:root {
  --color-ink: #242626;
  --color-deep: #1a2933;
  --color-lime: #f2e66d;
  --color-bone: #f4f0df;
  --color-paper: #fbf8ea;
  --color-muted: #647071;
  --color-line: rgba(36, 38, 38, 0.14);
  --color-white: #fff;
  --shadow-soft: 0 22px 70px rgba(19, 28, 34, 0.14);
  --radius: 8px;
  --container: 1180px;
  --header-height: 76px;
  --font-main: "Satoshi", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; min-width: 320px; color: var(--color-ink); background: var(--color-paper); font-family: var(--font-main); line-height: 1.5; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--color-deep); outline-offset: 3px; }
::selection { color: var(--color-deep); background: var(--color-lime); }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.section-pad { padding-block: clamp(64px, 8vw, 118px); }
.cta h2 { margin: 0; font-size: clamp(2rem, 4.4vw, 4.4rem); line-height: .98; letter-spacing: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 16px; transform: translateY(-150%); padding: 10px 14px; color: var(--color-deep); background: var(--color-lime); border-radius: var(--radius); font-weight: 900; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 14px; color: var(--color-lime); font-size: .78rem; font-weight: 950; text-transform: uppercase; }
.eyebrow.dark { color: var(--color-deep); }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(251, 248, 234, .9); border-bottom: 1px solid rgba(36, 38, 38, .08); backdrop-filter: blur(18px); }
.nav { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-height: 48px; display: inline-flex; align-items: center; }
.brand-logo { width: clamp(42px, 5vw, 64px); max-height: 56px; object-fit: contain; }
.nav-panel { display: flex; align-items: center; gap: clamp(14px, 2.5vw, 30px); color: rgba(36, 38, 38, .78); font-size: .9rem; font-weight: 850; }
.nav-panel-shell, .nav-panel-body { display: inherit; align-items: inherit; gap: inherit; }
.nav-panel-head, .nav-close, .nav-item-arrow { display: none; }
.nav-panel a { min-height: 44px; display: inline-flex; align-items: center; }
.nav-panel a:hover { color: var(--color-deep); }
.nav-back { gap: 7px; padding-inline: 16px; color: var(--color-bone) !important; background: var(--color-deep); border-radius: 999px; }
.login-trigger { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; color: inherit; background: transparent; font-weight: 850; cursor: pointer; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--color-line); border-radius: var(--radius); color: var(--color-ink); background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 6px auto; background: currentColor; transition: transform 180ms ease; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.legal-header { background: rgba(251, 248, 234, .94); }
.legal-header-actions { display: flex; align-items: center; gap: 12px; }
.legal-header-link { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid rgba(26, 41, 51, .14); border-radius: 999px; color: var(--color-deep); background: rgba(255, 255, 255, .72); font-weight: 800; transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease; }
.legal-header-link:hover { background: var(--color-lime); box-shadow: 0 14px 34px rgba(26, 41, 51, .14); transform: translateY(-1px); }

.button-primary { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 20px; color: var(--color-deep); background: var(--color-lime); border-radius: 999px; font-weight: 900; transition: transform 180ms ease, background 180ms ease; }
.button-primary:hover { transform: translateY(-2px); background: #fff58a; }
.site-footer { position: relative; padding-block: 26px; color: var(--color-bone); background: var(--color-deep); }
.footer-legal-edge-link { position: absolute; left: clamp(20px, 4vw, 48px); bottom: 26px; color: var(--color-lime); font-size: .92rem; font-weight: 800; }
.footer-grid { display: flex; align-items: center; justify-content: center; gap: 22px; }
.footer-links { display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 10px; color: rgba(244, 240, 223, .78); font-size: .92rem; font-weight: 800; text-align: center; }
.footer-links a { color: var(--color-lime); }
.footer-social { display: flex; align-items: center; justify-content: center; gap: 12px; }
.footer-icon { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; color: var(--color-lime); }
.footer-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-icon--instagram, .footer-icon--instagram svg { width: 26px; height: 26px; }
.footer-icon--youtube, .footer-icon--youtube svg { width: 28px; height: 28px; }
.whatsapp-float { position: fixed; z-index: 14; right: clamp(16px, 2.6vw, 28px); bottom: clamp(16px, 2.6vw, 28px); width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--color-white); background: linear-gradient(135deg, #25d366, #128c7e); box-shadow: 0 20px 38px rgba(18, 140, 126, .28); transition: transform 180ms ease; }
.whatsapp-float:hover { transform: translateY(-2px) scale(1.01); }
.whatsapp-float svg { width: 24px; height: 24px; fill: currentColor; }

@media (max-width: 780px) {
  .site-header { position: sticky; }
  .nav-toggle { display: block; position: relative; z-index: 41; }
  .nav-toggle[aria-expanded="true"] { opacity: 0; pointer-events: none; }
  .nav-panel { position: fixed; inset: 0; left: 50%; width: 100vw; margin-left: -50vw; z-index: 40; display: block; padding: 0; color: var(--color-ink); background: var(--color-paper); opacity: 0; pointer-events: none; transition: opacity 220ms ease; }
  .nav-panel.is-open { opacity: 1; pointer-events: auto; }
  .nav-panel-shell { width: 100%; min-height: 100dvh; display: grid; grid-template-rows: auto 1fr; align-items: stretch; justify-items: stretch; gap: 0; background: var(--color-paper); transform: translateX(100%); transition: transform 260ms ease; }
  .nav-panel.is-open .nav-panel-shell { transform: translateX(0); }
  .nav-panel-head { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 24px; background: var(--color-paper); }
  .brand-panel { min-height: 0; }
  .brand-panel .brand-logo { width: clamp(58px, 18vw, 82px); max-height: none; }
  .nav-close { appearance: none; position: relative; width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; color: var(--color-ink); background: transparent; cursor: pointer; }
  .nav-close span { position: absolute; width: 28px; height: 2px; background: currentColor; }
  .nav-close span:first-child { transform: rotate(45deg); }
  .nav-close span:last-child { transform: rotate(-45deg); }
  .nav-panel-body { display: grid; align-content: start; align-items: start; justify-items: stretch; gap: 0; margin-top: -1px; padding: 12px 24px 32px; background: var(--color-paper); overflow-y: auto; }
  .nav-panel a, .login-trigger { width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0; border: 0; border-bottom: 1px solid rgba(36, 38, 38, .08); border-radius: 0; color: #182236 !important; background: transparent; font-size: clamp(1.45rem, 5vw, 1.9rem); font-weight: 850; }
  .nav-item-arrow { display: inline-flex; align-items: center; justify-content: center; color: rgba(24, 34, 54, .88); font-size: 2rem; line-height: 1; }
  .nav-back { margin: 0; }
  .footer-grid { flex-direction: column; text-align: center; }
  .footer-legal-edge-link { position: static; display: block; width: 100%; margin-bottom: 12px; text-align: center; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 56px; height: 56px; }
  .legal-header-link { min-height: 40px; padding-inline: 15px; font-size: .96rem; }
}

@media (max-width: 680px) {
  .legal-header-actions { width: 100%; justify-content: flex-end; }
  .legal-header-link { width: 100%; min-height: 36px; max-width: 160px; padding-inline: 12px; font-size: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
