:root {
    --bg: #f3f5f8;
    --surface: rgba(255, 255, 255, 0.82);
    --surface-strong: #ffffff;
    --ink: #111111;
    --ink-soft: #425066;
    --line: rgba(43, 67, 99, 0.14);
    --accent: #ffcc29;
    --accent-strong: #c99700;
    --accent-soft: rgba(255, 204, 41, 0.2);
    --brand-blue: #2b4363;
    --dark: #0d1117;
    --dark-2: #1a2636;
    --success: #0f7a4f;
    --error: #b3261e;
    --shadow: 0 24px 80px rgba(10, 17, 27, 0.16);
    --radius-xl: 32px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --container: 1180px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: 'DM Sans', sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(255, 204, 41, 0.2), transparent 34%),
        radial-gradient(circle at right 24%, rgba(43, 67, 99, 0.14), transparent 30%),
        linear-gradient(180deg, #f8fafc 0%, #f3f5f8 48%, #e9eef4 100%);
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

.page-shell {
    overflow: clip;
}

.container {
    width: min(calc(100% - 32px), var(--container));
    margin: 0 auto;
}

.hero {
    position: relative;
    padding: 32px 0 44px;
}

.hero__backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, #edf3fa 0%, #d8e4f1 36%, #aebfd4 62%, #2b4363 100%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.hero__backdrop::before,
.hero__backdrop::after {
    content: '';
    position: absolute;
    inset: auto;
    pointer-events: none;
}

.hero__backdrop::before {
    top: 10px;
    right: -60px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 204, 41, 0.62) 0%, rgba(255, 204, 41, 0.2) 38%, rgba(255, 204, 41, 0) 72%);
}

.hero__backdrop::after {
    left: -30px;
    bottom: 18px;
    width: 420px;
    height: 240px;
    transform: rotate(-12deg);
    background:
        linear-gradient(90deg, rgba(43, 67, 99, 0.18) 0 20%, transparent 20% 100%),
        repeating-linear-gradient(
            90deg,
            rgba(43, 67, 99, 0.16) 0 16px,
            rgba(43, 67, 99, 0) 16px 34px
        );
    opacity: 0.72;
}

.hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 420px);
    gap: 32px;
    align-items: stretch;
}

.hero__content,
.hero-card {
    position: relative;
    z-index: 1;
}

.hero-side {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    align-self: end;
}

.hero__content {
    padding: 44px 0;
    color: var(--brand-blue);
}

.hero__brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 14px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(43, 67, 99, 0.16);
    box-shadow: 0 18px 42px rgba(43, 67, 99, 0.16);
}

.hero__brand img {
    display: block;
    width: clamp(168px, 24vw, 220px);
    height: auto;
}

.hero-media,
.feature-banner,
.product-shot,
.form-support-media {
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
}

.hero-media {
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.hero-media img,
.feature-banner img,
.product-shot img,
.form-support-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-media img {
    aspect-ratio: 16 / 11;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 204, 41, 0.32);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand-blue);
    background: rgba(255, 204, 41, 0.22);
}

.eyebrow--dark {
    color: #ffde73;
    border-color: rgba(255, 204, 41, 0.26);
    background: rgba(255, 204, 41, 0.08);
}

.hero h1,
.section-heading h2,
.pitch-card h2,
.form-shell__intro h2 {
    margin: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(3rem, 7vw, 5.5rem);
    line-height: 0.94;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.hero__lead,
.section-heading p,
.pitch-card p,
.form-shell__intro p {
    margin: 18px 0 0;
    max-width: 700px;
    font-size: 1.06rem;
    line-height: 1.75;
    color: rgba(43, 67, 99, 0.88);
}

.hero h1 {
    color: var(--brand-blue);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    font-size: 0.96rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button:disabled,
.button.is-loading {
    cursor: wait;
    pointer-events: none;
    transform: none;
    box-shadow: none;
    opacity: 0.78;
}

.button--primary {
    color: #101010;
    background: linear-gradient(135deg, #ffe06a 0%, #ffcc29 100%);
    box-shadow: 0 14px 36px rgba(255, 204, 41, 0.3);
}

.button--ghost {
    color: var(--brand-blue);
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(43, 67, 99, 0.22);
}

.button--full {
    width: 100%;
}

.hero__highlights {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.hero__highlights li {
    position: relative;
    padding-left: 28px;
    font-size: 0.98rem;
    line-height: 1.6;
    color: rgba(43, 67, 99, 0.92);
}

.hero__highlights li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #111111 0 26%, transparent 27% 100%),
        linear-gradient(135deg, #ffe06a 0%, #ffcc29 100%);
    box-shadow: 0 0 0 4px rgba(255, 204, 41, 0.18);
}

.hero-card {
    padding: 24px;
    border: 1px solid rgba(255, 204, 41, 0.34);
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(30, 47, 70, 0.95), rgba(20, 31, 47, 0.95));
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
    color: #f8fbff;
}

.hero-card__label {
    margin: 0 0 10px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffde73;
}

.hero-card__top strong {
    font-size: 1.4rem;
    line-height: 1.35;
}

.hero-card__body {
    display: grid;
    gap: 14px;
    margin: 24px 0;
}

.metric {
    padding: 16px;
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 204, 41, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.metric__value {
    display: block;
    margin-bottom: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.metric__label {
    display: block;
    font-size: 0.94rem;
    line-height: 1.55;
    color: rgba(248, 251, 255, 0.82);
}

.hero-card__footer {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(248, 251, 255, 0.84);
}

.section {
    padding: 88px 0;
}

.section--dark {
    background:
        linear-gradient(180deg, rgba(13, 17, 23, 0.97), rgba(43, 67, 99, 0.98)),
        #111111;
    color: #f8fbff;
}

.section--form {
    padding-top: 32px;
    padding-bottom: 100px;
}

.section--visual {
    padding-top: 12px;
}

.section-heading {
    max-width: 760px;
}

.section-heading h2,
.pitch-card h2,
.form-shell__intro h2 {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    color: var(--brand-blue);
}

.section-heading p,
.form-shell__intro p {
    color: var(--ink-soft);
}

.benefits-grid,
.steps-grid,
.pitch-grid,
.product-gallery {
    display: grid;
    gap: 22px;
    margin-top: 34px;
}

.benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card,
.step-card,
.list-card,
.pitch-card {
    position: relative;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 36px rgba(20, 19, 19, 0.06);
}

.benefit-card__index {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 10px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand-blue);
    background: var(--accent-soft);
}

.benefit-card h3,
.list-card h3,
.step-card h3 {
    margin: 0 0 12px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2rem;
    line-height: 0.98;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--brand-blue);
}

.benefit-card p,
.step-card p,
.list-card li,
.pitch-card p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.72;
    color: var(--ink-soft);
}

.pitch-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: stretch;
}

.feature-banner {
    min-height: 340px;
    border: 1px solid rgba(43, 67, 99, 0.1);
}

.feature-banner img {
    aspect-ratio: 16 / 9;
}

.product-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-shot {
    min-height: 280px;
    border: 1px solid rgba(43, 67, 99, 0.1);
    background: rgba(255, 255, 255, 0.72);
}

.product-shot img {
    aspect-ratio: 1 / 1;
}

.pitch-card,
.list-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 204, 41, 0.12);
    color: #f8fbff;
    box-shadow: none;
}

.pitch-card h2,
.pitch-card p,
.list-card h3,
.list-card li {
    color: #f8fbff;
}

.list-card ul {
    margin: 18px 0 0;
    padding-left: 18px;
}

.list-card li + li {
    margin-top: 12px;
}

.steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card span {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe06a 0%, #ffcc29 100%);
    color: #111111;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.form-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 28px;
    align-items: start;
}

.form-shell__intro {
    position: sticky;
    top: 24px;
}

.form-support-media {
    margin-top: 26px;
    min-height: 360px;
    border: 1px solid rgba(43, 67, 99, 0.1);
}

.form-support-media img {
    aspect-ratio: 9 / 11;
}

.form-shell__content {
    padding: 28px;
    border: 1px solid rgba(20, 19, 19, 0.08);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow);
}

.alert {
    margin-bottom: 20px;
    padding: 16px 18px;
    border-radius: 18px;
    font-size: 0.98rem;
    line-height: 1.6;
}

.alert--success {
    color: var(--success);
    background: rgba(15, 122, 79, 0.12);
    border: 1px solid rgba(15, 122, 79, 0.16);
}

.alert--error {
    color: var(--error);
    background: rgba(179, 38, 30, 0.1);
    border: 1px solid rgba(179, 38, 30, 0.15);
}

.lead-form {
    display: grid;
    gap: 28px;
}

.form-guidance {
    margin: 0;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(43, 67, 99, 0.08);
    color: var(--ink-soft);
    line-height: 1.7;
}

.form-guidance strong {
    color: var(--ink);
}

.lead-form fieldset {
    margin: 0;
    padding: 22px;
    border: 1px solid rgba(20, 19, 19, 0.08);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.76);
}

.lead-form legend {
    padding: 0 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--brand-blue);
}

.fieldset-hint {
    margin: 0 0 18px;
    color: var(--ink-soft);
    line-height: 1.7;
}

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

.form-grid__full {
    grid-column: 1 / -1;
}

.lead-form label {
    display: grid;
    gap: 8px;
}

.lead-form span {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--ink);
}

.lead-form input,
.lead-form textarea {
    width: 100%;
    padding: 15px 16px;
    border: 1px solid rgba(20, 19, 19, 0.14);
    border-radius: 14px;
    background: #fffefb;
    font: inherit;
    color: var(--ink);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.lead-form input:focus,
.lead-form textarea:focus {
    outline: none;
    border-color: rgba(255, 204, 41, 0.88);
    box-shadow: 0 0 0 4px rgba(255, 204, 41, 0.18);
    transform: translateY(-1px);
}

.lead-form input:disabled {
    background: #eef2f7;
    color: #7b8798;
    border-color: rgba(43, 67, 99, 0.12);
    cursor: not-allowed;
    opacity: 0.72;
}

.lead-form textarea {
    resize: vertical;
    min-height: 150px;
}

.lead-form small {
    color: #6b7280;
    line-height: 1.6;
}

.form-actions {
    display: grid;
    gap: 14px;
}

.form-actions p {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.7;
}

.hp-field {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal--delay {
    transition-delay: 0.12s;
}

.reveal--delay-2 {
    transition-delay: 0.2s;
}

@media (max-width: 1080px) {
    .hero__grid,
    .form-shell,
    .pitch-grid,
    .benefits-grid,
    .steps-grid,
    .product-gallery {
        grid-template-columns: 1fr;
    }

    .hero-side {
        align-self: stretch;
    }

    .form-shell__intro {
        position: static;
    }
}

@media (max-width: 720px) {
    .hero {
        padding-top: 18px;
    }

    .hero__content {
        padding-top: 22px;
    }

    .section {
        padding: 72px 0;
    }

    .form-shell__content,
    .benefit-card,
    .step-card,
    .list-card,
    .pitch-card,
    .hero-card,
    .lead-form fieldset {
        padding: 22px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .hero__actions {
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .hero h1,
    .section-heading h2,
    .pitch-card h2,
    .form-shell__intro h2 {
        font-size: clamp(2.4rem, 12vw, 3.6rem);
    }
}
