/* ─── RESET & ROOT ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
:root {
  --teal: #2E9E80; --teal-l: #3BB89A; --teal-pale: #E1F5EE; --teal-mid: #5DCAA5;
  --blue: #378ADD; --blue-l: #7ECFCF; --blue-pale: #E6F1FB;
  --dark: #0C1C17; --dark2: #162820; --dark3: #1E3530;
  --gray: #6B7280; --gray-l: #F4F7F6; --gray-m: #E5EAE8;
  --white: #FFFFFF;
  --r: 10px; --rl: 18px;
  --shadow: 0 4px 24px rgba(0,0,0,0.07);
  --shadow-l: 0 12px 48px rgba(0,0,0,0.12);
}
body { font-family: 'Lora', Georgia, serif; background: var(--white); color: var(--dark); overflow-x: hidden; }
h1,h2,h3,h4,h5,.nav-links a,.btn-primary,.btn-submit,.section-tag,.pill-badge,.svc-num,.step-n,.testi-name,.testi-co,.ci-label,.ci-val,.form-note,label,.svc-price,.svc-link,.extra-badge,.hcard-label,.hcard-price,.stat-n,.stat-l,.extra-arrow,.av-name,.av-role,.av-icab,.av-n,.av-sl,.footer-col h4,.footer-col a,.footer-legal,.footer-copy,.testi-stars,.booking-tag,.renta-tag,.intl-tag { font-family: 'Outfit', sans-serif; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* ─── LANG ─────────────────────────────────────────────────── */
[data-en] { display: none !important; }
body.en [data-es] { display: none !important; }
body.en [data-en] { display: block !important; }
body.en li[data-en] { display: list-item !important; }
body.en span[data-en] { display: inline !important; }
body.en a[data-en] { display: inline-flex !important; }
body.en button[data-en] { display: inline-flex !important; }
body.en h1[data-en],body.en h2[data-en],body.en h3[data-en],body.en h4[data-en] { display: block !important; }
body.en div[data-en] { display: block !important; }
body.en p[data-en] { display: block !important; }

/* ─── LANG BAR ─────────────────────────────────────────────── */
.lang-bar { background: var(--dark); padding: 7px 0; }
.lang-bar .container { display: flex; justify-content: flex-end; gap: 8px; }
.lang-btn { background: none; border: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.5); font-family: 'Outfit', sans-serif; font-size: 11px; letter-spacing: 1.5px; padding: 3px 12px; border-radius: 20px; cursor: pointer; transition: all 0.2s; }
.lang-btn.active, .lang-btn:hover { background: var(--teal); border-color: var(--teal); color: #fff; }

/* ─── NAV ───────────────────────────────────────────────────── */
.site-nav { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,0.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(46,158,128,0.1); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.nav-logo { display: flex; align-items: center; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--dark); transition: color 0.2s; letter-spacing: 0.2px; }
.nav-links a:hover { color: var(--teal); }
.nav-links .nav-cta { background: var(--teal); color: #fff !important; padding: 9px 20px; border-radius: 30px; font-weight: 600; }
.nav-links .nav-cta:hover { background: var(--teal-l); }
.nav-links .nav-renta { background: linear-gradient(90deg,#F59E0B,#D85A30); color: #fff !important; padding: 9px 20px; border-radius: 30px; font-weight: 600; }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: all 0.3s; }

/* ─── CONTAINER ─────────────────────────────────────────────── */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 96px 0; }

/* ─── SECTION HEAD ──────────────────────────────────────────── */
.section-head { text-align: center; margin-bottom: 56px; }
.section-head.light h2 { color: #fff; }
.section-tag { font-size: 11px; font-weight: 700; letter-spacing: 3px; color: var(--teal); text-transform: uppercase; margin-bottom: 14px; display: block; }
.section-head h2 { font-size: clamp(28px,4vw,44px); font-weight: 800; line-height: 1.1; letter-spacing: -0.5px; }
.section-head h2 em { font-style: normal; color: var(--teal); }
.section-head p { font-size: 17px; color: var(--gray); margin-top: 14px; max-width: 520px; margin-inline: auto; line-height: 1.7; }

/* ─── BTN PRIMARY ───────────────────────────────────────────── */
.btn-primary { display: inline-flex; align-items: center; gap: 6px; background: var(--teal); color: #fff; padding: 13px 28px; border-radius: 40px; font-size: 14px; font-weight: 600; border: none; cursor: pointer; transition: all 0.22s; letter-spacing: 0.2px; }
.btn-primary:hover { background: var(--teal-l); transform: translateY(-2px); }

/* ─── HERO ──────────────────────────────────────────────────── */
.hero { min-height: 91vh; background: var(--dark); position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-bg-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(46,158,128,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(46,158,128,0.06) 1px, transparent 1px); background-size: 48px 48px; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-1 { width: 520px; height: 520px; background: radial-gradient(circle, rgba(46,158,128,0.14) 0%, transparent 70%); top: -100px; right: -60px; }
.hero-orb-2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(55,138,221,0.1) 0%, transparent 70%); bottom: -80px; left: 10%; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; padding: 80px 24px; }
.pill-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(46,158,128,0.12); border: 1px solid rgba(46,158,128,0.25); color: var(--teal-mid); font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 1.5px; padding: 6px 16px; border-radius: 20px; margin-bottom: 28px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal-mid); animation: pd 2s infinite; }
@keyframes pd { 0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.4;transform:scale(0.8)} }
.hero h1 { font-size: clamp(36px,5vw,60px); font-weight: 900; color: #fff; line-height: 1.08; letter-spacing: -1.5px; margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--teal-l); }
.hero-lead { font-size: 17px; color: rgba(255,255,255,0.58); line-height: 1.75; margin-bottom: 36px; font-weight: 400; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.btn-hero-accent { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(90deg,#F59E0B,#D85A30); color: #fff; padding: 14px 26px; border-radius: 40px; font-family: 'Outfit',sans-serif; font-size: 14px; font-weight: 700; transition: all 0.22s; letter-spacing: 0.2px; }
.btn-hero-accent:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,158,11,0.35); }
.btn-hero-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: rgba(255,255,255,0.75); padding: 14px 26px; border-radius: 40px; font-family: 'Outfit',sans-serif; font-size: 14px; font-weight: 500; border: 1px solid rgba(255,255,255,0.2); transition: all 0.22s; }
.btn-hero-ghost:hover { border-color: var(--teal-l); color: var(--teal-l); }
.hero-stats { display: flex; align-items: center; gap: 28px; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 32px; }
.hero-stat { display: flex; flex-direction: column; }
.stat-n { font-size: 26px; font-weight: 800; color: var(--teal-l); line-height: 1; }
.stat-l { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 3px; letter-spacing: 0.3px; }
.stat-div { width: 1px; height: 36px; background: rgba(255,255,255,0.1); }
.hero-cards { display: flex; flex-direction: column; gap: 16px; }
.hcard { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--rl); padding: 22px 26px; backdrop-filter: blur(8px); transition: transform 0.3s; }
.hcard:hover { transform: translateX(-6px); }
.hcard-1 { margin-left: 0; }
.hcard-2 { margin-left: 32px; background: rgba(46,158,128,0.08); border-color: rgba(46,158,128,0.2); }
.hcard-3 { margin-left: 16px; background: rgba(55,138,221,0.07); border-color: rgba(55,138,221,0.18); }
.hcard-icon { margin-bottom: 10px; }
.hcard-label { font-size: 15px; font-weight: 600; color: #fff; }
.hcard-sub { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 3px; }
.hcard-price { font-size: 20px; font-weight: 800; color: var(--teal-l); margin-top: 8px; }

/* ─── TICKER ─────────────────────────────────────────────────── */
.ticker-wrap { background: linear-gradient(90deg, var(--teal), var(--blue)); overflow: hidden; padding: 12px 0; }
.ticker-track { display: flex; white-space: nowrap; animation: ticker 30s linear infinite; }
.ticker-track span { font-family: 'Outfit',sans-serif; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.9); letter-spacing: 1.5px; padding: 0 28px; }
.ticker-sep { opacity: 0.5 !important; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─── SERVICES ───────────────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-bottom: 22px; }
.svc-card { background: var(--white); border: 1px solid var(--gray-m); border-radius: var(--rl); padding: 34px 28px; transition: all 0.3s; position: relative; overflow: hidden; }
.svc-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background: linear-gradient(90deg,var(--teal),var(--blue)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-l); border-color: rgba(46,158,128,0.18); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-dark { background: linear-gradient(135deg,var(--dark),var(--dark2)); border-color: transparent; }
.svc-dark::after { opacity: 1; transform: scaleX(1); }
.svc-dark h3, .svc-dark p { color: inherit; }
.svc-dark h3 { color: #fff; }
.svc-dark p { color: rgba(255,255,255,0.55); }
.svc-dark .svc-price { color: var(--teal-l); }
.svc-dark .svc-link { color: rgba(255,255,255,0.6); }
.svc-dark .svc-link:hover { color: var(--teal-l); }
.svc-dark .svc-ico { background: rgba(46,158,128,0.15); color: var(--teal-l); }
.svc-num { font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--teal); margin-bottom: 18px; }
.svc-dark .svc-num { color: var(--teal-l); opacity: 0.6; }
.svc-ico { width: 50px; height: 50px; border-radius: 13px; background: var(--teal-pale); display: flex; align-items: center; justify-content: center; color: var(--teal); margin-bottom: 18px; }
.svc-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; color: var(--dark); }
.svc-card p { font-size: 14px; color: var(--gray); line-height: 1.7; margin-bottom: 20px; }
.svc-price { font-size: 22px; font-weight: 800; color: var(--teal); margin-bottom: 14px; }
.svc-price span { font-size: 13px; font-weight: 400; color: var(--gray); }
.svc-link { font-size: 14px; font-weight: 600; color: var(--teal); transition: gap 0.2s; }
.svc-link:hover { color: var(--teal-l); }
.svc-wide { grid-column: span 3; }
.svc-wide-content { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.svc-wide-content > div:first-child { flex: 1; }
.svc-extras { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.svc-extra-card { border-radius: var(--rl); padding: 32px; display: flex; flex-direction: column; gap: 8px; transition: all 0.3s; position: relative; overflow: hidden; }
.svc-extra-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-l); }
.renta-card { background: linear-gradient(135deg,#FFF7E6,#FEEFDC); border: 1px solid rgba(245,158,11,0.2); }
.intl-card { background: linear-gradient(135deg,var(--teal-pale),var(--blue-pale)); border: 1px solid rgba(46,158,128,0.18); }
.extra-badge { display: inline-block; background: linear-gradient(90deg,#F59E0B,#D85A30); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; padding: 3px 10px; border-radius: 12px; width: fit-content; }
.extra-icon { color: var(--teal); margin-bottom: 4px; }
.renta-card .extra-icon { color: #D85A30; }
.svc-extra-card h4 { font-size: 20px; font-weight: 700; color: var(--dark); }
.svc-extra-card p { font-size: 14px; color: var(--gray); line-height: 1.6; }
.extra-arrow { font-size: 20px; font-weight: 700; color: var(--teal); margin-top: 8px; transition: transform 0.2s; }
.renta-card .extra-arrow { color: #D85A30; }
.svc-extra-card:hover .extra-arrow { transform: translateX(5px); }

/* ─── HOW ────────────────────────────────────────────────────── */
.how-section { background: var(--gray-l); }
.steps-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.step-item { padding: 0 28px 0 0; }
.step-n { font-size: 48px; font-weight: 900; color: var(--teal); opacity: 0.18; line-height: 1; margin-bottom: 10px; letter-spacing: -2px; }
.step-line { height: 2px; background: linear-gradient(90deg,var(--teal),transparent); margin-bottom: 20px; }
.step-line.last { background: var(--teal); opacity: 0.2; }
.step-item h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.step-item p { font-size: 14px; color: var(--gray); line-height: 1.65; }

/* ─── ABOUT ──────────────────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.about-visual-stack { display: flex; flex-direction: column; gap: 16px; }
.av-card { background: #fff; border-radius: var(--rl); padding: 28px; border: 1px solid var(--gray-m); box-shadow: var(--shadow); }
.av-main { text-align: center; }
.av-logo { margin-bottom: 16px; display: flex; justify-content: center; }
.av-name { font-size: 18px; font-weight: 700; color: var(--dark); }
.av-role { font-size: 13px; color: var(--gray); margin-top: 3px; }
.av-icab { font-size: 12px; color: var(--teal); font-weight: 600; margin-top: 8px; letter-spacing: 0.5px; }
.av-stat-card { display: flex; align-items: center; }
.av-stat-row { display: flex; gap: 32px; width: 100%; justify-content: center; }
.av-stat { display: flex; flex-direction: column; align-items: center; }
.av-n { font-size: 26px; font-weight: 800; color: var(--teal); line-height: 1; }
.av-sl { font-size: 11px; color: var(--gray); margin-top: 3px; letter-spacing: 0.3px; }
.av-badge-card { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--dark); }
.about-right h2 { font-size: clamp(26px,3.5vw,38px); font-weight: 800; letter-spacing: -0.5px; line-height: 1.12; margin-bottom: 18px; }
.about-right h2 em { font-style: normal; color: var(--teal); }
.about-right p { font-size: 15px; color: var(--gray); line-height: 1.8; margin-bottom: 20px; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--dark); }
.check-list li::before { content: '✓'; color: var(--teal); font-weight: 700; font-family: 'Outfit',sans-serif; flex-shrink: 0; }

/* ─── TESTIMONIALS ───────────────────────────────────────────── */
.testi-section { background: var(--dark); }
.testi-section .section-tag { color: var(--teal-mid); }
.testi-slider { position: relative; overflow: hidden; }
.testi-track { display: flex; transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94); }
.testi-slide { min-width: calc(100% / 3); padding: 0 12px; }
.testi-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--rl); padding: 32px; height: 100%; }
.testi-stars { color: #FFC107; font-size: 13px; letter-spacing: 2px; margin-bottom: 16px; }
.testi-q { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 24px; font-style: italic; }
.testi-who { display: flex; align-items: center; gap: 12px; }
.testi-av { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; color: #fff; flex-shrink: 0; }
.testi-name { font-size: 14px; font-weight: 600; color: #fff; }
.testi-co { font-size: 12px; color: rgba(255,255,255,0.38); margin-top: 2px; }
.testi-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 32px; }
.testi-btn { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); color: #fff; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 16px; transition: all 0.2s; }
.testi-btn:hover { background: var(--teal); border-color: var(--teal); }
.testi-dots { display: flex; gap: 8px; }
.testi-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.2); cursor: pointer; transition: all 0.2s; border: none; }
.testi-dot.active { background: var(--teal); width: 22px; border-radius: 4px; }

/* ─── CONTACT ────────────────────────────────────────────────── */
.contact-section { background: var(--gray-l); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.contact-left h2 { font-size: 36px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 12px; }
.contact-left p { font-size: 15px; color: var(--gray); line-height: 1.7; margin-bottom: 32px; }
.contact-items { display: flex; flex-direction: column; gap: 16px; }
.contact-item { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: #fff; border-radius: var(--r); border: 1px solid var(--gray-m); transition: all 0.2s; }
.contact-item:hover { border-color: var(--teal); transform: translateX(4px); }
.ci-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--teal-pale); color: var(--teal); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-label { font-size: 11px; font-weight: 600; letter-spacing: 1px; color: var(--gray); text-transform: uppercase; }
.ci-val { font-size: 14px; font-weight: 600; color: var(--dark); margin-top: 1px; }
.contact-form { background: #fff; border-radius: var(--rl); padding: 36px; border: 1px solid var(--gray-m); box-shadow: var(--shadow); }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fg { margin-bottom: 18px; }
.fg label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 1px; color: var(--gray); text-transform: uppercase; margin-bottom: 7px; }
.fg input, .fg textarea, .fg select { width: 100%; padding: 12px 14px; border: 1px solid var(--gray-m); border-radius: var(--r); font-family: 'Lora', serif; font-size: 14px; color: var(--dark); background: var(--gray-l); outline: none; transition: all 0.2s; }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--teal); background: #fff; box-shadow: 0 0 0 3px rgba(46,158,128,0.1); }
.fg textarea { resize: vertical; }
.btn-submit { width: 100%; background: var(--teal); color: #fff; padding: 15px; border-radius: 40px; border: none; cursor: pointer; font-family: 'Outfit',sans-serif; font-size: 15px; font-weight: 700; transition: all 0.22s; letter-spacing: 0.3px; }
.btn-submit:hover { background: var(--teal-l); }
.form-note { font-size: 12px; color: var(--gray); text-align: center; margin-top: 12px; }

/* ─── FOOTER ─────────────────────────────────────────────────── */
.site-footer { background: var(--dark); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 56px; margin-bottom: 48px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.38); line-height: 1.8; margin-top: 16px; max-width: 280px; }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; color: rgba(255,255,255,0.3); text-transform: uppercase; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14px; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col a:hover { color: var(--teal-l); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); }
.footer-legal { font-size: 12px; color: rgba(255,255,255,0.25); }
.footer-legal a { color: rgba(255,255,255,0.4); }
.footer-legal a:hover { color: var(--teal-l); }

/* ─── WHATSAPP ───────────────────────────────────────────────── */
.wa-float { position: fixed; bottom: 26px; right: 26px; z-index: 999; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 18px rgba(37,211,102,0.42); transition: all 0.3s; }
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 26px; height: 26px; fill: #fff; }

/* ─── RENTA PAGE ─────────────────────────────────────────────── */
.renta-hero { background: linear-gradient(135deg,#1A0F00,#2D1800,#1A0800); min-height: 56vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.renta-hero::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at 70% 40%, rgba(245,158,11,0.15),transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(216,90,48,0.12),transparent 50%); }
.renta-tag { font-size: 11px; font-weight: 700; letter-spacing: 3px; color: #F59E0B; text-transform: uppercase; margin-bottom: 14px; display: block; }
.renta-hero h1 { font-size: clamp(32px,5vw,56px); font-weight: 900; color: #fff; line-height: 1.08; letter-spacing: -1px; margin-bottom: 18px; }
.renta-hero h1 em { font-style: normal; color: #F59E0B; }
.renta-hero p { font-size: 17px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 32px; max-width: 560px; }
.deadline-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(245,158,11,0.15); border: 1px solid rgba(245,158,11,0.3); color: #F59E0B; font-family: 'Outfit',sans-serif; font-size: 13px; font-weight: 600; padding: 8px 18px; border-radius: 20px; margin-bottom: 24px; }
.countdown-bar { display: flex; gap: 20px; margin-top: 36px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.07); }
.cd-item { text-align: center; }
.cd-n { font-family: 'Outfit',sans-serif; font-size: 36px; font-weight: 900; color: #F59E0B; line-height: 1; }
.cd-l { font-family: 'Outfit',sans-serif; font-size: 11px; color: rgba(255,255,255,0.35); letter-spacing: 1px; margin-top: 4px; }
.cd-sep { font-size: 28px; font-weight: 900; color: rgba(255,255,255,0.15); padding-top: 4px; }
.novedades-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.nov-card { background: #fff; border: 1px solid var(--gray-m); border-radius: var(--rl); padding: 28px; transition: all 0.3s; }
.nov-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-l); border-color: rgba(245,158,11,0.3); }
.nov-tag { font-family: 'Outfit',sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 10px; border-radius: 10px; margin-bottom: 14px; display: inline-block; }
.nov-tag.new { background: #FEF3C7; color: #D97706; }
.nov-tag.info { background: var(--teal-pale); color: var(--teal); }
.nov-tag.warn { background: #FEE2E2; color: #B91C1C; }
.nov-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--dark); }
.nov-card p { font-size: 14px; color: var(--gray); line-height: 1.65; }
.video-placeholder { background: var(--dark); border-radius: var(--rl); aspect-ratio: 16/9; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.07); }
.video-placeholder::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at center, rgba(46,158,128,0.1),transparent 70%); }
.play-btn { width: 72px; height: 72px; border-radius: 50%; background: var(--teal); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; z-index: 1; }
.play-btn:hover { transform: scale(1.1); background: var(--teal-l); }
.play-btn svg { margin-left: 4px; }
.video-label { font-family: 'Outfit',sans-serif; font-size: 14px; color: rgba(255,255,255,0.5); z-index: 1; }
.renta-cta-box { background: linear-gradient(135deg,#1A0F00,#2D1A00); border-radius: var(--rl); padding: 48px; text-align: center; border: 1px solid rgba(245,158,11,0.15); }
.renta-cta-box h3 { font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.renta-cta-box p { font-size: 15px; color: rgba(255,255,255,0.55); margin-bottom: 28px; }
.btn-renta { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(90deg,#F59E0B,#D85A30); color: #fff; padding: 14px 30px; border-radius: 40px; font-family: 'Outfit',sans-serif; font-size: 15px; font-weight: 700; transition: all 0.22s; border: none; cursor: pointer; }
.btn-renta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,158,11,0.35); }

/* ─── INTERNACIONAL PAGE ─────────────────────────────────────── */
.intl-hero { background: linear-gradient(135deg,var(--dark),var(--dark3),#0a2428); min-height: 56vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.intl-hero::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at 70% 40%, rgba(55,138,221,0.15),transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(46,158,128,0.12),transparent 50%); }
.intl-tag { font-size: 11px; font-weight: 700; letter-spacing: 3px; color: var(--blue-l); text-transform: uppercase; margin-bottom: 14px; display: block; }
.intl-hero h1 { font-size: clamp(32px,5vw,56px); font-weight: 900; color: #fff; line-height: 1.08; letter-spacing: -1px; margin-bottom: 18px; }
.intl-hero h1 em { font-style: normal; color: var(--blue-l); }
.intl-hero p { font-size: 17px; color: rgba(255,255,255,0.6); line-height: 1.7; max-width: 580px; margin-bottom: 32px; }
.regime-tabs { display: flex; gap: 8px; margin-bottom: 40px; flex-wrap: wrap; }
.rtab { background: none; border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.55); font-family: 'Outfit',sans-serif; font-size: 13px; font-weight: 600; padding: 9px 20px; border-radius: 30px; cursor: pointer; transition: all 0.22s; }
.rtab.active, .rtab:hover { background: var(--teal); border-color: var(--teal); color: #fff; }
.regime-panel { display: none; }
.regime-panel.active { display: block; }
.regime-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--rl); padding: 40px; }
.regime-card h3 { font-family: 'Outfit',sans-serif; font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.regime-card .regime-sub { font-size: 14px; color: rgba(255,255,255,0.45); margin-bottom: 28px; }
.regime-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.regime-item { background: rgba(255,255,255,0.04); border-radius: var(--r); padding: 18px; }
.regime-item-label { font-family: 'Outfit',sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: var(--teal-mid); text-transform: uppercase; margin-bottom: 6px; }
.regime-item-val { font-family: 'Outfit',sans-serif; font-size: 15px; font-weight: 600; color: #fff; }
.regime-item-note { font-size: 12px; color: rgba(255,255,255,0.38); margin-top: 3px; line-height: 1.5; }
.intl-sections { display: flex; flex-direction: column; gap: 48px; }
.intl-section-card { background: #fff; border-radius: var(--rl); padding: 40px; border: 1px solid var(--gray-m); }
.intl-section-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.intl-section-card .section-intro { font-size: 15px; color: var(--gray); line-height: 1.7; margin-bottom: 28px; }
.intl-detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.intl-detail { background: var(--gray-l); border-radius: var(--r); padding: 18px; }
.intl-detail-label { font-family: 'Outfit',sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: var(--teal); text-transform: uppercase; margin-bottom: 5px; }
.intl-detail-val { font-family: 'Outfit',sans-serif; font-size: 15px; font-weight: 700; color: var(--dark); }
.intl-detail-note { font-size: 12px; color: var(--gray); margin-top: 3px; line-height: 1.5; }
.modelo-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.modelo-card { background: #fff; border-radius: var(--rl); padding: 32px; border: 1px solid var(--gray-m); transition: all 0.3s; }
.modelo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-l); border-color: rgba(55,138,221,0.25); }
.modelo-num { font-size: 48px; font-weight: 900; color: var(--blue); opacity: 0.15; line-height: 1; margin-bottom: 6px; letter-spacing: -2px; }
.modelo-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.modelo-card p { font-size: 14px; color: var(--gray); line-height: 1.65; margin-bottom: 16px; }
.modelo-detail { font-size: 13px; color: var(--teal); font-weight: 600; }

/* ─── SCROLL ANIMATIONS ──────────────────────────────────────── */
[data-scroll] { opacity: 0; transition: opacity 0.7s ease, transform 0.7s ease; }
[data-scroll="fade-up"] { transform: translateY(40px); }
[data-scroll="fade-left"] { transform: translateX(-40px); }
[data-scroll="fade-right"] { transform: translateX(40px); }
[data-scroll].visible { opacity: 1; transform: none; }

/* ─── PAGE HEADER (for subpages) ─────────────────────────────── */
.page-back { display: inline-flex; align-items: center; gap: 8px; font-family: 'Outfit',sans-serif; font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.5); margin-bottom: 20px; transition: color 0.2s; }
.page-back:hover { color: var(--teal-l); }

/* ─── MOBILE ─────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; padding: 60px 24px; }
  .hero-cards { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .svc-wide { grid-column: span 1; }
  .svc-wide-content { flex-direction: column; align-items: flex-start; }
  .svc-extras { grid-template-columns: 1fr; }
  .steps-row { grid-template-columns: 1fr 1fr; gap: 32px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 20px 24px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); border-top: 1px solid var(--gray-m); z-index: 100; }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .testi-slide { min-width: 100%; }
  .novedades-grid, .regime-grid, .intl-detail-grid, .modelo-cards { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .countdown-bar { gap: 12px; }
  .cd-n { font-size: 28px; }
}
