:root {
  --green: #174d3b;
  --green-deep: #123c2f;
  --green-soft: #e6eee8;
  --cream: #f7f5ef;
  --paper: #fffefa;
  --ink: #20342c;
  --muted: #68756e;
  --gold: #e9b878;
  --line: #e4e8e1;
  --coral: #d86d53;
  --shadow: 0 22px 60px rgba(30, 57, 44, .10);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; width: 100%; object-fit: cover; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.serif { font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -.055em; }
.eyebrow { margin: 0 0 14px; color: var(--green); text-transform: uppercase; letter-spacing: .12em; font-weight: 700; font-size: .75rem; }
.display { max-width: 760px; margin: 0; font: 700 clamp(2.45rem, 5.5vw, 4.6rem)/1.04 "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -.065em; }
.lead { color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.2rem); max-width: 620px; line-height: 1.7; }
.section { padding: 92px 0; }
.section--soft { background: var(--cream); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-head h2 { max-width: 620px; margin: 0; font: 700 clamp(1.9rem, 3.5vw, 3rem)/1.12 "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -.05em; }
.section-head p { max-width: 400px; margin: 0; color: var(--muted); }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 0 21px; border: 1px solid var(--green); border-radius: 9px; text-decoration: none; font-weight: 700; transition: transform .18s ease, background .18s ease, color .18s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn--green { background: var(--green); color: white; }
.btn--green:hover { background: var(--green-deep); }
.btn--light { background: white; color: var(--green); border-color: var(--line); }
.btn--text { min-height: auto; padding: 0; border: 0; color: var(--green); background: none; }
.arrow { font-size: 1.15em; line-height: 1; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,254,250,.97); box-shadow: 0 1px 0 rgba(23,77,59,.08); backdrop-filter: blur(14px); }
.notice-bar { height: 34px; overflow: hidden; color: var(--green-deep); background: var(--gold); font-size: .76rem; font-weight: 700; white-space: nowrap; }
.notice-track { display: flex; align-items: center; width: max-content; height: 100%; animation: marquee 38s linear infinite; }
.notice-track span { padding-left: 6vw; }
.notice-track b { padding: 0 24px; color: var(--green); }
@keyframes marquee { to { transform: translateX(-50%); } }
.nav-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--green); flex: 0 0 auto; }
.brand img { width: 42px; height: 42px; }
.brand span { font: 800 1.5rem/1 "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -.06em; }
.nav-links { display: flex; align-items: center; gap: clamp(14px,2.1vw,30px); }
.nav-links a { color: #3f5048; font-size: .86rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--green); }
.nav-links .nav-cta { padding: 11px 17px; background: var(--green); color: white; border-radius: 8px; }
.nav-toggle { display: none; border: 1px solid var(--line); color: var(--green); background: white; border-radius: 8px; width: 44px; height: 42px; font-size: 1.3rem; cursor: pointer; }

.hero { padding: 54px 0 78px; background: var(--cream); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 48px; }
.hero-copy { padding: 24px 0; }
.hero-copy h1 { max-width: 590px; margin: 0; font: 700 clamp(2.8rem,5.8vw,5.25rem)/1.02 "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -.075em; }
.hero-copy h1 em { color: var(--green); font-style: normal; }
.hero-copy .lead { margin: 24px 0 26px; max-width: 520px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 25px; max-width: 520px; padding: 13px 15px; color: #5a675f; background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: 10px; font-size: .84rem; line-height: 1.5; }
.alert-mark { display: grid; flex: 0 0 22px; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: white; background: var(--coral); font-weight: 800; line-height: 1; }
.hero-visual { position: relative; min-height: 470px; }
.hero-photo { width: 100%; height: 470px; border-radius: 18px; object-position: center; }
.hero-sticker { position: absolute; right: -18px; bottom: 25px; max-width: 210px; padding: 19px; border-radius: 13px; background: var(--green); color: white; box-shadow: var(--shadow); }
.hero-sticker strong { display: block; font: 700 1.5rem "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.hero-sticker span { display: block; margin-top: 4px; color: #d2e1d5; font-size: .83rem; }
.image-caption { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; background: rgba(255,254,250,.93); border-radius: 7px; font-size: .75rem; font-weight: 600; }

.trust-row { padding: 27px 0; border-bottom: 1px solid var(--line); }
.trust-inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; color: #5f6d65; font-weight: 600; font-size: .88rem; }
.trust-item { display: flex; align-items: center; gap: 9px; }
.trust-dot { width: 8px; height: 8px; border-radius: 50%; background: #8eab8e; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.card { border: 1px solid var(--line); border-radius: 13px; background: white; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card img { height: 210px; }
.card-body { padding: 23px; }
.card-body h3 { margin: 0 0 9px; font: 700 1.2rem/1.3 "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -.035em; }
.card-body p { margin: 0 0 18px; color: var(--muted); font-size: .92rem; }
.card-body a { display: inline-flex; align-items: center; gap: 8px; color: var(--green); text-decoration: none; font-size: .88rem; font-weight: 700; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.split-img { height: 430px; border-radius: 16px; }
.split-copy h2 { margin: 0; font: 700 clamp(2rem,3.6vw,3.25rem)/1.12 "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -.06em; }
.split-copy p { color: var(--muted); }
.list-check { list-style: none; padding: 0; margin: 25px 0; }
.list-check li { display: flex; gap: 12px; align-items: flex-start; margin: 13px 0; }
.list-check li::before { content: '✓'; flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--green-soft); font-size: .8rem; font-weight: 800; }
.quote-block { background: var(--green); color: white; border-radius: 16px; padding: 35px; }
.quote-block p { margin: 0; font: 600 clamp(1.4rem,3vw,2.15rem)/1.3 "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -.04em; }
.quote-block span { display: block; margin-top: 18px; color: #cadccf; font-size: .87rem; }
.cta-band { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 34px; color: white; background: var(--green); border-radius: 16px; }
.cta-band h2 { margin: 0; font: 700 clamp(1.6rem,3vw,2.4rem)/1.2 "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -.045em; }
.cta-band p { margin: 7px 0 0; color: #d6e4d8; }
.cta-band .btn { flex: 0 0 auto; border-color: white; }

.page-hero { padding: 70px 0 58px; background: var(--cream); }
.page-hero .display { max-width: 830px; }
.page-hero .lead { margin-bottom: 0; }
.page-content { padding: 54px 0 90px; }
.prose { max-width: 820px; }
.prose h2 { margin: 42px 0 13px; font: 700 1.65rem/1.25 "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -.04em; }
.prose h3 { margin: 28px 0 8px; font: 700 1.14rem/1.3 "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.prose p, .prose li { color: #55645c; }
.prose a { color: var(--green); font-weight: 600; }
.prose li { margin: 8px 0; }
.prose ul { padding-left: 22px; }
.callout { padding: 22px 24px; border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; background: var(--cream); color: #4f5e55; }
.image-break { height: 310px; border-radius: 16px; margin: 36px 0; }
.three-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 32px 0; }
.point { padding: 23px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.point .point-icon { color: var(--green); font-size: 1.3rem; }
.point h3 { margin: 8px 0; font: 700 1.08rem "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.point p { margin: 0; color: var(--muted); font-size: .9rem; }
.tile-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.tile { padding: 25px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.tile h3 { margin: 0 0 8px; font: 700 1.15rem "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.tile p { margin: 0 0 15px; color: var(--muted); }
.tile a { color: var(--green); font-weight: 700; text-decoration: none; }
.content-photo { width: 100%; height: 360px; border-radius: 16px; margin: 28px 0; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 54px; }
.contact-info h2, .form-card h2 { margin: 0 0 18px; font: 700 1.8rem "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -.05em; }
.contact-method { display: flex; gap: 13px; margin: 18px 0; }
.contact-icon { display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; border-radius: 10px; background: var(--green-soft); color: var(--green); }
.contact-method strong { display: block; }
.contact-method a { color: var(--green); text-decoration: none; }
.form-card { padding: 29px; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); background: white; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px; }
.field--full { grid-column: 1/-1; }
.field label { font-size: .85rem; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; padding: 12px 13px; color: var(--ink); border: 1px solid #dce2db; background: var(--paper); border-radius: 8px; outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,77,59,.1); }
.field textarea { min-height: 120px; resize: vertical; }
.form-consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: .79rem; margin: 3px 0 18px; }
.form-consent input { margin-top: 5px; }
.map-frame { width: 100%; min-height: 360px; border: 0; border-radius: 14px; }
.map-placeholder { min-height: 230px; display: grid; place-items: center; padding: 25px; text-align: center; border-radius: 14px; background: var(--green-soft); }
.map-placeholder p { max-width: 490px; color: var(--muted); }
.map-placeholder .btn { margin: 4px; }
.notice { padding: 18px 20px; border-radius: 10px; background: #f2efe6; color: #5c584b; font-size: .9rem; }
.tool-formula { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 20px 0; }
.tool-result { display: none; margin-top: 20px; padding: 20px; background: var(--green-soft); border-radius: 10px; }
.tool-result.is-visible { display: block; }
.result-number { color: var(--green); font: 800 2rem "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.glossary-list { columns: 2; column-gap: 36px; }
.glossary-item { break-inside: avoid; padding: 17px 0; border-bottom: 1px solid var(--line); }
.glossary-item strong { color: var(--green); }
.glossary-item p { margin: 4px 0 0; font-size: .92rem; color: var(--muted); }

.site-footer { padding: 64px 0 26px; background: #123c2f; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 40px; }
.footer-brand .brand { color: white; }
.footer-brand p { max-width: 260px; color: #c6d7ca; font-size: .9rem; }
.footer-disclaimer { max-width: 300px; color: #d8e4d9; font-size: .81rem; }
.footer-col h3 { margin: 4px 0 15px; font: 700 .95rem "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.footer-col a { display: block; width: fit-content; margin: 9px 0; color: #c6d7ca; font-size: .86rem; text-decoration: none; }
.footer-col a:hover { color: white; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; }
.socials svg { width: 16px; height: 16px; fill: currentColor; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 42px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.17); color: #b5cabc; font-size: .78rem; }
.footer-bottom a { color: inherit; }
.cookie-banner { position: fixed; z-index: 50; right: 22px; bottom: 18px; left: 22px; display: none; max-width: 1040px; margin: auto; padding: 18px 20px; align-items: center; justify-content: space-between; gap: 22px; background: white; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 12px 60px rgba(13,37,24,.22); }
.cookie-banner.is-visible { display: flex; }
.cookie-copy { max-width: 650px; font-size: .85rem; line-height: 1.5; }
.cookie-copy strong { display: block; font-size: .96rem; }
.cookie-copy a { color: var(--green); font-weight: 700; }
.cookie-actions { display: flex; gap: 9px; flex: 0 0 auto; }
.cookie-actions button { min-height: 42px; padding: 0 15px; font-size: .84rem; }
.whatsapp-float { position: fixed; right: 23px; bottom: 24px; z-index: 40; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: white; background: #1faa67; box-shadow: 0 7px 24px rgba(10,83,50,.28); text-decoration: none; }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }
.cookie-banner.is-visible ~ .whatsapp-float { bottom: 148px; }
.page-transition { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; background: var(--cream); opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s; }
.page-transition.is-active { opacity: 1; visibility: visible; }
.loader-mark { width: 72px; height: 72px; animation: breathe 1.1s ease-in-out infinite alternate; }
@keyframes breathe { to { transform: scale(1.1); } }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #b47a38; outline-offset: 3px; }

@media (max-width: 1000px) {
  .nav-links { gap: 14px; }
  .nav-links a { font-size: .8rem; }
  .nav-links .nav-cta { padding: 10px 13px; }
}
@media (max-width: 820px) {
  .wrap { width: min(100% - 36px, 650px); }
  .nav-row { min-height: 68px; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px 22px 18px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 25px rgba(22,51,35,.08); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 11px 4px; font-size: .95rem; }
  .nav-links .nav-cta { margin-top: 7px; text-align: center; }
  .hero { padding: 38px 0 54px; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-visual { min-height: 380px; }
  .hero-photo { height: 380px; }
  .hero-sticker { right: 10px; }
  .split-img { height: 340px; }
  .cards { grid-template-columns: repeat(2,1fr); }
  .cards .card:last-child:nth-child(odd) { grid-column: 1/-1; }
  .section { padding: 67px 0; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 32px); }
  .notice-bar { height: 31px; font-size: .69rem; }
  .notice-track { animation-duration: 31s; }
  .brand img { width: 38px; height: 38px; }
  .brand span { font-size: 1.35rem; }
  .hero-copy h1 { font-size: clamp(2.65rem,12vw,4rem); }
  .hero-visual, .hero-photo { min-height: 310px; height: 310px; }
  .hero-sticker { bottom: 13px; max-width: 170px; padding: 14px; }
  .hero-sticker strong { font-size: 1.2rem; }
  .hero-sticker span { font-size: .75rem; }
  .section-head { display: block; }
  .section-head p { margin-top: 13px; }
  .cards, .three-points, .tile-grid, .tool-formula { grid-template-columns: 1fr; }
  .cards .card:last-child:nth-child(odd) { grid-column: auto; }
  .card img { height: 195px; }
  .cta-band { align-items: flex-start; flex-direction: column; padding: 25px; }
  .page-hero { padding: 54px 0 42px; }
  .page-content { padding: 35px 0 65px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .field--full { grid-column: auto; }
  .form-card { padding: 21px; }
  .glossary-list { columns: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 29px 18px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; align-items: stretch; flex-direction: column; gap: 12px; padding: 15px; }
  .cookie-actions { width: 100%; }
  .cookie-actions button { flex: 1; }
  .whatsapp-float { right: 16px; bottom: 17px; width: 54px; height: 54px; }
  .cookie-banner.is-visible ~ .whatsapp-float { bottom: 144px; }
  .image-break, .content-photo { height: 245px; }
}

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