/* ===================================================
   CONTACT PAGE — LOCAL STYLES
   =================================================== */

/* ---- HERO ---- */
.cnt-hero {
    position: relative; overflow: hidden; min-height: 62vh;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8eeff 50%, #dce6ff 100%);
    display: flex; align-items: center;
}
.cnt-hero-grid {
    position: absolute; inset: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(26,47,122,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26,47,122,.05) 1px, transparent 1px);
    background-size: 52px 52px;
}
.cnt-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(80px); }
.cnt-glow--1 { top:-100px; right:-80px; width:460px; height:460px; background:rgba(58,95,232,.12); }
.cnt-glow--2 { bottom:-80px; left:-60px;  width:340px; height:340px; background:rgba(124,58,237,.08); }

.cnt-hero-inner {
    position: relative; z-index: 2; width: 100%; max-width: 80rem;
    margin: 0 auto; padding: 0 1.5rem; padding-top: 130px; padding-bottom: 90px;
    text-align: center;
}
.cnt-breadcrumb { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 22px; }
.cnt-breadcrumb a { color: #9ca3af; font-size: .78rem; font-weight: 600; text-decoration: none; }
.cnt-breadcrumb a:hover { color: #1a2f7a; }
.cnt-breadcrumb-sep { color: #d1d5db; font-size: .75rem; }
.cnt-breadcrumb-cur { color: #4b5563; font-size: .78rem; font-weight: 600; }

.cnt-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(26,47,122,.07); border: 1px solid rgba(26,47,122,.18);
    border-radius: 100px; padding: 5px 16px 5px 7px; margin-bottom: 22px;
    backdrop-filter: blur(8px);
}
.cnt-badge-dot {
    width: 22px; height: 22px; border-radius: 50%;
    background: linear-gradient(135deg,#22c55e,#16a34a);
    display: flex; align-items: center; justify-content: center;
}
.cnt-badge-dot i { color: white; font-size: 8px; }
.cnt-badge-label { font-size: .72rem; font-weight: 700; color: #1a2f7a; text-transform: uppercase; letter-spacing: .1em; }

.cnt-hero-title {
    font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 900; color: #1a2f7a;
    line-height: 1.15; margin: 0 0 18px;
}
.cnt-hero-title span {
    background: linear-gradient(135deg,#22c55e,#4ade80,#86efac);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.cnt-hero-desc { color: #4b5563; font-size: 1rem; line-height: 1.8; max-width: 520px; margin: 0 auto 38px; }

.cnt-quick-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.cnt-quick-link {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(255,255,255,.7); border: 1px solid rgba(26,47,122,.15);
    border-radius: 12px; padding: 10px 18px;
    text-decoration: none; backdrop-filter: blur(8px); transition: all .25s;
}
.cnt-quick-link:hover { background: white; border-color: rgba(26,47,122,.3); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(26,47,122,.1); }
.cnt-quick-link-icon { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cnt-quick-link-icon i { font-size: .78rem; }
.cnt-quick-link-text { font-size: .8rem; font-weight: 600; color: #1a2f7a; }
.cnt-quick-link-sub  { font-size: .68rem; color: #6b7280; }

.cnt-hero-wave { position: absolute; bottom: 0; left: 0; right: 0; }
.cnt-hero-wave svg { display: block; width: 100%; height: 60px; }

/* ---- CONTACT SECTION ---- */
.cnt-section { padding: 90px 0; background: white; position: relative; overflow: hidden; }
.cnt-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: start; }
@media(max-width:900px){ .cnt-layout{ grid-template-columns:1fr; gap:44px; } }

/* Info side */
.cnt-info-title { font-size: 1.1rem; font-weight: 900; color: #1a2f7a; margin-bottom: 22px; }
.cnt-info-cards { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.cnt-info-card {
    display: flex; align-items: flex-start; gap: 16px;
    background: white; border: 1.5px solid #f0f0f0; border-radius: 16px;
    padding: 18px 20px; transition: all .25s;
}
.cnt-info-card:hover { border-color: var(--bd); box-shadow: 0 8px 24px var(--shadow); transform: translateY(-2px); }
.cnt-info-icon {
    width: 44px; height: 44px; border-radius: 13px; background: var(--bg);
    border: 1.5px solid var(--bd); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cnt-info-icon i { color: var(--clr); font-size: 1rem; }
.cnt-info-label { font-size: .68rem; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; }
.cnt-info-val { font-size: .9rem; font-weight: 700; color: #1a2f7a; line-height: 1.45; }
.cnt-info-sub { font-size: .75rem; color: #9ca3af; margin-top: 2px; }

.cnt-social-title { font-size: .78rem; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.cnt-socials { display: flex; gap: 10px; }
.cnt-social-btn {
    width: 40px; height: 40px; border-radius: 11px; background: #f3f4f6;
    display: flex; align-items: center; justify-content: center;
    text-decoration: none; transition: all .22s;
}
.cnt-social-btn:hover { background: var(--clr); transform: translateY(-2px); }
.cnt-social-btn i { color: #6b7280; font-size: .85rem; transition: color .22s; }
.cnt-social-btn:hover i { color: white; }

.cnt-wa-btn {
    display: flex; align-items: center; gap: 12px;
    background: linear-gradient(135deg,#22c55e,#16a34a); border-radius: 14px;
    padding: 16px 20px; text-decoration: none; margin-top: 22px;
    box-shadow: 0 4px 18px rgba(34,197,94,.32); transition: all .25s;
}
.cnt-wa-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 26px rgba(34,197,94,.42); }
.cnt-wa-icon { width: 40px; height: 40px; background: rgba(255,255,255,.2); border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cnt-wa-icon i { color: white; font-size: 1.15rem; }
.cnt-wa-text { font-size: .88rem; font-weight: 800; color: white; }
.cnt-wa-sub  { font-size: .72rem; color: rgba(255,255,255,.75); margin-top: 1px; }

/* Form side */
.cnt-form-wrap {
    background: white; border: 1.5px solid #e8eeff; border-radius: 24px;
    padding: 44px 40px; box-shadow: 0 12px 48px rgba(26,47,122,.07);
}
@media(max-width:540px){ .cnt-form-wrap{ padding:28px 20px; } }

.cnt-form-title { font-size: 1.2rem; font-weight: 900; color: #1a2f7a; margin-bottom: 6px; }
.cnt-form-sub { font-size: .84rem; color: #9ca3af; margin-bottom: 28px; }

.cnt-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media(max-width:540px){ .cnt-row2{ grid-template-columns:1fr; } }

.cnt-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.cnt-field:last-of-type { margin-bottom: 0; }
.cnt-label { font-size: .77rem; font-weight: 700; color: #374151; }
.cnt-label span { color: #ef4444; margin-left: 2px; }

.cnt-input, .cnt-select, .cnt-textarea {
    border: 1.5px solid #e8eeff; border-radius: 11px;
    padding: 12px 15px; font-size: .9rem; color: #1a2f7a;
    background: white; outline: none; width: 100%;
    transition: border-color .2s, box-shadow .2s;
    font-family: inherit;
}
.cnt-input:focus, .cnt-select:focus, .cnt-textarea:focus {
    border-color: #2646cc; box-shadow: 0 0 0 4px rgba(38,70,204,.08);
}
.cnt-input.error, .cnt-select.error, .cnt-textarea.error { border-color: #ef4444; }
.cnt-input:focus.error, .cnt-select:focus.error, .cnt-textarea:focus.error { box-shadow: 0 0 0 4px rgba(239,68,68,.08); }
.cnt-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%239ca3af' d='M5.23 7.21a.75.75 0 011.06.02L10 11.17l3.71-3.94a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; padding-right: 38px; cursor: pointer; }
.cnt-textarea { resize: vertical; min-height: 140px; line-height: 1.6; }
.cnt-err-msg { font-size: .72rem; color: #ef4444; font-weight: 600; margin-top: 2px; display: flex; align-items: center; gap: 4px; }
.cnt-err-msg i { font-size: .65rem; }

.cnt-submit-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 22px; }
.cnt-submit {
    display: inline-flex; align-items: center; gap: 10px;
    background: linear-gradient(135deg,#1a2f7a,#2646cc,#3a5fe8);
    color: white; font-weight: 700; font-size: .92rem;
    padding: 14px 32px; border-radius: 12px; border: none; cursor: pointer;
    box-shadow: 0 4px 18px rgba(38,70,204,.35); transition: all .25s; letter-spacing: .01em;
}
.cnt-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(38,70,204,.45); }
.cnt-submit i { font-size: .85rem; transition: transform .2s; }
.cnt-submit:hover i { transform: translateX(3px); }
.cnt-note { font-size: .74rem; color: #9ca3af; display: flex; align-items: center; gap: 5px; }
.cnt-note i { color: #22c55e; }

/* Success state */
.cnt-success-box {
    text-align: center; padding: 50px 30px;
    background: linear-gradient(135deg,#f0fdf4,#dcfce7); border-radius: 18px;
    border: 1.5px solid rgba(34,197,94,.2);
}
.cnt-success-icon { width: 72px; height: 72px; background: linear-gradient(135deg,#22c55e,#16a34a); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: 0 8px 24px rgba(34,197,94,.35); }
.cnt-success-icon i { color: white; font-size: 1.8rem; }
.cnt-success-title { font-size: 1.3rem; font-weight: 900; color: #14532d; margin-bottom: 10px; }
.cnt-success-desc { color: #166534; font-size: .9rem; line-height: 1.7; margin-bottom: 22px; }
.cnt-success-back { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg,#22c55e,#16a34a); color: white; font-weight: 700; font-size: .88rem; padding: 12px 24px; border-radius: 11px; text-decoration: none; box-shadow: 0 4px 14px rgba(34,197,94,.35); transition: all .2s; }
.cnt-success-back:hover { transform: translateY(-2px); }

/* ---- MAP ---- */
.cnt-map-section { padding: 0; }
.cnt-map-inner { max-width: 100%; overflow: hidden; }
.cnt-map-header { background: linear-gradient(135deg,#0d1b4b,#1a2f7a); padding: 22px 40px; display: flex; align-items: center; gap: 14px; }
.cnt-map-header i { color: rgba(255,255,255,.7); font-size: 1rem; }
.cnt-map-address { color: rgba(255,255,255,.85); font-size: .88rem; font-weight: 600; }
.cnt-map-address span { color: rgba(255,255,255,.5); font-size: .78rem; font-weight: 400; display: block; margin-top: 2px; }
.cnt-map-frame { width: 100%; height: 380px; }
.cnt-map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---- CTA ---- */
.cnt-cta {
    padding: 80px 0; position: relative; overflow: hidden;
    background: linear-gradient(135deg,#0d1b4b,#1a2f7a 55%,#2646cc);
}
.cnt-cta-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(70px); }
.cnt-cta-glow--1 { top:-70px; right:-70px; width:380px; height:380px; background:rgba(34,197,94,.12); }
.cnt-cta-glow--2 { bottom:-70px; left:-70px; width:300px; height:300px; background:rgba(124,58,237,.18); }
.cnt-cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
.cnt-cta-text-label { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.5); margin-bottom: 8px; }
.cnt-cta-text-title { font-size: clamp(1.5rem,3vw,2.1rem); font-weight: 900; color: white; line-height: 1.25; }
.cnt-cta-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.cnt-cta-btn-main { display: inline-flex; align-items: center; gap: 9px; background: linear-gradient(135deg,#22c55e,#16a34a); color: white; font-weight: 700; font-size: .9rem; padding: 13px 26px; border-radius: 12px; text-decoration: none; box-shadow: 0 4px 18px rgba(34,197,94,.35); transition: all .25s; }
.cnt-cta-btn-main:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(34,197,94,.45); }
.cnt-cta-btn-sec { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.22); color: white; font-weight: 700; font-size: .9rem; padding: 12px 24px; border-radius: 12px; text-decoration: none; transition: all .25s; }
.cnt-cta-btn-sec:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }
