@font-face {
    font-family: "Inter";
    src: url("../fonts/inter-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
}

@font-face {
    font-family: "Space Grotesk";
    src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
}

:root {
    color-scheme: dark;
    --bg: #030912;
    --bg-purple: #351574;
    --panel: #5c4d80;
    --chip: #423c5a;
    --cta: #7d39eb;
    --cta-bright: #9455ff;
    --white: #ffffff;
    --muted: #b6accd;
    --dim: #817994;
    --line: rgba(255, 255, 255, 0.12);
    --mint: #69f2c2;
    --coral: #ff776d;
    --gold: #ffd259;
    --blue: #72b8ff;
    --page: min(1280px, calc(100% - 48px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--white);
    background: var(--bg);
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3, .brand { font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif; }

.landing-page {
    background:
        radial-gradient(circle at 76% 10%, rgba(125, 57, 235, 0.22), transparent 22rem),
        linear-gradient(180deg, #351574 0, #120a28 42rem, #030912 76rem);
}

.site-header {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--page);
    min-height: 86px;
    margin: 0 auto;
    border-bottom: 1px solid var(--line);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.22rem;
    font-weight: 820;
}

.brand img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(3, 9, 18, 0.28);
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(145deg, var(--cta-bright), #5720bb);
    font-weight: 900;
}

.nav-links { display: flex; align-items: center; gap: 30px; color: #d8d1e7; font-size: .92rem; font-weight: 700; }
.nav-links a { transition: color .2s ease, background .2s ease, transform .2s ease; }
.nav-links a:hover { color: var(--white); }

.nav-cta, .primary-button, .secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 8px;
    font-weight: 800;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.nav-cta, .primary-button { color: var(--white); background: var(--cta); }
.nav-cta:hover, .primary-button:hover { background: var(--cta-bright); transform: translateY(-2px); }
.secondary-button { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.07); }
.secondary-button:hover { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.11); transform: translateY(-2px); }

.hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, .82fr);
    align-items: center;
    gap: clamp(44px, 7vw, 110px);
    width: var(--page);
    min-height: 740px;
    margin: 0 auto;
    padding: 54px 0 68px;
}

.hero-copy { position: relative; z-index: 3; max-width: 700px; }

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #ded7ed;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(105, 242, 194, .13); }

h1 { margin: 0; font-size: clamp(3.55rem, 5.2vw, 5.35rem); line-height: .98; letter-spacing: 0; }
h1 span { color: #c9a9ff; }

.hero-subtitle { max-width: 620px; margin: 28px 0 0; color: #cec5df; font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.58; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.app-store-link { display: inline-flex; align-items: center; justify-content: center; min-height: 60px; border-radius: 8px; transition: transform .2s ease, filter .2s ease; }
.app-store-link:hover { transform: translateY(-2px); filter: brightness(1.1); }
.app-store-link img { width: 180px; height: 60px; object-fit: contain; }
.hero-actions .app-store-link,
.hero-actions .secondary-button { height: 58px; min-height: 58px; }
.hero-actions .app-store-link img { width: auto; height: 58px; }
.hero-actions .secondary-button { padding: 0 28px; }

.hero-proof { display: flex; gap: 0; margin-top: 38px; }
.hero-proof div { display: grid; gap: 4px; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.16); }
.hero-proof div:first-child { padding-left: 0; }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { font-size: .97rem; }
.hero-proof span { color: var(--muted); font-size: .78rem; }

.product-stage { position: relative; display: grid; place-items: center; min-height: 650px; }
.product-stage::after { content: ""; position: absolute; z-index: -1; bottom: 16px; width: 420px; height: 80px; border-radius: 50%; background: rgba(0,0,0,.55); filter: blur(26px); }
.video-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: rgba(125,57,235,.38); filter: blur(85px); }
.phone-device {
    position: relative;
    z-index: 2;
    width: 356px;
    aspect-ratio: 430 / 878;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 58px;
    background: linear-gradient(140deg, #4d4f55, #040507 24%, #111318 62%, #030405);
    box-shadow:
        0 38px 90px rgba(0,0,0,.52),
        inset 0 0 0 2px rgba(255,255,255,.09),
        inset 0 0 0 8px #05070b;
}
.phone-device::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 25px;
    left: 50%;
    width: 96px;
    height: 26px;
    border-radius: 20px;
    background: #050507;
    box-shadow: inset -18px 0 22px rgba(255,255,255,.03), 46px 3px 0 -8px #0d1230;
    transform: translateX(-50%);
}
.phone-device::after {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: 1;
    pointer-events: none;
    border-radius: 48px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 0 32px rgba(0,0,0,.34);
}
.phone-device video {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 46px;
    background: #000;
    object-fit: cover;
}
.hero-phone { transform: rotate(2.5deg); }
.section-phone { justify-self: center; width: min(360px, 100%); }
.section-phone-scan { transform: rotate(-1.6deg); }
.section-phone-insights { transform: rotate(1.6deg); }
.device-button {
    position: absolute;
    z-index: 0;
    display: block;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #777a80, #17191d);
}
.device-button-left-top { top: 122px; left: -4px; height: 58px; }
.device-button-left-mid { top: 208px; left: -4px; height: 92px; }
.device-button-right { top: 228px; right: -4px; height: 118px; }
.media-note { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(19,13,38,.84); box-shadow: 0 15px 38px rgba(0,0,0,.3); backdrop-filter: blur(14px); font-size: .72rem; font-weight: 720; }
.media-note-top { top: 88px; right: 0; }
.media-note-top span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(105,242,194,.12); }
.media-note-bottom { bottom: 98px; left: -4px; color: var(--muted); }
.media-note-bottom strong { color: #fff; }

.phone-shell {
    position: relative;
    z-index: 2;
    width: 366px;
    height: 672px;
    overflow: hidden;
    padding: 18px 16px 16px;
    border: 7px solid #090d18;
    border-radius: 48px;
    background: linear-gradient(180deg, #351574 0%, #1a1040 58%, #060b15 100%);
    box-shadow: 0 36px 80px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.17);
    transform: rotateY(-5deg) rotateX(2deg);
}

.phone-shell::before { content: ""; position: absolute; top: 9px; left: 50%; width: 92px; height: 24px; border-radius: 20px; background: #050811; transform: translateX(-50%); }
.phone-status { display: flex; justify-content: space-between; min-height: 28px; padding: 2px 8px 0; font-size: .67rem; font-weight: 800; }
.phone-title { margin: 12px 0 20px; text-align: center; font-size: 1.08rem; font-weight: 800; }
.phone-search { display: flex; align-items: center; gap: 10px; height: 46px; padding: 0 14px; border-radius: 15px; color: #a99fbe; background: var(--panel); font-size: .82rem; }
.phone-search span { color: #fff; font-size: 1.5rem; }
.phone-toolbar { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin: 15px 0 14px; font-size: .68rem; font-weight: 760; }
.phone-toolbar span { padding: 8px 10px; border-radius: 14px; background: var(--panel); }
.phone-toolbar .phone-grid-icon { margin-right: auto; padding: 0; color: #fff; background: transparent; font-size: 1.55rem; }
.phone-section-title { margin: 0 0 10px; font-size: .97rem; font-weight: 820; }
.set-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.set-tile { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 138px; overflow: hidden; padding: 14px 11px; border-radius: 16px; background: var(--panel); text-align: center; }
.set-tile::before { content: ""; position: absolute; top: 18px; left: 50%; width: 92px; height: 52px; border-radius: 50%; background: currentColor; opacity: .22; filter: blur(2px); transform: translateX(-50%) rotate(-8deg); }
.set-tile small { position: absolute; top: 8px; right: 10px; font-size: .6rem; }
.set-tile strong { position: relative; margin-bottom: 4px; font-size: .92rem; line-height: .95; text-transform: uppercase; text-shadow: 0 2px 5px rgba(0,0,0,.35); }
.set-tile span { color: #a69db7; font-size: .65rem; }
.set-tile-coral { color: #ff8e7e; }
.set-tile-blue { color: #6ad2ff; }
.set-tile-gold { color: #ffd259; }
.set-tile-ink { color: #bc98ff; }
.phone-nav { position: absolute; right: 11px; bottom: 10px; left: 11px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; min-height: 64px; padding: 6px; border: 1px solid rgba(255,255,255,.12); border-radius: 25px; background: rgba(20, 27, 42, .9); backdrop-filter: blur(15px); }
.phone-nav div { display: grid; place-items: center; gap: 2px; color: #dbd7e4; font-size: .55rem; }
.phone-nav b { font-size: 1.25rem; line-height: 1; }
.phone-nav .active { height: 50px; border-radius: 20px; background: rgba(111, 96, 148, .62); color: #fff; }
.phone-nav .camera { width: 48px; height: 48px; margin: auto; border-radius: 16px; color: #fff; background: var(--cta); }
.phone-nav .camera span { display: none; }

.card-fan { position: absolute; z-index: 1; width: 176px; filter: drop-shadow(0 26px 30px rgba(0,0,0,.45)); }
.card-fan img { border-radius: 11px; }
.card-fan-left { left: -5px; bottom: 98px; transform: rotate(-16deg) translateZ(-80px); }
.card-fan-right { right: -14px; top: 70px; transform: rotate(14deg) translateZ(-60px); }

.set-strip { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 34px; padding: 26px max(24px, calc((100vw - 1280px) / 2)); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(18,10,40,.72); color: #e2dced; }
.set-strip span { color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.set-strip strong { font-family: "Space Grotesk", sans-serif; font-size: .83rem; }

.feature-band, .workflow-section, .collection-section, .article-preview, .final-cta { width: var(--page); margin: 0 auto; padding: clamp(76px, 9vw, 132px) 0; }
.section-heading { max-width: 910px; margin-bottom: 48px; }
.eyebrow { margin: 0 0 16px; color: #c9a9ff; font-size: .76rem; font-weight: 850; text-transform: uppercase; }
h2 { margin: 0; font-size: clamp(2.55rem, 4.5vw, 4.6rem); line-height: .98; letter-spacing: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.feature { position: relative; min-height: 288px; overflow: hidden; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(165deg, rgba(92,77,128,.48), rgba(23,15,43,.92)); }
.feature-number { position: absolute; top: 20px; right: 20px; color: #9d93b2; font-size: .72rem; font-weight: 850; }
.feature-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-top: 58px;
    border: 1px solid rgba(105,242,194,.28);
    border-radius: 8px;
    background: rgba(105,242,194,.08);
}
.feature-icon::before,
.feature-icon::after { content: ""; position: absolute; display: block; }
.feature-icon-scan::before { width: 30px; height: 38px; border: 2px solid var(--mint); border-radius: 5px; transform: rotate(-6deg); }
.feature-icon-scan::after { width: 42px; height: 2px; border-radius: 2px; background: var(--mint); box-shadow: 0 0 14px rgba(105,242,194,.8); }
.feature-icon-price::before { content: "$"; color: var(--mint); font-family: "Space Grotesk", sans-serif; font-size: 1.8rem; font-weight: 800; }
.feature-icon-chart::before { right: 14px; bottom: 14px; left: 14px; height: 26px; border-bottom: 2px solid var(--mint); border-left: 2px solid var(--mint); }
.feature-icon-chart::after { left: 17px; bottom: 17px; width: 25px; height: 17px; border-top: 3px solid var(--mint); border-right: 3px solid var(--mint); transform: skew(-24deg) rotate(-10deg); }
.feature-icon-collection::before { width: 28px; height: 36px; border: 2px solid var(--mint); border-radius: 5px; box-shadow: 8px -6px 0 rgba(105,242,194,.18), 12px -10px 0 rgba(105,242,194,.11); transform: rotate(-4deg); }
.feature-icon-collection::after { bottom: 15px; width: 20px; height: 2px; border-radius: 2px; background: var(--mint); }
.feature h3 { margin: 24px 0 12px; font-size: 1.35rem; }
.feature p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.65; }
.scan-demo, .price-demo, .binder-demo { height: 330px; }
.scan-demo { position: relative; display: grid; place-items: center; }
.scan-demo img { width: 190px; border-radius: 10px; box-shadow: 0 24px 36px rgba(0,0,0,.38); transform: rotate(-2deg); }
.scan-demo::after { content: ""; position: absolute; right: 42px; bottom: 44px; left: 42px; height: 2px; background: var(--mint); box-shadow: 0 0 18px var(--mint); }
.scan-demo span { position: absolute; right: 28px; bottom: 22px; padding: 7px 10px; border-radius: 6px; color: #06120e; background: var(--mint); font-size: .66rem; font-weight: 850; }
.price-demo { display: flex; flex-direction: column; justify-content: center; padding: 0 16px; }
.price-demo > span { color: var(--muted); font-size: .8rem; }
.price-demo > strong { margin: 5px 0 24px; font-size: clamp(2.8rem, 4vw, 4.4rem); line-height: 1; }
.price-demo small { margin-top: 14px; color: var(--mint); font-weight: 750; }
.price-chart { display: flex; align-items: flex-end; gap: 7px; height: 96px; border-bottom: 1px solid var(--line); }
.price-chart i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, var(--cta-bright), rgba(125,57,235,.28)); }
.price-chart i:nth-child(1) { height: 28%; } .price-chart i:nth-child(2) { height: 46%; } .price-chart i:nth-child(3) { height: 40%; } .price-chart i:nth-child(4) { height: 64%; } .price-chart i:nth-child(5) { height: 58%; } .price-chart i:nth-child(6) { height: 76%; } .price-chart i:nth-child(7) { height: 94%; }
.binder-demo { position: relative; display: flex; align-items: center; justify-content: center; }
.binder-demo img { position: absolute; width: 155px; border-radius: 9px; box-shadow: 0 18px 30px rgba(0,0,0,.35); }
.binder-demo img:first-child { transform: translateX(-76px) rotate(-10deg); }
.binder-demo img:nth-child(2) { z-index: 2; transform: translateY(-10px); }
.binder-demo img:last-child { transform: translateX(76px) rotate(10deg); }

.workflow-section, .collection-section { display: grid; grid-template-columns: minmax(380px,.78fr) minmax(0,.95fr); align-items: center; gap: clamp(48px,8vw,120px); border-top: 1px solid var(--line); }
.workflow-copy { max-width: 680px; }
.step-list { margin-top: 38px; border-top: 1px solid var(--line); }
.step-list > div { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.step-list strong { color: #c9a9ff; font-size: .78rem; }
.step-list span { color: var(--muted); line-height: 1.55; }
.step-list b { display: block; margin-bottom: 4px; color: #fff; font-family: "Space Grotesk", sans-serif; font-size: 1.08rem; }
.product-shot { position: relative; justify-self: center; width: min(390px, 100%); max-height: 650px; overflow: hidden; border: 6px solid #090d18; border-radius: 42px; background: #080b15; box-shadow: 0 34px 80px rgba(0,0,0,.46), 0 0 70px rgba(125,57,235,.15); }
.product-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.product-shot-insights { aspect-ratio: 414 / 760; }
.product-shot-collection { aspect-ratio: 414 / 760; }
.collection-section { grid-template-columns: minmax(0,.9fr) minmax(380px,.72fr); }
.collection-copy p:not(.eyebrow) { max-width: 610px; margin: 24px 0 28px; color: var(--muted); font-size: 1.07rem; line-height: 1.7; }
.collection-visual { padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: linear-gradient(155deg, rgba(92,77,128,.58), rgba(19,13,38,.84)); box-shadow: 0 32px 70px rgba(0,0,0,.3); }
.collection-stat { display: grid; gap: 6px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.collection-stat span, .collection-stat small { color: var(--muted); font-size: .82rem; }
.collection-stat strong { font-size: clamp(2.4rem,4vw,4rem); }
.collection-stat small { color: var(--mint); }
.progress-row { display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; padding-top: 23px; font-size: .86rem; }
.progress-row strong { color: #d6cee6; font-size: .78rem; }
.progress-row i { grid-column: 1 / -1; height: 7px; overflow: hidden; border-radius: 8px; background: rgba(255,255,255,.1); }
.progress-row b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--cta), var(--mint)); }

.article-preview { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; border-top: 1px solid var(--line); }
.article-preview > div { max-width: 830px; }
.article-preview h2 { font-size: clamp(2.3rem,4vw,4.4rem); }
.article-preview p:not(.eyebrow) { max-width: 640px; margin: 20px 0 0; color: var(--muted); line-height: 1.65; }
.article-preview .secondary-button { flex: 0 0 auto; }

.final-cta { display: grid; place-items: center; min-height: 520px; border-top: 1px solid var(--line); text-align: center; }
.final-cta > img { width: 96px; height: 96px; margin-bottom: 26px; border-radius: 22px; box-shadow: 0 22px 50px rgba(125,57,235,.32); }
.final-cta h2 { margin-bottom: 28px; }

.site-footer { display: grid; grid-template-columns: auto auto; justify-content: space-between; gap: 28px; width: var(--page); margin: 0 auto; padding: 38px 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-brand { display: grid; gap: 4px; }
.footer-brand strong { color: #fff; font-size: 1.1rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; font-size: .86rem; font-weight: 720; }
.site-footer nav a:hover { color: #fff; }
.site-footer > p { grid-column: 1 / -1; max-width: 850px; margin: 0; color: #746d84; font-size: .75rem; line-height: 1.5; }

/* Article */
body:not(.landing-page) { background: linear-gradient(180deg, #351574 0, #100923 30rem, #030912 52rem); }
.article-layout { padding: clamp(44px, 8vw, 96px) 24px; }
.article { max-width: 800px; margin: 0 auto; }
.article h1 { font-size: clamp(3rem, 6vw, 5.8rem); line-height: .96; }
.article-lede { margin: 26px 0 0; color: #d1c7df; font-size: 1.22rem; line-height: 1.65; }
.article-meta { margin-top: 18px; color: var(--dim); font-size: .88rem; }
.article h2 { margin-top: 56px; font-size: clamp(1.9rem, 3vw, 2.65rem); line-height: 1.1; }
.article h3 { margin-top: 30px; font-size: 1.25rem; }
.article p, .article li { color: #c1b8d0; font-size: 1.03rem; line-height: 1.82; }
.article ul { padding-left: 22px; }
.article code { color: #efe7ff; }
.article-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 38px 0; padding: 22px; border: 1px solid rgba(201,169,255,.25); border-radius: 8px; background: rgba(92,77,128,.3); }
.article-cta.top { margin-top: 32px; }
.article-cta div { display: grid; gap: 5px; }
.article-cta span { color: var(--muted); }
.article-cta a { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; border-radius: 8px; background: var(--cta); font-weight: 800; }
.article-final-button { margin-top: 20px; }
.article-card-examples { margin: 44px 0; }
.article-card-examples > div:first-child p:not(.eyebrow) { max-width: 680px; margin: 16px 0 0; color: var(--muted); line-height: 1.65; }
.article-card-examples h2 { font-size: clamp(1.9rem, 3vw, 2.65rem); line-height: 1.08; }
.article-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(165deg, rgba(92,77,128,.4), rgba(23,15,43,.92)); }
.article-card img { width: 100%; aspect-ratio: 367 / 512; object-fit: cover; background: rgba(255,255,255,.04); }
.article-card div { display: grid; gap: 5px; padding: 14px; }
.article-card span { color: #c9a9ff; font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.article-card h3 { margin: 0; font-size: 1.08rem; line-height: 1.12; }
.article-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.35; }
.article-card small { color: var(--dim); font-size: .74rem; line-height: 1.35; }
.article-card em { margin-top: 6px; color: var(--dim); font-size: .66rem; font-style: normal; font-weight: 800; text-transform: uppercase; }
.article-card strong { margin-top: 6px; color: var(--mint); font-size: .84rem; }
.blog-index-layout { max-width: 1120px; margin: 0 auto; }
.blog-index-hero { max-width: 900px; }
.blog-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 48px; }
.blog-card { display: grid; gap: 14px; min-height: 270px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(165deg, rgba(92,77,128,.44), rgba(23,15,43,.92)); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.blog-card:hover { transform: translateY(-3px); border-color: rgba(201,169,255,.38); background: linear-gradient(165deg, rgba(92,77,128,.58), rgba(23,15,43,.95)); }
.blog-card span { color: #c9a9ff; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.blog-card h2 { font-size: clamp(1.6rem, 2.4vw, 2.3rem); line-height: 1.08; }
.blog-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.blog-card small { align-self: end; color: var(--dim); font-weight: 720; }
.related-articles { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); }
.related-articles h2 { font-size: 1.6rem; }
.related-articles div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.related-articles a { display: inline-flex; min-height: 38px; align-items: center; padding: 0 13px; border: 1px solid var(--line); border-radius: 8px; color: #ded7ed; background: rgba(255,255,255,.06); font-size: .86rem; font-weight: 760; text-transform: capitalize; }

@media (max-width: 980px) {
    .hero { grid-template-columns: 1fr; padding-top: 72px; text-align: center; }
    .hero-copy { margin: 0 auto; }
    .hero-subtitle { margin-right: auto; margin-left: auto; }
    .hero-actions, .hero-proof { justify-content: center; }
    .product-stage { min-height: 700px; }
    .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .workflow-section, .collection-section { grid-template-columns: 1fr; }
    .workflow-copy, .collection-copy { max-width: 720px; }
}

@media (max-width: 700px) {
    :root { --page: min(100% - 32px, 1280px); }
    .site-header { min-height: 70px; }
    .nav-links { gap: 12px; }
    .nav-links a:not(.nav-cta) { display: none; }
    .nav-cta { min-height: 42px; padding: 0 14px; }
    .hero { min-height: auto; padding: 42px 0 24px; }
    h1 { font-size: clamp(2.25rem, 10.2vw, 3.35rem); }
    .hero-subtitle { margin-top: 22px; font-size: .98rem; line-height: 1.48; }
    .hero-actions { margin-top: 24px; }
    .hero-actions .app-store-link,
    .hero-actions .secondary-button { height: 54px; min-height: 54px; }
    .hero-actions .app-store-link img { height: 54px; }
    .hero-actions .secondary-button { padding: 0 22px; }
    .hero-proof { margin-top: 26px; }
    .hero-proof { display: grid; grid-template-columns: repeat(3,1fr); width: 100%; }
    .hero-proof div { padding: 0 10px; }
    .product-stage { min-height: 380px; transform: scale(.55); margin: -78px -30px -112px; }
    .media-note-top { right: 4px; }
    .media-note-bottom { left: 4px; }
    .set-strip { justify-content: flex-start; gap: 12px 22px; padding: 22px 16px; }
    .feature-band, .workflow-section, .collection-section, .article-preview, .final-cta { padding: 74px 0; }
    h2 { font-size: clamp(2.45rem, 12vw, 4rem); }
    .feature-grid { grid-template-columns: 1fr; }
    .feature { min-height: 250px; padding: 20px; }
    .feature-icon { margin-top: 48px; }
    .feature h3 { margin-top: 22px; }
    .feature-number { top: 16px; right: 16px; }
    .section-phone, .product-shot { width: min(360px, 100%); }
    .article-preview { align-items: stretch; flex-direction: column; }
    .article-preview .secondary-button { align-self: flex-start; }
    .article-card-grid { grid-template-columns: 1fr; }
    .article-card { display: grid; grid-template-columns: 112px 1fr; }
    .article-card img { height: 156px; aspect-ratio: auto; }
    .blog-list { grid-template-columns: 1fr; }
    .site-footer { grid-template-columns: 1fr; }
    .site-footer nav { justify-content: flex-start; }
    .site-footer > p { grid-column: 1; }
    .article-cta { align-items: stretch; flex-direction: column; }
    .article-cta a { align-self: flex-start; }
}

@media (max-width: 420px) {
    .brand img { width: 36px; height: 36px; }
    .product-stage { min-height: 360px; transform: scale(.5); margin: -88px -54px -128px; }
    .hero-proof span { font-size: .68rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .app-store-link,
    .hero-actions .secondary-button { width: 196px; }
}

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