:root{--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;--font: var(--font-sans);--brand: #1f4e5f;--action: #1f4e5f;--action-ink: #ffffff;--bg: #f4f3ef;--surface: #ffffff;--surface-2: #fbfaf8;--ink: #1a1a17;--muted: #5e5c55;--faint: #8a8780;--border: #dfdcd4;--video-bg: #0e0e0f}:root[data-scheme=dark]{--bg: #121316;--surface: #1a1c21;--surface-2: #15171b;--ink: #eceae4;--muted: #9a978e;--faint: #6e6b64;--border: #2a2d34;--video-bg: #000000}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;line-height:1.2;letter-spacing:-.01em}p{margin:0}a{color:var(--brand)}.muted{color:var(--muted)}.faint{color:var(--faint)}.small{font-size:13px}.label{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.label--brand{color:var(--brand)}.header{height:72px;padding:0 40px;display:flex;align-items:center;gap:24px;background:var(--surface);border-bottom:1px solid var(--border)}.header__name{font-size:20px;font-weight:700;color:var(--brand)}.header__logo{height:36px;width:auto}.header__spacer{flex-grow:1}.pill{display:inline-flex;align-items:center;gap:10px;padding:7px 14px;border:1px solid var(--border);border-radius:999px;font-size:14px;font-weight:600;white-space:nowrap}.pill__dot{width:8px;height:8px;border-radius:50%;background:var(--brand)}.notice-bar{padding:12px 40px;background:var(--surface);border-bottom:1px solid var(--border);font-size:13px;color:var(--muted)}.page{max-width:720px;margin:0 auto;padding:48px 16px 64px;display:flex;flex-direction:column;gap:24px}.page--message{text-align:center;padding-top:96px}.card{padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:8px;display:flex;flex-direction:column;gap:16px}.card--brand{border-color:var(--brand)}.room{padding:26px 40px 40px;display:grid;grid-template-columns:minmax(0,1fr) 326px;gap:26px;max-width:1280px;margin:0 auto}.room__main,.room__side{display:flex;flex-direction:column;gap:18px;min-width:0}.player{position:relative;width:100%;aspect-ratio:16 / 9;background:var(--video-bg);border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.player--fullscreen{position:fixed;inset:0;z-index:1000;aspect-ratio:auto;height:100dvh;border-radius:0;background:#000}.player:fullscreen{background:#000}.player:fullscreen video,.player--fullscreen video{object-fit:contain}.player__offer{position:absolute;left:16px;right:16px;bottom:56px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;background:#000000b8;color:#fff;border-left:4px solid var(--action);border-radius:8px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:3}.player__offer-text{display:flex;flex-direction:column;gap:4px;min-width:0}.player__offer-text .small{color:#fffc}.player__offer .button{flex-shrink:0}@media(max-width:600px){.player__offer{flex-direction:column;align-items:stretch;left:10px;right:10px;bottom:48px}}.player video{width:100%;height:100%;object-fit:contain}.player__placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0 24px;text-align:center;color:#8a8a8d;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.player__clock{font-size:40px;font-weight:600;letter-spacing:0;text-transform:none;color:#fff;font-variant-numeric:tabular-nums}.player__placeholder--overlay{gap:0}.player__placeholder--overlay .player__badge{display:flex;flex-direction:column;align-items:center;gap:6px;padding:18px 32px;background:#0000008c;border-radius:12px;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.player__placeholder--overlay .player__badge span:not(.player__clock){color:#ffffffd9}.player__placeholder{background-size:cover;background-position:center;width:100%;height:100%;justify-content:center}.player__controls{position:absolute;right:12px;bottom:14px;display:flex;gap:8px}.player__control{padding:8px 12px;background:#0009;color:#fff;font:inherit;font-size:13px;font-weight:600;border:1px solid rgba(255,255,255,.25);border-radius:6px;cursor:pointer}.player__progress{position:absolute;left:0;right:0;bottom:0;height:4px;background:#ffffff26}.player__progress>div{height:100%;background:var(--action)}.enter{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:#0000008c;color:#fff;text-align:center;padding:24px}.offer{padding:24px 26px;background:var(--surface);border:1px solid var(--brand);border-radius:8px;display:flex;align-items:center;gap:28px}.offer__body{flex-grow:1;display:flex;flex-direction:column;gap:10px;min-width:0}.offer__title{font-size:25px;font-weight:700}.offer__action{display:flex;flex-direction:column;gap:10px;align-items:flex-start;flex-shrink:0}.button{display:inline-block;padding:14px 26px;background:var(--action);color:var(--action-ink);font:inherit;font-size:16px;font-weight:600;text-decoration:none;text-align:center;border:none;border-radius:6px;cursor:pointer;white-space:nowrap}.button--large{padding:18px 34px;font-size:18px}.button--secondary{background:var(--surface);color:var(--brand);border:1px solid var(--brand)}.button:disabled{opacity:.6;cursor:default}.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:15px;font-weight:600}.field input[type=text],.field input[type=email],.field input[type=password],.field textarea,.question textarea{width:100%;padding:12px;font:inherit;font-size:15px;color:var(--ink);background:var(--surface-2);border:1px solid var(--border);border-radius:6px}.field textarea{resize:vertical;min-height:84px}.field input:focus,.field textarea:focus,.question textarea:focus{outline:2px solid var(--brand);outline-offset:1px}.choice{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:6px;cursor:pointer}.choice:has(input:checked){border-color:var(--brand);background:var(--surface-2)}.choice input{margin-top:4px}.error{padding:12px 14px;border:1px solid #b3452a;border-radius:6px;color:#b3452a;font-size:14px}.hp{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.hints{display:flex;flex-direction:column;gap:14px}.hint{display:flex;gap:12px;font-size:14px}.hint__time{color:var(--faint);min-width:40px;font-size:13px;font-variant-numeric:tabular-nums}@media(max-width:900px){.header,.notice-bar{padding-left:16px;padding-right:16px}.header{height:auto;padding-top:12px;padding-bottom:12px;flex-wrap:wrap;gap:12px}.room{grid-template-columns:minmax(0,1fr);padding:16px 16px 40px;gap:16px}.offer{flex-direction:column;align-items:stretch;gap:18px}.offer__action{align-items:stretch}.offer__action .button{white-space:normal}}.admin-bar{height:60px;padding:0 24px;display:flex;align-items:center;gap:24px;background:var(--surface);border-bottom:1px solid var(--border)}.admin-bar__brand{font-weight:700;color:var(--brand);text-decoration:none}.admin-bar__nav{display:flex;gap:4px}.admin-bar__nav a{padding:8px 12px;border-radius:6px;color:var(--muted);text-decoration:none;font-weight:500}.admin-bar__nav a.is-active,.admin-bar__nav a:hover{color:var(--ink);background:var(--bg)}.admin-bar__spacer{flex-grow:1}.admin-main{max-width:1040px;margin:0 auto;padding:32px 24px 64px}.admin-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.admin-head h1{font-size:26px}.admin-create{flex-direction:row;align-items:flex-end;flex-wrap:wrap;margin-bottom:24px}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}.card__title{font-size:17px;font-weight:700}.card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field select,.field input[type=number],.field input[type=url],.field input[type=password],.field input[type=datetime-local]{width:100%;padding:12px;font:inherit;font-size:15px;color:var(--ink);background:var(--surface-2);border:1px solid var(--border);border-radius:6px}.field input:disabled{opacity:.6}.button--small{padding:9px 14px;font-size:14px}.save-bar{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.error-inline{color:#b3452a;font-size:14px}.warning{padding:10px 12px;border:1px solid #c8961e;border-radius:6px;color:#7a5a0a;background:#fff8e6;font-size:14px}.table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden;font-size:14px}.table th,.table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}.table th{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:var(--surface-2)}.table tr:last-child td{border-bottom:none}.table__row--link{cursor:pointer}.table__row--link:hover td{background:var(--surface-2)}.table .is-muted td{color:var(--faint)}.tag{display:inline-block;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;background:var(--bg);color:var(--muted)}.tag--active{background:#e3f1ea;color:#1f6b46}.tag--draft{background:#fff3d6;color:#7a5a0a}.rule{padding:14px;border:1px solid var(--border);border-radius:8px;display:flex;flex-direction:column;gap:10px}.weekdays{display:flex;gap:6px;flex-wrap:wrap}.weekday{padding:6px 10px;border:1px solid var(--border);border-radius:6px;font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.weekday input{display:none}.weekday.is-on{background:var(--brand);color:#fff;border-color:var(--brand)}.hint-row{display:grid;grid-template-columns:84px minmax(0,1fr) 32px;gap:8px;align-items:center}.hint-row input{padding:10px;font:inherit;font-size:14px;color:var(--ink);background:var(--surface-2);border:1px solid var(--border);border-radius:6px;min-width:0}.row-actions{display:flex;gap:8px;flex-wrap:wrap}.link-button{background:none;border:none;padding:0;font:inherit;font-size:14px;color:var(--muted);cursor:pointer;text-align:left}.link-button:hover{color:#b3452a}.color-row{display:flex;gap:8px;align-items:center}.color-row input[type=color]{width:44px;height:44px;padding:2px;border:1px solid var(--border);border-radius:6px;background:var(--surface-2)}.color-row input[type=text]{flex-grow:1}@media(max-width:800px){.admin-grid,.grid-2{grid-template-columns:minmax(0,1fr)}.admin-bar{padding:0 16px;gap:12px}.admin-main{padding:20px 16px 48px}}.upload{display:flex;flex-direction:column;gap:12px;padding-top:8px;border-top:1px solid var(--border)}.progress{height:10px;background:var(--bg);border-radius:999px;overflow:hidden}.progress>div{height:100%;background:var(--action);transition:width .4s ease}.upload__requirements summary{cursor:pointer;font-size:14px;font-weight:600;color:var(--muted)}.upload__requirements p{margin-top:8px}.question{padding:14px 0;border-top:1px solid var(--line, #dfdcd4)}.question:first-of-type{border-top:0}.question__meta{display:flex;flex-wrap:wrap;gap:6px 14px;margin-bottom:6px}.question__text{margin:0 0 10px;padding:8px 14px;border-left:3px solid var(--brand, #1f4e5f);white-space:pre-wrap}.question__answer{margin:0;white-space:pre-wrap}.question textarea{min-height:90px;margin-bottom:10px}.tag--attention{background:#fff1d6;color:#7a4b00}.stats{margin-bottom:24px}.stats__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin:12px 0 18px}.stat__value{font-size:26px;font-weight:700;line-height:1.1}.stat__label{font-size:13px;color:var(--muted);margin-top:2px}.curve{margin:0}.curve svg{width:100%;height:auto;display:block}.curve__axis{stroke:var(--border);stroke-width:1}.curve__tick{font-size:11px;fill:var(--faint)}.curve__area{fill:var(--brand);opacity:.12}.curve__line{fill:none;stroke:var(--brand);stroke-width:2;stroke-linejoin:round}.curve__cta{stroke:var(--action);stroke-width:1.5;stroke-dasharray:4 3}.curve__click{fill:var(--action);opacity:.8}.mail-preview{margin:12px 0;padding:14px 16px;background:var(--surface-2);border:1px solid var(--border);border-radius:6px}.mail-preview pre{margin:8px 0 0;white-space:pre-wrap;font:inherit;font-size:14px;line-height:1.5}.field textarea{line-height:1.5}details.card>summary{cursor:pointer}.card__toggle{display:flex;align-items:center;gap:8px;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer}.card__toggle:focus-visible{outline:2px solid var(--brand);outline-offset:4px;border-radius:4px}.card__chevron{flex:0 0 auto;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--faint);transition:transform .15s ease}.card--closed .card__chevron{transform:rotate(-90deg)}.card--closed .card__head{margin-bottom:0}.card__head+*{margin-top:12px}.image-upload__preview{display:block;max-height:80px;max-width:100%;margin-bottom:10px;padding:8px;background:var(--surface-2);border:1px solid var(--border);border-radius:6px}.image-upload__preview--wide{max-height:none;width:100%;aspect-ratio:16 / 9;object-fit:cover;padding:0}.site{--site-accent: #1f4e5f;--site-accent-2: #2f7d8c;--site-mark: #f2c14e;--site-ink: #16211f;--site-muted: #5b6663;--site-line: #dfe6e3;--site-soft: #f2f6f5;font-family:var(--font-sans);color:var(--site-ink);background:#fff;overflow-x:hidden}.site h1,.site h2,.site h3{margin:0;letter-spacing:-.015em;line-height:1.15}.site h2{font-size:clamp(28px,3.6vw,40px);text-align:center}.site h3{font-size:19px}.site p{margin:0}.site .site__h2-stack{display:flex;flex-direction:column;gap:6px}.site .site__h2-stack span:first-child{color:var(--site-muted);font-size:.7em;font-weight:600}.site__bar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--site-line)}.site__brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:22px;color:var(--site-accent);text-decoration:none}.site__brand-mark{width:14px;height:14px;border-radius:50%;background:var(--site-mark);box-shadow:0 0 0 4px #f2c14e47}.site__nav{display:flex;align-items:center;gap:24px}.site__nav a{color:var(--site-ink);text-decoration:none;font-weight:500}.site__nav a:hover{color:var(--site-accent)}.site__hero{padding:88px 24px 0;text-align:center;background:radial-gradient(ellipse at 50% -20%,rgba(47,125,140,.16),transparent 60%)}.site__hero h1{font-size:clamp(38px,6vw,68px);max-width:980px;margin:0 auto;font-weight:800}.site__hero h1 em{font-style:normal;white-space:nowrap;background:linear-gradient(transparent 60%,var(--site-mark) 60%);padding:0 4px}.site .site__sub{margin:22px auto 0;max-width:760px;font-size:clamp(20px,2.4vw,26px);font-weight:600;text-align:center}.site .site__lead{max-width:720px;margin:18px auto 0;font-size:19px;line-height:1.55;color:var(--site-muted);text-align:center}.site__actions{display:flex;justify-content:center;align-items:center;gap:22px;flex-wrap:wrap;margin-top:32px}.site .button--large{padding:16px 28px;font-size:17px}.site__textlink{color:var(--site-accent);font-weight:600;text-decoration:none}.site__textlink:hover{text-decoration:underline}.site__devices{position:relative;margin:64px auto 0;max-width:1040px}.site__desktop{width:88%;display:block;border-radius:12px;box-shadow:0 40px 80px #14282d42;border:1px solid var(--site-line)}.site__phone{position:absolute;right:0;bottom:-36px;width:22%;border-radius:26px;box-shadow:0 30px 60px #14282d57;border:7px solid #16211f;background:#16211f}.site__block{max-width:1120px;margin:120px auto 0;padding:0 24px}.site__block--tight{margin-top:96px}.site__block--soft{max-width:none;padding:72px 24px;background:var(--site-soft)}.site .site__block--soft>*{max-width:1072px;margin-left:auto;margin-right:auto}.site__block--dark{max-width:1120px;padding:64px 32px;background:var(--site-ink);color:#fff;border-radius:20px}.site__block--dark h2,.site__block--dark h3{color:#fff}.site__block--dark .site__prose p{color:#fffc}.site .site__prose{max-width:720px;margin:22px auto 0;display:flex;flex-direction:column;gap:14px;text-align:center;font-size:18px;line-height:1.6;color:var(--site-muted)}.site .site__prose strong{color:var(--site-ink)}.site__block--dark .site__prose strong{color:#fff}.site .site__claim{margin-top:28px;font-size:clamp(20px,2.4vw,26px);font-weight:700;line-height:1.35;color:var(--site-ink);text-align:center}.site__block--dark .site__claim{color:#fff;margin-top:8px;font-size:clamp(26px,3vw,34px);color:var(--site-mark)}.site .site__note{margin-top:12px;font-size:14px;color:var(--site-muted);text-align:center}.site__three,.site__four{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin-top:40px}.site__three>div,.site__four>div{padding:26px;border:1px solid var(--site-line);border-radius:14px}.site__three h3,.site__four h3{margin-bottom:10px}.site__three p,.site__four p{color:var(--site-muted);line-height:1.55}.site__benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin-top:40px}.site__benefit-grid--3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.site__benefit{padding:28px;border-radius:14px;background:var(--site-soft)}.site__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:18px;border-radius:14px;background:var(--site-accent);color:#fff}.site__benefit h3{margin-bottom:10px}.site__benefit p{color:var(--site-muted);line-height:1.55}.site__steps{max-width:1120px;margin:120px auto 0;padding:64px 32px;text-align:center;background:var(--site-ink);color:#fff;border-radius:20px}.site__steps h2{color:#fff}.site__step-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px;margin:40px 0 0;padding:0;list-style:none;text-align:left}.site__step-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:16px;border-radius:50%;background:var(--site-mark);color:var(--site-ink);font-weight:800;font-size:18px}.site__steps h3{margin-bottom:10px;color:#fff}.site__steps p{color:#ffffffc7;line-height:1.55}.site .site__steps-claim{margin-top:44px;font-size:clamp(22px,2.6vw,30px);font-weight:700;line-height:1.3;color:#fff}.site__steps .site__actions{margin-top:28px}.site__journey{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin:40px auto 0;padding:0;list-style:none}.site__journey li{position:relative;padding:22px 18px 18px;background:#fff;border:1px solid var(--site-line);border-radius:12px;font-weight:600;line-height:1.4}.site__journey li span{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-bottom:12px;border-radius:50%;background:var(--site-mark);color:var(--site-ink);font-size:14px}.site__journey-shots{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:40px}.site__journey-shots img,.site__gallery img{width:100%;border-radius:12px;border:1px solid var(--site-line);box-shadow:0 20px 45px #14282d24}.site__versus{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:40px}.site__versus-col{padding:30px;border:1px solid var(--site-line);border-radius:16px}.site__versus-col--us{background:var(--site-soft);border-color:var(--site-accent)}.site__versus-col h3{margin-bottom:18px;font-size:22px}.site__versus-col ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px;color:var(--site-muted);font-size:17px;line-height:1.5}.site__versus-col li:before{content:"–";margin-right:10px;color:var(--site-muted)}.site__versus-col--us li{color:var(--site-ink);font-weight:500}.site__versus-col--us li:before{content:"✓";color:var(--site-accent)}.site__simple{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 18px;margin:36px 0;padding:0;list-style:none;font-size:clamp(20px,2.6vw,28px);font-weight:700}.site__simple li:after{content:"→";margin-left:18px;color:var(--site-mark);font-weight:400}.site__simple li:last-child:after{content:none}.site__simple-done{color:var(--site-mark)}.site__demo{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.site__demo figure{margin:0}.site__demo img{width:100%;aspect-ratio:16 / 10;object-fit:cover;object-position:top;border-radius:12px;border:1px solid var(--site-line);box-shadow:0 20px 45px #14282d24}.site__demo figcaption{margin-top:14px}.site__demo h3{margin-bottom:4px}.site__demo p{color:var(--site-muted);line-height:1.5}.site__trust{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:18px;margin:36px auto 0;padding:0;list-style:none}.site__trust li{display:flex;flex-direction:column;gap:6px;padding:22px;background:#fff;border:1px solid var(--site-line);border-radius:12px}.site__trust strong{font-size:17px}.site__trust span{color:var(--site-muted);font-size:15px;line-height:1.45}.site__trial{max-width:640px;margin:64px auto 80px;padding:0 24px;text-align:center}.site__trial h1{font-size:clamp(32px,4.5vw,46px);font-weight:800}.site__trial-steps{display:flex;flex-direction:column;gap:14px;margin:36px 0;padding:0;list-style:none;text-align:left;counter-reset:schritt}.site__trial-steps li{display:grid;grid-template-columns:40px 1fr;gap:4px 14px;padding:18px 20px;border:1px solid var(--site-line);border-radius:12px;counter-increment:schritt}.site__trial-steps li:before{content:counter(schritt);grid-row:span 2;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--site-mark);color:var(--site-ink);font-weight:800}.site__trial-steps span{color:var(--site-muted);line-height:1.5}.site__gallery{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:40px}.site__gallery figure{margin:0}.site__gallery figcaption{margin-top:16px}.site__gallery h3{margin-bottom:6px}.site__gallery p{color:var(--site-muted);line-height:1.5}.site__check{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px 28px;max-width:900px;margin:36px auto 0;padding:0;list-style:none;font-size:17px}.site__check li:before{content:"✓";margin-right:12px;font-weight:700;color:var(--site-accent)}.site__check--tight{grid-template-columns:1fr;gap:10px;margin:26px 0;font-size:16px}.site__price{max-width:520px;margin:36px auto 0;padding:36px;border:2px solid var(--site-accent);border-radius:20px;text-align:center}.site__price-amount{display:flex;flex-direction:column;gap:6px;font-size:34px;font-weight:800;color:var(--site-accent)}.site__price-amount small{font-size:15px;font-weight:500;color:var(--site-muted)}.site__price-placeholder{display:inline-block;padding:6px 18px;border:2px dashed var(--site-accent);border-radius:10px}.site .site__price-cancel{margin:0 0 22px;font-weight:600}.site__price .site__check{text-align:left}.site .site__price-note{margin-top:14px;font-size:14px;color:var(--site-muted)}.site__faq{max-width:760px;margin:120px auto 0;padding:0 24px}.site__faq h2{margin-bottom:28px}.site__faq-item{border-bottom:1px solid var(--site-line)}.site__faq-item button{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px 0;border:0;background:none;font:inherit;font-size:18px;font-weight:600;color:var(--site-ink);text-align:left;cursor:pointer}.site__faq-item button span{color:var(--site-accent);font-size:22px}.site .site__faq-item p{padding:0 0 20px;color:var(--site-muted);line-height:1.6}.site__cta{max-width:900px;margin:120px auto 0;padding:64px 32px;text-align:center;background:linear-gradient(135deg,var(--site-accent),var(--site-accent-2));color:#fff;border-radius:20px}.site__cta h2{color:#fff;margin-bottom:12px}.site .site__cta-sub{font-size:clamp(20px,2.4vw,26px);font-weight:700;margin:0 0 18px}.site .site__cta p{max-width:620px;margin:0 auto 28px;font-size:18px;line-height:1.55;color:#ffffffe6}.site__cta .button{background:#fff;color:var(--site-accent)}.site .site__cta-note{margin:22px auto 0;font-size:14px;color:#ffffffbf}.site__cta-note a{color:#fff}.site__footer{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;padding:48px 24px 56px;color:var(--site-muted);font-size:14px}.site__footer a{color:var(--site-muted)}.site__legal{max-width:720px;margin:40px auto;padding:0 24px}.site__legal h1{font-size:32px;margin-bottom:16px}@media(max-width:760px){.site__nav a:not(.button){display:none}.site__hero{padding-top:48px}.site__hero h1 em{white-space:normal;-webkit-box-decoration-break:clone;box-decoration-break:clone}.site__desktop{width:100%}.site__phone{width:30%;bottom:-20px}.site__block,.site__steps,.site__faq,.site__cta{margin-top:72px}.site__block--soft{margin-top:72px;padding:48px 20px}.site__block--dark,.site__steps,.site__cta{border-radius:0}.site__versus,.site__journey-shots,.site__gallery,.site__demo{grid-template-columns:1fr}.site__simple{flex-direction:column;align-items:center}.site__simple li:after{content:none}}
