:root{
  --bg:#f3f0ea;
  --panel:#fbfaf7;
  --text:#1f2026;
  --muted:#696963;
  --gold:#efc60f;
  --olive:#76743a;
  --line:#e1ddd4;
  --shadow:0 20px 60px rgba(31,32,38,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}
.site-header{position:sticky;top:0;z-index:10;padding:22px 24px 0}
.nav{max-width:1180px;margin:0 auto;height:116px;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;background:rgba(243,240,234,.9);border:1px solid var(--line);border-radius:999px;backdrop-filter:blur(16px)}
.brand img{width:94px;height:94px;object-fit:cover;border-radius:18px;display:block}
.nav-links{display:flex;align-items:center;gap:28px}
.nav-links a{color:var(--muted);text-decoration:none;font-weight:800}
.nav-links a:hover{color:var(--text)}
.lang-btn{width:48px;height:48px;border:0;border-radius:50%;background:var(--text);color:white;font-weight:900;cursor:pointer}
.section{max-width:1180px;margin:0 auto;padding:82px 24px}
.hero{min-height:560px;display:flex;align-items:center}
.hero-content{max-width:880px}
.eyebrow{color:var(--olive);font-size:14px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(48px,8vw,96px);line-height:.94;letter-spacing:-.06em;margin-bottom:26px}
h2{font-size:clamp(34px,5vw,62px);line-height:1;letter-spacing:-.045em;margin-bottom:22px}
h3{font-size:32px;letter-spacing:-.035em;margin-bottom:16px}
.hero-text,.large-text{max-width:680px;color:var(--muted);font-size:24px;line-height:1.45;font-weight:650}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:999px;font-weight:900;text-decoration:none;border:0;cursor:pointer;font-size:16px}
.primary{background:var(--gold);color:var(--text)}
.secondary{border:1px solid var(--line);color:var(--text);background:var(--panel)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.section-heading{max-width:800px;margin-bottom:34px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{min-height:300px;background:var(--panel);border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow)}
.accent-line{display:block;width:48px;height:7px;background:var(--gold);border-radius:999px;margin-bottom:28px}
.card p,.contact-intro{color:var(--muted);font-size:20px;line-height:1.55;font-weight:650}
.contact-section{display:grid;grid-template-columns:1fr 420px;gap:32px;align-items:start}
.contact-form{display:grid;gap:16px;margin-top:28px}
label{display:grid;gap:8px;font-weight:800;color:var(--text)}
input,textarea{width:100%;border:1px solid var(--line);border-radius:18px;background:var(--panel);padding:16px;font:inherit;color:var(--text)}
textarea{resize:vertical}
.contact-box{background:var(--text);color:white;border-radius:30px;padding:28px;display:grid;gap:16px;box-shadow:var(--shadow)}
.contact-box img{width:110px;height:110px;object-fit:cover;border-radius:18px;background:white}
.contact-box a,.contact-box p{color:white;font-size:21px;font-weight:800;text-decoration:none;margin:0}
.whatsapp{position:fixed;right:22px;bottom:22px;background:#25D366;color:white;text-decoration:none;font-weight:900;padding:15px 18px;border-radius:999px;box-shadow:0 10px 30px rgba(0,0,0,.18);z-index:20}
footer{max-width:1180px;margin:0 auto;padding:40px 24px 90px;color:var(--muted)}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer-links a{color:var(--text);font-weight:800}
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:30;max-width:760px;margin:auto;background:var(--text);color:white;border-radius:24px;padding:18px;display:none;align-items:center;justify-content:space-between;gap:14px;box-shadow:0 20px 60px rgba(0,0,0,.24)}
.cookie-banner p{margin:0;color:white;font-weight:700}
.cookie-banner button{border:0;border-radius:999px;background:var(--gold);font-weight:900;padding:12px 18px;cursor:pointer}
.legal-page .nav{height:auto;border-radius:30px}
.legal{max-width:900px;margin:0 auto;padding:70px 24px}
.legal h1{font-size:clamp(42px,6vw,70px)}
.legal h2{font-size:30px;margin-top:38px}
.legal p,.legal li{font-size:18px;line-height:1.7;color:var(--muted)}
@media(max-width:820px){
  .site-header{padding:12px}
  .nav{height:auto;border-radius:28px;align-items:flex-start}
  .brand img{width:74px;height:74px}
  .nav-links{gap:12px;flex-wrap:wrap;justify-content:flex-end}
  .section{padding:58px 20px}
  .hero{min-height:auto}
  .split,.contact-section,.cards{grid-template-columns:1fr}
  .card{min-height:auto}
  .cookie-banner{display:none;flex-direction:column;align-items:flex-start}
}
