/* ============================================================
   «Тиха Гавань» — оформлення видання
   Бічна навігація, холодна палітра, плоскі кольорові панелі
   замість тіней. Заголовки — гротеск, текст статей — антиква.
   ============================================================ */
:root{
  --bg:#f5f6f8; --surface:#ffffff; --panel:#ecedf2; --panel-2:#e3e5ec;
  --ink:#191b21; --ink-2:#414652; --muted:#767c8b; --line:#dfe1e8; --line-2:#cdd0da;
  --acc:#4b3f72; --acc-d:#382e58; --acc-ink:#2c2447; --acc-soft:#eae7f2; --acc-tint:#f5f3f9;
  --hot:#191b21; --hot-d:#0c0d11; --hot-ink:#191b21; --hot-soft:#e8e9ee;
  --ok:#3f7a63; --ok-soft:#e6f0eb;
  --shadow-sm:none; --shadow:none; --shadow-lg:0 20px 50px -34px rgba(25,27,33,.55);
  --r:10px;
  --sans:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --serif:Georgia,"Iowan Old Style","Times New Roman",serif;
  --side:248px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16.5px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip}
a{color:inherit;text-decoration:none}
p{margin:0}
/* height:auto обов'язковий — інакше атрибут height у розмітці переважає aspect-ratio */
img{display:block;max-width:100%;height:auto;object-fit:cover}
h1,h2,h3,h4{margin:0;font-family:var(--sans);font-weight:750;letter-spacing:-.028em;line-height:1.14;color:var(--ink)}
.eyebrow{font-size:.66rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--acc)}
.tag{display:inline-block;font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--acc-ink);background:var(--acc-soft);padding:.28rem .6rem;border-radius:100px;align-self:flex-start}
.byline{font-size:.81rem;color:var(--muted)}
.byline b{color:var(--ink-2);font-weight:600}
.rev{display:inline-flex;align-items:center;gap:.35rem;font-size:.79rem;color:var(--ok);font-weight:600}
.rev svg{width:14px;height:14px;flex-shrink:0;stroke:var(--ok);fill:none;stroke-width:2.2}
.uachip{display:inline-flex;align-items:center;gap:.4rem;font-weight:600}
.uaflag{width:17px;height:12px;border-radius:2px;overflow:hidden;box-shadow:0 0 0 1px rgba(0,0,0,.08);flex-shrink:0;display:block}
.uaflag i{display:block;height:50%}
.uaflag .b{background:#0057b7}.uaflag .y{background:#ffd700}

/* ---------- каркас: бічна колонка + контент ---------- */
.layout{display:grid;grid-template-columns:var(--side) minmax(0,1fr);min-height:100vh}
.side{background:var(--surface);border-right:1px solid var(--line);padding:1.5rem 1.25rem;position:sticky;top:0;height:100vh;overflow-y:auto;display:flex;flex-direction:column;gap:1.4rem}
.logo{display:flex;align-items:center;gap:.6rem}
.logo .mk{width:34px;height:34px;flex-shrink:0}
.logo .wm{display:flex;flex-direction:column;line-height:1.08}
.logo .n{font-size:1.16rem;font-weight:750;letter-spacing:-.03em}
.logo .n b{color:var(--acc);font-weight:750}
.logo .s{font-size:.55rem;font-weight:700;letter-spacing:.19em;text-transform:uppercase;color:var(--muted);margin-top:.2rem}
.snav{display:flex;flex-direction:column;gap:.1rem}
.snav .lbl{font-size:.62rem;font-weight:700;letter-spacing:.19em;text-transform:uppercase;color:var(--muted);margin:0 0 .5rem .6rem}
.snav a{font-size:.94rem;font-weight:600;color:var(--ink-2);padding:.5rem .6rem;border-radius:8px;display:flex;align-items:center;justify-content:space-between}
.snav a:hover{background:var(--panel);color:var(--acc)}
.snav a.on{background:var(--acc-soft);color:var(--acc-ink)}
.snav a span{font-size:.72rem;color:var(--muted);font-weight:600}
.side-cta{margin-top:auto;display:block;background:var(--hot);color:#fff;border-radius:var(--r);padding:.85rem 1rem;font-weight:700;font-size:.92rem;text-align:center}
.side-cta:hover{background:var(--hot-d)}
.side-foot{font-size:.76rem;color:var(--muted);line-height:1.6}
.side-foot a{color:var(--acc)}
.side-foot .sf-l{display:flex;flex-wrap:wrap;gap:.5rem .8rem;margin-top:.6rem}

.main-col{min-width:0}
.wrap{max-width:900px;margin:0 auto;padding:0 clamp(1rem,3.5vw,2.4rem)}
.wrap.tight{max-width:720px}

/* верхня смуга (тільки мобільна) */
.topbar{display:none;position:sticky;top:0;z-index:50;background:var(--surface);border-bottom:1px solid var(--line);padding:.6rem clamp(1rem,4vw,1.4rem);align-items:center;justify-content:space-between;gap:.8rem}
.icon-btn{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;color:var(--ink-2);background:none;border:0;cursor:pointer}
.icon-btn:hover{background:var(--panel);color:var(--acc)}
.icon-btn svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.9}
@media(max-width:1000px){
  .layout{grid-template-columns:1fr}
  .side{display:none}
  .topbar{display:flex}
}
.mmenu{position:fixed;inset:0;background:var(--surface);z-index:95;padding:1rem clamp(1rem,5vw,2rem);opacity:0;transform:translateY(-8px);pointer-events:none;transition:.26s ease;overflow-y:auto}
.mmenu.open{opacity:1;transform:none;pointer-events:auto}
.mmenu .mh{display:flex;justify-content:space-between;align-items:center;height:52px;border-bottom:1px solid var(--line);margin-bottom:.9rem}
.mmenu a{display:block;font-size:1.28rem;font-weight:700;letter-spacing:-.02em;padding:.6rem 0;border-bottom:1px solid var(--line)}

/* пошук */
.srch{position:fixed;inset:0;background:rgba(25,27,33,.42);z-index:98;display:none;padding-top:12vh}
.srch.open{display:block}
.srch-box{max-width:600px;margin:0 auto;background:var(--surface);border-radius:var(--r);overflow:hidden}
.srch-box input{width:100%;height:58px;border:0;outline:0;padding:0 1.1rem;font-size:1.05rem;font-family:inherit;color:var(--ink)}
.srch-res{max-height:52vh;overflow-y:auto;border-top:1px solid var(--line)}
.srch-res a{display:block;padding:.7rem 1.1rem;border-bottom:1px solid var(--line);font-size:.93rem}
.srch-res a:hover{background:var(--panel)}
.srch-res .e{padding:1rem 1.1rem;color:var(--muted);font-size:.9rem}

/* ---------- головна ---------- */
.opener{background:var(--panel);border-radius:var(--r);padding:clamp(1.4rem,3.6vw,2.4rem);margin:clamp(1.2rem,3vw,2rem) 0}
.opener .eyebrow{color:var(--acc)}
.opener h1{font-size:clamp(1.7rem,4vw,2.6rem);margin:.7rem 0 .7rem}
.opener p{font-size:1.05rem;color:var(--ink-2);max-width:60ch}
.opener .meta{display:flex;flex-wrap:wrap;gap:.5rem 1.1rem;align-items:center;margin-top:1.1rem}
.opener img{width:100%;aspect-ratio:16/9;border-radius:8px;margin-top:1.3rem}

.sec{padding:clamp(1.3rem,3vw,2rem) 0}
.sec-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}
.sec-head h2{font-size:1.16rem;letter-spacing:-.02em}
.sec-head a{font-size:.82rem;font-weight:600;color:var(--acc)}
.sec-head a:hover{text-decoration:underline}

/* рядкова стрічка — не сітка карток */
.rows{display:flex;flex-direction:column}
.row-i{display:grid;grid-template-columns:172px minmax(0,1fr);gap:1.2rem;align-items:start;padding:1.1rem 0;border-top:1px solid var(--line)}
.row-i:last-child{border-bottom:1px solid var(--line)}
.row-i img{width:100%;aspect-ratio:4/3;border-radius:8px}
.row-i h3{font-size:1.1rem;margin-bottom:.35rem}
.row-i p{font-size:.92rem;color:var(--muted)}
.row-i .byline{margin-top:.55rem}
.row-i:hover h3{color:var(--acc)}
@media(max-width:620px){.row-i{grid-template-columns:96px minmax(0,1fr);gap:.85rem}.row-i img{aspect-ratio:1/1}.row-i h3{font-size:.99rem}.row-i p{display:none}}

/* панель «питання тижня» */
.qpanel{background:var(--acc-tint);border-radius:var(--r);padding:clamp(1.3rem,3vw,2rem);display:grid;grid-template-columns:minmax(0,1fr) 168px;gap:1.4rem;align-items:center}
@media(max-width:640px){.qpanel{grid-template-columns:1fr}.qpanel img{display:none}}
.qpanel h2{font-size:1.3rem;margin:.55rem 0 .5rem}
.qpanel p{color:var(--ink-2);font-size:.96rem}
.qpanel img{width:168px;height:168px;border-radius:50%}
.qpanel .go{display:inline-block;margin-top:1rem;font-weight:700;font-size:.92rem;color:var(--acc)}

/* редакційна нота */
.enote{display:grid;grid-template-columns:64px minmax(0,1fr);gap:1rem;align-items:center;background:var(--surface);border-radius:var(--r);padding:1.2rem 1.3rem}
.enote img{width:64px;height:64px;border-radius:50%}
.enote h3{font-size:1rem;margin-bottom:.25rem}
.enote p{font-size:.9rem;color:var(--muted)}

.pills{display:flex;flex-wrap:wrap;gap:.5rem;padding:.4rem 0 1.4rem}
.pills a{font-size:.85rem;font-weight:600;background:var(--surface);border:1px solid var(--line);padding:.45rem .9rem;border-radius:100px;color:var(--ink-2)}
.pills a:hover{border-color:var(--acc);color:var(--acc)}

/* ---------- рубрика ---------- */
.hub-head{background:var(--panel);border-radius:var(--r);padding:clamp(1.3rem,3.4vw,2.2rem);margin:clamp(1.2rem,3vw,2rem) 0 .6rem}
.hub-head h1{font-size:clamp(1.6rem,3.8vw,2.3rem);margin:.6rem 0 .5rem}
.hub-head p{color:var(--ink-2);max-width:60ch}

/* ---------- стаття ---------- */
.art-top{background:var(--panel);border-radius:var(--r);padding:clamp(1.3rem,3.4vw,2.2rem);margin:clamp(1.2rem,3vw,2rem) 0 0}
.crumbs{font-size:.78rem;color:var(--muted);margin-bottom:.8rem}
.crumbs a{color:var(--acc)}
.crumbs a:hover{text-decoration:underline}
.art-top h1{font-size:clamp(1.6rem,3.9vw,2.4rem);margin:.6rem 0 .65rem}
.art-top .sub{font-family:var(--serif);font-size:1.08rem;color:var(--ink-2)}
.art-top .meta{display:flex;flex-wrap:wrap;gap:.5rem 1.1rem;align-items:center;margin-top:1.1rem;padding-top:.9rem;border-top:1px solid var(--line-2)}
.art-img{margin:1.4rem 0}
.art-img img{width:100%;aspect-ratio:3/2;border-radius:8px}
.art-img figcaption{font-size:.79rem;color:var(--muted);margin-top:.5rem}
.prose{font-family:var(--serif);font-size:1.09rem;line-height:1.8;color:var(--ink-2)}
.prose>*+*{margin-top:1.1rem}
.prose h2{font-family:var(--sans);font-size:clamp(1.22rem,2.5vw,1.5rem);color:var(--ink);margin-top:2.1rem;letter-spacing:-.025em}
.prose h3{font-family:var(--sans);font-size:1.1rem;color:var(--ink);margin-top:1.6rem;letter-spacing:-.02em}
.prose strong,.prose b{color:var(--ink);font-weight:700}
.prose ul,.prose ol{margin:1.1rem 0;padding-left:1.25rem}
.prose li+li{margin-top:.5rem}
.prose a{color:var(--acc);text-decoration:underline;text-underline-offset:2px}
.prose blockquote{margin:1.7rem 0;padding:1.1rem 1.3rem;background:var(--acc-tint);border-radius:8px;font-family:var(--sans);font-size:1.02rem;font-weight:600;color:var(--acc-ink);line-height:1.55}
.callout{background:var(--surface);border-left:3px solid var(--acc);border-radius:0 8px 8px 0;padding:1.05rem 1.2rem;font-family:var(--sans);font-size:.96rem;color:var(--ink-2)}
.callout b{color:var(--ink)}
.tbl{width:100%;border-collapse:collapse;font-family:var(--sans);font-size:.92rem}
.tbl th,.tbl td{text-align:left;padding:.6rem .7rem;border-bottom:1px solid var(--line)}
.tbl th{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.tbl tr:nth-child(even) td{background:var(--surface)}
.srcs{margin-top:2.2rem;background:var(--surface);border-radius:var(--r);padding:1.1rem 1.25rem;font-family:var(--sans);font-size:.84rem;color:var(--muted)}
.srcs h4{font-size:.68rem;letter-spacing:.17em;text-transform:uppercase;color:var(--ink-2);margin-bottom:.55rem}
.srcs li+li{margin-top:.3rem}

/* ---------- статичні сторінки ---------- */
.page{padding:clamp(1.3rem,3vw,2rem) 0 2.4rem}
.page h1{font-size:clamp(1.6rem,3.8vw,2.3rem);margin-bottom:.7rem}
.page .upd{font-size:.81rem;color:var(--muted);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}
.cards2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.5rem 0}
@media(max-width:680px){.cards2{grid-template-columns:1fr}}
.cbox{background:var(--surface);border-radius:var(--r);padding:1.1rem 1.2rem}
.cbox h3{font-size:1rem;margin-bottom:.35rem}
.cbox p,.cbox a{font-size:.92rem;color:var(--ink-2)}
.cbox a{color:var(--acc);text-decoration:underline}
.nl-form{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}
.nl-form input{flex:1 1 220px;height:48px;border:1px solid var(--line);border-radius:9px;padding:0 .9rem;font-size:.98rem;font-family:inherit;background:var(--surface);color:var(--ink);outline:0}
.nl-form input:focus{border-color:var(--acc);box-shadow:0 0 0 3px var(--acc-soft)}
.nl-form button{height:48px;padding:0 1.4rem;border:0;border-radius:9px;background:var(--hot);color:#fff;font-weight:700;font-size:.94rem;font-family:inherit;cursor:pointer}
.nl-form button:hover{background:var(--hot-d)}
.nl-msg{font-size:.86rem;margin-top:.5rem;min-height:1.1rem;color:var(--acc)}

/* ---------- підвал контентної колонки ---------- */
footer.site{border-top:1px solid var(--line);margin-top:2.5rem;padding:1.8rem 0 2.2rem}
.f-nap{font-size:.83rem;color:var(--muted);line-height:1.75;margin-bottom:1rem}
.f-nap b{color:var(--ink-2)}
.f-nap a{color:var(--acc)}
.f-links{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;font-size:.85rem;color:var(--ink-2);padding-bottom:1rem;border-bottom:1px solid var(--line)}
.f-links a:hover{color:var(--acc)}
.f-disc{font-size:.79rem;color:var(--muted);line-height:1.65;padding:1rem 0}
.f-disc b{color:var(--ink-2)}
.f-copy{font-size:.79rem;color:var(--muted)}

[data-rise].pre{opacity:0;transform:translateY(14px)}
[data-rise].in{opacity:1;transform:none;transition:opacity .55s ease,transform .55s cubic-bezier(.32,.72,0,1)}
@media(prefers-reduced-motion:reduce){[data-rise].pre{opacity:1;transform:none}}


/* ==== блок VSL ==== */
/* hero head */
.vsl-head{padding:clamp(1.5rem,4vw,2.4rem) 0 clamp(1.2rem,3.2vw,1.7rem);text-align:center;max-width:860px}
.vsl-head h1{font-size:clamp(1.6rem,5vw,3.15rem);line-height:1.14;letter-spacing:-.025em;font-weight:800;overflow-wrap:break-word}
.vsl-head h1 .hl{background-image:linear-gradient(180deg,transparent 60%,rgba(75,63,114,.20) 60%,rgba(75,63,114,.20) 92%,transparent 92%);padding:0 .06em;border-radius:2px}

/* ===== player: preview (16:9) -> play -> immersive, chromeless ===== */
.stage{padding:0}
.vidcont{max-width:1000px;margin:0 auto;transition:max-width .5s cubic-bezier(.32,.72,0,1)}
.vidcont.wide{max-width:100%}                    /* desktop: full width on play */
.vidwrap{position:relative;aspect-ratio:16/9;overflow:hidden;box-shadow:var(--shadow-lg);background:#0b1220}
.vidcont.tall .vidwrap{aspect-ratio:9/16;max-height:none}   /* mobile play: becomes tall inline (scrollable) */
.v-main{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;background:#0b1220}
/* preview cover */
.preloader{position:absolute;inset:0;z-index:5;cursor:pointer}
.preloader>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.preloader .shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,12,24,.28),rgba(6,12,24,.62))}
.preloader.gone{opacity:0;pointer-events:none;transition:opacity .5s ease}
.pl-stack{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;width:90%}
.pl-play{position:relative;width:90px;height:90px;border-radius:999px;border:0;cursor:pointer;background:rgba(255,255,255,.18);backdrop-filter:blur(6px);display:grid;place-items:center;box-shadow:0 10px 40px -8px rgba(0,0,0,.5);transition:transform .4s cubic-bezier(.32,.72,0,1),background .3s;animation:beat 2.4s ease-in-out infinite}
.pl-play::before,.pl-play::after{content:"";position:absolute;inset:0;border-radius:999px;border:2px solid rgba(255,255,255,.5);animation:ring 2.4s cubic-bezier(.22,.61,.36,1) infinite}
.pl-play::after{animation-delay:1.2s}
@keyframes ring{0%{transform:scale(1);opacity:.7}80%{transform:scale(1.7);opacity:0}100%{opacity:0}}
@keyframes beat{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}
.preloader:hover .pl-play{background:rgba(255,255,255,.3)}
.pl-play svg{width:36px;height:36px;fill:#fff;margin-left:5px}
.pl-label{color:#fff;font-size:1.02rem;font-weight:700;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.55);letter-spacing:.01em;max-width:22ch}
.p-badge{position:absolute;z-index:6;left:14px;top:14px;display:inline-flex;align-items:center;gap:.44rem;background:rgba(9,15,28,.62);backdrop-filter:blur(6px);color:#fff;font-size:.76rem;font-weight:700;padding:.4rem .7rem;border-radius:999px}
.p-badge .dot{width:8px;height:8px;border-radius:999px;background:#ff5c5c;animation:blip 1.6s infinite}
@keyframes blip{0%{box-shadow:0 0 0 0 rgba(255,92,92,.55)}70%{box-shadow:0 0 0 7px rgba(255,92,92,0)}100%{box-shadow:0 0 0 0 rgba(255,92,92,0)}}
.preloader.gone .p-badge{display:none}
/* stop/collapse (×) — only affordance, no player chrome */
.imm-x{position:absolute;z-index:8;top:12px;right:12px;width:40px;height:40px;border:0;border-radius:999px;cursor:pointer;display:none;place-items:center;background:rgba(9,15,28,.5);backdrop-filter:blur(6px);color:#fff}
.imm-x svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2.2}
.vidcont.wide .imm-x,.vidcont.tall .imm-x{display:grid}   /* show once playing */
/* tap-to-play/pause overlay (no native controls) */
.v-main{cursor:pointer}
.tap-play{position:absolute;inset:0;z-index:7;display:none;place-items:center;background:rgba(6,12,24,.28);pointer-events:none}
.vidcont.paused .tap-play{display:grid}
.tap-play span{width:84px;height:84px;border-radius:999px;background:rgba(255,255,255,.18);backdrop-filter:blur(6px);display:grid;place-items:center;box-shadow:0 10px 40px -8px rgba(0,0,0,.5)}
.tap-play svg{width:34px;height:34px;fill:#fff;margin-left:5px}
/* buffering loader (from tap until real playback) */
.vid-loader{position:absolute;inset:0;z-index:9;display:none;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:rgba(8,14,26,.8);backdrop-filter:blur(2px);color:#fff;text-align:center;padding:1.2rem}
.vidcont.loading .vid-loader{display:flex}
.vid-loader .spin{width:52px;height:52px;border-radius:999px;border:4px solid rgba(255,255,255,.22);border-top-color:#fff;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.vid-loader .lt{font-size:1rem;font-weight:700;letter-spacing:.01em;text-shadow:0 2px 10px rgba(0,0,0,.5)}
@media(prefers-reduced-motion:reduce){.vid-loader .spin{animation-duration:1.6s}}
/* sound note */
.sound-note{max-width:640px;margin:.95rem auto 0;text-align:center;font-size:.9rem;font-weight:600;color:var(--ink-2);display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}
.sound-note span{min-width:0}
.sound-note svg{width:18px;height:18px;stroke:var(--acc);fill:none;stroke-width:1.9;flex-shrink:0}
.sound-note.hide{display:none}
@media(prefers-reduced-motion:reduce){.pl-play,.pl-play::before,.pl-play::after,.p-badge .dot{animation:none}}

/* form card under video */
.formcard{margin-top:1.05rem;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);overflow:hidden;
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}
@media(max-width:720px){.formcard{grid-template-columns:1fr}}
.fc-media{position:relative;background:linear-gradient(160deg,#eef0f5 0%,#e2e5ee 46%,#f7f8fa 100%);display:flex;align-items:center;justify-content:center;padding:1.2rem;min-height:230px}
.fc-media::before{content:"";position:absolute;width:300px;height:300px;border-radius:999px;background:radial-gradient(circle,rgba(75,63,114,.14),transparent 62%);top:-40px;left:-40px}
.fc-media img{position:relative;max-height:290px;width:auto;filter:drop-shadow(0 26px 34px rgba(25,27,33,.22))}
.fc-media .cap{position:absolute;left:0;right:0;bottom:0;padding:.7rem 1rem;background:linear-gradient(0deg,rgba(255,255,255,.94),transparent);text-align:center;font-size:.78rem;font-weight:600;color:var(--acc-ink)}
.fc-body{padding:clamp(1.2rem,2.6vw,1.9rem)}
.fc-body .eyebrow{color:var(--hot-d)}
.fc-body h2{font-size:clamp(1.28rem,2.3vw,1.62rem);margin:.5rem 0 .35rem}
.fc-body p.lede{color:var(--muted);font-size:.92rem;margin-bottom:1.1rem}
.field{margin-bottom:.72rem}
.field label{display:block;font-size:.76rem;font-weight:700;color:var(--ink-2);margin-bottom:.32rem;letter-spacing:.01em}
.field input{width:100%;height:52px;border:1.5px solid var(--line);border-radius:12px;padding:0 .95rem;font-size:1rem;font-family:inherit;color:var(--ink);background:#fafbfc;transition:border-color .2s,box-shadow .2s;outline:none}
.field input:focus{border-color:var(--acc);box-shadow:0 0 0 4px var(--acc-soft);background:#fff}
.phone-wrap{display:flex;align-items:stretch;border:1.5px solid var(--line);border-radius:9px;overflow:hidden;background:#fafbfc;transition:border-color .2s,box-shadow .2s}
.phone-wrap:focus-within{border-color:var(--acc);box-shadow:0 0 0 4px var(--acc-soft);background:#fff}
.phone-wrap .cc{display:flex;align-items:center;gap:.42rem;padding:0 .8rem;font-weight:700;color:var(--ink-2);border-right:1.5px solid var(--line);white-space:nowrap;font-size:.98rem}
.phone-wrap input{border:0;box-shadow:none;background:transparent;height:52px;flex:1}
.submit{width:100%;height:56px;margin-top:.35rem;border:0;border-radius:12px;cursor:pointer;font-size:1.06rem;font-weight:800;color:#ffffff;
  background:linear-gradient(180deg,var(--hot),var(--hot-d));box-shadow:0 10px 24px -8px rgba(25,27,33,.34);transition:transform .3s cubic-bezier(.32,.72,0,1),box-shadow .3s;
  display:inline-flex;align-items:center;justify-content:center;gap:.6rem}
.submit:hover{transform:translateY(-2px);box-shadow:0 14px 30px -8px rgba(25,27,33,.44)}
.submit:active{transform:translateY(0) scale(.99)}
.submit svg{width:19px;height:19px;stroke:#ffffff;fill:none;stroke-width:2.4}
.fc-note{display:flex;align-items:center;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-top:.85rem;font-size:.79rem;color:var(--muted)}
.fc-note b{color:var(--ink-2);font-weight:700}
.fc-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}
.fc-chips span{font-size:.72rem;font-weight:700;color:var(--acc-ink);background:var(--acc-soft);padding:.3rem .62rem;border-radius:100px}
.ph-hint{font-size:.8rem;margin-top:.42rem;min-height:1.05rem;color:var(--muted);padding-left:.15rem;transition:color .15s}
.ph-hint.ok{color:#0a7d3c;font-weight:600}
.ph-hint.ok::before{content:"\2713 "}
.ph-hint.warn{color:#c0791a;font-weight:600}
.fc-consent{font-size:.75rem;line-height:1.55;color:var(--muted);text-align:center;margin:.8rem 0 0}
.fc-consent a{color:var(--acc-ink);text-decoration:underline}
.fc-trust{display:grid;grid-template-columns:1fr 1fr;gap:.62rem .9rem;margin-top:.9rem;padding-top:.95rem;border-top:1px solid var(--line)}
.fct{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--ink-2);font-weight:600;line-height:1.2}
.fct svg{width:19px;height:19px;flex:none;stroke:var(--acc);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:380px){.fc-trust{grid-template-columns:1fr}}
.fc-note .sep{width:4px;height:4px;border-radius:999px;background:#cdd0da}
.fc-ok{display:none;text-align:center;padding:1.3rem .5rem}
.fc-ok .ico{width:64px;height:64px;border-radius:999px;background:var(--ok-soft);display:grid;place-items:center;margin:0 auto .8rem}
.fc-ok .ico svg{width:32px;height:32px;stroke:var(--ok);fill:none;stroke-width:2.4}
.fc-ok h3{font-size:1.3rem;margin-bottom:.4rem}
.fc-ok p{color:var(--muted);font-size:.93rem}

/* trust strip */
.trust{margin-top:1.15rem;background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow-sm);
  display:flex;align-items:center;justify-content:center;gap:.6rem 2rem;flex-wrap:wrap;padding:.95rem 1.1rem}
.trust .t-i{display:flex;align-items:center;gap:.55rem;font-size:.9rem;color:var(--ink-2);font-weight:600}
.trust .t-i svg{width:20px;height:20px;stroke:var(--ok);fill:none;stroke-width:1.9;flex-shrink:0}
.trust .t-i b{color:var(--ink);font-weight:800}

/* CTA */
.cta{text-align:center}
.cta .box{background:linear-gradient(135deg,var(--acc),var(--acc-d));border-radius:12px;padding:clamp(1.8rem,4vw,2.8rem);color:#fff;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}
.cta .box::before{content:"";position:absolute;width:360px;height:360px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.15),transparent 62%);top:-120px;right:-80px}
.cta h2{color:#fff;font-size:clamp(1.5rem,3vw,2.1rem);margin-bottom:.6rem;position:relative}
.cta p{color:rgba(255,255,255,.9);max-width:52ch;margin:0 auto 1.4rem;position:relative}
.cta .gobtn{position:relative;display:inline-flex;align-items:center;gap:.7rem;background:linear-gradient(180deg,var(--hot),var(--hot-d));color:#ffffff;font-weight:800;font-size:1.05rem;padding:1rem 1.7rem;border-radius:999px;box-shadow:0 12px 30px -8px rgba(0,0,0,.4);transition:transform .3s cubic-bezier(.32,.72,0,1)}
.cta .gobtn:hover{transform:translateY(-2px)}
.cta .gobtn .ci{width:30px;height:30px;border-radius:999px;background:rgba(255,255,255,.18);display:grid;place-items:center}
.cta .gobtn svg{width:15px;height:15px;stroke:#ffffff;fill:none;stroke-width:2.6}



/* — форма елементів VSL під оформлення «Тихої Гавані» — */
.stage{margin-top:clamp(1rem,2.6vw,1.8rem)}
.vsl-head{margin:0 auto}
.vsl-head h1{font-family:var(--sans);font-weight:750;letter-spacing:-.03em}
.vidwrap{border-radius:12px}
.formcard{border:0;background:var(--surface)}
.fc-body h2{letter-spacing:-.025em}
.submit{border-radius:9px;font-family:var(--sans)}
.field input,.phone-wrap{border-radius:9px;border-color:var(--line)}
.fc-chips span{border-radius:100px}
.cta .gobtn{border-radius:9px}
.cta .box{border-radius:12px}
.p-badge{border-radius:100px}
.trust{border:0;background:var(--surface)}
