:root{
  --wine:#6d222c;
  --wine-2:#900000;
  --red:#a33843;
  --gold:#bf7a2c;
  --gold-light:#f2d59a;
  --ivory:#fffaf7;
  --paper:#fffdfb;
  --blush:#f8e5e2;
  --ink:#321116;
  --muted:#756468;
  --line:rgba(109,34,44,.12);
  --white:#fff;
  --shadow:0 24px 60px rgba(76,24,31,.08);
  --container:min(1180px, calc(100% - 40px));
  --serif:"Playfair Display", Georgia, "Times New Roman", serif;
  --sans:"DM Sans", Arial, Helvetica, sans-serif;
  --ease:cubic-bezier(.22,.8,.24,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--ivory);
  color:var(--ink);
  font-family:var(--sans);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img,video,iframe{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{width:var(--container);margin-inline:auto}
.section{padding:92px 0}
.section-title{
  margin:0 0 18px;
  font-family:var(--serif);
  font-size:clamp(38px,5vw,66px);
  line-height:.98;
  letter-spacing:-.04em;
}
.section-title .accent{color:var(--gold)}
.section-lead{
  max-width:790px;
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.65;
}
.eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:var(--wine-2);
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.eyebrow:before{
  content:"";
  width:30px;
  height:1px;
  background:currentColor;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:58px;
  padding:0 12px 0 24px;
  border:0;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  transition:transform .24s var(--ease),box-shadow .24s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg,#900000,#6d222c);
  color:#fff;
  box-shadow:0 14px 34px rgba(109,34,44,.22);
}
.btn-light{
  background:#fff;
  color:var(--wine-2);
}
.arrow-circle{
  width:40px;height:40px;
  display:grid;place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  flex:0 0 40px;
}

/* topbar */
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(45,13,19,.88);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.topbar-inner{
  min-height:74px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
}
.topbar-inner > a:first-child{
  justify-self:start;
}
.topbar-nav{
  justify-self:center;
}
.topbar-actions{
  justify-self:end;
}
.brand-logo{width:120px;height:auto}
.topbar-nav{
  display:flex;
  align-items:center;
  gap:18px;
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-weight:800;
}
.topbar-nav a:hover{color:#fff}
.topbar-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  min-width:max-content;
}
.topbar-offer{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  color:#f2d59a;
  font-size:12px;
  font-weight:900;
  line-height:1;
}
.topbar-contact{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 17px;
  border-radius:999px;
  background:#fff;
  color:var(--wine-2);
  font-size:11px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
}

/* hero */
.hero{
  position:relative;
  overflow:hidden;
  padding:46px 0 86px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(242,213,154,.20), transparent 24%),
    radial-gradient(circle at 12% 92%, rgba(229,121,121,.16), transparent 26%),
    linear-gradient(135deg,#a33843,#6d222c 65%,#41151c);
}
.hero:before{
  content:"CÂȘTIGURI";
  position:absolute;
  right:-.03em;
  top:-.04em;
  font-family:var(--serif);
  font-size:clamp(100px,16vw,230px);
  line-height:1;
  letter-spacing:-.08em;
  color:rgba(255,255,255,.04);
  pointer-events:none;
}
.breadcrumb{
  position:relative;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-bottom:32px;
  color:rgba(255,255,255,.66);
  font-size:11px;
  font-weight:700;
}
.breadcrumb .sep{opacity:.42}
.hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  gap:54px;
  align-items:end;
}
.hero h1{
  margin:0;
  max-width:900px;
  font-family:var(--serif);
  font-size:clamp(50px,6.8vw,90px);
  line-height:.94;
  letter-spacing:-.045em;
}
.hero-copy>p{
  max-width:760px;
  margin:24px 0 0;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.6;
}
.hero-side{
  padding:24px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
}
.hero-side>strong{
  display:block;
  margin-bottom:10px;
  font-size:11px;
  color:#fff;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hero-side p{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:14px;
  line-height:1.65;
}
.hero-pills{display:grid;gap:10px;margin-top:18px}
.hero-pills span{
  min-height:42px;
  display:flex;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}
.author-chip,.updated-chip{
  display:inline-flex;
  align-items:center;
  min-height:48px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(255,255,255,.08);
}
.author-chip{gap:10px;padding:6px 16px 6px 7px}
.author-mark{
  width:36px;height:36px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#fff;color:var(--wine-2);
  font-size:11px;font-weight:900;
}
.author-chip small,.author-chip strong{display:block}
.author-chip small{
  color:rgba(255,255,255,.58);
  font-size:9px;font-weight:800;
  letter-spacing:.08em;text-transform:uppercase;
}
.author-chip strong{font-size:12px}
.updated-chip{
  padding:0 16px;
  color:rgba(255,255,255,.72);
  font-size:11px;font-weight:800;
}

/* quick nav */
.hub-nav-section{padding:28px 0 0}
.hub-nav{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:8px;
  padding:8px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 14px 34px rgba(81,29,36,.05);
}
.hub-nav a{
  min-height:74px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:20px;
  color:var(--wine);
  font-size:12px;
  font-weight:900;
  transition:.2s ease;
}
.hub-nav a:hover{background:var(--blush);transform:translateY(-1px)}
.hub-nav span{
  display:grid;place-items:center;
  width:30px;height:30px;flex:0 0 30px;
  border-radius:50%;
  background:var(--blush);
  color:var(--wine-2);
  font-size:9px;
}

/* answer / intro */
.intro-block{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:70px;
  align-items:start;
}
.intro-copy{
  color:#5f4b4e;
  font-size:16px;
  line-height:1.82;
}
.intro-copy p{margin:0 0 16px}
.answer-box{
  margin-top:26px;
  padding:22px 24px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.answer-box strong{
  display:block;
  margin-bottom:8px;
  color:var(--wine-2);
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.answer-box p{
  margin:0;
  color:var(--ink);
  font-size:17px;
  line-height:1.65;
}

/* factor cards */
.factor-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:28px;
}
.factor-card{
  min-height:220px;
  padding:24px;
  border-radius:26px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 18px 44px rgba(81,29,36,.05);
}
.factor-card .n{
  display:grid;place-items:center;
  width:38px;height:38px;
  margin-bottom:24px;
  border-radius:50%;
  background:var(--blush);
  color:var(--wine-2);
  font-size:10px;font-weight:900;
}
.factor-card h3{
  margin:0 0 10px;
  font-family:var(--serif);
  font-size:25px;
  line-height:1.05;
  color:var(--wine);
}
.factor-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

/* CTA strip */
.cta-band{
  padding:30px;
  border:1px solid var(--line);
  border-radius:34px;
  background:
    radial-gradient(circle at 90% 0%, rgba(242,213,154,.16), transparent 22%),
    linear-gradient(180deg,#fffaf7,#fff);
  box-shadow:var(--shadow);
}
.cta-band-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
}
.cta-band h2{
  margin:0 0 10px;
  font-family:var(--serif);
  font-size:clamp(34px,4.4vw,54px);
  line-height:1;
  letter-spacing:-.04em;
}
.cta-band p{
  margin:0;
  max-width:720px;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
}
.cta-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

/* Calculator */
.earnings{
  color:#fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(242,213,154,.20), transparent 24%),
    linear-gradient(135deg,#a33843,#6d222c 65%,#41151c);
}
.earnings-layout{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(440px,1.15fr);
  gap:48px;
  align-items:center;
}
.earnings-copy .section-title{color:#fff}
.earnings-copy .section-lead{color:rgba(255,255,255,.74)}
.checks{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:22px 0 26px;
}
.checks span{
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.78);
  font-size:10px;
  font-weight:800;
}
.calc-shell{
  border-radius:30px;
  background:#fff;
  color:var(--ink);
  box-shadow:0 26px 70px rgba(39,9,14,.20);
  overflow:hidden;
}
.calc{padding:28px}
.calc-top{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:14px;
  align-items:center;
}
.calc-top strong{
  color:var(--wine-2);
  font-size:11px;
}
.progress{
  height:6px;
  border-radius:999px;
  background:var(--blush);
  overflow:hidden;
}
.progress i{
  display:block;
  width:10%;
  height:100%;
  background:linear-gradient(90deg,#a33843,#6d222c);
}
.calc-est{
  color:var(--muted);
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.calc-body{
  padding:32px 0 18px;
}
.calc-number{
  display:block;
  margin-bottom:10px;
  color:var(--gold);
  font-family:var(--serif);
  font-size:54px;
  line-height:1;
  opacity:.65;
}
.calc-body h3{
  margin:0 0 22px;
  font-family:var(--serif);
  color:var(--wine);
  font-size:30px;
  line-height:1.05;
}
.answers{
  display:grid;
  gap:10px;
}
.answers button{
  width:100%;
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--paper);
  color:var(--ink);
  text-align:left;
  cursor:pointer;
  font-size:13px;
  font-weight:700;
}
.answers button:hover{background:var(--blush)}
.calc-bottom{
  display:flex;
  justify-content:flex-start;
  padding-top:10px;
}
.calc-back{
  border:0;
  background:none;
  color:var(--muted);
  cursor:pointer;
  font-size:11px;
  font-weight:800;
}
.calc-result{display:none;text-align:center}
.calc-result.show{display:block}
.result-kicker{
  display:block;
  color:var(--wine-2);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.calc-result h3{
  margin:14px 0 4px;
  font-family:var(--serif);
  color:var(--wine);
  font-size:30px;
}
.result-amount{
  display:block;
  margin-top:8px;
  color:var(--wine-2);
  font-family:var(--serif);
  font-size:58px;
  line-height:1;
}
.result-period{
  display:block;
  color:var(--muted);
  font-size:12px;
}
.result-chart{
  margin-top:24px;
  text-align:left;
}
.result-graph-title{
  display:block;
  margin-bottom:12px;
  color:var(--wine);
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.result-row{
  display:grid;
  grid-template-columns:58px 1fr 74px;
  gap:10px;
  align-items:center;
  margin:10px 0;
}
.result-row-label,.result-row-value{font-size:10px}
.result-row-track{
  height:8px;
  border-radius:999px;
  background:var(--blush);
  overflow:hidden;
}
.result-row-fill{
  height:100%;
  width:0;
  border-radius:999px;
  background:linear-gradient(90deg,#a33843,#6d222c);
}
.result-note{
  margin:22px 0;
  color:var(--muted);
  font-size:10px;
  line-height:1.55;
}

/* timeline */
.timeline{
  background:
    radial-gradient(circle at 8% 4%, rgba(242,213,154,.18), transparent 24%),
    linear-gradient(180deg,#fffaf7,#fcedea);
}
.timeline-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:30px;
}
.timeline-card{
  min-height:250px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 44px rgba(81,29,36,.05);
}
.timeline-card span{
  display:block;
  margin-bottom:28px;
  color:var(--wine-2);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.timeline-card h3{
  margin:0 0 10px;
  font-family:var(--serif);
  color:var(--wine);
  font-size:25px;
  line-height:1.05;
}
.timeline-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

/* dark section */
.dark-section{
  color:#fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(242,213,154,.18), transparent 24%),
    linear-gradient(135deg,#3a1017,#2d0d13 70%,#21080d);
}
.dark-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:start;
}
.dark-section h2{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(38px,5vw,66px);
  line-height:.98;
  letter-spacing:-.04em;
}
.dark-copy p{
  margin:0 0 18px;
  color:rgba(255,255,255,.74);
  font-size:16px;
  line-height:1.72;
}
.related-links{display:grid;gap:10px;margin-top:24px}
.related-links a{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.related-links a:hover{background:rgba(255,255,255,.10)}
.related-links span{color:var(--gold-light)}

/* commission */
.commission-example{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:18px;
  align-items:center;
  margin-top:30px;
}
.commission-box{
  padding:28px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 44px rgba(81,29,36,.05);
}
.commission-box em,.commission-box strong,.commission-box small{display:block}
.commission-box em{
  margin-bottom:12px;
  color:var(--wine-2);
  font-style:normal;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.commission-box strong{
  font-family:var(--serif);
  color:var(--wine);
  font-size:clamp(28px,3vw,42px);
  line-height:1;
}
.commission-box small{
  margin-top:10px;
  color:var(--muted);
  font-size:12px;
}
.commission-box.strong{
  border-color:transparent;
  background:linear-gradient(135deg,#900000,#6d222c);
}
.commission-box.strong em{color:var(--gold-light)}
.commission-box.strong strong{color:#fff}
.commission-box.strong small{color:rgba(255,255,255,.64)}
.vs{
  display:grid;place-items:center;
  width:48px;height:48px;
  border-radius:50%;
  background:var(--blush);
  color:var(--wine-2);
  font-family:var(--serif);
  font-size:16px;
}
.example-note{
  margin:10px 0 0;
  color:var(--muted);
  font-size:11px;
}
.checklist{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:48px;
  margin-top:34px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:30px;
  background:#fff;
  box-shadow:var(--shadow);
}
.checklist h3{
  margin:0;
  font-family:var(--serif);
  color:var(--wine);
  font-size:34px;
  line-height:1.02;
}
.checklist ul{
  display:grid;gap:10px;
  margin:0;padding:0;
}
.checklist li{
  list-style:none;
  padding:13px 15px;
  border-radius:16px;
  background:var(--paper);
  border:1px solid rgba(109,34,44,.08);
  color:var(--muted);
  font-size:13px;
}

/* compare */
.compare{
  background:
    radial-gradient(circle at 8% 4%, rgba(242,213,154,.16), transparent 24%),
    linear-gradient(180deg,#fffaf7,#fcedea);
}
.compare-wrap{
  margin-top:28px;
  overflow-x:auto;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--shadow);
}
.compare-table{
  width:100%;
  min-width:720px;
  border-collapse:collapse;
}
.compare-table th,.compare-table td{
  padding:17px 20px;
  text-align:left;
  border-bottom:1px solid var(--line);
  font-size:13px;
  line-height:1.5;
}
.compare-table th{
  color:var(--wine);
  background:var(--paper);
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.compare-table td:first-child{
  color:var(--wine-2);
  font-weight:900;
}
.compare-table td{color:var(--muted)}
.compare-table tr:last-child td{border-bottom:0}

/* merit */
.merit-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:56px;
  align-items:start;
}
.merit-copy p{
  margin:0;
  max-width:520px;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}
.merit-lists{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.merit-card{
  padding:26px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 44px rgba(81,29,36,.05);
}
.merit-card h3{
  margin:0 0 18px;
  font-family:var(--serif);
  color:var(--wine);
  font-size:27px;
}
.merit-card ul{
  display:grid;gap:12px;
  margin:0;padding:0;
}
.merit-card li{
  position:relative;
  list-style:none;
  padding-left:20px;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}
.merit-card li:before{
  content:"";
  position:absolute;
  left:0;top:.62em;
  width:7px;height:7px;
  border-radius:50%;
  background:var(--gold);
}

/* knowledge */
.knowledge{
  color:#fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(242,213,154,.20), transparent 24%),
    linear-gradient(135deg,#a33843,#6d222c 65%,#41151c);
}
.knowledge .section-title{color:#fff}
.knowledge .section-lead{color:rgba(255,255,255,.72)}
.knowledge-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:30px;
}
.knowledge-card{
  min-height:260px;
  display:flex;
  flex-direction:column;
  padding:24px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:26px;
  background:rgba(255,255,255,.07);
  transition:.22s ease;
}
.knowledge-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.10)}
.knowledge-card>span{
  color:var(--gold-light);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.knowledge-card h3{
  margin:18px 0 10px;
  font-family:var(--serif);
  color:#fff;
  font-size:26px;
  line-height:1.05;
}
.knowledge-card p{
  margin:0 0 20px;
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.6;
}
.knowledge-card strong{
  margin-top:auto;
  color:#fff;
  font-size:11px;
}

/* offer strip */
.offer-panel{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  padding:36px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(242,213,154,.22), transparent 22%),
    linear-gradient(135deg,#900000,#6d222c 68%,#42151c);
  box-shadow:0 24px 60px rgba(76,24,31,.16);
}
.offer-panel:before{
  content:"NIGHTPROWL";
  position:absolute;
  right:-.03em;
  bottom:-.14em;
  font-family:var(--serif);
  font-size:clamp(72px,11vw,180px);
  color:rgba(255,255,255,.05);
  letter-spacing:-.06em;
}
.offer-panel>*{position:relative;z-index:2}
.offer-panel h2{
  margin:0 0 12px;
  max-width:850px;
  font-family:var(--serif);
  font-size:clamp(34px,4.4vw,58px);
  line-height:1;
  letter-spacing:-.04em;
}
.offer-panel p{
  max-width:760px;
  margin:0 0 22px;
  color:rgba(255,255,255,.80);
  font-size:16px;
  line-height:1.65;
}
.offer-actions{display:flex;gap:10px;flex-wrap:wrap}

/* author */
.author-card{
  display:grid;
  grid-template-columns:100px 1fr;
  gap:26px;
  align-items:start;
  padding:30px;
  border:1px solid var(--line);
  border-radius:30px;
  background:#fff;
  box-shadow:var(--shadow);
}
.author-avatar{
  width:100px;height:100px;
  display:grid;place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#a33843,#6d222c 70%,#41151c);
  color:#fff;
  font-family:var(--serif);
  font-size:30px;
}
.author-label{
  display:block;
  margin-bottom:7px;
  color:var(--wine-2);
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.author-card h2{
  margin:0 0 10px;
  font-family:var(--serif);
  color:var(--wine);
  font-size:34px;
}
.author-card p{
  margin:0 0 13px;
  max-width:820px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.author-card a{
  color:var(--wine-2);
  font-size:12px;
  font-weight:900;
}

/* faq */
.faq-list{
  margin-top:28px;
  border-top:1px solid var(--line);
}
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:22px 0;
  border:0;
  background:none;
  text-align:left;
  cursor:pointer;
  color:var(--ink);
  font-size:18px;
  font-weight:800;
}
.faq-plus{
  flex:0 0 auto;
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--blush);
  color:var(--wine-2);
  font-size:18px;
  transition:.22s ease;
}
.faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .28s var(--ease);
}
.faq-a p{
  margin:0;
  padding:0 0 22px;
  max-width:900px;
  color:var(--muted);
  font-size:16px;
  line-height:1.72;
}
.faq-item.open .faq-plus{transform:rotate(45deg)}
.faq-item.open .faq-a{max-height:320px}

/* footer */
.footer{
  background:#2d0d13;
  color:rgba(255,255,255,.52);
  padding:24px 0;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:10px;
}
.footer-links{display:flex;gap:20px;flex-wrap:wrap}

/* floating offer bar */
.np-offer-bar{
  position:fixed;
  left:18px;right:18px;bottom:18px;
  z-index:9998;
  max-width:1180px;
  margin:0 auto;
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 0%, rgba(242,213,154,.18), transparent 28%),
    linear-gradient(135deg, rgba(144,0,0,.98), rgba(109,34,44,.98) 65%, rgba(65,21,28,.98));
  box-shadow:0 24px 70px rgba(45,13,19,.26);
  transform:translateY(calc(100% + 40px));
  opacity:0;
  transition:transform .45s var(--ease),opacity .35s ease;
}
.np-offer-bar.is-visible{transform:translateY(0);opacity:1}
.np-offer-bar-inner{
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;
  gap:20px;
  min-height:104px;
  padding:18px 20px;
}
.np-offer-bar-brand{
  width:105px;
  padding-right:20px;
  border-right:1px solid rgba(255,255,255,.14);
}
.np-offer-bar-brand img{width:96px}
.np-offer-kicker{
  display:block;
  margin-bottom:5px;
  color:var(--gold-light);
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.np-offer-title{
  display:block;
  margin-bottom:4px;
  font-family:var(--serif);
  font-size:20px;
}
.np-offer-text{
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:12px;
}
.np-offer-cta{
  min-height:50px;
  display:flex;align-items:center;
  padding:0 18px;
  border-radius:999px;
  background:#fff;
  color:var(--wine-2);
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}
.np-offer-close{
  width:36px;height:36px;
  border:0;border-radius:50%;
  background:rgba(255,255,255,.09);
  color:#fff;cursor:pointer;
  font-size:20px;
}

/* mobile contact trigger identical concept to homepage */
.mobile-cta{
  display:none;
  position:fixed;
  right:12px;
  bottom:12px;
  z-index:9997;
  gap:10px;
}
.mobile-cta a{
  width:52px;height:52px;
  display:grid;place-items:center;
  border-radius:50%;
  box-shadow:0 12px 30px rgba(45,13,19,.25);
}
.sticky-wa{background:#fff;color:var(--wine-2)}
.sticky-contact{background:linear-gradient(135deg,#900000,#6d222c);color:#fff}
.mobile-cta svg{width:23px;height:23px;fill:currentColor}


/* GEO / source-clarity sections */
.geo-clarity{
  background:
    radial-gradient(circle at 92% 4%, rgba(242,213,154,.15), transparent 22%),
    linear-gradient(180deg,#fffaf7,#fffdfb);
}
.geo-term-grid .factor-card{min-height:205px}
.geo-note{max-width:940px}
.nightprowl-evidence{
  background:#fff;
}
.promise-card{
  padding:34px;
  border-radius:32px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(242,213,154,.20), transparent 24%),
    linear-gradient(135deg,#3a1017,#2d0d13 70%,#21080d);
  box-shadow:0 24px 60px rgba(76,24,31,.13);
}
.promise-card .eyebrow{color:#f2d59a}
.promise-card h2{
  margin:0 0 14px;
  font-family:var(--serif);
  font-size:clamp(34px,4.5vw,58px);
  line-height:1;
  letter-spacing:-.04em;
}
.promise-card p{
  max-width:900px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.72;
}

/* responsive */
@media(max-width:980px){
  .hero-grid,.intro-block,.earnings-layout,.dark-grid,.checklist,.merit-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .hub-nav{grid-template-columns:repeat(3,1fr)}
  .factor-grid,.knowledge-grid{grid-template-columns:repeat(2,1fr)}
  .timeline-grid{grid-template-columns:repeat(2,1fr)}
  .cta-band-grid{grid-template-columns:1fr}
  .cta-actions{justify-content:flex-start}
  .topbar-nav{display:none}
  .topbar-inner{
    grid-template-columns:auto 1fr auto;
  }
}
@media(max-width:720px){
  :root{--container:min(100% - 28px,1180px)}
  .section{padding:68px 0}
  .topbar-inner{min-height:68px}
  .brand-logo{width:106px}
  .topbar-offer{display:none}
  .topbar-contact{
    min-height:40px;
    padding:0 13px;
  }
  .hero{padding:30px 0 54px}
  .hero h1{font-size:clamp(42px,12vw,60px);line-height:1}
  .hero-copy>p{font-size:17px}
  .article-meta{align-items:stretch}
  .author-chip,.updated-chip{width:100%}
  .hub-nav{grid-template-columns:1fr 1fr;border-radius:22px}
  .hub-nav a{min-height:62px;padding:10px;font-size:11px}
  .factor-grid,.knowledge-grid,.timeline-grid,.merit-lists{grid-template-columns:1fr}
  .calc{padding:20px}
  .commission-example{grid-template-columns:1fr}
  .vs{margin-inline:auto}
  .commission-box{padding:22px}
  .checklist{padding:22px;border-radius:24px}
  .author-card{grid-template-columns:1fr;padding:22px}
  .author-avatar{width:76px;height:76px;font-size:23px}
  .offer-panel{padding:26px 22px}
  .offer-actions{flex-direction:column}
  .offer-actions .btn{width:100%}
  .footer-inner{flex-direction:column;align-items:flex-start}
  .np-offer-bar{display:none}
  .mobile-cta{display:flex}
}
