/* =============================================
   CONTACT.CSS — DONHOSTER
   Brand: #6B3DBB · #8E2FE4 · #10B981 · #FCD34D
   ============================================= */

.section-container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

.section-header { text-align: center; margin-bottom: 3rem; }
.section-header h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 800; color: var(--text-primary); margin-bottom: 1rem; line-height: 1.2; }
.section-header p  { font-size: 1.0625rem; color: var(--text-secondary); max-width: 560px; margin: 0 auto; line-height: 1.7; }

.ct-section-tag {
    display: inline-block;
    background: rgba(107,61,187,0.1);
    color: #6B3DBB;
    border: 1px solid rgba(107,61,187,0.25);
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/* ════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════ */
.ct-hero {
    position: relative;
    background: linear-gradient(135deg, #6B3DBB 0%, #4C1D95 50%, #1E3A8A 100%);
    padding: 72px 0 80px;
    overflow: hidden;
}

/* Decorative circles */
.ct-circle {
    position: absolute;
    background: rgba(255,255,255,0.07);
    border-radius: 50%;
    pointer-events: none;
}
.ct-circle--1 { width: 140px; height: 140px; top: 24px;  left: 32px;  }
.ct-circle--2 { width: 100px; height: 100px; top: 33%;   right: 80px; }
.ct-circle--3 { width:  70px; height:  70px; bottom: 80px; left: 25%;  }
.ct-circle--4 { width: 180px; height: 180px; bottom: -20px; right: 32px; }

.ct-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.ct-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 28px;
}

.pulse-dot {
    width: 9px; height: 9px;
    background: #10B981; border-radius: 50%;
    animation: pulse-green 2s infinite; flex-shrink: 0;
}
@keyframes pulse-green {
    0%,100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.4); }
    50%      { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
}

.ct-hero-title {
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 900;
    color: white;
    margin-bottom: 20px;
    line-height: 1.1;
}

.ct-gradient-text {
    background: linear-gradient(135deg, #FCD34D 0%, #F97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}

.ct-hero-subtitle {
    font-size: 1.0625rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 40px;
    line-height: 1.7;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero info cards */
.ct-hero-cards {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.ct-hero-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 14px;
    padding: 18px 22px;
    text-decoration: none;
    color: white;
    transition: all 0.25s ease;
    min-width: 260px;
    flex: 1;
    max-width: 340px;
}

.ct-hero-card:hover { background: rgba(255,255,255,0.2); transform: translateY(-3px); }

.ct-hcard-icon {
    width: 48px; height: 48px;
    background: rgba(107,61,187,0.4);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.ct-hcard-icon svg { stroke: white; }
.ct-hcard-icon--green { background: rgba(16,185,129,0.3); }

.ct-hcard-text { flex: 1; text-align: left; }
.ct-hcard-text strong { display: block; font-size: 0.9375rem; font-weight: 700; color: white; margin-bottom: 2px; }
.ct-hcard-text span   { display: block; font-size: 0.875rem; color: rgba(255,255,255,0.82); }
.ct-hcard-meta { font-size: 0.75rem; color: rgba(255,255,255,0.65); margin-top: 4px; }

.ct-hcard-arrow { stroke: rgba(255,255,255,0.6); flex-shrink: 0; }

.ct-hcard-live {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(16,185,129,0.25);
    border: 1px solid rgba(16,185,129,0.4);
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #6EE7B7;
    white-space: nowrap;
}

/* ════════════════════════════════════════════
   MAIN CONTACT AREA
   ════════════════════════════════════════════ */
.ct-main { padding: 80px 0; background: var(--bg-secondary); }

.ct-main-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 36px;
    align-items: start;
}

/* ── Contact Form ── */
.ct-form-wrap {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--shadow-xl);
}

.ct-form-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}

.ct-form-icon {
    width: 48px; height: 48px;
    background: rgba(107,61,187,0.1);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.ct-form-icon svg { stroke: #6B3DBB; }

.ct-form-header h2 { font-size: 1.5rem; font-weight: 800; color: var(--text-primary); margin: 0; }
.ct-form-sub { font-size: 0.9375rem; color: var(--text-secondary); margin-bottom: 28px; }

/* Form fields */
.ct-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.ct-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.ct-field:last-child { margin-bottom: 0; }

.ct-field label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-primary);
}
.ct-field label span { color: #EF4444; }

.ct-field input,
.ct-field select,
.ct-field textarea {
    padding: 12px 14px;
    border: 1.5px solid var(--border-color);
    border-radius: 10px;
    font-size: 0.9375rem;
    color: var(--text-primary);
    background: var(--bg-secondary);
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}

.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus {
    outline: none;
    border-color: #6B3DBB;
    box-shadow: 0 0 0 3px rgba(107,61,187,0.12);
}

.ct-field input.error,
.ct-field select.error,
.ct-field textarea.error { border-color: #EF4444; box-shadow: 0 0 0 3px rgba(239,68,68,0.1); }

.ct-field textarea { resize: vertical; min-height: 130px; }
.ct-field select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 40px; }

.ct-field-err { font-size: 0.8125rem; color: #EF4444; min-height: 18px; }

/* Submit button */
.ct-form-footer { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 24px; }

.ct-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #6B3DBB, #8E2FE4);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: all var(--transition-base);
    box-shadow: 0 6px 20px rgba(107,61,187,0.35);
    min-width: 180px;
}
.ct-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(107,61,187,0.45); }
.ct-submit:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }

.ct-submit-text, .ct-submit-loading { display: flex; align-items: center; gap: 10px; }

.ct-spinner { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.ct-privacy {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8125rem;
    color: var(--text-secondary);
    margin: 0;
}
.ct-privacy svg { stroke: #9CA3AF; flex-shrink: 0; }

/* Success message */
.ct-success {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(16,185,129,0.08);
    border: 1px solid rgba(16,185,129,0.3);
    border-radius: 12px;
    padding: 20px 24px;
    margin-top: 20px;
}
.ct-success-icon {
    width: 52px; height: 52px;
    background: rgba(16,185,129,0.12);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.ct-success strong { display: block; font-size: 1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 4px; }
.ct-success p { font-size: 0.875rem; color: var(--text-secondary); margin: 0; }

/* ── Right info column ── */
.ct-info-col { display: flex; flex-direction: column; gap: 24px; }

/* Map card */
.ct-map-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.ct-map-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text-primary);
    border-bottom: 1px solid var(--border-color);
    background: var(--bg-secondary);
}

.ct-map-embed { width: 100%; display: block; }
.ct-map-embed iframe { display: block; filter: var(--map-filter, none); }
[data-theme="dark"] { --map-filter: invert(90%) hue-rotate(180deg); }

.ct-map-info { padding: 16px 20px; }

.ct-map-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin-bottom: 12px;
}
.ct-map-status strong { color: var(--text-primary); }

.ct-map-checks { display: flex; flex-direction: column; gap: 7px; }
.ct-map-check {
    display: flex; align-items: center; gap: 8px;
    font-size: 0.8375rem; color: var(--text-secondary);
}

/* Channels card */
.ct-channels-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 24px;
    box-shadow: var(--shadow-md);
}

.ct-channels-title { font-size: 1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 18px; }

.ct-channels-grid { display: flex; flex-direction: column; gap: 12px; margin-bottom: 18px; }

.ct-channel {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: var(--bg-secondary);
    border-radius: 10px;
    border: 1px solid var(--border-color);
    transition: border-color 0.2s;
}
.ct-channel:hover { border-color: #6B3DBB; }
.ct-channel--coming { opacity: 0.65; }

.ct-channel-icon {
    width: 40px; height: 40px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.ct-ch--purple { background: rgba(107,61,187,0.1); }
.ct-ch--purple svg { stroke: #6B3DBB; }
.ct-ch--blue   { background: rgba(59,130,246,0.1); }
.ct-ch--blue svg { stroke: #3B82F6; }
.ct-ch--green  { background: rgba(16,185,129,0.1); }
.ct-ch--green svg { stroke: #10B981; }
.ct-ch--gray   { background: var(--border-color); }
.ct-ch--gray svg { stroke: var(--text-secondary); }

.ct-channel-info { flex: 1; }
.ct-channel-info strong { display: block; font-size: 0.875rem; font-weight: 700; color: var(--text-primary); }
.ct-channel-info span   { font-size: 0.8rem; color: var(--text-secondary); }

.ct-channel-badge {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 50px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.ct-badge--active { background: rgba(16,185,129,0.12); color: #10B981; }
.ct-badge--soon   { background: rgba(245,158,11,0.12); color: #F59E0B; }

.ct-response-time {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    color: var(--text-secondary);
    padding-top: 4px;
}
.ct-response-time strong { color: #6B3DBB; }

/* ════════════════════════════════════════════
   FAQ
   ════════════════════════════════════════════ */
.ct-faq { padding: 80px 0; background: var(--bg-primary); }

.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 4px; }
.faq-item { border: 1px solid var(--border-color); border-radius: 12px; overflow: hidden; background: var(--bg-card); transition: border-color 0.2s; }
.faq-item.active { border-color: #6B3DBB; }

.faq-question {
    display: flex; align-items: center; justify-content: space-between; width: 100%;
    padding: 18px 22px; background: none; border: none; cursor: pointer; text-align: left;
    gap: 12px; font-size: 1rem; font-weight: 600; color: var(--text-primary);
    transition: color 0.2s; font-family: inherit;
}
.faq-question:hover { color: #6B3DBB; }
.faq-item.active .faq-question { color: #6B3DBB; }
.faq-chevron { flex-shrink: 0; transition: transform 0.3s; color: var(--text-secondary); }
.faq-item.active .faq-chevron { transform: rotate(180deg); color: #6B3DBB; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.active .faq-answer { max-height: 300px; }
.faq-answer p { padding: 0 22px 18px; font-size: 0.9375rem; color: var(--text-secondary); line-height: 1.75; margin: 0; }

/* ════════════════════════════════════════════
   FINAL CTA
   ════════════════════════════════════════════ */
.ct-cta { padding: 80px 0; background: var(--bg-secondary); }

.ct-cta-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.ct-cta-copy h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 16px;
    line-height: 1.2;
}

.ct-cta-copy > p {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.75;
    margin-bottom: 28px;
}

.ct-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }

.btn-large {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 30px; font-size: 1rem; font-weight: 700;
    border-radius: 10px; text-decoration: none;
    transition: all var(--transition-base); border: 2px solid transparent;
}
.btn-large.btn-primary { background: linear-gradient(135deg,#6B3DBB,#8E2FE4); color: white; box-shadow: 0 6px 20px rgba(107,61,187,0.3); }
.btn-large.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(107,61,187,0.45); }
.btn-large.btn-secondary { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-large.btn-secondary:hover { background: var(--primary); color: white; }

.ct-cta-meta { display: flex; gap: 20px; flex-wrap: wrap; }
.ct-cta-meta span { display: flex; align-items: center; gap: 6px; font-size: 0.875rem; color: var(--text-secondary); }
.ct-cta-meta svg { stroke: #10B981; flex-shrink: 0; }

/* Visual side */
.ct-cta-visual {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,0.14);
}

.ct-cta-visual img { width: 100%; height: 340px; object-fit: cover; display: block; }

.ct-cta-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(8px);
    color: white;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 0.8125rem;
    font-weight: 600;
    display: flex; align-items: center; gap: 8px;
}

/* Utility */
.hidden { display: none !important; }

/* ════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .ct-main-grid  { grid-template-columns: 1fr; }
    .ct-cta-inner  { grid-template-columns: 1fr; gap: 2.5rem; }
    .ct-info-col   { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
}

@media (max-width: 768px) {
    .ct-hero         { padding: 52px 0 60px; }
    .ct-hero-cards   { flex-direction: column; align-items: center; }
    .ct-hero-card    { max-width: 100%; min-width: auto; width: 100%; }
    .ct-form-row     { grid-template-columns: 1fr; }
    .ct-form-wrap    { padding: 28px 22px; }
    .ct-form-footer  { flex-direction: column; align-items: flex-start; }
    .ct-submit       { width: 100%; }
    .ct-info-col     { grid-template-columns: 1fr; }
    .ct-cta-actions  { flex-direction: column; }
    .btn-large       { width: 100%; max-width: 340px; justify-content: center; }
    .ct-cta-meta     { gap: 12px; }
    .section-container { padding: 0 1.25rem; }
}