.home-page{--bg:#faf6f0;--bg-2:#f2eadd;--bg-3:#e8dcc8;--ink:#1f140e;--ink-2:#3d2a1f;--ink-3:#6b5544;--ink-4:#9a8372;--line:#e0d2bc;--line-2:#d4c2a7;--card:#fff;--accent:oklch(62% .14 38);--accent-ink:oklch(38% .1 38);--accent-soft:oklch(92% .04 50);--sage:oklch(68% .07 160);--sage-soft:oklch(93% .03 160);--gold:oklch(78% .12 85);--shadow-sm:0 1px 2px #1f140e0d, 0 1px 1px #1f140e08;--shadow-md:0 8px 24px -8px #1f140e1f, 0 2px 6px #1f140e0a;--shadow-lg:0 30px 60px -20px #1f140e40, 0 12px 24px -12px #1f140e14;--r-sm:8px;--r-md:14px;--r-lg:22px;--r-xl:32px;background:var(--bg);color:var(--ink);font-feature-settings:"ss01", "cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Geist,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5;overflow-x:hidden}.home-page *,.home-page :before,.home-page :after{box-sizing:border-box;margin:0;padding:0}.home-page .h-serif{letter-spacing:-.01em;font-family:Instrument Serif,Times New Roman,serif;font-weight:400}.home-page .h-mono{font-family:JetBrains Mono,ui-monospace,SF Mono,Menlo,monospace}.home-page .container{max-width:1200px;margin:0 auto;padding:0 32px}.home-page .nav{z-index:50;-webkit-backdrop-filter:blur(10px);background:color-mix(in oklab, var(--bg) 82%, transparent);border-bottom:1px solid #0000;transition:border-color .3s,background .3s;position:sticky;top:0}.home-page .nav.scrolled{border-bottom-color:var(--line);background:color-mix(in oklab, var(--bg) 92%, transparent)}.home-page .nav-inner{justify-content:space-between;align-items:center;padding:18px 0;display:flex}.home-page .brand{color:var(--ink);letter-spacing:-.01em;align-items:center;gap:10px;font-family:Instrument Serif,serif;font-size:26px;text-decoration:none;display:flex}.home-page .brand-mark{background:var(--ink);width:34px;height:34px;color:var(--bg);border-radius:50%;place-items:center;font-family:Instrument Serif,serif;font-size:20px;font-style:italic;display:grid}.home-page .nav-links{color:var(--ink-2);align-items:center;gap:32px;font-size:14.5px;display:flex}.home-page .nav-links a{color:inherit;text-decoration:none;transition:color .15s}.home-page .nav-links a:hover{color:var(--ink)}.home-page .nav-cta{align-items:center;gap:10px;display:flex}.home-page .btn{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-family:inherit;font-size:14.5px;font-weight:500;line-height:1.2;text-decoration:none;transition:transform .12s,background .15s,box-shadow .15s,color .15s;display:inline-flex}.home-page .btn:active{transform:translateY(1px)}.home-page .btn-primary{background:var(--ink);color:var(--bg);box-shadow:var(--shadow-sm)}.home-page .btn-primary:hover{background:var(--ink-2);box-shadow:var(--shadow-md)}.home-page .btn-accent{background:var(--accent);color:#fff;box-shadow:0 6px 16px -6px color-mix(in oklab, var(--accent) 70%, black)}.home-page .btn-accent:hover{filter:brightness(1.05);box-shadow:0 10px 22px -6px color-mix(in oklab, var(--accent) 70%, black)}.home-page .btn-ghost{color:var(--ink);border-color:var(--line-2);background:0 0}.home-page .btn-ghost:hover{background:var(--bg-2)}.home-page .btn-lg{padding:16px 26px;font-size:15.5px}.home-page .nav .btn,.home-page .plan .btn,.home-page .nav-cta .btn{white-space:nowrap}.home-page .hero{padding:60px 0 80px;position:relative;overflow:hidden}.home-page .hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;display:grid}.home-page .eyebrow{border:1px solid var(--line-2);color:var(--ink-3);background:color-mix(in oklab, var(--card) 60%, transparent);border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 12px;font-size:12.5px;display:inline-flex}.home-page .eyebrow .dot{background:var(--sage);width:6px;height:6px;box-shadow:0 0 0 3px color-mix(in oklab, var(--sage) 30%, transparent);border-radius:50%;animation:2.2s ease-in-out infinite h-pulse}@keyframes h-pulse{0%,to{box-shadow:0 0 0 3px color-mix(in oklab, var(--sage) 30%, transparent)}50%{box-shadow:0 0 0 6px color-mix(in oklab, var(--sage) 0%, transparent)}}.home-page .hero h1{letter-spacing:-.015em;color:var(--ink);text-wrap:balance;margin-bottom:24px;font-family:Instrument Serif,serif;font-size:clamp(44px,5.2vw,74px);font-weight:400;line-height:1.02}.home-page .hero h1 em{color:var(--accent);font-style:italic}.home-page .hero-sub{color:var(--ink-3);text-wrap:pretty;max-width:520px;margin-bottom:32px;font-size:18px;line-height:1.55}.home-page .hero-ctas{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.home-page .hero-trust{color:var(--ink-3);align-items:center;gap:24px;margin-top:32px;font-size:13px;display:flex}.home-page .hero-trust svg{color:var(--sage);flex-shrink:0}.home-page .hero-trust-item{align-items:center;gap:6px;display:inline-flex}.home-page .hero-visual{aspect-ratio:1;place-items:center;display:grid;position:relative}.home-page .phone{width:320px;height:650px;box-shadow:var(--shadow-lg), inset 0 0 0 2px #2a1f17, inset 0 0 0 3px #ffffff0a;background:#0d0805;border-radius:48px;padding:10px;transition:transform .4s cubic-bezier(.2,.8,.2,1);position:relative;transform:rotate(-5deg)translateZ(0)}.home-page .phone:hover{transform:rotate(-3deg)scale(1.015)}.home-page .phone-screen{background:var(--bg);border-radius:40px;width:100%;height:100%;position:relative;overflow:hidden}.home-page .phone-notch{z-index:3;background:#0d0805;border-radius:999px;width:96px;height:28px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.home-page .phone-status{color:var(--ink);z-index:2;justify-content:space-between;padding:18px 26px 8px;font-size:13px;font-weight:600;display:flex;position:relative}.home-page .phone-status-right{align-items:center;gap:5px;display:inline-flex}.home-page .card-view{padding:42px 20px 20px}.home-page .card-shop{color:var(--ink-4);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:11.5px}.home-page .card-name{color:var(--ink);margin-bottom:14px;font-family:Instrument Serif,serif;font-size:28px;line-height:1.05}.home-page .card-item{color:var(--ink-3);margin-bottom:22px;font-size:13.5px}.home-page .card-item strong{color:var(--ink);font-weight:600}.home-page .stamp-card{border:1px solid var(--line);border-radius:var(--r-lg);background:linear-gradient(145deg,#fffdf9,#f6ecdb);padding:20px 18px 22px;position:relative;box-shadow:inset 0 1px #fff9,0 4px 10px #1f140e0a}.home-page .stamp-card:before{content:"";border:1px dashed var(--line-2);border-radius:calc(var(--r-lg) - 8px);pointer-events:none;position:absolute;inset:8px}.home-page .stamp-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid;position:relative}.home-page .stamp{aspect-ratio:1;background:color-mix(in oklab, var(--bg-3) 50%, white);border:1.5px dashed var(--line-2);color:var(--ink-4);border-radius:50%;place-items:center;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:grid;position:relative}.home-page .stamp.filled{background:var(--ink);border:1.5px solid var(--ink);color:var(--bg);transform:rotate(var(--r,-6deg));box-shadow:0 2px 6px #1f140e33}.home-page .stamp.filled:after{content:"";border:1px solid color-mix(in oklab, var(--bg) 40%, transparent);border-radius:50%;position:absolute;inset:3px}.home-page .stamp.just-filled{animation:.45s cubic-bezier(.2,1.4,.3,1) h-stampIn}@keyframes h-stampIn{0%{transform:scale(1.8) rotate(var(--r,-6deg));opacity:0}40%{opacity:1}to{transform:scale(1) rotate(var(--r,-6deg))}}.home-page .stamp.reward{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);border-style:solid}.home-page .stamp-icon{width:58%;height:58%}.home-page .card-progress{color:var(--ink-3);justify-content:space-between;align-items:baseline;margin-top:22px;font-size:12.5px;display:flex}.home-page .card-progress strong{color:var(--ink);font-size:16px;font-weight:600}.home-page .float{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow-md);border-radius:14px;align-items:center;gap:10px;padding:12px 14px;font-size:13px;animation:4s ease-in-out infinite h-floatY;display:flex;position:absolute}@keyframes h-floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.home-page .float-a{animation-delay:0s;top:8%;left:-2%}.home-page .float-b{animation-delay:1.5s;bottom:14%;right:-4%}.home-page .float-c{animation-delay:.7s;bottom:2%;left:6%}.home-page .float-icon{background:var(--accent-soft);width:32px;height:32px;color:var(--accent);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.home-page .float-icon.sage{background:var(--sage-soft);color:oklch(40% .06 160)}.home-page .float-icon.gold{background:color-mix(in oklab, var(--gold) 22%, white);color:oklch(42% .08 85)}.home-page .float-label{color:var(--ink-4);font-size:11px}.home-page .float-value{color:var(--ink);font-weight:600}.home-page .section{padding:100px 0;position:relative}.home-page .section-head{text-align:center;max-width:680px;margin:0 auto 56px}.home-page .section-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);align-items:center;gap:10px;margin-bottom:16px;font-family:JetBrains Mono,monospace;font-size:12px;display:inline-flex}.home-page .section-eyebrow:before,.home-page .section-eyebrow:after{content:"";background:var(--accent);opacity:.4;width:24px;height:1px}.home-page .section h2{letter-spacing:-.01em;color:var(--ink);text-wrap:balance;font-family:Instrument Serif,serif;font-size:clamp(36px,4vw,54px);font-weight:400;line-height:1.05}.home-page .section h2 em{color:var(--accent);font-style:italic}.home-page .section-lede{color:var(--ink-3);text-wrap:pretty;margin-top:16px;font-size:17px}.home-page .steps{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.home-page .step{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);transition:transform .25s,box-shadow .25s;overflow:hidden}.home-page .step:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.home-page .step-visual{aspect-ratio:4/3;background:linear-gradient(160deg, var(--bg-2), var(--bg));border-bottom:1px solid var(--line);place-items:center;display:grid;overflow:hidden}.home-page .step-body{padding:24px 26px 28px}.home-page .step-num{color:var(--accent);margin-bottom:10px;font-family:Instrument Serif,serif;font-size:34px;font-style:italic;line-height:1}.home-page .step h3{letter-spacing:-.01em;margin-bottom:10px;font-family:Instrument Serif,serif;font-size:26px;font-weight:400;line-height:1.1}.home-page .step p{color:var(--ink-3);font-size:14.5px;line-height:1.55}.home-page .qr-visual{background:var(--card);border:1px solid var(--line);width:140px;height:180px;box-shadow:var(--shadow-md);border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:14px;display:flex;transform:rotate(-3deg)}.home-page .qr-grid{aspect-ratio:1;background:linear-gradient(var(--ink) 1px, transparent 1px) 0 0 / 12% 12%, linear-gradient(90deg, var(--ink) 1px, transparent 1px) 0 0 / 12% 12%, var(--bg);background-blend-mode:multiply;border-radius:6px;width:100%;position:relative;overflow:hidden}.home-page .qr-grid:before,.home-page .qr-grid:after,.home-page .qr-corner-br{content:"";border:3px solid var(--ink);background:radial-gradient(circle, var(--ink) 30%, transparent 31%) center/60% 60% no-repeat, var(--bg);border-radius:2px;width:24%;height:24%;position:absolute}.home-page .qr-grid:before{top:6%;left:6%}.home-page .qr-grid:after{top:6%;right:6%}.home-page .qr-corner-br{position:absolute;bottom:6%;left:6%}.home-page .qr-label{color:var(--ink-3);letter-spacing:.06em;text-transform:uppercase;font-size:10px}.home-page .tap-visual{width:200px;height:160px;position:relative}.home-page .tap-phone{background:var(--ink);width:100%;height:100%;box-shadow:var(--shadow-md);border-radius:22px;padding:10px}.home-page .tap-phone-inner{background:var(--card);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;padding:12px;display:flex}.home-page .tap-btn{background:var(--accent);color:#fff;box-shadow:0 0 0 0 color-mix(in oklab, var(--accent) 60%, transparent);border-radius:999px;padding:10px 18px;font-size:13px;font-weight:600;animation:2s ease-in-out infinite h-tapPulse}@keyframes h-tapPulse{0%,to{box-shadow:0 0 0 0 color-mix(in oklab, var(--accent) 60%, transparent)}50%{box-shadow:0 0 0 14px color-mix(in oklab, var(--accent) 0%, transparent)}}.home-page .tap-meta{color:var(--ink-3);font-size:11px}.home-page .tap-finger{border:2px solid var(--ink);border-radius:50%;width:46px;height:46px;animation:2s ease-in-out infinite h-tapFinger;position:absolute;bottom:40px;right:40px}@keyframes h-tapFinger{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.85)}}.home-page .redeem-visual{align-items:center;gap:10px;display:flex;position:relative}.home-page .redeem-card{border:1px solid var(--line);width:110px;height:150px;box-shadow:var(--shadow-md);background:linear-gradient(145deg,#fffdf9,#f6ecdb);border-radius:12px;flex-direction:column;gap:6px;padding:10px;display:flex;transform:rotate(-6deg)}.home-page .redeem-mini-grid{grid-template-columns:repeat(5,1fr);gap:4px;display:grid}.home-page .mini-stamp{aspect-ratio:1;background:var(--ink);border-radius:50%;width:100%}.home-page .redeem-arrow{color:var(--accent)}.home-page .redeem-cup{width:80px;height:90px;color:var(--ink);position:relative}.home-page .features{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.home-page .features-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.home-page .feature{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);grid-template-columns:1fr 1fr;align-items:center;gap:24px;min-height:240px;padding:32px;transition:transform .25s,box-shadow .25s;display:grid}.home-page .feature:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.home-page .feature-text h3{letter-spacing:-.01em;margin-bottom:10px;font-family:Instrument Serif,serif;font-size:28px;font-weight:400;line-height:1.1}.home-page .feature-text p{color:var(--ink-3);font-size:14.5px;line-height:1.55}.home-page .feature-visual{aspect-ratio:1;background:linear-gradient(160deg, var(--bg), var(--bg-2));border-radius:var(--r-md);border:1px solid var(--line);place-items:center;display:grid;position:relative;overflow:hidden}.home-page .f-noapp .mini-phone{background:var(--ink);border-radius:14px;width:80px;height:130px;position:relative}.home-page .f-noapp .mini-phone:after{content:"";background:var(--bg);border-radius:10px;position:absolute;inset:4px}.home-page .f-noapp .no-x{z-index:2;border:3px solid var(--accent);border-radius:50%;width:120px;height:120px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-page .f-noapp .no-x:after{content:"";background:var(--accent);width:120%;height:3px;position:absolute;top:50%;left:-10%;transform:rotate(-45deg)}.home-page .f-speed .speed-lines{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.home-page .f-speed .speed-line{background:var(--ink);border-radius:3px;height:6px;animation:1.2s ease-in-out infinite h-speedy}.home-page .f-speed .speed-line:first-child{width:60px;animation-delay:0s}.home-page .f-speed .speed-line:nth-child(2){background:var(--accent);width:100px;animation-delay:.1s}.home-page .f-speed .speed-line:nth-child(3){width:80px;animation-delay:.2s}.home-page .f-speed .speed-line:nth-child(4){background:var(--accent);width:120px;animation-delay:.3s}.home-page .f-speed .speed-line:nth-child(5){width:70px;animation-delay:.4s}@keyframes h-speedy{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(8px)}}.home-page .f-regulars{justify-content:center;padding:20px;align-items:center!important}.home-page .regulars-viz{flex-direction:column;align-items:center;gap:14px;display:flex}.home-page .regulars-ring{width:140px;height:140px;position:relative}.home-page .regulars-center{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.home-page .regulars-num{color:var(--ink);font-family:Instrument Serif,serif;font-size:38px;line-height:1}.home-page .regulars-lbl{color:var(--ink-3);letter-spacing:.06em;text-transform:uppercase;margin-top:4px;font-size:11px}.home-page .regulars-chips{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.home-page .rchip{background:var(--card);border:1px solid var(--line);color:var(--ink-2);border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:11.5px;display:inline-flex}.home-page .rdot{background:var(--ink-4);border-radius:50%;width:7px;height:7px}.home-page .rdot.on{background:oklch(62% .11 160)}.home-page .rdot.lapsed{background:var(--accent)}.home-page .f-nearly{justify-content:center;padding:24px;align-items:stretch!important}.home-page .nearly-list{flex-direction:column;gap:10px;width:100%;display:flex}.home-page .nearly-row{background:var(--card);border:1px solid var(--line);border-radius:10px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.home-page .nearly-row:first-child{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in oklab, var(--accent) 15%, transparent)}.home-page .nearly-top{justify-content:space-between;align-items:baseline;font-size:12.5px;display:flex}.home-page .nearly-name{color:var(--ink);font-weight:500}.home-page .nearly-count{font-variant-numeric:tabular-nums;color:var(--ink-3);font-size:11.5px}.home-page .nearly-row:first-child .nearly-count{color:var(--accent);font-weight:600}.home-page .nearly-dots{gap:3px;display:flex}.home-page .nd{background:var(--bg-3);border-radius:3px;flex:1;height:6px}.home-page .nd.on{background:var(--ink)}.home-page .nearly-row:first-child .nd.on{background:var(--accent)}.home-page .pricing-note{text-align:center;background:color-mix(in oklab, var(--sage-soft) 70%, white);border:1px solid color-mix(in oklab, var(--sage) 25%, transparent);color:oklch(35% .06 160);border-radius:999px;align-items:center;gap:10px;margin-bottom:32px;padding:10px 16px;font-size:14px;display:inline-flex}.home-page .pricing-wrap{text-align:center}.home-page .pricing-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px;display:grid}.home-page .plan{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);flex-direction:column;padding:32px 28px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative}.home-page .plan:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.home-page .plan.featured{background:var(--ink);color:var(--bg);border-color:var(--ink)}.home-page .plan.featured .plan-name,.home-page .plan.featured .plan-price,.home-page .plan.featured .plan-desc,.home-page .plan.featured .feat-li{color:var(--bg)}.home-page .plan.featured .feat-li svg{color:var(--gold)}.home-page .plan.featured .plan-per{color:color-mix(in oklab, var(--bg) 70%, transparent)}.home-page .plan-tag{background:var(--accent);color:#fff;letter-spacing:.02em;white-space:nowrap;border-radius:999px;padding:5px 12px;font-size:11.5px;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.home-page .plan-tag-free{background:oklch(55% .09 160);box-shadow:0 4px 12px -4px oklch(55% .09 160/.5)}.home-page .plan.headline{border-color:color-mix(in oklab, var(--sage) 40%, var(--line));background:linear-gradient(175deg, color-mix(in oklab, var(--sage-soft) 60%, white), var(--card) 60%)}.home-page .plan.headline .plan-price .amount{color:oklch(38% .08 160)}.home-page .plan-name{margin-bottom:4px;font-family:Instrument Serif,serif;font-size:26px;font-weight:400}.home-page .plan-desc{color:var(--ink-3);min-height:40px;margin-bottom:22px;font-size:13.5px}.home-page .plan-price{align-items:baseline;gap:6px;margin-bottom:6px;display:flex}.home-page .plan-price .amount{letter-spacing:-.02em;font-family:Instrument Serif,serif;font-size:48px;line-height:1}.home-page .plan-price .currency{color:var(--ink-3);font-family:Instrument Serif,serif;font-size:22px}.home-page .plan-per{color:var(--ink-3);margin-bottom:24px;font-size:13px}.home-page .plan-feats{flex-direction:column;gap:10px;margin:16px 0 28px;list-style:none;display:flex}.home-page .feat-li{color:var(--ink-2);align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;display:flex}.home-page .feat-li svg{color:var(--sage);flex-shrink:0;margin-top:3px}.home-page .plan .btn{width:100%;margin-top:auto}.home-page .plan.featured .btn-ghost{color:var(--bg);border-color:color-mix(in oklab, var(--bg) 30%, transparent);background:0 0}.home-page .plan.featured .btn-ghost:hover{background:color-mix(in oklab, var(--bg) 10%, transparent)}.home-page .pricing-link{color:var(--ink);border-bottom:1px solid var(--ink);align-items:center;gap:6px;margin-top:28px;padding-bottom:2px;font-size:14.5px;font-weight:500;text-decoration:none;transition:gap .2s;display:inline-flex}.home-page .pricing-link:hover{gap:10px}.home-page .analytics{background:var(--ink);color:var(--bg);position:relative;overflow:hidden}.home-page .analytics:before{content:"";background:radial-gradient(ellipse at 80% 20%, color-mix(in oklab, var(--accent) 25%, transparent), transparent 50%), radial-gradient(ellipse at 15% 85%, color-mix(in oklab, var(--sage) 20%, transparent), transparent 50%);pointer-events:none;position:absolute;inset:0}.home-page .analytics-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:60px;display:grid;position:relative}.home-page .analytics h2{color:var(--bg)}.home-page .analytics h2 em{color:var(--gold);font-style:italic}.home-page .analytics-lede{color:color-mix(in oklab, var(--bg) 75%, transparent);margin:16px 0 28px;font-size:17px;line-height:1.55}.home-page .analytics .section-eyebrow{color:var(--gold)}.home-page .analytics .section-eyebrow:before,.home-page .analytics .section-eyebrow:after{background:var(--gold)}.home-page .dashboard{background:color-mix(in oklab, var(--bg) 8%, var(--ink));border:1px solid color-mix(in oklab, var(--bg) 15%, transparent);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);padding:22px;position:relative}.home-page .dash-head{color:color-mix(in oklab, var(--bg) 65%, transparent);justify-content:space-between;align-items:center;margin-bottom:18px;font-size:13px;display:flex}.home-page .dash-head strong{color:var(--bg);font-weight:500}.home-page .dash-kpis{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px;display:grid}.home-page .kpi{background:color-mix(in oklab, var(--bg) 6%, transparent);border:1px solid color-mix(in oklab, var(--bg) 10%, transparent);border-radius:10px;padding:14px}.home-page .kpi-label{color:color-mix(in oklab, var(--bg) 55%, transparent);letter-spacing:.06em;text-transform:uppercase;font-size:11px}.home-page .kpi-value{margin-top:4px;font-family:Instrument Serif,serif;font-size:28px}.home-page .kpi-delta{color:var(--sage);margin-top:2px;font-size:11px}.home-page .kpi-delta.down{color:var(--accent)}.home-page .dash-heatmap{filter:blur(2.5px);transition:filter .4s;position:relative}.home-page .dash-heatmap.revealed{filter:blur()}.home-page .dash-heatmap-title{color:color-mix(in oklab, var(--bg) 60%, transparent);margin-bottom:10px;font-size:12px}.home-page .dash-heat-grid{grid-template-columns:32px repeat(12,1fr);gap:3px;display:grid}.home-page .dash-heat-row{display:contents}.home-page .dash-heat-cell{aspect-ratio:1;background:color-mix(in oklab, var(--gold) var(--l,10%), color-mix(in oklab, var(--bg) 6%, var(--ink)));border-radius:2px;min-height:14px}.home-page .dash-heat-label{color:color-mix(in oklab, var(--bg) 45%, transparent);align-self:center;font-size:10px}.home-page .dash-reveal{background:color-mix(in oklab, var(--bg) 20%, transparent);-webkit-backdrop-filter:blur(10px);border:1px solid color-mix(in oklab, var(--bg) 25%, transparent);color:var(--bg);cursor:pointer;z-index:2;border-radius:999px;padding:10px 18px;font-size:13px;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-page .dash-heatmap.revealed .dash-reveal{opacity:0;pointer-events:none}.home-page .analytics-cta{color:var(--gold);border-bottom:1px solid color-mix(in oklab, var(--gold) 50%, transparent);align-items:center;gap:6px;padding-bottom:2px;font-size:14.5px;font-weight:500;text-decoration:none;transition:gap .2s;display:inline-flex}.home-page .analytics-cta:hover{gap:10px}.home-page .faq-list{border-top:1px solid var(--line);max-width:780px;margin:0 auto}.home-page .faq-item{border-bottom:1px solid var(--line)}.home-page .faq-q{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;font-family:inherit;font-size:18px;transition:color .15s;display:flex}.home-page .faq-q:hover{color:var(--accent)}.home-page .faq-icon{border:1px solid var(--line-2);border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;transition:all .25s;display:grid;position:relative}.home-page .faq-icon:before,.home-page .faq-icon:after{content:"";background:currentColor;border-radius:1px;transition:transform .25s;position:absolute}.home-page .faq-icon:before{width:10px;height:1.5px}.home-page .faq-icon:after{width:1.5px;height:10px}.home-page .faq-item.open .faq-icon{background:var(--ink);color:var(--bg);border-color:var(--ink)}.home-page .faq-item.open .faq-icon:after{transform:scaleY(0)}.home-page .faq-a{max-height:0;color:var(--ink-3);font-size:15.5px;line-height:1.6;transition:max-height .35s,padding .25s;overflow:hidden}.home-page .faq-item.open .faq-a{max-height:400px;padding:0 0 24px}.home-page .final-cta{text-align:center;background:var(--bg-2);border-top:1px solid var(--line);padding:120px 0;position:relative;overflow:hidden}.home-page .final-cta:before,.home-page .final-cta:after{content:"";background:radial-gradient(circle, color-mix(in oklab, var(--accent) 15%, transparent), transparent 60%);z-index:0;border-radius:50%;width:400px;height:400px;position:absolute}.home-page .final-cta:before{top:-150px;left:-100px}.home-page .final-cta:after{background:radial-gradient(circle, color-mix(in oklab, var(--sage) 20%, transparent), transparent 60%);bottom:-150px;right:-100px}.home-page .final-cta-inner{z-index:1;position:relative}.home-page .final-cta h2{color:var(--ink);letter-spacing:-.015em;text-wrap:balance;margin-bottom:16px;font-family:Instrument Serif,serif;font-size:clamp(40px,5vw,68px);font-weight:400;line-height:1.02}.home-page .final-cta h2 em{color:var(--accent);font-style:italic}.home-page .final-cta p{color:var(--ink-3);margin-bottom:32px;font-size:17px}.home-page .foot{border-top:1px solid var(--line);color:var(--ink-3);padding:56px 0 40px;font-size:13.5px}.home-page .foot-grid{grid-template-columns:1.2fr repeat(3,1fr);gap:40px;margin-bottom:40px;display:grid}.home-page .foot-col h4{color:var(--ink);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;font-size:12px;font-weight:600}.home-page .foot-col ul{flex-direction:column;gap:8px;list-style:none;display:flex}.home-page .foot-col a{color:var(--ink-3);text-decoration:none;transition:color .15s}.home-page .foot-col a:hover{color:var(--ink)}.home-page .foot-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:24px;font-size:12.5px;display:flex}@media (width<=1024px){.home-page .container{padding:0 24px}.home-page .hero-grid{gap:32px}.home-page .hero{padding:40px 0 60px}.home-page .nav-links{display:none}.home-page .features-grid{gap:18px}.home-page .pricing-grid{gap:14px}.home-page .plan{padding:28px 22px}.home-page .foot-grid{grid-template-columns:1.2fr 1fr 1fr}.home-page .foot-grid .foot-col:nth-child(4){display:none}.home-page .dash-heat-grid{grid-template-columns:28px repeat(12,1fr)}}@media (width<=900px) and (width>=721px){.home-page .hero-grid,.home-page .features-grid,.home-page .steps,.home-page .pricing-grid,.home-page .analytics-grid,.home-page .foot-grid{grid-template-columns:1fr}.home-page .hero-visual{margin-top:40px}.home-page .feature{grid-template-columns:1fr 1fr}.home-page .section{padding:72px 0}.home-page .container{padding:0 20px}.home-page .phone{transform:rotate(-3deg)scale(.9)}}@media (width<=720px){.home-page .container{padding:0 18px}.home-page .hero-grid,.home-page .features-grid,.home-page .steps,.home-page .pricing-grid,.home-page .analytics-grid,.home-page .foot-grid{grid-template-columns:1fr}.home-page .hero{padding:28px 0 48px}.home-page .hero h1{font-size:clamp(38px,9vw,54px)}.home-page .hero-sub{font-size:16px}.home-page .hero-ctas{flex-direction:column;align-items:stretch;width:100%}.home-page .hero-ctas .btn{width:100%;padding:14px 18px;font-size:14px}.home-page .hero-visual{min-height:560px;margin-top:48px}.home-page .phone{transform:rotate(-3deg)scale(.82)}.home-page .float{padding:10px 12px;font-size:12px}.home-page .float-a{top:2%;left:-1%}.home-page .float-b{bottom:10%;right:-2%}.home-page .float-c{bottom:0;left:2%}.home-page .section{padding:64px 0}.home-page .section-head{margin-bottom:40px}.home-page .section h2{font-size:clamp(32px,7vw,42px)}.home-page .section-lede{font-size:15.5px}.home-page .feature{grid-template-columns:1fr;gap:18px;min-height:0;padding:22px}.home-page .feature-visual{aspect-ratio:16/10}.home-page .analytics-grid{gap:32px}.home-page .dashboard{padding:16px}.home-page .dash-kpis{grid-template-columns:repeat(3,1fr);gap:8px}.home-page .kpi{padding:10px}.home-page .kpi-value{font-size:22px}.home-page .dash-heat-grid{grid-template-columns:22px repeat(12,1fr);gap:2px}.home-page .final-cta{padding:80px 0}.home-page .foot-grid{gap:28px}.home-page .foot-grid .foot-col:nth-child(4){display:block}.home-page .foot-bottom{text-align:center;flex-direction:column;gap:6px}.home-page .faq-q{padding:20px 0;font-size:16px}.home-page .nav-inner{gap:10px;padding:14px 0}.home-page .nav .nav-cta .btn-ghost{display:none}.home-page .nav-cta .btn-primary{padding:9px 14px;font-size:13px}.home-page .brand{font-size:22px}.home-page .brand-mark{width:30px;height:30px;font-size:18px}.home-page .hero-trust{flex-wrap:wrap;gap:12px 18px;font-size:12.5px}.home-page .plan-price .amount{font-size:42px}}@media (width<=420px){.home-page .dash-kpis{grid-template-columns:1fr}.home-page .phone{transform:rotate(-2deg)scale(.76)}.home-page .hero-visual{min-height:520px}}.home-page .form-card{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-md);max-width:480px;margin:48px auto 80px;padding:40px 40px 48px}.home-page .form-label{color:var(--ink-2);margin-bottom:6px;font-size:13.5px;font-weight:600;display:block}.home-page .form-input{border:1.5px solid var(--line);border-radius:var(--r-sm);background:var(--bg);width:100%;color:var(--ink);appearance:none;outline:none;padding:11px 14px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.home-page .form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.home-page .form-input::placeholder{color:var(--ink-4)}.home-page .form-hint{color:var(--ink-3);margin-top:5px;font-size:13px}.home-page .form-error{color:#c0392b;font-size:13.5px}.home-page .form-card .btn{width:100%}@media (width<=560px){.home-page .form-card{border-radius:var(--r-md);margin-top:24px;padding:28px 20px 36px}}:root{--bg:#faf6f3;--surface:#fff;--border:#e8ddd7;--border-strong:#c9b8af;--text:#3d2a22;--text-heading:#1c0f09;--text-secondary:#5e3e34;--text-inactive:#8c6558;--primary:#2c1810;--primary-hover:#1c0f09;--accent:#8c4f1a;--accent-hover:#7a4015;--accent-light:#f5e8df;--error:#b83230;--error-bg:#fdf3f2;--radius:.75rem;--radius-sm:.5rem;--radius-full:9999px;--shadow-sm:0 1px 3px #2c181012, 0 1px 2px #2c18100a;--shadow:0 4px 16px #2c18101a, 0 2px 6px #2c18100d;--sans:system-ui, -apple-system, "Segoe UI", sans-serif;font-family:var(--sans);color:var(--text);background:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:125%;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#1a110d;--surface:#241810;--border:#3a2820;--border-strong:#5a3e32;--text:#c4a090;--text-heading:#f5ede8;--text-secondary:#c4a090;--text-inactive:#9a7a6e;--primary:#f0e0d4;--primary-hover:#fff;--accent:#d4814a;--accent-hover:#e0925a;--accent-light:#2e1e14;--error:#e05040;--error-bg:#2a1210}}*,:before,:after{box-sizing:border-box}body{margin:0}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3{color:var(--text-heading);margin:0;font-weight:600;line-height:1.2}h1{font-size:1.5rem}h2{font-size:1.1rem}h3{font-size:1rem}p{margin:0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}input[type=email],input[type=text],input[type=number],select{width:100%;font-size:1rem;font-family:var(--sans);background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text-heading);outline:none;padding:.65rem .75rem;transition:border-color .15s}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233d2a22' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:38px}input[type=email]::placeholder,input[type=text]::placeholder,input[type=number]::placeholder{color:var(--text-secondary)}input[type=email]:focus,input[type=text]:focus,input[type=number]:focus,select:focus{border-color:var(--accent)}.btn{width:100%;font-size:1.1rem;font-family:var(--sans);border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1rem;font-weight:500;line-height:1;text-decoration:none;transition:background .15s,opacity .15s;display:flex}.btn:hover{text-decoration:none}.btn:disabled{cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}@media (prefers-color-scheme:dark){.btn-primary{color:var(--bg)}}.btn-outline{background:var(--surface);color:var(--text-heading);border:1.5px solid var(--border)}.btn-outline:hover{background:var(--bg)}.page{flex-direction:column;flex:1;gap:0;padding:1rem .8rem 1.8rem;display:flex}.page-title{color:var(--text-heading);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.back-link{color:var(--text-secondary);align-items:center;gap:.25rem;margin-bottom:1rem;font-size:1rem;display:inline-flex}.back-link:hover{color:var(--text-heading);text-decoration:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:.6rem;padding:.8rem}.card--highlight{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light), var(--shadow-sm)}.card-stamp-count{color:var(--text);margin-top:.2rem;font-size:1.1rem}.card-actions{justify-content:space-between;margin-top:.6rem;font-size:1.1rem;display:flex}.card-actions a,.card-actions span{color:var(--accent);font-weight:500}.stamp-dots{flex-wrap:wrap;gap:.25rem;margin:.5rem 0 .3rem;display:flex}.stamp-dot{border:2px solid var(--border-strong);background:0 0;border-radius:50%;width:1rem;height:1rem;transition:background .1s,border-color .1s}.stamp-dot.filled{background:var(--accent);border-color:var(--accent)}.badge{border-radius:var(--radius-full);align-items:center;padding:.15rem .5rem;font-size:.8rem;font-weight:600;line-height:1.4;display:inline-flex}.badge-reward{background:var(--accent);color:#fff}.badge-reward-large{background:var(--accent-light);color:var(--accent);border:1px solid var(--accent);border-radius:var(--radius-sm);align-items:center;gap:.6rem;margin-bottom:.8rem;padding:.5rem .7rem;font-size:1.1rem;display:flex}.error-msg{background:var(--error-bg);border:1px solid var(--error);border-radius:var(--radius-sm);color:var(--error);padding:.55rem .7rem;font-size:1rem}.divider{color:var(--text-secondary);align-items:center;gap:.6rem;margin:.2rem 0;font-size:.9rem;display:flex}.divider:before,.divider:after{content:"";background:var(--border);flex:1;height:1px}.page-footer{text-align:center;color:var(--text-secondary);margin-top:auto;padding-top:1.4rem;font-size:1.1rem}.page-footer a{color:var(--text-secondary)}.page-footer a:hover{color:var(--text);text-decoration:underline}.page-footer button{color:var(--text-secondary);font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0}.page-footer button:hover{color:var(--text)}.shop-tabs{border-bottom:2px solid var(--border);scrollbar-width:none;gap:0;margin-bottom:1rem;display:flex;overflow-x:auto}.shop-tabs::-webkit-scrollbar{display:none}.shop-tab{color:var(--text-secondary);border-bottom:2px solid #0000;flex-shrink:0;margin-bottom:-2px;padding:.4rem .7rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s}.shop-tab:hover{color:var(--text-heading);text-decoration:none}.shop-tab--active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.btn-sm{padding:.35rem .8rem!important;font-size:.85rem!important}.card--stat{margin-bottom:0;padding:.7rem .8rem}.section-title{color:var(--text-heading);border-bottom:1px solid var(--border);margin:0 0 .75rem;padding-bottom:.5rem;font-size:1rem;font-weight:700}.stat-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px;display:grid}.stat-tile{background:var(--bg-secondary,#00000014);border-radius:var(--radius-sm);flex-direction:column;padding:10px 12px;display:flex}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .25rem;font-size:.75rem;font-weight:500;display:block}.stat-value{color:var(--text-heading);margin:0;font-size:1.35rem;font-weight:700;line-height:1.2;display:block}.stat-value--lg{font-size:1.6rem}.chart-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin:16px 0 8px;font-size:.75rem;font-weight:700}.info-note{color:var(--text-secondary);margin:0;font-size:13px}.success-note{color:var(--success,#16a34a);margin:0;font-size:14px;font-weight:500}.text-secondary{color:var(--text-secondary)}.form-label{color:var(--text-heading);font-size:.9rem;font-weight:600}.form-hint{color:var(--text);margin-top:.2rem;margin-bottom:.5rem;font-size:.9rem}.shop-logo{object-fit:contain;border-radius:var(--radius-sm);flex-shrink:0;width:2.4rem;height:2.4rem}.card-header{justify-content:space-between;align-items:flex-start;gap:.4rem;display:flex}.card--empty{text-align:center;padding:1.6rem 1rem}.error-text{color:var(--error);margin-bottom:.6rem}.stats-list{flex-direction:column;gap:.5rem;margin-bottom:1.2rem;display:flex}.loading{background:var(--bg);color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:1.1rem;display:flex;position:fixed;inset:0}.loading:before{content:"";border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:2rem;height:2rem;animation:.7s linear infinite spin;display:block}.history-list{margin:0;padding:0;list-style:none}.history-list li{border-bottom:1px solid var(--border);color:var(--text);align-items:center;gap:.4rem;padding:.55rem 0;font-size:1.1rem;display:flex}.history-list li:last-child{border-bottom:none}.signin-page{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:0;padding:1.6rem 1rem 2rem;display:flex}.signin-logo{margin-bottom:.3rem;font-size:2rem;line-height:1}.signin-wordmark{color:var(--text-heading);margin-bottom:.2rem;font-size:1.5rem;font-weight:700}.beta-badge{letter-spacing:.04em;text-transform:uppercase;color:var(--accent);background:var(--accent-light);border-radius:var(--radius-full);vertical-align:middle;border:1px solid;margin-left:.3rem;padding:1px .35rem;font-size:.75rem;font-weight:600;line-height:.9rem;display:inline-block}.signin-tagline{color:var(--text);margin-bottom:1.6rem;font-size:1.2rem}.signin-form{flex-direction:column;gap:.5rem;width:100%;display:flex}.signin-privacy{text-align:center;color:var(--text-secondary);margin-top:.2rem;font-size:1.1rem}.signin-privacy a{color:var(--text-secondary);text-decoration:underline}.signin-confirm{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:100%;display:flex}.signin-confirm-icon{font-size:2.25rem;line-height:1}.signin-confirm h1{font-size:1.25rem}.signin-confirm p{color:var(--text);max-width:280px;font-size:1rem}.qr-page{background:var(--surface);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:1.2rem 1rem 1.8rem;display:flex}.qr-page .back-link{align-self:flex-start;margin-bottom:auto}.qr-container{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.8rem;display:flex}.qr-name{color:var(--text-heading);font-size:1.25rem;font-weight:600}.qr-hint{color:var(--text-secondary);text-align:center;font-size:1.1rem}.privacy-page{max-width:680px;margin:0 auto;padding:1.2rem 1rem 2.4rem}.privacy-page h1{margin-bottom:.4rem}.privacy-page h2{margin:1.4rem 0 .4rem}.privacy-page p{color:var(--text);margin:.4rem 0;line-height:1.6}.privacy-page ul{margin:.4rem 0;padding-left:1rem}.privacy-page li{color:var(--text);margin:.3rem 0;line-height:1.6}.privacy-page table{border-collapse:collapse;width:100%;margin:.6rem 0;font-size:1rem}.privacy-page th,.privacy-page td{text-align:left;border:1px solid var(--border);vertical-align:top;padding:.4rem .5rem}.privacy-page th{background:var(--accent-light);color:var(--text-heading);font-weight:600}.privacy-page code{background:var(--accent-light);border-radius:4px;padding:1px .25rem;font-family:ui-monospace,monospace;font-size:.9rem}@keyframes spin{to{transform:rotate(360deg)}}.spinner{vertical-align:-.15em;border:2px solid;border-top-color:#0000;border-radius:50%;width:1em;height:1em;animation:.7s linear infinite spin;display:inline-block}#qr-reader,#qr-reader>div{width:100%!important;height:100%!important}#qr-reader video{object-fit:cover;width:100%!important;height:100%!important}.mobile-shell{flex-direction:column;width:100%;max-width:480px;min-height:100svh;margin:0 auto;display:flex}.admin-layout{flex-direction:column;width:100%;min-height:100svh;display:flex}.admin-sidebar{display:none}@media (width>=768px){.admin-layout{flex-direction:row}.admin-sidebar{flex-direction:column;flex-shrink:0;width:200px;height:100svh;display:flex;position:sticky;top:0}.admin-main{flex:1;max-width:960px}.admin-layout--system .admin-main{max-width:1100px}.admin-layout .page-footer,.admin-layout .admin-header-mobile{display:none}.admin-layout .stats-list{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.admin-layout--system .stats-list{grid-template-columns:repeat(3,1fr)}}.admin-sidebar{border-right:1px solid var(--border);padding:1rem;overflow-y:auto}.admin-sidebar__top{margin-bottom:1.5rem}.admin-sidebar__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.admin-sidebar__link{color:var(--text);border-radius:6px;padding:.4rem .5rem;font-size:.9rem;text-decoration:none;display:block}.admin-sidebar__link:hover{background:var(--accent-light);text-decoration:none}.admin-sidebar__link--active{color:var(--accent);font-weight:600}.admin-sidebar__footer{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding-top:1rem;font-size:.8rem;display:flex}.admin-sidebar__footer a,.admin-sidebar__footer button{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.8rem}.admin-sidebar__footer a:hover,.admin-sidebar__footer button:hover{color:var(--text);text-decoration:none}.insights-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.insights-grid{grid-template-columns:repeat(2,1fr)}.insights-grid__full{grid-column:1/-1}}
