:root {
  --green-deep: #396b47;
  --green-mid: #44844a;
  --green-light: #7eb742;
  --cream: #fffaee;
  --cream-dark: #f5edda;
  --gold: #00bd75;
  --gold-dark: #7071f9;
  --black: #0f1a12;
  --grey-dark: #2d3a30;
  --grey-mid: #5a6b5e;
  --grey-light: #e8f0ea;
  --white: #ffffff;
  --font-display: 'Space Grotesk', sans-serif;
  --font-serif: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;
  --radius: 12px;
  --radius-lg: 24px;
  --shadow: 0 4px 24px rgba(15,26,18,0.08);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--white); color: var(--black); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
ul, ol { padding-left: 20px; }
li { margin-bottom: 10px; color: var(--grey-mid); line-height: 1.65; }
html[dir="rtl"] ul, html[dir="rtl"] ol { padding-left: 0; padding-right: 20px; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-tag { display: inline-block; font-family: var(--font-display); font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--green-mid); background: rgba(68,132,74,0.1); padding: 6px 14px; border-radius: 100px; margin-bottom: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: 14px; padding: 14px 28px; border-radius: 100px; transition: all 0.25s ease; border: none; }
.btn-gold, .btn-primary { background: var(--gold); color: var(--white); }
.btn-gold:hover, .btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); }
.btn-secondary { background: transparent; color: var(--green-mid); border: 2px solid var(--green-mid); }
.btn-secondary:hover { background: var(--green-mid); color: var(--white); transform: translateY(-2px); }
.btn-whatsapp { background: #25d366; color: var(--white); }
.btn-whatsapp:hover { background: #20b858; transform: translateY(-2px); }
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 0; transition: all 0.3s ease; }
.nav.scrolled { background: rgba(255,250,238,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 1px 24px rgba(15,26,18,0.08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; max-width: 1200px; margin: 0 auto; }
.logo { display: inline-flex; align-items: center; width: clamp(150px,16vw,210px); flex-shrink: 0; }
.logo img { display: block; width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { font-family: var(--font-display); font-size: 18px; font-weight: 500; color: rgba(255,255,255); transition: color 0.2s; }
.nav.scrolled .nav-links a { color: var(--grey-dark); }
.nav-links a:hover { color: var(--white); }
.nav.scrolled .nav-links a:hover { color: var(--green-mid); }
.nav-cta { background: var(--gold) !important; color: var(--white) !important; padding: 10px 22px !important; font-size: 13px !important; }
.nav-cta:hover { background: var(--gold-dark) !important; transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; padding: 6px; border-radius: 8px; transition: background 0.2s; background: transparent; border: none; cursor: pointer; }
.hamburger:hover { background: rgba(255,255,255,0.1); }
.nav.scrolled .hamburger:hover { background: rgba(68,132,74,0.1); }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s ease; transform-origin: center; }
.nav.scrolled .hamburger span { background: var(--green-deep); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999; background: var(--black); flex-direction: column; justify-content: center; align-items: center; gap: 8px; padding: 80px 32px 40px; opacity: 0; transform: translateY(-20px); transition: opacity 0.35s ease, transform 0.35s ease; pointer-events: none; }
.mobile-menu.open { display: flex; opacity: 1; transform: translateY(0); pointer-events: all; }
.mobile-menu a { font-family: var(--font-display); font-size: clamp(24px,6vw,36px); font-weight: 700; color: rgba(255,255,255,0.7); letter-spacing: -0.02em; padding: 12px 0; transition: color 0.2s; text-align: center; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .mobile-cta { margin-top: 24px; background: var(--gold); color: var(--black); padding: 16px 40px; border-radius: 100px; font-size: 16px; }
.mobile-menu .mobile-cta:hover { background: var(--gold-dark); color: var(--black); }
.mobile-menu-footer { margin-top: 40px; font-size: 13px; color: rgba(255,255,255,0.3); text-align: center; }
.hero { position: relative; background: var(--black) var(--hero-image) center/cover no-repeat; color: var(--white); padding: 118px 0 78px; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,26,18,0.94), rgba(15,26,18,0.72), rgba(15,26,18,0.34)); }
.hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,0.95fr); gap: 54px; align-items: center; }
.hero h1 { font-family: var(--font-display); font-size: clamp(42px,6vw,76px); line-height: 1.03; letter-spacing: -0.03em; margin-bottom: 22px; max-width: 780px; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero p { color: rgba(255,255,255,0.74); font-size: 18px; line-height: 1.7; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.quick-card { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.16); border-radius: 18px; padding: 30px; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 28px 70px rgba(0,0,0,0.28); }
.quick-card h2 { font-family: var(--font-display); font-size: 24px; margin-bottom: 18px; letter-spacing: -0.02em; }
.fact-grid { display: grid; gap: 12px; }
.fact { display: grid; grid-template-columns: 130px 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.fact:last-child { border-bottom: 0; }
.fact span { font-family: var(--font-display); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.5); }
.fact strong { color: rgba(255,255,255,0.92); font-size: 14px; line-height: 1.45; }
.page { padding: 86px 0; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 50px; align-items: start; }
.main-content { display: grid; gap: 28px; }
.panel { background: var(--white); border: 1px solid var(--grey-light); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 34px; }
.panel h2 { font-family: var(--font-display); font-size: clamp(26px,3vw,38px); line-height: 1.12; letter-spacing: -0.03em; color: var(--black); margin-bottom: 16px; }
.panel h3 { font-family: var(--font-display); font-size: 20px; margin: 22px 0 12px; color: var(--black); }
.panel p { color: var(--grey-mid); line-height: 1.75; margin-bottom: 14px; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.stat { background: var(--cream); border: 1px solid var(--cream-dark); border-radius: var(--radius); padding: 20px; }
.stat span { display: block; font-family: var(--font-display); font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--green-mid); margin-bottom: 8px; }
.stat strong { font-family: var(--font-display); font-size: 18px; color: var(--black); }
.steps { counter-reset: step; display: grid; gap: 14px; list-style: none; padding-left: 0; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; background: var(--cream); border: 1px solid var(--cream-dark); border-radius: var(--radius); padding: 18px; }
.steps li::before { content: counter(step, decimal-leading-zero); width: 42px; height: 42px; border-radius: 50%; background: var(--green-mid); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 14px; }
.note { background: rgba(112,113,249,0.08); border-left: 3px solid var(--gold-dark); border-radius: 0 var(--radius) var(--radius) 0; padding: 18px 20px; color: var(--grey-dark); line-height: 1.7; }
html[dir="rtl"] .note { border-left: 0; border-right: 3px solid var(--gold-dark); border-radius: var(--radius) 0 0 var(--radius); }
.sidebar { position: sticky; top: 100px; display: grid; gap: 16px; }
.sidebar-card { background: var(--black); color: var(--white); border-radius: var(--radius-lg); padding: 28px; }
.sidebar-card h3 { font-family: var(--font-display); font-size: 22px; margin-bottom: 12px; }
.sidebar-card p { color: rgba(255,255,255,0.66); line-height: 1.7; margin-bottom: 18px; }
.sidebar-card .btn { width: 100%; margin-bottom: 12px; }
.sidebar-lead-form { display: grid; gap: 10px; margin-top: 18px; }
.sidebar-field label { display: block; font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.48); margin-bottom: 6px; }
.sidebar-field input { width: 100%; min-height: 44px; border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; background: rgba(255,255,255,0.08); color: var(--white); padding: 0 13px; font-family: var(--font-body); font-size: 14px; outline: none; transition: border-color 0.2s, background 0.2s; }
.sidebar-field input::placeholder { color: rgba(255,255,255,0.3); }
.sidebar-field input:focus { border-color: rgba(0,189,117,0.65); background: rgba(255,255,255,0.12); }
.sidebar-lead-form .btn { min-height: 46px; margin: 4px 0 0; border-radius: 999px; }
.sidebar-whatsapp { margin-top: 10px; }
.sidebar-form-note { margin: 10px 0 0; font-size: 12px; line-height: 1.45; color: rgba(255,255,255,0.42); text-align: center; }
.sidebar-status { margin: 0 0 14px; padding: 10px 12px; border-radius: 12px; background: rgba(0,189,117,0.12); color: rgba(255,255,255,0.82); font-size: 13px; line-height: 1.45; }
.sidebar-status:empty { display: none; }
.mini-card { background: var(--cream); border: 1px solid var(--cream-dark); border-radius: var(--radius-lg); padding: 24px; }
.mini-card h3 { font-family: var(--font-display); margin-bottom: 12px; }
.mini-card p, .mini-card a { color: var(--grey-mid); line-height: 1.7; }
.faq-item { border-top: 1px solid var(--grey-light); padding: 18px 0; }
.faq-item:first-child { border-top: 0; padding-top: 0; }
.faq-item h3 { margin-top: 0; }
.cta-band { background: linear-gradient(135deg,var(--green-deep),var(--green-mid)); color: var(--white); padding: 76px 0; text-align: center; }
.cta-band h2 { font-family: var(--font-display); font-size: clamp(30px,4vw,48px); letter-spacing: -0.03em; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,0.78); max-width: 650px; margin: 0 auto 30px; line-height: 1.7; }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
footer { background: var(--black); padding: 64px 0 0; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-logo { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: var(--white); margin-bottom: 14px; display: block; }
.footer-logo span { color: var(--gold); }
.footer-tagline { font-family: var(--font-serif); font-style: normal; font-size: 14px; color: rgba(255,255,255,0.4); margin-bottom: 24px; line-height: 1.6; }
.footer-social { min-height: 38px; padding: 0 12px; border-radius: 10px; background: rgba(255,255,255,0.06); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; color: rgba(255,255,255,0.5); transition: all 0.2s; }
.footer-social:hover { background: var(--green-mid); color: var(--white); transform: translateY(-2px); }
.footer-col h4 { font-family: var(--font-display); font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; padding-left: 0; list-style: none; }
.footer-col ul li { margin: 0; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--white); }
.footer-bottom { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 13px; color: rgba(255,255,255,0.25); }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: 13px; color: rgba(255,255,255,0.25); transition: color 0.2s; }
.footer-legal a:hover { color: rgba(255,255,255,0.6); }
.wa-float { position: fixed; left: 50%; bottom: 22px; z-index: 1100; width: min(calc(100% - 32px), 300px); min-height: 58px; padding: 8px 9px; border-radius: 999px; background: rgba(255,255,255,0.24); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-size: clamp(13px,2vw,16px); font-weight: 700; color: #07152a; box-shadow: 0 12px 34px rgba(15,26,18,0.18), inset 0 0 0 1px rgba(255,255,255,0.42); transform: translateX(-50%); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.wa-float:hover { transform: translateX(-50%) translateY(-2px); box-shadow: 0 16px 38px rgba(15,26,18,0.24), inset 0 0 0 1px rgba(255,255,255,0.55); }
.wa-main { color: inherit; text-decoration: none; flex: 1; min-width: 0; min-height: 42px; padding: 0 10px 0 8px; border-radius: 999px; background: var(--white); display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.wa-main img { width: 26px; height: 26px; flex-shrink: 0; }
.wa-text { line-height: 1.05; white-space: nowrap; }
.wa-call { text-decoration: none; width: 42px; height: 42px; border-radius: 50%; background: var(--white); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; color: #07152a; font-size: 0; line-height: 1; }
.wa-call::before { content: 'call'; font-family: 'Material Symbols Rounded'; font-size: 22px; font-weight: 500; font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24; line-height: 1; }
@media (max-width: 520px) { .wa-float { left: 50%; bottom: 12px; width: min(calc(100% - 20px), 280px); min-height: 52px; padding: 7px; gap: 6px; } .wa-main { min-height: 38px; padding: 0 9px 0 7px; gap: 7px; } .wa-main img { width: 24px; height: 24px; } .wa-text { font-size: 14px; } .wa-call { text-decoration: none; width: 38px; height: 38px; font-size: 0; } }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1024px) { .hero .container, .content-grid { grid-template-columns: 1fr; } .sidebar { position: static; } .stats { grid-template-columns: 1fr; } }
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 72px 0 58px; }
  .quick-card, .panel { padding: 24px; }
  .fact { grid-template-columns: 1fr; gap: 4px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; align-items: flex-start; } }
