:root{--bg: #f7f3eb;--surface: #fffdf9;--text: #2f332d;--muted: #5d6657;--line: #d8d2c5;--primary: #6b7d5c;--primary-dark: #526148;--accent: #b8835a;--container: 1120px;--radius: 18px;--shadow: 0 10px 30px rgba(0, 0, 0, .06)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}body{margin:0;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--container),calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:#f7f3ebf0;backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{display:flex;align-items:center;gap:.8rem;min-width:0}.logo-image{width:68px;height:68px;object-fit:contain;display:block;flex-shrink:0}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-text strong{font-size:1rem;font-weight:700;color:var(--text)}.logo-text small{color:var(--muted);margin-top:.25rem;font-size:.72rem}.nav-toggle{display:none;width:48px;height:48px;padding:0;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);cursor:pointer}.nav-toggle span{display:block;width:20px;height:2px;margin:5px auto;background:var(--text);border-radius:999px}.nav{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.nav a{color:var(--muted);font-weight:500}.nav a:hover{color:var(--text)}.button{display:inline-block;background:var(--primary);color:#fff;padding:.95rem 1.25rem;border-radius:999px;font-weight:700;box-shadow:var(--shadow)}.button:hover{background:var(--primary-dark)}.button-outline{display:inline-block;border:1px solid var(--line);padding:.95rem 1.25rem;border-radius:999px;font-weight:700;background:var(--surface)}.button-small{padding:.7rem 1rem}.hero{padding:5rem 0 3rem}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center}.hero-card,.section-card,.card{background:#fffdf9eb;border:1px solid rgba(216,210,197,.9);border-radius:var(--radius);box-shadow:0 12px 30px #2a2f270d}.hero-copy h1{font-size:clamp(2.4rem,5vw,4.2rem);line-height:1.05;margin:0 0 1rem}.hero-copy p{font-size:1.15rem;color:var(--muted);max-width:60ch}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.hero-card{padding:1.5rem}.hero-side-card{padding:1.6rem}.hero-side-top h2{margin:.35rem 0 .75rem;font-size:1.6rem;line-height:1.15}.hero-side-top p{margin:0;color:var(--muted)}.hero-mini-badge{display:inline-block;font-size:.82rem;font-weight:700;color:var(--primary-dark);background:#edf1e8;border-radius:999px;padding:.32rem .7rem}.hero-points{display:grid;gap:.9rem;margin-top:1.35rem}.hero-point{padding:.95rem 1rem;border:1px solid var(--line);border-radius:14px;background:#fff9}.hero-point strong{display:block;margin-bottom:.25rem}.hero-point span{color:var(--muted);font-size:.97rem}.hero-side-cta{margin-top:1.35rem}.badge{display:inline-block;background:#edf1e8;color:var(--primary-dark);border-radius:999px;padding:.35rem .8rem;font-size:.9rem;font-weight:700;margin-bottom:1rem}section{padding:2.5rem 0 4.5rem}.section-head{max-width:720px;margin-bottom:1.75rem}.section-head h2{font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.12;margin:0 0 .8rem}.section-head p{color:var(--muted);margin:0;font-size:1.04rem}.section-shell{padding:2rem;border-radius:24px}.section-shell-soft{background:#fffdf9b8;border:1px solid rgba(216,210,197,.75);box-shadow:0 10px 26px #2a2f270a}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem}.card{padding:1.5rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover{transform:translateY(-2px);box-shadow:0 18px 34px #2a2f2714;border-color:#6b7d5c40}.card h3{margin-top:0;margin-bottom:.65rem;font-size:1.18rem;line-height:1.25}.card p{margin:0;color:var(--muted)}.highlight{color:var(--accent)}.site-footer{border-top:1px solid var(--line);padding:2.2rem 0;background:#f2ede3}.footer-grid{display:grid;grid-template-columns:1.2fr 1.8fr;gap:2rem;align-items:start}.footer-grid h3{margin-top:0;margin-bottom:.75rem;font-size:1rem}.footer-text{color:var(--muted);max-width:38ch;margin-top:.75rem}.footer-links-block{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.footer-links{display:flex;gap:.75rem 1rem}.footer-links-row{flex-wrap:wrap}.footer-links a{color:var(--muted);white-space:nowrap}.footer-links a:hover{color:var(--text)}.content-page{padding:4rem 0}.content-page h1{font-size:clamp(2rem,4vw,3.25rem);margin-top:0}.content-page p,.content-page li{color:var(--muted)}@media(max-width:900px){.hero-grid,.grid-3,.grid-2,.footer-grid,.footer-links-block{grid-template-columns:1fr}.header-inner{min-height:auto;align-items:center;padding:.9rem 0;flex-wrap:wrap}.logo-image{width:52px;height:52px}.logo-text strong{font-size:.98rem}.logo-text small{font-size:.68rem}.nav-toggle{display:block}.nav{display:none;width:100%;margin-top:.75rem;padding:1rem;flex-direction:column;align-items:stretch;gap:.85rem;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.nav.nav-open{display:flex}.nav a{width:100%}.nav .button{text-align:center}.section-shell{padding:0;border-radius:0}.section-shell-soft{background:transparent;border:0;box-shadow:none}}
