:root{
  --bg: #fbf6ea;           /* cream */
  --card: rgba(255,255,255,.72);
  --text: #1c1f1c;
  --muted: rgba(28,31,28,.72);
  --sage-1:#dfe9dc;
  --sage-2:#b8cbb7;
  --gold:#d6b86b;          /* soft-gold */
  --ring: rgba(214,184,107,.35);
  --shadow: 0 18px 40px rgba(12,16,12,.12);
  --shadow-sm: 0 10px 22px rgba(12,16,12,.10);
  --radius-xl: 26px;
  --radius-lg: 18px;
  --max: 1100px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 20% -10%, rgba(184,203,183,.55), transparent 60%),
    radial-gradient(900px 500px at 90% 10%, rgba(214,184,107,.30), transparent 55%),
    linear-gradient(180deg, var(--bg), #fff 65%, #f7fbf7);
  font-family: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing:.2px;
}

a{color:inherit}

.skip{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:14px;top:14px;width:auto;height:auto;padding:10px 12px;background:#fff;border-radius:10px;box-shadow:var(--shadow-sm);z-index:9999}

.container{max-width:var(--max);margin:0 auto;padding:0 22px}

.topbar{
  position:sticky;top:0;z-index:50;
  backdrop-filter: blur(12px);
  background: rgba(251,246,234,.72);
  border-bottom: 1px solid rgba(28,31,28,.08);
}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.mark{
  width:34px;height:34px;border-radius:12px;
  background: linear-gradient(135deg, rgba(223,233,220,1), rgba(214,184,107,.55));
  box-shadow: 0 12px 24px rgba(12,16,12,.12);
  position:relative;
}
.mark:after{
  content:"";
  position:absolute;inset:9px 10px 9px 10px;border-radius:10px;
  border: 1px solid rgba(28,31,28,.14);
  background: rgba(255,255,255,.35);
}
.brand strong{
  font-family:"Cormorant Garamond", serif;
  font-weight:700;
  font-size:18px;
  line-height:1.1;
}
.nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.nav a{
  text-decoration:none;
  padding:9px 10px;border-radius:12px;
  color: rgba(28,31,28,.82);
}
.nav a:hover{background: rgba(28,31,28,.06)}

.lang{
  display:flex;gap:6px;align-items:center;
  padding:6px;border-radius:14px;
  border: 1px solid rgba(28,31,28,.10);
  background: rgba(255,255,255,.55);
  box-shadow: 0 10px 22px rgba(12,16,12,.08);
}
.lang a{
  text-decoration:none;
  font-weight:650;
  font-size:13px;
  padding:8px 10px;
  border-radius:12px;
  color: rgba(28,31,28,.72);
}
.lang a[aria-current="page"]{
  background: rgba(223,233,220,.85);
  color: rgba(28,31,28,.92);
}

.hero{padding:42px 0 28px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:26px;
  align-items:stretch;
}
.kicker{
  display:inline-flex;gap:8px;align-items:center;
  padding:8px 12px;border-radius:999px;
  border:1px solid rgba(28,31,28,.10);
  background: rgba(255,255,255,.55);
  color: rgba(28,31,28,.78);
}
.kicker-dot{width:8px;height:8px;border-radius:50%;background: var(--gold);box-shadow:0 0 0 6px var(--ring)}

h1{
  margin:14px 0 10px;
  font-family:"Cormorant Garamond", serif;
  font-weight:700;
  font-size: clamp(38px, 5vw, 56px);
  line-height:1.05;
}
.lead{
  margin:0;
  font-size: clamp(16px, 1.8vw, 19px);
  color: var(--muted);
  max-width: 60ch;
}
.cta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  text-decoration:none;
  padding:12px 14px;
  border-radius: 14px;
  border:1px solid rgba(28,31,28,.10);
  background: rgba(255,255,255,.62);
  box-shadow: var(--shadow-sm);
  font-weight:650;
}
.btn.primary{
  background: linear-gradient(135deg, rgba(223,233,220,1), rgba(214,184,107,.45));
  border-color: rgba(214,184,107,.45);
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0)}
.btn[aria-disabled="true"]{opacity:.72;cursor:not-allowed}
.note{margin-top:10px;color: rgba(28,31,28,.62);font-size:13.5px}

.phone{
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(28,31,28,.10);
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
}
.phone-inner{
  padding:18px 18px 14px;
  background:
    radial-gradient(500px 220px at 20% 0%, rgba(184,203,183,.55), transparent 55%),
    radial-gradient(420px 240px at 90% 20%, rgba(214,184,107,.34), transparent 60%),
    rgba(255,255,255,.35);
}
.phone-top{
  display:flex;align-items:center;justify-content:space-between;
  color: rgba(28,31,28,.72);
  font-size:13px;
}
.chip{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 10px;border-radius:999px;
  background: rgba(255,255,255,.62);
  border:1px solid rgba(28,31,28,.10);
}
.chip b{font-weight:700}
.mock{
  margin-top:14px;
  display:grid;gap:10px;
}
.bubble{
  padding:12px 12px;border-radius: 16px;
  border:1px solid rgba(28,31,28,.10);
  background: rgba(255,255,255,.70);
  color: rgba(28,31,28,.82);
  box-shadow: 0 10px 20px rgba(12,16,12,.08);
}
.bubble.me{background: rgba(223,233,220,.78)}
.bubble small{display:block;color: rgba(28,31,28,.60);margin-top:6px}
.phone-footer{
  padding:12px 16px 16px;
  border-top:1px solid rgba(28,31,28,.08);
  background: rgba(255,255,255,.55);
  color: rgba(28,31,28,.62);
  font-size:13px;
}

section{padding:34px 0}
.section-title{
  font-family:"Cormorant Garamond", serif;
  font-size:30px;
  margin:0 0 6px;
}
.section-sub{margin:0 0 18px;color: var(--muted);max-width:70ch}

.grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:14px;
}
.card{
  grid-column: span 4;
  padding:16px 16px;
  border-radius: var(--radius-lg);
  background: var(--card);
  border:1px solid rgba(28,31,28,.10);
  box-shadow: var(--shadow-sm);
}
.card h3{margin:0 0 6px;font-size:18px}
.card p{margin:0;color: var(--muted);line-height:1.5}
.pill{
  display:inline-flex;align-items:center;
  padding:7px 10px;border-radius:999px;
  background: rgba(223,233,220,.72);
  border:1px solid rgba(28,31,28,.10);
  font-weight:650;
  font-size:12.5px;
  margin-bottom:10px;
}

.steps{display:grid;grid-template-columns: repeat(3, 1fr);gap:14px}
.step{
  padding:16px;border-radius: var(--radius-lg);
  background: rgba(255,255,255,.60);
  border:1px solid rgba(28,31,28,.10);
  box-shadow: var(--shadow-sm);
}
.step strong{
  font-family:"Cormorant Garamond", serif;
  font-size:22px;
}
.step p{margin:8px 0 0;color: var(--muted);line-height:1.5}

.pricing{
  display:grid;grid-template-columns: 1fr 1fr;gap:14px;
}
.plan{
  padding:18px;border-radius: var(--radius-xl);
  border:1px solid rgba(28,31,28,.10);
  background: rgba(255,255,255,.62);
  box-shadow: var(--shadow);
}
.plan.featured{
  background: linear-gradient(135deg, rgba(223,233,220,.95), rgba(214,184,107,.30));
  border-color: rgba(214,184,107,.45);
}
.plan h3{margin:0 0 6px;font-size:20px}
.price{font-size:13.5px;color: rgba(28,31,28,.70);margin:0 0 12px}
.ul{margin:0;padding-left:18px;color: rgba(28,31,28,.78)}
.ul li{margin:8px 0}
.fineprint{margin-top:12px;color: rgba(28,31,28,.62);font-size:13.5px}

.trust{
  display:grid;grid-template-columns: 1fr 1fr;gap:14px;align-items:start;
}
.box{
  padding:16px;border-radius: var(--radius-lg);
  background: rgba(255,255,255,.60);
  border:1px solid rgba(28,31,28,.10);
  box-shadow: var(--shadow-sm);
}
.box h3{margin:0 0 8px}
.box p{margin:0;color: var(--muted);line-height:1.55}

details{
  border:1px solid rgba(28,31,28,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.60);
  box-shadow: var(--shadow-sm);
  padding:12px 14px;
}
details + details{margin-top:10px}
summary{cursor:pointer;font-weight:650}
details p{margin:10px 0 0;color: var(--muted);line-height:1.55}

footer{
  padding:26px 0 36px;
  border-top: 1px solid rgba(28,31,28,.08);
  background: rgba(255,255,255,.45);
}
.footer-grid{
  display:grid;grid-template-columns: 1.2fr .8fr;gap:14px;align-items:start;
}
.foot-muted{color: rgba(28,31,28,.70);line-height:1.55;margin:0}
.foot-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.foot-links a{
  text-decoration:none;
  padding:8px 10px;border-radius:12px;
  border:1px solid rgba(28,31,28,.10);
  background: rgba(255,255,255,.55);
}
.foot-links a:hover{background: rgba(223,233,220,.60)}

.legal{
  padding:26px 0 44px;
}
.legal h1{font-size:42px}
.legal h2{
  font-family:"Cormorant Garamond", serif;
  margin:24px 0 10px;
  font-size:26px;
}
.legal p,.legal li{color: var(--muted);line-height:1.65}
.legal .meta{margin-top:8px;color: rgba(28,31,28,.62);font-size:13.5px}
.legal header.doc-header{
  border-bottom:1px solid rgba(28,31,28,.12);
  padding-bottom:1.25rem;
  margin-bottom:1.5rem;
}
.legal header.doc-header h1{font-size:42px;margin:0 0 .5rem}
.legal nav.toc{
  background:rgba(255,255,255,.55);
  border:1px solid rgba(28,31,28,.10);
  border-radius:var(--radius-lg);
  padding:1rem 1.25rem;
  margin-bottom:1.75rem;
  font-size:.92rem;
}
.legal nav.toc strong{display:block;margin-bottom:.5rem;color:var(--text)}
.legal nav.toc ol{margin:0;padding-left:1.25rem}
.legal nav.toc li{margin:.25rem 0}
.legal nav.toc a{color:#2c5282;text-decoration:underline;text-underline-offset:2px}
.legal h3{font-family:"Cormorant Garamond",serif;font-size:20px;margin:18px 0 8px;color:var(--text)}
.legal section{scroll-margin-top:80px}
.legal table{
  width:100%;
  border-collapse:collapse;
  font-size:.9rem;
  margin:1rem 0;
}
.legal th,.legal td{
  border:1px solid rgba(28,31,28,.12);
  padding:.6rem .75rem;
  text-align:left;
  vertical-align:top;
}
.legal th{background:rgba(223,233,220,.45);font-weight:600;color:var(--text)}
.legal .notice{
  background:rgba(214,184,107,.18);
  border-left:4px solid var(--gold);
  padding:1rem 1.25rem;
  margin:1.25rem 0;
  font-size:.95rem;
  border-radius:0 var(--radius-lg) var(--radius-lg) 0;
}
.legal .notice strong{color:var(--text)}
.legal .placeholder{
  background:rgba(44,82,130,.08);
  border:1px dashed rgba(44,82,130,.45);
  padding:.15rem .4rem;
  border-radius:4px;
  font-family:ui-monospace,monospace;
  font-size:.85em;
}
.legal .caps{font-size:.92rem}
.legal .doc-footer{
  margin-top:2.5rem;
  padding-top:1.25rem;
  border-top:1px solid rgba(28,31,28,.10);
  font-size:.9rem;
  color:rgba(28,31,28,.62);
}
.legal .doc-footer a{color:#2c5282}
@media (max-width:600px){
  .legal table{font-size:.8rem}
  .legal th,.legal td{padding:.45rem}
}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr;gap:16px}
  .card{grid-column: span 6}
  .trust{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .foot-links{justify-content:flex-start}
  .steps{grid-template-columns:1fr}
}
@media (max-width: 560px){
  .card{grid-column: span 12}
  .nav{display:none}
}

