@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../assets/fonts/ibm-plex-sans-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url("../assets/fonts/ibm-plex-sans-latin-italic.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Oxanium";
    font-style: normal;
    font-weight: 500 800;
    font-display: swap;
    src: url("../assets/fonts/oxanium-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --ink-950: #07101f;
    --ink-900: #0b1629;
    --ink-800: #14233b;
    --ink-700: #253754;
    --slate-700: #42526a;
    --slate-600: #59677b;
    --slate-500: #738095;
    --slate-300: #cbd4e1;
    --slate-200: #dfe5ee;
    --slate-100: #edf1f6;
    --surface: #f6f8fc;
    --white: #ffffff;
    --brand-700: #4c3fc6;
    --brand-600: #5b4ddb;
    --brand-500: #6c63ff;
    --brand-100: #eceaff;
    --green-700: #08784c;
    --green-600: #0c9660;
    --green-500: #16ad70;
    --green-100: #e6f8f0;
    --red-600: #cf354b;
    --amber-100: #fff4d8;
    --amber-700: #8c5b00;
    --shadow-sm: 0 1px 2px rgba(7, 16, 31, 0.06), 0 8px 24px rgba(7, 16, 31, 0.05);
    --shadow-md: 0 18px 55px rgba(7, 16, 31, 0.12);
    --shadow-brand: 0 18px 45px rgba(91, 77, 219, 0.28);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 30px;
    --container: 1180px;
    --font-body: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
    --font-display: "Oxanium", "IBM Plex Sans", "Segoe UI", sans-serif;
}

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

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

body {
    margin: 0;
    min-width: 320px;
    background: var(--surface);
    color: var(--ink-900);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.nav-open {
    overflow: hidden;
}

img,
svg {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid rgba(108, 99, 255, 0.5);
    outline-offset: 3px;
}

::selection {
    background: var(--brand-100);
    color: var(--brand-700);
}

.icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

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

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
    padding: 10px 16px;
    transform: translateY(-160%);
    border-radius: 10px;
    background: var(--white);
    color: var(--ink-950);
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease;
}

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

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    color: var(--brand-700);
    font-size: 0.78rem;
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--green-500);
    box-shadow: 0 0 0 5px rgba(22, 173, 112, 0.12);
    content: "";
}

.eyebrow--light {
    color: #bbb6ff;
}

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

h1,
h2,
h3,
h4 {
    color: var(--ink-950);
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

h1 {
    font-size: clamp(2.75rem, 6.4vw, 5.25rem);
}

h2 {
    font-size: clamp(2rem, 4.2vw, 3.4rem);
}

h3 {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.section {
    padding: 108px 0;
}

.section--compact {
    padding: 76px 0;
}

.section-heading {
    max-width: 740px;
    margin-bottom: 46px;
}

.section-heading h2 {
    margin-bottom: 18px;
}

.section-heading p {
    max-width: 650px;
    margin-bottom: 0;
    color: var(--slate-600);
    font-size: 1.08rem;
}

.section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.section-heading--center p {
    margin-inline: auto;
}

.btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.btn svg {
    width: 20px;
    height: 20px;
}

.btn--primary {
    background: var(--brand-600);
    box-shadow: var(--shadow-brand);
    color: var(--white);
}

.btn--primary:hover {
    background: var(--brand-700);
}

.btn--secondary {
    border-color: var(--slate-300);
    background: rgba(255, 255, 255, 0.86);
    color: var(--ink-900);
}

.btn--secondary:hover {
    border-color: var(--brand-500);
    box-shadow: var(--shadow-sm);
}

.btn--light {
    background: var(--white);
    color: var(--brand-700);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--brand-700);
    font-weight: 800;
    text-decoration: none;
}

.text-link svg {
    width: 18px;
    height: 18px;
    transition: transform 160ms ease;
}

.text-link:hover svg {
    transform: translateX(3px);
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(203, 212, 225, 0.75);
    background: rgba(246, 248, 252, 0.88);
    backdrop-filter: blur(18px);
}

.nav-shell {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--ink-950);
    font-size: 1.16rem;
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.005em;
    text-decoration: none;
}

.brand img {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    box-shadow: 0 7px 20px rgba(31, 65, 121, 0.22);
}

.brand small {
    display: block;
    margin-top: -2px;
    color: var(--slate-500);
    font-family: var(--font-body);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links > a:not(.btn) {
    color: var(--slate-700);
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
}

.nav-links > a:not(.btn):hover {
    color: var(--brand-700);
}

.nav-links .btn {
    min-height: 44px;
    padding: 10px 16px;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--slate-300);
    border-radius: 12px;
    background: var(--white);
    color: var(--ink-950);
    cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    content: "";
    transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span {
    position: relative;
}

.nav-toggle span::before {
    position: absolute;
    top: -6px;
}

.nav-toggle span::after {
    position: absolute;
    top: 6px;
}

.nav-toggle[aria-expanded="true"] span {
    background: transparent;
}

.nav-toggle[aria-expanded="true"] span::before {
    top: 0;
    transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* Hero */
.hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 92px;
    background:
        radial-gradient(circle at 82% 14%, rgba(108, 99, 255, 0.35), transparent 27%),
        radial-gradient(circle at 18% 85%, rgba(22, 173, 112, 0.16), transparent 26%),
        linear-gradient(145deg, var(--ink-950), #0e1b32 65%, #101d37);
    color: #e9edf5;
}

.hero::before {
    position: absolute;
    inset: 0;
    opacity: 0.24;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 52px 52px;
    content: "";
    mask-image: linear-gradient(to bottom, black, transparent 86%);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
    align-items: center;
    gap: clamp(50px, 8vw, 112px);
}

.hero-copy {
    max-width: 700px;
}

.hero h1 {
    margin-bottom: 24px;
    color: var(--white);
}

.hero h1 span {
    background: linear-gradient(100deg, #a6a0ff 5%, #77e4b5 94%);
    background-clip: text;
    color: transparent;
}

.hero-lead {
    max-width: 650px;
    margin-bottom: 30px;
    color: #c8d1df;
    font-size: clamp(1.08rem, 1.7vw, 1.24rem);
}

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

.hero .btn--secondary {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
}

.hero .btn--secondary:hover {
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.13);
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 0;
    padding: 0;
    color: #b6c0d0;
    font-size: 0.91rem;
    list-style: none;
}

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

.hero-proof svg {
    width: 17px;
    height: 17px;
    color: #65d69f;
}

.hero-visual {
    position: relative;
    width: min(100%, 430px);
    margin-inline: auto;
}

.hero-shot {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 26px;
    box-shadow: 0 38px 90px rgba(0, 0, 0, 0.48), 0 0 0 8px rgba(255, 255, 255, 0.035);
}

.hero-shot img {
    width: 100%;
}

.float-note {
    position: absolute;
    z-index: 3;
    display: flex;
    max-width: 230px;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    background: rgba(11, 22, 41, 0.9);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
    color: #eef2f8;
    font-size: 0.83rem;
    font-weight: 750;
    line-height: 1.35;
    backdrop-filter: blur(14px);
}

.float-note svg {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    color: #64dda5;
}

.float-note--left {
    top: 22%;
    left: -84px;
}

.float-note--right {
    right: -65px;
    bottom: 13%;
}

/* Trust strip */
.trust-strip {
    border-bottom: 1px solid var(--slate-200);
    background: var(--white);
}

.trust-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 25px 0;
    list-style: none;
}

.trust-list li {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    border-right: 1px solid var(--slate-200);
    color: var(--slate-700);
    font-size: 0.9rem;
    font-weight: 750;
    text-align: center;
}

.trust-list li:last-child {
    border-right: 0;
}

.trust-list svg {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    color: var(--brand-600);
}

/* Feature grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.feature-card {
    position: relative;
    grid-column: span 4;
    min-height: 260px;
    overflow: hidden;
    padding: 30px;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.feature-card--wide {
    grid-column: span 8;
}

.feature-card--tint {
    border-color: #d9d5ff;
    background: linear-gradient(145deg, #f5f3ff, #ffffff);
}

.feature-card--green {
    border-color: #cdeede;
    background: linear-gradient(145deg, #eefbf5, #ffffff);
}

.feature-card::after {
    position: absolute;
    right: -54px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108, 99, 255, 0.11), transparent 70%);
    content: "";
    pointer-events: none;
}

.feature-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 14px;
    background: var(--brand-100);
    color: var(--brand-700);
}

.feature-card--green .feature-icon {
    background: var(--green-100);
    color: var(--green-700);
}

.feature-icon svg {
    width: 25px;
    height: 25px;
}

.feature-card h3 {
    margin-bottom: 11px;
}

.feature-card p {
    max-width: 500px;
    margin-bottom: 0;
    color: var(--slate-600);
}

.feature-kicker {
    display: inline-block;
    margin-top: 20px;
    color: var(--brand-700);
    font-size: 0.83rem;
    font-family: var(--font-display);
    font-weight: 700;
}

/* Product gallery */
.product-gallery {
    background: var(--ink-950);
    color: #dbe2ed;
}

.product-gallery h2,
.product-gallery h3 {
    color: var(--white);
}

.product-gallery .section-heading p {
    color: #aeb9ca;
}

.use-case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.use-case-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
}

.use-case-media {
    overflow: hidden;
    aspect-ratio: 9 / 10.5;
    background: #0e1830;
}

.use-case-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 500ms cubic-bezier(.2, .8, .2, 1);
}

.use-case-card:hover .use-case-media img {
    transform: scale(1.025);
}

.use-case-copy {
    padding: 25px;
}

.use-case-copy p {
    margin-bottom: 0;
    color: #aeb9ca;
}

/* Steps */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    counter-reset: steps;
}

.step-card {
    position: relative;
    padding: 30px;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    counter-increment: steps;
}

.step-card::before {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 13px;
    background: var(--ink-900);
    color: var(--white);
    content: counter(steps, decimal-leading-zero);
    font-size: 0.8rem;
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.06em;
}

.step-card p {
    margin-bottom: 0;
    color: var(--slate-600);
}

.setup-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 24px;
    padding: 18px 20px;
    border: 1px solid #f1dda7;
    border-radius: 15px;
    background: var(--amber-100);
    color: var(--amber-700);
    font-size: 0.92rem;
}

.setup-note svg {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}

/* Scam links */
.scam-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.scam-link {
    display: flex;
    min-height: 112px;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid var(--slate-200);
    border-radius: 16px;
    background: var(--white);
    color: var(--ink-900);
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.scam-link:hover {
    transform: translateY(-3px);
    border-color: #c9c4ff;
    box-shadow: var(--shadow-sm);
}

.scam-link strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.scam-link strong svg {
    width: 18px;
    height: 18px;
    color: var(--brand-600);
}

.scam-link span {
    color: var(--slate-600);
    font-size: 0.86rem;
}

/* Privacy */
.privacy-panel {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 10% 10%, rgba(108, 99, 255, 0.22), transparent 28%),
        linear-gradient(140deg, var(--ink-950), #12223d);
    color: #dbe3ef;
    box-shadow: var(--shadow-md);
}

.privacy-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 64px;
    padding: clamp(38px, 6vw, 72px);
}

.privacy-panel h2,
.privacy-panel h3 {
    color: var(--white);
}

.privacy-panel p {
    color: #b5c0d0;
}

.privacy-facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.privacy-fact {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.055);
}

.privacy-fact svg {
    width: 24px;
    height: 24px;
    margin-bottom: 15px;
    color: #68dca6;
}

.privacy-fact strong {
    display: block;
    margin-bottom: 5px;
    color: var(--white);
}

.privacy-fact span {
    color: #aeb9ca;
    font-size: 0.88rem;
}

.privacy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 26px;
}

.privacy-links a {
    color: #c9c5ff;
    font-weight: 750;
    text-decoration: none;
}

.privacy-links a:hover {
    color: var(--white);
}

/* Pricing */
.plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 900px;
    margin-inline: auto;
}

.plan-card {
    padding: 34px;
    border: 1px solid var(--slate-200);
    border-radius: 24px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.plan-card--pro {
    border-color: #cfcaff;
    background: linear-gradient(155deg, #f1efff, #ffffff 65%);
}

.plan-label {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--brand-700);
    font-size: 0.76rem;
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.plan-card h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.plan-card > p {
    color: var(--slate-600);
}

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

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--slate-700);
}

.check-list svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--green-600);
}

.plan-note {
    max-width: 760px;
    margin: 24px auto 0;
    color: var(--slate-500);
    font-size: 0.88rem;
    text-align: center;
}

/* FAQ */
.faq-list {
    display: grid;
    max-width: 860px;
    gap: 12px;
    margin-inline: auto;
}

.faq-item {
    border: 1px solid var(--slate-200);
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 5px 20px rgba(7, 16, 31, 0.035);
}

.faq-item summary {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    color: var(--ink-900);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

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

.faq-item summary::after {
    width: 11px;
    height: 11px;
    flex: 0 0 auto;
    border-right: 2px solid var(--brand-600);
    border-bottom: 2px solid var(--brand-600);
    content: "";
    transform: rotate(45deg) translateY(-3px);
    transition: transform 180ms ease;
}

.faq-item[open] summary::after {
    transform: rotate(225deg) translate(-2px, -2px);
}

.faq-answer {
    padding: 0 24px 23px;
    color: var(--slate-600);
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

/* Emergency and CTA */
.emergency-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 34px;
    border: 1px solid #f2d7dc;
    border-radius: 20px;
    background: #fff7f8;
}

.emergency-note h3 {
    margin-bottom: 7px;
}

.emergency-note p {
    margin-bottom: 0;
    color: var(--slate-600);
}

.emergency-note a {
    color: var(--red-600);
    font-weight: 850;
}

.final-cta {
    padding: 0 0 108px;
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: clamp(38px, 6vw, 66px);
    border-radius: var(--radius-lg);
    background: linear-gradient(125deg, var(--brand-700), #6657ea 58%, #1d9170);
    box-shadow: var(--shadow-brand);
    color: #edeaff;
}

.cta-panel h2 {
    max-width: 680px;
    margin-bottom: 12px;
    color: var(--white);
}

.cta-panel p {
    max-width: 640px;
    margin-bottom: 0;
    color: #e1deff;
}

.cta-panel .btn {
    flex: 0 0 auto;
}

/* Footer */
.site-footer {
    padding: 70px 0 28px;
    background: var(--ink-950);
    color: #aeb9ca;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 44px;
    padding-bottom: 48px;
}

.footer-brand .brand {
    color: var(--white);
}

.footer-brand p {
    max-width: 330px;
    margin: 18px 0 0;
}

.footer-column h3 {
    margin-bottom: 18px;
    color: var(--white);
    font-size: 0.9rem;
    letter-spacing: 0.04em;
}

.footer-column ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column a {
    color: #aeb9ca;
    font-size: 0.9rem;
    text-decoration: none;
}

.footer-column a:hover {
    color: var(--white);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.82rem;
}

.social-links {
    display: flex;
    gap: 14px;
}

.social-links a {
    color: #aeb9ca;
    text-decoration: none;
}

.social-links a:hover {
    color: var(--white);
}

/* Blog */
.page-hero {
    padding: 82px 0 74px;
    background:
        radial-gradient(circle at 85% 10%, rgba(108, 99, 255, 0.27), transparent 28%),
        linear-gradient(145deg, var(--ink-950), #11213c);
    color: #cbd4e1;
}

.page-hero h1 {
    max-width: 850px;
    margin-bottom: 20px;
    color: var(--white);
}

.page-hero p {
    max-width: 690px;
    margin-bottom: 0;
    color: #b8c2d1;
    font-size: 1.1rem;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.article-card {
    display: flex;
    min-height: 290px;
    flex-direction: column;
    padding: 28px;
    border: 1px solid var(--slate-200);
    border-radius: 20px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    color: inherit;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.article-card:hover {
    transform: translateY(-4px);
    border-color: #c9c4ff;
    box-shadow: var(--shadow-md);
}

.article-card--featured {
    grid-column: span 2;
    background: linear-gradient(145deg, #f0efff, #ffffff 72%);
}

.article-tag {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 25px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--brand-100);
    color: var(--brand-700);
    font-size: 0.72rem;
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.article-card h2 {
    margin-bottom: 12px;
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.article-card p {
    margin-bottom: 24px;
    color: var(--slate-600);
}

.article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
    color: var(--slate-500);
    font-size: 0.82rem;
    font-weight: 700;
}

.article-meta svg {
    width: 18px;
    height: 18px;
    color: var(--brand-600);
}

/* Keep content visible at first paint; motion is never allowed to gate SEO content. */
.js [data-reveal] {
    opacity: 1;
    transform: none;
}

@media (max-width: 1040px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
        gap: 50px;
    }

    .float-note--left {
        left: -28px;
    }

    .float-note--right {
        right: -24px;
    }

    .feature-card,
    .feature-card--wide {
        grid-column: span 6;
    }

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

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

    .footer-column:last-child {
        grid-column: 2;
    }
}

@media (max-width: 820px) {
    .section {
        padding: 84px 0;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .nav-links {
        position: fixed;
        top: 76px;
        right: 0;
        left: 0;
        display: none;
        max-height: calc(100vh - 76px);
        overflow-y: auto;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 18px 20px 28px;
        border-bottom: 1px solid var(--slate-200);
        background: rgba(246, 248, 252, 0.98);
        box-shadow: var(--shadow-md);
    }

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

    .no-js .nav-toggle {
        display: none;
    }

    .no-js .nav-links {
        position: static;
        display: flex;
        max-height: none;
        overflow: visible;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .no-js .nav-links > a:not(.btn) {
        padding: 8px;
        border: 0;
    }

    .no-js .nav-links .btn {
        margin-top: 0;
    }

    .nav-links > a:not(.btn) {
        padding: 14px 8px;
        border-bottom: 1px solid var(--slate-200);
    }

    .nav-links .btn {
        margin-top: 18px;
    }

    .hero {
        padding: 72px 0 80px;
    }

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

    .hero-copy {
        max-width: 760px;
    }

    .hero-visual {
        width: min(82vw, 410px);
    }

    .float-note--left {
        left: -45px;
    }

    .float-note--right {
        right: -40px;
    }

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

    .trust-list li:nth-child(2) {
        border-right: 0;
    }

    .trust-list li:nth-child(-n + 2) {
        padding-bottom: 16px;
        border-bottom: 1px solid var(--slate-200);
    }

    .trust-list li:nth-child(n + 3) {
        padding-top: 16px;
    }

    .use-case-grid,
    .steps-grid,
    .article-grid {
        grid-template-columns: 1fr;
    }

    .article-card--featured {
        grid-column: auto;
    }

    .use-case-media {
        aspect-ratio: 16 / 11;
    }

    .privacy-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .cta-panel,
    .emergency-note {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-column:last-child {
        grid-column: auto;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(calc(100% - 28px), var(--container));
    }

    .section,
    .section--compact {
        padding: 70px 0;
    }

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

    .brand small {
        display: none;
    }

    .hero {
        padding-top: 58px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-proof {
        display: grid;
        gap: 10px;
    }

    .hero-visual {
        width: min(88vw, 390px);
    }

    .float-note {
        position: relative;
        inset: auto;
        max-width: none;
        margin-top: 12px;
    }

    .trust-list {
        grid-template-columns: 1fr;
        padding: 10px 0;
    }

    .trust-list li,
    .trust-list li:nth-child(n) {
        justify-content: flex-start;
        padding: 14px 4px;
        border-right: 0;
        border-bottom: 1px solid var(--slate-200);
        text-align: left;
    }

    .trust-list li:last-child {
        border-bottom: 0;
    }

    .feature-card,
    .feature-card--wide {
        grid-column: 1 / -1;
        min-height: 0;
        padding: 24px;
    }

    .use-case-media {
        aspect-ratio: 9 / 12;
    }

    .scam-grid,
    .privacy-facts,
    .plan-grid {
        grid-template-columns: 1fr;
    }

    .privacy-panel {
        border-radius: 22px;
    }

    .plan-card {
        padding: 27px 23px;
    }

    .faq-item summary {
        padding: 18px;
    }

    .faq-answer {
        padding: 0 18px 20px;
    }

    .emergency-note,
    .cta-panel {
        padding: 28px 23px;
    }

    .final-cta {
        padding-bottom: 70px;
    }

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

    .footer-brand,
    .footer-column:last-child {
        grid-column: auto;
    }

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

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

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

}
