
:root{
  --bg:#f7f5ef;
  --paper:#fffdf8;
  --card:#fffaf1;
  --card-2:#f3eee4;
  --ink:#1f2a27;
  --muted:#66716d;
  --line:rgba(31,42,39,.10);
  --accent:#8e6c46;
  --accent-2:#d7c3a5;
  --shadow:0 20px 60px rgba(31,42,39,.08);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top right, rgba(215,195,165,.30), transparent 32%),
    linear-gradient(180deg, #f9f6ef 0%, #f6f3ec 100%);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(calc(100% - 32px), var(--max));margin:0 auto}
.site-shell{padding:18px 0 40px}
.topbar{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:14px 18px;border:1px solid var(--line);background:rgba(255,253,248,.78);
  border-radius:999px;backdrop-filter: blur(16px);box-shadow:var(--shadow);
  position:sticky;top:18px;z-index:20
}
.brand-stack{display:flex;align-items:center;gap:14px}
.brand-mark{
  width:42px;height:42px;border-radius:14px;
  background:linear-gradient(135deg, #efe4d1 0%, #d9c2a0 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 8px 18px rgba(122,91,56,.16);
  position:relative;
}
.brand-mark:before,.brand-mark:after{
  content:"";position:absolute;border-radius:999px;background:rgba(255,255,255,.8)
}
.brand-mark:before{width:16px;height:16px;left:8px;top:8px}
.brand-mark:after{width:10px;height:10px;right:8px;bottom:8px}
.brand-name{font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.brand-note{font-size:12px;color:var(--muted)}
.nav-links{display:flex;gap:10px;flex-wrap:wrap}
.nav-links a{
  padding:10px 14px;border-radius:999px;font-size:14px;color:var(--muted);
  border:1px solid transparent
}
.nav-links a:hover{background:rgba(255,255,255,.75);border-color:var(--line);color:var(--ink)}

.hero{
  margin-top:28px;display:grid;grid-template-columns:1.4fr .8fr;gap:22px;
}
.hero-main,.hero-side,.panel,.guide-card,.faq-card,.step,.info-card,.note-card,.legal-card,.thanks-card{
  border:1px solid var(--line);border-radius:var(--radius-xl);background:rgba(255,253,248,.84);
  box-shadow:var(--shadow)
}
.hero-main{
  padding:38px;min-height:620px;position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 80% 18%, rgba(215,195,165,.45), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255,250,241,.92) 100%);
}
.hero-main:after{
  content:"";position:absolute;right:-110px;bottom:-110px;width:340px;height:340px;border-radius:50%;
  background:radial-gradient(circle, rgba(142,108,70,.16), rgba(142,108,70,0));
}
.kicker,.tiny-label{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;
  border:1px solid var(--line);font-size:12px;color:var(--muted);background:rgba(255,255,255,.7)
}
.dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}
.hero-grid{display:grid;grid-template-columns:1.1fr .65fr;gap:24px;margin-top:28px}
.hero-copy h1{
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height:.98;letter-spacing:-.04em;margin:18px 0 20px;
  max-width:8ch;font-weight:600
}
.hero-copy p{font-size:18px;color:#485350;max-width:52ch;margin:0}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.btn,.btn-secondary{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border-radius:999px;padding:14px 20px;font-weight:600;font-size:15px;transition:.2s ease
}
.btn{background:var(--ink);color:#fff;box-shadow:0 14px 28px rgba(31,42,39,.14)}
.btn:hover{transform:translateY(-1px)}
.btn-secondary{background:rgba(255,255,255,.75);border:1px solid var(--line);color:var(--ink)}
.hero-rail{
  display:flex;flex-direction:column;gap:14px;align-self:start
}
.rail-card{
  padding:16px 18px;border-radius:24px;border:1px solid var(--line);background:rgba(245,239,228,.72)
}
.rail-card strong{display:block;font-size:14px}
.rail-card span{display:block;font-size:13px;color:var(--muted);margin-top:4px}
.hero-side{
  padding:20px;display:grid;gap:16px;
  background:
    linear-gradient(180deg, rgba(255,250,244,.95) 0%, rgba(248,244,236,.95) 100%);
}
.side-stat{
  padding:18px 18px 22px;border-radius:24px;background:rgba(255,255,255,.68);border:1px solid var(--line)
}
.side-stat .label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.side-stat .value{font-size:32px;line-height:1.05;margin-top:10px;font-weight:700}
.side-stat p{font-size:14px;color:var(--muted);margin:10px 0 0}
.aside-note{padding:18px;border-radius:24px;background:linear-gradient(180deg, #f4ebdc 0%, #f8f1e5 100%);border:1px solid rgba(142,108,70,.18)}
.aside-note h3{margin:0 0 8px;font-size:17px}
.aside-note p{margin:0;color:#5f645f;font-size:14px}
.section{
  padding:30px 0
}
.section-grid{
  display:grid;grid-template-columns:280px 1fr;gap:22px;align-items:start
}
.section-intro{
  position:sticky;top:112px;padding:24px;border:1px solid var(--line);border-radius:28px;background:rgba(255,253,248,.72)
}
.section-intro h2{
  font-family:"Georgia","Times New Roman",serif;
  font-size:clamp(1.8rem, 4vw, 2.8rem);line-height:1.06;margin:12px 0 10px
}
.section-intro p{margin:0;color:var(--muted)}
.guides-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px
}
.guide-card{
  padding:24px;display:flex;flex-direction:column;gap:18px;min-height:280px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(251,247,239,.94) 100%);
}
.guide-meta{display:flex;justify-content:space-between;gap:10px;align-items:center}
.tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(243,238,228,.92);border:1px solid var(--line);font-size:12px;color:var(--muted)}
.price{font-size:22px;font-weight:700}
.guide-card h3{
  margin:0;font-family:"Georgia","Times New Roman",serif;font-size:31px;line-height:1.08;font-weight:600
}
.guide-card p{margin:0;color:#55605c}
.guide-points{padding:0;margin:0;list-style:none;display:grid;gap:8px}
.guide-points li{
  padding-left:18px;position:relative;color:#44504b;font-size:14px
}
.guide-points li:before{
  content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%;background:var(--accent-2)
}
.why-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
.panel{padding:26px}
.panel h3,.faq-card h3,.legal-card h3,.thanks-card h2{margin:0 0 12px;font-size:28px;font-family:"Georgia","Times New Roman",serif;font-weight:600}
.panel p,.faq-card p,.legal-card p,.thanks-card p{margin:0;color:#54605b}
.note-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}
.note-card{
  padding:18px;border-radius:24px;background:linear-gradient(180deg, rgba(255,250,244,.95), rgba(243,238,228,.95))
}
.note-card strong{display:block;font-size:15px;margin-bottom:8px}
.note-card span{display:block;color:var(--muted);font-size:14px}
.steps-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.step{
  padding:20px;min-height:220px;background:rgba(255,255,255,.82)
}
.step-num{
  display:inline-flex;width:38px;height:38px;border-radius:14px;align-items:center;justify-content:center;
  background:rgba(215,195,165,.35);font-weight:700;margin-bottom:16px
}
.step h3{margin:0 0 10px;font-size:19px}
.step p{margin:0;color:var(--muted);font-size:14px}
.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.faq-card{padding:22px;background:rgba(255,253,249,.85)}
.faq-card h3{font-size:20px;margin-bottom:8px}
.inquiry-wrap{display:grid;grid-template-columns:1fr 400px;gap:18px}
.form-shell{
  padding:28px;border:1px solid var(--line);border-radius:var(--radius-xl);background:rgba(255,253,248,.88);box-shadow:var(--shadow)
}
.form-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.form-header h2{margin:0;font-family:"Georgia","Times New Roman",serif;font-size:42px;line-height:1.02}
.form-header p{margin:10px 0 0;color:var(--muted);max-width:60ch}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}
.field{display:flex;flex-direction:column;gap:8px}
.field.full{grid-column:1/-1}
label{font-size:14px;font-weight:600}
input,textarea,select{
  width:100%;padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:#fffdfa;color:var(--ink);
  font:inherit;outline:none
}
textarea{min-height:150px;resize:vertical}
input:focus,textarea:focus,select:focus{border-color:rgba(142,108,70,.4);box-shadow:0 0 0 4px rgba(215,195,165,.22)}
.helper{font-size:13px;color:var(--muted)}
.info-column{display:grid;gap:16px}
.info-card{
  padding:22px;background:linear-gradient(180deg, rgba(255,248,240,.94), rgba(247,243,235,.94))
}
.info-card h3{margin:0 0 10px;font-size:22px}
.info-card ul{margin:0;padding-left:18px;color:#54605b}
.info-card li+li{margin-top:8px}
.disclaimer{
  margin-top:18px;padding:16px 18px;border-radius:22px;border:1px solid rgba(142,108,70,.18);
  background:linear-gradient(180deg, rgba(244,235,220,.95), rgba(252,247,239,.95));font-size:13px;color:#514d46
}
.site-footer{
  margin-top:32px;padding:24px;border:1px solid var(--line);border-radius:32px;background:rgba(255,253,248,.85);
  display:grid;grid-template-columns:1.2fr .8fr;gap:24px;box-shadow:var(--shadow)
}
.footer-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.footer-links a{
  padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.75);font-size:14px
}
.address-block{font-size:14px;color:#5b6560}
.legal-shell{
  min-height:100vh;padding:26px 0 36px
}
.legal-hero{
  display:grid;grid-template-columns:1fr 320px;gap:18px;align-items:start;margin-top:26px
}
.legal-card{padding:28px;background:rgba(255,253,248,.9)}
.legal-card p + p, .legal-card ul + p, .legal-card h3 + p, .legal-card p + ul{margin-top:12px}
.legal-card ul{margin:0;padding-left:20px;color:#54605b}
.legal-card li+li{margin-top:8px}
.thanks-shell{
  min-height:100vh;display:grid;place-items:center;padding:26px 0
}
.thanks-card{padding:38px;max-width:760px;text-align:left;background:rgba(255,253,248,.92)}
.thanks-card .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
hr.soft{
  border:none;height:1px;background:var(--line);margin:18px 0
}
@media (max-width:1080px){
  .hero,.section-grid,.why-grid,.inquiry-wrap,.site-footer,.legal-hero{grid-template-columns:1fr}
  .hero-grid{grid-template-columns:1fr}
  .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .section-intro{position:static}
}
@media (max-width:760px){
  .topbar{border-radius:28px;flex-direction:column;align-items:flex-start}
  .nav-links{width:100%}
  .hero-main,.hero-side,.form-shell,.legal-card,.thanks-card{padding:24px}
  .guides-grid,.faq-grid,.form-grid,.note-row,.steps-grid{grid-template-columns:1fr}
  .form-header{flex-direction:column}
  .hero-copy h1{max-width:none}
}
