:root {
  --ink: #102026;
  --green-950: #003c2d;
  --green-900: #00513b;
  --green-800: #086845;
  --green-700: #16733f;
  --green-100: #e9f4ec;
  --green-50: #f5faf6;
  --pink: #f43e6b;
  --pink-dark: #d92857;
  --cream: #fbf7ef;
  --line: #dce5de;
  --muted: #607067;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; border-radius: 999px; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { width: min(1200px, calc(100% - 2rem)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(0, 81, 59, .1); }
.brand { display: inline-flex; align-items: center; gap: .72rem; }
.brand img { border-radius: 50%; object-fit: cover; }
.brand span { display: grid; }
.brand strong { font-family: var(--serif); font-size: 1.45rem; line-height: 1; font-weight: 700; }
.brand em { color: var(--green-700); font-style: normal; }
.brand small { margin-top: .28rem; color: var(--muted); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 1.75rem; font-size: .92rem; font-weight: 700; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--pink); transition: right .2s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: .88rem 1.45rem; font-weight: 800; line-height: 1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid rgba(244, 62, 107, .38); outline-offset: 3px; }
.button-small { min-height: 42px; padding: .7rem 1.15rem; font-size: .9rem; }
.button-primary { background: linear-gradient(135deg, var(--green-800), var(--green-950)); color: white; box-shadow: 0 12px 28px rgba(0, 81, 59, .18); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(0, 81, 59, .26); }
.button-pink { background: linear-gradient(135deg, #fa4f78, var(--pink-dark)); color: white; box-shadow: 0 12px 28px rgba(244, 62, 107, .24); }
.button-outline { border: 1.5px solid var(--green-800); color: var(--green-900); background: white; }
.button-ghost { border: 1px solid var(--line); background: rgba(255, 255, 255, .8); color: var(--ink); }

.hero { width: min(1260px, calc(100% - 2rem)); margin: 1.5rem auto 0; min-height: 660px; display: grid; grid-template-columns: 1.02fr .98fr; border-radius: 34px; overflow: hidden; background: linear-gradient(145deg, #f9fbf8 0%, #fff 65%); box-shadow: 0 24px 80px rgba(20, 52, 38, .09); }
.hero-copy { align-self: center; padding: clamp(2.5rem, 5vw, 5.4rem); padding-right: clamp(2rem, 4vw, 4rem); }
.eyebrow { margin: 0 0 1rem; color: var(--green-800); font-size: .77rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; margin-right: .65rem; border-radius: 999px; background: var(--green-100); padding: .4rem .65rem; letter-spacing: .08em; }
.eyebrow.light { color: #bde5ce; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); letter-spacing: -.035em; }
h1 { max-width: 690px; margin-bottom: 1.5rem; font-size: clamp(3.25rem, 5.5vw, 5.7rem); line-height: .94; }
h1 span { color: var(--pink); }
.hero-lead { max-width: 650px; color: #4d5d55; font-size: 1.08rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 2rem 0 1.55rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.2rem; color: #4d5d55; font-size: .83rem; }
.hero-proof div { display: flex; align-items: center; gap: .45rem; }
.hero-proof strong { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-800); }

.hero-visual { position: relative; min-height: 660px; background-image: url("assets/hero-villa.jpg"); background-size: cover; background-position: 60% center; }
.hero-visual-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.68) 12%, transparent 43%), linear-gradient(0deg, rgba(0,40,28,.15), transparent 36%); }
.sap-card, .hero-price-card { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: 0 16px 40px rgba(14, 45, 33, .18); }
.sap-card { top: 2rem; right: 2rem; max-width: 260px; display: flex; align-items: center; gap: .8rem; border-radius: 20px; padding: .95rem 1rem; }
.sap-card .sap-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-800); font-size: 1.4rem; }
.sap-card span:last-child { display: grid; gap: .18rem; }
.sap-card strong { color: var(--green-900); font-size: .86rem; text-transform: uppercase; }
.sap-card small { color: var(--muted); font-size: .7rem; }
.hero-price-card { right: 2rem; bottom: 2rem; display: grid; grid-template-columns: auto auto; align-items: end; column-gap: .35rem; border-radius: 22px; padding: 1rem 1.3rem; }
.hero-price-card small { grid-column: 1 / -1; color: var(--green-800); font-weight: 800; }
.hero-price-card strong { color: var(--pink); font-family: var(--serif); font-size: 2.3rem; }
.hero-price-card span { padding-bottom: .35rem; font-weight: 700; }

.trust-strip { width: min(1120px, calc(100% - 3rem)); min-height: 72px; margin: -1.2rem auto 0; position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border: 1px solid var(--line); border-radius: 18px; background: white; padding: 1rem 1.4rem; box-shadow: 0 12px 36px rgba(20,52,38,.08); color: var(--muted); font-size: .9rem; }
.trust-strip span { color: var(--pink); margin-right: .45rem; }
.trust-strip strong { color: var(--ink); margin-right: .5rem; }
.trust-strip a { color: var(--green-800); font-weight: 800; white-space: nowrap; }

.section { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; padding: 7.5rem 0; }
.section-heading { max-width: 700px; margin-bottom: 3.2rem; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .benefits-intro h2, .area h2, .contact h2 { margin-bottom: 1rem; font-size: clamp(2.35rem, 4vw, 4.25rem); line-height: 1.04; }
.section-heading > p:last-child, .benefits-intro > p, .area-copy > p, .contact-copy > p { color: var(--muted); font-size: 1.02rem; line-height: 1.7; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.steps-grid article { position: relative; min-height: 215px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; padding: 2rem; box-shadow: 0 10px 34px rgba(20,52,38,.05); }
.steps-grid article::after { content: ""; position: absolute; width: 120px; height: 120px; right: -50px; bottom: -55px; border-radius: 50%; background: var(--green-100); }
.step-number { display: inline-block; margin-bottom: 2rem; color: var(--pink); font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.steps-grid h3 { margin-bottom: .7rem; font-size: 1.18rem; }
.steps-grid p { margin: 0; color: var(--muted); line-height: 1.6; }

.benefits { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.text-link { color: var(--green-800); font-weight: 900; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.benefits-grid article { min-height: 220px; border-radius: 24px; background: var(--green-50); padding: 1.7rem; }
.benefits-grid article:nth-child(2), .benefits-grid article:nth-child(3) { background: var(--cream); }
.benefit-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 2.1rem; border-radius: 50%; background: white; color: var(--green-800); box-shadow: 0 7px 20px rgba(0,81,59,.08); font-size: 1.4rem; font-weight: 900; }
.benefits-grid h3 { margin-bottom: .65rem; font-size: 1.05rem; }
.benefits-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; line-height: 1.62; }

.pricing { width: 100%; max-width: none; padding-left: max(1rem, calc((100% - 1160px)/2)); padding-right: max(1rem, calc((100% - 1160px)/2)); background: linear-gradient(180deg, var(--green-50), #fff); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 520px; border: 1px solid var(--line); border-radius: 28px; background: white; padding: 2rem; box-shadow: 0 14px 42px rgba(20,52,38,.06); }
.price-card.featured { transform: translateY(-16px); border: 2px solid var(--green-700); box-shadow: 0 22px 55px rgba(0,81,59,.16); }
.popular { position: absolute; top: -14px; right: 24px; border-radius: 999px; background: var(--pink); color: white; padding: .5rem .85rem; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.plan-name { min-height: 44px; color: var(--green-800); font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.price-line { display: flex; align-items: baseline; gap: .45rem; }
.price-line small { color: var(--muted); }
.price-line strong { color: var(--pink); font-family: var(--serif); font-size: 3.4rem; line-height: 1; }
.cadence { margin: .65rem 0 1.3rem; font-weight: 900; }
.plan-description { min-height: 58px; color: var(--muted); line-height: 1.55; }
.price-card ul { list-style: none; margin: 1rem 0 2rem; padding: 0; color: #405248; line-height: 2; font-size: .9rem; }
.price-card li::first-letter { color: var(--green-700); }
.price-card .button { width: 100%; margin-top: auto; }
.tax-note { margin: 1.25rem 0 0; text-align: center; color: var(--muted); font-size: .75rem; }

.area { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.town-list { display: flex; flex-wrap: wrap; gap: .65rem; margin: 2rem 0; }
.town-list span { border-radius: 999px; background: var(--cream); padding: .7rem .9rem; font-size: .86rem; font-weight: 800; }
.town-list span::first-letter { color: var(--pink); }
.area-map { position: relative; min-height: 480px; overflow: hidden; border-radius: 32px; background: linear-gradient(140deg, #eef7ef, #fef8ed); box-shadow: inset 0 0 0 1px rgba(0,81,59,.08); }
.area-map::before, .area-map::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(0,81,59,.1); }
.area-map::before { width: 420px; height: 420px; left: -120px; bottom: -190px; }
.area-map::after { width: 340px; height: 340px; right: -110px; top: -150px; }
.route { position: absolute; height: 7px; border-radius: 999px; background: linear-gradient(90deg, var(--green-800), var(--pink)); transform-origin: left center; opacity: .28; }
.route-one { width: 360px; left: 120px; top: 230px; transform: rotate(-25deg); }
.route-two { width: 290px; left: 190px; top: 205px; transform: rotate(54deg); }
.map-town { position: absolute; z-index: 2; display: flex; align-items: center; gap: .55rem; border: 1px solid rgba(0,81,59,.11); border-radius: 999px; background: rgba(255,255,255,.9); padding: .65rem .9rem; box-shadow: 0 9px 26px rgba(0,81,59,.09); font-size: .82rem; font-weight: 900; }
.map-town i { width: 12px; height: 12px; border: 3px solid white; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 3px rgba(244,62,107,.2); }
.town-carros { top: 20%; left: 16%; }
.town-gattieres { top: 29%; right: 15%; }
.town-saint { bottom: 25%; left: 14%; }
.town-gaude { bottom: 17%; right: 17%; }
.map-badge { position: absolute; left: 50%; top: 48%; z-index: 3; transform: translate(-50%, -50%); width: 116px; height: 116px; display: grid; place-content: center; border: 9px solid rgba(255,255,255,.65); border-radius: 50%; background: var(--green-900); color: white; text-align: center; font-family: var(--serif); font-size: 2.35rem; box-shadow: 0 18px 40px rgba(0,81,59,.2); }
.map-badge small { font-family: var(--sans); font-size: .55rem; letter-spacing: .05em; text-transform: uppercase; }

.contact { width: min(1260px, calc(100% - 2rem)); margin: 0 auto 2rem; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; border-radius: 34px; background: radial-gradient(circle at 8% 5%, rgba(33,135,84,.52), transparent 35%), var(--green-950); color: white; padding: clamp(2.3rem, 6vw, 5.5rem); }
.contact-copy > p { color: #c9ddd3; }
.contact-details { display: grid; gap: 1rem; margin-top: 2rem; }
.contact-details a, .contact-details > span { display: flex; align-items: center; gap: .8rem; font-size: .9rem; }
.contact-details a > span, .contact-details b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #ffc1d1; font-weight: 700; }
.contact-form { border-radius: 28px; background: white; color: var(--ink); padding: clamp(1.4rem, 4vw, 2.4rem); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .45rem; margin-bottom: 1rem; color: #405248; font-size: .78rem; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d8e2dc; border-radius: 13px; background: #fbfdfb; padding: .9rem 1rem; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(22,115,63,.1); }
.contact-form textarea { resize: vertical; }
.contact-form .button { width: 100%; }
.contact-form > small { display: block; margin-top: .8rem; color: var(--muted); text-align: center; }

footer { width: min(1200px, calc(100% - 2rem)); min-height: 110px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; color: var(--muted); font-size: .78rem; }
footer p { margin: 0; text-align: center; }
footer > div:last-child { text-align: right; font-weight: 800; }
.footer-brand strong { font-size: 1.15rem; }
.footer-brand small { letter-spacing: 0; text-transform: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 3rem; }
  .hero-visual { min-height: 520px; }
  .hero-visual-shade { background: linear-gradient(0deg, rgba(0,40,28,.18), transparent 42%); }
  .benefits, .area, .contact { grid-template-columns: 1fr; }
  .benefits-intro, .area-copy { max-width: 680px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 650px; margin: 0 auto; }
  .price-card { min-height: 0; }
  .price-card.featured { transform: none; order: -1; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p { display: none; }
}

@media (max-width: 720px) {
  .site-header { min-height: 72px; gap: .7rem; }
  .site-header > .button { display: none; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 1.2rem; }
  .brand small { font-size: .58rem; }
  .hero { width: calc(100% - 1rem); margin-top: .5rem; border-radius: 24px; }
  .hero-copy { padding: 2.1rem 1.25rem 2.5rem; }
  h1 { font-size: clamp(2.9rem, 14vw, 4.3rem); }
  .hero-lead { font-size: .98rem; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-proof { display: grid; }
  .hero-visual { min-height: 430px; background-position: 62% center; }
  .sap-card { top: 1rem; right: 1rem; left: 1rem; max-width: none; }
  .hero-price-card { right: 1rem; bottom: 1rem; }
  .trust-strip { width: calc(100% - 2rem); margin-top: 1rem; display: grid; }
  .section { padding: 5rem 0; }
  .steps-grid, .benefits-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 0; }
  .benefits { gap: 2.5rem; }
  .area-map { min-height: 410px; }
  .route-one { width: 260px; left: 70px; }
  .route-two { width: 220px; left: 110px; }
  .map-town { font-size: .7rem; padding: .55rem .7rem; }
  .town-carros { left: 7%; }
  .town-gattieres { right: 6%; }
  .town-saint { left: 5%; }
  .town-gaude { right: 7%; }
  .contact { width: calc(100% - 1rem); border-radius: 24px; padding: 2.2rem 1.15rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { min-height: 140px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1rem; }
  footer > div:last-child { text-align: left; }
}

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