/* majetko.sk - one stylesheet, no build step.
   Visual system: "nálepky" (die-cut stickers) derived from the app icon.
   Tokens first, then components, then sections in page order. */

@font-face { font-family: "Bricolage"; src: url("fonts/Bricolage-latin.woff2") format("woff2"); font-weight: 200 800; font-stretch: 75% 100%; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122; }
@font-face { font-family: "Bricolage"; src: url("fonts/Bricolage-latin-ext.woff2") format("woff2"); font-weight: 200 800; font-stretch: 75% 100%; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0; }
@font-face { font-family: "Instrument"; src: url("fonts/InstrumentSans-latin.woff2") format("woff2"); font-weight: 400 700; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122; }
@font-face { font-family: "Instrument"; src: url("fonts/InstrumentSans-latin-ext.woff2") format("woff2"); font-weight: 400 700; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0; }
@font-face { font-family: "Instrument"; src: url("fonts/InstrumentSans-Italic-latin.woff2") format("woff2"); font-weight: 400 700; font-style: italic; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122; }
@font-face { font-family: "Instrument"; src: url("fonts/InstrumentSans-Italic-latin-ext.woff2") format("woff2"); font-weight: 400 700; font-style: italic; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0; }
@font-face { font-family: "JetBrains"; src: url("fonts/JetBrainsMono-latin.woff2") format("woff2"); font-weight: 400 700; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122; }
@font-face { font-family: "JetBrains"; src: url("fonts/JetBrainsMono-latin-ext.woff2") format("woff2"); font-weight: 400 700; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0; }

:root {
  --blue: #208AEF;
  --blue-deep: #1567B8;
  --blue-ink: #0E3B66;
  --ink: #111418;
  --ink-2: #1B2027;
  --outline: #2B2B2B;
  --paper: #F6F7F9;
  --paper-2: #EDF0F4;
  --white: #FFFFFF;
  --text: #171B21;
  --muted: #5B6470;
  --line: #D9DEE5;
  --green: #1E8E3E;
  --green-soft: #DDF3E3;
  --red: #C62828;
  --red-soft: #FDE2E2;
  --orange: #B26A00;
  --orange-soft: #FCEBD2;

  --display: "Bricolage", "Segoe UI", Arial, sans-serif;
  --body: "Instrument", "Segoe UI", Arial, sans-serif;
  --mono: "JetBrains", ui-monospace, Consolas, monospace;

  --max: 1180px;
  --pad: clamp(20px, 4vw, 48px);
  --radius: 22px;
  --sticker-border: 9px;
  --shadow-sticker: 0 24px 48px -18px rgba(17, 20, 24, 0.45), 0 4px 10px -4px rgba(17, 20, 24, 0.25);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); margin: 0; line-height: 1.02; letter-spacing: -0.02em; font-weight: 750; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.dark :focus-visible, .hero :focus-visible { outline-color: var(--white); }

.wrap { width: min(var(--max), 100% - 2 * var(--pad)); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--white); padding: 8px 12px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- type scale ---------- */
.h-hero {
  font-size: clamp(46px, 8.6vw, 128px);
  font-stretch: 84%;
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.035em;
  font-variation-settings: "opsz" 96;
}
.h-1 { font-size: clamp(38px, 5.6vw, 76px); font-stretch: 88%; font-weight: 780; letter-spacing: -0.03em; font-variation-settings: "opsz" 80; }
.h-2 { font-size: clamp(28px, 3.6vw, 44px); font-stretch: 92%; letter-spacing: -0.025em; font-variation-settings: "opsz" 48; }
.h-3 { font-size: clamp(20px, 2vw, 24px); font-stretch: 96%; letter-spacing: -0.01em; font-variation-settings: "opsz" 24; }
.lead { font-size: clamp(18px, 1.55vw, 21px); line-height: 1.5; color: var(--muted); max-width: 56ch; }
.dark .lead, .hero .lead { color: rgba(255, 255, 255, 0.82); }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.figure { font-family: var(--display); font-stretch: 80%; font-weight: 800; letter-spacing: -0.04em; line-height: 0.9; font-variation-settings: "opsz" 96; }

/* ---------- stickers ---------- */
.sticker {
  --tilt: 0deg;
  position: relative;
  display: inline-block;
  background: var(--white);
  padding: var(--sticker-border);
  border: 2px solid var(--outline);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sticker);
  transform: rotate(var(--tilt));
  will-change: transform;
}
.sticker > img, .sticker > video, .sticker > .screens { border-radius: calc(var(--radius) - var(--sticker-border) - 2px); overflow: hidden; }
.sticker > img { width: 100%; }
.sticker.phone { width: var(--w, 280px); }
.sticker.phone > img, .sticker.phone > .screens, .sticker.phone > video { aspect-ratio: 1080 / 2178; width: 100%; object-fit: cover; background: var(--paper-2); }
.sticker .screens { position: relative; }
.sticker .screens img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.6s var(--ease); }
.sticker .screens img.on { opacity: 1; }
.sticker .screens img:first-child { position: relative; }

.chip {
  --tilt: -3deg;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--white); color: var(--ink);
  border: 2px solid var(--outline); border-radius: 10px; padding: 6px 12px;
  box-shadow: 0 6px 14px -6px rgba(17, 20, 24, 0.4);
  transform: rotate(var(--tilt));
}
.chip.green { background: var(--green); color: var(--white); border-color: var(--green); }
.chip.blue { background: var(--blue); color: var(--white); border-color: var(--blue-deep); }
.chip.red { background: var(--red-soft); color: var(--red); border-color: var(--red); }
.chip.orange { background: var(--orange-soft); color: var(--orange); border-color: var(--orange); }

.mark { display: inline-block; width: 1em; height: 1em; vertical-align: -0.12em; }

/* store "buttons" - dashed stickers, deliberately not the official badges */
.store {
  --tilt: 0deg;
  display: inline-flex; flex-direction: column; align-items: flex-start; gap: 2px;
  padding: 12px 18px 12px 16px;
  border: 2px dashed rgba(255, 255, 255, 0.75); border-radius: 16px;
  background: rgba(255, 255, 255, 0.08); color: var(--white); text-decoration: none;
  transform: rotate(var(--tilt));
  transition: transform 0.3s var(--ease), background 0.3s;
}
.store:hover { background: rgba(255, 255, 255, 0.16); transform: rotate(0deg) translateY(-2px); }
.store small { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.8; }
.store strong { font-family: var(--display); font-size: 20px; font-weight: 700; font-stretch: 95%; letter-spacing: -0.01em; line-height: 1.1; }
.store .row { display: flex; align-items: center; gap: 8px; }
.store svg { width: 20px; height: 20px; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 700; font-stretch: 95%; font-size: 17px;
  background: var(--ink); color: var(--white); text-decoration: none;
  padding: 14px 22px; border-radius: 14px; border: 2px solid var(--ink);
  transition: transform 0.2s var(--ease), background 0.2s;
}
.btn:hover { transform: translateY(-2px); background: var(--ink-2); }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: var(--paper-2); }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--blue);
  transition: background 0.3s, box-shadow 0.3s;
}
.nav.scrolled { background: rgba(32, 138, 239, 0.94); backdrop-filter: blur(12px); box-shadow: 0 8px 24px -16px rgba(0, 0, 0, 0.4); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--white); text-decoration: none; font-family: var(--display); font-weight: 750; font-size: 22px; font-stretch: 92%; letter-spacing: -0.02em; }
.brand img { width: 34px; height: auto; transform: rotate(-6deg); }
.nav ul { display: flex; gap: 4px; }
.nav ul a { color: var(--white); text-decoration: none; font-weight: 600; font-size: 15px; padding: 8px 12px; border-radius: 10px; }
.nav ul a:hover { background: rgba(255, 255, 255, 0.14); }
.nav .status { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); border: 1.5px dashed rgba(255, 255, 255, 0.7); border-radius: 999px; padding: 7px 12px; white-space: nowrap; }
@media (max-width: 860px) { .nav ul { display: none; } }
@media (max-width: 480px) { .nav .status { display: none; } }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--blue); color: var(--white); overflow: hidden; }
.hero .wrap { padding: clamp(48px, 8vw, 96px) 0 0; text-align: center; }
.hero .h-hero { max-width: 14ch; margin-inline: auto; }
.hero .h-hero .yes {
  display: inline-block; position: relative;
  background: var(--white); color: var(--green);
  padding: 0.02em 0.18em 0.06em; border-radius: 0.16em; border: 0.03em solid var(--outline);
  transform: rotate(-3deg); box-shadow: 0 0.12em 0.3em -0.1em rgba(0, 0, 0, 0.35);
  margin-left: 0.06em;
}
.hero .lead { margin: 28px auto 0; text-align: center; }
.hero .stores { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero .stores .store:first-child { --tilt: -2deg; }
.hero .stores .store:last-child { --tilt: 1.5deg; }
.hero .promise { margin-top: 26px; font-family: var(--mono); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; }
.hero .promise span + span::before { content: "·"; margin: 0 10px; opacity: 0.6; }

.hero-stack {
  position: relative; height: clamp(300px, 46vw, 560px); margin-top: clamp(28px, 5vw, 64px);
  display: flex; justify-content: center; align-items: flex-start;
}
.hero-stack .sticker.phone { --w: clamp(200px, 26vw, 330px); position: absolute; top: 0; }
.hero-stack .s1 { --tilt: -7deg; transform: translateX(-88%) rotate(var(--tilt)); z-index: 1; top: 56px; }
.hero-stack .s2 { --tilt: 1.5deg; z-index: 3; }
.hero-stack .s3 { --tilt: 6deg; transform: translateX(88%) rotate(var(--tilt)); z-index: 2; top: 48px; }
.hero-stack .float {
  position: absolute; z-index: 4; left: 50%; top: 8%;
  transform: translateX(28%) rotate(3deg);
  width: clamp(220px, 30vw, 380px);
  border-radius: 16px; overflow: hidden; border: 2px solid var(--outline); box-shadow: var(--shadow-sticker);
}
@media (max-width: 720px) {
  .hero-stack { height: clamp(260px, 80vw, 420px); }
  .hero-stack .sticker.phone { --w: 46vw; }
  .hero-stack .s1 { transform: translateX(-70%) rotate(var(--tilt)); }
  .hero-stack .s3 { transform: translateX(70%) rotate(var(--tilt)); }
  .hero-stack .float { width: 62vw; top: 2%; transform: translateX(-20%) rotate(3deg); }
}

/* hero entrance */
.js .hero-stack .sticker, .js .hero-stack .float { opacity: 0; translate: 0 40px; }
.js .hero-stack.in .sticker, .js .hero-stack.in .float { opacity: 1; translate: 0 0; transition: opacity 0.7s var(--ease), translate 0.9s var(--ease); }
.js .hero-stack.in .s1 { transition-delay: 0.1s; }
.js .hero-stack.in .s3 { transition-delay: 0.2s; }
.js .hero-stack.in .float { transition-delay: 0.55s; }

/* ---------- sections ---------- */
section { padding: clamp(64px, 9vw, 128px) 0; }
.paper { background: var(--paper); }
.dark { background: var(--ink); color: var(--white); }
.dark .muted { color: rgba(255, 255, 255, 0.7); }
.muted { color: var(--muted); }
.eyebrow { display: inline-flex; margin-bottom: 20px; }
.section-head { max-width: 760px; }
.section-head .lead { margin-top: 18px; }

/* reveal */
.js .reveal { opacity: 0; translate: 0 28px; }
.js .reveal.in { opacity: 1; translate: 0 0; transition: opacity 0.7s var(--ease), translate 0.8s var(--ease); }
.js .reveal.in[data-delay="1"] { transition-delay: 0.12s; }
.js .reveal.in[data-delay="2"] { transition-delay: 0.24s; }
.js .reveal.in[data-delay="3"] { transition-delay: 0.36s; }

/* ---------- problem strip ---------- */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(24px, 4vw, 56px); margin-top: 40px; }
.fact { position: relative; padding: 32px 0 0; border-top: 2px solid var(--outline); }
.fact .figure { font-size: clamp(64px, 9vw, 132px); color: var(--ink); }
.fact .figure small { font-size: 0.42em; font-stretch: 90%; letter-spacing: -0.02em; margin-left: 0.1em; }
.fact p { margin-top: 18px; max-width: 42ch; font-size: 18px; }
.fact .chip { position: absolute; top: -18px; left: 0; }
.facts-note { margin-top: 40px; font-size: 18px; max-width: 60ch; }

/* ---------- how it works ---------- */
.steps { display: grid; gap: clamp(48px, 8vw, 120px); margin-top: clamp(40px, 6vw, 80px); }
.step { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(32px, 6vw, 96px); min-height: 70vh; }
.step:nth-child(even) .step-text { order: 2; }
.step-text .n { font-family: var(--display); font-stretch: 80%; font-weight: 800; font-size: clamp(56px, 8vw, 112px); line-height: 0.9; letter-spacing: -0.04em; color: var(--blue); }
.step-text .h-2 { margin-top: 12px; max-width: 16ch; }
.step-text .lead { margin-top: 18px; color: var(--text); }
.step-text .tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.tag { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.04em; padding: 6px 10px; border-radius: 8px; background: var(--paper-2); color: var(--muted); }
.step-visual { position: relative; display: flex; justify-content: center; }
.step-visual .sticker.phone { --w: clamp(240px, 24vw, 320px); }
.step-visual .over {
  position: absolute; left: 50%; top: 14%; transform: translateX(-62%) rotate(-3deg);
  width: clamp(260px, 30vw, 400px); border-radius: 14px; overflow: hidden; border: 2px solid var(--outline);
  box-shadow: var(--shadow-sticker); z-index: 2;
}
.step-visual .doc {
  position: absolute; right: 8%; bottom: 10%; transform: rotate(6deg);
  background: var(--white); border: 2px solid var(--outline); border-radius: 14px; padding: 14px 16px;
  box-shadow: var(--shadow-sticker); z-index: 2; font-family: var(--mono); font-size: 13px; line-height: 1.6; color: var(--ink);
}
.step-visual .doc b { color: var(--blue); }
@media (max-width: 860px) {
  .step { grid-template-columns: 1fr; min-height: 0; }
  .step:nth-child(even) .step-text { order: 0; }
  .step-visual .over { width: 78%; }
}

/* ---------- categories ---------- */
.cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px; }
.cat { display: grid; grid-template-columns: 1fr auto; gap: 20px; background: var(--white); border: 2px solid var(--outline); border-radius: 26px; padding: 28px; overflow: hidden; position: relative; min-height: 380px; }
.cat .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--blue); color: var(--white); display: grid; place-items: center; }
.cat .ico svg { width: 26px; height: 26px; }
.cat h3 { margin-top: 18px; }
.cat .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.cat .tag { background: var(--paper); }
.cat .more { margin-top: 16px; font-size: 14px; color: var(--muted); }
.cat .sticker.phone { --w: clamp(150px, 15vw, 200px); --tilt: 5deg; align-self: end; margin: 0 -60px -110px 0; }
@media (max-width: 860px) { .cats { grid-template-columns: 1fr; } .cat { min-height: 0; } .cat .sticker.phone { --w: 150px; margin: 0 -50px -100px 0; } }
@media (max-width: 520px) { .cat { grid-template-columns: 1fr; } .cat .sticker.phone { display: none; } }

/* ---------- fan ---------- */
.fan-section { overflow: hidden; }
.fan { --p: 0; position: relative; height: clamp(380px, 52vw, 640px); margin-top: 40px; display: flex; justify-content: center; }
.fan .sticker.phone { --w: clamp(170px, 21vw, 270px); position: absolute; top: 20px; transform-origin: 50% 130%; transform: rotate(calc(var(--r) * var(--p))) translateX(calc(var(--x) * var(--p))); }
.fan .f1 { --r: -22deg; --x: -30px; z-index: 1; }
.fan .f2 { --r: -11deg; --x: -12px; z-index: 2; }
.fan .f3 { --r: 0deg; --x: 0px; z-index: 3; }
.fan .f4 { --r: 11deg; --x: 12px; z-index: 2; }
.fan .f5 { --r: 22deg; --x: 30px; z-index: 1; }
.fan .widget { position: absolute; z-index: 5; right: 6%; bottom: 8%; width: clamp(200px, 24vw, 320px); border-radius: 16px; border: 2px solid var(--outline); overflow: hidden; box-shadow: var(--shadow-sticker); transform: rotate(4deg); }
.no-js .fan { --p: 1; }
@media (prefers-reduced-motion: reduce) { .fan { --p: 1; } }
@media (max-width: 720px) { .fan { height: 72vw; } .fan .sticker.phone { --w: 34vw; } .fan .widget { width: 48vw; right: 2%; bottom: 0; } }

/* ---------- data / export ---------- */
.files { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.file { --tilt: -2deg; background: var(--white); color: var(--ink); border: 2px solid var(--outline); border-radius: 18px; padding: 18px 18px 16px; min-width: 0; box-shadow: var(--shadow-sticker); transform: rotate(var(--tilt)); }
@media (max-width: 520px) { .files { grid-template-columns: 1fr; } }
.file:nth-child(2) { --tilt: 1.5deg; }
.file:nth-child(3) { --tilt: -1deg; }
.file .ext { font-family: var(--mono); font-weight: 700; font-size: 13px; letter-spacing: 0.12em; color: var(--blue); }
.file strong { display: block; font-family: var(--display); font-size: 24px; font-weight: 750; font-stretch: 92%; margin-top: 6px; letter-spacing: -0.02em; }
.file p { margin-top: 6px; font-size: 14px; color: var(--muted); }
.quote { margin-top: 48px; font-family: var(--display); font-weight: 600; font-stretch: 95%; font-size: clamp(22px, 2.6vw, 32px); line-height: 1.25; letter-spacing: -0.015em; max-width: 30ch; }
.quote em { font-style: normal; color: var(--blue); }
.dark .quote em { color: #7CC0FF; }
.two { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
@media (max-width: 860px) { .two { grid-template-columns: 1fr; } }
.two .sticker.phone { --w: clamp(240px, 24vw, 300px); }
.two .h-1 { font-size: clamp(34px, 4.6vw, 62px); }
.two .visual { display: flex; justify-content: center; }

/* ---------- backup ---------- */
.trio { display: flex; justify-content: center; align-items: flex-start; gap: 0; margin-top: 48px; }
.trio .sticker.phone { --w: clamp(150px, 20vw, 260px); }
.trio .t1 { --tilt: -6deg; margin-right: -22px; top: 24px; position: relative; }
.trio .t2 { --tilt: 0deg; z-index: 2; }
.trio .t3 { --tilt: 5deg; margin-left: -22px; top: 30px; position: relative; }
@media (max-width: 720px) { .trio .sticker.phone { --w: 30vw; } .trio .t1 { margin-right: -14px; } .trio .t3 { margin-left: -14px; } }
.code { font-family: var(--mono); font-size: clamp(13px, 1.6vw, 18px); letter-spacing: 0.06em; background: var(--ink-2); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 12px; padding: 14px 16px; display: inline-block; margin-top: 24px; max-width: 100%; overflow-wrap: anywhere; }
.code .x { color: rgba(255, 255, 255, 0.35); }
.checks { display: grid; gap: 14px; margin-top: 28px; }
.checks li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; font-size: 17px; }
.checks .ck { width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--green); color: var(--green); display: grid; place-items: center; }
.checks .ck svg { width: 14px; height: 14px; }

/* ---------- privacy ---------- */
.conn { margin-top: 40px; border-top: 2px solid var(--outline); }
.conn li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
.conn .k { font-family: var(--display); font-stretch: 80%; font-weight: 800; font-size: 40px; line-height: 1; letter-spacing: -0.04em; color: var(--blue); }
.conn strong { display: block; font-family: var(--display); font-size: 20px; font-weight: 700; font-stretch: 95%; letter-spacing: -0.01em; }
.conn p { margin-top: 4px; color: var(--muted); max-width: 64ch; }
.conn .mono { font-size: 14px; color: var(--ink); }
.nots { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.not { display: inline-flex; align-items: center; gap: 8px; border: 2px solid var(--outline); border-radius: 999px; padding: 8px 14px 8px 10px; font-weight: 600; font-size: 15px; background: var(--white); }
.not .x { width: 22px; height: 22px; border-radius: 50%; background: var(--red-soft); color: var(--red); display: grid; place-items: center; font-family: var(--mono); font-weight: 700; font-size: 13px; }

/* ---------- pricing ---------- */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; align-items: stretch; }
.plan { position: relative; border: 2px solid var(--outline); border-radius: 26px; padding: 32px; background: var(--white); display: flex; flex-direction: column; }
.plan.full { background: var(--blue); color: var(--white); border-color: var(--blue-deep); }
.plan .name { font-family: var(--mono); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.8; }
.plan .price { margin-top: 14px; font-family: var(--display); font-stretch: 82%; font-weight: 800; font-size: clamp(56px, 6vw, 84px); line-height: 0.95; letter-spacing: -0.04em; }
.plan .price small { font-family: var(--body); font-size: 16px; font-weight: 500; letter-spacing: 0; margin-left: 8px; opacity: 0.8; font-stretch: 100%; }
.plan .sub { margin-top: 10px; font-size: 15px; opacity: 0.85; }
.plan ul { margin-top: 24px; display: grid; gap: 12px; flex: 1; }
.plan li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; font-size: 16.5px; }
.plan li .ck { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: var(--green-soft); color: var(--green); margin-top: 2px; }
.plan.full li .ck { background: rgba(255, 255, 255, 0.2); color: var(--white); }
.plan li .ck svg { width: 12px; height: 12px; }
.plan .chip { position: absolute; top: -16px; right: 24px; }
.plan .foot { margin-top: 24px; font-size: 14px; opacity: 0.8; }
@media (max-width: 760px) { .plans { grid-template-columns: 1fr; } }
.why { margin-top: 56px; display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(24px, 5vw, 72px); align-items: start; border-top: 2px solid var(--outline); padding-top: 40px; }
.why p { font-size: 18px; max-width: 60ch; }
.why p + p { margin-top: 14px; }
@media (max-width: 760px) { .why { grid-template-columns: 1fr; } }

/* ---------- faq ---------- */
.faq { margin-top: 40px; border-top: 2px solid var(--outline); max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; font-family: var(--display); font-weight: 700; font-stretch: 95%; font-size: 20px; letter-spacing: -0.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--mono); font-size: 24px; color: var(--blue); flex: none; transition: transform 0.25s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 0 22px; color: var(--muted); max-width: 66ch; }

/* ---------- final cta ---------- */
.final { text-align: center; }
.final .h-1 { max-width: 16ch; margin-inline: auto; }
.final .stores { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.final .store { border-color: rgba(255, 255, 255, 0.7); }
.final .sticker-mark { width: clamp(110px, 14vw, 170px); margin: 0 auto 24px; transform: rotate(-8deg); filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.3)); }

/* ---------- footer ---------- */
footer { background: var(--ink); color: rgba(255, 255, 255, 0.75); padding: 40px 0 48px; font-size: 15px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px 40px; align-items: flex-start; }
footer a { color: var(--white); text-decoration: none; }
footer a:hover { text-decoration: underline; }
footer .cols { display: flex; flex-wrap: wrap; gap: 8px 28px; }
footer .line { width: 100%; margin-top: 8px; font-size: 13.5px; color: rgba(255, 255, 255, 0.5); }

/* ---------- legal page ---------- */
.legal { max-width: 760px; margin-inline: auto; padding: clamp(40px, 6vw, 80px) 0; }
.legal h1 { font-size: clamp(34px, 5vw, 56px); font-stretch: 88%; }
.legal h2 { font-size: 26px; margin-top: 44px; font-stretch: 92%; }
.legal h3 { font-size: 20px; margin-top: 28px; font-stretch: 95%; }
.legal p { margin-top: 14px; }
.legal ul { list-style: disc; padding-left: 22px; margin-top: 12px; }
.legal li { margin-top: 8px; }
.legal li p { margin: 0; }
.legal code { font-family: var(--mono); font-size: 0.92em; background: var(--paper-2); padding: 1px 6px; border-radius: 6px; }
.legal hr { border: 0; border-top: 2px solid var(--outline); margin: 56px 0; }
.legal .meta { color: var(--muted); font-size: 15px; margin-top: 10px; }
.legal a { color: var(--blue-deep); }
.legal .lang-note { background: var(--paper); border-radius: 14px; padding: 14px 18px; font-size: 15px; color: var(--muted); margin-top: 24px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal, .js .hero-stack .sticker, .js .hero-stack .float { opacity: 1; translate: 0 0; transition: none; }
  .sticker .screens img { transition: none; }
  .store, .btn { transition: none; }
}
