:root {
    --home-ink: #10263d;
    --home-navy: #0f2238;
    --home-navy-soft: #183b59;
    --home-blue: #0061e2;
    --home-cyan: #26a1b7;
    --home-mint: #41d3ad;
    --home-paper: #f4f7fa;
    --home-line: rgba(16, 38, 61, 0.12);
    --home-muted: #637486;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

body.home-page {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: var(--home-ink);
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

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

.home-page a {
    color: inherit;
}

.home-page img {
    max-width: 100%;
}

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

.home-page h1,
.home-page h2,
.home-page h3,
.home-brand,
.home-button,
.home-nav {
    font-family: var(--second-family);
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.home-skip-link {
    position: fixed;
    z-index: 1200;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 34, 56, 0.2);
    transform: translateY(-160%);
    transition: transform 0.2s ease;
}

.home-skip-link:focus {
    transform: translateY(0);
}

.home-header {
    position: sticky;
    z-index: 80;
    top: 0;
    border-bottom: 1px solid rgba(15, 34, 56, 0.09);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
}

.home-header-inner {
    position: relative;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.home-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    color: var(--home-navy);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-decoration: none;
}

.home-brand img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.home-brand > span > span {
    color: var(--home-cyan);
}

.home-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(18px, 2vw, 32px);
    font-size: 14px;
    font-weight: 650;
}

.home-nav a {
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.home-nav a:not(.home-nav-cta):hover {
    color: var(--home-cyan);
}

.home-nav .home-login {
    margin-left: 4px;
    color: var(--home-blue);
}

.home-nav-cta {
    padding: 11px 18px;
    border-radius: 10px;
    background: var(--home-navy);
    color: #fff !important;
}

.home-nav-cta:hover {
    background: var(--home-blue);
    transform: translateY(-1px);
}

.home-mobile-toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    display: none;
    border: 1px solid var(--home-line);
    border-radius: 11px;
    background: #fff;
    color: var(--home-navy);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.home-mobile-toggle > span:not(.visually-hidden) {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.home-hero {
    position: relative;
    min-height: 720px;
    padding: 74px 0 82px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(38, 161, 183, 0.035) 1px, transparent 1px),
        linear-gradient(rgba(38, 161, 183, 0.035) 1px, transparent 1px),
        linear-gradient(145deg, #f9fcfd 0%, #f1f7fb 52%, #eaf4fa 100%);
    background-size: 54px 54px, 54px 54px, auto;
}

.home-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -220px;
    width: 760px;
    height: 380px;
    border: 1px solid rgba(38, 161, 183, 0.16);
    border-radius: 50%;
    transform: rotate(-12deg);
}

.home-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.home-hero-glow-one {
    top: 40px;
    right: 8%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(38, 161, 183, 0.14), transparent 68%);
}

.home-hero-glow-two {
    bottom: -20px;
    left: 20%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(0, 97, 226, 0.1), transparent 70%);
}

.home-hero .container {
    position: relative;
    z-index: 2;
}

.home-hero-grid {
    align-items: center;
    gap: clamp(30px, 4vw, 64px);
}

.home-hero-copy {
    padding: 26px 0;
}

.home-eyebrow,
.home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: var(--home-cyan);
    font-family: var(--second-family);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.home-eyebrow span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--home-mint);
    box-shadow: 0 0 0 5px rgba(65, 211, 173, 0.16);
}

.home-hero h1 {
    max-width: 690px;
    margin-bottom: 28px;
    color: var(--home-navy);
    font-size: clamp(48px, 5.2vw, 76px);
    font-weight: 820;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.home-hero h1 em {
    color: var(--home-cyan);
    font-style: normal;
}

.home-hero-lead {
    max-width: 660px;
    margin-bottom: 30px;
    color: #43586c;
    font-size: clamp(18px, 1.4vw, 21px);
    line-height: 1.55;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.home-button {
    min-height: 52px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 720;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-button span {
    font-size: 21px;
    line-height: 1;
}

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

.home-button-primary {
    background: var(--home-blue);
    box-shadow: 0 12px 30px rgba(0, 97, 226, 0.22);
    color: #fff !important;
}

.home-button-primary:hover {
    background: #0756c4;
    box-shadow: 0 16px 34px rgba(0, 97, 226, 0.28);
}

.home-button-secondary {
    border-color: rgba(16, 38, 61, 0.18);
    background: rgba(255, 255, 255, 0.72);
    color: var(--home-navy) !important;
}

.home-button-secondary:hover {
    border-color: var(--home-cyan);
    background: #fff;
}

.home-hero-points {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    list-style: none;
    color: #53677a;
    font-size: 14px;
}

.home-hero-points li {
    display: flex;
    align-items: center;
    gap: 7px;
}

.home-hero-points span {
    color: #20a882;
    font-weight: 800;
}

.home-hero-demo {
    position: relative;
    min-width: 0;
    padding: 30px 0 42px 22px;
}

.home-demo-window {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: var(--home-navy);
    box-shadow: 0 30px 80px rgba(15, 34, 56, 0.26);
    color: #fff;
}

.home-demo-topbar {
    min-height: 56px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.025);
}

.home-demo-dots {
    display: flex;
    gap: 6px;
}

.home-demo-dots i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
}

.home-demo-status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-demo-status span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--home-mint);
    box-shadow: 0 0 0 4px rgba(65, 211, 173, 0.12);
}

.home-demo-lead {
    margin: 22px;
    padding: 17px;
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.055);
}

.home-demo-avatar {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--home-cyan), #126889);
    font-size: 13px;
    font-weight: 800;
}

.home-demo-lead small,
.home-demo-stage small,
.home-demo-result small {
    display: block;
    color: rgba(255, 255, 255, 0.54);
    font-size: 11px;
}

.home-demo-lead strong {
    display: block;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-demo-lead time {
    color: rgba(255, 255, 255, 0.42);
    font-size: 11px;
}

.home-demo-flow {
    padding: 2px 22px 18px;
}

.home-demo-stage {
    min-height: 64px;
    padding: 10px 14px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    border: 1px solid rgba(38, 161, 183, 0.24);
    border-radius: 13px;
    background: rgba(38, 161, 183, 0.06);
}

.home-stage-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(38, 161, 183, 0.15);
    color: #80e9f5;
    font-size: 11px;
    font-weight: 800;
}

.home-demo-stage strong {
    display: block;
    font-size: 14px;
}

.home-demo-stage > span {
    padding: 5px 8px;
    border-radius: 99px;
    background: rgba(65, 211, 173, 0.11);
    color: #82e7cb;
    font-size: 10px;
    font-weight: 700;
}

.home-flow-line {
    position: relative;
    width: 1px;
    height: 18px;
    margin-left: 34px;
    background: rgba(38, 161, 183, 0.35);
}

.home-flow-line i {
    position: absolute;
    left: -2px;
    bottom: 1px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--home-cyan);
}

.home-demo-result {
    margin: 0 22px 14px;
    padding: 18px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    border: 1px solid rgba(65, 211, 173, 0.28);
    border-radius: 15px;
    background: linear-gradient(120deg, rgba(65, 211, 173, 0.14), rgba(65, 211, 173, 0.055));
}

.home-result-mark {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--home-mint);
    box-shadow: 0 10px 25px rgba(65, 211, 173, 0.18);
    color: var(--home-navy);
    font-size: 23px;
    font-weight: 900;
}

.home-demo-result strong {
    display: block;
    color: #9bf0d9;
    font-size: 18px;
}

.home-demo-result p {
    margin: 1px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
}

.home-risk-score {
    text-align: right;
}

.home-risk-score span {
    display: block;
    color: #9bf0d9;
    font-family: var(--second-family);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.home-demo-tags {
    padding: 0 22px 23px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.home-demo-tags span {
    padding: 5px 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.56);
    font-size: 10px;
}

.home-floating-note {
    position: absolute;
    z-index: 4;
    padding: 11px 14px;
    border: 1px solid rgba(16, 38, 61, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 35px rgba(15, 34, 56, 0.14);
    color: var(--home-muted);
    font-size: 11px;
    backdrop-filter: blur(12px);
}

.home-floating-note span {
    display: block;
    color: var(--home-navy);
    font-family: var(--second-family);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.1;
}

.home-floating-note-one {
    right: -36px;
    top: 82px;
}

.home-floating-note-two {
    left: -8px;
    bottom: 4px;
}

.home-proofbar {
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
    background: #fff;
}

.home-proofbar-inner {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.home-proofbar p {
    margin: 0;
    color: var(--home-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-proofbar-inner > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 14px 32px;
}

.home-proofbar-inner > div span {
    color: #7b8895;
    font-family: var(--second-family);
    font-size: 14px;
    font-weight: 650;
}

.home-section {
    padding: 112px 0;
}

.home-section-heading {
    align-items: end;
    justify-content: space-between;
    margin-bottom: 52px;
}

.home-section h2,
.home-final-cta h2 {
    margin-bottom: 0;
    color: var(--home-navy);
    font-size: clamp(35px, 3.6vw, 54px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.home-kicker {
    margin-bottom: 15px;
}

.home-heading-copy {
    grid-column-end: -1;
}

.home-heading-copy p,
.home-section-title-row > p,
.home-results-copy > p,
.home-faq-grid > div > p {
    margin-bottom: 0;
    color: var(--home-muted);
    font-size: 18px;
    line-height: 1.65;
}

.home-feature-grid {
    gap: 20px;
}

.home-feature-card {
    position: relative;
    min-height: 500px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 22px;
}

.home-feature-index {
    margin-bottom: 68px;
    color: rgba(255, 255, 255, 0.4);
    font-family: var(--second-family);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.home-feature-symbol,
.home-neural-symbol,
.home-feature-check {
    width: 84px;
    height: 84px;
    margin-bottom: auto;
}

.home-feature-symbol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.home-feature-symbol span {
    position: relative;
    height: 2px;
    border-radius: 3px;
    background: #72ddea;
}

.home-feature-symbol span::after {
    content: "";
    position: absolute;
    top: -5px;
    width: 12px;
    height: 12px;
    border: 2px solid #72ddea;
    border-radius: 50%;
    background: var(--home-navy);
}

.home-feature-symbol span:nth-child(1)::after { left: 18px; }
.home-feature-symbol span:nth-child(2)::after { right: 12px; }
.home-feature-symbol span:nth-child(3)::after { left: 38px; }

.home-neural-symbol {
    position: relative;
}

.home-neural-symbol::before,
.home-neural-symbol::after {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.home-neural-symbol::after {
    inset: 29px;
}

.home-neural-symbol i {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.14);
}

.home-neural-symbol i:nth-child(1) { left: 7px; top: 36px; }
.home-neural-symbol i:nth-child(2) { right: 9px; top: 18px; }
.home-neural-symbol i:nth-child(3) { right: 7px; bottom: 11px; }
.home-neural-symbol i:nth-child(4) { left: 26px; top: 9px; }
.home-neural-symbol i:nth-child(5) { left: 37px; top: 37px; }

.home-feature-check {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16, 38, 61, 0.14);
    border-radius: 50%;
    color: #169979;
    font-size: 38px;
}

.home-feature-card h3 {
    margin: 48px 0 14px;
    font-size: 25px;
    font-weight: 760;
    letter-spacing: -0.03em;
}

.home-feature-card p {
    margin-bottom: 23px;
    font-size: 15px;
    line-height: 1.65;
}

.home-feature-card ul {
    margin: 0;
    padding: 18px 0 0;
    border-top: 1px solid currentColor;
    list-style: none;
    opacity: 0.9;
}

.home-feature-card li {
    position: relative;
    padding-left: 17px;
    font-size: 13px;
}

.home-feature-card li + li {
    margin-top: 7px;
}

.home-feature-card li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
}

.home-feature-dark {
    background: var(--home-navy);
    color: #fff;
}

.home-feature-dark p,
.home-feature-accent p {
    color: rgba(255, 255, 255, 0.7);
}

.home-feature-dark ul,
.home-feature-accent ul {
    border-color: rgba(255, 255, 255, 0.12);
}

.home-feature-accent {
    background: var(--home-cyan);
    color: #fff;
}

.home-feature-light {
    border: 1px solid var(--home-line);
    background: var(--home-paper);
    color: var(--home-navy);
}

.home-feature-light .home-feature-index {
    color: rgba(16, 38, 61, 0.35);
}

.home-feature-light p {
    color: var(--home-muted);
}

.home-feature-light ul {
    border-color: var(--home-line);
}

.home-privacy {
    padding-top: 0;
}

.home-privacy-panel {
    position: relative;
    padding: clamp(38px, 6vw, 78px);
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 8%, rgba(38, 161, 183, 0.22), transparent 32%),
        var(--home-navy);
    color: #fff;
}

.home-privacy-panel::before {
    content: "";
    position: absolute;
    top: -190px;
    right: -120px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(38, 161, 183, 0.16);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(38, 161, 183, 0.035), 0 0 0 108px rgba(38, 161, 183, 0.02);
}

.home-privacy-heading,
.home-privacy-flow,
.home-privacy-footnote {
    position: relative;
    z-index: 2;
}

.home-privacy-heading {
    justify-content: space-between;
    align-items: end;
    gap: clamp(28px, 6vw, 90px);
    margin-bottom: 52px;
}

.home-privacy h2 {
    color: #fff;
}

.home-privacy-intro {
    grid-column-end: -1;
}

.home-privacy-intro > p {
    margin-bottom: 19px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 18px;
    line-height: 1.65;
}

.home-privacy-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    border: 1px solid rgba(65, 211, 173, 0.22);
    border-radius: 999px;
    background: rgba(65, 211, 173, 0.08);
    color: #9bf0d9;
    font-family: var(--second-family);
    font-size: 12px;
    font-weight: 700;
}

.home-privacy-badge span {
    font-weight: 900;
}

.home-privacy-flow {
    gap: 14px;
}

.home-privacy-flow article {
    min-width: 0;
    min-height: 390px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
}

.home-privacy-number {
    margin-bottom: 54px;
    color: #72ddea;
    font-family: var(--second-family);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.home-privacy-label {
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.home-privacy-flow h3 {
    margin-bottom: 13px;
    color: #fff;
    font-size: 21px;
    font-weight: 750;
    letter-spacing: -0.025em;
}

.home-privacy-flow p {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.65;
}

.home-data-tags {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.home-data-tags span {
    padding: 6px 9px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
}

.home-privacy-flow ul {
    margin: auto 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 12px;
    list-style: none;
}

.home-privacy-flow li {
    position: relative;
    padding-left: 15px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
}

.home-privacy-flow li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--home-mint);
}

.home-privacy-model {
    margin-top: auto;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid rgba(38, 161, 183, 0.22);
    border-radius: 10px;
    background: rgba(38, 161, 183, 0.07);
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.home-privacy-model i {
    color: #72ddea;
    font-size: 16px;
    font-style: normal;
}

.home-privacy-footnote {
    margin-top: 18px;
    padding: 16px 18px;
    border-left: 2px solid var(--home-cyan);
    background: rgba(255, 255, 255, 0.035);
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    line-height: 1.6;
}

.home-privacy-footnote strong {
    color: rgba(255, 255, 255, 0.72);
}

.home-how {
    background: var(--home-paper);
}

.home-section-title-row {
    margin-bottom: 58px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.7fr);
    gap: 40px;
    align-items: end;
}

.home-steps {
    margin: 0 0 48px;
    padding: 0;
    gap: 24px;
    list-style: none;
}

.home-steps li {
    min-width: 0;
}

.home-step-number {
    color: var(--home-cyan);
    font-family: var(--second-family);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.home-step-line {
    position: relative;
    height: 1px;
    margin: 17px 0 28px;
    background: rgba(16, 38, 61, 0.16);
}

.home-step-line::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--home-cyan);
}

.home-steps h3 {
    margin-bottom: 12px;
    color: var(--home-navy);
    font-size: 19px;
    font-weight: 750;
    letter-spacing: -0.025em;
}

.home-steps p {
    margin-bottom: 0;
    color: var(--home-muted);
    font-size: 14px;
}

.home-api-strip {
    min-height: 72px;
    padding: 16px 20px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    border-radius: 14px;
    background: var(--home-navy);
    color: #fff;
}

.home-api-strip > div {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: var(--second-family);
    font-size: 13px;
}

.home-api-strip strong {
    color: #7be6ca;
    font-size: 11px;
}

.home-api-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--home-mint);
}

.home-api-strip code {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-api-strip a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.home-api-strip a span {
    margin-left: 8px;
}

.home-results-grid {
    gap: clamp(40px, 6vw, 90px);
    align-items: center;
}

.home-results-copy h2 {
    margin-bottom: 26px;
}

.home-results-copy > p {
    margin-bottom: 27px;
}

.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--home-blue) !important;
    font-family: var(--second-family);
    font-size: 15px;
    font-weight: 730;
    text-decoration: none;
}

.home-text-link:hover span {
    transform: translateX(4px);
}

.home-text-link span {
    font-size: 21px;
    transition: transform 0.2s ease;
}

.home-metrics {
    gap: 14px;
}

.home-metric-card {
    min-height: 218px;
    padding: 27px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid var(--home-line);
    border-radius: 18px;
    background: #fff;
}

.home-metric-card > strong {
    margin-bottom: auto;
    color: var(--home-navy);
    font-family: var(--second-family);
    font-size: clamp(40px, 4vw, 58px);
    font-weight: 820;
    letter-spacing: -0.055em;
    line-height: 1;
}

.home-metric-card > strong span {
    margin-left: 3px;
    font-size: 17px;
    letter-spacing: 0;
}

.home-metric-card h3 {
    margin: 26px 0 4px;
    color: var(--home-navy);
    font-size: 15px;
    font-weight: 750;
}

.home-metric-card p {
    margin-bottom: 0;
    color: var(--home-muted);
    font-size: 12px;
}

.home-metric-main {
    border-color: transparent;
    background: var(--home-cyan);
    color: #fff;
}

.home-metric-main > strong,
.home-metric-main h3,
.home-metric-main p {
    color: #fff;
}

.home-results-note {
    margin: 14px 0 0;
    color: #87939f;
    font-size: 11px;
    line-height: 1.5;
}

.home-pricing {
    padding-top: 20px;
}

.home-pricing-panel {
    position: relative;
    padding: clamp(38px, 6vw, 78px);
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 12% 10%, rgba(38, 161, 183, 0.3), transparent 32%),
        var(--home-navy);
    color: #fff;
}

.home-pricing-panel::after {
    content: "";
    position: absolute;
    right: -200px;
    bottom: -330px;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(38, 161, 183, 0.18);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(38, 161, 183, 0.035), 0 0 0 120px rgba(38, 161, 183, 0.02);
}

.home-pricing-grid {
    position: relative;
    z-index: 2;
    gap: clamp(42px, 7vw, 100px);
    align-items: center;
}

.home-kicker-light {
    color: #70ddea;
}

.home-pricing h2 {
    margin-bottom: 24px;
    color: #fff;
}

.home-pricing-grid > div > p {
    max-width: 690px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 17px;
}

.home-pricing-features {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 24px;
    list-style: none;
}

.home-pricing-features li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.home-pricing-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--home-mint);
    font-weight: 850;
}

.home-price-wrap {
    grid-column-end: -1;
}

.home-price-card {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(12px);
}

.home-price-label {
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-price {
    margin: 20px 0 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}

.home-price strong {
    font-family: var(--second-family);
    font-size: clamp(42px, 4.2vw, 60px);
    font-weight: 820;
    letter-spacing: -0.055em;
    line-height: 1;
}

.home-price span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
}

.home-price-card > p {
    margin-bottom: 27px !important;
    font-size: 13px !important;
}

.home-price-card .home-button {
    width: 100%;
}

.home-price-card > small {
    margin-top: 15px;
    display: block;
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
    text-align: center;
}

.home-faq-grid {
    gap: clamp(42px, 8vw, 110px);
}

.home-faq-grid h2 {
    margin-bottom: 22px;
}

.home-faq-grid > div > p {
    margin-bottom: 21px;
    font-size: 16px;
}

.home-faq-list {
    grid-column-end: -1;
}

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

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

.home-faq-list summary {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: var(--home-navy);
    font-family: var(--second-family);
    font-size: 18px;
    font-weight: 720;
    cursor: pointer;
    list-style: none;
}

.home-faq-list summary::-webkit-details-marker {
    display: none;
}

.home-faq-list summary span {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--home-paper);
    color: var(--home-cyan);
    font-size: 20px;
    font-weight: 400;
    transition: transform 0.2s ease;
}

.home-faq-list details[open] summary span {
    transform: rotate(45deg);
}

.home-faq-list details p {
    max-width: 760px;
    margin: -2px 52px 25px 0;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.7;
}

.home-final-cta {
    padding: 45px 0;
    background: var(--home-cyan);
    color: #fff;
}

.home-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.home-final-cta span:first-child {
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.home-final-cta h2 {
    margin-top: 7px;
    color: #fff;
    font-size: clamp(27px, 3vw, 42px);
}

.home-button-white {
    flex: 0 0 auto;
    background: #fff;
    box-shadow: 0 14px 30px rgba(15, 34, 56, 0.16);
    color: var(--home-navy) !important;
}

.home-footer {
    padding: 72px 0 28px;
    background: #091a2c;
    color: #fff;
}

.home-footer-top {
    gap: 34px;
    padding-bottom: 54px;
}

.home-brand-footer {
    color: #fff !important;
}

.home-brand-footer img {
    padding: 3px;
    border-radius: 50%;
    background: #fff;
}

.home-footer-top > div > p {
    max-width: 390px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.home-footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.home-footer-nav strong {
    margin-bottom: 6px;
    font-family: var(--second-family);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.home-footer-nav a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    text-decoration: none;
}

.home-footer-nav a:hover {
    color: #fff;
}

.home-footer-bottom {
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.38);
    font-size: 11px;
}

.home-footer-bottom a {
    color: rgba(255, 255, 255, 0.63);
    text-decoration: none;
}

.home-page .content_inject {
    width: min(560px, calc(100% - 28px));
    max-height: calc(100vh - 36px);
    height: auto;
    min-height: 260px;
    overflow-y: auto;
    border-radius: 18px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
}

.home-page .content_inject_close {
    z-index: 2;
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--home-paper);
}

.home-page .content_inject_default {
    padding: 48px 38px 38px;
}

.home-page .cookies {
    width: min(720px, calc(100% - 28px));
    right: auto;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid var(--home-line);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(15, 34, 56, 0.2);
}

.home-page .cookies-grid {
    padding: 18px 56px 18px 20px;
    grid-template-columns: 1fr auto;
    gap: 22px;
    color: var(--home-muted);
    font-size: 12px;
}

.home-page .cookies-grid a {
    color: var(--home-blue);
}

.home-page .cookies-agree {
    margin: 0;
    padding: 9px 17px;
    border: 0;
    border-radius: 8px;
    background: var(--home-navy);
    color: #fff;
    font-size: 13px;
}

.home-page .cookies-close {
    border: 0;
}

@media (max-width: 1199px) {
    .home-header-inner {
        min-height: 70px;
    }

    .home-mobile-toggle {
        display: flex;
    }

    .home-nav {
        position: absolute;
        top: calc(100% + 1px);
        right: 10px;
        left: 10px;
        max-height: 0;
        padding: 0 20px;
        overflow: hidden;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        border-radius: 0 0 16px 16px;
        background: #fff;
        box-shadow: 0 20px 40px rgba(15, 34, 56, 0.14);
        opacity: 0;
        pointer-events: none;
        transition: max-height 0.28s ease, padding 0.28s ease, opacity 0.2s ease;
    }

    .home-nav.is-open {
        max-height: 560px;
        padding: 14px 20px 20px;
        opacity: 1;
        pointer-events: auto;
    }

    .home-nav a {
        padding: 11px 4px;
        border-bottom: 1px solid var(--home-line);
    }

    .home-nav .home-login {
        margin-left: 0;
    }

    .home-nav .home-nav-cta {
        margin-top: 12px;
        padding: 12px 18px;
        text-align: center;
    }

    .home-mobile-toggle[aria-expanded="true"] > span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .home-mobile-toggle[aria-expanded="true"] > span:nth-child(2) {
        opacity: 0;
    }

    .home-mobile-toggle[aria-expanded="true"] > span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .home-floating-note-one {
        right: -4px;
    }
}

@media (max-width: 1199px) and (min-width: 850px) {
    .home-hero-grid > .col-12,
    .home-section-heading > .col-12,
    .home-feature-grid > .col-12,
    .home-privacy-heading > .col-12,
    .home-privacy-flow > .col-12,
    .home-steps > .col-12,
    .home-results-grid > .col-12,
    .home-pricing-grid > .col-12,
    .home-faq-grid > .col-12 {
        grid-column: span 12;
    }

    .home-hero-demo {
        max-width: 720px;
        margin: 0 auto;
    }

    .home-feature-grid,
    .home-privacy-flow,
    .home-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-feature-grid > .col-12,
    .home-privacy-flow > .col-12,
    .home-steps > .col-12 {
        grid-column: span 1;
    }

    .home-results-grid,
    .home-pricing-grid,
    .home-faq-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}

@media (max-width: 849px) {
    .home-header-inner {
        padding-right: 10px;
        padding-left: 10px;
    }

    .home-brand img {
        width: 39px;
        height: 39px;
    }

    .home-brand {
        font-size: 20px;
    }

    .home-hero {
        min-height: auto;
        padding: 52px 0 64px;
    }

    .home-hero-grid,
    .home-feature-grid,
    .home-privacy-heading,
    .home-privacy-flow,
    .home-steps,
    .home-results-grid,
    .home-pricing-grid,
    .home-faq-grid {
        gap: 28px;
    }

    .home-hero h1 {
        font-size: clamp(42px, 13vw, 62px);
    }

    .home-hero-copy {
        padding: 0;
    }

    .home-hero-demo {
        padding: 12px 0 32px;
    }

    .home-floating-note-one {
        right: 4px;
        top: 58px;
    }

    .home-floating-note-two {
        left: 4px;
        bottom: 0;
    }

    .home-proofbar-inner {
        padding-top: 24px;
        padding-bottom: 24px;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .home-proofbar-inner > div {
        justify-content: flex-start;
        gap: 10px 20px;
    }

    .home-section {
        padding: 78px 0;
    }

    .home-section-heading {
        margin-bottom: 36px;
        gap: 22px;
    }

    .home-feature-card {
        min-height: 440px;
    }

    .home-privacy-panel {
        padding: 42px 30px;
        border-radius: 22px;
    }

    .home-privacy-heading {
        margin-bottom: 38px;
        gap: 22px;
    }

    .home-privacy-flow article {
        min-height: 340px;
    }

    .home-section-title-row {
        margin-bottom: 42px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-steps {
        gap: 34px;
    }

    .home-step-line {
        margin-bottom: 20px;
    }

    .home-api-strip {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .home-api-strip code {
        white-space: normal;
        word-break: break-word;
    }

    .home-pricing {
        padding-top: 0;
    }

    .home-pricing-features {
        grid-template-columns: 1fr;
    }

    .home-final-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-footer-top {
        gap: 38px 18px;
    }
}

@media (max-width: 560px) {
    .home-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-button {
        width: 100%;
    }

    .home-hero-points {
        flex-direction: column;
    }

    .home-demo-window {
        border-radius: 17px;
    }

    .home-demo-lead {
        margin: 14px;
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .home-demo-lead time {
        display: none;
    }

    .home-demo-avatar {
        width: 40px;
        height: 40px;
    }

    .home-demo-flow {
        padding-right: 14px;
        padding-left: 14px;
    }

    .home-demo-stage {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .home-demo-stage > span {
        display: none;
    }

    .home-demo-result {
        margin-right: 14px;
        margin-left: 14px;
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .home-risk-score {
        display: none;
    }

    .home-demo-tags {
        padding-right: 14px;
        padding-left: 14px;
    }

    .home-floating-note {
        display: none;
    }

    .home-feature-card {
        min-height: 410px;
        padding: 26px;
    }

    .home-feature-index {
        margin-bottom: 42px;
    }

    .home-feature-card h3 {
        margin-top: 34px;
    }

    .home-privacy-panel {
        padding: 32px 20px;
        border-radius: 18px;
    }

    .home-privacy-flow article {
        min-height: 0;
        padding: 24px;
    }

    .home-privacy-number {
        margin-bottom: 34px;
    }

    .home-privacy-flow ul {
        grid-template-columns: 1fr;
    }

    .home-pricing-panel {
        padding: 32px 22px;
        border-radius: 20px;
    }

    .home-price-card {
        padding: 26px 20px;
    }

    .home-faq-list summary {
        min-height: 70px;
        font-size: 16px;
    }

    .home-faq-list details p {
        margin-right: 0;
    }

    .home-final-cta {
        padding: 38px 0;
    }

    .home-footer {
        padding-top: 56px;
    }

    .home-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-page .cookies-grid {
        padding: 20px 42px 20px 18px;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-page .cookies-agree {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .home-page *,
    .home-page *::before,
    .home-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
