/* קובץ שנוצר אוטומטית ע"י scripts/build-css.mjs מתוך assets/css/parts/pages/ — לא לערוך ידנית */

/* === accessibility.css === */
/* AccessibilityPage.astro <style> — scoped to body.page-template-template-accessibility */
body.page-template-template-accessibility .a-hero { background: var(--ink); color: #fff; padding: 76px 0 70px; position: relative; overflow: hidden; }
body.page-template-template-accessibility .a-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(720px 440px at 88% -10%, rgba(15, 181, 166, .15), transparent 60%);
}
body.page-template-template-accessibility .a-hero .wrap { position: relative; z-index: 1; max-width: 880px; }
body.page-template-template-accessibility .a-hero .eyebrow { color: var(--teal); }
body.page-template-template-accessibility .a-hero h1 { font-size: clamp(28px, 3.6vw, 44px); color: #fff; margin-bottom: 18px; }
body.page-template-template-accessibility .a-hero .lead { font-size: 17px; color: var(--muted-dark); max-width: 58ch; font-weight: 300; }

body.page-template-template-accessibility .a-body { max-width: 760px; }
body.page-template-template-accessibility .a-body h2 { font-size: 22px; margin: 38px 0 12px; }
body.page-template-template-accessibility .a-body h2:first-of-type { margin-top: 0; }
body.page-template-template-accessibility .a-body p { font-size: 15px; color: var(--text); margin-bottom: 10px; line-height: 1.75; }
body.page-template-template-accessibility .a-body ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; margin-bottom: 10px; }
body.page-template-template-accessibility .a-body li { font-size: 15px; color: var(--text); padding-inline-start: 24px; position: relative; line-height: 1.7; }
body.page-template-template-accessibility .a-body li::before { content: var(--arrow-fwd); position: absolute; inset-inline-start: 0; color: var(--teal); font-weight: 700; }
body.page-template-template-accessibility .a-body a { color: var(--teal-deep); font-weight: 600; }

/* === contact.css === */
/* ContactPage.astro <style> — scoped to body.page-template-template-contact.
   הערה: .channels/.channel/.final קיימים גם בעמוד הבית — הקידומת פותרת את ההתנגשות. */
body.page-template-template-contact .ct-hero { background: var(--ink); color: #fff; padding: 76px 0 70px; position: relative; overflow: hidden; }
body.page-template-template-contact .ct-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(720px 440px at 88% -10%, rgba(15, 181, 166, .15), transparent 60%);
}
body.page-template-template-contact .ct-hero .wrap { position: relative; z-index: 1; max-width: 880px; }
body.page-template-template-contact .ct-hero .eyebrow { color: var(--teal); }
body.page-template-template-contact .ct-hero h1 { font-size: clamp(28px, 3.6vw, 44px); color: #fff; margin-bottom: 18px; }
body.page-template-template-contact .ct-hero .lead { font-size: 17px; color: var(--muted-dark); max-width: 58ch; font-weight: 300; }

body.page-template-template-contact .channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 820px) { body.page-template-template-contact .channels { grid-template-columns: 1fr; } }
body.page-template-template-contact .channel { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; background: var(--white); }
body.page-template-template-contact .channel .tag-sm { font-size: 10.5px; letter-spacing: .1em; color: var(--muted); display: block; margin-bottom: 12px; }
body.page-template-template-contact .channel h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
body.page-template-template-contact .channel p { font-size: 14px; color: var(--muted); }
body.page-template-template-contact .channel .cv { margin-top: 14px; font-size: 15px; }
body.page-template-template-contact .channel .cv + .cv { margin-top: 6px; }
body.page-template-template-contact .channel .cv a { color: var(--teal-deep); font-weight: 600; }
body.page-template-template-contact .channel .cv a:hover { color: var(--ink); }
body.page-template-template-contact .ct-note { margin-top: 30px; font-size: 14.5px; color: var(--muted); }
body.page-template-template-contact .ct-note a { color: var(--teal-deep); font-weight: 600; }

body.page-template-template-contact .final { background: var(--ink); color: #fff; text-align: center; }
body.page-template-template-contact .final h2 { color: #fff; margin-bottom: 12px; }
body.page-template-template-contact .final p { color: var(--muted-dark); margin-bottom: 34px; font-weight: 300; }

/* === customers.css === */
/* CustomersPage.astro <style> — scoped: body.page-template-template-customers */

body.page-template-template-customers .c-hero { background: var(--ink); color: #fff; padding: 76px 0 70px; position: relative; overflow: hidden; }
body.page-template-template-customers .c-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(720px 440px at 88% -10%, rgba(15, 181, 166, .15), transparent 60%);
}
body.page-template-template-customers .c-hero .wrap { position: relative; z-index: 1; max-width: 880px; }
body.page-template-template-customers .c-hero .eyebrow { color: var(--teal); }
body.page-template-template-customers .c-hero h1 { font-size: clamp(28px, 3.6vw, 44px); color: #fff; margin-bottom: 18px; }
body.page-template-template-customers .c-hero .lead { font-size: 17px; color: var(--muted-dark); max-width: 58ch; font-weight: 300; }

body.page-template-template-customers .proof-note { margin-top: 18px; font-size: 13px; color: var(--muted); }

body.page-template-template-customers .final { background: var(--ink); color: #fff; text-align: center; }
body.page-template-template-customers .final h2 { color: #fff; margin-bottom: 12px; }
body.page-template-template-customers .final p { color: var(--muted-dark); margin-bottom: 34px; font-weight: 300; }

/* === home.css === */
/* ---- עמוד הבית (מ-HomePage.astro) — כל סלקטור בקידומת body.home ---- */

/* ---------- HERO ---------- */
body.home .hero { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
body.home .hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(720px 440px at 88% -10%, rgba(15, 181, 166, .15), transparent 60%),
    radial-gradient(520px 360px at 6% 112%, rgba(15, 181, 166, .08), transparent 60%);
}
body.home .hero-in {
  position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr;
  gap: 60px; align-items: center; padding: 84px 0 92px;
}
body.home .hero .eyebrow { color: var(--teal); }
body.home .hero h1 { font-size: clamp(33px, 4.3vw, 52px); color: #fff; margin-bottom: 22px; }
body.home .hero h1 em { font-style: normal; color: var(--teal); }
body.home .hero p.lead { font-size: 18px; color: var(--muted-dark); max-width: 47ch; margin-bottom: 32px; font-weight: 300; }
body.home .hero p.lead b { color: #DDE4EE; font-weight: 500; }
body.home .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
body.home .hero-note { font-size: 13.5px; color: var(--muted-dark); }
body.home .engines { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; margin-top: 30px; }
body.home .engines .lbl { font-size: 12px; color: var(--muted-dark); letter-spacing: .08em; }
@media (max-width: 960px) { body.home .hero-in { grid-template-columns: 1fr; padding: 58px 0 66px; gap: 44px; } }

/* ---------- DUAL PATH ---------- */
body.home .split { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
body.home .paths { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
body.home .path {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 38px 34px; display: flex; flex-direction: column; transition: border-color .2s, box-shadow .2s;
}
body.home .path:hover { border-color: var(--teal); box-shadow: 0 14px 40px rgba(14, 23, 38, .08); }
body.home .path .tag {
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .12em; color: var(--teal-deep);
  background: var(--teal-ghost); padding: 4px 11px; border-radius: 99px; align-self: flex-start; margin-bottom: 20px;
}
body.home .path h3 { font-size: 21px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
body.home .path > p { font-size: 15px; color: var(--muted); margin-bottom: 22px; }
body.home .path ul { list-style: none; margin-bottom: 30px; display: flex; flex-direction: column; gap: 10px; padding: 0; }
body.home .path li { font-size: 14.5px; color: var(--text); padding-inline-start: 24px; position: relative; }
body.home .path li::before { content: var(--arrow-fwd); position: absolute; inset-inline-start: 0; color: var(--teal); font-weight: 700; }
body.home .path .btn { align-self: flex-start; margin-top: auto; }
@media (max-width: 840px) { body.home .paths { grid-template-columns: 1fr; } }

/* ---------- VERTICALS ---------- */
body.home .verts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 820px) { body.home .verts { grid-template-columns: 1fr; } }

/* ---------- CAMPAIGNS ---------- */
body.home .dash-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
@media (max-width: 940px) { body.home .dash-grid { grid-template-columns: 1fr; } }
body.home .feature-list { list-style: none; display: flex; flex-direction: column; gap: 18px; margin-top: 6px; padding: 0; }
body.home .feature-list li { display: flex; gap: 14px; font-size: 15px; color: var(--text); }
body.home .feature-list li b { font-weight: 600; }
body.home .feature-list .n {
  flex: none; width: 30px; height: 30px; border-radius: 9px; border: 1px solid var(--line);
  background: var(--white); display: grid; place-items: center; color: var(--teal-deep);
  font-family: var(--font-mono); font-size: 12px;
}

/* ---------- KB ---------- */
body.home .kb { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
body.home .kb-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
body.home .kb-lead { margin-bottom: 26px; }
@media (max-width: 940px) { body.home .kb-grid { grid-template-columns: 1fr; } }

/* ---------- CHANNELS ---------- */
body.home .channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 820px) { body.home .channels { grid-template-columns: 1fr; } }
body.home .channel { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; background: var(--white); }
body.home .channel .tag-sm { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; color: var(--muted); display: block; margin-bottom: 12px; }
body.home .channel h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
body.home .channel p { font-size: 14px; color: var(--muted); }

/* ---------- DEV ---------- */
body.home .dev { background: var(--ink); color: #fff; }
body.home .dev h2 { color: #fff; }
body.home .dev .eyebrow { color: var(--teal); }
body.home .dev .section-lead { color: var(--muted-dark); }
body.home .dev-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 52px; align-items: start; }
@media (max-width: 940px) { body.home .dev-grid { grid-template-columns: 1fr; } }
body.home .dev-list { list-style: none; display: flex; flex-direction: column; gap: 18px; margin: 6px 0 32px; padding: 0; }
body.home .dev-list li { display: flex; gap: 14px; font-size: 15px; color: #C9D2DF; }
body.home .dev-list li b { color: #fff; font-weight: 600; }
body.home .dev-list .ic {
  flex: none; width: 34px; height: 34px; border-radius: 9px; border: 1px solid var(--line-dark);
  display: grid; place-items: center; color: var(--teal); font-family: var(--font-mono); font-size: 13px;
}
body.home .integr { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
body.home .dev .hero-ctas { margin-bottom: 0; }

/* ---------- PROOF ---------- */
body.home .proof-note { margin-top: 18px; font-size: 13px; color: var(--muted); }

/* ---------- PARTNERS ---------- */
body.home .partners { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
body.home .partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 34px; }
@media (max-width: 820px) { body.home .partner-grid { grid-template-columns: 1fr; } }
body.home .partner-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; background: var(--paper); }
body.home .partner-card h3 { font-size: 16.5px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
body.home .partner-card p { font-size: 14px; color: var(--muted); }
body.home .partner-card .verify {
  display: inline-block; margin-top: 12px; font-family: var(--font-mono); font-size: 10.5px;
  color: var(--todo-text); background: var(--todo-bg); padding: 3px 9px; border-radius: 99px;
}

/* ---------- PRICING ---------- */
body.home .price-line { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; margin-bottom: 16px; }
body.home .price-line .big { font-family: var(--font-display); font-size: 34px; color: var(--ink); }
body.home .price-line .big small { font-size: 20px; color: var(--muted); font-family: var(--font-body); }
body.home .credit-note { color: var(--muted); font-size: 13px; }
body.home .price-sub { font-size: 15px; color: var(--muted); max-width: 54ch; margin-bottom: 30px; }
body.home .price-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- FINAL ---------- */
body.home .final { background: var(--ink); color: #fff; text-align: center; }
body.home .final h2 { color: #fff; margin-bottom: 12px; }
body.home .final p { color: var(--muted-dark); margin-bottom: 34px; font-weight: 300; }

/* === partners.css === */
/* PartnersPage.astro <style> — scoped: body.page-template-template-partners */

body.page-template-template-partners .p-hero { background: var(--ink); color: #fff; padding: 76px 0 70px; position: relative; overflow: hidden; }
body.page-template-template-partners .p-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(720px 440px at 88% -10%, rgba(15, 181, 166, .15), transparent 60%);
}
body.page-template-template-partners .p-hero .wrap { position: relative; z-index: 1; max-width: 880px; }
body.page-template-template-partners .p-hero .eyebrow { color: var(--teal); }
body.page-template-template-partners .p-hero h1 { font-size: clamp(30px, 3.8vw, 46px); color: #fff; margin-bottom: 18px; }
body.page-template-template-partners .p-hero .lead { font-size: 17px; color: var(--muted-dark); max-width: 58ch; font-weight: 300; margin-bottom: 30px; }
body.page-template-template-partners .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

body.page-template-template-partners .about { background: var(--white); border-bottom: 1px solid var(--line); }
body.page-template-template-partners .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 820px) { body.page-template-template-partners .about-grid { grid-template-columns: 1fr; } }
body.page-template-template-partners .about-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; transition: border-color .2s; }
body.page-template-template-partners .about-item:hover { border-color: var(--teal); }
body.page-template-template-partners .about-item h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
body.page-template-template-partners .about-item p { font-size: 14px; color: var(--muted); line-height: 1.65; }

body.page-template-template-partners .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 24px; }
@media (max-width: 820px) { body.page-template-template-partners .steps { grid-template-columns: 1fr; } }
body.page-template-template-partners .step { display: flex; gap: 14px; font-size: 14px; color: var(--muted); line-height: 1.6; }
body.page-template-template-partners .step .n {
  flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--ink); color: var(--teal);
  font-family: var(--font-mono); font-size: 13px; display: grid; place-items: center;
}
body.page-template-template-partners .step b { display: block; color: var(--ink); font-size: 15px; margin-bottom: 3px; }

body.page-template-template-partners .cards-sec { background: var(--white); border-top: 1px solid var(--line); }
body.page-template-template-partners .partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 820px) { body.page-template-template-partners .partner-grid { grid-template-columns: 1fr; } }
body.page-template-template-partners .partner-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; background: var(--paper); }
body.page-template-template-partners .partner-card h3 { font-size: 16.5px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
body.page-template-template-partners .partner-card p { font-size: 14px; color: var(--muted); }
body.page-template-template-partners .partner-card .verify {
  display: inline-block; margin-top: 12px; font-family: var(--font-mono); font-size: 10.5px;
  color: var(--todo-text); background: var(--todo-bg); padding: 3px 9px; border-radius: 99px;
}

body.page-template-template-partners .dev { background: var(--ink); color: #fff; }
body.page-template-template-partners .dev h2 { color: #fff; }
body.page-template-template-partners .dev .eyebrow { color: var(--teal); }
body.page-template-template-partners .dev .section-lead { color: var(--muted-dark); }
body.page-template-template-partners .dev-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 52px; align-items: start; }
@media (max-width: 940px) { body.page-template-template-partners .dev-grid { grid-template-columns: 1fr; } }
body.page-template-template-partners .integr { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
body.page-template-template-partners .dev-note { font-size: 14.5px; color: #C9D2DF; margin-bottom: 30px; max-width: 48ch; }

body.page-template-template-partners .final { background: var(--ink); color: #fff; text-align: center; border-top: 1px solid var(--line-dark); }
body.page-template-template-partners .final h2 { color: #fff; margin-bottom: 12px; }
body.page-template-template-partners .final p { color: var(--muted-dark); margin-bottom: 34px; font-weight: 300; }

/* === pricing.css === */
/* PricingPage.astro <style> — scoped: body.page-template-template-pricing */

body.page-template-template-pricing .page-hero { background: var(--ink); color: #fff; padding: 72px 0 64px; position: relative; overflow: hidden; }
body.page-template-template-pricing .page-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(720px 440px at 88% -10%, rgba(15, 181, 166, .15), transparent 60%);
}
body.page-template-template-pricing .page-hero .wrap { position: relative; z-index: 1; }
body.page-template-template-pricing .page-hero .eyebrow { color: var(--teal); }
body.page-template-template-pricing .page-hero h1 { font-size: clamp(30px, 3.8vw, 46px); color: #fff; margin-bottom: 18px; }
body.page-template-template-pricing .page-hero .lead { font-size: 17px; color: var(--muted-dark); max-width: 60ch; font-weight: 300; margin-bottom: 28px; }
body.page-template-template-pricing .page-hero .lead .credit { color: var(--teal); font-size: 14px; }
body.page-template-template-pricing .price-line { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; }
body.page-template-template-pricing .price-line .big { font-family: var(--font-display); font-size: 34px; color: #fff; }
body.page-template-template-pricing .price-line .big small { font-size: 19px; color: var(--muted-dark); font-family: var(--font-body); }
body.page-template-template-pricing .premium-note { margin-top: 12px; font-size: 13.5px; color: var(--muted-dark); }

body.page-template-template-pricing .plans-sec { background: var(--white); border-top: 1px solid var(--line); }
body.page-template-template-pricing .plans { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
@media (max-width: 1220px) { body.page-template-template-pricing .plans { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) { body.page-template-template-pricing .plans { grid-template-columns: 1fr; } }
body.page-template-template-pricing .plan {
  position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 20px; display: flex; flex-direction: column; transition: border-color .2s, box-shadow .2s;
}
body.page-template-template-pricing .plan:hover { border-color: var(--teal); box-shadow: 0 12px 34px rgba(14, 23, 38, .07); }
body.page-template-template-pricing .plan.hl { border-color: var(--teal); box-shadow: 0 14px 40px rgba(15, 181, 166, .13); }
body.page-template-template-pricing .pop {
  position: absolute; top: -11px; inset-inline-start: 24px; font-size: 10.5px; letter-spacing: .1em;
  background: var(--teal); color: #04302C; padding: 3px 11px; border-radius: 99px; font-weight: 500;
}
/* בעברית התג בפונט הגוף (ראו global.css) — ריווח אותיות מוקטן וגודל/משקל מותאמים */
body.page-template-template-pricing .pop:lang(he) { letter-spacing: .02em; font-size: 11px; font-weight: 700; }
body.page-template-template-pricing .plan h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
body.page-template-template-pricing .p-price { font-family: var(--font-display); font-size: 22px; color: var(--ink); margin-bottom: 18px; }
body.page-template-template-pricing .p-price small { font-size: 13px; color: var(--muted); font-family: var(--font-body); }
body.page-template-template-pricing .plan ul { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 10px; }
body.page-template-template-pricing .plan li { font-size: 13.5px; color: var(--text); padding-inline-start: 20px; position: relative; }
body.page-template-template-pricing .plan li::before { content: var(--arrow-fwd); position: absolute; inset-inline-start: 0; color: var(--teal); font-weight: 700; }
body.page-template-template-pricing .plan .btn { margin-top: auto; align-self: flex-start; }

/* עובדות הקרדיטים: התחדשות חודשית + רכישת קרדיטים נוספים */
body.page-template-template-pricing .credits-facts {
  list-style: none; margin: 26px 0 0; padding: 18px 22px;
  background: rgba(15, 181, 166, .07); border: 1px solid rgba(15, 181, 166, .28);
  border-radius: var(--radius); display: flex; flex-direction: column; gap: 9px;
}
body.page-template-template-pricing .credits-facts li { font-size: 14.5px; color: var(--text); padding-inline-start: 22px; position: relative; }
body.page-template-template-pricing .credits-facts li::before { content: var(--arrow-fwd); position: absolute; inset-inline-start: 0; color: var(--teal-deep); font-weight: 700; }
body.page-template-template-pricing .credits-facts .mono { color: var(--teal-deep); font-weight: 600; }

body.page-template-template-pricing .plans-note { margin-top: 18px; font-size: 14px; color: var(--muted); max-width: 74ch; }
body.page-template-template-pricing .plans-note a { color: var(--teal-deep); font-weight: 600; }

/* טבלת ההשוואה המלאה */
body.page-template-template-pricing .table-sec { background: var(--paper); border-top: 1px solid var(--line); }
body.page-template-template-pricing .table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
body.page-template-template-pricing .table-wrap:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; }
body.page-template-template-pricing table.compare { width: 100%; min-width: 880px; border-collapse: collapse; font-size: 14px; }
body.page-template-template-pricing table.compare th,
body.page-template-template-pricing table.compare td { padding: 12px 16px; text-align: start; border-bottom: 1px solid var(--line); }
body.page-template-template-pricing table.compare thead th {
  font-size: 13px; font-weight: 700; color: var(--ink); background: var(--paper);
  border-bottom: 2px solid var(--line); white-space: nowrap;
}
body.page-template-template-pricing table.compare tbody th { font-weight: 500; color: var(--text); max-width: 34ch; }
body.page-template-template-pricing table.compare td { color: var(--text); }
body.page-template-template-pricing table.compare tbody tr:last-child th,
body.page-template-template-pricing table.compare tbody tr:last-child td { border-bottom: 0; }
body.page-template-template-pricing table.compare .hl-col { background: rgba(15, 181, 166, .06); }
body.page-template-template-pricing table.compare thead th.hl-col { color: var(--teal-deep); }
body.page-template-template-pricing table.compare .yes { color: var(--teal-deep); font-weight: 700; }
body.page-template-template-pricing table.compare .no { color: var(--muted); }
body.page-template-template-pricing .table-note { margin-top: 16px; font-size: 13.5px; color: var(--muted); max-width: 74ch; }
body.page-template-template-pricing .sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

body.page-template-template-pricing .final { background: var(--ink); color: #fff; text-align: center; }
body.page-template-template-pricing .final h2 { color: #fff; margin-bottom: 12px; }
body.page-template-template-pricing .final p { color: var(--muted-dark); margin-bottom: 34px; font-weight: 300; }

/* === security.css === */
/* SecurityPage.astro <style> — scoped to body.page-template-template-security */
body.page-template-template-security .s-hero { background: var(--ink); color: #fff; padding: 76px 0 70px; position: relative; overflow: hidden; }
body.page-template-template-security .s-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(720px 440px at 88% -10%, rgba(15, 181, 166, .15), transparent 60%);
}
body.page-template-template-security .s-hero .wrap { position: relative; z-index: 1; max-width: 880px; }
body.page-template-template-security .s-hero .eyebrow { color: var(--teal); }
body.page-template-template-security .s-hero h1 { font-size: clamp(28px, 3.6vw, 44px); color: #fff; margin-bottom: 18px; }
body.page-template-template-security .s-hero .lead { font-size: 17px; color: var(--muted-dark); max-width: 58ch; font-weight: 300; }

body.page-template-template-security .topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 920px) { body.page-template-template-security .topics { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { body.page-template-template-security .topics { grid-template-columns: 1fr; } }
body.page-template-template-security .topic { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; }
body.page-template-template-security .topic h3 { font-size: 16.5px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
body.page-template-template-security .topic p { font-size: 14px; color: var(--muted); line-height: 1.65; }
body.page-template-template-security .s-note { margin-top: 34px; font-size: 14.5px; color: var(--muted); }
body.page-template-template-security .s-note a { color: var(--teal-deep); font-weight: 600; }

/* === vertical.css === */
/* VerticalPage.astro <style> — scoped: body.page-template-template-vertical */

body.page-template-template-vertical .v-hero { background: var(--ink); color: #fff; padding: 76px 0 70px; position: relative; overflow: hidden; }
body.page-template-template-vertical .v-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(720px 440px at 88% -10%, rgba(15, 181, 166, .15), transparent 60%);
}
body.page-template-template-vertical .v-hero .wrap { position: relative; z-index: 1; max-width: 880px; }
body.page-template-template-vertical .v-hero .eyebrow { color: var(--teal); }
body.page-template-template-vertical .v-hero h1 { font-size: clamp(30px, 3.8vw, 46px); color: #fff; margin-bottom: 18px; }
body.page-template-template-vertical .v-hero .lead { font-size: 17px; color: var(--muted-dark); max-width: 58ch; font-weight: 300; margin-bottom: 26px; }
body.page-template-template-vertical .agent-quote {
  background: var(--ink-2); border: 1px solid var(--line-dark); border-inline-start: 3px solid var(--teal);
  color: #CFF2EE; border-radius: 10px; padding: 16px 20px; font-size: 15.5px; line-height: 1.6;
  max-width: 62ch; margin-bottom: 30px;
}
body.page-template-template-vertical .aq-label { display: block; font-size: 9px; letter-spacing: .16em; color: var(--teal); margin-bottom: 6px; }
body.page-template-template-vertical .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

body.page-template-template-vertical .pains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 820px) { body.page-template-template-vertical .pains { grid-template-columns: 1fr; } }
body.page-template-template-vertical .pain { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; }
body.page-template-template-vertical .pain h3 { font-size: 16.5px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
body.page-template-template-vertical .pain p { font-size: 14px; color: var(--muted); line-height: 1.6; }

body.page-template-template-vertical .v-demo { background: var(--ink); color: #fff; }
body.page-template-template-vertical .v-demo h2 { color: #fff; }
body.page-template-template-vertical .v-demo .eyebrow { color: var(--teal); }
body.page-template-template-vertical .demo-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 52px; align-items: center; }
@media (max-width: 940px) { body.page-template-template-vertical .demo-grid { grid-template-columns: 1fr; } }
body.page-template-template-vertical .demo-lead { color: var(--muted-dark); margin-bottom: 26px; }
body.page-template-template-vertical .demo-points { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
body.page-template-template-vertical .demo-points li { font-size: 14.5px; color: #C9D2DF; padding-inline-start: 24px; position: relative; }
body.page-template-template-vertical .demo-points li::before { content: var(--arrow-fwd); position: absolute; inset-inline-start: 0; color: var(--teal); font-weight: 700; }

body.page-template-template-vertical .v-customer { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
body.page-template-template-vertical .cust-box { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; max-width: 76ch; }
body.page-template-template-vertical .cust-box p { font-size: 15px; color: var(--text); }
body.page-template-template-vertical .cust-note { margin-top: 10px; font-size: 13.5px; color: var(--muted); }
body.page-template-template-vertical .cust-note a { color: var(--teal-deep); font-weight: 600; }

body.page-template-template-vertical .faqs { display: flex; flex-direction: column; gap: 10px; max-width: 76ch; }
body.page-template-template-vertical .faq {
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  padding: 0 22px; transition: border-color .2s;
}
body.page-template-template-vertical .faq:hover, body.page-template-template-vertical .faq[open] { border-color: var(--teal); }
body.page-template-template-vertical .faq summary {
  cursor: pointer; font-size: 15.5px; font-weight: 600; color: var(--ink);
  padding: 16px 0; list-style: none; position: relative; padding-inline-end: 28px;
}
body.page-template-template-vertical .faq summary::-webkit-details-marker { display: none; }
body.page-template-template-vertical .faq summary::after {
  content: "+"; position: absolute; inset-inline-end: 0; top: 14px;
  color: var(--teal-deep); font-size: 20px; font-weight: 400; transition: transform .15s;
}
body.page-template-template-vertical .faq[open] summary::after { transform: rotate(45deg); }
body.page-template-template-vertical .faq p { font-size: 14.5px; color: var(--muted); line-height: 1.7; padding-bottom: 18px; max-width: 68ch; }
body.page-template-template-vertical .faq-ctas { margin-top: 40px; }
