*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --green:#2A5C3F;--green-light:#3A7A55;--green-dark:#1A3D29;
  --gold:#5BBE6B;--gold-light:#72CC80;
  --cream:#F5F0E8;--off-white:#FAF8F4;--dark:#111810;
  --text-muted:#6B7B6E;--border:rgba(42,92,63,0.15);
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'DM Sans',system-ui,sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--off-white);color:var(--dark);overflow-x:hidden}

nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 4rem;transition:background .4s}
nav.scrolled{background:rgba(26,61,41,.97);backdrop-filter:blur(12px)}
.nav-logo img{height:38px;height: 57px}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{color:rgba(255,255,255,.85);text-decoration:none;font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:400;transition:color .2s}
.nav-links a:hover{color:var(--gold-light)}
.nav-cta{background:var(--gold);color:var(--dark);border:none;padding:.55rem 1.4rem;font-family:var(--sans);font-size:13px;font-weight:500;letter-spacing:.06em;cursor:pointer;text-decoration:none;transition:background .2s}
.nav-cta:hover{background:var(--gold-light)}

.urgency-bar{background:var(--gold);color:var(--dark);text-align:center;padding:.65rem 2rem;font-size:13px;font-weight:500;letter-spacing:.04em;position:relative;z-index:99}

.hero{position:relative;height:100vh;min-height:700px;display:flex;align-items:flex-end;padding:0 4rem 6rem;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 35%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(17,24,16,.92) 0%,rgba(17,24,16,.5) 40%,rgba(17,24,16,.15) 100%)}
.hero-content{position:relative;z-index:2;max-width:780px}
.hero-tag{display:inline-flex;align-items:center;gap:8px;color:var(--gold-light);font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;margin-bottom:1.5rem}
.hero-tag::before{content:'';display:block;width:28px;height:1px;background:var(--gold)}
.hero h1{font-family:var(--serif);font-weight:300;font-size:clamp(3rem,5.5vw,5.2rem);color:#fff;line-height:1.1;margin-bottom:1.5rem}
.hero h1 em{font-style:italic;color:var(--gold-light)}
.hero-sub{color:rgba(255,255,255,.7);font-size:16px;font-weight:300;line-height:1.7;max-width:480px;margin-bottom:2.5rem}
.hero-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.btn-primary{background:var(--gold);color:var(--dark);border:none;padding:1rem 2.2rem;font-family:var(--sans);font-size:14px;font-weight:500;letter-spacing:.08em;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s,transform .2s}
.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}
.btn-ghost{color:rgba(255,255,255,.8);font-size:14px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:2px;transition:color .2s,border-color .2s}
.btn-ghost:hover{color:var(--gold-light);border-color:var(--gold)}

.stats-strip{background:var(--green-dark);display:flex;justify-content:center}
.stat-item{flex:1;max-width:260px;padding:2.5rem 2rem;text-align:center;border-right:1px solid rgba(255,255,255,.08)}
.stat-item:last-child{border-right:none}
.stat-num{font-family:var(--serif);font-size:3rem;font-weight:300;color:var(--gold-light);line-height:1;margin-bottom:.4rem}
.stat-label{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5)}

.section{padding:7rem 4rem}
.section-tag{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;margin-bottom:1.2rem}
.section-tag::before{content:'';display:block;width:28px;height:1px;background:var(--gold)}
.section h2{font-family:var(--serif);font-weight:300;font-size:clamp(2.2rem,4vw,3.8rem);color:var(--dark);line-height:1.15}
.section h2 em{font-style:italic;color:var(--green)}

.pitch-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1200px;margin:0 auto}
.pitch-desc{color:var(--text-muted);font-size:16px;line-height:1.8;font-weight:300;margin:1.5rem 0 2.5rem}
.pitch-steps{list-style:none}
.pitch-steps li{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--border)}
.pitch-steps li:first-child{border-top:1px solid var(--border)}
.step-num{font-family:var(--serif);font-size:1.8rem;font-weight:300;color:var(--gold);line-height:1;min-width:36px}
.step-text strong{display:block;font-size:15px;font-weight:500;color:var(--dark);margin-bottom:.2rem}
.step-text span{font-size:14px;color:var(--text-muted);font-weight:300}
.pitch-visual{position:relative}
.pitch-img{width:100%;height:560px;object-fit:cover;display:block}
.pitch-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background:var(--green-dark);color:#fff;padding:1.8rem 2rem;max-width:220px}
.pitch-badge .badge-num{font-family:var(--serif);font-size:2.8rem;font-weight:300;color:var(--gold-light);line-height:1;display:block;margin-bottom:.4rem}
.pitch-badge .badge-text{font-size:13px;color:rgba(255,255,255,.65);font-weight:300;line-height:1.4}

.benefits-section{background:var(--cream);padding:7rem 4rem}
.benefits-header{text-align:center;max-width:700px;margin:0 auto 4rem}
.benefits-header .section-tag{justify-content:center}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;max-width:1200px;margin:0 auto}
.benefit-card{background:#fff;padding:2.8rem 2.5rem;transition:transform .3s}
.benefit-card:hover{transform:translateY(-4px)}
.benefit-icon{width:48px;height:48px;background:var(--green-dark);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.benefit-icon svg{width:22px;height:22px;fill:none;stroke:var(--gold-light);stroke-width:1.5}
.benefit-card h3{font-family:var(--serif);font-size:1.4rem;font-weight:400;color:var(--dark);margin-bottom:.8rem;line-height:1.3}
.benefit-card p{font-size:14px;color:var(--text-muted);font-weight:300;line-height:1.7}

.location-section{background:var(--green-dark);padding:7rem 4rem;position:relative;overflow:hidden}
.location-section::before{content:'PUERTO CANCÚN';position:absolute;right:-2rem;top:50%;transform:translateY(-50%) rotate(90deg);font-family:var(--serif);font-size:10rem;font-weight:300;color:rgba(255,255,255,.03);white-space:nowrap;pointer-events:none}
.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1200px;margin:0 auto}
.location-text .section-tag{color:var(--gold-light)}
.location-text h2{color:#fff}
.location-text h2 em{color:var(--gold-light)}
.location-desc{color:rgba(255,255,255,.6);font-size:16px;line-height:1.8;font-weight:300;margin:1.5rem 0 2.5rem}
.location-perks{list-style:none;display:flex;flex-direction:column;gap:1rem}
.location-perks li{display:flex;align-items:center;gap:1rem;color:rgba(255,255,255,.75);font-size:14px;font-weight:300}
.location-perks li::before{content:'';display:block;width:6px;height:6px;background:var(--gold);flex-shrink:0}
.location-imgs{display:grid;grid-template-columns:1fr 1fr;gap:3px;height:520px}
.location-imgs img{width:100%;height:100%;object-fit:cover;display:block}
.location-imgs img:first-child{grid-row:span 2}

.gallery-section{padding:7rem 0;background:var(--off-white)}
.gallery-header{text-align:center;max-width:600px;margin:0 auto 3rem;padding:0 4rem}
.gallery-header .section-tag{justify-content:center}
.gallery-scroll{display:flex;gap:3px;overflow-x:auto;padding:0 4rem;scrollbar-width:none}
.gallery-scroll::-webkit-scrollbar{display:none}
.gallery-scroll img{height:420px;width:auto;object-fit:cover;flex-shrink:0;display:block}

.evalor-section{background:#fff;padding:5rem 4rem;border-top:1px solid var(--border)}
.evalor-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:5rem;align-items:center}
.evalor-logo-text{font-family:var(--serif);font-size:2.4rem;font-weight:400;letter-spacing:.12em;color:var(--green-dark);text-transform:uppercase}
.evalor-tagline{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:.5rem}
.evalor-divider{width:40px;height:1px;background:var(--gold);margin:.8rem 0}
.evalor-subtitle{font-size:13px;color:var(--text-muted);font-weight:300;line-height:1.6}
.evalor-content p{font-size:15px;color:var(--text-muted);line-height:1.8;font-weight:300;margin-bottom:2rem}
.evalor-stats{display:flex;gap:3rem;flex-wrap:wrap}
.evalor-stat-num{font-family:var(--serif);font-size:2.2rem;font-weight:300;color:var(--green);line-height:1}
.evalor-stat-label{font-size:12px;color:var(--text-muted);font-weight:300;margin-top:.2rem;letter-spacing:.05em}

.form-section{padding:7rem 4rem;background:var(--cream)}
.form-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}
.form-intro p{color:var(--text-muted);font-size:16px;line-height:1.8;font-weight:300;margin-top:1.5rem}
.trust-items{margin-top:3rem;display:flex;flex-direction:column;gap:1.2rem}
.trust-item{display:flex;align-items:center;gap:1rem;font-size:14px;color:var(--text-muted)}
.trust-dot{width:8px;height:8px;background:var(--green);flex-shrink:0}
.form-card{background:#fff;padding:3rem;border:1px solid var(--border)}
.form-card h3{font-family:var(--serif);font-size:1.6rem;font-weight:400;margin-bottom:.5rem}
.form-sub{font-size:13px;color:var(--text-muted);margin-bottom:2rem;font-weight:300}
.form-row{margin-bottom:1rem}
.form-row label{display:block;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.4rem;font-weight:500}
.form-row input,.form-row select{width:100%;border:1px solid var(--border);background:var(--off-white);padding:.8rem 1rem;font-family:var(--sans);font-size:14px;color:var(--dark);outline:none;transition:border-color .2s;appearance:none;-webkit-appearance:none}
.form-row input:focus,.form-row select:focus{border-color:var(--green)}
.form-2col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.select-wrap{position:relative}
.select-wrap::after{content:'▾';position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:12px;pointer-events:none}
.form-submit{width:100%;background:var(--green-dark);color:#fff;border:none;padding:1rem;font-family:var(--sans);font-size:14px;font-weight:500;letter-spacing:.08em;cursor:pointer;margin-top:1.5rem;transition:background .2s}
.form-submit:hover{background:var(--green)}
.form-privacy{text-align:center;font-size:11px;color:var(--text-muted);margin-top:1rem;font-weight:300}
.form-privacy a{color:var(--green);text-decoration:none}

footer{background:var(--dark);padding:4rem;display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:start}
.footer-brand img{height:36px;height: 57px;margin-bottom:1rem;filter:brightness(10)}
.footer-tagline{font-size:13px;color:rgba(255,255,255,.4);font-weight:300;max-width:300px;line-height:1.6}
.footer-contact{text-align:right}
.footer-contact p{font-size:13px;color:rgba(255,255,255,.5);margin-bottom:.4rem;font-weight:300}
.footer-contact a{color:var(--gold-light);text-decoration:none;font-size:13px;transition:color .2s}
.footer-contact a:hover{color:var(--gold)}
.footer-bottom{background:var(--dark);border-top:1px solid rgba(255,255,255,.06);padding:1.5rem 4rem;display:flex;justify-content:space-between;align-items:center}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,.25);font-weight:300}

.floating-cta{position:fixed;bottom:2rem;right:2rem;background:var(--gold);color:var(--dark);padding:.9rem 1.8rem;font-family:var(--sans);font-size:13px;font-weight:500;letter-spacing:.06em;text-decoration:none;z-index:200;box-shadow:0 8px 32px rgba(0,0,0,.2);transition:background .2s,transform .2s;display:none}
.floating-cta:hover{background:var(--gold-light);transform:translateY(-2px)}
.floating-cta.visible{display:block}

.placeholder-img{background:var(--cream);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:13px;font-weight:300}

@media(max-width:900px){
  nav{padding:1rem 1.5rem}
  .nav-links{display:none}
  .hero{padding:0 1.5rem 4rem}
  .section,.benefits-section,.form-section,.location-section,.evalor-section{padding:5rem 1.5rem}
  .pitch-grid,.location-grid,.form-wrapper,.evalor-inner{grid-template-columns:1fr;gap:3rem}
  .benefits-grid{grid-template-columns:1fr}
  .pitch-badge{display:none}
  .location-imgs{height:300px}
  .stats-strip{flex-wrap:wrap}
  .stat-item{flex:1 1 40%;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}
  .gallery-scroll img{height:260px}
  footer{grid-template-columns:1fr}
  .footer-contact{text-align:left}
  .evalor-stats{gap:2rem}
}

@media print{
  .urgency-bar{position:relative;top:auto}
  nav{position:relative;top:auto;background:rgba(26,61,41,.97) !important;margin-bottom:0}
  .floating-cta{display:none !important}
  .hero{height:auto;min-height:500px}
}



.form-intro img {
 margin-top: 3rem;
}

@media(max-width:790px) {
 nav#mainNav a.nav-cta {
  width: 150px !important;
 }
 .form-intro img {
  margin-top: 1.5rem;
 }
 .gallery-section #galleryScroll {
  display: block !important;
  padding: 0 2rem !important;
 }
 .gallery-section #galleryScroll img {
  width: 100% !important;
 }
}