:root {
    color-scheme: light;
    --ink: #111827;
    --muted: #64748b;
    --surface: #ffffff;
    --line: #dce5f2;
    --navy: #102a56;
    --panel: #163767;
    --blue: #2563eb;
    --cyan: #2f5bff;
    --green: #10b981;
    --amber: #f5a524;
    --rose: #ef5d7a;
    --shadow: 0 28px 90px rgba(15, 23, 42, .18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        linear-gradient(180deg, #eef4ff 0 620px, #f6f9ff 620px 900px, #ffffff 900px),
        #f6f9ff;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(120deg, rgba(37, 99, 235, .14), transparent 34%),
        linear-gradient(250deg, rgba(47, 91, 255, .1), transparent 38%);
}

a {
    color: inherit;
}

.landing-header,
main,
.landing-footer {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.landing-header {
    position: sticky;
    top: 14px;
    z-index: 20;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 14px;
    padding: 0 14px 0 18px;
    border: 1px solid rgba(37, 99, 235, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 18px 55px rgba(15, 23, 42, .1);
    backdrop-filter: blur(18px);
}

.brand,
.landing-header-top,
.landing-nav,
.hero-actions,
.trust-tags,
.metric-strip,
.window-bar,
.mock-toolbar,
.landing-footer,
.landing-footer div {
    display: flex;
    align-items: center;
}

.landing-header-top {
    gap: 16px;
}

.mobile-menu {
    display: none;
}

.brand {
    gap: 12px;
    color: var(--navy);
    font-size: 20px;
    font-weight: 950;
    text-decoration: none;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(145deg, #2f5bff, #2563eb 62%, #14b8a6);
    box-shadow: 0 14px 32px rgba(37, 99, 235, .26);
}

.landing-nav {
    gap: 8px;
    font-size: 14px;
    font-weight: 850;
}

.landing-nav .nav-contact {
    padding-inline: 17px;
}

.landing-nav a,
.primary-action,
.secondary-action {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    padding: 0 15px;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.landing-nav a {
    color: #334155;
}

.landing-nav a:hover,
.primary-action:hover,
.secondary-action:hover {
    transform: translateY(-2px);
}

.landing-nav .nav-contact,
.primary-action {
    border: 1px solid rgba(37, 99, 235, .16);
    background: linear-gradient(135deg, #2563eb, #2f5bff);
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(37, 99, 235, .2);
}

.landing-nav .nav-login,
.secondary-action {
    border: 1px solid rgba(37, 99, 235, .18);
    background: #ffffff;
    color: var(--navy);
}

.hero-section {
    position: relative;
    min-height: 720px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
    gap: 56px;
    align-items: center;
    padding: 78px 0 64px;
    isolation: isolate;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: -120px calc(50% - 50vw) 0;
    z-index: -1;
    background:
        linear-gradient(115deg, rgba(37, 99, 235, .16), transparent 40%),
        linear-gradient(245deg, rgba(47, 91, 255, .1), transparent 42%),
        linear-gradient(180deg, #f6f9ff, #eef4ff);
}

.hero-section::after {
    content: "";
    position: absolute;
    right: -10%;
    top: 16%;
    z-index: -1;
    width: 46%;
    height: 56%;
    transform: skew(-13deg) rotate(-3deg);
    border: 1px solid rgba(37, 99, 235, .12);
    background: linear-gradient(135deg, rgba(37, 99, 235, .1), rgba(47, 91, 255, .06));
    filter: blur(.2px);
}

.hero-copy {
    animation: enterUp .65s ease both;
}

.hero-copy h1,
.section-heading h2,
.cta-section h2 {
    margin: 0;
    color: var(--ink);
    line-height: 1.05;
    letter-spacing: 0;
}

.hero-copy h1 {
    max-width: 820px;
    color: var(--navy);
    font-size: clamp(44px, 5.8vw, 76px);
    text-wrap: balance;
}

.hero-text {
    max-width: 720px;
    margin: 24px 0 0;
    color: #52627a;
    font-size: 19px;
    line-height: 1.72;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--green);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.primary-action,
.secondary-action {
    min-height: 50px;
    padding: 0 22px;
    font-weight: 950;
}

.hero-product {
    position: relative;
    transform: perspective(1100px) rotateY(-7deg) rotateX(2deg);
    animation: floatPanel 6s ease-in-out infinite;
}

.hero-product::before,
.hero-product::after {
    content: "";
    position: absolute;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
}

.hero-product::before {
    inset: 26px -24px -24px 42px;
    z-index: -2;
    background: rgba(47, 109, 246, .18);
}

.hero-product::after {
    inset: 58px -44px -46px 86px;
    z-index: -3;
    background: rgba(24, 185, 129, .12);
}

.hero-product,
.flow-mockup {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(244, 248, 255, .96));
    box-shadow: var(--shadow);
    overflow: hidden;
}

.hero-window {
    min-height: 520px;
    display: grid;
    align-content: start;
    gap: 16px;
    padding: 20px;
}

.window-bar,
.mock-toolbar {
    justify-content: space-between;
    gap: 14px;
    min-height: 60px;
    margin: -20px -20px 0;
    padding: 0 18px;
    border-bottom: 1px solid #dce5f2;
    background: linear-gradient(90deg, #f9fbff, #eef5ff);
}

.window-bar > span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 18px 0 0 #f5a524, 36px 0 0 #ef5d7a;
}

.window-bar strong,
.mock-toolbar strong {
    color: #1e2b42;
    font-size: 14px;
}

.window-bar small,
.service-card em,
.mock-toolbar em,
.mock-row em {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 10px;
    background: #dcfce7;
    color: #08745c;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
}

.metric-strip,
.mock-stats {
    gap: 12px;
}

.metric-strip div,
.mock-stats article,
.service-card,
.mini-panel div,
.mock-row,
.faq-list details,
.feature-grid article,
.problem-list li {
    border: 1px solid #dce5f2;
    border-radius: 16px;
    background: #ffffff;
}

.metric-strip div,
.mock-stats article {
    position: relative;
    flex: 1;
    min-height: 100px;
    padding: 17px;
    overflow: hidden;
}

.metric-strip div::after,
.mock-stats article::after {
    content: "";
    position: absolute;
    inset: auto 12px 12px 12px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.metric-strip div:nth-child(2)::after,
.mock-stats article:nth-child(2)::after {
    background: linear-gradient(90deg, var(--green), var(--cyan));
}

.metric-strip div:nth-child(3)::after,
.mock-stats article:nth-child(3)::after {
    background: linear-gradient(90deg, var(--amber), var(--rose));
}

.metric-strip span,
.mock-stats span,
.service-card span,
.mini-panel span,
.mock-toolbar span,
.mock-row span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 850;
}

.metric-strip strong,
.mock-stats strong {
    display: block;
    margin-top: 10px;
    font-size: 30px;
}

.service-card {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.service-card.active {
    border-color: #a9c4ff;
    background: linear-gradient(135deg, #ffffff, #eef5ff);
}

.service-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

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

.mini-panel div {
    min-height: 84px;
    padding: 16px;
    background:
        linear-gradient(135deg, rgba(47, 109, 246, .08), transparent 55%),
        #ffffff;
}

.mini-panel div:nth-child(2) {
    background:
        linear-gradient(135deg, rgba(24, 185, 129, .12), transparent 55%),
        #ffffff;
}

.mini-panel strong {
    display: block;
    margin-top: 8px;
}

.trust-tags {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: -28px auto 64px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 22px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 28px 80px rgba(15, 23, 42, .16);
    backdrop-filter: blur(18px);
}

.trust-tags span {
    color: #27364d;
    font-size: 14px;
    font-weight: 850;
}

.trust-tags span {
    position: relative;
    min-height: 112px;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 20px 18px 18px 52px;
    border-radius: 16px;
}

.trust-tags span + span {
    border-left: 1px solid #e1e8f3;
}

.trust-tags span::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 24px;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    box-shadow: 0 10px 20px rgba(47, 109, 246, .18);
}

.trust-tags span:nth-child(2)::before,
.trust-tags span:nth-child(4)::before {
    background: linear-gradient(135deg, var(--green), var(--cyan));
}

.trust-tags span:nth-child(5)::before {
    background: linear-gradient(135deg, var(--amber), var(--rose));
}

.trust-tags strong,
.trust-tags small {
    display: block;
}

.trust-tags strong {
    color: #102033;
    font-size: 16px;
    line-height: 1.2;
}

.trust-tags small {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
}

.content-band {
    position: relative;
    padding: 96px 0;
    border-top: 1px solid var(--line);
    scroll-margin-top: 110px;
}

.content-band:nth-of-type(even)::before,
.product-story::before {
    content: "";
    position: absolute;
    inset: 28px calc(50% - 50vw);
    z-index: -1;
    background: linear-gradient(135deg, rgba(47, 109, 246, .07), rgba(24, 185, 129, .06));
}

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

.section-heading h2,
.cta-section h2 {
    font-size: clamp(32px, 4vw, 52px);
    text-wrap: balance;
}

.section-heading p:not(.eyebrow),
.cta-section p,
.trust-layout p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.72;
}

.problem-band {
    padding-top: 112px;
}

.problem-band .section-heading {
    max-width: 900px;
}

.problem-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.problem-list li {
    position: relative;
    grid-column: span 2;
    min-height: 178px;
    padding: 62px 22px 22px;
    color: #27364d;
    font-size: 17px;
    font-weight: 850;
    overflow: hidden;
    box-shadow: 0 18px 52px rgba(15, 23, 42, .08);
    transition: transform .18s ease, box-shadow .18s ease;
}

.problem-list li:nth-child(4),
.problem-list li:nth-child(5) {
    grid-column: span 3;
}

.problem-list li:nth-child(1) {
    background:
        linear-gradient(145deg, rgba(47, 109, 246, .12), transparent 58%),
        #ffffff;
}

.problem-list li:nth-child(2) {
    background:
        linear-gradient(145deg, rgba(24, 185, 129, .13), transparent 58%),
        #ffffff;
}

.problem-list li:nth-child(3) {
    background:
        linear-gradient(145deg, rgba(245, 165, 36, .13), transparent 58%),
        #ffffff;
}

.problem-list li:hover,
.feature-grid article:hover,
.timeline li:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(15, 23, 42, .12);
}

.problem-list li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 22px;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f5a524, #ef5d7a);
    box-shadow: 0 14px 28px rgba(245, 165, 36, .2);
}

.problem-list li::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -44px;
    width: 128px;
    height: 128px;
    border-radius: 36px;
    background: linear-gradient(135deg, rgba(47, 109, 246, .12), rgba(23, 180, 216, .08));
    transform: rotate(-18deg);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 38px;
}

.feature-grid article {
    position: relative;
    min-height: 196px;
    padding: 22px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
    transition: transform .18s ease, box-shadow .18s ease;
}

.feature-grid article::after {
    content: "";
    position: absolute;
    inset: auto -20px -42px 40%;
    height: 118px;
    transform: rotate(-12deg);
    background: linear-gradient(135deg, rgba(47, 109, 246, .16), rgba(23, 180, 216, .08));
}

.feature-grid article:nth-child(3n)::after {
    background: linear-gradient(135deg, rgba(24, 185, 129, .18), rgba(23, 180, 216, .08));
}

.feature-grid article:nth-child(4n)::after {
    background: linear-gradient(135deg, rgba(245, 165, 36, .18), rgba(239, 93, 122, .08));
}

.feature-grid span {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(135deg, #eaf2ff, #dff7f4);
    color: var(--blue);
    font-weight: 950;
}

.feature-grid h3,
.feature-grid p {
    position: relative;
    z-index: 1;
}

.feature-grid h3 {
    margin: 20px 0 9px;
    color: #172033;
    font-size: 19px;
    line-height: 1.22;
}

.feature-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.58;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.timeline li {
    position: relative;
    min-height: 150px;
    display: flex;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
    transition: transform .18s ease, box-shadow .18s ease;
}

.timeline li > span {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    box-shadow: 0 12px 28px rgba(47, 109, 246, .22);
}

.timeline h3 {
    margin: 0 0 8px;
    font-size: 19px;
}

.timeline p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.58;
}

.product-story {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(460px, 1fr);
    gap: 42px;
    align-items: center;
    padding: 92px 0;
    border-top: 1px solid var(--line);
    scroll-margin-top: 110px;
}

.flow-mockup {
    min-height: 454px;
    display: grid;
    grid-template-columns: 164px minmax(0, 1fr);
    background: #ffffff;
}

.flow-mockup aside {
    padding: 20px;
    border-right: 1px solid rgba(255, 255, 255, .12);
    background: linear-gradient(180deg, #102a56, #163767);
    color: #ffffff;
}

.flow-mockup aside strong {
    display: block;
    margin-bottom: 26px;
}

.flow-mockup aside span {
    display: block;
    margin-bottom: 17px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 850;
}

.mock-main {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 20px;
}

.mock-toolbar {
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 16px;
}

.mock-toolbar strong {
    display: block;
    margin-top: 6px;
}

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

.mock-row {
    min-height: 62px;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 0 15px;
    background: #f8fbff;
}

.trust-layout {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(320px, .55fr);
    gap: 34px;
    align-items: start;
    margin-top: 26px;
}

.trust-band {
    border-top: 0;
    isolation: isolate;
    color: #ffffff;
}

.trust-band::before {
    content: "";
    position: absolute;
    inset: 32px calc(50% - 50vw);
    z-index: -1;
    background:
        linear-gradient(120deg, rgba(37, 99, 235, .16), transparent 44%),
        linear-gradient(250deg, rgba(47, 91, 255, .12), transparent 42%),
        #102a56;
}

.trust-band .section-heading h2 {
    color: #ffffff;
}

.trust-band .trust-layout p {
    color: #d7e2f1;
}

.trust-layout p {
    margin: 0;
}

.trust-points {
    display: grid;
    gap: 12px;
}

.trust-points span {
    display: block;
    padding: 18px 18px 18px 52px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, .16), transparent 55%),
        rgba(255, 255, 255, .09);
    color: #ffffff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .14);
    backdrop-filter: blur(14px);
    font-weight: 900;
    position: relative;
}

.trust-points span::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 18px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: inset 0 0 0 6px #dcfce7;
}

.audience-band .section-heading {
    max-width: 880px;
}

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

.audience-grid article {
    position: relative;
    min-height: 188px;
    padding: 22px;
    border: 1px solid #dce5f2;
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(37, 99, 235, .06), transparent 54%),
        #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.audience-grid article::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -52px;
    width: 142px;
    height: 142px;
    border-radius: 42px;
    background: linear-gradient(135deg, rgba(37, 99, 235, .12), rgba(47, 91, 255, .05));
    transform: rotate(-14deg);
}

.audience-grid article:nth-child(2n)::after {
    background: linear-gradient(135deg, rgba(16, 185, 129, .13), rgba(37, 99, 235, .05));
}

.audience-grid article:hover {
    transform: translateY(-4px);
    border-color: #c7d8f2;
    box-shadow: 0 24px 58px rgba(15, 23, 42, .12);
}

.audience-grid span {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #eaf2ff, #ffffff);
    color: var(--blue);
    font-size: 13px;
    font-weight: 950;
    box-shadow: inset 0 0 0 1px #dbe7fb, 0 12px 28px rgba(37, 99, 235, .12);
}

.audience-grid h3,
.audience-grid p {
    position: relative;
    z-index: 1;
}

.audience-grid h3 {
    margin: 18px 0 9px;
    color: #172033;
    font-size: 20px;
    line-height: 1.22;
}

.audience-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.company-band {
    padding: 10px 0 20px;
}

.company-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 32px;
    border: 1px solid rgba(47, 109, 246, .14);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(47, 109, 246, .1), transparent 48%),
        linear-gradient(245deg, rgba(24, 185, 129, .12), transparent 46%),
        #ffffff;
    box-shadow: 0 22px 64px rgba(15, 23, 42, .08);
    overflow: hidden;
}

.company-card h2 {
    max-width: 780px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.12;
}

.company-card p:not(.eyebrow) {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.68;
}

.company-link {
    flex: 0 0 auto;
    border-color: #c9d8ef;
    background: #ffffff;
    color: var(--ink);
}

.cta-section {
    position: relative;
    margin: 70px 0 90px;
    padding: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-radius: 24px;
    background:
        linear-gradient(120deg, rgba(37, 99, 235, .72), transparent 48%),
        linear-gradient(250deg, rgba(47, 91, 255, .38), transparent 45%),
        #102a56;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .22);
}

.cta-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0 35%, rgba(255, 255, 255, .12) 45%, transparent 58%);
    animation: shine 7s ease-in-out infinite;
}

.cta-section > * {
    position: relative;
    z-index: 1;
}

.cta-section h2,
.cta-section .eyebrow {
    color: #ffffff;
}

.cta-section p {
    max-width: 690px;
    margin: 14px 0 0;
    color: #dce5f3;
}

.cta-section .primary-action {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--navy);
    box-shadow: none;
    white-space: nowrap;
}

.contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.contact-links a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    padding: 0 13px;
    background: rgba(255, 255, 255, .12);
    color: #ffffff;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    backdrop-filter: blur(12px);
}

.faq-band {
    padding-top: 0;
}

.faq-list {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.faq-list details {
    padding: 20px 22px;
    box-shadow: 0 16px 44px rgba(15, 23, 42, .05);
}

.faq-list summary {
    cursor: pointer;
    color: #172033;
    font-size: 17px;
    font-weight: 950;
}

.faq-list p {
    margin: 12px 0 0;
    color: var(--muted);
    line-height: 1.68;
}

.landing-footer {
    min-height: 104px;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    padding: 24px 28px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background:
        linear-gradient(120deg, rgba(37, 99, 235, .16), transparent 42%),
        linear-gradient(250deg, rgba(47, 91, 255, .1), transparent 40%),
        #102a56;
    color: #cbd7e7;
    box-shadow: 0 22px 64px rgba(15, 23, 42, .16);
    font-weight: 850;
}

.landing-footer div {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.landing-footer a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    padding: 0 13px;
    background: rgba(255, 255, 255, .06);
    color: #ffffff;
    text-decoration: none;
}

.landing-footer a:hover {
    color: var(--blue);
}

@keyframes floatPanel {
    0%, 100% {
        transform: perspective(1100px) rotateY(-7deg) rotateX(2deg) translateY(0);
    }

    50% {
        transform: perspective(1100px) rotateY(-5deg) rotateX(1deg) translateY(-12px);
    }
}

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

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

@keyframes shine {
    0%, 58% {
        transform: translateX(-120%);
    }

    100% {
        transform: translateX(120%);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

@media (max-width: 1080px) {
    .landing-header {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px;
    }

    .landing-nav {
        width: 100%;
        flex-wrap: wrap;
    }

    .hero-section,
    .product-story,
    .trust-layout {
        grid-template-columns: 1fr;
    }

    .hero-section {
        min-height: auto;
    }

    .hero-product {
        transform: none;
    }

    .problem-list,
    .feature-grid,
    .audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .trust-tags span + span {
        border-left: 0;
    }

    .trust-tags span {
        border: 1px solid #e1e8f3;
    }

    .problem-list li,
    .problem-list li:nth-child(4),
    .problem-list li:nth-child(5) {
        grid-column: span 1;
    }

    .company-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    .landing-header,
    main,
    .landing-footer {
        width: min(100% - 24px, 1180px);
    }

    .landing-header {
        top: 8px;
        width: min(100% - 24px, 1180px);
        min-height: auto;
        margin: 8px auto 0;
        padding: 14px;
        border-width: 1px;
        border-radius: 20px;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        overflow: visible;
    }

    .landing-header-top {
        width: 100%;
        justify-content: space-between;
    }

    .landing-nav {
        display: none;
    }

    .mobile-menu {
        position: relative;
        display: block;
    }

    .mobile-menu summary {
        width: 48px;
        height: 42px;
        display: grid;
        place-items: center;
        gap: 5px;
        border: 1px solid rgba(37, 99, 235, .18);
        border-radius: 12px;
        background: #ffffff;
        cursor: pointer;
        list-style: none;
    }

    .mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .mobile-menu summary span {
        width: 21px;
        height: 2px;
        border-radius: 999px;
        background: var(--navy);
    }

    .mobile-menu[open] summary {
        background: #eef4ff;
    }

    .mobile-menu-panel {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        width: min(82vw, 320px);
        display: grid;
        gap: 8px;
        padding: 12px;
        border: 1px solid rgba(15, 23, 42, .08);
        border-radius: 18px;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 28px 80px rgba(15, 23, 42, .26);
        backdrop-filter: blur(18px);
    }

.mobile-menu-panel a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #e1e8f3;
    border-radius: 13px;
    padding: 0 15px;
    color: #102033;
    background: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

    .mobile-menu-panel a::after {
        content: "›";
        color: #64748b;
        font-size: 22px;
        line-height: 1;
    }

    .mobile-menu-panel .mobile-menu-primary {
        border-color: transparent;
        background: linear-gradient(135deg, #2563eb, #2f5bff);
        color: #ffffff;
    }

    .mobile-menu-panel .mobile-menu-primary::after {
        color: rgba(255, 255, 255, .82);
    }

    .brand {
        gap: 9px;
        font-size: 19px;
    }

    .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 11px;
    }

    .hero-section {
        padding: 54px 0 42px;
    }

    .hero-section::after {
        display: none;
    }

    .hero-copy h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .hero-text,
    .section-heading p:not(.eyebrow),
    .cta-section p,
    .trust-layout p {
        font-size: 16px;
    }

    .hero-product {
        display: none;
    }

    .trust-tags {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 0 0 42px;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, .46);
        border-radius: 22px;
        background: rgba(255, 255, 255, .86);
        box-shadow: 0 24px 64px rgba(15, 23, 42, .14);
        overflow: visible;
    }

    .trust-tags span {
        width: 100%;
        min-height: 78px;
        border: 1px solid #e1e8f3;
        background: rgba(255, 255, 255, .95);
        box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
    }

    .trust-tags span + span {
        border-left: 1px solid #e1e8f3;
    }

    .content-band,
    .product-story {
        padding: 62px 0;
    }

    .company-card {
        padding: 26px;
    }

    .company-link {
        width: 100%;
    }

    .problem-list,
    .feature-grid,
    .audience-grid,
    .timeline,
    .mock-stats,
    .mini-panel {
        grid-template-columns: 1fr;
    }

    .audience-grid article {
        min-height: auto;
    }

    .problem-list li {
        min-height: 112px;
        padding-top: 58px;
    }

    .flow-mockup {
        grid-template-columns: 1fr;
    }

    .flow-mockup aside {
        display: none;
    }

    .mock-row {
        grid-template-columns: 1fr;
        align-items: start;
        padding: 14px;
    }

    .metric-strip,
    .cta-section,
    .landing-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .cta-section {
        padding: 30px;
    }

    .cta-section .primary-action,
    .hero-actions a {
        width: 100%;
    }

    .contact-links a {
        width: 100%;
        justify-content: center;
    }

    .landing-footer div {
        justify-content: flex-start;
    }

    .landing-footer {
        min-height: auto;
        margin-bottom: 18px;
        padding: 24px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 22px;
        background:
            linear-gradient(135deg, rgba(37, 99, 235, .18), transparent 45%),
            #102a56;
        box-shadow: 0 18px 44px rgba(15, 23, 42, .14);
    }

    .landing-footer span {
        color: #ffffff;
        font-size: 18px;
    }

    .landing-footer div {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .landing-footer a {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 999px;
        padding: 0 12px;
        color: #ffffff;
        background: rgba(255, 255, 255, .07);
    }
}
