*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}

:root{
  --bg:#FAFAFA;--bg2:#F3F3F0;
  --dark:#111;--dark2:#1A1A1A;
  --red:#E63946;--red-d:#C12A35;--red-bg:rgba(230,57,70,.04);
  --white:#FFF;--g50:#F7F7F5;--g100:#EBEBEB;--g200:#D4D4D0;--g300:#A3A39E;--g400:#6B6B66;--g500:#3D3D3A;
  --body:'Inter',sans-serif;--heading:'DM Serif Display',serif;
  --r:16px;--r-sm:10px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  color: var(--g500);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

@keyframes fadeUp { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
@keyframes pulse  { 0%,100%{opacity:1} 50%{opacity:.4} }

.anim { opacity:0; transform:translateY(24px); transition: all .65s cubic-bezier(.16,1,.3,1); }
.anim.show { opacity:1; transform:translateY(0); }
.anim-d1 { transition-delay: .08s; }
.anim-d2 { transition-delay: .16s; }
.anim-d3 { transition-delay: .24s; }
.anim-d4 { transition-delay: .32s; }

header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--g100);
  transition: .3s;
}
header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.06); }

.h-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px; max-width: 1100px; margin: 0 auto;
}

.logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.logo-mark {
  width: 36px; height: 36px; background: var(--red); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-weight: 900; font-size: 15px;
}
.logo-name { font-size: 15px; font-weight: 800; color: var(--dark); }
.logo-name span { color: var(--g300); font-weight: 500; }

nav { display: flex; align-items: center; gap: 24px; }
nav a { color: var(--g400); text-decoration: none; font-size: 13px; font-weight: 600; transition: .2s; }
nav a:hover { color: var(--dark); }

.nav-cta {
  background: var(--red) !important; color: var(--white) !important;
  padding: 10px 22px; border-radius: 50px; font-weight: 700 !important;
}
.nav-cta:hover { background: var(--red-d) !important; transform: translateY(-1px); }

.tg-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 32px; border-radius: 50px;
  background: var(--red); color: var(--white);
  font-family: var(--body); font-size: 15px; font-weight: 700;
  text-decoration: none; transition: .25s;
  box-shadow: 0 4px 20px rgba(230,57,70,.25);
}
.tg-link:hover { background: var(--red-d); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(230,57,70,.3); }
.tg-link-dark { background: var(--dark); box-shadow: 0 4px 20px rgba(0,0,0,.12); }
.tg-link-dark:hover { background: var(--dark2); box-shadow: 0 8px 28px rgba(0,0,0,.15); }
.tg-link-outline { background: transparent; color: var(--dark); border: 2px solid var(--g200); box-shadow: none; }
.tg-link-outline:hover { border-color: var(--dark); box-shadow: none; }

.s-center { text-align: center; max-width: 600px; margin: 0 auto 40px; }
.s-label { font-size: 12px; font-weight: 800; color: var(--red); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 8px; }
.s-title { font-family: var(--heading); font-size: 34px; color: var(--dark); margin-bottom: 8px; line-height: 1.15; }
.s-sub { font-size: 14px; color: var(--g400); }

.hero { padding: 130px 0 80px; position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle,rgba(230,57,70,.04),transparent 65%);
  border-radius: 50%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: auto auto;
  gap: 48px;
  align-items: start;
  position: relative; z-index: 2;
}
.hero-text { grid-column: 1; grid-row: 1; }
.hero-vsl  { grid-column: 2; grid-row: 1 / 3; align-self: center; animation: fadeUp .6s .3s ease both; }
.hero-btns { grid-column: 1; grid-row: 2; display: flex; gap: 12px; flex-wrap: wrap; animation: fadeUp .5s .24s ease both; }

.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red-bg); border: 1px solid rgba(230,57,70,.1);
  padding: 6px 14px; border-radius: 50px;
  font-size: 12px; font-weight: 700; color: var(--red);
  margin-bottom: 18px; animation: fadeUp .5s ease both;
}
.hero-tag .dot { width: 6px; height: 6px; background: var(--red); border-radius: 50%; animation: pulse 2s infinite; }

.hero h1 { font-family: var(--heading); font-size: 46px; color: var(--dark); line-height: 1.1; margin-bottom: 16px; animation: fadeUp .5s .08s ease both; }
.hero h1 em { font-style: normal; color: var(--red); }

.hero-sub { font-size: 16px; color: var(--g400); line-height: 1.75; margin-bottom: 28px; max-width: 500px; animation: fadeUp .5s .16s ease both; }
.hero-sub strong { color: var(--dark); }

.vsl-card { background: var(--white); border: 1px solid var(--g100); border-radius: var(--r); overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.06); }
.vsl-placeholder {
  width: 100%; aspect-ratio: 16/9; background: var(--dark);
  display: flex; align-items: center; justify-content: center;
  position: relative; cursor: pointer;
}
.vsl-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .75; z-index: 0; }
.vsl-placeholder::before {
  content: ''; width: 64px; height: 64px; background: var(--red); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 28px;
  box-shadow: 0 4px 20px rgba(230,57,70,.4); transition: .3s;
  position: relative; z-index: 1;
}
.vsl-placeholder:hover::before { transform: scale(1.1); }
.vsl-placeholder.playing { background: transparent; }
.vsl-placeholder.playing::before { display: none; }
.vsl-label {
  position: absolute; bottom: 12px; left: 12px;
  background: rgba(0,0,0,.7); backdrop-filter: blur(8px);
  color: var(--white); font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 50px;
  z-index: 1;
}
.vsl-body { padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; }
.vsl-body p { font-size: 12px; color: var(--g400); }
.vsl-body strong { color: var(--dark); font-size: 13px; }

.trust-strip { padding: 16px 0; background: var(--dark); overflow: hidden; }
.trust-track { display: flex; animation: ticker 40s linear infinite; width: max-content; }
.trust-item { display: flex; align-items: center; gap: 8px; padding: 0 28px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); white-space: nowrap; }
.trust-item strong { color: var(--white); font-family: var(--heading); }
.trust-sep { color: rgba(255,255,255,.2); padding: 0 8px; }

.picker { padding: 80px 0; background: var(--white); }
.picker-box {
  background: var(--g50); border: 2px solid var(--g100); border-radius: var(--r);
  padding: 48px; text-align: center; max-width: 700px; margin: 0 auto; position: relative;
}
.picker-box h2 { font-family: var(--heading); font-size: 30px; color: var(--dark); margin-bottom: 6px; }
.picker-box > p { font-size: 14px; color: var(--g400); margin-bottom: 32px; }

.picker-options { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 28px; }
.pick-opt {
  background: var(--white); border: 2px solid var(--g200); border-radius: var(--r-sm);
  padding: 20px 12px; cursor: pointer; transition: .25s; text-align: center;
}
.pick-opt:hover { border-color: var(--red); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(230,57,70,.08); }
.pick-opt.active { border-color: var(--red); background: var(--red-bg); box-shadow: 0 4px 16px rgba(230,57,70,.1); }

.pick-num   { font-family: var(--heading); font-size: 32px; color: var(--dark); display: block; }
.pick-label { font-size: 11px; color: var(--g300); margin-top: 2px; display: block; }
.pick-price { font-size: 11px; color: var(--red); font-weight: 700; margin-top: 6px; display: block; }

.picker-result { background: var(--dark); border-radius: var(--r-sm); padding: 24px; margin-bottom: 20px; transition: .3s; }
.picker-result-line { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.picker-result-line .label { font-size: 13px; color: rgba(255,255,255,.5); }
.picker-result-line .val   { font-family: var(--heading); font-size: 18px; color: var(--white); }
.picker-result-line .val.accent { color: var(--red); font-size: 22px; }
.picker-result-divider { height: 1px; background: rgba(255,255,255,.08); margin: 12px 0; }

.cases { padding: 80px 0; }
.cases-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.case-card {
  background: var(--white); border: 1px solid var(--g100); border-radius: var(--r);
  padding: 24px; text-align: center; transition: .3s; position: relative; overflow: hidden;
}
.case-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.06); border-color: rgba(230,57,70,.12); }
.case-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--red); transform: scaleX(0); transition: .3s;
}
.case-card:hover::before { transform: scaleX(1); }
.case-niche { font-size: 11px; font-weight: 700; color: var(--g300); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.case-stat  { font-family: var(--heading); font-size: 36px; color: var(--dark); margin-bottom: 2px; }
.case-label { font-size: 12px; color: var(--g400); margin-bottom: 10px; }
.case-meta  { display: flex; flex-direction: column; gap: 4px; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--g100); }
.case-meta span { font-size: 11px; color: var(--g300); display: flex; align-items: center; justify-content: center; gap: 4px; }
.case-meta strong { color: var(--g500); }

.for-whom { padding: 80px 0; background: var(--g50); }
.fw-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.fw-card {
  background: var(--white); border: 1px solid var(--g100); border-radius: var(--r);
  padding: 24px; transition: .3s;
}
.fw-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.05); transform: translateY(-2px); border-color: rgba(230,57,70,.1); }
.fw-icon { font-size: 32px; margin-bottom: 10px; display: block; }
.fw-card h3 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
.fw-card p  { font-size: 12px; color: var(--g400); line-height: 1.7; }

.how { padding: 80px 0; background: var(--dark); color: var(--white); }
.how .s-label { color: var(--red); }
.how .s-title { color: var(--white); }
.how-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.how-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--r); padding: 24px; transition: .3s; text-align: center;
}
.how-card:hover { background: rgba(255,255,255,.08); transform: translateY(-2px); }
.how-num { font-family: var(--heading); font-size: 36px; color: var(--red); margin-bottom: 10px; }
.how-card h3 { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 5px; }
.how-card p  { font-size: 11px; color: rgba(255,255,255,.45); line-height: 1.6; }

.mid-cta { padding: 60px 0; background: var(--red-bg); text-align: center; }
.mid-cta h2 { font-family: var(--heading); font-size: 28px; color: var(--dark); margin-bottom: 8px; }
.mid-cta p  { font-size: 14px; color: var(--g400); margin-bottom: 20px; }

.calc { padding: 80px 0; background: var(--white); }
.calc-box {
  background: var(--g50); border: 1px solid var(--g100); border-radius: var(--r);
  padding: 40px; max-width: 640px; margin: 0 auto;
}
.calc-box h2 { font-family: var(--heading); font-size: 26px; color: var(--dark); text-align: center; margin-bottom: 4px; }
.calc-box > p { font-size: 13px; color: var(--g400); text-align: center; margin-bottom: 28px; }

.calc-group { margin-bottom: 18px; }
.calc-group label { display: block; font-size: 11px; font-weight: 700; color: var(--g500); margin-bottom: 5px; text-transform: uppercase; letter-spacing: .5px; }
.calc-group input {
  width: 100%; padding: 13px 16px;
  border: 2px solid var(--g200); border-radius: var(--r-sm);
  font-family: var(--body); font-size: 14px; color: var(--dark);
  transition: .2s; background: var(--white);
}
.calc-group input:focus { outline: 0; border-color: var(--red); box-shadow: 0 0 0 3px rgba(230,57,70,.08); }

.calc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.calc-result { background: var(--dark); border-radius: var(--r-sm); padding: 24px; margin-top: 20px; color: var(--white); }
.calc-result h3 { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 12px; text-align: center; }
.cr-line { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 12px; }
.cr-line .lb { color: rgba(255,255,255,.5); }
.cr-line .vl { font-weight: 700; color: var(--white); }
.cr-line .vl.green { color: #4ADE80; }
.cr-line .vl.red-t { color: #FCA5A5; }
.cr-line.total { border-top: 2px solid rgba(230,57,70,.4); border-bottom: none; padding-top: 12px; margin-top: 6px; }
.cr-line.total .vl { font-family: var(--heading); font-size: 20px; color: #4ADE80; }
.calc-cta { text-align: center; margin-top: 20px; }

.why-us { padding: 80px 0; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.why-card {
  background: var(--white); border: 1px solid var(--g100); border-radius: var(--r);
  padding: 24px; text-align: center; transition: .3s;
}
.why-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.05); transform: translateY(-2px); }
.why-icon { font-size: 28px; margin-bottom: 10px; display: block; }
.why-card h3 { font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.why-card p  { font-size: 12px; color: var(--g400); line-height: 1.6; }

.reviews { padding: 80px 0; background: var(--g50); }
.rev-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.rev-card {
  background: var(--white); border: 1px solid var(--g100); border-radius: var(--r);
  padding: 20px; transition: .3s;
}
.rev-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); border-color: rgba(230,57,70,.1); }
.rev-name { font-size: 13px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.rev-text { font-size: 11px; color: var(--g400); line-height: 1.6; font-style: italic; }

.rev-yt {
  position: relative; width: 100%; padding-top: 56.25%;
  background: var(--dark); border-radius: 8px; overflow: hidden;
  cursor: pointer; margin-bottom: 10px;
}
.rev-yt img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; display: block; }
.rev-yt-btn {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.rev-yt-btn::after {
  content: ''; width: 44px; height: 44px; background: var(--red); border-radius: 50%;
  display: block; flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 22px;
  box-shadow: 0 4px 16px rgba(230,57,70,.5); transition: transform .2s;
}
.rev-yt:hover .rev-yt-btn::after { transform: scale(1.08); }
.rev-yt.playing { cursor: default; }
.rev-yt.playing img, .rev-yt.playing .rev-yt-btn { display: none; }
.rev-yt iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.rev-yt-close {
  position: absolute; top: 6px; right: 6px; z-index: 10;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(0,0,0,.65); backdrop-filter: blur(6px);
  border: none; color: #fff; font-size: 13px; font-weight: 700;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.rev-yt-close:hover { background: var(--red); }

.faq { padding: 80px 0; }
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--g100); padding: 18px 0; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-size: 15px; font-weight: 600; color: var(--dark); transition: .2s;
}
.faq-q:hover { color: var(--red); }
.faq-q .plus { font-size: 20px; color: var(--red); transition: .3s; font-weight: 400; }
.faq-item.open .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: .3s ease; font-size: 13px; color: var(--g400); line-height: 1.7; }
.faq-item.open .faq-a { max-height: 200px; padding-top: 10px; }

.final-cta { padding: 80px 0; background: var(--dark); text-align: center; }
.final-cta h2 { font-family: var(--heading); font-size: 36px; color: var(--white); margin-bottom: 10px; }
.final-cta p  { font-size: 15px; color: rgba(255,255,255,.5); max-width: 500px; margin: 0 auto 24px; line-height: 1.7; }
.final-cta p strong { color: var(--white); }
.final-note { font-size: 11px; color: rgba(255,255,255,.25); margin-top: 14px; }

footer { background: var(--dark2); padding: 28px 0; text-align: center; }
footer p { font-size: 11px; color: rgba(255,255,255,.25); }

@media (max-width: 968px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1   { font-size: 32px; }
  .cases-grid, .rev-grid { grid-template-columns: 1fr 1fr; }
  .how-grid, .fw-grid, .why-grid { grid-template-columns: 1fr; }
  .picker-options { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .hero { padding: 110px 0 60px; }
  .hero h1 { font-size: clamp(22px, 6vw, 28px); }
  .hero-sub { font-size: clamp(13px, 3.5vw, 15px); }
  nav { display: none; }
  .s-title { font-size: clamp(22px, 6vw, 28px); }
  .calc-row { grid-template-columns: 1fr; }

  .hero-grid { display: flex !important; flex-direction: column; gap: 16px; }
  .hero-text  { order: 1; }
  .hero-vsl   { order: 2; width: 100%; }
  .hero-btns  { order: 3; flex-direction: column; align-items: center; justify-content: center; }
  .hero-btns .tg-link { width: 100%; max-width: 320px; justify-content: center; }

  .cases-grid, .picker-options { grid-template-columns: 1fr 1fr; }
  .picker-options .pick-opt:nth-child(odd)  { text-align: left; }
  .picker-options .pick-opt:nth-child(even) { text-align: right; }
  .picker-result-line .label { font-size: 12px; }
  .picker-result-line .val   { font-size: 15px; }

  .fw-grid  { grid-template-columns: 1fr 1fr; gap: 10px; }
  .how-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .fw-card, .how-card, .why-card { padding: 16px 12px; }
  .fw-icon  { font-size: 24px; }
  .how-num  { font-size: 28px; }
  .why-icon { font-size: 22px; }
  .fw-card h3, .how-card h3, .why-card h3 { font-size: 13px; }
  .fw-card p, .how-card p, .why-card p    { font-size: 11px; }

  .rev-grid { grid-template-columns: 1fr; }

  .tg-link { font-size: clamp(13px, 3.8vw, 15px); padding: 14px 20px; }
  .picker-box { padding: 28px 16px; }
  .picker-box h2 { font-size: clamp(18px, 5vw, 24px); }
}

/* ===== AI Chat Widget ===== */
.ai-chat-fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 999;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--red); color: var(--white);
  border: none; cursor: pointer; font-size: 26px; line-height: 1;
  box-shadow: 0 8px 28px rgba(230,57,70,.4);
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s, background .2s;
}
.ai-chat-fab:hover { background: var(--red-d); transform: translateY(-2px) scale(1.05); }

.ai-chat-panel {
  position: fixed; right: 20px; bottom: 92px; z-index: 999;
  width: 380px; max-width: calc(100vw - 32px);
  height: 540px; max-height: calc(100vh - 120px);
  background: var(--white); border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
  display: flex; flex-direction: column; overflow: hidden;
  border: 1px solid var(--g100);
  animation: fadeUp .25s ease;
}
.ai-chat-header { padding: 16px 20px; background: var(--dark); color: var(--white); }
.ai-chat-header-title {
  font-size: 15px; font-weight: 700; display: flex; align-items: center; gap: 8px;
}
.ai-chat-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #4ADE80; box-shadow: 0 0 8px #4ADE80; animation: pulse 2s infinite;
}
.ai-chat-header-sub { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 2px; }

.ai-chat-body {
  flex: 1; overflow-y: auto; padding: 16px;
  display: flex; flex-direction: column; gap: 10px;
  background: var(--g50);
}
.ai-msg {
  max-width: 85%; padding: 10px 14px; border-radius: 14px;
  font-size: 13.5px; line-height: 1.5; white-space: pre-wrap; word-wrap: break-word;
}
.ai-msg-assistant { background: var(--white); color: var(--g500); border: 1px solid var(--g100); align-self: flex-start; border-bottom-left-radius: 4px; }
.ai-msg-user { background: var(--red); color: var(--white); align-self: flex-end; border-bottom-right-radius: 4px; }
.ai-msg a { color: var(--red); font-weight: 600; }
.ai-msg-user a { color: var(--white); text-decoration: underline; }

.ai-chat-input {
  display: flex; gap: 8px; padding: 12px;
  border-top: 1px solid var(--g100); background: var(--white);
}
.ai-chat-input textarea {
  flex: 1; resize: none; max-height: 100px;
  padding: 10px 12px; border: 1px solid var(--g200); border-radius: 12px;
  font-family: var(--body); font-size: 13.5px; color: var(--dark);
  outline: none; transition: border-color .15s;
}
.ai-chat-input textarea:focus { border-color: var(--red); }
.ai-chat-input button {
  width: 40px; height: 40px; border-radius: 50%; border: none;
  background: var(--red); color: var(--white); font-size: 18px; font-weight: 700;
  cursor: pointer; flex-shrink: 0; transition: background .15s;
}
.ai-chat-input button:hover:not(:disabled) { background: var(--red-d); }
.ai-chat-input button:disabled { background: var(--g200); cursor: not-allowed; }

@media (max-width: 640px) {
  .ai-chat-panel { right: 12px; left: 12px; width: auto; bottom: 84px; height: 70vh; }
  .ai-chat-fab { right: 16px; bottom: 16px; width: 54px; height: 54px; font-size: 22px; }
}

.vsl-embed { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; }
.vsl-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.vsl-unmute {
  position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: 50px; border: none;
  background: rgba(0,0,0,.78); color: #fff;
  font-family: var(--body); font-size: 13px; font-weight: 700;
  cursor: pointer; backdrop-filter: blur(6px);
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
  transition: background .2s, transform .2s;
  z-index: 2;
}
.vsl-unmute:hover { background: var(--red); transform: translateX(-50%) translateY(-2px); }
.vsl-unmute-icon { font-size: 16px; line-height: 1; }
@media (max-width: 640px) { .vsl-unmute-text { display: none; } .vsl-unmute { padding: 10px 14px; } }
