/* Self-hosted Nunito Sans (variable, weights 100-900) to avoid font-swap flash */
@font-face {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url(../fonts/nunito-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url(../fonts/nunito-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* ==========================================================================
   WP Tailwatch — Static Site Design System
   Brand tokens mirrored from the production app (src/app/globals.css)
   Mobile-first, responsive, dependency-free.
   ========================================================================== */

/* ------- Tokens ------- */
:root {
  --primary: #f05123;
  --primary-rgb: 240, 81, 35;
  --primary-dark: #d83e14;
  --primary-soft: #fceee8;
  --primary-soft-2: #fbebe9;
  --heading: #21212b;
  --text: #49495f;
  --muted: #7a7a7a;
  --green: #07c07e;
  --green-dark: #05a669;
  --green-soft: #dbf6f1;
  --blue: #136aeb;
  --blue-soft: #ebf2fd;
  --purple: #2e3192;
  --dark: #1b2537;
  --bg: #ffffff;
  --bg-grey: #f9fafb;
  --bg-section: #fcfcff;
  --border: #e5e7eb;
  --border-2: #d1d5dc;

  --radius: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
  --shadow: 0 8px 24px rgba(16, 24, 40, .08);
  --shadow-lg: 0 24px 48px -12px rgba(16, 24, 40, .18);
  --shadow-primary: 0 12px 28px -8px rgba(var(--primary-rgb), .45);
  --container: 1180px;
  --font: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

/* ------- Reset ------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { color: var(--heading); line-height: 1.18; font-weight: 700; letter-spacing: -.02em; }
strong { font-weight: 700; color: var(--heading); }

/* ------- Layout helpers ------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 84px 0; }
.section-sm { padding: 56px 0; }
.section-grey { background: var(--bg-grey); }
.section-soft { background: var(--primary-soft); }
.section-feat { background: linear-gradient(180deg, #fdf3ee 0%, #fbf7f4 55%, #ffffff 100%); }
.dl-cta { text-align: center; }
.dl-cta-badge { display: inline-block; background: var(--green-soft); color: var(--green-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; padding: 5px 12px; border-radius: 999px; margin-bottom: 15px; }
.dl-cta h3 { font-size: 24px; margin: 0 0 10px; color: var(--heading); }
.dl-cta p { color: var(--muted); margin: 0 0 20px; }
.dl-cta-actions { display: grid; gap: 10px; margin-bottom: 16px; }
.dl-cta .assurance { justify-content: center; flex-wrap: nowrap; margin-top: 0; }
.section-dark { background: var(--dark); }
.center { text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--primary); background: var(--primary-soft);
  padding: 7px 15px; border-radius: var(--radius-pill); margin-bottom: 18px;
}
.eyebrow.on-dark { background: rgba(255,255,255,.08); color: #ffb59b; }
.section-head { max-width: 720px; margin: 0 auto 52px; }
.section-head.center { text-align: center; }
.section-head.flush { max-width: none; margin: 0 0 20px; text-align: left; }
/* balanced heading rhythm: the eyebrow label sets the gap, so the heading drops its default top margin (consistent eyebrow to heading spacing site-wide) */
.eyebrow + h1, .eyebrow + h2, .eyebrow + h3 { margin-top: 0; }
/* loose feature-style hero (eyebrow + h1 + p.sub + buttons directly in a section container): even spacing */
.section > .container > h1 { margin: 0 0 16px; }
.section > .container > p.sub { font-size: clamp(17px, 2vw, 20px); max-width: 620px; margin: 0 0 20px; }
.section > .container > .hero-actions { margin-top: 0; }
/* centered hero: center the buttons under it too (they sit outside the centered section-head) */
.section-head.center + .hero-actions { justify-content: center; }
h2.section-title { font-size: clamp(28px, 4vw, 42px); margin-bottom: 16px; }
/* default page-title size (hero uses the larger .hero h1); responsive so titles scale on every page */
h1 { font-size: clamp(30px, 4.4vw, 44px); }
/* sub-section / category divider heading, responsive */
.group-title { font-size: 22px; font-weight: 700; line-height: 1.2; margin-bottom: 18px; color: var(--heading); }
.section-head p { font-size: 17px; color: var(--text); }
.lead { font-size: 19px; color: var(--text); }

/* ------- Buttons ------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font); font-weight: 700; font-size: 16px; line-height: 1;
  padding: 15px 26px; border-radius: var(--radius-pill); border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: var(--shadow-primary); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
.btn-ghost { background: #fff; color: var(--heading); border-color: var(--border-2); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }
.btn-ghost-dark { background: transparent; color: #fff; border-color: rgba(255,255,255,.25); }
.btn-ghost-dark:hover { border-color: #fff; transform: translateY(-2px); }
.btn-lg { padding: 18px 34px; font-size: 17px; }
.btn-block { display: flex; width: 100%; }
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ------- Reassurance microcopy ------- */
.assurance { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 16px; }
.assurance li { display: inline-flex; align-items: center; gap: 7px; font-size: 14.5px; font-weight: 600; color: var(--text); }
.assurance li::before { content: "✓"; color: var(--green-dark); font-weight: 800; }
.assurance.on-dark li { color: #cdd5e3; }
.assurance.center { justify-content: center; }
.assurance.assure-1row { flex-wrap: nowrap; gap: 8px 16px; }
.assurance.assure-1row li { white-space: nowrap; }
@media (max-width: 640px) { .assurance.assure-1row { flex-wrap: wrap; } }

/* ------- Header ------- */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.88);
  backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--heading); font-size: 19px; }
.brand img { height: 44px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { font-weight: 600; font-size: 15.5px; color: var(--text); transition: color .15s; }
.nav-links a:hover, .nav-links a.active { color: var(--primary); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-cta-mobile { display: none; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--heading); border-radius: 2px; transition: .25s; }
.nav-toggle span + span { margin-top: 5px; }

/* ------- Features mega-menu (injected by main.js) ------- */
.nav-item { position: relative; display: flex; align-items: center; }
.nav-item > a .caret { display: inline-block; margin-left: 5px; font-size: 10px; transition: transform .2s; color: var(--muted); }
.nav-item:hover > a .caret { transform: rotate(180deg); color: var(--primary); }
.mega-menu {
  position: absolute; top: calc(100% + 16px); left: 0; transform: translateY(8px);
  width: min(900px, 95vw); background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 18px; z-index: 130;
  display: flex; gap: 18px;
  opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease;
}
.mega-menu::before { content: ""; position: absolute; top: -16px; left: 0; right: 0; height: 16px; } /* hover bridge */
.nav-item:hover .mega-menu, .nav-item:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-promo { flex: 0 0 230px; background: linear-gradient(160deg, var(--primary) 0%, #ff7d49 100%); border-radius: 16px; padding: 20px; color: #fff; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.mega-promo::after { content: ""; position: absolute; width: 160px; height: 160px; border-radius: 50%; background: rgba(255,255,255,.13); top: -60px; right: -50px; }
.mega-promo .pico { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.2); display: grid; place-items: center; font-size: 22px; margin-bottom: 13px; position: relative; }
.mega-promo h6 { color: #fff; font-size: 16.5px; line-height: 1.3; margin-bottom: 8px; position: relative; }
.mega-promo p { font-size: 12.5px; color: rgba(255,255,255,.92); line-height: 1.5; margin-bottom: 16px; position: relative; }
.mega-promo .btn { background: #fff; color: var(--primary); box-shadow: none; padding: 11px 16px; font-size: 13.5px; margin-top: auto; position: relative; }
.mega-promo .btn:hover { background: #fff; transform: translateY(-2px); }
.mega-right { flex: 1; display: flex; flex-direction: column; }
.mega-title { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); font-weight: 700; margin: 2px 0 8px 8px; }
.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px 6px; }
.mega-link { display: flex; align-items: center; gap: 9px; padding: 8px 9px; border-radius: 10px; font-size: 13px; font-weight: 600; color: var(--heading); white-space: nowrap; }
.mega-link:hover { background: var(--primary-soft); color: var(--primary); }
.mega-link img, .mega-link svg { width: 18px; height: 18px; flex: none; }
.mega-foot { border-top: 1px solid var(--border); margin-top: 10px; padding-top: 12px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.mega-foot a { font-weight: 700; font-size: 13.5px; }
.mega-foot .text-primary:hover { text-decoration: underline; }
@media (max-width: 980px) { .mega-menu { width: min(760px, 95vw); } .mega-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 820px) { .mega-menu { display: none !important; } .nav-item > a .caret { display: none; } }

/* ------- Hero ------- */
.hero { position: relative; padding: 80px 0 90px; overflow: hidden; background: #ffffff; }
.hero::before { display: none; }
.hero > .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.04fr; gap: 40px; align-items: start; }
.hero-visual { margin-top: 6px; }
.hero h1 { font-size: clamp(37px, 5.9vw, 64px); line-height: 1.04; letter-spacing: -.035em; margin-bottom: 22px; color: var(--heading); }
.hl { color: var(--primary); -webkit-text-fill-color: var(--primary); background: none; }
.hero p.sub { font-size: clamp(17px, 2vw, 20px); max-width: 560px; margin-bottom: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.store-badges { display: flex; gap: 12px; margin-top: 26px; }
.store-badges img { height: 46px; width: auto; }
.hero-visual { position: relative; }
.hero-visual .panel {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 22px; position: relative; overflow: hidden;
}
.hero-visual .panel::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; background: linear-gradient(90deg, var(--primary), #ff8a5c); }

/* hero media — product video with cross-platform image poster/fallback */
/* video thumbnail + play button (opens lightbox) */
.video-thumb { position: relative; display: block; width: 100%; padding: 0; border: none; background: none; cursor: pointer; }
.video-thumb img { width: 100%; height: auto; display: block; transition: transform .5s ease; }
.video-thumb:hover img { transform: scale(1.02); }
.play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 84px; height: 84px; border-radius: 50%; background: var(--primary); color: #fff; display: grid; place-items: center; transition: transform .2s ease; animation: glowpulse 1.8s ease-in-out infinite; }
.play-btn svg { width: 32px; height: 32px; margin-left: 4px; filter: drop-shadow(0 1px 2px rgba(0,0,0,.25)); }
.play-btn::before { content: ""; position: absolute; inset: -14px; border-radius: 50%; border: 2px solid rgba(var(--primary-rgb), .5); animation: pulsering 2.2s ease-out infinite; }
.video-thumb:hover .play-btn { transform: translate(-50%, -50%) scale(1.09); animation-play-state: paused; box-shadow: 0 16px 42px rgba(var(--primary-rgb), .7), 0 0 36px 12px rgba(var(--primary-rgb), .55); }
@keyframes pulsering { 0% { transform: scale(1); opacity: .75; } 100% { transform: scale(1.6); opacity: 0; } }
@keyframes glowpulse {
  0%, 100% { box-shadow: 0 12px 30px rgba(var(--primary-rgb), .45), 0 0 0 0 rgba(var(--primary-rgb), .5); }
  50% { box-shadow: 0 14px 38px rgba(var(--primary-rgb), .6), 0 0 34px 12px rgba(var(--primary-rgb), .55); }
}
.video-thumb-label { display: none; }

/* video lightbox modal */
.video-modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 28px; }
.video-modal.open { display: flex; }
.video-modal-backdrop { position: absolute; inset: 0; background: rgba(8,12,22,.84); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.video-modal-inner { position: relative; z-index: 1; width: 80vw; max-width: calc(80vh * 16 / 9); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); background: #000; animation: zoomIn .25s ease both; }
.video-modal-inner video { width: 100%; height: auto; display: block; max-height: 86vh; }
.video-modal-close { position: absolute; top: -46px; right: 0; width: 38px; height: 38px; border: none; background: rgba(255,255,255,.16); color: #fff; font-size: 22px; line-height: 1; border-radius: 50%; cursor: pointer; transition: background .2s; }
.video-modal-close:hover { background: rgba(255,255,255,.32); }
.form-status { margin: 2px 0 0; font-size: 14px; font-weight: 600; }
.form-status.is-ok { color: var(--green-dark); }
.form-status.is-err { color: #d64542; }
.video-modal-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.video-modal-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
@media (max-width: 640px) { .video-modal-inner { width: 94vw; max-width: none; } }
/* hero image merges into the white section (no frame); centered against the copy column */

/* mock dashboard inside hero */
.mock-row { display: flex; align-items: center; gap: 12px; padding: 13px 14px; border: 1px solid var(--border); border-radius: 12px; margin-top: 12px; background: #fff; }
.mock-row:first-of-type { margin-top: 0; }
.mock-ic { width: 38px; height: 38px; flex: none; border-radius: 10px; display: grid; place-items: center; color: #fff; }
.mock-meta { flex: 1; min-width: 0; }
.mock-meta b { display: block; color: var(--heading); font-size: 14.5px; line-height: 1.3; }
.mock-meta span { display: block; font-size: 12.5px; color: var(--muted); line-height: 1.3; margin-top: 3px; }
.pill { font-size: 11.5px; font-weight: 700; padding: 4px 10px; border-radius: var(--radius-pill); }
.pill-green { background: var(--green-soft); color: var(--green-dark); }
.pill-orange { background: var(--primary-soft); color: var(--primary); }
.pill-blue { background: var(--blue-soft); color: var(--blue); }
.bg-green { background: var(--green); } .bg-orange { background: var(--primary); } .bg-blue { background: var(--blue); } .bg-purple { background: var(--purple); }

/* floating badge */
.float-badge {
  position: absolute; bottom: -18px; left: -18px; background: #fff; border: 1px solid var(--border);
  box-shadow: var(--shadow); border-radius: 14px; padding: 12px 16px; display: flex; align-items: center; gap: 11px;
}
.float-badge .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--green-soft); animation: pulse 2s infinite; }
.float-badge b { color: var(--heading); font-size: 14px; } .float-badge span { font-size: 12px; color: var(--muted); display: block; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.45} }

/* ------- Trust strip ------- */
.trust-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; }
.trust-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 42px; padding: 22px 0; }
.trust-label { font-weight: 700; color: var(--heading); font-size: 14px; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--text); font-weight: 600; }
.trust-item b { color: var(--heading); font-size: 20px; font-weight: 800; }
.trust-item .ti-ic { color: var(--primary); }
.trust-sep { width: 1px; height: 26px; background: var(--border); }

/* ------- Trust band (redesigned) ------- */
.trust-band { background: var(--bg-grey); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 32px 0; }
.trust-band-title { text-align: center; font-size: 12.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin-bottom: 24px; }
.trust-band-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.trust-pill { display: flex; align-items: center; gap: 13px; justify-content: center; }
.trust-pill .tp-ic { width: 46px; height: 46px; flex: none; border-radius: 13px; background: var(--primary-soft); color: var(--primary); display: grid; place-items: center; }
.trust-pill .tp-ic svg { width: 24px; height: 24px; }
.tp-txt b { display: block; color: var(--heading); font-size: 15px; font-weight: 700; line-height: 1.25; }
.tp-txt span { display: block; font-size: 12.5px; color: var(--muted); line-height: 1.3; }
.trust-clone { display: none; }
@media (max-width: 900px) {
  /* Auto-sliding + drag/swipe marquee (JS-driven scroll): one continuous row */
  .trust-band-grid {
    display: flex; flex-wrap: nowrap; grid-template-columns: none; gap: 0;
    overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -ms-overflow-style: none;
    cursor: grab; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  }
  .trust-band-grid::-webkit-scrollbar { display: none; width: 0; height: 0; }
  .trust-band-grid.dragging { cursor: grabbing; }
  .trust-band-grid .trust-pill { flex: 0 0 auto; justify-content: flex-start; margin-right: 40px; user-select: none; }
  .trust-clone { display: flex; }
}
@media (prefers-reduced-motion: reduce) {
  .trust-band-grid { overflow-x: hidden; flex-wrap: wrap; justify-content: center; gap: 14px 22px; }
  .trust-band-grid .trust-pill { margin-right: 0; }
  .trust-clone { display: none; }
}

/* ------- Cards / grids ------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  position: relative; overflow: hidden;
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--primary), #ff8a5c); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #f0d4c8; }
.card:hover::before { transform: scaleX(1); }
.card-plain::before { display: none; }
.card-plain:hover { transform: none; box-shadow: none; border-color: transparent; }
.card-badge { overflow: visible; }
.rm-done h3 { padding-right: 84px; }
.rm-released { position: absolute; top: 14px; right: 14px; background: var(--green-soft); color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; border: 1px solid #bfe6d8; }
.rm-list { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: #fff; }
.rm-item { display: grid; grid-template-columns: minmax(200px, 300px) 1fr; gap: 20px; align-items: center; padding: 16px 22px; }
.rm-item + .rm-item { border-top: 1px solid var(--border); }
.rm-item-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.rm-item h3 { font-size: 16.5px; margin: 0; color: var(--heading); }
.rm-item p { font-size: 15px; margin: 0; color: var(--muted); line-height: 1.5; }
.rm-list .rm-released { position: static; top: auto; right: auto; }
@media (max-width: 700px) { .rm-item { grid-template-columns: 1fr; gap: 5px; padding: 14px 16px; } }
.card-nobar::before { display: none; }
.card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 15px; font-weight: 700; font-size: 14.5px; color: var(--primary); }
.card-link svg { width: 16px; height: 16px; transition: transform .2s; }
.card:hover .card-link svg { transform: translateX(3px); }

/* two-line section heading: big first line + smaller second line (site-wide consistency) */
.section-title { line-height: 1.14; }
.subline { display: block; font-size: .56em; font-weight: 600; color: var(--text); margin-top: 8px; letter-spacing: -.01em; line-height: 1.25; }

/* "Why WP Tailwatch" — peach panel with centered, orange-bordered cards */
.why-panel { position: relative; overflow: hidden; background: rgb(249, 224, 212); border-radius: 26px; padding: 40px; }
.why-panel::after { content: ""; position: absolute; inset: 0; z-index: 0; background: url(../img/footerlogo.png) no-repeat; background-position: right center; background-size: auto 62%; opacity: .18; pointer-events: none; }
.why-card { position: relative; z-index: 1; background: rgba(255, 255, 255, 0.55); border: 1px solid #f05123; border-radius: 16px; padding: 38px 28px; text-align: center; transition: transform .2s ease, box-shadow .25s ease, background .2s ease; }
.why-card:hover { background: rgba(255, 255, 255, 0.82); }
.why-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px -16px rgba(240,81,35,.28); }
.why-card .why-ic { width: 64px; height: 64px; margin: 0 auto 18px; display: grid; place-items: center; color: var(--primary); }
.why-card .why-ic svg { width: 42px; height: 42px; }
.why-card h3 { font-size: 20px; margin-bottom: 10px; }
.why-card p { font-size: 15px; color: var(--text); }
.why-card .card-link { justify-content: center; }
@media (max-width: 640px) { .why-panel { padding: 22px; } }
/* Why-cards slider controls (shown only when the cards become a slider on mobile) */
.why-nav { display: none; align-items: center; justify-content: center; gap: 16px; margin-top: 20px; position: relative; z-index: 1; }
.why-prev, .why-next, .tour-prev, .tour-next { width: 36px; height: 36px; flex: none; border-radius: 50%; border: 1px solid #f0c9bd; background: #fff; color: var(--primary); display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow-sm); transition: background .2s, color .2s, opacity .2s; }
.why-prev:hover, .why-next:hover, .tour-prev:hover, .tour-next:hover { background: var(--primary); color: #fff; }
.why-prev svg, .why-next svg, .tour-prev svg, .tour-next svg { width: 16px; height: 16px; }
.why-prev:disabled, .why-next:disabled { opacity: .35; cursor: default; background: #fff; color: var(--primary); }
.why-dots { display: flex; align-items: center; gap: 7px; }
.why-dot { width: 8px; height: 8px; padding: 0; border: none; border-radius: 50%; background: #e0b9a8; cursor: pointer; transition: width .2s, background .2s; }
.why-dot.active { width: 22px; border-radius: 5px; background: var(--primary); }
/* Pricing cards slider (mobile only) */
.pricing-nav { display: none; align-items: center; justify-content: center; gap: 16px; margin-top: 20px; }
@media (max-width: 820px) {
  .pricing-slider { overflow: hidden; padding-top: 16px; }
  .pricing-slider .pricing-cards { grid-template-columns: none; display: flex; flex-wrap: nowrap; gap: 0; transform: translateX(0); transition: transform .42s ease; cursor: grab; touch-action: pan-y; }
  .pricing-slider .pricing-cards.dragging { transition: none; cursor: grabbing; }
  .pricing-slider .pricing-cards > .card { flex: 0 0 100%; }
  .pricing-nav { display: flex; }
}
@media (max-width: 820px) {
  /* Security that acts: 3 cards become a one-at-a-time slider to cut mobile height */
  .why-panel { padding: 14px 12px; }
  .why-panel .why-cards {
    grid-template-columns: none; display: flex; flex-wrap: nowrap; gap: 0;
    transform: translateX(0); transition: transform .42s ease; cursor: grab; touch-action: pan-y;
  }
  .why-panel .why-cards.dragging { transition: none; cursor: grabbing; }
  /* keep slider cards fully shown so the scroll-in reveal never fires mid-slide (was causing a first-slide shake) */
  .why-panel .why-card { flex: 0 0 100%; padding: 22px 20px; opacity: 1; transform: none; }
  .why-panel .why-card.reveal { opacity: 1; transform: none; }
  .why-panel .why-card:hover { transform: none; box-shadow: none; }
  .why-card .why-ic { width: 46px; height: 46px; margin-bottom: 10px; }
  .why-card .why-ic svg { width: 30px; height: 30px; }
  .why-card h3 { font-size: 18px; margin-bottom: 7px; }
  .why-card p { font-size: 14px; }
  .why-card .card-link { margin-top: 12px; }
  .why-nav { display: flex; margin-top: 14px; }
}
.card .ic {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: var(--primary-soft); color: var(--primary); margin-bottom: 18px;
}
.card .ic svg { width: 26px; height: 26px; }
.card h3, .card h2 { font-size: 20px; margin-bottom: 9px; }
.card p { font-size: 15.5px; }
.card.green .ic { background: var(--green-soft); color: var(--green-dark); }
.card.blue .ic { background: var(--blue-soft); color: var(--blue); }

/* feature pill grid (compact) */
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feature-list .fl {
  display: flex; align-items: center; gap: 11px; padding: 14px 16px; background: #fff;
  border: 1px solid var(--border); border-radius: 12px; font-weight: 600; color: var(--heading); font-size: 15px;
}
.feature-list .fl svg { width: 20px; height: 20px; color: var(--primary); flex: none; }
/* card variant: each feature shows a one-line description */
.feature-list.cards .fl { flex-direction: column; align-items: flex-start; gap: 7px; padding: 15px 17px; text-decoration: none; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.feature-list.cards .fl:hover { border-color: var(--primary); box-shadow: 0 6px 18px rgba(16,24,40,.06); transform: translateY(-2px); }
.feature-list.cards .fl-top { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; color: var(--heading); }
.feature-list.cards .fl-desc { font-size: 12.5px; font-weight: 400; color: var(--muted); line-height: 1.45; }

/* ------- "Built different" pillars ------- */
.pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.pillar { display: flex; gap: 16px; padding: 24px; border-radius: var(--radius); background: #fff; border: 1px solid var(--border); }
.pillar .num { font-size: 15px; font-weight: 800; color: var(--primary); background: var(--primary-soft); width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; flex: none; }
.pillar h3 { font-size: 18px; margin-bottom: 6px; }
.pillar p { font-size: 15px; }

/* ------- Plugin chaos comparison ------- */
.chaos { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; }
.chaos-box { border-radius: var(--radius-lg); padding: 30px; }
.chaos-box.before { background: #fff; border: 1px dashed var(--border-2); }
.chaos-box.after { background: linear-gradient(165deg, #fff 0%, var(--primary-soft) 100%); border: 1px solid #f0d4c8; box-shadow: var(--shadow); }
.chaos-box h3 { font-size: 18px; margin-bottom: 16px; }
.chaos-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.chaos-tags .tag { font-size: 13.5px; font-weight: 600; padding: 8px 13px; border-radius: 9px; background: var(--bg-grey); color: var(--muted); border: 1px solid var(--border); text-decoration: line-through; }
.chaos-one { display: flex; align-items: center; gap: 13px; }
.chaos-one .logo { width: 54px; height: 54px; border-radius: 14px; background: var(--primary); display: grid; place-items: center; }
.chaos-one .logo img { width: 34px; }
.chaos-one b { font-size: 19px; color: var(--heading); }
.chaos-arrow { width: 56px; height: 56px; border-radius: 50%; background: var(--primary); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow-primary); }

/* interactive plugin-chaos demo */
.ctag { position: relative; font-size: 13.5px; font-weight: 600; padding: 8px 13px; border-radius: 9px; background: var(--bg-grey); color: var(--muted); border: 1px solid var(--border); cursor: default; transition: transform .25s ease, opacity .35s ease, border-color .2s, color .2s, box-shadow .2s; }
.ctag:hover { transform: translateY(-3px); color: var(--heading); border-color: #f0c9bd; box-shadow: var(--shadow-sm); z-index: 4; }
.ctag::after { content: attr(data-pain); position: absolute; bottom: calc(100% + 9px); left: 50%; transform: translateX(-50%) translateY(4px); background: #c0392b; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: 7px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; z-index: 5; box-shadow: 0 6px 16px rgba(192,57,43,.35); }
.ctag::before { content: ""; position: absolute; bottom: calc(100% + 4px); left: 50%; transform: translateX(-50%); border: 5px solid transparent; border-top-color: #c0392b; opacity: 0; transition: opacity .2s ease; z-index: 5; }
.ctag:hover::after { opacity: 1; transform: translateX(-50%) translateY(0); }
.ctag:hover::before { opacity: 1; }
.ctag.struck { text-decoration: line-through; opacity: .38; border-style: dashed; transform: scale(.93); }
.ctag.struck::after, .ctag.struck::before { display: none; }
.chaos-note { font-size: 13.5px; color: var(--muted); margin: 16px 0 0; }
.chaos-meter { display: flex; flex-direction: column; align-items: center; gap: 1px; margin: 22px 0 24px; line-height: 1.05; }
.chaos-num { font-size: 42px; font-weight: 800; color: var(--primary); letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.chaos-meter-label { font-size: 14px; font-weight: 600; color: var(--text); }
.chaos-replay { display: inline-flex; align-items: center; gap: 7px; background: none; border: none; color: var(--primary); font-weight: 700; font-size: 13.5px; cursor: pointer; padding: 4px 0; margin-bottom: 10px; font-family: var(--font); }
.chaos-replay:hover { text-decoration: underline; }
.chaos-replay svg { width: 14px; height: 14px; }
.chaos-box.after.pulse { animation: chaospulse .65s ease; }
@keyframes chaospulse { 0%, 100% { transform: none; } 42% { transform: scale(1.025); } }

/* plugin-chaos funnel layout (plugins flow into WP Tailwatch) */
.funnel { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: 96px; align-items: center; }
.funnel-marquee { height: 248px; overflow-y: auto; overflow-x: hidden; position: relative; -webkit-mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent); scrollbar-width: thin; scrollbar-color: #e0c3b6 transparent; overscroll-behavior: contain; }
.funnel-marquee::-webkit-scrollbar { width: 6px; }
.funnel-marquee::-webkit-scrollbar-thumb { background: #e0c3b6; border-radius: 6px; }
.funnel-marquee::-webkit-scrollbar-track { background: transparent; }
.funnel-track { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; will-change: transform; }
.mchip { font-size: 13px; font-weight: 600; padding: 8px 13px; border-radius: 9px; background: var(--bg-grey); color: var(--heading); border: 1px solid var(--border); white-space: nowrap; transition: background .3s, border-color .3s, color .3s; }
.mchip.added { color: var(--green-dark); background: #f1faf6; border-color: #bfe6d8; }
.mchip.added::before { content: "\2713"; font-weight: 800; margin-right: 6px; }
.funnel-path-svg, .funnel-stream { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 3; overflow: visible; }
.fn-flow2 { fill: none; stroke: var(--primary); stroke-width: 2.2; stroke-dasharray: 2 8; stroke-linecap: round; opacity: .5; animation: fnflow 1.1s linear infinite; }
.ftoken { position: absolute; left: 0; top: 0; font-size: 14.5px; font-weight: 700; padding: 9px 15px; border-radius: 9px; background: #fff; color: var(--primary); border: 1px solid #f0d4c8; box-shadow: 0 10px 24px -6px rgba(240,81,35,.42); white-space: nowrap; will-change: transform, opacity; transition: color .3s, border-color .3s, background .3s; }
.ftoken.arriving { color: var(--green-dark); border-color: #bfe6d8; background: #f1faf6; box-shadow: 0 10px 24px -6px rgba(5,166,105,.4); }
.ftoken.arriving::before { content: "\2713"; font-weight: 800; margin-right: 6px; }
.funnel-source, .funnel-target { border-radius: var(--radius-lg); padding: 26px 24px; align-self: center; }
.funnel-source { background: #fff; border: 1px dashed var(--border-2); }
.funnel-target { background: linear-gradient(165deg, #fff 0%, var(--primary-soft) 100%); border: 1px solid #f0d4c8; box-shadow: var(--shadow); text-align: center; }
.funnel-source h3, .funnel-target h3 { font-size: 18px; margin-bottom: 8px; }
.funnel-desc { font-size: 13.5px; color: var(--muted); line-height: 1.5; margin: 0 0 16px; }
.funnel-list { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.fchip { position: relative; font-size: 13.5px; font-weight: 600; padding: 9px 14px; border-radius: 9px; background: var(--bg-grey); color: var(--heading); border: 1px solid var(--border); cursor: default; will-change: transform, opacity; transition: transform .95s cubic-bezier(.5,.02,.3,1), opacity .85s ease, border-color .2s; }
.fchip:hover { border-color: #f0c9bd; box-shadow: var(--shadow-sm); }
.fchip::after { content: attr(data-pain); position: absolute; left: calc(100% + 10px); top: 50%; transform: translateY(-50%) translateX(-4px); background: #c0392b; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: 7px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; z-index: 5; box-shadow: 0 6px 16px rgba(192,57,43,.35); }
.fchip:hover::after { opacity: 1; transform: translateY(-50%) translateX(0); }
.fchip.sending { opacity: .5; }
.fchip.replaced { color: var(--muted); background: #fff; border-style: dashed; text-decoration: line-through; }
.fchip.replaced::after { display: none; }
.fchip.replaced::before { content: "\2713"; color: var(--green-dark); font-weight: 800; margin-right: 6px; display: inline-block; text-decoration: none; }
.fchip-clone { box-shadow: var(--shadow); }
.funnel-mid { position: relative; align-self: stretch; min-height: 260px; }
.funnel-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.fn-wall { stroke: #eab9a6; stroke-width: 2; fill: none; }
.fn-flow { stroke: var(--primary); stroke-width: 1.4; fill: none; stroke-dasharray: 3 6; opacity: .5; animation: fnflow 1s linear infinite; }
@keyframes fnflow { to { stroke-dashoffset: -18; } }
.funnel-logo { width: 86px; height: 86px; margin: 0 auto 12px; display: grid; place-items: center; border-radius: 22px; background: #fff; border: 1px solid #f0d4c8; box-shadow: var(--shadow-sm); }
.funnel-logo img { width: 52px; }
.funnel-logo.pop { animation: fnpop .32s ease; }
@keyframes fnpop { 0%, 100% { transform: none; } 45% { transform: scale(1.13); } }
.funnel-brand b { display: block; font-size: 18px; color: var(--heading); }
.funnel-brand span { font-size: 13px; color: var(--muted); }
.funnel-target .chaos-meter { justify-content: center; }
@media (max-width: 820px) {
  .funnel { grid-template-columns: 1fr; }
  .funnel-mid { display: none; }
  .fchip::after { left: auto; right: calc(100% + 10px); transform: translateY(-50%) translateX(4px); }
  .fchip:hover::after { transform: translateY(-50%) translateX(0); }
}

/* ------- Steps ------- */
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.steps::before { content: ""; position: absolute; top: 58px; left: 16.5%; right: 16.5%; height: 2px; z-index: 0; background: repeating-linear-gradient(90deg, var(--border-2) 0 8px, transparent 8px 16px); }
.step { position: relative; z-index: 1; padding: 34px 26px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); text-align: center; transition: transform .2s ease, box-shadow .2s ease, border-color .2s; }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #f0d4c8; }
.step .step-n { counter-increment: step; width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), #ff8355); color: #fff; font-weight: 800; font-size: 19px; display: grid; place-items: center; margin: 0 auto 16px; box-shadow: 0 10px 22px -6px rgba(var(--primary-rgb), .5); }
@media (max-width: 820px) { .steps::before { display: none; } }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { font-size: 15px; }

/* ---- Guided 3-step walkthrough (How it works) ---- */
.tour { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.tour-steps { list-style: none; margin: 0; padding: 0; position: relative; }
.tour-steps::before { content: ""; position: absolute; left: 41px; top: 40px; bottom: 40px; width: 2px; background: var(--border-2); z-index: 0; }
.tour-step { position: relative; z-index: 1; }
.tour-step + .tour-step { margin-top: 10px; }
.tour-step-btn { width: 100%; display: grid; grid-template-columns: 46px 1fr; column-gap: 16px; row-gap: 0; align-items: center; text-align: left; background: transparent; border: 1px solid transparent; border-radius: var(--radius); padding: 16px 18px; cursor: pointer; transition: background .25s, border-color .25s, box-shadow .25s; }
.tour-step-btn:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }
.tour-step.is-active .tour-step-btn { background: #fff; border-color: #f0d4c8; box-shadow: var(--shadow); }
.tour-dot { grid-row: 1 / span 2; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 18px; color: var(--muted); background: var(--bg-grey); border: 2px solid var(--border); transition: color .25s, background .25s, border-color .25s, box-shadow .25s; }
.tour-step.is-active .tour-dot { color: #fff; background: linear-gradient(135deg, var(--primary), #ff8355); border-color: transparent; box-shadow: 0 10px 22px -6px rgba(var(--primary-rgb), .5); }
.tour-step.is-done .tour-dot { color: var(--green-dark); background: #f1faf6; border-color: #bfe6d8; }
.tour-step.is-done .tour-dot::before { content: "\2713"; }
.tour-step.is-done .tour-dot { font-size: 0; }
.tour-step.is-done .tour-dot::before { font-size: 20px; }
.tour-text h3 { font-size: 18px; margin: 0 0 5px; color: var(--heading); }
.tour-text p { font-size: 14.5px; color: var(--muted); line-height: 1.55; margin: 0; }
.tour-bar { grid-column: 2; height: 3px; border-radius: 3px; background: var(--border); margin-top: 12px; overflow: hidden; opacity: 0; transition: opacity .25s; }
.tour-step.is-active .tour-bar { opacity: 1; }
.tour-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--primary), #ff8355); border-radius: 3px; }

.tour-stage { position: relative; min-height: 476px; border-radius: var(--radius-lg); background: none; display: grid; place-items: center; overflow: hidden; }
.tour-track { display: contents; } /* desktop: no box, screens stay absolutely positioned in the stage (crossfade) */
.tour-screen { position: absolute; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; transform: translateY(14px) scale(.985); transition: opacity .5s ease, transform .5s ease; pointer-events: none; }
.tour-screen.is-active { opacity: 1; transform: none; pointer-events: auto; }

.mock-win { width: min(430px, 100%); background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: 0 30px 60px -22px rgba(16,24,40,.28); overflow: hidden; }
.mock-bar { display: flex; align-items: center; gap: 6px; padding: 11px 14px; background: var(--bg-grey); border-bottom: 1px solid var(--border); }
.mock-bar > span { width: 10px; height: 10px; border-radius: 50%; background: #d9dee6; }
.mock-bar em { margin-left: 10px; font-style: normal; font-size: 12px; color: var(--muted); background: #fff; border: 1px solid var(--border); border-radius: 6px; padding: 3px 10px; }
.mock-body { padding: 20px; }
.mock-plugin { display: grid; grid-template-columns: 44px 1fr auto; grid-template-areas: "logo title btn" "logo desc btn" "logo rating btn"; column-gap: 13px; row-gap: 1px; align-items: center; border: 1px solid var(--border); border-radius: 11px; padding: 13px 15px; }
.mock-plugin .mp-logo { grid-area: logo; align-self: center; width: 44px; height: 44px; border-radius: 10px; object-fit: contain; }
.mock-plugin .mp-title { grid-area: title; font-size: 13.5px; font-weight: 700; color: var(--heading); line-height: 1.3; }
.mock-plugin .mp-desc { grid-area: desc; font-size: 12px; color: var(--muted); }
.mock-plugin .mp-rating { grid-area: rating; font-size: 12px; color: var(--muted); }
.mock-plugin .mock-btn { grid-area: btn; align-self: center; }
.mock-btn { font-size: 13px; font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--primary), #ff8355); padding: 8px 15px; border-radius: 8px; white-space: nowrap; }
.mock-btn-green { background: #eef9f3; color: var(--green-dark); border: 1px solid #bfe6d8; }
.mock-connect { text-align: center; display: grid; justify-items: center; gap: 8px; padding: 30px 24px; }
.mock-connect-ic { width: 56px; height: 56px; border-radius: 50%; background: #fbeee9; display: grid; place-items: center; font-size: 26px; }
.mock-connect b { font-size: 17px; color: var(--heading); }
.mock-connect p { font-size: 13px; color: var(--muted); margin: 0; }
.mock-field { font-size: 12.5px; color: var(--muted); background: var(--bg-grey); border: 1px dashed var(--border-2); border-radius: 8px; padding: 9px 14px; margin: 6px 0 4px; }
.mock-field span { color: var(--heading); font-weight: 600; letter-spacing: .06em; }

.tour-phone { position: relative; display: grid; place-items: center; }
.tour-phone > img { display: block; width: auto; height: 404px; max-width: 92%; border-radius: 30px; filter: drop-shadow(0 18px 40px rgba(16,24,40,.2)); -webkit-mask-image: linear-gradient(to top, transparent 0, #000 6%); mask-image: linear-gradient(to top, transparent 0, #000 6%); }
.tour-chip { position: absolute; background: #fff; border-radius: 13px; box-shadow: 0 16px 34px rgba(16,24,40,.22); padding: 10px 14px; display: flex; align-items: center; gap: 11px; white-space: nowrap; opacity: 0; transform: translateY(12px) scale(.94); transition: opacity .28s ease, transform .28s cubic-bezier(.2,.8,.2,1); }
.tour-chip-t { display: grid; gap: 2px; line-height: 1.2; }
.tour-chip-t b { font-size: 12.5px; font-weight: 700; color: var(--heading); }
.tour-chip-t small { font-size: 11px; font-weight: 600; color: var(--muted); }
.tour-chip .ci { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; flex: none; }
.tour-chip .ci svg { width: 16px; height: 16px; }
.tour-chip .ci-orange { background: #fdeee8; color: var(--primary); }
.tour-chip .ci-green { background: #e9f8f1; color: var(--green-dark); }
.tour-chip .ci-blue { background: #e8f0fe; color: var(--blue); }
.tour-chip.c1 { top: 9%; left: -4%; } .tour-chip.c2 { top: 45%; right: -8%; } .tour-chip.c3 { bottom: 10%; left: -2%; }
.tour-screen.is-active .tour-chip { opacity: 1; transform: none; }
.tour-screen.is-active .tour-chip.c1 { transition-delay: .2s; }
.tour-screen.is-active .tour-chip.c2 { transition-delay: .5s; }
.tour-screen.is-active .tour-chip.c3 { transition-delay: .8s; }
/* mobile-only lead text + prev/next controls (hidden on desktop) */
.tour-lead { display: none; }
.tour-nav { display: none; }
.tour-dots { display: flex; align-items: center; gap: 7px; }

@media (max-width: 820px) {
  /* Responsive redesign: horizontal 1-2-3 stepper, active step's text + image below, prev/next controls */
  .tour { display: flex; flex-direction: column; gap: 20px; align-items: stretch; }
  .tour-steps { display: flex; flex-direction: row; justify-content: space-between; align-items: center; position: relative; width: min(300px, 100%); margin: 0 auto; }
  .tour-steps::before { left: 18px; right: 18px; top: 50%; bottom: auto; width: auto; height: 2px; transform: translateY(-50%); }
  .tour-step { flex: 0 0 auto; }
  .tour-step + .tour-step { margin-top: 0; }
  .tour-step-btn { display: block; width: auto; padding: 0; background: none !important; border: none !important; box-shadow: none !important; }
  .tour-step .tour-text, .tour-step .tour-bar { display: none; }
  .tour-dot { grid-row: auto; width: 36px; height: 36px; font-size: 15px; }
  .tour-step.is-done .tour-dot::before { font-size: 16px; }
  .tour-lead { display: block; text-align: center; min-height: 72px; }
  .tour-lead h3 { font-size: 18px; margin: 0 0 6px; color: var(--heading); }
  .tour-lead p { font-size: 14.5px; color: var(--muted); line-height: 1.55; margin: 0; }
  /* stage becomes a horizontal transform-slide carousel (same behaviour as the why-cards slider) */
  .tour-stage { min-height: 0; overflow: hidden; cursor: grab; touch-action: pan-y; transition: height .42s ease; }
  .tour-stage.dragging { cursor: grabbing; }
  .tour-track { display: flex; flex-wrap: nowrap; align-items: flex-start; width: 100%; transform: translateX(0); transition: transform .42s ease; }
  .tour-stage.dragging .tour-track { transition: none; }
  .tour-screen { position: static; inset: auto; flex: 0 0 100%; opacity: 1; transform: none; pointer-events: auto; padding: 15px 0; }
  .mock-win { box-shadow: 0 8px 18px -8px rgba(16,24,40,.18); }
  /* compact the browser mock so the plugin row (logo, title, rating, button) fits without cutting off */
  .mock-win { width: 100%; }
  .mock-bar { padding: 8px 11px; gap: 5px; }
  .mock-bar > span { width: 8px; height: 8px; }
  .mock-bar em { font-size: 10.5px; padding: 2px 8px; margin-left: 8px; }
  .mock-body { padding: 14px; }
  /* step 1 plugin card stacks vertically: logo, title, description, button, rating */
  .mock-plugin { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 7px; padding: 16px 14px; }
  .mock-plugin .mp-logo { width: 40px; height: 40px; }
  .mock-plugin .mp-title { font-size: 12.5px; line-height: 1.3; }
  .mock-plugin .mp-desc { font-size: 11px; }
  .mock-plugin .mp-rating { font-size: 11px; color: var(--muted); }
  .mock-btn { font-size: 10px; font-weight: 700; padding: 5px 9px; border-radius: 6px; }
  .tour-nav { display: flex; align-items: center; justify-content: center; gap: 16px; }
  .tour-phone > img { height: 326px; }
  .tour-chip.c1 { left: 2%; } .tour-chip.c2 { right: 2%; } .tour-chip.c3 { left: 2%; }
}
@media (prefers-reduced-motion: reduce) { .tour-screen { transition: none; } }

/* ---- "Coming soon to WordPress.org" notice strip ---- */
@property --tw-angle { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
@keyframes tw-borderspin { to { --tw-angle: 360deg; } }
.notice { --tw-angle: 0deg; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; margin-top: 46px; padding: 26px 30px; border: 2px solid transparent; border-radius: var(--radius-lg); box-shadow: var(--shadow);
  background: linear-gradient(180deg, #fff 0%, #fdf7f4 100%) padding-box,
    conic-gradient(from var(--tw-angle), var(--primary), #ff8355, #07c07e, #136aeb, var(--primary)) border-box;
  animation: tw-borderspin 6s linear infinite; }
@media (prefers-reduced-motion: reduce) { .notice { animation: none; } }
.notice-ic { width: 54px; height: 54px; border-radius: 15px; background: #fdeee8; color: var(--primary); display: grid; place-items: center; flex: none; }
.notice-ic svg { width: 27px; height: 27px; }
.notice-body b { display: block; font-size: 17.5px; color: var(--heading); line-height: 1.35; margin-bottom: 6px; }
.notice-body p { font-size: 14px; color: var(--muted); line-height: 1.6; margin: 0; }
.notice-meta { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; }
.notice-meta li { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--heading); }
.notice-meta svg { width: 15px; height: 15px; color: var(--green-dark); flex: none; }
.notice .btn { white-space: nowrap; }
.notice-more { display: none; }
@media (max-width: 820px) {
  .notice { grid-template-columns: auto 1fr; gap: 12px 18px; padding: 20px; }
  .notice .btn { grid-column: 1 / -1; justify-content: center; }
  /* Collapse the long description behind a Read more toggle to save scroll length */
  .notice-body p, .notice-meta { display: none; }
  .notice.expanded .notice-body p { display: block; margin-top: 6px; }
  .notice.expanded .notice-meta { display: flex; }
  .notice-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; padding: 4px 0; background: none; border: none; color: var(--primary); font-family: var(--font); font-weight: 700; font-size: 14px; cursor: pointer; }
  .notice-more .nm-ic { font-size: 11px; transition: transform .2s; }
  .notice.expanded .notice-more .nm-ic { transform: rotate(180deg); }
}
@media (max-width: 520px) {
  .notice { grid-template-columns: 1fr; }
  .notice-ic { width: 46px; height: 46px; }
}

/* ------- Split (image + text) ------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { background: linear-gradient(165deg, var(--blue-soft), #fff); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow); }
.split ul.checks { margin-top: 18px; display: grid; gap: 12px; }
ul.checks li { display: flex; gap: 11px; align-items: flex-start; font-size: 16px; }
ul.checks li svg { width: 22px; height: 22px; color: var(--green-dark); flex: none; margin-top: 2px; }

/* ------- Mobile-first split v1 (reusable premium dark "in your pocket" section) ------- */
.msplit-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #1b2537 0%, #243049 55%, #33223d 100%); }
/* ---- tw-gridfield: reusable data-grid background for any dark, position:relative section.
   Faint grid lines + a fine dot at each intersection (fading toward the edges), a soft top
   highlight and a gentle edge vignette. Give the inner content `position: relative; z-index: 1`
   so it sits above these layers. Designed for dark backgrounds (uses white lines/dots). ---- */
.tw-gridfield { position: relative; overflow: hidden; }
.tw-gridfield::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 0 0, rgba(255,255,255,.16) 1.5px, transparent 2.2px),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px, 48px 48px, 48px 48px;
  -webkit-mask-image: radial-gradient(135% 95% at 72% 8%, #000 24%, transparent 72%);
  mask-image: radial-gradient(135% 95% at 72% 8%, #000 24%, transparent 72%); }
.tw-gridfield::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(78% 52% at 50% -8%, rgba(255,255,255,.06), transparent 62%),
    radial-gradient(125% 125% at 50% 50%, transparent 58%, rgba(0,0,0,.28) 100%); }
.msplit-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.msplit-glow.a { width: 540px; height: 540px; top: -180px; right: -130px; background: radial-gradient(circle, rgba(240,81,35,.34), transparent 70%); }
.msplit-glow.b { width: 440px; height: 440px; bottom: -200px; left: -140px; background: radial-gradient(circle, rgba(19,106,235,.20), transparent 70%); }
.msplit.split { align-items: center; position: relative; z-index: 1; }
.msplit .eyebrow { background: rgba(255,255,255,.09); color: #ffb59b; }
.msplit .section-title { color: #fff; }
.msplit .section-title .subline { color: #cdd5e3; }
.msplit .lead { color: #cdd5e3; }
.msplit .checks { color: #e6ebf3; margin-top: 20px; }
.msplit-stats { display: flex; gap: 30px; flex-wrap: wrap; margin: 28px 0 30px; }
.msplit-stat b { display: block; font-size: 30px; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.msplit-stat span { font-size: 13px; color: #9fb0c9; }
.stat-clone { display: none; }
@media (max-width: 820px) {
  /* stats auto-slide + drag marquee (like the trust band) */
  .msplit-stats { flex-wrap: nowrap; gap: 0; overflow-x: auto; scrollbar-width: none; cursor: grab; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
  .msplit-stats::-webkit-scrollbar { display: none; }
  .msplit-stats.dragging { cursor: grabbing; }
  .msplit-stat { flex: 0 0 auto; margin-right: 44px; }
  .stat-clone { display: block; }
}
.msplit-media { position: relative; display: grid; place-items: center; min-height: 500px; }
.msplit-media > img { max-width: 288px; width: 100%; height: auto; border-radius: 30px; filter: drop-shadow(0 44px 72px rgba(0,0,0,.55)); position: relative; z-index: 2; }
.msplit-card { position: absolute; z-index: 3; background: #fff; border-radius: 14px; box-shadow: 0 20px 44px rgba(0,0,0,.4); padding: 12px 15px; display: flex; align-items: center; gap: 11px; max-width: 235px; }
.msplit-card.p1 { top: 7%; left: -1%; }
.msplit-card.p2 { bottom: 12%; right: -3%; }
.msplit-card.p3 { top: 47%; right: -5%; z-index: 1; box-shadow: 0 16px 36px rgba(0,0,0,.32); }

/* ------- "Security in your pocket": interactive real-screen showcase ------- */
.pocket-list { list-style: none; margin: 22px 0 4px; padding: 0; display: grid; gap: 8px; }
.pocket-more { display: none; }
.pocket-nav { display: none; }
.pocket-btn { display: grid; grid-template-columns: 26px 1fr; column-gap: 14px; align-items: center; padding: 13px 16px; border-radius: 14px; border: 1px solid transparent; background: rgba(255,255,255,.04); cursor: pointer; transition: background .25s, border-color .25s; }
.pocket-btn:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }
.pocket-item.is-active .pocket-btn { background: rgba(255,255,255,.09); border-color: rgba(240,81,35,.5); }
.pocket-check { grid-row: 1 / span 2; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.1); color: #9fb0c9; transition: background .25s, color .25s; }
.pocket-check svg { width: 15px; height: 15px; }
.pocket-item.is-active .pocket-check { background: linear-gradient(135deg, var(--primary), #ff8355); color: #fff; }
.pocket-tx b { display: block; font-size: 15.5px; font-weight: 700; color: #fff; }
.pocket-tx small { font-size: 12.5px; color: #9fb0c9; line-height: 1.4; }
.pocket-bar { grid-column: 2; height: 3px; border-radius: 3px; background: rgba(255,255,255,.12); margin-top: 10px; overflow: hidden; opacity: 0; transition: opacity .25s; }
.pocket-item.is-active .pocket-bar { opacity: 1; }
.pocket-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--primary), #ff8355); border-radius: 3px; }
.pocket-stage { position: relative; min-height: 724px; display: grid; place-items: center; }
.pocket-screen { position: absolute; width: 90%; max-width: 336px; height: auto; filter: drop-shadow(0 40px 70px rgba(0,0,0,.6)); opacity: 0; transform: translateY(16px) scale(.97); transition: opacity .55s ease, transform .55s ease; pointer-events: none; }
.pocket-screen.is-active { opacity: 1; transform: none; pointer-events: auto; }
.pocket-chips { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.pocket-chip { position: absolute; display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 13px; box-shadow: 0 18px 40px rgba(0,0,0,.34); padding: 10px 13px; white-space: nowrap; opacity: 0; transform: translateY(12px) scale(.94); transition: opacity .28s ease, transform .28s cubic-bezier(.2,.8,.2,1); }
.pocket-chip .ci { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; flex: none; }
.pocket-chip .ci svg { width: 16px; height: 16px; }
.pocket-chip .ci-orange { background: #fdeee8; color: var(--primary); }
.pocket-chip .ci-green { background: #e9f8f1; color: var(--green-dark); }
.pocket-chip .ci-blue { background: #e8f0fe; color: var(--blue); }
.pocket-chip.pc1 { top: 4%; left: -6%; }
.pocket-chip.pc2 { top: 20%; right: -7%; }
.pocket-chip.pc3 { top: 50%; left: -8%; }
.pocket-chip.pc4 { top: 64%; right: -6%; }
.pocket-chip.pc5 { bottom: 4%; left: -2%; }
.pocket-stage.chips-on .pocket-chip { opacity: 1; transform: none; }
.pocket-stage.chips-on .pocket-chip.pc1 { transition-delay: .12s; }
.pocket-stage.chips-on .pocket-chip.pc2 { transition-delay: .32s; }
.pocket-stage.chips-on .pocket-chip.pc3 { transition-delay: .52s; }
.pocket-stage.chips-on .pocket-chip.pc4 { transition-delay: .72s; }
.pocket-stage.chips-on .pocket-chip.pc5 { transition-delay: .92s; }
@media (prefers-reduced-motion: reduce) { .pocket-chip { transition: none; } }
@media (max-width: 820px) {
  /* flatten the copy column so the phone can sit right under the "See the app" button,
     and the 4 steps can become a slider */
  .pocket { display: flex; flex-direction: column; align-items: stretch; gap: 16px; }
  .pocket .split-copy { display: contents; }
  .pocket .eyebrow { order: 0; margin-bottom: 0; }
  .pocket .section-title { order: 1; margin-bottom: 0; }
  .pocket .section-title .subline { margin-top: 6px; }
  .pocket .lead { order: 2; }
  .pocket-more { order: 3; display: inline-flex; align-self: flex-start; align-items: center; gap: 6px; margin: 0; padding: 6px 0; background: none; border: none; color: #ffb59b; font-family: var(--font); font-weight: 700; font-size: 14px; cursor: pointer; }
  .pocket-more .pm-ic { font-size: 11px; transition: transform .2s; }
  .pocket.stage-open .pocket-more .pm-ic { transform: rotate(180deg); }
  .pocket-stage { order: 4; min-height: 0; display: none; margin: 0 auto; position: relative; text-align: center; }
  .pocket.stage-open .pocket-stage { display: block; }
  .pocket-screen { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 264px; max-width: 84%; height: auto; transform: translateY(16px) scale(.97); }
  .pocket-screen.is-active { position: relative; transform: none; }
  .pocket-list-vp { order: 5; overflow: hidden; min-width: 0; max-width: 100%; align-self: stretch; box-sizing: border-box; padding: 2px; margin: 0 -2px; }
  .pocket-list { display: flex; flex-wrap: nowrap; gap: 0; margin: 0; transform: translateX(0); transition: transform .42s ease; cursor: grab; touch-action: pan-y; }
  .pocket-list.dragging { transition: none; cursor: grabbing; }
  .pocket-item { flex: 0 0 100%; }
  .pocket-nav { order: 6; display: flex; align-items: center; justify-content: center; gap: 16px; margin: 0; }
  .msplit-stats { order: 7; min-width: 0; max-width: 100%; margin: 0; }
  .pocket .btn.btn-lg { order: 8; }
  .pocket-chip.pc1, .pocket-chip.pc3, .pocket-chip.pc5 { left: -1%; }
  .pocket-chip.pc2, .pocket-chip.pc4 { right: -1%; }
}
@media (prefers-reduced-motion: reduce) { .pocket-screen { transition: none; } }

/* ------- Reviews slider (generic social proof: Google / Trustpilot / app stores) ------- */
.reviews-media { background: none; border: none; box-shadow: none; padding: 0; min-width: 0; }
.reviews-widget { display: flex; flex-direction: column; gap: 16px; width: 100%; min-width: 0; max-width: 100%; }
.reviews-source { font-size: 13px; font-weight: 800; letter-spacing: .02em; color: var(--heading); margin-bottom: 8px; }
.reviews-head .rw-stars { display: inline-flex; gap: 2px; }
.rw-stars span { color: #fbbc04; font-size: 22px; line-height: 1; }
.reviews-score { font-size: 15.5px; color: var(--text); margin-top: 6px; }
.reviews-score b { color: var(--heading); font-weight: 800; }
.reviews-based { font-size: 13px; color: var(--muted); margin-top: 2px; }
.reviews-vp { overflow: hidden; padding: 5px 0; min-width: 0; max-width: 100%; }
.reviews-list { display: flex; flex-wrap: nowrap; gap: 0; min-width: 0; transform: translateX(0); transition: transform .42s ease; cursor: grab; touch-action: pan-y; }
.reviews-list.dragging { transition: none; cursor: grabbing; }
.reviews-nav { display: flex; margin-top: 0; }
.review-card { flex: 0 0 100%; max-width: 100%; box-sizing: border-box; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 16px 18px; box-shadow: var(--shadow-sm); }
.rc-stars { display: inline-flex; gap: 1px; margin-bottom: 10px; }
.rc-stars span { color: #fbbc04; font-size: 15px; line-height: 1; }
.review-body { font-size: 14.5px; color: var(--text); line-height: 1.55; }
.review-meta { display: flex; align-items: center; gap: 11px; margin-top: 14px; }
.review-avatar { width: 36px; height: 36px; flex: none; border-radius: 50%; background: linear-gradient(135deg, var(--primary), #ff8355); color: #fff; font-weight: 700; font-size: 13px; display: grid; place-items: center; }
.rm-tx b { display: block; font-size: 14px; color: var(--heading); font-weight: 700; }
.rm-tx small { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; color: var(--muted); margin-top: 1px; }
.rm-tx small svg { width: 13px; height: 13px; color: #34a853; }

/* ------- Comparison table (premium) ------- */
.cmp-hint { display: none; }
.cmp-wrap { position: relative; overflow-x: auto; overflow-y: auto; max-height: 80vh; border-radius: var(--radius-lg); border: 1px solid var(--border); background: #fff; box-shadow: var(--shadow); -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: var(--primary) rgba(16,24,40,.05); }
.cmp-wrap::-webkit-scrollbar { width: 8px; height: 8px; }
.cmp-wrap::-webkit-scrollbar-track { background: rgba(16,24,40,.04); border-radius: 999px; }
.cmp-wrap::-webkit-scrollbar-thumb { background: linear-gradient(var(--primary), var(--primary-dark)); border-radius: 999px; border: 2px solid transparent; background-clip: padding-box; }
.cmp-wrap::-webkit-scrollbar-thumb:hover { background: var(--primary-dark); border: 0; }
.cmp-wrap::-webkit-scrollbar-corner { background: transparent; }
/* cap height + enable vertical scroll (with sticky header) only once full comparison is expanded */
.cmp-wrap:has(table.cmp.is-expanded) { overflow-y: auto; max-height: 80vh; }
table.cmp { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 900px; background: transparent; }
table.cmp th, table.cmp td { padding: 15px 18px; text-align: center; vertical-align: middle; }
table.cmp thead th:first-child, table.cmp tbody th { text-align: left; }

/* header row (sticky on scroll, desktop + responsive) */
table.cmp thead th { position: sticky; top: 0; z-index: 3; font-size: 15px; font-weight: 700; color: var(--heading); background: var(--primary-soft); border-bottom: 1px solid #f4d9cd; padding-top: 18px; padding-bottom: 18px; }
table.cmp thead th.cmp-caph { font-size: 11.5px; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); font-weight: 800; }

/* body */
table.cmp tbody th { font-weight: 700; color: var(--heading); font-size: 14.5px; }
.cmp-desc { display: block; margin-top: 3px; font-size: 12px; font-weight: 400; color: var(--muted); line-height: 1.35; max-width: 300px; }
table.cmp tbody td { font-size: 14px; color: var(--text); }
table.cmp tbody th, table.cmp tbody td { border-bottom: 1px solid var(--border); transition: background .15s ease; }
.cmp-price tr th, .cmp-price tr td { border-bottom: none; }
table.cmp tbody tr:hover th, table.cmp tbody tr:hover td { background: #fafbfc; }
table.cmp tbody tr.cmp-group:hover th, table.cmp tbody tr.cmp-group:hover td { background: var(--primary-soft); }

/* highlighted WP Tailwatch column */
table.cmp thead th.us { color: #fff; background: linear-gradient(165deg, var(--primary), var(--primary-dark)); border-bottom: none; box-shadow: inset 0 0 0 1px rgba(var(--primary-rgb), .35); }
.cmp-ustop { display: inline-flex; align-items: center; gap: 8px; font-size: 15.5px; font-weight: 800; }
.cmp-ush { width: 19px; height: 19px; }
.cmp-badge { display: inline-block; margin-left: 7px; padding: 2px 8px; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: #fff; background: rgba(255,255,255,.2); border-radius: var(--radius-pill); vertical-align: middle; }
table.cmp tbody td.us { background: var(--primary-soft); box-shadow: inset 1px 0 0 rgba(var(--primary-rgb), .16), inset -1px 0 0 rgba(var(--primary-rgb), .16); }
table.cmp tbody tr:hover td.us { background: #fbe4da; }
.cmp-price tr td.us { box-shadow: inset 1px 0 0 rgba(var(--primary-rgb), .16), inset -1px 0 0 rgba(var(--primary-rgb), .16), inset 0 -1px 0 rgba(var(--primary-rgb), .16); }

/* status icon chips */
.ci { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; flex: none; }
.cis { width: 14px; height: 14px; }
.ci.yes { background: var(--green-soft); color: var(--green-dark); }
.ci.no  { background: #eef0f2; color: #b3b9c2; }
.ci.mid { background: #fbeccd; color: #bd8318; }
.us .ci.yes { background: var(--green-soft); color: var(--green-dark); }
.ci.soon { background: #fdeee8; color: var(--primary); }
.us .ci.soon { background: #fff; color: var(--primary); box-shadow: 0 1px 3px rgba(var(--primary-rgb), .18); }

/* qualifier text under the icon */
.cq { display: block; margin-top: 6px; font-size: 12px; font-style: normal; color: var(--muted); line-height: 1.3; }
.us .cq { color: var(--primary-dark); font-weight: 700; }

/* pricing row */
.cmp-price td, .cmp-price th { font-size: 14px; font-weight: 700; color: var(--heading); }
.cmp-price td { color: var(--text); }
.cmp-price td.us { color: var(--primary-dark); font-weight: 800; }
.cmp-price .cq { font-weight: 600; }

/* expandable full-feature section */
.cmp-more { display: table-row-group; }
table.cmp.is-expanded .cmp-more { display: table-row-group; }
.cmp-group th, .cmp-group td { background: var(--primary-soft); }
.cmp-group th { padding-top: 15px; padding-bottom: 9px; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: var(--primary-dark); font-weight: 800; }
.cmp-morebar { text-align: center; margin-top: 18px; }
.cmp-toggle { display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; background: #fff; border: 1px solid var(--border-2); border-radius: var(--radius-pill); color: var(--heading); font-family: var(--font); font-weight: 700; font-size: 14.5px; cursor: pointer; transition: border-color .2s, color .2s, transform .2s, box-shadow .2s; }
.cmp-toggle:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.cmp-toggle .ct-ic { font-size: 11px; transition: transform .2s; }
.cmp-toggle[aria-expanded="true"] .ct-ic { transform: rotate(180deg); }

/* legend */
.cmp-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin-top: 20px; }
.cmp-legend span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); font-weight: 600; }
.cmp-legend .ci { width: 22px; height: 22px; }
.cmp-legend .cis { width: 12px; height: 12px; }
.cmp-foot { font-size: 12.5px; color: var(--muted); margin-top: 16px; max-width: 760px; margin-left: auto; margin-right: auto; }
.cmp-seeall { display: inline-flex; align-items: center; gap: 6px; font-size: 14.5px; font-weight: 700; color: var(--primary); text-decoration: none; }
.cmp-seeall:hover { color: var(--primary-dark); text-decoration: underline; }
.cmp-seeall .arrow { transition: transform .2s ease; }
.cmp-seeall:hover .arrow { transform: translateX(3px); }
/* category comparison variant: WP Tailwatch vs Traditional plugins (2 descriptive columns) */
table.cmp.cmp-vs { min-width: 640px; }
table.cmp.cmp-vs th, table.cmp.cmp-vs td { text-align: left; vertical-align: top; }
table.cmp.cmp-vs thead th { vertical-align: middle; padding-top: 16px; padding-bottom: 16px; }
table.cmp.cmp-vs thead th.us .cmp-ustop { margin: 0; }
table.cmp.cmp-vs th:first-child { border-right: 1px solid var(--border); }
table.cmp.cmp-vs tbody th { width: 22%; }
table.cmp.cmp-vs tbody td { width: 39%; }
.vs-cell { display: flex; align-items: flex-start; gap: 10px; }
.vs-cell .ci { flex: none; margin-top: 2px; }
.vs-txt b { display: block; font-size: 14.5px; font-weight: 700; color: var(--heading); line-height: 1.3; }
.vs-note { display: block; font-size: 12.5px; font-weight: 400; color: var(--muted); line-height: 1.45; margin-top: 3px; }
.ci.vs-neg { background: #eef1f4; color: #98a0ab; box-shadow: none; }
table.cmp.cmp-vs td:not(.us) .vs-txt b { color: var(--text); }
/* framing metrics above the vs chart */
.vs-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 840px; margin: 0 auto 40px; }
.vs-metric { position: relative; text-align: center; padding: 26px 20px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.vs-metric::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--primary), #ff9156); transform: scaleX(0); transition: transform .22s ease; }
.vs-metric:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(16,24,40,.10); border-color: transparent; }
.vs-metric:hover::before { transform: scaleX(1); }
.vs-metric-ic { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 13px; border-radius: 13px; background: var(--primary-soft); color: var(--primary); transition: transform .18s ease; }
.vs-metric-ic svg { width: 22px; height: 22px; }
.vs-metric:hover .vs-metric-ic { transform: scale(1.08); }
.vs-metric b { display: block; font-size: clamp(24px, 3.1vw, 31px); font-weight: 800; line-height: 1.1; letter-spacing: -.02em; background: linear-gradient(100deg, var(--primary) 0%, #ff9156 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.vs-metric span { display: block; margin-top: 8px; font-size: 13px; color: var(--muted); line-height: 1.45; }
/* risk-reversal card below the vs chart */
.vs-riskcard { position: relative; max-width: 740px; margin: 44px auto 0; text-align: center; padding: 40px 36px; border-radius: var(--radius-lg); background: linear-gradient(165deg, var(--primary-soft) 0%, #fff 72%); border: 1px solid #f4d9cd; box-shadow: 0 22px 55px rgba(240,81,35,.09); overflow: hidden; }
.vs-riskcard::before { content: ""; position: absolute; top: -70px; right: -70px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(240,81,35,.12), transparent 70%); pointer-events: none; }
.vs-riskcard > * { position: relative; }
.vs-riskcard .btn-primary { box-shadow: 0 10px 24px rgba(240,81,35,.25); }
.vs-riskcard h3 { font-size: clamp(20px, 2.6vw, 26px); font-weight: 700; color: var(--heading); line-height: 1.25; margin-bottom: 12px; }
.vs-riskcard p { font-size: 15.5px; color: var(--text); line-height: 1.6; max-width: 600px; margin: 0 auto 22px; }
.vs-badge { display: inline-block; margin-bottom: 14px; padding: 6px 14px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--green-dark); background: var(--green-soft); border: 1px solid #bfe6d8; border-radius: var(--radius-pill); }
.vs-riskcard .assurance { justify-content: center; margin-top: 20px; }
.vs-metric-clone { display: none; }
@media (max-width: 820px) {
  /* metrics auto-slide marquee (same behaviour as the trust band) */
  .vs-metrics { display: flex; flex-wrap: nowrap; grid-template-columns: none; gap: 0; max-width: none; margin-bottom: 36px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -ms-overflow-style: none; cursor: grab; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
  .vs-metrics::-webkit-scrollbar { display: none; width: 0; height: 0; }
  .vs-metrics.dragging { cursor: grabbing; }
  .vs-metric { flex: 0 0 auto; width: 232px; margin-right: 14px; user-select: none; }
  .vs-metric-clone { display: block; }
  /* the sliding strip clips a vertical lift, so keep cards flat here (they slide instead of lifting) */
  .vs-metric:hover { transform: none; box-shadow: none; border-color: var(--border); }
  .vs-metric:hover::before { transform: scaleX(0); }
  .vs-metric:hover .vs-metric-ic { transform: none; }
}
@media (max-width: 640px) {
  /* CTA card responsive formatting: smaller, single-line button with balanced line-height */
  .vs-riskcard { padding: 26px 20px; }
  .vs-riskcard h3 { font-size: 20px; }
  .vs-riskcard p { font-size: 14.5px; }
  .vs-riskcard .btn-lg { width: auto; max-width: 100%; font-size: 13.5px; padding: 11px 18px; line-height: 1.35; }
  .vs-riskcard .assurance { flex-direction: column; align-items: center; gap: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .vs-metrics { overflow-x: hidden; flex-wrap: wrap; justify-content: center; }
  .vs-metric { margin-right: 0; }
  .vs-metric-clone { display: none; }
}
/* trim the top space above the comparison section (desktop + responsive) */
/* cmp-section uses standard .section padding for balanced rhythm */
/* homepage pricing card feature checklist + save tag */
.pc-feats { list-style: none; margin: 12px auto 0; padding: 0; max-width: 244px; text-align: left; display: grid; gap: 9px; }
.pc-feats li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: var(--text); line-height: 1.4; }
.pc-feats li svg { width: 17px; height: 17px; flex: none; color: var(--green-dark); margin-top: 1px; }
.save-tag { display: inline-block; margin-left: 4px; padding: 2px 8px; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--green-dark); background: var(--green-soft); border-radius: 999px; white-space: nowrap; }

/* ------- AEO direct-answer block ------- */
.answer-block {
  background: linear-gradient(165deg, var(--green-soft), #fff); border: 1px solid #b9e8db;
  border-left: 5px solid var(--green-dark); border-radius: var(--radius); padding: 22px 24px; margin: 0 0 8px;
}
.answer-block .ab-label { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--green-dark); margin-bottom: 7px; }
.answer-block p { font-size: 17.5px; color: var(--heading); font-weight: 600; line-height: 1.6; }

/* ------- Stat / source ------- */
.stat-cite { font-size: 13px; color: var(--muted); margin-top: 6px; }
.stat-cite a { color: var(--blue); text-decoration: underline; }

/* ------- Pricing ------- */
.billing-toggle { display: inline-flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--border); padding: 7px; border-radius: var(--radius-pill); box-shadow: var(--shadow-sm); }
.billing-toggle button { border: none; background: none; font-family: var(--font); font-weight: 700; font-size: 15px; color: var(--text); padding: 10px 22px; border-radius: var(--radius-pill); cursor: pointer; transition: .2s; }
.billing-toggle button.active { background: var(--primary); color: #fff; box-shadow: var(--shadow-primary); }
.save-flag { font-size: 12.5px; font-weight: 700; color: var(--green-dark); background: var(--green-soft); padding: 4px 10px; border-radius: var(--radius-pill); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; display: flex; flex-direction: column; position: relative; }
.price-card.featured { border: 2px solid var(--primary); box-shadow: var(--shadow-lg); }
.price-card .tag-best { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--primary); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 6px 16px; border-radius: var(--radius-pill); }
.price-card h2 { font-size: 22px; margin-bottom: 4px; }
.price-card .plan-for { font-size: 14px; color: var(--muted); min-height: 40px; }
.price-amount { display: flex; align-items: baseline; gap: 6px; margin: 14px 0 4px; }
.price-amount .amt { font-size: 44px; font-weight: 800; color: var(--heading); letter-spacing: -.03em; }
.price-amount .per { font-size: 15px; color: var(--muted); font-weight: 600; }
.price-note { font-size: 13.5px; color: var(--green-dark); font-weight: 600; min-height: 20px; }
.price-card .divider { height: 1px; background: var(--border); margin: 22px 0; }
.price-card ul.plan-feats { display: grid; gap: 11px; margin-bottom: 26px; }
.plan-feats li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; }
.plan-feats li svg { width: 19px; height: 19px; color: var(--green-dark); flex: none; margin-top: 2px; }
.price-card .btn { margin-top: auto; }
.vol-table-wrap { overflow-x: auto; }
table.vol { width: 100%; border-collapse: collapse; min-width: 460px; background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
table.vol th, table.vol td { padding: 13px 18px; border-bottom: 1px solid var(--border); text-align: left; font-size: 15px; }
table.vol thead th { background: var(--dark); color: #fff; font-weight: 700; }
table.vol tbody tr:nth-child(even) { background: var(--bg-grey); }
table.vol td:last-child { font-weight: 800; color: var(--primary); }

/* ------- FAQ ------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 14px; background: #fff; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; font-family: var(--font); font-weight: 700; font-size: 17px; color: var(--heading); padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .chev { flex: none; transition: transform .25s; color: var(--primary); font-size: 22px; line-height: 1; }
.faq-item.open .faq-q .chev { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 22px 20px; font-size: 16px; }

/* ------- CTA band ------- */
.cta-band { background: linear-gradient(135deg, var(--dark) 0%, #243049 100%); border-radius: var(--radius-lg); padding: 56px 48px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; width: 420px; height: 420px; background: radial-gradient(circle, rgba(var(--primary-rgb), .35), transparent 70%); top: -160px; right: -120px; }
.cta-band h2 { color: #fff; font-size: clamp(26px, 3.6vw, 38px); margin-bottom: 14px; position: relative; }
.cta-band p { color: #fff; font-size: 18px; max-width: 560px; margin: 0 auto 26px; position: relative; }
.cta-band .hero-actions { justify-content: center; position: relative; }

/* ------- Breadcrumb ------- */
.crumbs { font-size: 13.5px; color: var(--muted); padding-top: 18px; }
.crumbs a:hover { color: var(--primary); }
.crumbs span { margin: 0 7px; }
@media (max-width: 640px) { .crumbs { padding-top: 10px; font-size: 12.5px; } }

/* ------- Article (comparison body) ------- */
.article { max-width: 820px; margin: 0 auto; }
.article h2 { font-size: 28px; margin: 40px 0 14px; }
.article h3 { font-size: 21px; margin: 28px 0 10px; }
.article p { margin-bottom: 16px; font-size: 17px; }
.article p.policy-date { margin: 2px 0; }
.article ul:not(.checks):not(.assurance) { margin: 0 0 18px 22px; list-style: disc; }
.article ul li { margin-bottom: 8px; }
.article .meta-updated { font-size: 13.5px; color: var(--muted); margin-bottom: 22px; }
/* marketing section-head titles inside articles keep the standard section-title scale + balanced rhythm (not the flat article-prose h2 style) */
.article h2.section-title { font-size: clamp(28px, 4vw, 42px); margin-bottom: 16px; }
.article .eyebrow + h1, .article .eyebrow + h2 { margin-top: 0; }

/* ------- Footer ------- */
.site-footer { background: var(--dark); color: #aeb7c7; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.site-footer .brand { color: #fff; margin-bottom: 14px; }
.site-footer p { font-size: 14.5px; max-width: 300px; }
.footer-col h3 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 14.5px; padding: 6px 0; color: #aeb7c7; transition: color .15s; }
.footer-col a:hover { color: var(--primary); }
.footer-toggle { display: none; }
@media (max-width: 640px) {
  .footer-collapsible { display: none; }
  .site-footer.footer-open .footer-collapsible { display: block; }
  .footer-toggle { display: inline-flex; align-items: center; gap: 6px; margin: 4px 0; padding: 8px 0; background: none; border: none; color: #ffb59b; font-family: var(--font); font-weight: 700; font-size: 14px; cursor: pointer; }
  .footer-toggle .ft-ic { font-size: 11px; transition: transform .2s; }
  .site-footer.footer-open .footer-toggle .ft-ic { transform: rotate(180deg); }
}
.footer-store { display: flex; gap: 10px; margin-top: 18px; }
.footer-store img { height: 30px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; font-size: 13.5px; }
.footer-social { display: flex; gap: 14px; }
.footer-social a { color: #aeb7c7; } .footer-social a:hover { color: #fff; }
.footer-legal { font-size: 12.5px; color: #6b7280; }

/* ------- Utilities ------- */
.mt-0{margin-top:0}.mt-2{margin-top:18px}.mt-3{margin-top:26px}.mb-0{margin-bottom:0}
.text-primary{color:var(--primary)}
.hide-mobile{display:initial}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 460px; }
  .split, .split.reverse .split-media { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .price-card.featured { order: -1; }
}
@media (max-width: 1000px) {
  /* Collapse to logo + hamburger before the nav can overflow and cut off links (Best Plugins, Roadmap) */
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .site-header.open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .site-header.open .nav-toggle span:nth-child(2) { opacity: 0; }
  .site-header.open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .site-header.open .nav-links {
    display: flex; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column;
    background: #fff; padding: 8px 18px 20px; gap: 0; border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-lg); max-height: calc(100vh - 72px); overflow-y: auto;
  }
  .site-header.open .nav-links .nav-item { display: block; width: 100%; }
  .site-header.open .nav-links > a:not(.nav-cta-mobile),
  .site-header.open .nav-links .nav-item > a {
    display: block; width: 100%; padding: 15px 6px; font-size: 16px; font-weight: 600;
    color: var(--heading); border-bottom: 1px solid var(--border);
  }
  .site-header.open .nav-links > a:not(.nav-cta-mobile):hover,
  .site-header.open .nav-links .nav-item > a:hover { color: var(--primary); }
  .site-header.open .nav-links .nav-cta-mobile { display: flex; justify-content: center; width: 100%; margin-top: 16px; color: #fff; }
}
@media (max-width: 820px) {
  .grid-3, .grid-2, .feature-list, .steps, .pillars { grid-template-columns: 1fr; }
  .chaos { grid-template-columns: 1fr; }
  .chaos-arrow { transform: rotate(90deg); margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 58px 0; }
  .cta-band { padding: 42px 24px; }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn, .cta-band .btn { width: 100%; }
  .trust-sep { display: none; }
  .store-badges img { height: 42px; }
}

/* ==========================================================================
   Mobile-specific layouts (desktop above 820px is unchanged)
   ========================================================================== */
html { overflow-x: clip; }
img, video, canvas { max-width: 100%; height: auto; }

@media (max-width: 820px) {
  /* Say goodbye to plugin chaos: compact top-to-bottom flow. The list shows ~3 items and
     features stream down the dotted path into WP Tailwatch. */
  .funnel { gap: 62px; }
  .funnel-marquee { height: 138px; }            /* ~3 items visible */
  .mchip { font-size: 11px; padding: 5px 10px; border-radius: 7px; }
  .funnel-source { padding: 16px 16px 14px; }
  .funnel-source h3, .funnel-target h3 { font-size: 16px; }
  .funnel-desc { font-size: 12.5px; margin-bottom: 12px; }
  /* logo first (tokens land here), then the title + description read below it */
  .funnel-target { padding: 18px 16px; display: flex; flex-direction: column; }
  .funnel-target .funnel-logo { order: -1; width: 60px; height: 60px; margin: 0 auto 12px; border-radius: 16px; }
  .funnel-logo img { width: 36px; }
  .funnel-brand b { font-size: 15.5px; }
  .funnel-brand span { font-size: 11.5px; }
  .funnel-target .chaos-meter { margin: 16px 0 22px; }
  .chaos-num { font-size: 32px; }
  .chaos-meter-label { font-size: 12.5px; }
  .funnel-target .btn { padding: 11px 16px; font-size: 13px; margin-top: 4px; }
  .ftoken { font-size: 12px; padding: 6px 11px; box-shadow: 0 8px 20px -6px rgba(240,81,35,.42); }

  /* Security in your pocket: fewer, tidier chips so they don't crowd the phone */
  .pocket-chip.pc2, .pocket-chip.pc4 { display: none; }
  .pocket-chip.pc1 { top: 2%; left: 0; }
  .pocket-chip.pc3 { top: 45%; left: 0; }
  .pocket-chip.pc5 { bottom: 2%; left: 0; }
  .pocket-list { margin-top: 18px; }

  /* Protected in three steps: keep the vertical stepper, phone stage below */
  .tour { gap: 26px; }
}

@media (max-width: 640px) {
  /* Hero */
  .hero { padding: 40px 0 46px; }
  .hero h1 { font-size: clamp(27px, 8.4vw, 40px); line-height: 1.1; letter-spacing: -.02em; }
  .hero p.sub { font-size: 16.5px; margin-bottom: 22px; }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { margin-top: 12px; }

  /* Buttons: decent, not oversized, on phones; allow long labels to wrap instead of cutting off */
  .btn { padding: 11px 18px; font-size: 13.5px; white-space: normal; text-align: center; }
  .btn-lg { padding: 12px 20px; font-size: 13.5px; }
  .btn svg, .btn .arrow svg { width: 16px; height: 16px; }

  /* Smaller hero video play button */
  .play-btn { width: 56px; height: 56px; }
  .play-btn svg { width: 21px; height: 21px; margin-left: 3px; }
  .play-btn::before { inset: -9px; border-width: 1.5px; }

  /* Smaller app store / play store badges */
  .store-badges { gap: 10px; }
  .store-badges img { height: 36px; }
  .footer-store img { height: 26px; }

  /* Section rhythm + headings */
  .section { padding: 44px 0; }
  h2.section-title { font-size: clamp(25px, 7vw, 34px); }
  h1 { font-size: clamp(28px, 6vw, 38px); }
  .group-title { font-size: 20px; }
  /* founder quote: smaller but still easy to read */
  .section-soft .lead { font-size: 14.5px; line-height: 1.6; }

  /* Eyebrow pills: smaller so long labels fit; balance + center any wrap */
  .eyebrow { font-size: 10.5px; letter-spacing: .05em; padding: 6px 12px; line-height: 1.4; text-align: center; text-wrap: balance; }

  /* Comparison / price table: tighter cells + horizontal swipe, sticky capability column */
  .cmp-hint { display: block; text-align: right; font-size: 12px; font-weight: 700; color: var(--muted); margin: 0 2px 10px; }
  .cmp-hint span { color: var(--primary); }
  .cmp-wrap { -webkit-overflow-scrolling: touch; border-radius: var(--radius); }
  table.cmp { min-width: 680px; }
  table.cmp th, table.cmp td { padding: 12px 11px; }
  table.cmp thead th { font-size: 13px; }
  table.cmp thead th.cmp-caph { font-size: 10px; }
  table.cmp tbody th { font-size: 12.5px; }
  table.cmp tbody td { font-size: 13px; }
  table.cmp thead th:first-child, table.cmp tbody th { position: sticky; left: 0; z-index: 1; background: #fff; box-shadow: 1px 0 0 var(--border); }
  table.cmp thead th.cmp-caph { background: var(--primary-soft); z-index: 5; }
  table.cmp tbody tr:hover th { background: #fafbfc; }
  .cmp-ustop { font-size: 14px; }
  .cq { font-size: 11px; margin-top: 5px; }
  .ci { width: 24px; height: 24px; }
  .cmp-legend { gap: 8px 16px; }
  .cmp-legend span { font-size: 12px; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================================
   Responsive typography scale (design system) — see docs/design-principles.md
   Roles step down together at 820px (tablet) and 640px (mobile).
   ========================================================================== */
@media (max-width: 820px) {
  body { font-size: 16px; }
  .lead, .section-soft .lead { font-size: 17px; line-height: 1.6; }
  .section-head p { font-size: 16px; }
  .card p, .step p, .faq-a p, .why-card p, .notice-body p { font-size: 15px; }
  .faq-q { font-size: 16px; }
  .cq { font-size: 11.5px; }
}
@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .hero h1 { font-size: clamp(28px, 8vw, 38px); }
  h2.section-title { font-size: clamp(24px, 6.6vw, 31px); }
  h1 { font-size: clamp(26px, 7.4vw, 34px); }
  .group-title { font-size: 18px; }
  .lead, .section-soft .lead { font-size: 15.5px; line-height: 1.6; }
  .section-head p { font-size: 15px; }
  .card p, .step p, .faq-a p, .why-card p, .notice-body p { font-size: 14.5px; }
  .faq-q { font-size: 15.5px; }
  .cq { font-size: 11px; }
  .eyebrow { font-size: 10.5px; }
}

/* App Store badge: iOS coming soon (non-clickable, dimmed, pill) */
.store-soon{position:relative;display:inline-block;cursor:default;vertical-align:middle}
.store-soon img{display:block}
.store-soon em{position:absolute;top:-7px;right:-7px;background:var(--primary);color:#fff;font-size:9px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;padding:2px 6px;border-radius:999px;font-style:normal;white-space:nowrap;line-height:1.2}

/* ===== Pricing calculator (pricing page) ===== */
.pc-calc{max-width:1120px;margin:0 auto}
.pc-billing{margin-bottom:20px}
.pc-count{max-width:560px;margin:0 auto}
.pc-slider-wrap{position:relative;padding:36px 4px 34px}
.pc-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:999px;background:linear-gradient(to right,var(--primary) 2%,#e5e7eb 2%);outline:none;cursor:pointer}
.pc-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--primary);border:3px solid #fff;box-shadow:0 2px 7px rgba(0,0,0,.28);cursor:grab}
.pc-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--primary);border:3px solid #fff;box-shadow:0 2px 7px rgba(0,0,0,.28);cursor:grab}
.pc-slider:active::-webkit-slider-thumb{cursor:grabbing}
.pc-bubble{position:absolute;transform:translateX(-50%);white-space:nowrap;font-size:12.5px;font-weight:800;padding:4px 11px;border-radius:8px;pointer-events:none;z-index:2}
.pc-bubble-n{top:2px;background:var(--primary);color:#fff}
.pc-bubble-price{bottom:2px;background:var(--heading);color:#fff}
.pc-bubble::after{content:"";position:absolute;left:50%;transform:translateX(-50%);border:5px solid transparent}
.pc-bubble-n::after{top:100%;border-top-color:var(--primary)}
.pc-bubble-price::after{bottom:100%;border-bottom-color:var(--heading)}
.pc-stepper{display:flex;align-items:center;justify-content:center;max-width:290px;margin:0 auto;border:1.5px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}
.pc-step-lbl{font-size:13.5px;font-weight:700;color:var(--muted);padding:0 14px;flex:1;text-align:left}
.pc-step-btn{width:44px;height:44px;border:none;background:transparent;font-size:20px;font-weight:700;color:var(--heading);cursor:pointer;line-height:1}
.pc-step-btn:hover{background:#f5f6f8}
.pc-step-input{width:58px;height:44px;border:none;border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);text-align:center;font-size:15px;font-weight:800;color:var(--heading);-moz-appearance:textfield}
.pc-step-input::-webkit-outer-spin-button,.pc-step-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.pc-billing-note{font-size:13px;color:var(--muted);margin:16px auto 32px;max-width:560px}

.pc-cards{align-items:stretch}
.pc-card{position:relative;display:flex;flex-direction:column;text-align:left;padding-top:28px}
.pc-card.is-active{border-color:var(--primary);box-shadow:0 12px 36px rgba(240,81,35,.16)}
.pc-check{position:absolute;top:-12px;right:-12px;width:30px;height:30px;border-radius:50%;background:var(--primary);color:#fff;display:none;align-items:center;justify-content:center;z-index:2}
.pc-card.is-active .pc-check{display:flex}
.pc-save{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--green-dark);color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em;padding:5px 13px;border-radius:999px;white-space:nowrap;z-index:2}
.pc-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}
.pc-head h3{margin:0;font-size:21px}
.pc-range{font-size:11px;font-weight:800;color:var(--primary);background:rgba(240,81,35,.1);padding:4px 10px;border-radius:999px;white-space:nowrap}
.pc-desc{font-size:13px;color:var(--muted);line-height:1.5;margin:0 0 15px}
.pc-price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:5px}
.pc-strike{color:var(--muted);text-decoration:line-through;font-size:18px;font-weight:700}
.pc-strike:empty{display:none}
.pc-amt{font-size:38px;font-weight:800;color:var(--heading);letter-spacing:-.02em;line-height:1}
.pc-per{font-size:14px;color:var(--muted);font-weight:600}
.pc-best{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--primary);padding:3px 8px;border-radius:999px;align-self:center}
.pc-sub{display:flex;flex-direction:column;gap:2px;margin-bottom:9px}
.pc-yr{font-size:12.5px;color:var(--muted)}
.pc-off{font-size:12.5px;font-weight:800;color:var(--green-dark)}
.pc-for{font-size:12.5px;color:var(--muted);margin-bottom:15px}
.pc-for b{color:var(--heading)}
.pc-vol{border:1px solid var(--border);border-radius:12px;padding:11px 13px;margin-bottom:15px;background:#f8f9fb}
.pc-vol-h{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);display:flex;justify-content:space-between;margin-bottom:7px}
.pc-vol-h span{font-weight:700}
.pc-vol-row{display:flex;justify-content:space-between;font-size:13px;padding:3px 0;color:var(--text)}
.pc-vol-row b{color:var(--heading)}
.pc-vol-row.is-band{color:var(--primary);font-weight:800}
.pc-vol-row.is-band b{color:var(--primary)}
.pc-divider{height:1px;background:var(--border);margin:0 0 15px}
.pc-card .pc-feats{margin:0 0 6px;max-width:none;width:100%}
.pc-feats li .pc-tip{position:relative;flex:none;width:15px;height:15px;border-radius:50%;border:1.4px solid var(--border);background:transparent;color:var(--muted);font-size:9px;font-weight:800;line-height:1;cursor:help;margin-top:1px;padding:0;display:inline-flex;align-items:center;justify-content:center}
.pc-tip::after{content:attr(data-tip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);width:186px;background:var(--heading);color:#fff;font-size:11.5px;font-weight:500;line-height:1.4;padding:8px 10px;border-radius:8px;opacity:0;visibility:hidden;transition:opacity .12s;z-index:6;pointer-events:none}
.pc-tip:hover::after,.pc-tip:focus-visible::after{opacity:1;visibility:visible}
.pc-showmore{background:none;border:none;color:var(--primary);font-size:13px;font-weight:700;cursor:pointer;padding:5px 0;margin-bottom:16px;display:inline-flex;align-items:center;gap:5px;align-self:flex-start}
.pc-showmore:hover .pc-more-lbl{text-decoration:underline}
.pc-cta{margin-top:auto}
@media (max-width:900px){.pc-cards{grid-template-columns:1fr;max-width:460px;margin-left:auto;margin-right:auto}}

/* ===== Pricing two-column layout + order summary ===== */
.pc-layout{display:grid;gap:26px;grid-template-columns:1fr;align-items:start}
@media(min-width:1080px){.pc-layout{grid-template-columns:minmax(0,1fr) 344px}}
.pc-main{min-width:0}
.pc-summary{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
@media(min-width:1080px){.pc-summary{position:sticky;top:88px}}
.os-head{background:var(--heading);color:#fff;padding:18px 20px}
.os-title{font-size:15px;font-weight:800;margin-bottom:6px}
.os-due{font-size:30px;font-weight:800;letter-spacing:-.02em;line-height:1}
.os-duesub{font-size:12.5px;opacity:.82;margin-top:4px}
.os-body{padding:16px 18px}
.os-planbar{display:flex;justify-content:space-between;background:rgba(240,81,35,.12);color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.05em;padding:6px 10px;border-radius:7px;margin-bottom:12px}
.os-planrow{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}
.os-planrow b{display:block;font-size:15px;color:var(--heading)}
.os-planrow>div>span{font-size:12.5px;color:var(--muted)}
.os-vol{border:1px solid var(--border);border-radius:10px;padding:9px 11px;margin-bottom:14px}
.os-vol-h{display:flex;justify-content:space-between;font-size:9.5px;font-weight:800;letter-spacing:.04em;color:var(--muted);margin-bottom:6px}
.os-vol-row{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:var(--text);padding:2px 0}
.os-vol-row small{color:var(--muted)}
.os-vol-row b{color:var(--heading);font-weight:700;white-space:nowrap}
.os-lines{border-bottom:1px solid var(--border);padding-bottom:12px;margin-bottom:12px}
.os-line{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:5px 0;font-size:13px}
.os-line>div>span,.os-line>span{color:var(--text)}
.os-line small{display:block;color:var(--muted);font-size:11px;margin-top:1px}
.os-line b{color:var(--heading);white-space:nowrap}
.os-line.os-disc>span,.os-line.os-disc b{color:var(--green-dark);font-weight:800}
.os-free{margin-bottom:14px}
.os-free-h{font-size:11px;font-weight:800;color:var(--green-dark);margin-bottom:8px}
.os-free-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:4px 0;font-size:12.5px}
.os-free-name{display:flex;flex-direction:column;min-width:0}
.os-free-name>span{display:flex;align-items:center;gap:6px;color:var(--text);font-weight:600}
.os-free-name svg{width:14px;height:14px;color:var(--green-dark);flex:none}
.os-free-name small{color:var(--muted);font-size:11px;padding-left:20px}
.os-free-val{text-align:right;white-space:nowrap}
.os-free-val s{color:var(--muted);font-size:11px;display:block}
.os-free-val b{color:var(--green-dark)}
.os-totrow{display:flex;justify-content:space-between;font-size:16px;font-weight:800;color:var(--heading);margin-bottom:12px}
.os-saved{background:var(--green-soft);color:var(--green-dark);font-size:12.5px;font-weight:700;text-align:center;padding:9px;border-radius:9px;margin-bottom:14px}
.os-couponwrap{margin-bottom:12px}
.os-coupon{display:flex;gap:8px}
.os-coupon input{flex:1;min-width:0;border:1.5px solid var(--border);border-radius:9px;padding:9px 11px;font-size:13px;font-family:inherit}
.os-coupon input:focus{outline:none;border-color:var(--primary)}
.os-apply{background:var(--heading);color:#fff;padding:9px 18px;font-size:13px;font-weight:700;cursor:pointer;border-radius:9px}
.os-apply:hover{opacity:.9}
.os-apply:disabled{opacity:.6;cursor:default}
.os-coupon-msg{margin:8px 2px 0;font-size:12px;font-weight:600;color:#d64542}
.os-coupon-msg.is-ok{color:var(--green-dark)}
.os-coupon-tag{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--green-soft);border-radius:9px;padding:10px 12px}
.os-coupon-tagl{display:flex;align-items:center;gap:8px;color:var(--green-dark);font-size:13px;min-width:0}
.os-coupon-tagl b{font-weight:800}
.os-coupon-tagl small{font-weight:700;opacity:.85;font-size:12px}
.os-coupon-tagr{display:flex;align-items:center;gap:10px;color:var(--green-dark);font-weight:800;font-size:13px;white-space:nowrap}
.os-coupon-x{background:none;border:0;color:var(--green-dark);font-size:18px;line-height:1;cursor:pointer;padding:0 0 0 2px}
.os-couplines{margin-bottom:12px}
.os-couplines .os-totrow-final{margin:6px 0 0}
.os-coupon[hidden],.os-coupon-tag[hidden]{display:none}
.os-pay{margin-bottom:12px}
.os-secure{font-size:11px;color:var(--muted);text-align:center;margin:0 0 5px}
.os-renew{font-size:11px;color:var(--muted);text-align:center;margin:0}
@media(max-width:900px){.pc-cards{grid-template-columns:1fr;max-width:460px;margin-left:auto;margin-right:auto}}

/* ===== Pricing calculator corrections ===== */
.pc-count{max-width:none}
.pc-cards{margin-top:24px}
.pc-card{overflow:visible}
.pc-card::before{display:none}
.pc-card:hover{transform:none;box-shadow:none;border-color:var(--border)}
.pc-card.is-active:hover{border-color:var(--primary)}

/* ===== Pricing corrections 2 ===== */
/* show-more: [hidden] must beat .pc-feats display:grid */
.pc-feats[hidden]{display:none}
.pc-tip::after{text-align:left}
/* wide layout: full-width cards row + sticky right rail */
.container.pc-wide{max-width:1400px}
.pc-layout{display:flex;gap:28px;align-items:flex-start}
.pc-main{flex:1;min-width:0}
.pc-summary{width:356px;flex:none}
@media(min-width:1081px){.pc-summary{position:sticky;top:88px}}
@media(max-width:1080px){.pc-layout{flex-direction:column}.pc-summary{width:100%;max-width:520px;margin:0 auto}}
/* card CTA select states */
.pc-cta{width:100%}
.pc-card .btn.pc-selected{background:rgba(240,81,35,.08);color:var(--primary);border:1.5px solid var(--primary)}
.pc-card .btn.pc-selected:hover{background:rgba(240,81,35,.14)}
/* order summary: plan bar */
.os-planbar{background:#ffe7db}
.os-planbar>span:first-child{color:var(--primary)}
.os-planbar #osBilling{color:var(--heading);letter-spacing:.05em}
/* remove (x) */
.os-planrow{position:relative;padding-right:22px}
.os-remove{position:absolute;top:-2px;right:0;background:none;border:none;color:var(--muted);font-size:19px;line-height:1;cursor:pointer;padding:0 2px}
.os-remove:hover{color:var(--heading)}
/* volume tree */
.os-vol-row small{display:flex;align-items:center}
.os-branch{color:#c9ced6;margin-right:5px;font-size:13px}
/* free box (green) */
.os-free-h{display:flex;align-items:center;gap:6px}
.os-gift{font-size:13px}
.os-free-box{background:var(--green-soft);border-radius:11px;padding:9px 12px;display:flex;flex-direction:column}
.os-free-box .os-free-row{padding:6px 0}
.os-free-box .os-free-row+.os-free-row{border-top:1px solid rgba(0,0,0,.04)}
/* saved + secure + invoice */
.os-saved{display:flex;align-items:center;justify-content:center;gap:6px}
.os-secure{display:flex;align-items:center;justify-content:center;gap:6px}
.os-lock{font-size:12px}
.os-invoice{font-size:11px;color:var(--muted);text-align:center;margin:3px 0 0}

/* ===== Pricing corrections 3 ===== */
.os-vol{background:#eef1f4;border-color:#e3e7ec}
.os-vol-h{color:#68707b}
.os-vol-row{color:#2f3540}
.os-vol-row small{color:#5b636f}

/* ===== Pricing corrections 4 (from prefix) ===== */
.pc-from{font-size:15px;font-weight:700;color:var(--muted);align-self:center;margin-right:1px}
.pc-from[hidden]{display:none}

/* Best value badge placement (discount line, right) */
.pc-sub-row{display:flex;align-items:center;gap:8px}
.pc-sub-row .pc-best{margin-left:auto}

/* ===== Pricing responsive: toggle + mobile cart drawer ===== */
.os-head{position:relative}
@media(max-width:560px){
  .pc-billing .billing-toggle{display:flex;width:100%;max-width:360px;margin:0 auto;gap:6px;padding:5px;align-items:stretch}
  .pc-billing .billing-toggle button{flex:1;padding:9px 6px;font-size:13.5px;line-height:1.2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}
  .pc-billing .save-flag{font-size:9.5px;padding:2px 7px;white-space:nowrap}
}
.pc-cart-fab,.pc-cart-backdrop,.pc-summary-close{display:none}
@media(max-width:1080px){
  .pc-summary{position:fixed;top:0;right:0;bottom:0;width:min(400px,92vw);max-width:none;margin:0;z-index:1201;overflow-y:auto;border-radius:0;transform:translateX(105%);transition:transform .28s ease;box-shadow:-10px 0 34px rgba(0,0,0,.22)}
  body.pc-cart-open .pc-summary{transform:translateX(0)}
  body.pc-cart-open{overflow:hidden}
  .pc-cart-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:opacity .22s;z-index:1200}
  body.pc-cart-open .pc-cart-backdrop{opacity:1;visibility:visible}
  .pc-cart-fab{display:flex;position:fixed;bottom:20px;right:20px;z-index:1150;width:58px;height:58px;border-radius:50%;background:var(--primary);color:#fff;border:none;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(240,81,35,.42);cursor:pointer}
  .pc-cart-fab svg{width:26px;height:26px}
  .pc-cart-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--heading);color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff}
  .pc-summary-close{display:flex;position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.16);color:#fff;border:none;font-size:20px;line-height:1;align-items:center;justify-content:center;cursor:pointer;z-index:2}
}

/* ===== Feature showcase (4-col) ===== */
.feat-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin:6px 0}
.fs-col{display:flex;flex-direction:column}
.fs-ic{color:var(--muted);margin-bottom:14px}
.fs-ic svg{width:30px;height:30px}
.fs-h{font-size:19px;margin:0 0 8px}
.fs-p{font-size:14px;color:var(--muted);line-height:1.55;margin:0 0 12px}
.fs-more{color:var(--primary);font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:5px;margin-bottom:18px}
.fs-more:hover{text-decoration:underline}
.fs-more .arrow{transition:transform .2s}
.fs-more:hover .arrow{transform:translateX(3px)}
.fs-card{margin-top:auto;min-height:176px;border-radius:16px;padding:18px;display:flex;flex-direction:column}
.fs-card-1{background:#e7ecf2;gap:12px;justify-content:center}
.fs-pill{display:flex;align-items:center;gap:9px;background:#fff;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:600;color:var(--heading);box-shadow:0 2px 6px rgba(0,0,0,.05)}
.fs-dot{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:none}
.fs-dot svg{width:13px;height:13px}
.fs-dot.ok,.fs-dot.lock{background:#d8f3e3;color:var(--green-dark)}
.fs-dot.no{background:#fde2e2;color:#d64545}
.fs-card-2{background:linear-gradient(150deg,#1e2a5a,#3a2668);align-items:center;justify-content:center;color:#fff;gap:14px;text-align:center}
.fs-shield{width:66px;height:66px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center}
.fs-shield svg{width:30px;height:30px;color:#c9d2ff}
.fs-card-2 b{font-size:15px;font-weight:800}
.fs-card-3{background:linear-gradient(150deg,#0e5a63,#123a63);gap:9px;justify-content:center}
.fs-chip{display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:9px;padding:9px 12px;font-size:13px;font-weight:600;color:#eaf3f4}
.fs-chip svg{width:16px;height:16px;color:#7fe3d0;flex:none}
.fs-card-4{background:#141b26;color:#e8edf4;justify-content:center;gap:9px}
.fs-bk-title{font-size:15px;font-weight:800}
.fs-bk-row{background:rgba(255,255,255,.07);border-radius:8px;padding:8px 11px;font-size:12.5px;color:#c4ccd8}
.fs-bar{height:7px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden;margin-top:2px}
.fs-bar i{display:block;height:100%;width:77%;border-radius:999px;background:linear-gradient(90deg,#4f8cff,#8b6bff)}
.fs-bk-note{font-size:11.5px;color:#9aa4b4}
@media(max-width:900px){.feat-showcase{grid-template-columns:repeat(2,1fr);gap:22px}}
@media(max-width:520px){.feat-showcase{grid-template-columns:1fr}}

/* Comparison chart WP Tailwatch caption */
.cmp-cap{display:block;margin-top:4px;font-size:11px;font-weight:700;color:#fff;line-height:1.3;letter-spacing:.01em}
@media(max-width:640px){.cmp-cap{font-size:9.5px;margin-top:3px}}

/* ===== Feature showcase: auto-slide marquee (all screens) ===== */
.feat-showcase{display:flex;flex-wrap:nowrap;gap:20px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;margin:36px 0 0;padding:2px 2px 6px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}
.feat-showcase::-webkit-scrollbar{display:none}
.feat-showcase.dragging{cursor:grabbing;scroll-behavior:auto}
.fs-col{flex:0 0 262px;width:262px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:var(--shadow-sm)}
.fs-h{font-size:18px}
.fs-p{margin-bottom:0}

/* Comparison intro highlight callout */
.cmp-highlight{max-width:820px;margin:20px auto 0;background:var(--primary-soft);border:1px solid #f4d9cd;border-radius:14px;padding:15px 24px}
.cmp-highlight p{margin:0;font-size:15px;line-height:1.6;color:var(--text)}
.cmp-highlight .text-primary{font-weight:800}
@media(max-width:640px){.cmp-highlight{padding:14px 18px}.cmp-highlight p{font-size:14px}}

/* Hero social-proof rating + pricing reassurance */
.hero-rating{display:inline-flex;align-items:center;gap:9px;margin:16px 0 0;font-size:13.5px;color:var(--muted)}
.hero-rating .hr-stars{color:#fbbc04;font-size:16px;letter-spacing:1.5px;line-height:1}
.hero-rating b{color:var(--heading);font-weight:800}
.pricing-assure{margin-top:26px}

/* ===== Proof / AI autonomous section ===== */
.proof-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:8px 0 30px;text-align:center}
.proof-stats .ps b{display:block;font-size:34px;font-weight:800;color:var(--heading);letter-spacing:-.02em;line-height:1}
.proof-stats .ps span{display:block;font-size:13px;color:var(--muted);margin-top:6px}
.proof-feed{max-width:640px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-sm);overflow:hidden}
.pf-row{display:flex;align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid var(--border)}
.pf-row:last-child{border-bottom:none}
.pf-ic{width:34px;height:34px;flex:none;border-radius:9px;display:flex;align-items:center;justify-content:center}
.pf-ic svg{width:18px;height:18px}
.pf-ic.ok{background:rgba(240,81,35,.1);color:var(--primary)}
.pf-ic.red{background:#fde2e2;color:#d64545}
.pf-ic.blue{background:#e2ecfd;color:#3b6fd4}
.pf-ic.green{background:#d8f3e3;color:var(--green-dark)}
.pf-tx{flex:1;min-width:0}
.pf-tx b{display:block;font-size:14.5px;color:var(--heading)}
.pf-tx small{display:block;font-size:12px;color:var(--muted);margin-top:1px}
.pf-tag{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:#f2f4f7;padding:3px 9px;border-radius:999px;flex:none}
.proof-note{font-size:12px;color:var(--muted);margin-top:14px}
@media(max-width:700px){.proof-stats{grid-template-columns:repeat(2,1fr);gap:22px 14px}.pf-tag{display:none}}

/* ===== Proof section: interactive polish ===== */
.proof-stats .ps{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px 12px;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}
.proof-stats .ps:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.proof-feed-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 18px;border-bottom:1px solid var(--border);background:#fafbfc}
.pf-live{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:800;color:var(--green-dark);text-transform:uppercase;letter-spacing:.05em}
.pf-live i{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:pfpulse 1.8s infinite}
@keyframes pfpulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.5)}70%{box-shadow:0 0 0 8px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}
.pfh-r{font-size:12px;color:var(--muted)}
.pf-row{transition:background .2s ease}
.pf-row:hover{background:#fafbfc}
.pf-row.pf-new{animation:pfslide .55s ease}
@keyframes pfslide{0%{opacity:0;transform:translateY(-10px);background:rgba(240,81,35,.08)}100%{opacity:1;transform:translateY(0);background:transparent}}
@media(prefers-reduced-motion:reduce){.pf-live i{animation:none}.pf-row.pf-new{animation:none}}

/* Proof feed: brand gradient glow on new rows */
.pf-row{position:relative}
.pf-row>*{position:relative;z-index:1}
.pf-row.pf-new{animation:pfslide .55s ease}
.pf-row.pf-new::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(240,81,35,.22),rgba(255,131,85,.07) 55%,rgba(255,131,85,0));animation:pfglow .95s ease forwards}
@keyframes pfslide{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}
@keyframes pfglow{from{opacity:1}to{opacity:0}}
@media(prefers-reduced-motion:reduce){.pf-row.pf-new::before{display:none}}

/* Tighter rhythm between the AI / Everything / Comparison sections */
.section.sp-tight-t{padding-top:42px}
.section.sp-tight-b{padding-bottom:42px}
@media(max-width:820px){.section.sp-tight-t{padding-top:30px}.section.sp-tight-b{padding-bottom:30px}}

/* Final CTA banner: purple gradient + shield watermark */
.cta-band{--tw-angle:0deg;border:2px solid transparent;background:radial-gradient(130% 130% at 50% 40%, #4f45b8 0%, #3a3390 55%, #2c2770 100%) padding-box,conic-gradient(from var(--tw-angle), var(--primary), #ff8355, #07c07e, #136aeb, var(--primary)) border-box;animation:tw-borderspin 6s linear infinite}
.cta-band::before{display:none}
.cta-band h2,.cta-band p,.cta-band .hero-actions,.cta-band .assurance{position:relative;z-index:1}
.cta-shield{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:0;pointer-events:none;opacity:.14}
.cta-shield img{max-width:78%;max-height:80%;width:auto;height:auto;display:block}

/* Footer legal & trademark notice */
.footer-notice{border-top:1px solid rgba(255,255,255,.1);margin-top:44px;padding-top:20px;font-size:11.5px;line-height:1.7;color:#7c8494}
.footer-notice b{color:#aeb7c7;font-weight:700}
.footer-notice a{color:#aeb7c7;text-decoration:underline}
.footer-notice + .footer-bottom{margin-top:16px;border-top:none;padding-top:0}


.cta-band .assurance,.cta-band .assurance li{color:#fff}

.footer-about{font-size:12.5px;line-height:1.7;color:#8b93a3;margin-top:16px;max-width:920px}
.form-legal-note{font-size:12px;color:var(--muted);line-height:1.6;margin-top:14px}

/* Footer legal notice: read more toggle */
.fn-more{display:none;background:none;border:none;padding:0;margin:0 0 0 4px;font:inherit;color:#aeb7c7;font-weight:700;text-decoration:underline;cursor:pointer}
.fn-more:hover{color:#fff}
.footer-notice .fn-rest[hidden]{display:inline}
@media (max-width:640px){.footer-notice .fn-more{display:inline}.footer-notice .fn-rest[hidden]{display:none}}


/* Blog post spacing: gap under breadcrumb, and above footer */
.crumbs + .article{margin-top:26px;margin-bottom:64px}
@media(max-width:640px){.crumbs + .article{margin-top:16px;margin-bottom:44px}}

/* Blog cards + post hero */
.blog-card{padding:0;overflow:hidden;display:flex;flex-direction:column}
.blog-card .bc-img{display:block;aspect-ratio:608/343;background:#eef1f6;overflow:hidden}
.blog-card .bc-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.blog-card:hover .bc-img img{transform:scale(1.05)}
.blog-card .bc-body{padding:18px 20px 22px;display:flex;flex-direction:column;flex:1}
.blog-card .bc-meta{font-size:12px;color:var(--muted);margin:6px 0 8px;display:flex;gap:7px;align-items:center;flex-wrap:wrap}
.blog-card .bc-meta .dot{opacity:.5}
.blog-card h2{font-size:18.5px;line-height:1.32;margin:0 0 10px}
.blog-card h2 a{color:var(--heading);text-decoration:none}
.blog-card h2 a:hover{color:var(--primary)}
.blog-card p{color:var(--muted);font-size:14.5px;line-height:1.6;flex:1;margin:0 0 14px}
.blog-card .btn{align-self:flex-start}
.post-hero{width:100%;height:auto;border-radius:16px;display:block;margin:8px 0 26px;border:1px solid var(--border)}

.footer-made{font-size:13px;color:#aeb7c7}

.legal-footnote{font-size:11px;line-height:1.75;color:var(--muted);border-top:1px solid var(--border);padding-top:20px;margin-top:4px}
.legal-footnote strong{color:var(--heading)}
.section.crumb-tight{padding-top:24px}
@media(max-width:640px){.section.crumb-tight{padding-top:14px}}
