/*
  Silk Route Tours — landing page styles.

  DIRECTION: a travel-commerce catalogue, not a SaaS landing page. Light ground,
  dark type, one warm orange for action, and photography doing the selling. The
  package card is the unit the whole system is built around: image, destination,
  title, duration, route, inclusions, price, CTA — scannable in about three
  seconds, because that is all a visitor arriving from an ad will give it.

  WHAT CHANGED AND WHY
  --------------------
  The previous version was a marketing page: an oversized hero, a ten-field form
  taking half the fold, and an eight-paragraph article between the visitor and
  anything they could actually buy. It read as a brochure. Packages now sit third
  on the page, the form is four fields, and the article is gone.

  TYPE: Plus Jakarta Sans, one variable file, weights 400-800, plus the latin-ext
  subset purely so the rupee sign is set in the same face as the digits beside it.
  A price rendered half in the web font and half in a system fallback looks broken
  in exactly the place a travel site cannot afford to.

  SCALE is deliberately compact and not uniformly bold. Section titles carry the
  weight; package metadata is small, quiet and dense. Making every heading 800
  is what made the old page feel generated.

  COLOUR: warm orange for anything clickable and nothing else, so a button is
  never ambiguous. A muted Himalayan blue and green carry information (route,
  inclusions) without competing. One dark block on the page — the hero photograph
  — and everything below it is light.
*/

@font-face {
  font-family: 'Jakarta';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/jakarta-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* Loaded only because of the rupee sign at U+20B9. Worth 21KB to keep prices
   set in the same typeface as the rest of the card. */
@font-face {
  font-family: 'Jakarta';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/jakarta-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

:root {
  color-scheme: light;

  --ink: #16181d;
  --ink-2: #33373f;
  --ink-3: #5d636e;
  --ink-4: #878d98;

  --orange-700: #a8450a;
  --orange-600: #cf560d;
  --orange-500: #ef6c1a;
  --orange-400: #ff8a3d;
  --orange-100: #fff1e6;

  --blue-700: #17587d;
  --blue-500: #2b7fb4;
  --blue-100: #e7f1f8;

  --green-600: #1f7a51;
  --green-100: #e4f4ec;

  --paper: #ffffff;
  --paper-2: #faf7f3;
  --paper-3: #f2ede7;
  --line: #e7e1d9;
  --line-2: #d8d1c7;
  --error: #c0261a;

  --wrap: 78rem;
  --gutter: clamp(1rem, 3.5vw, 2.25rem);
  --r-sm: 8px;
  --r: 12px;
  --r-lg: 16px;
  --sh-1: 0 1px 2px rgba(22, 24, 29, .05);
  --sh-2: 0 2px 6px rgba(22, 24, 29, .06), 0 10px 24px -14px rgba(22, 24, 29, .22);
  --sh-3: 0 10px 40px -16px rgba(22, 24, 29, .3);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --font: 'Jakarta', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --hdr-h: 68px;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

/* The hidden attribute must actually hide. .form is display:grid and would
   otherwise beat the user-agent rule, leaving a "hidden" form on screen. */
[hidden] { display: none !important; }

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

body {
  background: var(--paper);
  color: var(--ink-2);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: 64px; /* clears the fixed mobile bar */
}
@media (min-width: 900px) { body { padding-bottom: 0; } }

img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
input, button, select, textarea { font: inherit; color: inherit; }

h1, h2, h3, h4 { color: var(--ink); line-height: 1.16; letter-spacing: -.02em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 4.2vw, 3.05rem); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; }
h2 { font-size: clamp(1.7rem, 2.8vw, 2.4rem); font-weight: 800; letter-spacing: -.028em; }
h3 { font-size: 1.2rem; font-weight: 700; }
h4 { font-size: .8rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
p { text-wrap: pretty; }

a { color: var(--blue-700); }
a:hover { color: var(--orange-600); }
:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 2px; border-radius: 4px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 50%; top: 0; transform: translate(-50%, -120%); z-index: 200;
  background: var(--ink); color: #fff; padding: .65rem 1.1rem; border-radius: 0 0 10px 10px;
  text-decoration: none; font-weight: 700; transition: transform .2s var(--ease);
}
.skip-link:focus-visible { transform: translate(-50%, 0); color: #fff; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 50rem; }
/* Full-width container, narrow measure, left edge unchanged. */
.pnarrow > * { max-width: 52rem; }

/* ============================================================ header ===== */

.hdr {
  position: sticky; top: 0; z-index: 70;
  background: rgba(255, 255, 255, .95); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.hdr__inner { display: flex; align-items: center; gap: 1rem; min-height: var(--hdr-h); }

.brand { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; color: inherit; margin-right: auto; }
.brand__mark { border-radius: 50%; flex-shrink: 0; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-size: 1.08rem; font-weight: 800; letter-spacing: -.03em; color: var(--ink); white-space: nowrap; }
.brand__sub { font-size: .58rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--orange-600); }

.hdr__nav { display: none; gap: 1.6rem; }
.hdr__nav a {
  font-size: .92rem; font-weight: 600; color: var(--ink-2); text-decoration: none;
  padding: .3rem 0; border-bottom: 2px solid transparent;
}
.hdr__nav a:hover { color: var(--ink); border-bottom-color: var(--orange-500); }
@media (min-width: 900px) { .hdr__nav { display: flex; } .brand { margin-right: 0; } .hdr__inner { justify-content: space-between; } }

.hdr__actions { display: flex; align-items: center; gap: .7rem; }
.hdr__phone { display: none; align-items: center; gap: .4rem; text-decoration: none; color: var(--ink); font-weight: 700; font-size: .9rem; white-space: nowrap; }
.hdr__phone:hover { color: var(--orange-600); }
@media (min-width: 1100px) { .hdr__phone { display: inline-flex; } }

/* ============================================================ buttons ==== */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .45em;
  padding: .72em 1.3em; border: 1.5px solid transparent; border-radius: 999px;
  font-size: .94rem; font-weight: 700; line-height: 1.2; text-decoration: none;
  cursor: pointer; white-space: nowrap;
  transition: background .16s var(--ease), border-color .16s var(--ease), color .16s var(--ease), box-shadow .16s var(--ease);
}
.btn[disabled] { opacity: .6; pointer-events: none; }

.btn--primary { background: var(--orange-500); border-color: var(--orange-500); color: #fff; }
.btn--primary:hover { background: var(--orange-600); border-color: var(--orange-600); color: #fff; }

.btn--outline { background: #fff; border-color: var(--line-2); color: var(--ink); }
.btn--outline:hover { border-color: var(--ink); color: var(--ink); }

.btn--ghost { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn--ghost:hover { background: #000; border-color: #000; color: #fff; }

.btn--sm { padding: .58em 1.05em; font-size: .86rem; }
.btn--lg { padding: .85em 1.5em; font-size: 1rem; }
.btn--block { width: 100%; }

.link-cta {
  display: inline-flex; align-items: center; gap: .35em; margin-top: auto;
  font-weight: 700; font-size: .9rem; color: var(--orange-600); text-decoration: none;
}
.link-cta:hover { color: var(--orange-700); }
.link-cta svg { transition: translate .18s var(--ease); }
.link-cta:hover svg { translate: 3px 0; }

.kicker { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--orange-600); }

/* ============================================================== hero ===== */

/*
  The one dark block on the page: a photograph with a scrim over it. The scrim is
  a two-stop gradient rather than a flat overlay so the right-hand side stays
  bright enough for the photograph to read while the left stays dark enough for
  white text to hit contrast.
*/
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: rgba(255,255,255,.9); }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 64%; }

/*
  A <picture> is a plain box sitting between the sized container and the <img>.
  It has no height of its own, so the image's `height: 100%` resolves against an
  auto-height parent, falls back to auto, and the image takes its intrinsic
  aspect ratio instead.

  That is not cosmetic. In the hero it produced a 960px-tall image inside a 571px
  section: 389px of it hung over the package catalogue below, invisible behind
  the scrim but still catching every click aimed at the filter tabs. Give the
  <picture> the container's dimensions and the whole class of bug goes away.
*/
.hero__bg picture,
.pkg__media picture,
.dest__media picture,
.phero__media picture { display: block; width: 100%; height: 100%; }
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, rgba(14,16,20,.8) 0%, rgba(14,16,20,.6) 55%, rgba(14,16,20,.86) 100%);
}
@media (min-width: 960px) {
  .hero::before {
    background: linear-gradient(100deg, rgba(14,16,20,.9) 0%, rgba(14,16,20,.72) 42%, rgba(14,16,20,.34) 70%, rgba(14,16,20,.2) 100%);
  }
}

.hero__inner { display: grid; gap: 1.6rem; padding-block: clamp(1.75rem, 4vw, 3.5rem); }
@media (min-width: 960px) { .hero__inner { grid-template-columns: 1fr 22rem; gap: 3rem; align-items: center; } }
.hero__inner > * { min-width: 0; }

.hero h1 { color: #fff; max-width: 15ch; }
.hero h1 em { font-style: normal; color: var(--orange-400); }
.eyebrow {
  display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--orange-400); margin-bottom: .75rem;
}
.hero__lede { margin-top: .85rem; font-size: 1.02rem; color: rgba(255,255,255,.82); max-width: 42ch; }

.hero__points { list-style: none; padding: 0; margin: 1.1rem 0 0; display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; }
.hero__points li { display: flex; align-items: center; gap: .4rem; font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.88); }
.hero__points svg { color: var(--orange-400); flex-shrink: 0; }

/* ======================================================= enquiry card ==== */

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); color: var(--ink-2); }
.enquiry { overflow: hidden; box-shadow: var(--sh-3); scroll-margin-top: calc(var(--hdr-h) + 12px); }
.enquiry__head { padding: .95rem 1.1rem; border-bottom: 1px solid var(--line); background: var(--paper-2); }
.enquiry__title { font-size: 1.15rem; font-weight: 800; }
.enquiry__sub { font-size: .82rem; color: var(--ink-3); margin-top: .1rem; }

.form { display: grid; gap: .65rem; padding: 1.1rem; }
.form__row { display: grid; gap: .65rem; grid-template-columns: 1fr 1fr; }

.field { display: grid; gap: .22rem; }
.field label { font-size: .78rem; font-weight: 700; color: var(--ink); }
.field .opt { font-weight: 500; color: var(--ink-4); }

.field input, .field select, .field textarea {
  width: 100%; min-height: 44px; padding: .55rem .7rem;
  border: 1.5px solid var(--line-2); border-radius: var(--r-sm);
  background: #fff; color: var(--ink); font-size: 1rem; /* 16px stops iOS zooming */
  transition: border-color .14s var(--ease), box-shadow .14s var(--ease);
}
.field textarea { min-height: 4.2rem; resize: vertical; padding-top: .6rem; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-4); opacity: 1; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--orange-500); box-shadow: 0 0 0 3px rgba(239,108,26,.18);
}
.field input[aria-invalid='true'], .field select[aria-invalid='true'] {
  border-color: var(--error); box-shadow: 0 0 0 3px rgba(192,38,26,.13);
}
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235d636e' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .65rem center; padding-right: 2.1rem;
}

.err { font-size: .76rem; font-weight: 600; color: var(--error); }
.err:empty { display: none; }

/* Honeypot: out of the layout and out of the accessibility tree, but not
   display:none, which some bots specifically look for. */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form__consent { font-size: .72rem; line-height: 1.45; color: var(--ink-4); }
.form__fail {
  padding: .6rem .75rem; border-radius: var(--r-sm); background: #fdecea;
  border: 1px solid #f3c9c4; color: var(--error); font-size: .85rem; font-weight: 600;
}

/* The second panel is enrichment, not a gate. It says so, and it looks calm. */
.step2__note {
  display: flex; gap: .55rem; align-items: flex-start;
  padding: .7rem .8rem; border-radius: var(--r-sm);
  background: var(--green-100); color: #175c3d; font-size: .84rem; line-height: 1.45;
}
.step2__note svg { flex-shrink: 0; margin-top: .15rem; }
.step2__note strong { color: #114630; }

.success { display: grid; gap: .45rem; text-align: center; padding: 1.8rem 1.2rem; }
.success__tick {
  width: 54px; height: 54px; margin: 0 auto .35rem; border-radius: 50%;
  display: grid; place-items: center; background: var(--green-100); color: var(--green-600);
}
.success__title { font-size: 1.35rem; font-weight: 800; }
.success p { font-size: .92rem; color: var(--ink-3); }
.success .btn { justify-self: center; margin-top: .5rem; }

/* ============================================================ sections === */

.section { padding-block: clamp(2.5rem, 5vw, 4.25rem); scroll-margin-top: var(--hdr-h); }
.section--tint { background: var(--paper-2); }
.section--dark { background: var(--ink); color: rgba(255,255,255,.8); }
.section--dark h2, .section--dark h3 { color: #fff; }

.section__head { max-width: 48rem; margin-bottom: clamp(1.3rem, 2.5vw, 2rem); }
.section__lede { margin-top: .5rem; color: var(--ink-3); font-size: 1rem; }

.fineprint { margin-top: 1.2rem; font-size: .78rem; line-height: 1.55; color: var(--ink-4); max-width: 52rem; }
.note {
  margin-top: .8rem; padding: .9rem 1rem; border-left: 3px solid var(--line-2);
  background: var(--paper-2); border-radius: 0 var(--r-sm) var(--r-sm) 0;
  font-size: .92rem; color: var(--ink-3);
}

/* =============================================================== tabs ==== */

.tabs {
  display: flex; gap: .45rem; margin-bottom: 1.4rem; overflow-x: auto;
  scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: .2rem;
}
.tabs::-webkit-scrollbar { display: none; }
.tab {
  flex-shrink: 0; padding: .5rem 1rem; border: 1.5px solid var(--line-2); border-radius: 999px;
  background: #fff; color: var(--ink-2); font-size: .87rem; font-weight: 700; cursor: pointer;
  transition: background .15s var(--ease), border-color .15s var(--ease), color .15s var(--ease);
}
.tab:hover { border-color: var(--ink-3); color: var(--ink); }
.tab.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }

/* =========================================================== packages ==== */

.pkg-grid { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .pkg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .pkg-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.pkg {
  display: flex; flex-direction: column; overflow: hidden;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease), transform .18s var(--ease);
}
.pkg:hover { border-color: var(--line-2); box-shadow: var(--sh-2); transform: translateY(-2px); }

/* The image is a fixed 3:2 slice so every card in a row lines up, and it is kept
   to roughly 40% of the card so the information below it is the main event. */
.pkg__media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--paper-3); }
.pkg__media img { width: 100%; height: 100%; object-fit: cover; transition: scale .5s var(--ease); }
.pkg:hover .pkg__media img { scale: 1.05; }

.pkg__tag {
  position: absolute; left: .6rem; top: .6rem;
  padding: .24rem .6rem; border-radius: 999px; background: rgba(255,255,255,.94);
  color: var(--ink); font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}
.pkg__dur {
  position: absolute; right: .6rem; bottom: .6rem;
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .26rem .6rem; border-radius: 999px; background: rgba(18,20,24,.82);
  color: #fff; font-size: .72rem; font-weight: 700;
}

.pkg__body { display: flex; flex-direction: column; gap: .5rem; padding: .9rem 1rem 1rem; flex: 1; }
.pkg__title { font-size: 1.16rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.25; }
.pkg__title a { color: var(--ink); text-decoration: none; }
.pkg__title a:hover { color: var(--orange-600); }

.pkg__route {
  display: flex; gap: .4rem; font-size: .82rem; line-height: 1.45; color: var(--ink-3);
}
.pkg__route-icon { color: var(--blue-500); flex-shrink: 0; margin-top: .12rem; }
.pkg__route span[aria-hidden] { color: var(--ink-4); }

.pkg__flag {
  align-self: flex-start; padding: .2rem .55rem; border-radius: var(--r-sm);
  background: var(--blue-100); color: var(--blue-700); font-size: .72rem; font-weight: 700;
}

/* Four fixed slots so cards line up across a row. Items not included are shown
   muted rather than removed — a gap in a strip reads as an oversight, a muted
   row reads as a fact, and the fact is what the visitor needs. */
.pkg__inc { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .28rem .6rem; }
.pkg__inc li { display: flex; align-items: center; gap: .32rem; font-size: .78rem; font-weight: 600; color: var(--ink-2); }
.pkg__inc-icon { display: inline-flex; color: var(--green-600); }
.pkg__inc li.is-off { color: var(--ink-4); font-weight: 500; }
.pkg__inc li.is-off .pkg__inc-icon { color: var(--ink-4); }
.pkg__inc--lg { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem 1rem; max-width: 26rem; margin-top: 1rem; }
@media (min-width: 640px) { .pkg__inc--lg { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: none; } }
.pkg__inc--lg li { font-size: .88rem; }

.pkg__foot { margin-top: auto; padding-top: .7rem; border-top: 1px solid var(--line); display: grid; gap: .6rem; }
.pkg__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: .3rem; }
.pkg__price-lead { font-size: .74rem; color: var(--ink-4); width: 100%; }
.pkg__price strong { font-size: 1.35rem; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
.pkg__price-unit { font-size: .74rem; color: var(--ink-4); }
.pkg__price--request strong { font-size: 1.05rem; color: var(--ink-2); }
.pkg__price--request .pkg__price-unit { width: 100%; }

.pkg__actions { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.pkg__cb {
  font-size: .82rem; font-weight: 700; color: var(--ink-3); text-decoration: none;
  border-bottom: 1px solid var(--line-2); padding-bottom: 1px;
}
.pkg__cb:hover { color: var(--orange-600); border-bottom-color: var(--orange-500); }

.pkg-empty { margin-top: 1rem; padding: 1.5rem; text-align: center; background: var(--paper-2); border-radius: var(--r); color: var(--ink-3); }

/* ======================================================= destinations ==== */

/* Deliberately larger than a package card: a destination is a bigger idea, and
   the size difference is what stops the two sections reading as one list. */
.dest-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 720px) { .dest-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.dest {
  display: flex; flex-direction: column; overflow: hidden;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: box-shadow .2s var(--ease), transform .2s var(--ease);
}
.dest:hover { box-shadow: var(--sh-2); transform: translateY(-3px); }
.dest__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-3); }
.dest__media img { width: 100%; height: 100%; object-fit: cover; transition: scale .55s var(--ease); }
.dest:hover .dest__media img { scale: 1.05; }
.dest__body { display: flex; flex-direction: column; gap: .45rem; padding: 1.1rem 1.15rem 1.2rem; flex: 1; }
.dest__body h3 { font-size: 1.3rem; font-weight: 800; }
.dest__body p { font-size: .92rem; color: var(--ink-3); }

/* ================================================================ why ==== */

.why-grid { list-style: none; padding: 0; display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 620px) { .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .why-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.why { padding: 1.1rem 1.15rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r); }
.why__icon {
  display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px;
  background: var(--orange-100); color: var(--orange-600); margin-bottom: .6rem;
}
.why:nth-child(2) .why__icon { background: var(--blue-100); color: var(--blue-700); }
.why:nth-child(3) .why__icon { background: var(--green-100); color: var(--green-600); }
.why:nth-child(4) .why__icon { background: #efeafa; color: #5b45a8; }
.why h3 { font-size: 1.02rem; font-weight: 700; }
.why p { margin-top: .25rem; font-size: .88rem; color: var(--ink-3); }

/* ============================================================== steps ==== */

.steps { list-style: none; padding: 0; display: grid; gap: 1.1rem; counter-reset: step; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.75rem; } }
.step { display: grid; gap: .35rem; }
.step__n { font-size: .9rem; font-weight: 800; color: var(--orange-500); letter-spacing: .08em; }
.step h3 { font-size: 1.08rem; font-weight: 700; }
.step p { font-size: .9rem; color: var(--ink-3); }

/* ============================================================ contact ==== */

.contact { display: grid; gap: 1.6rem; }
@media (min-width: 900px) { .contact { grid-template-columns: 1fr 22rem; gap: 3rem; align-items: start; } }
.contact > * { min-width: 0; }
.contact__copy p { margin-top: .6rem; color: var(--ink-3); max-width: 46ch; }

.contact__facts { margin-top: 1.4rem; display: grid; gap: .55rem; }
.contact__facts > div { display: grid; grid-template-columns: 7rem 1fr; gap: .8rem; padding-bottom: .55rem; border-bottom: 1px solid var(--line); }
@media (max-width: 460px) { .contact__facts > div { grid-template-columns: 1fr; gap: 0; } }
.contact__facts dt { font-size: .78rem; font-weight: 600; color: var(--ink-4); }
.contact__facts dd { margin: 0; font-size: .92rem; font-weight: 600; color: var(--ink); }

.contact__buttons { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.2rem; }

.callback { overflow: hidden; box-shadow: var(--sh-2); scroll-margin-top: calc(var(--hdr-h) + 12px); }
.callback__head { padding: .95rem 1.1rem; border-bottom: 1px solid var(--line); background: var(--paper); }
.callback__head h3 { font-size: 1.1rem; font-weight: 800; }
.callback__head p { font-size: .82rem; color: var(--ink-3); margin-top: .1rem; }

/* ================================================================ faq ==== */

.faq { display: grid; gap: .5rem; max-width: 52rem; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.faq__item[open] { border-color: var(--line-2); box-shadow: var(--sh-1); }
.faq__item summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
  padding: .9rem 1.05rem; cursor: pointer; list-style: none;
  font-size: .98rem; font-weight: 700; color: var(--ink);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--orange-600); }
.faq__icon { position: relative; width: 1.1rem; height: 1.1rem; flex-shrink: 0; margin-top: .25rem; }
.faq__icon::before, .faq__icon::after {
  content: ''; position: absolute; top: 50%; left: 50%; translate: -50% -50%;
  background: var(--orange-500); border-radius: 2px; transition: opacity .18s var(--ease);
}
.faq__icon::before { width: .8rem; height: 2px; }
.faq__icon::after { width: 2px; height: .8rem; }
.faq__item[open] .faq__icon::after { opacity: 0; }
.faq__answer { padding: 0 1.05rem 1rem; font-size: .93rem; color: var(--ink-3); }

/* ============================================================= footer ==== */

.ftr { background: var(--ink); color: rgba(255,255,255,.66); padding-block: 2.4rem 1.2rem; }
.ftr__inner { display: grid; gap: 1.6rem; }
@media (min-width: 820px) { .ftr__inner { grid-template-columns: 1.6fr 1fr 1.2fr; gap: 2.5rem; } }
.ftr__brand { display: flex; align-items: center; gap: .65rem; }
.ftr__brand img { border-radius: 50%; }
.ftr__name { font-size: 1.05rem; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.ftr__about { margin-top: .7rem; font-size: .86rem; max-width: 38ch; }
.ftr h4 { color: rgba(255,255,255,.55); margin-bottom: .2rem; }
.ftr__nav, .ftr__contact { display: grid; gap: .45rem; align-content: start; }
.ftr__nav a, .ftr__contact a { color: rgba(255,255,255,.8); text-decoration: none; font-size: .88rem; }
.ftr__nav a:hover, .ftr__contact a:hover { color: var(--orange-400); }
.ftr__contact a { display: inline-flex; align-items: center; gap: .45rem; }
.ftr__bottom { margin-top: 1.6rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; color: rgba(255,255,255,.5); }

/* ================================================== mobile action bar ==== */

.mbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: grid; grid-template-columns: auto auto 1fr; gap: .5rem; align-items: center;
  padding: .45rem var(--gutter) calc(.45rem + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.97); backdrop-filter: blur(10px); border-top: 1px solid var(--line);
}
@media (min-width: 900px) { .mbar { display: none; } }
.mbar__call, .mbar__wa {
  display: inline-flex; flex-direction: column; align-items: center; gap: .05rem;
  padding: .35rem .6rem; border: 1.5px solid var(--line-2); border-radius: 10px;
  text-decoration: none; color: var(--ink); font-size: .62rem; font-weight: 700;
}
.mbar__wa { color: var(--green-600); border-color: var(--green-100); background: var(--green-100); }
.mbar__cta {
  display: flex; align-items: center; justify-content: center; min-height: 46px;
  border-radius: 999px; background: var(--orange-500); color: #fff;
  font-weight: 800; font-size: .92rem; text-decoration: none; padding-inline: .5rem;
}

/* ====================================================== package page ===== */

.crumb { border-bottom: 1px solid var(--line); background: var(--paper-2); }
.crumb .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; padding-block: .7rem; font-size: .82rem; color: var(--ink-4); }
.crumb a { color: var(--ink-3); text-decoration: none; }
.crumb a:hover { color: var(--orange-600); }
.crumb [aria-current] { color: var(--ink); font-weight: 600; }

.phero { padding-block: clamp(1.5rem, 3vw, 2.5rem); }
.phero__inner { display: grid; gap: 1.75rem; }
@media (min-width: 960px) { .phero__inner { grid-template-columns: 1fr 22rem; gap: 3rem; align-items: start; } }
.phero__inner > * { min-width: 0; }
.phero__media { position: relative; border-radius: var(--r-lg); overflow: hidden; margin-bottom: 1.2rem; aspect-ratio: 3 / 2; background: var(--paper-3); }
.phero__media img { width: 100%; height: 100%; object-fit: cover; }
.phero h1 { margin-top: .3rem; }
.phero__lede { margin-top: .9rem; font-size: 1.02rem; color: var(--ink-3); max-width: 58ch; }
.phero__h2 { margin-top: 1.8rem; font-size: 1.3rem; font-weight: 800; }
.phero__side { position: sticky; top: calc(var(--hdr-h) + 16px); }
@media (max-width: 959px) { .phero__side { position: static; } }

.pmeta { list-style: none; padding: 0; margin: .9rem 0 0; display: flex; flex-wrap: wrap; gap: .45rem; }
.pmeta li {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .32rem .7rem; border: 1px solid var(--line); border-radius: 999px;
  background: var(--paper-2); font-size: .8rem; font-weight: 600; color: var(--ink-2);
}
.pmeta svg { color: var(--blue-500); flex-shrink: 0; }

.pprice { margin-top: 1.1rem; display: flex; align-items: baseline; flex-wrap: wrap; gap: .4rem; }
.pprice span:first-child { font-size: .8rem; color: var(--ink-4); }
.pprice strong { font-size: 1.85rem; font-weight: 800; color: var(--ink); letter-spacing: -.03em; }
.pprice span:last-child { font-size: .8rem; color: var(--ink-4); }
.pprice--request strong { font-size: 1.3rem; }
.pprice--request span { width: 100%; }

.ticks { list-style: none; padding: 0; display: grid; gap: .4rem; margin-top: .7rem; }
.ticks li { display: grid; grid-template-columns: 1rem 1fr; gap: .5rem; font-size: .9rem; color: var(--ink-3); }
.ticks svg { color: var(--green-600); margin-top: .22rem; }
.ticks--lg li { font-size: .95rem; }

.itin { list-style: none; padding: 0; margin-top: 1.2rem; display: grid; gap: 0; }
.itin__day {
  display: grid; grid-template-columns: 5.5rem 1fr; gap: 1rem;
  padding: 1.1rem 0; border-top: 1px solid var(--line);
}
.itin__day:last-child { border-bottom: 1px solid var(--line); }
@media (max-width: 560px) { .itin__day { grid-template-columns: 1fr; gap: .3rem; } }
.itin__n { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--orange-600); padding-top: .2rem; }
.itin__day h3 { font-size: 1.05rem; font-weight: 700; }
.itin__day p { margin-top: .3rem; font-size: .92rem; color: var(--ink-3); }

.plists { display: grid; gap: 1.5rem; margin-top: 1.2rem; }
@media (min-width: 820px) { .plists { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem; } }
.plist h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: .6rem; }
.plist ul { list-style: none; padding: 0; display: grid; gap: .45rem; }
.plist li { display: grid; grid-template-columns: 1rem 1fr; gap: .55rem; font-size: .9rem; color: var(--ink-3); }
.plist li svg { margin-top: .22rem; }
.plist--in li svg { color: var(--green-600); }
.plist--out li svg { color: var(--ink-4); }

.pnotes { list-style: none; padding: 0; margin-top: 1.4rem; display: grid; gap: .4rem; }
.pnotes li { font-size: .84rem; color: var(--ink-4); padding-left: 1rem; position: relative; }
.pnotes li::before { content: '—'; position: absolute; left: 0; }
