/* ============================================================
   Claw AI Army OTO5 — Premium Redesign Layer
   Loaded after site.css + site-pro.css.
   Visual-only enhancement: no sales-page copy is changed.
   ============================================================ */

:root {
  --cv-navy: #070916;
  --cv-navy-2: #0d1025;
  --cv-ink: #0b1020;
  --cv-purple: #7c3aed;
  --cv-indigo: #4f46e5;
  --cv-cyan: #22d3ee;
  --cv-pink: #e879f9;
  --cv-yellow: #facc15;
  --cv-surface: #ffffff;
  --cv-soft: #f5f7ff;
  --cv-line: rgba(91, 81, 196, 0.14);
  --cv-shadow: 0 24px 80px rgba(22, 18, 77, 0.13);
  --cv-shadow-soft: 0 16px 44px rgba(22, 18, 77, 0.09);
  --cv-radius: 26px;.hero.v7
  --cv-radius-lg: 38px;
      --primary-color: #c9821f;
          --secondary-color: #2563EB;
      --gradient: linear-gradient(135deg, #ffcb1d 0%, #f0a32c 50%, #ff7d00 100%);
  --gradient-soft: linear-gradient(135deg, #eef2ff 0%, #faf5ff 50%, #ecfeff 100%);
}

.urgency-strip .btn-primary {
    background: #000;
    box-shadow: none;
}

html { scroll-padding-top: 82px; }
body {
  background:
    radial-gradient(circle at 10% 6%, rgba(99,102,241,.07), transparent 24rem),
    radial-gradient(circle at 90% 18%, rgba(34,211,238,.06), transparent 26rem),
    #fff;
  color: var(--cv-ink);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: radial-gradient(rgba(99,102,241,.16) .7px, transparent .7px);
  background-size: 24px 24px;
  opacity: .13;
  mask-image: linear-gradient(to bottom, #000, transparent 42%);
}
::selection { background: rgba(168,85,247,.24); color: #11132c; }

.container { padding-left: 24px; padding-right: 24px; }
section { position: relative; padding: 100px 0; }
section.tight { padding: 68px 0; }
section.soft {
    background: linear-gradient(180deg, #fbe9f2, #fff4e7);
  border-top: 1px solid rgba(99,102,241,.06);
  border-bottom: 1px solid rgba(99,102,241,.06);
}
section.soft.py-5:empty { display: none; }

.guarantee h2 {
    font-size: clamp(28px, 3vw, 40px);
}

h1, h2, h3, h4, h5 { text-wrap: balance;
    margin: 0 0 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #112747;
    line-height: 1.15;
    font-family: "Bricolage Grotesque", sans-serif;}
h1 { font-weight: 850; letter-spacing: -.045em; }
h2 {font-weight: 700; letter-spacing: -.04em; line-height: 1.04; }
h3 { font-weight: 700; }
p, li { text-wrap: pretty; }
.lead { font-size: clamp(18px, 1.65vw, 21px); line-height: 1.68; }
.section-head { max-width: 930px; margin-bottom: 58px; }
.section-head h2 { margin-bottom: 20px; }
.section-head .lead { max-width: 800px; margin-inline: auto; }
.text-grad {
  background: linear-gradient(135deg, #ffcb1d 0%, #f0a32c 50%, #ff7d00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.text-primary { color: #c9821f !important; }
.text-primary2 { color: #8b3fdb !important; }

.secon{
      background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Top urgency bar */
.urgency-strip {
  position: sticky;
  top: 0;
  z-index: 90;
  /* background: rgba(7, 9, 22, .92); */
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 12px 30px rgba(4,6,18,.18);
  backdrop-filter: blur(16px) saturate(150%);
  color: #f7f7ff;
  padding: 12px 0;
}

.urgency-strip .container { position: relative; min-height: 40px; gap: 22px; }
.urgency-strip span { font-size: 15px; letter-spacing: .025em; }
.urgency-strip strong { color: #fff; }

.read-progress { height: 4px; z-index: 100; }

/* Hero */
.hero.v7 {
  min-height: 760px;
  color: #fff;
  isolation: isolate;
}
.hero.v7::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
}
.hero.v7 .hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, .78fr);
  gap: clamp(44px, 6vw, 84px);
  align-items: center;
}
.hero.v7 .hero-copy { text-align: center;}
.hero.v7 .logomain {
  width: 240px;
  margin-left: 0  auto;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,.28));
}
.hero.v7 .eyebrow {
    display: inline-flex;
    font-size: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffde4a;
    font-weight: 500;
    padding: 5px 30px;
    border-radius: 0px;
    margin-bottom: 20px;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1.2px solid #ffde4a;
    position: relative;
}

.hero.v7 .eyebrow::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1.2px solid #FEDE4A;
    left: 0px;
    top: 0px;
    background: #000;
    translate: -50% -50%;
}

.hero.v7 .eyebrow::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1.2px solid #FEDE4A;
    top: 0px;
    right: 0px;
    background: #000;
    translate: 50% -50%;
}

.hero.v7 .eyebrow .div {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1.2px solid #FEDE4A;
    bottom: 0px;
    right: 0px;
    background: #000;
    translate: 50% 50%;
}

img.warningimg {
position: absolute;
    width: 11px;
    top: 17px;
    left: 0;
    border: 0;
    translate: -50% 50%;
}
.hero.v7 .eyebrow .text-white { color: #fff !important; }
/* .hero.v7 h1 {
  color: #fff;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: .99;
  margin-bottom: 25px;
  max-width: 820px;
} */
.hero.v7 h1 .text-secondary { color: #fff !important; }
.hero.v7 h1 .text-grad {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero.v7 .lead {
    line-height: 1.3;
    color: #f1f1f1 !important;
    font-size: 26px;
    font-weight: 500;
    max-width: 1020px;
  margin-bottom: 35px;
}


.hero-copy .text-secondary {
    color: #fff !important;
}

.hero.v7 .hero-quick-bullets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
    gap: 12px;
    margin: 0;
}
.hero.v7 .hero-quick-bullets li {
  min-height: 44px;
  display: flex;
  align-items:  flex-start;
  padding: 10px 14px 10px 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  color: #f5f6ff;
  font-size: 15.5px;
  backdrop-filter: blur(10px);
}
.hero.v7 .hero-quick-bullets li::before {
  left: 13px;
  top: 50%;
  transform: translateY(0%);
  width: 24px;
  height: 24px;
  border-radius: 8px;
  box-shadow:none;
}

.hero.v7 .hero-quick-bullets li strong{
  color:var(--primary-color);
}

.hero.v7 .cta-box {
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.72);
  background:
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(245,247,255,.96));
  box-shadow: 0 34px 90px rgba(0,0,0,.38), 0 0 0 8px rgba(255,255,255,.04);
}
.hero.v7 .cta-box::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(168,85,247,.36), rgba(34,211,238,.28));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.hero.v7 .cta-box h3 { font-size: 23px; line-height: 1.25; }
.hero.v7 .cta-box h5 { color: #4b5168; line-height: 1.45; font-weight: 700; }

/* Core CTA styling */
.cta-box {
  padding: 42px;
  border-radius: 32px;
    border: 2px solid var(--primary-color);
  background:
    radial-gradient(circle at 10% 0%, rgba(99,102,241,.10), transparent 18rem),
    radial-gradient(circle at 95% 100%, rgba(34,211,238,.10), transparent 18rem),
    #fff;
  box-shadow: var(--cv-shadow);
}

.btn-mega {
  width: min(100%, 680px);
  min-height: 64px;
  padding: 18px 26px;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgb(242 157 38 / 31%), inset 0 1px 0 rgba(255, 255, 255, .25);
  font-size: clamp(17px, 1.55vw, 21px);
  border: 1px solid rgba(255,255,255,.24);
  overflow: hidden;
}
.btn-mega::after {
  content: "";
  position: absolute;
  top: -80%;
  left: -35%;
  width: 26%;
  height: 260%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  transform: rotate(18deg);
  transition: left .65s ease;
}
.btn-mega:hover { transform: translateY(-3px) scale(1.012); box-shadow: 0 22px 46px rgb(255 162 36 / 23%) }
.btn-mega:hover::after { left: 115%; }
.btn-mega .arrow { width: 34px; height: 34px; background: rgba(255,255,255,.16); }
.btn-mega-sub { justify-content: center !important; color: #60657a; font-weight: 700; flex-wrap: wrap; }
.btn-mega-sub .dot { background: linear-gradient(135deg, #8b5cf6, #22d3ee); }

/* Eyebrows */
/* section:not(.hero) .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  border: 1px solid rgba(99,102,241,.16);
  background: linear-gradient(180deg, #fff, #f3f4ff);
  color: #5f51ca;
  box-shadow: 0 7px 18px rgba(79,70,229,.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
} */

/* Sample asset gallery */
.section01 {
  padding-top: 92px;
     background: linear-gradient(100deg, rgb(198, 227, 242), rgb(230, 232, 222)) 50% 100% / cover no-repeat;
}

.bookl{
      border-radius: 30px;
    border: 1px solid rgba(99, 102, 241, .15);
    background: linear-gradient(180deg, #fff, #f8f9ff);
        padding: 36px;
    box-shadow: var(--cv-shadow);
}

/* .section01 h2 { font-size: clamp(34px, 4vw, 55px); } */
.section01 h3 { font-size: clamp(18px, 2vw, 24px); font-weight: 580; }
.pricing-comparison {
  max-width: 1200px;
  padding: 24px;
  border-radius: 32px;
  border: 1px solid rgba(99,102,241,.12);
  background: rgba(255,255,255,.86);
  box-shadow: var(--cv-shadow);
  backdrop-filter: blur(18px);
}
.gallery { gap: 14px; }
.gallery .gtile {
  min-height: 185px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.28);
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(20,16,66,.17);
  transition: transform .28s ease, box-shadow .28s ease;
}
.gallery .gtile:hover { transform: translateY(-7px) scale(1.015); box-shadow: 0 24px 48px rgba(20,16,66,.23); }
.gallery .gtile::after { background: linear-gradient(180deg, transparent 42%, rgba(5,7,18,.88)); }
.gallery .gtile span {
  left: 16px;
  right: 16px;
  bottom: 15px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(4,7,19,.60);
  border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
}

/* Stats and trust */
.tight.soft { background: #fff; }
.stat-band {
  gap: 16px;
  padding: 0;
}
.stat-band::before { display: none; }
.stat {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 18px;
  border-radius: 22px;
  border: 1px solid var(--cv-line);
  background: linear-gradient(180deg, #fff, #f8f9ff);
  box-shadow: var(--cv-shadow-soft);
}
.stat .num { font-size: clamp(34px, 4vw, 54px); }
.stat .label { max-width: 210px; font-size: 11.5px; line-height: 1.45; }
.featured-strip {
  padding: 34px 0;
  background: linear-gradient(135deg, #080a18, #121630);
  border: 0;
}
.featured-strip .featured-label { color: #dde1f5; font-size: 14px; }
.featured-row { margin-top: 18px; gap: 14px; }
.featured-row .fl-item {
  min-height: 58px;
  padding: 12px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.featured-row .fl-item img { max-height: 30px; width: auto; margin:0 auto}

/* Tool-cost comparison */
.bleed-stage {
  padding: 22px;
  border-radius: 32px;
  border: 1px solid rgba(99,102,241,.14);

  box-shadow: var(--cv-shadow);
}
.bleed-stage::before { opacity: .28; }
.bleed-grid { gap: 14px; }
.bleed-card {
  min-height: 220px;
  padding: 26px 20px;
  border-radius: 22px;
  border: 1px solid rgba(99,102,241,.11);
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 28px rgba(22,18,77,.08);
}
.bleed-card:hover { transform: translateY(-6px); box-shadow: 0 20px 42px rgba(22,18,77,.14); }
.bleed-card .b-icon { width: 58px; height: 58px; margin-bottom: 18px; }
.bleed-card .b-yearly { font-size: 32px; }
.bleed-total {
  margin-top: 16px;
  padding: 28px 30px;
  border-radius: 22px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
}
.bleed-total .amount { color: #fff; margin-bottom:8px;}
.bleed-total .replace {
  padding: 20px 24px;
  border-radius: 18px;
}

/* Old vs new */
.section03 {
  background:
    radial-gradient(circle at 50% 0%, rgba(99,102,241,.12), transparent 28rem),
    #fff;
}
.showdown { gap: 24px; }
.showdown-card {
  padding: 38px;
  border-radius: 30px;
  box-shadow: var(--cv-shadow-soft);
}
.showdown-card.lose {
  background: linear-gradient(155deg, #fff 0%, #fff4f5 100%);
  border: 1px solid #fecdd3;
}
.showdown-card.win {
  background:
    radial-gradient(circle at 100% 0%, rgba(34,211,238,.11), transparent 18rem),
    linear-gradient(155deg, #fff 0%, #f1efff 100%);
  border: 1px solid var(--primary-color);
  box-shadow: 0 24px 70px rgba(79,70,229,.18);
}
.showdown-card h3 { font-size: 30px; }
.showdown-card li { padding-left: 39px; line-height: 1.55; }
.showdown-card .sd-foot {
  margin: 26px -12px -12px;
  padding: 20px 18px 6px;
}
.sadicon, .happyicon { filter: drop-shadow(0 10px 18px rgba(0,0,0,.13)); }

/* Video section */

.vsl-stage {
  border-radius: 30px;
  padding: 9px;
  background: linear-gradient(135deg, #6266f2, #a855f7, #22d3ee);
  box-shadow: 0 30px 80px rgba(42,31,124,.25);
}
.vsl-stage::before { border-radius: 30px; opacity: .45; }
.vsl-stage iframe.vsl-embed, .vsl-stage video.vsl-embed { border-radius: 22px; }
.iconcard {
  min-height: 112px;
  margin-bottom: 18px;
  padding: 22px 24px;
  border-radius: 20px;
  border: 1px solid rgba(99,102,241,.13);
  background: #fff;
  box-shadow: var(--cv-shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease;
}
.iconcard:hover { transform: translateY(-5px); box-shadow: var(--cv-shadow); }


/* Worked example */
.walkthrough { gap: 22px; }
.wt-row {
  min-height: 0;
  grid-template-columns: 72px minmax(0, 1.2fr) minmax(300px, .8fr);
  padding: 32px;
  border-radius: 28px;
  border: 1px solid rgba(99,102,241,.17);
  box-shadow: var(--cv-shadow-soft);
  background-blend-mode: soft-light;
  overflow: hidden;
}
.wt-row::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168,85,247,.14), transparent 70%);
  pointer-events: none;
}
.wt-row:hover { transform: translateY(-5px); box-shadow: var(--cv-shadow); }
.wt-row .wt-num span {
    border-radius: 18px;
    box-shadow: 0 12px 30px rgb(239 177 72 / 42%);
}
.wt-row .wt-copy h3 { font-size: 27px; }
.wt-row .wt-copy p { font-size: 17px; }
.wt-row .wt-output {
  padding: 20px;
  border-radius: 18px;
  border-color: rgba(99,102,241,.12);
  background: rgba(255,255,255,.88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 10px 26px rgba(22,18,77,.07);
  backdrop-filter: blur(8px);
}
.wt-total {
  padding: 26px 30px;
  border-radius: 24px;
  background: var(--ink);
  box-shadow: 0 24px 60px rgb(15 16 32 / 18%);
}

/* Capability cards */
.section06 {
  background:
    radial-gradient(circle at 8% 18%, rgba(99,102,241,.09), transparent 25rem),
    #fff;
}
.persona-grid { grid-template-columns: repeat(5, 1fr); gap: 16px; }
.persona-card {
  min-height: 250px;
  padding: 25px 18px;
  border-radius: 22px;
  border: 1px solid rgba(99,102,241,.12);
  background: linear-gradient(180deg, #fff, #fafaff);
  box-shadow: 0 13px 30px rgba(22,18,77,.07);
}
.persona-card:hover { transform: translateY(-7px); border-color: rgba(99,102,241,.32); box-shadow: 0 22px 48px rgba(22,18,77,.14); }
.persona-card .persona-avatar {
  width: 66px;
  height: 66px;
  border-radius: 19px;
  font-size: 19px;
  box-shadow: 0 13px 28px rgba(79,70,229,.22);
}
.persona-card .persona-role { margin-top: 18px; }
.persona-card .persona-desc { line-height: 1.55; }

.source-row{
  display: none!important;
}

.result-pill.tbd{
  display: none;
}

.stars img {
    height: 20px;
    margin-bottom: 12px;
}

.who .tbd img {
    border-radius: 50%;
    max-width: 45px;
    width: 100%;
}

.testimonial-card .who .name-row {
    display: flex;
    align-items: center;
    gap: 6px;
}


.testimonial-card .who .name {
    font-weight: 700;
    font-size: 17px;
    color: var(--ink);
}

.who .name .tbd {
    font-weight: 700;
    font-size: 17px !important;
    color: var(--ink);
    background: none;
    border: none;
    font-family: var(--font);
}

/* Imagine callouts */
.imagine-section {
  padding: 68px 0;
  background: linear-gradient(135deg, #080a18, #111632 55%, #0c1830);
  overflow: hidden;
}
.imagine-section::before,
.imagine-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
}
.imagine-section::before { width: 340px; height: 340px; left: -120px; top: -180px; background: rgba(99,102,241,.18); }
.imagine-section::after { width: 300px; height: 300px; right: -120px; bottom: -180px; background: rgba(34,211,238,.15); }
.imagine-cta {
max-width: 100%;
    padding: 48px 50px;
    background: linear-gradient(135deg, var(--indigo-50), #f3e8ff);
    border: 1px solid var(--indigo-200);
    border-radius: 22px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
    backdrop-filter: blur(16px);
}


.imagine-cta p {font-size: 18px; }
.imagine-cta strong { color: var(--primary-color); }
.imagine-cta .imagine-tag { color: #fff; background:var(--gradient) }

/* Deep-dive alternating feature sections */
.deepdive {
  gap: clamp(44px, 6vw, 84px);
  align-items: center;
}
.deepdive > div:first-child {
  position: relative;
  z-index: 2;
}

.cta-box h5 {
    font-family: var(--font);
    font-weight: 400;
}

.cta-box h3 {
    font-size: clamp(20px, 2.4vw, 30px);
    font-weight: 700;
    margin-bottom: 16px;
}

.deepdive > div > p { font-size: 18px; line-height: 1.75; }
.dd-features { gap: 12px; }
.dd-feature {
  min-height: 112px;
  padding: 17px;
  border-radius: 18px;
  border: 1px solid rgba(99,102,241,.12);
  background: rgba(255,255,255,.86);
  /* box-shadow: 0 10px 24px rgba(22,18,77,.06); */
}

.dd-feature ul{
  padding-left:0px!important;
  list-style: none;
  text-align: left;
      display: grid;
    gap: 15px;
}

.dd-feature li {
    font-size: 20px;
    padding-left: 40px;
    position: relative;
    color: var(--ink-2);
    font-weight: 500;
}

.dd-feature li::before {
    content: "";
    position: absolute;
    left: 0;
    top:2px;
    color: var(--success);
    font-weight: 700;
    height: 28px;
    width: 28px;
    background-image: url(../images/check.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.offer-stack .item-value .tbd{
      font-weight: 700;
    color: var(--indigo-600);
    white-space: nowrap;
    font-size: 20px!important;
}

.dd-ftimg img{
      margin-bottom: 20px;
}

.dd-feature:hover { transform: translateY(-4px); border-color: rgba(99,102,241,.26); box-shadow: 0 16px 32px rgba(22,18,77,.10); }
.dd-feature .dd-icon { border-radius: 12px; background: linear-gradient(135deg, #6366f1, #a855f7); color: #fff; }
.dd-feature h5 { font-weight: 700; }
.dash-frame {
  border-radius: 28px;
  border: 1px solid rgba(99,102,241,.18);
  box-shadow: 0 30px 80px rgba(22,18,77,.18);
  overflow: hidden;
  transform: perspective(1400px) rotateY(-1.5deg);
  transition: transform .35s ease, box-shadow .35s ease;
}
.deepdive.reverse .dash-frame { transform: perspective(1400px) rotateY(1.5deg); }
.dash-frame:hover, .deepdive.reverse .dash-frame:hover { transform: perspective(1400px) rotateY(0) translateY(-4px); box-shadow: 0 38px 90px rgba(22,18,77,.22); }
.ba-pair { gap: 14px; }
.ba-pair .gtile { border-radius: 20px; box-shadow: 0 16px 34px rgba(22,18,77,.13); }

/* Premium comparison */
.option-grid { gap: 22px; }
.option-card {
  padding: 32px 28px;
  border-radius: 26px;
  box-shadow: var(--cv-shadow-soft);
}
.option-card.good { border-width: 1px; box-shadow: 0 22px 58px rgba(79,70,229,.16); }
.option-card .opt-tag { padding: 7px 16px; font-size: 11px; }
.option-card h3 { font-size: 24px; }
.option-card li { font-size: 16.5px; line-height: 1.55; }

/* Use-cases */
.section-usecase {
  background:
    radial-gradient(circle at 50% 0%, rgba(99,102,241,.18), transparent 30rem),
    linear-gradient(180deg, #0a0d20, #080a17);
}
.section-usecase h2 { color: #fff; }
.section-usecase .eyebrow { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); color: #cfd4ff; box-shadow: none; }
.section-usecase .persona-grid, .section-usecase .usecase-grid { gap: 16px; }
.section-usecase .persona-card, .section-usecase .usecase-card {
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: none;
  backdrop-filter: blur(9px);
}
.section-usecase .persona-card:hover, .section-usecase .usecase-card:hover { background: rgba(255,255,255,.10); border-color: rgba(159,233,255,.28); }
.section-usecase .persona-card *, .section-usecase .usecase-card h3, .section-usecase .usecase-card p { color: #f1f3ff; }

/* Compare table */

.compare-wrap {
  padding: 12px;
  border-radius: 28px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  overflow: hidden;
}
.compare { margin: 0; border-radius: 20px; overflow: hidden; background: #fff; }
.compare th { background: #12162e; color: #fff; }
.compare td { padding-top: 18px; padding-bottom: 18px; }
.compare tbody tr:nth-child(even) { background: #f7f8ff; }

/* Offer stack */
.section11 {
  background:
    radial-gradient(circle at 15% 15%, rgba(99,102,241,.12), transparent 24rem),
    #fff;
}
.offer-stack {
  max-width: 930px;
  padding: 36px;
  border-radius: 30px;
  border: 1px solid rgba(99,102,241,.15);
  background: linear-gradient(180deg, #fff, #f8f9ff);
  box-shadow: var(--cv-shadow);
}
.offer-stack li {
  padding: 18px 18px 18px 18px;
  margin-bottom: 10px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(99,102,241,.10);
}
.offer-stack li::before { left: 17px; top: 16px; }
.offer-stack .total {
  border-radius: 22px;
  background: linear-gradient(100deg, #4f46e5, #8b5cf6 55%, #0ea5e9);
  box-shadow: 0 20px 44px rgba(79,70,229,.25);
}

/* Testimonials */
.testimonial-grid { gap: 20px; }
.testimonial-card {
  padding: 30px;
  border-radius: 26px;
  border: 1px solid rgba(99,102,241,.13);
  box-shadow: var(--cv-shadow-soft);
  background: linear-gradient(180deg, #fff, #fafaff);
}
.testimonial-card:hover { transform: translateY(-6px); box-shadow: var(--cv-shadow); }
.testimonial-card .result-pill { background: linear-gradient(135deg, #eef2ff, #ecfeff); border-color: rgba(99,102,241,.12); }
.testimonial-card .quote { font-size: 17px; line-height: 1.7; }

/* Buyer-fit cards */
section[style*="background: #f9fafe"] { background: linear-gradient(180deg, #f7f8ff, #fff) !important; }

/* Guarantee */
.section13 {
  padding: 86px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(34,211,238,.14), transparent 26rem),
    linear-gradient(135deg, #080a18, #10152e);
}
.guarantee-container {
  max-width: 1080px;
  padding: 10px;
  border-radius: 34px;
  background: linear-gradient(135deg, #6366f1, #a855f7, #22d3ee);
  box-shadow: 0 34px 90px rgba(0,0,0,.34);
}
.guarantee {
  border-radius: 26px;
  background: #fff;
  padding: 48px;
}
.guarantee h3 { font-size: clamp(28px, 3vw, 40px); }
.guarantee p { font-size: 18px; line-height: 1.72; }
.guarantee img { filter: drop-shadow(0 14px 28px rgba(79,70,229,.20)); }

/* Pricing */
.section14 {
  padding: 110px 0;
  color: #fff;
}

.total-acti{
  
}

.section14 .section-head h2, .section14 h3 { color: #fff; }
.section14 .section-head .lead { color: #c6cce6; }
.section14 .eyebrow { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); color: #d9ddf5; box-shadow: none; }

.tier-grid { gap: 24px; align-items: stretch; }
.pricing-card {
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  overflow: hidden;
}
.pricing-card.recommended {
  transform: translateY(-12px);
  border: 2px solid rgba(159,233,255,.62);
  box-shadow: 0 34px 90px rgba(34,211,238,.15), 0 0 0 7px rgba(255,255,255,.04);
}
.pricing-head { padding: 34px 30px 28px; }
.pricing-head .price { font-size: clamp(52px, 6vw, 78px); }
.pricing-body { padding: 30px; }

.pricing-foot { padding: 24px 30px 30px; background: #f7f8ff; }
.pricing-card .btn-cta, .pricing-card .btn-block {
  border-radius: 16px;
  min-height: 58px;
     box-shadow: 0 12px 32px rgb(243 153 33 / 22%);
}

/* P.S. and FAQ */
.ps-block {
  padding: 34px;
    border-radius: 26px;
    border: 1px solid var(--primary-color);
    background: linear-gradient(180deg, #fff, #f8f9ff);
    box-shadow: var(--cv-shadow-soft);
}
.faq { max-width: 920px; margin-inline: auto; }
.faq details {
  margin-bottom: 13px;
  border-radius: 18px;
  border: 1px solid rgba(99,102,241,.13);
  background: #fff;
  box-shadow: 0 10px 24px rgba(22,18,77,.06);
  overflow: hidden;
}
.faq details[open] { border-color: rgba(99,102,241,.30); box-shadow: 0 16px 34px rgba(22,18,77,.10); }



/* Footer */
.footer {
  padding: 68px 0 28px;
  background: #060814;
  color: #aeb5d2;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer p { color: #aeb5d2; }
.footer a { color: #d7dcf5; }
.footer a:hover { color: #9fe9ff; }
.footer-bottom { border-top-color: rgba(255,255,255,.09); }

/* Popups / toast */
.toast-stack .toast, .exit-modal {
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}
.exit-modal-head { background: linear-gradient(135deg, #080a18, #141a38); }
.exit-modal .btn-mega { width: 100%; }

/* Motion */
.reveal-up { transition-duration: .7s; }
@media (prefers-reduced-motion: no-preference) {
  .persona-card, .showdown-card, .bleed-card, .iconcard, .testimonial-card, .wt-row { will-change: transform; }
}

/* Responsive */
@media (max-width: 1100px) {
  .hero.v7 .hero-grid { grid-template-columns: 1fr; }
  .hero.v7 .hero-copy { text-align: center; margin-inline: auto; }
  .hero.v7 .logomain { margin-inline: auto !important; }
  .hero.v7 .cta-box { max-width: 760px; margin-inline: auto; }
  .hero.v7 .hero-quick-bullets { max-width: 760px; margin-inline: auto; }
  .persona-grid { grid-template-columns: repeat(3, 1fr); }
  .wt-row { grid-template-columns: 64px 1fr; }
  .wt-row .wt-output { grid-column: 2; }
}

@media (max-width: 820px) {
  section { padding: 76px 0; }
  .container { padding-left: 18px; padding-right: 18px; }
  .urgency-strip .container { justify-content: center; text-align: center; }
  .urgency-strip span { max-width: 540px; }
  .urgency-strip .btn { display: none; }
  .hero.v7 { min-height: auto; padding: 44px 0 72px !important; }
  .hero.v7 h1 { font-size: clamp(43px, 10vw, 64px); }
  .hero.v7 .cta-box { padding: 22px 17px; }
  .stat-band { grid-template-columns: repeat(2, 1fr); }
  .bleed-grid { grid-template-columns: repeat(2, 1fr); }
  .bleed-total { gap: 18px; }
  .showdown { grid-template-columns: 1fr; }
  .sadicon, .happyicon { display: none; }
  .persona-grid { grid-template-columns: repeat(2, 1fr); }
  .deepdive, .deepdive.reverse { grid-template-columns: 1fr; }
  .deepdive.reverse > * { order: initial; }
  .dash-frame, .deepdive.reverse .dash-frame { transform: none; }
  .option-grid { grid-template-columns: 1fr; }
  .pricing-card.recommended { transform: none; }
  .imagine-cta { padding: 38px 30px; }
  .guarantee { padding: 36px 28px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  section { padding: 62px 0; }
  h2 { font-size: 36px; }
  .section-head { margin-bottom: 42px; }
  .hero.v7 { padding-top: 28px !important; }
  .hero.v7 .logomain { width: 190px; }
  .hero.v7 .eyebrow { font-size: 10px; line-height: 1.45; text-align: left; }
  .hero.v7 h1 { font-size: 42px; }
  .hero.v7 .lead { font-size: 18px; } 
  .hero.v7 .hero-quick-bullets li { font-size: 14px; }
  .cta-box { padding: 28px 18px; border-radius: 24px; }
  .btn-mega { min-height: 58px; padding: 16px 18px; border-radius: 15px; }
  .btn-mega .arrow { display: none; }
  .pricing-comparison { padding: 12px; border-radius: 24px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery .gtile { min-height: 220px; }
  .stat-band { grid-template-columns: 1fr; }
  .stat { min-height: 125px; }
  .featured-row { grid-template-columns: repeat(2, 1fr); }
  .featured-row .fl-item { padding: 10px; }
  .bleed-grid { grid-template-columns: 1fr; }
  .bleed-stage { padding: 13px; }
  .bleed-total { padding: 22px; }
  .showdown-card { padding: 28px 22px; }
  .showdown-card li { font-size: 16px; }
  .iconcard { min-height: 0; padding: 18px; }
  .wt-row { grid-template-columns: 1fr; padding: 24px 20px; }
  .wt-row .wt-num { justify-content: flex-start; }
  .wt-row .wt-output { grid-column: auto; }
  .wt-total { flex-direction: column; align-items: stretch; }
  .wt-total .vs { width: 100%; height: 1px; }
  .persona-grid { grid-template-columns: 1fr; }
  .persona-card { min-height: 0; }
  .dd-features { grid-template-columns: 1fr; }
  .imagine-cta { padding: 30px 22px; }
  .offer-stack { padding: 22px 16px; }
  .offer-stack li { padding-left: 50px; }
  .guarantee { padding: 28px 20px; }
  .pricing-head, .pricing-body, .pricing-foot { padding-left: 22px; padding-right: 22px; }
  .faq summary { font-size: 16px; padding-left: 18px; }
  .hero.v7 .cta-box h3 {
    font-size: 18px;
  }
  .hero.v7 .cta-box h5 {
    font-size: 17px;}
    .bookl {
    border-radius: 20px;
    padding: 16px;
    }
      .book-row {
        grid-template-columns: 1fr;
    }
    
}

/* ============================================================
   ClawVoice OTO3 — Voice-specific premium component layer
   Keeps the visual language of the ClawVisuals OTO2 redesign.
   ============================================================ */

/* Placeholder tokens remain obvious without looking unfinished. */


/* Voice preview directly below the hero */
.hero + .section01 {
  padding: 86px 0 94px;
  background:
    radial-gradient(circle at 12% 0%, rgba(168,85,247,.13), transparent 25rem),
    radial-gradient(circle at 88% 80%, rgba(34,211,238,.10), transparent 24rem),
    linear-gradient(180deg, #f5f6ff 0%, #fff 100%);
}
.hero + .section01 .section-head { margin-bottom: 34px; }
.hero + .section01 .pricing-comparison {
  max-width: 920px;
  padding: clamp(24px, 3.5vw, 42px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34,211,238,.10), transparent 22rem),
    #fff;
  border: 1px solid rgba(99,102,241,.17);
  box-shadow: 0 28px 80px rgba(30,23,100,.16);
}
.hero + .section01 .pricing-comparison > div:nth-child(2) {
  padding: 20px 22px !important;
  border-radius: 17px !important;
  border-color: rgba(99,102,241,.13) !important;
  background: linear-gradient(180deg, #f9faff, #f3f5ff) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}
.voice-picker {
  min-height: 56px;
  padding: 13px 17px;
  border-radius: 15px;
  border-color: rgba(99,102,241,.14);
  background: linear-gradient(180deg, #fff, #f7f8ff);
  box-shadow: 0 9px 24px rgba(22,18,77,.07);
}
.voice-picker .v-name { gap: 11px; font-size: 15px; }
.voice-picker .v-name .v-flag {
  width: 29px;
  height: 20px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(15,16,32,.09), 0 4px 10px rgba(15,16,32,.10);
}
.voice-picker .v-tag {
  padding: 5px 11px;
  background: linear-gradient(135deg, #eef2ff, #ecfeff);
  border: 1px solid rgba(99,102,241,.13);
  font-size: 10px;
  font-weight: 800;
}
.voice-player {
  gap: 18px;
  padding: 20px;
  margin-top: 14px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 85% 0%, rgba(34,211,238,.28), transparent 18rem),
    linear-gradient(120deg, #17143f, #4937b8 52%, #0e7490);
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 20px 44px rgba(50,35,143,.28), inset 0 1px 0 rgba(255,255,255,.13);
}
.voice-player .play-btn {
  width: 58px;
  height: 58px;
  background: rgba(255,255,255,.17);
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  transition: transform .2s ease, background .2s ease;
}
.voice-player .play-btn:hover { transform: scale(1.06); background: rgba(255,255,255,.24); }
.voice-player .waveform { height: 62px; gap: 4px; }
.voice-player .waveform span {
  min-width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, #8eeaff 58%, #d5a6ff);
  box-shadow: 0 0 12px rgba(159,233,255,.18);
}
.voice-player .player-meta { margin-top: 8px; font-size: 12.5px; color: rgba(255,255,255,.72); }
.hero + .section01 .mock-tile {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  border-color: rgba(99,102,241,.14);
  background: linear-gradient(180deg, #fff, #f6f7ff);
  font-weight: 750;
  box-shadow: 0 8px 20px rgba(22,18,77,.06);
}
.hero + .section01 .mock-tile:first-child {
  /* background: linear-gradient(100deg, #4f46e5, #8b5cf6 55%, #0ea5e9) !important; */
      box-shadow: 0 16px 34px rgb(242 157 38 / 31%), inset 0 1px 0 rgba(255, 255, 255, .25);
}

/* Three-step explanation */
.section09 {
  background:
    radial-gradient(circle at 90% 10%, rgba(34,211,238,.10), transparent 28rem),
    radial-gradient(circle at 8% 85%, rgba(168,85,247,.10), transparent 25rem),
    linear-gradient(180deg, #f7f8ff 0%, #fff 100%);
}
.steps-v6 { gap: 30px; margin-top: 46px; }
.step-row {
  position: relative;
  gap: clamp(36px, 5vw, 70px);
  padding: clamp(28px, 4vw, 46px);
  border-radius: 30px;
  /* border: 1px solid rgba(99,102,241,.15); */
      border: 1px solid var(--primary-color);
  background:
    radial-gradient(circle at 100% 0%, rgba(34,211,238,.08), transparent 22rem),
    #fff;
  box-shadow: var(--cv-shadow-soft);
  overflow: hidden;
}
.step-row:nth-child(even) {
  background:
    radial-gradient(circle at 0% 100%, rgba(168,85,247,.09), transparent 22rem),
    #fff;
}
.step-row::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -95px;
  bottom: -95px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99,102,241,.12), transparent 68%);
  pointer-events: none;
}
.step-row .step-copy { max-width: 560px; }
.step-row .step-tag { margin-bottom: 20px; }
.step-row .step-tag .num {
  width: 58px;
  height: 58px;
  border-radius: 17px;
  box-shadow: 0 12px 30px rgb(239 177 72 / 42%);
}

.step-row img.img-shadow {
  border-radius: 24px;
  border: 1px solid rgba(99,102,241,.14);
  box-shadow:none;
  transition: transform .3s ease, box-shadow .3s ease;
}
.step-row:hover img.img-shadow { transform: translateY(-4px) scale(1.012); box-shadow: 0 32px 74px rgba(22,18,77,.22); }

/* Immediate buyer/use-case cards */
.feature-grid { gap: 22px; }
.feature-tile {
  border-radius: 25px;
  border: 1px solid rgba(99,102,241,.13);
  background: linear-gradient(180deg, #fff, #fafaff);
  box-shadow: 0 16px 36px rgba(22,18,77,.08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.feature-tile:hover {
  transform: translateY(-8px);
  border-color: rgba(99,102,241,.33);
  box-shadow: 0 26px 58px rgba(22,18,77,.15);
}
.feature-tile > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f2f3ff;
  border-bottom: 1px solid rgba(99,102,241,.10);
}
.feature-tile .p-4 { padding: 26px 24px 28px !important; }


/* Demo / video proof section */
.demo-section {
  color: #fff;
}
.demo-section .section-head h2 { color: #fff; }
.demo-section .section-head .lead { color: #cbd0e8; }
.demo-section .eyebrow {
  color: #d9ddf5;
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.07);
  box-shadow: none;
}
.demo-section .vsl-stage {
  max-width: 1040px;
  margin-inline: auto;
  padding: 10px;
  border-radius: 32px;
  background: linear-gradient(135deg, #6366f1, #a855f7 52%, #22d3ee);
  box-shadow: 0 36px 90px rgba(0,0,0,.45), 0 0 0 8px rgba(255,255,255,.035);
}
.demo-section .vsl-embed { min-height: 560px; border-radius: 23px; }
.demo-section .iconcard {
  height: calc(100% - 18px);
  color: #f3f5ff;
  background: hsl(0deg 0% 100% / 13%);
  border-color: rgba(255,255,255,.12);
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.demo-section .iconcard:hover { background: rgba(255,255,255,.11); border-color: rgba(159,233,255,.28); }
.demo-section .iconcard strong { color: var(--primary-color); }
.demo-section .cta-box { box-shadow: 0 32px 85px rgba(0,0,0,.38); }

/* Worked example and production pipeline */
.walkthrough { gap: 18px; }
.wt-row {
    min-height: 0;
    grid-template-columns: 72px minmax(0, 1.2fr) minmax(300px, .8fr);
    padding: 32px;
    border-radius: 28px;
    border: 1px solid var(--primary-color);
    min-height: 370px;
    box-shadow: var(--cv-shadow-soft);
    background-blend-mode: soft-light;
    overflow: hidden;
}
.wt-row.wt-row2 { background-image: radial-gradient(circle at 0% 100%, rgba(168,85,247,.10), transparent 20rem), linear-gradient(135deg, #fff, #f8f6ff); }
.wt-row.wt-row3 { background-image: radial-gradient(circle at 100% 100%, rgba(34,211,238,.10), transparent 20rem), linear-gradient(135deg, #fff, #f5fbff); }
.wt-row.wt-row4 { background-image: radial-gradient(circle at 0% 0%, rgba(99,102,241,.10), transparent 20rem), linear-gradient(135deg, #fff, #f7f8ff); }
.wt-row .wt-output { min-height: 160px; justify-content: center; }
.wt-row .wt-copy .wt-meta .model-pill {
  padding: 5px 10px;
  background: linear-gradient(135deg, #eef2ff, #f7efff);
  border: 1px solid rgba(99,102,241,.12);
}
.wt-total { border-radius: 25px; padding: 28px 32px; }

/* Voice feature mockups */
.deepdive { margin: 12px 0; }
.deepdive .dash-frame {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(22,18,77,.18);
}
.deepdive .voice-player { margin-top: 16px; }
.deepdive .voice-picker { margin-top: 12px; }
.deepdive .mock-tile {
  border-radius: 13px;
  border-color: rgba(99,102,241,.12);
  background: linear-gradient(180deg, #fff, #f6f7ff);
  box-shadow: 0 8px 20px rgba(22,18,77,.06);
}
.dd-feature { min-height: 118px; }
.dd-feature p { margin-bottom: 0; line-height: 1.5; }
.lang-grid { gap: 10px; }
.lang-tile {
  min-height: 46px;
  padding: 11px 13px;
  border-radius: 12px;
  border-color: rgba(99,102,241,.13);
  box-shadow: 0 7px 18px rgba(22,18,77,.055);
}
.lang-tile.brand { box-shadow: 0 11px 24px rgba(79,70,229,.22); }
.transcript-row {
  padding: 13px 14px;
  margin-bottom: 8px;
  border-radius: 12px;
  border: 1px solid rgba(99,102,241,.09);
  background: #f7f8ff;
}
.ssml-code {
  padding: 20px;
  border-radius: 16px;
  background: #0d1028;
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.chain-flow { gap: 12px; }
.chain-flow .mock-tile { min-height: 54px; font-weight: 700; }
.chain-flow .arrow { color: #7c67ef; }

/* Voice library cards */
.persona-grid { gap: 17px; }
.persona-card {
  padding: 24px 17px;
  border-radius: 22px;
  border-color: rgba(99,102,241,.13);
  background: linear-gradient(180deg, #fff, #f9faff);
  box-shadow: 0 13px 30px rgba(22,18,77,.075);
}
.persona-card .persona-avatar {
  width: 76px;
  height: 76px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(79,70,229,.20);
}
.persona-card .persona-avatar img { width: 100%; height: 100%; object-fit: cover; }
.persona-card .persona-avatar::after { width: 15px; height: 15px; bottom: 4px; right: 4px; }

/* Buyer-fit decision cards */
.who-grid { gap: 24px; }
.who-card {
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 46px rgba(22,18,77,.10);
}
.who-card.yes { border-color: #34d399; background: radial-gradient(circle at 100% 0%, rgba(52,211,153,.12), transparent 20rem), #fff; }
.who-card.no { border-color: rgba(99,102,241,.12); background: linear-gradient(160deg, #fff, #f7f8ff); }
.who-card .who-head { margin-top: 0; }
.who-card li { font-size: 17px; }

/* Customer proof */
.testimonial-card .source-row { border-top-color: rgba(99,102,241,.11); }
.testimonial-card .stars { color: #f59e0b; letter-spacing: .12em; }

/* Output fascination cards */
.section01 .hero-card {
  min-height: 90px;
  margin-bottom: 18px;
  padding: 20px 22px;
  border-radius: 20px;
  border: 1px solid rgba(99,102,241,.15);
  background:
    radial-gradient(circle at 100% 0%, rgba(34,211,238,.08), transparent 17rem),
    linear-gradient(180deg, #fff, #f9faff);
  box-shadow: 0 12px 28px rgba(22,18,77,.075);
  transition: transform .24s ease, box-shadow .24s ease;
}
.section01 .hero-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(22,18,77,.13); }
/* .section01 .hero-card > img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  filter: drop-shadow(0 8px 14px rgba(79,70,229,.18));
} */
/* .section01 .hero-card span { font-size: 16px; line-height: 1.55; } */

/* Comparison, offer, CTA and pricing refinements */
.section10 .compare-wrap { max-width: 1080px; margin-inline: auto; }
.section10 table.compare th, .section10 table.compare td { vertical-align: middle; }
/* .section10 table.compare .brand-col { background: linear-gradient(135deg, #eef2ff, #ecfeff); } */
.offer-stack h3 { font-size: 28px; }
.offer-stack li .item-value { color: #5a4bcf; font-weight: 800; }
.cta-box .btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition:all .3s ease;
      /* width: min(100%, 680px); */
    min-height: 64px;
    padding: 18px 26px;
    border-radius: 18px;
    box-shadow: 0 16px 34px rgb(242 157 38 / 31%), inset 0 1px 0 rgba(255, 255, 255, .25);
    font-size: clamp(17px, 1.55vw, 24px);
    border: 1px solid rgba(255, 255, 255, .24);
    overflow: hidden;
}
.cta-box .btn-cta:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 18px 44px rgb(243 153 33 / 22%) }
.pricing-row { display: flex; justify-content: center; }
.pricing-card.solo { max-width: 650px; width: 100%; }
.section14 .pricing-card.solo { border: 1px solid rgba(159,233,255,.44); box-shadow: 0 36px 100px rgba(0,0,0,.38), 0 0 0 8px rgba(255,255,255,.035); }
.section14 .pricing-head { text-align: center; }

.section14 .pricing-card .btn-cta { font-size: 19px; }

@media (max-width: 991px) {
  .demo-section .vsl-embed { min-height: 430px; }
  .step-row, .step-row.reverse { grid-template-columns: 1fr; }
  .step-row.reverse > .step-copy { order: initial; }
  .step-row .step-copy { max-width: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .who-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .hero + .section01 .pricing-comparison { padding: 20px; }
  .voice-player { align-items: flex-start; }
  .voice-player .play-btn { width: 50px; height: 50px; }
  .voice-player .player-meta { flex-wrap: wrap; gap: 4px 8px; }
  .demo-section .vsl-embed { min-height: 330px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-tile > img { aspect-ratio: 16 / 9; }
  .wt-row { grid-template-columns: 1fr; }
  .wt-row .wt-output { grid-column: auto; min-height: 0; }
  .lang-grid { grid-template-columns: repeat(2, 1fr); }
  .transcript-row { grid-template-columns: 68px 48px 1fr; }
}

@media (max-width: 560px) {
  .hero + .section01 { padding: 62px 0; }
  .hero + .section01 .pricing-comparison { border-radius: 22px; }
  .voice-player { padding: 15px; gap: 12px; }
  .voice-player .waveform { height: 52px; gap: 2px; }
  .voice-player .waveform span { min-width: 2px; }
  .hero + .section01 .mock-tile { min-width: calc(50% - 4px) !important; }
  .step-row { padding: 24px 20px; border-radius: 23px; }
  .step-row .step-tag .num { width: 50px; height: 50px; }
  .step-row .step-tag .label { font-size: 11px; }
  .demo-section .vsl-embed { min-height: 230px; }
  .wt-row { padding: 24px 19px; }
  .lang-grid { grid-template-columns: 1fr; }
  .transcript-row { grid-template-columns: 1fr; gap: 5px; }
  .persona-card .persona-avatar { width: 70px; height: 70px; }
  .who-card { padding: 26px 20px; }
  .who-card li { font-size: 16px; }
  .section01 .hero-card { padding: 17px 16px; align-items: flex-start; }
  .section01 .hero-card span { font-size: 15px; }
  .cta-box .btn-cta { min-height: 58px; padding: 15px 16px; font-size: 16px; }
}


.section10 .eyebrow{    
  color: #ffde4a;
    border: 1.2px solid #ffde4a;}

 .compare .brand-logo span{
          font-size: 10px;
    padding: 5px 14px;
    border-radius: 50px;
    background: #ffcb1d;
    line-height: 1.2em;
    color: #fff;
    }
/* ============================================================
   Agency White Label OTO5 — OTO3-matched component refinements
   Same visual language, adapted to agency-specific layouts.
   ============================================================ */

/* Keep the OTO3 typography and color treatment across OTO5. */
body { font-family: "Google Sans", Arial, sans-serif; }
body p, body li, body a, body span, body div, body button, body summary { font-family: "Google Sans", Arial, sans-serif; }
body h1, body h2, body h3, body h4, body h5, body h6 { font-family: "Bricolage Grotesque", sans-serif; }

/* Hero: OTO5 has a standalone logo node before the copy. */
.hero.v7 { min-height: 830px; }
.hero.v7 .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(390px, .78fr);
  gap: 28px clamp(44px, 6vw, 84px);
  align-items: center;
}
.hero.v7 .hero-grid > .logomain {
  grid-column: 1 / -1;
  width: 238px;
  margin: 0 auto!important;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,.28));
}
.hero.v7 .hero-copy { grid-column: 1; }
.hero.v7 .cta-box { grid-column: 2; }


.hero.v7 h1 .text-secondary,
.hero.v7 h1 .text-secondary2 { color: #fff !important; }
.hero.v7 .text-highlight.bg-danger {
  display: inline;
  color: #fff;
  background: linear-gradient(135deg, #ffcb1d, #ff7d00) !important;
  padding: 0px 10px;
  border-radius: .12em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hero.v7 .lead strong { color: #fff; }
.hero.v7 .hero-quick-bullets li {

  line-height: 1.42;
}
.hero.v7 .hero-quick-bullets li::before { transform: translateY(-50%); }

.hero.v7 .cta-box .btn-cta:hover { background: var(--gradient); }

/* Urgency strip: same high-contrast sticky treatment as OTO3. */
.urgency-strip .container { justify-content: space-between; }
.urgency-strip .countdown {
  padding: 7px 13px;
  border-radius: 9px;
  color: #111827;
  background: linear-gradient(135deg, #ffde4a, #ffb22c);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
  font-weight: 850;
  letter-spacing: .08em;
}

/* Agency capability comparison preview. */
.hero + .tight.soft { padding-top: 90px; }
.pricing-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.pricing-top .badge,
.pricing-top .live-status {
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .085em;
  text-transform: uppercase;
}
.pricing-top .badge { color: #fff; background: linear-gradient(135deg, #6366f1, #a855f7); }
.pricing-top .live-status { color: #5f51ca; background: #eef2ff; border: 1px solid rgba(99,102,241,.14); }
.comparison-table {
  overflow: hidden;
  border: 1px solid rgba(99,102,241,.12);
  border-radius: 22px;
  background: #fff;
}
.comparison-table .table-row {
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr;
  align-items: stretch;
  border-bottom: 1px solid rgba(99,102,241,.095);
}
.comparison-table .table-row:last-child { border-bottom: 0; }
.comparison-table .table-head {
    background: var(--bg-soft);
  color: #332780;
}
.comparison-table .feature-col,
.comparison-table .plan-col {
  padding: 17px 18px;
  display: flex;
  align-items: center;
  line-height: 1.42;
}
.comparison-table .feature-col { font-weight: 760; color: #27304a; }
.comparison-table .table-head .feature-col,
.comparison-table .table-head .plan-col {     font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
      color: #332780;}
    
.comparison-table .old-value { color: #8a91a5; background: #fafaff; }
.comparison-table .new-value {
    background: var(--secondary-color);
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.comparison-table .highlight { color: #fff!important;
   background: var(--secondary-color);
}

/* Dark capability / business-model band. */
section.gradient {
  color: #fff;
  background:
    radial-gradient(circle at 12% 15%, rgba(124,58,237,.22), transparent 26rem),
    radial-gradient(circle at 88% 75%, rgba(34,211,238,.15), transparent 26rem),
    linear-gradient(135deg, #080a18, #111632 55%, #0c1830) !important;
}
section.gradient h2, section.gradient h3, section.gradient h4, section.gradient p { color: #fff; }
section.gradient .lead { color: #cbd1e8; }
section.gradient .eyebrow { color: #ffde4a; border-color: #ffde4a; background: transparent; }
section.gradient .cap-num {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: var(--gradient);
  color: #111827;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 22px;
  font-weight: 850;
  box-shadow: 0 13px 32px rgba(244,158,35,.22);
}
section.gradient .col-md-4 .maji{
  padding: 28px 24px;
  background: hsl(0deg 0% 100% / 13%);
  border: 1px solid var(--primary-color);
  border-radius: 22px;
  backdrop-filter: blur(10px);
}

section.gradient .col-md-4 .maji img{
  margin-bottom:10px;
      border-radius: 20px;
}

section.gradient .row { gap: 18px 0; }

/* Agency launch flow cards. */
.flow-3 { gap: 22px; }
.flow-step {
  min-height: 100%;
  padding: 30px 27px;
  border-radius: 25px;
  border: 1px solid rgba(99,102,241,.13);
  text-align: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(34,211,238,.075), transparent 16rem),
    linear-gradient(180deg, #fff, #f9faff);
  box-shadow: var(--cv-shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.flow-step:hover { transform: translateY(-6px); border-color: rgba(99,102,241,.28); box-shadow: var(--cv-shadow); }
.flow-step .n {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: var(--gradient);
  color: #111827;
  box-shadow: 0 12px 28px rgba(244,158,35,.22);
}
.flow-step h4 {     
  font-size: 24px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
.flow-step p { margin: 0;line-height: 1.65; }

.fty-img img{
  border-radius: 10px;
  margin-bottom:10px;
}

/* Agency Console visual. */
.console-mock {
  border-radius: 30px;
  padding: 30px;
  border: 1px solid rgba(99,102,241,.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(34,211,238,.08), transparent 20rem),
    linear-gradient(180deg, #fff, #f7f8ff);
  box-shadow: var(--cv-shadow);
}
.console-top {
  padding: 0 0 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(99,102,241,.12);
}
.console-top .badge-live {
  padding: 8px 13px;
  border-radius: 999px;
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}
.console-top .path {
  padding: 8px 12px;
  border-radius: 10px;
  background: #0f132c;
  color: #cfd5f5;
}
.console-stats { gap: 16px; margin-bottom: 20px; }
.console-stat {
  border: 1px solid rgba(99,102,241,.10);
  border-radius: 18px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(22,18,77,.06);
}
.console-stat .v { color: #5f51ca; }
.client-row {
  padding: 14px 16px;
  margin-bottom: 9px;
  border-radius: 14px;
  border: 1px solid rgba(99,102,241,.105);
  background: rgba(255,255,255,.92);
  transition: transform .2s ease, box-shadow .2s ease;
}
.client-row:hover { transform: translateX(4px); box-shadow: 0 10px 22px rgba(22,18,77,.075); }

.getimg img{
  border-radius: 10px;
  margin-bottom: 10px;
}

/* Long capability cards use the same premium OTO3 tiles. */
.row.g-4 .dd-feature {
  height: 100%;
    border-radius: 30px;
    border: 1px solid rgba(99,102,241,.13);
    text-align:center;
    position: relative;
    box-shadow: 0px 16px 46px 0px rgba(0, 0, 0, 0.22);
    background: #fff;
    padding: 20px;
}

.left .hppy{
      position: absolute;
    z-index: 9;
    bottom: 110px;
    left: -60px;
    width: 120px;
}

.right .sad{
      position: absolute;
    z-index: 9;
    top: 110px;
    right: -60px;
    width: 120px;
}

.iff img, .iffnt img{
  border-radius: 1rem;
  margin-bottom: 20px;
}

.row.g-4 .dd-feature .dd-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: var(--gradient);
  color: #111827;
  font-weight: 850;
}
.row.g-4 .dd-feature h5 { font-size: 24px; line-height: 1.25;margin-bottom:10px; }
.row.g-4 .dd-feature p {        
  font-size: 18px;
    line-height: 1.65;
    color: var(--ink-2);
    margin: 0;}

/* Honest limits. */
.not-included {
  padding: 29px 31px;
  border-radius: 24px;
  border: 1px solid rgba(245,158,11,.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(250,204,21,.12), transparent 17rem),
    linear-gradient(180deg, #fffbeb, #fff7df);
  box-shadow: 0 18px 46px rgba(146,64,14,.10);
}

.not-included h4 {
      font-size: 24px;
    display: inline-flex;
    margin-bottom: 18px;
    align-items: center;
}
.not-included li { line-height: 1.55; font-size:18px;
margin-bottom:10px;}

.not-included h4 img{
    max-width: 36px;
    margin-right: 6px;
    rotate: -10deg;
}

.not-included ul{
  list-style: none;
  padding-left:0px;
  position: relative;
}

/* Buyer-fit blocks. */
.who-card {
  height: 100%;
  padding: 28px 25px;
  border-radius: 24px;
  border: 1px solid rgba(99,102,241,.13);
  background: linear-gradient(180deg, #fff, #f9faff);
  box-shadow: var(--cv-shadow-soft);
}
.who-card h3, .who-card h4, .who-card h5 { font-weight: 780; }

/* Client economics book. */
.book-row {
  padding: 15px 17px;
  margin-bottom: 10px;
  border: 1px solid rgba(99,102,241,.10);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f8f9ff);
  box-shadow: 0 8px 20px rgba(22,18,77,.045);
}
.book-row .yr {
  color: #fff;
  background: linear-gradient(135deg, #10b981, #059669);
  box-shadow: 0 8px 18px rgba(5,150,105,.16);
}
.book-total {
  padding: 20px 21px;
  border-radius: 18px;
  border: 1px solid rgba(99,102,241,.18);
  background: linear-gradient(135deg, #eef2ff, #ecfeff);
}
.book-total .val { color: #5f51ca; }

/* Offer stack. */
.offer-stack .item-name { color: #25304a;}
.offer-stack .item-value { white-space: nowrap; }


.offer-stack .total .amount .tbd {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.3;
    margin-top: 10px;
}

/* Pricing: OTO5 uses .tier-card rather than OTO3's .pricing-card. */

.section14 .tier-grid.tri { gap: 24px; }
.section14 .tier-card {
  max-width: 370px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.97);
  box-shadow: 0 28px 72px rgba(0,0,0,.30);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.section14 .tier-card:hover { transform: translateY(-7px); box-shadow: 0 38px 88px rgba(0,0,0,.38); }
.section14 .tier-card.recommended {
  transform: translateY(-12px);
  border: 2px solid rgba(159,233,255,.65);
  box-shadow: 0 34px 90px rgba(34,211,238,.16), 0 0 0 7px rgba(255,255,255,.045);
}
.section14 .tier-card.recommended:hover { transform: translateY(-18px); }
.section14 .tier-head {
  padding: 31px 28px 24px;
  text-align: center;
background: var(--gradient);
  border-bottom: 1px solid rgba(99,102,241,.10);
}
.section14 .tier-head h3 { color: #18203a; font-size: 25px; }
.section14 .tier-head .price { color: #fff; font-size: clamp(44px, 5vw, 63px); font-weight: 850; }

.section14 .tier-body { padding: 27px 25px; }
.section14 .tier-body li { line-height: 1.5; margin-bottom: 11px; }
.section14 .tier-foot { padding: 22px 25px 26px; background: #f7f8ff; }
.section14 .tier-card .btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 16px;
  background: var(--gradient);
  color: #fff;
  box-shadow: 0 13px 32px rgba(243,153,33,.24);
}
.section14 .tier-card .btn-block:hover { color: #fff; transform: translateY(-2px); }
.section14 .btn-sub { color: #73798c; }
.section14 .tier-card.recommended::after {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  box-shadow: 0 8px 18px rgba(79,70,229,.22);
}

/* Pricing arithmetic / payment summary. */
.you-pay {
  padding: 23px 25px;
  border-radius: 21px;
  border: 1px solid rgba(99,102,241,.16);
  background: linear-gradient(135deg, #eef2ff, #ecfeff);
  box-shadow: 0 15px 38px rgba(22,18,77,.09);
}
.you-pay .price-old { color: #9197a8; }
.you-pay .price-new { color: #5f51ca; }

/* FAQ and final close. */
section.gradient:last-of-type .cta-box {
  border-color: rgba(255,203,29,.65);
  background: rgba(255,255,255,.97);
  box-shadow: 0 34px 90px rgba(0,0,0,.35);
}
section.gradient:last-of-type .cta-box h2,
section.gradient:last-of-type .cta-box h3,
section.gradient:last-of-type .cta-box p { color: #112747; }
section.gradient:last-of-type .btn-mega { background: var(--gradient); color: #fff; }
.sticky-cta {
  background: rgba(7,9,22,.94);
  border-top: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(16px);
  box-shadow: 0 -12px 34px rgba(4,6,18,.20);
}
.sticky-cta .btn { background: var(--gradient); border: 0; color: #fff;  box-shadow: 0 16px 34px rgb(242 157 38 / 31%), inset 0 1px 0 rgba(255, 255, 255, .25);}

/* Responsive parity with OTO3. */
@media (max-width: 1050px) {
  .hero.v7 .hero-grid { grid-template-columns: 1fr; }
  .hero.v7 .hero-grid > .logomain,
  .hero.v7 .hero-copy,
  .hero.v7 .cta-box { grid-column: 1; }
  .hero.v7 .cta-box { max-width: 760px; margin-inline: auto; }
  .hero.v7 .hero-copy { max-width: 920px; margin-inline: auto; }
  .section14 .tier-card { max-width: 560px; }
  .section14 .tier-card.recommended { transform: none; }
  .section14 .tier-card.recommended:hover { transform: translateY(-7px); }
}
@media (max-width: 767px) {
  .hero.v7 { min-height: auto; }
  .hero.v7 .hero-grid { gap: 22px; }
  .hero.v7 .hero-grid > .logomain { width: 205px; }
  .hero.v7 h1 { font-size: clamp(37px, 10vw, 49px); }
  .hero.v7 .hero-quick-bullets { grid-template-columns: 1fr; }
  .comparison-table { overflow-x: auto; }
  .comparison-table .table-row { min-width: 760px; }
  .console-mock { padding: 21px 17px; }
  .book-row { grid-template-columns: 1fr auto; }
  .book-row .rate { grid-column: 1; }
  .section14 .tier-head, .section14 .tier-body, .section14 .tier-foot { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 560px) {
  .urgency-strip .container { gap: 8px 12px; }
  .urgency-strip span { font-size: 10px; }
  .hero.v7 .eyebrow { padding: 7px 17px; font-size: 11px; }
  .hero.v7 .lead { font-size: 19px; }
  .comparison-table .table-row { min-width: 680px; }
  .flow-step, .row.g-4 .dd-feature, .who-card { padding: 23px 20px; }
  .imagine-cta { padding: 30px 21px; }
  .not-included { padding: 24px 20px; }
}

/* Final OTO3 parity pass: dark, centered hero and reliable reveal state. */
.reveal-up {
  opacity: 1 !important;
  transform: none !important;
}
.hero.v7 {
  min-height: 0;
  padding: 48px 0 82px !important;
  background:
    linear-gradient(90deg, rgba(3,5,14,.94), rgba(7,10,25,.82) 52%, rgba(8,10,28,.88)),
    url(../images/dark-bg2.webp) center / cover no-repeat !important;
}
.hero.v7 .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  max-width: 1180px;
  margin: 0 auto;
}
.hero.v7 .hero-grid > .logomain {
  grid-column: 1;
  width: 238px;
  margin: 0 auto;
}
.hero.v7 .hero-copy {
  grid-column: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.hero.v7 .cta-box {
  grid-column: 1;
  width: min(100%, 830px);
  margin: 4px auto 0;
}
/* .hero.v7 .lead {
  max-width: 1080px;
  margin: 0 auto 30px;
  color: #eef0fb !important;
  font-size: clamp(19px, 1.75vw, 25px);
  line-height: 1.43;
} */
.hero.v7 .lead .text-primary { color: #f2a620 !important; }
.hero.v7 .lead .text-secondary2 { color: #d690ff !important; }
.hero.v7 .hero-quick-bullets {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.hero.v7 .hero-quick-bullets li {
  min-height: 70px;
  align-items: center;
  color: #f7f8ff;
}
.hero.v7 .hero-quick-bullets li::before { top: 50%; }
/* .hero.v7 .cta-box h3 { color: #112747 !important; } */


@media (max-width: 820px) {
  .hero.v7 { padding: 68px 0 70px !important; }
  .hero.v7 .hero-grid > .logomain { margin-inline: auto !important; }
  .hero.v7 h1 { font-size: clamp(42px, 10vw, 62px); }
}
@media (max-width: 560px) {
  .hero.v7 { padding-top: 28px !important; }
  .hero.v7 h1 { font-size: 33px; }
  .hero.v7 .lead { font-size: 19px !important; }
  .hero.v7 .hero-quick-bullets li { min-height: 0; }
  .hero.v7 .text-highlight.bg-danger {
    line-height: 1.4;}
}

/* Readability refinements. */
.offer-stack .total .you-pay {
  margin-top: 13px;
  padding: 15px 17px;
  border-radius: 14px;
  color: #28334f;
  background: rgba(255,255,255,.90);
  opacity: 1;
  line-height: 1.5;
}
.offer-stack .total .you-pay strong { color: #c97508; }

@media (max-width: 767px) {
  .comparison-table { overflow: hidden; }
  .comparison-table .table-row {
    min-width: 0;
    grid-template-columns: 1.15fr .72fr 1fr;
  }
  .comparison-table .feature-col,
  .comparison-table .plan-col {
    padding: 12px 8px;
    font-size: 11px;
    line-height: 1.35;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .comparison-table .table-head .feature-col,
  .comparison-table .table-head .plan-col { font-size: 10px; }
}


.faq details {
    margin-bottom: 13px;
    border-radius: 18px;
    border: 1px solid rgba(99, 102, 241, .13);
    background: #fff;
    box-shadow: 0 10px 24px rgba(22, 18, 77, .06);
    overflow: hidden;
        transition: border-color 150ms ease;
}

.mainn{
  border-radius: 10px;
}

.section-headd h2{
      font-size: clamp(32px, 4vw, 46px);
    line-height: 1.1;
}

.faq summary {
    padding: 22px 62px 22px 24px;
    font-size: 20px;
    font-weight: 700;
        color: var(--ink);
    cursor: pointer;
    list-style: none;
    position: relative;
}

.faq summary::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    color: var(--indigo-600);
    transition: transform 150ms;
}


.faq details > div {
    padding: 0 24px 24px;
    font-size: 18px;
    line-height: 1.7;
    color: var(--ink-2);
}