:root{
  --ink:#11110f;
  --ink2:#181913;
  --olive:#1f2115;
  --paper:#efeee7;
  --paper2:#f7f6ef;
  --acid:#d7ff3f;
  --acid2:#c8ff24;
  --blue:#829cf0;
  --coral:#ff684a;
  --pink:#efa7ca;
  --purple:#9478e8;
  --teal:#6ed4c5;
  --text:#f4f4ed;
  --muted:#a7aa9b;
  --black:#11110f;
  --line-dark:rgba(255,255,255,.16);
  --line-light:rgba(17,17,15,.16);
  --shell:1220px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--ink);
  color:var(--text);
  font-family:Inter,Arial,Helvetica,sans-serif;
  line-height:1.45;
}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
.shell{width:min(calc(100% - 44px),var(--shell));margin:0 auto}
.narrow{max-width:760px}
.hidden{display:none!important}

/* Header — close to luls.lol */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(17,17,15,.94);
  border-bottom:1px solid rgba(255,255,255,.14);
}
.nav-wrap{
  min-height:72px;
  display:flex;align-items:center;gap:32px;
}
.brand{
  display:flex;align-items:center;gap:10px;
  white-space:nowrap;
  margin-right:auto;
}
.wordmark{
  font-size:18px;
  font-weight:950;
  letter-spacing:-.06em;
}
.brand-dot{color:var(--acid);padding-left:1px}
.dns-mark{
  font-family:"Courier New",monospace;
  font-size:9px;
  letter-spacing:.16em;
  color:#9fa293;
}
.nav{
  display:flex;align-items:center;gap:22px;
  font-family:"Courier New",monospace;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.16em;
}
.nav a:not(.button){color:#c2c4b9}
.nav a:not(.button):hover{color:white}
.nav-login{margin-left:8px}
.button{
  min-height:46px;
  border:0;
  border-radius:999px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--acid);
  color:var(--black);
  font-weight:850;
  letter-spacing:-.02em;
  cursor:pointer;
}
.button:hover{background:#e2ff75}
.button-small{min-height:40px;padding:0 18px;font-size:13px}
.button-ghost{
  background:transparent;
  color:white;
  border:1px solid rgba(255,255,255,.28);
}
.button-ghost:hover{background:white;color:var(--black)}
.full{width:100%}
.nav-toggle{display:none}

/* Hero */
.hero{
  position:relative;
  overflow:hidden;
  min-height:620px;
  padding:54px 0 68px;
  background:
    radial-gradient(circle at 54% 15%, rgba(188,255,48,.10), transparent 27rem),
    radial-gradient(circle at 18% 98%, rgba(255,96,54,.05), transparent 24rem),
    linear-gradient(180deg,#12130f,#11110f);
}
.hero::before{
  content:"";
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);
  background-size:4px 4px;
  opacity:.2;pointer-events:none;
}
.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
  gap:70px;
  align-items:center;
}
.hero-glow{display:none}
.eyebrow{
  font-family:"Courier New",monospace;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:#c8cbbb;
  margin-bottom:50px;
}
.lime-dot{
  display:inline-block;
  width:8px;height:8px;border-radius:50%;
  background:var(--acid);
  margin-right:9px;
  box-shadow:0 0 12px rgba(215,255,63,.8);
}
.hero h1{
  margin:0;
  font-size:clamp(58px,8.5vw,128px);
  line-height:.78;
  letter-spacing:-.085em;
  font-weight:760;
  max-width:900px;
}
.hero h1 span{display:block}
.hero .outline-line{
  color:transparent;
  -webkit-text-stroke:1.5px rgba(244,244,237,.66);
  text-stroke:1.5px rgba(244,244,237,.66);
  font-weight:500;
  margin-left:7%;
}
.hero-copy{
  color:#999c8f;
  max-width:380px;
  font-size:14px;
  margin:230px 0 26px;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.trust-row{
  display:flex;gap:18px;flex-wrap:wrap;
  margin-top:26px;
  font-family:"Courier New",monospace;
  text-transform:uppercase;
  font-size:8px;
  letter-spacing:.13em;
  color:#777a6d;
}
.status-panel{
  align-self:end;
  border-top:1px solid rgba(255,255,255,.17);
  padding-top:18px;
  margin-bottom:18px;
}
.panel-top{
  display:flex;justify-content:space-between;align-items:flex-start;gap:20px;
  margin-bottom:22px;
}
.muted,.panel-note{color:#8c8f82}
.tiny{font-family:"Courier New",monospace;font-size:9px;text-transform:uppercase;letter-spacing:.13em}
.status-title{font-size:28px;font-weight:760;letter-spacing:-.05em;margin-top:7px}
.status-dot{
  display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--acid);
  margin-right:7px;box-shadow:0 0 12px rgba(215,255,63,.5)
}
.shield-mark{
  width:76px;height:76px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--acid);color:var(--black);
  font-family:"Courier New",monospace;font-weight:900;font-size:12px;
}
.metric-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}
.metric{padding:16px 0}
.metric+ .metric{border-left:1px solid var(--line-dark);padding-left:18px}
.metric span{display:block;color:#777a6e;font-family:"Courier New",monospace;font-size:8px;text-transform:uppercase;letter-spacing:.13em}
.metric strong{font-size:32px;letter-spacing:-.05em}
.blocked-list{margin-top:14px}
.blocked-list>div{
  display:flex;justify-content:space-between;gap:20px;
  padding:8px 0;border-bottom:1px solid rgba(255,255,255,.07);
  font-size:12px;color:#b4b6aa
}
.dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:8px;background:var(--acid)}
.panel-note{font-family:"Courier New",monospace;font-size:8px;text-transform:uppercase;letter-spacing:.13em;margin-top:12px}

/* ticker */
.logos-strip{
  background:#11110f;
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.1);
}
.device-strip{
  min-height:58px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  overflow:hidden;white-space:nowrap;
  font-family:"Courier New",monospace;
  font-size:9px;letter-spacing:.16em;
  color:#c9cbbf;
}
.device-strip span{flex:none}
.device-strip span::first-letter{color:var(--acid)}

/* General sections */
.section{padding:88px 0;background:var(--paper);color:var(--black)}
.section-alt{background:var(--ink);color:white}
.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:46px}
.section-heading .eyebrow{margin:0;color:#24251f}
.section-heading h2{
  grid-column:1;
  margin:0;
  font-size:clamp(42px,5.5vw,78px);
  line-height:.9;
  letter-spacing:-.07em;
  font-weight:700;
}
.section-heading p{grid-column:2;grid-row:2;margin:0;color:#6f7168;max-width:470px}
.section-alt .section-heading .eyebrow{color:#afb1a4}
.section-alt .section-heading p{color:#85887b}
.section-heading.left{display:block}
.section-heading.left p{max-width:650px;margin-top:16px}

/* bright project-card feature grid */
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.feature-card{
  min-height:330px;
  padding:20px;
  display:flex;
  flex-direction:column;
  color:var(--black);
  border:1px solid rgba(17,17,15,.16);
}
.feature-card:nth-child(1){background:var(--acid)}
.feature-card:nth-child(2){background:var(--blue)}
.feature-card:nth-child(3){background:var(--coral)}
.feature-card:nth-child(4){background:var(--pink)}
.feature-card:nth-child(5){background:var(--purple)}
.feature-card:nth-child(6){background:var(--teal)}
.feature-icon{
  width:auto;height:auto;
  margin:auto;
  font-size:74px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.08em;
  transform:rotate(-5deg);
  text-shadow:5px 5px 0 rgba(255,255,255,.38);
}
.feature-card h3{
  margin:0;padding-top:18px;border-top:1px solid rgba(17,17,15,.22);
  font-size:19px;letter-spacing:-.04em;
}
.feature-card p{margin:8px 0 0;color:#292a25;font-size:12px;line-height:1.55}

/* How it works */
.split{display:grid;grid-template-columns:1fr 1.25fr;gap:70px;align-items:start}
.lead{font-size:19px;color:#bbbdb2;max-width:480px}
.text-link{font-family:"Courier New",monospace;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--acid)}
.flow{border-top:1px solid rgba(255,255,255,.16)}
.flow-node{
  display:grid;grid-template-columns:54px 1fr;
  padding:22px 0;border-bottom:1px solid rgba(255,255,255,.12)
}
.flow-node>span{
  font-family:"Courier New",monospace;font-size:10px;color:var(--acid)
}
.flow-node strong{display:block;font-size:20px;letter-spacing:-.04em}
.flow-node small{display:block;color:#7d8074;margin-top:5px}
.flow-line{display:none}
.flow-node.active{background:transparent}

/* pricing */
.pricing{background:var(--paper)}
.pricing-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:35px}
.pricing-heading .section-heading{margin:0}
.billing-toggle{
  display:inline-flex;background:#dddcd4;border:1px solid rgba(17,17,15,.15);padding:4px
}
.billing-option{
  border:0;background:transparent;color:#64665e;padding:10px 14px;cursor:pointer
}
.billing-option.active{background:var(--black);color:white}
.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.price-card{
  position:relative;
  min-height:400px;
  padding:24px;
  border:1px solid rgba(17,17,15,.17);
  background:#faf9f3;color:var(--black);
  display:flex;flex-direction:column
}
.price-card:nth-child(1){background:#faf9f3}
.price-card:nth-child(2){background:var(--acid)}
.price-card:nth-child(3){background:var(--blue)}
.price-card:nth-child(4){background:var(--pink)}
.price-card.popular{transform:none}
.popular-label{
  position:absolute;top:14px;right:14px;
  font-family:"Courier New",monospace;font-size:8px;letter-spacing:.12em;text-transform:uppercase
}
.plan-name{font-family:"Courier New",monospace;font-size:9px;letter-spacing:.15em;text-transform:uppercase;margin-top:4px}
.price{font-size:50px;font-weight:850;letter-spacing:-.07em;margin:48px 0 4px}
.price span{font-size:16px}
.year{font-size:20px}
.plan-desc{color:#474941;font-size:12px;min-height:54px}
.price-card ul{padding-left:18px;color:#23241f;font-size:12px;line-height:1.8}
.price-card .button{margin-top:auto;background:var(--black);color:white}
.price-card .button-ghost{background:transparent;color:var(--black);border-color:rgba(17,17,15,.35)}
.pricing-footnote{color:#777970;font-size:11px;margin-top:18px}

/* setup */
.setup-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.setup-card{
  min-height:250px;padding:24px;border:1px solid rgba(255,255,255,.16);
  display:flex;flex-direction:column
}
.setup-card:nth-child(1){background:var(--acid);color:var(--black)}
.setup-card:nth-child(2){background:var(--blue);color:var(--black)}
.setup-card:nth-child(3){background:var(--coral);color:var(--black)}
.setup-card:nth-child(4){background:var(--teal);color:var(--black)}
.setup-card h3{font-size:29px;letter-spacing:-.06em;margin:0 0 auto}
.setup-card p{font-size:12px;color:#292a25}
.setup-card .tag{
  font-family:"Courier New",monospace;font-size:8px;text-transform:uppercase;letter-spacing:.13em;margin-bottom:16px
}

/* privacy */
.privacy-section{background:#f6f5ee}
.privacy-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.privacy-copy h2{font-size:clamp(44px,6vw,84px);line-height:.9;letter-spacing:-.075em}
.privacy-copy p{color:#707269}
.privacy-points{border-top:1px solid var(--line-light)}
.privacy-points>div{padding:20px 0;border-bottom:1px solid var(--line-light)}
.privacy-points strong{display:block;font-size:18px}
.privacy-points span{display:block;color:#74766e;font-size:12px;margin-top:4px}

/* faq */
.faq{background:var(--paper);color:var(--black)}
.faq-list{border-top:1px solid var(--line-light)}
details{border-bottom:1px solid var(--line-light)}
summary{padding:20px 0;font-size:20px;cursor:pointer;letter-spacing:-.035em}
details p{color:#6f7169;max-width:800px}

/* cta */
.cta{background:var(--ink);padding:0 0 80px}
.cta-inner{
  min-height:320px;
  padding:54px;
  background:var(--acid);
  color:var(--black);
  display:flex;align-items:center;justify-content:space-between;gap:40px
}
.cta-inner h2{font-size:clamp(44px,6vw,80px);line-height:.88;letter-spacing:-.075em;max-width:700px;margin:0}
.cta-inner p{color:#34352f;max-width:450px}
.cta-inner .button{background:var(--black);color:white}

/* footer */
.footer{background:var(--ink);padding:62px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}
.footer h3,.footer h4{margin-top:0}
.footer p,.footer a{color:#8f9285;font-size:12px}
.footer-links{display:grid;gap:8px}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:44px;padding-top:18px;
  display:flex;justify-content:space-between;gap:20px;
  color:#6f7267;font-size:10px
}

@media(max-width:980px){
  .nav-toggle{
    display:block;margin-left:auto;width:42px;height:42px;border:1px solid rgba(255,255,255,.18);
    background:none
  }
  .nav-toggle span{display:block;width:18px;height:1px;background:white;margin:4px auto}
  .nav{
    display:none;position:absolute;left:22px;right:22px;top:72px;
    background:#11110f;border:1px solid rgba(255,255,255,.18);padding:18px;
    flex-direction:column;align-items:stretch;gap:0
  }
  .nav.open{display:flex}
  .nav a{padding:12px 4px}
  .hero-grid{grid-template-columns:1fr;gap:30px}
  .hero-copy{margin:40px 0 24px}
  .status-panel{max-width:540px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-grid,.setup-grid{grid-template-columns:repeat(2,1fr)}
  .split,.privacy-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .shell{width:min(calc(100% - 28px),var(--shell))}
  .hero{min-height:auto;padding-top:42px}
  .eyebrow{margin-bottom:34px}
  .hero h1{font-size:clamp(54px,17vw,88px)}
  .hero .outline-line{margin-left:3%}
  .hero-copy{font-size:13px}
  .status-panel{margin-top:30px}
  .device-strip{justify-content:flex-start;gap:30px}
  .section{padding:64px 0}
  .section-heading{display:block}
  .section-heading p{margin-top:20px}
  .feature-grid,.pricing-grid,.setup-grid{grid-template-columns:1fr}
  .feature-card{min-height:290px}
  .pricing-heading{display:block}
  .billing-toggle{margin-top:18px}
  .cta-inner{padding:34px;display:block}
  .cta-inner .button{margin-top:20px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{display:block}
}


/* =========================================================
   V3.2 MINIMAL LANDING — WHITE SCHEME + REAL LIVE STATS
   ========================================================= */

.hero.landing-minimal{
  min-height:620px;
  padding:0;
  background:#efeee7;
  color:#11110f;
  display:flex;
  align-items:stretch;
}

.hero.landing-minimal::before,
.hero.landing-minimal::after{
  display:none;
}

.landing-inner{
  min-height:620px;
  padding-top:74px;
  padding-bottom:58px;
  display:grid;
  grid-template-rows:auto 1fr auto;
  gap:40px;
}

.landing-title .eyebrow{
  margin:0 0 24px;
  color:#34362f;
}

.landing-title .lime-dot{
  background:#bfff24;
  box-shadow:none;
  border:1px solid rgba(17,17,15,.25);
}

.landing-title h1{
  margin:0;
  max-width:none;
  color:#11110f;
  font-size:clamp(76px,13vw,190px);
  line-height:.78;
  letter-spacing:-.095em;
  font-weight:760;
}

.landing-stats{
  align-self:end;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid rgba(17,17,15,.22);
  border-bottom:1px solid rgba(17,17,15,.22);
}

.landing-stat{
  min-height:150px;
  padding:20px 18px 18px 0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.landing-stat + .landing-stat{
  border-left:1px solid rgba(17,17,15,.22);
  padding-left:18px;
}

.landing-stat span{
  font-family:"Courier New",monospace;
  font-size:8px;
  line-height:1.35;
  letter-spacing:.13em;
  color:#61635b;
}

.landing-stat strong{
  display:block;
  color:#11110f;
  font-size:clamp(42px,6vw,78px);
  line-height:.8;
  letter-spacing:-.08em;
  font-weight:780;
}

.landing-action{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.landing-cta{
  min-height:58px;
  padding:0 27px;
  background:#cfff2f;
  color:#11110f;
  font-size:15px;
}

.landing-cta span{
  margin-left:18px;
  font-size:19px;
}

.landing-action small{
  font-family:"Courier New",monospace;
  font-size:8px;
  letter-spacing:.14em;
  color:#6b6d65;
}

/* Make the header flow with the requested white landing treatment. */
body:has(.landing-minimal) .site-header{
  background:rgba(239,238,231,.96);
  border-bottom:1px solid rgba(17,17,15,.16);
}

body:has(.landing-minimal) .site-header .wordmark{
  color:#11110f;
}

body:has(.landing-minimal) .site-header .dns-mark,
body:has(.landing-minimal) .site-header .nav a:not(.button),
body:has(.landing-minimal) .site-header .nav-login{
  color:#52544d;
}

body:has(.landing-minimal) .site-header .nav a:not(.button):hover{
  color:#11110f;
}

body:has(.landing-minimal) .site-header .nav-toggle{
  border-color:rgba(17,17,15,.2);
}

body:has(.landing-minimal) .site-header .nav-toggle span{
  background:#11110f;
}

@media(max-width:980px){
  body:has(.landing-minimal) .site-header .nav{
    background:#efeee7;
    border-color:rgba(17,17,15,.17);
  }
}

@media(max-width:720px){
  .hero.landing-minimal,
  .landing-inner{
    min-height:560px;
  }

  .landing-inner{
    padding-top:50px;
    padding-bottom:40px;
    gap:28px;
  }

  .landing-title h1{
    font-size:clamp(72px,23vw,120px);
  }

  .landing-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .landing-stat{
    min-height:112px;
    padding:14px 10px 14px 0;
  }

  .landing-stat:nth-child(2){
    padding-left:12px;
  }

  .landing-stat:nth-child(3){
    border-left:0;
    border-top:1px solid rgba(17,17,15,.22);
    padding-left:0;
  }

  .landing-stat:nth-child(4){
    border-top:1px solid rgba(17,17,15,.22);
    padding-left:12px;
  }

  .landing-stat strong{
    font-size:clamp(38px,13vw,58px);
  }

  .landing-action{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* =========================================================
   V3.3 — READABLE LANDING STATS + WHY A DNS
   ========================================================= */

/* Stat labels: prioritize readability over decoration. */
.landing-stat span{
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:1.25;
  letter-spacing:.035em;
  font-weight:850;
  color:#11110f;
  text-transform:uppercase;
  background:none !important;
  box-shadow:none !important;
  text-shadow:none !important;
  opacity:1 !important;
}

.landing-stat strong{
  color:#11110f;
  font-weight:850;
}

.landing-buttons{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.landing-why{
  min-height:58px;
  padding:0 25px;
  border:1px solid #11110f;
  background:transparent;
  color:#11110f;
  font-size:15px;
}

.landing-why:hover{
  background:#11110f;
  color:#fff;
}

.landing-why span{
  margin-left:16px;
  font-size:18px;
}

.landing-action small{
  color:#11110f;
  font-weight:800;
  opacity:.68;
}

/* Dedicated why-DNS section */
.why-dns{
  padding:90px 0;
  background:#11110f;
  color:#f4f4ed;
  scroll-margin-top:72px;
}

.why-heading{
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:55px;
  align-items:end;
  margin-bottom:46px;
}

.why-heading>span{
  grid-column:1;
  font-family:"Courier New",monospace;
  font-size:9px;
  letter-spacing:.15em;
  color:#cfff2f;
  margin-bottom:16px;
}

.why-heading h2{
  grid-column:1;
  margin:0;
  font-size:clamp(48px,6vw,88px);
  line-height:.87;
  letter-spacing:-.075em;
}

.why-heading p{
  grid-column:2;
  grid-row:2;
  margin:0;
  max-width:520px;
  color:#a7aa9f;
  font-size:14px;
  line-height:1.7;
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.16);
  border-left:1px solid rgba(255,255,255,.16);
}

.why-grid article{
  min-height:260px;
  padding:22px;
  border-right:1px solid rgba(255,255,255,.16);
  border-bottom:1px solid rgba(255,255,255,.16);
  display:flex;
  flex-direction:column;
}

.why-grid article>span{
  font-family:"Courier New",monospace;
  font-size:9px;
  letter-spacing:.14em;
  color:#cfff2f;
}

.why-grid h3{
  margin:auto 0 12px;
  font-size:27px;
  line-height:.95;
  letter-spacing:-.055em;
}

.why-grid p{
  margin:0;
  color:#989b90;
  font-size:12px;
  line-height:1.6;
}

.why-footer{
  display:flex;
  justify-content:flex-end;
  margin-top:28px;
}

.why-cta{
  min-height:56px;
  background:#cfff2f;
  color:#11110f;
}

.why-cta span{
  margin-left:16px;
}

@media(max-width:900px){
  .why-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:720px){
  .landing-stat span{
    font-size:10px;
    letter-spacing:.02em;
  }

  .landing-buttons{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
  }

  .landing-cta,
  .landing-why{
    width:100%;
  }

  .why-heading{
    display:block;
  }

  .why-heading p{
    margin-top:20px;
  }

  .why-grid{
    grid-template-columns:1fr;
  }

  .why-grid article{
    min-height:220px;
  }

  .why-footer{
    justify-content:stretch;
  }

  .why-cta{
    width:100%;
  }
}

/* =========================================================
   LULS DNS V3.5 — ACCESSIBLE READABILITY PASS
   Applied after existing styles so it wins without replacing layout.
   ========================================================= */

:root {
  --read-black: #11110f;
  --read-white: #ffffff;
  --read-muted-dark: #3f413b;
  --read-muted-light: #d6d8cf;
}

/* One clear UI typeface everywhere. */
html,
body,
button,
input,
select,
textarea,
.site-header,
.nav,
.eyebrow,
.tiny,
.panel-note,
.device-strip,
.text-link,
.popular-label,
.plan-name,
.footer,
.landing-stat span,
.landing-action small,
.why-heading > span,
.why-grid article > span {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

/* Remove decorative letter spacing from functional copy. */
.nav,
.eyebrow,
.tiny,
.panel-note,
.device-strip,
.text-link,
.popular-label,
.plan-name,
.landing-stat span,
.landing-action small,
.why-heading > span,
.why-grid article > span {
  letter-spacing: .02em !important;
}

/* WHITE / LIGHT AREAS */
.hero.landing-minimal,
.hero.landing-minimal *,
.section:not(.section-alt),
.pricing,
.privacy-section,
.faq {
  text-shadow: none !important;
}

.hero.landing-minimal,
.hero.landing-minimal p,
.hero.landing-minimal span,
.hero.landing-minimal small,
.hero.landing-minimal a,
body:has(.landing-minimal) .site-header,
body:has(.landing-minimal) .site-header a,
body:has(.landing-minimal) .site-header span {
  color: var(--read-black);
}

.landing-title .eyebrow {
  color: var(--read-black) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.landing-stat span {
  color: var(--read-black) !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

.landing-stat strong {
  color: var(--read-black) !important;
  font-weight: 850 !important;
}

.landing-action small {
  color: #34362f !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

body:has(.landing-minimal) .site-header .dns-mark {
  color: #3f413b !important;
  opacity: 1 !important;
  font-size: 11px !important;
  font-weight: 750 !important;
}

body:has(.landing-minimal) .site-header .nav > a:not(.button),
body:has(.landing-minimal) .site-header .nav-login {
  color: var(--read-black) !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

/* Dark sections: important text must be white, secondary text still high contrast. */
.section-alt,
.why-dns,
.footer,
.cta {
  color: var(--read-white);
}

.section-alt p,
.why-dns p,
.footer p,
.footer a {
  color: var(--read-muted-light) !important;
}

.why-heading > span,
.why-grid article > span {
  color: #d7ff3f !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.why-heading p {
  color: #e1e3dc !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.why-grid h3 {
  color: var(--read-white) !important;
  font-weight: 800 !important;
}

.why-grid p {
  color: #d4d6cd !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

/* General light-section copy. */
.section:not(.section-alt) p,
.pricing p,
.privacy-section p,
.faq p {
  color: var(--read-muted-dark) !important;
}

.section-heading p,
.privacy-copy p,
details p,
.pricing-footnote {
  font-size: 15px !important;
  line-height: 1.6 !important;
}

/* Colored cards always use strong near-black text. */
.feature-card,
.feature-card *,
.price-card,
.price-card *,
.setup-card,
.setup-card * {
  color: var(--read-black);
}

.feature-card p,
.price-card p,
.setup-card p {
  color: #272822 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

/* Buttons */
.button {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: -.015em !important;
}

.landing-why {
  color: var(--read-black) !important;
  border-color: var(--read-black) !important;
}

.landing-why:hover {
  color: var(--read-white) !important;
}

/* Mobile nav */
@media (max-width: 980px) {
  body:has(.landing-minimal) .site-header .nav {
    background: #efeee7 !important;
    border-top: 1px solid rgba(17,17,15,.20) !important;
    border-bottom: 1px solid rgba(17,17,15,.28) !important;
  }

  body:has(.landing-minimal) .site-header .nav > a:not(.button),
  body:has(.landing-minimal) .site-header .nav-login {
    min-height: 56px !important;
    color: var(--read-black) !important;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: -.015em !important;
    text-transform: none !important;
    border-bottom: 1px solid rgba(17,17,15,.14) !important;
  }
}

@media (max-width: 720px) {
  .landing-stat span {
    font-size: 12px !important;
  }

  .landing-action small {
    font-size: 11px !important;
  }

  .why-heading p {
    font-size: 15px !important;
  }

  .why-grid p {
    font-size: 14px !important;
  }
}

