:root {
  --bg: #030605;
  --panel: #070b0a;
  --panel-2: #0b100e;
  --line: rgba(170, 255, 55, .28);
  --line-soft: rgba(255, 255, 255, .08);
  --text: #f4f6f2;
  --muted: #b9c0b5;
  --dim: #7c8579;
  --green: #a7ff2f;
  --green-2: #6ed21f;
  --green-3: #d4ff8a;
  --shadow: 0 0 44px rgba(135, 255, 36, .18);
  --radius: 8px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 15px;
  background:
    radial-gradient(circle at 5% 35%, rgba(133, 255, 31, .17), transparent 25%),
    radial-gradient(circle at 92% 18%, rgba(133, 255, 31, .09), transparent 22%),
    linear-gradient(180deg, #030504 0%, #050806 100%);
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.site-shell { width: 100%; margin: 0 auto; overflow: hidden; }
.section-pad { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 46px 0; position: relative; }

.topbar {
  width: min(var(--max), calc(100% - 48px));
  height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--line-soft);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(3, 6, 5, .84);
}

.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand-logo {
  width: 175px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(167, 255, 47, .18));
}
.footer-logo { width: 220px; }
.brand-mark {
  width: 58px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #061004;
  font-weight: 900;
  letter-spacing: -2px;
  clip-path: polygon(15% 0, 100% 0, 85% 35%, 100% 35%, 72% 100%, 0 100%, 20% 65%, 0 65%);
  background: linear-gradient(135deg, var(--green), var(--green-2));
  filter: drop-shadow(0 0 15px rgba(147,255,38,.45));
}
.brand strong { display: block; letter-spacing: .42em; font-size: 15px; line-height: 1; }
.brand small { display: block; color: var(--green-3); margin-top: 5px; font-size: 13px; }

.nav-links { display: flex; justify-content: center; gap: clamp(16px, 2.4vw, 36px); }
.nav-links a { color: #fff; font-weight: 600; font-size: 14px; transition: color .2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--green); }

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border-radius: 5px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--green-3);
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); border-color: var(--green); box-shadow: var(--shadow); }
.btn-primary { background: linear-gradient(135deg, var(--green), #8fec20); color: #071004; border-color: transparent; }
.btn-outline { background: rgba(255,255,255,.015); }
.btn.big { min-height: 52px; padding: 0 34px; font-size: 16px; }

.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; border-radius: 6px; }
.menu-toggle span { display: block; height: 2px; margin: 6px 10px; background: var(--green); }

.hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
}
.eyebrow { margin: 0 0 12px; color: var(--green); text-transform: uppercase; font-weight: 800; letter-spacing: .08em; font-size: 13px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(38px, 3.8vw, 56px); line-height: 1.08; letter-spacing: 0; margin-bottom: 20px; font-weight: 900; }
h2 { font-size: clamp(30px, 2.75vw, 40px); line-height: 1.15; letter-spacing: 0; margin-bottom: 14px; font-weight: 900; }
h1 span, h2 span { color: var(--green); }
.hero-text { color: #e5e8e2; font-size: 18px; line-height: 1.52; max-width: 520px; }
.hero-text strong { color: var(--green-3); font-weight: 600; }

.feature-row { display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0; border-left: 1px solid var(--line-soft); }
.feature-row article { padding: 0 20px; border-right: 1px solid var(--line-soft); min-height: 116px; }
.feature-row strong { display: block; color: var(--green); font-size: 16px; margin: 12px 0 8px; }
.feature-row span, .section-heading p, .partner-carousel span, .quick-list span, .partner-grid span, .steps span, .footer p, .footer a, .trust-strip span, .benefit-strip span { color: var(--muted); line-height: 1.55; }

.icon { width: 38px; height: 38px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; position: relative; color: var(--green); }
.icon-img {
  width: 42px;
  height: 42px;
  display: inline-block;
  object-fit: contain;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(167, 255, 47, .015);
  filter: drop-shadow(0 0 8px rgba(167, 255, 47, .25));
  flex: 0 0 42px;
}
.icon-img.large {
  width: 70px;
  height: 70px;
  padding: 8px;
  border-radius: 14px;
}
.icon::before, .icon::after { content: ""; position: absolute; border-color: currentColor; }
.stack::before { width: 20px; height: 14px; border: 2px solid; transform: skewY(-20deg); box-shadow: 0 6px 0 -2px #071004, 0 8px 0 0 currentColor; }
.edit::before { width: 18px; height: 18px; border: 2px solid; }
.edit::after { width: 16px; height: 3px; background: currentColor; transform: rotate(-45deg) translate(6px,-5px); }
.mic::before { width: 12px; height: 22px; border: 3px solid; border-radius: 8px; }
.mic::after { width: 24px; height: 13px; border: 2px solid; border-top: 0; bottom: 7px; border-radius: 0 0 14px 14px; }
.large { width: 70px; height: 70px; }
.play { width: 17px; height: 17px; border: 1px solid var(--green); border-radius: 50%; display: inline-block; position: relative; }
.play::after { content: ""; position: absolute; left: 6px; top: 4px; border-left: 6px solid var(--green); border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
.image::before { width: 22px; height: 18px; border: 2px solid; border-radius: 2px; background: linear-gradient(135deg, transparent 55%, currentColor 56%); }
.text::before { content: "T"; font-weight: 900; font-size: 22px; }
.download::before { width: 18px; height: 18px; border-left: 2px solid; border-bottom: 2px solid; transform: translateY(-2px); }
.download::after { width: 12px; height: 12px; border-right: 2px solid; border-bottom: 2px solid; transform: rotate(45deg) translate(-1px, -3px); }
.cloud::before { width: 25px; height: 14px; border: 2px solid; border-top: 0; border-radius: 0 0 14px 14px; bottom: 10px; }
.shield::before { width: 22px; height: 26px; border: 2px solid; clip-path: polygon(50% 0,100% 18%,88% 78%,50% 100%,12% 78%,0 18%); }
.card::before { width: 25px; height: 17px; border: 2px solid; border-radius: 2px; box-shadow: inset 0 6px 0 rgba(167,255,47,.25); }
.refresh::before { width: 24px; height: 24px; border: 2px solid; border-left-color: transparent; border-radius: 50%; }
.headset::before { width: 24px; height: 22px; border: 3px solid; border-bottom: 0; border-radius: 16px 16px 0 0; }
.lock::before { width: 22px; height: 18px; border: 2px solid; bottom: 8px; }
.lock::after { width: 13px; height: 12px; border: 2px solid; border-bottom: 0; border-radius: 10px 10px 0 0; top: 7px; }

.hero-visual { min-height: 470px; position: relative; }
.editor-window {
  width: min(680px, 100%);
  margin-left: auto;
  min-height: 365px;
  display: grid;
  grid-template-columns: 58px 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(6, 10, 8, .82);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.tool-rail { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 28px; border-right: 1px solid var(--line-soft); }
.tool-rail span { width: 15px; height: 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 2px; }
.tool-rail span:first-child { transform: rotate(45deg); border-color: var(--dim); }
.editor-content { padding: 22px; }
.editor-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.editor-head span { color: var(--dim); border: 1px solid var(--line-soft); padding: 9px 14px; border-radius: 4px; width: 210px; font-size: 12px; }
.chips, .template-tabs { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 18px; }
.chips button, .template-tabs button { border: 1px solid var(--line-soft); background: rgba(255,255,255,.03); color: #fff; border-radius: 999px; padding: 9px 17px; cursor: pointer; }
.chips button.active, .template-tabs button.active { background: var(--green); color: #061004; border-color: transparent; }
.template-grid.mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.thumb-img {
  width: 100%;
  height: 112px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
}
.thumb, .poster {
  min-height: 112px;
  border-radius: 6px;
  overflow: hidden;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-size: 22px;
  line-height: 1.03;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.08);
}
.thumb span, .poster span { color: var(--green); }
.black { background: radial-gradient(circle at 70% 70%, rgba(167,255,47,.28), transparent 32%), linear-gradient(135deg, #071007, #020202); }
.launch { background: radial-gradient(circle at 70% 30%, #ffaf38, transparent 20%), linear-gradient(135deg, #28134d, #161017); }
.promo { background: linear-gradient(135deg, #211400, #db9b1d); }
.faith { background: linear-gradient(135deg, #020202, #313131); }
.food { background: radial-gradient(circle at 60% 55%, #d98d29, transparent 25%), linear-gradient(135deg, #221407, #8d5f16); font-family: Georgia, serif; }
.ai { background: linear-gradient(135deg, #05070a, #0f241c); }
.course { background: linear-gradient(135deg, #02233c, #0b76a2); }
.beauty { background: linear-gradient(135deg, #ffc2bd, #f0a48d); color: #25110d; }

.mascot { position: absolute; object-fit: contain; filter: drop-shadow(0 0 28px rgba(136,255,35,.36)); pointer-events: none; }
.hero-mascot { width: 290px; right: -28px; bottom: -8px; z-index: 4; }
.voice-card {
  position: absolute;
  left: 52px;
  bottom: 54px;
  width: 390px;
  min-height: 84px;
  display: grid;
  grid-template-columns: 64px 1fr 96px;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  background: rgba(7, 12, 9, .95);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.voice-card p { margin: 0; font-weight: 700; line-height: 1.35; }
.wave { display: flex; gap: 4px; align-items: center; }
.wave span { width: 3px; height: 24px; background: var(--green); border-radius: 3px; animation: wave 1s infinite ease-in-out; }
.wave span:nth-child(2) { animation-delay: .1s; height: 38px; }
.wave span:nth-child(3) { animation-delay: .2s; height: 18px; }
.wave span:nth-child(4) { animation-delay: .3s; height: 34px; }
.wave span:nth-child(5) { animation-delay: .4s; height: 15px; }
@keyframes wave { 50% { transform: scaleY(.45); opacity: .55; } }

.section-heading { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.section-heading.left { text-align: left; margin-left: 0; max-width: 430px; }
.partners { display: grid; grid-template-columns: 270px 1fr; gap: 34px; align-items: center; border-top: 1px solid var(--line-soft); padding-top: 44px; }
.partner-grid { display: grid; grid-template-columns: repeat(6, minmax(130px, 1fr)); gap: 2px; }
.partner-track article, .partner-grid article, .quick-list, .price-card, .tutorial-panel, .template-card, .trust-strip, .benefit-strip, .cta, .footer-trust {
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.partner-carousel {
  width: 100%;
  overflow: hidden;
  padding: 2px 0;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.partner-track {
  --partner-card: 174px;
  --partner-gap: 3px;
  display: flex;
  width: max-content;
  gap: var(--partner-gap);
  animation: partnerMarquee 34s linear infinite;
  will-change: transform;
}
.partner-carousel:hover .partner-track { animation-play-state: paused; }
.partner-track article { width: var(--partner-card); min-height: 166px; padding: 20px 14px; flex: 0 0 var(--partner-card); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 14px; }
.partner-grid article { min-height: 166px; padding: 20px 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 14px; }
.partner-logo { width: min(146px, 100%); height: 52px; object-fit: contain; display: block; filter: drop-shadow(0 0 8px rgba(167,255,47,.12)); }
.partner-grid strong { font-size: 20px; }
.partner-track b, .partner-grid b { color: var(--green); border: 1px solid var(--green); border-radius: 4px; padding: 9px 17px; }
@keyframes partnerMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-1 * ((var(--partner-card) + var(--partner-gap)) * 6))); }
}

.tutorial-panel { padding: 24px 38px 32px; position: relative; }
.tutorial-link { position: absolute; top: 62px; right: 36px; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin-top: 16px; }
.steps article { position: relative; }
.steps b { position: absolute; top: 10px; left: 10px; background: var(--green); color: #061004; padding: 6px 12px; border-radius: 6px; z-index: 2; }
.steps strong { display: block; color: var(--green); margin: 14px 0 6px; }
.step-shot { height: 110px; border: 1px solid var(--line); border-radius: 6px; background: #050706; position: relative; overflow: hidden; }
.image-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.editor-shot::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 34%;
  height: 100%;
  background: linear-gradient(180deg, rgba(7,12,9,.88), rgba(7,12,9,.96));
  border-left: 1px solid rgba(167,255,47,.28);
}
.gridshot { background-image: repeating-linear-gradient(90deg, transparent 0 22%, rgba(167,255,47,.14) 22% 24%), repeating-linear-gradient(0deg, transparent 0 22%, rgba(255,255,255,.08) 22% 24%); }
.editshot::before, .finalshot::before { content: "BLACK\A FRIDAY"; white-space: pre; position: absolute; inset: 22px 34px; color: var(--green); font-weight: 900; font-size: 24px; line-height: 1; }
.voiceshot::before { content: ""; position: absolute; inset: 43px 24px; border: 1px solid var(--green); border-radius: 9px; box-shadow: inset 42px 0 0 rgba(167,255,47,.18); }
.exportshot::before { content: "✓"; position: absolute; right: 25px; top: 23px; color: var(--green); font-size: 52px; }

.benefit-strip, .trust-strip, .footer-trust { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; padding: 18px 22px; margin-top: 34px; }
.benefit-strip article, .trust-strip article, .footer-trust article { display: flex; align-items: center; gap: 16px; padding: 4px 18px; border-right: 1px solid var(--line-soft); min-width: 0; }
.benefit-strip .icon-img, .trust-strip .icon-img, .footer-trust .icon-img { flex: 0 0 42px; }
.benefit-strip span, .trust-strip span, .footer-trust span { min-width: 0; }
.benefit-strip article:last-child, .trust-strip article:last-child, .footer-trust article:last-child { border-right: 0; }

.templates-hero { display: grid; grid-template-columns: minmax(460px, 1fr) 320px 300px; align-items: center; gap: 22px; }
.templates-hero h2 { max-width: 780px; }
.search { width: min(390px, 100%); height: 48px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line-soft); border-radius: 8px; padding: 0 16px; margin-top: 28px; }
.search input { width: 100%; background: transparent; border: 0; color: white; outline: 0; }
.templates-mascot { position: static; width: 320px; justify-self: center; align-self: end; margin: 0 0 -38px -18px; z-index: 2; }
.quick-list { padding: 20px 22px; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.quick-list article { display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 16px; row-gap: 4px; margin: 0 0 24px; align-items: start; }
.quick-list article:last-child { margin-bottom: 0; }
.quick-list .icon-img { grid-row: 1 / span 2; width: 42px; height: 42px; }
.quick-list strong { display: block; margin: 0 0 4px; grid-column: 2; line-height: 1.2; }
.quick-list span { display: block; grid-column: 2; max-width: 220px; }
.template-tabs { margin-top: 26px; border-bottom: 1px solid var(--line-soft); padding-bottom: 22px; }
.section-title-line { display: flex; align-items: center; justify-content: space-between; margin: 28px 0 20px; }
.section-title-line h3 { font-size: 24px; margin: 0; }
.section-title-line a { color: var(--green-3); font-weight: 700; }
.cards-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.template-card { overflow: hidden; padding-bottom: 18px; transition: transform .2s ease, border-color .2s ease; }
.template-card:hover { transform: translateY(-5px); border-color: var(--green); }
.poster, .poster-img { height: 148px; border-radius: 6px 6px 0 0; border: 0; font-size: 28px; }
.poster-img { width: 100%; display: block; object-fit: cover; }
.poster small { margin-top: 12px; color: #fff; font-size: 13px; }
.template-card b { display: inline-block; margin: 14px 14px 8px; color: #071004; background: var(--green); padding: 4px 9px; border-radius: 3px; font-size: 12px; }
.template-card strong { display: block; margin: 0 14px; }
.card-actions { float: right; margin: -22px 14px 0 0; color: #fff; letter-spacing: 10px; }

.pricing { border-top: 1px solid var(--line-soft); padding-top: 40px; overflow: visible; }
.price-mascot { width: 285px; left: -92px; top: 4px; z-index: 1; transform: rotate(-2deg); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { padding: 26px 22px 22px; position: relative; min-height: 452px; display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--green); box-shadow: var(--shadow); transform: translateY(-8px); }
.badge { position: absolute; left: 50%; top: -15px; transform: translateX(-50%); background: var(--green); color: #061004; font-weight: 900; border-radius: 999px; padding: 8px 34px; text-transform: uppercase; font-size: 13px; }
.price-card h3 { text-transform: uppercase; color: var(--green); text-align: center; font-size: 22px; margin-bottom: 10px; }
.price-card > p { text-align: center; color: var(--muted); }
.price { text-align: center; font-size: 46px; font-weight: 900; margin: 16px 0; }
.price small { font-size: 20px; margin-right: 9px; color: #fff; }
.price span { font-size: 16px; font-weight: 500; color: #fff; }
.price.annual { color: var(--green-3); }
.billing { margin-top: -12px; font-size: 13px; }
.price-card ul { list-style: none; padding: 20px 0 0; margin: 0 0 24px; border-top: 1px solid var(--line); flex: 1; }
.price-card li { color: #e8ece5; margin: 0 0 14px; padding-left: 28px; position: relative; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); border: 1px solid var(--green); width: 15px; height: 15px; border-radius: 50%; display: grid; place-items: center; font-size: 10px; }
.price-card em { color: var(--green); background: rgba(167,255,47,.1); padding: 4px 8px; border-radius: 3px; font-style: normal; font-size: 11px; margin-left: 6px; }
.trust-strip { grid-template-columns: repeat(4, 1fr); }

.cta {
  width: min(var(--max), calc(100% - 48px));
  margin: 22px auto 42px;
  padding: 0 54px 0 0;
  display: grid;
  grid-template-columns: 390px minmax(380px, 1fr) 280px;
  align-items: center;
  gap: 34px;
  position: relative;
  min-height: 198px;
  overflow: hidden;
}
.cta::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 340px; background-image: radial-gradient(circle, rgba(167,255,47,.2) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, black 20%, transparent 94%); pointer-events: none; }
.cta-mascot { position: relative; width: 455px; margin: -96px 0 -140px 14px; align-self: end; z-index: 1; }
.cta h2 { margin-bottom: 12px; font-size: clamp(27px, 2.2vw, 34px); line-height: 1.22; }
.cta p, .cta small { color: var(--muted); }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; justify-self: end; }
.cta-actions .btn { min-width: 255px; }
.cta-actions small { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.mini-shield { width: 18px; height: 18px; object-fit: contain; border: 0; padding: 0; }

.footer { border-top: 1px solid var(--line-soft); padding: 36px 0 24px; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.footer-main { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 28px; }
.footer h4 { margin: 0 0 18px; color: var(--green); text-transform: uppercase; font-size: 14px; letter-spacing: .07em; }
.footer a { display: block; margin-bottom: 14px; }
.footer-brand p { max-width: 310px; margin: 24px 0; }
.socials { display: flex; gap: 14px; }
.socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line-soft); border-radius: 6px; color: #fff; }
.newsletter { display: flex; border: 1px solid var(--line-soft); border-radius: 6px; overflow: hidden; height: 48px; }
.newsletter input { width: 100%; border: 0; background: transparent; color: white; padding: 0 14px; outline: 0; }
.newsletter button { width: 48px; border: 0; background: var(--green); color: #061004; font-size: 24px; cursor: pointer; }
.consent { display: flex; gap: 8px; align-items: flex-start; color: var(--muted); font-size: 12px; margin-top: 16px; }
.footer-trust { grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 36px 0 28px; padding: 20px 18px; }
.footer-trust article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 14px;
  row-gap: 4px;
  padding: 8px 16px;
}
.footer-trust .icon-img { grid-row: 1 / span 2; width: 42px; height: 42px; }
.footer-trust strong {
  display: block;
  min-width: 0;
  font-size: 15px;
  line-height: 1.25;
  overflow-wrap: normal;
}
.footer-trust span {
  display: block;
  min-width: 0;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: normal;
}
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 20px; padding-top: 26px; border-top: 1px solid var(--line-soft); color: var(--dim); }
.footer-bottom b { color: #ff4b4b; }
.language-select { justify-self: end; display: flex; align-items: center; gap: 12px; color: var(--green-3); font-weight: 600; }
.language-select select {
  color: #071004;
  background: linear-gradient(135deg, var(--green), #8fec20);
  border: 1px solid rgba(167,255,47,.7);
  border-radius: 6px;
  padding: 12px 42px 12px 18px;
  outline: 0;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(167,255,47,.12);
}
.language-select select:hover { box-shadow: 0 0 28px rgba(167,255,47,.25); }
.language-select option { color: #071004; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; }
.modal.open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.74); backdrop-filter: blur(8px); }
.modal-card { position: relative; width: min(560px, calc(100% - 34px)); background: #070c09; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: 34px; }
.modal-close { position: absolute; top: 12px; right: 14px; width: 36px; height: 36px; border: 1px solid var(--line); color: var(--green); background: transparent; border-radius: 5px; font-size: 24px; cursor: pointer; }
.demo-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 26px; }
.demo-flow span { color: #071004; background: var(--green); border-radius: 5px; padding: 12px 8px; text-align: center; font-weight: 800; }

.chat-widget {
  position: fixed;
  right: 24px;
  bottom: 22px;
  z-index: 99999;
  pointer-events: none;
  touch-action: none;
  isolation: isolate;
}
.chat-orb {
  width: 80px;
  height: 80px;
  position: relative;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  border: 2px solid rgba(167,255,47,.95);
  border-radius: 50%;
  background: radial-gradient(circle at 45% 38%, rgba(167,255,47,.35), rgba(6,12,8,.98) 58%);
  box-shadow: 0 0 22px rgba(167,255,47,.35), 0 0 70px rgba(167,255,47,.18);
  cursor: grab;
  pointer-events: auto;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  animation: chatPlay 5.2s ease-in-out infinite;
}
.chat-widget.dragging .chat-orb { cursor: grabbing; }
.chat-widget.open .chat-orb { animation: none; transform: scale(.88); }
.chat-pulse {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(167,255,47,.38);
  animation: chatPulse 2.4s ease-out infinite;
}
.chat-orb-video,
.chat-orb-fallback {
  width: 118%;
  height: 118%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.chat-orb-fallback { display: none; object-fit: contain; padding: 12px; }
.chat-panel {
  width: min(370px, calc(100vw - 28px));
  position: absolute;
  right: 0;
  bottom: 112px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(5, 9, 7, .96);
  box-shadow: 0 0 45px rgba(167,255,47,.18), 0 18px 70px rgba(0,0,0,.45);
  backdrop-filter: blur(18px);
  transform: translateY(18px) scale(.96);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}
.chat-widget.open .chat-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}
.chat-header {
  display: grid;
  grid-template-columns: 54px 1fr 36px;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-bottom: 1px solid var(--line-soft);
}
.chat-avatar {
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: #071004;
}
.chat-avatar video { width: 100%; height: 100%; object-fit: cover; }
.chat-header strong { display: block; color: #fff; }
.chat-header span { color: var(--green); font-size: 13px; }
.chat-header button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: var(--green);
  font-size: 24px;
  cursor: pointer;
}
.chat-messages {
  min-height: 190px;
  max-height: 310px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}
.bot-message,
.user-message {
  max-width: 86%;
  padding: 11px 13px;
  border-radius: 8px;
  line-height: 1.45;
  font-size: 14px;
}
.bot-message {
  align-self: flex-start;
  color: #dce4d9;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line-soft);
}
.user-message {
  align-self: flex-end;
  color: #071004;
  background: var(--green);
  font-weight: 700;
}
.chat-form {
  display: grid;
  grid-template-columns: 1fr 48px;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line-soft);
}
.chat-form input {
  min-width: 0;
  height: 44px;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  background: rgba(255,255,255,.035);
  color: #fff;
  outline: 0;
  padding: 0 13px;
}
.chat-form button {
  border: 0;
  border-radius: 6px;
  background: var(--green);
  color: #071004;
  font-size: 28px;
  font-weight: 900;
  cursor: pointer;
}
@keyframes chatPlay {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  18% { transform: translateY(-8px) rotate(-4deg); }
  34% { transform: translateY(0) rotate(5deg); }
  52% { transform: translateY(-5px) rotate(0deg) scale(1.04); }
  72% { transform: translateY(0) rotate(-2deg); }
}
@keyframes chatPulse {
  0% { transform: scale(.78); opacity: .75; }
  100% { transform: scale(1.25); opacity: 0; }
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .topbar { grid-template-columns: 220px auto 1fr; }
  .header-cta { display: none; }
  .hero, .partners, .templates-hero { grid-template-columns: 1fr; }
  .hero-visual { order: -1; min-height: 590px; }
  .partner-grid, .cards-grid { grid-template-columns: repeat(3, 1fr); }
  .partner-track { --partner-card: 205px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .benefit-strip, .footer-main, .footer-trust { grid-template-columns: repeat(2, 1fr); }
  .footer-trust article:nth-child(2n) { border-right: 0; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .cta { grid-template-columns: 320px 1fr; padding: 0 34px 0 0; gap: 28px; }
  .cta-mascot { width: 405px; margin: -74px 0 -124px -10px; }
  .cta-actions { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  .section-pad, .topbar, .footer, .cta { width: min(100% - 28px, var(--max)); }
  .topbar { height: 74px; grid-template-columns: 1fr auto; }
  .brand-logo { width: 150px; }
  .footer-logo { width: 175px; }
  .brand strong { font-size: 12px; letter-spacing: .25em; }
  .brand small { font-size: 11px; }
  .brand-mark { width: 48px; height: 29px; }
  .menu-toggle { display: block; }
  .nav-links { position: fixed; left: 14px; right: 14px; top: 82px; display: none; flex-direction: column; gap: 0; padding: 16px; border: 1px solid var(--line); background: rgba(5, 8, 6, .98); border-radius: 8px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 8px; border-bottom: 1px solid var(--line-soft); }
  .hero { padding-top: 44px; min-height: auto; }
  h1 { font-size: 40px; }
  h2 { font-size: 32px; }
  .hero-text { font-size: 18px; }
  .feature-row, .price-grid, .trust-strip, .benefit-strip, .footer-bottom { grid-template-columns: 1fr; }
  .feature-row { border-left: 0; gap: 20px; }
  .feature-row article { border: 1px solid var(--line-soft); padding: 18px; border-radius: 8px; }
  .editor-window { grid-template-columns: 1fr; }
  .tool-rail { display: none; }
  .editor-content { padding: 18px; }
  .editor-head span { display: none; }
  .template-grid.mini, .partner-grid, .cards-grid, .steps { grid-template-columns: 1fr; }
  .partner-track { --partner-card: 215px; animation-duration: 28s; }
  .voice-card { position: relative; left: auto; bottom: auto; width: 100%; grid-template-columns: 50px 1fr; margin-top: 16px; border-radius: 8px; }
  .voice-card .wave { grid-column: 1 / -1; }
  .hero-mascot { width: 235px; right: -42px; bottom: -76px; }
  .price-mascot { display: none; }
  .tutorial-panel { padding: 24px; }
  .tutorial-link { position: static; margin-bottom: 20px; }
  .benefit-strip article, .trust-strip article, .footer-trust article { border-right: 0; border-bottom: 1px solid var(--line-soft); padding: 14px 0; }
  .footer-trust article { grid-template-columns: 48px minmax(0, 1fr); padding: 14px 0; }
  .benefit-strip article:last-child, .trust-strip article:last-child, .footer-trust article:last-child { border-bottom: 0; }
  .templates-hero { gap: 18px; }
  .templates-mascot { width: 255px; justify-self: center; margin-bottom: -22px; }
  .section-title-line { align-items: flex-start; flex-direction: column; gap: 14px; }
  .poster { height: 210px; }
  .cta { padding: 24px; grid-template-columns: 1fr; gap: 16px; text-align: left; }
  .cta::before { width: 100%; mask-image: linear-gradient(180deg, black, transparent 58%); }
  .cta-mascot { width: 215px; justify-self: center; margin: -36px 0 -24px; }
  .cta-actions { grid-column: auto; justify-self: stretch; align-items: stretch; }
  .cta-actions .btn { min-width: 0; }
  .cta-actions small { white-space: normal; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-trust { grid-template-columns: 1fr; }
  .demo-flow { grid-template-columns: 1fr 1fr; }
  .chat-widget { right: 14px; bottom: 14px; }
  .chat-orb { width: 76px; height: 76px; }
  .chat-panel { bottom: 92px; }
}
:root {
  --agiliza-hand-cursor: url("assets/cursors/agiliza-neon-cursor-56.png") 18 8, pointer;
}

html,
body,
body *:not(input):not(textarea):not([contenteditable="true"]) {
  cursor: var(--agiliza-hand-cursor) !important;
}

input,
textarea,
[contenteditable="true"] {
  cursor: text !important;
}
