:root{--olive:#445a3c;--olive-2:#6b7f52;--beige:#f6f1e9;--ink:#1a1a1a;--muted:#5b5b5b;--white:#fff}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--ink);background:linear-gradient(180deg,var(--beige),#ffffff 45%,#fafafa)}.container{max-width:1100px;margin:0 auto;padding:0 20px}.header{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.brand{display:flex;gap:10px;align-items:center;text-decoration:none;color:var(--ink);font-weight:700}.logo{width:36px;height:36px;border-radius:8px;object-fit:cover;background:#fff;box-shadow:0 2px 8px #0000000f}.nav a{margin-left:18px;color:var(--muted);text-decoration:none}.nav a:hover{color:var(--olive)}.hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:28px;padding:32px 0 16px}.hero h1{font-size:clamp(28px,3.4vw,48px);line-height:1.1;margin:0 0 12px}.hero p{color:var(--muted);margin:0 0 18px}.actions{display:flex;gap:12px}.hero-photo img{width:100%;border-radius:20px;object-fit:cover;box-shadow:0 12px 35px #445a3c40;border:6px solid #fff}.btn{display:inline-block;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:700}.btn.primary{background:var(--olive);color:var(--white)}.btn.primary:hover{background:#3a4e34}.btn.ghost{background:#fff;color:var(--olive);border:1px solid #e6e6e6}.btn.ghost:hover{background:#f5f5f5}.section{padding:56px 0 24px}.section h2{font-size:clamp(22px,2.4vw,32px);margin:0 0 18px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #0000000f}.card img{width:100%;height:180px;object-fit:cover}.card-body{padding:14px}.card-body h3{margin:0 0 6px;font-size:18px}.card-body p{margin:0;color:var(--muted)}.note{margin-top:10px;color:var(--muted);font-size:14px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.grid img{width:100%;height:220px;object-fit:cover;border-radius:12px;border:4px solid #fff;box-shadow:0 6px 20px #0000000f}.cta{padding:64px 0;text-align:center}.cta h2{margin:0 0 8px}.cta p{color:var(--muted);margin:0 0 14px}.mini{font-size:14px}.footer{background:#fff;border-top:1px solid #eee;margin-top:40px}.footer-inner{display:flex;justify-content:space-between;align-items:center;padding:18px 0;font-size:14px;color:var(--muted)}.pill{background:#f0f5ec;color:var(--olive);padding:4px 10px;border-radius:999px}.wa-float{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;background:#25d366;display:grid;place-items:center;box-shadow:0 8px 26px #0000002e}.wa-float img{width:28px;height:28px;filter:brightness(0) invert(1)}.wa-float:hover{transform:translateY(-2px)}@media (max-width: 900px){.hero{grid-template-columns:1fr;padding-top:12px}.cards{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.footer-inner{flex-direction:column;gap:6px;text-align:center}}
