@font-face {
  font-family: "Kapsa Sans";
  src: url("/fonts/kapsa-sans-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Kapsa Sans";
  src: url("/fonts/kapsa-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-body: "Kapsa Sans";
  --font-display: "Kapsa Sans";
  --navy-950: #06131f;
  --navy-900: #081c2c;
  --navy-800: #0f2942;
  --navy-700: #174568;
  --blue: #2b78a9;
  --sky: #8dd1ff;
  --orange: #f7b547;
  --orange-light: #ffd993;
  --mint: #69e0c0;
  --cream: #f8f5ee;
  --paper: #fffefb;
  --ink: #102231;
  --muted: #65727c;
  --line: rgba(10, 39, 60, 0.12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-body), sans-serif; font-size: 16px; line-height: 1.6; }
body, button, input, select, textarea { font-family: var(--font-body), sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
section[id] { scroll-margin-top: 92px; }

.skip-link { position: fixed; left: 1rem; top: -8rem; z-index: 999; padding: .8rem 1rem; border-radius: 12px; background: white; color: var(--navy-950); }
.skip-link:focus { top: 1rem; }

.launch-bar { min-height: 38px; padding: .55rem 5vw; display: flex; align-items: center; justify-content: center; gap: .65rem; background: var(--navy-950); color: #dce8ef; font-size: .75rem; font-weight: 700; letter-spacing: .02em; text-align: center; }
.launch-bar a { margin-left: .4rem; color: var(--orange-light); text-decoration: underline; text-underline-offset: 3px; }
.launch-dot { width: 7px; height: 7px; border-radius: 99px; background: var(--mint); box-shadow: 0 0 0 5px rgba(105,224,192,.12), 0 0 18px var(--mint); animation: pulse 2s infinite; }

.site-header { height: 82px; padding: 0 clamp(1.15rem, 5vw, 5.2rem); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 50; background: rgba(248,245,238,.86); border-bottom: 1px solid rgba(15,41,66,.08); backdrop-filter: blur(22px); }
.brand { display: flex; align-items: center; gap: .75rem; }
.brand img { width: 44px; height: 44px; filter: drop-shadow(0 8px 12px rgba(15,41,66,.15)); }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-family: var(--font-display), sans-serif; font-size: .98rem; letter-spacing: -.02em; }
.brand small { margin-top: .2rem; color: var(--muted); font-size: .7rem; }
.nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.4vw, 2.4rem); font-size: .82rem; font-weight: 750; }
.nav > a:not(.nav-cta) { position: relative; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s ease; }
.nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: .75rem 1.1rem; border-radius: 999px; background: var(--navy-800); color: white; box-shadow: 0 10px 26px rgba(15,41,66,.16); }
.menu-button { display: none; }

.hero { min-height: calc(100vh - 120px); padding: clamp(4rem, 8vw, 7.5rem) clamp(1.15rem, 6vw, 6rem) 2rem; display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); grid-template-rows: 1fr auto; align-items: center; gap: 3rem 5vw; position: relative; overflow: hidden; background: var(--navy-950); color: white; isolation: isolate; }
.hero-grid { position: absolute; inset: 0; z-index: -3; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(8px); }
.hero-glow-one { width: 48vw; height: 48vw; right: -20vw; top: -20vw; background: radial-gradient(circle, rgba(60,159,226,.32), transparent 66%); }
.hero-glow-two { width: 42vw; height: 42vw; left: -19vw; bottom: -25vw; background: radial-gradient(circle, rgba(247,181,71,.16), transparent 66%); }
.hero-copy { max-width: 720px; z-index: 2; animation: rise .8s both; }
.eyebrow, .kicker { margin: 0 0 1.25rem; font-size: .72rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; color: #c2dbe9; }
.eyebrow span { color: var(--orange); }
.hero h1, .section h2, .manifesto h2, .ownership h2, .contact h2, .preview-offer h2, .kapsa-day h2, .aftercare h2 { margin: 0; font-family: var(--font-display), sans-serif; font-weight: 650; letter-spacing: -.055em; line-height: .97; }
.hero h1 { max-width: 760px; font-size: clamp(3.15rem, 6.2vw, 6.6rem); }
.hero h1 em, .section h2 em, .manifesto h2 em, .ownership h2 em, .contact h2 em, .preview-offer h2 em, .kapsa-day h2 em, .aftercare h2 em { display: block; color: var(--orange); font-style: normal; }
.hero-lead { max-width: 650px; margin: 1.7rem 0 0; color: #b9cad5; font-size: clamp(1rem, 1.45vw, 1.2rem); line-height: 1.75; }
.hero-actions { margin-top: 2.25rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 52px; padding: .9rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; border: 0; border-radius: 999px; font-size: .84rem; font-weight: 850; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--navy-950); box-shadow: 0 18px 50px rgba(247,181,71,.2); }
.button-primary span { font-size: 1.1rem; }
.button-ghost { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.05); color: white; backdrop-filter: blur(10px); }
.hero-voice-cta { width: fit-content; margin-top: 1rem; padding: .62rem .85rem .62rem .65rem; display: grid; grid-template-columns: 34px auto auto 22px; align-items: center; gap: .62rem; border: 1px solid rgba(105,224,192,.28); border-radius: 999px; background: rgba(105,224,192,.08); color: white; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.hero-voice-cta:hover { transform: translateY(-2px); border-color: rgba(105,224,192,.55); background: rgba(105,224,192,.13); }
.hero-voice-pulse { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--navy-950); font-size: .62rem; box-shadow: 0 0 0 0 rgba(105,224,192,.35); animation: voicePulse 2s infinite; }
.hero-voice-cta b { font-size: .78rem; }
.hero-voice-cta small { color: #a8beca; font-size: .64rem; }
.hero-voice-cta i { color: var(--mint); font-style: normal; }
.hero-trust { margin-top: 1.7rem; display: flex; flex-wrap: wrap; gap: .7rem 1.25rem; color: #b6c8d2; font-size: .78rem; }
.hero-trust span { display: flex; align-items: center; gap: .4rem; }
.hero-trust b { color: var(--mint); }

.hero-machine { width: min(100%, 690px); aspect-ratio: 1 / .96; justify-self: end; position: relative; display: grid; place-items: center; animation: rise 1s .12s both; }
.orbit { position: absolute; border: 1px solid rgba(124,196,241,.15); border-radius: 50%; }
.orbit-one { inset: 3%; animation: rotate 28s linear infinite; }
.orbit-two { inset: 16%; border-style: dashed; animation: rotateReverse 22s linear infinite; }
.mascot-halo { position: absolute; width: 64%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(58,139,192,.42), rgba(12,51,77,.12) 53%, transparent 72%); filter: blur(2px); }
.hero-mascot { width: 55%; max-height: 78%; object-fit: contain; z-index: 2; filter: drop-shadow(0 30px 40px rgba(0,0,0,.34)); animation: float 5s ease-in-out infinite; }
.input-chip { position: absolute; z-index: 4; padding: .7rem .95rem; display: flex; align-items: center; gap: .55rem; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(12,36,55,.76); color: #d7e8f1; font-size: .75rem; font-weight: 800; box-shadow: 0 15px 35px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.input-chip i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(142,210,255,.15); color: var(--sky); font-style: normal; }
.chip-photo { left: 2%; top: 17%; animation: drift 6s ease-in-out infinite; }
.chip-voice { right: 0; top: 27%; animation: drift 6.5s .7s ease-in-out infinite; }
.chip-price { left: 7%; bottom: 25%; animation: drift 5.5s 1.2s ease-in-out infinite; }
.result-card { min-width: 320px; max-width: 80%; padding: 1rem 1.15rem; position: absolute; right: 3%; bottom: 4%; z-index: 6; display: flex; align-items: center; gap: .85rem; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(249,250,247,.95); color: var(--navy-950); box-shadow: 0 25px 70px rgba(0,0,0,.32); transform: rotate(-2deg); }
.result-check { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--mint); font-size: 1.4rem; font-weight: 900; }
.result-card div { display: grid; line-height: 1.2; }
.result-card small { color: #6a7780; font-size: .57rem; font-weight: 900; letter-spacing: .16em; }
.result-card strong { margin-top: .24rem; font-family: var(--font-display); font-size: 1.05rem; }
.result-card p { margin: .35rem 0 0; color: #6c7880; font-size: .68rem; }
.hero-bottom { grid-column: 1 / -1; padding-top: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.1); color: #7f9aaa; font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.motion-ribbon { padding: .92rem 0; overflow: hidden; border-top: 1px solid rgba(15,41,66,.1); border-bottom: 1px solid rgba(15,41,66,.1); background: var(--orange); color: var(--navy-950); }
.motion-ribbon-track { width: max-content; display: flex; will-change: transform; animation: tickerLeft 34s linear infinite; }
.motion-ribbon-group { padding-right: 2rem; display: flex; align-items: center; gap: 2rem; }
.motion-ribbon span { display: inline-flex; align-items: center; gap: 2rem; white-space: nowrap; font-family: var(--font-display); font-size: clamp(1.1rem, 2vw, 1.65rem); font-weight: 700; letter-spacing: -.035em; }
.motion-ribbon span i { color: rgba(15,41,66,.45); font-size: .72em; font-style: normal; }
.motion-ribbon:hover .motion-ribbon-track, .motion-ribbon:focus-within .motion-ribbon-track { animation-play-state: paused; }

.manifesto { padding: clamp(4rem, 8vw, 8rem) clamp(1.15rem, 7vw, 8rem); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 8vw; background: var(--orange); }
.manifesto > p { margin: 0; max-width: 520px; padding-left: 2rem; border-left: 2px solid rgba(6,19,31,.3); font-size: clamp(1.05rem, 1.7vw, 1.4rem); line-height: 1.7; }
.manifesto span { display: block; margin-bottom: 1.2rem; font-size: .65rem; font-weight: 900; letter-spacing: .17em; }
.manifesto h2 { font-size: clamp(2.6rem, 5vw, 5.4rem); }
.manifesto h2 em { color: var(--navy-800); }

.preview-offer { padding: clamp(5rem, 9vw, 9rem) clamp(1.15rem, 7vw, 8rem); display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 7vw; background: var(--paper); overflow: hidden; }
.preview-copy h2 { font-size: clamp(2.8rem, 5.2vw, 5.6rem); }
.preview-copy > p:not(.kicker) { max-width: 560px; margin: 1.4rem 0 0; color: var(--muted); line-height: 1.8; }
.preview-rules { margin: 1.6rem 0 1.8rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.preview-rules span { padding: .5rem .72rem; border: 1px solid var(--line); border-radius: 999px; color: #536571; font-size: .7rem; font-weight: 800; }
.button-dark { background: var(--navy-800); color: white; box-shadow: 0 14px 36px rgba(15,41,66,.14); }
.preview-flow { min-height: 540px; padding: 2rem; display: grid; grid-template-columns: 1fr 72px 1.08fr; align-items: center; position: relative; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(145deg, #edf3f4, #f8f2e7); box-shadow: 0 35px 90px rgba(15,41,66,.1); }
.preview-flow::before { content: ""; position: absolute; inset: 1rem; border: 1px dashed rgba(15,41,66,.11); border-radius: 25px; pointer-events: none; }
.preview-inputs { min-height: 330px; position: relative; }
.photo-tile { width: 108px; height: 138px; padding: .65rem; display: flex; flex-direction: column; justify-content: space-between; position: absolute; border: 7px solid white; border-radius: 15px; background: linear-gradient(145deg, #6f899a, #1b3a50); color: white; box-shadow: 0 18px 35px rgba(15,41,66,.17); font-size: .54rem; font-weight: 900; letter-spacing: .12em; }
.photo-tile i { align-self: center; font-size: 2.2rem; font-style: normal; opacity: .65; }
.tile-one { left: 5%; top: 12%; transform: rotate(-10deg); }
.tile-two { left: 28%; top: 2%; z-index: 2; background: linear-gradient(145deg, #d4a452, #7e5630); transform: rotate(4deg); }
.tile-three { left: 44%; top: 22%; z-index: 3; background: linear-gradient(145deg, #658b75, #244937); transform: rotate(12deg); }
.voice-tile { min-width: 235px; padding: .8rem 1rem; position: absolute; left: 5%; bottom: 4%; z-index: 5; display: grid; grid-template-columns: 34px 1fr; border: 1px solid white; border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: 0 16px 36px rgba(15,41,66,.16); }
.voice-tile > i { grid-row: 1 / 3; width: 30px; height: 30px; display: grid; place-items: center; align-self: center; border-radius: 50%; background: var(--orange); color: var(--navy-950); font-style: normal; }
.voice-tile b { font-size: .68rem; }
.voice-tile small { color: var(--muted); font-size: .54rem; }
.preview-arrow { position: relative; z-index: 2; display: grid; place-items: center; color: var(--blue); }
.preview-arrow span { writing-mode: vertical-rl; color: #71818c; font-size: .5rem; font-weight: 900; letter-spacing: .14em; }
.preview-arrow b { font-size: 2rem; }
.preview-result { min-height: 340px; position: relative; overflow: hidden; border: 7px solid white; border-radius: 20px; background: var(--navy-800); color: white; box-shadow: 0 22px 55px rgba(15,41,66,.25); transform: rotate(2deg); }
.browser-top { height: 30px; padding: 0 .7rem; display: flex; align-items: center; gap: .3rem; background: #ebebe7; }
.browser-top i { width: 6px; height: 6px; border-radius: 50%; background: #aeb5b7; }
.browser-top i:first-child { background: var(--orange); }
.preview-result > div { padding: 2.2rem 1.35rem; position: relative; z-index: 2; }
.preview-result small { color: var(--orange-light); font-size: .5rem; font-weight: 900; letter-spacing: .14em; }
.preview-result strong { margin-top: .5rem; display: block; font-family: var(--font-display); font-size: 1.8rem; line-height: 1; letter-spacing: -.05em; }
.preview-result div > b { margin-top: 1.2rem; padding: .55rem .75rem; display: inline-block; border-radius: 999px; background: var(--orange); color: var(--navy-950); font-size: .55rem; }
.preview-result > img { width: 135px; position: absolute; right: -12px; bottom: -18px; filter: drop-shadow(0 18px 24px rgba(0,0,0,.28)); }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.15rem, 7vw, 8rem); }
.section-heading { margin-bottom: clamp(3rem, 6vw, 5.5rem); display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 5vw; }
.section-heading h2, .showcase-heading h2, .process h2, .faq h2 { font-size: clamp(2.6rem, 5vw, 5.3rem); }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.8; }
.kicker { color: var(--blue); }
.kicker-light { color: var(--orange-light); }

.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 1rem; }
.service-card { min-height: 540px; padding: clamp(1.5rem, 3vw, 2.4rem); display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.63); box-shadow: 0 20px 60px rgba(15,41,66,.04); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 28px 70px rgba(15,41,66,.1); }
.service-main { background: var(--navy-800); color: white; }
.card-top { display: flex; align-items: center; justify-content: space-between; color: #71818c; font-size: .56rem; font-weight: 900; letter-spacing: .12em; }
.service-main .card-top { color: #9ab1bf; }
.card-top span { font-family: var(--font-display); font-size: .85rem; }
.service-icon { width: 64px; height: 64px; margin: 3rem 0 2rem; display: grid; place-items: center; border-radius: 20px; background: var(--orange); color: var(--navy-950); font-family: var(--font-display); font-size: 1.8rem; }
.service-icon-blue { background: #c9eaff; }
.service-icon-warm { background: #ffe1aa; }
.service-card h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.7rem, 2.5vw, 2.3rem); letter-spacing: -.04em; }
.service-card > p { color: var(--muted); }
.service-main > p { color: #b9cad4; }
.service-card ul, .price-card ul { margin: 1.2rem 0 2rem; padding: 0; list-style: none; }
.service-card li, .price-card li { padding: .68rem 0; border-bottom: 1px solid var(--line); font-size: .82rem; }
.service-main li { border-color: rgba(255,255,255,.1); }
.service-card li::before, .price-card li::before { content: "✓"; margin-right: .6rem; color: #26997d; font-weight: 900; }
.service-card > a { margin-top: auto; display: flex; justify-content: space-between; font-size: .8rem; font-weight: 850; }
.service-card > small { margin-top: .8rem; color: var(--muted); font-size: .66rem; }
.secondary-service { margin-top: 1rem; padding: 1.15rem 1.35rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem 1.4rem; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.68); box-shadow: 0 16px 46px rgba(15,41,66,.05); }
.secondary-service > span { padding: .42rem .58rem; border-radius: 999px; background: #ffe4b4; color: var(--navy-900); font-size: .62rem; font-weight: 900; letter-spacing: .1em; white-space: nowrap; }
.secondary-service div h3 { margin: 0; font-family: var(--font-display); font-size: 1.05rem; }
.secondary-service div p { margin: .12rem 0 0; color: var(--muted); font-size: .76rem; }
.secondary-service > a { font-size: .76rem; font-weight: 850; white-space: nowrap; }
.secondary-service > a b { margin-left: .45rem; color: var(--blue); }
.secondary-service > small { grid-column: 2 / -1; margin-top: -.45rem; color: #71818c; font-size: .66rem; }

.benefit-river { padding: 0 0 clamp(4.5rem, 8vw, 7.5rem); overflow: hidden; background: var(--cream); }
.benefit-track { width: max-content; display: flex; will-change: transform; animation: tickerRight 42s linear infinite; }
.benefit-group { padding-right: 1rem; display: flex; gap: 1rem; }
.benefit-tile { width: 270px; min-height: 96px; padding: 1.05rem 1.15rem; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: .8rem; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.76); box-shadow: 0 16px 42px rgba(15,41,66,.07); }
.benefit-tile > i { width: 44px; height: 44px; grid-row: 1 / 3; display: grid; place-items: center; border-radius: 14px; background: var(--navy-800); color: var(--orange); font-family: var(--font-display); font-size: 1rem; font-style: normal; font-weight: 800; }
.benefit-tile > b { align-self: end; font-family: var(--font-display); font-size: .84rem; letter-spacing: -.02em; }
.benefit-tile > small { align-self: start; color: var(--muted); font-size: .6rem; }
.benefit-river:hover .benefit-track, .benefit-river:focus-within .benefit-track { animation-play-state: paused; }

.kapsa-day { padding: clamp(5rem, 9vw, 9rem) clamp(1.15rem, 7vw, 8rem); display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 8vw; position: relative; overflow: hidden; background: var(--navy-800); color: white; }
.kapsa-day::before { content: "DEN"; position: absolute; right: -1vw; top: -8vw; color: rgba(255,255,255,.025); font-family: var(--font-display); font-size: 28vw; font-weight: 800; line-height: 1; pointer-events: none; }
.day-copy { position: relative; z-index: 2; }
.day-copy h2 { font-size: clamp(2.8rem, 5.4vw, 5.8rem); }
.day-copy > p:not(.kicker):not(.day-included) { max-width: 600px; color: #acc0cc; line-height: 1.85; }
.day-promise { margin: 1.7rem 0 1rem; padding: 1.1rem 1.2rem; display: grid; gap: .3rem; border-left: 3px solid var(--orange); background: rgba(255,255,255,.055); }
.day-promise span { color: var(--orange-light); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.day-promise b { color: #d4e0e6; font-size: .75rem; }
.day-included { color: var(--mint); font-size: .66rem; font-weight: 750; }
.day-phone { width: min(100%, 460px); min-height: 650px; padding: 1rem; justify-self: center; position: relative; z-index: 2; border: 9px solid #07131d; border-radius: 48px; background: linear-gradient(180deg, #e8f2ec, #dbe8e8); color: var(--ink); box-shadow: 0 50px 110px rgba(0,0,0,.35); transform: rotate(2.5deg); }
.phone-head { padding: .3rem .5rem 1.2rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; font-size: .65rem; }
.phone-head b { font-family: var(--font-display); }
.phone-head i { justify-self: end; font-style: normal; letter-spacing: .1em; }
.day-message { max-width: 83%; margin: .7rem 0; padding: .8rem .9rem; display: grid; gap: .32rem; position: relative; border-radius: 17px 17px 17px 4px; background: white; box-shadow: 0 9px 22px rgba(15,41,66,.08); }
.day-message small { position: absolute; right: .65rem; bottom: .35rem; color: #829097; font-size: .48rem; }
.day-message span { display: flex; align-items: center; gap: .55rem; font-size: .7rem; font-weight: 750; }
.day-message span b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: #d9edf7; color: var(--blue); }
.day-message p { margin: 0 0 .65rem; color: var(--muted); font-size: .58rem; }
.day-message-one { animation: messageDriftOne 5.8s ease-in-out infinite; }
.day-message-two { margin-left: 10%; animation: messageDriftTwo 6.4s .5s ease-in-out infinite; }
.day-message-three { margin-left: 3%; animation: messageDriftOne 6s 1s ease-in-out infinite; }
.day-reply { max-width: 88%; margin: 1.5rem 0 1rem auto; padding: .9rem; display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; gap: .6rem; border-radius: 17px 17px 4px 17px; background: var(--navy-800); color: white; box-shadow: 0 14px 28px rgba(15,41,66,.2); }
.day-reply img { width: 40px; }
.day-reply p { margin: 0; display: grid; line-height: 1.35; }
.day-reply p b { font-size: .7rem; }
.day-reply p span { color: #b2c7d2; font-size: .56rem; }
.day-reply > i { align-self: end; color: var(--mint); font-size: .52rem; font-style: normal; }
.phone-input { padding: .7rem .8rem; position: absolute; left: 1rem; right: 1rem; bottom: 1rem; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(15,41,66,.1); border-radius: 999px; background: white; color: #849198; font-size: .58rem; }
.phone-input span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--navy-950); }

.showcase { background: var(--navy-950); color: white; overflow: hidden; }
.showcase-heading { max-width: 950px; margin: 0 auto 4.5rem; text-align: center; }
.showcase-heading h2 em { display: inline; }
.showcase-heading > p:last-child { color: #96aebb; }
.showcase-stage { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 1rem; }
.showcase-tabs { display: flex; flex-direction: column; gap: .7rem; }
.showcase-tabs button { padding: 1.2rem; display: grid; grid-template-columns: 42px 1fr; text-align: left; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.035); color: #879fac; cursor: pointer; transition: .2s ease; }
.showcase-tabs button:hover, .showcase-tabs button.active { border-color: rgba(247,181,71,.42); background: rgba(247,181,71,.1); color: white; transform: translateX(5px); }
.showcase-tabs span { grid-row: 1 / 3; font-family: var(--font-display); color: var(--orange); }
.showcase-tabs b { font-size: .8rem; }
.showcase-tabs small { font-size: .67rem; }
.showcase-screen { min-height: 610px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: #102b42; box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.screen-bar { height: 48px; padding: 0 1rem; display: flex; align-items: center; gap: .42rem; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.16); }
.screen-bar i { width: 8px; height: 8px; border-radius: 50%; background: #456277; }
.screen-bar i:first-child { background: var(--orange); }
.screen-bar span { margin-left: auto; color: #829aaa; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.showcase-screen > img { width: 100%; height: 100%; max-height: 690px; object-fit: contain; padding: 1.3rem; }
.screen-label { position: absolute; left: 1.4rem; bottom: 1.4rem; padding: .75rem .9rem; display: grid; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(6,19,31,.8); backdrop-filter: blur(10px); }
.screen-label span { color: var(--mint); font-size: .56rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.screen-label b { font-size: .72rem; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--paper); }
.process-copy { position: relative; }
.process-copy > p:not(.kicker) { max-width: 460px; color: var(--muted); }
.process-copy img { width: min(300px, 64%); margin: 3rem auto -8rem; filter: drop-shadow(0 25px 35px rgba(15,41,66,.18)); animation: mascotBob 6s ease-in-out infinite; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { min-height: 150px; padding: 1.7rem 0; display: grid; grid-template-columns: 50px 1fr 54px; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--blue); font-family: var(--font-display); font-size: .72rem; font-weight: 800; }
.steps h3 { margin: 0; font-family: var(--font-display); font-size: 1.3rem; letter-spacing: -.025em; }
.steps p { margin: .35rem 0 0; color: var(--muted); font-size: .82rem; }
.steps li > b { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #edf1f0; font-size: 1.05rem; }

.ownership { padding: clamp(5rem, 9vw, 9rem) clamp(1.15rem, 7vw, 8rem); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8vw; background: var(--navy-800); color: white; }
.ownership h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); }
.ownership-copy > p:last-child { color: #a7bdca; }
.ownership-cards { display: grid; gap: .8rem; }
.ownership-cards article { padding: 1.4rem 1.6rem; display: grid; grid-template-columns: 45px 1fr; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.05); }
.ownership-cards span { grid-row: 1 / 3; color: var(--orange); font-family: var(--font-display); font-size: .7rem; }
.ownership-cards b { font-family: var(--font-display); font-size: 1.05rem; }
.ownership-cards p { margin: .2rem 0 0; color: #b4c7d2; font-size: .8rem; }

.aftercare { padding: clamp(5rem, 9vw, 9rem) clamp(1.15rem, 7vw, 8rem); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 8vw; background: linear-gradient(135deg, #f6bd55 0%, #ffd58a 100%); overflow: hidden; }
.aftercare-visual { min-height: 590px; position: relative; }
.after-photo { width: 48%; height: 300px; position: absolute; overflow: hidden; border: 8px solid white; border-radius: 22px; background-image: url("/assets/kapsa-koupelna-pred-po-v2.webp"); background-repeat: no-repeat; background-size: 200% 100%; box-shadow: 0 24px 50px rgba(60,40,12,.18); }
.after-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,19,31,.08), transparent 32%, rgba(6,19,31,.04)); pointer-events: none; }
.before-photo { left: 2%; top: 10%; background-position: left center; transform: rotate(-7deg); }
.done-photo { right: 7%; top: 3%; z-index: 2; background-position: right center; transform: rotate(6deg); }
.after-photo span { padding: .42rem .62rem; position: absolute; left: .75rem; top: .75rem; z-index: 2; border-radius: 999px; background: rgba(6,19,31,.75); color: white; font-size: .52rem; font-weight: 900; letter-spacing: .12em; }
.done-photo > b { display: none; }
.after-voice { width: 65%; padding: .85rem 1rem; position: absolute; left: 3%; bottom: 17%; z-index: 5; display: flex; align-items: center; gap: .75rem; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 20px 45px rgba(60,40,12,.16); }
.after-voice > i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-800); color: var(--mint); font-style: normal; }
.after-voice p { margin: 0; display: grid; }
.after-voice b { font-size: .72rem; }
.after-voice span { color: var(--muted); font-size: .58rem; }
.aftercare-visual > img { width: 235px; position: absolute; right: -3%; bottom: -10%; z-index: 6; filter: drop-shadow(0 24px 35px rgba(60,40,12,.22)); animation: mascotBob 5.5s .8s ease-in-out infinite; }
.after-example-note { position: absolute; left: 3%; bottom: 3%; z-index: 5; color: rgba(15,41,66,.66); font-size: .52rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project-photo { width: 70%; height: 430px; position: absolute; left: 1%; top: 2%; overflow: hidden; border: 8px solid white; border-radius: 26px; background: url("/assets/kapsa-hotova-zakazka.webp") center center / cover no-repeat; box-shadow: 0 24px 50px rgba(60,40,12,.18); transform: rotate(-4deg); }
.project-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,19,31,.04), transparent 38%, rgba(6,19,31,.08)); pointer-events: none; }
.project-photo > span { padding: .48rem .7rem; position: absolute; left: .85rem; top: .85rem; z-index: 2; border-radius: 999px; background: rgba(6,19,31,.82); color: white; font-size: .55rem; font-weight: 900; letter-spacing: .12em; }
.aftercare-visual .after-voice { width: 62%; left: 2%; bottom: 12%; }
.after-output { width: 55%; padding: 1.15rem; position: absolute; right: 0; top: 31%; z-index: 4; display: grid; gap: .35rem; border: 1px solid rgba(255,255,255,.72); border-radius: 21px; background: rgba(255,255,255,.95); box-shadow: 0 24px 50px rgba(60,40,12,.2); transform: rotate(3deg); }
.after-output small { color: var(--blue-600); font-size: .5rem; font-weight: 950; letter-spacing: .13em; }
.after-output strong { color: var(--navy-950); font-family: var(--font-display); font-size: 1rem; }
.after-output p { margin: 0; color: var(--muted); font-size: .62rem; line-height: 1.45; }
.after-output > div { display: flex; flex-wrap: wrap; gap: .35rem; }
.after-output > div span { padding: .32rem .45rem; border-radius: 999px; background: #e9f8f3; color: #147b65; font-size: .5rem; font-weight: 850; }
.aftercare-visual > img { width: 205px; right: -2%; bottom: -8%; }
.after-example-note { left: 2%; bottom: 1%; }
.aftercare-copy h2 { color: var(--navy-950); font-size: clamp(2.8rem, 5vw, 5.4rem); }
.aftercare-copy h2 em { color: var(--navy-800); }
.aftercare-copy > p:not(.kicker) { color: #5b4d36; line-height: 1.8; }
.aftercare-copy ul { margin: 1.5rem 0; padding: 0; list-style: none; }
.aftercare-copy li { padding: .55rem 0; border-bottom: 1px solid rgba(15,41,66,.12); font-size: .84rem; font-weight: 750; }
.aftercare-copy li::before { content: "✓"; margin-right: .7rem; color: #147b65; font-weight: 900; }
.aftercare-gift { margin: 1.2rem 0 1.6rem; padding: 1rem; display: flex; align-items: center; gap: .8rem; border: 1px solid rgba(15,41,66,.12); border-radius: 17px; background: rgba(255,255,255,.46); }
.aftercare-gift > span { font-size: 1.5rem; }
.aftercare-gift p { margin: 0; display: grid; }
.aftercare-gift b { font-size: .78rem; }
.aftercare-gift small { color: #624f34; font-size: .66rem; }

.pricing { background: var(--cream); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.price-card { min-height: 570px; padding: clamp(1.5rem, 2.6vw, 2.2rem); display: flex; flex-direction: column; position: relative; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); }
.price-featured { background: var(--navy-950); color: white; transform: translateY(-18px); box-shadow: 0 30px 70px rgba(15,41,66,.18); }
.popular { padding: .45rem .8rem; position: absolute; right: 1.2rem; top: -13px; border-radius: 999px; background: var(--orange); color: var(--navy-950); font-size: .52rem; letter-spacing: .1em; }
.price-card > span { color: var(--blue); font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.price-featured > span { color: var(--orange-light); }
.price-card h3 { margin: 1.1rem 0 .7rem; font-family: var(--font-display); font-size: 1.6rem; letter-spacing: -.04em; }
.price-card > p { min-height: 78px; margin: 0; color: var(--muted); font-size: .78rem; }
.price-featured > p { color: #a7bdca; }
.price-card > div { margin: 1.6rem 0 1rem; display: flex; align-items: baseline; gap: .55rem; }
.price-card > div small { color: var(--muted); }
.price-card > div strong { font-family: var(--font-display); font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.06em; }
.price-card > div em { color: var(--muted); font-size: .65rem; font-style: normal; }
.price-featured li { border-color: rgba(255,255,255,.1); }
.price-card > a { margin-top: auto; padding: .85rem; border: 1px solid var(--line); border-radius: 999px; text-align: center; font-size: .76rem; font-weight: 850; }
.price-featured > a { border-color: var(--orange); background: var(--orange); color: var(--navy-950); }
.pricing-note { max-width: 980px; margin: 1.6rem auto 0; color: #566975; font-size: .76rem; line-height: 1.7; text-align: center; }

.founder { padding: clamp(5rem, 9vw, 9rem) clamp(1.15rem, 7vw, 8rem); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 8vw; background: linear-gradient(140deg,#edf3f4,#fffaf0); }
.founder-portrait { min-height: 520px; padding: 2rem; display: grid; place-items: center; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: var(--navy-800); box-shadow: 0 30px 80px rgba(15,41,66,.16); }
.founder-portrait::before { content: ""; width: 430px; height: 430px; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.014); }
.founder-portrait > span { align-self: start; justify-self: start; position: relative; z-index: 2; color: var(--orange-light); font-size: .66rem; font-weight: 900; letter-spacing: .15em; }
.founder-portrait > img { width: min(76%,340px); position: relative; z-index: 2; filter: drop-shadow(0 28px 38px rgba(0,0,0,.32)); }
.founder-portrait > p { width: calc(100% - 3rem); margin: 0; padding: 1rem 1.1rem; display: grid; position: absolute; left: 1.5rem; bottom: 1.5rem; z-index: 3; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(5,20,33,.72); color: white; backdrop-filter: blur(14px); }
.founder-portrait > p b { font-family: var(--font-display); font-size: 1.05rem; }
.founder-portrait > p small { margin-top: .2rem; color: #aac0cc; font-size: .68rem; }
.founder-copy h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2.8rem,5vw,5.2rem); font-weight: 650; letter-spacing: -.055em; line-height: .97; }
.founder-copy h2 em { display: block; color: var(--blue); font-style: normal; }
.founder-copy > p:not(.kicker) { max-width: 690px; color: var(--muted); line-height: 1.8; }
.founder-points { margin: 1.6rem 0 1.8rem; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.founder-points span { padding: .9rem 1rem; display: flex; align-items: center; gap: .7rem; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.72); font-size: .76rem; font-weight: 750; }
.founder-points b { color: var(--blue); font-family: var(--font-display); font-size: .62rem; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--paper); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.55rem 0; display: grid; grid-template-columns: 45px 1fr 28px; align-items: center; gap: .7rem; list-style: none; cursor: pointer; font-family: var(--font-display); font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: .68rem; }
.faq-list summary b { color: var(--orange); font-size: 1.1rem; transition: transform .2s; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: -.5rem 2rem 1.6rem 45px; color: #596b76; font-size: .9rem; }

.contact { padding: clamp(5rem, 9vw, 9rem) clamp(1.15rem, 7vw, 8rem); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 7vw; background: var(--navy-950); color: white; }
.contact h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); }
.contact-copy > p:not(.kicker) { max-width: 510px; color: #a7bdca; }
.contact-person { margin-top: 2.3rem; display: flex; align-items: center; gap: .9rem; }
.contact-person img { width: 72px; height: 72px; object-fit: contain; }
.contact-person p { margin: 0; display: grid; line-height: 1.35; }
.contact-person span { color: var(--mint); font-size: .58rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-person strong { font-family: var(--font-display); }
.contact-person small { color: #91a8b5; }
.contact-form { min-height: 565px; padding: clamp(1.4rem, 3vw, 2.4rem); display: flex; flex-direction: column; justify-content: center; gap: 1rem; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: rgba(255,255,255,.055); backdrop-filter: blur(18px); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .42rem; }
.contact-form label > span { color: #c6d4dc; font-size: .74rem; font-weight: 750; }
.contact-form label > span small { color: #8da4b1; font-size: .64rem; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; outline: 0; background: rgba(255,255,255,.07); color: white; transition: border .2s, background .2s; }
.contact-form select { color-scheme: dark; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); background: rgba(255,255,255,.1); }
.button-submit { width: 100%; margin-top: .3rem; background: var(--orange); color: var(--navy-950); }
.contact-form > small { color: #9bb0bc; font-size: .66rem; line-height: 1.55; text-align: center; }
.contact-form > small a { color: white; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.form-error { margin: 0; padding: .72rem .8rem; border: 1px solid rgba(255,137,117,.35); border-radius: 12px; background: rgba(255,105,80,.1); color: #ffd2ca; font-size: .68rem; }
.voice-recorder { padding: clamp(1.05rem, 2.4vw, 1.45rem); position: relative; overflow: hidden; scroll-margin-top: 110px; border: 1px solid rgba(105,224,192,.34); border-radius: 23px; background: linear-gradient(145deg, rgba(105,224,192,.13), rgba(43,120,169,.1)); box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 20px 48px rgba(0,0,0,.14); }
.voice-recorder::after { content: ""; width: 180px; height: 180px; position: absolute; right: -90px; top: -100px; border-radius: 50%; background: rgba(105,224,192,.09); pointer-events: none; }
.voice-badge { width: fit-content; margin-bottom: .85rem; padding: .34rem .54rem; border-radius: 999px; background: var(--orange); color: var(--navy-950); font-size: .56rem; font-weight: 950; letter-spacing: .12em; }
.voice-intro { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: .85rem; position: relative; z-index: 1; }
.voice-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: var(--navy-950); color: var(--mint); box-shadow: 0 12px 25px rgba(0,0,0,.22); }
.voice-icon span { width: 14px; height: 22px; display: grid; place-items: center; border-radius: 9px; background: currentColor; color: transparent; position: relative; }
.voice-icon span::before { content: ""; width: 24px; height: 19px; position: absolute; left: 50%; bottom: -6px; border: 2px solid var(--mint); border-top: 0; border-radius: 0 0 15px 15px; transform: translateX(-50%); }
.voice-icon span::after { content: ""; width: 2px; height: 8px; position: absolute; left: 50%; bottom: -13px; background: var(--mint); transform: translateX(-50%); }
.voice-intro h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.02rem, 2vw, 1.3rem); letter-spacing: -.035em; line-height: 1.15; }
.voice-intro p { margin: .25rem 0 0; color: #b2c4ce; font-size: .72rem; }
.voice-wave { height: 38px; margin: 1rem 0 .75rem; padding: 0 .4rem; display: flex; align-items: center; justify-content: center; gap: 5px; border-radius: 12px; background: rgba(4,14,22,.27); }
.voice-wave i { width: 4px; height: 9px; border-radius: 99px; background: #678294; transform-origin: center; }
.voice-wave i:nth-child(2n) { height: 17px; }
.voice-wave i:nth-child(3n) { height: 25px; }
.voice-recording .voice-wave i { background: var(--mint); animation: voiceBar .8s ease-in-out infinite alternate; }
.voice-recording .voice-wave i:nth-child(2n) { animation-delay: -.36s; }
.voice-recording .voice-wave i:nth-child(3n) { animation-delay: -.58s; }
.voice-controls { display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
.voice-record-button, .voice-stop-button { min-height: 44px; padding: .7rem 1rem; display: inline-flex; align-items: center; gap: .58rem; border: 0; border-radius: 999px; font-size: .76rem; font-weight: 900; cursor: pointer; }
.voice-record-button { background: var(--mint); color: var(--navy-950); }
.voice-record-button span { color: #e44c3d; font-size: .7rem; }
.voice-stop-button { background: #ffd4cc; color: #761f14; }
.voice-stop-button span { font-size: .6rem; }
.voice-timer { color: white; font-family: var(--font-display); font-size: .85rem; font-variant-numeric: tabular-nums; }
.voice-timer small { color: #738f9f; font-size: .56rem; }
.voice-preview { margin-top: .9rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .65rem; }
.voice-preview audio { width: 100%; height: 42px; color-scheme: dark; }
.voice-preview button { padding: .55rem .7rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.06); color: #d8e4ea; font-size: .58rem; cursor: pointer; }
.voice-ready, .voice-error { margin: .7rem 0 0; font-size: .68rem; }
.voice-ready { color: #aaf0dd; }
.voice-error { padding: .55rem .65rem; border-radius: 10px; background: rgba(255,105,80,.1); color: #ffd2ca; }
.voice-file-choice { width: fit-content; margin-top: .8rem; position: relative; display: block !important; cursor: pointer; }
.voice-file-choice > span { color: #b7c9d3 !important; font-size: .66rem !important; text-decoration: underline; text-underline-offset: 3px; }
.voice-file-choice input { width: 1px !important; height: 1px; padding: 0 !important; position: absolute; overflow: hidden; opacity: 0; clip: rect(0 0 0 0); white-space: nowrap; }
.voice-file-choice:focus-within > span { outline: 3px solid var(--orange); outline-offset: 4px; }
.voice-privacy { margin-top: .55rem; display: block; color: #8ca5b3; font-size: .62rem; line-height: 1.5; }
.photo-uploader { min-width: 0; margin: 0; padding: 1rem; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(4,14,22,.2); }
.photo-uploader legend { padding: 0 .45rem; color: white; font-family: var(--font-display); font-size: .86rem; font-weight: 750; }
.photo-uploader legend small { margin-left: .4rem; color: var(--mint); font-family: var(--font-body); font-size: .62rem; font-weight: 700; }
.photo-uploader > p:first-of-type { margin: .2rem 0 .85rem; color: #a9bfca; font-size: .68rem; line-height: 1.55; }
.photo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .65rem; }
.photo-slot { min-height: 112px; position: relative; overflow: hidden; border: 1px dashed rgba(255,255,255,.2); border-radius: 15px; background: rgba(255,255,255,.04); transition: border-color .2s, background .2s, transform .2s; }
.photo-slot:hover, .photo-slot:focus-within { border-color: var(--mint); background: rgba(105,224,192,.08); transform: translateY(-2px); }
.photo-input { width: 1px !important; height: 1px; padding: 0 !important; position: absolute; opacity: 0; clip: rect(0 0 0 0); }
.photo-label { min-height: 112px; padding: .8rem .55rem; display: grid !important; place-items: center; align-content: center; gap: .12rem !important; position: relative; z-index: 2; text-align: center; cursor: pointer; }
.photo-label > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; background: rgba(105,224,192,.12); color: var(--mint) !important; font-size: 1.05rem !important; }
.photo-label b { color: white; font-size: .68rem; }
.photo-label small { color: #8fa7b4; font-size: .58rem; }
.photo-preview { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 3; object-fit: cover; }
.photo-remove { padding: .35rem .52rem; position: absolute; right: .4rem; bottom: .4rem; z-index: 4; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(4,14,22,.84); color: white; font-size: .58rem; font-weight: 800; cursor: pointer; }
.photo-status { margin: .65rem 0 0; color: #8da5b2; font-size: .61rem; line-height: 1.45; }
.photo-status.is-error { color: #ffd2ca; }
.form-success { text-align: center; }
.form-success > span { width: 74px; height: 74px; margin: 0 auto 1.2rem; display: grid; place-items: center; border-radius: 24px; background: var(--mint); color: var(--navy-950); font-size: 2rem; font-weight: 900; }
.form-success h3 { margin: 0; font-family: var(--font-display); font-size: 1.8rem; }
.form-success p { color: #a7bdca; }
.form-success button { padding: .65rem 1rem; border: 0; border-radius: 999px; background: rgba(255,255,255,.1); color: white; cursor: pointer; }

.footer { padding: 3rem clamp(1.15rem, 7vw, 8rem) 1.5rem; display: grid; grid-template-columns: 1.1fr 1fr .8fr; gap: 2rem; background: #040e16; color: #8ea4b1; }
.footer-brand { display: flex; align-items: center; gap: .8rem; }
.footer-brand img { width: 44px; }
.footer-brand div, .footer-identity { display: grid; }
.footer-brand strong, .footer-identity strong { color: white; font-family: var(--font-display); }
.footer-brand small { font-size: .68rem; }
.footer-links { display: flex; flex-wrap: wrap; align-content: center; gap: .5rem 1.1rem; font-size: .72rem; }
.footer-links a:hover, .footer-identity a:hover { color: white; }
.footer-identity { justify-self: end; font-size: .72rem; text-align: right; }
.copyright { grid-column: 1 / -1; margin: 1.4rem 0 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.08); font-size: .66rem; }

@keyframes pulse { 50% { opacity: .45; box-shadow: 0 0 0 8px rgba(105,224,192,0); } }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@keyframes drift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes rotateReverse { to { transform: rotate(-360deg); } }
@keyframes tickerLeft { to { transform: translate3d(-50%, 0, 0); } }
@keyframes tickerRight { from { transform: translate3d(-50%, 0, 0); } to { transform: translate3d(0, 0, 0); } }
@keyframes messageDriftOne { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(7px, -4px, 0); } }
@keyframes messageDriftTwo { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(-7px, -3px, 0); } }
@keyframes mascotBob { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -9px, 0); } }
@keyframes voicePulse { 70% { box-shadow: 0 0 0 10px rgba(105,224,192,0); } 100% { box-shadow: 0 0 0 0 rgba(105,224,192,0); } }
@keyframes voiceBar { from { transform: scaleY(.45); } to { transform: scaleY(1.15); } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .service-grid, .price-grid { grid-template-columns: 1fr 1fr; }
  .service-main { grid-column: 1 / -1; min-height: 430px; }
  .price-card:last-child { grid-column: 1 / -1; min-height: 470px; }
  .showcase-stage { grid-template-columns: 1fr; }
  .showcase-tabs { display: grid; grid-template-columns: repeat(4, 1fr); }
  .showcase-tabs button { grid-template-columns: 1fr; }
  .showcase-tabs button span { grid-row: auto; }
  .showcase-tabs button:hover, .showcase-tabs button.active { transform: translateY(-4px); }
}

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .menu-button { width: 42px; height: 42px; padding: 0; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.65); }
  .menu-button i { width: 17px; height: 2px; display: block; background: var(--navy-950); }
  .nav { padding: 1rem; position: absolute; top: calc(100% + 8px); left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,254,251,.98); box-shadow: 0 25px 60px rgba(15,41,66,.18); }
  .nav-open { display: flex; }
  .nav a { padding: .85rem; }
  .nav-cta { margin-top: .5rem; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4.5rem; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-voice-cta { margin-left: auto; margin-right: auto; }
  .hero-machine { justify-self: center; width: min(100%, 600px); }
  .hero-bottom { overflow: hidden; justify-content: center; flex-wrap: wrap; }
  .manifesto, .section-heading, .process, .ownership, .faq, .contact, .preview-offer, .kapsa-day, .aftercare, .founder { grid-template-columns: 1fr; }
  .manifesto { gap: 3rem; }
  .preview-offer, .kapsa-day, .aftercare { gap: 4rem; }
  .preview-flow { max-width: 680px; width: 100%; justify-self: center; }
  .day-phone { min-height: 620px; }
  .aftercare-visual { max-width: 650px; width: 100%; justify-self: center; }
  .service-grid, .price-grid { grid-template-columns: 1fr; }
  .service-main, .price-card:last-child { grid-column: auto; }
  .price-featured { transform: none; }
  .process-copy img { width: 220px; margin: 2rem auto -2rem; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .founder-portrait { width: min(100%,620px); justify-self: center; }
}

@media (max-width: 560px) {
  .launch-bar { font-size: .62rem; }
  .launch-bar a { display: none; }
  .brand small { display: none; }
  .hero { padding-left: 1rem; padding-right: 1rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-voice-cta { width: 100%; grid-template-columns: 34px 1fr auto; text-align: left; }
  .hero-voice-cta small { display: none; }
  .hero-machine { margin-top: -1.5rem; }
  .hero-mascot { width: 61%; }
  .input-chip { padding: .55rem .65rem; font-size: .62rem; }
  .input-chip i { width: 21px; height: 21px; }
  .chip-photo { left: 0; top: 15%; }
  .chip-voice { right: -2%; top: 26%; }
  .chip-price { left: 0; bottom: 26%; }
  .result-card { min-width: 0; width: 92%; max-width: none; right: 4%; bottom: 0; }
  .hero-bottom { font-size: .56rem; }
  .motion-ribbon { padding: .72rem 0; }
  .motion-ribbon-track { animation-duration: 30s; }
  .motion-ribbon-group { padding-right: 1.35rem; gap: 1.35rem; }
  .motion-ribbon span { gap: 1.35rem; font-size: 1rem; }
  .benefit-track { animation-duration: 36s; }
  .benefit-tile { width: 238px; min-height: 86px; padding: .85rem .95rem; border-radius: 18px; }
  .benefit-tile > i { width: 39px; height: 39px; }
  .section, .manifesto, .ownership, .contact, .preview-offer, .kapsa-day, .aftercare, .founder { padding-left: 1.1rem; padding-right: 1.1rem; }
  .preview-flow { min-height: 670px; padding: 1rem; grid-template-columns: 1fr; grid-template-rows: 270px 54px 1fr; }
  .preview-inputs { min-height: 270px; }
  .photo-tile { width: 90px; height: 118px; }
  .voice-tile { min-width: 210px; }
  .preview-arrow { display: flex; gap: .7rem; }
  .preview-arrow span { writing-mode: initial; }
  .preview-result { width: 94%; min-height: 290px; justify-self: center; }
  .day-phone { min-height: 590px; border-radius: 38px; transform: none; }
  .aftercare-visual { min-height: 510px; }
  .project-photo { width: 76%; height: 340px; left: 0; }
  .aftercare-visual .after-voice { width: 76%; left: 1%; bottom: 16%; }
  .after-output { width: 59%; top: 34%; right: 0; padding: .9rem; }
  .aftercare-visual > img { width: 165px; right: -4%; bottom: -3%; }
  .after-example-note { left: 1%; bottom: 0; }
  .after-photo { width: 55%; height: 245px; }
  .after-voice { width: 77%; }
  .aftercare-visual > img { width: 180px; right: -9%; }
  .service-card, .price-card { min-height: 0; }
  .showcase-tabs { grid-template-columns: 1fr 1fr; }
  .showcase-screen { min-height: 380px; }
  .showcase-screen > img { min-height: 340px; object-fit: contain; padding: .4rem; }
  .field-row { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-slot, .photo-label { min-height: 92px; }
  .photo-uploader legend small { display: block; margin: .15rem 0 0; }
  .secondary-service { grid-template-columns: 1fr; padding: 1rem; }
  .secondary-service > span { width: fit-content; }
  .secondary-service > small { grid-column: auto; margin-top: 0; }
  .founder-portrait { min-height: 450px; padding: 1.3rem; border-radius: 26px; }
  .founder-points { grid-template-columns: 1fr; }
  .voice-controls { align-items: stretch; flex-direction: column; }
  .voice-record-button, .voice-stop-button { justify-content: center; }
  .voice-timer { text-align: center; }
  .voice-preview { grid-template-columns: 1fr; }
  .voice-preview button { justify-self: center; }
  .contact-form { min-height: 0; }
  .footer { grid-template-columns: 1fr; text-align: left; }
  .footer-brand, .copyright { grid-column: auto; }
  .footer-identity { justify-self: start; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ribbon-track, .benefit-track { width: 100%; transform: none !important; }
  .motion-ribbon-group:nth-child(2), .benefit-group:nth-child(2) { display: none; }
  .motion-ribbon-group { width: 100%; padding: 0 1rem; flex-wrap: wrap; justify-content: center; }
  .benefit-group { width: 100%; padding: 0 1rem; flex-wrap: wrap; justify-content: center; }
}

.form-trap{position:absolute!important;left:-9999px!important}

/* Kapsa v17: jasnější nabídka a vstupní služba */
.hero-v17 .hero-copy{animation:rise .65s ease both}
.hero-v17 .hero-machine{animation:rise .72s .08s ease both}
.hero-v17 .input-chip{backdrop-filter:blur(10px)}
.hero-v17 .result-card strong{max-width:280px}

.audit-offer{background:linear-gradient(135deg,#e6f7f1 0%,#fff8df 100%)}
.audit-board{align-self:stretch;padding:clamp(1.2rem,3vw,2rem);border:1px solid rgba(15,41,66,.12);border-radius:30px;background:rgba(255,255,255,.82);box-shadow:0 26px 70px rgba(15,41,66,.13);backdrop-filter:blur(14px);transform:rotate(1deg)}
.audit-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--line);font-size:.62rem;font-weight:900;letter-spacing:.12em;color:var(--blue)}
.audit-head b{padding:.4rem .65rem;border-radius:999px;background:var(--navy-950);color:#fff;font-size:.58rem}
.audit-board ol{margin:0;padding:0;list-style:none}
.audit-board li{display:grid;grid-template-columns:36px 1fr 28px;align-items:center;gap:.75rem;padding:.85rem 0;border-bottom:1px solid var(--line)}
.audit-board li>span{color:#81929c;font-size:.6rem;font-weight:900}
.audit-board li div{display:grid;gap:.15rem}
.audit-board li b{font-family:var(--font-display);font-size:.95rem}
.audit-board li small{color:var(--muted);font-size:.65rem}
.audit-board li i{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#dff4ea;color:#247857;font-size:.65rem;font-style:normal;font-weight:950}
.audit-result{margin-top:1rem;padding:1rem;display:flex;align-items:center;gap:1rem;border-radius:20px;background:var(--navy-950);color:#fff}
.audit-result img{width:64px;height:auto;filter:drop-shadow(0 8px 16px rgba(0,0,0,.2));animation:mascotBob 4s ease-in-out infinite}
.audit-result p{margin:0;display:grid;gap:.3rem}
.audit-result small{color:var(--mint);font-size:.52rem;font-weight:900;letter-spacing:.11em}
.audit-result strong{font-family:var(--font-display);font-size:.9rem;line-height:1.25}

.service-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}
.service-grid-four .service-main{grid-column:auto}
.services-v17 .service-card{min-height:500px}
.service-help{background:linear-gradient(150deg,#fffdf9,#fff5d7)}
.service-mini{background:linear-gradient(150deg,#fff,#eaf7f3)}

.seo-foundation{padding:clamp(4.5rem,8vw,8rem) clamp(1.15rem,7vw,8rem);display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2.5rem,7vw,7rem);align-items:center;background:var(--navy-950);color:#fff}
.seo-copy h2{margin:.6rem 0 1.2rem;font-family:var(--font-display);font-size:clamp(2.5rem,5vw,5rem);line-height:.98;letter-spacing:-.055em}
.seo-copy h2 em{display:block;color:var(--mint);font-style:normal}
.seo-copy>p:not(.kicker){max-width:610px;color:#b9c9d2;line-height:1.75}
.seo-copy .button{margin-top:1.2rem}
.seo-points{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.seo-points article{min-height:210px;padding:1.4rem;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.055)}
.seo-points span{color:var(--orange);font-size:.58rem;font-weight:900;letter-spacing:.12em}
.seo-points b{margin:.8rem 0 .55rem;display:block;font-family:var(--font-display);font-size:1.05rem}
.seo-points p{margin:0;color:#a9bdc8;font-size:.72rem;line-height:1.65}

.price-grid-four{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.price-grid-four .price-card{min-height:535px}
.price-grid-four .price-featured{transform:none}
.care-price{max-width:1180px;margin:1.2rem auto 0;padding:1.45rem 1.6rem;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:2rem;border:1px solid var(--line);border-radius:25px;background:var(--navy-950);color:#fff}
.care-price span{color:var(--mint);font-size:.58rem;font-weight:900;letter-spacing:.12em}
.care-price h3{margin:.35rem 0;font-family:var(--font-display);font-size:1.25rem}
.care-price p{margin:0;color:#a9bdc8;font-size:.7rem}
.care-price>strong{font-family:var(--font-display);font-size:1.5rem;white-space:nowrap}
.care-price>strong small{color:#9db0bc;font-family:var(--font-body);font-size:.62rem}
.care-price>a{padding:.78rem 1rem;border-radius:999px;background:var(--orange);color:var(--navy-950);font-size:.7rem;font-weight:900;white-space:nowrap}
.document-downloads{max-width:1180px;margin:1.2rem auto 0;padding:1.5rem;display:grid;grid-template-columns:1.25fr .8fr .8fr;gap:1rem;align-items:stretch;border:1px solid var(--line);border-radius:25px;background:#fffdf9}
.document-downloads>div{padding:.35rem .45rem}
.document-downloads h3{margin:.2rem 0 .4rem;font-family:var(--font-display);font-size:1.15rem}
.document-downloads>div>small{color:var(--muted);font-size:.67rem;line-height:1.5}
.document-link{padding:1rem;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:.75rem;align-content:center;border:1px solid var(--line);border-radius:18px;background:#fff;transition:transform .2s,box-shadow .2s}
.document-link:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(15,41,66,.1)}
.document-link>span{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--navy-950);color:#fff;font-size:.55rem;font-weight:950}
.document-link b{align-self:end;font-size:.75rem}
.document-link small{align-self:start;color:var(--muted);font-size:.58rem}
.website-url-field input{border-color:rgba(105,224,192,.46);background:rgba(105,224,192,.09)}

@media(max-width:900px){
  .service-grid-four,.price-grid-four{grid-template-columns:1fr 1fr}
  .seo-foundation{grid-template-columns:1fr}
  .document-downloads{grid-template-columns:1fr 1fr}
  .document-downloads>div{grid-column:1/-1}
  .care-price{grid-template-columns:1fr auto}
  .care-price>a{grid-column:1/-1;text-align:center}
}
@media(max-width:680px){
  .audit-board{transform:none}
  .service-grid-four,.price-grid-four,.seo-points,.document-downloads{grid-template-columns:1fr}
  .document-downloads>div{grid-column:auto}
  .services-v17 .service-card,.price-grid-four .price-card{min-height:0}
  .care-price{grid-template-columns:1fr;gap:1rem}
  .care-price>a{grid-column:auto}
  .seo-foundation{padding-left:1rem;padding-right:1rem}
}
@media(prefers-reduced-motion:reduce){
  .hero-v17 .hero-copy,.hero-v17 .hero-machine,.audit-result img{animation:none!important}
}
