:root {
  --green-900: #00664f;
  --green-800: #00745a;
  --green-700: #078a70;
  --teal: #0dbdad;
  --teal-soft: #dff9f4;
  --orange: #ffa81f;
  --ink: #14302a;
  --muted: #60756f;
  --bg: #f6fbf9;
  --white: #ffffff;
  --line: rgba(0, 102, 79, 0.13);
  --shadow: 0 24px 65px rgba(0, 77, 60, 0.14);
  --radius-lg: 32px;
  --radius-md: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); overflow-x: clip; }
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--teal); color: var(--white); }

.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; padding: 10px 14px; background: var(--ink); color: #fff; border-radius: 10px; text-decoration: none; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.section-pad { padding: 84px 0; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.93); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(0,102,79,.08); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand img { width: 152px; height: auto; }
.desktop-nav { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.social-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-soft); color: var(--green-800); }
.social-icon svg { width: 21px; fill: currentColor; }
.desktop-cta { display: none !important; }
.menu-toggle { width: 44px; height: 44px; border: 0; border-radius: 14px; background: var(--green-900); display: grid; align-content: center; gap: 5px; padding: 0 12px; cursor: pointer; }
.menu-toggle span { height: 2px; background: #fff; border-radius: 999px; transition: .25s ease; }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: grid; max-height: 0; overflow: hidden; background: #fff; transition: max-height .3s ease, padding .3s ease; border-top: 1px solid transparent; }
.mobile-menu.open { max-height: 340px; padding: 10px 16px 18px; border-top-color: var(--line); }
.mobile-menu a { text-decoration: none; padding: 13px 8px; font-weight: 750; border-bottom: 1px solid var(--line); }

.hero { min-height: calc(100svh - 76px); display: grid; align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 85% 10%, rgba(13,189,173,.16), transparent 34%), linear-gradient(180deg,#fff 0%,#f6fbf9 100%); }
.hero-grid { display: grid; gap: 48px; align-items: center; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .11em; font-size: .76rem; font-weight: 850; color: var(--green-700); }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,168,31,.14); }
.hero h1, .section-copy h2, .section-heading h2, .cta-band h2, .contact-copy h2 { margin: 16px 0 18px; letter-spacing: -.045em; line-height: .98; }
.hero h1 { font-size: clamp(3rem, 13vw, 5.8rem); max-width: 10ch; }
.hero h1 span { color: var(--green-800); }
.hero-copy > p { font-size: clamp(1.04rem, 2.8vw, 1.28rem); line-height: 1.65; color: var(--muted); max-width: 600px; margin: 0; }
.hero-ctas, .experience-actions, .location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--green-900), var(--teal)); color: #fff; box-shadow: 0 14px 30px rgba(0,116,90,.2); }
.btn-ghost { background: #fff; border-color: var(--line); color: var(--green-900); box-shadow: 0 8px 24px rgba(0,77,60,.06); }
.btn-small { min-height: 44px; padding-inline: 17px; font-size: .9rem; }
.btn-white { background: #fff; color: var(--green-900); }
.btn-orange { background: var(--orange); color: #17342e; border: 0; box-shadow: 0 14px 30px rgba(255,168,31,.22); }
.btn-instagram svg, .btn-submit svg { width: 20px; fill: currentColor; }
.hero-social-proof { display: flex; align-items: center; gap: 12px; margin-top: 28px; }
.mini-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 13px; color: var(--green-800); font-weight: 900; font-size: 1.2rem; background: #fff; }
.hero-social-proof p { margin: 0; color: var(--muted); line-height: 1.35; font-size: .93rem; }
.hero-social-proof strong { color: var(--ink); }
.hero-media { position: relative; width: min(100%, 420px); margin-inline: auto; padding: 14px 34px 28px 8px; }
.photo-card { overflow: hidden; border-radius: 34px; box-shadow: var(--shadow); background: var(--green-900); }
.main-photo { transform: rotate(-2deg); }
.main-photo img { width: 100%; aspect-ratio: .72; object-fit: cover; }
.floating-card { position: absolute; right: 0; bottom: 58px; width: min(270px, 76%); display: flex; align-items: center; gap: 12px; padding: 14px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 16px 36px rgba(0,77,60,.18); border-radius: 18px; animation: floatCard 4.2s ease-in-out infinite; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .88rem; line-height: 1.2; }
.floating-card small { color: var(--muted); margin-top: 3px; font-size: .74rem; }
.floating-icon { width: 34px; height: 34px; display: grid; place-items: center; background: var(--orange); border-radius: 11px; }
.brand-stamp { position: absolute; right: 18px; top: -10px; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--green-900); font-weight: 950; letter-spacing: -.04em; transform: rotate(8deg); box-shadow: 0 12px 24px rgba(255,168,31,.24); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .42; animation: drift 10s ease-in-out infinite alternate; }
.hero-orb-a { width: 190px; height: 190px; background: var(--teal); right: -120px; top: 17%; }
.hero-orb-b { width: 110px; height: 110px; background: var(--orange); left: -70px; bottom: 8%; animation-delay: -4s; }

.marquee-wrap { overflow: hidden; background: var(--green-900); color: #fff; padding: 14px 0; border-top: 5px solid var(--orange); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 26px; font-weight: 850; animation: marquee 24s linear infinite; }
.marquee-track span { white-space: nowrap; }
.marquee-track i { color: var(--orange); font-style: normal; }

.split-grid, .experience-grid, .location-grid, .contact-grid { display: grid; gap: 42px; align-items: center; }
.section-copy h2, .section-heading h2, .contact-copy h2 { font-size: clamp(2.35rem, 9vw, 4.6rem); max-width: 12ch; }
.section-copy > p, .contact-copy > p { color: var(--muted); line-height: 1.8; font-size: 1.04rem; max-width: 620px; }
.pill-row { display: flex; gap: 9px; flex-wrap: wrap; margin: 26px 0; }
.pill-row span { padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--bg); color: var(--green-900); font-weight: 750; font-size: .84rem; }
.text-link { display: inline-flex; gap: 8px; color: var(--green-800); font-weight: 850; text-decoration: none; margin-top: 6px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.image-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 470px; box-shadow: var(--shadow); background: var(--green-900); }
.image-frame img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.image-caption { position: absolute; inset: auto 16px 16px; padding: 16px; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-radius: 16px; }
.image-caption strong, .image-caption span { display: block; }
.image-caption span { color: var(--muted); margin-top: 3px; font-size: .88rem; }

.benefits { background: var(--bg); }
.section-heading { margin-bottom: 30px; }
.benefit-grid { display: grid; gap: 14px; }
.benefit-card { min-height: 290px; position: relative; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(0,77,60,.09); }
.benefit-card > svg { width: 38px; fill: none; stroke: var(--green-800); stroke-width: 1.5; margin: 18px 0 28px; }
.benefit-card h3 { margin: 0 0 10px; font-size: 1.32rem; }
.benefit-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.card-number { color: var(--teal); font-size: .76rem; font-weight: 900; letter-spacing: .1em; }
.center-cta { display: flex; justify-content: center; margin-top: 30px; }

.experience { background: #fff; }
.video-shell { width: min(100%, 340px); margin-inline: auto; background: #101715; padding: 12px; border-radius: 38px; box-shadow: var(--shadow); }
.video-shell video { width: 100%; aspect-ratio: 9/16; object-fit: cover; border-radius: 28px; background: #0f1714; }
.phone-top { color: #fff; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; padding: 4px 10px 12px; }
.phone-top span:first-child { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.phone-top span:last-child { justify-self: end; width: 26px; height: 3px; border-radius: 999px; background: #41504b; }
.phone-top small { font-size: .72rem; opacity: .86; }

.cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--green-900), var(--teal)); color: #fff; padding: 64px 0; }
.cta-band-inner { position: relative; z-index: 2; display: grid; gap: 24px; align-items: center; }
.cta-band h2 { font-size: clamp(2.2rem, 9vw, 4.5rem); max-width: 9ch; }
.cta-band p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.6; max-width: 580px; }
.eyebrow-light { color: #d8fff9; }
.cta-band-orb { position: absolute; width: 280px; height: 280px; border-radius: 50%; background: var(--orange); opacity: .17; right: -80px; top: -120px; animation: drift 8s ease-in-out infinite alternate; }

.address { font-size: 1.08rem !important; line-height: 1.7 !important; color: var(--ink) !important; }
.map-visual { position: relative; min-height: 420px; border-radius: var(--radius-lg); overflow: hidden; background: #e9f6f2; border: 1px solid var(--line); box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(0,116,90,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0,116,90,.08) 1px, transparent 1px); background-size: 42px 42px; transform: rotate(-7deg) scale(1.2); }
.map-road { position: absolute; background: #fff; box-shadow: 0 0 0 8px rgba(255,255,255,.65); border-radius: 999px; }
.road-a { width: 120%; height: 14px; left: -10%; top: 48%; transform: rotate(-18deg); }
.road-b { width: 14px; height: 120%; left: 50%; top: -10%; transform: rotate(11deg); }
.map-pin { position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%); width: 72px; height: 72px; background: var(--green-900); border: 9px solid #fff; border-radius: 50% 50% 50% 0; rotate: -45deg; box-shadow: 0 16px 30px rgba(0,77,60,.24); }
.map-pin span { position: absolute; width: 18px; height: 18px; background: var(--orange); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.map-label { position: absolute; left: 20px; right: 20px; bottom: 20px; background: rgba(255,255,255,.95); border-radius: 18px; padding: 16px; color: var(--ink); }
.map-label strong, .map-label small { display: block; }
.map-label small { color: var(--muted); margin-top: 4px; }

.contact { background: var(--green-900); color: #fff; }
.contact-copy > p { color: rgba(255,255,255,.72); }
.contact-note { margin-top: 26px; display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.82); }
.contact-note span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--green-900); font-weight: 950; }
.contact-note p { margin: 2px 0 0; line-height: 1.55; }
.contact-form { background: #fff; color: var(--ink); border-radius: var(--radius-lg); padding: 22px; box-shadow: 0 28px 60px rgba(0,0,0,.14); }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: .88rem; font-weight: 850; margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; border: 1px solid rgba(0,102,79,.17); background: #f8fbfa; border-radius: 14px; padding: 14px 15px; color: var(--ink); outline: none; transition: border .2s ease, box-shadow .2s ease; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(13,189,173,.12); }
.form-group.invalid input, .form-group.invalid select, .form-group.invalid textarea { border-color: #c83d3d; }
.error-message { display: none; color: #b52f2f; margin-top: 6px; font-size: .78rem; }
.form-group.invalid .error-message { display: block; }
.btn-submit { width: 100%; min-height: 56px; }
.form-privacy { margin: 12px 0 0; text-align: center; color: var(--muted); font-size: .78rem; }

.site-footer { background: #073d32; color: rgba(255,255,255,.78); padding: 42px 0 20px; }
.footer-top { display: grid; gap: 28px; }
.footer-brand img { width: 170px; height: auto; filter: none; opacity: 1; border-radius: 10px; }
.footer-brand p { margin: 10px 0 0; }
.footer-links, .footer-social { display: flex; flex-wrap: wrap; gap: 14px 20px; }
.footer-links a, .footer-social a { text-decoration: none; }
.footer-bottom { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; gap: 8px; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.primviz-credit a { color: rgba(255,255,255,.48); text-decoration: none; transition: color .2s ease; }
.primviz-credit a:hover { color: #fff; }
.primviz-arrow { display: inline-block; transition: transform .2s ease; }
.primviz-credit a:hover .primviz-arrow { transform: translateX(3px); }

.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 900; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25D366; color: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.23); animation: pulseSoft 2.8s ease-in-out infinite; }
.floating-whatsapp svg { width: 33px; height: 33px; fill: currentColor; }
.whatsapp-brand-icon { flex: 0 0 auto; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes floatCard { 50% { transform: translateY(-8px); } }
@keyframes drift { to { transform: translate3d(-24px, 20px, 0) scale(1.08); } }
@keyframes pulseSoft { 0%,100% { box-shadow: 0 14px 34px rgba(0,0,0,.23), 0 0 0 0 rgba(37,211,102,.25); } 50% { box-shadow: 0 14px 34px rgba(0,0,0,.23), 0 0 0 10px rgba(37,211,102,0); } }

@media (min-width: 700px) {
  .container { width: min(calc(100% - 56px), var(--container)); }
  .section-pad { padding: 110px 0; }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-form { padding: 34px; }
  .cta-band-inner { grid-template-columns: 1fr auto; }
  .footer-top { grid-template-columns: 1.4fr 1fr auto; align-items: end; }
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

@media (min-width: 900px) {
  .header-inner { min-height: 86px; }
  .desktop-nav { display: flex; gap: 26px; align-items: center; }
  .desktop-nav a { text-decoration: none; font-weight: 750; color: #3b5650; font-size: .92rem; }
  .desktop-nav a:hover { color: var(--green-800); }
  .desktop-cta { display: inline-flex !important; }
  .menu-toggle, .mobile-menu { display: none; }
  .hero { min-height: calc(100vh - 86px); }
  .hero-grid { grid-template-columns: 1.05fr .8fr; gap: 80px; }
  .hero h1 { font-size: clamp(4.8rem, 7vw, 7.3rem); }
  .split-grid { grid-template-columns: 1.05fr .8fr; gap: 90px; }
  .experience-grid { grid-template-columns: .78fr 1fr; gap: 110px; }
  .location-grid { grid-template-columns: .8fr 1.2fr; gap: 70px; }
  .contact-grid { grid-template-columns: .9fr 1.1fr; gap: 80px; }
  .section-copy h2, .section-heading h2, .contact-copy h2 { font-size: clamp(3.3rem, 5vw, 5rem); }
  .brand img { width: 172px; }
}

@media (min-width: 1200px) {
  .hero-media { width: 440px; }
  .benefit-card { padding: 32px; }
}

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