:root{--brown:#2b1912;--brown2:#4a2d20;--gold:#bd8127;--cream:#f6efe4;--ink:#30241e;--muted:#766a60;--line:#e4d7c8}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:#fbf8f3}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}.site-header{height:84px;display:flex;align-items:center;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.site-header .container{display:flex;align-items:center;justify-content:space-between}.brand img{width:150px;height:74px;object-fit:contain}.nav{display:flex;align-items:center;gap:26px;font-size:.9rem;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 18px;border-radius:10px;font-weight:800}.btn-primary{background:var(--brown2);color:#fff}.btn-gold{background:var(--gold);color:var(--brown)}.hero{padding:78px 0 70px;background:radial-gradient(circle at 80% 30%,#fff 0,#f6eee2 38%,#eee1d1 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}.hero-logo{width:100%;max-width:610px;filter:drop-shadow(0 24px 30px rgba(72,38,17,.13))}.eyebrow{color:#9b651b;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:900}.hero h1{font:700 clamp(2.5rem,5.5vw,5rem)/.98 Georgia,serif;color:var(--brown);margin:16px 0 22px}.hero p{font-size:1.13rem;line-height:1.75;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;margin-top:30px}.trust{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px;font-size:.82rem;color:var(--muted)}.section{padding:80px 0}.section-head{text-align:center;max-width:760px;margin:0 auto 42px}.section-head h2{font:700 clamp(2rem,4vw,3rem) Georgia,serif;color:var(--brown);margin:10px 0}.section-head p{color:var(--muted);line-height:1.7}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{padding:28px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 30px rgba(62,35,18,.06)}.feature-num{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--cream);color:#9b651b;font:700 1rem Georgia,serif}.feature h3{font:700 1.2rem Georgia,serif}.feature p{color:var(--muted);line-height:1.65}.principle{background:var(--brown);color:#fff}.principle .container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.principle h2{font:700 clamp(2rem,4vw,3.5rem) Georgia,serif;margin:0 0 20px}.principle p{color:#d8c8ba;line-height:1.8}.principle-card{padding:34px;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:rgba(255,255,255,.06)}.principle-card strong{color:#e6bc72;font:700 1.5rem Georgia,serif}.plans{display:grid;grid-template-columns:repeat(2,minmax(0,420px));justify-content:center;gap:20px}.plan{padding:30px;background:white;border:1px solid var(--line);border-radius:18px}.plan.featured{border:2px solid var(--gold);transform:translateY(-8px)}.plan h3{font:700 1.5rem Georgia,serif}.price{font:700 2.5rem Georgia,serif;color:var(--brown)}.plan ul{padding-left:20px;color:var(--muted);line-height:2}.cta{padding:60px 0}.cta-box{padding:50px;border-radius:24px;background:var(--brown2);color:white;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-box h2{font:700 2.2rem Georgia,serif;margin:0 0 8px}.footer{padding:34px 0;background:#21130e;color:#c9b9aa}.footer .container{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer img{width:120px;height:65px;object-fit:contain}.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-brand{background:var(--brown);display:grid;place-items:center;padding:50px}.auth-brand img{width:min(640px,90%)}.auth-main{display:grid;place-items:center;padding:35px}.auth-card{width:min(460px,100%)}.auth-card h1{font:700 2.2rem Georgia,serif;color:var(--brown)}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:15px}.field label{font-size:.84rem;font-weight:800}.field input{height:46px;padding:0 13px;border:1px solid var(--line);border-radius:9px;font:inherit}.auth-card .btn{width:100%;border:0;cursor:pointer}.alert{padding:12px 14px;border-radius:9px;background:#fff1f0;color:#913c38;margin-bottom:15px}.auth-links{display:flex;justify-content:space-between;margin-top:18px;font-size:.85rem;color:var(--muted)}
@media(max-width:850px){.hero-grid,.principle .container,.auth-page{grid-template-columns:1fr}.hero{text-align:center;padding-top:40px}.hero p{margin-inline:auto}.hero-actions,.trust{justify-content:center}.hero-logo{max-width:480px}.features{grid-template-columns:1fr 1fr}.auth-brand{display:none}.cta-box{flex-direction:column;text-align:center}}@media(max-width:600px){.nav a:not(.btn){display:none}.features,.plans{grid-template-columns:1fr}.hero-actions{flex-direction:column}.footer .container{flex-direction:column;text-align:center}.section{padding:58px 0}.cta-box{padding:34px 22px}}
