:root {
  --navy-950: #031126;
  --navy-900: #061a37;
  --navy-800: #0a2852;
  --blue-700: #0864a8;
  --blue-500: #1494d4;
  --sun: #ffc21c;
  --sun-strong: #ffb800;
  --cream: #fff9e9;
  --ink: #10213b;
  --muted: #66738a;
  --line: #dfe6ef;
  --surface: #ffffff;
  --soft: #f4f7fb;
  --green: #25d366;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow: 0 24px 70px rgba(3, 17, 38, .14);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--surface); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(20, 148, 212, .45); outline-offset: 4px; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; transform: translateY(-160%); background: #fff; padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { position: relative; color: #fff; background: radial-gradient(circle at 15% 18%, rgba(20,148,212,.18), transparent 33%), linear-gradient(135deg, var(--navy-950), var(--navy-900) 58%, #0b2a56); overflow: hidden; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue-700); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--sun); }
.eyebrow--dark { color: #9fdcff; }
.lead { color: var(--muted); font-size: 1.08rem; line-height: 1.8; }

.topbar { position: relative; z-index: 40; background: var(--sun); color: var(--navy-950); font-size: .83rem; font-weight: 800; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { white-space: nowrap; }

.header { position: sticky; top: 0; z-index: 50; height: 88px; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(6,26,55,.08); backdrop-filter: blur(18px); }
.header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 188px; height: 74px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 700; color: #263854; }
.nav > a:not(.button) { position: relative; padding: 9px 0; }
.nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 100%; height: 2px; background: var(--sun); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--soft); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 22px; height: 2px; background: var(--navy-900); transition: .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 13px; font-weight: 800; line-height: 1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding-inline: 19px; font-size: .88rem; }
.button--sun { color: var(--navy-950); background: linear-gradient(135deg, #ffd552, var(--sun)); box-shadow: 0 12px 28px rgba(255,194,28,.22); }
.button--sun:hover { box-shadow: 0 16px 36px rgba(255,194,28,.34); }
.button--navy { color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--blue-700)); box-shadow: 0 14px 30px rgba(6,26,55,.2); }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; color: #d9e8f7; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { padding: 94px 0 0; }
.hero__grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; position: relative; z-index: 2; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .55; pointer-events: none; }
.hero__glow--one { width: 450px; height: 450px; right: -190px; top: 40px; background: radial-gradient(circle, rgba(20,148,212,.28), transparent 68%); }
.hero__glow--two { width: 370px; height: 370px; left: -180px; bottom: 90px; background: radial-gradient(circle, rgba(255,194,28,.13), transparent 68%); }
.hero h1 { margin: 0; max-width: 730px; font-size: clamp(2.85rem, 5vw, 5.05rem); line-height: 1.02; letter-spacing: -.06em; }
.hero h1 span { color: var(--sun); }
.hero__content > p { max-width: 680px; margin: 25px 0 0; color: #c7d7e8; font-size: 1.12rem; line-height: 1.78; }
.hero__actions { display: flex; align-items: center; gap: 24px; margin-top: 35px; }
.hero__proof { display: flex; gap: 42px; margin-top: 45px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.hero__proof div { display: grid; gap: 4px; }
.hero__proof strong { font-size: .95rem; }
.hero__proof span { color: #8eacc9; font-size: .82rem; }
.hero__image-wrap { position: relative; min-height: 575px; border-radius: 32px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.38); }
.hero__image-wrap > img { width: 100%; height: 100%; min-height: 575px; object-fit: cover; }
.hero__image-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,17,38,.62), transparent 52%); }
.hero__badge { position: absolute; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(3,17,38,.72); backdrop-filter: blur(12px); }
.hero__badge-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: var(--navy-950); background: var(--sun); font-size: 1.3rem; }
.hero__badge div { display: grid; gap: 3px; }
.hero__badge small { color: #9db3c9; }

.simulator-shell { position: relative; z-index: 5; margin-top: 80px; transform: translateY(62px); }
.simulator { display: grid; grid-template-columns: .8fr 2.2fr auto; gap: 28px; align-items: end; padding: 32px; color: var(--ink); background: #fff; border: 1px solid rgba(6,26,55,.08); border-radius: 24px; box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.simulator__intro h2 { margin: 0 0 8px; font-size: 1.58rem; letter-spacing: -.03em; }
.simulator__intro p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1.3fr; gap: 14px; }
label { display: grid; gap: 8px; }
label > span { font-size: .75rem; font-weight: 800; color: #52617a; }
input, select { width: 100%; height: 50px; border: 1px solid #dce4ed; border-radius: 11px; background: #f9fbfd; padding: 0 14px; color: var(--ink); outline: none; }
input:focus, select:focus { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(20,148,212,.1); }
.range-field { align-content: end; }
.range-field input { height: 18px; padding: 0; accent-color: var(--blue-700); }
.range-field small { display: flex; justify-content: space-between; color: #8792a5; font-size: .68rem; }
.simulator__submit { display: grid; gap: 8px; min-width: 240px; }
.simulator__submit small { max-width: 230px; color: #7a879a; font-size: .68rem; line-height: 1.45; text-align: center; }

.trustbar { padding: 106px 0 42px; background: #fff; border-bottom: 1px solid var(--line); }
.trustbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 15px; min-height: 72px; padding: 0 26px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border: 0; }
.trust-item > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: var(--navy-900); background: var(--cream); font-size: .76rem; font-weight: 800; }
.trust-item div { display: grid; gap: 4px; }
.trust-item strong { font-size: .88rem; }
.trust-item small { color: var(--muted); }

.section-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.section-heading h2, .benefits h2, .company h2, .contact h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.8; }
.section-heading--center { display: flex; max-width: 760px; margin-inline: auto; flex-direction: column; align-items: center; gap: 0; text-align: center; }
.section-heading--center p { margin-top: 22px; }

.solutions { padding-top: 102px; background: #fff; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution-card { position: relative; min-height: 500px; overflow: hidden; border-radius: var(--radius-md); background: var(--navy-900); box-shadow: 0 24px 60px rgba(3,17,38,.12); }
.solution-card img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; transition: transform .65s ease; }
.solution-card__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,17,38,.92) 0%, rgba(3,17,38,.45) 48%, transparent 80%); }
.solution-card__body { position: absolute; inset: auto 26px 28px; color: #fff; }
.solution-card__body > span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 22px; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; color: var(--sun); font-size: .76rem; font-weight: 800; }
.solution-card h3 { margin: 0; font-size: 1.55rem; letter-spacing: -.03em; }
.solution-card p { margin: 12px 0 20px; color: #c9d6e4; line-height: 1.65; }
.solution-card a { font-size: .86rem; font-weight: 800; }
.solution-card:hover img { transform: scale(1.045); }

.benefits { background: var(--soft); }
.benefits__grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 88px; }
.benefits__visual { position: relative; }
.benefits__visual img { width: 100%; min-height: 660px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.benefits__tag { position: absolute; left: -26px; bottom: 34px; padding: 18px 22px; border-radius: 15px; color: var(--navy-950); background: var(--sun); font-weight: 800; box-shadow: 0 20px 46px rgba(255,194,28,.28); }
.benefits__content .lead { margin: 24px 0 34px; }
.benefit-list { display: grid; gap: 24px; margin-bottom: 35px; }
.benefit-item { display: grid; grid-template-columns: 50px 1fr; gap: 18px; }
.benefit-item__icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; color: var(--blue-700); background: #fff; border: 1px solid var(--line); font-size: 1.1rem; font-weight: 800; }
.benefit-item h3 { margin: 0 0 7px; font-size: 1.03rem; }
.benefit-item p { margin: 0; color: var(--muted); line-height: 1.68; }

.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 56px; }
.process-card { position: relative; padding: 34px 26px; border: 1px solid var(--line); border-radius: 19px; background: #fff; overflow: hidden; }
.process-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--sun), var(--blue-500)); }
.process-card > span { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 44px; border-radius: 14px; background: var(--navy-900); color: #fff; font-weight: 800; }
.process-card h3 { margin: 0 0 10px; font-size: 1.15rem; }
.process-card p { margin: 0; color: var(--muted); line-height: 1.68; }

.company { padding: 116px 0; }
.company__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.company__content > p { color: #c7d7e8; font-size: 1rem; line-height: 1.88; }
.company__content h2 { color: #fff; }
.company__highlight { padding: 20px 22px; border-left: 3px solid var(--sun); border-radius: 0 14px 14px 0; background: rgba(255,255,255,.055); }
.company__logo-card { display: grid; place-items: center; min-height: 340px; padding: 36px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.97); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.company__logo-card img { width: 100%; max-width: 520px; }
.company__visual { display: grid; justify-items: center; width: 100%; max-width: 560px; justify-self: center; }
.company__reel-card { position: relative; width: min(100%, 330px); min-height: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: #020b18; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.company__reel-card iframe { display: block; width: 100%; aspect-ratio: 9 / 16; border: 0; background: #fff; }
.company__video-card { display: block; background: #020b18; }
.company__video { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: contain; background: #020b18; }
.company__reel-link { position: static; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 13px 15px; border-top: 1px solid rgba(255,255,255,.16); color: #fff; background: #071426; font-size: .8rem; font-weight: 800; }
.company__reel-link:hover { color: var(--sun); }
.company__stats { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 14px; }
.company__stats div { min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); }
.company__stats strong { color: var(--sun); font-size: 1.6rem; }
.company__stats span { color: #c8d6e4; font-size: .83rem; line-height: 1.45; }

.cta-section { padding: 74px 0; background: linear-gradient(135deg, #ffd554, var(--sun)); color: var(--navy-950); }
.cta-section__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.cta-section .eyebrow { color: var(--navy-950); }
.cta-section .eyebrow::before { background: var(--navy-950); }
.cta-section h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 4rem); letter-spacing: -.055em; }
.cta-section p { max-width: 760px; margin: 18px 0 0; font-size: 1.02rem; line-height: 1.75; }

.contact { background: #fff; }
.contact__grid { display: grid; grid-template-columns: 1fr .9fr; align-items: stretch; gap: 72px; }
.contact__content > p { max-width: 680px; color: var(--muted); line-height: 1.82; }
.contact-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 35px; }
.contact-list a { min-height: 136px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.contact-list a:hover { transform: translateY(-3px); border-color: var(--blue-500); }
.contact-list span { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-list strong { font-size: .85rem; line-height: 1.55; overflow-wrap: anywhere; }
.map-card { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--navy-900)); box-shadow: var(--shadow); }
.map-card__pattern { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(30deg, transparent 12%, #fff 13%, transparent 14%), linear-gradient(150deg, transparent 12%, #fff 13%, transparent 14%); background-size: 70px 70px; transform: scale(1.3) rotate(-8deg); }
.map-card__pin { position: absolute; left: 50%; top: 45%; width: 68px; height: 68px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 8px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--sun); background: #fff; font-size: 2rem; box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.map-card__content { position: absolute; inset: auto 30px 30px; display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 23px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(3,17,38,.45); backdrop-filter: blur(12px); }
.map-card__content span { color: #b7cbe0; font-size: .82rem; }


.purpose {
  position: relative;
  background:
    radial-gradient(circle at 8% 15%, rgba(20,148,212,.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
  overflow: hidden;
}
.purpose__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  align-items: start;
  gap: clamp(48px, 6vw, 88px);
}
.purpose__intro {
  max-width: 590px;
  padding-top: 10px;
}
.purpose__intro h2 {
  margin: 0;
  font-size: clamp(2.55rem, 4.6vw, 4.65rem);
  line-height: 1.04;
  letter-spacing: -.06em;
}
.purpose__intro > p {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.88;
}
.purpose__statement {
  display: grid;
  gap: 8px;
  margin-top: 38px;
  padding: 23px 25px;
  border-left: 4px solid var(--sun);
  border-radius: 0 16px 16px 0;
  background: #fff;
  box-shadow: 0 16px 42px rgba(3,17,38,.08);
}
.purpose__statement span {
  color: var(--blue-700);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.purpose__statement strong {
  color: var(--navy-900);
  font-size: 1rem;
  line-height: 1.55;
}
.purpose__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.purpose-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 58px rgba(3,17,38,.09);
}
.purpose-card--featured {
  grid-column: 1 / -1;
  min-height: 280px;
  color: #fff;
  border-color: rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 85% 15%, rgba(20,148,212,.28), transparent 35%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900) 62%, #0b3d72);
}
.purpose-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: auto;
}
.purpose-card__number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: var(--navy-950);
  background: var(--sun);
  font-size: .78rem;
  font-weight: 800;
}
.purpose-card__label {
  color: var(--blue-700);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.purpose-card--featured .purpose-card__label {
  color: #a9dcf7;
}
.purpose-card h3 {
  margin: 36px 0 14px;
  color: var(--navy-950);
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.2;
  letter-spacing: -.035em;
}
.purpose-card--featured h3 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
}
.purpose-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}
.purpose-card--featured p {
  max-width: 680px;
  color: #c4d6e8;
}
.purpose-card__values {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding-top: 25px;
}
.purpose-card__values span {
  padding: 9px 12px;
  border: 1px solid #d9e4ef;
  border-radius: 999px;
  color: var(--navy-900);
  background: var(--soft);
  font-size: .76rem;
  font-weight: 800;
}

.footer { padding: 72px 0 26px; color: #b8c8d9; background: var(--navy-950); }
.footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; }
.footer__brand img { width: 208px; height: 110px; object-fit: contain; object-position: left center; filter: drop-shadow(0 6px 10px rgba(0,0,0,.18)); }
.footer__brand p { max-width: 360px; line-height: 1.75; }
.footer h3 { margin: 0 0 22px; color: #fff; font-size: .88rem; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer a, .footer span { font-size: .84rem; line-height: 1.5; }
.footer a:hover { color: var(--sun); }
.social-link { display: inline-flex; padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; color: #fff; font-weight: 800; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 70; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--green); box-shadow: 0 18px 36px rgba(37,211,102,.34); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 31px; height: 31px; fill: #fff; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .nav { gap: 18px; }
  .hero__grid { gap: 42px; }
  .simulator { grid-template-columns: 1fr; align-items: stretch; }
  .form-grid { grid-template-columns: repeat(4, 1fr); }
  .simulator__submit { grid-template-columns: auto 1fr; align-items: center; }
  .simulator__submit small { max-width: none; text-align: left; }
  .trustbar__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item { border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-bottom: 0; }
  .contact-list { grid-template-columns: 1fr; }
  .contact-list a { min-height: 100px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 90px; }
  .topbar__inner span { font-size: .72rem; }
  .header { height: 76px; }
  .brand img { width: 160px; height: 62px; }
  .menu-toggle { display: flex; }
  .nav { position: fixed; inset: 114px 0 auto; display: flex; min-height: calc(100vh - 114px); padding: 34px 24px; flex-direction: column; align-items: stretch; gap: 10px; background: #fff; transform: translateX(100%); transition: transform .3s ease; }
  .nav.is-open { transform: translateX(0); }
  .nav a { padding: 15px 8px !important; border-bottom: 1px solid var(--line); }
  .nav .button { margin-top: 12px; border: 0; }
  .hero { padding-top: 64px; }
  .hero__grid, .benefits__grid, .company__grid, .contact__grid { grid-template-columns: 1fr; }
  .hero__visual { order: -1; }
  .hero__image-wrap, .hero__image-wrap > img { min-height: 470px; }
  .hero__content { padding-bottom: 20px; }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .cards-grid { grid-template-columns: 1fr; }
  .solution-card, .solution-card img { min-height: 430px; }
  .benefits__visual img { min-height: 520px; }
  .benefits__tag { left: 20px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .company__visual { order: -1; }

  .purpose__grid { grid-template-columns: 1fr; }
  .purpose__intro { max-width: 760px; }
  .purpose__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-section__inner { grid-template-columns: 1fr; gap: 28px; }
  .cta-section .button { justify-self: start; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 82px 0; }
  .topbar__inner { min-height: 42px; }
  .topbar__inner span { max-width: 210px; line-height: 1.3; }
  .topbar a { font-size: .72rem; }
  .nav { inset: 118px 0 auto; min-height: calc(100vh - 118px); }
  .hero { padding-top: 28px; }
  .hero__image-wrap, .hero__image-wrap > img { min-height: 350px; border-radius: 22px; }
  .hero__badge { left: 14px; right: 14px; bottom: 14px; }
  .hero h1 { font-size: clamp(2.5rem, 12vw, 3.5rem); }
  .hero__content > p { font-size: 1rem; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-link { justify-content: center; }
  .hero__proof { gap: 20px; }
  .hero__proof div { flex: 1; }
  .simulator-shell { margin-top: 50px; transform: translateY(50px); }
  .simulator { padding: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .simulator__submit { grid-template-columns: 1fr; }
  .simulator__submit small { text-align: center; }
  .trustbar { padding-top: 86px; }
  .trustbar__grid { grid-template-columns: 1fr; }
  .trust-item { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .trust-item:last-child { border-bottom: 0 !important; }
  .section-heading h2, .benefits h2, .company h2, .contact h2, .cta-section h2 { font-size: 2.35rem; }
  .solution-card, .solution-card img { min-height: 410px; }
  .benefits__grid { gap: 48px; }
  .benefits__visual img { min-height: 420px; }
  .process-grid, .company__stats { grid-template-columns: 1fr; }
  .process-card > span { margin-bottom: 28px; }
  .company__logo-card { min-height: 260px; padding: 24px; }
  .company__reel-card { width: min(100%, 310px); min-height: 0; height: auto; }
  .company__reel-card iframe, .company__video { min-height: 0; height: auto; aspect-ratio: 9 / 16; }
  .company__stats div { min-height: 110px; }
  .contact__grid { gap: 42px; }
  .map-card { min-height: 390px; }
  .map-card__content { align-items: flex-start; flex-direction: column; }

  .purpose__grid { gap: 42px; }
  .purpose__intro h2 { font-size: 2.55rem; }
  .purpose__intro > p { font-size: 1rem; }
  .purpose__cards { grid-template-columns: 1fr; }
  .purpose-card--featured { grid-column: auto; }
  .purpose-card { min-height: 270px; padding: 25px; }
  .purpose-card--featured { min-height: 290px; }
  .footer__grid { grid-template-columns: 1fr; gap: 40px; }
  .footer__bottom { flex-direction: column; }
  .whatsapp-float { right: 16px; bottom: 16px; }
}

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