@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@600;700;800&display=swap');
:root{
  --bg:#0b0f1a;

  --card:rgba(255,255,255,.06);
  --border:rgba(255,255,255,.12);

  --text:rgba(245,247,250,.92);
  --muted:rgba(245,247,250,.68);

  --accent:#7dd3fc;        /* icy cyan */
  --accentViolet:#a78bfa;  /* soft violet */
  --accentRed:#cc0000;     /* dark red */

  --hl:#fbbf24;            /* warm amber */
  --hlGlow:rgba(251,191,36,.12);

  --radius:18px;
  --shadow:0 24px 60px rgba(0,0,0,.55);
  --max:1100px;
}

*{box-sizing:border-box}

body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:
    radial-gradient(900px 500px at 15% 10%, rgba(125,211,252,.22), transparent 60%),
    radial-gradient(900px 500px at 85% 12%, rgba(167,139,250,.20), transparent 62%),
    radial-gradient(900px 500px at 55% 85%, rgba(125,211,252,.14), transparent 60%),
    var(--bg);
  color:var(--text);
}

.wrap{
  max-width:var(--max);
  margin:0 auto;
  padding:32px 18px 72px;
}

h1,h2,h3{letter-spacing:-.02em}
h1{font-size:clamp(34px,5vw,54px); margin:0 0 14px; line-height:1.06}
h2{
  font-size:26px;
  margin:0 0 12px;
  color:rgba(245,247,250,.96);
}
h3{font-size:20px; margin:24px 0 10px}

p{
  margin:0 0 12px;
  color:var(--muted);
  line-height:1.55;
  font-size:1.1em;
}

a{color:var(--accent); text-decoration:none}
a:hover{text-decoration:underline; opacity:.95}

.centered{text-align:center}
footer{text-align:center; margin-top:40px; font-size:13px; color:var(--muted)}

/* Utility colors */
.blue{color:#7dd3fc;}
.violet{color:#a78bfa;}
.amber{color:#fbbf24;}
.red{color:#cc0000;}
.white{color:#ffffff;}
.sky{color:#0382da;}

/* HERO */
.hero{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(520px 300px at 18% 15%, rgba(125,211,252,.16), transparent 60%),
    radial-gradient(520px 300px at 86% 25%, rgba(167,139,250,.14), transparent 62%);
  pointer-events:none;
}
.hero > *{position:relative}

.kicker{
  display:inline-block;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.18);
  color:var(--muted);
  font-size:1.1em;
}

.hero-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}

.btn{
  padding:12px 18px;
  border-radius:999px;
  border:1px solid var(--border);
  background:linear-gradient(90deg,rgba(125,211,252,.25),rgba(167,139,250,.25));
  color:var(--text);
  font-weight:800;
  text-decoration:none;
  box-shadow:0 14px 32px rgba(0,0,0,.35);
  transition:transform .12s ease;
}
.btn:hover{transform:translateY(-1px); text-decoration:none}
.btn:active{transform:translateY(0)}
.btn.secondary{background:rgba(255,255,255,.06); box-shadow:none}

/* Hero image only - do NOT globally style every img */
.hero-image{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  background:rgba(0,0,0,.22);
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
}
.hero-image img{
  width:100%;
  max-width:320px;
  aspect-ratio:3/4;
  object-fit:cover;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 30px 70px rgba(0,0,0,.65);
}

/* Optional: apply “rounded image” style only when you add class="round" */
img.round{
  border-radius:20px;
  border:1px solid rgba(255,255,255,.18);
}

/* =========================
   RESPONSIVE IMAGE BLOCK
========================= */

.image-block{
  max-width:100%;
 width:100%;
  margin:18px auto;       /* <-- THIS centers the block */

  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.18);

  box-shadow:
    0 18px 52px rgba(0,0,0,.35),
    0 0 0 1px rgba(125,211,252,.08);
}

/* The actual image */
.image-block img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:14px;
}

/* =========================
   TESTIMONIAL IMAGE STACK
========================= */

.testimonial-stack{
  display:grid;
  gap:18px;
  margin-top:16px;
  justify-items:center;   /* centers children cleanly */
  text-align:center;
}

/* Testimonial images */
.testimonial-stack img{
  display:block;

  width:100%;             /* responsive down only */
  max-width:560px;        /* LOCKED visual width */
  height:auto;

  margin-left:auto;
  margin-right:auto;

  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.18);

  box-shadow:
    0 18px 52px rgba(0,0,0,.35),
    0 0 0 1px rgba(125,211,252,.08);
}

/* Mobile tightening */
@media (max-width:700px){
  .testimonial-stack{
    gap:14px;
  }

  .testimonial-stack img{
    max-width:92%;   /* keeps breathing room on phones */
  }
}






/* SECTION CARDS */
.section{
  margin-top:28px;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:22px;
  box-shadow:0 18px 50px rgba(0,0,0,.25);
}

.divider{
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
  margin:26px 0;
}

/* Callouts */
.callout{
  border:1px solid rgba(125,211,252,.22);
  background:linear-gradient(180deg, rgba(125,211,252,.10), rgba(255,255,255,.03));
  border-radius:16px;
  padding:14px;
}
.callout b{color:var(--text)}
.callout p{margin:0;font-size:1.2em; color:var(--muted)}

/* 2-column simple grid */
.grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

/* Pills */
.pill{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:14px;
}
.pill b{display:block; margin-bottom:6px}

/* Gradient text utility */
.ggt{
  background: linear-gradient(to bottom, #fbbf24, #a78bfa, #7dd3fc);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-weight:800;
  padding:10px 0;
}

/* Sleek modern lists */
.modern-list{
  list-style:none;
  padding:0;
  margin:12px 0 0;
  display:grid;
  gap:10px;
}

/* 2-col card list */
.modern-list-2col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  list-style:none;
  padding:0;
  margin:12px 0 0;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.12);
}

/* Each cell */
.modern-list-2col > li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:18px 18px;
  background:rgba(0,0,0,.06);
  border:0;
  box-shadow:none;
  transition:transform .12s ease, background-color .12s ease, border-color .12s ease, box-shadow .12s ease;
}

/* Inner dividers for grid look */
.modern-list-2col > li{
  border-bottom:1px solid rgba(255,255,255,.10);
}
.modern-list-2col > li:nth-last-child(-n+2){
  border-bottom:none;
}
.modern-list-2col > li:nth-child(odd){
  border-right:1px solid rgba(255,255,255,.10);
}

/* Hover */
.modern-list-2col > li:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.02);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 18px 52px rgba(0,0,0,.32);
}

.modern-list li::before{content:none}

.li-title{font-weight:900; font-size: 1.2em; color:var(--text)}
.li-desc{margin-top:2px; font-size:1.1em; color:var(--muted)}

/* Big decision buttons (Perfect For section) */
.bigbuttons{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:18px;
}
.bigbuttons b{
  display:block;
  margin-bottom:6px;
}

/* OPTIONAL rail - add class="with-rail" only when you want the left thingee */
.bigbuttons.with-rail{
  position:relative;
  padding-left:26px; /* makes room for the rail */
  overflow:hidden;
}
.bigbuttons.with-rail::before{
  content:"";
  position:absolute;
  left:0;
  top:12px;
  bottom:12px;
  width:8px;
  border-radius:999px;
  background:linear-gradient(
    180deg,
    rgba(125,211,252,.98),
    rgba(167,139,250,.88)
  );
  box-shadow:0 0 0 6px rgba(125,211,252,.12);
}

/* Theme rails for bigbuttons (optional) */
.bigbuttons.with-rail.rail-amber-violet::before{
  background:linear-gradient(180deg, rgba(251,191,36,.95), rgba(167,139,250,.85));
  box-shadow:0 0 0 6px rgba(251,191,36,.10);
}
.bigbuttons.with-rail.rail-cyan-violet::before{
  background:linear-gradient(180deg, rgba(125,211,252,.98), rgba(167,139,250,.88));
  box-shadow:0 0 0 6px rgba(125,211,252,.12);
}
.bigbuttons.with-rail.rail-violet-cyan::before{
  background:linear-gradient(180deg, rgba(167,139,250,.95), rgba(125,211,252,.85));
  box-shadow:0 0 0 6px rgba(167,139,250,.12);
}
.bigbuttons.with-rail.rail-red-amber::before{
  background:linear-gradient(180deg, rgba(204,0,0,.95), rgba(251,191,36,.85));
  box-shadow:0 0 0 6px rgba(204,0,0,.12);
}

/* Big bullet blocks */
.bigbullets{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:1fr 1fr;   /* <-- This makes it 2x2 */
  gap:10px;
  margin-top:12px;
}

.bigbullets::before{
  content:"";
  position:absolute;
  left:-10px;
  right:-10px;
  top:-18px;
  height:44px;
  border-radius:18px;
  background:
    radial-gradient(600px 60px at 18% 50%, rgba(125,211,252,.22), transparent 70%),
    radial-gradient(600px 60px at 82% 50%, rgba(251,191,36,.18), transparent 70%);
  filter: blur(6px);
  opacity:.9;
  pointer-events:none;
}

/* Bigbullets - left accent rail (BASE - REQUIRED) */
.bigbullets .b{
  position:relative;
  padding:16px 16px 14px 26px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.16);
  overflow:hidden;
}

.bigbullets .b::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  bottom:10px;
  width:8px;
  border-radius:999px;

  /* default rail */
  background:linear-gradient(
    180deg,
    rgba(251,191,36,.95),
    rgba(167,139,250,.85)
  );
  box-shadow:0 0 0 6px rgba(251,191,36,.10);
}

/* ---------------------------
   FAQ - CLEAN PREMIUM STYLE
   (FULL REPLACEMENT)
--------------------------- */

.faq h2{
  margin-bottom:14px;
}

/* Card */
.faq details{
  background:rgba(0,0,0,.16);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:16px 18px;
  margin:10px 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  transition:transform .12s ease, border-color .12s ease, box-shadow .12s ease, background-color .12s ease;
  overflow:hidden;
}

.faq details:hover{
  transform:translateY(-1px);
  border-color:rgba(125,211,252,.26);
  background:rgba(0,0,0,.18);
  box-shadow:
    0 16px 50px rgba(0,0,0,.26),
    0 0 0 1px rgba(125,211,252,.08);
}

.faq details[open]{
  border-color:rgba(167,139,250,.26);
  background:rgba(0,0,0,.20);
  box-shadow:
    0 18px 60px rgba(0,0,0,.30),
    0 0 0 1px rgba(167,139,250,.10);
}

/* Summary row */
.faq summary{
  list-style:none;
  cursor:pointer;
  font-weight:900;
  color:rgba(255,255,255,.92);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  outline:none;
  font-size:18px;
  line-height:1.25;
}

/* Hide default marker */
.faq summary::-webkit-details-marker{
  display:none;
}

/* + / - icon */
.faq summary::after{
  content:"+";
  flex:0 0 auto;
  width:30px;
  height:30px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-weight:900;
  color:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(125,211,252,.10), rgba(255,255,255,.03));
  box-shadow:0 12px 30px rgba(0,0,0,.22);
  transition:transform .12s ease, background-color .12s ease, border-color .12s ease;
}

.faq details[open] summary::after{
  content:"-";
  border-color:rgba(167,139,250,.24);
  background:linear-gradient(180deg, rgba(167,139,250,.12), rgba(255,255,255,.03));
}

/* Answer wrapper vibe */
.faq details > *:not(summary){
  margin-top:12px;
}

/* Answer paragraphs */
.faq details p{
  margin:0;
  margin-bottom:12px;
  color:rgba(255,255,255,.80);
  font-size:16px;
  line-height:1.65;
}

/* Headings inside answers */
.faq details h3{
  margin:14px 0 10px;
  font-size:20px;
  line-height:1.25;
  color:rgba(255,255,255,.94);
}

/* Bold inside answers */
.faq details b,
.faq details strong{
  font-weight:900;
  color:rgba(255,255,255,.94);
  font-size:1em;
}

/* Lists inside answers */
.faq details ul,
.faq details ol{
  margin:10px 0 14px;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

/* List rows */
.faq details li{
  position:relative;
  padding-left:28px;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.6;
}

/* Dot bullets */
.faq details li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:10px;
  height:10px;
  border-radius:999px;
  background:rgba(125,211,252,.92);
  box-shadow:0 0 0 4px rgba(125,211,252,.10);
}


/* Focus List - Grid */
.focus-list{
  list-style:none;
  margin:18px 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

@media (max-width: 820px){
  .focus-list{
    grid-template-columns:1fr;
  }
}

.focus-list li{
  position:relative;
  padding:14px 16px 14px 44px;
  border:1px solid var(--border);
  background:var(--card);
  border-radius:var(--radius);
  box-shadow:0 14px 34px rgba(0,0,0,.35);
  line-height:1.5;
}

.focus-list li::before{
  content:"★";
  position:absolute;
  left:14px;
  top:14px;
  color:var(--accent);
  opacity:.95;
}

.focus-list li strong{
  color:var(--text);
  font-weight:800;
  display:inline-block;
  margin-right:6px;
}

.focus-list li strong::after{
  content:" - ";
  color:var(--muted);
  font-weight:600;
}

.focus-list li:hover{
  transform:translateY(-1px);
  transition:transform .12s ease, border-color .12s ease, box-shadow .12s ease;
  border-color:rgba(125,211,252,.26);
  box-shadow:0 18px 52px rgba(0,0,0,.32);
}

/* =========================
   FOCUS LIST - FORCE STYLE
   (Overrides WP/theme defaults)
========================= */

.section ul.focus-list,
ul.focus-list{
  list-style:none !important;
  margin:18px 0 !important;
  padding:0 !important;

  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:12px !important;
}

@media (max-width: 820px){
  .section ul.focus-list,
  ul.focus-list{
    grid-template-columns:1fr !important;
  }
}

.section ul.focus-list > li,
ul.focus-list > li{
  list-style:none !important;              /* kills stubborn bullets */
  position:relative;
  padding:14px 16px 14px 44px !important;
  border:1px solid var(--border) !important;
  background:var(--card) !important;
  border-radius:var(--radius) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.35) !important;
  line-height:1.5;
  margin:0 !important;
}

.section ul.focus-list > li::before,
ul.focus-list > li::before{
  content:"★";                             /* IMPORTANT: real star */
  position:absolute;
  left:14px;
  top:14px;
  color:var(--accent);
  opacity:.95;
}

.section ul.focus-list > li strong,
ul.focus-list > li strong{
  color:var(--text);
  font-weight:800;
  display:inline-block;
  margin-right:6px;
}

.section ul.focus-list > li strong::after,
ul.focus-list > li strong::after{
  content:" - ";
  color:var(--muted);
  font-weight:600;
}

.section ul.focus-list > li:hover,
ul.focus-list > li:hover{
  transform:translateY(-1px);
  transition:transform .12s ease, border-color .12s ease, box-shadow .12s ease;
  border-color:rgba(125,211,252,.26) !important;
  box-shadow:0 18px 52px rgba(0,0,0,.32) !important;
}




/* Focus */
.faq summary:focus-visible{
  box-shadow:0 0 0 3px rgba(125,211,252,.22);
  border-radius:12px;
  padding:4px 6px;
}

/* Desktop nudge */
@media (min-width: 900px){
  .faq summary{font-size:19px;}
  .faq details p,
  .faq details li{font-size:17px;}
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .faq details,
  .faq summary::after{
    transition:none;
  }
}

/* ---------------------------
   Pricing - CLEAN PREMIUM STYLE
   (FULL REPLACEMENT - MERGED)
--------------------------- */

.pricebox{
  display:grid;
  gap:10px;
  background:rgba(0,0,0,.20);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:16px;

  font-size:1.05rem;
  line-height:1.6;
  color:#E6E8EC;
}

.pricebox .line{
  font-size:1.05rem;
  padding:8px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}

.pricebox .line span{
  font-weight:400;
  color:#E2E4E9;
}

.pricebox .line b{
  font-weight:600;
  font-size:1.05rem;
  color:#FFFFFF;
}

.pricebox .total{
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.12);
  font-size:1.15rem;
  font-weight:600;
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#FFFFFF;
}

/* Kill tiny-text inheritance & glow */
.pricebox,
.pricebox *{
  text-shadow:none !important;
}

.guarantee{
  border:1px solid rgba(251,191,36,.24);
  background:linear-gradient(180deg, rgba(251,191,36,.10), rgba(255,255,255,.03));
  border-radius:16px;
  padding:14px;
}

/* H1 underline highlight */
.h1-underline{
  display:inline-block;
  padding-bottom:10px;
  background: linear-gradient(
    90deg,
    rgba(251,191,36,.55) 0%,
    rgba(167,139,250,.45) 55%,
    rgba(251,191,36,.52) 100%
  );
  background-size:100% 8px;
  background-repeat:no-repeat;
  background-position:0 100%;
  border-radius:8px;
}

/* Inline emphasis underline */
.em-underline{
  display:inline-block;
  padding-bottom:6px;
  background: linear-gradient(
    90deg,
    rgba(125,211,252,.00) 0%,
    rgba(125,211,252,.35) 35%,
    rgba(167,139,250,.35) 68%,
    rgba(251,191,36,.55) 100%
  );
  background-size:100% 4px;
  background-repeat:no-repeat;
  background-position:0 100%;
  border-radius:6px;
}

/* Dot system */
.bullet-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  margin-top:6px;
  flex-shrink:0;
}
.dot-plr{
  background:#FBBF24;
  box-shadow:0 0 0 6px rgba(251,191,36,.14);
}
.dot-content{
  background:#7DD3FC;
  box-shadow:0 0 0 6px rgba(125,211,252,.14);
}
.dot-strategy{
  background:#A78BFA;
  box-shadow:0 0 0 6px rgba(167,139,250,.14);
}
.dot-community{
  background:#34D399;
  box-shadow:0 0 0 6px rgba(52,211,153,.14);
}

/* Problem/Fix grid */
.problem-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:14px;
  position:relative;
}

/* Soft glow above problem section like your screenshot vibe */
.problem-grid::before{
  content:"";
  position:absolute;
  left:12px;
  right:12px;
  top:-14px;
  height:28px;
  background: radial-gradient(closest-side, rgba(125,211,252,.20), transparent 70%),
              radial-gradient(closest-side, rgba(251,191,36,.16), transparent 72%);
  filter: blur(6px);
  pointer-events:none;
}

.problem-card{
  position:relative;
  padding:16px 16px 14px 18px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  overflow:hidden;
  transition:transform .12s ease, border-color .12s ease, box-shadow .12s ease;
}

/* Left accent rail */
.problem-card::before{
  content:"";
  position:absolute;
  left:0;
  top:12px;
  bottom:12px;
  width:6px;
  border-radius:999px;
  background: linear-gradient(
    180deg,
    rgba(251,191,36,.95),
    rgba(167,139,250,.85)
  );
  box-shadow:0 0 0 6px rgba(251,191,36,.10);
}

.problem-title{
  font-weight:700;
  color:var(--text);
  margin:0 0 6px;
  line-height:1.2;
  font-size:1.2em;
}

.problem-fix{
  margin:0;
  color:var(--muted);
  line-height:1.5;
  font-size:1.1em;
}
.problem-fix b{
  color:var(--text);
  font-weight:900;
}

.problem-card:hover{
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 18px 52px rgba(0,0,0,.32);
}

/* Badges */
.sample-badge{
  text-transform:uppercase;
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.22);
  color:rgba(255,255,255,.88);
  margin-bottom:12px;
}

/* Tools sample */

/* Tools sample - FORCE perfect centering on the last row */
/* Tools sample - FLEX WRAP (centers last row automatically) */
.tool-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-top:16px;
  margin-bottom:16px;
}

/* Pills keep the same look, just a better layout engine */
.tool-tag{
  flex:0 1 280px;     /* each pill behaves like a 280px card that can wrap */
  max-width:280px;
  width:100%;

  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:8px;

  padding:10px 14px;
  border-radius:999px;
  background:rgba(0,0,0,.16);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.92);
  font-size:16px;
  font-weight:700;
  letter-spacing:.2px;
  box-shadow:0 10px 26px rgba(0,0,0,.25);
  min-height:44px;
  line-height:1.35;

  transition:transform .12s ease, border-color .12s ease, box-shadow .12s ease;
}

.tool-tag:hover{
  transform:translateY(-1px);
  border-color:rgba(125,211,252,.38);
  box-shadow:0 14px 34px rgba(125,211,252,.14);
}


/* AHA LINE - BASE */
.aha-line{
  /* defaults (amber vibe) */
  --ahaBorder: rgba(251,191,36,.22);
  --ahaBgTop: rgba(251,191,36,.10);
  --ahaGlow1: rgba(251,191,36,.22);
  --ahaGlow2: rgba(167,139,250,.12);

  margin:0 0 14px;
  padding:20px 16px;
  border-radius:4px;
  border:1px solid var(--ahaBorder);
  background:linear-gradient(180deg, var(--ahaBgTop), rgba(255,255,255,.02));
  color:rgba(255,255,255,.88);

  /* glow - reduced, calmer */
  box-shadow:
    0 0 0 1px rgba(255,255,255,.02),
    0 12px 36px rgba(0,0,0,.22),
    0 0 8px var(--ahaGlow1),
    0 0 10px var(--ahaGlow2);
}

/* AHA THEMES */
.aha-cyan{
  --ahaBorder: rgba(125,211,252,.26);
  --ahaBgTop: rgba(125,211,252,.10);
  --ahaGlow1: rgba(125,211,252,.24);
  --ahaGlow2: rgba(167,139,250,.14);
}

.aha-violet{
  --ahaBorder: rgba(167,139,250,.26);
  --ahaBgTop: rgba(167,139,250,.10);
  --ahaGlow1: rgba(167,139,250,.22);
  --ahaGlow2: rgba(125,211,252,.12);
}

.aha-red{
  --ahaBorder: rgba(204,0,0,.24);
  --ahaBgTop: rgba(204,0,0,.08);
  --ahaGlow1: rgba(204,0,0,.18);
  --ahaGlow2: rgba(251,191,36,.10);
}

/* =========================
   BIGBULLETS RAIL THEMES
========================= */

/* Default (Amber → Violet) */
.rail-amber-violet .b::before{
  background:linear-gradient(
    180deg,
    rgba(251,191,36,.95),
    rgba(167,139,250,.85)
  );
  box-shadow:0 0 0 6px rgba(251,191,36,.10);
}

/* Cyan → Violet (icy, authority vibe) */
.rail-cyan-violet .b::before{
  background:linear-gradient(
    180deg,
    rgba(125,211,252,.98),
    rgba(167,139,250,.88)
  );
  box-shadow:0 0 0 6px rgba(125,211,252,.12);
}

/* Violet → Cyan (creative / AI vibe) */
.rail-violet-cyan .b::before{
  background:linear-gradient(
    180deg,
    rgba(167,139,250,.95),
    rgba(125,211,252,.85)
  );
  box-shadow:0 0 0 6px rgba(167,139,250,.12);
}

/* Red → Amber (urgency / warning) */
.rail-red-amber .b::before{
  background:linear-gradient(
    180deg,
    rgba(204,0,0,.95),
    rgba(251,191,36,.85)
  );
  box-shadow:0 0 0 6px rgba(204,0,0,.12);
}

.ps-note{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.78);
}

.ps-note b{
  color:rgba(255,255,255,.92);
}

.ps-note .pps{
  margin-top:10px;
  color:rgba(255,255,255,.70);
}

/* ================================
   Who This Is NOT For
   (SINGLE VERSION - NO DUPES)
   ================================ */

.not-for{
  background:transparent;
  padding-top:32px;
  padding-bottom:32px;
  border-top:1px solid rgba(255,255,255,0.08);
}

/* Kill any inherited glow, gradients, or effects */
.not-for,
.not-for *{
  box-shadow:none !important;
  text-shadow:none !important;
}

.not-for::before,
.not-for::after{
  display:none !important;
}

/* Heading */
.not-for h2{
  font-size:1.6rem;
  font-weight:700;
  margin-bottom:12px;
  letter-spacing:0.3px;
  color:#F2F4F8;
}

/* Intro text */
.not-for p{
  font-size:1.05rem;
  line-height:1.65;
  color:#E6E8EC;
  margin-bottom:14px;
}

/* Bullets */
.not-for ul{
  margin-top:12px;
  padding-left:18px;
}

.not-for li{
  font-size:1.05rem;
  line-height:1.6;
  color:#E6E8EC;
  margin-bottom:8px;
}

/* Emphasis line at the bottom */
.not-for .closing{
  margin-top:16px;
  font-size:1.05rem;
  color:#EAECEF;
}

/* ---------------------------
   Trust Box (replaces guarantee)
--------------------------- */

.trustbox{
  background:rgba(0,0,0,.20);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.trustbox h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.2;
  color:rgba(255,255,255,.94);
}

.trustbox p{
  margin:0 0 12px;
  color:rgba(255,255,255,.80);
  font-size:16px;
  line-height:1.65;
}

.trustbox b,
.trustbox strong{
  font-weight:900;
  color:rgba(255,255,255,.94);
  font-size:1em;
}

.trustbox ul{
  margin:10px 0 12px;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.trustbox li{
  position:relative;
  padding-left:28px;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.6;
}

.trustbox li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:10px;
  height:10px;
  border-radius:999px;
  background:rgba(125,211,252,.92);
  box-shadow:0 0 0 4px rgba(125,211,252,.10);
}

.trustbox .mini{
  margin-top:10px;
  font-size:1.1em;
  color:rgba(255,255,255,.70);
}

@media (min-width: 900px){
  .trustbox p,
  .trustbox li{font-size:17px;}
}


/* =========================
   MOBILE
========================= */
@media(max-width:900px){
  .hero{grid-template-columns:1fr}
  .problem-grid{grid-template-columns:1fr}
}

@media(max-width:860px){
  .modern-list-2col{grid-template-columns:1fr}
  .modern-list-2col > li{border-right:none !important}
  .bigbullets{grid-template-columns:1fr}
}

@media(max-width:800px){
  .grid-2{grid-template-columns:1fr}
}

