/* קובץ שנוצר אוטומטית ע"י 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; }
/* בלוק פרטי אחראי הנגישות — שורות תווית+ערך נקיות, בלי חץ תבליט */
body.page-template-template-accessibility .a-body ul.a-contact { gap: 8px; margin: 6px 0 14px; }
body.page-template-template-accessibility .a-body ul.a-contact li { padding-inline-start: 0; display: flex; gap: 8px; flex-wrap: wrap; }
body.page-template-template-accessibility .a-body ul.a-contact li::before { content: none; }
body.page-template-template-accessibility .a-contact-label { font-weight: 700; color: var(--ink); }

/* === 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; }

/* טופס יצירת קשר לפי מחלקה */
body.page-template-template-contact .cf { background: var(--teal-ghost); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
body.page-template-template-contact .cf-in { padding-top: 60px; padding-bottom: 60px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 44px; align-items: start; }
@media (max-width: 860px) { body.page-template-template-contact .cf-in { grid-template-columns: 1fr; gap: 24px; padding-top: 44px; padding-bottom: 44px; } }
body.page-template-template-contact .cf-head .eyebrow { color: var(--teal-deep); }
body.page-template-template-contact .cf-head h2 { font-size: clamp(24px, 2.4vw, 30px); margin: 12px 0 10px; }
body.page-template-template-contact .cf-head .section-lead { font-size: 16px; color: var(--muted); max-width: 40ch; }
body.page-template-template-contact .cf-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 10px 30px rgba(14, 23, 38, .05); }
body.page-template-template-contact .cf-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; margin-bottom: 16px; }
@media (max-width: 560px) { body.page-template-template-contact .cf-row { grid-template-columns: 1fr; } }
body.page-template-template-contact .cf-field { display: flex; flex-direction: column; gap: 6px; }
body.page-template-template-contact .cf-field > span { font-size: 13px; font-weight: 600; color: var(--ink); }
body.page-template-template-contact .cf-form > .cf-field { margin-bottom: 16px; }
body.page-template-template-contact .cf-field input,
body.page-template-template-contact .cf-field select,
body.page-template-template-contact .cf-form textarea {
  width: 100%; background: var(--white); border: 1px solid #C9D0CE; border-radius: 10px;
  padding: 12px 14px; font-size: 15px; color: var(--text); font-family: inherit; box-sizing: border-box;
}
body.page-template-template-contact .cf-field select { cursor: pointer; }
body.page-template-template-contact .cf-form textarea { resize: vertical; min-height: 96px; }
/* קידומת מדינה + טלפון באותה שורה (סגנון בסיס של הבורר עצמו ב-parts/components/country-select.css) */
body.page-template-template-contact .cf-phone-group { display: flex; gap: 8px; min-width: 0; }
body.page-template-template-contact .cf-phone-group .hc-country { flex: 0 0 148px; }
body.page-template-template-contact .cf-phone-group input[type="tel"] { flex: 1 1 auto; min-width: 0; }
@media (max-width: 380px) {
  body.page-template-template-contact .cf-phone-group { flex-wrap: wrap; }
  body.page-template-template-contact .cf-phone-group .hc-country,
  body.page-template-template-contact .cf-phone-group input[type="tel"] { flex: 1 1 100%; }
}
body.page-template-template-contact .cf-field input:focus-visible,
body.page-template-template-contact .cf-field select:focus-visible,
body.page-template-template-contact .cf-form textarea:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; }
/* מלכודת דבש — קליפ במקום left:-9999px (הערך הפיזי הזה מנפח scrollWidth בעמודי RTL,
   כי דפדפנים מרחיבים את אזור הגלילה שמאלה עבור dir="rtl"). אותו הגיון כמו .sr-only. */
body.page-template-template-contact .cf-hp {
  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-contact .cf-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
body.page-template-template-contact .cf-actions .btn { padding: 13px 30px; font-size: 16px; }
body.page-template-template-contact .cf-actions .btn:disabled { opacity: .55; cursor: not-allowed; }
body.page-template-template-contact .cf-status { font-size: 14px; color: var(--muted); min-height: 20px; margin: 0; }
body.page-template-template-contact .cf-status.ok { color: var(--teal-deep); font-weight: 600; }
body.page-template-template-contact .cf-status.err { color: #B23A22; font-weight: 600; }
body.page-template-template-contact .cf-consent { margin-top: 14px; font-size: 12px; color: var(--muted); }

/* === 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; }
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: 64px 0 32px;
}
body.home .hero .hero-call { position: relative; z-index: 1; margin-bottom: 84px; }
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: 46px 0 28px; gap: 44px; } body.home .hero .hero-call { margin-bottom: 58px; } }

/* ---------- 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; }

/* === legal.css === */
/* עמודים משפטיים (template-terms.php + template-privacy.php) — קלאסים משותפים t-*.
   שפת עיצוב תואמת לעמוד הנגישות: hero כהה, גוף צר וקריא. */
body.page-template-template-terms .t-hero,
body.page-template-template-privacy .t-hero { background: var(--ink); color: #fff; padding: 76px 0 66px; position: relative; overflow: hidden; }
body.page-template-template-terms .t-hero::after,
body.page-template-template-privacy .t-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-terms .t-hero .wrap,
body.page-template-template-privacy .t-hero .wrap { position: relative; z-index: 1; max-width: 880px; }
body.page-template-template-terms .t-hero .eyebrow,
body.page-template-template-privacy .t-hero .eyebrow { color: var(--teal); }
body.page-template-template-terms .t-hero h1,
body.page-template-template-privacy .t-hero h1 { font-size: clamp(28px, 3.6vw, 44px); color: #fff; margin-bottom: 16px; }
body.page-template-template-terms .t-hero .lead,
body.page-template-template-privacy .t-hero .lead { font-size: 17px; color: var(--muted-dark); max-width: 62ch; font-weight: 300; }

body.page-template-template-terms .t-meta,
body.page-template-template-privacy .t-meta {
  list-style: none; padding: 20px 0 0; margin: 22px 0 0; border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex; flex-wrap: wrap; gap: 8px 28px;
}
body.page-template-template-terms .t-meta li,
body.page-template-template-privacy .t-meta li { font-size: 13.5px; color: var(--muted-dark); }
body.page-template-template-terms .t-meta span,
body.page-template-template-privacy .t-meta span { color: #fff; font-weight: 600; margin-inline-end: 6px; }
body.page-template-template-terms .t-meta a,
body.page-template-template-privacy .t-meta a { color: var(--teal); text-decoration: none; }
body.page-template-template-terms .t-meta a:hover,
body.page-template-template-privacy .t-meta a:hover { text-decoration: underline; }

body.page-template-template-terms .t-body,
body.page-template-template-privacy .t-body { max-width: 760px; }
body.page-template-template-terms .t-langnote,
body.page-template-template-privacy .t-langnote {
  background: var(--teal-ghost); border: 1px solid var(--line); border-inline-start: 3px solid var(--teal);
  border-radius: 10px; padding: 12px 16px; font-size: 14px; color: var(--muted); margin-bottom: 28px;
}
body.page-template-template-terms .t-body h2,
body.page-template-template-privacy .t-body h2 {
  font-size: 21px; margin: 40px 0 12px; scroll-margin-top: 90px; display: flex; gap: 10px; align-items: baseline;
}
body.page-template-template-terms .t-body h2:first-of-type,
body.page-template-template-privacy .t-body h2:first-of-type { margin-top: 0; }
body.page-template-template-terms .t-body h3,
body.page-template-template-privacy .t-body h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin: 22px 0 6px; }
body.page-template-template-terms .t-num,
body.page-template-template-privacy .t-num { color: var(--teal-deep); font-variant-numeric: tabular-nums; font-weight: 700; }
body.page-template-template-terms .t-body p,
body.page-template-template-privacy .t-body p { font-size: 15px; color: var(--text); margin-bottom: 12px; line-height: 1.75; }

body.page-template-template-terms .t-callout,
body.page-template-template-privacy .t-callout {
  background: #FFF8ED; border: 1px solid #F0DFC0; border-radius: 12px; padding: 14px 18px;
  font-size: 14.5px !important; color: #6B5324; margin: 6px 0 8px; line-height: 1.65;
}

body.page-template-template-terms .t-body ul,
body.page-template-template-privacy .t-body ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 9px; margin: 4px 0 14px; }
body.page-template-template-terms .t-body li,
body.page-template-template-privacy .t-body li { font-size: 15px; color: var(--text); padding-inline-start: 22px; position: relative; line-height: 1.7; }
body.page-template-template-terms .t-body li::before,
body.page-template-template-privacy .t-body li::before { content: var(--arrow-fwd); position: absolute; inset-inline-start: 0; color: var(--teal); font-weight: 700; }

body.page-template-template-terms .t-body dl,
body.page-template-template-privacy .t-body dl { margin: 4px 0 14px; display: flex; flex-direction: column; gap: 10px; }
body.page-template-template-terms .t-body dt,
body.page-template-template-privacy .t-body dt { font-size: 15px; font-weight: 700; color: var(--ink); }
body.page-template-template-terms .t-body dd,
body.page-template-template-privacy .t-body dd { margin: 2px 0 0; font-size: 15px; color: var(--text); line-height: 1.7; }

body.page-template-template-terms .t-body a,
body.page-template-template-privacy .t-body a { color: var(--teal-deep); font-weight: 600; }

/* === notfound.css === */
/* עמוד 404 (404.php) — מסך כהה ממורכז עם ניווט חזרה. scoped ל-body.error404 */
body.error404 .nf {
  background: var(--ink); color: #fff; position: relative; overflow: hidden;
  min-height: 66vh; display: flex; align-items: center; text-align: center;
}
body.error404 .nf::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.error404 .nf .wrap { position: relative; z-index: 1; max-width: 620px; }
body.error404 .nf-code {
  font-family: var(--font-display); font-weight: 400; color: var(--teal);
  font-size: clamp(84px, 15vw, 150px); line-height: .95; letter-spacing: -0.02em; margin-bottom: 6px;
}
body.error404 .nf h1 { font-size: clamp(24px, 3.2vw, 36px); color: #fff; margin-bottom: 14px; }
body.error404 .nf p { font-size: 17px; color: var(--muted-dark); font-weight: 300; margin-bottom: 30px; line-height: 1.6; }
body.error404 .nf-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* === 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: 900px; }
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: 62ch; 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 .btn-about { background: rgba(15, 181, 166, .12); color: var(--teal); border-color: rgba(15, 181, 166, .45); }
body.page-template-template-partners .btn-about:hover { background: rgba(15, 181, 166, .2); border-color: var(--teal); }

body.page-template-template-partners .section-lead { font-size: 16px; color: var(--muted); max-width: 60ch; margin-top: 8px; }

/* למה עכשיו */
body.page-template-template-partners .why { background: var(--white); border-bottom: 1px solid var(--line); }
body.page-template-template-partners .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
@media (max-width: 820px) { body.page-template-template-partners .why-grid { grid-template-columns: 1fr; } }
body.page-template-template-partners .why-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
body.page-template-template-partners .why-item h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
body.page-template-template-partners .why-item p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* שני המסלולים */
body.page-template-template-partners .tracks { background: var(--paper); border-bottom: 1px solid var(--line); }
body.page-template-template-partners .track-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 24px; align-items: start; }
@media (max-width: 860px) { body.page-template-template-partners .track-grid { grid-template-columns: 1fr; } }
body.page-template-template-partners .track-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; display: flex; flex-direction: column; height: 100%; }
body.page-template-template-partners .track-card.featured { border-color: var(--teal); box-shadow: 0 12px 34px rgba(15, 181, 166, .12); }
body.page-template-template-partners .track-badge { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; color: var(--teal-deep); }
body.page-template-template-partners .track-card h3 { font-size: 21px; font-weight: 700; color: var(--ink); margin: 8px 0 12px; }
body.page-template-template-partners .track-price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
body.page-template-template-partners .track-price b { font-size: 26px; color: var(--ink); }
body.page-template-template-partners .track-price span { font-size: 13px; color: var(--muted); }
body.page-template-template-partners .track-bullets { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 12px; }
body.page-template-template-partners .track-bullets li { font-size: 14px; color: var(--text); line-height: 1.6; padding-inline-start: 24px; position: relative; }
body.page-template-template-partners .track-bullets li::before { content: var(--arrow-fwd); position: absolute; inset-inline-start: 0; color: var(--teal); font-weight: 700; }
body.page-template-template-partners .track-fit { font-size: 13.5px; color: var(--muted); line-height: 1.6; background: var(--paper); border-radius: 10px; padding: 14px 16px; margin-bottom: 22px; margin-top: auto; }
body.page-template-template-partners .track-fit-label { display: block; font-weight: 700; color: var(--ink); font-size: 12.5px; margin-bottom: 4px; }
body.page-template-template-partners .track-card .btn { align-self: flex-start; }

/* איך הכסף זורם */
body.page-template-template-partners .flow { background: var(--white); border-bottom: 1px solid var(--line); }
body.page-template-template-partners .flow-rows { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; }
body.page-template-template-partners .flow-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; }
body.page-template-template-partners .flow-name { flex: none; font-weight: 700; color: var(--ink); font-size: 15px; min-width: 92px; }
body.page-template-template-partners .flow-chain { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
body.page-template-template-partners .flow-seg { font-size: 14px; color: var(--text); background: var(--white); border: 1px solid var(--line); border-radius: 99px; padding: 7px 14px; }
body.page-template-template-partners .flow-seg:not(:last-child)::after { content: var(--arrow-fwd); color: var(--teal); font-weight: 700; margin-inline-start: 12px; }

/* הכנסה מעבר לעמלה */
body.page-template-template-partners .beyond { background: var(--paper); border-bottom: 1px solid var(--line); }
body.page-template-template-partners .beyond-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; }
@media (max-width: 820px) { body.page-template-template-partners .beyond-grid { grid-template-columns: 1fr; } }
body.page-template-template-partners .beyond-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
body.page-template-template-partners .beyond-item h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
body.page-template-template-partners .beyond-item p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* השוואה */
body.page-template-template-partners .compare { background: var(--white); border-bottom: 1px solid var(--line); }
body.page-template-template-partners .compare-scroll { overflow-x: auto; margin-top: 24px; }
body.page-template-template-partners .compare-table { width: 100%; border-collapse: collapse; min-width: 560px; }
body.page-template-template-partners .compare-table th,
body.page-template-template-partners .compare-table td { text-align: start; padding: 14px 16px; font-size: 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
body.page-template-template-partners .compare-table thead th { font-size: 13px; color: var(--muted); font-weight: 700; border-bottom: 2px solid var(--ink); }
body.page-template-template-partners .compare-table tbody th { font-weight: 600; color: var(--ink); width: 34%; }
body.page-template-template-partners .compare-table td { color: var(--muted); }
body.page-template-template-partners .compare-table .col-partner { background: var(--teal-ghost); color: var(--ink); font-weight: 500; }
body.page-template-template-partners .compare-table thead .col-partner { color: var(--teal-deep); }

/* שאלות נפוצות */
body.page-template-template-partners .faq { background: var(--paper); border-bottom: 1px solid var(--line); }
body.page-template-template-partners .faq-list { margin-top: 24px; border-top: 1px solid var(--line); }
body.page-template-template-partners .faq-item { border-bottom: 1px solid var(--line); }
body.page-template-template-partners .faq-item summary { cursor: pointer; list-style: none; padding: 18px 0; font-size: 16px; font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
body.page-template-template-partners .faq-item summary::-webkit-details-marker { display: none; }
body.page-template-template-partners .faq-item summary::after { content: "+"; color: var(--teal-deep); font-size: 22px; font-weight: 400; flex: none; line-height: 1; }
body.page-template-template-partners .faq-item[open] summary::after { content: "\2212"; }
body.page-template-template-partners .faq-item p { font-size: 14.5px; color: var(--muted); line-height: 1.7; padding: 0 0 20px; max-width: 74ch; }

/* מה זה AGENTALK — בתחתית, עם אייקונים */
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; margin-top: 24px; }
@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: 24px 22px; transition: border-color .2s; }
body.page-template-template-partners .about-item:hover { border-color: var(--teal); }
body.page-template-template-partners .about-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: var(--teal-ghost); color: var(--teal-deep); margin-bottom: 14px; }
body.page-template-template-partners .about-icon svg { width: 22px; height: 22px; }
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 .form-sec { background: var(--teal-ghost); border-bottom: 1px solid var(--line); }
body.page-template-template-partners .form-in { display: grid; grid-template-columns: 1fr 1.15fr; gap: 44px; align-items: start; }
@media (max-width: 860px) { body.page-template-template-partners .form-in { grid-template-columns: 1fr; gap: 24px; } }
body.page-template-template-partners .form-head .eyebrow { color: var(--teal-deep); }
body.page-template-template-partners .form-head h2 { font-size: clamp(24px, 2.4vw, 30px); margin: 12px 0 10px; }
body.page-template-template-partners .form-head .section-lead { font-size: 16px; color: var(--muted); max-width: 40ch; }
body.page-template-template-partners .pf-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 10px 30px rgba(14, 23, 38, .05); }
body.page-template-template-partners .pf-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; margin-bottom: 16px; }
@media (max-width: 560px) { body.page-template-template-partners .pf-row { grid-template-columns: 1fr; } }
body.page-template-template-partners .pf-field { display: flex; flex-direction: column; gap: 6px; }
body.page-template-template-partners .pf-field > span { font-size: 13px; font-weight: 600; color: var(--ink); }
body.page-template-template-partners .pf-form > .pf-field { margin-bottom: 16px; }
body.page-template-template-partners .pf-field input,
body.page-template-template-partners .pf-field select,
body.page-template-template-partners .pf-field textarea {
  width: 100%; background: var(--white); border: 1px solid #C9D0CE; border-radius: 10px;
  padding: 12px 14px; font-size: 15px; color: var(--text); font-family: inherit; box-sizing: border-box;
}
body.page-template-template-partners .pf-field select { cursor: pointer; }
body.page-template-template-partners .pf-field textarea { resize: vertical; min-height: 74px; }
/* קידומת מדינה + טלפון באותה שורה (סגנון בסיס של הבורר עצמו ב-parts/components/country-select.css) */
body.page-template-template-partners .pf-phone-group { display: flex; gap: 8px; min-width: 0; }
body.page-template-template-partners .pf-phone-group .hc-country { flex: 0 0 148px; }
body.page-template-template-partners .pf-phone-group input[type="tel"] { flex: 1 1 auto; min-width: 0; }
@media (max-width: 380px) {
  body.page-template-template-partners .pf-phone-group { flex-wrap: wrap; }
  body.page-template-template-partners .pf-phone-group .hc-country,
  body.page-template-template-partners .pf-phone-group input[type="tel"] { flex: 1 1 100%; }
}
body.page-template-template-partners .pf-field input:focus-visible,
body.page-template-template-partners .pf-field select:focus-visible,
body.page-template-template-partners .pf-field textarea:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; }
body.page-template-template-partners .pf-consent { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 18px; font-size: 13.5px; color: var(--muted); line-height: 1.5; }
body.page-template-template-partners .pf-consent input { flex: none; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--teal-deep); }
body.page-template-template-partners .pf-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
body.page-template-template-partners .pf-actions .btn { padding: 13px 30px; font-size: 16px; }
body.page-template-template-partners .pf-reassurance { margin-top: 14px; font-size: 12.5px; color: var(--muted); line-height: 1.55; }
body.page-template-template-partners .pf-status { margin: 0; font-size: 14px; color: var(--muted); min-height: 20px; }
body.page-template-template-partners .pf-status.ok { color: var(--teal-deep); font-weight: 600; }
body.page-template-template-partners .pf-status.err { color: #B23A22; font-weight: 600; }
/* מלכודת דבש — קליפ במקום left:-9999px (הערך הפיזי הזה מנפח scrollWidth בעמודי RTL,
   כי דפדפנים מרחיבים את אזור הגלילה שמאלה עבור dir="rtl"). אותו הגיון כמו .sr-only. */
body.page-template-template-partners .pf-hp {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* מסך תודה — מחליף את הטופס אחרי שליחה מוצלחת. [hidden] מפורש כי display:flex גובר על UA (הלקח החוזר). */
body.page-template-template-partners .pf-form[hidden],
body.page-template-template-partners .pf-success[hidden],
body.page-template-template-partners [data-success-generic][hidden],
body.page-template-template-partners [data-success-affiliate][hidden] { display: none; }
body.page-template-template-partners .pf-success {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 46px 34px; box-shadow: 0 10px 30px rgba(14, 23, 38, .05);
}
body.page-template-template-partners .pf-success:focus { outline: none; }
body.page-template-template-partners .pf-success-ic {
  display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 20px;
  border-radius: 50%; background: var(--teal-ghost); color: var(--teal-deep);
}
body.page-template-template-partners .pf-success-body { display: flex; flex-direction: column; align-items: center; }
body.page-template-template-partners .pf-success h3 { font-size: clamp(21px, 2.2vw, 26px); color: var(--ink); margin-bottom: 10px; }
body.page-template-template-partners .pf-success p { font-size: 16px; color: var(--muted); max-width: 46ch; line-height: 1.6; margin-bottom: 22px; }
body.page-template-template-partners .pf-success-body > :last-child { margin-bottom: 0; }
body.page-template-template-partners .pf-success .btn { padding: 14px 32px; font-size: 16px; }

/* === 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; }
/* .sr-only עבר ל-global.css (משותף לכל טופס באתר) */

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; }
