
:root{
  --bg:#ede8e5;
  --paper:#fbf7f5;
  --paper-2:#f3ece8;
  --ink:#19171b;
  --muted:#66606a;
  --line:#d8ced4;
  --plum:#5e445d;
  --plum-dark:#2c2430;
  --rose:#b57d72;
  --fog:#e6dde3;
  --shadow:0 20px 60px rgba(25,23,27,.08);
  --radius:30px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color:var(--ink);
  line-height:1.6;
  background:
    radial-gradient(circle at top right, rgba(181,125,114,.12), transparent 28%),
    linear-gradient(180deg,#f1ece9 0%, #ebe5e2 100%);
}
a{color:inherit}
.page{
  max-width:var(--max);
  margin:0 auto;
  padding:22px 22px 40px;
}
.mast{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:18px;
  align-items:stretch;
}
.id-card{
  background:linear-gradient(180deg,#312733 0%, #241e28 100%);
  color:#f5eff3;
  border-radius:34px;
  padding:28px;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.sig{
  display:flex;
  gap:14px;
  align-items:center;
}
.sigmark{
  width:46px;
  height:46px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--rose),#d9b0a8);
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:800;
  letter-spacing:.08em;
}
.sig strong{
  display:block;
  font-size:15px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.sig span{
  display:block;
  color:#d9d0d8;
  font-size:13px;
}
.quick-links{
  display:grid;
  gap:10px;
  margin:24px 0;
}
.quick-links a{
  text-decoration:none;
  color:#f5eff3;
  width:fit-content;
  border-bottom:1px solid transparent;
  font-size:14px;
}
.quick-links a:hover{border-color:#f5eff3}
.contact{
  display:grid;
  gap:9px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.14);
  font-size:14px;
}
.hero{
  background:var(--paper);
  border:1px solid rgba(25,23,27,.08);
  border-radius:34px;
  box-shadow:var(--shadow);
  padding:22px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
}
.hero-copy{
  padding:18px 14px 12px 10px;
}
.eyebrow{
  display:inline-block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.22em;
  color:var(--plum);
  margin-bottom:16px;
}
.hero h1{
  margin:0 0 18px;
  font-size:72px;
  line-height:.92;
  letter-spacing:-.05em;
  max-width:10ch;
}
.hero p{
  margin:0;
  font-size:19px;
  color:var(--muted);
  max-width:41rem;
}
.hero-panels{
  display:grid;
  gap:14px;
}
.mini{
  border-radius:26px;
  padding:22px;
  border:1px solid rgba(25,23,27,.08);
  background:linear-gradient(180deg,#f8f2ef 0%,#f1e7e3 100%);
}
.mini.alt{
  background:linear-gradient(180deg,#efe6ec 0%,#e7dce4 100%);
}
.mini h3{
  margin:0 0 8px;
  font-size:23px;
  line-height:1.08;
}
.mini p{
  font-size:15px;
}
.cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.btn{
  display:inline-flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius:999px;
  padding:0 18px;
  border:1px solid var(--ink);
  font-size:15px;
}
.btn.primary{
  background:var(--plum-dark);
  border-color:var(--plum-dark);
  color:#fff;
}
.btn.secondary{
  background:transparent;
}
.notice{
  margin-top:18px;
  padding:16px 18px;
  border-radius:20px;
  background:var(--paper-2);
  border-left:4px solid var(--rose);
  color:#4d4850;
  font-size:14px;
}
.band{
  margin-top:18px;
  background:var(--paper);
  border:1px solid rgba(25,23,27,.08);
  border-radius:34px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.band-grid{
  display:grid;
  grid-template-columns:320px 1fr;
}
.band-title{
  padding:30px;
  background:linear-gradient(180deg,#f2e7e3 0%,#ece1e8 100%);
  border-right:1px solid rgba(25,23,27,.08);
}
.band-title h2{
  margin:0 0 10px;
  font-size:40px;
  line-height:1;
  letter-spacing:-.04em;
}
.band-title p{
  margin:0;
  color:var(--muted);
  font-size:16px;
}
.band-body{
  padding:18px;
}
.guide-row{
  display:grid;
  grid-template-columns:1.1fr .65fr .35fr;
  gap:18px;
  align-items:center;
  padding:20px 14px;
  border-top:1px solid var(--line);
}
.guide-row:first-child{border-top:none}
.guide-row h3{
  margin:0 0 6px;
  font-size:26px;
  line-height:1.03;
}
.guide-row p{
  margin:0;
  color:var(--muted);
}
.meta{
  color:var(--muted);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.16em;
}
.price{
  font-size:34px;
  text-align:right;
  white-space:nowrap;
}
.cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:18px;
}
.panel{
  background:var(--paper);
  border:1px solid rgba(25,23,27,.08);
  border-radius:34px;
  box-shadow:var(--shadow);
  padding:32px;
}
.panel h2{
  margin:0 0 12px;
  font-size:38px;
  line-height:1;
  letter-spacing:-.04em;
}
.panel p.intro{
  margin:0;
  color:var(--muted);
  font-size:17px;
}
.feature-list{
  display:grid;
  gap:14px;
  margin-top:20px;
}
.feature{
  padding:18px;
  border-radius:22px;
  background:var(--paper-2);
  border:1px solid rgba(25,23,27,.05);
}
.feature strong{
  display:block;
  font-size:20px;
  margin-bottom:6px;
}
.process{
  display:grid;
  gap:14px;
  margin-top:22px;
}
.step{
  display:grid;
  grid-template-columns:62px 1fr;
  gap:16px;
  align-items:start;
  padding:16px 0;
  border-top:1px solid var(--line);
}
.step:first-child{border-top:none;padding-top:0}
.num{
  width:62px;
  height:62px;
  border-radius:20px;
  background:linear-gradient(180deg,#efe4ea 0%,#e6dbe2 100%);
  display:grid;
  place-items:center;
  font-size:28px;
}
.step h4{
  margin:0 0 6px;
  font-size:22px;
}
.step p{
  margin:0;
  color:var(--muted);
}
.faq{
  display:grid;
  gap:12px;
  margin-top:20px;
}
.faq details{
  border:1px solid rgba(25,23,27,.08);
  border-radius:20px;
  padding:16px 18px;
  background:#fffdfb;
}
.faq summary{
  cursor:pointer;
  font-weight:700;
  font-size:18px;
}
.faq p{
  margin:12px 0 0;
  color:var(--muted);
}
.request{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:18px;
  align-items:start;
}
.callout{
  border-radius:26px;
  padding:24px;
  background:linear-gradient(180deg,#2f2733 0%,#241f28 100%);
  color:#f8f0f4;
}
.callout p{
  color:#ddd2db;
}
.callout .disclaimer{
  background:rgba(255,255,255,.08);
  color:#f8f0f4;
}
form{
  display:grid;
  gap:14px;
  margin-top:18px;
}
label{
  display:grid;
  gap:7px;
  font-size:14px;
}
input, textarea, select{
  width:100%;
  font:inherit;
  color:var(--ink);
  background:#fffdfb;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px 15px;
}
textarea{min-height:150px;resize:vertical}
.disclaimer{
  margin-top:16px;
  padding:14px 16px;
  border-radius:18px;
  background:var(--paper-2);
  color:#4d4850;
  font-size:13px;
}
.footer{
  margin-top:18px;
  background:#211c22;
  color:#f5eef2;
  border-radius:32px;
  padding:28px 30px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:20px;
}
.footer p{color:#d7ccd4}
.footer a{
  color:#f5eef2;
  text-decoration:none;
}
.legal{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:flex-start;
}
.simple{
  max-width:980px;
  margin:0 auto;
  padding:26px 20px 48px;
}
.simple .panel{padding:34px}
.simple .head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:18px;
}
.simple h1{
  margin:0;
  font-size:46px;
  line-height:1;
  letter-spacing:-.04em;
}
.simple h2{
  margin:28px 0 10px;
  font-size:30px;
  line-height:1;
}
.simple p,.simple li{
  color:var(--muted);
  font-size:17px;
}
.simple ul{padding-left:20px}
.back{
  text-decoration:none;
  border-bottom:1px solid currentColor;
}
@media (max-width:1050px){
  .mast,.hero,.band-grid,.cols,.request,.footer-grid{grid-template-columns:1fr}
  .band-title{border-right:none;border-bottom:1px solid rgba(25,23,27,.08)}
  .guide-row{grid-template-columns:1fr}
  .price{text-align:left}
  .hero h1{font-size:56px}
}
@media (max-width:720px){
  .page,.simple{padding:14px}
  .id-card,.hero,.panel,.footer,.simple .panel{padding:22px}
  .hero h1{font-size:42px}
  .band-title,.band-body{padding:22px}
  .guide-row{padding:18px 0}
  .panel h2{font-size:32px}
}
