/*
Theme Name: GHL CRM US
Theme URI: https://ghlcrm.us/
Author: ghlcrm.us
Description: A conversion-focused review theme for GoHighLevel affiliate sites. Modern layout with built-in app illustrations, cloaked affiliate links, a full home page, an FAQ component and complete JSON-LD schema.
Version: 4.3.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ghlcrm
Tags: blog, one-column, two-columns, custom-menu, custom-logo, featured-images, block-styles, wide-blocks, editor-style
*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */
:root {
  --ink:        #0A1730;
  --ink-2:      #16294A;
  --text:       #2A3B52;
  --muted:      #64748B;

  --bg:         #FFFFFF;
  --bg-soft:    #F5F7FB;
  --bg-tint:    #EAF0FE;
  --line:       #E3E8F0;
  --line-2:     #CFD8E6;

  --brand:      #2B5CE6;
  --brand-dark: #1E42AC;
  --cta:        #F14A1A;
  --cta-dark:   #D43D12;
  --green:      #0E9F6E;
  --amber:      #B45309;

  --display: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --r-sm: 8px;
  --r:    12px;
  --r-lg: 18px;

  --shadow-sm: 0 1px 2px rgba(10,23,48,.06), 0 1px 3px rgba(10,23,48,.04);
  --shadow:    0 4px 16px -4px rgba(10,23,48,.10), 0 2px 6px -2px rgba(10,23,48,.06);
  --shadow-lg: 0 24px 60px -24px rgba(10,23,48,.35);

  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --max: 1200px;
  --max-read: 72ch;

  --s-1: .5rem;  --s-2: 1rem;  --s-3: 1.5rem;
  --s-4: 2rem;   --s-5: 3rem;  --s-6: 4.5rem;
}

/* ==========================================================================
   2. Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img, svg, iframe, video { max-width: 100%; }
img, svg { display: block; height: auto; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-dark); text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--cta); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3, h4, h5 {
  font-family: var(--display);
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.25rem, 1.6rem + 3vw, 3.4rem); line-height: 1.08; }
h2 { font-size: clamp(1.8rem, 1.35rem + 2vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 1.05rem + .6vw, 1.45rem); letter-spacing: -0.02em; }
h4 { font-size: 1.075rem; font-weight: 700; letter-spacing: -0.01em; }
p { margin: 0 0 1.1em; }
strong, b { font-weight: 650; color: var(--ink-2); }
ul, ol { padding-left: 1.25rem; }
li { margin-bottom: .4rem; }
code { background: var(--bg-soft); padding: .12em .35em; border-radius: 4px; font-size: .92em; }
pre { background: var(--ink); color: #fff; padding: 1rem 1.25rem; border-radius: var(--r); overflow-x: auto; }
hr, .wp-block-separator { border: 0; border-top: 1px solid var(--line); margin: var(--s-5) 0; }

.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(1px,1px,1px,1px); clip-path: inset(50%); white-space: nowrap;
}
.skip-link:focus {
  position: fixed; top: 8px; left: 8px; z-index: 100; width: auto; height: auto;
  clip: auto; clip-path: none; background: var(--ink); color: #fff;
  padding: .6rem 1rem; border-radius: var(--r-sm); font-family: var(--display);
}

/* ==========================================================================
   3. Layout primitives
   ========================================================================== */
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 880px; }
.section { padding-block: clamp(3.25rem, 6vw, 5.5rem); scroll-margin-top: 90px; }
.section--soft { background: var(--bg-soft); }
.section--dark { background: var(--ink); color: #C7D2E4; }
.section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--tight { padding-block: clamp(2.5rem, 4vw, 3.5rem); }

.grid { display: grid; gap: clamp(1.1rem, 2.2vw, 1.75rem); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.split { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--wide-left { grid-template-columns: 1.1fr .9fr; }
  .split--wide-right { grid-template-columns: .9fr 1.1fr; }
  .split--flip > *:first-child { order: 2; }
}

.eyebrow {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--display); font-weight: 700; font-size: .8rem;
  color: var(--brand); background: var(--bg-tint);
  padding: .35rem .75rem; border-radius: 999px; margin-bottom: .9rem;
}
.section--dark .eyebrow { background: rgba(43,92,230,.22); color: #A9C2FF; }
.section-head { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.1rem; margin-bottom: 0; }
.section--dark .section-head p { color: #9FB0C9; }
.lede { font-size: clamp(1.075rem, 1rem + .4vw, 1.25rem); color: var(--muted); }
.muted { color: var(--muted); }
.small { font-size: .875rem; }
.center { text-align: center; }
.mt-2 { margin-top: var(--s-2); } .mt-3 { margin-top: var(--s-3); } .mt-4 { margin-top: var(--s-4); }

/* ==========================================================================
   4. Buttons
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--display); font-weight: 700; font-size: 1rem; line-height: 1;
  padding: .95rem 1.6rem; border: 1px solid transparent; border-radius: var(--r-sm);
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.btn:hover { text-decoration: none; }
.btn--cta {
  background: var(--cta); color: #fff;
  box-shadow: 0 6px 18px -6px rgba(242,83,27,.65);
}
.btn--cta:hover { background: var(--cta-dark); color: #fff; transform: translateY(-1px); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-2); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--ink); background: var(--bg-soft); color: var(--ink); }
.section--dark .btn--ghost { color: #fff; border-color: rgba(255,255,255,.32); }
.section--dark .btn--ghost:hover { background: rgba(255,255,255,.1); color: #fff; }
.btn--sm { padding: .65rem 1.05rem; font-size: .9rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.btn-note { font-size: .875rem; color: var(--muted); }
.section--dark .btn-note { color: #8FA3BF; }

/* ==========================================================================
   5. Header
   ========================================================================== */
.strip {
  background: var(--ink); color: #A9BAD3;
  font-size: .82rem; padding: .5rem 0;
}
.strip .wrap { display: flex; gap: 1rem; justify-content: space-between; flex-wrap: wrap; }
.strip a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }

.masthead {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(1.6) blur(10px);
  border-bottom: 1px solid var(--line);
}
.admin-bar .masthead { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .masthead { top: 46px; } }
.masthead .wrap { display: flex; align-items: center; gap: 1rem; min-height: 72px; }
.brand {
  font-family: var(--display); font-weight: 800; font-size: 1.3rem;
  letter-spacing: -0.04em; color: var(--ink); display: flex; align-items: center; gap: .5rem;
}
.brand:hover { text-decoration: none; color: var(--ink); }
.brand .mark {
  width: 30px; height: 30px; border-radius: 8px; flex: none;
  background: linear-gradient(135deg, var(--brand), #6E8BFF);
  display: grid; place-items: center; color: #fff; font-size: .85rem; font-weight: 800;
}
.brand .dot { color: var(--cta); }
.brand img { display: block; max-height: 46px; width: auto; }
.brand--image { flex: 0 0 auto; }
.brand--image img { width: auto; max-width: 250px; }

.nav-main { margin-left: auto; }
.nav-main ul { display: flex; gap: 1.35rem; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav-main li { margin: 0; position: relative; }
.nav-main a {
  font-family: var(--display); font-weight: 600; font-size: .92rem;
  color: var(--ink-2); padding: .5rem 0; display: inline-block; white-space: nowrap;
}
.nav-main .sub-menu a { white-space: normal; }
.nav-main a:hover, .nav-main .current-menu-item > a { color: var(--brand); text-decoration: none; }
.nav-main .sub-menu {
  display: none; position: absolute; top: 100%; left: -1rem; min-width: 230px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: .5rem; flex-direction: column; gap: 0; box-shadow: var(--shadow);
}
.nav-main li:hover > .sub-menu, .nav-main li:focus-within > .sub-menu { display: flex; }
.nav-main .sub-menu li { width: 100%; }
.nav-main .sub-menu a { padding: .5rem .75rem; width: 100%; border-radius: var(--r-sm); }
.nav-main .sub-menu a:hover { background: var(--bg-soft); }

.nav-toggle {
  display: none; margin-left: auto; background: #fff; border: 1px solid var(--line-2);
  border-radius: var(--r-sm); font-family: var(--display); font-weight: 700;
  font-size: .85rem; padding: .55rem .9rem; cursor: pointer; color: var(--ink);
}
.submenu-toggle { display: none; }

@media (max-width: 1150px) {
  .nav-toggle { display: block; }
  /* Submenus collapse on touch layouts; the caret button opens them. */
  .nav-main .sub-menu { display: none; }
  .nav-main li.is-open > .sub-menu { display: flex; }
  .nav-main .menu-item-has-children { position: relative; }
  .nav-main .menu-item-has-children > a .caret { display: none; }
  .submenu-toggle {
    display: block; position: absolute; top: .35rem; right: 0;
    width: 42px; height: 42px; background: transparent; border: 0; cursor: pointer;
  }
  .submenu-toggle::after {
    content: ""; position: absolute; top: 15px; left: 15px; width: 9px; height: 9px;
    border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted);
    transform: rotate(45deg); transition: transform .18s ease;
  }
  .nav-main li.is-open > .submenu-toggle::after { transform: rotate(-135deg); border-color: var(--brand); }
  .masthead .wrap { flex-wrap: wrap; padding-block: .8rem; }
  .nav-main { display: none; width: 100%; order: 3; margin-left: 0; }
  .nav-main.is-open { display: block; padding-bottom: .75rem; }
  .nav-main ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-main > ul > li { border-top: 1px solid var(--line); }
  .nav-main a { padding: .8rem 0; width: 100%; }
  .nav-main li.is-open > .sub-menu { position: static; border: 0; box-shadow: none; padding: 0 0 .5rem .9rem; background: transparent; }
  .masthead .wrap { justify-content: space-between; gap: .5rem; }
  .brand { font-size: 1.1rem; }
  .brand--image img { max-width: 190px; max-height: 40px; }
  .brand .mark { width: 26px; height: 26px; border-radius: 7px; font-size: .78rem; }
  .masthead .btn--sm { padding: .55rem .8rem; font-size: .82rem; }
  .nav-toggle { padding: .5rem .7rem; font-size: .82rem; }
}
@media (max-width: 520px) {
  /* Collapse the menu button to a hamburger so the header stays on one row. */
  .nav-toggle {
    width: 40px; height: 38px; padding: 0; font-size: 0; position: relative;
  }
  .nav-toggle::before, .nav-toggle::after,
  .nav-toggle span { content: ""; }
  .nav-toggle::before, .nav-toggle::after {
    position: absolute; left: 10px; right: 10px; height: 2px;
    background: var(--ink); border-radius: 2px;
  }
  .nav-toggle::before { top: 13px; box-shadow: 0 6px 0 var(--ink); }
  .nav-toggle::after { bottom: 13px; }
  .masthead .btn { display: none; }
  .masthead .wrap .btn.btn--mobile { display: inline-flex; order: 2; margin-left: auto; }
  .nav-toggle { order: 3; margin-left: .5rem; }
  .nav-main { order: 4; }
}

/* ==========================================================================
   6. Hero
   ========================================================================== */
.hero {
  background: radial-gradient(1000px 500px at 78% -8%, #1D3C7A 0%, transparent 60%),
              linear-gradient(180deg, #0A1730 0%, #0D1F3D 100%);
  color: #C7D2E4; padding-block: clamp(3rem, 6vw, 5rem);
  overflow: hidden;
}
.hero h1 { color: #fff; max-width: 19ch; text-wrap: pretty; }
.hero .btn--ghost { color: #fff; border-color: rgba(255,255,255,.34); }
.hero .btn--ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.6); color: #fff; }
.hero .hero-grid { display: grid; gap: clamp(2.5rem, 5vw, 4rem); align-items: center; }
@media (min-width: 1000px) { .hero .hero-grid { grid-template-columns: 1.02fr .98fr; } }
.hero .lede { color: #A9BAD3; max-width: 52ch; }
.hero .eyebrow { background: rgba(43,92,230,.2); color: #A9C2FF; }
.hero-points { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .55rem; }
.hero-points li { display: flex; gap: .6rem; align-items: flex-start; margin: 0; font-size: .98rem; }
.hero-points svg { flex: none; margin-top: .25rem; }

.statbar {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1.25rem;
  margin-top: 2.5rem; padding-top: 1.75rem; border-top: 1px solid rgba(255,255,255,.14);
}
.statbar b {
  display: block; font-family: var(--display); font-weight: 800; color: #fff;
  font-size: 1.7rem; letter-spacing: -0.03em; font-variant-numeric: tabular-nums;
}
.statbar span { font-size: .82rem; color: #8FA3BF; }

/* App mock frame */
.mock {
  background: #0F2244; border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg); box-shadow: var(--shadow-lg); overflow: hidden;
}
.mock-bar {
  display: flex; align-items: center; gap: .4rem; padding: .7rem .9rem;
  background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.1);
}
.mock-bar i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.22); }
.mock-bar span { margin-left: .5rem; font-size: .74rem; color: #8FA3BF; font-family: var(--display); }
.mock-body { padding: 1rem; }
.mock--light { background: #fff; border-color: var(--line); }
.mock--light .mock-bar { background: var(--bg-soft); border-color: var(--line); }
.mock--light .mock-bar i { background: var(--line-2); }
.mock--light .mock-bar span { color: var(--muted); }

/* Pipeline board */
.stages { display: grid; grid-template-columns: repeat(4, 1fr); gap: .45rem; }
.stage, .lead-card { min-width: 0; }
.lead-card b, .lead-card .meta { overflow-wrap: anywhere; }
@media (max-width: 700px) {
  .stages { grid-template-columns: repeat(2, 1fr); }
  .stage { min-height: 120px; }
}
.stage { min-height: 172px; padding: .5rem; border-radius: var(--r-sm); background: rgba(255,255,255,.045); }
.stage-name {
  font-family: var(--display); font-weight: 700; font-size: .68rem;
  color: #9FB0C9; margin-bottom: .5rem; display: flex; gap: .35rem; align-items: center;
}
.stage-name i { width: 6px; height: 6px; border-radius: 50%; flex: none; }
.lead-card {
  background: #fff; border-radius: 6px; padding: .45rem .55rem; margin-bottom: .35rem;
  font-family: var(--display); font-size: .72rem; line-height: 1.3; color: var(--ink);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.lead-card b { display: block; font-size: .76rem; font-weight: 700; }
.lead-card .meta { color: var(--muted); font-size: .66rem; }
.lead-card--ghost { background: rgba(255,255,255,.07); color: #7C90AC; box-shadow: none; }
.lead-card--ghost b { color: #9FB0C9; }
.lead-card--ghost .meta { color: #64789A; }
/* A lead lights up through the four stages once on load: one orchestrated
   moment, no fragile transforms, identical at every width. */
.lead-card--step {
  background: rgba(255,255,255,.07); color: #7C90AC; box-shadow: none;
  animation: ghl-light .45s ease forwards;
}
.lead-card--step b { color: #9FB0C9; }
.lead-card--step .meta { color: #64789A; }
.lead-card--step .stamp { display: block; color: var(--green); font-weight: 700; opacity: 0; }
@keyframes ghl-light {
  to { background: #fff; color: var(--ink); box-shadow: 0 6px 16px -8px rgba(0,0,0,.6); }
}
.lead-card--step.is-1 { animation-delay: .5s; }
.lead-card--step.is-2 { animation-delay: 1.5s; }
.lead-card--step.is-3 { animation-delay: 2.5s; }
.lead-card--step.is-4 { animation-delay: 3.5s; }
.lead-card--step.is-1 b, .lead-card--step.is-2 b,
.lead-card--step.is-3 b, .lead-card--step.is-4 b {
  animation: ghl-light-text .45s ease forwards; animation-delay: inherit;
}
.lead-card--step.is-1 .meta, .lead-card--step.is-2 .meta,
.lead-card--step.is-3 .meta, .lead-card--step.is-4 .meta {
  animation: ghl-light-meta .45s ease forwards; animation-delay: inherit;
}
@keyframes ghl-light-text { to { color: var(--ink); } }
@keyframes ghl-light-meta { to { color: var(--muted); } }
.lead-card--step.is-4 .stamp { animation: ghl-stamp .35s ease 4s forwards; }
@keyframes ghl-stamp { to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .lead-card--step { animation: none; background: #fff; color: var(--ink); }
  .lead-card--step b { color: var(--ink); }
  .lead-card--step .meta { color: var(--muted); }
  .lead-card--step .stamp { opacity: 1; animation: none; }
}
.mock-note { margin: .85rem 0 0; font-size: .76rem; color: #7C90AC; }

.note-band { padding-block: clamp(1.75rem, 3vw, 2.5rem); }
.note-card {
  display: flex; gap: 1.15rem; align-items: flex-start;
  background: linear-gradient(180deg, #FFF6F2 0%, #FFFFFF 100%);
  border: 1px solid #FBD5C4; border-left: 4px solid var(--cta);
  border-radius: var(--r); padding: 1.4rem 1.6rem; box-shadow: var(--shadow-sm);
}
.note-card .icon-chip { margin-bottom: 0; flex: none; }
.note-text { font-size: 1.06rem; color: var(--ink-2); margin-bottom: 1rem; max-width: 88ch; }
@media (max-width: 640px) { .note-card { flex-direction: column; gap: .9rem; } }

/* ==========================================================================
   7. Logo / replaces strip
   ========================================================================== */
.chips { display: flex; flex-wrap: wrap; gap: .55rem; justify-content: center; }
.chip {
  font-family: var(--display); font-weight: 600; font-size: .85rem;
  color: var(--muted); background: #fff; border: 1px solid var(--line);
  padding: .5rem .9rem; border-radius: 999px; box-shadow: var(--shadow-sm);
}
.chip s { color: var(--line-2); }


/* Full software-stack comparison visual */
.stack-visual {
  background: linear-gradient(180deg, #fff 0%, #F7FAFD 100%);
}
.stack-figure {
  width: min(100%, 920px); margin: 0 auto;
}
.stack-figure__frame {
  position: relative; overflow: hidden; border: 1px solid var(--line);
  border-radius: clamp(16px, 2.4vw, 24px); background: #DFF1F8;
  box-shadow: 0 28px 80px -42px rgba(10,23,48,.45), var(--shadow-sm);
}
.stack-figure__frame::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
  border-radius: inherit;
}
.stack-figure img {
  width: 100%; height: auto; margin: 0; display: block;
}
.stack-figure figcaption {
  max-width: 78ch; margin: .9rem auto 0; text-align: center;
  color: var(--muted); font-size: .82rem; line-height: 1.55;
}
.stack-summary {
  width: min(100%, 920px); margin: 1.5rem auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem;
}
.stack-summary > div {
  min-width: 0; padding: 1rem 1.1rem; background: #fff;
  border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm);
}
.stack-summary strong {
  display: block; margin-bottom: .2rem; font-family: var(--display);
  font-size: .92rem; color: var(--ink);
}
.stack-summary span { display: block; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.stack-visual__actions { justify-content: center; margin-top: 1.5rem; }
@media (max-width: 720px) {
  .stack-summary { grid-template-columns: 1fr; }
  .stack-figure__frame { border-radius: 14px; }
  .stack-visual__actions .btn { width: 100%; }
}

/* ==========================================================================
   8. Cards
   ========================================================================== */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.5rem; box-shadow: var(--shadow-sm);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.card--link:hover { box-shadow: var(--shadow); border-color: var(--line-2); }
.card h3 { margin-bottom: .4rem; }
.card p { color: var(--muted); font-size: .96rem; margin-bottom: 0; }
.card p + .card-link { margin-top: .9rem; display: inline-block; font-weight: 600; font-family: var(--display); font-size: .92rem; }

.icon-chip {
  width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center;
  background: var(--bg-tint); color: var(--brand); margin-bottom: 1rem;
}
.icon-chip--green { background: rgba(14,159,110,.1); color: var(--green); }
.icon-chip--cta { background: rgba(242,83,27,.1); color: var(--cta); }
.icon-chip--amber { background: rgba(180,83,9,.1); color: var(--amber); }

.step-card { position: relative; padding-top: 2.5rem; }
.step-card .step-no {
  position: absolute; top: 1.25rem; left: 1.5rem;
  font-family: var(--display); font-weight: 800; font-size: .8rem;
  color: var(--brand); background: var(--bg-tint);
  width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
}

.industry { display: flex; gap: .85rem; align-items: flex-start; }
.industry .icon-chip { margin-bottom: 0; width: 38px; height: 38px; border-radius: 10px; }
.industry h4 { margin-bottom: .2rem; }
.industry p { font-size: .92rem; color: var(--muted); margin: 0; }

/* ==========================================================================
   9. Tables
   ========================================================================== */
.table-scroll {
  overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r);
  background: #fff; box-shadow: var(--shadow-sm);
}
table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.table-scroll table { min-width: 620px; }
th, td { text-align: left; padding: .85rem 1.15rem; border-bottom: 1px solid var(--line); vertical-align: top; }
thead th {
  font-family: var(--display); font-weight: 700; font-size: .82rem; color: var(--ink);
  background: var(--bg-soft); white-space: nowrap;
}
tbody tr:last-child td { border-bottom: 0; }
td.num, th.num { text-align: right; font-variant-numeric: tabular-nums; }
tfoot td { font-family: var(--display); font-weight: 800; color: var(--ink); background: var(--bg-soft); border-top: 2px solid var(--line-2); }
.tag {
  display: inline-block; font-family: var(--display); font-size: .74rem; font-weight: 700;
  padding: .15rem .5rem; border-radius: 999px; white-space: nowrap;
}
.tag--yes { background: rgba(14,159,110,.12); color: var(--green); }
.tag--no  { background: rgba(100,116,139,.12); color: var(--muted); }
.tag--warn{ background: rgba(180,83,9,.12); color: var(--amber); }

/* ==========================================================================
   10. Pricing
   ========================================================================== */
.plans { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); align-items: stretch; }
.plan {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 1.75rem; display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
}
.plan--pick { border: 2px solid var(--brand); box-shadow: var(--shadow); position: relative; }
.plan-tag {
  position: absolute; top: -.75rem; left: 1.75rem;
  font-family: var(--display); font-weight: 700; font-size: .74rem; color: #fff;
  background: var(--brand); padding: .25rem .7rem; border-radius: 999px;
}
.plan h3 { margin-bottom: .25rem; }
.plan .who { color: var(--muted); font-size: .92rem; min-height: 3.2em; margin-bottom: 1rem; }
.price {
  font-family: var(--display); font-weight: 800; font-size: 2.7rem; color: var(--ink);
  letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; margin: 0 0 .35rem;
}
.price span { font-size: .95rem; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.price-alt { font-size: .85rem; color: var(--muted); margin-bottom: 1.25rem; }
.plan ul { list-style: none; padding: 0; margin: 0 0 1.5rem; font-size: .95rem; }
.plan li { padding-left: 1.6rem; position: relative; margin-bottom: .5rem; }
.plan li::before {
  content: ""; position: absolute; left: 0; top: .45em; width: 14px; height: 8px;
  border-left: 2px solid var(--green); border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}
.plan .btn { margin-top: auto; }

/* ==========================================================================
   11. Offer stack, callouts
   ========================================================================== */
.offer-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.offer-item {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r); padding: 1.4rem;
}
.offer-item h4 { margin-bottom: .35rem; }
.offer-item p { color: #9FB0C9; font-size: .93rem; margin: 0; }
.offer-item .icon-chip { background: rgba(43,92,230,.2); color: #A9C2FF; }

.callout {
  border: 1px solid var(--line); border-left: 4px solid var(--brand);
  background: var(--bg-soft); border-radius: var(--r); padding: 1.25rem 1.4rem; margin: 2rem 0;
}
.callout--verdict { border-left-color: var(--green); }
.callout--warn { border-left-color: var(--amber); }
.callout p:last-child { margin-bottom: 0; }
.callout:last-child { margin-bottom: 0; }
.callout .label {
  font-family: var(--display); font-weight: 700; font-size: .8rem;
  color: var(--brand); display: block; margin-bottom: .3rem;
}
.callout--verdict .label { color: var(--green); }
.callout--warn .label { color: var(--amber); }

.answer-box {
  background: linear-gradient(180deg, #F0F6FF 0%, #FFFFFF 100%);
  border: 1px solid #CFE0FF; border-radius: var(--r); padding: 1.35rem 1.5rem; margin: 0 0 2rem;
}
.answer-box .label {
  font-family: var(--display); font-weight: 700; font-size: .78rem;
  color: var(--brand); display: block; margin-bottom: .4rem;
}
.answer-box p { font-size: 1.06rem; color: var(--ink-2); }
.answer-box p:last-child { margin-bottom: 0; }

.inline-cta {
  background: linear-gradient(135deg, #0D1F3D, #16294A);
  border-radius: var(--r-lg); padding: 1.75rem; margin: 2.5rem 0; color: #C7D2E4;
}
.inline-cta h3 { color: #fff; margin-bottom: .4rem; }
.inline-cta p { font-size: .96rem; color: #A9BAD3; }
.inline-cta .fineprint { font-size: .8rem; color: #8FA3BF; margin: .85rem 0 0; }

/* ==========================================================================
   12. Posts
   ========================================================================== */
.post-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
  transition: box-shadow .2s ease, transform .2s ease;
}
.post-card:hover { box-shadow: var(--shadow); }
.post-card .thumb { aspect-ratio: 16/9; background: var(--bg-tint); overflow: hidden; }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card .body { padding: 1.35rem; display: flex; flex-direction: column; flex: 1; }
.post-card .kicker {
  font-family: var(--display); font-size: .76rem; font-weight: 700;
  color: var(--brand); text-transform: none; margin-bottom: .4rem; display: inline-block;
}
.post-card h3 { font-size: 1.15rem; margin-bottom: .45rem; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--brand); text-decoration: none; }
.post-card p { color: var(--muted); font-size: .93rem; margin-bottom: .9rem; }
.post-card .meta { margin-top: auto; font-size: .8rem; color: var(--muted); }

.page-head { max-width: 66ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.page-head p { color: var(--muted); font-size: 1.1rem; }

/* ==========================================================================
   13. FAQ
   ========================================================================== */
.faq { max-width: 860px; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  margin-bottom: .7rem; box-shadow: var(--shadow-sm);
}
.faq details[open] { border-color: var(--line-2); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.1rem 1.35rem;
  font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--ink);
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 10px; height: 10px;
  border-right: 2px solid var(--brand); border-bottom: 2px solid var(--brand);
  transform: rotate(45deg) translateY(-3px); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(225deg) translateY(-3px); }
.faq .answer { padding: 0 1.35rem 1.25rem; color: var(--text); }
.faq .answer p:last-child { margin-bottom: 0; }
.faq .answer ul { margin-bottom: 0; }

/* ==========================================================================
   14. Article
   ========================================================================== */
.article-grid { display: grid; gap: clamp(2rem, 4vw, 3rem); }
@media (min-width: 1040px) { .article-grid { grid-template-columns: minmax(0,1fr) 280px; } }
.crumbs { font-size: .85rem; color: var(--muted); margin-bottom: 1rem; }
.crumbs a { color: var(--muted); }
.byline {
  display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; align-items: center;
  font-size: .88rem; color: var(--muted);
  border-block: 1px solid var(--line); padding-block: .85rem; margin-bottom: 2rem;
}
.byline .avatar img { border-radius: 50%; }
.entry-hero { margin: 0 0 2rem; border-radius: var(--r); overflow: hidden; }
.prose { max-width: var(--max-read); }
.prose > * { max-width: var(--max-read); }
.prose h2 { margin-top: 2.2em; scroll-margin-top: 100px; }
.prose h3 { margin-top: 1.7em; scroll-margin-top: 100px; }
.prose blockquote, .wp-block-quote {
  margin: 1.75rem 0; padding: .1rem 0 .1rem 1.35rem;
  border-left: 3px solid var(--brand); color: var(--ink-2); font-size: 1.08rem;
}
.prose figure, .prose .wp-block-image { margin: 2rem 0; }
.prose img { border-radius: var(--r); }
.prose figcaption, .wp-element-caption { font-size: .85rem; color: var(--muted); margin-top: .55rem; }
.prose .table-scroll, .prose .alignwide { max-width: min(100%, 960px); margin: 2rem 0; }
.prose .alignfull { max-width: none; }
.affiliate-note {
  font-size: .85rem; color: var(--muted); background: var(--bg-soft);
  border-radius: var(--r-sm); padding: .75rem 1rem; margin-bottom: 2rem;
}
.toc { align-self: start; }
@media (min-width: 1040px) { .toc { position: sticky; top: 96px; } }
.toc-inner { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r); padding: 1.25rem; }
.toc h4 { font-size: .82rem; color: var(--muted); margin-bottom: .75rem; }
.toc ul { list-style: none; padding: 0; margin: 0; font-size: .92rem; }
.toc li { margin-bottom: .15rem; }
.toc li a { display: block; padding: .4rem .6rem; border-radius: var(--r-sm); color: var(--ink-2); }
.toc li a:hover { background: #fff; color: var(--brand); text-decoration: none; }
.toc .btn { margin-top: 1rem; }
.author-box {
  display: flex; gap: 1.15rem; align-items: flex-start; background: var(--bg-soft);
  border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem; margin-top: 3rem;
}
.author-box .avatar img { border-radius: 50%; }
.author-box h4 { margin-bottom: .25rem; }
.author-box p { font-size: .93rem; color: var(--muted); margin: 0; }
.post-nav { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); margin-top: 2.5rem; }
.post-nav a {
  display: block; border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.1rem 1.25rem; background: #fff; color: var(--ink); font-weight: 600;
  font-family: var(--display); font-size: .96rem; box-shadow: var(--shadow-sm);
}
.post-nav a:hover { border-color: var(--brand); text-decoration: none; }
.post-nav span { display: block; font-size: .78rem; color: var(--muted); margin-bottom: .3rem; font-weight: 500; }

/* ==========================================================================
   15. Footer
   ========================================================================== */
.cta-band { background: linear-gradient(135deg, #0A1730 0%, #16294A 55%, #1D3C7A 100%); }
.cta-band h2 { color: #fff; max-width: 22ch; }
.cta-band p { color: #A9BAD3; max-width: 60ch; font-size: 1.08rem; }
.cta-band .fineprint { font-size: .84rem; color: #8FA3BF; margin-top: 1.1rem; }

.site-foot { background: var(--ink); color: #93A6C1; font-size: .95rem; }
.foot-top {
  display: grid; gap: 2.5rem; padding-block: clamp(2.75rem, 5vw, 4rem);
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .foot-top { grid-template-columns: repeat(2, 1fr); }
  .foot-brand { grid-column: 1 / -1; }
}
@media (min-width: 940px) {
  .foot-top { grid-template-columns: 1.6fr 1fr 1fr; gap: 3rem; }
  .foot-brand { grid-column: auto; }
}
.foot-brand .brand { color: #fff; margin-bottom: 1rem; }
.foot-brand .brand--footer-logo { display: inline-block; }
.foot-brand .brand--footer-logo img { display: block; width: min(270px, 100%); height: auto; max-height: none; }
.foot-brand p { max-width: 38ch; margin-bottom: 1.25rem; }
.foot-note { display: block; font-size: .82rem; color: #64789A; margin-top: .75rem; }

.foot-nav h4 { color: #fff; font-size: .85rem; margin-bottom: 1rem; }
.foot-nav ul { list-style: none; padding: 0; margin: 0; }
.foot-nav li { margin-bottom: .65rem; }
.foot-nav a { color: #93A6C1; }
.foot-nav a:hover { color: #fff; }

.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-block: 1.75rem 2.25rem;
  display: grid; gap: .9rem;
}
.foot-bottom .disclosure,
.foot-bottom .copyright {
  margin: 0; border: 0; padding: 0; max-width: 92ch;
  font-size: .84rem; color: #7C90AC; line-height: 1.65;
}
.foot-bottom .copyright { color: #64789A; }

.pagination { margin-top: 3rem; }
.pagination .page-numbers {
  display: inline-block; padding: .5rem .9rem; border: 1px solid var(--line);
  border-radius: var(--r-sm); margin-right: .35rem; color: var(--ink-2);
  font-family: var(--display); font-weight: 600; background: #fff;
}
.pagination .page-numbers:hover { border-color: var(--brand); text-decoration: none; }
.pagination .current { background: var(--brand); color: #fff; border-color: var(--brand); }

.comments-area { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--line); max-width: var(--max-read); }
.comment-list { list-style: none; padding: 0; }
.comment-list li { border-bottom: 1px solid var(--line); padding-block: 1rem; }
.comment-form input[type=text], .comment-form input[type=email],
.comment-form input[type=url], .comment-form textarea, .search-field {
  width: 100%; max-width: 440px; font-family: var(--body); font-size: 1rem;
  padding: .7rem .85rem; border: 1px solid var(--line-2); border-radius: var(--r-sm); background: #fff;
}
.comment-form textarea { max-width: 100%; }
.comment-form input[type=submit], .search-form button {
  font-family: var(--display); font-weight: 700; background: var(--ink); color: #fff;
  border: 0; border-radius: var(--r-sm); padding: .75rem 1.5rem; cursor: pointer;
}
.search-form { display: flex; gap: .5rem; flex-wrap: wrap; }

.alignleft { float: left; margin: .3rem 1.5rem 1rem 0; }
.alignright { float: right; margin: .3rem 0 1rem 1.5rem; }
.aligncenter { margin-inline: auto; }

/* ==========================================================================
   16. Trial comparison, steps, timeline, AI chat, sticky CTA, footer grid
   ========================================================================== */
.trial-compare {
  display: grid; gap: 1.25rem; align-items: stretch;
  grid-template-columns: 1fr; position: relative; margin-bottom: 2.5rem;
}
@media (min-width: 860px) { .trial-compare { grid-template-columns: 1fr auto 1fr; align-items: center; } }
.trial-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 1.75rem; box-shadow: var(--shadow-sm);
}
.trial-card--win { border: 2px solid var(--cta); box-shadow: var(--shadow); }
.trial-days {
  display: inline-block; font-family: var(--display); font-weight: 800;
  font-size: .8rem; color: var(--muted); background: var(--bg-soft);
  padding: .3rem .75rem; border-radius: 999px; margin-bottom: .85rem;
}
.trial-card--win .trial-days { background: rgba(242,83,27,.1); color: var(--cta); }
.trial-card h3 { margin-bottom: 1rem; }
.trial-list { list-style: none; padding: 0; margin: 0; font-size: .96rem; }
.trial-list li { padding-left: 1.7rem; position: relative; margin-bottom: .6rem; }
.trial-list li::before {
  content: ""; position: absolute; left: 0; top: .5em; width: 14px; height: 8px;
  border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg);
}
.trial-list--plain li { color: var(--muted); }
.trial-list--plain li::before {
  border: 0; width: 12px; height: 2px; background: var(--line-2);
  transform: none; top: .8em; border-radius: 2px;
}
.trial-vs {
  justify-self: center; font-family: var(--display); font-weight: 800; font-size: .82rem;
  color: #fff; background: var(--cta); padding: .5rem .9rem; border-radius: 999px;
  box-shadow: 0 6px 18px -8px rgba(242,83,27,.8); white-space: nowrap;
}

.steps-row { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); margin-bottom: 2rem; }
.step-row { display: flex; gap: .9rem; align-items: flex-start; }
.step-row .step-no {
  position: static; flex: none; width: 30px; height: 30px; border-radius: 50%;
  background: var(--brand); color: #fff; display: grid; place-items: center;
  font-family: var(--display); font-weight: 800; font-size: .85rem;
}
.step-row h4 { margin-bottom: .3rem; }
.step-row p { color: var(--muted); font-size: .94rem; margin: 0; }

.timeline { list-style: none; padding: 0; margin: 0 0 1.5rem; position: relative; }
.timeline-item { display: flex; gap: 1.25rem; padding-bottom: 1.75rem; position: relative; margin: 0; }
.timeline-item::before {
  content: ""; position: absolute; left: 21px; top: 44px; bottom: 0; width: 2px; background: var(--line);
}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item:last-child::before { display: none; }
.timeline-dot {
  flex: none; width: 44px; height: 44px; border-radius: 50%;
  background: #fff; border: 2px solid var(--brand); color: var(--brand);
  display: grid; place-items: center; z-index: 1;
}
.timeline-week {
  font-family: var(--display); font-weight: 700; font-size: .78rem; color: var(--cta);
  display: block; margin-bottom: .15rem;
}
.timeline-body h4 { margin-bottom: .35rem; }
.timeline-body p { color: var(--muted); margin: 0; max-width: 68ch; }
@media (min-width: 900px) {
  .timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
  .timeline-item { flex-direction: column; gap: .9rem; padding-bottom: 0; }
  .timeline-item::before { left: 44px; right: -1.5rem; top: 21px; bottom: auto; width: auto; height: 2px; }
  .timeline-item:last-child::before { display: none; }
}

.chat { display: grid; gap: .6rem; }
.bubble {
  max-width: 82%; padding: .7rem .9rem; border-radius: 14px; font-size: .88rem; line-height: 1.5;
}
.bubble time { display: block; font-size: .7rem; opacity: .65; margin-top: .3rem; }
.bubble--in { background: var(--bg-soft); color: var(--ink-2); border-bottom-left-radius: 4px; justify-self: start; }
.bubble--ai { background: var(--brand); color: #fff; border-bottom-right-radius: 4px; justify-self: end; }
.chat-note {
  margin: .5rem 0 0; font-size: .78rem; color: var(--green); font-family: var(--display); font-weight: 600;
  text-align: center; background: rgba(14,159,110,.08); padding: .5rem; border-radius: var(--r-sm);
}
.ai-list { display: grid; gap: 1.1rem; margin-bottom: 1.5rem; }
.ai-item { display: flex; gap: .9rem; align-items: flex-start; }
.ai-item .icon-chip { margin-bottom: 0; flex: none; width: 38px; height: 38px; border-radius: 10px; }
.ai-item h4 { margin-bottom: .2rem; }
.ai-item p { color: var(--muted); font-size: .93rem; margin: 0; }

.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none;
  align-items: center; justify-content: space-between; gap: 1rem;
  padding: .7rem var(--gutter); background: rgba(255,255,255,.97);
  border-top: 1px solid var(--line); box-shadow: 0 -6px 24px -12px rgba(10,23,48,.35);
  backdrop-filter: blur(8px);
}
.sticky-cta b { display: block; font-family: var(--display); font-size: .9rem; color: var(--ink); }
.sticky-cta span { font-size: .78rem; color: var(--muted); }
@media (max-width: 1150px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 70px; }
  .foot-bottom { padding-bottom: 1.5rem; }
}

.nav-main .caret {
  display: inline-block; width: 6px; height: 6px; margin-left: .35rem; vertical-align: 2px;
  border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg); opacity: .55;
}



/* v2.2 readability + conversion polish */
.section:not(.section--dark):not(.hero) { color: var(--text); }
.section:not(.section--dark):not(.hero) h1,
.section:not(.section--dark):not(.hero) h2,
.section:not(.section--dark):not(.hero) h3,
.section:not(.section--dark):not(.hero) h4 { color: var(--ink); }
.section:not(.section--dark):not(.hero) p { color: var(--text); }
.section--soft .muted, .section:not(.section--dark) .muted { color: #53657d; }
.btn--premium, .btn--cta {
  min-height: 50px; padding: 1rem 1.65rem; border-radius: 11px;
  background: linear-gradient(135deg, #ff642f 0%, #ed4314 100%); color: #fff !important;
  border: 1px solid #df3e12; box-shadow: 0 10px 24px -10px rgba(242,83,27,.72), inset 0 1px rgba(255,255,255,.22);
}
.btn--premium:hover, .btn--cta:hover { background: linear-gradient(135deg,#ef4c18,#c9360c); transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(242,83,27,.8); }
.btn--ghost { background: #fff; border-width: 1.5px; box-shadow: 0 3px 10px rgba(10,23,48,.04); }
.stack-figure { width: min(100%, 1050px); }
.stack-figure__frame { background: #174b76; }
.benefit-cards { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; }
.benefit-card { position:relative; padding:1.5rem; border:1px solid var(--line); border-radius:var(--r-lg); background:#fff; box-shadow:var(--shadow-sm); }
.benefit-card h3 { font-size:1.08rem; margin:.8rem 0 .45rem; }
.benefit-card p { margin:0; font-size:.92rem; line-height:1.65; color:#53657d !important; }
.benefit-num { display:inline-grid; place-items:center; width:38px; height:38px; border-radius:10px; background:var(--bg-tint); color:var(--brand); font-family:var(--display); font-weight:800; font-size:.78rem; }
.trial-highlight { margin-top:1.25rem; padding:1.65rem 1.8rem; display:flex; align-items:center; justify-content:space-between; gap:2rem; border:1px solid #d9e3f5; border-radius:var(--r-lg); background:linear-gradient(120deg,#f5f8ff,#fff8f4); }
.trial-highlight h3 { margin:.2rem 0 .35rem; }
.trial-highlight p { margin:0; max-width:68ch; color:#53657d !important; font-size:.95rem; }
.trial-highlight__kicker { font-family:var(--display); font-weight:800; color:var(--cta); font-size:.78rem; text-transform:uppercase; letter-spacing:.06em; }
@media(max-width:900px){.benefit-cards{grid-template-columns:repeat(2,1fr)}.trial-highlight{align-items:flex-start;flex-direction:column}.trial-highlight .btn{width:100%}}
@media(max-width:560px){.benefit-cards{grid-template-columns:1fr}.btn{white-space:normal;text-align:center}.stack-figure__frame{border-radius:12px}}


/* ==========================================================================\n   v2.3 Home cards + cache-safe comparison visual\n   ========================================================================== */
.trial-benefits { background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%); }
.trial-benefits .section-head { max-width: 850px; margin-inline: auto; }
.benefit-cards {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.15rem !important;
  margin-top: 2rem;
}
.benefit-card {
  position: relative;
  min-height: 245px;
  padding: 1.55rem 1.45rem 1.45rem !important;
  overflow: hidden;
  border: 1px solid #dfe7f2 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 14px 38px -28px rgba(10, 23, 48, .55) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.benefit-card::after {
  content: "";
  position: absolute;
  inset: auto -34px -44px auto;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 91, 36, .11) 0%, rgba(255, 91, 36, 0) 70%);
  pointer-events: none;
}
.benefit-card:hover {
  transform: translateY(-4px);
  border-color: #ffc9b7 !important;
  box-shadow: 0 22px 46px -28px rgba(10, 23, 48, .58) !important;
}
.benefit-num {
  display: inline-grid !important;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: .95rem;
  border: 1px solid #ffd7c8;
  border-radius: 12px !important;
  background: #fff3ee !important;
  color: #ed4b18 !important;
  font-size: .8rem !important;
  font-weight: 800;
}
.benefit-card h3 {
  margin: 0 0 .65rem !important;
  color: #0b1730 !important;
  font-size: 1.08rem !important;
  line-height: 1.35;
}
.benefit-card p {
  margin: 0 !important;
  color: #50627a !important;
  font-size: .94rem !important;
  line-height: 1.7 !important;
}
.trial-highlight {
  margin-top: 1.2rem !important;
  padding: 1.7rem 1.8rem !important;
  border-radius: 18px !important;
  border: 1px solid #dfe7f2 !important;
  background: linear-gradient(120deg, #f5f8ff 0%, #fff8f4 100%) !important;
  box-shadow: 0 12px 36px -30px rgba(10,23,48,.5);
}
.stack-figure { width: min(100%, 1080px) !important; }
.stack-figure__frame { background: #174b76 !important; }
.stack-figure__frame img { width: 100% !important; height: auto !important; display: block !important; }
@media (max-width: 980px) {
  .benefit-cards { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .benefit-card { min-height: 215px; }
}
@media (max-width: 590px) {
  .benefit-cards { grid-template-columns: 1fr !important; }
  .benefit-card { min-height: 0; }
}


/* ==========================================================================
   v2.4 Balanced comparison visual + stronger software-stack strip
   ========================================================================== */
/* Make the "Bought to cancel" strip easier to notice without overpowering the hero. */
.replaces-strip {
  background: linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
  border-top: 1px solid #e4ebf5;
  border-bottom: 1px solid #e4ebf5;
}
.replaces-strip .wrap {
  position: relative;
  width: min(100% - 32px, 1040px);
  padding: 1.2rem 1.35rem;
  border: 1px solid #dce6f2;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 14px 34px -28px rgba(10,23,48,.38);
}
.replaces-strip .small.muted {
  color: #344760 !important;
  font-weight: 700;
  letter-spacing: .01em;
}
.replaces-strip .chip {
  color: #4a5f78;
  border-color: #d7e0eb;
  background: #fff;
  box-shadow: 0 5px 14px -10px rgba(10,23,48,.45);
}
.replaces-strip .chip s {
  color: #8a9bb0;
  text-decoration-color: #f26a3d;
  text-decoration-thickness: 1.5px;
}

/* Keep the tall comparison image visually balanced with the content column. */
.stack-visual .section-head {
  max-width: 820px;
  margin-inline: auto;
}
.stack-figure {
  width: min(88vw, 760px) !important;
  margin-top: 1.4rem;
}
.stack-figure__frame {
  padding: 10px;
  border: 1px solid #cfdbea !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #f8fbff 0%, #eaf3fb 100%) !important;
  box-shadow: 0 28px 60px -38px rgba(14,63,103,.58), 0 8px 22px -16px rgba(10,23,48,.35) !important;
}
.stack-figure__frame::after {
  content: "HighLevel software stack comparison";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: calc(100% - 48px);
  padding: .48rem .8rem;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  background: rgba(10,23,48,.82);
  color: #fff;
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  text-align: center;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}
.stack-figure__frame img {
  border-radius: 14px;
}
.stack-figure figcaption {
  max-width: 700px;
}
.stack-summary {
  width: min(100%, 820px);
}

@media (max-width: 820px) {
  .stack-figure { width: min(92vw, 680px) !important; }
  .stack-figure__frame { padding: 7px; border-radius: 17px !important; }
  .stack-figure__frame::after { top: 14px; font-size: .66rem; }
}
@media (max-width: 560px) {
  .replaces-strip .wrap { width: min(100% - 24px, 1040px); padding: 1rem; border-radius: 14px; }
  .stack-figure { width: min(94vw, 520px) !important; }
  .stack-figure__frame { padding: 5px; border-radius: 14px !important; }
  .stack-figure__frame img { border-radius: 10px; }
  .stack-figure__frame::after { display: none; }
}


/* HighLevel at scale — v2.5 */
.scale-stats {
	position: relative;
	overflow: hidden;
	padding: 76px 0 64px;
	background:
		radial-gradient(circle at 50% -20%, rgba(33, 131, 255, .25), transparent 42%),
		linear-gradient(180deg, #080d16 0%, #050910 100%);
	color: #fff;
	border-top: 1px solid rgba(255,255,255,.04);
	border-bottom: 1px solid rgba(255,255,255,.05);
}
.scale-stats::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(51,137,255,.025), transparent);
}
.scale-stats .wrap { position: relative; z-index: 1; }
.scale-stats__heading {
	max-width: 860px;
	margin: 0 auto 42px;
	text-align: center;
}
.scale-stats__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #62a8ff;
}
.scale-stats__eyebrow::before,
.scale-stats__eyebrow::after {
	content: "";
	width: 48px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, #3f98ff);
}
.scale-stats__eyebrow::after { transform: scaleX(-1); }
.scale-stats__heading h2 {
	margin: 0;
	font-size: clamp(2rem, 3.4vw, 3.25rem);
	line-height: 1.06;
	letter-spacing: -.035em;
	color: #fff;
	text-wrap: balance;
}
.scale-stats__heading p {
	max-width: 760px;
	margin: 18px auto 0;
	font-size: 1.02rem;
	line-height: 1.7;
	color: #aebbd0;
}
.scale-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}
.scale-stat-card {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 150px;
	padding: 28px 26px;
	border: 1px solid rgba(126, 158, 204, .28);
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(17, 25, 39, .95), rgba(10, 16, 27, .92));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 18px 36px rgba(0,0,0,.18);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.scale-stat-card:hover {
	transform: translateY(-4px);
	border-color: rgba(67, 146, 255, .55);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 22px 44px rgba(0,0,0,.28);
}
.scale-stat-card__icon {
	flex: 0 0 66px;
	width: 66px;
	height: 66px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #eaf4ff;
	background: linear-gradient(145deg, #10346f, #0b2551);
	border: 1px solid rgba(52, 137, 255, .22);
	box-shadow: inset 0 0 24px rgba(39, 120, 255, .12);
}
.scale-stat-card__icon svg { width: 30px; height: 30px; }
.scale-stat-card__content { min-width: 0; }
.scale-stat-card strong {
	display: block;
	margin-bottom: 6px;
	font-size: clamp(2.05rem, 3vw, 3.2rem);
	line-height: .95;
	letter-spacing: -.045em;
	font-weight: 900;
	color: #ffbc18;
	white-space: nowrap;
}
.scale-stat-card__content > span {
	display: block;
	font-size: .88rem;
	line-height: 1.35;
	font-weight: 750;
	color: #f4f7fb;
}
.scale-stats__source {
	margin: 28px 0 0;
	text-align: center;
	font-size: .78rem;
	color: #7790b4;
}
@media (max-width: 1050px) {
	.scale-stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
	.scale-stats { padding: 58px 0 50px; }
	.scale-stats__heading { margin-bottom: 30px; }
	.scale-stats__heading p { font-size: .95rem; }
	.scale-stats__eyebrow::before,
	.scale-stats__eyebrow::after { width: 26px; }
	.scale-stats__grid { grid-template-columns: 1fr; gap: 12px; }
	.scale-stat-card { min-height: 118px; padding: 20px; }
	.scale-stat-card__icon { flex-basis: 54px; width: 54px; height: 54px; }
	.scale-stat-card__icon svg { width: 25px; height: 25px; }
	.scale-stat-card strong { font-size: 2.35rem; }
}

/* ==========================================================================
   v2.6 — conversion-led home redesign inspired by modern HighLevel offer pages
   ========================================================================== */
.hero--offer {
  position: relative;
  padding-block: clamp(4.2rem, 7vw, 6.7rem);
  background:
    radial-gradient(700px 420px at 78% 22%, rgba(42,105,255,.24), transparent 64%),
    radial-gradient(520px 360px at 18% 10%, rgba(40,112,255,.12), transparent 72%),
    linear-gradient(180deg, #08101f 0%, #0a1630 100%);
}
.hero--offer::after {
  content:""; position:absolute; inset:auto 0 0; height:1px;
  background:linear-gradient(90deg,transparent,rgba(111,166,255,.35),transparent);
}
.hero-offer-grid { display:grid; gap:clamp(2.4rem,5vw,4.8rem); align-items:center; }
@media(min-width:980px){.hero-offer-grid{grid-template-columns:1.06fr .94fr}}
.hero-offer-copy{max-width:700px}
.hero-kicker {
  display:inline-flex; align-items:center; gap:.5rem; margin-bottom:1rem;
  color:#7fb6ff; font-family:var(--display); font-weight:800; font-size:.78rem;
  letter-spacing:.14em; text-transform:uppercase;
}
.hero--offer h1 { max-width:12ch; font-size:clamp(2.85rem,5.4vw,5rem); letter-spacing:-.052em; line-height:.98; }
.hero-offer-sub { max-width:640px; margin:1.2rem 0 0; color:#b9c8dd; font-size:clamp(1.08rem,1.5vw,1.3rem); line-height:1.7; }
.hero-offer-actions { display:flex; flex-wrap:wrap; align-items:center; gap:1rem 1.25rem; margin-top:2rem; }
.btn--xl { min-height:58px; padding:1.15rem 1.8rem; font-size:1.03rem; border-radius:12px; }
.hero-text-link { color:#dbe7fa; font-family:var(--display); font-weight:700; font-size:.93rem; }
.hero-text-link:hover { color:#fff; }
.hero-trust-line { display:flex; align-items:flex-start; gap:.45rem; margin:1.05rem 0 0; color:#7f94b2; font-size:.82rem; }
.hero-trust-line svg { flex:none; margin-top:.18rem; }
.hero-mini-proof { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:2rem; }
.hero-mini-proof > span { display:flex; align-items:center; gap:.42rem; min-height:40px; padding:.55rem .72rem; border:1px solid rgba(164,189,227,.16); border-radius:10px; background:rgba(255,255,255,.045); color:#9fb2cd; font-size:.76rem; }
.hero-mini-proof b { color:#fff; font-size:.92rem; }
.hero-mini-proof svg { color:#69a8ff; }

.trial-window-card {
  position:relative; padding:1.35rem; border:1px solid rgba(154,184,229,.24); border-radius:22px;
  background:linear-gradient(145deg,rgba(17,30,54,.96),rgba(10,19,37,.96));
  box-shadow:0 34px 80px -36px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.04);
}
.trial-window-card::before { content:""; position:absolute; inset:-1px; border-radius:22px; padding:1px; background:linear-gradient(145deg,rgba(76,147,255,.6),transparent 38%,rgba(255,106,60,.24)); -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0); -webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; }
.trial-window-card__top { display:flex; justify-content:space-between; gap:1rem; align-items:center; padding-bottom:1rem; margin-bottom:1rem; border-bottom:1px solid rgba(255,255,255,.08); color:#e9f1ff; font-family:var(--display); font-weight:750; font-size:.9rem; }
.trial-window-card__badge { padding:.38rem .6rem; border-radius:999px; background:rgba(48,128,255,.14); color:#78b5ff; font-size:.69rem; text-transform:uppercase; letter-spacing:.08em; }
.trial-window-row { display:grid; grid-template-columns:150px 1fr; gap:1rem; align-items:center; padding:1rem 0; }
.trial-window-row > div:first-child { display:grid; grid-template-columns:1fr auto auto; align-items:end; column-gap:.3rem; }
.trial-window-row span { grid-column:1/-1; color:#8498b6; font-size:.72rem; font-weight:700; text-transform:uppercase; letter-spacing:.07em; }
.trial-window-row strong { color:#fff; font-family:var(--display); font-size:2.65rem; line-height:1; letter-spacing:-.055em; }
.trial-window-row small { color:#8fa3bf; padding-bottom:.28rem; }
.trial-window-bar { height:12px; background:rgba(255,255,255,.065); border-radius:999px; overflow:hidden; }
.trial-window-bar i { display:block; height:100%; border-radius:inherit; background:#50627d; }
.trial-window-row--active { padding:1.1rem; margin:.35rem -.2rem; border:1px solid rgba(56,132,255,.2); border-radius:14px; background:rgba(41,101,208,.09); }
.trial-window-row--active strong { color:#ffbd28; }
.trial-window-row--active .trial-window-bar i { background:linear-gradient(90deg,#357ff2,#5ba7ff); box-shadow:0 0 22px rgba(69,143,255,.5); }
.trial-window-list { display:grid; gap:.6rem; margin:1rem 0 1.2rem; color:#aebdd2; font-size:.83rem; }
.trial-window-list span { display:flex; gap:.5rem; align-items:flex-start; }
.trial-window-list svg { flex:none; color:#4ade80; margin-top:.1rem; }

.note-band { background:#fff; }
.note-card { border-left:0; border-color:#e0e8f3; border-radius:16px; background:#fff; box-shadow:0 12px 36px -30px rgba(10,23,48,.42); align-items:center; }
.note-card .icon-chip--cta { background:#fff0eb; }

.offer-section-head { max-width:780px !important; }
.trial-why { background:#fff; }
.trial-compare-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.25rem; max-width:960px; margin:0 auto; }
.trial-compare-card { position:relative; padding:2rem; border:1px solid #dfe7f2; border-radius:20px; background:#fff; box-shadow:0 18px 44px -36px rgba(10,23,48,.5); }
.trial-compare-card--standard { background:linear-gradient(180deg,#fff,#f8fafc); }
.trial-compare-card--extended { border-color:#bcd4ff; background:linear-gradient(180deg,#f8fbff,#fff); box-shadow:0 26px 58px -38px rgba(43,92,230,.48); }
.trial-compare-ribbon { position:absolute; top:1rem; right:1rem; padding:.42rem .62rem; border-radius:999px; background:#eaf2ff; color:#2b5ce6; font-family:var(--display); font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.07em; }
.trial-compare-card__label { color:#72839a; font-family:var(--display); font-size:.78rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.trial-days { display:flex; align-items:flex-end; gap:.5rem; margin:.9rem 0; }
.trial-days strong { color:#0a1730; font-family:var(--display); font-size:4.2rem; line-height:.86; letter-spacing:-.06em; }
.trial-compare-card--extended .trial-days strong { color:#2b5ce6; }
.trial-days span { color:#73859e; padding-bottom:.35rem; font-weight:700; }
.trial-compare-card h3 { font-size:1.2rem; margin-bottom:1rem; }
.trial-compare-card ul { margin:0 0 1.4rem; padding:0; list-style:none; display:grid; gap:.7rem; }
.trial-compare-card li { position:relative; padding-left:1.5rem; margin:0; color:#53657d; font-size:.92rem; }
.trial-compare-card li::before { content:"✓"; position:absolute; left:0; color:#0e9f6e; font-weight:900; }

.trial-how { border-top:1px solid #e8eef7; border-bottom:1px solid #e8eef7; }
.trial-how-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.trial-how-card { position:relative; min-height:245px; padding:1.65rem; border:1px solid #dfe6ef; border-radius:18px; background:#fff; box-shadow:0 14px 34px -30px rgba(10,23,48,.44); }
.trial-how-card__no { position:absolute; top:1rem; right:1rem; color:#d8e1ed; font-family:var(--display); font-size:2.2rem; font-weight:800; line-height:1; }
.trial-how-card__icon { width:46px; height:46px; display:grid; place-items:center; margin-bottom:1.15rem; border-radius:13px; background:#edf3ff; color:#2b5ce6; }
.trial-how-card h3 { font-size:1.08rem; }
.trial-how-card p { margin:0; color:#53657d; font-size:.92rem; }

.bonus-pack { position:relative; overflow:hidden; background:linear-gradient(180deg,#08111f,#0c1a31); color:#bdcbe0; }
.bonus-pack::before { content:""; position:absolute; width:620px; height:620px; top:-430px; left:50%; transform:translateX(-50%); background:radial-gradient(circle,rgba(54,130,255,.28),transparent 68%); pointer-events:none; }
.bonus-pack .wrap { position:relative; z-index:1; }
.bonus-pack__head { display:flex; justify-content:space-between; gap:2rem; align-items:flex-end; margin-bottom:2rem; }
.bonus-pack__head > div { max-width:750px; }
.bonus-pack__eyebrow { display:block; margin-bottom:.7rem; color:#6aaaff; font-family:var(--display); font-size:.76rem; font-weight:800; text-transform:uppercase; letter-spacing:.13em; }
.bonus-pack h2 { color:#fff; }
.bonus-pack__head p { color:#9db0ca; margin-bottom:0; }
.bonus-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.bonus-card { position:relative; min-height:260px; padding:1.55rem; border:1px solid rgba(155,184,225,.2); border-radius:18px; background:linear-gradient(145deg,rgba(18,31,55,.94),rgba(10,18,33,.94)); }
.bonus-card__tag { display:inline-block; margin-bottom:1.3rem; color:#ffb72d; font-family:var(--display); font-size:.7rem; font-weight:800; letter-spacing:.1em; }
.bonus-card__icon { width:48px; height:48px; display:grid; place-items:center; margin-bottom:1rem; border-radius:13px; background:rgba(47,123,255,.13); color:#73b0ff; }
.bonus-card h3 { color:#fff; font-size:1.1rem; }
.bonus-card p { color:#98aac2; margin:0; font-size:.91rem; }

.replaces-strip { padding-block:2.3rem !important; }
.replaces-strip .wrap { width:min(100% - 32px,1100px); }
.stack-visual { padding-top:clamp(3.8rem,6vw,5.5rem); }
.stack-figure { width:min(88vw,700px) !important; }
.stack-summary { width:min(100%,900px); }

/* Make the existing 4-benefit section feel like a polished feature grid. */
.trial-benefits { background:#fff; }
.benefit-card { min-height:230px !important; padding:1.55rem !important; border-radius:18px !important; }
.benefit-card:hover { transform:translateY(-5px); box-shadow:0 24px 54px -36px rgba(10,23,48,.56) !important; }
.trial-highlight { margin-top:1.4rem !important; border-color:#cadbf8 !important; background:linear-gradient(120deg,#edf4ff,#fff7f1) !important; }

/* High-impact section spacing and headings across the home page. */
.home .section-head.center, body.home .section-head.center { max-width:800px; }
body.home .section { padding-block:clamp(4rem,6.5vw,6rem); }
body.home .section--tight { padding-block:clamp(2rem,3.5vw,3rem); }
body.home .section-head h2 { font-size:clamp(2rem,3.3vw,3.05rem); }
body.home .section-head p { max-width:760px; }

/* Pricing gets the clearer, offer-page hierarchy. */
#pricing .plans { gap:1rem; }
#pricing .plan { border-radius:18px; box-shadow:0 16px 40px -32px rgba(10,23,48,.5); }
#pricing .plan--pick { border-color:#7fa8ff; box-shadow:0 24px 55px -34px rgba(43,92,230,.42); }
#pricing .price { font-size:3rem; }

/* Final CTA band stronger without changing its markup. */
.cta-band { background:linear-gradient(135deg,#0a1730,#102b58) !important; }

@media(max-width:900px){
  .trial-compare-grid,.trial-how-grid,.bonus-grid{grid-template-columns:1fr 1fr}
  .bonus-card:last-child,.trial-how-card:last-child{grid-column:1/-1}
  .bonus-pack__head{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
  .hero--offer{padding-block:3.5rem}
  .hero--offer h1{font-size:clamp(2.55rem,13vw,3.5rem)}
  .hero-offer-actions,.hero-offer-actions .btn{width:100%}
  .hero-text-link{width:100%;text-align:center}
  .hero-mini-proof{display:grid;grid-template-columns:1fr}
  .trial-window-row{grid-template-columns:110px 1fr}
  .trial-window-row strong{font-size:2.2rem}
  .trial-compare-grid,.trial-how-grid,.bonus-grid{grid-template-columns:1fr}
  .bonus-card:last-child,.trial-how-card:last-child{grid-column:auto}
  .trial-compare-card,.trial-how-card,.bonus-card{min-height:0}
  .trial-days strong{font-size:3.5rem}
}

/* v2.7 — hero value proposition */
.hero-value-list {
  list-style:none;
  padding:0;
  margin:1.55rem 0 0;
  display:grid;
  gap:.82rem;
  max-width:700px;
}
.hero-value-list li {
  display:flex;
  gap:.72rem;
  align-items:flex-start;
  margin:0;
  color:#d7e3f2;
  font-size:.98rem;
  line-height:1.55;
}
.hero-value-list strong { color:#fff; font-weight:800; }
.hero-value-list__icon {
  width:29px;
  height:29px;
  flex:0 0 29px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  margin-top:.06rem;
  color:#fff;
  background:linear-gradient(135deg,#ff6b2c,#ff4f17);
  box-shadow:0 8px 20px rgba(255,91,32,.22);
}
.hero-value-list__icon svg { display:block; }
.hero--offer h1 { max-width:14ch; }
@media (max-width: 720px) {
  .hero-value-list { gap:.72rem; }
  .hero-value-list li { font-size:.93rem; }
}

/* v2.8 — rebalance the homepage hero so it fits the site grid cleanly */
.hero--offer {
  padding-block: clamp(3.3rem, 5.2vw, 5.1rem);
}
.hero-offer-grid {
  gap: clamp(2rem, 4vw, 3.75rem);
  align-items: center;
}
@media (min-width: 980px) {
  .hero-offer-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  }
}
.hero-offer-copy {
  max-width: 650px;
}
.hero--offer h1 {
  max-width: 13ch;
  margin-bottom: 0;
  font-size: clamp(2.65rem, 4.55vw, 4.45rem);
  line-height: 1.01;
  letter-spacing: -.047em;
  text-wrap: balance;
}
.hero-offer-sub {
  max-width: 610px;
  margin-top: 1.05rem;
  font-size: clamp(1rem, 1.18vw, 1.15rem);
  line-height: 1.62;
}
.hero-value-list {
  max-width: 620px;
  margin-top: 1.25rem;
  gap: .66rem;
}
.hero-value-list li {
  gap: .62rem;
  font-size: .91rem;
  line-height: 1.42;
}
.hero-value-list__icon {
  width: 27px;
  height: 27px;
  flex-basis: 27px;
  border-radius: 8px;
}
.hero-offer-actions {
  margin-top: 1.45rem;
}
.hero-trust-line {
  max-width: 610px;
  margin-top: .85rem;
  line-height: 1.45;
}
.trial-window-card {
  width: 100%;
  max-width: 500px;
  justify-self: end;
  padding: 1.25rem;
}
.trial-window-row {
  grid-template-columns: 138px 1fr;
  padding: .82rem 0;
}
.trial-window-row--active {
  padding: .95rem;
}
.trial-window-row strong {
  font-size: 2.35rem;
}
.trial-window-list {
  margin: .8rem 0 1rem;
  gap: .48rem;
  font-size: .8rem;
}
@media (max-width: 979px) {
  .hero-offer-grid { grid-template-columns: 1fr; }
  .hero-offer-copy { max-width: 760px; }
  .hero--offer h1 { max-width: 16ch; }
  .hero-offer-sub, .hero-value-list, .hero-trust-line { max-width: 720px; }
  .trial-window-card { max-width: 720px; justify-self: stretch; }
}
@media (max-width: 640px) {
  .hero--offer { padding-block: 2.8rem 3.1rem; }
  .hero--offer h1 { max-width: none; font-size: clamp(2.25rem, 10.8vw, 3.05rem); }
  .hero-offer-sub { font-size: 1rem; line-height: 1.55; }
  .hero-value-list li { font-size: .88rem; }
  .hero-offer-actions { margin-top: 1.25rem; }
  .trial-window-card { padding: 1rem; border-radius: 17px; }
  .trial-window-row { grid-template-columns: 96px 1fr; gap: .75rem; }
  .trial-window-row strong { font-size: 2.05rem; }
}


/* ==========================================================================\n   v2.9 — home cleanup, stronger resource contrast, replacement proof strip,\n   and a balanced decision CTA.\n   ========================================================================== */

/* Independent resources: restore readable contrast on the dark section. */
body.home .bonus-pack {
  background:
    radial-gradient(circle at 50% -20%, rgba(59,130,246,.30), transparent 38%),
    linear-gradient(180deg,#07111f 0%,#0b1930 100%) !important;
}
body.home .bonus-pack__eyebrow { color:#7bb6ff !important; }
body.home .bonus-pack h2,
body.home .bonus-pack .bonus-pack__head h2 { color:#ffffff !important; }
body.home .bonus-pack__head p { color:#b6c5d9 !important; }
body.home .bonus-card {
  border-color:rgba(148,181,230,.30) !important;
  background:linear-gradient(145deg,#12213a 0%,#0c1729 100%) !important;
  box-shadow:0 22px 50px -38px rgba(0,0,0,.88), inset 0 1px 0 rgba(255,255,255,.03);
}
body.home .bonus-card__tag { color:#ffc13b !important; }
body.home .bonus-card__icon { background:#173766 !important; color:#75b5ff !important; }
body.home .bonus-card h3 { color:#ffffff !important; }
body.home .bonus-card p { color:#aebed3 !important; }

/* The cancelled-tool shortlist now reads as proof, not a faint separator. */
body.home .replaces-strip {
  padding-block:2.8rem !important;
  background:linear-gradient(180deg,#eef5ff 0%,#e8f1fc 100%) !important;
  border-top:1px solid #d7e5f5;
  border-bottom:1px solid #d7e5f5;
}
body.home .replaces-strip .wrap {
  width:min(100% - 32px,1120px) !important;
  padding:1.55rem 1.7rem !important;
  border:1px solid #cbdcf0 !important;
  border-radius:20px !important;
  background:#ffffff !important;
  box-shadow:0 20px 50px -38px rgba(18,55,98,.46) !important;
}
body.home .replaces-strip .small.muted {
  margin-bottom:1.25rem !important;
  color:#18324f !important;
  font-size:.93rem !important;
  font-weight:800 !important;
}
body.home .replaces-strip .chips { gap:.72rem !important; justify-content:center; }
body.home .replaces-strip .chip {
  min-height:42px;
  padding:.58rem .92rem;
  border:1px solid #cbd9e9 !important;
  background:linear-gradient(180deg,#fff,#f8fbff) !important;
  color:#526a84 !important;
  box-shadow:0 8px 20px -15px rgba(17,50,88,.55) !important;
}
body.home .replaces-strip .chip s {
  color:#60748a !important;
  text-decoration-color:#ff6a3d !important;
  text-decoration-thickness:2px !important;
}

/* Replace the old full-width dark CTA with the light premium card requested. */
.cta-band--decision {
  background:#ffffff !important;
  padding-block:clamp(3.5rem,6vw,5.5rem) !important;
}
.cta-band--decision .wrap { width:min(100% - 32px,1180px); }
.cta-decision-card {
  position:relative;
  overflow:hidden;
  padding:clamp(3rem,6vw,5.4rem) clamp(1.25rem,5vw,4rem);
  border:1px solid #8fc1ff;
  border-radius:24px;
  text-align:center;
  background:
    radial-gradient(circle at 88% 10%,rgba(112,174,255,.34),transparent 34%),
    linear-gradient(130deg,#f8fbff 0%,#edf5ff 55%,#e4f0ff 100%);
  box-shadow:0 24px 65px -48px rgba(24,83,150,.55);
}
.cta-decision-kicker {
  display:block;
  margin-bottom:1rem;
  color:#1e63e9;
  font-family:var(--display);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.cta-band--decision .cta-decision-card h2 {
  max-width:850px !important;
  margin:0 auto 1rem;
  color:#0a1730 !important;
  font-size:clamp(2.25rem,4.4vw,4rem);
  line-height:1.05;
  letter-spacing:-.04em;
}
.cta-band--decision .cta-decision-card > p:not(.cta-decision-note):not(.cta-decision-disclosure) {
  max-width:760px !important;
  margin:0 auto 1.8rem;
  color:#405671 !important;
  font-size:1.05rem !important;
  line-height:1.7;
}
.cta-decision-button {
  min-height:58px;
  padding-inline:1.7rem !important;
  background:linear-gradient(135deg,#ffb900,#ffa800) !important;
  border-color:#f3a500 !important;
  color:#07152b !important;
  box-shadow:0 15px 30px -18px rgba(245,158,11,.78) !important;
}
.cta-decision-button:hover { transform:translateY(-2px); filter:brightness(1.02); }
.cta-band--decision .cta-decision-note {
  max-width:none !important;
  margin:1.15rem 0 0 !important;
  color:#253c59 !important;
  font-family:var(--display);
  font-size:.82rem !important;
  font-weight:700;
}
.cta-band--decision .cta-decision-disclosure {
  max-width:none !important;
  margin:.35rem 0 0 !important;
  color:#6b7e95 !important;
  font-size:.77rem !important;
}

/* New disclosure strip: single clear sentence, no competing link. */
.strip .wrap { justify-content:center; text-align:center; }
.strip .wrap span { max-width:1100px; }

@media (max-width:640px) {
  body.home .replaces-strip .wrap { padding:1.2rem !important; }
  body.home .replaces-strip .chips { justify-content:flex-start; overflow-x:auto; flex-wrap:nowrap; padding-bottom:.2rem; }
  body.home .replaces-strip .chip { flex:0 0 auto; }
  .cta-decision-card { border-radius:18px; }
  .cta-decision-button { width:100%; }
}

/* ========================================================================== 
   v3.0 Consolidated software-stack + premium cost breakdown
   ========================================================================== */

/* The separate crossed-out tool strip is intentionally removed from Home.
   The visual comparison now flows directly into the cost breakdown. */
.stack-visual {
  padding-bottom: clamp(2.75rem, 5vw, 4.5rem);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.stack-visual .section-head {
  max-width: 780px;
}
.stack-visual .section-head p {
  max-width: 700px;
  margin-inline: auto;
}
.stack-figure {
  margin-bottom: 0 !important;
}
.stack-figure figcaption {
  max-width: 680px;
  margin: .8rem auto 0;
  text-align: center;
  color: #73839a;
  font-size: .78rem;
  line-height: 1.55;
}

.cost-breakdown {
  position: relative;
  overflow: hidden;
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  background:
    radial-gradient(circle at 88% 2%, rgba(43, 92, 230, .10), transparent 28%),
    linear-gradient(180deg, #f3f7fd 0%, #eef4fb 100%);
  border-top: 1px solid #dfe8f4;
  border-bottom: 1px solid #dfe8f4;
}
.cost-breakdown__head {
  max-width: 830px;
  margin-bottom: 2rem;
}
.cost-breakdown__head h2 {
  max-width: 760px;
}
.cost-breakdown__head p {
  max-width: 760px;
  color: #4c607a;
}

.cost-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
  margin-bottom: 1.25rem;
}
.cost-kpi {
  min-height: 150px;
  padding: 1.25rem 1.3rem;
  border: 1px solid #d9e4f1;
  border-radius: 17px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 16px 38px -32px rgba(10,23,48,.52);
}
.cost-kpi > span {
  display: block;
  margin-bottom: .65rem;
  color: #677a94;
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.cost-kpi strong {
  display: flex;
  align-items: flex-end;
  gap: .3rem;
  color: #0a1730;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.cost-kpi strong small {
  padding-bottom: .16rem;
  color: #7b8ba0;
  font-size: .75rem;
  letter-spacing: 0;
}
.cost-kpi p {
  margin: .55rem 0 0;
  color: #687b93;
  font-size: .79rem;
  line-height: 1.5;
}
.cost-kpi--before { border-top: 3px solid #f97316; }
.cost-kpi--base { border-top: 3px solid #2b5ce6; }
.cost-kpi--usage { border-top: 3px solid #f0a11a; }
.cost-kpi--saving {
  border-color: #bfe5d6;
  border-top: 3px solid #0e9f6e;
  background: linear-gradient(180deg, #f3fcf8 0%, #ffffff 100%);
}
.cost-kpi--saving strong { color: #087a55; }

.cost-table-wrap {
  border: 1px solid #cfdaea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 54px -38px rgba(10, 23, 48, .48);
}
.cost-table {
  min-width: 760px !important;
  font-size: .9rem;
}
.cost-table thead th {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid #d7e1ee;
  color: #24405f;
  background: linear-gradient(180deg, #edf4ff 0%, #e7effa 100%);
  font-size: .72rem;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.cost-table tbody td {
  padding: .95rem 1.1rem;
  color: #334b68;
  border-bottom-color: #e8eef6;
}
.cost-table tbody td:first-child strong {
  color: #162c49;
  font-weight: 700;
}
.cost-table tbody tr:nth-child(even) td {
  background: #fafcff;
}
.cost-table tbody tr {
  transition: background .16s ease, transform .16s ease;
}
.cost-table tbody tr:hover td {
  background: #f1f6ff;
}
.cost-tool {
  color: #61758f !important;
}
.cost-price {
  color: #172c48 !important;
  font-family: var(--display);
  font-weight: 800;
}
.cost-table .tag {
  padding: .34rem .62rem;
  border: 1px solid transparent;
  font-size: .68rem;
}
.cost-table .tag--yes {
  color: #087a55;
  border-color: #bcebd9;
  background: #e9f9f2;
}
.cost-table .tag--warn {
  color: #a3530a;
  border-color: #f3d3b5;
  background: #fff3e8;
}
.cost-table .tag--no {
  color: #5f6f84;
  border-color: #dce3ec;
  background: #f3f5f8;
}
.cost-table tfoot td {
  padding: 1rem 1.1rem;
  color: #0d2542;
  border-top: 2px solid #b9cbe0;
  background: linear-gradient(180deg, #edf4fb 0%, #e8f0f9 100%);
  font-weight: 800;
}
.cost-table tfoot td:nth-child(3) {
  color: #c44918;
}
.cost-table tfoot td:last-child strong {
  color: #087a55;
}

.cost-note {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1rem;
  align-items: start;
  margin-top: 1.1rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid #f0d0b5;
  border-left: 4px solid #f2531b;
  border-radius: 14px;
  background: linear-gradient(90deg, #fff8f2 0%, #ffffff 100%);
}
.cost-note__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #d74a16;
  background: #ffeadf;
}
.cost-note .label {
  display: block;
  margin-bottom: .25rem;
  color: #b64916;
  font-family: var(--display);
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.cost-note p {
  margin: 0;
  color: #50647d;
  font-size: .9rem;
  line-height: 1.65;
}
.cost-breakdown__actions {
  margin-top: 1.3rem;
}

@media (max-width: 980px) {
  .cost-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .cost-breakdown { padding-top: 3.25rem; }
  .cost-kpis { grid-template-columns: 1fr; }
  .cost-kpi { min-height: 0; }
  .cost-note { grid-template-columns: 1fr; }
  .cost-breakdown__actions .btn { width: 100%; }
}

/* Footer legal copy: use the full footer content width so it aligns cleanly
   with the divider and the rest of the footer container. */
.foot-bottom .disclosure,
.foot-bottom .copyright {
  width: 100%;
  max-width: none;
}


/* ========================================================================== 
   v3.3 — awards proof strip, compact closing CTA, and home SEO alignment
   ========================================================================== */
.home-awards {
  padding: clamp(1.25rem, 2.8vw, 2rem) 0 clamp(2rem, 4vw, 3.25rem);
  background: #fff;
}
.home-awards .wrap {
  width: min(100% - 32px, 1180px);
}
.home-awards__figure {
  margin: 0;
}
.home-awards__figure img {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  object-fit: contain;
}

/* Keep the final conversion card visually strong without overpowering the page. */
.cta-band--decision {
  padding-block: clamp(2.5rem, 4.5vw, 3.75rem) !important;
}
.cta-band--decision .wrap {
  width: min(100% - 32px, 1040px) !important;
}
.cta-decision-card {
  padding: clamp(2.35rem, 4.5vw, 3.6rem) clamp(1.2rem, 4.5vw, 3.2rem) !important;
  border-radius: 22px;
}
.cta-decision-kicker {
  margin-bottom: .8rem;
}
.cta-band--decision .cta-decision-card h2 {
  max-width: 760px !important;
  margin-bottom: .8rem;
  font-size: clamp(2rem, 3.7vw, 3.25rem) !important;
  line-height: 1.08;
}
.cta-band--decision .cta-decision-card > p:not(.cta-decision-note):not(.cta-decision-disclosure) {
  max-width: 690px !important;
  margin-bottom: 1.35rem;
  font-size: 1rem !important;
  line-height: 1.62;
}
.cta-decision-button {
  min-height: 54px;
  padding: .9rem 1.55rem !important;
}
.cta-band--decision .cta-decision-note {
  margin-top: .9rem !important;
}

@media (max-width: 640px) {
  .home-awards { padding-top: 1rem; padding-bottom: 2rem; }
  .home-awards .wrap { width: min(100% - 20px, 1180px); }
  .cta-band--decision { padding-block: 2.25rem !important; }
  .cta-decision-card { padding: 2rem 1.05rem !important; border-radius: 18px; }
  .cta-band--decision .cta-decision-card h2 { font-size: clamp(1.85rem, 9vw, 2.45rem) !important; }
}


/* ========================================================================== 
   v3.5 — HighLevelOffer-inspired fixed trial bar
   ========================================================================== */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: block;
  padding: 0;
  background: rgba(255,255,255,.985);
  border-top: 1px solid #dbe5f1;
  box-shadow: 0 -12px 34px -24px rgba(10,23,48,.52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.sticky-cta[hidden] { display: none !important; }
/* Auto-hide the bar shortly before the site footer reaches the viewport,
   so it never covers footer navigation or legal copy. */
.sticky-cta.is-footer-near {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(110%);
}
.sticky-cta__inner {
  width: min(100% - 56px, 1210px);
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto 36px;
  align-items: center;
  gap: clamp(1.1rem, 3vw, 2.6rem);
  padding: .72rem 0;
}
.sticky-cta__copy {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  align-items: baseline;
  column-gap: .72rem;
  row-gap: .18rem;
}
.sticky-cta__eyebrow {
  grid-column: 1 / -1;
  display: block;
  margin: 0;
  color: #1769e8;
  font-family: var(--display);
  font-size: .67rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sticky-cta strong {
  display: block;
  margin: 0;
  color: #123363;
  font-family: var(--display);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.24;
  font-weight: 800;
  letter-spacing: -.025em;
}
.sticky-cta__meta {
  color: #6b7b91;
  font-size: .78rem;
  line-height: 1.35;
  font-weight: 600;
  white-space: nowrap;
}
.sticky-cta__button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .48rem;
  padding: .88rem 1.75rem;
  border: 1px solid #eda600;
  border-radius: 14px;
  background: linear-gradient(180deg,#ffc028 0%,#ffb000 100%);
  color: #07152d !important;
  font-family: var(--display);
  font-size: .96rem;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 26px -18px rgba(218,144,0,.95);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.sticky-cta__button:hover,
.sticky-cta__button:focus-visible {
  filter: brightness(1.035);
  transform: translateY(-1px);
  box-shadow: 0 15px 30px -18px rgba(218,144,0,1);
}
.sticky-cta__button:focus-visible,
.sticky-cta__close:focus-visible {
  outline: 3px solid rgba(23,105,232,.24);
  outline-offset: 3px;
}
.sticky-cta__close {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #718198;
  font: inherit;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}
.sticky-cta__close:hover,
.sticky-cta__close:focus-visible { background: #f1f5f9; color: #123363; }

@media (max-width: 1040px) {
  .sticky-cta__inner { width: min(100% - 32px, 1210px); gap: 1rem; }
  .sticky-cta__copy { display: block; }
  .sticky-cta__eyebrow { margin-bottom: .18rem; }
  .sticky-cta__meta { display: block; margin-top: .2rem; white-space: normal; }
  .sticky-cta__button { min-height: 52px; padding-inline: 1.35rem; }
}

@media (max-width: 760px) {
  .sticky-cta__inner {
    width: min(100% - 24px, 1210px);
    min-height: 0;
    grid-template-columns: minmax(0,1fr) 30px;
    gap: .62rem .75rem;
    padding: .72rem 0 .78rem;
  }
  .sticky-cta__copy { grid-column: 1 / 2; }
  .sticky-cta__eyebrow { font-size: .59rem; }
  .sticky-cta strong { font-size: .92rem; line-height: 1.27; }
  .sticky-cta__meta { font-size: .69rem; }
  .sticky-cta__button {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    min-height: 46px;
    padding: .74rem 1rem;
    border-radius: 11px;
    font-size: .88rem;
  }
  .sticky-cta__close {
    grid-column: 2;
    grid-row: 1;
    width: 30px;
    height: 30px;
    align-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sticky-cta, .sticky-cta__button { transition: none; }
}

/* v3.9 brand logo integration: exact theme palette, no custom-logo override. */
.masthead .brand--image img{max-width:238px;max-height:44px;height:auto;object-fit:contain;filter:none!important;opacity:1!important;mix-blend-mode:normal!important;}
.foot-brand .brand--footer-logo img{width:min(250px,100%);height:auto;filter:none!important;opacity:1!important;mix-blend-mode:normal!important;}
@media(max-width:480px){.masthead .brand--image img{max-width:190px;max-height:36px;}}


/* v4.1 exact GHLCRM.US wordmark — contiguous text, theme-safe colors. */
.brand--text-logo{
  display:inline-flex!important;
  align-items:baseline;
  gap:0!important;
  column-gap:0!important;
  text-decoration:none!important;
  font-family:var(--display);
  font-weight:900;
  line-height:1;
  letter-spacing:-.055em;
  white-space:nowrap;
  font-size:clamp(1.65rem,2.25vw,2.18rem);
  flex:0 0 auto;
  color:inherit;
  filter:none!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
}
.brand--text-logo:hover{ text-decoration:none!important; }
.brand--text-logo .brand__ghl,
.brand--text-logo .brand__crm,
.brand--text-logo .brand__us{
  display:inline-block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  background-image:none!important;
  text-shadow:none!important;
  filter:none!important;
  opacity:1!important;
  -webkit-text-fill-color:currentColor!important;
}
.brand--text-logo .brand__ghl{ color:#E24414!important; }
.brand--text-logo .brand__crm{ color:#17D94B!important; }
.brand--text-logo .brand__us{ color:#0A1730!important; }
.masthead .brand--text-logo{ min-width:max-content; margin-right:clamp(.65rem,1.8vw,1.3rem); }
.foot-brand .brand--footer-text-logo{ display:inline-flex!important; margin-bottom:1rem; font-size:2rem; }
.foot-brand .brand--footer-text-logo .brand__ghl{ color:#E24414!important; }
.foot-brand .brand--footer-text-logo .brand__crm{ color:#17D94B!important; }
.foot-brand .brand--footer-text-logo .brand__us{ color:#FFFFFF!important; }
@media(max-width:720px){.brand--text-logo{font-size:1.55rem;letter-spacing:-.05em}.masthead .brand--text-logo{margin-right:.4rem}}
@media(max-width:420px){.brand--text-logo{font-size:1.4rem}}


/* ========================================================================== 
   v4.2 — unified CTA palette (#F14A1A) + orange-aligned decision/sticky CTAs
   ========================================================================== */
:root {
  --cta: #F14A1A;
  --cta-dark: #D43D12;
}

/* Primary action controls use one exact brand color throughout the theme.
   Utility controls (menu toggle / popup close) intentionally keep neutral styling. */
.btn,
.btn--cta,
.btn--premium,
.btn--dark,
.btn--ghost,
.comment-form input[type="submit"],
.search-form button,
.wp-element-button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"],
.sticky-cta__button {
  background: #F14A1A !important;
  background-image: none !important;
  border-color: #F14A1A !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-shadow: none !important;
}

.btn:hover,
.btn:focus-visible,
.btn--cta:hover,
.btn--cta:focus-visible,
.btn--premium:hover,
.btn--premium:focus-visible,
.btn--dark:hover,
.btn--dark:focus-visible,
.btn--ghost:hover,
.btn--ghost:focus-visible,
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus-visible,
.search-form button:hover,
.search-form button:focus-visible,
.wp-element-button:hover,
.wp-element-button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible,
button[type="submit"]:hover,
button[type="submit"]:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible,
.sticky-cta__button:hover,
.sticky-cta__button:focus-visible {
  background: #D43D12 !important;
  background-image: none !important;
  border-color: #D43D12 !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* Closing decision card: replace the previous blue/yellow treatment with a
   restrained warm palette that supports the new CTA color without reducing
   heading/body contrast. */
.cta-decision-card {
  border-color: #F6A58D !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(241,74,26,.14), transparent 35%),
    radial-gradient(circle at 7% 92%, rgba(241,74,26,.07), transparent 32%),
    linear-gradient(130deg, #FFFDFC 0%, #FFF7F4 56%, #FFF0EA 100%) !important;
  box-shadow: 0 24px 65px -48px rgba(188,55,16,.42) !important;
}
.cta-decision-kicker { color: #F14A1A !important; }
.cta-decision-button {
  background: #F14A1A !important;
  border-color: #F14A1A !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  box-shadow: 0 14px 30px -18px rgba(241,74,26,.72) !important;
}
.cta-decision-button:hover,
.cta-decision-button:focus-visible {
  background: #D43D12 !important;
  border-color: #D43D12 !important;
  color: #FFFFFF !important;
}

/* Sticky trial bar: same visual system as the closing CTA. */
.sticky-cta {
  border-top-color: #F2C2B4 !important;
  box-shadow: 0 -12px 34px -24px rgba(158,45,13,.32) !important;
}
.sticky-cta__eyebrow { color: #F14A1A !important; }
.sticky-cta__button {
  background: #F14A1A !important;
  border-color: #F14A1A !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  box-shadow: 0 12px 26px -18px rgba(241,74,26,.82) !important;
}
.sticky-cta__button:hover,
.sticky-cta__button:focus-visible {
  background: #D43D12 !important;
  border-color: #D43D12 !important;
  color: #FFFFFF !important;
  filter: none !important;
  box-shadow: 0 15px 30px -18px rgba(212,61,18,.9) !important;
}
.sticky-cta__button:focus-visible,
.cta-decision-button:focus-visible,
.btn:focus-visible,
button[type="submit"]:focus-visible,
input[type="submit"]:focus-visible {
  outline-color: rgba(241,74,26,.34) !important;
}

/* v4.3: let single posts use the available width when no TOC/sidebar is rendered. */
@media (min-width: 1040px) {
  .article-grid > article:only-child { grid-column: 1 / -1; }
}
