
:root{
  --bg:#f2eee6;
  --paper:#fbf9f4;
  --paper-2:#efe7dc;
  --ink:#171a1c;
  --muted:#676967;
  --line:#d8cfbf;
  --pine:#46635c;
  --rust:#b87355;
  --fog:#7f8b8b;
  --night:#202528;
  --shadow:0 22px 72px rgba(23,26,28,.08);
  --max:1260px;
  --radius:32px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  line-height:1.6;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(70,99,92,.1), transparent 30%),
    linear-gradient(180deg,#f5f1ea 0%, #ebe3d7 100%);
}
a{color:inherit}
.page{
  max-width:var(--max);
  margin:0 auto;
  padding:22px 22px 46px;
}
.panel{
  background:var(--paper);
  border:1px solid rgba(23,26,28,.08);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.top{
  display:grid;
  grid-template-columns: .86fr 1.14fr;
  gap:18px;
  margin-bottom:18px;
}
.profile{
  padding:30px;
  background:linear-gradient(180deg,#22312f 0%, #1a2324 100%);
  color:#f4efe7;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:420px;
}
.mark{
  width:52px;
  height:52px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--rust),#d9b59f);
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:700;
  letter-spacing:.08em;
  margin-bottom:18px;
}
.profile h1{
  margin:0 0 10px;
  font-size:38px;
  line-height:1;
  letter-spacing:-.04em;
}
.profile p{
  margin:0 0 14px;
  color:#d6dbd8;
}
.profile-nav{
  display:grid;
  gap:10px;
  margin:20px 0 24px;
}
.profile-nav a{
  width:fit-content;
  text-decoration:none;
  border-bottom:1px solid transparent;
  font-size:14px;
}
.profile-nav a:hover{border-color:#f4efe7}
.profile-box{
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1);
  font-size:14px;
  color:#e5e8e5;
}
.disclaimer{
  margin-top:12px;
  padding:14px 16px;
  border-radius:18px;
  background:var(--paper-2);
  color:#4d4742;
  font-size:13px;
}
.profile .disclaimer{
  background:rgba(255,255,255,.08);
  color:#f4efe7;
}
.hero{
  padding:42px;
  min-height:420px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.eyebrow{
  display:inline-block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.22em;
  color:var(--rust);
  margin-bottom:14px;
}
.hero h2{
  margin:0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size:82px;
  line-height:.88;
  letter-spacing:-.065em;
  max-width:9ch;
}
.hero p{
  margin:0;
  max-width:42rem;
  color:var(--muted);
  font-size:19px;
}
.cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  border:1px solid var(--night);
  font-size:15px;
}
.btn.primary{
  background:var(--night);
  color:#fff;
}
.btn.secondary{
  background:transparent;
}
.ribbon{
  display:grid;
  grid-template-columns: 1.18fr .82fr;
  gap:18px;
  margin-bottom:18px;
}
.guides{
  padding:24px;
  display:grid;
  gap:14px;
}
.guide{
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(23,26,28,.08);
}
.guide-top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
}
.guide h3{
  margin:0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size:29px;
  line-height:1.02;
}
.guide p{
  margin:0;
  color:var(--muted);
}
.price{
  white-space:nowrap;
  font-size:34px;
  line-height:1;
}
.meta{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid var(--line);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--muted);
}
.notes{
  padding:30px;
  background:linear-gradient(180deg,#efe6db 0%, #e5d7c9 100%);
  display:grid;
  gap:16px;
}
.note{
  padding:20px;
  border-radius:22px;
  background:#fffdf9;
  border:1px solid rgba(23,26,28,.08);
}
.note h3{
  margin:0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size:29px;
  line-height:1.02;
}
.note p{
  margin:0;
  color:#5d5752;
}
.grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-bottom:18px;
}
.section{
  padding:34px;
}
.section h2{
  margin:0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size:42px;
  line-height:1;
  letter-spacing:-.04em;
}
.section p.lead{
  margin:0;
  color:var(--muted);
  font-size:17px;
}
.list,.steps,.faq{
  display:grid;
  gap:14px;
  margin-top:20px;
}
.point{
  padding:18px;
  border-radius:20px;
  background:var(--paper-2);
  border:1px solid rgba(23,26,28,.06);
}
.point strong{
  display:block;
  font-size:20px;
  margin-bottom:6px;
}
.step{
  display:grid;
  grid-template-columns:62px 1fr;
  gap:16px;
  align-items:start;
  padding:18px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(23,26,28,.08);
}
.num{
  width:62px;
  height:62px;
  border-radius:20px;
  background:var(--paper-2);
  display:grid;
  place-items:center;
  font-family: Georgia, "Times New Roman", serif;
  font-size:28px;
}
.step h4{
  margin:0 0 6px;
  font-size:22px;
}
.step p{
  margin:0;
  color:var(--muted);
}
.faq details{
  padding:16px 18px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(23,26,28,.08);
}
.faq summary{
  cursor:pointer;
  font-size:18px;
  font-weight:700;
}
.faq p{
  margin:12px 0 0;
  color:var(--muted);
}
.request{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap:18px;
}
.request-side{
  padding:30px;
  background:linear-gradient(180deg,#edf2ee 0%, #dfe7e2 100%);
}
.request-side h3{
  margin:0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size:33px;
  line-height:1.02;
}
.request-side p{
  margin:0 0 14px;
  color:#57625e;
}
form{
  padding:30px;
  display:grid;
  gap:14px;
}
label{
  display:grid;
  gap:7px;
  font-size:14px;
}
input, textarea, select{
  width:100%;
  padding:14px 15px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  font:inherit;
}
textarea{min-height:150px; resize:vertical}
.footer{
  padding:28px 30px;
  background:#1f2328;
  color:#f2ece4;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:20px;
}
.footer p{
  color:#d5d8dc;
}
.footer a{
  color:#f2ece4;
  text-decoration:none;
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-content:flex-start;
}
.legal{
  max-width:980px;
  margin:0 auto;
  padding:26px 20px 50px;
}
.legal .panel{
  padding:34px;
}
.legal-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:18px;
}
.legal h1{
  margin:0;
  font-family: Georgia, "Times New Roman", serif;
  font-size:46px;
  line-height:1;
  letter-spacing:-.04em;
}
.legal h2{
  margin:28px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size:30px;
  line-height:1;
}
.legal p,.legal li{
  color:var(--muted);
  font-size:17px;
}
.legal ul{padding-left:20px}
.back{
  text-decoration:none;
  border-bottom:1px solid currentColor;
}
@media (max-width: 1080px){
  .top,.ribbon,.grid,.request,.footer-grid{
    grid-template-columns:1fr;
  }
  .hero h2{font-size:58px}
  .profile,.hero{min-height:auto}
}
@media (max-width: 720px){
  .page,.legal{padding:14px}
  .profile,.hero,.guides,.notes,.section,.request-side,form,.footer,.legal .panel{padding:22px}
  .hero h2{font-size:42px}
  .guide-top{flex-direction:column}
  .section h2{font-size:32px}
  .step{grid-template-columns:1fr}
}
