:root {
  --bg: #07111f;
  --bg-2: #0b1728;
  --surface: #111e31;
  --soft: #edf2f8;
  --white: #ffffff;
  --ink: #091320;
  --muted: #657184;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(9,19,32,.12);
  --blue: #1458ff;
  --blue-2: #2b7bff;
  --cyan: #73d7ff;
  --radius: 28px;
  --container: 1220px;
  --header-offset: 104px;
  --slider-gap: 22px;
  --shadow: 0 30px 80px rgba(5,15,35,.16);
}

* { box-sizing: border-box; }

/* Content deterrence: discourages casual copying and image dragging.
   Browser-delivered HTML and media can never be made technically impossible to capture. */
.content-protected,
.content-protected *:not(input):not(textarea):not(select):not(option) {
  -webkit-user-select: none;
  user-select: none;
}
.content-protected input,
.content-protected textarea,
.content-protected select {
  -webkit-user-select: text;
  user-select: text;
}
img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
main > section,
.site-footer {
  scroll-margin-top: var(--header-offset);
}
.section-slide {
  position: relative;
  isolation: isolate;
}
.section-slide + .section-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 40px), var(--container));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(101,113,132,.22), transparent);
  pointer-events: none;
}
.section-dark.section-slide + .section-dark.section-slide::before,
.section-dark.section-slide::before {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
}
html { scroll-behavior: smooth; scroll-padding-top: var(--header-offset); }
body { margin: 0; font-family: "Manrope", system-ui, sans-serif; background: var(--white); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-dark { background: var(--bg); color: var(--white); }
.section-light { background: var(--white); }
.section-soft { background: var(--soft); }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; padding: 10px 16px; background: var(--white); color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(7,17,31,.76); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(20px); }
.header-inner { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; border-radius: 10px; }
.brand:focus-visible { outline: 3px solid rgba(43,123,255,.65); outline-offset: 6px; }
.brand img { width: 164px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { color: rgba(255,255,255,.74); font-size: 14px; font-weight: 600; transition: .25s; }
.desktop-nav a:hover { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-control { position: relative; display: flex; align-items: center; color: rgba(255,255,255,.78); }
.language-control > svg { position: absolute; left: 11px; width: 16px; height: 16px; pointer-events: none; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; z-index: 1; }
.language-control::after { content: ""; position: absolute; right: 11px; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); pointer-events: none; }
.language-select { appearance: none; min-width: 78px; height: 43px; padding: 0 29px 0 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; outline: 0; background: rgba(255,255,255,.06); color: white; font-size: 11px; font-weight: 800; letter-spacing: .08em; cursor: pointer; transition: border-color .25s, background .25s, box-shadow .25s; }
.language-select:hover { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.1); }
.language-select:focus-visible { border-color: var(--blue-2); box-shadow: 0 0 0 4px rgba(43,123,255,.2); }
.language-select option { color: var(--ink); background: white; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: transparent; padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 4px 0; transition: .25s; }
.mobile-menu { position: fixed; inset: 80px 0 0; padding: 30px 20px; background: var(--bg); }
.mobile-menu a { display: block; padding: 18px 4px; color: white; font-size: 22px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu .button { margin-top: 28px; text-align: center; border-bottom: 0; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding-inline: 19px; font-size: 12px; }
.button-light { background: var(--white); color: var(--ink); }
.button-primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: white; box-shadow: 0 14px 32px rgba(20,88,255,.26); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(20,88,255,.38); }
.button-dark { background: var(--ink); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.78); font-weight: 700; font-size: 14px; }
.text-link span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.text-link-dark { color: var(--ink); }
.text-link-dark span { border-color: var(--line-dark); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: rgba(255,255,255,.68); }
.eyebrow span { width: 22px; height: 2px; background: var(--blue-2); }
.eyebrow-dark { color: #58677a; }

.hero { position: relative; overflow: hidden; padding: 170px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 85%); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 650px; height: 650px; right: -220px; top: -100px; background: radial-gradient(circle, rgba(20,88,255,.28), transparent 68%); }
.hero-glow-two { width: 500px; height: 500px; left: -260px; bottom: 0; background: radial-gradient(circle, rgba(115,215,255,.12), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 80px; min-height: 650px; padding-bottom: 80px; }
.hero-copy h1 { margin: 25px 0 24px; font-family: "Space Grotesk", sans-serif; font-size: clamp(52px, 6vw, 90px); line-height: .96; letter-spacing: -.055em; }
.hero-copy h1 em { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.64); font-style: normal; }
.hero-lead { max-width: 620px; margin: 0; color: rgba(255,255,255,.66); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 45px; }
.hero-trust p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.5; }
.hero-trust strong { color: white; font-size: 13px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; place-items: center; width: 38px; height: 38px; margin-left: -8px; border: 3px solid var(--bg); border-radius: 50%; background: #17263a; color: white; font-size: 10px; font-weight: 800; }
.avatar-stack span:first-child { margin-left: 0; background: var(--blue); }
.avatar-stack span:nth-child(2) { background: #00a769; }
.avatar-stack span:nth-child(3) { background: #69a7ff; }

.hero-visual { position: relative; min-height: 530px; }
.visual-card-main { position: absolute; inset: 20px 0 0 40px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 34px; background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.03)); box-shadow: 0 40px 100px rgba(0,0,0,.38); backdrop-filter: blur(18px); transform: rotate(2.5deg); }
.visual-topline { display: flex; justify-content: space-between; align-items: center; padding: 3px 2px 15px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.status-dot { display: flex; align-items: center; gap: 7px; color: #9edbbb; }
.status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #46d38d; box-shadow: 0 0 0 5px rgba(70,211,141,.12); }
.visual-image-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 10px; height: 390px; }
.visual-image { border-radius: 18px; background-position: center; background-size: cover; min-height: 0; }
.visual-image.large { grid-row: 1 / 3; }
.visual-footer { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding-top: 16px; }
.visual-footer div { padding: 8px 11px; border-right: 1px solid rgba(255,255,255,.12); }
.visual-footer div:last-child { border: 0; }
.visual-footer small { display: block; color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: .12em; }
.visual-footer strong { font-size: 12px; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 180px; padding: 14px 16px; background: rgba(255,255,255,.96); color: var(--ink); border-radius: 18px; box-shadow: var(--shadow); z-index: 3; }
.floating-card-one { left: 0; top: 80px; }
.floating-card-two { right: -15px; bottom: 35px; }
.floating-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: #eaf0ff; color: var(--blue); font-size: 11px; font-weight: 800; }
.floating-card small { display: block; color: #7b8797; font-size: 8px; letter-spacing: .13em; }
.floating-card strong { display: block; font-size: 13px; }
.metrics-bar { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); padding: 28px 0; border-top: 1px solid rgba(255,255,255,.1); }
.metrics-bar div { display: flex; align-items: center; gap: 15px; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.1); }
.metrics-bar div:first-child { padding-left: 0; }
.metrics-bar div:last-child { border: 0; }
.metrics-bar strong { font-family: "Space Grotesk"; font-size: 27px; }
.metrics-bar span { color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.4; }

.intro { padding: 120px 0 80px; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: start; }
.section-heading h2, .section-top h2, .private-label-copy h2, .presence-copy h2, .contact-copy h2 { margin: 20px 0 0; font-family: "Space Grotesk"; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.05; letter-spacing: -.045em; }
.intro-copy p { margin: 0 0 19px; color: var(--muted); font-size: 16px; }
.intro-copy .text-link { margin-top: 15px; }

.solutions { padding: 70px 0 130px; }
.section-top { display: grid; grid-template-columns: 1.2fr .55fr; gap: 100px; align-items: end; margin-bottom: 55px; }
.section-top h2 { max-width: 780px; }
.section-top > p { margin: 0; color: var(--muted); }
.solutions-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; }
.solution-card { grid-column: span 2; min-height: 380px; padding: 30px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: white; transition: transform .3s, box-shadow .3s, border-color .3s; }
.solution-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.solution-card.featured { grid-column: span 4; background: var(--blue); color: white; display: grid; grid-template-columns: 70px 1fr; column-gap: 25px; }
.solution-number { color: #8a95a4; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.solution-card.featured .solution-number { color: rgba(255,255,255,.55); }
.solution-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 50px 0 35px; border-radius: 17px; background: #eff4ff; }
.solution-card.featured .solution-icon { grid-column: 1; margin: 18px 0 0; background: rgba(255,255,255,.14); }
.solution-icon svg { width: 26px; fill: none; stroke: var(--blue); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.solution-card.featured .solution-icon svg { stroke: white; }
.solution-card h3 { margin: 0 0 14px; font-family: "Space Grotesk"; font-size: 25px; letter-spacing: -.03em; }
.solution-card.featured h3, .solution-card.featured p, .solution-card.featured ul, .solution-card.featured a { grid-column: 2; }
.solution-card p { margin: 0; color: var(--muted); font-size: 14px; }
.solution-card.featured p { color: rgba(255,255,255,.78); max-width: 560px; }
.solution-card ul { display: flex; gap: 8px; list-style: none; padding: 0; margin: 25px 0; flex-wrap: wrap; }
.solution-card li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 10px; font-weight: 700; }
.solution-card a { align-self: end; font-size: 13px; font-weight: 800; }

.process { padding: 130px 0; }
.section-top-dark > p { color: rgba(255,255,255,.55); }
.process-track { display: grid; grid-template-columns: repeat(4,1fr); gap: 35px; margin-top: 80px; }
.process-step > span { font-family: "Space Grotesk"; color: var(--blue-2); font-size: 13px; font-weight: 700; }
.step-line { position: relative; height: 1px; margin: 20px 0 35px; background: rgba(255,255,255,.16); }
.step-line::before { content: ""; position: absolute; left: 0; top: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--blue-2); box-shadow: 0 0 0 7px rgba(43,123,255,.12); }
.process-step h3 { font-family: "Space Grotesk"; font-size: 23px; margin: 0 0 14px; }
.process-step p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; }

.private-label { padding: 140px 0; }
.private-label-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.private-label-visual { position: relative; min-height: 590px; }
.pl-image { position: absolute; background-size: cover; background-position: center; border-radius: 30px; box-shadow: var(--shadow); }
.pl-image-main { inset: 0 70px 50px 0; }
.pl-image-secondary { width: 250px; height: 310px; right: 0; bottom: 0; border: 12px solid white; }
.pl-badge { position: absolute; top: 45px; right: 10px; width: 145px; height: 145px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; background: var(--blue); color: white; transform: rotate(8deg); box-shadow: 0 20px 50px rgba(20,88,255,.32); }
.pl-badge strong { font-family: "Space Grotesk"; font-size: 21px; line-height: 1; }
.pl-badge span { font-size: 11px; letter-spacing: .2em; }
.private-label-copy > p { color: var(--muted); }
.feature-list { margin: 32px 0; border-top: 1px solid var(--line-dark); }
.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); }
.feature-list span { color: var(--blue); font-size: 11px; font-weight: 800; }
.feature-list p { margin: 0; color: var(--muted); font-size: 13px; }
.feature-list strong { display: block; color: var(--ink); font-size: 15px; }

.brands { padding: 130px 0; }
.brands-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.brand-card { position: relative; overflow: hidden; min-height: 390px; border-radius: 25px; background: var(--bg); }
.brand-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .6s; }
.brand-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,10,20,.94), transparent 65%); }
.brand-card:hover img { transform: scale(1.06); }
.brand-overlay { position: absolute; inset: auto 25px 24px; z-index: 2; color: white; }
.brand-overlay span { font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #9ec2ff; }
.brand-overlay h3 { margin: 5px 0 4px; font-family: "Space Grotesk"; font-size: 26px; }
.brand-overlay p { margin: 0; color: rgba(255,255,255,.64); font-size: 12px; }

.presence { padding: 140px 0; }
.presence-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.presence-copy > p { color: var(--muted); max-width: 560px; }
.country-list { margin-top: 35px; display: grid; gap: 10px; }
.country { width: 100%; display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: center; text-align: left; padding: 15px; border: 1px solid var(--line-dark); border-radius: 18px; background: white; transition: .25s; }
.country > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--soft); color: var(--ink); font-size: 11px; font-weight: 800; }
.country strong { display: block; font-size: 14px; }
.country small { color: var(--muted); }
.country.active, .country:hover { border-color: var(--blue); box-shadow: 0 15px 35px rgba(20,88,255,.1); }
.country.active > span { background: var(--blue); color: white; }
.map-card { min-height: 620px; display: grid; grid-template-columns: 1fr .82fr; align-items: center; padding: 40px; border-radius: 35px; background: var(--bg); color: white; overflow: hidden; position: relative; }
.map-card::before { content: "LATAM"; position: absolute; right: -30px; top: -30px; font-family: "Space Grotesk"; font-size: 135px; font-weight: 800; color: rgba(255,255,255,.025); }
.latam-map { width: 100%; max-height: 500px; }
.map-shape { fill: #13243a; stroke: rgba(255,255,255,.18); stroke-width: 1.5; }
.map-point { fill: #708096; transition: .3s; }
.map-ring { fill: none; stroke: transparent; stroke-width: 1.5; transition: .3s; }
.map-point.active { fill: var(--blue-2); }
.map-ring.active { stroke: var(--blue-2); animation: pulse-ring 2s infinite; }
.map-info { position: relative; z-index: 2; }
.map-info span { color: var(--blue-2); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.map-info strong { display: block; margin: 12px 0; font-family: "Space Grotesk"; font-size: 28px; line-height: 1.1; }
.map-info p { color: rgba(255,255,255,.52); font-size: 13px; }
@keyframes pulse-ring { 0% { opacity: 1; transform: scale(.9); transform-origin: center; } 70%,100% { opacity: 0; transform: scale(1.35); transform-origin: center; } }

.contact { position: relative; overflow: hidden; padding: 140px 0; }
.contact-glow { position: absolute; width: 750px; height: 750px; border-radius: 50%; right: -240px; top: -250px; background: radial-gradient(circle, rgba(20,88,255,.28), transparent 68%); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-copy > p { color: rgba(255,255,255,.55); max-width: 560px; }
.contact-details { margin-top: 45px; display: grid; gap: 15px; }
.contact-details > a, .contact-details > div { display: flex; align-items: center; gap: 15px; }
.contact-details > a > span, .contact-details > div > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: var(--blue-2); font-weight: 800; }
.contact-details small { display: block; color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .15em; }
.contact-details strong { font-size: 13px; }
.contact-form { padding: 38px; border-radius: 30px; background: white; color: var(--ink); box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.form-heading { margin-bottom: 25px; }
.form-heading span { font-size: 10px; font-weight: 800; letter-spacing: .16em; color: var(--blue); }
.form-heading p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 16px; font-size: 11px; font-weight: 800; color: #344054; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid #dfe5ed; border-radius: 12px; background: #f9fbfd; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(20,88,255,.09); }
.contact-form [aria-invalid="true"] { border-color: #d92d20; }
.button-submit { width: 100%; }
.form-privacy { color: #8b95a3; font-size: 9px; text-align: center; margin: 12px 0 0; }
.form-status { display: none; margin-top: 14px; padding: 12px 14px; border-radius: 10px; font-size: 12px; }
.form-status.success { display: block; background: #eafaf2; color: #087443; }
.form-status.error { display: block; background: #fff0ef; color: #b42318; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { background: #040b14; color: white; padding: 70px 0 25px; }
.footer-main { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1.35fr .9fr; gap: 50px; padding-bottom: 55px; }
.footer-brand img { width: 155px; }
.footer-brand p { max-width: 320px; color: rgba(255,255,255,.42); font-size: 12px; }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column span { margin-bottom: 5px; color: rgba(255,255,255,.3); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.footer-column a { color: rgba(255,255,255,.62); font-size: 12px; }
.footer-column a:hover { color: white; }
.footer-addresses address { display: grid; gap: 2px; margin: 0 0 13px; font-style: normal; }
.footer-addresses strong { color: rgba(255,255,255,.82); font-size: 11px; }
.footer-addresses a { max-width: 250px; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.35); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

@media (max-width: 1050px) {
  .desktop-nav, .header-actions .button-light { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 570px; }
  .metrics-bar { grid-template-columns: repeat(2,1fr); }
  .metrics-bar div:nth-child(2) { border-right: 0; }
  .metrics-bar div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 22px; }
  .metrics-bar div:nth-child(n+3) { padding-top: 22px; }
  .intro-grid, .private-label-grid, .presence-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .section-top { grid-template-columns: 1fr; gap: 25px; }
  .solutions-grid { grid-template-columns: repeat(2,1fr); }
  .solution-card, .solution-card.featured { grid-column: span 1; }
  .solution-card.featured { display: block; }
  .solution-card.featured .solution-icon { margin: 50px 0 35px; }
  .process-track { grid-template-columns: repeat(2,1fr); }
  .brands-grid { grid-template-columns: repeat(2,1fr); }
  .presence-copy { max-width: 760px; }
  .footer-main { grid-template-columns: 1.4fr repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { height: 70px; }
  .brand img { width: 140px; }
  .mobile-menu { inset: 70px 0 0; }
  .language-control > svg { display: none; }
  .language-select { min-width: 60px; width: 60px; padding: 0 24px 0 12px; }
  .hero { padding-top: 125px; }
  .hero-grid { min-height: auto; padding-bottom: 55px; }
  .hero-copy h1 { font-size: 51px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 430px; margin-top: 20px; }
  .visual-card-main { inset: 20px 0 0; padding: 12px; border-radius: 24px; }
  .visual-image-grid { height: 295px; }
  .visual-footer { gap: 3px; }
  .visual-footer div { padding: 7px 4px; }
  .visual-footer strong { font-size: 10px; }
  .floating-card { min-width: 148px; padding: 10px; }
  .floating-card-one { left: -5px; top: 52px; }
  .floating-card-two { right: -5px; bottom: -8px; }
  .floating-icon { width: 32px; height: 32px; }
  .metrics-bar { grid-template-columns: 1fr 1fr; }
  .metrics-bar div { display: block; padding: 18px 12px !important; }
  .metrics-bar strong { display: block; font-size: 23px; }
  .intro, .private-label, .presence, .contact { padding: 90px 0; }
  .solutions, .brands { padding: 55px 0 90px; }
  .process { padding: 90px 0; }
  .section-heading h2, .section-top h2, .private-label-copy h2, .presence-copy h2, .contact-copy h2 { font-size: 38px; }
  .intro-grid { gap: 35px; }
  .solutions-grid, .process-track { grid-template-columns: 1fr; }
  .brands-grid {
    display: flex;
    gap: var(--slider-gap);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 2px;
    overscroll-behavior-inline: contain;
    padding: 4px 2px 18px;
    scrollbar-width: none;
  }
  .brands-grid::-webkit-scrollbar { display: none; }
  .brands-grid .brand-card {
    flex: 0 0 min(84vw, 365px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .solution-card { min-height: 340px; padding: 25px; }
  .process-track { gap: 50px; }
  .private-label-visual { min-height: 420px; }
  .pl-image-main { inset: 0 35px 40px 0; }
  .pl-image-secondary { width: 155px; height: 205px; border-width: 8px; }
  .pl-badge { width: 105px; height: 105px; top: 30px; }
  .pl-badge strong { font-size: 16px; }
  .brand-card { min-height: 340px; }
  .map-card { min-height: 590px; grid-template-columns: 1fr; padding: 25px; }
  .latam-map { max-height: 355px; }
  .map-info strong { font-size: 24px; }
  .contact-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand, .footer-addresses { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@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; }
}
