:root {
    --funnel-bg: #090909;
    --funnel-panel: #121212;
    --funnel-panel-soft: #171717;
    --funnel-text: #f4f0e8;
    --funnel-muted: #aaa59b;
    --funnel-line: rgba(244, 240, 232, 0.14);
    --funnel-accent: #d8c27a;
    --funnel-accent-dark: #17140b;
    --funnel-success: #a8d5b0;
}

body.sales-page {
    margin: 0;
    color: var(--funnel-text);
    background:
        radial-gradient(circle at 15% 5%, rgba(216, 194, 122, 0.09), transparent 31rem),
        linear-gradient(180deg, #0d0d0d 0%, var(--funnel-bg) 55%);
    font-family: "Outfit", sans-serif;
}

.sales-page *,
.sales-page *::before,
.sales-page *::after {
    box-sizing: border-box;
}

.sales-nav {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid var(--funnel-line);
}

.sales-brand {
    color: var(--funnel-text);
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.sales-nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 22px;
}

.sales-nav-links a {
    color: var(--funnel-muted);
    text-decoration: none;
    font-size: 0.9rem;
}

.sales-nav-links a:hover,
.sales-nav-links a[aria-current="page"] {
    color: var(--funnel-text);
}

.sales-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.sales-hero {
    padding: clamp(120px, 11vw, 148px) 0 clamp(64px, 8vw, 108px);
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: clamp(38px, 7vw, 100px);
    align-items: end;
}

.eyebrow {
    margin: 0 0 18px;
    color: var(--funnel-accent);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sales-hero h1,
.section-heading {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 0.98;
}

.sales-hero h1 {
    max-width: 860px;
    font-size: clamp(3.3rem, 8.4vw, 7.8rem);
}

.sales-hero h1 em {
    color: var(--funnel-accent);
    font-weight: 400;
}

.hero-note {
    border-left: 1px solid var(--funnel-accent);
    padding-left: 24px;
}

.hero-note p {
    margin: 0 0 18px;
    color: var(--funnel-muted);
    font-size: 1.08rem;
    line-height: 1.65;
}

.hero-note p:last-child {
    margin-bottom: 0;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.sales-button,
.sales-page button[type="submit"] {
    appearance: none;
    border: 1px solid var(--funnel-accent);
    border-radius: 999px;
    padding: 13px 21px;
    background: var(--funnel-accent);
    color: var(--funnel-accent-dark);
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.sales-button:hover,
.sales-page button[type="submit"]:hover {
    transform: translateY(-2px);
}

.sales-button.secondary {
    background: transparent;
    color: var(--funnel-text);
    border-color: var(--funnel-line);
}

.sales-button.secondary:hover {
    border-color: var(--funnel-text);
}

.sales-section {
    padding: clamp(60px, 8vw, 106px) 0;
    border-top: 1px solid var(--funnel-line);
}

.section-intro {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(32px, 8vw, 110px);
    margin-bottom: 46px;
}

.section-heading {
    font-size: clamp(2.5rem, 5vw, 5.3rem);
}

.section-copy,
.section-copy p {
    color: var(--funnel-muted);
    line-height: 1.7;
    font-size: 1.04rem;
}

.section-copy p:first-child {
    margin-top: 0;
}

.section-copy strong {
    color: var(--funnel-text);
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sales-card {
    min-height: 100%;
    padding: 30px;
    border: 1px solid var(--funnel-line);
    background: linear-gradient(145deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012));
    border-radius: 14px;
}

.sales-card.featured {
    border-color: rgba(216, 194, 122, 0.58);
    background: linear-gradient(145deg, rgba(216,194,122,0.12), rgba(255,255,255,0.018));
}

.sales-card h2,
.sales-card h3 {
    margin: 0 0 12px;
    color: var(--funnel-text);
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

.sales-card h3 {
    font-size: 1.7rem;
}

.sales-card p {
    color: var(--funnel-muted);
    line-height: 1.6;
}

.price {
    display: block;
    margin: 24px 0 4px;
    color: var(--funnel-text);
    font-family: "Playfair Display", serif;
    font-size: 2.45rem;
}

.price small {
    color: var(--funnel-muted);
    font-family: "Outfit", sans-serif;
    font-size: 0.86rem;
}

.clean-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.clean-list li {
    position: relative;
    margin: 0;
    padding: 11px 0 11px 22px;
    border-top: 1px solid var(--funnel-line);
    color: var(--funnel-muted);
    line-height: 1.45;
}

.clean-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--funnel-accent);
}

.callout {
    padding: clamp(30px, 6vw, 62px);
    border-radius: 16px;
    background: var(--funnel-text);
    color: #171717;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 48px;
    align-items: center;
}

.callout h2 {
    margin: 0 0 15px;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.2rem, 4.5vw, 4.8rem);
    font-weight: 400;
    line-height: 1;
}

.callout p {
    margin: 0;
    color: #57534e;
    line-height: 1.65;
}

.callout .sales-button.secondary {
    color: #171717;
    border-color: rgba(23,23,23,0.25);
}

.form-wrap {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(38px, 8vw, 110px);
    align-items: start;
}

.form-context {
    position: sticky;
    top: 28px;
}

.form-context h1,
.form-context h2 {
    margin: 0 0 20px;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.8rem, 5.7vw, 5.7rem);
    font-weight: 400;
    line-height: 0.98;
}

.form-context p {
    color: var(--funnel-muted);
    line-height: 1.7;
}

.form-panel {
    padding: clamp(24px, 5vw, 50px);
    background: var(--funnel-panel);
    border: 1px solid var(--funnel-line);
    border-radius: 16px;
}

.form-panel fieldset {
    margin: 0 0 34px;
    padding: 0;
    border: 0;
}

.form-panel legend {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--funnel-line);
    color: var(--funnel-text);
    font-weight: 800;
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 19px;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field.full {
    grid-column: 1 / -1;
}

.field label,
.option-label {
    color: var(--funnel-text);
    font-size: 0.88rem;
    font-weight: 600;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid var(--funnel-line);
    border-radius: 8px;
    padding: 13px 14px;
    color: var(--funnel-text);
    background: #0b0b0b;
    font: inherit;
}

.field textarea {
    min-height: 132px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: 2px solid rgba(216,194,122,0.34);
    border-color: var(--funnel-accent);
}

.field small,
.form-note {
    color: var(--funnel-muted);
    font-size: 0.8rem;
    line-height: 1.5;
}

.check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.check-option {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid var(--funnel-line);
    border-radius: 8px;
    color: var(--funnel-muted);
    line-height: 1.35;
    cursor: pointer;
}

.check-option:has(input:checked) {
    color: var(--funnel-text);
    border-color: rgba(216,194,122,0.62);
    background: rgba(216,194,122,0.07);
}

.check-option input {
    margin-top: 3px;
    accent-color: var(--funnel-accent);
}

.form-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.form-status {
    min-height: 1.4em;
    color: var(--funnel-muted);
    line-height: 1.45;
}

.form-status[data-state="success"] {
    color: var(--funnel-success);
}

.form-status[data-state="error"] {
    color: #efaaaa;
}

.next-step-panel {
    display: none;
    margin-top: 28px;
    padding: 24px;
    border: 1px solid rgba(168,213,176,0.36);
    border-radius: 12px;
    background: rgba(168,213,176,0.06);
}

.next-step-panel.is-visible {
    display: block;
}

.next-step-panel h3 {
    margin: 0 0 10px;
    font-family: "Playfair Display", serif;
    font-size: 1.6rem;
    font-weight: 400;
}

.route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.route-card {
    display: flex;
    min-height: 230px;
    padding: 28px;
    flex-direction: column;
    border: 1px solid var(--funnel-line);
    border-radius: 14px;
    color: var(--funnel-text);
    background: rgba(255,255,255,0.025);
    text-decoration: none;
    transition: border-color 160ms ease, transform 160ms ease;
}

.route-card:hover {
    transform: translateY(-3px);
    border-color: var(--funnel-accent);
}

.route-card h2 {
    margin: 0 0 12px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 2rem;
}

.route-card p {
    color: var(--funnel-muted);
    line-height: 1.55;
}

.route-card span {
    margin-top: auto;
    color: var(--funnel-accent);
    font-weight: 800;
}

.faq-list details {
    border-top: 1px solid var(--funnel-line);
}

.faq-list details:last-child {
    border-bottom: 1px solid var(--funnel-line);
}

.faq-list summary {
    padding: 22px 0;
    color: var(--funnel-text);
    font-weight: 800;
    cursor: pointer;
}

.faq-list details p {
    max-width: 780px;
    margin: 0;
    padding: 0 0 24px;
    color: var(--funnel-muted);
    line-height: 1.65;
}

.sales-footer {
    width: min(1180px, calc(100% - 40px));
    margin: 70px auto 0;
    padding: 30px 0 42px;
    border-top: 1px solid var(--funnel-line);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    color: var(--funnel-muted);
    font-size: 0.82rem;
}

.sales-footer a {
    color: var(--funnel-muted);
}

.honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 900px) {
    .sales-hero,
    .section-intro,
    .callout,
    .form-wrap {
        grid-template-columns: 1fr;
    }

    .card-grid,
    .route-grid {
        grid-template-columns: 1fr;
    }

    .form-context {
        position: static;
    }
}

@media (max-width: 640px) {
    .sales-nav {
        width: min(100% - 28px, 1180px);
        align-items: flex-start;
        flex-direction: column;
    }

    .sales-nav-links {
        justify-content: flex-start;
        gap: 13px 18px;
    }

    .sales-shell {
        width: min(100% - 28px, 1180px);
    }

    .sales-hero {
        padding-top: 110px;
    }

    .field-grid,
    .check-grid {
        grid-template-columns: 1fr;
    }

    .sales-footer {
        width: min(100% - 28px, 1180px);
        flex-direction: column;
    }
}

/* --- STUDIO STABILIZATION NAV AND FOOTER OVERRIDES --- */
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
    padding: 2rem 4rem;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
}

.nav-links {
    pointer-events: auto;
    display: flex;
    gap: 2.5rem;
    background: rgba(10, 10, 12, 0.4);
    backdrop-filter: blur(20px);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-link {
    text-decoration: none;
    color: #888888;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    transition: all 0.3s ease;
}

.nav-link:hover, .nav-link.active {
    color: #ffffff;
}

@media (max-width: 768px) {
    .main-nav {
        padding: 1.5rem 1rem;
    }
    .nav-links {
        gap: 1.5rem;
        padding: 0.5rem 1.5rem;
        width: 100%;
        justify-content: center;
    }
    .nav-link {
        font-size: 0.7rem;
    }
}

.studio-footer {
    text-align: center;
    padding: 60px;
    border-top: 1px solid rgba(255,255,255,0.05);
    color: #888888;
    font-size: 0.9rem;
    width: 100%;
    margin-top: auto;
}
.ai-disclaimer {
    font-size: 0.75rem;
    color: #666;
    margin-top: 1rem;
    font-style: italic;
}
.footer-links {
    margin-top: 1.5rem;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.footer-links a {
    color: #888;
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-links a:hover {
    color: #d8c27a;
}
