:root{
  --bg:#f4efe8;
  --paper:#fbf7f1;
  --ink:#211a1d;
  --muted:#6b6167;
  --line:#d7cbc0;
  --accent:#6b3d56;
  --accent-2:#8a8458;
  --soft:#efe5da;
  --deep:#151114;
  --max:1240px;
  --radius:22px;
  --shadow:0 20px 60px rgba(33,26,29,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at top right, rgba(107,61,86,.08), transparent 34%),
    linear-gradient(180deg, #f6f1ea 0%, #f1ebe3 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.container{width:min(var(--max), calc(100% - 40px)); margin:0 auto}
.site-shell{
  display:grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap:32px;
  align-items:start;
  padding:24px 0 56px;
}
.rail{
  position:sticky;
  top:20px;
  background:rgba(251,247,241,.76);
  backdrop-filter: blur(10px);
  border:1px solid rgba(107,97,103,.18);
  border-radius:28px;
  padding:24px;
  box-shadow:var(--shadow);
}
.brand-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--muted);
}
.brand-dot{
  width:10px;height:10px;border-radius:999px;background:linear-gradient(180deg,var(--accent),var(--accent-2));
}
.rail h1,.display{
  font-family: Georgia, "Times New Roman", serif;
  line-height:.96;
  letter-spacing:-.03em;
  margin:18px 0 0;
}
.rail h1{font-size:54px}
.rail p{margin:16px 0 0;color:var(--muted)}
.rail-nav{
  margin-top:28px;
  display:grid;
  gap:8px;
}
.rail-nav a{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid transparent;
  color:var(--muted);
}
.rail-nav a:hover{border-color:var(--line); background:var(--soft); color:var(--ink)}
.rail-meta{
  margin-top:26px;
  padding-top:18px;
  border-top:1px solid var(--line);
  display:grid;
  gap:10px;
  font-size:14px;
}
.meta-label{
  display:block;
  color:var(--muted);
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:3px;
}
.main-column{
  display:grid;
  gap:22px;
}
.panel{
  background:rgba(251,247,241,.84);
  border:1px solid rgba(107,97,103,.16);
  border-radius:32px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.hero{
  padding:42px;
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:24px;
  align-items:end;
}
.hero-copy h2{
  margin:0;
  font-family: Georgia, "Times New Roman", serif;
  font-size:78px;
  line-height:.95;
  letter-spacing:-.04em;
  max-width:10ch;
}
.hero-copy p{
  max-width:58ch;
  color:var(--muted);
  margin:18px 0 0;
  font-size:18px;
}
.hero-actions{
  margin-top:26px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid var(--ink);
  font-weight:600;
}
.btn-primary{
  background:var(--ink);
  color:var(--paper);
  border-color:var(--ink);
}
.btn-primary:hover{background:var(--accent); border-color:var(--accent)}
.btn-secondary:hover{background:var(--soft)}
.hero-note{
  background:linear-gradient(180deg, rgba(107,61,86,.08), rgba(138,132,88,.10));
  border:1px solid rgba(107,61,86,.12);
  border-radius:28px;
  padding:24px;
  min-height:100%;
  display:grid;
  align-content:space-between;
}
.eyebrow{
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--muted);
}
.big-stat{
  margin-top:18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size:52px;
  line-height:1;
}
.note-list{
  margin:18px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.note-list li{
  padding-left:18px;
  position:relative;
  color:var(--ink);
}
.note-list li::before{
  content:"";
  width:8px;height:8px;border-radius:999px;
  background:var(--accent);
  position:absolute;left:0;top:.65em;
}
.band{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  border-top:1px solid var(--line);
}
.band-item{
  padding:18px 22px;
  border-right:1px solid var(--line);
}
.band-item:last-child{border-right:0}
.band-item strong{
  display:block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--muted);
  margin-bottom:6px;
}
.split{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:22px;
}
.section{padding:34px}
.section h3{
  margin:0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size:42px;
  line-height:1;
  letter-spacing:-.03em;
}
.section p.lead{
  margin:0;
  color:var(--muted);
  max-width:62ch;
}
.guide-list{
  display:grid;
  gap:0;
  margin-top:26px;
  border-top:1px solid var(--line);
}
.guide{
  display:grid;
  grid-template-columns: 140px minmax(0,1fr) 120px;
  gap:18px;
  padding:24px 0;
  border-bottom:1px solid var(--line);
  align-items:start;
}
.guide span.code{
  color:var(--muted);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.guide h4{
  margin:0;
  font-size:28px;
  line-height:1.06;
  font-family: Georgia, "Times New Roman", serif;
}
.guide p{
  margin:10px 0 0;
  color:var(--muted);
}
.price{
  justify-self:end;
  display:inline-flex;
  padding:10px 14px;
  border-radius:999px;
  background:var(--soft);
  border:1px solid var(--line);
  font-weight:700;
}
.editorial-box{
  background:linear-gradient(180deg, rgba(138,132,88,.08), rgba(255,255,255,.4));
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:16px;
  margin-top:22px;
}
.feature{
  padding:18px;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,255,255,.42);
}
.feature strong{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--muted);
}
.steps{
  counter-reset:step;
  display:grid;
  gap:14px;
  margin-top:18px;
}
.step{
  display:grid;
  grid-template-columns:70px minmax(0,1fr);
  gap:16px;
  padding:18px;
  background:rgba(255,255,255,.48);
  border:1px solid var(--line);
  border-radius:22px;
}
.step::before{
  counter-increment:step;
  content:"0" counter(step);
  font-family: Georgia, "Times New Roman", serif;
  font-size:30px;
  line-height:1;
  color:var(--accent);
}
.step h4{margin:2px 0 6px;font-size:19px}
.step p{margin:0;color:var(--muted)}
.faq-list{
  display:grid;
  gap:12px;
  margin-top:20px;
}
.faq{
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px 20px;
  background:rgba(255,255,255,.48);
}
.faq h4{margin:0 0 8px;font-size:18px}
.faq p{margin:0;color:var(--muted)}
.form-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}
.form-grid .full{grid-column:1 / -1}
label{
  display:grid;
  gap:8px;
  font-weight:600;
  font-size:14px;
}
input, textarea, select{
  width:100%;
  border:1px solid var(--line);
  background:rgba(255,255,255,.72);
  border-radius:16px;
  padding:14px 14px;
  color:var(--ink);
  font:inherit;
}
textarea{min-height:160px; resize:vertical}
.form-note{
  color:var(--muted);
  font-size:14px;
  margin-top:12px;
}
.footer{
  padding:26px 34px 34px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
.footer-links{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  color:var(--muted);
}
.disclaimer{
  margin-top:18px;
  padding:16px 18px;
  background:#f8f1e8;
  border:1px solid #e3d6c8;
  border-radius:18px;
  color:#594f52;
  font-size:14px;
}
.masthead{
  padding:24px 0;
}
.inner-page{
  max-width:900px;
  margin:0 auto;
}
.page-head{
  padding:34px;
}
.page-head h1{
  margin:10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size:64px;
  line-height:.96;
  letter-spacing:-.04em;
}
.legal-content{
  padding:0 34px 34px;
}
.legal-content h2{
  margin:28px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size:28px;
}
.legal-content p, .legal-content li{
  color:var(--muted);
}
.legal-content ul{
  margin:0;
  padding-left:20px;
}
.thankyou-wrap{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:28px;
}
.thankyou-card{
  width:min(860px, 100%);
  padding:40px;
}
.thankyou-card h1{
  margin:12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size:72px;
  line-height:.95;
  letter-spacing:-.04em;
}
.thankyou-card p{
  color:var(--muted);
  max-width:62ch;
}
.mini-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}
.mini{
  padding:16px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.46);
}
@media (max-width: 1100px){
  .site-shell{grid-template-columns:1fr}
  .rail{position:static}
  .hero{grid-template-columns:1fr}
}
@media (max-width: 820px){
  .split{grid-template-columns:1fr}
  .hero-copy h2{font-size:56px}
  .section h3{font-size:36px}
  .page-head h1,.thankyou-card h1{font-size:52px}
  .guide{grid-template-columns:1fr}
  .price{justify-self:start}
  .band{grid-template-columns:1fr}
  .band-item{border-right:0;border-bottom:1px solid var(--line)}
  .band-item:last-child{border-bottom:0}
  .feature-grid,.form-grid,.mini-grid{grid-template-columns:1fr}
}
