/* catalog-landing.css — общие стили для модельных лендингов 160drive */
@font-face{font-family:'GolosText';src:url('/fonts/69c235d3071d095782574e26_GolosText-Regular.ttf')format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:'GolosText';src:url('/fonts/69c235d33068a253b77eb053_GolosText-Medium.ttf')format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:'GolosText';src:url('/fonts/69c235d3a13dc729bd02b8dc_GolosText-SemiBold.ttf')format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:'GolosText';src:url('/fonts/69c235d38fe0d8a27ab0f4c2_GolosText-Bold.ttf')format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:'GolosText';src:url('/fonts/69c235d39a144d4a4da66ec5_GolosText-Black.ttf')format('truetype');font-weight:800 900;font-display:swap}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --W:#fff;--B:#1d1d1f;--G:#f5f5f7;--G2:#e8e8ed;
  --M:#6e6e73;--R:#C8102E;--GR:#059669;--AM:#f59e0b;
  --F:'GolosText',-apple-system,Arial,sans-serif;
  --MAX:1200px;--WIDE:1440px;
}
html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}
body{font-family:var(--F);color:var(--B);background:var(--W);
  font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.w{max-width:var(--MAX);margin:0 auto;padding:0 48px}

/* ── HEADER ── */
.hdr{position:sticky;top:0;z-index:200;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(180%) blur(20px);
  -webkit-backdrop-filter:saturate(180%) blur(20px);
  border-bottom:1px solid var(--G2)}
.hdr-i{max-width:var(--WIDE);margin:0 auto;padding:0 40px;height:80px;
  display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo img{height:72px;width:auto}
.hdr-mid{font-size:13px;color:var(--M);display:flex;align-items:center;gap:16px}
.hdr-stars{color:var(--AM);letter-spacing:1px;font-size:14px}
.hdr-r{display:flex;gap:10px;align-items:center}
.btn-tg{display:inline-flex;align-items:center;gap:7px;
  background:#229ED9;color:#fff;padding:9px 20px;border-radius:980px;
  font-family:var(--F);font-weight:600;font-size:14px;border:none;cursor:pointer;
  transition:background .18s,transform .15s}
.btn-tg:hover{background:#1a8ec5;transform:translateY(-1px)}
.btn-tg svg{width:15px;height:15px;fill:currentColor;flex-shrink:0}

/* ── BREADCRUMB ── */
.bc{padding:10px 40px;font-size:13px;color:var(--M);
  display:flex;gap:8px;align-items:center;
  max-width:var(--WIDE);margin:0 auto}
.bc a:hover{color:var(--B)}

/* ── HERO ── */
.hero{background:var(--W)}
.hero-top{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;
  max-width:var(--WIDE);margin:0 auto;padding:48px 80px 60px}
.h-rating{display:inline-flex;align-items:center;gap:8px;
  background:var(--G);border-radius:980px;padding:7px 16px;
  font-size:13px;font-weight:600;margin-bottom:20px}
.h-rating .stars{color:var(--AM);letter-spacing:1px}
.h-rating .cnt{color:var(--M)}
h1{font-size:clamp(52px,10vw,152px);font-weight:900;
  line-height:.88;letter-spacing:-.04em;margin-bottom:22px}
h1 .r{color:var(--R)}
.h-sub{font-size:19px;color:var(--M);line-height:1.5;max-width:460px;margin-bottom:28px}
.h-sub strong{color:var(--B)}
.h-price{font-size:46px;font-weight:900;letter-spacing:-.03em;line-height:1}
.h-price-sub{font-size:14px;color:var(--M);margin:5px 0 16px}
.h-trust-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}
.htt{display:inline-flex;align-items:center;gap:5px;
  padding:5px 12px;border-radius:980px;
  font-size:13px;font-weight:600;
  border:1.5px solid var(--G2);color:var(--M)}
.htt svg{width:13px;height:13px;stroke:var(--GR);fill:none;stroke-width:2.5;stroke-linecap:round;flex-shrink:0}
.h-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-r{display:inline-flex;align-items:center;gap:8px;
  background:var(--R);color:#fff;padding:17px 36px;border-radius:980px;
  font-family:var(--F);font-weight:700;font-size:17px;border:none;cursor:pointer;
  transition:background .18s,transform .15s,box-shadow .18s}
.btn-r:hover{background:#a60d25;transform:translateY(-1px);box-shadow:0 12px 36px rgba(200,16,46,.3)}
.btn-g{display:inline-flex;align-items:center;gap:8px;
  background:transparent;color:var(--B);padding:17px 36px;border-radius:980px;
  font-family:var(--F);font-weight:700;font-size:17px;
  border:2px solid var(--G2);cursor:pointer;
  transition:border-color .18s,transform .15s}
.btn-g:hover{border-color:var(--B);transform:translateY(-1px)}
.h-img-w{position:relative;display:flex;align-items:flex-end}
.h-img{width:100%;height:500px;object-fit:contain;object-position:center top;background:#f2f2f2;border-radius:24px 24px 0 0}
.h-float{position:absolute;bottom:20px;left:20px;
  background:rgba(255,255,255,.96);backdrop-filter:blur(10px);
  border-radius:16px;padding:16px 22px;
  box-shadow:0 8px 32px rgba(0,0,0,.12);display:flex;gap:24px}
.hf{text-align:center}
.hf-v{font-size:22px;font-weight:800;letter-spacing:-.02em;line-height:1}
.hf-l{font-size:11px;color:var(--M);margin-top:3px}

/* ── TRUST RIBBON ── */
.trust-ribbon{background:var(--B);padding:0}
.tr-inner{max-width:var(--WIDE);margin:0 auto;padding:0 40px;
  display:flex;align-items:stretch;overflow:hidden}
.tr-item{flex:1;display:flex;align-items:center;gap:12px;padding:20px 24px;
  border-right:1px solid rgba(255,255,255,.07);cursor:default}
.tr-item:last-child{border-right:none}
.tr-ico{width:36px;height:36px;flex-shrink:0;
  background:rgba(255,255,255,.06);border-radius:10px;
  display:flex;align-items:center;justify-content:center}
.tr-ico svg{width:18px;height:18px;stroke:rgba(255,255,255,.7);fill:none;
  stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tr-t{font-size:13px;font-weight:600;color:rgba(255,255,255,.85);line-height:1.3}
.tr-s{font-size:12px;color:rgba(255,255,255,.38);margin-top:2px}

/* ── NUMS ── */
.nums{background:var(--B);padding:0}
.nums-g{display:grid;grid-template-columns:repeat(4,1fr)}
.num-b{text-align:center;padding:52px 24px;
  border-right:1px solid rgba(255,255,255,.07)}
.num-b:last-child{border-right:none}
.num-v{font-size:clamp(48px,6.5vw,88px);font-weight:900;color:var(--W);
  line-height:1;letter-spacing:-.04em}
.num-u{font-size:.42em;font-weight:600;opacity:.5;margin-left:2px}
.num-l{font-size:14px;color:rgba(255,255,255,.4);margin-top:10px;line-height:1.4}

/* ── SECTION ── */
.sec{padding:80px 0}
.sec-alt{padding:80px 0;background:var(--G)}
.sec-dark{padding:80px 0;background:var(--B)}
.eye{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:var(--M);margin-bottom:14px}
.eye-r{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:var(--R);margin-bottom:14px}
h2{font-size:clamp(44px,6vw,88px);font-weight:900;
  line-height:.95;letter-spacing:-.035em;margin-bottom:20px}
.lead{font-size:19px;color:var(--M);line-height:1.6;max-width:600px}

/* ── TRUST GUARANTEE ── */
.tg-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:52px}
.tg-card{background:var(--G);border-radius:22px;padding:36px 32px;
  position:relative;overflow:hidden;
  transition:box-shadow .2s,transform .2s}
.tg-card:hover{box-shadow:0 12px 48px rgba(0,0,0,.07);transform:translateY(-2px)}
.tg-num{position:absolute;top:-10px;right:16px;font-size:80px;font-weight:900;
  letter-spacing:-.04em;color:rgba(0,0,0,.04);line-height:1;user-select:none}
.tg-ico{width:48px;height:48px;border-radius:14px;margin-bottom:18px;
  display:flex;align-items:center;justify-content:center}
.tg-ico svg{width:24px;height:24px;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tg-t{font-size:20px;font-weight:800;margin-bottom:10px;letter-spacing:-.01em}
.tg-d{font-size:16px;color:var(--M);line-height:1.65}
.tg-d strong{color:var(--B);font-weight:700}
.tg-card.acc{background:var(--B);color:var(--W)}
.tg-card.acc .tg-num{color:rgba(255,255,255,.04)}
.tg-card.acc .tg-d{color:rgba(255,255,255,.55)}
.tg-card.acc .tg-d strong{color:var(--W)}
.proven{display:flex;gap:32px;margin-top:40px;padding:28px 32px;
  background:var(--G);border-radius:18px;align-items:center;flex-wrap:wrap}
.pv-item{text-align:center}
.pv-v{font-size:32px;font-weight:900;letter-spacing:-.025em;color:var(--GR)}
.pv-l{font-size:13px;color:var(--M);margin-top:2px}
.proven-divider{width:1px;height:48px;background:var(--G2)}

/* ── UTIL ── */
.util-g{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.util-cmp{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:32px}
.uc{padding:26px 22px;border-radius:18px;text-align:center}
.uc-ok{background:#f0fdf4}
.uc-bad{background:rgba(200,16,46,.06);border:1px solid rgba(200,16,46,.12)}
.uc-lbl{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--M);margin-bottom:8px}
.uc-p{font-size:clamp(28px,3.2vw,46px);font-weight:900;letter-spacing:-.025em;line-height:1;white-space:nowrap}
.uc-ok .uc-p{color:var(--GR)}
.uc-bad .uc-p{color:var(--R)}
.uc-n{font-size:12px;color:var(--M);margin-top:6px;line-height:1.35}
.util-vis{background:var(--G);border-radius:28px;padding:52px 40px;text-align:center}
.uv-big{font-size:clamp(60px,8vw,110px);font-weight:900;letter-spacing:-.04em;line-height:1;color:var(--GR)}
.uv-l{font-size:16px;color:var(--M);margin-top:6px}
.uv-d{width:48px;height:2px;background:var(--G2);margin:28px auto}
.uv-bad{font-size:38px;font-weight:900;color:var(--R);opacity:.55;text-decoration:line-through}
.uv-s{font-size:13px;color:var(--M);margin-top:6px}
.uv-save{margin-top:22px;padding:16px 20px;background:rgba(5,150,105,.09);
  border-radius:14px;font-size:15px;font-weight:700;color:var(--GR)}

/* ── DESIGN ── */
.dg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.dg{background:var(--G);border-radius:20px;padding:32px 28px;position:relative;overflow:hidden}
.dg-n{position:absolute;top:-8px;right:16px;font-size:72px;font-weight:900;
  letter-spacing:-.04em;color:var(--G2);line-height:1;user-select:none}
.dg-t{font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;position:relative}
.dg-d{font-size:15px;color:var(--M);line-height:1.65;position:relative}
.dg.dark{background:var(--B);color:var(--W)}
.dg.dark .dg-n{color:rgba(255,255,255,.05)}
.dg.dark .dg-d{color:rgba(255,255,255,.55)}
.dg.red{background:var(--R);color:#fff}
.dg.red .dg-n{color:rgba(255,255,255,.1)}
.dg.red .dg-t{color:#fff}
.dg.red .dg-d{color:rgba(255,255,255,.72)}

/* ── TECH ── */
.tc-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:48px}
.tc{display:flex;gap:18px;align-items:flex-start;
  background:var(--G);border-radius:18px;padding:26px 26px}
.tc-ico{width:46px;height:46px;flex-shrink:0;background:var(--W);border-radius:13px;
  display:flex;align-items:center;justify-content:center}
.tc-ico svg{width:22px;height:22px;stroke:var(--R);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tc-t{font-size:16px;font-weight:700;margin-bottom:5px}
.tc-d{font-size:15px;color:var(--M);line-height:1.6}
.tc-wide{grid-column:span 2;align-items:center;padding:30px 30px}
.tc-big-num{font-size:72px;font-weight:900;letter-spacing:-.04em;line-height:1;color:var(--R);flex-shrink:0;margin-right:12px}

/* ── SAFETY ── */
.sf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}
.sf{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);
  border-radius:16px;padding:24px 22px}
.sf-ico{width:36px;height:36px;margin-bottom:12px;background:rgba(200,16,46,.15);
  border-radius:10px;display:flex;align-items:center;justify-content:center}
.sf-ico svg{width:18px;height:18px;stroke:var(--R);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.sf-t{font-size:15px;font-weight:700;color:var(--W);margin-bottom:5px}
.sf-d{font-size:13px;color:rgba(255,255,255,.44);line-height:1.55}

/* ── STOCK ── */
.stock-g{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:48px}
.cc{background:var(--W);border-radius:20px;overflow:hidden;cursor:pointer;
  transition:transform .22s,box-shadow .22s;position:relative}
.cc:hover{transform:translateY(-4px);box-shadow:0 20px 56px rgba(0,0,0,.1)}
.cc-urgent{position:absolute;top:14px;right:14px;z-index:2;
  background:rgba(15,15,15,.82);backdrop-filter:blur(8px);
  color:#fff;font-size:12px;font-weight:700;
  padding:5px 11px;border-radius:980px;display:flex;align-items:center;gap:5px}
.cc-urgent::before{content:'';width:7px;height:7px;background:#4ade80;
  border-radius:50%;flex-shrink:0;animation:blink 1.4s infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}
.cc-img{width:100%;height:210px;object-fit:cover}
.cc-body{padding:22px 26px}
.cc-badge{display:inline-block;padding:4px 10px;border-radius:6px;
  font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;
  background:#dcfce7;color:#15803d;margin-bottom:10px}
.cc-t{font-size:18px;font-weight:700;margin-bottom:8px}
.cc-m{display:flex;gap:14px;font-size:14px;color:var(--M);margin-bottom:14px}
.cc-credit{font-size:21px;font-weight:900;letter-spacing:-.02em;color:var(--B);line-height:1.1;margin-bottom:3px}
.cc-credit strong{color:var(--R)}
.cc-credit-sub{font-size:11px;color:var(--M);margin-bottom:6px}
.cc-p{font-size:14px;font-weight:500;color:var(--M);letter-spacing:0}
.cc-a{display:flex;align-items:center;gap:6px;margin-top:14px;
  font-size:14px;font-weight:700;color:var(--R)}
.cc-a svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.5;
  stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}
.cc:hover .cc-a svg{transform:translateX(5px)}

/* ── PROCESS ── */
.ps{display:grid;grid-template-columns:80px 1fr;gap:32px;
  padding:40px 0;border-bottom:1px solid var(--G2);align-items:start}
.ps:last-child{border-bottom:none}
.ps-n{font-size:clamp(52px,6vw,80px);font-weight:900;
  color:var(--G2);line-height:1;letter-spacing:-.04em}
.ps-body{display:grid;grid-template-columns:1fr 2fr;gap:20px;align-items:start}
.ps-t{font-size:22px;font-weight:700;line-height:1.2}
.ps-d{font-size:16px;color:var(--M);line-height:1.7}

/* ── PRICE ── */
.price-g{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.pc{background:var(--W);border-radius:22px;padding:36px 36px}
.pc-t{font-size:18px;font-weight:700;margin-bottom:24px}
.pr{display:flex;justify-content:space-between;align-items:flex-start;
  padding:13px 0;border-bottom:1px solid var(--G);gap:16px}
.pr:last-of-type{border-bottom:none}
.pr-l{font-size:15px;color:var(--M);flex:1}
.pr-v{font-size:15px;font-weight:600;white-space:nowrap}
.pr-v.g{color:var(--GR)}
.pr-total{margin-top:20px;padding:22px;background:var(--G);border-radius:14px;
  display:flex;justify-content:space-between;align-items:center}
.pr-tl{font-size:16px;font-weight:600}
.pr-tv{font-size:34px;font-weight:900;letter-spacing:-.025em;white-space:nowrap}
.pr-eco{margin-top:10px;text-align:right;font-size:14px;font-weight:700;color:var(--GR)}
.pr-credit-block{margin-top:16px;padding:16px 20px;background:rgba(5,150,105,.08);border-left:3px solid #059669;border-radius:10px;display:flex;align-items:center;gap:10px;font-size:14px;color:#1d1d1f;line-height:1.5}
.pr-credit-block svg{flex-shrink:0;stroke:#059669}
.pr-credit-block strong{color:#059669;font-weight:800}
.ct-h{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:8px;
  padding-bottom:12px;border-bottom:2px solid var(--B);
  font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--M)}
.ct-r{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:8px;
  padding:14px 0;border-bottom:1px solid var(--G);align-items:center}
.ct-r:last-child{border-bottom:none}
.ct-m{font-size:14px;font-weight:500}
.ct-d{font-size:14px;color:var(--M)}
.ct-o{font-size:15px;font-weight:800}
.ct-s{font-size:14px;font-weight:800;color:var(--GR)}

/* ── DOCS ── */
.docs-g{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:48px}
.doc{background:var(--W);border-radius:18px;padding:24px 20px;text-align:center;
  transition:box-shadow .2s,transform .2s}
.doc:hover{box-shadow:0 10px 32px rgba(0,0,0,.07);transform:translateY(-2px)}
.doc-ico{font-size:32px;margin-bottom:12px;display:block}
.doc-t{font-size:14px;font-weight:700;margin-bottom:5px}
.doc-d{font-size:13px;color:var(--M);line-height:1.45}
.docs-note{margin-top:24px;padding:18px 24px;
  background:#f0fdf4;border-radius:14px;
  font-size:15px;color:var(--GR);font-weight:600;text-align:center}

/* ── REVIEWS ── */
.rev-g{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
.rv{background:var(--W);border-radius:20px;padding:28px 28px;
  border:1px solid var(--G2)}
.rv-stars{font-size:18px;letter-spacing:2px;color:var(--AM);margin-bottom:14px}
.rv-txt{font-size:16px;line-height:1.65;color:var(--B);margin-bottom:18px;font-style:italic}
.rv-meta{display:flex;align-items:center;gap:12px}
.rv-ava{width:40px;height:40px;border-radius:50%;background:var(--G);
  display:flex;align-items:center;justify-content:center;
  font-size:16px;font-weight:700;color:var(--M);flex-shrink:0}
.rv-name{font-size:15px;font-weight:700}
.rv-car{font-size:13px;color:var(--M)}
.rv-tag{display:inline-block;margin-top:14px;padding:4px 10px;
  background:#f0fdf4;border-radius:6px;
  font-size:12px;font-weight:700;color:var(--GR)}

/* ── MANAGER CARD ── */
.mgr-wrap{max-width:680px;margin:0 auto;
  background:var(--G);border-radius:28px;padding:40px 48px;
  display:flex;gap:32px;align-items:center}
.mgr-ava{width:80px;height:80px;border-radius:50%;background:var(--G2);
  display:flex;align-items:center;justify-content:center;
  font-size:32px;flex-shrink:0;
  border:3px solid var(--W);box-shadow:0 4px 16px rgba(0,0,0,.1);
  overflow:hidden;object-fit:cover}
.mgr-name{font-size:22px;font-weight:800;letter-spacing:-.01em}
.mgr-role{font-size:14px;color:var(--M);margin:4px 0 16px}
.mgr-btns{display:flex;gap:10px;flex-wrap:wrap}
.mgr-tg{display:inline-flex;align-items:center;gap:7px;
  background:#229ED9;color:#fff;padding:11px 22px;border-radius:980px;
  font-family:var(--F);font-weight:700;font-size:15px}
.mgr-tg svg{width:15px;height:15px;fill:currentColor;flex-shrink:0}
.mgr-time{font-size:13px;color:var(--M);display:flex;align-items:center;gap:5px;margin-top:12px}
.mgr-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;flex-shrink:0}

/* ── FAQ ── */
.faq-list{margin-top:48px}
.fi{border-bottom:1px solid var(--G2)}
.fi-q{display:flex;justify-content:space-between;align-items:center;
  padding:26px 0;cursor:pointer;gap:20px;user-select:none}
.fi-qt{font-size:20px;font-weight:600;line-height:1.3}
.fi-ic{width:32px;height:32px;flex-shrink:0;border-radius:50%;
  background:var(--G);display:flex;align-items:center;justify-content:center;
  font-size:20px;font-weight:300;color:var(--M);line-height:1;
  transition:background .2s,color .2s,transform .28s}
.fi.open .fi-ic{background:var(--B);color:var(--W);transform:rotate(45deg)}
/* Smooth FAQ animation (wrapper pattern) */
.fi-a{max-width:700px;overflow:hidden;max-height:0;
  transition:max-height .38s cubic-bezier(.4,0,.2,1)}
.fi.open .fi-a{max-height:600px}
.fi-a-inner{font-size:17px;color:var(--M);line-height:1.7;padding-bottom:26px}

/* ── FORM ── */
.form-wrap{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.form-left h2{font-size:clamp(40px,5vw,68px);font-weight:900;color:var(--W);
  line-height:.95;letter-spacing:-.035em;margin-bottom:16px}
.form-left .sub{font-size:18px;color:rgba(255,255,255,.45);line-height:1.5;margin-bottom:32px}
.form-proof{display:flex;flex-direction:column;gap:12px}
.fp{display:flex;align-items:center;gap:12px;
  background:rgba(255,255,255,.06);border-radius:14px;padding:14px 18px}
.fp-ico{width:36px;height:36px;flex-shrink:0;border-radius:10px;
  background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center}
.fp-ico svg{width:18px;height:18px;stroke:rgba(255,255,255,.7);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fp-t{font-size:15px;color:rgba(255,255,255,.7);line-height:1.3}
.fp-t strong{color:var(--W);display:block;font-size:16px}
.urgency{display:flex;align-items:center;gap:8px;margin-bottom:20px;
  padding:12px 18px;background:rgba(200,16,46,.15);border-radius:12px;
  border:1px solid rgba(200,16,46,.25)}
.urg-dot{width:8px;height:8px;background:var(--R);border-radius:50%;flex-shrink:0;animation:blink 1s infinite}
.urgency p{font-size:14px;font-weight:600;color:rgba(255,255,255,.85)}
.zf{display:grid;gap:11px}
.zf input,.zf textarea{
  width:100%;padding:17px 22px;border-radius:14px;
  border:1.5px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.06);
  color:var(--W);font-family:var(--F);font-size:16px;
  transition:border-color .18s;outline:none}
.zf input::placeholder,.zf textarea::placeholder{color:rgba(255,255,255,.3)}
.zf input:focus,.zf textarea:focus{border-color:rgba(255,255,255,.32)}
.zf textarea{resize:vertical;min-height:88px}
/* Form validation error states */
.zf input.err,.zf textarea.err{
  border-color:rgba(200,16,46,.6);
  background:rgba(200,16,46,.08)}
.zf-btn{width:100%;padding:18px;border-radius:14px;border:none;
  background:var(--R);color:#fff;font-family:var(--F);font-size:17px;font-weight:700;
  cursor:pointer;transition:background .18s,transform .15s;margin-top:4px}
.zf-btn:hover:not(:disabled){background:#a60d25;transform:translateY(-1px)}
.zf-btn:disabled{opacity:.6;cursor:not-allowed}
.form-tg{margin-top:18px;font-size:15px;color:rgba(255,255,255,.35);text-align:center}
.form-tg a{color:#229ED9;font-weight:600}
.form-priv{font-size:12px;color:rgba(255,255,255,.18);margin-top:12px;
  line-height:1.6;text-align:center}
.form-ok{display:none;padding:40px;background:rgba(5,150,105,.1);border-radius:20px;
  border:1px solid rgba(5,150,105,.2);text-align:center}
.form-ok h3{font-size:24px;font-weight:700;color:#4ade80;margin-bottom:8px}
.form-ok p{color:rgba(255,255,255,.55)}
.form-counter{text-align:center;margin-top:20px;font-size:13px;color:rgba(255,255,255,.3)}
.form-counter strong{color:rgba(255,255,255,.6)}

/* ── RELATED ── */
.rel-g{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:36px}
.rc{background:var(--W);border-radius:16px;padding:22px;
  transition:transform .2s,box-shadow .2s}
.rc:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,.08)}
.rc-brand{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--M)}
.rc-model{font-size:22px;font-weight:800;margin:5px 0 8px;letter-spacing:-.02em}
.rc-price{font-size:15px;font-weight:700;color:var(--R)}
.rc-note{font-size:12px;color:var(--M);margin-top:4px}

/* ── FOOTER ── */
.ft{background:var(--B);padding:56px 80px 120px;color:rgba(255,255,255,.4)}
.ft-i{max-width:var(--WIDE);margin:0 auto;
  display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;align-items:flex-start}
.ft-brand img{height:22px;filter:brightness(0) invert(1);opacity:.45;margin-bottom:10px}
.ft-brand p{font-size:13px;line-height:1.65;max-width:240px}
.ft-links{display:flex;gap:56px}
.ft-col h4{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;
  color:rgba(255,255,255,.55);margin-bottom:14px}
.ft-col a{display:block;font-size:13px;margin-bottom:9px;transition:color .18s}
.ft-col a:hover{color:rgba(255,255,255,.75)}
.ft-leg{margin-top:40px;padding-top:22px;border-top:1px solid rgba(255,255,255,.06);
  max-width:var(--WIDE);font-size:12px;color:rgba(255,255,255,.2);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px}

/* ── CTA MID ── */
.cta-mid{background:var(--B);padding:48px 0;text-align:center}
.cta-mid p{color:rgba(255,255,255,.45);font-size:18px;margin-bottom:20px}

/* ── MOBILE BAR (slide-up animation) ── */
.mob-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:199;
  padding:10px 16px 18px;
  background:rgba(255,255,255,.96);backdrop-filter:blur(16px);
  border-top:1px solid var(--G2)}
.mob-bar.visible{
  display:block;
  animation:slideUp .4s cubic-bezier(.34,1.3,.64,1) forwards}
@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
.mob-bar-b{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mob-r{padding:14px;border-radius:14px;border:none;background:var(--R);color:#fff;
  font-family:var(--F);font-size:15px;font-weight:700;cursor:pointer;text-align:center}
.mob-t{padding:14px;border-radius:14px;background:#229ED9;color:#fff;
  font-family:var(--F);font-size:15px;font-weight:700;
  display:flex;align-items:center;justify-content:center;gap:7px}
.mob-t svg{width:14px;height:14px;fill:currentColor}

/* ── SCROLL ANIMATIONS ── */
[data-anim]{opacity:0;transform:translateY(22px);
  transition:opacity .6s ease,transform .6s ease}
[data-anim].in{opacity:1;transform:translateY(0)}

/* ── RESPONSIVE 1100px ── */
@media(max-width:1100px){
  .hero-top{grid-template-columns:1fr;padding:36px 40px 48px}
  .h-img-w{order:-1}
  .h-img{height:320px;border-radius:20px}
  .h-float{display:none}
  .hdr-mid{display:none}
  .nums-g{grid-template-columns:repeat(2,1fr)}
  .num-b{border-right:none;border-bottom:1px solid rgba(255,255,255,.07)}
  .num-b:last-child,.num-b:nth-last-child(2){border-bottom:none}
  .tg-grid{grid-template-columns:1fr}
  .util-g{grid-template-columns:1fr}
  .dg-grid{grid-template-columns:1fr 1fr}
  .tc-grid{grid-template-columns:1fr}
  .tc-wide{grid-column:auto}
  .sf-grid{grid-template-columns:1fr 1fr}
  .stock-g{grid-template-columns:1fr}
  .price-g{grid-template-columns:1fr}
  .docs-g{grid-template-columns:repeat(3,1fr)}
  .rev-g{grid-template-columns:1fr}
  .form-wrap{grid-template-columns:1fr}
  .rel-g{grid-template-columns:repeat(2,1fr)}
  .ps-body{grid-template-columns:1fr;gap:8px}
  .tr-inner{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;scrollbar-width:none}
  .tr-inner::-webkit-scrollbar{display:none}
  .tr-item{flex:0 0 220px;border-right:1px solid rgba(255,255,255,.07)}
}

/* ── RESPONSIVE 768px ── */
@media(max-width:768px){
  .w{padding:0 20px}
  .hdr-i,.bc,.ft-i{padding-left:20px;padding-right:20px}
  .util-vis{padding:36px 20px}
  .uv-bad{font-size:clamp(22px,6.5vw,38px)}
  .tc-wide{flex-direction:column;align-items:flex-start;gap:8px}
  .tc-big-num{margin-right:0;font-size:clamp(42px,11vw,72px)}
  .hero-top{padding:24px 20px 40px}
  .sec,.sec-alt,.sec-dark,.cta-mid{padding:48px 0}
  .ft{padding:48px 20px 120px}
  .h-btns{flex-direction:column}
  .btn-r,.btn-g{justify-content:center}
  .dg-grid{grid-template-columns:1fr}
  .sf-grid{grid-template-columns:1fr}
  .rel-g{grid-template-columns:1fr 1fr}
  .ft-links{flex-direction:column;gap:28px}
  .ft-i{flex-direction:column}
  /* H1 slightly smaller floor on mobile */
  h1{font-size:clamp(48px,13vw,152px)}
  .h-price{font-size:clamp(32px,8vw,46px)}
  .ct-h,.ct-r{grid-template-columns:2fr 1fr 1fr}
  .ct-s{display:none}
  /* mobile bar */
  .mob-bar{display:none}/* keep initial hidden, JS shows it */
  body{padding-bottom:80px}
  .docs-g{grid-template-columns:repeat(2,1fr)}
  .mgr-wrap{flex-direction:column;text-align:center;padding:32px 24px}
  .proven{gap:16px;justify-content:center}
  .proven-divider{display:none}
  .tg-grid{grid-template-columns:1fr}
  .fi-qt{font-size:17px}
}

/* ── RESPONSIVE 480px ── */
@media(max-width:480px){
  h1{font-size:clamp(44px,14.5vw,60px)}
  .rel-g{grid-template-columns:1fr}
  .util-cmp{grid-template-columns:1fr}
  .docs-g{grid-template-columns:1fr 1fr}
  .h-trust-tags{gap:6px}
  .htt{font-size:12px;padding:5px 10px}
  .nums-g{grid-template-columns:1fr 1fr}
  .ct-m{font-size:12px}
  .ct-d,.ct-o{font-size:11px}
  .pr-tv{font-size:26px}
  .pr-total{flex-direction:column;align-items:flex-start;gap:4px}
}

/* ══════════════════════════════════════════════════
   CONVERSION ITERATIONS × 10
   ══════════════════════════════════════════════════ */

/* ── ITER 1: CTA PULSE ── */
@keyframes ctaPulse{
  0%,100%{box-shadow:0 8px 24px rgba(200,16,46,.18)}
  55%{box-shadow:0 8px 32px rgba(200,16,46,.52),0 0 0 10px rgba(200,16,46,.07)}
}
.btn-r{animation:ctaPulse 2.8s ease-in-out infinite}
.btn-r:hover{animation:none}

/* ── ITER 2: HERO BADGE ── */
.h-badge{
  display:inline-flex;align-items:center;gap:6px;
  background:linear-gradient(135deg,#ff7043,#C8102E);
  color:#fff;padding:6px 14px;border-radius:980px;
  font-size:13px;font-weight:700;margin-bottom:14px;
  box-shadow:0 4px 18px rgba(200,16,46,.32);
  letter-spacing:.01em
}

/* ── ITER 3: HERO WAS-PRICE ── */
.h-was{
  font-size:17px;color:var(--M);
  text-decoration:line-through;margin-bottom:2px;opacity:.65
}
.h-economy-tag{
  display:inline-flex;align-items:center;gap:5px;
  background:#f0fdf4;color:var(--GR);
  font-size:13px;font-weight:700;
  padding:4px 10px;border-radius:6px;margin-left:8px;
  vertical-align:middle
}

/* ── ITER 4: COUNT-UP ANIMATION ── */
.num-v{transition:opacity .2s}

/* ── ITER 5: FLOATING TG BUTTON ── */
.ftg-btn{
  position:fixed;bottom:28px;right:24px;z-index:290;
  width:58px;height:58px;border-radius:50%;
  background:#229ED9;color:#fff;border:none;cursor:pointer;
  display:none;align-items:center;justify-content:center;
  box-shadow:0 8px 28px rgba(34,158,217,.5);
  transition:transform .22s,box-shadow .22s
}
.ftg-btn:hover{transform:scale(1.1) translateY(-2px);
  box-shadow:0 14px 40px rgba(34,158,217,.6)}
.ftg-btn svg{width:26px;height:26px;fill:currentColor}
.ftg-btn.visible{display:flex;
  animation:ftgIn .45s cubic-bezier(.34,1.3,.64,1) forwards,
  ftgPulse 3s 1.5s ease-in-out infinite}
@keyframes ftgIn{from{transform:scale(.3);opacity:0}to{transform:scale(1);opacity:1}}
@keyframes ftgPulse{
  0%,100%{box-shadow:0 8px 28px rgba(34,158,217,.5)}
  50%{box-shadow:0 8px 28px rgba(34,158,217,.5),0 0 0 12px rgba(34,158,217,.08)}
}
@media(max-width:768px){.ftg-btn{bottom:90px;right:14px;width:50px;height:50px}}

/* ── ITER 6: SOCIAL PROOF TICKER ── */
.spt{
  position:fixed;bottom:90px;left:16px;z-index:280;
  max-width:290px;
  background:rgba(22,22,24,.94);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-radius:14px;padding:12px 16px;
  display:flex;align-items:flex-start;gap:10px;
  box-shadow:0 8px 28px rgba(0,0,0,.3);
  pointer-events:none;
  animation:sptIn .4s ease forwards
}
.spt-dot{width:8px;height:8px;min-width:8px;background:#4ade80;
  border-radius:50%;margin-top:4px;animation:blink 2s infinite}
.spt-txt{font-size:13px;color:rgba(255,255,255,.8);line-height:1.4}
.spt-txt strong{color:#fff}
.spt-sub{font-size:11px;color:rgba(255,255,255,.3);margin-top:3px}
@keyframes sptIn{from{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}
@media(max-width:768px){.spt{bottom:100px;max-width:240px}}

/* ── ITER 7: EXIT INTENT MODAL ── */
.eim-ov{
  position:fixed;inset:0;z-index:500;
  background:rgba(0,0,0,.72);backdrop-filter:blur(8px);
  display:none;align-items:center;justify-content:center;padding:20px
}
.eim-ov.open{display:flex;animation:eimFade .25s ease forwards}
@keyframes eimFade{from{opacity:0}to{opacity:1}}
.eim{
  background:var(--W);border-radius:28px;
  padding:44px 44px 36px;max-width:440px;width:100%;
  text-align:center;position:relative;
  animation:eimSlide .3s cubic-bezier(.34,1.3,.64,1) forwards
}
@keyframes eimSlide{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}
.eim-x{position:absolute;top:14px;right:18px;
  font-size:24px;line-height:1;color:var(--M);
  background:none;border:none;cursor:pointer;padding:4px 8px}
.eim-emoji{font-size:48px;display:block;margin-bottom:10px}
.eim h3{font-size:26px;font-weight:900;letter-spacing:-.025em;margin-bottom:10px}
.eim p{font-size:16px;color:var(--M);line-height:1.6;margin-bottom:22px}
.eim-or{font-size:13px;color:var(--M);margin:14px 0}
.eim-x-link{font-size:13px;color:var(--M);cursor:pointer;
  text-decoration:underline;margin-top:14px;display:inline-block}

/* ── ITER 8: STOCK CARD VIEWS ── */
.cc-views{
  display:inline-flex;align-items:center;gap:5px;
  font-size:12px;color:var(--M);margin-top:8px
}
.cc-vdot{width:6px;height:6px;background:#4ade80;
  border-radius:50%;flex-shrink:0;animation:blink 2.2s infinite}
.cc-fomo{
  display:inline-block;font-size:11px;font-weight:700;
  color:#dc2626;margin-top:4px
}

/* ── ITER 9: FORM SUBMIT PULSE ── */
@keyframes formPulse{
  0%,100%{box-shadow:0 4px 20px rgba(200,16,46,.18)}
  50%{box-shadow:0 6px 32px rgba(200,16,46,.44)}
}
.zf-btn:not(:disabled){animation:formPulse 3s ease-in-out infinite}
.zf-btn:hover:not(:disabled){animation:none}

/* ── ITER 10: MOBILE BAR PRICE ── */
.mob-price-line{
  text-align:center;font-size:12px;color:var(--M);
  margin-bottom:6px;padding:0 4px
}
.mob-price-line strong{color:var(--B);font-weight:800;font-size:15px}

/* ── ITER 1: LEAD MAGNET ── */
.lmag{
  background:linear-gradient(135deg,#0d1117 0%,#1a2332 55%,#0f1923 100%);
  border-radius:20px;padding:56px 64px;
  border:1px solid rgba(34,158,217,.2);
  position:relative;overflow:hidden
}
.lmag::before{
  content:'';position:absolute;top:-80px;right:-80px;
  width:340px;height:340px;
  background:radial-gradient(circle,rgba(34,158,217,.12) 0%,transparent 70%);
  pointer-events:none
}
.lmag-inner{display:grid;grid-template-columns:1fr;gap:40px}
.lmag-eye{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:#229ED9;margin-bottom:14px}
.lmag-h{font-size:clamp(26px,3vw,36px);font-weight:900;letter-spacing:-.03em;
  color:#fff;line-height:1.1;margin-bottom:10px}
.lmag-sub{font-size:16px;color:rgba(255,255,255,.55);line-height:1.5;margin-bottom:28px}
.lmag-steps{display:flex;gap:28px;margin-bottom:30px;flex-wrap:wrap}
.lmag-step{display:flex;gap:11px;align-items:flex-start}
.lmag-num{width:26px;height:26px;background:#229ED9;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:800;color:#fff;flex-shrink:0;margin-top:2px}
.lmag-step-t{font-size:14px;color:rgba(255,255,255,.7);line-height:1.4}
.lmag-step-t strong{color:#fff;display:block;margin-bottom:1px;font-size:15px}
.lmag-btn{display:inline-flex;align-items:center;gap:10px;
  background:#229ED9;color:#fff;
  padding:16px 32px;border-radius:980px;
  font-family:var(--F);font-weight:700;font-size:17px;
  border:none;cursor:pointer;text-decoration:none;
  transition:background .18s,transform .15s,box-shadow .18s}
.lmag-btn:hover{background:#1a8ec5;transform:translateY(-2px);
  box-shadow:0 16px 48px rgba(34,158,217,.45)}
.lmag-btn svg{width:19px;height:19px;fill:#fff;flex-shrink:0}
.lmag-note{font-size:12px;color:rgba(255,255,255,.32);margin-top:11px}

/* ── ITER 2: TG PRIMARY IN FORM ── */
.tg-primary-btn{
  display:flex;align-items:center;justify-content:center;gap:10px;
  width:100%;background:#229ED9;color:#fff;
  padding:16px 22px;border-radius:14px;
  font-family:var(--F);font-weight:700;font-size:16px;
  border:none;cursor:pointer;text-decoration:none;
  transition:background .18s,transform .15s,box-shadow .18s;
  margin-bottom:14px
}
.tg-primary-btn:hover{background:#1a8ec5;transform:translateY(-1px);
  box-shadow:0 10px 32px rgba(34,158,217,.35)}
.tg-primary-btn svg{width:20px;height:20px;fill:#fff;flex-shrink:0}
.form-divider{display:flex;align-items:center;gap:12px;
  font-size:13px;color:rgba(255,255,255,.4);margin:14px 0}
.form-divider::before,.form-divider::after{
  content:'';flex:1;height:1px;background:rgba(255,255,255,.12)}

/* ── ITER 3: ANTI-FEAR ROW ── */
.form-af{display:flex;gap:14px;flex-wrap:wrap;margin-top:16px;padding-top:16px;
  border-top:1px solid rgba(255,255,255,.1)}
.faf-item{display:flex;align-items:center;gap:5px;
  font-size:12px;color:rgba(255,255,255,.4);flex:1;min-width:100px}
.faf-item .faf-ico{font-size:13px;flex-shrink:0}

/* ── ITER 4: QUIZ INTENT ── */
.quiz-w{margin-bottom:18px}
.quiz-label{font-size:13px;color:rgba(255,255,255,.5);margin-bottom:10px;font-weight:600}
.quiz-opts{display:flex;gap:8px;flex-wrap:wrap}
.quiz-opt{flex:1;min-width:90px;padding:10px 10px;border-radius:10px;
  border:2px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);
  font-family:var(--F);font-size:12px;font-weight:600;
  color:rgba(255,255,255,.65);cursor:pointer;text-align:center;line-height:1.3;
  transition:border-color .15s,background .15s,transform .12s}
.quiz-opt:hover{border-color:rgba(34,158,217,.6);transform:translateY(-1px)}
.quiz-opt.qact{border-color:#229ED9;background:rgba(34,158,217,.15);color:#67d4f7}

/* ── ITER 5: ONLINE INDICATOR ── */
.mgr-dot-on{
  background:#4ade80!important;
  box-shadow:0 0 0 3px rgba(74,222,128,.2)!important;
  animation:none!important
}
.mgr-online-txt{font-weight:600;color:#4ade80}

/* ── ITER 6: URGENCY DATE ── */
.urg-date{font-weight:700;color:#fff}

/* ── ITER 9: MICRO-CTA after util ── */
.util-microcta{
  margin-top:24px;display:flex;align-items:center;
  justify-content:center;gap:14px;flex-wrap:wrap;text-align:center
}
.util-microcta-txt{font-size:14px;color:rgba(255,255,255,.55)}
.util-microcta-btn{
  display:inline-flex;align-items:center;gap:7px;
  padding:11px 20px;border-radius:980px;
  background:#229ED9;color:#fff;
  font-family:var(--F);font-weight:700;font-size:13px;
  border:none;cursor:pointer;text-decoration:none;
  transition:background .18s,transform .15s;white-space:nowrap
}
.util-microcta-btn:hover{background:#1a8ec5;transform:translateY(-1px)}
.util-microcta-btn svg{width:14px;height:14px;fill:#fff;flex-shrink:0}

@media(max-width:900px){
  .lmag{padding:40px 32px}
}
/* ── GALLERY ── */
.gallery-g{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px}
.gal-img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;transition:transform .2s;cursor:zoom-in}
.gal-img:hover{transform:scale(1.02)}
@media(max-width:640px){
  .gallery-g{grid-template-columns:repeat(2,1fr);gap:8px}
}

@media(max-width:640px){
  .lmag{padding:28px 20px;border-radius:14px}
  .lmag-steps{gap:16px}
  .tg-primary-btn{font-size:15px;padding:14px 18px}
  .quiz-opt{font-size:11px;padding:9px 8px}
  .form-af{gap:10px}
}

/* ── CREDIT UTP ── */
.h-credit{margin-top:10px;font-size:15px;font-weight:600;color:var(--B)}
.h-credit strong{color:var(--R)}
.h-credit-utp{margin-top:5px;font-size:12px;color:var(--M);line-height:1.5;
  display:flex;align-items:center;gap:5px;flex-wrap:wrap}
.h-credit-utp .dot{opacity:.35}

/* ── NO PREPAY ACCENT ── */
.h-no-prepay{display:inline-flex;align-items:center;gap:7px;margin-top:8px;padding:7px 13px;background:rgba(5,150,105,.09);border-left:3px solid #059669;border-radius:7px;font-size:13px;font-weight:600;color:#059669;line-height:1.4;max-width:480px}
.h-no-prepay svg{flex-shrink:0}

/* ── INSTAGRAM REELS WIDGET ── */
.ig-widget{max-width:960px;margin:48px auto 0;background:#fff;border:1px solid #dbdbdb;border-radius:12px;overflow:hidden}
.ig-hdr{display:flex;align-items:center;padding:14px 16px;border-bottom:1px solid #efefef}
.ig-prof{display:flex;align-items:center;gap:12px}
.ig-ava-ring{flex-shrink:0;width:48px;height:48px;border-radius:50%;padding:2px;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}
.ig-ava{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;border:2px solid #fff}
.ig-uname{font-weight:700;font-size:14px;line-height:1.2;color:#000}
.ig-desc{font-size:12px;color:#737373;margin-top:2px}
.ig-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;background:#dbdbdb}
.ig-reel{aspect-ratio:9/16;position:relative;overflow:hidden;background:#000;cursor:pointer}
.ig-video{width:100%;height:100%;object-fit:cover;display:block}
.ig-ov{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:10px;pointer-events:none;transition:opacity .2s}
.ig-reel:hover .ig-ov{opacity:0}
.ig-reel-ic{align-self:flex-end;color:#fff;filter:drop-shadow(0 1px 4px rgba(0,0,0,.6))}
.ig-views{display:flex;align-items:center;gap:4px;color:#fff;font-size:12px;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.7)}
.ig-footer{padding:14px 16px;text-align:center;border-top:1px solid #efefef}
.ig-more-btn{background:none;border:none;color:#0095f6;font-weight:700;font-size:14px;cursor:pointer;font-family:inherit;transition:opacity .15s}
.ig-more-btn:hover{opacity:.7}
.ig-mute{position:absolute;bottom:10px;right:10px;width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:all;transition:opacity .2s;z-index:2}
.ig-reel:hover .ig-mute{opacity:1}
@media(max-width:640px){
  .ig-widget{border-radius:8px;margin-left:0;margin-right:0}
  .ig-hdr{padding:10px 12px}
  .ig-ava-ring{width:40px;height:40px}
  .ig-uname{font-size:13px}
  .ig-follow-btn{padding:6px 12px;font-size:13px}
  .ig-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:2px;scrollbar-width:none}
  .ig-grid::-webkit-scrollbar{display:none}
  .ig-reel{flex:0 0 calc(100% - 32px);scroll-snap-align:center;aspect-ratio:9/16;flex-shrink:0;max-height:72vh}
}


