:root {
  --ink: #102524;
  --teal: #063f3f;
  --teal-2: #0c5957;
  --gold: #f0bd17;
  --gold-soft: #f7d66c;
  --sand: #f7f3ea;
  --paper: #fffdf9;
  --line: rgba(16, 37, 36, .13);
  --muted: #61706d;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0,0,0,.16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip { position: fixed; top: -80px; left: 12px; z-index: 2000; background: var(--gold); color: #111; padding: 10px 14px; border-radius: 8px; }
.skip:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; background: rgba(255,253,249,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(16,37,36,.08); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-logo { height: 54px; width: auto; object-fit: contain; }
.desktop-nav { display: flex; gap: 28px; align-items: center; font-size: 14px; font-weight: 650; }
.desktop-nav a { color: #38504e; transition: .2s ease; }
.desktop-nav a:hover { color: var(--teal); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle, .menu-btn { border: 1px solid var(--line); background: white; height: 38px; min-width: 42px; border-radius: 12px; cursor: pointer; font-weight: 800; color: var(--teal); }
.menu-btn { display: none; font-size: 20px; }
.mobile-nav { display: none; background: white; border-top: 1px solid var(--line); padding: 16px 20px 24px; }
.mobile-nav.open { display: grid; gap: 12px; }
.mobile-nav a { padding: 10px 0; font-weight: 700; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 14px; border: 1px solid transparent; font-weight: 800; letter-spacing: -.01em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #15201f; box-shadow: 0 10px 24px rgba(240,189,23,.24); }
.btn-primary:hover { background: #ffc91a; }
.btn-small { min-height: 40px; padding: 0 16px; font-size: 13px; }
.btn-large { min-height: 56px; padding: 0 26px; }
.btn-ghost { border-color: rgba(255,255,255,.46); color: white; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn-full { width: 100%; }

.hero { position: relative; min-height: 790px; padding: 145px 0 84px; color: white; overflow: hidden; background: var(--teal); }
.hero-media { position: absolute; inset: 0; background-image: url('https://cdn.ciirus.com/properties/91053/397747/images/AP_ByCntrl2_2209_069.jpg'); background-size: cover; background-position: center; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,37,37,.95) 0%, rgba(2,37,37,.82) 43%, rgba(2,37,37,.45) 70%, rgba(2,37,37,.25) 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .72fr; gap: 72px; align-items: center; }
.hero-copy h1 { max-width: 720px; margin: 18px 0 22px; font-size: clamp(52px, 6vw, 86px); line-height: .98; letter-spacing: -.055em; font-weight: 780; }
.hero-lead { max-width: 690px; font-size: 20px; color: rgba(255,255,255,.83); margin: 0 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { max-width: 620px; margin: 16px 0 0; font-size: 13px; color: rgba(255,255,255,.62); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 12px; font-weight: 850; letter-spacing: .14em; color: var(--teal); }
.eyebrow span:first-child { width: 30px; height: 2px; background: var(--gold); }
.eyebrow.light { color: rgba(255,255,255,.76); }
.eyebrow.dark { color: #263836; }

.hero-card { background: rgba(255,255,255,.96); color: var(--ink); padding: 30px; border-radius: 26px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.5); }
.hero-card h2 { font-size: 30px; letter-spacing: -.035em; line-height: 1.08; margin: 8px 0 10px; }
.hero-card > p { color: var(--muted); margin: 0 0 22px; }
.card-topline { color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.lead-form { display: grid; gap: 13px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-form label > span { display: block; font-size: 12px; font-weight: 800; margin-bottom: 6px; color: #415552; }
.lead-form input, .lead-form select { width: 100%; border: 1px solid #d9dedb; background: #fff; color: var(--ink); border-radius: 12px; min-height: 48px; padding: 0 13px; outline: none; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--teal-2); box-shadow: 0 0 0 3px rgba(12,89,87,.09); }
.check-row { display: flex !important; align-items: flex-start; gap: 9px; margin-top: 2px; }
.check-row input { width: 18px !important; min-height: auto !important; margin-top: 2px; }
.check-row span { margin: 0 !important; font-size: 11px !important; font-weight: 600 !important; color: #6f7c79 !important; }
.form-note { text-align: center; color: #71817e; font-size: 11px; }

.proof-strip { background: #fff; border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 28px 26px; border-right: 1px solid var(--line); }
.proof-item:first-child { border-left: 1px solid var(--line); }
.proof-item strong { display: block; font-size: 31px; letter-spacing: -.04em; color: var(--teal); }
.proof-item span { font-size: 12px; color: var(--muted); }

.section { padding: 104px 0; }
.section-dark { background: var(--teal); color: white; }
.section-gold { background: var(--gold); }
.split-grid, .comparison-grid, .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.section-copy h2, .section-head h2, .final-cta h2 { font-size: clamp(38px, 4.3vw, 62px); line-height: 1.03; letter-spacing: -.05em; margin: 16px 0 20px; }
.section-copy p, .section-head p { font-size: 18px; color: var(--muted); max-width: 740px; }
.section-dark .section-copy p { color: rgba(255,255,255,.7); }
.section-head { margin-bottom: 48px; }
.section-head.centered { text-align: center; max-width: 820px; margin-left: auto; margin-right: auto; }
.section-head.centered .eyebrow { justify-content: center; }
.section-head.centered p { margin-left: auto; margin-right: auto; }
.check-list { display: grid; gap: 13px; margin-top: 30px; }
.check-list div { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.88); }
.check-list i { display: grid; place-items: center; font-style: normal; background: var(--gold); color: #16302e; width: 22px; height: 22px; min-width: 22px; border-radius: 50%; font-weight: 900; font-size: 12px; margin-top: 2px; }
.image-stack { position: relative; min-height: 550px; }
.img-main { position: absolute; top: 0; right: 0; width: 86%; height: 480px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.img-float { position: absolute; bottom: 0; left: 0; width: 48%; height: 250px; object-fit: cover; border-radius: 22px; border: 7px solid var(--teal); box-shadow: var(--shadow); }
.image-badge { position: absolute; right: -12px; bottom: 32px; background: var(--gold); color: #182724; padding: 15px 18px; border-radius: 16px; box-shadow: var(--shadow); }
.image-badge span, .image-badge strong { display: block; }
.image-badge span { font-size: 10px; text-transform: uppercase; font-weight: 850; letter-spacing: .12em; }
.image-badge strong { font-size: 15px; margin-top: 3px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 265px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius); position: relative; overflow: hidden; transition: .22s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(6,63,63,.3); box-shadow: 0 18px 50px rgba(18,50,47,.08); }
.service-num { font-size: 12px; font-weight: 900; color: var(--gold); letter-spacing: .12em; }
.service-card h3 { font-size: 24px; letter-spacing: -.03em; margin: 58px 0 10px; }
.service-card p { color: var(--muted); margin: 0; }

.comparison-section { background: var(--sand); }
.text-link { display: inline-flex; margin-top: 14px; color: var(--teal); font-weight: 850; border-bottom: 1px solid rgba(6,63,63,.25); padding-bottom: 3px; }
.comparison-table { background: white; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 18px 50px rgba(18,50,47,.07); }
.compare-row { display: grid; grid-template-columns: 1.45fr .8fr .8fr; align-items: center; min-height: 62px; border-top: 1px solid var(--line); padding: 0 20px; gap: 14px; }
.compare-row:first-child { border-top: 0; }
.compare-head { background: var(--teal); color: white; }
.compare-row span { font-weight: 720; }
.compare-row b { color: var(--teal); }
.compare-head b, .compare-head strong { color: white; }
.compare-row em { font-style: normal; color: #899491; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { background: rgba(255,255,255,.8); min-height: 280px; padding: 26px; border-radius: 20px; border: 1px solid rgba(16,37,36,.12); }
.step > span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--teal); color: white; font-weight: 900; }
.step h3 { margin: 58px 0 10px; font-size: 23px; letter-spacing: -.03em; }
.step p { margin: 0; color: #4d5f5c; }

.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.area-card { min-height: 170px; padding: 24px; border-radius: 20px; background: linear-gradient(140deg, var(--teal), #0c5957); color: white; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.area-card::after { content: ''; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; right: -60px; top: -60px; }
.area-card span { font-size: 25px; font-weight: 800; letter-spacing: -.035em; }
.area-card small { color: var(--gold-soft); font-weight: 800; }

.proof-section { padding-top: 18px; }
.proof-panel { background: #122f2f; color: white; border-radius: 30px; padding: 56px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px; align-items: center; }
.proof-panel h2 { font-size: clamp(38px, 4.5vw, 60px); line-height: 1.02; letter-spacing: -.05em; margin: 15px 0; }
.proof-panel p { color: rgba(255,255,255,.7); max-width: 720px; }
.rating-block { border-left: 1px solid rgba(255,255,255,.16); padding-left: 48px; }
.rating-block strong { display: block; font-size: 44px; color: var(--gold); letter-spacing: -.04em; }
.rating-block span { display: block; font-weight: 800; }
.rating-block small { display: block; margin-top: 7px; color: rgba(255,255,255,.54); }

.faq-section { padding-top: 78px; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 19px 0; }
summary { list-style: none; cursor: pointer; font-size: 18px; font-weight: 800; padding-right: 40px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 4px; top: -3px; font-size: 26px; color: var(--teal); }
details[open] summary::after { content: '–'; }
details p { color: var(--muted); padding-right: 30px; }

.final-cta { padding: 84px 0; background: linear-gradient(130deg, #063f3f, #0b5553); color: white; }
.final-grid { display: grid; grid-template-columns: 1.15fr .55fr; gap: 70px; align-items: center; }
.final-cta h2 { margin-bottom: 0; }
.final-actions { display: grid; gap: 18px; justify-items: stretch; }
.phone-link { text-align: center; color: rgba(255,255,255,.78); font-weight: 750; }

.footer { background: #092d2d; color: rgba(255,255,255,.75); padding: 68px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr .8fr; gap: 44px; }
.footer-logo { width: 170px; filter: brightness(0) invert(1); opacity: .92; margin-bottom: 16px; }
.footer p { max-width: 290px; }
.footer-grid > div { display: grid; align-content: start; gap: 8px; }
.footer strong { color: white; margin-bottom: 7px; }
.footer a:hover { color: var(--gold); }
.footer-bottom { margin-top: 52px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; color: rgba(255,255,255,.46); }

.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 900; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: #25D366; color: white; font-weight: 950; font-size: 13px; box-shadow: 0 12px 30px rgba(0,0,0,.22); border: 3px solid white; }
.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 24px); background: #122f2f; color: white; padding: 14px 18px; border-radius: 12px; opacity: 0; pointer-events: none; z-index: 1500; transition: .2s ease; box-shadow: var(--shadow); }
.toast.show { opacity: 1; transform: translate(-50%,0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .nav-actions .btn-small { display: none; }
  .menu-btn { display: inline-grid; place-items: center; }
  .hero { padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { max-width: 800px; }
  .hero-card { max-width: 680px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid, .comparison-grid, .faq-grid, .final-grid { grid-template-columns: 1fr; gap: 48px; }
  .image-stack { max-width: 720px; }
  .service-grid, .area-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-panel { grid-template-columns: 1fr; }
  .rating-block { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); padding: 28px 0 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav-wrap { min-height: 68px; }
  .brand-logo { height: 46px; }
  .hero { min-height: auto; padding: 112px 0 58px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(2,37,37,.93) 0%, rgba(2,37,37,.83) 62%, rgba(2,37,37,.88) 100%); }
  .hero-copy h1 { font-size: clamp(45px, 13vw, 64px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .btn-large { width: 100%; }
  .hero-card { padding: 22px; border-radius: 20px; }
  .field-row { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item { padding: 22px 14px; }
  .proof-item strong { font-size: 26px; }
  .section { padding: 76px 0; }
  .section-copy h2, .section-head h2, .final-cta h2 { font-size: 39px; }
  .service-grid, .area-grid, .steps-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .image-stack { min-height: 450px; }
  .img-main { width: 92%; height: 370px; }
  .img-float { width: 55%; height: 190px; }
  .image-badge { right: 0; bottom: 12px; }
  .compare-row { grid-template-columns: 1.2fr .8fr .8fr; padding: 0 13px; font-size: 12px; }
  .proof-panel { padding: 34px 24px; border-radius: 22px; }
  .proof-panel h2 { font-size: 38px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
