:root {
  --ink: #07131f;
  --ink-2: #122536;
  --paper: #f5f2ea;
  --paper-2: #ebece7;
  --white: #ffffff;
  --orange: #ff6b21;
  --orange-dark: #d94b08;
  --muted: #68747c;
  --line: rgba(7, 19, 31, 0.14);
  --green: #25d366;
  --radius-lg: 24px;
  --radius-md: 17px;
  --shadow: 0 28px 80px rgba(7, 19, 31, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -70px; padding: 12px 16px; color: #fff; background: var(--orange); border-radius: 9px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.home-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  height: 88px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .17);
  color: #fff;
  transition: background .25s, height .25s, box-shadow .25s;
}
.home-header.scrolled { position: fixed; height: 72px; color: var(--ink); background: rgba(255,255,255,.96); border-color: var(--line); box-shadow: 0 8px 30px rgba(7,19,31,.08); backdrop-filter: blur(16px); }
.header-inner { width: min(1320px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; width: 41px; height: 41px; border-radius: 10px; color: #fff; background: var(--orange); font: 800 20px/1 "Manrope", sans-serif; }
.brand-copy strong { display: block; font: 800 14px/1.15 "Manrope", sans-serif; letter-spacing: .08em; }
.brand-copy small { display: block; margin-top: 4px; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .16em; }
.home-header.scrolled .brand-copy small { color: var(--muted); }
.desktop-nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 31px); font-size: 13px; font-weight: 700; }
.desktop-nav > a:not(.header-cta) { color: rgba(255,255,255,.72); transition: color .2s; }
.desktop-nav > a:not(.header-cta):hover { color: #fff; }
.home-header.scrolled .desktop-nav > a:not(.header-cta) { color: #51606a; }
.home-header.scrolled .desktop-nav > a:not(.header-cta):hover { color: var(--ink); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 15px; border-radius: 10px; color: #fff; background: var(--orange); box-shadow: 0 8px 22px rgba(255,107,33,.2); }
.language-switch { display: flex; align-items: center; padding: 3px; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; }
.language-switch a { padding: 5px 7px; border-radius: 6px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 800; }
.language-switch a.active { color: var(--ink); background: #fff; }
.home-header.scrolled .language-switch { border-color: var(--line); }
.home-header.scrolled .language-switch a { color: var(--muted); }
.home-header.scrolled .language-switch a.active { color: #fff; background: var(--ink); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 10px; color: #fff; background: rgba(0,0,0,.12); cursor: pointer; }
.home-header.scrolled .nav-toggle { color: var(--ink); border-color: var(--line); background: #fff; }
.mobile-nav { display: none; }

.home-hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .76; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,10,17,.98) 0%, rgba(3,13,22,.88) 44%, rgba(4,17,28,.18) 78%), linear-gradient(0deg, rgba(7,19,31,.94), transparent 38%); }
.hero-inner { position: relative; z-index: 2; padding: 164px 0 102px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: #ffb28d; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 38px; height: 2px; background: var(--orange); }
.home-hero h1 { max-width: 790px; margin: 0; font: 800 clamp(48px, 6.3vw, 88px)/.97 "Manrope", sans-serif; letter-spacing: -.058em; }
.home-hero h1 span { color: #ff9a67; }
.hero-lead { max-width: 660px; margin: 28px 0 35px; color: rgba(255,255,255,.73); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 53px; padding: 0 20px; border-radius: 12px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 12px 28px rgba(255,107,33,.24); }
.button-primary:hover { background: #f35b12; }
.button-outline { color: #fff; border: 1px solid rgba(255,255,255,.38); background: rgba(7,19,31,.25); backdrop-filter: blur(8px); }
.button-outline:hover { border-color: #fff; background: rgba(7,19,31,.48); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--ink-2); }
.hero-contact { display: flex; align-items: center; gap: 13px; margin-top: 36px; }
.hero-contact img { width: 52px; height: 52px; object-fit: cover; object-position: center 40%; border: 2px solid rgba(255,255,255,.6); border-radius: 50%; }
.hero-contact strong, .hero-contact small { display: block; }
.hero-contact strong { font-size: 13px; }
.hero-contact small { margin-top: 4px; color: rgba(255,255,255,.52); font-size: 11px; }
.hero-rail { position: absolute; z-index: 3; right: max(24px, calc((100vw - 1320px)/2)); bottom: 44px; display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); width: min(380px, 34vw); border: 1px solid rgba(255,255,255,.18); border-radius: 17px; overflow: hidden; background: rgba(6,17,27,.72); backdrop-filter: blur(13px); }
.hero-rail div { padding: 17px 19px; border-right: 1px solid rgba(255,255,255,.13); }
.hero-rail div:nth-child(2) { border-right: 0; }
.hero-rail strong { display: block; font: 800 13px "Manrope", sans-serif; }
.hero-rail span { display: block; margin-top: 5px; color: rgba(255,255,255,.48); font-size: 10px; }

.confidence-strip { color: #fff; background: #030b12; }
.confidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.confidence-item { min-height: 105px; padding: 26px 23px; border-right: 1px solid rgba(255,255,255,.1); }
.confidence-item:last-child { border-right: 0; }
.confidence-item span { display: block; color: #ff9a67; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.confidence-item strong { display: block; margin-top: 7px; font: 700 14px/1.35 "Manrope", sans-serif; }

.section { padding: 110px 0; }
.section-grey { background: var(--paper-2); }
.section-dark { color: #fff; background: var(--ink); }
.section-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 64px; align-items: end; margin-bottom: 45px; }
.kicker { margin: 0 0 13px; color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-dark .kicker { color: #ff9a67; }
.section-head h2 { max-width: 790px; margin: 0; font: 800 clamp(38px, 4.5vw, 61px)/1.02 "Manrope", sans-serif; letter-spacing: -.048em; }
.section-head > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.section-dark .section-head > p { color: rgba(255,255,255,.55); }

.application-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.application-card { position: relative; min-height: 360px; overflow: hidden; border-radius: var(--radius-md); color: #fff; background: var(--ink-2); box-shadow: 0 14px 35px rgba(7,19,31,.08); }
.application-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.application-card:hover > img { transform: scale(1.045); }
.application-card::after { content: ""; position: absolute; inset: 22% 0 0; background: linear-gradient(0deg, rgba(2,9,15,.97), rgba(5,16,26,.08)); }
.application-number { position: absolute; z-index: 2; top: 18px; left: 18px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: var(--ink); background: #fff; font-size: 10px; font-weight: 800; }
.application-copy { position: absolute; z-index: 2; inset: auto 20px 21px; }
.application-copy > span { color: #ff9a67; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.application-copy h3 { margin: 7px 0 5px; font: 800 25px/1.05 "Manrope", sans-serif; letter-spacing: -.03em; }
.application-copy p { min-height: 38px; margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.5; }
.application-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.18); font-size: 11px; font-weight: 800; }
.application-meta b { color: #ffb28d; }
.application-meta i { font-style: normal; font-size: 16px; }
.not-sure { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 17px; padding: 22px 25px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.not-sure p { margin: 0; color: var(--muted); font-size: 13px; }
.not-sure strong { color: var(--ink); }
.not-sure a { color: var(--orange-dark); font-size: 12px; font-weight: 800; white-space: nowrap; }

.range-grid { display: grid; grid-template-columns: 1.28fr .72fr .72fr; grid-template-rows: 255px 255px; gap: 14px; }
.model-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #102131; }
.model-card.featured { grid-row: 1 / span 2; }
.model-card:last-child { grid-column: 2 / span 2; }
.model-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.model-card:hover img { transform: scale(1.035); }
.model-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,11,18,.96), rgba(5,18,29,.08) 70%); }
.model-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 24px; }
.featured .model-content { padding: 30px; }
.model-content > span { color: #ff9a67; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.model-content h3 { margin: 7px 0 4px; font: 800 clamp(29px, 3.3vw, 48px)/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.model-content p { margin: 0; color: rgba(255,255,255,.59); font-size: 11px; }
.model-links { display: flex; justify-content: space-between; gap: 18px; margin-top: 17px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.17); font-size: 11px; font-weight: 800; }
.model-links a:hover { color: #ff9a67; }

.proof-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; }
.proof-column { display: grid; gap: 14px; }
.proof-column.small { grid-template-columns: 1fr 1fr; }
.photo-card { position: relative; min-height: 260px; overflow: hidden; border-radius: 18px; background: var(--ink-2); }
.photo-card.large { min-height: 548px; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .6s ease; }
.photo-card:hover img { transform: scale(1.035); }
.photo-card::after { content: ""; position: absolute; inset: 36% 0 0; background: linear-gradient(0deg, rgba(3,11,18,.9), transparent); }
.photo-card figcaption { position: absolute; z-index: 2; inset: auto 20px 18px; color: #fff; }
.photo-card figcaption span, .photo-card figcaption strong { display: block; }
.photo-card figcaption span { color: #ff9a67; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.photo-card figcaption strong { margin-top: 5px; font: 700 13px/1.35 "Manrope", sans-serif; }
.proof-note { display: grid; grid-template-columns: auto 1fr auto; gap: 17px; align-items: center; margin-top: 16px; padding: 21px 23px; border-radius: 15px; color: #fff; background: var(--ink); }
.proof-note .proof-index { color: #ff9a67; font-size: 11px; font-weight: 800; }
.proof-note p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.5; }
.proof-note strong { display: block; color: #fff; font-size: 13px; }
.proof-note a { color: #ffb28d; font-size: 11px; font-weight: 800; }

.process-shell { display: grid; grid-template-columns: .86fr 1.14fr; overflow: hidden; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.process-intro { position: relative; min-height: 580px; padding: 54px 48px; color: #fff; background: var(--ink); overflow: hidden; }
.process-intro::after { content: "YU"; position: absolute; right: -12px; bottom: -45px; color: rgba(255,255,255,.035); font: 800 180px "Manrope", sans-serif; letter-spacing: -.08em; }
.process-intro h2 { position: relative; z-index: 1; margin: 0; font: 800 clamp(38px, 4.2vw, 57px)/1.02 "Manrope", sans-serif; letter-spacing: -.05em; }
.process-intro > p { position: relative; z-index: 1; max-width: 420px; margin: 22px 0 30px; color: rgba(255,255,255,.58); line-height: 1.65; }
.process-intro .button { position: relative; z-index: 1; }
.process-steps { padding: 35px 43px; }
.process-step { display: grid; grid-template-columns: 45px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.process-step:last-child { border-bottom: 0; }
.process-step > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; color: var(--orange-dark); background: #fff0e9; font-size: 11px; font-weight: 800; }
.process-step h3 { margin: 0 0 7px; font: 800 18px "Manrope", sans-serif; }
.process-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.market-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; }
.market-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.market-link { min-height: 150px; padding: 27px 24px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); transition: background .2s; }
.market-link:nth-child(4n) { border-right: 0; }
.market-link:nth-last-child(-n+4) { border-bottom: 0; }
.market-link:hover { background: rgba(255,255,255,.055); }
.market-link span { display: block; color: #ff9a67; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.market-link strong { display: block; margin: 11px 0 7px; font: 800 19px "Manrope", sans-serif; }
.market-link small { color: rgba(255,255,255,.46); line-height: 1.45; }

.yu-shell { display: grid; grid-template-columns: 410px 1fr; overflow: hidden; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.yu-photo { position: relative; min-height: 540px; background: #dce2dc; }
.yu-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.yu-copy { padding: 62px 65px; }
.yu-copy h2 { max-width: 650px; margin: 0; font: 800 clamp(38px, 4.3vw, 59px)/1.02 "Manrope", sans-serif; letter-spacing: -.05em; }
.yu-copy > p { max-width: 650px; margin: 23px 0 26px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.yu-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 29px; }
.yu-fact { padding: 16px 17px; border: 1px solid var(--line); border-radius: 12px; }
.yu-fact span { display: block; color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.yu-fact strong { display: block; margin-top: 6px; font-size: 12px; }

.final-cta { padding: 92px 0; color: #fff; background: var(--orange); }
.final-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 70px; }
.final-cta .kicker { color: rgba(7,19,31,.68); }
.final-cta h2 { max-width: 790px; margin: 0; font: 800 clamp(40px, 5vw, 66px)/.99 "Manrope", sans-serif; letter-spacing: -.053em; }
.final-actions { display: grid; gap: 12px; }
.final-actions .button { width: 100%; }
.final-actions .button-outline { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.final-actions p { margin: 4px 0 0; color: rgba(7,19,31,.63); text-align: center; font-size: 10px; }

.home-footer { padding: 68px 0 28px; color: rgba(255,255,255,.56); background: #030b12; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 50px; padding-bottom: 46px; }
.footer-brand { color: #fff; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.46); }
.footer-summary { max-width: 330px; margin: 21px 0 0; font-size: 12px; line-height: 1.65; }
.footer-column h3 { margin: 0 0 16px; color: #fff; font: 800 12px "Manrope", sans-serif; letter-spacing: .08em; }
.footer-column a, .footer-column span { display: block; margin: 10px 0; font-size: 12px; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.whatsapp-float { position: fixed; z-index: 18; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 47px; padding: 0 15px; border-radius: 99px; color: #07130c; background: var(--green); box-shadow: 0 14px 35px rgba(10,64,30,.26); font-size: 12px; font-weight: 800; }
.whatsapp-float span:first-child { font-size: 18px; }

.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .desktop-nav { gap: 17px; }
  .desktop-nav > a:nth-child(3), .desktop-nav > a:nth-child(4) { display: none; }
  .application-grid { grid-template-columns: 1fr 1fr; }
  .application-card { min-height: 390px; }
  .yu-shell { grid-template-columns: 340px 1fr; }
  .yu-copy { padding: 52px 45px; }
}

@media (max-width: 860px) {
  .container, .header-inner { width: min(720px, calc(100% - 36px)); }
  .home-header { height: 74px; }
  .desktop-nav { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .mobile-nav { position: fixed; z-index: 19; inset: 74px 0 auto; display: grid; padding: 18px; color: var(--ink); background: #fff; box-shadow: 0 20px 45px rgba(7,19,31,.15); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s; }
  .mobile-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 14px 7px; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-nav a:last-child { border-bottom: 0; color: var(--orange-dark); }
  .home-hero { min-height: 750px; }
  .hero-inner { padding-top: 132px; }
  .home-hero h1 { max-width: 650px; font-size: clamp(47px, 10vw, 70px); }
  .hero-rail { display: none; }
  .confidence-grid { grid-template-columns: 1fr 1fr; }
  .confidence-item:nth-child(2) { border-right: 0; }
  .confidence-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 86px 0; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .range-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 270px 270px; }
  .model-card.featured { grid-column: 1 / span 2; grid-row: auto; }
  .model-card:last-child { grid-column: 1 / span 2; }
  .proof-layout { grid-template-columns: 1fr; }
  .photo-card.large { min-height: 480px; }
  .process-shell { grid-template-columns: 1fr; }
  .process-intro { min-height: 450px; }
  .market-row { grid-template-columns: 1fr 1fr; }
  .market-link:nth-child(2n) { border-right: 0; }
  .market-link:nth-child(-n+6) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .yu-shell { grid-template-columns: 1fr; }
  .yu-photo { min-height: 520px; }
  .final-grid { grid-template-columns: 1fr; gap: 35px; }
  .final-actions { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / span 2; }
}

@media (max-width: 600px) {
  .container, .header-inner { width: calc(100% - 32px); }
  .brand-copy small { display: none; }
  .home-hero { min-height: 700px; }
  .home-hero > img { object-position: 58% center; opacity: .66; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,11,19,.97), rgba(4,16,27,.56)), linear-gradient(0deg, rgba(7,19,31,.95), transparent 45%); }
  .hero-inner { padding: 122px 0 70px; }
  .home-hero h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; line-height: 1.58; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-contact { margin-top: 27px; }
  .confidence-item { min-height: 96px; padding: 22px 18px; }
  .confidence-item strong { font-size: 12px; }
  .section { padding: 74px 0; }
  .section-head h2 { font-size: 38px; }
  .application-grid { display: flex; overflow-x: auto; gap: 12px; scroll-snap-type: x mandatory; margin-right: -16px; padding-right: 16px; scrollbar-width: none; }
  .application-grid::-webkit-scrollbar { display: none; }
  .application-card { flex: 0 0 84vw; min-height: 400px; scroll-snap-align: start; }
  .not-sure { align-items: flex-start; flex-direction: column; }
  .range-grid { display: flex; overflow-x: auto; gap: 12px; scroll-snap-type: x mandatory; margin-right: -16px; padding-right: 16px; scrollbar-width: none; }
  .range-grid::-webkit-scrollbar { display: none; }
  .model-card, .model-card.featured, .model-card:last-child { flex: 0 0 84vw; min-height: 400px; scroll-snap-align: start; }
  .proof-column.small { grid-template-columns: 1fr; }
  .photo-card.large, .photo-card { min-height: 390px; }
  .proof-note { grid-template-columns: auto 1fr; }
  .proof-note a { grid-column: 1 / -1; }
  .process-intro { min-height: 430px; padding: 42px 26px; }
  .process-steps { padding: 23px 24px; }
  .process-step { grid-template-columns: 39px 1fr; gap: 15px; padding: 22px 0; }
  .market-link { min-height: 143px; padding: 23px 17px; }
  .market-link strong { font-size: 16px; }
  .yu-photo { min-height: 430px; }
  .yu-copy { padding: 42px 25px; }
  .yu-copy h2 { font-size: 38px; }
  .yu-facts { grid-template-columns: 1fr; }
  .final-cta { padding: 74px 0; }
  .final-cta h2 { font-size: 41px; }
  .final-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 48px; padding: 0; justify-content: center; }
  .whatsapp-float span:last-child { display: none; }
}

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