@font-face {
    font-family: "Aeonik Pro";
    src: url("../Aeonik%20Pro/Aeonik%20Pro%20Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aeonik Pro";
    src: url("../Aeonik%20Pro/Aeonik%20Pro%20Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aeonik Pro";
    src: url("../Aeonik%20Pro/Aeonik%20Pro%20Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --green-950: #081c15;
    --green-900: #0d271f;
    --green-800: #15382d;
    --green-700: #1d4a3b;
    --paper: #f4efe6;
    --paper-2: #e5d9c8;
    --ink: #07120e;
    --muted: rgba(244, 239, 230, 0.72);
    --muted-strong: rgba(244, 239, 230, 0.86);
    --dark-muted: rgba(7, 18, 14, 0.64);
    --line: rgba(244, 239, 230, 0.14);
    --dark-line: rgba(7, 18, 14, 0.12);
    --mint: #7ee0ba;
    --gold: #dfb45f;
    --coral: #e47561;
    --blue: #88aedd;
    --radius: 8px;
    --max: 1120px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--green-950);
    color: var(--paper);
    font-family: "Aeonik Pro", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

p {
    margin: 0;
    line-height: 1.58;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.brand img {
    width: 38px;
    height: 38px;
    border-radius: var(--radius);
}

.brand-small img {
    width: 32px;
    height: 32px;
}

.hero {
    width: min(var(--max), calc(100% - 48px));
    min-height: 100svh;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
    gap: clamp(36px, 7vw, 84px);
    align-items: center;
    padding: 86px 0 72px;
}

.hero-copy-block {
    max-width: 690px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--mint);
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    letter-spacing: 0;
}

h1 {
    color: var(--paper);
    font-size: clamp(3.6rem, 7.4vw, 6.3rem);
    line-height: 0.94;
}

h2 {
    color: inherit;
    font-size: clamp(2.15rem, 4.6vw, 4.15rem);
    line-height: 1;
}

h3 {
    font-size: 1.35rem;
    line-height: 1.12;
}

.hero-copy {
    max-width: 620px;
    margin-top: 22px;
    color: var(--muted-strong);
    font-size: clamp(1.12rem, 1.55vw, 1.3rem);
}

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

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    border-radius: var(--radius);
    font-weight: 700;
}

.button-primary {
    background: var(--mint);
    color: var(--ink);
}

.button-secondary {
    border: 1px solid var(--line);
    color: var(--paper);
}

.app-preview {
    padding: 20px;
    background:
        linear-gradient(180deg, rgba(244, 239, 230, 0.12), rgba(244, 239, 230, 0.06)),
        var(--green-900);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.preview-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.preview-topbar span,
.safe-card span,
.preview-list span,
.flow-row span,
.flow-labels span {
    display: block;
    color: var(--muted);
    font-size: 0.92rem;
}

.preview-topbar strong {
    display: block;
    margin-top: 4px;
    font-size: 1.2rem;
}

.preview-topbar img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    background: rgba(126, 224, 186, 0.12);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.safe-card {
    padding: 22px;
    background: var(--paper);
    color: var(--ink);
    border-radius: var(--radius);
}

.safe-card span {
    color: var(--dark-muted);
}

.safe-card strong {
    display: block;
    margin-top: 8px;
    font-size: clamp(3.2rem, 7vw, 5rem);
    line-height: 0.95;
}

.safe-card p {
    max-width: 330px;
    margin-top: 12px;
    color: var(--dark-muted);
}

.preview-list {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.preview-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px;
    background: rgba(244, 239, 230, 0.07);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.preview-list strong {
    font-size: 1.08rem;
}

.section {
    padding: clamp(72px, 9vw, 118px) max(24px, calc((100vw - var(--max)) / 2));
}

.product-section {
    background: var(--paper);
    color: var(--ink);
}

.section-heading {
    max-width: 790px;
    margin-bottom: 34px;
}

.section-heading p {
    max-width: 660px;
    margin-top: 18px;
    color: var(--dark-muted);
    font-size: 1.06rem;
}

.product-section .eyebrow {
    color: #28735c;
}

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

.feature-card {
    min-height: 250px;
    padding: 22px;
    background: #fffaf1;
    border: 1px solid var(--dark-line);
    border-radius: var(--radius);
}

.feature-card span {
    display: block;
    margin-bottom: 42px;
    color: var(--coral);
    font-weight: 700;
}

.feature-card p {
    margin-top: 14px;
    color: var(--dark-muted);
}

.method-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
    gap: clamp(34px, 7vw, 84px);
    align-items: center;
    background: var(--green-900);
}

.method-section p:not(.eyebrow) {
    max-width: 560px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 1.08rem;
}

.method-panel {
    padding: 22px;
    background: rgba(244, 239, 230, 0.07);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.flow-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

.flow-row strong {
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1;
}

.flow-meter {
    display: flex;
    gap: 5px;
    height: 16px;
    margin: 24px 0 14px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(244, 239, 230, 0.1);
}

.flow-meter span {
    display: block;
    height: 100%;
}

.flow-bills {
    width: 48%;
    background: var(--mint);
}

.flow-future {
    width: 18%;
    background: var(--gold);
}

.flow-card {
    width: 12%;
    background: var(--coral);
}

.flow-safe {
    width: 22%;
    background: var(--blue);
}

.flow-labels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.launch-section {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: clamp(24px, 5vw, 52px);
    align-items: center;
}

.launch-section img {
    width: 130px;
}

.launch-section p:not(.eyebrow) {
    max-width: 700px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 1.08rem;
}

.site-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    padding: 34px max(24px, calc((100vw - var(--max)) / 2));
    background: var(--green-950);
    border-top: 1px solid var(--line);
    color: var(--muted);
}

.site-footer p {
    max-width: 400px;
    margin-top: 10px;
}

.footer-links {
    display: flex;
    gap: 18px;
}

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

.footer-links a:hover {
    color: var(--mint);
}

.privacy-page {
    background: var(--green-950);
}

.policy-hero {
    padding: 82px max(24px, calc((100vw - 900px) / 2)) 46px;
    border-bottom: 1px solid var(--line);
}

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

.policy-heading h1 {
    font-size: clamp(2.3rem, 4.8vw, 4.2rem);
    line-height: 1;
}

.policy-heading p:last-child {
    margin-top: 16px;
    color: var(--muted);
}

.policy-layout {
    width: min(900px, calc(100% - 48px));
    margin: 0 auto;
    padding: 46px 0 82px;
}

.policy-summary,
.policy-content {
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.policy-summary {
    padding: 22px;
    background: var(--green-800);
}

.summary-heading {
    display: flex;
    align-items: center;
    gap: 16px;
}

.summary-heading img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.summary-heading h2 {
    font-size: 1.35rem;
}

.summary-copy {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.summary-copy p {
    margin-top: 10px;
    color: var(--muted);
}

.policy-content {
    margin-top: 18px;
    padding: 30px;
    background: rgba(244, 239, 230, 0.045);
}

.policy-content h2 {
    margin: 32px 0 12px;
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    line-height: 1.15;
}

.policy-content h2:first-child {
    margin-top: 0;
}

.policy-content p,
.policy-content li {
    color: var(--muted);
}

.policy-content p + p {
    margin-top: 12px;
}

.policy-content ul {
    margin: 0;
    padding-left: 20px;
}

@media (max-width: 900px) {
    .hero,
    .method-section,
    .feature-grid,
    .launch-section {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .app-preview {
        max-width: 520px;
    }

    .feature-card {
        min-height: auto;
    }
}

@media (max-width: 620px) {
    .brand span {
        display: none;
    }

    h1 {
        font-size: clamp(3.05rem, 15vw, 4.5rem);
    }

    h2 {
        font-size: clamp(2rem, 10vw, 3.1rem);
    }

    .hero {
        width: min(100% - 32px, var(--max));
        padding-top: 64px;
    }

    .hero-actions,
    .site-footer,
    .footer-links {
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .safe-card strong {
        font-size: 3.4rem;
    }

    .flow-labels {
        grid-template-columns: repeat(2, 1fr);
    }

    .policy-content {
        padding: 22px;
    }
}
