/* ============================================================
   DODO STUDIO — בניית אתרים · page-specific styles
   Loads AFTER the site's colors_and_type / base / sections / motion.
   Only what the shared brand css does not already cover.
   ============================================================ */

/* ---------- header: current page ---------- */
.nav-links a[aria-current="page"]{ color: var(--red); }
.hdr.scrolled .nav-links a[aria-current="page"]{ color: var(--red); }

/* ---------- focus visibility (page-wide) ---------- */
a:focus-visible, button:focus-visible, summary:focus-visible{
  outline: 2px solid var(--red);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ============================================================
   HERO — DODO poster word + #WEB sticker
   ============================================================ */
.hero-giant .gsticker{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -54%) rotate(-8deg);
  font-family: 'Anton', var(--font-display);
  font-size: .42em;
  line-height: 1;
  letter-spacing: .03em;
  color: #fff;
  filter: drop-shadow(0 12px 30px rgba(80, 0, 30, .35));
  pointer-events: none;
}

.hero-sub2{
  font-size: clamp(13.5px, 1.3vw, 17.5px);
  line-height: 1.7;
  color: rgba(255,255,255,.88);
  max-width: 58ch;
  padding-inline: 16px;
}
.hero-foot h1{ max-width: 26ch; padding-inline: 14px; }

@media (max-height: 800px){
  .hero-sub2{ font-size: 13px; }
}
@media (max-width: 560px){
  .hero-sub2{ font-size: 12.5px; max-width: 44ch; }
}

/* ============================================================
   THE OFFER — alternating copy / stroked number rows + table
   ============================================================ */
.offer-rows{ margin-top: clamp(28px, 4vh, 48px); display: grid; }

.offer-row{
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: center;
  padding-block: clamp(28px, 4vh, 48px);
}
.offer-row + .offer-row{ border-top: 1px solid var(--hair); }
.offer-row.alt{ grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); }
.offer-row.alt .offer-copy{ order: 2; }
.offer-row.alt .offer-num{ order: 1; }

.offer-copy h3{
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800; letter-spacing: -.01em;
  margin-bottom: 14px;
}
.offer-copy p{
  font-size: clamp(15.5px, 1.35vw, 19px);
  line-height: 1.9;
  color: var(--tx-mut);
  max-width: 62ch;
}
.offer-copy p b{ color: #fff; }
.offer-copy p + p{ margin-top: 14px; }
.offer-q{ color: #fff !important; font-weight: 800; }

.offer-num{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(72px, 9vw, 150px);
  line-height: 1; letter-spacing: -.03em;
  color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.16);
  direction: ltr; text-align: center;
  user-select: none;
}

/* comparison table — independent vs WordPress vs Wix */
.cmp-scroll{
  margin-top: clamp(40px, 6vh, 72px);
  overflow-x: auto;
  border: 1px solid var(--hair);
  border-radius: 24px;
  background: rgba(8,16,38,.44);
  -webkit-overflow-scrolling: touch;
}
table.cmp{ width: 100%; border-collapse: collapse; min-width: 680px; }
.cmp th, .cmp td{
  padding: 16px 22px;
  text-align: start;
  border-bottom: 1px solid var(--hair);
  font-size: 14.5px; line-height: 1.6;
}
.cmp tr:last-child th, .cmp tr:last-child td{ border-bottom: 0; }
.cmp thead th{
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 700; letter-spacing: .08em;
  color: var(--tx-mut); white-space: nowrap;
}
.cmp tbody th{ font-weight: 700; color: #fff; font-size: 15px; }
.cmp td{ color: var(--tx-mut); }
.cmp .best{ background: rgba(255,0,96,.07); color: #fff; font-weight: 600; }
.cmp thead .best{ color: #fff; }
.cmp-badge{
  font-family: var(--font-mono);
  font-size: 10px; font-weight: 700; letter-spacing: .14em;
  color: var(--red);
  border: 1px solid rgba(255,0,96,.55);
  border-radius: 999px;
  padding: 3px 10px;
  margin-inline-start: 8px;
  vertical-align: middle;
}
.ok{ color: #6BE3A2; font-weight: 700; }
.no{ color: var(--tx-dim); font-weight: 700; }

/* ============================================================
   HERE I COME IN — about panel tweaks
   ============================================================ */
#how .about-line{ display: block; }
#how .about-line b{ color: #fff; }

/* ============================================================
   WHO THIS IS FOR — 3+2 card grid + CTA + vs panels
   ============================================================ */
.fit-cards{
  display: grid; grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--hair);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(8,16,38,.44);
}
.fit-card{
  grid-column: span 2;
  display: flex; align-items: flex-start; gap: 14px;
  padding: clamp(24px, 2.4vw, 36px);
  min-height: 150px;
  border-inline-end: 1px solid var(--hair);
  position: relative; overflow: hidden;
  transition: background .3s var(--ease);
}
.fit-card:nth-child(3){ border-inline-end: 0; }
.fit-card:nth-child(4), .fit-card:nth-child(5){ border-top: 1px solid var(--hair); grid-column: span 3; }
.fit-card:nth-child(5){ border-inline-end: 0; }
.fit-card:hover{ background: rgba(255,255,255,.05); }
.fit-card::after{
  content:""; position: absolute; inset-inline: 0; bottom: 0; height: 3px;
  background: var(--red); transform: scaleX(0); transform-origin: 100% 50%;
  transition: transform .45s var(--ease);
}
.fit-card:nth-child(2n)::after{ background: var(--mustard); }
.fit-card:hover::after{ transform: scaleX(1); }
.fit-card i{
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--red); flex: none; margin-top: 9px;
}
.fit-card:nth-child(3n) i{ background: var(--mustard); }
.fit-card:nth-child(3n+2) i{ background: var(--navy-400); }
.fit-card p{
  font-size: clamp(15px, 1.3vw, 17.5px);
  font-weight: 600; line-height: 1.7;
  color: rgba(255,255,255,.88);
}

.fit-cta{
  margin-top: clamp(40px, 6vh, 64px);
  display: grid; gap: 26px; justify-items: center;
  text-align: center;
}
.fit-cta p{
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.85;
  color: rgba(255,255,255,.92);
  max-width: 62ch;
  font-weight: 600;
}

.vs-grid{
  margin-top: clamp(40px, 6vh, 64px);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
}
.vs-col{
  border: 1px solid var(--hair);
  border-radius: 24px;
  background: rgba(8,16,38,.44);
  padding: clamp(24px, 2.8vw, 40px);
  display: grid; align-content: start;
}
.vs-col.dodo{
  border-color: rgba(255,0,96,.45);
  background: rgba(255,0,96,.06);
}
.vs-col h3{
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 800; letter-spacing: -.01em;
  margin-bottom: 14px;
}
.vs-item{
  display: flex; gap: 12px; align-items: flex-start;
  padding-block: 13px;
  border-top: 1px solid var(--hair);
  font-size: 15.5px; line-height: 1.75;
  color: rgba(255,255,255,.88);
}
.vs-item svg{ width: 18px; height: 18px; flex: none; margin-top: 4px; }
.vs-col.dodo .vs-item svg{ color: #2ECC80; }
.vs-col.other .vs-item{ color: var(--tx-mut); }
.vs-col.other .vs-item svg{ color: var(--tx-dim); }

/* ============================================================
   PRICE — red band with checklist card
   ============================================================ */
.price .wrap{ gap: clamp(24px, 3.6vh, 40px); }
.price h2{ max-width: 16ch; }

.price-lockup{
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.price-big{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(64px, 8vw, 118px);
  line-height: .9; letter-spacing: -.04em;
  color: #fff;
}
.price-cap{
  font-family: var(--font-mono);
  font-size: clamp(11px, 1.1vw, 13px); font-weight: 700;
  letter-spacing: .28em; text-indent: .28em;
  color: rgba(255,255,255,.85);
}
.price-note{
  font-size: clamp(15.5px, 1.5vw, 19px);
  line-height: 1.85;
  color: rgba(255,255,255,.92);
  max-width: 58ch;
}

.check-card{
  width: 100%; max-width: 760px;
  background: #0E1C3C;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  padding: clamp(22px, 2.8vw, 38px);
  box-shadow: 0 40px 80px -40px rgba(0,0,0,.5);
  display: grid;
  text-align: start;
}
.check-row{
  display: flex; gap: 14px; align-items: flex-start;
  padding-block: 15px;
}
.check-row + .check-row{ border-top: 1px solid var(--hair); }
.check-row i{
  width: 26px; height: 26px; border-radius: 50%; flex: none;
  background: rgba(46,204,128,.16);
  color: #2ECC80;
  display: flex; align-items: center; justify-content: center;
}
.check-row i svg{ width: 13px; height: 13px; }
.check-row span{
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.75;
  color: #fff; font-weight: 600;
  padding-top: 1px;
}

/* ============================================================
   EXAMPLES — 3 work cards
   ============================================================ */
.works-grid{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 28px);
}
.work-meta > div{ display: grid; gap: 4px; }
.work-sector{
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--tx-dim);
}

/* ============================================================
   FAQ — no numbers on this page
   ============================================================ */
.faq-a{ padding-inline-start: 0; }

/* ============================================================
   CONTACT — price repeat beside the form
   ============================================================ */
.price-line{
  display: flex; align-items: baseline; gap: 14px;
  margin-top: 30px;
}
.price-line .pv{
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(46px, 5vw, 76px); line-height: .9; letter-spacing: -.04em;
  color: #fff;
}
.price-line .pm{
  font-family: var(--font-mono); font-weight: 700;
  font-size: 12px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--red);
}
.contact .contact-direct{ margin-top: 38px; }

/* success-state WhatsApp fallback — override the shared uppercase-mono .again
   so Hebrew reads naturally (no letter-spacing, no fake uppercase) */
.contact .form-success .again{
  font-family: var(--font-body);
  font-size: 14px; font-weight: 600;
  letter-spacing: 0; text-transform: none;
  color: var(--red);
  border-bottom-color: rgba(255,0,96,.4);
}
.contact .form-success .again:hover{ color: #fff; border-bottom-color: #fff; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px){
  .offer-row, .offer-row.alt{ grid-template-columns: 1fr; gap: 10px; }
  .offer-num{
    font-size: 52px; text-align: start;
    order: 0 !important;
    -webkit-text-stroke-width: 1px;
  }
  .offer-row.alt .offer-copy{ order: 1; }
  .fit-cards{ grid-template-columns: 1fr; }
  .fit-card, .fit-card:nth-child(4), .fit-card:nth-child(5){
    grid-column: span 1;
    border-inline-end: 0; border-top: 1px solid var(--hair);
    min-height: 0;
  }
  .fit-card:first-child{ border-top: 0; }
  .vs-grid{ grid-template-columns: 1fr; }
  .works-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 620px){
  .price-big{ font-size: 56px; }
  .price-line{ margin-top: 22px; }
  .cmp th, .cmp td{ padding: 13px 16px; font-size: 13.5px; }
}

/* ============================================================
   REDUCED MOTION — page-level custom pieces stay static
   ============================================================ */
@media (prefers-reduced-motion: reduce){
  .fit-card, .vs-col{ transition: none; }
}
