/* Yatriverse — site styles */
:root {
  --red: #e13432;
  --red-dark: #b8231f;
  --red-soft: #fdecea;
  --ink: #14161a;
  --ink-2: #2d3138;
  --text: #3d434c;
  --muted: #6b717b;
  --line: #e8e3dd;
  --bg: #ffffff;
  --bg-soft: #f8f5f1;
  --bg-dark: #14161a;
  --green: #1f9d55;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(20, 22, 26, .04), 0 8px 24px rgba(20, 22, 26, .06);
  --shadow-lg: 0 2px 4px rgba(20, 22, 26, .04), 0 20px 48px rgba(20, 22, 26, .12);
  --wrap: 1200px;
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.65;
  color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red); }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.02em; font-weight: 800; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.2rem; letter-spacing: -.01em; font-weight: 700; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 4px; }
.icon { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; vertical-align: -.18em; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 100; border-radius: 8px; }
.skip:focus { left: 8px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .85em 1.4em; border-radius: 999px; border: 1.5px solid transparent;
  font: 600 .95rem/1.2 var(--font); text-decoration: none; cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-1px); }
.btn--red { background: var(--red); color: #fff; box-shadow: 0 6px 18px rgba(225, 52, 50, .28); }
.btn--red:hover { background: var(--red-dark); color: #fff; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; color: #fff; }
.btn--ghost { border-color: var(--line); color: var(--ink); background: #fff; }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--red-soft); color: var(--ink); }
.btn--wa { background: #25d366; color: #0b3d1f; }
.btn--wa:hover { background: #1ebe5a; color: #0b3d1f; }
.btn .icon { width: 1.15em; height: 1.15em; }
.link-arrow { display: inline-flex; align-items: center; gap: .4em; font-weight: 700; text-decoration: none; color: var(--ink); }
.link-arrow .icon { transition: transform .2s; color: var(--red); }
.link-arrow:hover .icon { transform: translateX(4px); }

/* Top bar & header */
.topbar { background: var(--ink); color: #c9cdd3; font-size: .82rem; }
.topbar__in { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 38px; }
.topbar a { color: #e9ebee; text-decoration: none; }
.topbar a:hover { color: #fff; }
.topbar__right { display: flex; gap: 22px; }
.topbar .icon { color: var(--red); margin-right: 4px; }
.header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .92); backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid var(--line); }
.header__in { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 20px; }
.brand { --logo-h: 44px; display: flex; align-items: flex-start; gap: calc(var(--logo-h) * .22); text-decoration: none; }
.brand__mark { position: relative; display: block; height: var(--logo-h); }
.brand__mark img { height: var(--logo-h); width: auto; }
.brand__plane { position: absolute; inset: 0; transform-origin: 39% 74%; }
.brand__word { height: calc(var(--logo-h) * .46); width: auto; margin-top: calc(var(--logo-h) * .335); }
/* Plane glides up the red runway and touches down in place */
.brand.landing .brand__plane { animation: plane-land 1.6s cubic-bezier(.22, .8, .3, 1) both; }
@keyframes plane-land {
  0%   { opacity: 0; transform: translate(-18px, 28px) scale(1.9); filter: brightness(0) drop-shadow(3px 6px 2px rgba(0, 0, 0, .25)); }
  15%  { opacity: 1; }
  55%  { filter: brightness(0) drop-shadow(2px 4px 2px rgba(0, 0, 0, .2)); }
  75%  { transform: translate(1px, -1.5px) scale(1.06); filter: brightness(1) drop-shadow(1px 2px 1px rgba(0, 0, 0, .15)); }
  100% { opacity: 1; transform: none; filter: none; }
}
.nav { display: flex; align-items: center; gap: 4px; }
.nav > a, .nav__drop {
  font: 600 .95rem var(--font); color: var(--ink-2); text-decoration: none; padding: 10px 14px;
  border-radius: 999px; background: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 4px;
}
.nav > a:hover, .nav__drop:hover { background: var(--bg-soft); color: var(--ink); }
.nav > a[aria-current], .nav__drop[aria-current] { color: var(--red-dark); }
.nav > a.nav__cta { color: #fff; background: var(--red); margin-left: 10px; padding: .75em 1.3em; }
.nav > a.nav__cta:hover { background: var(--red-dark); color: #fff; }
.nav__group { position: relative; }
.nav__drop .icon { transition: transform .2s; }
.nav__menu {
  position: absolute; top: calc(100% + 10px); left: 50%; translate: -50% 0; width: 330px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 8px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s;
}
.nav__group:hover .nav__menu, .nav__group.open .nav__menu, .nav__group:focus-within .nav__menu { opacity: 1; visibility: visible; transform: none; }
.nav__group:hover .nav__drop .icon, .nav__group.open .nav__drop .icon { transform: rotate(180deg); }
.nav__menu::before { content: ''; position: absolute; inset: -12px 0 auto; height: 12px; }
.nav__menu a { display: flex; gap: 12px; align-items: flex-start; padding: 10px 12px; border-radius: 12px; text-decoration: none; color: var(--ink); }
.nav__menu a:hover { background: var(--bg-soft); }
.nav__menu .icon { width: 36px; height: 36px; padding: 8px; border-radius: 10px; background: var(--red-soft); color: var(--red); margin-top: 2px; }
.nav__menu b { display: block; font-size: .95rem; }
.nav__menu small { display: block; color: var(--muted); font-size: .82rem; line-height: 1.4; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 12px; width: 46px; height: 46px; cursor: pointer; color: var(--ink); align-items: center; justify-content: center; }
.nav-toggle .icon { width: 22px; height: 22px; }
.nav-toggle .icon--close { display: none; }
.nav-toggle[aria-expanded="true"] .icon--open { display: none; }
.nav-toggle[aria-expanded="true"] .icon--close { display: block; }

/* Sections */
.section { padding: clamp(64px, 9vw, 112px) 0; }
.section--soft { background: var(--bg-soft); }
.section--dark { background: var(--bg-dark); color: #b9bec6; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--tight { padding: clamp(48px, 6vw, 72px) 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--red); margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.head { max-width: 680px; margin-bottom: 48px; }
.head--center { margin-inline: auto; text-align: center; }
.head--center .eyebrow::after { content: ''; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.lead { font-size: 1.15rem; color: var(--text); }
.section--dark .lead { color: #b9bec6; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 8vw, 110px); background: radial-gradient(1200px 500px at 85% -10%, #fdeceb 0%, rgba(253, 236, 235, 0) 60%), var(--bg); }
.hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 span { color: var(--red); }
.hero .lead { max-width: 540px; margin-bottom: 30px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--muted); font-size: .92rem; font-weight: 500; }
.hero__trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero__trust .icon { color: var(--green); }
.hero__media { position: relative; }
.hero__img { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 4.2; }
.hero__img img { width: 100%; height: 100%; object-fit: cover; }
.hero__badge {
  position: absolute; background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg); padding: 14px 18px;
  display: flex; align-items: center; gap: 12px; font-size: .9rem; line-height: 1.3; color: var(--ink);
}
.hero__badge b { display: block; font-size: 1.35rem; letter-spacing: -.02em; }
.hero__badge .icon { width: 42px; height: 42px; padding: 10px; border-radius: 12px; background: var(--red-soft); color: var(--red); }
.hero__badge--a { left: -28px; bottom: 44px; }
.hero__badge--b { right: -18px; top: 36px; }
.hero__badge--b .icon { background: #e8f6ee; color: var(--green); }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.stat { padding: 28px 26px; border-left: 1px solid var(--line); }
.stat:first-child { border-left: 0; }
.stat b { display: block; font-size: clamp(1.9rem, 3.2vw, 2.5rem); font-weight: 800; color: var(--ink); letter-spacing: -.03em; line-height: 1.1; }
.stat b em { font-style: normal; color: var(--red); }
.stat span { color: var(--muted); font-size: .95rem; }
.stats-band { margin-top: -54px; position: relative; z-index: 2; }

/* Cards */
.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; transition: box-shadow .25s, transform .25s, border-color .25s; }
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: transparent; }
.card p { font-size: .97rem; margin-bottom: 0; }
.card__icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--red-soft); color: var(--red); margin-bottom: 18px; }
.card__icon .icon { width: 26px; height: 26px; }
.svc { padding: 0; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: var(--text); }
.svc:hover { color: var(--text); }
.svc__img { aspect-ratio: 16 / 10; overflow: hidden; }
.svc__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.svc:hover .svc__img img { transform: scale(1.05); }
.svc__body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; position: relative; }
.svc__body .card__icon { position: absolute; top: -28px; left: 24px; background: var(--red); color: #fff; box-shadow: 0 8px 20px rgba(225, 52, 50, .3); }
.svc__body h3 { margin-top: 26px; }
.svc__body p { flex: 1; margin-bottom: 18px; }
.svc-grid { grid-template-columns: repeat(6, 1fr); }
.svc-grid > * { grid-column: span 2; }
.svc-grid > :nth-child(4) { grid-column: 2 / span 2; }

/* Split layouts */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.split--rev > :first-child { order: 2; }
.split__img { position: relative; }
.split__img img { border-radius: 24px; width: 100%; aspect-ratio: 5 / 4; object-fit: cover; box-shadow: var(--shadow-lg); }
.split__img::before { content: ''; position: absolute; inset: 24px -14px -14px 24px; border: 2px solid var(--red); border-radius: 24px; z-index: -1; opacity: .5; }
.checks { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; }
.checks .icon { color: #fff; background: var(--red); border-radius: 50%; width: 22px; height: 22px; padding: 4px; stroke-width: 3; margin-top: 3px; }
.checks--2 { grid-template-columns: 1fr 1fr; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding: 28px 24px; border-radius: var(--radius); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1); }
.step::before { counter-increment: step; content: '0' counter(step); display: block; font-size: 2.4rem; font-weight: 800; color: var(--red); letter-spacing: -.04em; line-height: 1; margin-bottom: 18px; }
.step h3 { font-size: 1.1rem; }
.step p { font-size: .95rem; margin: 0; }
.section--soft .step, .section:not(.section--dark) .step { background: #fff; border-color: var(--line); }

/* Destinations */
.dest { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dest figure { margin: 0; position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 3 / 4; }
.dest img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.dest figure:hover img { transform: scale(1.06); }
.dest figcaption { position: absolute; inset: auto 0 0; padding: 40px 18px 16px; color: #fff; font-weight: 700; font-size: 1.1rem; background: linear-gradient(transparent, rgba(0, 0, 0, .7)); }
.dest figcaption small { display: block; font-weight: 500; font-size: .82rem; opacity: .85; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 28px; }
.chip { padding: 8px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 600; font-size: .9rem; color: var(--ink-2); }

/* Pricing */
.plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 920px; margin: 0 auto; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 34px; display: flex; flex-direction: column; position: relative; }
.plan--featured { border: 2px solid var(--red); box-shadow: var(--shadow-lg); }
.plan__tag { position: absolute; top: -14px; left: 34px; background: var(--red); color: #fff; font-size: .78rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; letter-spacing: .04em; }
.plan h3 { font-size: 1.3rem; }
.plan__price { font-size: 2.8rem; font-weight: 800; color: var(--ink); letter-spacing: -.03em; line-height: 1; margin: 8px 0 6px; }
.plan__price small { font-size: 1rem; font-weight: 500; color: var(--muted); letter-spacing: 0; }
.plan__sub { color: var(--muted); font-size: .95rem; margin-bottom: 22px; }
.plan .checks { flex: 1; font-size: .97rem; align-content: start; }
.plan .checks li.no .icon { background: var(--line); color: var(--muted); }
.plan .btn { width: 100%; }
.plan .rzp { display: flex; justify-content: center; min-height: 48px; margin: 0; }
.pay-note { text-align: center; color: var(--muted); font-size: .9rem; margin-top: 22px; }

/* Team */
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.member { display: flex; gap: 18px; align-items: center; padding: 22px; }
.member__photo { width: 84px; height: 84px; border-radius: 50%; flex: none; object-fit: cover; background: var(--red-soft); display: grid; place-items: center; font-weight: 800; font-size: 1.5rem; color: var(--red); }
.member h3 { font-size: 1.05rem; margin-bottom: 2px; }
.member p { color: var(--muted); font-size: .92rem; }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 22px; transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 36px 20px 0; font-weight: 700; color: var(--ink); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 50%; translate: 0 -50%; font-size: 1.5rem; font-weight: 400; color: var(--red); transition: rotate .2s; }
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { margin: 0 0 20px; }

/* CTA band */
.cta { position: relative; overflow: hidden; border-radius: 28px; background: var(--ink); color: #c9cdd3; padding: clamp(36px, 6vw, 64px); display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center; }
.cta::after { content: ''; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(225, 52, 50, .45), transparent 70%); }
.cta h2 { color: #fff; }
.cta p { margin: 0; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; position: relative; z-index: 1; }

/* Page hero (inner pages) */
.page-hero { background: var(--ink); color: #c9cdd3; position: relative; overflow: hidden; padding: clamp(56px, 8vw, 96px) 0; }
.page-hero__bg { position: absolute; inset: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.page-hero__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 20%, rgba(20, 22, 26, .6)); }
.page-hero .wrap { position: relative; }
.page-hero h1 { color: #fff; max-width: 760px; }
.page-hero .lead { color: #d3d7dc; max-width: 640px; margin-bottom: 28px; }
.crumbs { font-size: .88rem; margin-bottom: 18px; color: #9aa0a8; }
.crumbs a { color: #d3d7dc; text-decoration: none; }
.crumbs a:hover { color: #fff; }
.page-hero .btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .35); }
.page-hero .btn--ghost:hover { border-color: #fff; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 32px; align-items: start; }
.info-list { display: grid; gap: 14px; }
a.card { text-decoration: none; color: inherit; }
.info { display: flex; gap: 16px; align-items: flex-start; padding: 20px; }
.info .card__icon { margin: 0; width: 46px; height: 46px; }
.info h3 { font-size: 1rem; margin-bottom: 2px; }
.info p, .info a { margin: 0; font-size: .97rem; color: var(--text); text-decoration: none; }
.info a:hover { color: var(--red); }
.form { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-weight: 600; font-size: .9rem; color: var(--ink); }
.field input, .field select, .field textarea {
  font: inherit; font-size: 1rem; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 12px;
  background: #fff; color: var(--ink); transition: border-color .2s, box-shadow .2s; width: 100%;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 4px rgba(225, 52, 50, .12); }
.hp { position: absolute; left: -9999px; }
.form small { color: var(--muted); display: block; margin-top: 12px; font-size: .85rem; }
.alert { padding: 14px 18px; border-radius: 12px; margin-bottom: 18px; font-weight: 500; }
.alert--err { background: var(--red-soft); color: var(--red-dark); }
.map { border: 0; width: 100%; height: 360px; border-radius: 22px; display: block; filter: grayscale(.2); }

/* Prose (policies) */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-size: 1.4rem; margin-top: 1.8em; }
.prose li { margin-bottom: .4em; }
.prose .updated { color: var(--muted); font-size: .92rem; }

/* Footer */
.footer { background: var(--bg-dark); color: #9aa0a8; padding: 72px 0 0; font-size: .95rem; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 48px; }
.footer__brand img { height: 40px; width: auto; margin-bottom: 18px; }
.footer h2 { color: #fff; font-size: 1rem; letter-spacing: 0; margin-bottom: 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer a { color: #c9cdd3; text-decoration: none; }
.footer a:hover { color: #fff; }
.footer__contact li { display: flex; gap: 10px; }
.footer__contact .icon { color: var(--red); margin-top: 4px; }
.social { display: flex; gap: 10px; }
.social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .15); display: grid; place-items: center; }
.social a:hover { background: var(--red); border-color: var(--red); }
.footer__base { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 22px; padding-bottom: 26px; font-size: .85rem; }

/* WhatsApp float */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 60; display: flex; align-items: center; gap: 10px;
  background: #25d366; color: #fff; text-decoration: none; font-weight: 700; font-size: .92rem;
  padding: 12px 18px 12px 14px; border-radius: 999px; box-shadow: 0 10px 30px rgba(37, 211, 102, .4); transition: transform .2s;
}
.wa-float:hover { color: #fff; transform: translateY(-2px); }
.wa-float .icon { width: 26px; height: 26px; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .brand.landing .brand__plane { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: 0s !important; }
}

/* Responsive */
@media (max-width: 1080px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: fixed; inset: 114px 0 0; background: #fff; flex-direction: column; align-items: stretch;
    padding: 16px 20px 32px; gap: 2px; overflow-y: auto; opacity: 0; transform: translateY(-8px);
    transition: opacity .2s, transform .2s, visibility .2s; visibility: hidden;
  }
  .nav.open { opacity: 1; transform: none; visibility: visible; }
  .nav > a, .nav__drop { padding: 14px 12px; font-size: 1.05rem; border-radius: 12px; justify-content: space-between; width: 100%; }
  .nav__menu { position: static; translate: none; width: auto; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 8px; display: none; }
  .nav__group.open .nav__menu { display: block; }
  .nav__group:hover .nav__drop .icon { transform: none; }
  .nav__group.open .nav__drop .icon { transform: rotate(180deg); }
  .nav > a.nav__cta { margin: 14px 0 0; justify-content: center; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hero__grid, .split, .contact-grid, .cta { grid-template-columns: 1fr; }
  .split--rev > :first-child { order: 0; }
  .hero__media { max-width: 520px; }
  .hero__badge--a { left: -8px; }
  .hero__badge--b { right: -8px; }
  .grid--3, .grid--4, .team { grid-template-columns: repeat(2, 1fr); }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-grid > *, .svc-grid > :nth-child(4) { grid-column: auto; }
  .svc-grid > :last-child:nth-child(odd) { grid-column: 1 / -1; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .dest { grid-template-columns: repeat(2, 1fr); }
  .cta__actions { justify-content: flex-start; }
  .plans { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { padding: 0 16px; }
  .topbar__in > span:first-child, .topbar__right a:last-child { display: none; }
  .topbar__in { justify-content: center; }
  .nav { inset: 114px 0 0; }
  .header__in { min-height: 68px; }
  .brand { --logo-h: 38px; }
  .grid--2, .grid--3, .grid--4, .team, .svc-grid, .checks--2, .form__row { grid-template-columns: 1fr; }
  .svc-grid > :last-child:nth-child(odd) { grid-column: auto; }
  .steps { grid-template-columns: 1fr; }
  .stat { padding: 20px 18px; }
  .hero__badge { padding: 10px 12px; font-size: .8rem; }
  .hero__badge b { font-size: 1.1rem; }
  .hero__badge .icon { width: 34px; height: 34px; padding: 8px; }
  .hero__ctas .btn { flex: 1 1 100%; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__base { flex-direction: column; padding-bottom: 90px; }
  .wa-float span { display: none; }
  .wa-float { padding: 14px; }
}
