
:root{
  --bg:#fbf7f0;
  --surface:#ffffff;
  --ink:#1a1712;
  --muted:#6b6257;
  --line:#e7dfd3;
  --brand:#3b2d1a;
  --accent:#c9a052;
  --accent2:#8a6b2f;
  --chip:#f2eadf;
  --radius:16px;
  --shadow: 0 10px 30px rgba(26, 23, 18, .08);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial; background:var(--bg); color:var(--ink); line-height:1.6;}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
.container{width:min(1120px, 92%); margin-inline:auto}
.section{padding:72px 0}
.card{background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow)}
.pill{display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border-radius:999px; background:var(--chip); border:1px solid var(--line); color:var(--muted); font-size:14px}
.kbd{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size:12px; padding:2px 8px; border:1px solid var(--line); border-radius:999px; background:var(--surface);}
.header{position:sticky; top:0; z-index:20; backdrop-filter: blur(12px); background: rgba(251,247,240,.8); border-bottom:1px solid var(--line);}
.header__inner{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:14px 0;}
.brand{display:flex; align-items:center; gap:12px;}
.brand__logo{width:40px;height:40px; border-radius:10px; object-fit:cover; border:1px solid var(--line); background:var(--surface);}
.brand__name{font-weight:800; letter-spacing:.2px;}
.nav{display:flex; align-items:center; gap:18px;}
.nav a{color:var(--muted); font-weight:600;}
.nav a:hover{color:var(--ink); text-decoration:none;}
.navbtn{display:none; width:44px; height:44px; border-radius:12px; border:1px solid var(--line); background:var(--surface);}
.navbtn span{display:block; height:2px; background:var(--ink); margin:7px 10px; border-radius:999px;}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:12px 16px; border-radius:12px; border:1px solid var(--line); background:var(--surface); font-weight:700;}
.btn:hover{text-decoration:none; border-color:rgba(0,0,0,.18);}
.btn--primary{background:var(--brand); color:white; border-color:transparent;}
.btn--primary:hover{background:#2f2314;}
.btn--ghost{background:transparent;}
.btn--small{padding:9px 12px; border-radius:12px;}
.hero{display:grid; grid-template-columns: 1.2fr .8fr; gap:26px; align-items:center;}
.hero__title{font-size:clamp(34px, 3.2vw + 10px, 56px); line-height:1.05; margin:0 0 12px;}
.hero__sub{color:var(--muted); font-size:18px; margin:0 0 18px;}
.hero__actions{display:flex; gap:12px; flex-wrap:wrap;}
.hero__panel{padding:18px;}
.hero__logoWrap{border-radius:22px; padding:22px; background:linear-gradient(135deg, rgba(201,160,82,.22), rgba(59,45,26,.06)); border:1px solid var(--line);}
.hero__logoWrap img{width:100%; height:auto; border-radius:18px; box-shadow:var(--shadow);}
.grid3{display:grid; grid-template-columns:repeat(3, 1fr); gap:16px; margin-top:18px;}
.grid2{display:grid; grid-template-columns:repeat(2, 1fr); gap:16px;}
.feature{padding:18px;}
.feature h3{margin:0 0 6px;}
.feature p{margin:0; color:var(--muted);}
.split{display:grid; grid-template-columns: 1fr 1fr; gap:18px; align-items:start;}
.h2{font-size:clamp(22px, 1.8vw + 10px, 34px); margin:0 0 10px;}
.lead{color:var(--muted); margin:0 0 16px;}
.cards{display:grid; grid-template-columns:repeat(auto-fill, minmax(260px, 1fr)); gap:16px; margin-top:16px;}
.deal{padding:14px;}
.deal img{border-radius:14px; border:1px solid var(--line); background:var(--chip);}
.deal h3{margin:12px 0 6px;}
.meta{color:var(--muted); font-size:14px;}
.price{font-weight:900; letter-spacing:.2px;}
.tagrow{display:flex; flex-wrap:wrap; gap:8px; margin-top:10px;}
.tag{font-size:12px; padding:6px 10px; border-radius:999px; border:1px solid var(--line); background:var(--chip); color:var(--muted);}
.form{padding:18px;}
label{display:block; font-weight:700; margin-top:12px;}
input, textarea, select{width:100%; padding:12px 12px; border-radius:12px; border:1px solid var(--line); background:var(--surface); font:inherit; margin-top:6px;}
textarea{min-height:120px; resize:vertical;}
.form__row{display:grid; grid-template-columns: 1fr 1fr; gap:12px;}
.note{color:var(--muted); font-size:14px; margin-top:10px;}
.success{display:none; margin-top:12px; padding:12px 14px; border-radius:12px; border:1px solid rgba(20,120,80,.25); background:rgba(20,120,80,.08);}
.footer{border-top:1px solid var(--line); padding:28px 0; background:rgba(255,255,255,.55);}
.footer__inner{display:flex; gap:16px; justify-content:space-between; flex-wrap:wrap;}
.footer__brand{font-weight:900;}
.footer__meta{color:var(--muted);}
.footer__links{display:flex; gap:14px; flex-wrap:wrap; justify-content:flex-end;}
.footer__links a{color:var(--muted); font-weight:600;}
.footer__contact{display:flex; gap:14px; flex-wrap:wrap; justify-content:flex-end; color:var(--muted);}
.footer__contact a{color:var(--muted);}
@media (max-width: 920px){ .hero{grid-template-columns:1fr;} .grid3{grid-template-columns:1fr;} .grid2{grid-template-columns:1fr;} .split{grid-template-columns:1fr;} }
@media (max-width: 820px){
  .navbtn{display:inline-flex; flex-direction:column; justify-content:center;}
  .nav{display:none; position:absolute; right:4%; top:72px; flex-direction:column; align-items:stretch; gap:10px; padding:14px; background:var(--surface); border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); min-width: 240px;}
  .nav[data-open="true"]{display:flex;}
  .nav a{padding:10px 10px; border-radius:12px;}
  .nav a:hover{background:rgba(0,0,0,.03);}
  .form__row{grid-template-columns:1fr;}
}
