:root {
    color-scheme: light;
    --ink: #0c1728;
    --ink-soft: #26384f;
    --muted: #64758e;
    --line: #dce6f2;
    --paper: #ffffff;
    --wash: #f4f8fd;
    --wash-strong: #e9f3fb;
    --blue: #0a8bdc;
    --blue-dark: #075c99;
    --blue-soft: #dff3ff;
    --navy: #07182d;
    --navy-2: #0d2747;
    --amber: #f0a12a;
    --green: #27a36a;
    --shadow: 0 26px 80px rgba(7, 24, 45, 0.12);
    --shadow-soft: 0 16px 42px rgba(7, 24, 45, 0.08);
    --radius-lg: 34px;
    --radius-md: 24px;
    --radius-sm: 16px;
    font-family:
        "Instrument Sans",
        "Aptos",
        "Segoe UI",
        system-ui,
        sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at 18% 6%, rgba(10, 139, 220, 0.20), transparent 28rem),
        radial-gradient(circle at 88% 14%, rgba(15, 47, 85, 0.13), transparent 26rem),
        linear-gradient(135deg, #ffffff 0%, #eef6fc 44%, #f8fbff 100%);
    color: var(--ink);
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
}

body::before {
    background-image:
        linear-gradient(rgba(7, 24, 45, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 24, 45, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 68%);
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

button,
input,
textarea {
    font: inherit;
}

.site-header {
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(220, 230, 242, 0.88);
    border-radius: 999px;
    box-shadow: var(--shadow-soft);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    left: 50%;
    max-width: 1180px;
    padding: 12px 14px 12px 18px;
    position: sticky;
    top: 16px;
    transform: translateX(-50%);
    width: calc(100% - 36px);
    z-index: 10;
}

.brand,
.site-nav,
.hero-actions,
.hero-metrics,
.trust-strip,
.dashboard-topbar,
.dashboard-title,
.tool-row,
.dashboard-footer,
.audience-list,
.site-footer nav {
    align-items: center;
    display: flex;
}

.brand {
    text-decoration: none;
}

.brand-logo {
    display: block;
    height: 44px;
    object-fit: contain;
    width: auto;
}

.site-nav {
    gap: 4px;
}

.site-nav a,
.nav-cta,
.button,
.text-link {
    font-weight: 800;
    text-decoration: none;
}

.site-nav a {
    border-radius: 999px;
    color: var(--ink-soft);
    padding: 11px 14px;
}

.site-nav a:hover {
    background: var(--wash-strong);
}

.site-nav .nav-cta {
    background: var(--navy);
    color: #fff;
    padding-inline: 18px;
}

.menu-toggle {
    background: var(--navy);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-weight: 800;
    padding: 11px 16px;
}

.section-pad {
    margin: 0 auto;
    max-width: 1180px;
    padding: 86px 24px;
}

.hero {
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    min-height: calc(100vh - 74px);
    padding-top: 118px;
}

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

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    font-size: clamp(4rem, 9vw, 8.6rem);
    letter-spacing: -0.095em;
    line-height: 0.82;
    margin-bottom: 28px;
    max-width: 760px;
}

h2 {
    font-size: clamp(2.15rem, 4.7vw, 4.35rem);
    letter-spacing: -0.065em;
    line-height: 0.96;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.45rem;
    letter-spacing: -0.035em;
    margin-bottom: 12px;
}

p {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.hero-lede {
    font-size: 1.22rem;
    max-width: 690px;
}

.hero-actions {
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.button {
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 15px 22px;
}

.button-primary {
    background: var(--navy);
    box-shadow: 0 16px 30px rgba(7, 24, 45, 0.22);
    color: #fff;
}

.button-secondary {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--line);
    color: var(--navy);
}

.hero-metrics {
    border-top: 1px solid var(--line);
    flex-wrap: wrap;
    gap: 22px;
    margin: 42px 0 0;
    padding-top: 26px;
}

.hero-metrics div {
    min-width: 130px;
}

.hero-metrics dt {
    color: var(--navy);
    font-size: 1.9rem;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.hero-metrics dd {
    color: var(--muted);
    margin: 0;
}

.hero-visual {
    perspective: 1200px;
}

.dashboard-card {
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.93), rgba(239, 247, 253, 0.82)),
        var(--paper);
    border: 1px solid rgba(220, 230, 242, 0.95);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    overflow: hidden;
    padding: 22px;
    position: relative;
    transform: rotateX(4deg) rotateY(-8deg);
}

.dashboard-card::before {
    background: linear-gradient(135deg, rgba(10, 139, 220, 0.42), rgba(7, 24, 45, 0.0));
    border-radius: 999px;
    content: "";
    height: 220px;
    position: absolute;
    right: -88px;
    top: -86px;
    width: 220px;
}

.dashboard-topbar {
    gap: 7px;
    margin-bottom: 22px;
    position: relative;
}

.dashboard-topbar span {
    background: #c8d5e4;
    border-radius: 999px;
    height: 10px;
    width: 10px;
}

.dashboard-title {
    justify-content: space-between;
    margin-bottom: 18px;
    position: relative;
}

.dashboard-title p {
    margin: 0;
}

.dashboard-title strong {
    color: var(--navy);
}

.tool-row {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(220, 230, 242, 0.9);
    border-radius: 22px;
    gap: 15px;
    margin-bottom: 12px;
    padding: 15px;
    position: relative;
}

.tool-row.active {
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.tool-icon {
    background: var(--green);
    border-radius: 15px;
    height: 42px;
    width: 42px;
}

.tool-icon.blue {
    background: var(--blue);
}

.tool-icon.amber {
    background: var(--amber);
}

.tool-row div {
    display: grid;
    flex: 1;
}

.tool-row small,
.dashboard-footer,
.product-badge,
.card-number {
    color: var(--muted);
}

.tool-row em {
    background: var(--blue-soft);
    border-radius: 999px;
    color: var(--blue-dark);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
    padding: 7px 10px;
}

.dashboard-footer {
    border-top: 1px solid var(--line);
    gap: 10px;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 18px;
}

.trust-strip {
    background: var(--navy);
    color: #fff;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 18px 24px;
}

.trust-strip span {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    font-weight: 800;
    padding: 8px 13px;
}

.section-heading {
    margin-bottom: 36px;
    max-width: 850px;
}

.section-heading.compact {
    max-width: 720px;
}

.product-showcase {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.product-card,
.benefit-card,
.implementation-card,
.audience-card,
.workflow-panel,
.contact-panel,
.faq details {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(220, 230, 242, 0.92);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
}

.product-card {
    padding: 34px;
}

.product-card.featured {
    background:
        linear-gradient(145deg, rgba(7, 24, 45, 0.96), rgba(13, 39, 71, 0.94)),
        var(--navy);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.product-card.featured::after {
    background: radial-gradient(circle, rgba(10, 139, 220, 0.45), transparent 62%);
    content: "";
    height: 320px;
    position: absolute;
    right: -120px;
    top: -120px;
    width: 320px;
}

.product-card.featured p,
.product-card.featured li {
    color: rgba(255, 255, 255, 0.78);
}

.product-card.featured > * {
    position: relative;
    z-index: 1;
}

.product-badge {
    background: var(--blue-soft);
    border-radius: 999px;
    color: var(--blue-dark);
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 900;
    margin-bottom: 20px;
    padding: 8px 12px;
}

.product-badge.soft {
    background: var(--wash-strong);
}

.check-list {
    display: grid;
    gap: 11px;
    list-style: none;
    margin: 24px 0;
    padding: 0;
}

.check-list li {
    padding-left: 28px;
    position: relative;
}

.check-list li::before {
    background: var(--blue);
    border-radius: 999px;
    color: #fff;
    content: "";
    height: 10px;
    left: 2px;
    position: absolute;
    top: 8px;
    width: 10px;
}

.text-link {
    color: var(--blue);
}

.benefit-grid,
.implementation-grid,
.faq-grid {
    display: grid;
    gap: 18px;
}

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

.benefit-card,
.implementation-card {
    padding: 26px;
}

.card-number {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin-bottom: 28px;
}

.workflow-panel {
    display: grid;
    gap: 44px;
    grid-template-columns: 0.95fr 1.05fr;
    padding: 42px;
}

.workflow-steps {
    counter-reset: step;
    display: grid;
    gap: 16px;
}

.workflow-steps article {
    border-left: 3px solid var(--blue);
    padding-left: 18px;
}

.workflow-steps p {
    margin-bottom: 0;
}

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

.audience-card {
    background:
        linear-gradient(145deg, rgba(10, 139, 220, 0.10), rgba(255, 255, 255, 0.88)),
        #fff;
    padding: 42px;
}

.audience-list {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.audience-list span {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink-soft);
    font-weight: 850;
    padding: 12px 16px;
}

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

.faq details {
    padding: 24px;
}

.faq summary {
    color: var(--ink);
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 900;
}

.faq details p {
    margin: 16px 0 0;
}

.contact-panel {
    display: grid;
    gap: 38px;
    grid-template-columns: 0.88fr 1.12fr;
    padding: 42px;
}

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

.contact-form label {
    color: var(--ink-soft);
    display: grid;
    font-weight: 850;
    gap: 8px;
}

.contact-form input,
.contact-form textarea {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--line);
    border-radius: 15px;
    color: var(--ink);
    outline: none;
    padding: 14px 15px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(10, 139, 220, 0.12);
}

.site-footer {
    align-items: start;
    background: var(--navy);
    color: rgba(255, 255, 255, 0.76);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 42px max(24px, calc((100vw - 1180px) / 2 + 24px));
}

.site-footer p {
    color: rgba(255, 255, 255, 0.66);
    margin: 6px 0 0;
}

.footer-brand img {
    background: #fff;
    border-radius: 16px;
    display: block;
    height: 54px;
    object-fit: contain;
    padding: 8px 12px;
    width: auto;
}

.site-footer nav {
    flex-wrap: wrap;
    gap: 14px;
    justify-content: end;
}

.site-footer nav a {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 800;
    text-decoration: none;
}

.site-footer small {
    grid-column: 1 / -1;
}

.reveal {
    animation: rise 0.7s ease both;
}

.delay-1 {
    animation-delay: 0.08s;
}

.delay-2 {
    animation-delay: 0.16s;
}

.delay-3 {
    animation-delay: 0.24s;
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

@media (max-width: 980px) {
    .site-header {
        align-items: center;
        border-radius: 26px;
        display: grid;
        gap: 12px;
        grid-template-columns: minmax(0, 1fr) auto;
        left: 18px;
        max-width: none;
        padding: 10px;
        right: 18px;
        transform: none;
        width: auto;
    }

    .brand {
        min-width: 0;
        overflow: hidden;
    }

    .menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .site-nav {
        background: rgba(244, 248, 253, 0.92);
        border: 1px solid var(--line);
        border-radius: 20px;
        display: none;
        grid-column: 1 / -1;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        order: 3;
        padding: 8px;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        border-radius: 14px;
        padding: 13px 14px;
        text-align: center;
    }

    .hero,
    .product-showcase,
    .workflow-panel,
    .contact-panel {
        grid-template-columns: 1fr;
    }

    .hero {
        gap: 34px;
        min-height: auto;
        padding-top: 86px;
    }

    .dashboard-card {
        transform: none;
    }

    .benefit-grid,
    .implementation-grid,
    .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 660px) {
    .site-header {
        left: 10px;
        margin: 10px auto 0;
        max-width: none;
        right: 10px;
        transform: none;
        border-radius: 22px;
        top: 10px;
        width: auto;
    }

    .brand {
        align-items: center;
        display: flex;
        min-width: 0;
    }

    .menu-toggle {
        padding: 10px 14px;
    }

    .site-nav {
        border-radius: 18px;
    }

    .site-nav a {
        font-size: 0.95rem;
    }

    .brand-logo {
        height: 34px;
        max-width: min(190px, calc(100vw - 146px));
    }

    .section-pad {
        padding: 54px 18px;
    }

    .hero {
        gap: 28px;
        padding-top: 72px;
    }

    .eyebrow {
        font-size: 0.68rem;
        letter-spacing: 0.12em;
        margin-bottom: 13px;
    }

    h1 {
        font-size: clamp(3.15rem, 17vw, 4.6rem);
        letter-spacing: -0.075em;
        line-height: 0.88;
        margin-bottom: 20px;
    }

    h2 {
        font-size: clamp(2rem, 10vw, 3rem);
        letter-spacing: -0.055em;
        line-height: 1;
    }

    h3 {
        font-size: 1.25rem;
    }

    p {
        font-size: 1rem;
        line-height: 1.62;
    }

    .hero-lede {
        font-size: 1.04rem;
    }

    .hero-actions,
    .button {
        width: 100%;
    }

    .button {
        align-items: center;
        min-height: 50px;
    }

    .hero-metrics {
        margin-top: 30px;
        padding-top: 20px;
    }

    .hero-metrics dt {
        font-size: 1.65rem;
    }

    .dashboard-card {
        border-radius: 24px;
        padding: 16px;
    }

    .dashboard-title {
        align-items: start;
        flex-direction: column;
        gap: 4px;
    }

    .tool-row {
        align-items: start;
        gap: 12px;
        padding: 13px;
    }

    .tool-icon {
        border-radius: 12px;
        flex: 0 0 36px;
        height: 36px;
        width: 36px;
    }

    .tool-row em {
        align-self: flex-start;
        font-size: 0.72rem;
    }

    .trust-strip {
        align-items: stretch;
        flex-direction: column;
        padding: 16px 18px;
    }

    .trust-strip span {
        text-align: center;
    }

    .section-heading {
        margin-bottom: 26px;
    }

    .dashboard-footer,
    .site-footer {
        align-items: start;
        display: flex;
        flex-direction: column;
    }

    .benefit-grid,
    .implementation-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .product-card,
    .workflow-panel,
    .audience-card,
    .contact-panel {
        padding: 26px;
    }

    .check-list {
        gap: 9px;
        margin: 20px 0;
    }

    .benefit-card,
    .implementation-card,
    .faq details {
        padding: 22px;
    }

    .card-number {
        margin-bottom: 18px;
    }

    .workflow-panel {
        gap: 28px;
    }

    .audience-list {
        align-items: stretch;
        flex-direction: column;
    }

    .audience-list span {
        text-align: center;
    }

    .contact-form input,
    .contact-form textarea {
        width: 100%;
    }

    .footer-brand img {
        height: auto;
        max-width: 210px;
    }

    .site-footer nav {
        align-items: start;
        flex-direction: column;
        justify-content: start;
    }
}

@media (max-width: 430px) {
    .site-header {
        left: 7px;
        right: 7px;
    }

    .brand-logo {
        height: 30px;
        max-width: min(152px, calc(100vw - 126px));
    }

    .menu-toggle {
        font-size: 0.88rem;
        padding: 9px 12px;
    }

    .section-pad {
        padding-left: 14px;
        padding-right: 14px;
    }

    h1 {
        font-size: clamp(2.78rem, 16vw, 3.6rem);
        letter-spacing: -0.065em;
    }

    h2 {
        font-size: clamp(1.78rem, 9vw, 2.45rem);
    }

    .hero-actions {
        gap: 10px;
    }

    .product-card,
    .workflow-panel,
    .audience-card,
    .contact-panel,
    .benefit-card,
    .implementation-card,
    .faq details {
        border-radius: 20px;
        padding: 20px;
    }

    .dashboard-card {
        padding: 13px;
    }

    .tool-row {
        border-radius: 17px;
    }

    .dashboard-footer {
        font-size: 0.9rem;
    }
}
