/* ======================================================================
   SPIŻKA — Landing
   Paleta: zieleń #1B4D3E · krem #F4EFE5 · złoto #C79A3A / #E8C66A
   Typografia: Instrument Serif (display) + Inter (body) + JetBrains Mono
   ====================================================================== */

:root{
  --green:#1B4D3E;
  --green-700:#163F33;
  --green-900:#102C24;
  --green-tint:#E8F2EE;
  --cream:#F4EFE5;
  --cream-2:#EFE7D7;
  --cream-3:#FBF8F1;
  --paper:#FAFAF8;
  --gold:#C79A3A;
  --gold-light:#E8C66A;
  --gold-ink:#8A6816;
  --ink:#1A1A1A;
  --muted:#6B6B6B;
  --line:rgba(27,77,62,.12);
  --alert:#C0392B;
  --warning:#D4820A;

  --shadow-sm:0 2px 12px rgba(26,40,33,.06);
  --shadow:0 18px 50px -20px rgba(20,40,33,.28);
  --shadow-lg:0 50px 100px -30px rgba(16,44,36,.45);

  --maxw:1200px;
  --ease:cubic-bezier(.2,.7,.2,1);
}

*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;}
html{scroll-behavior:smooth;}
body{
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--cream);
  color:var(--ink);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:clip;            /* no horizontal scroll, but keeps position:sticky working */
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
::selection{background:var(--gold-light);color:var(--green-900);}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;}

.serif{font-family:"Instrument Serif",Georgia,serif;font-weight:400;}
.eyebrow{
  font-family:"JetBrains Mono",monospace;font-weight:700;font-size:12px;
  letter-spacing:.22em;text-transform:uppercase;color:var(--gold-ink);
  display:inline-flex;align-items:center;gap:9px;
}
.eyebrow::before{content:"";width:22px;height:2px;background:var(--gold);border-radius:2px;display:inline-block;}
.eyebrow.center::after{content:"";width:22px;height:2px;background:var(--gold);border-radius:2px;display:inline-block;}
.eyebrow.center{justify-content:center;}

/* ---------- Scroll progress ---------- */
.progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:200;
  background:linear-gradient(90deg,var(--gold),var(--gold-light));box-shadow:0 0 12px rgba(199,154,58,.5);transition:width .1s linear;}

/* ======================================================================
   NAV
   ====================================================================== */
.nav{position:fixed;top:0;left:0;right:0;z-index:150;transition:background .4s var(--ease),box-shadow .4s var(--ease),padding .4s var(--ease);padding:16px 0;}
.nav.scrolled{background:rgba(244,239,229,.82);backdrop-filter:saturate(140%) blur(16px);-webkit-backdrop-filter:saturate(140%) blur(16px);box-shadow:0 1px 0 var(--line);padding:10px 0;}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;}
.brand{display:flex;align-items:center;gap:11px;}
.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--green);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);flex:0 0 auto;}
.brand-mark svg{width:22px;height:22px;}
.brand-name{font-family:"Instrument Serif",serif;font-size:25px;letter-spacing:-.5px;color:var(--green);line-height:1;}
.nav-links{display:flex;align-items:center;gap:34px;}
.nav-links a{font-size:14.5px;font-weight:600;color:var(--ink);opacity:.78;transition:opacity .2s,color .2s;position:relative;padding:4px 0;}
.nav-links a::after{content:"";position:absolute;left:0;bottom:-3px;height:2px;width:0;background:var(--gold);transition:width .25s var(--ease);}
.nav-links a:hover{opacity:1;color:var(--green);}
.nav-links a:hover::after{width:100%;}
.nav-actions{display:flex;align-items:center;gap:14px;}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;font-weight:700;
  font-size:15px;letter-spacing:-.1px;border:none;cursor:pointer;border-radius:14px;padding:14px 22px;min-height:46px;transition:transform .18s var(--ease),box-shadow .25s var(--ease),background .25s;}
.btn svg{width:18px;height:18px;}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 14px 28px -12px rgba(27,77,62,.7);}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 38px -12px rgba(27,77,62,.75);}
.btn-primary:active{transform:translateY(0) scale(.985);}
.btn-gold{background:linear-gradient(135deg,var(--gold-light),var(--gold));color:var(--green-900);box-shadow:0 14px 30px -12px rgba(199,154,58,.75);}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 22px 40px -12px rgba(199,154,58,.8);}
.btn-ghost{background:transparent;color:var(--green);box-shadow:inset 0 0 0 1.5px var(--line);}
.btn-ghost:hover{box-shadow:inset 0 0 0 1.5px var(--green);transform:translateY(-2px);}
.btn-lg{padding:17px 30px;font-size:16px;border-radius:16px;min-height:54px;}
.nav .btn{padding:13px 18px;min-height:44px;}

/* ======================================================================
   HERO — cinematic photo, ≤80vh, content within container
   ====================================================================== */
.hero{position:relative;min-height:80vh;display:flex;align-items:center;padding:104px 0 52px;overflow:hidden;isolation:isolate;}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:60% 52%;z-index:0;}
.hero-veil{position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(100deg,
      rgba(244,239,229,.95) 0%,
      rgba(244,239,229,.84) 30%,
      rgba(244,239,229,.46) 56%,
      rgba(245,240,230,.30) 100%),
    linear-gradient(180deg, transparent 68%, var(--cream) 100%),
    radial-gradient(125% 120% at 32% 42%, transparent 46%, rgba(16,44,36,.16) 100%);}
.hero-inner{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:1.04fr .96fr;gap:clamp(24px,4vw,56px);align-items:center;}

.hero-copy{max-width:560px;}
.hero h1{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(38px,5.4vw,66px);line-height:1.04;letter-spacing:-1.1px;margin-top:18px;color:var(--green-900);text-wrap:balance;}
.hero h1 em{font-style:italic;color:var(--green);position:relative;}
.hero h1 .uline{position:relative;white-space:nowrap;}
.hero h1 .uline svg{position:absolute;left:0;right:0;bottom:-8px;width:100%;height:14px;}
.hero h1 .uline svg path{stroke:var(--gold);stroke-width:5;fill:none;stroke-linecap:round;stroke-dasharray:480;stroke-dashoffset:480;}
.hero.lit h1 .uline svg path{animation:draw 1.1s .5s var(--ease) forwards;}
@keyframes draw{to{stroke-dashoffset:0;}}
.hero p.lede{margin-top:18px;font-size:18px;line-height:1.58;color:#324038;max-width:480px;text-wrap:pretty;}
.hero-cta{display:flex;align-items:center;gap:14px;margin-top:26px;flex-wrap:wrap;}
.hero-note{margin-top:16px;display:flex;align-items:center;gap:8px;font-size:13.5px;color:#566159;font-weight:600;}
.hero-note svg{width:16px;height:16px;color:var(--green);flex:0 0 auto;}

/* hero phone stage */
.hero-stage{position:relative;display:flex;align-items:center;justify-content:center;width:100%;}
.hero-phone{position:relative;width:calc(390px*var(--hs,.58));height:calc(844px*var(--hs,.58));}
.hero-phone .dvc{transform:scale(var(--hs,.58));transform-origin:top left;}
/* small "life" chips floating AROUND the phone (phone stays the stable anchor) */
.hero-float{position:absolute;z-index:6;display:flex;align-items:center;gap:9px;max-width:200px;
  background:rgba(255,255,255,.82);backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);
  border:1px solid rgba(255,255,255,.7);border-radius:15px;box-shadow:0 18px 44px -20px rgba(20,40,33,.42);
  padding:9px 12px;will-change:transform,translate;}
.hero-float .fi{width:31px;height:31px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;}
.hero-float .fi svg{width:18px;height:18px;}
.hero-float .ft-wrap{display:flex;flex-direction:column;gap:1px;min-width:0;}
.hero-float .ft{font-size:12px;font-weight:700;color:var(--ink);line-height:1.2;white-space:nowrap;}
.hero-float .fs{font-size:10.5px;color:var(--muted);font-weight:500;line-height:1.2;white-space:nowrap;}
/* pill variant — single line, compact */
.hero-float.pill{padding:6px 13px 6px 7px;border-radius:999px;gap:7px;}
.hero-float.pill .fi{width:24px;height:24px;border-radius:7px;}
.hero-float.pill .fi svg{width:14px;height:14px;}
/* family-sync chip with overlapping avatars */
.hero-float.sync .avs{display:flex;align-items:center;flex:0 0 auto;}
.hero-float.sync .avs i{width:25px;height:25px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:9px;font-weight:800;font-style:normal;color:#fff;border:2px solid rgba(255,255,255,.92);margin-left:-8px;}
.hero-float.sync .avs i:first-child{margin-left:0;background:var(--green);}
.hero-float.sync .avs i:nth-child(2){background:var(--gold);color:var(--green-900);}
.hero-float.sync .avs i.sync{background:var(--green-tint);}
.hero-float.sync .avs i.sync svg{width:13px;height:13px;color:var(--green);}

/* placement — all clear of the phone screen (stage-x 151..377 at desktop) */
.hero-float.f1{top:6%;left:-9%;}        /* upper-left  */
.hero-float.f2{top:4%;right:-9%;}       /* upper-right */
.hero-float.f3{top:47%;right:-6%;}      /* right-mid (pill) */
.hero-float.f4{bottom:15%;right:-4%;}   /* lower-right (pill) */
.hero-float.f5{bottom:7%;left:-9%;}     /* lower-left (sync) */

/* idle motion — soft, ease-in-out, varied tempo & delay so nothing pulses together.
   Uses transform; JS mouse-parallax uses the separate `translate` property, so they compose. */
.hero-float.f1{animation:fltB 7.2s ease-in-out infinite;}
.hero-float.f2{animation:fltA 8.4s ease-in-out .8s infinite;}
.hero-float.f3{animation:fltC 6.6s ease-in-out .4s infinite;}
.hero-float.f4{animation:fltD 7.9s ease-in-out 1.2s infinite;}
.hero-float.f5{animation:fltA 9.1s ease-in-out .2s infinite;}
@keyframes fltA{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes fltB{0%,100%{transform:translate(0,0)}50%{transform:translate(-5px,-9px)}}
@keyframes fltC{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(-1.3deg)}}
@keyframes fltD{0%,100%{transform:translate(0,0)}50%{transform:translate(4px,-8px)}}

/* ======================================================================
   TRUST STRIP
   ====================================================================== */
.trust{position:relative;z-index:2;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(251,248,241,.5);}
.trust-inner{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 40px;padding:24px;}
.trust-item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#3a463f;}
.trust-item svg{width:20px;height:20px;color:var(--green);flex:0 0 auto;}

/* ======================================================================
   SECTION HEADINGS
   ====================================================================== */
.section{padding:110px 0;position:relative;}
.shead{max-width:680px;}
.shead.center{margin:0 auto;text-align:center;}
.shead h2{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(33px,5.4vw,54px);line-height:1.06;letter-spacing:-1px;color:var(--green-900);margin-top:18px;text-wrap:balance;}
.shead h2 em{font-style:italic;color:var(--gold-ink);}
.shead p{margin-top:18px;font-size:17.5px;line-height:1.6;color:#46514a;text-wrap:pretty;}

/* ======================================================================
   STORY — scroll-driven pinned compact block (panels · timeline · phone)
   One mechanism on every width: a tall spacer pins a centred block; scroll
   progress picks the active step (0–3); steps cross-fade. No auto-advance.
   ====================================================================== */
.story{position:relative;background:linear-gradient(180deg,var(--cream),var(--cream-3));border-top:1px solid var(--line);--ps:.58;}
.story-scroll{position:relative;height:calc(4 * 100svh);}            /* spacer ≈ steps × 100svh */
.story-pin{position:sticky;top:0;height:100svh;display:flex;align-items:center;overflow:hidden;}
.story-block{width:100%;max-width:var(--maxw);margin:0 auto;padding:clamp(20px,3.5vh,52px) 24px;}

.story-intro{text-align:center;margin-bottom:clamp(18px,3vh,40px);}
.story-intro h2{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(30px,4.4vw,52px);line-height:1.04;letter-spacing:-1px;color:var(--green-900);margin-top:12px;text-wrap:balance;}
.story-intro h2 em{font-style:italic;color:var(--gold-ink);}

.story-rail{position:relative;display:grid;grid-template-columns:1fr 64px calc(390px * var(--ps)); gap:clamp(18px,3vw,44px);align-items:center;}

/* LEFT — text panels (cross-fade) */
.story-panels{position:relative;min-height:320px;}
.story-panel{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;
  opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .45s var(--ease),transform .45s var(--ease);}
.story-panel.active{opacity:1;transform:none;pointer-events:auto;}
.story-panel .story-step{display:inline-flex;align-items:center;gap:10px;font-family:"JetBrains Mono",monospace;font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-ink);}
.story-panel .story-step .ln{width:28px;height:1.5px;background:var(--gold);opacity:.6;}
.story-panel h3{margin-top:14px;font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(26px,3vw,40px);line-height:1.05;letter-spacing:-.7px;color:var(--green-900);text-wrap:balance;}
.story-panel h3 em{font-style:italic;color:var(--green);}
.story-panel p{margin-top:14px;font-size:15.5px;line-height:1.6;color:#46514a;max-width:440px;text-wrap:pretty;}
.story-tags{margin-top:20px;display:flex;flex-wrap:wrap;gap:8px;}
.story-tag{background:#fff;border:1px solid var(--line);padding:8px 13px;border-radius:11px;font-size:12.5px;font-weight:600;color:#2c362f;display:inline-flex;align-items:center;gap:8px;box-shadow:var(--shadow-sm);}
.story-tag .pip{width:6px;height:6px;border-radius:50%;background:var(--green);flex:0 0 auto;}

/* CENTER — timeline 01–04 */
.story-timeline{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;
  height:min(420px, calc(844px * var(--ps)));padding:6px 0;}
.story-timeline::before{content:"";position:absolute;left:50%;top:20px;bottom:20px;width:2px;background:var(--line);transform:translateX(-50%);}
.story-seg{position:absolute;left:50%;top:20px;width:2px;height:0;background:linear-gradient(180deg,var(--gold-light),var(--gold));transform:translateX(-50%);border-radius:2px;transition:height .5s var(--ease),width .5s var(--ease);}
.story-node{position:relative;z-index:2;width:40px;height:40px;border-radius:50%;background:var(--cream-3);border:1.5px solid var(--line);
  display:flex;align-items:center;justify-content:center;font-family:"JetBrains Mono",monospace;font-size:11px;font-weight:700;color:var(--muted);
  transition:background .35s var(--ease),color .35s var(--ease),border-color .35s var(--ease),transform .35s var(--ease),box-shadow .35s var(--ease);}
.story-node.past{border-color:var(--gold);color:var(--gold-ink);background:var(--cream);}
.story-node.active{background:linear-gradient(135deg,var(--gold-light),var(--gold));border-color:var(--gold);color:var(--green-900);transform:scale(1.12);box-shadow:0 8px 20px -6px rgba(199,154,58,.6);}

/* RIGHT — phone with our 4 app screens (cross-fade) */
.story-phone{position:relative;display:flex;justify-content:center;align-items:center;}
.story-states{position:relative;width:calc(390px * var(--ps));height:calc(844px * var(--ps));}
.story-state{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .45s var(--ease);}
.story-state.on{opacity:1;pointer-events:auto;}
.story-state .dvc{position:absolute;top:0;left:0;transform:scale(var(--ps));transform-origin:top left;}

/* ======================================================================
   FEATURES — 3 rozdziały
   ====================================================================== */
.ch-section{padding:80px 0 52px;position:relative;}
.ch{position:relative;margin:0 32px 28px;border-radius:32px;background:var(--cream);overflow:hidden;}
.ch:last-child{margin-bottom:0;}
.ch::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(700px 380px at 12% 12%,rgba(199,154,58,.06),transparent 60%),radial-gradient(600px 360px at 88% 88%,rgba(27,77,62,.04),transparent 60%);}
.ch-wrap{position:relative;max-width:1180px;margin:0 auto;padding:64px;display:grid;grid-template-columns:1fr 1.05fr;column-gap:64px;align-items:center;}
.ch-intro{display:flex;flex-direction:column;}
.ch-eyebrow{display:inline-flex;align-items:baseline;gap:14px;font-family:"JetBrains Mono",monospace;font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);}
.ch-eyebrow .roman{font-family:"Instrument Serif",serif;font-style:italic;font-weight:400;font-size:18px;letter-spacing:0;text-transform:none;color:var(--gold);}
.ch-eyebrow::after{content:"";flex:0 0 auto;width:48px;height:1px;background:var(--gold);align-self:center;}
.ch-title{margin-top:18px;font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(36px,4.4vw,58px);line-height:1.02;letter-spacing:-.022em;text-wrap:balance;max-width:520px;color:var(--green-900);}
.ch-title em{font-style:italic;color:var(--green);}
.ch-lede{margin-top:18px;font-size:16px;line-height:1.6;color:#46514a;max-width:440px;text-wrap:pretty;}
.ch-picts{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.pict{position:relative;display:flex;flex-direction:column;background:rgba(255,255,255,.6);border:1px solid rgba(27,77,62,.15);border-radius:20px;padding:24px;min-height:280px;transition:transform .35s var(--ease),background .35s var(--ease),border-color .35s var(--ease);}
.pict:hover{transform:translateY(-4px);background:rgba(255,255,255,.9);border-color:rgba(199,154,58,.5);}
.pict-head{display:flex;align-items:center;justify-content:space-between;font-family:"JetBrains Mono",monospace;font-size:10.5px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);}
.pict-head .tag{color:var(--gold-ink);}
.pict-stage{position:relative;flex:1;min-height:140px;margin:18px 0;display:flex;align-items:center;justify-content:center;}
.pict-ph{width:100%;min-height:140px;background:var(--green-tint);border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:"JetBrains Mono",monospace;font-size:11px;font-weight:500;letter-spacing:.12em;color:rgba(27,77,62,.35);}

/* ===== PICTOGRAMS (CSS only) ===== */
/* 1) FIVE ZONES — five jars on a shelf with status fill */
.pg-zones{position:relative;width:200px;height:120px;}
.pg-zones .shelf{position:absolute;left:0;right:0;bottom:14px;height:1.5px;background:var(--ink);}
.pg-zones .jar{position:absolute;bottom:14px;width:28px;background:#fff;border:1.5px solid var(--ink);border-radius:3px 3px 5px 5px;overflow:hidden;}
.pg-zones .jar::before{content:"";position:absolute;top:-6px;left:6px;right:6px;height:4px;background:var(--ink);border-radius:2px 2px 0 0;}
.pg-zones .jar .fill{position:absolute;left:0;right:0;bottom:0;background:var(--green);transition:height .4s var(--ease);}
.pg-zones .jar.j1{left:8px;height:86px;}   .pg-zones .jar.j1 .fill{height:70%;}
.pg-zones .jar.j2{left:48px;height:96px;}  .pg-zones .jar.j2 .fill{height:50%;background:var(--warning);}
.pg-zones .jar.j3{left:88px;height:74px;}  .pg-zones .jar.j3 .fill{height:85%;}
.pg-zones .jar.j4{left:128px;height:90px;} .pg-zones .jar.j4 .fill{height:30%;background:var(--alert);}
.pg-zones .jar.j5{left:168px;height:78px;} .pg-zones .jar.j5 .fill{height:60%;}

/* 2) STATUS — three large dots vertical */
.pg-status{position:relative;width:110px;height:140px;}
.pg-status .d{position:absolute;left:50%;transform:translateX(-50%);width:42px;height:42px;border-radius:50%;}
.pg-status .d::after{content:"";position:absolute;inset:6px;border-radius:50%;background:rgba(255,255,255,.85);}
.pg-status .d1{top:0;background:var(--green);}
.pg-status .d2{top:50px;background:var(--warning);}
.pg-status .d3{top:100px;background:var(--alert);}
.pg-status .ln{position:absolute;left:50%;width:1.5px;background:var(--ink);opacity:.25;transform:translateX(-50%);}
.pg-status .ln.l1{top:42px;height:8px;}
.pg-status .ln.l2{top:92px;height:8px;}

/* 3) ADD INPUTS — three icons in a row */
.pg-add{position:relative;width:220px;height:120px;display:flex;align-items:center;justify-content:space-between;}
.pg-add .node{width:60px;height:60px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;}
.pg-add .node.alt{background:#fff;color:var(--green);border:1.5px solid var(--green);}
.pg-add .node.gold{background:var(--gold);color:#fff;}
.pg-add svg{width:24px;height:24px;}
.pg-add::before{content:"";position:absolute;left:60px;right:60px;top:50%;height:1px;background:var(--ink);opacity:.2;transform:translateY(-50%);z-index:-1;}

/* 4) RECEIPT — paper with lines + checkmark */
.pg-receipt{position:relative;width:110px;height:160px;}
.pg-receipt .paper{position:relative;width:100%;height:140px;background:#fff;border:1.5px solid var(--ink);border-radius:4px 4px 0 0;padding:18px 14px 0;}
.pg-receipt .paper::after{content:"";position:absolute;left:-1px;right:-1px;bottom:-12px;height:14px;background:radial-gradient(circle at 7px 0, transparent 6px, #fff 6.5px) 0 0/14px 14px;border-bottom:0;}
.pg-receipt .ln{height:2px;border-radius:2px;background:rgba(20,30,25,.18);margin-bottom:7px;}
.pg-receipt .ln.w1{width:80%;} .pg-receipt .ln.w2{width:60%;} .pg-receipt .ln.w3{width:70%;} .pg-receipt .ln.w4{width:50%;} .pg-receipt .ln.w5{width:65%;}
.pg-receipt .seal{position:absolute;top:8px;right:-12px;width:36px;height:36px;border-radius:50%;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;transform:rotate(-12deg);box-shadow:0 4px 12px rgba(199,154,58,.35);}
.pg-receipt .seal svg{width:18px;height:18px;}

/* 5) CLOCK — circle with one-day-back mark + notif dot */
.pg-clock{position:relative;width:140px;height:140px;border:1.5px solid var(--ink);border-radius:50%;background:#fff;}
.pg-clock::before, .pg-clock::after{content:"";position:absolute;left:50%;background:var(--ink);border-radius:2px;transform-origin:bottom center;}
.pg-clock::before{bottom:50%;width:2px;height:42px;transform:translateX(-50%) rotate(0deg);}
.pg-clock::after{bottom:50%;width:2px;height:28px;transform:translateX(-50%) rotate(-90deg);}
.pg-clock .tick{position:absolute;left:50%;top:6px;width:2px;height:8px;background:var(--ink);transform:translateX(-50%);}
.pg-clock .pivot{position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background:var(--ink);transform:translate(-50%,-50%);}
.pg-clock .alert{position:absolute;top:-6px;right:-6px;width:28px;height:28px;border-radius:50%;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;font-family:"JetBrains Mono",monospace;font-size:11px;font-weight:600;box-shadow:0 0 0 4px var(--cream), 0 6px 16px rgba(199,154,58,.4);}

/* 6) AVATARS — overlapping circles */
.pg-people{position:relative;width:230px;height:130px;}
.pg-people .av{position:absolute;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-style:italic;font-weight:400;font-size:20px;border:3px solid var(--cream);}
.pg-people .av.a1{top:34px;left:0;    background:var(--green);      color:#fff;}
.pg-people .av.a2{top:14px;left:44px; background:var(--green-tint); color:var(--green);}
.pg-people .av.a3{top:50px;left:88px; background:var(--gold);       color:#fff;}
.pg-people .av.a4{top:18px;left:132px;background:#F0ECF3;            color:#8E7BA6;}
.pg-people .av.a5{top:42px;left:170px;background:#fff;color:var(--muted);font-family:"JetBrains Mono",monospace;font-style:normal;font-size:18px;border-style:dashed;border-color:var(--muted);}
.pict-name{font-family:"Instrument Serif",serif;font-size:21px;line-height:1.15;letter-spacing:-.01em;color:var(--ink);}
.pict-name em{font-style:italic;color:var(--green);}
.pict-desc{margin-top:6px;font-size:13px;line-height:1.5;color:var(--muted);text-wrap:pretty;}
.ch.mirror .ch-wrap{grid-template-columns:1.05fr 1fr;}
.ch.mirror .ch-picts{order:-1;}

/* ======================================================================
   HOW IT WORKS
   ====================================================================== */
.how{background:linear-gradient(180deg,var(--cream-3),var(--cream));border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
/* sequence path: three connected steps 01 → 02 → 03 threaded by a drawing gold line */
.how .flow{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,40px);margin-top:58px;
  opacity:1;transform:none;}                              /* container is just the reveal trigger, never hidden */
.flow-line{position:absolute;z-index:0;top:38px;left:16.66%;right:16.66%;height:3px;border-radius:3px;
  background:linear-gradient(90deg,var(--gold-light),var(--gold));
  transform:scaleX(0);transform-origin:left center;transition:transform 1.15s var(--ease) .12s;}
.flow.is-in .flow-line{transform:scaleX(1);}             /* line draws left → right on scroll-in */
.flow-step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;
  opacity:0;transform:translateY(26px);transition:opacity .7s var(--ease),transform .7s var(--ease);}
.flow.is-in .flow-step{opacity:1;transform:none;}
.flow.is-in .flow-step:nth-child(2){transition-delay:.14s;}   /* stagger: steps build up in sequence */
.flow.is-in .flow-step:nth-child(3){transition-delay:.28s;}
.fs-node{position:relative;z-index:2;width:76px;height:76px;border-radius:50%;flex:0 0 auto;
  background:linear-gradient(135deg,var(--gold-light),var(--gold));display:flex;align-items:center;justify-content:center;
  border:5px solid var(--cream-3);box-shadow:0 16px 30px -12px rgba(199,154,58,.65);
  transition:transform .3s var(--ease),box-shadow .3s var(--ease);}
.flow-step:hover .fs-node{transform:translateY(-3px);box-shadow:0 22px 40px -12px rgba(199,154,58,.72);}
.fs-node .n{font-family:"Instrument Serif",serif;font-size:35px;line-height:1;letter-spacing:-.5px;color:var(--green-900);}
.fs-node .ic{position:absolute;right:-7px;bottom:-7px;width:30px;height:30px;border-radius:50%;background:var(--green);
  display:flex;align-items:center;justify-content:center;border:3px solid var(--cream-3);}
.fs-node .ic svg{width:16px;height:16px;color:#fff;}
.fs-body h3{font-size:19px;font-weight:800;letter-spacing:-.4px;color:var(--green-900);margin-top:20px;}
.fs-body p{margin-top:9px;font-size:15px;line-height:1.58;color:var(--muted);max-width:300px;}
.flow-step .fs-body{display:flex;flex-direction:column;align-items:center;}

/* ======================================================================
   PREMIUM
   ====================================================================== */
.premium{position:relative;overflow:hidden;background:linear-gradient(160deg,var(--green-700),var(--green-900));color:#fff;border-radius:36px;}
.premium-deco{position:absolute;border-radius:50%;pointer-events:none;}
.premium-deco.p1{width:420px;height:420px;background:rgba(199,154,58,.1);top:-160px;right:-120px;}
.premium-deco.p2{width:300px;height:300px;background:rgba(255,255,255,.04);bottom:-130px;left:-80px;}
.premium-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,4vw,48px);align-items:center;padding:clamp(44px,5vw,64px) clamp(32px,4.5vw,60px);}
.premium .crest{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,var(--gold-light),var(--gold));display:flex;align-items:center;justify-content:center;box-shadow:0 18px 34px -12px rgba(199,154,58,.6);}
.premium .crest svg{width:34px;height:34px;color:var(--green-900);}
.premium h2{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(33px,5vw,52px);line-height:1.05;letter-spacing:-1px;margin-top:24px;}
.premium h2 em{font-style:italic;color:var(--gold-light);}
.premium .ptag{margin-top:16px;font-size:17px;line-height:1.6;color:rgba(255,255,255,.78);max-width:430px;}
.tier-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;}
.tier{display:inline-flex;align-items:center;gap:9px;font-size:14.5px;font-weight:600;color:rgba(255,255,255,.9);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:13px 18px;}
.tier b{font-weight:800;color:#fff;}
.tier svg{width:18px;height:18px;color:#9FD9C2;flex:0 0 auto;}
.tier.gold{border-color:rgba(232,198,106,.5);background:rgba(232,198,106,.1);}
.tier.gold b{color:var(--gold-light);}
.tier.gold svg{color:var(--gold-light);}
.premium-cta{margin-top:30px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.premium-cta .pnote{font-size:13.5px;color:rgba(255,255,255,.6);font-weight:500;}
.premium-list{display:flex;flex-direction:column;gap:14px;}
.pl-item{display:flex;gap:15px;align-items:flex-start;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:18px 20px;transition:background .25s,transform .25s var(--ease);}
.pl-item:hover{background:rgba(255,255,255,.09);transform:translateX(4px);}
.pl-item .pli{width:42px;height:42px;border-radius:12px;background:rgba(232,198,106,.16);display:flex;align-items:center;justify-content:center;flex:0 0 auto;}
.pl-item .pli svg{width:22px;height:22px;color:var(--gold-light);}
.pl-item h3{font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.pl-item h3 .mini{font-family:"JetBrains Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--green-900);background:var(--gold-light);padding:3px 7px;border-radius:6px;}
.pl-item p{margin-top:5px;font-size:13.5px;line-height:1.5;color:rgba(255,255,255,.66);}

/* ======================================================================
   FINAL CTA
   ====================================================================== */
.final{text-align:center;padding:120px 24px;position:relative;}
.final .eyebrow{margin-bottom:22px;}
.final h2{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(38px,8vw,76px);line-height:1.04;letter-spacing:-1.2px;color:var(--green-900);text-wrap:balance;}
.final h2 em{font-style:italic;color:var(--gold-ink);}
.final p{margin:22px auto 0;font-size:18px;color:#46514a;max-width:520px;}
.final .hero-cta{justify-content:center;margin-top:36px;}
.store-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.store-btn{display:inline-flex;align-items:center;gap:12px;background:var(--green);color:#fff;border-radius:15px;padding:13px 22px;min-height:56px;transition:transform .2s var(--ease),box-shadow .25s;box-shadow:0 14px 28px -14px rgba(27,77,62,.7);}
.store-btn:hover{transform:translateY(-3px);box-shadow:0 22px 38px -14px rgba(27,77,62,.75);}
.store-btn svg{width:26px;height:26px;flex:0 0 auto;}
.store-btn .st{display:flex;flex-direction:column;line-height:1.1;text-align:left;}
.store-btn .st .s1{font-size:11px;opacity:.75;font-weight:500;}
.store-btn .st .s2{font-size:16px;font-weight:700;letter-spacing:-.2px;}

/* ======================================================================
   FOOTER
   ====================================================================== */
footer{background:var(--green-900);color:rgba(255,255,255,.7);padding:64px 0 40px;}
.foot-top{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;}
.foot-brand{max-width:300px;}
.foot-brand .brand-name{color:#fff;}
.foot-brand p{margin-top:14px;font-size:14px;line-height:1.6;color:rgba(255,255,255,.55);}
.foot-cols{display:flex;gap:64px;flex-wrap:wrap;}
.foot-col h3{font-family:"JetBrains Mono",monospace;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);margin-bottom:14px;}
.foot-col a{display:block;font-size:14px;color:rgba(255,255,255,.68);padding:6px 0;transition:color .2s;}
.foot-col a:hover{color:#fff;}
.foot-bottom{margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,.45);}

/* ======================================================================
   REVEAL ANIMATIONS
   ====================================================================== */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s var(--ease),transform .8s var(--ease);}
.reveal.is-in{opacity:1;transform:none;}
.reveal.d1{transition-delay:.08s;}
.reveal.d2{transition-delay:.16s;}
.reveal.d3{transition-delay:.24s;}
.reveal.d4{transition-delay:.32s;}
.reveal.d5{transition-delay:.40s;}

/* ======================================================================
   RESPONSIVE
   ====================================================================== */
@media (max-width:980px){
  .nav-links{display:none;}
  .hero{min-height:auto;padding:118px 0 54px;}
  .hero-inner{grid-template-columns:1fr;gap:18px;}
  .hero-copy{max-width:none;}
  .hero-stage{margin-top:6px;}
  .hero-phone{--hs:.66;}
  .premium-inner{grid-template-columns:1fr;gap:32px;padding:48px 34px;}
  .ch-wrap,.ch.mirror .ch-wrap{grid-template-columns:1fr;row-gap:36px;padding:48px 36px;}
  .ch.mirror .ch-picts{order:0;}
  .pict{min-height:220px;}
  /* story: same scroll-driven block, stacked — phone on top, timeline horizontal, panel below */
  .story{--ps:.5;}
  .story-rail{grid-template-columns:1fr;justify-items:center;gap:clamp(66px,2.2vh,26px);}
  .story-phone{order:1;}
  .story-timeline{order:2;flex-direction:row;height:auto;width:min(440px,100%);padding:0;}
  .story-timeline::before{left:20px;right:20px;top:50%;bottom:auto;width:auto;height:2px;transform:translateY(-50%);}
  .story-seg{left:20px;top:50%;height:2px;width:0;transform:translateY(-50%);}
  .story-panels{order:3;min-height:190px;width:100%;max-width:520px;}
  .story-panel{align-items:center;text-align:center;}
  .story-panel p{margin-left:auto;margin-right:auto;}
  .story-tags{justify-content:center;}
}

@media (max-width:760px){
  .wrap{padding:0 18px;}
  /* trust-inner also carries .wrap, whose mobile rule above zeroes its vertical padding — restore it */
  .trust .trust-inner{padding:32px 18px;}
  .section{padding:76px 0;}
  .hero{padding:118px 0 48px;}
  /* story: same scroll-driven block, just a smaller phone + tighter block so it fits 100svh */
  .story{--ps:.46;}
  .story-block{padding:14px 18px;}
  .story-intro{margin-bottom:14px;}
  .story-panels{min-height:172px;}
  .story-panel p{font-size:14.5px;}
  /* mobile: numeric axis overlapped the phone mockup — drop it; card+screen stay */
  .story-timeline{display:none;}
  .ch-section{padding:56px 0 36px;}
  .ch{margin:0 14px 16px;border-radius:24px;}
  .ch-wrap,.ch.mirror .ch-wrap{padding:36px 20px;}
  .ch-picts{grid-template-columns:1fr;}
  .pict{min-height:200px;}
  .premium{border-radius:28px;}
  .premium-inner{padding:40px 24px;}
  .foot-top{flex-direction:column;gap:32px;}
  .foot-cols{gap:40px;}
  .final{padding:90px 18px;}
  /* sequence path → vertical timeline on mobile (node left, text right, connectors between) */
  .how .flow{grid-template-columns:1fr;gap:0;margin-top:38px;}
  .flow-line{display:none;}                          /* horizontal draw is desktop-only */
  .flow-step{flex-direction:row;align-items:flex-start;text-align:left;gap:18px;padding-bottom:34px;}
  .flow-step:last-child{padding-bottom:0;}
  /* connector only between consecutive steps (.flow-line is .flow's last child, so :not(:last-child) leaked a
     trailing segment under the last node); ends exactly at next node's center — node is 60px → half = 30px */
  .flow-step:has(+ .flow-step)::after{content:"";position:absolute;left:29px;top:64px;bottom:-30px;width:2.5px;border-radius:3px;
    background:linear-gradient(180deg,var(--gold),var(--gold-light));z-index:0;}
  .fs-node{width:60px;height:60px;border-width:4px;}
  .fs-node .n{font-size:27px;}
  /* mobile: corner icon badge overlapped the 01/02/03 number — hide it, keep the number clean */
  .fs-node .ic{display:none;}
  .flow-step .fs-body{align-items:flex-start;padding-top:4px;}
  .fs-body h3{margin-top:0;}
  .fs-body p{max-width:none;}
}

@media (max-width:980px){
  /* chips are placed in the desktop side-strips around the phone; the hero stacks below 980,
     so hide them there (keeps the tablet/mobile hero exactly as before) */
  .hero-float{display:none;}
}

@media (max-width:420px){
  .hero-phone{--hs:.7;}
  .hero h1{font-size:clamp(36px,10vw,60px);}
  .story{--ps:.42;}
}

/* keep the pinned story block fitting inside short desktop/tablet viewports (shrink the phone) */
@media (min-width:761px) and (max-height:820px){ .story{--ps:.5;} }
@media (min-width:761px) and (max-height:680px){ .story{--ps:.44;} }

@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important;scroll-behavior:auto !important;}
  .reveal{opacity:1;transform:none;}
  .flow-step{opacity:1 !important;transform:none !important;}
  .flow-line{transform:scaleX(1) !important;}
  /* story: no pin, no fade — every step shown statically, one under another */
  .story-scroll{height:auto !important;}
  .story-pin{position:static !important;height:auto !important;display:block !important;overflow:visible !important;}
  .story-block{padding:48px 24px;}
  .story-rail{grid-template-columns:1fr !important;gap:36px;}
  .story-timeline{display:none !important;}
  .story-panels{position:static !important;min-height:0 !important;display:flex;flex-direction:column;gap:40px;}
  .story-panel{position:static !important;opacity:1 !important;transform:none !important;pointer-events:auto !important;}
  .story-phone{flex-direction:column;gap:32px;}
  .story-states{position:static !important;width:auto !important;height:auto !important;display:flex;flex-direction:column;align-items:center;gap:32px;}
  .story-state{position:relative !important;inset:auto !important;opacity:1 !important;width:calc(390px * var(--ps));height:calc(844px * var(--ps));}
}

/* ======================================================================
   ============== PHONE MOCKUPS (scoped under .dvc) =====================
   Faithful re-creation of Spiżka app screens as static markup.
   ====================================================================== */
.dvc{position:relative;width:390px;height:844px;background:#0c0c0e;border-radius:54px;padding:11px;
  box-shadow:0 40px 80px -20px rgba(20,30,25,.45), 0 0 0 2px #1c1c1f, inset 0 0 0 2px #2a2a2e;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif;}
.dvc *{box-sizing:border-box;}
.dvc .scr{position:relative;width:100%;height:100%;background:#FAFAF8;border-radius:44px;overflow:hidden;color:#1A1A1A;}
.dvc .island{position:absolute;top:11px;left:50%;transform:translateX(-50%);width:122px;height:35px;background:#000;border-radius:20px;z-index:40;}
.dvc .sb{position:absolute;top:0;left:0;right:0;height:54px;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:18px 32px 0;font-size:15px;font-weight:600;letter-spacing:-.2px;}
.dvc .sb .r{display:flex;align-items:center;gap:7px;}
.dvc .sb svg{width:18px;height:18px;}
.dvc .ic{display:inline-block;line-height:1;flex:0 0 auto;}
.dvc .home-ind{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:134px;height:5px;border-radius:3px;background:#1a1a1a;opacity:.85;z-index:36;}
.dvc .scroll{position:absolute;inset:0;overflow:hidden;}

/* ---- Dashboard ---- */
.dvc .d-scroll{padding:62px 22px 150px;}
.dvc .d-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:10px 2px 2px;}
.dvc .d-greet{font-size:31px;font-weight:800;letter-spacing:-1.1px;line-height:1.05;}
.dvc .d-sub{margin-top:7px;font-size:14px;font-weight:500;color:#6B6B6B;}
.dvc .d-avatar{width:50px;height:50px;border-radius:50%;background:#E8F2EE;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#1B4D3E;box-shadow:0 2px 12px rgba(0,0,0,.05);position:relative;flex:0 0 auto;}
.dvc .d-avatar .dot{position:absolute;top:1px;right:1px;width:12px;height:12px;border-radius:50%;background:#D4820A;border:2.5px solid #FAFAF8;}
.dvc .d-hero{position:relative;margin-top:22px;background:#1B4D3E;border-radius:28px;padding:22px 22px 20px;overflow:hidden;color:#fff;box-shadow:0 16px 34px -12px rgba(27,77,62,.5);}
.dvc .d-hero .deco{position:absolute;border-radius:50%;background:rgba(255,255,255,.05);}
.dvc .d-hero .d1{width:200px;height:200px;top:-78px;right:-46px;}
.dvc .d-hero .d2{width:120px;height:120px;top:26px;right:54px;background:rgba(255,255,255,.045);}
.dvc .d-hlbl{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.62);}
.dvc .d-hnum{margin-top:9px;font-size:50px;font-weight:800;letter-spacing:-2.5px;line-height:.95;}
.dvc .d-hnum span{font-size:16px;font-weight:600;letter-spacing:-.2px;color:rgba(255,255,255,.78);margin-left:4px;}
.dvc .d-chips{display:flex;gap:9px;margin-top:20px;position:relative;}
.dvc .d-chip{flex:1;background:rgba(255,255,255,.11);border-radius:15px;padding:11px 10px 10px;}
.dvc .d-chip .v{font-size:19px;font-weight:700;color:#fff;display:flex;align-items:center;gap:6px;line-height:1;}
.dvc .d-chip .v svg{width:16px;height:16px;}
.dvc .d-chip .k{margin-top:5px;font-size:11px;font-weight:500;color:rgba(255,255,255,.68);}
.dvc .d-sechead{display:flex;align-items:center;justify-content:space-between;margin:30px 2px 16px;}
.dvc .d-sechead .d-sectitle{font-size:19px;font-weight:700;letter-spacing:-.4px;}
.dvc .d-sechead .lnk{font-size:13px;font-weight:600;color:#1B4D3E;}
.dvc .zones{display:flex;flex-direction:column;gap:16px;}
.dvc .zone{position:relative;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 6px 22px rgba(26,40,33,.07);padding:17px 18px 16px;}
.dvc .zhead{display:flex;align-items:center;gap:13px;}
.dvc .zico{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;}
.dvc .zico svg{width:26px;height:26px;}
.dvc .zname{font-size:18px;font-weight:700;letter-spacing:-.3px;}
.dvc .zmeta{margin-top:2px;font-size:13px;font-weight:500;color:#6B6B6B;}
.dvc .zbar-wrap{display:flex;align-items:center;gap:11px;margin-top:15px;}
.dvc .zbar{flex:1;height:8px;border-radius:6px;background:#F0EBE0;overflow:hidden;display:flex;}
.dvc .zbar .ok{background:#1B4D3E;height:100%;}
.dvc .zbar .warn{background:#D4820A;height:100%;}
.dvc .zbar .bad{background:#C0392B;height:100%;}
.dvc .zpct{font-size:12px;font-weight:700;color:#6B6B6B;min-width:34px;text-align:right;}
.dvc .zstat{display:inline-flex;align-items:center;gap:5px;margin-top:10px;font-size:12px;font-weight:600;}
.dvc .zstat svg{width:15px;height:15px;}
.dvc .zstat.good{color:#1B4D3E;}.dvc .zstat.warn{color:#D4820A;}.dvc .zstat.bad{color:#C0392B;}
.dvc .fab{position:absolute;left:50%;bottom:44px;transform:translateX(-50%);z-index:38;width:62px;height:62px;border-radius:50%;background:#1B4D3E;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 26px -6px rgba(27,77,62,.6),0 3px 10px rgba(0,0,0,.22);}
.dvc .fab svg{width:30px;height:30px;}
.dvc .navfade{position:absolute;left:0;right:0;bottom:0;height:96px;z-index:33;background:linear-gradient(rgba(250,250,248,0),#FAFAF8 68%);}
.dvc .navbar{position:absolute;left:18px;right:18px;bottom:22px;height:64px;z-index:36;}
.dvc .navbar-bg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 10px 26px rgba(26,40,33,.20));}
.dvc .navbar-bg path{fill:rgba(255,255,255,.97);}
.dvc .nav-items{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 30px;}
.dvc .nv{display:flex;flex-direction:column;align-items:center;gap:4px;color:#A9A9A2;font-size:11px;font-weight:600;width:62px;padding:8px 0;}
.dvc .nv svg{width:25px;height:25px;}
.dvc .nv.active{color:#1B4D3E;}

/* ---- generic app bar ---- */
.dvc .appbar{position:absolute;top:54px;left:0;right:0;height:58px;z-index:25;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 16px;background:linear-gradient(#FAFAF8 70%,rgba(250,250,248,0));}
.dvc .iconbtn{width:42px;height:42px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;color:#1A1A1A;box-shadow:0 2px 12px rgba(0,0,0,.05);flex:0 0 auto;}
.dvc .iconbtn svg{width:21px;height:21px;}
.dvc .appbar .ttl{font-size:18px;font-weight:800;letter-spacing:-.5px;flex:1;}
.dvc .appbar .ttl.c{flex:1;font-size:15px;font-weight:700;text-align:center;}

/* ---- Lista zakupów ---- */
.dvc .l-scroll{padding:120px 20px 176px;}
.dvc .l-title{font-size:26px;font-weight:800;letter-spacing:-.9px;line-height:1.05;padding:0 2px;}
.dvc .l-subtitle{margin-top:7px;font-size:13.5px;font-weight:500;color:#6B6B6B;padding:0 2px;}
.dvc .prog{margin-top:18px;background:#fff;border-radius:22px;padding:18px;box-shadow:0 6px 22px rgba(26,40,33,.07);}
.dvc .prog-top{display:flex;align-items:baseline;justify-content:space-between;}
.dvc .prog-top .lab{font-size:14px;font-weight:700;}
.dvc .prog-top .cnt{font-size:14px;font-weight:700;color:#1B4D3E;}
.dvc .prog-top .cnt b{font-size:20px;}
.dvc .prog-bar{margin-top:12px;height:10px;border-radius:7px;background:#F0EBE0;overflow:hidden;}
.dvc .prog-fill{height:100%;border-radius:7px;background:#1B4D3E;}
.dvc .prog-sub{margin-top:10px;font-size:12px;font-weight:500;color:#6B6B6B;}
.dvc .cat{display:flex;align-items:center;gap:9px;margin:24px 4px 13px;}
.dvc .cat .cat-name{font-size:14px;font-weight:700;}
.dvc .cat .num{font-size:12px;font-weight:600;color:#6B6B6B;background:#F0EBE0;border-radius:9px;padding:2px 8px;}
.dvc .cat .ln{flex:1;height:1px;background:rgba(0,0,0,.06);}
.dvc .items{display:flex;flex-direction:column;gap:11px;}
.dvc .item{display:flex;align-items:center;gap:13px;background:#fff;border-radius:20px;padding:11px 13px;box-shadow:0 2px 12px rgba(0,0,0,.05);}
.dvc .item.done{opacity:.55;}
.dvc .thumb{width:56px;height:56px;border-radius:15px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;}
.dvc .thumb svg{width:27px;height:27px;}
.dvc .item .main{flex:1;min-width:0;}
.dvc .item .iname{font-size:15px;font-weight:600;letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.dvc .item.done .iname{text-decoration:line-through;text-decoration-color:rgba(0,0,0,.35);}
.dvc .item .inote{margin-top:3px;font-size:12.5px;font-weight:500;color:#6B6B6B;}
.dvc .stepper{display:flex;align-items:center;background:#F0EBE0;border-radius:13px;height:34px;flex:0 0 auto;}
.dvc .stepper button{width:30px;height:34px;border:none;background:transparent;color:#1B4D3E;display:flex;align-items:center;justify-content:center;}
.dvc .stepper button svg{width:17px;height:17px;}
.dvc .stepper .qty{min-width:22px;text-align:center;font-size:14px;font-weight:700;}
.dvc .check{width:30px;height:30px;border-radius:50%;flex:0 0 auto;border:2px solid #D8D6CC;background:transparent;display:flex;align-items:center;justify-content:center;color:#fff;}
.dvc .check.on{background:#1B4D3E;border-color:#1B4D3E;}
.dvc .check svg{width:18px;height:18px;}
.dvc .l-fab{position:absolute;left:50%;transform:translateX(-50%);bottom:30px;z-index:35;display:flex;align-items:center;gap:8px;background:#1B4D3E;color:#fff;padding:15px 24px 15px 19px;border-radius:30px;font-size:15px;font-weight:700;white-space:nowrap;box-shadow:0 12px 26px -6px rgba(27,77,62,.6);}
.dvc .l-fab svg{width:22px;height:22px;}
.dvc .l-fade{position:absolute;left:0;right:0;bottom:0;height:120px;z-index:18;background:linear-gradient(rgba(250,250,248,0),#FAFAF8 78%);}

/* ---- Co dziś gotuję ---- */
.dvc .g-tabs{position:absolute;top:110px;left:0;right:0;z-index:24;background:#FAFAF8;display:flex;padding:0 14px;border-bottom:1px solid rgba(0,0,0,.06);}
.dvc .g-tab{flex:1;background:transparent;border:none;padding:14px 4px 15px;position:relative;color:#6B6B6B;font-size:14px;font-weight:700;font-family:inherit;}
.dvc .g-tab.on{color:#1B4D3E;}
.dvc .g-tab .ul{position:absolute;left:50%;transform:translateX(-50%);bottom:-1px;width:46px;height:3px;border-radius:3px 3px 0 0;background:#1B4D3E;}
.dvc .g-scroll{position:absolute;top:162px;left:0;right:0;bottom:0;padding:16px;overflow:hidden;}
.dvc .recipe{background:#fff;border-radius:24px;padding:18px 18px 16px;box-shadow:0 6px 22px rgba(26,40,33,.07);margin-bottom:16px;}
.dvc .rtop{display:flex;align-items:flex-start;gap:12px;}
.dvc .rname{flex:1;font-size:19px;font-weight:800;letter-spacing:-.5px;line-height:1.15;}
.dvc .rbadge{flex:0 0 auto;font-size:12px;font-weight:700;border-radius:11px;padding:6px 11px;white-space:nowrap;display:inline-flex;align-items:center;gap:4px;}
.dvc .rbadge.ok{background:#E8F2EE;color:#1B4D3E;}
.dvc .rbadge.miss{background:#FBF0DC;color:#D4820A;}
.dvc .rbadge svg{width:14px;height:14px;}
.dvc .rdesc{margin-top:9px;font-size:13.5px;font-weight:500;color:#6B6B6B;line-height:1.45;}
.dvc .rmeta{display:flex;align-items:center;gap:20px;margin-top:13px;}
.dvc .rmeta .m{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#6B6B6B;}
.dvc .rmeta .m svg{width:17px;height:17px;}
.dvc .rdiv{height:1px;background:rgba(0,0,0,.07);margin:15px 0 4px;}
.dvc .ing{display:flex;align-items:center;gap:12px;padding:9px 0;}
.dvc .ico-c{width:24px;height:24px;border-radius:50%;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border:2px solid transparent;}
.dvc .ico-c.have{background:#1B4D3E;color:#fff;}
.dvc .ico-c.miss{border-color:#D4820A;color:#D4820A;}
.dvc .ico-c svg{width:15px;height:15px;}
.dvc .ing .iname{flex:1;font-size:15px;font-weight:600;letter-spacing:-.2px;}
.dvc .ing .iamt{font-size:14px;font-weight:600;color:#6B6B6B;}
.dvc .ing.missing .iamt{color:#D4820A;}
.dvc .missbtn{margin-top:8px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#F0EBE0;color:#1B4D3E;border:none;font-family:inherit;font-size:14px;font-weight:700;padding:12px;border-radius:14px;}
.dvc .missbtn svg{width:18px;height:18px;}
.dvc .exhead{display:flex;align-items:center;justify-content:space-between;padding:15px 0 2px;border-top:1px solid rgba(0,0,0,.07);margin-top:10px;}
.dvc .exhead .ex-title{font-size:15px;font-weight:700;letter-spacing:-.3px;}
.dvc .exhead svg{width:22px;height:22px;color:#6B6B6B;}

/* ---- Gwarancje ---- */
.dvc .w-scroll{padding:120px 18px 110px;}
.dvc .w-hero{position:relative;background:linear-gradient(150deg,#1B4D3E,#102C24);border-radius:26px;padding:22px;color:#fff;overflow:hidden;box-shadow:0 16px 34px -12px rgba(27,77,62,.5);}
.dvc .w-hero .deco{position:absolute;border-radius:50%;background:rgba(232,198,106,.1);width:180px;height:180px;top:-70px;right:-50px;}
.dvc .w-lbl{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.6);}
.dvc .w-num{margin-top:7px;font-size:46px;font-weight:800;letter-spacing:-2px;line-height:.95;}
.dvc .w-num span{font-size:15px;font-weight:600;color:rgba(255,255,255,.78);margin-left:6px;}
.dvc .w-chips{display:flex;gap:9px;margin-top:18px;}
.dvc .w-chip{flex:1;background:rgba(255,255,255,.1);border-radius:14px;padding:11px 10px;}
.dvc .w-chip .v{font-size:17px;font-weight:800;}
.dvc .w-chip .k{margin-top:4px;font-size:10.5px;color:rgba(255,255,255,.68);font-weight:500;}
.dvc .w-alert{margin-top:14px;display:flex;align-items:center;gap:10px;background:#FBF0DC;border-radius:16px;padding:13px 15px;}
.dvc .w-alert svg{width:20px;height:20px;color:#D4820A;flex:0 0 auto;}
.dvc .w-alert p{font-size:12.5px;font-weight:600;color:#8a5a08;line-height:1.35;}
.dvc .w-filters{display:flex;gap:8px;margin:18px 0 4px;overflow:hidden;}
.dvc .w-fchip{font-size:12.5px;font-weight:700;color:#6B6B6B;background:#fff;border:1px solid var(--line);border-radius:11px;padding:8px 13px;white-space:nowrap;box-shadow:0 2px 12px rgba(0,0,0,.04);}
.dvc .w-fchip.on{background:#1B4D3E;color:#fff;border-color:#1B4D3E;}
.dvc .w-sec{font-size:14px;font-weight:700;color:#1A1A1A;margin:18px 2px 12px;}
.dvc .w-card{background:#fff;border-radius:22px;padding:15px;box-shadow:0 6px 22px rgba(26,40,33,.07);margin-bottom:13px;}
.dvc .w-top{display:flex;gap:13px;align-items:flex-start;}
.dvc .w-thumb{width:54px;height:54px;border-radius:14px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;letter-spacing:.04em;color:#8a8a82;
  background:repeating-linear-gradient(135deg,#EFEBE0,#EFEBE0 6px,#F7F4EC 6px,#F7F4EC 12px);}
.dvc .w-info{flex:1;min-width:0;}
.dvc .w-name{font-size:15px;font-weight:700;letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.dvc .w-meta{margin-top:3px;font-size:11.5px;font-weight:500;color:#6B6B6B;}
.dvc .w-badge{font-size:10.5px;font-weight:800;padding:5px 9px;border-radius:9px;white-space:nowrap;flex:0 0 auto;}
.dvc .w-badge.act{background:#E8F2EE;color:#1B4D3E;}
.dvc .w-badge.soon{background:#FBF0DC;color:#D4820A;}
.dvc .w-badge.crit{background:#FBE5E1;color:#C0392B;}
.dvc .w-pbar{height:6px;border-radius:5px;background:#F0EBE0;overflow:hidden;margin-top:14px;}
.dvc .w-pfill{height:100%;border-radius:5px;}
.dvc .w-leg{display:flex;align-items:center;justify-content:space-between;margin-top:9px;font-size:11.5px;font-weight:600;color:#6B6B6B;}
.dvc .w-att{display:flex;align-items:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06);}
.dvc .w-att .a-ic{width:28px;height:28px;border-radius:8px;background:#F0EBE0;display:flex;align-items:center;justify-content:center;color:#6B6B6B;}
.dvc .w-att .a-ic svg{width:15px;height:15px;}
.dvc .w-att .a-cnt{font-size:11.5px;font-weight:600;color:#6B6B6B;}
.dvc .w-att .a-link{margin-left:auto;font-size:12.5px;font-weight:700;color:#1B4D3E;display:flex;align-items:center;gap:3px;}
.dvc .w-att .a-link svg{width:15px;height:15px;}
