:root{
  --bg:#fffdf8;
  --accent:#6b705c;
  --muted:#6c757d;
  --btn:#b7b7a4;
}
body{font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; background:var(--bg); color:#222; margin:0;}
.site-header{padding:2rem; text-align:center; background:linear-gradient(180deg, rgba(107,112,92,0.05), transparent);}
.site-header h1{margin:0; font-size:2rem;}
nav{margin-top:.5rem}
nav a{color:var(--accent); text-decoration:none; margin:0 .5rem}
.content{max-width:720px; margin:2rem auto; padding:0 1rem}
.hero{background:#fff; padding:2rem; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.04); text-align:center}
.cta{margin-top:1.5rem; text-align:center}
.btn{display:inline-block; background:var(--accent); color:#fff; padding:.6rem 1.2rem; border-radius:6px; text-decoration:none}
.form-embed iframe{width:100%; max-width:800px; height:800px; border:0}
footer{padding:2rem; text-align:center; color:var(--muted)}
@media(max-width:480px){.site-header{padding:1rem}.hero{padding:1rem}.form-embed iframe{height:1000px}}
