:root {
  --paper: #fff8f2;
  --paper-deep: #f4e8dc;
  --white: #ffffff;
  --ink: #211a14;
  --muted: #6e6258;
  --line: #ddcfc3;
  --orange: #e8630a;
  --orange-dark: #8b4208;
  --orange-soft: #ffdcbe;
  --sage: #dce8b4;
  --sage-dark: #58633a;
  --red: #c83232;
  --yellow: #c57308;
  --green: #237a45;
  --night: #211a14;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(71, 42, 20, .16);
  --shell: min(1180px, calc(100vw - 48px));
  --sans: "Segoe UI Variable", "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--ink); color: white; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 18px 0; transition: background .25s, padding .25s, box-shadow .25s; }
.site-header.scrolled { padding: 10px 0; background: rgba(255, 248, 242, .92); box-shadow: 0 1px 0 rgba(56, 35, 20, .1); backdrop-filter: blur(18px); }
.nav-shell { width: var(--shell); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { position: relative; z-index: 3; display: inline-flex; align-items: center; gap: 10px; font-size: 1.04rem; font-weight: 800; letter-spacing: -.025em; }
.brand img { border-radius: 11px; box-shadow: 0 5px 12px rgba(139, 66, 8, .18); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .88rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; color: #51453b; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--orange); transition: right .2s; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 10px 16px; color: white; background: var(--ink); border-radius: 999px; }
.nav-cta:hover { background: var(--orange); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 0; place-items: center; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.nav-toggle .icon-close { display: none; }

.hero { position: relative; min-height: 820px; padding: 148px 0 86px; background: var(--paper); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -260px; top: -220px; border: 1px solid rgba(232, 99, 10, .18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(232,99,10,.025), 0 0 0 180px rgba(232,99,10,.018); }
.hero-shell { width: var(--shell); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, .88fr); align-items: center; gap: 70px; }
.eyebrow, .section-label { margin: 0 0 20px; color: var(--orange-dark); font-size: .73rem; line-height: 1.2; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.hero h1, .section h2, .final-cta h2 { margin: 0; font-size: clamp(3.8rem, 6.3vw, 6rem); line-height: .94; letter-spacing: -.07em; font-weight: 850; }
h1 em, h2 em { color: var(--orange); font-family: var(--serif); font-weight: 500; }
.hero-lead { max-width: 600px; margin: 30px 0 0; color: #51453b; font-size: clamp(1.12rem, 1.7vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 22px; font-size: .94rem; font-weight: 800; border-radius: 999px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 12px 26px rgba(232, 99, 10, .24); }
.button-primary:hover { background: #d95705; box-shadow: 0 16px 34px rgba(232, 99, 10, .3); }
.button .icon { transition: transform .2s; }
.button:hover .icon { transform: translateX(3px); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #4f443a; font-size: .9rem; font-weight: 750; border-bottom: 1px solid var(--line); }
.text-link:hover { color: var(--orange-dark); border-color: var(--orange); }
.hero-facts { display: flex; gap: 0; margin: 48px 0 0; padding: 0; list-style: none; }
.hero-facts li { display: flex; flex-direction: column; min-width: 110px; padding: 0 25px; border-left: 1px solid var(--line); }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong { font-size: 1.2rem; line-height: 1.1; }
.hero-facts span { margin-top: 3px; color: var(--muted); font-size: .76rem; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: 44px 0 26px 38px; background: var(--orange); border-radius: 46% 54% 43% 57% / 58% 35% 65% 42%; transform: rotate(-5deg); }
.hero-visual::after { content: ""; position: absolute; width: 138px; height: 138px; left: -24px; bottom: 44px; border: 2px solid var(--ink); border-radius: 50%; }
.visual-word { position: absolute; top: 70px; right: -42px; z-index: 0; color: rgba(255,255,255,.19); font-size: 4.5rem; font-weight: 900; line-height: .8; letter-spacing: -.06em; writing-mode: vertical-rl; }
.phone { position: relative; z-index: 3; width: 318px; height: 618px; padding: 9px; background: #17120f; border: 2px solid #40342d; border-radius: 42px; box-shadow: 0 36px 90px rgba(44, 25, 11, .34), inset 0 0 0 1px rgba(255,255,255,.15); overflow: hidden; }
.phone-hero { transform: rotate(3.2deg) translateX(-8px); }
.phone-speaker { position: absolute; z-index: 8; top: 16px; left: 50%; width: 84px; height: 20px; background: #17120f; border-radius: 0 0 14px 14px; transform: translateX(-50%); }
.app-statusbar { position: relative; z-index: 5; height: 29px; padding: 5px 15px 0; display: flex; justify-content: space-between; color: #44382f; background: #fffaf5; font-size: 8px; font-weight: 700; }
.app-screen { position: relative; height: calc(100% - 29px); padding: 16px 13px 69px; background: #fffaf5; overflow: hidden; }
.app-title-row { display: flex; align-items: center; justify-content: space-between; }
.app-kicker { color: var(--orange-dark); font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.app-title-row h2 { margin: 2px 0 0; font-size: 19px; letter-spacing: -.04em; }
.fox-mini img { border-radius: 10px; }
.total-card { margin-top: 13px; padding: 15px; display: flex; flex-direction: column; color: #2d1600; background: #ffdcbe; border-radius: 15px; }
.total-card > span { font-size: 9px; font-weight: 700; }
.total-card strong { margin: 2px 0; font-size: 22px; letter-spacing: -.04em; }
.total-card strong small { font-size: 9px; font-weight: 600; letter-spacing: 0; }
.total-card > small { font-size: 8px; color: #6f4628; }
.contract-list { margin-top: 9px; display: grid; gap: 7px; }
.contract-row { min-width: 0; padding: 9px 8px; display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; align-items: center; gap: 8px; background: #fff; border: 1px solid #eee2d8; border-radius: 13px; }
.category-icon { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; color: #5e3e27; background: #feddbE; border-radius: 50%; font-size: 11px; font-weight: 900; }
.contract-row .category-icon { width: 32px; height: 32px; }
.fitness-icon { color: #495324; background: #dce8b4; }
.transport-icon { color: #38505b; background: #d5e9f2; }
.stream-icon { color: #6c3c65; background: #f0daec; }
.contract-copy { min-width: 0; display: flex; flex-direction: column; }
.contract-copy strong { overflow: hidden; font-size: 9px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.contract-copy span { color: #7d6d60; font-size: 7.5px; }
.status { display: inline-flex; align-items: center; justify-content: center; padding: 4px 7px; border-radius: 999px; font-size: 6.8px; line-height: 1; font-weight: 800; white-space: nowrap; }
.status.urgent { color: var(--red); background: #fae2e2; }
.status.soon { color: var(--yellow); background: #fff0d6; }
.status.okay { color: var(--green); background: #dff1e6; }
.status.flexible { color: var(--orange-dark); background: var(--orange-soft); }
.muted-row { opacity: .82; }
.app-add { position: absolute; right: 13px; bottom: 54px; height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 12px; color: white; background: var(--orange-dark); border: 0; border-radius: 12px; font-size: 8px; font-weight: 800; box-shadow: 0 8px 15px rgba(75, 43, 18, .16); }
.app-add .icon { width: 12px; height: 12px; }
.app-tabs { position: absolute; inset: auto 0 0; height: 47px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; background: #f6ece4; border-top: 1px solid #e8dcd1; }
.app-tabs span { display: flex; flex-direction: column; align-items: center; gap: 1px; color: #817164; font-size: 11px; line-height: 1; }
.app-tabs small { font-size: 6.5px; }
.app-tabs .active { color: var(--orange-dark); font-weight: 800; }
.notification-card { position: absolute; z-index: 6; left: -54px; top: 76px; width: 285px; padding: 10px 11px; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: start; gap: 8px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 16px; box-shadow: 0 18px 40px rgba(76, 35, 11, .18); backdrop-filter: blur(16px); animation: notification-in .7s .6s both cubic-bezier(.16,1,.3,1); }
.notification-card img { border-radius: 9px; }
.notification-card div { display: flex; flex-direction: column; }
.notification-card strong { font-size: 9px; }
.notification-card span { margin-top: 2px; color: var(--muted); font-size: 7.5px; line-height: 1.35; }
.notification-card time { color: #8d8074; font-size: 7px; }
.hero-stamp { position: absolute; z-index: 5; right: 4px; bottom: 40px; width: 90px; height: 90px; display: grid; place-content: center; text-align: center; color: var(--ink); background: var(--sage); border: 2px solid var(--ink); border-radius: 50%; box-shadow: 6px 6px 0 var(--ink); transform: rotate(8deg); }
.hero-stamp span { font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.hero-stamp strong { font-size: 19px; line-height: 1; }
@keyframes notification-in { from { opacity: 0; transform: translateY(-18px) scale(.94); } to { opacity: 1; transform: none; } }

.trust-strip { position: relative; z-index: 8; overflow: hidden; color: white; background: var(--ink); transform: rotate(-1deg) scale(1.02); }
.trust-track { min-width: max-content; padding: 15px 0; display: flex; align-items: center; justify-content: center; gap: 28px; font-size: .73rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.trust-track i { color: var(--orange); font-style: normal; font-size: .6rem; }

.section { padding: 130px 0; }
.section-shell { width: var(--shell); margin: 0 auto; }
.problem-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.section h2 { font-size: clamp(3rem, 5vw, 5rem); }
.problem-copy > p:last-child, .section-intro > p:last-child, .showcase-copy > p { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 1.13rem; }
.deadline-board { position: relative; padding: 32px; background: white; border: 1px solid var(--line); border-radius: 3px; box-shadow: 14px 14px 0 var(--orange-soft), var(--shadow); transform: rotate(1deg); }
.deadline-board::before { content: ""; position: absolute; inset: 12px; border: 1px solid #eee4dc; pointer-events: none; }
.board-topline { position: relative; display: flex; justify-content: space-between; padding-bottom: 16px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .69rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.big-date { position: relative; padding: 24px 0 20px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.big-date > span { font-size: 5.4rem; line-height: .8; font-weight: 850; letter-spacing: -.08em; }
.big-date div { display: flex; flex-direction: column; }
.big-date strong { color: var(--orange); font-size: 1.2rem; letter-spacing: .08em; }
.big-date small { color: var(--muted); }
.deadline-name { position: relative; padding: 22px 0; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; }
.deadline-name > div:nth-child(2) { display: flex; flex-direction: column; }
.deadline-name strong { font-size: .98rem; }
.deadline-name span:not(.status) { color: var(--muted); font-size: .8rem; }
.deadline-name .status { padding: 8px 11px; font-size: .71rem; }
.timeline { position: relative; padding: 16px 0 4px; }
.timeline-line { position: relative; height: 2px; background: var(--line); }
.timeline-line i { position: absolute; inset: 0 auto 0 0; width: var(--progress); background: var(--orange); }
.timeline-line b { position: absolute; left: 83%; top: 50%; width: 13px; height: 13px; background: var(--orange); border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 2px var(--orange); transform: translate(-50%, -50%); }
.timeline-labels { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; color: var(--muted); font-size: .66rem; line-height: 1.45; }
.timeline-labels span:nth-child(2) { text-align: center; }
.timeline-labels span:nth-child(3) { text-align: right; }
.timeline-labels strong { color: var(--ink); font-size: .72rem; }
.board-note { position: relative; margin: 25px 0 0; padding-top: 18px; display: flex; align-items: center; gap: 8px; color: var(--muted); border-top: 1px dashed var(--line); font-size: .74rem; }

.features { background: white; border-block: 1px solid #eee3da; }
.section-intro { max-width: 930px; }
.section-intro > p:last-child { max-width: 650px; }
.feature-ledger { margin-top: 80px; border-top: 1px solid var(--ink); }
.feature-item { min-height: 245px; padding: 36px 0; display: grid; grid-template-columns: 52px 56px minmax(240px, .9fr) minmax(300px, 1fr); align-items: center; gap: 28px; border-bottom: 1px solid var(--line); }
.feature-number { align-self: start; color: var(--orange); font-family: var(--serif); font-size: 1.05rem; font-style: italic; }
.feature-icon { align-self: start; width: 52px; height: 52px; display: grid; place-items: center; color: var(--orange-dark); background: var(--orange-soft); border-radius: 50%; }
.feature-icon .icon { width: 23px; height: 23px; }
.feature-content { align-self: start; }
.feature-content h3 { margin: 4px 0 14px; font-size: 1.55rem; line-height: 1.15; letter-spacing: -.035em; }
.feature-content p { margin: 0; color: var(--muted); }
.mode-sample, .reminder-sample, .cost-sample { justify-self: stretch; padding: 23px 26px; background: var(--paper); border-left: 3px solid var(--orange); }
.mode-sample, .reminder-sample, .cost-sample { display: flex; flex-direction: column; }
.mode-sample > span, .cost-sample > span, .reminder-sample > div > span { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mode-sample strong { margin: 8px 0; font-size: 1rem; line-height: 1.3; }
.mode-sample small, .reminder-sample small, .cost-sample small { color: var(--muted); font-size: .72rem; }
.reminder-sample > div { display: flex; align-items: center; justify-content: space-between; }
.reminder-sample .switch-sample { width: 40px; height: 23px; padding: 3px; display: block; background: var(--orange); border-radius: 999px; }
.reminder-sample .switch-sample i { display: block; width: 17px; height: 17px; margin-left: auto; background: white; border-radius: 50%; }
.reminder-sample strong { margin: 20px 0 5px; font-size: 1.2rem; }
.cost-sample strong { margin: 6px 0 17px; font-size: 2rem; line-height: 1; letter-spacing: -.04em; }
.cost-sample > div { height: 8px; display: flex; gap: 3px; }
.cost-sample > div i { height: 100%; background: var(--orange); border-radius: 99px; }
.cost-sample > div i:nth-child(2) { background: var(--sage-dark); }
.cost-sample > div i:nth-child(3) { background: #c6a287; }
.cost-sample small { margin-top: 8px; }

.overview-showcase { position: relative; background: var(--paper-deep); overflow: hidden; }
.overview-showcase::before { content: "ÜBERSICHT"; position: absolute; top: 50%; left: 50%; color: rgba(56, 35, 20, .035); font-size: 14vw; font-weight: 900; letter-spacing: -.07em; transform: translate(-50%, -50%) rotate(-7deg); }
.showcase-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 110px; }
.overview-phone-wrap { position: relative; min-height: 650px; display: grid; place-items: center; }
.overview-phone-wrap::before { content: ""; position: absolute; width: 460px; height: 460px; background: var(--sage); border-radius: 50%; }
.phone-overview { width: 300px; height: 610px; transform: rotate(-3deg); }
.overview-screen { padding: 10px 12px 56px; }
.simple-app-title { margin: 4px 0 10px; font-size: 18px; font-weight: 800; }
.overview-total { margin-top: 0; }
.overview-total strong { font-size: 24px; }
.next-card, .category-card { margin-top: 8px; padding: 12px; background: white; border: 1px solid #eee2d8; border-radius: 13px; }
.next-card > span, .category-card > span { color: #74665b; font-size: 8px; font-weight: 700; }
.next-card > div { margin-top: 8px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 7px; }
.next-card .category-icon { width: 30px; height: 30px; font-size: 8px; }
.next-card p { margin: 0; display: flex; flex-direction: column; }
.next-card p strong { font-size: 8px; }
.next-card p small { color: var(--muted); font-size: 6.5px; }
.category-card > div { margin-top: 8px; }
.category-card p { margin: 0 0 3px; display: flex; justify-content: space-between; font-size: 7px; }
.category-card p b { font-weight: 700; }
.category-card div > i { display: block; height: 4px; background: #eee5dd; border-radius: 9px; overflow: hidden; }
.category-card div > i em { display: block; height: 100%; background: var(--orange); border-radius: 9px; }
.saving-card { margin-top: 8px; padding: 10px 12px; display: flex; flex-direction: column; color: #2c3511; background: var(--sage); border-radius: 12px; }
.saving-card strong { font-size: 9px; }
.saving-card span { font-size: 7px; }
.saving-bubble { position: absolute; z-index: 5; left: 6px; bottom: 72px; width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; background: var(--orange); border: 4px solid var(--paper-deep); border-radius: 50%; box-shadow: 0 16px 40px rgba(72, 36, 12, .22); transform: rotate(7deg); }
.saving-bubble span { font-size: .63rem; font-weight: 900; letter-spacing: .16em; }
.saving-bubble strong { font-size: 1.35rem; }
.saving-bubble small { font-size: .7rem; }
.showcase-copy h2 { font-size: clamp(3.2rem, 5vw, 5.2rem); }
.check-list { margin: 38px 0 0; padding: 0; display: grid; gap: 20px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 14px; }
.check-list .icon { flex: 0 0 auto; width: 28px; height: 28px; padding: 5px; color: white; background: var(--orange); border-radius: 50%; stroke-width: 2.4; }
.check-list span { color: var(--muted); }
.check-list strong { color: var(--ink); }

.privacy { position: relative; color: #f8ede4; background: var(--night); overflow: hidden; }
.privacy::before { content: ""; position: absolute; width: 700px; height: 700px; right: -240px; top: -310px; border: 1px solid rgba(255, 184, 112, .18); border-radius: 50%; box-shadow: 0 0 0 110px rgba(255,184,112,.025), 0 0 0 220px rgba(255,184,112,.018); }
.privacy-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.light-label { color: #ffb870; }
.privacy h2 { max-width: 620px; }
.privacy h2 em { color: #ffb870; }
.privacy-copy > p:not(.section-label) { max-width: 570px; margin: 30px 0 0; color: #cdbeb2; font-size: 1.12rem; }
.privacy-link { margin-top: 34px; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; color: #ffb870; border-bottom: 1px solid rgba(255,184,112,.5); font-weight: 750; }
.privacy-proof { border-top: 1px solid #5a4d43; }
.privacy-proof > div { padding: 22px 0; display: grid; grid-template-columns: 42px 1fr; gap: 3px 14px; border-bottom: 1px solid #5a4d43; }
.privacy-proof span { grid-row: 1 / 3; color: #ffb870; font-family: var(--serif); font-style: italic; }
.privacy-proof strong { font-size: 1.04rem; }
.privacy-proof small { color: #a99b90; font-size: .82rem; }
.privacy-fox { position: absolute; left: -110px; bottom: -120px; width: 360px; height: 360px; color: rgba(255,255,255,.025); transform: rotate(-14deg); }
.privacy-fox svg { width: 100%; height: 100%; fill: currentColor; }

.premium { background: white; }
.centered { margin-inline: auto; text-align: center; }
.centered > p:last-child { margin-inline: auto; }
.price-layout { max-width: 910px; margin: 70px auto 0; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.price-card { position: relative; padding: 42px; border: 1px solid var(--line); }
.free-card { margin: 18px 0; border-right: 0; border-radius: 22px 0 0 22px; }
.premium-card { color: white; background: var(--orange); border-color: var(--orange); border-radius: 22px; box-shadow: 0 24px 60px rgba(174, 77, 13, .23); }
.popular-tag { position: absolute; top: -15px; right: 24px; padding: 7px 13px; color: var(--ink); background: var(--sage); border: 1px solid var(--ink); border-radius: 99px; font-size: .67rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.price-label { font-size: .74rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.price { margin: 17px 0 22px; display: flex; align-items: baseline; gap: 10px; }
.price strong { font-size: 3rem; line-height: 1; letter-spacing: -.06em; }
.price span { color: var(--muted); font-size: .8rem; }
.premium-card .price span { color: rgba(255,255,255,.74); }
.price-card > p { min-height: 52px; margin: 0; color: var(--muted); }
.premium-card > p { color: rgba(255,255,255,.8); }
.price-card ul { margin: 30px 0 0; padding: 25px 0 0; display: grid; gap: 14px; border-top: 1px solid var(--line); list-style: none; }
.premium-card ul { border-color: rgba(255,255,255,.3); }
.price-card li { display: flex; align-items: center; gap: 10px; font-size: .91rem; }
.price-card li .icon { flex: 0 0 auto; width: 18px; height: 18px; padding: 3px; color: white; background: var(--ink); border-radius: 50%; stroke-width: 2.6; }
.premium-card li .icon { color: var(--orange); background: white; }
.price-note { margin: 28px 0 0; color: var(--muted); font-size: .8rem; text-align: center; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-title { position: sticky; top: 130px; align-self: start; }
.faq-title h2 { font-size: clamp(2.9rem, 4.2vw, 4.4rem); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 50px 26px 0; font-size: 1.05rem; font-weight: 750; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span, .faq-list summary span::after { position: absolute; right: 6px; top: 50%; width: 17px; height: 1.5px; background: var(--ink); transition: transform .2s; }
.faq-list summary span::after { content: ""; right: 0; top: 0; transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details[open] summary { color: var(--orange-dark); }
.faq-list details p { margin: -3px 50px 27px 0; color: var(--muted); }

.final-cta { position: relative; min-height: 590px; padding: 110px 24px; display: grid; place-items: center; color: var(--ink); background: var(--sage); text-align: center; overflow: hidden; }
.final-inner { position: relative; z-index: 4; }
.final-cta h2 { font-size: clamp(3.5rem, 6vw, 6rem); }
.final-cta h2 em { color: var(--sage-dark); }
.final-cta p:not(.section-label) { margin: 25px 0 0; color: #47502f; font-size: 1.1rem; }
.store-button { width: max-content; margin: 32px auto 0; padding: 10px 18px 10px 14px; display: flex; align-items: center; gap: 11px; color: white; background: var(--ink); border-radius: 13px; box-shadow: 0 12px 25px rgba(50,59,22,.2); transition: transform .2s, background .2s, box-shadow .2s; }
.store-button:hover { background: var(--orange-dark); box-shadow: 0 16px 32px rgba(50,59,22,.24); transform: translateY(-2px); }
.store-button .icon { width: 25px; height: 25px; fill: currentColor; stroke-width: 0; }
.store-button > span { display: flex; flex-direction: column; align-items: flex-start; font-size: 1.03rem; font-weight: 700; line-height: 1.05; }
.store-button small { font-size: .52rem; font-weight: 700; letter-spacing: .08em; }
.final-fox { position: absolute; z-index: 5; left: calc(50% - 390px); top: 96px; transform: rotate(-10deg); }
.final-fox img { border-radius: 24px; box-shadow: 9px 9px 0 var(--ink); }
.cta-orbit { position: absolute; border: 1px solid rgba(42,52,16,.2); border-radius: 50%; }
.cta-orbit.one { width: 560px; height: 560px; }
.cta-orbit.two { width: 800px; height: 800px; }

.site-footer { padding: 55px max(24px, calc((100vw - 1180px) / 2)); color: #e9ded5; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 50px; align-items: start; }
.footer-brand { color: white; font-size: 1.1rem; }
.footer-main > p { margin: 0; color: #a99b90; font-size: 1.05rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; font-size: .82rem; }
.footer-links a { color: #cfc1b6; }
.footer-links a:hover { color: #ffb870; }
.footer-bottom { margin-top: 48px; padding-top: 18px; display: flex; justify-content: space-between; color: #84776d; border-top: 1px solid #41372f; font-size: .72rem; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1); }
[data-reveal].revealed { opacity: 1; transform: none; }

.legal-body { background: var(--paper); }
.legal-header { position: static; background: var(--paper); border-bottom: 1px solid var(--line); }
.legal-header .nav-shell { min-height: 64px; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .85rem; font-weight: 700; }
.legal-back .icon { transform: rotate(180deg); }
.legal-main { width: min(760px, calc(100vw - 40px)); min-height: 70vh; margin: 0 auto; padding: 80px 0 120px; }
.legal-main h1 { margin: 0 0 14px; font-size: clamp(2.7rem, 8vw, 5rem); line-height: .95; letter-spacing: -.06em; }
.legal-main .legal-intro { margin: 0 0 55px; color: var(--muted); font-size: 1.06rem; }
.legal-main h2 { margin: 42px 0 10px; font-size: 1.35rem; letter-spacing: -.025em; }
.legal-main p, .legal-main li { color: #5e5248; }
.legal-main a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-notice { padding: 18px 20px; color: #53320f; background: var(--orange-soft); border-left: 4px solid var(--orange); }

@media (max-width: 1050px) {
  .hero-shell { grid-template-columns: minmax(0, 1fr) 430px; gap: 30px; }
  .hero h1 { font-size: clamp(3.7rem, 7vw, 5.4rem); }
  .notification-card { left: -30px; }
  .problem-grid, .showcase-grid, .privacy-grid { gap: 55px; }
  .feature-item { grid-template-columns: 45px 52px minmax(230px, .9fr) minmax(260px, 1fr); gap: 18px; }
  .faq-grid { gap: 55px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 36px, 680px); }
  .site-header { padding: 12px 0; }
  .nav-toggle { display: grid; z-index: 3; }
  .nav-toggle .icon { grid-area: 1/1; }
  .nav-open .nav-toggle .icon-menu { display: none; }
  .nav-open .nav-toggle .icon-close { display: block; }
  .main-nav { position: fixed; z-index: 2; inset: 0; padding: 120px 28px 40px; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; color: var(--ink); background: var(--paper); transform: translateX(100%); transition: transform .3s cubic-bezier(.16,1,.3,1); }
  .nav-open .main-nav { transform: none; }
  .main-nav > a:not(.nav-cta) { width: 100%; padding-bottom: 18px; font-size: 1.8rem; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 8px; font-size: 1rem; }
  .hero { padding-top: 125px; }
  .hero-shell { display: block; }
  .hero-copy { max-width: 670px; }
  .hero-visual { width: min(100%, 530px); margin: 60px auto 0; }
  .problem-grid, .showcase-grid, .privacy-grid, .faq-grid { grid-template-columns: 1fr; }
  .problem-grid { gap: 60px; }
  .feature-item { grid-template-columns: 45px 52px 1fr; }
  .feature-item > :last-child { grid-column: 3; }
  .showcase-grid { gap: 70px; }
  .overview-phone-wrap { order: 2; }
  .privacy-grid { gap: 60px; }
  .faq-title { position: static; }
  .price-layout { grid-template-columns: 1fr; max-width: 520px; gap: 14px; }
  .free-card { margin: 0; border-right: 1px solid var(--line); border-radius: 22px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100vw - 32px); }
  .section { padding: 90px 0; }
  .brand span { font-size: .94rem; }
  .legal-main h1 { font-size: clamp(1.85rem, 9.5vw, 2.7rem); overflow-wrap: anywhere; }
  .hero { min-height: 0; padding: 110px 0 75px; }
  .hero::before { width: 430px; height: 430px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.25rem); }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-facts { margin-top: 38px; }
  .hero-facts li { min-width: 0; padding: 0 16px; }
  .hero-facts strong { font-size: 1rem; }
  .hero-visual { min-height: 520px; margin-top: 45px; transform: scale(.9); transform-origin: center top; }
  .hero-visual::before { inset: 50px -22px 10px; }
  .phone { width: 286px; height: 570px; border-radius: 38px; }
  .notification-card { left: -11px; top: 60px; width: 255px; }
  .hero-stamp { right: -15px; bottom: 7px; }
  .trust-track { justify-content: flex-start; padding-inline: 20px; }
  .section h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .problem-copy > p:last-child, .section-intro > p:last-child, .showcase-copy > p, .privacy-copy > p:not(.section-label) { font-size: 1rem; }
  .deadline-board { margin: 0 4px; padding: 25px 20px; box-shadow: 9px 9px 0 var(--orange-soft); }
  .big-date > span { font-size: 4.5rem; }
  .deadline-name { grid-template-columns: 38px 1fr; }
  .deadline-name .status { grid-column: 2; justify-self: start; }
  .timeline-labels { grid-template-columns: 1fr 1fr; }
  .timeline-labels span:nth-child(2) { text-align: right; }
  .timeline-labels span:nth-child(3) { display: none; }
  .feature-ledger { margin-top: 50px; }
  .feature-item { padding: 30px 0; grid-template-columns: 40px 1fr; gap: 14px; }
  .feature-number { display: none; }
  .feature-icon { width: 40px; height: 40px; }
  .feature-icon .icon { width: 19px; height: 19px; }
  .feature-content { grid-column: 2; }
  .feature-content h3 { font-size: 1.3rem; }
  .feature-item > :last-child { grid-column: 1 / -1; margin-top: 10px; }
  .overview-phone-wrap { min-height: 575px; transform: scale(.91); transform-origin: center top; }
  .overview-phone-wrap::before { width: 360px; height: 360px; }
  .phone-overview { height: 590px; }
  .saving-bubble { left: -5px; bottom: 40px; width: 125px; height: 125px; }
  .privacy-proof > div { grid-template-columns: 32px 1fr; }
  .price-card { padding: 34px 28px; }
  .price-card > p { min-height: 0; }
  .faq-list summary { padding-right: 36px; }
  .faq-list details p { margin-right: 10px; }
  .final-cta { min-height: 560px; padding: 90px 18px; }
  .final-cta h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .final-fox { display: none; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { grid-column: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
