/* ══════════════════════════════════════
   CONTACT HERO
══════════════════════════════════════ */
.ct-hero {
    position: relative;
    background: linear-gradient(135deg, #060d1f 0%, #0d2d6e 40%, #1a0a3d 100%);
    padding: 80px 0 120px;
    overflow: hidden;
}
.ct-dot-grid {
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1px);
    background-size: 26px 26px;
    pointer-events: none;
}
.ct-orb {
    position: absolute; border-radius: 50%;
    pointer-events: none; filter: blur(60px);
}
.ct-orb-1 {
    width: 360px; height: 360px; top: -100px; left: -50px;
    background: radial-gradient(circle, rgba(99,102,241,.35), transparent 70%);
    animation: ctFloat 9s ease-in-out infinite;
}
.ct-orb-2 {
    width: 260px; height: 260px; bottom: -60px; right: -30px;
    background: radial-gradient(circle, rgba(59,130,246,.4), transparent 70%);
    animation: ctFloat 11s ease-in-out infinite 2s;
}
@keyframes ctFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-20px)} }

.ct-shape-1 {
    position: absolute; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.06);
    width: 460px; height: 460px; top: -180px; right: -60px;
    pointer-events: none;
}

.ct-breadcrumb {
    display: flex; align-items: center; gap: 6px;
    justify-content: center; margin-bottom: 28px; font-size: 13px;
}
.ct-breadcrumb a { color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
.ct-breadcrumb a:hover { color: #fff; }
.ct-breadcrumb span:last-child { color: rgba(255,255,255,.9); font-weight: 500; }
.ct-sep { color: rgba(255,255,255,.3); font-size: 16px; }

.ct-badge {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 16px; border-radius: 999px;
    background: rgba(99,102,241,.2); border: 1px solid rgba(99,102,241,.4);
    color: #c7d2fe; font-size: 12px; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase; margin-bottom: 20px;
}

.ct-title {
    font-size: clamp(28px, 5vw, 50px);
    font-weight: 800; color: #fff;
    line-height: 1.15; margin-bottom: 18px; letter-spacing: -.02em;
}
.ct-accent {
    background: linear-gradient(90deg, #818cf8, #38bdf8, #a78bfa);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ct-desc {
    font-size: 16px; color: rgba(255,255,255,.7);
    line-height: 1.75; max-width: 520px; margin: 0 auto;
}
.ct-wave { position: absolute; bottom: 0; left: 0; width: 100%; line-height: 0; }
.ct-wave svg { display: block; width: 100%; height: 80px; }

/* ══════════════════════════════════════
   INFO PANEL
══════════════════════════════════════ */
.ct-info-panel {
    background: linear-gradient(145deg, #0a1628 0%, #0d6efd 70%, #6610f2 100%);
    border-radius: 20px;
    padding: 36px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.ct-info-panel::before {
    content: "";
    position: absolute;
    top: -80px; right: -80px;
    width: 220px; height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    pointer-events: none;
}
.ct-info-panel::after {
    content: "";
    position: absolute;
    bottom: -80px; left: -50px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,.04);
    pointer-events: none;
}

.ct-info-header { position: relative; z-index: 1; margin-bottom: 28px; }
.ct-info-title { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.ct-info-sub { font-size: 13.5px; color: rgba(255,255,255,.7); line-height: 1.6; margin: 0; }

.ct-info-items { display: flex; flex-direction: column; gap: 22px; position: relative; z-index: 1; flex: 1; }

.ct-info-item { display: flex; gap: 14px; align-items: flex-start; }
.ct-info-icon {
    width: 42px; height: 42px; flex-shrink: 0;
    border-radius: 12px; background: rgba(255,255,255,.14);
    display: flex; align-items: center; justify-content: center;
    color: #fff;
}
.ct-info-label {
    display: block; font-size: 10.5px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .07em;
    color: rgba(255,255,255,.55); margin-bottom: 4px;
}
.ct-info-value { font-size: 14px; color: rgba(255,255,255,.88); margin: 0; line-height: 1.55; }
.ct-info-link { color: rgba(255,255,255,.88); text-decoration: none; transition: color .2s; display: block; }
.ct-info-link:hover { color: #fff; text-decoration: underline; }

/* Social */
.ct-social { display: flex; gap: 10px; margin-top: 28px; position: relative; z-index: 1; }
.ct-social-btn {
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.2);
    display: flex; align-items: center; justify-content: center;
    color: #fff; text-decoration: none;
    transition: background .2s, transform .2s;
}
.ct-social-btn:hover { background: rgba(255,255,255,.28); transform: translateY(-3px); color: #fff; }

/* ══════════════════════════════════════
   FORM PANEL
══════════════════════════════════════ */
.ct-form-panel {
    background: #fff;
    border-radius: 20px;
    padding: 40px 36px;
    height: 100%;
    box-shadow: 0 4px 30px rgba(0,0,0,.07);
    border: 1px solid rgba(0,0,0,.05);
}
.ct-form-title { font-size: 22px; font-weight: 800; color: #0f172a; margin-bottom: 6px; }
.ct-form-sub { font-size: 13.5px; color: #6c757d; margin-bottom: 24px; }

.ct-label {
    display: block; font-size: 13.5px; font-weight: 600;
    color: #374151; margin-bottom: 6px;
}
.ct-required { color: #ef4444; }

.ct-input {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    background: #fafafa;
    color: #1f2937;
    transition: border-color .25s, box-shadow .25s, background .25s;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
.ct-input:focus {
    border-color: #0d6efd;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(13,110,253,.1);
}
textarea.ct-input { resize: vertical; min-height: 120px; }

.ct-error { color: #ef4444; font-size: 12.5px; margin-top: 4px; display: block; min-height: 18px; }

.ct-submit-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 32px; border-radius: 999px;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff; font-size: 15px; font-weight: 700;
    border: none; cursor: pointer;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 6px 20px rgba(13,110,253,.3);
    letter-spacing: .01em;
}
.ct-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(13,110,253,.42); }
.ct-submit-btn:active { transform: translateY(0); }
.ct-submit-btn svg { transition: transform .2s; }
.ct-submit-btn:hover svg { transform: translateX(4px); }

/* Alerts */
.ct-alert {
    display: flex; align-items: center; gap: 8px;
    padding: 12px 16px; border-radius: 10px;
    font-size: 14px; font-weight: 600; margin-bottom: 20px;
}
.ct-alert-success { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
.ct-alert-error   { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }

/* Map */
.ct-map-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.06);
}
.ct-map-wrap iframe { display: block; }

@media (max-width: 768px) {
    .ct-form-panel { padding: 28px 20px; }
    .ct-info-panel { padding: 28px 22px; }
}
