/* ================================================================
   HOME v3 — "Ignite" (Premium Indigo revision 2) — a restrained,
   premium managed-hosting look in the spirit of hostnin.com: mostly
   white/near-white, huge whitespace, one confident indigo-violet
   accent used sparingly (buttons + small highlights), plain black
   headlines (no gradient text), thin 1px borders + soft neutral
   shadows instead of heavy chrome, monochrome-first iconography.
   Not a pixel copy — own layout, own copy, own component structure —
   just the same calm, corporate-grade visual philosophy. Still reads
   unmistakably as a Domain & Hosting company (domain search in the
   hero, TLD price ticker, world-map data centers). Self-contained:
   does not load style.css — every rule this page needs (including the
   ones targeting the dynamically-injected .plan / .feature-card /
   .faq-item / .testi-card markup from site-content.js) lives here.
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --v4-ink:#0f172a;
  --v4-ink-2:#1b2740;
  --v4-orange:#0d9488;
  --v4-orange-2:#14b8a6;
  --v4-lime:#f59e0b;
  --v4-blue:#0ea5e9;
  --v4-pink:#f43f5e;
  --v4-yellow:#f59e0b;
  --v4-bg:#f8fafc;
  --v4-bg-tint:#eefcfa;
  --v4-surface:#ffffff;
  --v4-text:#1e293b;
  --v4-muted:#64748b;
  --v4-border:#0f172a;
  --v4-line:rgba(15,23,42,.09);
  --v4-radius:16px;
  --v4-radius-sm:12px;
  --v4-gutter:16px;
  --v4-container:1280px;
  --v4-shadow-hard:0 8px 20px -10px rgba(15,23,42,.12);
  --v4-shadow-hard-sm:0 4px 12px -6px rgba(15,23,42,.1);
  --v4-shadow-soft:0 20px 48px -20px rgba(15,23,42,.18);
  --v4-shadow-glow:0 14px 32px -10px rgba(13,148,136,.35);
}
body.v4{margin:0;}
.v4{font-family:'Manrope',system-ui,-apple-system,sans-serif;color:var(--v4-text);background:var(--v4-bg);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
.v4 *{box-sizing:border-box;}
.v4 h1,.v4 h2,.v4 h3,.v4 h4{font-family:'Manrope',system-ui,sans-serif;color:var(--v4-ink);letter-spacing:-.02em;margin:0;}
/* hostnin's exact h2 scale: text-3xl md:text-4xl lg:text-5xl (stepped, not fluid) — applies to every h2 site-wide unless a more specific rule below overrides it */
.v4 h2{font-size:30px;line-height:1.15;font-weight:700;}
@media(min-width:768px){.v4 h2{font-size:36px;}}
@media(min-width:1024px){.v4 h2{font-size:48px;}}
:where(.v4 p){margin:0;}
.v4 ul{list-style:none;margin:0;padding:0;}
.v4 :where(a){color:inherit;text-decoration:none;}
.v4 img,.v4 svg{display:block;}
.v4wrap{max-width:var(--v4-container);margin:0 auto;padding:0 var(--v4-gutter);}
@media(min-width:640px){.v4wrap{padding:0 24px;}}
@media(min-width:1024px){.v4wrap{padding:0 32px;}}

/* -------- shared bits -------- */
.v4-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--v4-orange);}
.v4-eyebrow--light{color:#b3a4ff;}
.v4-head{text-align:center;max-width:640px;margin:0 auto 52px;}
.v4-head h2{margin:14px 0 14px;}
.two-tone{color:#9497ab;}
.v4-section--dark .two-tone{color:#7c7fa0;}
.v4-head p{font-size:clamp(15px,1.8vw,18px);font-weight:400;color:var(--v4-muted);}
.v4-head--light p{color:rgba(255,255,255,.58);}
.v4-section{position:relative;padding:72px 0;}
.v4-section--dark{background:var(--v4-ink);color:#fff;}

.v4-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:16px 32px;border-radius:99px;font-weight:700;font-size:15px;line-height:1;border:1.5px solid transparent;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s;white-space:nowrap;font-family:'Manrope',sans-serif;}
.v4-btn-primary{background:var(--v4-orange);color:#fff;box-shadow:var(--v4-shadow-glow);}
.v4-btn-primary:hover{background:#0f766e;transform:translateY(-1px);}
.v4-btn-lime{background:var(--v4-lime);color:#241a04;}
.v4-btn-lime:hover{transform:translateY(-1px);}
.v4-btn-ghost{background:#fff;color:var(--v4-ink);border-color:var(--v4-line);}
.v4-btn-ghost:hover{border-color:var(--v4-orange);color:var(--v4-orange);}
.v4-btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.28);}
.v4-btn-outline-light:hover{border-color:#fff;background:rgba(255,255,255,.07);}
.v4-btn-block{width:100%;}
.v4-btn-sm{padding:11px 20px;font-size:13px;}
.v4-text-link{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:14.5px;color:var(--v4-orange);text-decoration:none;}
.v4-text-link:hover{text-decoration:underline;}
.v4-text-link svg{transition:transform .18s ease;}
.v4-text-link:hover svg{transform:translateX(3px);}

/* generic .btn markup injected by site-content.js (plan CTAs, compare-table CTAs) */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:99px;font-weight:600;font-size:16px;border:1.5px solid transparent;cursor:pointer;text-decoration:none;transition:transform .18s,background .18s;font-family:'Manrope',sans-serif;}
.btn-block{width:100%;}
.btn-sm{padding:10px 16px;font-size:13px;}
.btn-primary{background:var(--v4-orange);color:#fff;}
.btn-primary:hover{background:#0f766e;}
.btn-outline-brand{background:#fff;color:var(--v4-ink);border-color:var(--v4-line);}
.btn-outline-brand:hover{border-color:var(--v4-orange);color:var(--v4-orange);}
.plan.popular .btn-outline-brand{background:var(--v4-orange);color:#fff;border-color:transparent;}
.plan.popular .btn-outline-brand:hover{background:#0f766e;}

/* feature-list collapse toggle injected by site-content.js */
.plan .feat-extra{display:none;}
.plan.expanded .feat-extra{display:flex;}
.feat-toggle{cursor:pointer;color:var(--v4-orange);font-weight:700;display:flex;align-items:center;gap:6px;font-size:13px;}
.feat-toggle svg{width:12px;height:12px;transition:transform .2s;flex-shrink:0;}
.plan.expanded .feat-toggle svg{transform:rotate(180deg);}
.feat-toggle-less{display:none;}
.plan.expanded .feat-toggle-more{display:none;}
.plan.expanded .feat-toggle-less{display:inline;}
.why-plan{background:var(--v4-bg-tint);border-radius:14px;padding:16px 18px;margin-top:18px;}
.why-plan b{font-size:12.5px;color:var(--v4-ink);}
.why-plan p{font-size:12px;color:var(--v4-muted);margin-top:4px;line-height:1.5;}

/* ============ ANNOUNCEMENT ============ */
.v4-announce{background:var(--v4-ink);color:rgba(255,255,255,.85);text-align:center;padding:10px 16px;font-size:12.5px;font-weight:600;font-family:'Manrope',sans-serif;}
.v4-announce b{color:var(--v4-lime);font-weight:700;}

/* ============ HEADER ============ */
.v4-header{position:sticky;top:0;z-index:200;background:rgba(251,251,253,.85);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--v4-line);}
.v4-header-inner{max-width:var(--v4-container);margin:0 auto;padding:0 var(--v4-gutter);display:flex;align-items:center;justify-content:space-between;height:72px;gap:20px;}
@media(min-width:640px){.v4-header-inner{padding:0 24px;}}
@media(min-width:1024px){.v4-header-inner{padding:0 32px;}}
.v4-brand{display:flex;align-items:center;gap:9px;flex-shrink:0;}
.v4-brand .mark{width:32px;height:32px;border-radius:9px;background:var(--v4-orange);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;}
.v4-brand .mark svg{width:17px;height:17px;}
.v4-brand-name{font-family:'Manrope',sans-serif;font-size:18.5px;font-weight:800;color:var(--v4-ink);letter-spacing:-.02em;}
.v4-brand-name span{color:var(--v4-orange);}
.v4-nav{display:none;align-items:center;gap:28px;}
@media(min-width:1060px){.v4-nav{display:flex;}}
.v4-nav a{font-size:16px;font-weight:500;color:var(--v4-muted);transition:color .15s;font-family:'Manrope',sans-serif;}
.v4-nav a:hover,.v4-nav a.active{color:var(--v4-ink);}
.v4-header-cta{display:flex;align-items:center;gap:14px;flex-shrink:0;}
.v4-login{font-size:14px;font-weight:600;color:var(--v4-muted);display:none;font-family:'Manrope',sans-serif;}
@media(min-width:640px){.v4-login{display:inline-flex;}}
.v4-login:hover{color:var(--v4-ink);}
.v4-signup{padding:10px 19px;border-radius:10px;background:var(--v4-orange);color:#fff;font-weight:700;font-size:13.5px;font-family:'Manrope',sans-serif;transition:background .15s,transform .15s;}
.v4-signup:hover{background:#0f766e;transform:translateY(-1px);}

.nav-profile{position:relative;}
.nav-profile-trigger{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px 10px 6px 6px;border-radius:99px;background:var(--v4-bg-tint);border:1px solid var(--v4-line);}
.nav-profile-avatar{width:26px;height:26px;border-radius:50%;background:var(--v4-orange);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;font-family:'Manrope',sans-serif;overflow:hidden;flex-shrink:0;}
.nav-profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.nav-profile-name{font-size:13.5px;font-weight:600;color:var(--v4-ink);font-family:'Manrope',sans-serif;}
.nav-profile-trigger .chev{color:var(--v4-muted);}
.nav-profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:14px;box-shadow:var(--v4-shadow-soft);border:1px solid var(--v4-line);padding:8px;width:210px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.18s;z-index:50;}
.nav-profile:hover .nav-profile-dropdown{opacity:1;visibility:visible;transform:translateY(0);}
.nav-profile-dropdown a{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--v4-text);}
.nav-profile-dropdown a:hover{background:var(--v4-bg);color:var(--v4-orange);}
.nav-profile-dropdown .npd-icon{width:16px;height:16px;flex-shrink:0;color:var(--v4-muted);}
.nav-profile-dropdown hr{border:none;border-top:1px solid var(--v4-line);margin:6px 4px;}

/* currency dropdown injected by currency.js */
.currency-toggle{position:relative;}
.currency-toggle-btn{display:flex;align-items:center;gap:6px;padding:8px 11px;border-radius:99px;border:1px solid var(--v4-line);background:var(--v4-bg-tint);font-size:12.5px;font-weight:600;color:var(--v4-ink);cursor:pointer;font-family:'Manrope',sans-serif;}
.currency-toggle-btn svg{flex-shrink:0;}
.currency-dropdown{position:absolute;right:0;top:calc(100% + 10px);background:#fff;border-radius:14px;box-shadow:var(--v4-shadow-soft);border:1px solid var(--v4-line);padding:8px;min-width:210px;max-height:320px;overflow-y:auto;z-index:250;opacity:0;visibility:hidden;transform:translateY(6px);transition:.15s;}
.currency-dropdown.open{opacity:1;visibility:visible;transform:translateY(0);}
.currency-option{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:9px 12px;border-radius:9px;border:none;background:transparent;font-size:13px;font-weight:600;color:var(--v4-text);cursor:pointer;font-family:'Manrope',sans-serif;}
.currency-option:hover,.currency-option.active{background:var(--v4-bg);color:var(--v4-orange);}
.currency-option-name{color:var(--v4-muted);font-size:12px;margin-left:auto;}

/* ============ FOLD WRAPPER — pins announce+header+hero+tiles to one screen on desktop ============ */
@media(min-width:1024px){
  .v4-fold{display:flex;flex-direction:column;min-height:calc(100vh - 114px);}
  .v4-fold .v4-hero{flex:1 1 auto;display:flex;flex-direction:column;padding:0;}
  .v4-fold .v4-hero-center{flex:1 1 auto;justify-content:center;padding:clamp(2px,2vh,20px) 0;}
  .v4-fold .v4-hero-tiles{flex:0 0 auto;}
  .v4-fold .v4-ticker{flex:0 0 auto;padding:clamp(2px,1.4vh,14px) 0;}
  .v4-fold .v4-hero-badge{margin-bottom:clamp(0px,2vh,24px);}
  .v4-fold .v4-hero h1{font-size:clamp(26px,5.6vh,54px);margin-bottom:clamp(2px,1.4vh,18px);}
  .v4-fold .v4-hero-sub{font-size:clamp(12px,1.8vh,17px);margin-bottom:clamp(2px,2.6vh,34px);}
  .v4-fold .v4-hero-search-bar{margin-bottom:clamp(4px,1.2vh,14px);}
  .v4-fold .v4-hero-search-note{margin-bottom:clamp(0px,2vh,28px);}
  .v4-fold .v4-hero-trust-row{margin-bottom:clamp(2px,2.4vh,30px);}
  .v4-fold .v4-hero-cta-row{margin-bottom:clamp(4px,4vh,56px);}
  .v4-fold .v4-hero-tile{padding:clamp(6px,2vh,26px) 20px;}
}
@media(min-width:1024px) and (max-height:560px){
  .v4-fold .v4-hero-badge{display:none;}
}

/* ============ HERO — centered, search-first ============ */
.v4-hero{position:relative;background:var(--v4-surface);padding:76px 0 0;overflow:hidden;}
.v4-hero-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0;}
.v4-hero-orb--a{width:560px;height:560px;background:radial-gradient(circle,var(--v4-orange-2),transparent 70%);top:-260px;left:50%;transform:translateX(-60%);opacity:.14;}
.v4-hero-orb--b{width:420px;height:420px;background:radial-gradient(circle,var(--v4-lime),transparent 70%);top:-120px;left:50%;transform:translateX(20%);opacity:.1;}

.v4-hero-center{position:relative;z-index:1;width:100%;max-width:780px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;}
.v4-hero-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--v4-text);background:var(--v4-bg-tint);border:1px solid var(--v4-line);padding:8px 16px;border-radius:99px;margin-bottom:24px;}
.v4-hero h1{font-size:38px;line-height:1.14;letter-spacing:-.02em;font-weight:800;margin-bottom:18px;color:var(--v4-ink);}
@media(min-width:640px){.v4-hero h1{font-size:48px;}}
@media(min-width:1024px){.v4-hero h1{font-size:54px;}}
.v4-hero h1 .hl{color:var(--v4-orange);}
.v4-hero-sub{font-size:17px;color:var(--v4-muted);max-width:560px;margin-bottom:34px;}

.v4-hero-search-bar{width:100%;max-width:780px;background:#fff;border:1px solid var(--v4-line);border-radius:99px;box-shadow:var(--v4-shadow-soft);padding:8px;display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:14px;}
.v4-hero-search-bar .ico{display:none;align-items:center;justify-content:center;width:22px;margin-left:10px;color:var(--v4-muted);flex-shrink:0;}
.v4-hero-search-bar .ico svg{width:18px;height:18px;}
@media(min-width:480px){.v4-hero-search-bar .ico{display:flex;}}
.v4-hero-search-bar input{flex:1 1 140px;min-width:0;border:none;outline:none;font-size:15px;font-weight:500;color:var(--v4-ink);padding:12px 6px;background:transparent;font-family:'Manrope',sans-serif;}
.v4-hero-search-bar input::placeholder{color:#a7a7b8;font-weight:400;}
.v4-hero-ext{position:relative;display:flex;align-items:center;flex-shrink:0;}
.v4-hero-ext select{appearance:none;-webkit-appearance:none;background:var(--v4-bg);border:1px solid var(--v4-line);border-radius:99px;padding:10px 30px 10px 16px;font-weight:700;font-size:13.5px;color:var(--v4-ink);cursor:pointer;font-family:'Manrope',sans-serif;}
.v4-hero-ext svg{position:absolute;right:12px;width:12px;height:12px;pointer-events:none;color:var(--v4-muted);}
.v4-hero-search-bar button{flex-shrink:0;padding:12px 26px;border-radius:99px;background:var(--v4-orange);color:#fff;font-weight:700;font-size:14px;border:none;display:inline-flex;align-items:center;gap:7px;font-family:'Manrope',sans-serif;transition:background .15s;cursor:pointer;}
.v4-hero-search-bar button:hover{background:#0f766e;}
.v4-hero-search-note{font-size:13px;color:var(--v4-muted);margin-bottom:28px;}
.v4-hero-search-note b{color:var(--v4-orange);}

.v4-hero-trust-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-bottom:30px;}
.v4-hero-trust-row span{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:var(--v4-muted);}
.v4-hero-trust-row svg{width:14px;height:14px;color:var(--v4-orange);flex-shrink:0;}
.v4-hero-trust-row .stars{color:var(--v4-lime);letter-spacing:1px;}

.v4-hero-cta-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-bottom:56px;}
.v4-hero-price-inline{font-size:14px;color:var(--v4-muted);font-weight:500;}
.v4-hero-price-inline .cur{font-weight:800;color:var(--v4-ink);font-family:'Manrope',sans-serif;}
.v4-hero-price-inline .amt{font-weight:800;color:var(--v4-ink);font-family:'Manrope',sans-serif;}

/* -- below-fold stat strip, replaces a single floating card -- */
.v4-hero-tiles{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--v4-line);border:1px solid var(--v4-line);border-radius:20px 20px 0 0;overflow:hidden;margin-top:8px;}
@media(min-width:700px){.v4-hero-tiles{grid-template-columns:repeat(4,1fr);}}
/* match the header's actual content width (header uses wider side padding than the default .v4wrap) */
@media(min-width:640px){.v4-hero-tiles{max-width:calc(var(--v4-container) - 48px);}}
@media(min-width:1024px){.v4-hero-tiles{max-width:calc(var(--v4-container) - 64px);}}
.v4-hero-tile{position:relative;background:#fff;padding:26px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;}
.v4-hero-tile b{font-family:'Manrope',sans-serif;font-size:26px;font-weight:800;color:var(--v4-ink);line-height:1;}
.v4-hero-tile b small{font-size:15px;color:var(--v4-orange);font-weight:700;}
.v4-hero-tile span{font-size:12.5px;color:var(--v4-muted);font-weight:600;margin-top:6px;}
.v4-hv-live-dot{width:8px;height:8px;border-radius:50%;background:#16a34a;flex-shrink:0;box-shadow:0 0 0 0 rgba(22,163,74,.5);animation:v4livepulse 2s infinite;position:absolute;top:14px;right:14px;}
@keyframes v4livepulse{0%{box-shadow:0 0 0 0 rgba(22,163,74,.45);}70%{box-shadow:0 0 0 8px rgba(22,163,74,0);}100%{box-shadow:0 0 0 0 rgba(22,163,74,0);}}

/* ============ TLD PRICE TICKER (new) ============ */
.v4-ticker{background:var(--v4-surface);border-top:1px solid var(--v4-line);border-bottom:1px solid var(--v4-line);padding:14px 0;overflow:hidden;}
.v4-ticker-track{display:flex;gap:0;width:max-content;animation:v3tick 36s linear infinite;}
.v4-ticker:hover .v4-ticker-track{animation-play-state:paused;}
.v4-ticker-chip{display:flex;align-items:center;gap:7px;color:var(--v4-muted);padding:0 20px;border-right:1px solid var(--v4-line);font-family:'Manrope',sans-serif;font-weight:600;font-size:12.5px;white-space:nowrap;flex-shrink:0;}
.v4-ticker-chip b{color:var(--v4-orange);font-weight:700;}
.v4-ticker-chip .sep{display:none;}
@keyframes v3tick{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* ============ TRUST STRIP ============ */
.v4-trust{padding:44px 0;background:var(--v4-bg);}

.v4-reviews-row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;}
.v4-review-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--v4-line);border-radius:14px;padding:12px 22px;}
.v4-review-logo{width:30px;height:30px;flex-shrink:0;}
.v4-review-info{display:flex;flex-direction:column;gap:3px;text-align:left;}
.v4-review-stars{color:var(--v4-lime);letter-spacing:2px;font-size:12px;line-height:1;}
.v4-review-text{font-size:13px;color:var(--v4-muted);font-weight:500;white-space:nowrap;}
.v4-review-text b{color:var(--v4-ink);font-family:'Manrope',sans-serif;font-weight:800;}

/* ============ PRICING (targets site-content.js's .plan markup) — restyled to echo the
   hero's language: orb glow, pill controls, teal/lime accents, soft glow shadows ============ */
.v4-pricing{position:relative;overflow:hidden;padding-top:72px;}

/* asymmetric header: left-aligned copy vs. the old centered eyebrow/h2/toggle stack,
   with a floating billing-card echoing the hero-search-bar's pill-card language */
.v4-pricing-head-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:36px;margin-bottom:60px;}
.v4-pricing-head-copy{flex:1 1 420px;text-align:left;}
.v4-pricing-head-copy .v4-eyebrow{justify-content:flex-start;}
.v4-pricing-head-copy h2{margin:14px 0 14px;max-width:460px;}
.v4-pricing-head-copy p{font-size:clamp(15px,1.8vw,17px);color:var(--v4-muted);max-width:420px;}

.v4-billing-card{position:relative;flex:0 0 300px;display:flex;flex-direction:column;align-items:center;gap:14px;background:#fff;border:1px solid var(--v4-line);border-radius:22px;padding:28px 24px;box-shadow:var(--v4-shadow-soft);text-align:center;}
.v4-billing-card-label{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--v4-muted);}
.v4-pill-toggle{display:inline-flex;background:var(--v4-bg-tint);border:1px solid var(--v4-line);border-radius:99px;padding:6px;gap:2px;}
.v4-pill-toggle button{-webkit-appearance:none;appearance:none;border:none;outline:none;-webkit-tap-highlight-color:transparent;background:transparent;padding:12px 28px;border-radius:99px;font-weight:700;font-size:14px;color:var(--v4-muted);cursor:pointer;font-family:'Manrope',sans-serif;transition:.18s;}
.v4-pill-toggle button.active{background:var(--v4-orange);color:#fff;box-shadow:0 8px 18px -6px rgba(13,148,136,.55);}
.v4-save-tag{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--v4-orange);}

/* echoes the hero's checkmark trust row for continuity between the two sections */
.v4-pricing-trust{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:18px;margin-top:22px;}
.v4-pricing-trust span{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--v4-muted);}
.v4-pricing-trust svg{width:14px;height:14px;color:var(--v4-orange);flex-shrink:0;}
@media(max-width:760px){
  .v4-pricing-head-copy,.v4-pricing-head-copy p{text-align:center;max-width:none;}
  .v4-pricing-head-copy .v4-eyebrow{justify-content:center;}
  .v4-pricing-head-row{justify-content:center;text-align:center;}
  .v4-billing-card{flex:1 1 100%;}
  .v4-pricing-trust{justify-content:center;}
}

#plansGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(268px,1fr));gap:28px;align-items:stretch;max-width:1180px;margin:0 auto;}
.plan{position:relative;background:#fff;border:1px solid var(--v4-line);border-radius:22px;padding:32px 28px;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s,border-color .25s;display:flex;flex-direction:column;overflow:hidden;isolation:isolate;}
.plan::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--v4-orange),var(--v4-lime));transform:scaleX(0);transform-origin:left;transition:transform .3s ease;}
.plan:hover{transform:translateY(-6px);box-shadow:var(--v4-shadow-hard);border-color:rgba(13,148,136,.25);}
.plan:hover::before{transform:scaleX(1);}
.plan.popular{background:linear-gradient(165deg,var(--v4-ink-2),var(--v4-ink) 60%);color:#fff;border-color:transparent;box-shadow:0 0 0 2px rgba(20,184,166,.4),var(--v4-shadow-glow);transform:scale(1.03);z-index:1;}
.plan.popular::before{transform:scaleX(1);}
.plan.popular::after{content:"";position:absolute;top:-90px;right:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(20,184,166,.45),transparent 70%);filter:blur(6px);pointer-events:none;z-index:-1;}
.plan.popular:hover{transform:scale(1.03) translateY(-6px);box-shadow:0 0 0 2px rgba(20,184,166,.55),var(--v4-shadow-glow);}
.plan-badge{position:absolute;top:22px;right:22px;background:var(--v4-lime);color:#241a04;font-size:10.5px;font-weight:800;letter-spacing:.01em;padding:6px 13px;border-radius:99px;font-family:'Manrope',sans-serif;box-shadow:0 6px 14px -4px rgba(245,158,11,.5);}
.plan-icon{width:50px;height:50px;border-radius:14px;background:linear-gradient(135deg,var(--v4-orange),var(--v4-orange-2));color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:18px;box-shadow:0 8px 16px -6px rgba(13,148,136,.5);}
.plan.popular .plan-icon{background:linear-gradient(135deg,var(--v4-lime),#fbbf24);box-shadow:0 8px 16px -6px rgba(245,158,11,.5);}
.plan-icon svg{width:22px;height:22px;}
.plan h3{font-size:22px;margin-bottom:6px;font-weight:800;letter-spacing:-.01em;}
.plan.popular h3{color:#fff;}
.plan .desc{color:var(--v4-muted);font-size:14px;line-height:1.6;margin-bottom:18px;min-height:40px;}
.plan.popular .desc{color:rgba(255,255,255,.6);}
.plan .old-price{font-size:13px;color:var(--v4-muted);text-decoration:line-through;margin-bottom:2px;}
.plan.popular .old-price{color:rgba(255,255,255,.4);}
.plan .price-row{display:flex;align-items:baseline;gap:4px;}
.plan .price{font-family:'Manrope',sans-serif;font-size:38px;font-weight:800;color:var(--v4-ink);letter-spacing:-.02em;}
.plan.popular .price{color:#fff;}
.plan .per{font-size:14px;color:var(--v4-muted);font-weight:600;}
.plan.popular .per{color:rgba(255,255,255,.5);}
.plan .renew{display:inline-block;font-size:11.5px;font-weight:600;color:var(--v4-muted);margin-top:12px;background:var(--v4-bg-tint);padding:7px 12px;border-radius:9px;line-height:1.5;}
.plan.popular .renew{color:rgba(255,255,255,.65);background:rgba(255,255,255,.08);}
.plan hr{border:none;border-top:1px solid var(--v4-line);margin:20px 0;}
.plan.popular hr{border-top-color:rgba(255,255,255,.12);}
.plan ul{display:flex;flex-direction:column;gap:12px;margin-bottom:0;}
.plan ul li{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:var(--v4-text);line-height:1.4;font-weight:500;}
.plan.popular ul li{color:rgba(255,255,255,.85);}
.plan ul li:not(.feat-toggle) > svg{width:18px;height:18px;padding:3px;box-sizing:border-box;flex-shrink:0;color:var(--v4-orange);background:var(--v4-bg-tint);border-radius:50%;margin-top:0;}
.plan.popular ul li:not(.feat-toggle) > svg{background:rgba(255,255,255,.1);color:var(--v4-lime);}
.plan ul li.no{color:var(--v4-muted);opacity:.5;}
.plan ul li .dash{width:18px;text-align:center;flex-shrink:0;}
.plan .plan-cta{margin-top:24px;}
.plan.popular .btn-primary{background:var(--v4-lime);color:#241a04;box-shadow:0 8px 20px -6px rgba(245,158,11,.5);}
.plan.popular .btn-primary:hover{background:#d97706;}
.v4-pricing-note{text-align:center;font-size:13px;color:var(--v4-muted);margin-top:48px;}
.v4-pricing-note a{color:var(--v4-orange);font-weight:600;}
.loading-note{text-align:center;color:var(--v4-muted);grid-column:1/-1;padding:40px 0;}

/* ============ SOLUTIONS — asymmetric split: one featured dark panel
   (the common entry point) + a compact list for the rest, instead of a
   grid of identical cards ============ */
.v4-solutions-grid{display:grid;grid-template-columns:1fr;gap:20px;}
@media(min-width:860px){.v4-solutions-grid{grid-template-columns:1fr 1.1fr;align-items:stretch;}}

.v4-sol-featured{
  position:relative;overflow:hidden;
  background:linear-gradient(160deg,var(--v4-ink) 0%,var(--v4-ink-2) 100%);
  border-radius:24px;padding:36px 32px;
  display:flex;flex-direction:column;
}
.v4-sol-featured::before{
  content:"";position:absolute;top:-120px;right:-120px;width:280px;height:280px;border-radius:50%;
  background:radial-gradient(circle,rgba(20,184,166,.3),transparent 72%);pointer-events:none;
}
.v4-sol-icon-lg{
  position:relative;width:56px;height:56px;border-radius:15px;background:rgba(255,255,255,.1);
  color:#2dd4bf;display:flex;align-items:center;justify-content:center;margin-bottom:20px;
}
.v4-sol-icon-lg svg{width:26px;height:26px;}
.v4-sol-featured-tag{position:relative;display:block;font-size:12px;font-weight:700;color:#5eead4;letter-spacing:.03em;margin-bottom:10px;}
.v4-sol-featured h3{position:relative;color:#fff;font-size:24px;margin-bottom:12px;}
.v4-sol-featured p{position:relative;color:rgba(255,255,255,.6);font-size:14.5px;line-height:1.6;margin-bottom:26px;max-width:340px;flex-grow:1;}
.v4-sol-featured .v4-btn{position:relative;align-self:flex-start;}

.v4-sol-list{display:flex;flex-direction:column;justify-content:center;border:1px solid var(--v4-line);border-radius:24px;overflow:hidden;background:var(--v4-surface);}
.v4-sol-row{display:flex;align-items:center;gap:16px;padding:20px 22px;border-bottom:1px solid var(--v4-line);transition:background .2s ease;}
.v4-sol-row:last-child{border-bottom:none;}
.v4-sol-row:hover{background:var(--v4-bg-tint);}
.v4-sol-row .ico{width:42px;height:42px;border-radius:12px;background:var(--v4-bg-tint);color:var(--v4-orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.v4-sol-row .ico svg{width:19px;height:19px;}
.v4-sol-row .txt{flex:1;min-width:0;}
.v4-sol-row .txt b{display:block;font-size:15px;font-weight:700;color:var(--v4-ink);margin-bottom:3px;}
.v4-sol-row .txt span{display:block;font-size:12.5px;color:var(--v4-muted);line-height:1.45;}
.v4-sol-row .arrow{width:16px;height:16px;color:var(--v4-muted);flex-shrink:0;transition:transform .2s ease,color .2s ease;}
.v4-sol-row:hover .arrow{transform:translateX(3px);color:var(--v4-orange);}

/* ============ HOSTING TYPES — pricing-style category cards. The popular
   (middle) card rides up above the others with its badge floating above it. */
.v4-ht-toggle{margin-top:24px;}
.v4-htgrid{position:relative;padding-top:22px;display:grid;grid-template-columns:1fr;gap:24px;}
@media(min-width:900px){.v4-htgrid{grid-template-columns:repeat(3,1fr);align-items:end;gap:24px;}}

.v4-htcard{
  position:relative;z-index:1;background:var(--v4-surface);border:1px solid var(--v4-line);
  border-radius:22px;padding:30px 26px 26px;box-shadow:var(--v4-shadow-hard);
  display:flex;flex-direction:column;
}
.v4-htcard--popular{
  border:2px solid var(--v4-orange);box-shadow:var(--v4-shadow-glow);
  padding-top:38px;
}
@media(min-width:900px){.v4-htcard--popular{margin-bottom:-16px;padding-bottom:42px;}}

.v4-htcard-badge{
  position:absolute;top:-18px;left:50%;transform:translateX(-50%);z-index:2;
  display:inline-flex;align-items:center;gap:6px;background:var(--v4-lime);color:#241a04;
  font-size:12.5px;font-weight:800;letter-spacing:.02em;padding:8px 18px;border-radius:99px;
  box-shadow:0 6px 16px -6px rgba(0,0,0,.35);white-space:nowrap;
}

.v4-htcard-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px;}
.v4-htcard-icon{
  flex-shrink:0;width:46px;height:46px;border-radius:13px;background:var(--v4-bg-tint);
  color:var(--v4-orange);display:flex;align-items:center;justify-content:center;
}
.v4-htcard-icon svg{width:22px;height:22px;}
.v4-htcard-head h3{font-size:19px;font-weight:800;color:var(--v4-ink);margin:0 0 3px;}
.v4-htcard-head p{font-size:13px;color:var(--v4-muted);margin:0;}

.v4-htcard-price{margin-bottom:22px;}
.v4-htcard-old{display:block;font-size:14px;color:var(--v4-muted);text-decoration:line-through;margin-bottom:2px;}
.v4-htcard-now{display:flex;align-items:baseline;gap:6px;}
.v4-htcard-now b{font-size:34px;font-weight:800;color:var(--v4-ink);letter-spacing:-.01em;}
.v4-htcard-now span{font-size:14px;color:var(--v4-muted);font-weight:600;}
.v4-htcard-save{display:inline-block;margin-top:8px;font-size:12px;font-weight:700;color:#0f766e;background:#d1fae5;padding:4px 11px;border-radius:99px;}

.v4-htcard-block{padding-top:16px;border-top:1px solid var(--v4-line);margin-bottom:4px;}
.v4-htcard-label{display:block;font-size:12.5px;font-weight:800;color:var(--v4-ink);text-transform:uppercase;letter-spacing:.03em;margin-bottom:12px;}
.v4-htcard-rows{list-style:none;margin:0 0 4px;padding:0;}
.v4-htcard-rows li{display:flex;align-items:center;gap:9px;padding:7px 0;font-size:13.5px;color:var(--v4-text);}
.v4-htcard-rows .chk{width:16px;height:16px;flex-shrink:0;color:var(--v4-orange);}
.v4-htcard-rows .chk svg{width:100%;height:100%;}
.v4-htcard-rows .t{flex:1;}
.v4-htcard-rows b{font-weight:700;color:var(--v4-ink);}

.v4-htcard-feat{list-style:none;margin:0;padding:0;}
.v4-htcard-feat li{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:13.5px;color:var(--v4-text);}
.v4-htcard-feat .dot{width:18px;height:18px;flex-shrink:0;color:var(--v4-orange-2);}
.v4-htcard-feat .dot svg{width:100%;height:100%;}

.v4-htcard-settle{
  display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:16px;
  border-top:1px solid var(--v4-line);font-size:13.5px;color:var(--v4-muted);
}
.v4-htcard-settle span b{color:var(--v4-orange);font-weight:700;}
.v4-htcard-settle > b{color:var(--v4-ink);font-weight:800;font-size:14px;}

.v4-htcard-btn{
  margin-top:22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 20px;border-radius:99px;font-weight:700;font-size:14.5px;
  background:#fff;color:var(--v4-ink);border:1.5px solid var(--v4-border);
  transition:transform .18s,box-shadow .18s,background .18s,color .18s;
}
.v4-htcard-btn:hover{border-color:var(--v4-orange);color:var(--v4-orange);}
.v4-htcard-btn--solid{background:var(--v4-orange);color:#fff;border-color:var(--v4-orange);box-shadow:var(--v4-shadow-glow);}
.v4-htcard-btn--solid:hover{background:#0f766e;color:#fff;transform:translateY(-1px);}

/* ============ WHY CHOOSE US (new — featuresGrid) ============ */
#featuresGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;}
.feature-card{background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:26px;transition:transform .2s,box-shadow .2s;}
.feature-card:hover{transform:translateY(-4px);box-shadow:var(--v4-shadow-hard);}
.feature-card .icon{width:42px;height:42px;border-radius:11px;background:var(--v4-bg-tint);color:var(--v4-orange);display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.feature-card .icon svg{width:20px;height:20px;stroke:currentColor;}
.feature-card h3{font-size:20px;color:var(--v4-ink);font-weight:700;margin-bottom:9px;}
.feature-card p{color:var(--v4-muted);font-size:14px;line-height:1.65;}

/* ============ DATA CENTER (world map — the one deliberate dark band) ============ */
.v4-dc-map-wrap{position:relative;max-width:960px;margin:0 auto;}
.v4-dc-map-svg{width:100%;height:auto;display:block;fill:rgba(255,255,255,.07);}
.v4-dc-pin{position:absolute;transform:translate(-50%,-100%);display:flex;flex-direction:column;align-items:center;animation:v3pin-in .5s both;animation-delay:var(--d,0s);}
@keyframes v3pin-in{from{opacity:0;transform:translate(-50%,-70%);}to{opacity:1;transform:translate(-50%,-100%);}}
.v4-dc-pin--below{flex-direction:column-reverse;transform:translate(-50%,4px);}
.v4-dc-pin-marker{width:26px;height:26px;color:var(--v4-orange-2);filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));position:relative;}
.v4-dc-pin-marker::after{content:"";position:absolute;left:50%;top:8px;width:6px;height:6px;border-radius:50%;background:var(--v4-lime);transform:translateX(-50%);box-shadow:0 0 0 0 rgba(234,182,63,.55);animation:v3pulse 2s infinite;}
@keyframes v3pulse{0%{box-shadow:0 0 0 0 rgba(234,182,63,.45);}70%{box-shadow:0 0 0 8px rgba(234,182,63,0);}100%{box-shadow:0 0 0 0 rgba(234,182,63,0);}}
.v4-dc-pin-badge{display:flex;align-items:center;gap:6px;background:#fff;border-radius:99px;padding:5px 11px 5px 6px;font-size:11px;font-weight:700;color:var(--v4-ink);white-space:nowrap;margin-bottom:4px;font-family:'Manrope',sans-serif;}
.v4-dc-pin--below .v4-dc-pin-badge{margin-bottom:0;margin-top:4px;}
.v4-dc-pin-flag{font-size:13px;}
.v4-dc-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:22px;margin-top:36px;}
.v4-dc-legend span{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:rgba(255,255,255,.55);}
.v4-dc-legend .dot{width:7px;height:7px;border-radius:50%;background:var(--v4-lime);}

/* ============ GUARANTEE STRIP (new — minimal 3-column assurance bar) ============ */
.v4-guarantee{padding:56px 0;background:var(--v4-bg-tint);border-top:1px solid var(--v4-line);border-bottom:1px solid var(--v4-line);}
.v4-guarantee-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px;}
.v4-guar-item{display:flex;align-items:flex-start;gap:14px;}
.v4-guar-item .ico{width:40px;height:40px;border-radius:11px;background:#fff;color:var(--v4-orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:19px;}
.v4-guar-item h3{font-size:15.5px;margin-bottom:4px;font-weight:800;}
.v4-guar-item p{font-size:13px;color:var(--v4-muted);line-height:1.55;}

/* ============ COMPARE ============ */
.v4-cmp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;}
.v4-cmp-card{position:relative;background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:26px 22px;}
.v4-cmp-card--host{background:var(--v4-ink);color:#fff;border-color:var(--v4-ink);}
.v4-cmp-ribbon{position:absolute;top:16px;right:16px;background:var(--v4-lime);color:#241a04;font-size:10.5px;font-weight:800;padding:5px 11px;border-radius:99px;font-family:'Manrope',sans-serif;}
.v4-cmp-head{display:flex;align-items:center;gap:11px;margin-bottom:18px;}
.v4-cmp-avatar{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:13px;flex-shrink:0;font-family:'Manrope',sans-serif;}
.v4-cmp-name{font-family:'Manrope',sans-serif;font-weight:800;font-size:15px;}
.v4-cmp-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;}
.v4-cmp-list li{display:flex;align-items:flex-start;gap:9px;font-size:13px;font-weight:500;line-height:1.4;}
.v4-cmp-icon{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;}
.v4-cmp-icon svg{width:10px;height:10px;}
.v4-cmp-icon--yes{background:#dcfce7;color:#16a34a;}
.v4-cmp-card--host .v4-cmp-icon--yes{background:rgba(234,182,63,.16);color:var(--v4-lime);}
.v4-cmp-icon--limited{background:#fef3c7;color:#b45309;}
.v4-cmp-icon--no{background:#fee2e2;color:#dc2626;}
.v4-cmp-cta{display:block;text-align:center;padding:11px;border-radius:10px;background:var(--v4-lime);color:#241a04;font-weight:800;font-size:13px;font-family:'Manrope',sans-serif;}
.v4-cmp-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:22px;margin-top:32px;}
.v4-cmp-legend span{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--v4-muted);}
.v4-cmp-note{text-align:center;font-size:11.5px;color:var(--v4-muted);margin-top:20px;}

/* ============ TESTIMONIALS (new) — portrait photo-card carousel ============ */
#testimonialsGrid{
  display:flex;
  gap:20px;
  overflow-x:auto;
  scroll-snap-type:x proximity;
  padding:4px 4px 12px;
  margin:0 -4px;
  scrollbar-width:none;
}
#testimonialsGrid::-webkit-scrollbar{display:none;}
.testi-card{
  position:relative;
  flex:0 0 clamp(210px,22vw,270px);
  aspect-ratio:3/4;
  border-radius:20px;
  overflow:hidden;
  scroll-snap-align:start;
  background:var(--v4-ink-2);
  box-shadow:var(--v4-shadow-hard);
  transition:transform .3s ease,box-shadow .3s ease;
}
.testi-card:hover{transform:translateY(-6px);box-shadow:var(--v4-shadow-soft);}
.testi-photo{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.02) contrast(1.03);}
.testi-photo-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--v4-ink-2),var(--v4-ink));color:rgba(255,255,255,.3);}
.testi-photo-placeholder svg{width:30%;height:30%;}
.testi-overlay{
  position:absolute;inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:20px 18px 18px;
  background:linear-gradient(to top,rgba(6,10,22,.94) 0%,rgba(6,10,22,.8) 30%,rgba(6,10,22,.2) 62%,rgba(6,10,22,0) 82%);
}
.testi-overlay .stars{color:var(--v4-lime);letter-spacing:2px;margin-bottom:8px;font-size:12px;line-height:1;}
.testi-overlay p{
  color:#fff;font-size:14px;font-weight:600;line-height:1.5;margin-bottom:12px;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.testi-who b{display:block;font-size:14px;font-weight:700;font-family:'Manrope',sans-serif;color:#fff;}
.testi-who span{font-size:12px;font-weight:500;color:rgba(255,255,255,.68);}

/* ============ FAQ (new) ============ */
.v4-faq-wrap{max-width:740px;margin:0 auto;}
.faq-item{border:1px solid var(--v4-line);border-radius:12px;margin-bottom:12px;overflow:hidden;transition:border-color .2s,background .2s;background:#fff;}
.faq-item.open{border-color:rgba(13,148,136,.35);background:var(--v4-bg-tint);}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 20px;background:transparent;border:none;text-align:left;font-size:14.5px;font-weight:700;color:var(--v4-ink);cursor:pointer;font-family:'Manrope',sans-serif;}
.icon-plus{position:relative;width:16px;height:16px;flex-shrink:0;}
.icon-plus::before,.icon-plus::after{content:"";position:absolute;background:var(--v4-orange);border-radius:2px;transition:.2s;}
.icon-plus::before{top:50%;left:0;width:100%;height:2px;transform:translateY(-50%);}
.icon-plus::after{left:50%;top:0;height:100%;width:2px;transform:translate(-50%,0);}
.faq-item.open .icon-plus::after{transform:translate(-50%,0) rotate(90deg);opacity:0;}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.faq-a p{padding:0 20px 18px;color:var(--v4-muted);font-size:13.5px;line-height:1.7;}

/* ============ PARTNERS ============ */
.v4-partners-track{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;}
.v4-partner-pill{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--v4-line);padding:8px 15px 8px 9px;border-radius:99px;white-space:nowrap;font-weight:600;font-size:12.5px;color:var(--v4-ink);flex-shrink:0;}
.v4-partner-pill svg{width:18px;height:18px;flex-shrink:0;}
.v4-partner-badge{width:18px;height:18px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:800;flex-shrink:0;}

/* ============ FOOTER (light, hostnin-style with decorative wave) ============ */
.v4-footer{position:relative;background:var(--v4-bg);color:var(--v4-muted);padding:0;overflow:hidden;}
.v4-footer-wave{position:absolute;top:0;left:0;width:100%;height:160px;pointer-events:none;z-index:0;-webkit-mask-image:linear-gradient(to bottom,#000 60%,transparent);mask-image:linear-gradient(to bottom,#000 60%,transparent);}
.v4-footer-wave svg{width:100%;height:100%;}
.v4-footer-wave path{fill:var(--v4-bg-tint);}
.v4-footer > .v4wrap{position:relative;z-index:1;padding-top:72px;}
.v4-footer-tagline{margin-bottom:56px;}
.v4-footer-tagline h2{line-height:1.15;color:var(--v4-ink);margin:0;}
.v4-footer-top{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:32px;padding-bottom:44px;}
@media(max-width:900px){.v4-footer-top{grid-template-columns:repeat(2,1fr);}}
@media(max-width:520px){.v4-footer-top{grid-template-columns:1fr;}}
.v4-footer-brand{display:flex;align-items:center;gap:9px;margin-bottom:14px;}
.v4-footer-brand .mark{width:30px;height:30px;border-radius:8px;background:var(--v4-orange);display:flex;align-items:center;justify-content:center;color:#fff;}
.v4-footer-brand .mark svg{width:15px;height:15px;}
.v4-footer-brand span{font-family:'Manrope',sans-serif;font-size:17px;font-weight:800;color:var(--v4-ink);}
.v4-footer-top > div > p{font-size:13px;line-height:1.7;margin-bottom:16px;}
.v4-social-row{display:flex;gap:10px;}
.v4-social-row a{width:32px;height:32px;border-radius:9px;background:#fff;border:1px solid var(--v4-line);display:flex;align-items:center;justify-content:center;color:var(--v4-muted);transition:.15s;}
.v4-social-row a:hover{background:var(--v4-orange);color:#fff;border-color:var(--v4-orange);}
.v4-social-row svg{width:15px;height:15px;}
.v4-footer-top h4{color:var(--v4-ink);font-size:14px;margin-bottom:16px;font-weight:700;}
.v4-footer-top ul{display:flex;flex-direction:column;gap:11px;}
.v4-footer-top ul a{font-size:14px;font-weight:500;transition:color .15s;}
.v4-footer-top ul a:hover{color:var(--v4-orange);}
.v4-newsletter{display:flex;gap:8px;margin-top:2px;}
.v4-newsletter input{flex:1;min-width:0;padding:10px 13px;border-radius:9px;border:1px solid var(--v4-line);background:#fff;color:var(--v4-ink);font-size:13px;}
.v4-newsletter input::placeholder{color:#a7a7b8;}
.v4-footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;padding:22px 0;border-top:1px solid var(--v4-line);font-size:14px;font-weight:500;}
.v4-pay-icons{display:flex;gap:10px;}
.v4-pay-icons span{background:#fff;border:1px solid var(--v4-line);padding:5px 11px;border-radius:6px;font-size:10.5px;font-weight:600;}

/* ============ FREE MIGRATION (new) — full-width panel, matches header's max-width ============ */
.v4-migration-wrap{
  position:relative;
  display:grid;
  grid-template-columns:1fr;
  gap:40px;
  align-items:center;
  background:linear-gradient(160deg,#ffffff 0%,var(--v4-bg-tint) 140%);
  border:1px solid var(--v4-line);
  border-radius:28px;
  padding:44px 28px;
  box-shadow:var(--v4-shadow-soft);
  overflow:hidden;
}
@media(min-width:640px){.v4-migration-wrap{padding:52px 44px;}}
@media(min-width:960px){.v4-migration-wrap{grid-template-columns:1.05fr .95fr;padding:64px;}}
.v4-migration-wrap::before{
  content:"";position:absolute;top:-140px;right:-140px;width:380px;height:380px;border-radius:50%;
  background:radial-gradient(circle,rgba(13,148,136,.16),transparent 72%);pointer-events:none;
}
.v4-migration-wrap::after{
  content:"";position:absolute;bottom:-160px;left:-100px;width:320px;height:320px;border-radius:50%;
  background:radial-gradient(circle,rgba(245,158,11,.1),transparent 72%);pointer-events:none;
}
.v4-migration-wrap>*{position:relative;}
.v4-migration-lead{color:var(--v4-muted);font-size:15px;line-height:1.65;margin:14px 0 28px;max-width:460px;}
.v4-migration-steps{display:grid;grid-template-columns:1fr 1fr;gap:20px 16px;margin-bottom:30px;max-width:460px;}
.v4-mstep{display:flex;align-items:flex-start;gap:12px;}
.v4-mstep .n{
  width:28px;height:28px;border-radius:50%;flex-shrink:0;
  background:linear-gradient(135deg,var(--v4-orange),var(--v4-orange-2));color:#fff;
  font-family:'Manrope',sans-serif;font-weight:800;font-size:12.5px;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 10px -3px rgba(13,148,136,.5);
}
.v4-mstep b{display:block;font-size:14px;font-weight:700;color:var(--v4-ink);}
.v4-mstep span{font-size:12.5px;font-weight:400;color:var(--v4-muted);line-height:1.4;}
.v4-migration-note{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--v4-muted);margin-top:14px;}
.v4-migration-note::before{content:"";width:16px;height:16px;flex-shrink:0;background:#dcfce7;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:9px;}
.v4-migration-visual{display:flex;}
.v4-mv-card{width:100%;background:#fff;border:1px solid var(--v4-line);border-radius:20px;padding:10px;box-shadow:var(--v4-shadow-hard);transition:transform .3s ease,box-shadow .3s ease;}
.v4-mv-card:hover{transform:translateY(-4px);box-shadow:var(--v4-shadow-soft);}
.v4-mv-card-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px 14px;border-bottom:1px solid var(--v4-line);margin-bottom:4px;}
.v4-mv-card-head b{font-size:12.5px;font-weight:700;color:var(--v4-ink);}
.v4-mv-card-live{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#16a34a;text-transform:uppercase;letter-spacing:.03em;}
.v4-mv-card-live .dot{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.25);animation:v4pulse 1.8s ease-in-out infinite;}
@keyframes v4pulse{0%,100%{opacity:1;}50%{opacity:.4;}}
.v4-mv-row{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;}
.v4-mv-row .ico{width:34px;height:34px;border-radius:10px;background:var(--v4-bg-tint);color:var(--v4-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.v4-mv-row .ico svg{width:17px;height:17px;}
.v4-mv-row--done .ico{background:#dcfce7;color:#16a34a;}
.v4-mv-row--active{background:var(--v4-bg-tint);}
.v4-mv-row--active .ico{background:var(--v4-orange);color:#fff;box-shadow:0 4px 10px -3px rgba(13,148,136,.5);}
.v4-mv-row .ico.spin svg{animation:v4spin 2s linear infinite;}
@keyframes v4spin{to{transform:rotate(360deg);}}
.v4-mv-row b{display:block;font-size:13.5px;font-weight:700;color:var(--v4-ink);}
.v4-mv-row span{font-size:12px;color:var(--v4-muted);}

/* ============ PERFORMANCE / SPEED — tinted band section; feature list is a
   bordered 2-col card grid and the gauge sits in a real elevated card,
   instead of both floating with no boundary on plain page background. ==== */
.v4-perf{background:var(--v4-bg-tint);border-top:1px solid var(--v4-line);border-bottom:1px solid var(--v4-line);}
.v4-perf-wrap{display:grid;grid-template-columns:1fr;gap:44px;align-items:center;}
@media(min-width:900px){.v4-perf-wrap{grid-template-columns:1.05fr .95fr;}}
.v4-perf-lead{color:var(--v4-muted);font-size:16px;font-weight:400;line-height:1.65;margin:14px 0 30px;max-width:460px;}
.v4-perf-copy .v4-perf-list{display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:30px;}
@media(min-width:560px){.v4-perf-copy .v4-perf-list{grid-template-columns:1fr 1fr;}}
.v4-perf-list li{
  background:var(--v4-surface);border:1px solid var(--v4-line);border-radius:16px;padding:20px;
  box-shadow:var(--v4-shadow-hard-sm);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.v4-perf-list li:hover{transform:translateY(-3px);box-shadow:var(--v4-shadow-hard);border-color:rgba(13,148,136,.35);}
.v4-perf-list .ico{width:38px;height:38px;border-radius:11px;background:var(--v4-bg-tint);color:var(--v4-orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:14px;}
.v4-perf-list .ico svg{width:18px;height:18px;}
.v4-perf-list b{display:block;font-size:14.5px;font-weight:700;color:var(--v4-ink);margin-bottom:5px;}
.v4-perf-list span{font-size:13px;color:var(--v4-muted);line-height:1.5;}
.v4-perf-visual{display:flex;justify-content:center;}
.v4-gauge-card{
  position:relative;overflow:hidden;width:100%;max-width:340px;text-align:center;
  background:var(--v4-surface);border:1px solid var(--v4-line);border-radius:26px;
  padding:36px 30px 30px;box-shadow:var(--v4-shadow-soft);
}
.v4-gauge-card::before{
  content:"";position:absolute;top:-90px;left:50%;transform:translateX(-50%);width:220px;height:220px;border-radius:50%;
  background:radial-gradient(circle,rgba(13,148,136,.14),transparent 72%);pointer-events:none;
}
.v4-gauge-label{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--v4-muted);margin-bottom:22px;}
.v4-gauge-label .dot{width:6px;height:6px;border-radius:50%;background:var(--v4-orange);box-shadow:0 0 0 3px rgba(13,148,136,.22);animation:v4pulse 1.8s ease-in-out infinite;}
.v4-gauge{position:relative;width:160px;height:160px;margin:0 auto;}
.v4-gauge svg{width:100%;height:100%;transform:rotate(-90deg);}
.v4-gauge circle{fill:none;stroke-width:9;}
.v4-gauge .track{stroke:var(--v4-line);}
.v4-gauge .fill{stroke:var(--v4-orange);stroke-linecap:round;stroke-dasharray:326.7;stroke-dashoffset:326.7;transition:stroke-dashoffset 1.3s cubic-bezier(.22,.9,.3,1);}
.v4-gauge-card.in-view .fill{stroke-dashoffset:6.5;}
.v4-gauge-num{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:2px;}
.v4-gauge-num b{font-size:38px;font-weight:800;color:var(--v4-ink);font-family:'Manrope',sans-serif;}
.v4-gauge-num span{font-size:14px;color:var(--v4-muted);}
.v4-gauge-tag{position:relative;display:inline-block;margin-top:16px;padding:5px 14px;border-radius:99px;background:var(--v4-bg-tint);color:var(--v4-orange);font-size:12px;font-weight:700;}
.v4-gauge-stats{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:26px;padding-top:22px;border-top:1px solid var(--v4-line);}
.v4-gauge-stats b{display:block;font-size:16px;font-weight:800;color:var(--v4-ink);font-family:'Manrope',sans-serif;}
.v4-gauge-stats span{font-size:11px;color:var(--v4-muted);}

/* ============ SECTION HEAD ROW (heading + carousel arrows, hostnin pattern) ============ */
.v4-section-head-row{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:40px;text-align:left;}
.v4-section-head-row h2{margin:0 0 10px;}
.v4-section-head-row p{color:var(--v4-muted);font-size:clamp(15px,1.8vw,18px);font-weight:400;}
.v4-carousel-nav{display:flex;gap:8px;flex-shrink:0;}
.v4-carousel-nav button{width:38px;height:38px;border-radius:50%;border:1px solid var(--v4-line);background:#fff;color:var(--v4-ink);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.15s;}
.v4-carousel-nav button:hover:not(:disabled){background:var(--v4-ink);color:#fff;border-color:var(--v4-ink);}
.v4-carousel-nav button:disabled{opacity:.35;cursor:default;}
.v4-carousel-nav button svg{width:16px;height:16px;}

/* ============ CONTACT CTA BAND (new) ============ */
.v4-contactband{background:var(--v4-bg-tint);border-top:1px solid var(--v4-line);border-bottom:1px solid var(--v4-line);padding:26px 0;}
.v4-contactband-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;}
.v4-contactband-inner > span{font-size:15px;font-weight:700;color:var(--v4-ink);font-family:'Manrope',sans-serif;}
.v4-contactband-actions{display:flex;align-items:center;gap:16px;}
.v4-cb-phone{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--v4-muted);}
.v4-cb-phone svg{width:16px;height:16px;color:var(--v4-orange);}

/* ============ BLOG / GUIDES (new) ============ */
.v4-blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;}
.v4-blog-card{display:block;background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:24px;transition:transform .2s,box-shadow .2s;}
.v4-blog-card:hover{transform:translateY(-3px);box-shadow:var(--v4-shadow-hard);}
.v4-blog-icon{position:relative;height:110px;border-radius:12px;background:var(--v4-bg-tint);display:flex;align-items:center;justify-content:center;color:var(--v4-muted);margin-bottom:18px;}
.v4-blog-icon svg{width:34px;height:34px;}
.v4-blog-icon::before,.v4-blog-icon::after{content:"";position:absolute;width:14px;height:14px;border-color:#d5d3e6;border-style:solid;}
.v4-blog-icon::before{top:8px;left:8px;border-width:2px 0 0 2px;border-radius:4px 0 0 0;}
.v4-blog-icon::after{bottom:8px;right:8px;border-width:0 2px 2px 0;border-radius:0 0 4px 0;}
.v4-blog-meta{display:block;font-size:10px;font-weight:700;letter-spacing:.05em;color:var(--v4-orange);text-transform:uppercase;margin-bottom:12px;}
.v4-blog-card h3{font-size:19px;margin-bottom:8px;font-weight:700;line-height:1.35;}
.v4-blog-card p{font-size:13px;font-weight:400;color:var(--v4-muted);line-height:1.6;margin-bottom:14px;}
.v4-blog-author{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--v4-muted);font-weight:600;}
.v4-blog-author .av{width:22px;height:22px;border-radius:50%;background:var(--v4-bg-tint);color:var(--v4-orange);display:flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:800;font-family:'Manrope',sans-serif;flex-shrink:0;}

/* Blog index v2 — search bar (reuses .v4-hero-search-bar), category
   filter pills, and a featured-article card above the regular grid. */
.v4-blog-search-wrap{display:flex;justify-content:center;margin-bottom:8px;}
.v4-blog-search-wrap .v4-hero-search-bar{margin-bottom:0;}

.v4-blog-cats{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:0 0 44px;}
.v4-blog-cat{padding:9px 18px;border-radius:99px;border:1.5px solid var(--v4-line);background:#fff;font-size:13px;font-weight:700;color:var(--v4-muted);cursor:pointer;transition:.15s;font-family:'Manrope',sans-serif;}
.v4-blog-cat:hover{border-color:var(--v4-orange);color:var(--v4-ink);}
.v4-blog-cat.active{background:var(--v4-orange);border-color:var(--v4-orange);color:#fff;}

.v4-blog-featured{display:grid;grid-template-columns:1fr;background:#fff;border:1px solid var(--v4-line);border-radius:24px;overflow:hidden;box-shadow:var(--v4-shadow-soft);margin-bottom:44px;transition:transform .2s,box-shadow .2s;}
@media(min-width:760px){.v4-blog-featured{grid-template-columns:1fr 1fr;}}
.v4-blog-featured:hover{transform:translateY(-3px);box-shadow:0 26px 54px -22px rgba(15,23,42,.24);}
.v4-blog-featured-visual{background:linear-gradient(135deg,var(--v4-bg-tint),#fff);display:flex;align-items:center;justify-content:center;padding:50px;min-height:200px;}
.v4-blog-featured-visual svg{width:88px;height:88px;color:var(--v4-orange);opacity:.85;}
.v4-blog-featured-body{padding:36px;display:flex;flex-direction:column;justify-content:center;}
.v4-blog-featured-tag{display:inline-flex;align-self:flex-start;background:var(--v4-bg-tint);color:var(--v4-orange);font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:5px 12px;border-radius:99px;margin-bottom:14px;}
.v4-blog-featured-body h2{font-size:25px;line-height:1.28;margin-bottom:12px;}
.v4-blog-featured-body p{color:var(--v4-muted);font-size:15px;line-height:1.65;margin-bottom:20px;}
.v4-blog-featured .v4-blog-meta{color:var(--v4-muted);text-transform:none;font-weight:600;letter-spacing:0;font-size:12.5px;margin:0 0 6px;}

.v4-blog-empty{display:none;text-align:center;color:var(--v4-muted);font-size:14px;padding:50px 0;}
.v4-blog-empty.show{display:block;}

/* ============ FAQ / HELP CENTER v2 — side-by-side hero, and topic
   cards that hold their own questions directly (Path-style help
   centre), instead of one flat searchable accordion list. ============ */
.v4-faq-hero-row{display:flex;flex-direction:column;gap:24px;}
@media(min-width:840px){.v4-faq-hero-row{flex-direction:row;align-items:flex-end;justify-content:space-between;}}
.v4-faq-hero-text{text-align:center;}
@media(min-width:840px){.v4-faq-hero-text{text-align:left;}.v4-faq-hero-text .v4-eyebrow{justify-content:flex-start;}}
.v4-faq-hero-text h1{margin:10px 0;}
.v4-faq-hero-search{width:100%;}
@media(min-width:840px){.v4-faq-hero-search{width:380px;flex-shrink:0;}}
.v4-faq-hero-search .v4-hero-search-bar{margin-bottom:0;max-width:none;}

.v4-faq-topic-grid{display:grid;grid-template-columns:1fr;gap:20px;}
@media(min-width:640px){.v4-faq-topic-grid{grid-template-columns:1fr 1fr;}}
@media(min-width:1080px){.v4-faq-topic-grid{grid-template-columns:1fr 1fr 1fr;}}
.v4-faq-topic-card{background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:26px;transition:box-shadow .2s;}
.v4-faq-topic-card:hover{box-shadow:var(--v4-shadow-hard);}
.v4-faq-topic-head{display:flex;align-items:center;gap:12px;margin-bottom:4px;}
.v4-faq-topic-icon{width:38px;height:38px;border-radius:10px;background:var(--v4-bg-tint);color:var(--v4-orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.v4-faq-topic-icon svg{width:18px;height:18px;}
.v4-faq-topic-card h3{font-size:16px;font-weight:800;}
.v4-faq-q-item{border-top:1px solid var(--v4-line);}
.v4-faq-q-btn{width:100%;text-align:left;background:none;border:none;padding:12px 0;font-size:13.5px;font-weight:600;color:var(--v4-ink);cursor:pointer;display:flex;justify-content:space-between;align-items:flex-start;gap:10px;font-family:'Manrope',sans-serif;line-height:1.4;text-decoration:none;}
.v4-faq-q-btn:hover{color:var(--v4-orange);}
.v4-faq-q-btn svg{width:13px;height:13px;flex-shrink:0;color:var(--v4-muted);margin-top:3px;transition:transform .15s;}
.v4-faq-q-btn:hover svg{transform:translateX(2px);}
.v4-faq-topic-card.v4-faq-hide{display:none;}

.v4-faq-promo{background:linear-gradient(135deg,var(--v4-bg-tint),#fff);border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:26px 28px;display:flex;align-items:center;gap:22px;flex-wrap:wrap;}
.v4-faq-promo-icon{width:54px;height:54px;border-radius:14px;background:#fff;border:1px solid var(--v4-line);color:var(--v4-orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.v4-faq-promo-icon svg{width:26px;height:26px;}
.v4-faq-promo-body{flex:1;min-width:220px;}
.v4-faq-promo-body h3{font-size:17px;font-weight:800;margin-bottom:4px;}
.v4-faq-promo-body p{font-size:13.5px;color:var(--v4-muted);line-height:1.6;margin-bottom:6px;}
.v4-faq-promo-meta{font-size:12px;color:var(--v4-muted);font-weight:600;}
.v4-faq-promo-actions{display:flex;gap:10px;flex-shrink:0;}

.v4-faq-contact-card{background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:36px;box-shadow:var(--v4-shadow-hard);max-width:640px;margin:0 auto;}
.v4-faq-contact-card>p{color:var(--v4-muted);font-size:14px;line-height:1.7;margin-bottom:24px;}

/* ============ HELP CENTER ARTICLE — single dynamic-slug page
   (public/faq-article.html), content populated client-side from
   /js/faq-articles.js. Breadcrumb + search on one row, h1, then a
   two-column layout: main answer card on the left, a sticky sidebar
   (contact help, category, related articles) on the right so the
   page doesn't leave a wide empty column on desktop. ============ */
.v4-article-wrap{max-width:1040px;margin:0 auto;}
.v4-article-top{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:20px;}
.v4-article-crumb{font-size:12.5px;color:var(--v4-muted);}
.v4-article-crumb a{color:var(--v4-muted);}
.v4-article-crumb a:hover{color:var(--v4-orange);}
.v4-article-search{width:280px;flex-shrink:0;}
.v4-article-search .v4-hero-search-bar{margin-bottom:0;max-width:none;padding:5px;}
.v4-article-search .v4-hero-search-bar input{padding:9px 6px;font-size:13.5px;}
.v4-article-search .v4-hero-search-bar button{padding:9px 18px;font-size:13px;}
.v4-article-wrap h1{font-size:clamp(26px,3.4vw,34px);line-height:1.28;margin-bottom:24px;}

.v4-article-layout{display:grid;grid-template-columns:1fr;gap:28px;align-items:start;}
@media(min-width:900px){.v4-article-layout{grid-template-columns:1fr 300px;}}

.v4-article-card{background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:34px 40px;box-shadow:var(--v4-shadow-hard);}
.v4-article-intro{font-size:15px;color:var(--v4-ink);line-height:1.85;margin-bottom:10px;}
.v4-article-card h2.v4-article-h2{font-size:15.5px;font-weight:800;color:var(--v4-orange);margin:30px 0 14px;}
.v4-article-card h2.v4-article-h2:first-child{margin-top:0;}

.v4-article-steps{counter-reset:v4step;list-style:none;margin:0;padding:0;}
.v4-article-steps li{counter-increment:v4step;display:flex;gap:12px;padding:9px 0;font-size:14.5px;color:var(--v4-ink);line-height:1.7;}
.v4-article-steps li::before{content:counter(v4step) ".";font-weight:800;color:var(--v4-orange);flex-shrink:0;min-width:20px;}
.v4-article-steps b{font-weight:700;}
.v4-article-steps a,.v4-article-intro a,.v4-article-notes a{color:var(--v4-orange);font-weight:600;text-decoration:none;}
.v4-article-steps a:hover,.v4-article-intro a:hover,.v4-article-notes a:hover{text-decoration:underline;}

.v4-article-notes ul{margin:0;padding-left:18px;font-size:14px;color:var(--v4-ink);line-height:1.95;}

.v4-article-sidebar{display:flex;flex-direction:column;gap:20px;}
@media(min-width:900px){.v4-article-sidebar{position:sticky;top:104px;}}
.v4-article-side-card{background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:24px;}
.v4-article-side-card h4{font-size:13.5px;font-weight:800;color:var(--v4-ink);margin-bottom:12px;}
.v4-article-side-help{background:linear-gradient(160deg,var(--v4-bg-tint),#fff);}
.v4-article-side-help p{font-size:12.5px;color:var(--v4-muted);line-height:1.7;margin-bottom:16px;}
.v4-article-side-help .v4-btn{width:100%;justify-content:center;}
.v4-article-side-help .v4-btn+.v4-btn{margin-top:8px;}
.v4-article-side-cat a{font-size:13px;color:var(--v4-orange);font-weight:700;display:inline-flex;align-items:center;gap:5px;}
.v4-article-side-cat a svg{width:12px;height:12px;}
.v4-article-side-related ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;}
.v4-article-side-related li{border-bottom:1px solid var(--v4-line);}
.v4-article-side-related li:last-child{border-bottom:none;}
.v4-article-side-related a{display:block;font-size:13px;font-weight:600;color:var(--v4-ink);line-height:1.5;padding:11px 0;}
.v4-article-side-related a:hover{color:var(--v4-orange);}

/* ============ BACK TO TOP ============ */
.back-top{position:fixed;bottom:26px;right:26px;width:46px;height:46px;border-radius:50%;background:var(--v4-ink);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--v4-shadow-soft);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;z-index:150;}
.back-top:hover{background:var(--v4-orange);}
.back-top.show{opacity:1;visibility:visible;transform:translateY(0);}
.back-top svg{width:19px;height:19px;}

@media(max-width:640px){
  .v4-section{padding:64px 0;}
  #plansGrid{grid-template-columns:1fr;}
  .plan.popular{transform:none;}
  .v4-migration-steps{grid-template-columns:1fr;}
  .v4-contactband-inner{flex-direction:column;align-items:flex-start;}
}
@media(max-width:480px){
  .v4-header-inner{gap:10px;}
  #navCurrencyMount{display:none;}
  .v4-signup{padding:9px 14px;font-size:12.5px;}
}

/* ============ LEGAL / INFO PAGES (About, Contact, Terms, Refund,
   Privacy, Delivery) — a simple centered .v4-head hero (reused as-is)
   followed by a narrow readable prose column, instead of the marketing
   sections the rest of the site uses. ============ */
.v4-head h1{font-size:36px;line-height:1.2;font-weight:800;margin:14px 0 14px;}
.v4-legal-hero p{margin-top:6px;font-size:14px;color:var(--v4-muted);}
.v4-legal-body{max-width:760px;margin:0 auto;color:var(--v4-text);font-size:15.5px;line-height:1.75;}
.v4-legal-body h2{font-size:22px;line-height:1.3;margin:40px 0 14px;}
.v4-legal-body h2:first-child{margin-top:0;}
.v4-legal-body h3{font-size:17px;font-weight:700;margin:22px 0 10px;color:var(--v4-ink);}
.v4-legal-body p{margin:0 0 16px;}
.v4-legal-body ul,.v4-legal-body ol{margin:0 0 16px;padding-left:22px;}
.v4-legal-body li{margin-bottom:8px;}
.v4-legal-body li ul,.v4-legal-body li ol{margin-top:8px;}
.v4-legal-body a{color:var(--v4-orange);font-weight:600;text-decoration:underline;text-underline-offset:2px;}
.v4-legal-body strong{color:var(--v4-ink);}
.v4-legal-note{background:var(--v4-bg-tint);border:1px solid var(--v4-line);border-radius:14px;padding:16px 20px;margin:20px 0;font-size:14px;color:var(--v4-text);}
.v4-legal-note b{color:var(--v4-ink);}

/* Contact page — quick-glance address/phone/email cards, matching the
   home page's .feature-card treatment, plus a placeholder Google Map
   embed slot. */
.v4-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin-bottom:36px;}
.v4-contact-card{background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:26px;box-shadow:var(--v4-shadow-hard);}
.v4-contact-icon{width:44px;height:44px;border-radius:12px;background:var(--v4-bg-tint);color:var(--v4-orange);display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.v4-contact-icon svg{width:22px;height:22px;}
.v4-contact-card h3{font-size:16px;font-weight:700;color:var(--v4-ink);margin-bottom:8px;}
.v4-contact-card p{color:var(--v4-muted);font-size:14px;line-height:1.6;margin:0;}
.v4-contact-card a{color:var(--v4-ink);font-weight:600;}
.v4-contact-card a:hover{color:var(--v4-orange);}
.v4-contact-map{
  border-radius:var(--v4-radius);overflow:hidden;border:1px solid var(--v4-line);
  aspect-ratio:16/6;background:var(--v4-bg-tint);display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:8px;color:var(--v4-muted);font-size:14px;text-align:center;
}
.v4-contact-map svg{width:32px;height:32px;color:var(--v4-orange);}
.v4-contact-map iframe{width:100%;height:100%;border:0;display:block;}

/* ============ LEGAL PAGES v2 (Terms/Refund/Privacy/Delivery) — a
   docs-style sticky table-of-contents layout + visual summary cards,
   built entirely from patterns already used elsewhere on the site
   (.feature-card, the migration section's numbered-badge treatment,
   the compare-table's yes/no icons) so it reads as the same design
   system, not a bolted-on template. ============ */
.v4-legal-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;max-width:980px;margin:0 auto 48px;}
/* About page's 6-card "What We Offer" grid — a plain 4-col grid leaves an
   odd trailing row of 2 flush left; flexbox-wrap + justify-content:center
   centers that leftover row instead, without touching the shared 4-card
   grid every legal page still uses as-is. */
.v4-offer-grid{display:flex;flex-wrap:wrap;justify-content:center;max-width:980px;margin:0 auto;}
.v4-offer-grid .feature-card{flex:1 1 210px;max-width:233px;}
.v4-offer-grid.v4-contact-grid .v4-contact-card{flex:1 1 230px;max-width:270px;}

/* ============ CONTACT PAGE v2 — a message form + compact sidebar,
   deliberately a different rhythm from the About page's stacked numbered
   sections and card grids, even though both share the same color/type
   system. ============ */
.v4-contact-split{display:grid;grid-template-columns:1fr;gap:28px;max-width:1040px;margin:0 auto;align-items:start;}
@media(min-width:860px){.v4-contact-split{grid-template-columns:1.4fr 1fr;}}

.v4-contact-form-card{background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:32px;box-shadow:var(--v4-shadow-hard);}
.v4-contact-form-card h2{font-size:22px;margin-bottom:6px;}
.v4-contact-form-card>p{color:var(--v4-muted);font-size:14px;margin-bottom:24px;}
.v4-cf-row{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:16px;}
@media(min-width:480px){.v4-cf-row{grid-template-columns:1fr 1fr;}}
.v4-cf-field label{display:block;font-size:13px;font-weight:700;color:var(--v4-ink);margin-bottom:6px;}
.v4-cf-field input,.v4-cf-field textarea,.v4-cf-field select{
  width:100%;border:1px solid var(--v4-line);border-radius:10px;padding:12px 14px;font-size:14px;
  font-family:'Manrope',sans-serif;color:var(--v4-ink);background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;
}
.v4-cf-field input:focus,.v4-cf-field textarea:focus{outline:none;border-color:var(--v4-orange);box-shadow:0 0 0 3px rgba(13,148,136,.14);}
.v4-cf-field textarea{resize:vertical;min-height:120px;font-family:inherit;}
.v4-cf-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}
.v4-cf-submit{width:100%;margin-top:4px;}
.v4-cf-msg{margin-top:14px;font-size:13.5px;font-weight:600;display:none;}
.v4-cf-msg.ok{color:#16a34a;display:block;}
.v4-cf-msg.err{color:#dc2626;display:block;}

.v4-contact-sidebar{display:flex;flex-direction:column;background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);overflow:hidden;box-shadow:var(--v4-shadow-hard-sm);}
.v4-cs-item{display:flex;gap:13px;padding:18px 20px;border-bottom:1px solid var(--v4-line);}
.v4-cs-item:last-child{border-bottom:none;}
.v4-cs-item .ic{width:36px;height:36px;border-radius:10px;background:var(--v4-bg-tint);color:var(--v4-orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.v4-cs-item .ic svg{width:17px;height:17px;}
.v4-cs-item h4{font-size:13.5px;font-weight:700;color:var(--v4-ink);margin-bottom:3px;}
.v4-cs-item p{font-size:12.5px;color:var(--v4-muted);line-height:1.5;margin:0;}
.v4-cs-item a{color:var(--v4-ink);font-weight:600;}
.v4-cs-item a:hover{color:var(--v4-orange);}

/* ============ CAREERS PAGE — a step process (reuses .v4-mstep's numbered
   badge, unwrapped from the migration panel) and one honest "no job
   board" state card, so the page reads differently from both About's
   card grids and Contact's form. ============ */
.v4-careers-steps{display:grid;grid-template-columns:1fr;gap:26px 36px;max-width:820px;margin:0 auto;}
@media(min-width:640px){.v4-careers-steps{grid-template-columns:1fr 1fr;}}

.v4-careers-open{max-width:760px;margin:0 auto;background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:40px 36px;box-shadow:var(--v4-shadow-hard);text-align:center;}
.v4-careers-open .ico{width:52px;height:52px;border-radius:14px;background:var(--v4-bg-tint);color:var(--v4-orange);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;}
.v4-careers-open .ico svg{width:26px;height:26px;}
.v4-careers-open h2{font-size:22px;margin-bottom:12px;}
.v4-careers-open p{color:var(--v4-muted);font-size:14.5px;line-height:1.7;max-width:560px;margin:0 auto 20px;}

/* Open Positions — two real job cards + an apply form with a CV
   upload/write toggle. */
.v4-job-grid{display:grid;grid-template-columns:1fr;gap:24px;max-width:980px;margin:0 auto;}
@media(min-width:760px){.v4-job-grid{grid-template-columns:1fr 1fr;}}
.v4-job-card{
  position:relative;background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);
  padding:30px 28px 28px;box-shadow:var(--v4-shadow-hard);display:flex;flex-direction:column;overflow:hidden;
  transition:transform .22s ease,box-shadow .22s ease;
}
.v4-job-card:hover{transform:translateY(-4px);box-shadow:var(--v4-shadow-soft);}
.v4-job-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--v4-orange),var(--v4-orange-2));}
.v4-job-card-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:6px;}
.v4-job-icon{width:46px;height:46px;border-radius:13px;background:var(--v4-bg-tint);color:var(--v4-orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.v4-job-icon svg{width:22px;height:22px;}
.v4-job-card h3{font-size:19px;margin-bottom:3px;}
.v4-job-salary{font-size:13px;font-weight:700;color:var(--v4-orange);font-family:'Manrope',sans-serif;}
.v4-job-meta{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 16px;}
.v4-job-meta span{background:var(--v4-bg-tint);color:var(--v4-orange);font-size:11.5px;font-weight:700;padding:5px 11px;border-radius:99px;}
.v4-job-card p.desc{color:var(--v4-muted);font-size:14px;line-height:1.6;margin-bottom:6px;}
.v4-job-team{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--v4-muted);font-weight:600;margin-top:10px;}
.v4-job-team svg{width:14px;height:14px;color:var(--v4-orange);flex-shrink:0;}
.v4-job-card h4{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--v4-ink);margin:16px 0 8px;}
.v4-job-card ul{margin:0;padding:0;list-style:none;}
.v4-job-card li{display:flex;align-items:flex-start;gap:8px;font-size:13.5px;color:var(--v4-text);margin-bottom:6px;line-height:1.5;}
.v4-job-li-ic{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;}
.v4-job-li-ic svg{width:9px;height:9px;}
.v4-job-li-ic--must{background:#dcfce7;color:#16a34a;}
.v4-job-li-ic--nice{background:#fef3c7;color:#b45309;}
.v4-job-apply-btn{margin-top:auto;padding-top:22px;}
.v4-job-apply-btn .v4-btn{width:100%;justify-content:center;}

.v4-cf-tabs{display:flex;gap:8px;margin-bottom:10px;}
.v4-cf-tab{padding:8px 16px;border-radius:8px;border:1px solid var(--v4-line);background:#fff;font-size:13px;font-weight:700;color:var(--v4-muted);cursor:pointer;font-family:'Manrope',sans-serif;transition:.15s;}
.v4-cf-tab.active{background:var(--v4-orange);border-color:var(--v4-orange);color:#fff;}
.v4-cf-file-label{display:block;border:1.5px dashed var(--v4-line);border-radius:10px;padding:20px;text-align:center;font-size:13px;color:var(--v4-muted);cursor:pointer;transition:border-color .15s,background .15s;}
.v4-cf-file-label:hover{border-color:var(--v4-orange);background:var(--v4-bg-tint);}
.v4-cf-file-label.has-file{border-color:var(--v4-orange);background:var(--v4-bg-tint);color:var(--v4-ink);font-weight:600;}
.v4-cf-file-label input[type="file"]{display:none;}
.v4-cf-tab{display:inline-flex;align-items:center;gap:7px;}
.v4-cf-tab svg{width:14px;height:14px;flex-shrink:0;}
.v4-cf-file-label{display:flex;flex-direction:column;align-items:center;gap:6px;}
.v4-cf-file-label svg{width:22px;height:22px;color:var(--v4-orange);}
.v4-cf-field-sub{font-size:11.5px;color:var(--v4-muted);margin-top:5px;}

/* Post-submit confirmation panel — replaces the form instead of just
   printing a message line underneath it. */
.v4-cf-success{display:none;text-align:center;padding:20px 10px;}
.v4-cf-success.show{display:block;}
.v4-cf-success .ico{width:56px;height:56px;border-radius:50%;background:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;}
.v4-cf-success .ico svg{width:26px;height:26px;}
.v4-cf-success h3{font-size:19px;margin-bottom:8px;}
.v4-cf-success p{color:var(--v4-muted);font-size:14px;line-height:1.6;max-width:400px;margin:0 auto;}

/* ============ CAREERS PAGE v3 — a genuinely different rhythm: split
   hero with a visual panel, a full-bleed dark band for the hiring
   process, and tabbed (not grid) job listings. ============ */
.v4-careers-hero{position:relative;overflow:hidden;}
.v4-careers-hero-grid{display:grid;grid-template-columns:1fr;gap:36px;align-items:center;position:relative;z-index:1;}
@media(min-width:920px){.v4-careers-hero-grid{grid-template-columns:1.15fr .85fr;gap:56px;}}
.v4-careers-hero-text{text-align:left;}
.v4-careers-hero-text .v4-eyebrow{justify-content:flex-start;}
.v4-careers-hero-text h1{font-size:clamp(32px,4.5vw,46px);line-height:1.12;margin:14px 0;}
.v4-careers-hero-text p{font-size:16px;color:var(--v4-muted);max-width:480px;}
.v4-careers-hero-cta{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap;}
@media(max-width:919px){.v4-careers-hero-text{text-align:center;margin:0 auto;}.v4-careers-hero-text p{margin-left:auto;margin-right:auto;}.v4-careers-hero-text .v4-eyebrow{justify-content:center;}.v4-careers-hero-cta{justify-content:center;}}

.v4-careers-hero-panel{position:relative;background:#fff;border:1px solid var(--v4-line);border-radius:22px;padding:10px;box-shadow:var(--v4-shadow-soft);}
.v4-careers-hero-panel-inner{background:var(--v4-bg-tint);border-radius:16px;padding:6px;}
.v4-chp-item{display:flex;align-items:center;gap:14px;padding:16px 18px;}
.v4-chp-item .ic{width:42px;height:42px;border-radius:12px;background:#fff;color:var(--v4-orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--v4-shadow-hard-sm);}
.v4-chp-item .ic svg{width:20px;height:20px;}
.v4-chp-item b{display:block;font-size:15px;font-weight:800;color:var(--v4-ink);font-family:'Manrope',sans-serif;}
.v4-chp-item span{font-size:12px;color:var(--v4-muted);}

/* Dark "How We Hire" band */
.v4-dark-band{position:relative;background:var(--v4-ink);overflow:hidden;padding:72px 0;}
.v4-dark-band::before{content:"";position:absolute;top:-180px;right:-160px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(13,148,136,.28),transparent 70%);pointer-events:none;}
.v4-dark-band::after{content:"";position:absolute;bottom:-200px;left:-140px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(245,158,11,.14),transparent 70%);pointer-events:none;}
.v4-dark-band .v4wrap{position:relative;z-index:1;}
.v4-dark-band .v4-head h1,.v4-dark-band .v4-head h2{color:#fff;}
.v4-dark-band .v4-head p{color:rgba(255,255,255,.6);}
.v4-dark-band .v4-eyebrow{color:var(--v4-orange-2);}
.v4-dark-band .v4-mstep b{color:#fff;}
.v4-dark-band .v4-mstep span{color:rgba(255,255,255,.58);}
.v4-dark-band .v4-careers-steps{max-width:900px;}
.v4-legal-highlights .feature-card{padding:20px 20px 22px;}
.v4-legal-highlights .feature-card .icon{width:36px;height:36px;margin-bottom:12px;}
.v4-legal-highlights .feature-card .icon svg{width:17px;height:17px;}
.v4-legal-highlights .feature-card h3{font-size:14.5px;margin-bottom:5px;}
.v4-legal-highlights .feature-card p{font-size:12.5px;line-height:1.5;}

.v4-legal-layout{display:grid;grid-template-columns:1fr;gap:32px;max-width:1040px;margin:0 auto;align-items:start;}
@media(min-width:900px){.v4-legal-layout{grid-template-columns:224px 1fr;gap:56px;}}

.v4-legal-toc{min-width:0;}
@media(min-width:900px){.v4-legal-toc{position:sticky;top:96px;}}
.v4-legal-toc-label{display:block;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--v4-muted);margin-bottom:12px;}
.v4-legal-toc-list{display:flex;flex-direction:column;gap:1px;border-left:2px solid var(--v4-line);}
.v4-legal-toc-list a{
  padding:7px 0 7px 16px;font-size:13.5px;font-weight:600;color:var(--v4-muted);
  border-left:2px solid transparent;margin-left:-2px;transition:color .15s,border-color .15s;
}
.v4-legal-toc-list a:hover{color:var(--v4-ink);}
.v4-legal-toc-list a.active{color:var(--v4-orange);border-left-color:var(--v4-orange);}
@media(max-width:899px){
  .v4-legal-toc{background:#fff;border:1px solid var(--v4-line);border-radius:14px;padding:16px 20px;box-shadow:var(--v4-shadow-hard-sm);}
  .v4-legal-toc-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));border-left:none;gap:2px 12px;}
  .v4-legal-toc-list a{border-left:none;padding:3px 0;}
}

.v4-legal-body{max-width:none;margin:0;}

.v4-legal-section-head{display:flex;align-items:center;gap:14px;margin:0 0 16px;scroll-margin-top:96px;}
.v4-legal-section-head:not(:first-child){margin-top:46px;}
.v4-legal-num{
  width:34px;height:34px;border-radius:10px;flex-shrink:0;
  background:linear-gradient(135deg,var(--v4-orange),var(--v4-orange-2));color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;
  box-shadow:0 4px 10px -3px rgba(13,148,136,.45);font-family:'Manrope',sans-serif;
}
.v4-legal-section-head h2{margin:0;}

.v4-legal-note--warn{background:#fff7ed;border-color:#fed7aa;}
.v4-legal-note--warn b{color:#c2410c;}

/* Two-column visual comparison (Refund Policy: eligible vs non-refundable) */
.v4-legal-cmp{display:grid;grid-template-columns:1fr;gap:16px;margin:20px 0 28px;}
@media(min-width:640px){.v4-legal-cmp{grid-template-columns:1fr 1fr;}}
.v4-legal-cmp-card{border:1px solid var(--v4-line);border-radius:16px;padding:22px 22px 20px;background:#fff;}
.v4-legal-cmp-card--yes{border-color:#bbf7d0;background:#f0fdf4;}
.v4-legal-cmp-card--no{border-color:#fecaca;background:#fef2f2;}
.v4-legal-cmp-card h4{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:800;margin:0 0 14px;color:var(--v4-ink);}
.v4-legal-cmp-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
.v4-legal-cmp-card li{display:flex;align-items:flex-start;gap:9px;font-size:13.5px;line-height:1.5;color:var(--v4-text);}

/* About page — stat band reusing .v4-hero-tile's number/label styling,
   just wrapped with full corner rounding instead of the hero's
   flush-bottom treatment, since this sits mid-page, not under a hero. */
.v4-about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--v4-line);border:1px solid var(--v4-line);border-radius:20px;overflow:hidden;max-width:900px;margin:0 auto 56px;}
@media(min-width:700px){.v4-about-stats{grid-template-columns:repeat(4,1fr);}}
.v4-about-stats .v4-hero-tile{border-radius:0;}

/* Numbered timeframe cards (Delivery Policy) */
.v4-legal-steps{display:grid;grid-template-columns:1fr;gap:16px;margin:20px 0 28px;}
@media(min-width:560px){.v4-legal-steps{grid-template-columns:1fr 1fr;}}
.v4-legal-step-card{border:1px solid var(--v4-line);border-radius:16px;padding:22px;background:#fff;box-shadow:var(--v4-shadow-hard-sm);}
.v4-legal-step-time{font-size:19px;font-weight:800;color:var(--v4-orange);margin-bottom:4px;font-family:'Manrope',sans-serif;letter-spacing:-.01em;}
.v4-legal-step-card h4{font-size:14.5px;font-weight:700;color:var(--v4-ink);margin:0 0 6px;}
.v4-legal-step-card p{font-size:13px;color:var(--v4-muted);line-height:1.55;margin:0;}

/* ============ WHOIS LOOKUP TOOL (public/whois-lookup.html) ============ */
.v4-whois-form{max-width:620px;margin:0 auto;}
.v4-whois-form .v4-hero-search-bar{max-width:none;}
.v4-whois-status{max-width:620px;margin:0 auto;text-align:center;font-size:13.5px;color:var(--v4-muted);padding:10px 0;}
.v4-whois-status.err{color:#dc2626;font-weight:600;}

.v4-whois-result{max-width:820px;margin:28px auto 0;display:none;}
.v4-whois-result.show{display:block;}

.v4-whois-avail{background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:30px;text-align:center;box-shadow:var(--v4-shadow-hard);}
.v4-whois-avail .ico{width:52px;height:52px;border-radius:50%;background:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
.v4-whois-avail .ico svg{width:24px;height:24px;}
.v4-whois-avail h3{font-size:19px;margin-bottom:8px;}
.v4-whois-avail p{color:var(--v4-muted);font-size:13.5px;margin-bottom:18px;}

.v4-whois-card{background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:30px 34px;box-shadow:var(--v4-shadow-hard);}
.v4-whois-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid var(--v4-line);}
.v4-whois-card-head h3{font-size:19px;font-family:'Manrope',sans-serif;}
.v4-whois-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:99px;font-size:11.5px;font-weight:700;background:var(--v4-bg-tint);color:var(--v4-orange);}
.v4-whois-grid{display:grid;grid-template-columns:1fr;gap:16px 28px;margin-bottom:8px;}
@media(min-width:560px){.v4-whois-grid{grid-template-columns:1fr 1fr;}}
.v4-whois-field label{display:block;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--v4-muted);margin-bottom:4px;}
.v4-whois-field div{font-size:14px;color:var(--v4-ink);font-weight:600;word-break:break-word;}
.v4-whois-ns{display:flex;flex-wrap:wrap;gap:6px;}
.v4-whois-ns span{background:var(--v4-bg-tint);color:var(--v4-ink);font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px;}

.v4-whois-raw-toggle{margin-top:20px;padding-top:18px;border-top:1px solid var(--v4-line);}
.v4-whois-raw-toggle button{background:none;border:none;color:var(--v4-orange);font-weight:700;font-size:13px;cursor:pointer;font-family:'Manrope',sans-serif;padding:0;}
.v4-whois-raw{display:none;margin-top:14px;background:#0f172a;color:#e2e8f0;border-radius:12px;padding:20px;font-family:ui-monospace,'SF Mono',Consolas,monospace;font-size:12px;line-height:1.7;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:420px;overflow-y:auto;}
.v4-whois-raw.show{display:block;}

.v4-whois-info-grid{display:grid;grid-template-columns:1fr;gap:20px;}
@media(min-width:640px){.v4-whois-info-grid{grid-template-columns:1fr 1fr;}}
@media(min-width:960px){.v4-whois-info-grid{grid-template-columns:1fr 1fr 1fr;}}

.v4-whois-steps{display:grid;grid-template-columns:1fr;gap:26px 32px;max-width:960px;margin:0 auto;}
@media(min-width:760px){.v4-whois-steps{grid-template-columns:1fr 1fr 1fr;}}

.v4-section--tint{background:var(--v4-bg-tint);}

/* Field glossary — icon cards instead of a plain bullet list */
.v4-whois-glossary{display:grid;grid-template-columns:1fr;gap:16px;}
@media(min-width:640px){.v4-whois-glossary{grid-template-columns:1fr 1fr;}}
.v4-whois-glossary-item{background:#fff;border:1px solid var(--v4-line);border-radius:14px;padding:20px;display:flex;gap:14px;box-shadow:var(--v4-shadow-hard-sm);}
.v4-whois-glossary-icon{width:38px;height:38px;border-radius:10px;background:var(--v4-bg-tint);color:var(--v4-orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.v4-whois-glossary-icon svg{width:18px;height:18px;}
.v4-whois-glossary-item h4{font-size:14px;font-weight:800;color:var(--v4-ink);margin-bottom:4px;}
.v4-whois-glossary-item p{font-size:12.5px;color:var(--v4-muted);line-height:1.65;margin:0;}

/* EPP status codes — color-coded cards (reuses .v4-cmp-icon green/amber/red) */
.v4-whois-epp-list{display:flex;flex-direction:column;gap:12px;max-width:820px;margin:0 auto;}
.v4-whois-epp-item{background:#fff;border:1px solid var(--v4-line);border-radius:12px;padding:16px 20px;display:flex;gap:14px;align-items:flex-start;}
.v4-whois-epp-item code{font-family:ui-monospace,'SF Mono',Consolas,monospace;font-size:12.5px;font-weight:700;color:var(--v4-ink);}
.v4-whois-epp-item p{margin:4px 0 0;font-size:13px;color:var(--v4-muted);line-height:1.65;}
.v4-whois-epp-note{max-width:820px;margin:18px auto 0;font-size:13px;color:var(--v4-muted);line-height:1.7;text-align:center;}

/* TLD coverage — chip groups instead of a plain list */
.v4-whois-tld-grid{display:grid;grid-template-columns:1fr;gap:22px;}
@media(min-width:640px){.v4-whois-tld-grid{grid-template-columns:1fr 1fr;}}
.v4-whois-tld-group h4{font-size:12.5px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--v4-muted);margin-bottom:10px;}
.v4-whois-tld-chips{display:flex;flex-wrap:wrap;gap:8px;}
.v4-whois-tld-chips span{background:#fff;border:1px solid var(--v4-line);color:var(--v4-ink);font-weight:700;font-size:12.5px;padding:6px 12px;border-radius:8px;font-family:ui-monospace,'SF Mono',Consolas,monospace;}
.v4-whois-tld-note{max-width:820px;margin:24px auto 0;font-size:13.5px;color:var(--v4-muted);line-height:1.75;text-align:center;}
.v4-whois-tld-note a{color:var(--v4-orange);font-weight:600;}

/* ============ 404 PAGE ============ */
.v4-404{max-width:560px;margin:0 auto;text-align:center;}
.v4-404-code{display:block;font-family:'Manrope',sans-serif;font-weight:800;font-size:clamp(64px,12vw,110px);line-height:1;letter-spacing:-.03em;background:linear-gradient(135deg,var(--v4-orange),var(--v4-lime));-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:8px;}
.v4-404 h1{font-size:clamp(22px,3vw,28px);margin-bottom:12px;}
.v4-404 p{color:var(--v4-muted);font-size:14.5px;line-height:1.7;margin-bottom:32px;}
.v4-404-links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;}

/* ============ STATUS PAGE ============ */
.v4-status-banner{display:flex;align-items:center;gap:14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--v4-radius);padding:20px 26px;max-width:720px;margin:0 auto 40px;}
.v4-status-banner .dot{width:12px;height:12px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.22);flex-shrink:0;animation:v4pulse 1.8s ease-in-out infinite;}
.v4-status-banner b{display:block;font-size:16px;color:#14532d;}
.v4-status-banner span{font-size:13px;color:#166534;}
.v4-status-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:1px;background:var(--v4-line);border:1px solid var(--v4-line);border-radius:var(--v4-radius);overflow:hidden;}
.v4-status-row{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;padding:16px 22px;}
.v4-status-row span:first-child{font-weight:600;color:var(--v4-ink);font-size:14.5px;}
.v4-status-ok{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700;color:#15803d;}
.v4-status-ok .dot{width:7px;height:7px;border-radius:50%;background:#22c55e;}
.v4-uptime-strip{max-width:720px;margin:32px auto 0;}
.v4-uptime-strip-head{display:flex;justify-content:space-between;font-size:12.5px;color:var(--v4-muted);margin-bottom:8px;}
.v4-uptime-bars{display:flex;gap:2px;height:32px;}
.v4-uptime-bars i{flex:1;background:#22c55e;border-radius:2px;display:block;}
.v4-incident-empty{max-width:720px;margin:32px auto 0;text-align:center;background:var(--v4-bg-tint);border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:28px;color:var(--v4-muted);font-size:14px;}
.v4-incident-empty svg{width:26px;height:26px;color:var(--v4-orange);margin-bottom:10px;}

/* ============ COOKIE CONSENT BANNER ============ */
.v4-cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;max-width:640px;margin:0 auto;background:var(--v4-ink);color:#fff;border-radius:16px;padding:18px 20px;box-shadow:var(--v4-shadow-soft);display:flex;flex-wrap:wrap;align-items:center;gap:14px;transform:translateY(140%);transition:transform .4s ease;}
.v4-cookie-banner.show{transform:translateY(0);}
.v4-cookie-banner p{flex:1 1 280px;font-size:13px;line-height:1.6;color:#cbd5e1;margin:0;}
.v4-cookie-banner p a{color:#fff;text-decoration:underline;}
.v4-cookie-banner-actions{display:flex;gap:10px;flex-shrink:0;}
.v4-cookie-banner-actions button{border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:13px;padding:9px 16px;border-radius:9px;}
.v4-cookie-accept{background:var(--v4-orange);color:#fff;}
.v4-cookie-decline{background:transparent;color:#cbd5e1;border:1px solid rgba(255,255,255,.2) !important;}
@media(max-width:520px){.v4-cookie-banner{left:10px;right:10px;bottom:10px;padding:16px;}}

/* ============ AFFILIATE PROGRAM PAGE ============ */
.v4-aff-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;max-width:820px;margin:32px auto 0;}
.v4-aff-steps{display:grid;grid-template-columns:1fr;gap:20px;max-width:920px;margin:0 auto;}
@media(min-width:760px){.v4-aff-steps{grid-template-columns:repeat(3,1fr);}}
.v4-aff-step{background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:26px;}
.v4-aff-step .n{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--v4-bg-tint);color:var(--v4-orange);font-weight:800;font-size:14px;margin-bottom:14px;}
.v4-aff-step h3{font-size:16px;margin-bottom:8px;}
.v4-aff-step p{font-size:13.5px;color:var(--v4-muted);line-height:1.6;}
.v4-aff-faq{max-width:820px;margin:0 auto;}

/* ============ CASE STUDIES PAGE ============ */
.v4-case-list{display:flex;flex-direction:column;gap:28px;max-width:920px;margin:0 auto;}
.v4-case-card{background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:32px;box-shadow:var(--v4-shadow-hard-sm);}
.v4-case-card-head{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:18px;}
.v4-case-avatar{width:48px;height:48px;border-radius:50%;background:var(--v4-orange);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:17px;flex-shrink:0;}
.v4-case-card-head h3{font-size:17px;margin-bottom:2px;}
.v4-case-card-head span{font-size:13px;color:var(--v4-muted);}
.v4-case-metrics{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0;}
.v4-case-metric{background:var(--v4-bg-tint);border-radius:12px;padding:12px 18px;min-width:120px;}
.v4-case-metric b{display:block;font-size:20px;color:var(--v4-ink);}
.v4-case-metric span{font-size:12px;color:var(--v4-muted);}
.v4-case-card p{font-size:14.5px;line-height:1.75;color:var(--v4-text);}
.v4-case-card blockquote{margin:16px 0 0;padding-left:16px;border-left:3px solid var(--v4-orange);font-style:italic;color:var(--v4-ink-2);font-size:14.5px;line-height:1.7;}

/* ============ GUIDE ARTICLE PAGES ============ */
.v4-article-tag{display:inline-flex;align-self:flex-start;background:var(--v4-bg-tint);color:var(--v4-orange);font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:5px 12px;border-radius:99px;margin-bottom:16px;}
.v4-article-meta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:12.5px;color:var(--v4-muted);font-weight:600;margin:16px 0 0;}
.v4-article-meta-row .sep{color:var(--v4-line);}
.v4-article-card ul.v4-article-list{margin:0 0 14px;padding-left:20px;font-size:14.5px;color:var(--v4-ink);line-height:1.85;}
.v4-code-block{background:var(--v4-ink);color:#d1fae5;border-radius:12px;padding:16px 18px;margin:6px 0 18px;overflow-x:auto;font-family:ui-monospace,'SF Mono',Consolas,monospace;font-size:13px;line-height:1.7;}
.v4-code-block .cmt{color:#94a3b8;}
.v4-article-side-author{display:flex;align-items:center;gap:12px;}
.v4-article-side-author .av{width:40px;height:40px;border-radius:50%;background:var(--v4-bg-tint);color:var(--v4-orange);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;font-family:'Manrope',sans-serif;flex-shrink:0;}
.v4-article-side-author b{display:block;font-size:13.5px;color:var(--v4-ink);}
.v4-article-side-author span{font-size:12px;color:var(--v4-muted);}

/* ============ VS / COMPARISON PAGES ============ */
.v4-vs-hero-badges{display:flex;justify-content:center;gap:14px;align-items:center;margin-top:22px;flex-wrap:wrap;}
.v4-vs-badge{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--v4-line);border-radius:14px;padding:10px 18px;font-weight:800;font-size:14px;color:var(--v4-ink);box-shadow:var(--v4-shadow-hard-sm);}
.v4-vs-vs{font-family:'Manrope',sans-serif;font-weight:800;color:var(--v4-muted);font-size:13px;}
.v4-vs-table-wrap{overflow-x:auto;border:1px solid var(--v4-line);border-radius:var(--v4-radius);box-shadow:var(--v4-shadow-hard-sm);}
.v4-vs-table{width:100%;border-collapse:collapse;min-width:640px;background:#fff;}
.v4-vs-table th,.v4-vs-table td{padding:14px 18px;text-align:left;font-size:13.5px;border-bottom:1px solid var(--v4-line);line-height:1.55;}
.v4-vs-table thead th{font-weight:800;color:var(--v4-ink);background:var(--v4-bg-tint);font-size:12px;text-transform:uppercase;letter-spacing:.03em;}
.v4-vs-table tbody th{font-weight:700;color:var(--v4-muted);white-space:nowrap;background:#fff;}
.v4-vs-table tr:last-child td,.v4-vs-table tr:last-child th{border-bottom:none;}
.v4-vs-table td.v4-vs-good{color:#15803d;font-weight:600;}
.v4-vs-verdict-grid{display:grid;grid-template-columns:1fr;gap:20px;}
@media(min-width:760px){.v4-vs-verdict-grid{grid-template-columns:1fr 1fr;}}
.v4-vs-verdict-card{background:#fff;border:1px solid var(--v4-line);border-radius:var(--v4-radius);padding:26px;}
.v4-vs-verdict-card h3{font-size:16px;margin-bottom:14px;display:flex;align-items:center;gap:8px;}
.v4-vs-verdict-card ul{margin:0;padding-left:18px;font-size:14px;color:var(--v4-muted);line-height:1.85;}
.v4-vs-verdict-card ul li{margin-bottom:4px;}
.v4-vs-verdict-card.v4-vs-them{background:var(--v4-bg-tint);}

/* ============ GLOSSARY PAGE ============ */
.v4-glossary-jump{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:0 auto 8px;max-width:820px;}
.v4-glossary-jump a{background:#fff;border:1px solid var(--v4-line);color:var(--v4-ink);font-size:13px;font-weight:700;padding:8px 16px;border-radius:99px;text-decoration:none;}
.v4-glossary-jump a:hover{border-color:var(--v4-orange);color:var(--v4-orange);}
.v4-glossary-cat{max-width:820px;margin:0 auto;}
.v4-glossary-cat-title{scroll-margin-top:110px;font-family:'Manrope',sans-serif;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--v4-orange);margin:0 0 6px;padding-top:8px;}
.v4-glossary-term{border-bottom:1px solid var(--v4-line);padding:18px 0;}
.v4-glossary-term:last-child{border-bottom:none;}
.v4-glossary-term dt{scroll-margin-top:110px;font-size:16px;font-weight:800;color:var(--v4-ink);margin-bottom:6px;display:flex;align-items:center;gap:8px;}
.v4-glossary-term dt a.v4-gl-anchor{opacity:0;color:var(--v4-muted);font-weight:400;font-size:13px;text-decoration:none;transition:opacity .15s;}
.v4-glossary-term dt:hover a.v4-gl-anchor{opacity:1;}
.v4-glossary-term dd{margin:0;font-size:14.5px;color:var(--v4-text);line-height:1.75;}
.v4-glossary-term dd a{color:var(--v4-orange);font-weight:600;text-decoration:none;}
.v4-glossary-term dd a:hover{text-decoration:underline;}
.v4-glossary-term:target{background:var(--v4-bg-tint);margin:0 -16px;padding:18px 16px;border-radius:10px;}

/* ============ COMPARISON HUB PAGE ============ */
.v4-compare-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;}
.v4-compare-grid a.feature-card{display:block;text-decoration:none;color:inherit;}
.v4-compare-grid .feature-card .icon{width:42px;height:42px;border-radius:11px;background:var(--v4-bg-tint);display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:20px;}
