/* ============================================================
   SeasOptima Contact v2 - Editorial Minimal
   ============================================================ */

body.v2.contact-v2 main { padding: 0 !important; }

body.v2 .ct-hero {
    background: linear-gradient(180deg, var(--bg-page) 0%, var(--bg-subtle) 100%);
    padding: 64px 24px 48px;
    text-align: center;
    border-bottom: 1px solid var(--border);
}
body.v2 .ct-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 5px 12px; border-radius: 999px;
    background: var(--brand-light); color: var(--brand);
    font-family: var(--font-mono);
    font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
    margin-bottom: 14px;
}
body.v2 .ct-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }
body.v2 .ct-hero h1 {
    font-family: var(--font-display);
    font-size: 36px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.15;
    color: var(--text-primary); margin: 0 0 12px;
}
body.v2 .ct-hero h1 em { font-style: italic; color: var(--brand); font-weight: 700; }
body.v2 .ct-hero p {
    color: var(--text-secondary); font-size: 15px; line-height: 1.65;
    max-width: 560px; margin: 0 auto;
}

body.v2 .ct-section { padding: 56px 24px; }
body.v2 .ct-section-inner { max-width: 1080px; margin: 0 auto; }

body.v2 .ct-grid {
    display: grid; grid-template-columns: 2fr 1fr; gap: 32px;
    margin-bottom: 48px;
}
body.v2 .ct-card {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px;
    padding: 28px;
}
body.v2 .ct-card h2 {
    font-family: var(--font-display);
    font-size: 20px; font-weight: 700; letter-spacing: -0.01em;
    color: var(--text-primary); margin: 0 0 6px;
}
body.v2 .ct-card-sub { color: var(--text-secondary); font-size: 14px; margin: 0 0 22px; line-height: 1.55; }

body.v2 .ct-form-group { margin-bottom: 16px; }
body.v2 .ct-form-label {
    display: block; font-size: 13px; font-weight: 600;
    color: var(--text-primary); margin-bottom: 6px;
}
body.v2 .ct-form-input,
body.v2 .ct-form-select,
body.v2 .ct-form-textarea {
    width: 100%; padding: 11px 14px; font-size: 14px;
    background: var(--bg-card); color: var(--text-primary);
    border: 1px solid var(--border-strong); border-radius: 8px;
    font-family: inherit; transition: border-color .15s, box-shadow .15s;
}
body.v2 .ct-form-input:focus,
body.v2 .ct-form-select:focus,
body.v2 .ct-form-textarea:focus {
    outline: none; border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12);
}
body.v2 .ct-form-textarea { min-height: 160px; resize: vertical; line-height: 1.6; }
body.v2 .ct-form-hint { font-size: 12px; color: var(--text-tertiary); margin-top: 5px; }

body.v2 .ct-btn-submit {
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--brand); color: #fff; padding: 12px 24px;
    border: 1px solid var(--brand); border-radius: 10px;
    font-weight: 600; font-size: 14px; cursor: pointer;
    transition: background .15s;
}
body.v2 .ct-btn-submit:hover { background: var(--brand-hover); }

body.v2 .ct-info-card {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px;
    padding: 18px 20px; margin-bottom: 12px;
}
body.v2 .ct-info-card h3 {
    font-family: var(--font-display);
    font-size: 14px; font-weight: 700; color: var(--text-primary);
    margin: 0 0 8px;
}
body.v2 .ct-info-card p {
    color: var(--text-secondary); font-size: 13px; line-height: 1.55;
    margin: 0 0 8px;
}
body.v2 .ct-info-card a {
    color: var(--brand); font-weight: 600; font-size: 13px; text-decoration: none;
}
body.v2 .ct-info-card a:hover { text-decoration: underline; }
body.v2 .ct-info-card ul {
    margin: 4px 0 0; padding-left: 18px;
    color: var(--text-secondary); font-size: 13px; line-height: 1.7;
}

body.v2 .ct-alert {
    padding: 14px 16px; border-radius: 10px;
    margin-bottom: 22px; font-size: 14px; line-height: 1.5;
}
body.v2 .ct-alert.success {
    background: var(--positive-bg); color: var(--positive);
    border: 1px solid rgba(5, 150, 105, 0.25);
}
body.v2 .ct-alert.error {
    background: var(--negative-bg); color: var(--negative);
    border: 1px solid rgba(220, 38, 38, 0.25);
}

/* FAQ */
body.v2 .ct-faq-section { padding: 56px 24px; background: var(--bg-subtle); }
body.v2 .ct-faq-inner { max-width: 760px; margin: 0 auto; }
body.v2 .ct-faq-head { text-align: center; margin-bottom: 32px; }
body.v2 .ct-faq-head h2 {
    font-family: var(--font-display);
    font-size: 28px; font-weight: 700; letter-spacing: -0.02em;
    color: var(--text-primary); margin: 0 0 8px;
}
body.v2 .ct-faq-head p { color: var(--text-secondary); font-size: 14px; margin: 0; }
body.v2 .ct-faq-item {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px;
    margin-bottom: 10px; overflow: hidden;
}
body.v2 .ct-faq-item summary {
    padding: 16px 20px; cursor: pointer; list-style: none;
    display: flex; justify-content: space-between; align-items: center;
    font-family: var(--font-display);
    font-size: 14px; font-weight: 600; color: var(--text-primary);
}
body.v2 .ct-faq-item summary::-webkit-details-marker { display: none; }
body.v2 .ct-faq-item summary::after {
    content: "+"; font-family: var(--font-mono); font-size: 22px;
    color: var(--brand); line-height: 1;
}
body.v2 .ct-faq-item[open] summary::after { content: "-"; }
body.v2 .ct-faq-body {
    padding: 0 20px 16px; color: var(--text-secondary);
    font-size: 13px; line-height: 1.7;
}
body.v2 .ct-faq-body a { color: var(--brand); font-weight: 600; }

/* Final CTA - dark navy */
body.v2 .ct-final {
    background: linear-gradient(135deg, #0B1220 0%, #1F2937 100%);
    color: #F3F4F6; text-align: center; padding: 56px 24px;
    position: relative; overflow: hidden;
}
body.v2 .ct-final::before {
    content: ""; position: absolute; top: -100px; right: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.2) 0%, transparent 70%);
    pointer-events: none;
}
body.v2 .ct-final h2 {
    font-family: var(--font-display);
    color: #F3F4F6 !important; -webkit-text-fill-color: #F3F4F6;
    font-size: 28px; font-weight: 700; letter-spacing: -0.02em;
    margin: 0 0 12px; position: relative;
}
body.v2 .ct-final p { color: #CBD5E1; font-size: 15px; margin: 0 0 24px; position: relative; }
body.v2 .ct-final-ctas { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; position: relative; }
body.v2 .ct-final a {
    display: inline-block; padding: 12px 22px; border-radius: 10px;
    font-weight: 600; font-size: 14px; text-decoration: none;
}
body.v2 .ct-final a.primary { background: var(--brand); color: #fff; }
body.v2 .ct-final a.primary:hover { background: var(--brand-hover); }
body.v2 .ct-final a.ghost {
    background: transparent; color: #F3F4F6;
    border: 1px solid rgba(255,255,255,0.25);
}
body.v2 .ct-final a.ghost:hover { background: rgba(255,255,255,0.08); }

/* Mobile */
@media (max-width: 800px) {
    body.v2 .ct-grid { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 600px) {
    body.v2 .ct-hero { padding: 48px 20px 36px; }
    body.v2 .ct-hero h1 { font-size: 28px; }
    body.v2 .ct-section { padding: 36px 20px; }
    body.v2 .ct-faq-section { padding: 40px 20px; }
    body.v2 .ct-card { padding: 22px; }
    body.v2 .ct-final { padding: 40px 20px; }
    body.v2 .ct-final-ctas a { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: center; }
}
