/* ═══════════════════════════════════════════════════════
   ThatMy.com Homepage V2 — Premium Design System
   Self-contained. No external CSS dependency.
   ═══════════════════════════════════════════════════════ */

/* ── FONTS ── */
@font-face{font-display:swap;font-family:'qanelas soft bold';font-style:normal;font-weight:400;src:local("Qanelas Soft Bold"),url(/wp-content/themes/fonts/rado/RadomirTinkovQanelasSoftBold.woff) format("woff")}
@font-face{font-display:swap;font-family:'qanelas soft light';font-style:normal;font-weight:400;src:local("Qanelas Soft Light"),url(/wp-content/themes/fonts/rado/RadomirTinkovQanelasSoftLight.woff) format("woff")}
@font-face{font-display:swap;font-family:'Roboto Condensed';font-style:normal;font-weight:400;src:local("Roboto Condensed"),url(/wp-content/themes/fonts/robo/robom.woff2) format("woff")}

/* ── RESET + BASE ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body.hp2{
  font-family:'qanelas soft light','Roboto Condensed',system-ui,-apple-system,sans-serif;
  color:#1e293b;background:#fff;line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button{font:inherit;cursor:pointer;border:none;background:none}

/* ── HEADING FONT ── */
.hp2 h1,.hp2 h2,.hp2 h3,.hp2 h4,
.hero-headline,.edu-headline,.indict-headline,.hp-section-title,
.ws-dark-headline,.ws-specs-title,.flagged-headline,.chemi-headline,
.cw-headline,.nav-prm-headline,.faq-prm-title,.auth-prm-headline,
.fcta-prm-headline,.ws-setup-name,.ws-renewal-headline{
  font-family:'qanelas soft bold','Roboto Condensed',sans-serif;
}

/* ── UTILITY ── */
.hp2-container{max-width:1200px;margin:0 auto;padding:0 24px}
@media(min-width:768px){.hp2-container{padding:0 40px}}
@media(min-width:1280px){.hp2-container{padding:0 24px}}

/* ═══════════════════════════════════════
   NAV
   ═══════════════════════════════════════ */
.hp2-nav{
  position:sticky;top:0;z-index:1000;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid #e2e8f0;
  transition:box-shadow .3s;
}
.hp2-nav__inner{
  max-width:1200px;margin:0 auto;padding:0 24px;
  display:flex;align-items:center;height:64px;gap:8px;
}
.hp2-nav__logo{
  display:flex;align-items:center;gap:8px;
  font-weight:800;font-size:1.2rem;color:#0f172a;
  flex-shrink:0;
}
.hp2-nav__logo-img{
  display:block;height:33px;width:auto;object-fit:contain;
}
.hp2-nav__logo svg{color:#10b981}
.hp2-nav__dot{color:#10b981}
.hp2-nav__links{
  display:none;align-items:center;gap:4px;margin-left:auto;
}
.hp2-nav__links a{
  padding:8px 14px;border-radius:8px;font-size:.875rem;font-weight:500;
  color:#475569;transition:all .2s;
}
.hp2-nav__links a:hover{color:#0f172a;background:#f1f5f9}
.hp2-nav__cta{
  display:none;align-items:center;gap:6px;margin-left:8px;
  padding:8px 18px;border-radius:10px;font-size:.875rem;font-weight:600;
  background:linear-gradient(135deg,#059669,#10b981);color:#fff;
  transition:all .25s;box-shadow:0 2px 8px rgba(16,185,129,.25);
}
.hp2-nav__cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(16,185,129,.35)}
.hp2-nav__burger{
  display:flex;flex-direction:column;gap:5px;margin-left:auto;
  padding:8px;width:40px;height:40px;justify-content:center;align-items:center;
}
.hp2-nav__burger span{display:block;width:22px;height:2px;background:#334155;border-radius:2px;transition:all .3s}
.hp2-nav__mobile{
  display:none;flex-direction:column;padding:8px 24px 20px;
  border-top:1px solid #e2e8f0;background:#fff;
}
.hp2-nav__mobile.is-open{display:flex}
.hp2-nav__mobile a{padding:12px 0;font-size:.95rem;color:#334155;border-bottom:1px solid #f1f5f9;font-weight:500}
.hp2-nav__mobile a:last-child{border:none}
.hp2-nav__mobile-cta{
  margin-top:8px;padding:12px 0 !important;text-align:center;
  background:linear-gradient(135deg,#059669,#10b981);color:#fff !important;
  border-radius:10px;font-weight:600;border:none !important;
}
@media(min-width:768px){
  .hp2-nav__links{display:flex}
  .hp2-nav__cta{display:inline-flex}
  .hp2-nav__burger{display:none}
  .hp2-nav__mobile{display:none !important}
}

/* ═══════════════════════════════════════
   HERO
   ═══════════════════════════════════════ */
.hp-hero{
  background:linear-gradient(165deg,#ecfdf5 0%,#f0fdf4 30%,#fff 70%);
  padding:80px 0 60px;position:relative;overflow:hidden;
}
.hp-hero::before{
  content:'';position:absolute;top:-120px;right:-120px;
  width:400px;height:400px;border-radius:50%;
  background:radial-gradient(circle,rgba(16,185,129,.08) 0%,transparent 70%);
  pointer-events:none;
}
.hero-inner{
  max-width:1200px;margin:0 auto;padding:0 24px;
  display:grid;gap:48px;align-items:center;
}
@media(min-width:1024px){
  .hero-inner{grid-template-columns:1fr 1fr;gap:64px}
  .hp-hero{padding:100px 0 80px}
}
.hero-author{display:flex;align-items:center;gap:16px;margin-bottom:24px}
@media(min-width:1024px){.hero-author{margin-bottom:0;order:0}}
.hero-photo-placeholder{
  width:56px;height:56px;border-radius:50%;
  background:linear-gradient(135deg,#059669,#34d399);
  color:#fff;font-weight:700;font-size:1.25rem;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 12px rgba(16,185,129,.3);
  overflow:hidden; flex-shrink:0;
}
.hero-photo-placeholder img{
  width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;
}
.hero-author-name{font-weight:700;font-size:1rem;color:#0f172a}
.hero-author-title{font-size:.8rem;color:#64748b;font-weight:500}
.hero-author-bio{display:none}
.hero-eyebrow{
  font-size:.8rem;font-weight:600;color:#059669;text-transform:uppercase;
  letter-spacing:.08em;margin-bottom:12px;
}
.hero-headline{
  font-size:2.25rem;font-weight:900;line-height:1.15;color:#0f172a;
  margin-bottom:20px;letter-spacing:-.02em;
}
@media(min-width:640px){.hero-headline{font-size:2.75rem}}
@media(min-width:1024px){.hero-headline{font-size:3.25rem}}
.hero-subline{
  font-size:1.05rem;color:#475569;line-height:1.7;margin-bottom:28px;max-width:560px;
}
.hero-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}
.hero-cta-primary{
  display:inline-flex;align-items:center;gap:8px;
  padding:14px 28px;border-radius:12px;font-weight:700;font-size:1rem;
  background:linear-gradient(135deg,#059669,#10b981);color:#fff;
  box-shadow:0 4px 16px rgba(16,185,129,.3);transition:all .3s;
}
.hero-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(16,185,129,.4)}
.hero-cta-secondary{
  display:inline-flex;align-items:center;gap:6px;
  padding:14px 24px;border-radius:12px;font-weight:600;font-size:.95rem;
  border:2px solid #d1d5db;color:#374151;background:#fff;transition:all .25s;
}
.hero-cta-secondary:hover{border-color:#10b981;color:#059669}
.hero-verdict-chips{display:flex;flex-wrap:wrap;gap:8px}
.hvc{
  padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;
}
.hvc-green{background:#d1fae5;color:#065f46}
.hvc-blue{background:#dbeafe;color:#1e40af}
.hvc-red{background:#fee2e2;color:#991b1b}

/* ── HERO RIGHT: stat card (desktop) ── */
.hero-content{order:1}
@media(min-width:1024px){
  .hero-content{order:0}
  .hero-author{
    order:1;flex-direction:column;align-items:stretch;
    gap:0;background:#fff;border-radius:20px;padding:32px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);border:1px solid #e2e8f0;
  }
  .hero-photo-placeholder{width:64px;height:64px;margin-bottom:20px}
  .hero-author-name{font-size:1.1rem;margin-bottom:2px}
  .hero-author-title{margin-bottom:16px}
  .hero-author-bio{display:block;font-size:.875rem;color:#64748b;line-height:1.6}
}

/* ═══════════════════════════════════════
   TRUST BAR
   ═══════════════════════════════════════ */
.hp-trust-bar,.trust-bar{
  background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;
  padding:24px 0;
}
.hp-trust-bar .trust-bar-inner,.trust-bar .trust-bar-inner,
.trust-bar-inner{
  max-width:1200px;margin:0 auto;padding:0 24px;
  display:grid;grid-template-columns:repeat(2,1fr);gap:20px;text-align:center;
}
@media(min-width:768px){
  .trust-bar-inner{grid-template-columns:repeat(5,1fr)}
}
.trust-stat-value{font-size:1.5rem;font-weight:800;color:#059669}
.trust-stat-label{font-size:.75rem;color:#64748b;font-weight:500;margin-top:2px}

/* ═══════════════════════════════════════
   INDICTMENT (Problems Section)
   ═══════════════════════════════════════ */
#indictment{scroll-margin-top:80px}
.hp-indictment,.indictment-section{
  background:#fafbfc;padding:80px 0;
}
.indictment-header{text-align:center;margin-bottom:48px;max-width:700px;margin-left:auto;margin-right:auto;padding:0 24px}
.indictment-header h2,.hp-indictment h2{
  font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:12px;
}
@media(min-width:640px){.indictment-header h2,.hp-indictment h2{font-size:2.5rem}}
.indictment-header p{color:#64748b;font-size:1.05rem}
.indictment-tabs{
  display:grid;grid-template-columns:repeat(2,1fr);gap:8px;
  max-width:800px;margin:0 auto 32px;padding:0 24px;
}
@media(min-width:768px){.indictment-tabs{grid-template-columns:repeat(4,1fr)}}
.indictment-tab{
  padding:14px 8px;border-radius:12px;text-align:center;
  font-size:.85rem;font-weight:600;color:#475569;
  background:#fff;border:1px solid #e2e8f0;transition:all .25s;cursor:pointer;
}
.indictment-tab:hover{border-color:#10b981;color:#059669}
.indictment-tab.active,.indictment-tab[aria-selected="true"]{
  background:linear-gradient(135deg,#059669,#10b981);color:#fff;
  border-color:transparent;box-shadow:0 4px 12px rgba(16,185,129,.25);
}
.indictment-tab svg,.indictment-tab-icon{display:block;margin:0 auto 6px;width:24px;height:24px}
.indictment-panel{
  max-width:900px;margin:0 auto;padding:0 24px;
}
.indictment-content{
  background:#fff;border-radius:20px;padding:40px;
  box-shadow:0 8px 32px rgba(0,0,0,.06);border:1px solid #e2e8f0;
}
.indictment-content h3{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:16px}
.indictment-content p{color:#475569;line-height:1.7;margin-bottom:24px}
.indictment-evidence{margin-bottom:24px}
.indictment-evidence-label{
  font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;
  color:#94a3b8;margin-bottom:12px;
}
.indictment-evidence-item,.evidence-card{
  background:#fef2f2;border-left:4px solid #ef4444;
  padding:14px 18px;border-radius:0 10px 10px 0;margin-bottom:10px;
}
.evidence-card strong,.indictment-evidence-item strong{font-weight:700;color:#991b1b;display:block;margin-bottom:4px;font-size:.9rem}
.evidence-card span,.indictment-evidence-item span{color:#475569;font-size:.875rem}
.indictment-winner{
  background:#ecfdf5;border-left:4px solid #10b981;
  padding:18px 22px;border-radius:0 12px 12px 0;
}
.indictment-winner strong{color:#065f46}
.indictment-winner p{color:#334155;margin:0}

/* ═══════════════════════════════════════
   WINNER SHOWCASE
   ═══════════════════════════════════════ */
.hp-winner,.winner-showcase{
  background:linear-gradient(165deg,#ecfdf5 0%,#f0fdf4 40%,#fff 100%);
  padding:80px 0;
}
.winner-inner{max-width:1200px;margin:0 auto;padding:0 24px}
.winner-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 20px;border-radius:24px;font-size:.85rem;font-weight:700;
  background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;
  margin-bottom:20px;
}
.winner-headline{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:12px}
@media(min-width:640px){.winner-headline{font-size:2.5rem}}
.winner-subline{color:#475569;font-size:1.05rem;margin-bottom:40px;max-width:600px}
.winner-stats{
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:40px;
}
@media(min-width:768px){.winner-stats{grid-template-columns:repeat(4,1fr)}}
.winner-stat{
  background:#fff;border-radius:16px;padding:24px 20px;text-align:center;
  border:2px solid #a7f3d0;box-shadow:0 4px 12px rgba(0,0,0,.04);
  transition:transform .25s;
}
.winner-stat:hover{transform:translateY(-2px)}
.winner-stat svg{display:block;margin:0 auto 10px;color:#059669;width:28px;height:28px}
.winner-stat-value{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:4px}
.winner-stat-label{font-size:.8rem;font-weight:600;color:#475569}
.winner-stat-sub{font-size:.7rem;color:#94a3b8;margin-top:2px}
.winner-body{
  background:#fff;border-radius:20px;padding:40px;
  box-shadow:0 12px 40px rgba(0,0,0,.06);border:1px solid #e2e8f0;
  margin-bottom:40px;
}
.winner-body h3{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:16px}
.winner-renewal{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;
  margin-bottom:28px;text-align:center;
}
.winner-renewal-card{
  flex:1;min-width:160px;padding:20px;border-radius:14px;
}
.winner-renewal-card.good{background:#ecfdf5;border:2px solid #10b981}
.winner-renewal-card.bad{background:#fef2f2;border:2px solid #fca5a5}
.winner-renewal-card .label{font-size:.8rem;font-weight:600;margin-bottom:4px}
.winner-renewal-card.good .label{color:#065f46}
.winner-renewal-card.bad .label{color:#991b1b}
.winner-renewal-card .price{font-size:1.75rem;font-weight:800;margin-bottom:2px}
.winner-renewal-card.good .price{color:#059669}
.winner-renewal-card.bad .price{color:#dc2626}
.winner-renewal-card .note{font-size:.75rem;color:#64748b}
.winner-vs{font-size:1.25rem;font-weight:700;color:#94a3b8}
.winner-prose{color:#475569;line-height:1.8;font-size:1rem;margin-bottom:24px}
.winner-prose strong{color:#0f172a}
.winner-columns{display:grid;gap:32px;margin-bottom:32px}
@media(min-width:768px){.winner-columns{grid-template-columns:1fr 1fr}}
.winner-columns h4{font-size:1.1rem;font-weight:700;margin-bottom:14px}
.winner-columns .pros h4{color:#065f46}
.winner-columns .cons h4{color:#92400e}
.winner-columns ul{display:flex;flex-direction:column;gap:8px}
.winner-columns li{
  display:flex;gap:8px;align-items:flex-start;
  font-size:.9rem;color:#475569;line-height:1.5;
}
.winner-columns .pros li::before{content:'✓';color:#059669;font-weight:700;flex-shrink:0}
.winner-columns .cons li::before{content:'−';color:#d97706;font-weight:700;flex-shrink:0;font-size:1.1em}
.winner-coupon{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;
  padding:20px;background:#ecfdf5;border:2px solid #a7f3d0;border-radius:14px;
  margin-bottom:24px;
}
.winner-coupon-code{
  padding:8px 20px;border-radius:8px;font-family:monospace;
  font-weight:700;font-size:1.1rem;background:#059669;color:#fff;
}
.winner-cta-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.winner-cta-primary{
  padding:14px 32px;border-radius:12px;font-weight:700;font-size:1.05rem;
  background:linear-gradient(135deg,#059669,#10b981);color:#fff;
  box-shadow:0 4px 16px rgba(16,185,129,.3);transition:all .3s;
}
.winner-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(16,185,129,.4)}
.winner-cta-secondary{
  padding:14px 24px;font-weight:600;color:#059669;font-size:.95rem;
  transition:color .2s;
}
.winner-cta-secondary:hover{color:#047857}

/* ═══════════════════════════════════════
   TABLES SECTION
   ═══════════════════════════════════════ */
.hp-tables-section{padding:80px 0;background:#fff}
.hp-tables-inner{max-width:1200px;margin:0 auto;padding:0 24px}
.hp-section-title{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:12px;text-align:center}
@media(min-width:640px){.hp-section-title{font-size:2.25rem}}
.hp-section-intro{color:#64748b;font-size:1rem;text-align:center;max-width:700px;margin:0 auto 40px;line-height:1.7}
.hp-table-subhead{font-size:1.25rem;font-weight:700;color:#0f172a;margin:40px 0 16px}

/* ── flexTable overrides for homepage ── */
.hp2 .flex-table{
  border-radius:16px;overflow:hidden;
  box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid #e2e8f0;
}
.hp2 .flex-table th{background:#f8fafc;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#475569}
.hp2 .flex-table td{font-size:.9rem;color:#334155}
.hp2 .flex-table tbody tr{transition:background .15s}
.hp2 .flex-table tbody tr:hover{background:#f8fafc}

/* ═══════════════════════════════════════
   CLOUDWAYS TRIAL CTA
   ═══════════════════════════════════════ */
.hp-trial,.trial-cta-section{
  background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);
  padding:80px 0;color:#fff;
}
.trial-inner{max-width:1200px;margin:0 auto;padding:0 24px}
.trial-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 20px;border-radius:24px;font-size:.85rem;font-weight:700;
  background:rgba(59,130,246,.2);color:#93c5fd;margin-bottom:20px;
}
.trial-headline{font-size:2rem;font-weight:800;margin-bottom:32px;max-width:600px}
@media(min-width:640px){.trial-headline{font-size:2.25rem}}
.trial-stats{
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:40px;
}
@media(min-width:768px){.trial-stats{grid-template-columns:repeat(4,1fr)}}
.trial-stat{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);
  border-radius:14px;padding:22px 18px;text-align:center;
  backdrop-filter:blur(4px);
}
.trial-stat-value{font-size:1.35rem;font-weight:800;margin-bottom:4px}
.trial-stat-label{font-size:.8rem;color:#94a3b8}
.trial-grid{display:grid;gap:40px;margin-bottom:40px}
@media(min-width:768px){.trial-grid{grid-template-columns:1fr 1fr}}
.trial-prose{color:#cbd5e1;line-height:1.7;font-size:1rem}
.trial-prose strong{color:#fff}
.trial-code-box{
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);
  border-radius:14px;padding:20px;text-align:center;margin-bottom:20px;
}
.trial-code{font-size:1.5rem;font-family:monospace;font-weight:800;letter-spacing:.05em}
.trial-code-label{font-size:.8rem;color:#93c5fd;margin-top:6px}
.trial-list{display:flex;flex-direction:column;gap:8px}
.trial-list li{display:flex;gap:8px;font-size:.9rem;color:#e2e8f0}
.trial-list li::before{content:'✓';color:#34d399;font-weight:700}
.trial-cta-center{text-align:center;margin-top:40px}
.trial-cta-btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:16px 36px;border-radius:12px;font-weight:700;font-size:1.05rem;
  background:#fff;color:#1e40af;transition:all .3s;
  box-shadow:0 4px 16px rgba(0,0,0,.2);
}
.trial-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.trial-cta-note{font-size:.85rem;color:#94a3b8;margin-top:12px}

/* ═══════════════════════════════════════
   FLAGGED HOSTS
   ═══════════════════════════════════════ */
.hp-flagged-section{padding:80px 0;background:#f8fafc}
.flagged-header{text-align:center;max-width:700px;margin:0 auto 40px;padding:0 24px}
.flagged-headline{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:12px}
@media(min-width:640px){.flagged-headline{font-size:2.25rem}}
.flagged-header p{color:#64748b}
.flagged-grid{
  max-width:1200px;margin:0 auto;padding:0 24px;
  display:grid;gap:20px;
}
@media(min-width:768px){.flagged-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.flagged-grid{grid-template-columns:repeat(3,1fr)}}
.flagged-card{
  background:#fff;border-radius:20px;overflow:hidden;
  border:2px solid #fecaca;box-shadow:0 4px 16px rgba(0,0,0,.04);
  transition:transform .25s,box-shadow .25s;
}
.flagged-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08)}
.flagged-card-header{
  background:#fef2f2;padding:16px 20px;border-bottom:1px solid #fecaca;
}
.flagged-card-badge{font-size:.75rem;font-weight:700;color:#991b1b;display:flex;align-items:center;gap:6px;margin-bottom:6px}
.flagged-card-name{font-size:1.35rem;font-weight:800;color:#0f172a}
.flagged-card-hook{font-size:.85rem;color:#64748b;margin-top:4px}
.flagged-card-body{padding:20px}
.flagged-card-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:16px}
.flagged-stat{padding:10px;border-radius:8px;background:#f8fafc}
.flagged-stat.bad{background:#fef2f2}
.flagged-stat-label{font-size:.7rem;color:#64748b;margin-bottom:2px}
.flagged-stat.bad .flagged-stat-label{color:#dc2626}
.flagged-stat-value{font-size:.95rem;font-weight:700;color:#0f172a}
.flagged-stat.bad .flagged-stat-value{color:#991b1b}
.flagged-card-points{display:flex;flex-direction:column;gap:6px}
.flagged-card-points li{display:flex;gap:6px;font-size:.85rem;color:#475569}
.flagged-card-points li::before{content:'✕';color:#dc2626;font-weight:700;flex-shrink:0}

/* ═══════════════════════════════════════
   CHEMICLOUD BLOCK
   ═══════════════════════════════════════ */
.hp-chemicloud-block{padding:80px 0;background:#fff}
.hp-chemicloud-inner{max-width:900px;margin:0 auto;padding:0 24px;text-align:center}
.hcb-badge{
  display:inline-flex;padding:8px 18px;border-radius:20px;
  font-size:.8rem;font-weight:700;background:#dbeafe;color:#1e40af;margin-bottom:16px;
}
.hcb-headline{font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:12px}
.hcb-subline{color:#64748b;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}
.hcb-stats{
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px;
}
@media(min-width:640px){.hcb-stats{grid-template-columns:repeat(3,1fr)}}
@media(min-width:768px){.hcb-stats{grid-template-columns:repeat(4,1fr)}}
.hcb-stat{background:#f8fafc;border-radius:12px;padding:18px 14px;border:1px solid #e2e8f0}
.hcb-stat-value{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:2px}
.hcb-stat-label{font-size:.7rem;color:#64748b;font-weight:500}
.hcb-body{color:#475569;line-height:1.7;margin-bottom:24px;text-align:left;max-width:700px;margin-left:auto;margin-right:auto}
.hcb-cta-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.hcb-cta-btn{
  padding:14px 28px;border-radius:12px;font-weight:700;font-size:1rem;
  background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;
  box-shadow:0 4px 16px rgba(59,130,246,.3);transition:all .3s;
}
.hcb-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(59,130,246,.4)}
.hcb-cta-link{padding:14px 20px;font-weight:600;color:#2563eb;font-size:.95rem}

/* ═══════════════════════════════════════
   NAVIGATOR
   ═══════════════════════════════════════ */
.hp-navigator,.navigator-section{padding:80px 0;background:#fff}
.navigator-inner{max-width:1200px;margin:0 auto;padding:0 24px}
.navigator-header{text-align:center;margin-bottom:48px}
.navigator-header h2{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:8px}
.navigator-header p{color:#64748b;font-size:1.1rem}
.navigator-grid{display:grid;gap:20px}
@media(min-width:768px){.navigator-grid{grid-template-columns:repeat(3,1fr)}}
.navigator-card{
  background:linear-gradient(165deg,#f8fafc,#fff);
  border-radius:20px;padding:36px 28px;
  border:2px solid #e2e8f0;transition:all .3s;
  display:flex;flex-direction:column;
}
.navigator-card:hover{border-color:#10b981;box-shadow:0 12px 40px rgba(0,0,0,.06);transform:translateY(-4px)}
.navigator-card-icon{
  width:56px;height:56px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;margin-bottom:20px;
}
.navigator-card:nth-child(1) .navigator-card-icon{background:linear-gradient(135deg,#d1fae5,#ecfdf5);color:#059669}
.navigator-card:nth-child(2) .navigator-card-icon{background:linear-gradient(135deg,#dbeafe,#eff6ff);color:#2563eb}
.navigator-card:nth-child(3) .navigator-card-icon{background:linear-gradient(135deg,#f3e8ff,#faf5ff);color:#7c3aed}
.navigator-card-title{font-size:1.2rem;font-weight:700;color:#0f172a;margin-bottom:10px}
.navigator-card-desc{color:#64748b;font-size:.9rem;margin-bottom:20px;flex:1}
.navigator-card-answer{
  background:#f8fafc;border-radius:12px;padding:16px;margin-bottom:16px;
  border:1px solid #e2e8f0;
}
.navigator-card-answer-label{font-size:.7rem;font-weight:600;color:#059669;margin-bottom:4px}
.navigator-card-answer-title{font-weight:700;color:#0f172a;font-size:1rem}
.navigator-card-answer-why{font-size:.8rem;color:#64748b;margin-top:4px}
.navigator-card-coupon{
  text-align:center;padding:8px;border-radius:8px;
  font-family:monospace;font-weight:700;font-size:.9rem;
  margin-bottom:12px;
}
.navigator-card:nth-child(1) .navigator-card-coupon{background:#059669;color:#fff}
.navigator-card:nth-child(2) .navigator-card-coupon{background:#2563eb;color:#fff}
.navigator-card:nth-child(3) .navigator-card-coupon{background:#7c3aed;color:#fff}
.navigator-card-cta{
  display:block;text-align:center;padding:14px;border-radius:12px;
  font-weight:700;transition:all .25s;font-size:.95rem;
}
.navigator-card:nth-child(1) .navigator-card-cta{background:linear-gradient(135deg,#059669,#10b981);color:#fff}
.navigator-card:nth-child(2) .navigator-card-cta{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}
.navigator-card:nth-child(3) .navigator-card-cta{background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff}
.navigator-card-cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.15)}

/* ═══════════════════════════════════════
   FAQ
   ═══════════════════════════════════════ */
.hp-faq-section{padding:80px 0;background:#f8fafc}
.hp-faq-inner{max-width:800px;margin:0 auto;padding:0 24px}
.hp-faq-title{font-size:2rem;font-weight:800;color:#0f172a;text-align:center;margin-bottom:40px}
.hp2 details{
  background:#fff;border-radius:14px;margin-bottom:10px;
  border:1px solid #e2e8f0;overflow:hidden;transition:box-shadow .25s;
}
.hp2 details:hover{box-shadow:0 4px 12px rgba(0,0,0,.04)}
.hp2 details[open]{box-shadow:0 4px 16px rgba(0,0,0,.06)}
.hp2 details summary{
  padding:18px 22px;cursor:pointer;font-weight:600;font-size:1rem;
  color:#0f172a;display:flex;align-items:center;justify-content:space-between;
  list-style:none;
}
.hp2 details summary::-webkit-details-marker{display:none}
.hp2 details summary::after{
  content:'+';font-size:1.25rem;font-weight:300;color:#94a3b8;
  transition:transform .25s;flex-shrink:0;margin-left:12px;
}
.hp2 details[open] summary::after{content:'−'}
.hp2 details .faq-answer,.hp2 details p,.hp2 details div{
  padding:0 22px 18px;color:#475569;line-height:1.7;font-size:.95rem;
}

/* ═══════════════════════════════════════
   FINAL CTA
   ═══════════════════════════════════════ */
.hp-final-cta{
  padding:80px 0;
  background:linear-gradient(165deg,#ecfdf5 0%,#f0fdf4 40%,#fff 100%);
}
.hp-final-inner{max-width:700px;margin:0 auto;padding:0 24px;text-align:center}
.hp-final-headline{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:8px}
.hp-final-sub{color:#64748b;font-size:1.1rem;margin-bottom:36px}
.hp-final-btn-grid{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}
.hp-final-btn{
  display:flex;align-items:center;justify-content:center;gap:10px;
  padding:18px 24px;border-radius:14px;font-weight:700;font-size:1.05rem;
  transition:all .3s;
}
.hp-final-btn-1{background:linear-gradient(135deg,#059669,#10b981);color:#fff;box-shadow:0 4px 16px rgba(16,185,129,.3)}
.hp-final-btn-2{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 4px 16px rgba(59,130,246,.3)}
.hp-final-btn-3{background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;box-shadow:0 4px 16px rgba(217,119,6,.3)}
.hp-final-btn:hover{transform:translateY(-2px)}
.hp-final-disclosure{
  background:#f1f5f9;border-radius:12px;padding:18px 22px;
  font-size:.85rem;color:#64748b;line-height:1.6;
}
.hp-final-disclosure strong{color:#334155}

/* ═══════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════ */
.hp2-footer{background:#0f172a;color:#94a3b8;padding:64px 0 0}
.hp2-footer__inner{max-width:1200px;margin:0 auto;padding:0 24px}
.hp2-footer__grid{
  display:grid;gap:40px;margin-bottom:40px;
}
@media(min-width:768px){.hp2-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}
.hp2-footer__brand p{font-size:.875rem;line-height:1.7;margin-top:12px;max-width:300px}
.hp2-footer__logo{
  display:inline-flex;align-items:center;gap:8px;
  font-weight:800;font-size:1.1rem;color:#fff;margin-bottom:4px;
}
.hp2-footer__logo svg{color:#10b981}
.hp2-footer__col h4{color:#fff;font-weight:700;font-size:.9rem;margin-bottom:14px}
.hp2-footer__col a{
  display:block;font-size:.875rem;color:#94a3b8;padding:4px 0;
  transition:color .2s;
}
.hp2-footer__col a:hover{color:#10b981}
.hp2-footer__disclosure{
  display:flex;gap:12px;align-items:flex-start;
  background:rgba(255,255,255,.04);border-radius:12px;padding:18px 22px;
  margin-bottom:32px;border:1px solid rgba(255,255,255,.06);
}
.hp2-footer__disclosure svg{flex-shrink:0;margin-top:2px;color:#64748b}
.hp2-footer__disclosure p{font-size:.8rem;line-height:1.6}
.hp2-footer__disclosure strong{color:#e2e8f0}
.hp2-footer__bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding:24px 0;display:flex;flex-wrap:wrap;
  justify-content:space-between;align-items:center;gap:12px;
}
.hp2-footer__bottom p{font-size:.8rem}
.hp2-footer__bottom strong{color:#fff}
.hp2-footer__legal{display:flex;gap:20px}
.hp2-footer__legal a{font-size:.8rem;transition:color .2s}
.hp2-footer__legal a:hover{color:#10b981}

/* ═══════════════════════════════════════
   MACRO CLASS ALIASES — INDICTMENT (indict-*)
   Maps actual macro output classes to premium styles
   ═══════════════════════════════════════ */
.hp-indictment{
  background:#fafbfc;padding:80px 0;
}
.indict-header{
  text-align:center;margin-bottom:48px;max-width:700px;
  margin-left:auto;margin-right:auto;padding:0 24px;
}
.indict-headline{
  font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:12px;
}
@media(min-width:640px){.indict-headline{font-size:2.5rem}}
.indict-subline{color:#64748b;font-size:1.05rem;line-height:1.7}
.indict-tabs{
  display:grid;grid-template-columns:repeat(2,1fr);gap:8px;
  max-width:800px;margin:0 auto 32px;padding:0 24px;
}
@media(min-width:768px){.indict-tabs{grid-template-columns:repeat(4,1fr)}}
.indict-tab{
  padding:14px 8px;border-radius:12px;text-align:center;
  font-size:.85rem;font-weight:600;color:#475569;
  background:#fff;border:1px solid #e2e8f0;transition:all .25s;cursor:pointer;
  display:flex;flex-direction:column;align-items:center;gap:4px;
}
.indict-tab:hover{border-color:#10b981;color:#059669}
.indict-tab-active,.indict-tab[aria-selected="true"]{
  background:linear-gradient(135deg,#059669,#10b981);color:#fff;
  border-color:transparent;box-shadow:0 4px 12px rgba(16,185,129,.25);
}
.indict-tab-icon{font-size:1.25rem;display:block}
.indict-tab-label{display:block;font-size:.8rem}
.indict-panel{
  display:none;max-width:900px;margin:0 auto;padding:0 24px;
}
.indict-panel-active{display:block}
.indict-panel-headline{
  font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:16px;
}
.indict-panel-body{
  color:#475569;line-height:1.7;margin-bottom:24px;font-size:1rem;
}
.indict-evidence{margin-bottom:24px}
.indict-evidence-label{
  font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;
  color:#94a3b8;margin-bottom:12px;
}
.indict-evidence-item{
  background:#fff;border-radius:14px;padding:18px 22px;margin-bottom:10px;
  border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.03);
  transition:border-color .2s;
}
.indict-evidence-item:hover{border-color:#fca5a5}
.indict-evidence-host{
  font-weight:700;color:#0f172a;font-size:1rem;margin-bottom:4px;
}
.indict-evidence-fact{
  color:#475569;font-size:.9rem;line-height:1.6;margin-bottom:8px;
}
.indict-evidence-source{
  display:inline-flex;align-items:center;gap:4px;
  font-size:.8rem;font-weight:600;color:#059669;
  transition:color .2s;
}
.indict-evidence-source:hover{color:#047857}
.indict-vs-winner{
  background:#ecfdf5;border-left:4px solid #10b981;
  padding:18px 22px;border-radius:0 12px 12px 0;margin-top:20px;
}
.indict-vs-label{font-size:.75rem;font-weight:700;color:#065f46;text-transform:uppercase;margin-bottom:4px}
.indict-vs-text{color:#334155;margin:0;line-height:1.6}
.indict-disclosure{
  margin-top:16px;padding:14px 18px;border-radius:10px;
  background:#fffbeb;border:1px solid #fed7aa;
  font-size:.85rem;color:#92400e;line-height:1.6;
}

/* ═══════════════════════════════════════
   MACRO CLASS ALIASES — WINNER SHOWCASE (ws-*)
   ═══════════════════════════════════════ */
.winner-showcase{
  max-width:1200px;margin:0 auto;padding:0 24px;
}
.ws-verdict-banner{
  text-align:center;margin-bottom:24px;
}
.ws-rank-chip{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 20px;border-radius:24px;font-size:.85rem;font-weight:700;
  background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;
}
.ws-headline-block{text-align:center;margin-bottom:32px}
.ws-headline{
  font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:8px;
}
@media(min-width:640px){.ws-headline{font-size:2.5rem}}
.ws-subline{color:#475569;font-size:1.05rem;max-width:700px;margin:0 auto}
.ws-stat-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:40px;
}
@media(min-width:768px){.ws-stat-grid{grid-template-columns:repeat(4,1fr)}}
.ws-stat{
  background:#fff;border-radius:16px;padding:24px 20px;text-align:center;
  border:2px solid #a7f3d0;box-shadow:0 4px 12px rgba(0,0,0,.04);
  transition:transform .25s;
}
.ws-stat:hover{transform:translateY(-2px)}
.ws-stat-value{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:4px}
.ws-stat-label{font-size:.8rem;font-weight:600;color:#475569}
.ws-stat-sub{font-size:.7rem;color:#94a3b8;margin-top:2px}
.ws-renewal-callout{
  background:#fff;border-radius:16px;padding:28px;margin-bottom:32px;
  border:1px solid #e2e8f0;box-shadow:0 4px 16px rgba(0,0,0,.04);
}
.ws-renewal-headline{
  font-weight:700;color:#0f172a;font-size:1.1rem;margin-bottom:16px;text-align:center;
}
.ws-renewal-compare{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;
}
.ws-ren-item{
  flex:1;min-width:140px;padding:18px;border-radius:14px;text-align:center;
}
.ws-ren-good{background:#ecfdf5;border:2px solid #10b981}
.ws-ren-bad{background:#fef2f2;border:2px solid #fca5a5}
.ws-ren-host{font-size:.85rem;font-weight:600;margin-bottom:4px}
.ws-ren-good .ws-ren-host{color:#065f46}
.ws-ren-bad .ws-ren-host{color:#991b1b}
.ws-ren-price{font-size:1.5rem;font-weight:800;margin-bottom:2px}
.ws-ren-good .ws-ren-price{color:#059669}
.ws-ren-bad .ws-ren-price{color:#dc2626}
.ws-ren-label{font-size:.7rem;color:#64748b}
.ws-ren-vs{font-size:1.1rem;font-weight:700;color:#94a3b8}
.ws-verdict-text{
  max-width:800px;margin:0 auto 32px;
  color:#475569;line-height:1.8;font-size:1rem;
}
.ws-verdict-text p{margin-bottom:16px}
.ws-verdict-text strong{color:#0f172a}
.ws-pros-cons{
  display:grid;gap:32px;margin-bottom:32px;max-width:800px;margin-left:auto;margin-right:auto;
}
@media(min-width:768px){.ws-pros-cons{grid-template-columns:1fr 1fr}}
.ws-list-heading{font-size:1.1rem;font-weight:700;margin-bottom:14px}
.ws-list-heading-pros{color:#065f46}
.ws-list-heading-cons{color:#92400e}
.ws-pro-list,.ws-con-list{display:flex;flex-direction:column;gap:8px}
.ws-pro-item,.ws-con-item{
  display:flex;gap:8px;align-items:flex-start;
  font-size:.9rem;color:#475569;line-height:1.5;
}
.ws-pro-item::before{content:'✓';color:#059669;font-weight:700;flex-shrink:0}
.ws-con-item::before{content:'−';color:#d97706;font-weight:700;flex-shrink:0;font-size:1.1em}
.ws-specs-strip{
  display:grid;grid-template-columns:repeat(2,1fr);gap:8px;
  margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto;
}
@media(min-width:480px){.ws-specs-strip{grid-template-columns:repeat(3,1fr)}}
@media(min-width:768px){.ws-specs-strip{grid-template-columns:repeat(5,1fr)}}
.ws-spec-item{
  text-align:center;padding:14px 8px;background:#f8fafc;border-radius:10px;
  border:1px solid #e2e8f0;
}
.ws-spec-label{font-size:.7rem;color:#64748b;font-weight:600;margin-bottom:4px}
.ws-spec-value{font-weight:700;color:#0f172a;font-size:.9rem}
.ws-cta-block{
  text-align:center;margin-bottom:32px;
}
.ws-coupon-strip{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;
  padding:16px 20px;background:#ecfdf5;border:2px solid #a7f3d0;border-radius:14px;
  margin-bottom:20px;font-size:.95rem;
}
.ws-coupon-label{color:#065f46;font-weight:500}
.ws-coupon-code{
  padding:6px 16px;border-radius:8px;font-family:monospace;
  font-weight:700;font-size:1.1rem;background:#059669;color:#fff;
}
.ws-cta-btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:16px 36px;border-radius:12px;font-weight:700;font-size:1.05rem;
  background:linear-gradient(135deg,#059669,#10b981);color:#fff;
  box-shadow:0 4px 16px rgba(16,185,129,.3);transition:all .3s;
}
.ws-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(16,185,129,.4)}
.ws-cta-secondary{
  display:inline-block;padding:14px 24px;font-weight:600;color:#059669;
  font-size:.95rem;transition:color .2s;
}
.ws-cta-secondary:hover{color:#047857}
.ws-test-note{
  max-width:800px;margin:0 auto;padding:16px 20px;
  background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;
  font-size:.8rem;color:#64748b;line-height:1.6;text-align:center;
}

/* ═══════════════════════════════════════
   NEW HOMEPAGE SECTIONS CSS (V3)
   ═══════════════════════════════════════ */

/* ── HERO CRED CHIPS ── */
.hero-cred-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.hcc {
  font-size: 0.8rem;
  font-weight: 600;
  color: #475569;
  background: #f1f5f9;
  padding: 6px 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ── EDUCATION SECTION ── */
.hp-education {
  padding: 80px 0;
  background: #f8fafc;
}
.hp-education-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.edu-label {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #059669;
  text-align: center;
  margin-bottom: 12px;
}
.edu-headline {
  font-size: 2.25rem;
  font-weight: 800;
  color: #0f172a;
  text-align: center;
  margin-bottom: 16px;
}
.edu-intro {
  font-size: 1.1rem;
  color: #64748b;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px;
  line-height: 1.7;
}
.edu-grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .edu-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .edu-grid { grid-template-columns: repeat(3, 1fr); }
}
.edu-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0,0,0,.03);
  transition: transform 0.25s, box-shadow 0.25s;
}
.edu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.06);
  border-color: #a7f3d0;
}
.edu-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #ecfdf5;
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.edu-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}
.edu-card-body {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
}

/* ── INDICTMENT REDESIGN STATS SVG TAB ── */
.indict-tab-svg {
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
  color: currentColor;
}
.indict-panel-inner {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .indict-panel-inner { grid-template-columns: 1fr 1fr; align-items: start; }
}
.indict-panel-left {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  padding: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,.06);
}
.indict-panel-right {
  display: flex;
  flex-direction: column;
}

/* ── NEW FLAGGED HOSTS ── */
.flagged-eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #dc2626;
  text-align: center;
  margin-bottom: 12px;
}
.flagged-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #e2e8f0;
  transition: transform 0.25s, box-shadow 0.25s;
}
.flagged-card:hover {
  border-color: #fca5a5;
  box-shadow: 0 12px 40px rgba(239, 68, 68, 0.08);
  transform: translateY(-4px);
}
.flagged-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 16px;
  align-self: flex-start;
}
.flagged-badge-avoid { background: #fef2f2; color: #991b1b; }
.flagged-badge-warn { background: #fffbeb; color: #b45309; }
.flagged-name {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}
.flagged-hook {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 20px;
}
.flagged-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}
.vstat {
  background: #f8fafc;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
}
.vstat-bad { background: #fef2f2; }
.vstat-val {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
}
.vstat-bad .vstat-val { color: #b91c1c; }
.vstat-lbl {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 2px;
}
.flagged-logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  margin-bottom: 12px;
}
.flagged-logo-box img {
  height: 100%;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
.flagged-cons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
  flex: 1;
}
.flagged-cons li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.5;
}
.flagged-cons li::before {
  content: '✕';
  color: #ef4444;
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: -2px;
}
.flagged-cons li strong {
  color: #0f172a;
  font-weight: 700;
}
.flagged-verdict {
  background: #f1f5f9;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
  text-align: center;
}

/* ── AUTHOR SECTION ── */
.hp-about-author {
  padding: 80px 0;
  background: #fff;
  border-top: 1px solid #e2e8f0;
}
.about-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .about-inner { grid-template-columns: 240px 1fr; align-items: start; }
}
.about-photo-col {
  text-align: center;
}
.about-photo-ring {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, #059669, #34d399);
  padding: 4px;
  margin: 0 auto 20px;
}
.about-photo-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 800;
  color: #059669;
}
.about-name { font-size: 1.5rem; font-weight: 800; color: #0f172a; }
.about-title { font-size: 1rem; color: #64748b; margin-top: 4px; }
.about-site { font-size: 0.85rem; font-weight: 600; color: #059669; margin-top: 8px; }
.about-eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  color: #059669;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.about-headline {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 24px;
  line-height: 1.2;
}
.about-body {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 20px;
}
.about-method-grid {
  display: grid;
  gap: 20px;
  margin: 32px 0;
}
@media (min-width: 640px) {
  .about-method-grid { grid-template-columns: 1fr 1fr; }
}
.about-method-item {
  display: flex;
  gap: 16px;
}
.about-method-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #ecfdf5;
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-method-title {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}
.about-method-desc {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.5;
}
.about-disclosure {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
}
.about-disclosure strong { color: #0f172a; }

/* ═══════════════════════════════════════
   PREMIUM REDESIGN V4 EXTENSION
   Dark theme showcase, Cloudways Boxing, FAQ Pills
   ═══════════════════════════════════════ */

/* ── DARK THEME SHOWCASE ── */
.ws-dark-theme {
  background: #0B0F19; /* Deep navy from user theme */
  padding: 100px 0;
  color: #f8fafc;
}
.ws-dark-header {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 24px;
}
.ws-dark-chip {
  background: linear-gradient(135deg, #6366f1, #4f46e5); /* Bright purple/indigo */
  color: #fff;
  border: none;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  padding: 8px 16px;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.4);
}
.ws-dark-headline {
  font-size: 2.75rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}
.ws-dark-subline {
  color: #94a3b8;
  font-size: 1.15rem;
  line-height: 1.7;
}
.ws-premium-specs-wrapper {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 24px;
}
.ws-specs-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 24px;
}
.ws-specs-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.ws-spec-box {
  background: #111827; /* Dark slate */
  border: 1px solid #1f2937;
  border-radius: 12px;
  padding: 24px 20px;
  min-width: 150px;
  text-align: center;
  transition: transform 0.25s, border-color 0.25s;
}
.ws-spec-box:hover {
  border-color: #6366f1;
  transform: translateY(-2px);
}
.ws-spec-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.ws-spec-value {
  font-size: 1.1rem;
  font-weight: 800;
  color: #e0e7ff;
}

.ws-setup-card {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 24px;
  position: relative;
}
.ws-setup-badge {
  position: absolute;
  top: -16px;
  left: 48px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 8px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}
.ws-setup-inner {
  display: grid;
  border-radius: 20px;
  background: linear-gradient(145deg, #1f2937, #111827);
  border: 1px solid #374151;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}
@media (min-width: 900px) {
  .ws-setup-inner { grid-template-columns: 1fr 340px; }
}
.ws-setup-left {
  padding: 40px;
}
.ws-setup-intro {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}
.comparison-logo img {
  width: auto;
  height: 40px;
  max-width: 140px;
  object-fit: contain;
}
.ws-setup-name {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
}
.ws-setup-type {
  font-size: 0.9rem;
  color: #94a3b8;
}
.ws-setup-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.ws-metric-item {
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ws-mx-icon { font-size: 1.5rem; }
.txt-green { color: #34d399 !important; }
.txt-orange { color: #fbbf24 !important; }
.txt-blue { color: #60a5fa !important; }
.txt-red { color: #f87171 !important; }
.txt-purple { color: #c084fc !important; }
.ws-mx-lbl {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: #94a3b8;
}
.ws-mx-val {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #e2e8f0;
}
.ws-setup-buy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid #334155;
}
.ws-setup-price { display: flex; align-items: baseline; gap: 8px; }
.ws-sp-txt { color: #9ca3af; font-size: 0.9rem; }
.ws-sp-big { font-size: 2.25rem; font-weight: 900; color: #f8fafc; }
.ws-sp-tag { font-size: 0.8rem; font-weight: 700; color: #34d399; background: rgba(52,211,153,0.1); padding: 4px 8px; border-radius: 6px; }
.ws-setup-btn {
  background: linear-gradient(135deg, #6366f1, #4f46e5); /* Bright purple/indigo from user theme */
  padding: 16px 36px;
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  transition: transform 0.25s, box-shadow 0.25s;
}
.ws-setup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(99, 102, 241, 0.5);
}
.ws-setup-right {
  background: #111827;
  padding: 40px 32px;
  border-radius: 0 20px 20px 0;
  border-left: 1px solid #1f2937;
}
.ws-others-title {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 24px;
}
.ws-others-list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px; }
.ws-ot-name { font-weight: 700; font-size: 0.95rem; }
.ws-ot-desc { color: #9ca3af; font-size: 0.85rem; display: block; margin-top: 2px; }
.ws-coupon-box-dark { background: #0B0F19; padding: 20px; border-radius: 12px; border: 1px solid #1f2937; }
.ws-cbox-title { color: #f3f4f6; font-size: 0.9rem; font-weight: 700; margin-bottom: 12px; }
.ws-cbox-code { display: inline-block; padding: 8px 16px; border-radius: 8px; border: 1px dashed #6366f1; color: #818cf8; font-family: monospace; font-size: 1.1rem; font-weight: 800; margin-right: 8px; }
.ws-cbox-desc { font-size: 0.8rem; color: #9ca3af; }

.ws-renewal-callout-premium {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 24px;
}
.ws-renewal-headline { font-weight: 800; font-size: 1.75rem; color: #fff; text-align: center; margin-bottom: 32px; }
.ws-renewal-compare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.ws-ren-item {
  flex: 1; min-width: 200px; padding: 24px; border-radius: 16px; text-align: center;
  background: #111827; border: 1px solid #1f2937;
}
.ws-ren-good { border-color: #34d399; }
.ws-ren-bad { border-color: #ef4444; }
.ws-ren-item .comparison-logo { margin: 0 auto 16px; height: 50px; display: flex; align-items: center; justify-content: center; background: #fff; padding: 8px; border-radius: 8px; }
.ws-ren-item .comparison-logo img { filter: none; max-height: 100%; max-width: 100%; object-fit: contain; } 
.ws-ren-host { font-weight: 800; color: #f8fafc; margin-bottom: 8px; font-size: 1.1rem; }
.ws-ren-price { font-size: 2rem; font-weight: 900; margin-bottom: 4px; }
.ws-ren-good .ws-ren-price { color: #34d399; }
.ws-ren-bad .ws-ren-price { color: #f87171; }
.ws-ren-vs { font-weight: 800; color: #64748b; font-size: 1.25rem; }

.ws-dark-prose { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.ws-dark-verdict {
  background: #1e293b; border-left: 4px solid #3b82f6; border-radius: 0 16px 16px 0;
  padding: 24px; font-size: 1.05rem; line-height: 1.7; color: #cbd5e1; margin-bottom: 40px;
}
.ws-dark-verdict strong { color: #fff; }
.ws-dark-lists { display: grid; gap: 32px; }
@media(min-width:768px){ .ws-dark-lists{grid-template-columns:1fr 1fr;} }
.ws-dlist-title { font-size: 1.2rem; font-weight: 800; margin-bottom: 16px; }
.ws-dark-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.ws-chk { font-weight: 800; font-size: 1.25rem; line-height: 1; }
.ws-dlist-txt { color: #94a3b8; line-height: 1.6; }

/* ── CLOUDWAYS BOXING ── */
.hp-cloudways-block { padding: 100px 0; background: #e0f2fe; }
.cw-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; gap: 40px; align-items: center; }
@media(min-width:900px){ .cw-inner{grid-template-columns: 1.2fr 1fr;} }
.cw-badge { color: #16a34a; font-weight: 700; font-size: 0.9rem; margin-bottom: 12px; }
.cw-headline { font-size: 3rem; font-weight: 900; line-height: 1.1; color: #0f172a; margin-bottom: 20px; }
.cw-subline { font-size: 1.1rem; color: #475569; line-height: 1.7; margin-bottom: 32px; }
.cw-features { list-style: none; margin-bottom: 40px; display: flex; flex-direction: column; gap: 12px; }
.cw-features li { display: flex; align-items: center; gap: 12px; font-weight: 600; color: #1e293b; }
.cw-feat-chk { color: #16a34a; }
.cw-cta-row { display: flex; gap: 16px; }
.cw-btn-primary { background: #16a34a; color: #fff; font-weight: 700; padding: 16px 32px; border-radius: 12px; box-shadow: 0 4px 16px rgba(22, 163, 74, 0.3); transition: transform 0.2s; }
.cw-btn-primary:hover { transform: translateY(-2px); }
.cw-btn-secondary { background: #312e81; color: #fff; font-weight: 700; padding: 16px 32px; border-radius: 12px; transition: transform 0.2s; }
.cw-btn-secondary:hover { transform: translateY(-2px); }
.cw-boxing-card {
  background: #fff; border-radius: 20px; padding: 40px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.05); position: relative;
}
.cw-glove-layer {
  font-size: 1.5rem; font-weight: 900; color: #0f172a; margin-bottom: 32px;
  display: flex; align-items: center; gap: 12px;
}
.cw-boxing-stats { display: flex; flex-direction: column; gap: 20px; }
.cw-box-stat { background: #f8fafc; padding: 16px 20px; border-radius: 12px; border: 1px solid #e2e8f0; display: flex; justify-content: space-between; align-items: center; }
.cw-bs-val { font-weight: 800; font-size: 1.1rem; color: #16a34a; }
.cw-bs-lbl { font-size: 0.85rem; color: #64748b; font-weight: 600; }

/* ── CHEMICLOUD BLOCK ── */
.hp-chemicloud-premium { padding: 80px 0; background: #fff; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
.chemi-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; gap: 60px; align-items: center; }
@media(min-width:900px){ .chemi-inner{grid-template-columns: 1fr 1fr;} }
.chemi-badge { background: #ede9fe; color: #6d28d9; display: inline-block; padding: 6px 12px; border-radius: 8px; font-weight: 700; font-size: 0.8rem; margin-bottom: 16px; }
.chemi-headline { font-size: 2.5rem; font-weight: 800; color: #0f172a; margin-bottom: 16px; }
.chemi-subline { font-size: 1.1rem; color: #475569; line-height: 1.6; margin-bottom: 24px; }
.chemi-prose { color: #64748b; font-size: 0.95rem; line-height: 1.7; margin-bottom: 32px; }
.chemi-primary-btn { display: inline-block; background: #2563eb; color: #fff; padding: 16px 36px; border-radius: 12px; font-weight: 700; box-shadow: 0 4px 16px rgba(37, 99, 235, 0.3); }
.chemi-specs-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.chemi-sp-card { background: #f8fafc; border: 1px solid #e2e8f0; padding: 24px; border-radius: 16px; text-align: center; }
.chemi-sp-val { font-size: 1.5rem; font-weight: 800; color: #0f172a; margin-bottom: 4px; }
.chemi-sp-lbl { font-size: 0.85rem; color: #64748b; font-weight: 600; }

/* ── NAVIGATOR ── */
.hp-navigator-premium { padding: 100px 0; background: #fafbfc; }
.nav-prm-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.nav-prm-header { text-align: center; margin-bottom: 60px; }
.nav-prm-eyebrow { font-weight: 800; color: #3b82f6; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; }
.nav-prm-headline { font-size: 2.5rem; font-weight: 900; color: #0f172a; margin-bottom: 16px; }
.nav-prm-subline { color: #64748b; font-size: 1.1rem; max-width: 600px; margin: 0 auto; }
.nav-prm-grid { display: grid; gap: 24px; }
@media(min-width:768px){ .nav-prm-grid{grid-template-columns: repeat(3, 1fr);} }
.nav-prm-card { background: #fff; border-radius: 20px; border: 1px solid #e2e8f0; box-shadow: 0 4px 20px rgba(0,0,0,0.04); display: flex; flex-direction: column; transition: transform 0.2s; }
.nav-prm-card:hover { transform: translateY(-4px); border-color: #3b82f6; }
.nav-prm-top { padding: 32px; border-bottom: 1px solid #f1f5f9; flex: 1; }
.nav-prm-icon {
  width: 80px; height: 80px; margin-bottom: 24px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  background: #eff6ff; border-radius: 18px; flex-shrink: 0;
  padding: 12px 8px 10px;
}
.nav-prm-icon svg { width: 28px; height: 28px; flex-shrink: 0; }
.nav-prm-icon-lbl {
  font-family: 'qanelas soft bold', 'Roboto Condensed', sans-serif;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; line-height: 1;
}
/* Per-card colour tints */
.nav-prm-icon--new_site     { background: #ecfdf5; color: #059669; }
.nav-prm-icon--growing_site { background: #eff6ff; color: #2563eb; }
.nav-prm-icon--trial_first  { background: #f5f3ff; color: #7c3aed; }
.nav-prm-title { font-size: 1.25rem; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
.nav-prm-desc { color: #64748b; line-height: 1.6; }
.nav-prm-bottom { padding: 32px; background: #f8fafc; border-radius: 0 0 20px 20px; }
.nav-prm-answer-box { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; }
.nav-prm-lbl { font-weight: 700; color: #10b981; font-size: 0.85rem; text-transform: uppercase; }
.nav-prm-pick { font-weight: 800; color: #0f172a; font-size: 1.2rem; }
.nav-prm-why { font-size: 0.9rem; color: #475569; margin-bottom: 24px; }
.nav-prm-code { background: #e2e8f0; padding: 6px 12px; border-radius: 8px; font-size: 0.85rem; text-align: center; margin-bottom: 16px; }
.nav-prm-btn { display: block; text-align: center; background: #0f172a; color: #fff; padding: 14px; border-radius: 12px; font-weight: 700; transition: background 0.2s; }
.nav-prm-btn:hover { background: #1e293b; }

/* ── GREEN PILL FAQ ── */
.hp-faq-premium { padding: 80px 0; background: #fff; }
.faq-prm-inner { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.faq-prm-title { font-size: 2.25rem; font-weight: 900; color: #334155; text-align: center; margin-bottom: 40px; }
.faq-prm-list { display: flex; flex-direction: column; gap: 12px; }
.faq-prm-item { background: #fff; border: 1px solid #4ade80; border-radius: 12px; overflow: hidden; }
.faq-prm-q {
  padding: 20px 24px; font-weight: 700; color: #16a34a; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: #f0fdf4;
}
.faq-prm-q::-webkit-details-marker { display: none; }
.faq-prm-q::after { content: '>'; transform: rotate(90deg); color: #16a34a; transition: transform 0.2s; }
.faq-prm-item[open] .faq-prm-q::after { transform: rotate(-90deg); }
.faq-prm-a { padding: 0 24px 24px; color: #475569; line-height: 1.7; font-size: 0.95rem; background: #f0fdf4; }
.faq-prm-a p { margin-bottom: 12px; }
.faq-prm-a p:last-child { margin-bottom: 0; }

/* ── ABOUT AUTHOR GRID ── */
.hp-author-premium { padding: 100px 0; background: #f8fafc; border-top: 1px solid #e2e8f0; }
.auth-prm-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.auth-prm-header { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.auth-prm-eyebrow { font-weight: 800; color: #059669; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; }
.auth-prm-headline { font-size: 2.5rem; font-weight: 900; color: #0f172a; line-height: 1.2; }
.auth-prm-grid { display: grid; gap: 32px; }
@media(min-width:900px){ .auth-prm-grid { grid-template-columns: 350px 1fr; } }
.auth-prm-bio { background: #fff; padding: 40px; border-radius: 20px; border: 1px solid #e2e8f0; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.03); }
.auth-prm-photo { width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, #10b981, #059669); margin: 0 auto 24px; padding: 4px; overflow: hidden; }
.auth-prm-avatar { width: 100%; height: 100%; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 3rem; font-weight: 900; color: #10b981; overflow: hidden; }
.auth-prm-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
.auth-prm-name { font-size: 1.5rem; font-weight: 900; color: #0f172a; }
.auth-prm-title { color: #64748b; font-weight: 600; margin-bottom: 24px; }
.auth-prm-prose { text-align: left; color: #475569; font-size: 0.95rem; line-height: 1.6; display: flex; flex-direction: column; gap: 12px; border-top: 1px solid #f1f5f9; padding-top: 24px; }
.auth-prm-methods { display: grid; gap: 16px; }
@media(min-width:640px){ .auth-prm-methods { grid-template-columns: 1fr 1fr; } }
.auth-method-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 24px; display: flex; gap: 16px; align-items: flex-start; }
.amd-icon {
  background: #ecfdf5;
  color: #059669;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
}
.amd-icon svg { width: 28px; height: 28px; }
.amd-title { font-weight: 800; color: #0f172a; font-size: 1.1rem; margin-bottom: 8px; }
.amd-desc { color: #64748b; font-size: 0.9rem; line-height: 1.5; }
.auth-prm-disclosure { grid-column: 1 / -1; background: #fffbeb; border: 1px solid #fde68a; padding: 20px; border-radius: 12px; color: #b45309; font-size: 0.85rem; line-height: 1.6; text-align: center; margin-top: 16px; }
.auth-prm-disclosure strong { color: #92400e; }

/* ── FINAL CTA PREMIUM ── */
.hp-final-cta-premium { padding: 100px 0; background: linear-gradient(180deg, #f8fafc, #fff); border-top: 1px solid #e2e8f0; }
.fcta-prm-inner { max-width: 900px; margin: 0 auto; text-align: center; padding: 0 24px; }
.fcta-prm-headline { font-size: 2.5rem; font-weight: 900; color: #0f172a; margin-bottom: 16px; }
.fcta-prm-sub { font-size: 1.25rem; color: #64748b; margin-bottom: 40px; }
.fcta-prm-grid { display: flex; flex-direction: column; gap: 16px; max-width: 500px; margin: 0 auto; }
.fcta-btn { display: flex; align-items: center; gap: 12px; padding: 20px 24px; border-radius: 16px; font-weight: 800; font-size: 1.1rem; transition: transform 0.2s; justify-content: center; }
.fcta-btn:hover { transform: translateY(-2px); }
.fcta-dark { background: #0f172a; color: #fff; box-shadow: 0 4px 20px rgba(15,23,42,0.2); }
.fcta-blue { background: #3b82f6; color: #fff; box-shadow: 0 4px 20px rgba(59,130,246,0.2); }
.fcta-outline { border: 2px solid #e2e8f0; color: #475569; background: #fff; }
.fcta-outline:hover { border-color: #3b82f6; color: #3b82f6; }

/* ═══════════════════════════════════════
   SVG SPEC CARDS (Premium Hardware)
   ═══════════════════════════════════════ */
.ws-spec-card {
  background: #111827;
  border: 1px solid #1f2937;
  border-radius: 16px;
  padding: 24px 16px;
  min-width: 140px;
  text-align: center;
  transition: transform 0.25s, border-color 0.25s;
}
.ws-spec-card:hover {
  border-color: #6366f1;
  transform: translateY(-3px);
}
.ws-spec-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.ws-spec-card:nth-child(1) .ws-spec-icon { background: rgba(239,68,68,.15); color: #f87171; }
.ws-spec-card:nth-child(2) .ws-spec-icon { background: rgba(52,211,153,.15); color: #34d399; }
.ws-spec-card:nth-child(3) .ws-spec-icon { background: rgba(96,165,250,.15); color: #60a5fa; }
.ws-spec-card:nth-child(4) .ws-spec-icon { background: rgba(192,132,252,.15); color: #c084fc; }
.ws-spec-card:nth-child(5) .ws-spec-icon { background: rgba(251,191,36,.15); color: #fbbf24; }
.ws-spec-card:nth-child(6) .ws-spec-icon { background: rgba(45,212,191,.15); color: #2dd4bf; }
.ws-spec-card:nth-child(7) .ws-spec-icon { background: rgba(244,114,182,.15); color: #f472b6; }
.ws-spec-icon svg { width: 24px; height: 24px; }

/* ═══════════════════════════════════════
   PERFORMANCE CHART BLOCK
   ═══════════════════════════════════════ */
.ws-chart-block {
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 0 24px;
}
.ws-chart-title {
  font-family: 'qanelas soft bold', sans-serif;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 24px;
}
.ws-chart-svg {
  background: #111827;
  border: 1px solid #1f2937;
  border-radius: 16px;
  padding: 32px 24px;
}
.ws-chart-svg svg {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.ws-chart-note {
  text-align: center;
  font-size: 0.8rem;
  color: #64748b;
  margin-top: 16px;
  line-height: 1.5;
}

/* ═══════════════════════════════════════
   INLINE SVG DATA CHARTS
   ═══════════════════════════════════════ */
.hp-chart-wrap {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 24px;
}
.hp-chart-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,.04);
}
.hp-chart-title {
  font-family: 'qanelas soft bold', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  text-align: center;
  margin-bottom: 24px;
}
.hp-chart-card svg {
  width: 100%;
  height: auto;
  display: block;
}

/* ═══════════════════════════════════════
   ENHANCED TABLE OVERRIDES
   ═══════════════════════════════════════ */
.hp2 .flex-table,
.hp2 .simple-table {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  border: 1px solid #e2e8f0;
  border-collapse: separate;
  border-spacing: 0;
}
.hp2 .flex-table thead th,
.hp2 .simple-table thead th {
  background: #f1f5f9;
  font-family: 'qanelas soft bold', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #475569;
  padding: 16px 20px;
  border-bottom: 2px solid #e2e8f0;
  text-align: left;
}
.hp2 .flex-table tbody td,
.hp2 .simple-table tbody td {
  padding: 14px 20px;
  font-size: 0.9rem;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
  font-family: 'Roboto Condensed', sans-serif;
}
.hp2 .flex-table tbody tr,
.hp2 .simple-table tbody tr {
  transition: background .15s;
}
.hp2 .flex-table tbody tr:hover,
.hp2 .simple-table tbody tr:hover {
  background: #f8fafc;
}
.hp2 .flex-table tbody tr:last-child td,
.hp2 .simple-table tbody tr:last-child td {
  border-bottom: none;
}
.hp2 .t-good td { background: #f0fdf4; }
.hp2 .t-bad td { background: #fef2f2; }
.hp2 .t-green { color: #059669; font-weight: 700; }
.hp2 .t-red { color: #dc2626; font-weight: 700; }
.hp2 .flex-table caption,
.hp2 .simple-table caption {
  font-size: 0.8rem;
  color: #94a3b8;
  padding: 12px 20px;
  text-align: left;
  caption-side: bottom;
}
.hp-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 32px;
}
/* ── Fix monospace fonts injected by flexTable macro ── */
.hp2 .benchmark-table,
.hp2 .hardware-table {
  font-family: 'Roboto Condensed', sans-serif !important;
}
.hp2 .benchmark-table thead th,
.hp2 .hardware-table thead th {
  font-family: 'qanelas soft bold', sans-serif !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.06em !important;
}
.hp2 .benchmark-table tbody td,
.hp2 .hardware-table tbody td,
.hp2 .benchmark-table tbody th,
.hp2 .hardware-table tbody th {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 0.9rem !important;
}

/* ── TTFB benchmark-table lives in hp-tables-section (white bg) — force light theme ── */
.hp2 .hp-tables-section .benchmark-table {
  --tbl-bg:           #fff !important;
  --tbl-thead-bg:     #0f172a !important;
  --tbl-thead-color:  #e2e8f0 !important;
  --tbl-thead-border: none !important;
  --tbl-row-border:   1px solid #f1f5f9 !important;
  --tbl-hover-bg:     #f8fafc !important;
  --tbl-td-color:     #334155 !important;
  --tbl-sticky-bg:    #fff !important;
  --tbl-border:       1px solid #e2e8f0 !important;
  --tbl-shadow:       0 4px 20px rgba(0,0,0,.06) !important;
}
.hp2 .hp-tables-section .benchmark-table thead th {
  background: #0f172a !important;
  color: #e2e8f0 !important;
  font-family: 'qanelas soft bold', sans-serif !important;
}
.hp2 .hp-tables-section .benchmark-table tbody td,
.hp2 .hp-tables-section .benchmark-table tbody th {
  color: #334155 !important;
  background: #fff !important;
}
.hp2 .hp-tables-section .benchmark-table tbody tr:hover td { background: #f8fafc !important; }
.hp2 .hp-tables-section .benchmark-table .t-fastest { color: #059669 !important; font-weight: 700 !important; }
.hp2 .hp-tables-section .benchmark-table .t-fast    { color: #3b82f6 !important; }
.hp2 .hp-tables-section .benchmark-table .t-slow    { color: #dc2626 !important; }
.hp2 .hp-tables-section .benchmark-table .t-good td { background: #f0fdf4 !important; }
.hp2 .hp-tables-section .benchmark-table .t-bad  td { background: #fef2f2 !important; }

/* ── hardware-table: force light theme in hp-tables-section ── */
.hp2 .hp-tables-section .hardware-table {
  --tbl-bg:           #fff !important;
  --tbl-thead-bg:     #1e1b4b !important;
  --tbl-thead-color:  #c7d2fe !important;
  --tbl-thead-border: none !important;
  --tbl-row-border:   1px solid #f1f5f9 !important;
  --tbl-hover-bg:     #f8fafc !important;
  --tbl-td-color:     #1e293b !important;
  --tbl-sticky-bg:    #fff !important;
  --tbl-border:       1px solid #e2e8f0 !important;
  --tbl-shadow:       0 4px 20px rgba(0,0,0,.06) !important;
}
.hp2 .hp-tables-section .hardware-table tbody td,
.hp2 .hp-tables-section .hardware-table tbody th {
  color: #1e293b !important;
  background: #fff !important;
  font-family: 'Roboto Condensed', sans-serif !important;
}
.hp2 .hp-tables-section .hardware-table tbody tr:hover td { background: #f8fafc !important; }
.hp2 .hp-tables-section .hardware-table .t-top  { color: #059669 !important; font-weight: 700 !important; }
.hp2 .hp-tables-section .hardware-table .t-mid  { color: #3b82f6 !important; }
.hp2 .hp-tables-section .hardware-table .t-low  { color: #dc2626 !important; }
.hp2 .hp-tables-section .hardware-table .t-green { color: #059669 !important; font-weight: 700 !important; }
.hp2 .hp-tables-section .hardware-table .t-red   { color: #dc2626 !important; }
.hp2 .hp-tables-section .hardware-table .t-slow  { color: #dc2626 !important; }
/* chip-tag in light context */
.hp2 .hp-tables-section .hardware-table .chip-tag {
  background: #ede9fe !important; border: 1px solid #c4b5fd !important;
  color: #5b21b6 !important;
}
/* bar colours override for light bg */
.hp2 .hp-tables-section .hardware-table .bar { background: #10b981 !important; }
.hp2 .hp-tables-section .hardware-table .bar.mid { background: #f59e0b !important; }
.hp2 .hp-tables-section .hardware-table .bar.slow { background: #ef4444 !important; }
.hp2 .hp-tables-section .hardware-table .score-fill { background: linear-gradient(90deg,#6366f1,#818cf8) !important; }
.hp2 .hp-tables-section .hardware-table .score-fill.good { background: linear-gradient(90deg,#10b981,#34d399) !important; }
.hp2 .hp-tables-section .hardware-table .score-fill.low  { background: linear-gradient(90deg,#ef4444,#fca5a5) !important; }

/* Tables on dark/alt backgrounds */
.hp2 .hp-tables-section[data-bg="alt"] .flex-table,
.hp2 .hp-tables-section[data-bg="alt"] .simple-table {
  background: #fff;
}

/* ═══════════════════════════════════════
   INLINE STYLES → PROPER CLASSES
   ═══════════════════════════════════════ */
.hp-tables-alt {
  background: #f1f5f9;
  padding: 80px 0;
}
.hp-tables-white {
  background: #fff;
  padding: 80px 0;
}

/* ═══════════════════════════════════════
   LOGO BAR — site header above hero
   ═══════════════════════════════════════ */
.hp-logo-bar {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 10px 24px;
}
.hp-logo-bar-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.hp-logo-bar-img {
  height: 38px; width: auto; display: block;
}
.hp-logo-bar-tag {
  font-size: 0.75rem; color: #64748b;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.02em;
}
@media(max-width:480px){ .hp-logo-bar-tag { display: none; } }

/* Large desktop nav-prm-icon sizing fix */
@media(min-width:1024px){
  .hero-photo-placeholder{ width:80px; height:80px; }
}
