/* ============================================================
   HairTurks — warm Anatolian luxury
   Palette: ivory paper / espresso ink / copper / Bosphorus teal
   Type: Fraunces (display serif) + Albert Sans (body)
   ============================================================ */

:root {
  --ivory: #FAF5EE;
  --cream: #F3EBDD;
  --sand: #EADCC6;
  --white: #FFFDF8;
  --ink: #2B2118;
  --ink-soft: #6B5D4F;
  --line: #E2D5C2;
  --copper: #B0653A;
  --copper-deep: #8F4D28;
  --gold: #E9B872;
  --gold-deep: #C8924A;
  --teal: #1F5F5B;
  --teal-deep: #15433F;
  --teal-ink: #0E302D;
  --wa: #1FA855;
  --alert: #C0392B;
  --alert-deep: #94271B;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Albert Sans", "Segoe UI", sans-serif;
  --arch: 12rem 12rem 1.1rem 1.1rem;
  --shadow-soft: 0 18px 50px -18px rgba(43, 33, 24, .28);
  --shadow-card: 0 10px 30px -12px rgba(43, 33, 24, .18);
  --ease-out: cubic-bezier(.22, .8, .3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; overflow-x: clip; }

body {
  font-family: var(--sans);
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.65;
  font-size: 1.0rem;
  overflow-x: clip;
  max-width: 100%;
  position: relative;
}

/* grain overlay */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

::selection { background: var(--copper); color: var(--white); }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

.container { width: min(1180px, 92vw); margin-inline: auto; }

.ic { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ic--wa { fill: currentColor; stroke: none; width: 18px; height: 18px; }

.flag {
  width: 27px;
  height: 19px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(43, 33, 24, .12), 0 1px 3px rgba(43, 33, 24, .15);
  vertical-align: -3px;
  flex: none;
}
.flag--lg { width: 40px; height: 28px; border-radius: 6px; }
.flag--sm { width: 21px; height: 15px; border-radius: 3px; }

/* ============ Typography ============ */
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.12; letter-spacing: -.01em; }

h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
h2 em, h1 em { font-style: italic; color: var(--copper); }

.eyebrow {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 1.1rem;
}
.eyebrow--gold { color: var(--gold); }

.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }

.section__head { max-width: 640px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section__head--light { color: var(--white); }
.section__lede { margin-top: 1.1rem; color: var(--ink-soft); font-size: 1.06rem; }
.section__head--light .section__lede { color: rgba(255, 253, 248, .72); }

/* ============ Buttons ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  gap: .55rem;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .95rem;
  padding: .95rem 1.7rem;
  border-radius: 99px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .25s var(--ease-out), box-shadow .25s, background .25s, color .25s, border-color .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

.btn--primary { background: var(--copper); color: var(--white); box-shadow: 0 10px 24px -10px rgba(176, 101, 58, .55); }
.btn--primary:hover { background: var(--copper-deep); box-shadow: 0 14px 28px -10px rgba(176, 101, 58, .65); }

.btn--gold { background: var(--gold); color: var(--teal-ink); box-shadow: 0 10px 24px -10px rgba(233, 184, 114, .6); }
.btn--gold:hover { background: var(--gold-deep); }

.btn--ghost { border-color: var(--line); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--copper); color: var(--copper-deep); }

.btn--sm { padding: .6rem 1.15rem; font-size: .86rem; }
.btn--full { width: 100%; }

/* ============ Trust ribbon ============ */
.trustbar {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  cursor: pointer;
  font-family: var(--sans);
  color: var(--white);
  text-align: center;
  padding: .6rem 1rem;
  background: linear-gradient(100deg, var(--alert-deep), var(--alert) 45%, var(--copper) 100%);
  overflow: hidden;
}
.trustbar__pulse {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, .22) 50%, transparent 70%);
  transform: translateX(-100%);
  animation: ribbonSheen 5.5s ease-in-out infinite;
}
@keyframes ribbonSheen { 0%, 60% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
.trustbar__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  flex-wrap: wrap;
}
.trustbar__ic { width: 19px; height: 19px; fill: rgba(255, 255, 255, .15); stroke: #fff; stroke-width: 1.4; flex: none; }
.trustbar b { font-weight: 600; font-size: .86rem; letter-spacing: .005em; }
.trustbar__more {
  font-weight: 700;
  font-size: .8rem;
  white-space: nowrap;
  padding: .12rem .6rem;
  border-radius: 99px;
  background: rgba(255, 255, 255, .16);
  transition: background .2s;
}
.trustbar:hover .trustbar__more { background: rgba(255, 255, 255, .3); }

/* ============ Trust modal ============ */
.tmodal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 1.2rem; }
.tmodal[hidden] { display: none; }
.tmodal__backdrop {
  position: absolute; inset: 0;
  background: rgba(14, 48, 45, .62);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  animation: fadeIn .3s ease;
}
@keyframes fadeIn { from { opacity: 0; } }

.tmodal__card {
  position: relative;
  z-index: 1;
  width: min(540px, 100%);
  max-height: 92dvh;
  overflow-y: auto;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-top: 5px solid var(--alert);
  border-radius: 1.6rem;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  box-shadow: 0 40px 90px -30px rgba(14, 48, 45, .7);
  animation: modalPop .45s var(--ease-out);
}
@keyframes modalPop { from { opacity: 0; transform: translateY(28px) scale(.96); } }

.tmodal__x {
  position: absolute; top: .9rem; right: 1.1rem;
  width: 36px; height: 36px;
  border: 0; border-radius: 50%;
  background: var(--cream); color: var(--ink-soft);
  font-size: 1.5rem; line-height: 1; cursor: pointer;
  transition: background .2s, color .2s;
}
.tmodal__x:hover { background: var(--sand); color: var(--ink); }

.tmodal__badge {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--alert);
  background: rgba(192, 57, 43, .1);
  padding: .35rem .8rem; border-radius: 99px;
  margin-bottom: 1rem;
}
.tmodal__badge::before { content: "⚠"; font-size: .9rem; }
.tmodal__title { font-family: var(--serif); font-weight: 500; font-size: clamp(1.7rem, 4.5vw, 2.4rem); line-height: 1.1; }
.tmodal__title em { font-style: italic; color: var(--copper); }
.tmodal__lede { color: var(--ink-soft); margin-top: .9rem; font-size: 1rem; }

.tmodal__points { list-style: none; display: grid; gap: 1rem; margin: 1.6rem 0; }
.tmodal__points li { display: flex; gap: .9rem; align-items: flex-start; }
.tmodal__pic {
  flex: none;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 13px 13px 5px 5px;
  background: linear-gradient(150deg, var(--teal), var(--teal-deep));
  color: var(--gold);
}
.tmodal__pic svg { width: 24px; height: 24px; }
.tmodal__points b { display: block; font-size: 1rem; }
.tmodal__points span { font-size: .9rem; color: var(--ink-soft); }

.tmodal__actions { display: grid; gap: .6rem; margin-top: 1.6rem; }
.tmodal__dismiss {
  background: none; border: 0; cursor: pointer;
  font-family: var(--sans); font-size: .9rem; font-weight: 500;
  color: var(--ink-soft); text-decoration: underline; text-underline-offset: 3px;
  padding: .3rem;
}
.tmodal__dismiss:hover { color: var(--ink); }

@media (prefers-reduced-motion: reduce) {
  .trustbar__pulse { animation: none; }
  .tmodal__card, .tmodal__backdrop { animation: none; }
}

/* ============ Topbar ============ */
.topbar {
  background: var(--teal-ink);
  color: rgba(255, 253, 248, .85);
  font-size: .8rem;
  padding: .45rem 0;
}
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.topbar__contact { display: flex; align-items: center; gap: 1.4rem; }
.topbar__contact a { display: inline-flex; align-items: center; gap: .4rem; transition: color .2s; }
.topbar__contact a:hover { color: var(--gold); }
.topbar__hours { opacity: .65; }
.topbar__langs { display: flex; align-items: center; gap: .45rem; }
.topbar__langs span { opacity: .55; }
.topbar__langs b {
  font-weight: 600;
  font-size: .72rem;
  padding: .1rem .45rem;
  border: 1px solid rgba(255, 253, 248, .25);
  border-radius: 99px;
}

/* ============ Header ============ */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--ivory) 86%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 30px -18px rgba(43, 33, 24, .25); }

.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: .8rem 0; }

.brand { display: inline-flex; align-items: center; gap: .6rem; }
.brand__mark { width: 40px; height: 40px; }
.brand__disc { fill: var(--teal); }
.brand__arc { fill: none; stroke: var(--gold); stroke-width: 2.4; stroke-linecap: round; }
.brand__arc--inner { stroke: var(--ivory); stroke-width: 1.8; opacity: .85; }
.brand__word { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; letter-spacing: -.01em; }
.brand__word em { font-style: italic; color: var(--copper); }
.brand--light .brand__word { color: var(--white); }

.nav { display: flex; gap: 1.5rem; align-items: center; }
.nav__close, .nav__cta { display: none; }
.nav__backdrop { display: none; }
.nav a {
  font-size: .92rem;
  font-weight: 500;
  color: var(--ink-soft);
  position: relative;
  padding: .3rem 0;
  white-space: nowrap;
  transition: color .2s;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease-out);
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { transform: scaleX(1); }

.header__cta { display: flex; align-items: center; gap: .6rem; }

/* ============ Language switcher ============ */
.lang { position: relative; }
.lang__btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 99px;
  padding: .42rem .7rem;
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s;
}
.lang__btn:hover { border-color: var(--copper); }
.lang__btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.flag--btn { width: 24px; height: 17px; }
.lang__caret { width: 10px; height: 6px; fill: none; stroke: var(--ink-soft); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s; }
.lang.is-open .lang__caret { transform: rotate(180deg); }

.lang__menu {
  position: absolute;
  top: calc(100% + .55rem);
  inset-inline-end: 0;
  list-style: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: .45rem;
  min-width: 11.5rem;
  box-shadow: var(--shadow-card);
  display: none;
  z-index: 120;
}
.lang.is-open .lang__menu { display: block; animation: langpop .18s var(--ease-out); }
@keyframes langpop { from { opacity: 0; transform: translateY(-6px); } }
.lang__menu button {
  display: flex;
  align-items: center;
  gap: .65rem;
  width: 100%;
  background: none;
  border: 0;
  border-radius: .65rem;
  padding: .55rem .7rem;
  font-family: var(--sans);
  font-size: .92rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  text-align: start;
}
.lang__menu button:hover { background: var(--cream); }
.lang__menu button.is-on { background: var(--cream); font-weight: 700; }
.lang__menu .flag { width: 24px; height: 17px; }

.topbar__langs button {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .72rem;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: .1rem .45rem;
  border: 1px solid rgba(255, 253, 248, .25);
  border-radius: 99px;
  transition: border-color .2s, color .2s;
}
.topbar__langs button:hover { border-color: var(--gold); color: var(--gold); }
.topbar__langs button.is-on { border-color: var(--gold); color: var(--gold); }

/* ============ RTL guards ============ */
.brand, .marquee, .topbar__contact a { direction: ltr; }
[dir="rtl"] .step:hover { transform: translateX(-6px); }
[dir="rtl"] .hero__dots { right: auto; left: -50px; }

.header__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: .5rem;
  cursor: pointer;
}
.header__burger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }
.header__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header__burger.is-open span:nth-child(2) { opacity: 0; }
.header__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============ Hero ============ */
.hero { position: relative; padding: clamp(3rem, 7vw, 6rem) 0 clamp(3.5rem, 7vw, 6rem); overflow: hidden; }

.hero__ornament {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(233, 184, 114, .22), transparent 60%),
    radial-gradient(700px 500px at -10% 110%, rgba(31, 95, 91, .10), transparent 60%);
  pointer-events: none;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  position: relative;
}

.hero__title { font-size: clamp(2.6rem, 5.6vw, 4.4rem); font-weight: 500; }

.hero__lede { margin-top: 1.4rem; font-size: 1.09rem; color: var(--ink-soft); max-width: 33rem; }
.hero__lede strong { color: var(--ink); font-weight: 600; }

.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: 2.2rem;
  font-size: .9rem;
  color: var(--ink-soft);
}
.hero__trust b { color: var(--ink); }
.hero__trust i { width: 4px; height: 4px; border-radius: 50%; background: var(--line); }
.hero__stars { color: var(--gold-deep); letter-spacing: .12em; }

.hero__visual { position: relative; justify-self: center; }

.hero__arch {
  width: min(420px, 80vw);
  aspect-ratio: 4 / 5;
  border-radius: var(--arch);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 6px solid var(--white);
  position: relative;
  z-index: 2;
}
.hero__arch img { width: 100%; height: 100%; object-fit: cover; }

.hero__card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: .7rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: .8rem 1.1rem;
  box-shadow: var(--shadow-card);
  animation: floaty 6s ease-in-out infinite;
}
.hero__card b { display: block; font-size: .88rem; line-height: 1.25; }
.hero__card small { color: var(--ink-soft); font-size: .76rem; }
.hero__card-ic { font-size: 1.3rem; }
.hero__card-flags { display: inline-flex; gap: .3rem; }
.hero__card--quote { top: 8%; left: -3.5rem; }
.hero__card--langs { bottom: 10%; right: -3rem; animation-delay: -3s; }

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.hero__dots {
  position: absolute;
  width: 230px;
  top: -40px;
  right: -50px;
  z-index: 1;
  stroke: var(--copper);
  opacity: .5;
  animation: spin 60s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ============ Marquee ============ */
.marquee {
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
  padding: .85rem 0;
  font-size: .85rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.marquee__track {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  width: max-content;
  animation: marquee 38s linear infinite;
}
.marquee__track span { white-space: nowrap; }
.marquee__track i { color: var(--gold); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============ Stats ============ */
.stats { background: var(--cream); border-block: 1px solid var(--line); }
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 2.6rem 0;
  text-align: center;
}
.stat__num {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  font-weight: 600;
  color: var(--copper-deep);
  line-height: 1;
  margin-bottom: .4rem;
  font-variant-numeric: tabular-nums;
}
.stat span { font-size: .92rem; color: var(--ink-soft); }

/* ============ Services ============ */
.services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}

.svc {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  padding: 1.8rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  transition: transform .3s var(--ease-out), box-shadow .3s, border-color .3s;
}
.svc:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
  border-color: var(--sand);
}

.svc__ic {
  width: 52px;
  height: 52px;
  border-radius: 16px 16px 6px 6px;
  background: linear-gradient(145deg, var(--cream), var(--sand));
  display: grid;
  place-items: center;
  margin-bottom: .4rem;
}
.svc__ic svg { width: 26px; height: 26px; fill: none; stroke: var(--copper-deep); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.svc h3 { font-size: 1.18rem; }
.svc p { font-size: .9rem; color: var(--ink-soft); flex: 1; }

.svc__link { font-size: .86rem; font-weight: 600; color: var(--copper-deep); transition: gap .2s; }
.svc__link:hover { text-decoration: underline; text-underline-offset: 4px; }
.svc__link--gold { color: var(--gold); }

/* ============ Why ============ */
.why { background: var(--white); border-block: 1px solid var(--line); }

.why__inner {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.why__media { position: relative; display: flex; gap: 1.2rem; align-items: flex-start; }

.why__img { border-radius: var(--arch); overflow: hidden; border: 5px solid var(--cream); box-shadow: var(--shadow-card); }
.why__img img { width: 100%; height: 100%; object-fit: cover; }
.why__img--tall { width: 56%; aspect-ratio: 3 / 4.4; }
.why__img--offset { width: 44%; aspect-ratio: 3 / 4; margin-top: 4.5rem; }

.why__badge {
  position: absolute;
  left: 46%;
  top: -1.4rem;
  background: var(--teal);
  color: var(--white);
  border-radius: 50%;
  width: 92px;
  height: 92px;
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.15;
  box-shadow: var(--shadow-card);
  border: 3px solid var(--white);
}
.why__badge b { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: .85rem; color: var(--gold); }
.why__badge span { font-weight: 700; font-size: 1.05rem; }

.why__list { list-style: none; margin: 1.8rem 0 2rem; display: grid; gap: 1.1rem; }
.why__list li { padding-inline-start: 1.6rem; position: relative; }
.why__list li::before {
  content: "✦";
  position: absolute;
  inset-inline-start: 0;
  top: .1rem;
  color: var(--copper);
  font-size: .8rem;
}
.why__list b { display: block; font-size: 1rem; }
.why__list span { font-size: .92rem; color: var(--ink-soft); }
.why__copy > p { color: var(--ink-soft); margin-top: 1.2rem; max-width: 32rem; }

/* ============ Before / After ============ */
.results { background: var(--ivory); }

.results__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}

.ba { display: flex; flex-direction: column; gap: .9rem; }

.ba__frame {
  position: relative;
  border-radius: var(--arch);
  overflow: hidden;
  aspect-ratio: 3 / 3.6;
  border: 5px solid var(--white);
  box-shadow: var(--shadow-card);
  user-select: none;
}
.ba__frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.ba__beforewrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0);
}
.ba__beforewrap img { position: absolute; inset: 0; }

.ba__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos, 50%);
  width: 2px;
  background: var(--white);
  transform: translateX(-1px);
  pointer-events: none;
  z-index: 2;
}
.ba__handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 4px 14px rgba(43, 33, 24, .3);
}
.ba__handle span::before, .ba__handle span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0; height: 0;
  border: 5px solid transparent;
}
.ba__handle span::before { left: 7px; transform: translateY(-50%); border-right-color: var(--copper); }
.ba__handle span::after { right: 7px; transform: translateY(-50%); border-left-color: var(--copper); }

.ba__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 3;
  -webkit-appearance: none;
  appearance: none;
}

.ba__tag {
  position: absolute;
  bottom: .9rem;
  z-index: 2;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .25rem .7rem;
  border-radius: 99px;
}
.ba__tag--b { left: .9rem; background: rgba(43, 33, 24, .75); color: var(--cream); }
.ba__tag--a { right: .9rem; background: var(--gold); color: var(--ink); }

.ba figcaption { text-align: center; }
.ba figcaption b { font-size: .98rem; display: block; }
.ba figcaption span { font-size: .85rem; color: var(--ink-soft); }

.results__note { margin-top: 2.4rem; text-align: center; color: var(--ink-soft); font-size: .92rem; }
.results__note em { color: var(--copper-deep); }

.results__credit { margin-top: .7rem; text-align: center; font-size: .72rem; color: var(--ink-soft); opacity: .7; }
.results__credit a { text-decoration: underline; text-underline-offset: 3px; }
.results__credit a:hover { color: var(--copper-deep); }

/* ============ Routes ============ */
.routes {
  background:
    radial-gradient(800px 400px at 70% 0%, rgba(233, 184, 114, .08), transparent 60%),
    linear-gradient(180deg, var(--teal-ink), var(--teal-deep));
  color: var(--white);
}

.routes .section__head { margin-inline: auto; text-align: center; }

.routes__map { margin: 0 auto 3rem; max-width: 900px; }
.routes__svg { width: 100%; height: auto; }

.world-dots {
  fill: none;
  stroke: #F3EBDD;
  stroke-opacity: .17;
  stroke-width: 2.4;
  stroke-linecap: round;
}

.route__path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.7;
  stroke-dasharray: 6 8;
  opacity: .75;
  animation: dash 30s linear infinite;
}
.route__path.p2 { animation-duration: 26s; }
.route__path.p3 { animation-duration: 22s; }
.route__path.p4 { animation-duration: 24s; }
.route__path.p5 { animation-duration: 28s; }
.route__path.p6 { animation-duration: 32s; }
@keyframes dash { to { stroke-dashoffset: -700; } }

.route__city circle { fill: var(--cream); }
.route__city text {
  fill: var(--cream);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  paint-order: stroke;
  stroke: var(--teal-ink);
  stroke-width: 4px;
  stroke-linejoin: round;
}
.route__city .route__time { fill: var(--gold); font-size: 12px; font-weight: 500; }

.route__ist circle { fill: var(--gold); }
.route__ist .route__ring { fill: none; stroke: var(--gold); stroke-width: 1.5; animation: pulse-ring 2.4s ease-out infinite; }
.route__ist text {
  fill: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .2em;
  text-anchor: middle;
  paint-order: stroke;
  stroke: var(--teal-ink);
  stroke-width: 5px;
  stroke-linejoin: round;
}
@keyframes pulse-ring {
  0% { transform: scale(.6); opacity: 1; }
  100% { transform: scale(2.2); opacity: 0; }
}

.routes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
}

.route-card {
  background: rgba(255, 253, 248, .05);
  border: 1px solid rgba(255, 253, 248, .14);
  border-radius: 1.4rem;
  padding: 1.7rem 1.5rem;
  transition: transform .3s var(--ease-out), background .3s, border-color .3s;
}
.route-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 253, 248, .09);
  border-color: rgba(233, 184, 114, .45);
}
.route-card__flag { display: block; margin-bottom: .9rem; }
.route-card h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.route-card p { font-size: .91rem; color: rgba(255, 253, 248, .72); margin-bottom: .9rem; }
.route-card b { font-size: .82rem; font-weight: 600; color: var(--gold); }

/* ============ Journey ============ */
.journey { background: var(--white); }

.steps { list-style: none; display: grid; gap: 1.1rem; max-width: 980px; margin-inline: auto; }

.step {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.6rem;
  align-items: center;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  padding: 1.6rem 1.9rem;
  transition: transform .3s var(--ease-out), box-shadow .3s;
}
.step:hover { transform: translateX(6px); box-shadow: var(--shadow-card); }
.step--alt { grid-template-columns: auto 1fr; background: var(--cream); }

.step__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 2.4rem;
  color: var(--copper);
  line-height: 1;
  min-width: 3.2rem;
}
.step__body h3 { font-size: 1.3rem; margin-bottom: .35rem; }
.step__body p { font-size: .95rem; color: var(--ink-soft); max-width: 34rem; }

.step__img {
  width: 150px;
  aspect-ratio: 1;
  border-radius: 6rem 6rem .8rem .8rem;
  overflow: hidden;
  border: 4px solid var(--white);
  box-shadow: var(--shadow-card);
}
.step__img img { width: 100%; height: 100%; object-fit: cover; }

/* ============ Packages ============ */
.packages { background: var(--ivory); }

.packages__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  max-width: 920px;
  margin-inline: auto;
}

.pack {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1.8rem;
  padding: 2.3rem 2.1rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pack h3 { font-size: 1.9rem; }
.pack__tag { font-size: .9rem; color: var(--ink-soft); margin: .3rem 0 1.4rem; font-style: italic; font-family: var(--serif); }

.pack ul { list-style: none; display: grid; gap: .65rem; margin-bottom: 2rem; flex: 1; }
.pack li { padding-inline-start: 1.7rem; position: relative; font-size: .94rem; }
.pack li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: .42rem;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--cream);
  border: 3.5px solid var(--copper);
}

.pack--vip {
  background: linear-gradient(170deg, var(--teal), var(--teal-deep));
  color: var(--white);
  border: 0;
  box-shadow: var(--shadow-soft);
}
.pack--vip .pack__tag { color: rgba(255, 253, 248, .7); }
.pack--vip li::before { background: var(--teal-ink); border-color: var(--gold); }

.pack__ribbon {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  background: var(--gold);
  color: var(--teal-ink);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .35rem .85rem;
  border-radius: 99px;
}

.packages__note { text-align: center; margin-top: 2rem; color: var(--ink-soft); font-size: .92rem; }

/* ============ Testimonials ============ */
.testi { background: var(--ink); color: var(--white); }
.testi .section__head { text-align: center; margin-inline: auto; }

.testi__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}

.tquote {
  background: rgba(255, 253, 248, .045);
  border: 1px solid rgba(255, 253, 248, .12);
  border-radius: 1.4rem;
  padding: 1.8rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  transition: transform .3s var(--ease-out), border-color .3s;
}
.tquote:hover { transform: translateY(-5px); border-color: rgba(233, 184, 114, .4); }
.tquote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--cream);
  flex: 1;
}
.tquote footer b { display: block; font-size: .95rem; }
.tquote footer span { font-size: .82rem; color: rgba(255, 253, 248, .6); }

/* ============ FAQ ============ */
.faq { background: var(--cream); }

.faq__inner {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
.faq__head { position: sticky; top: 110px; }
.faq__head > p:not(.eyebrow) { color: var(--ink-soft); margin: 1.2rem 0 1.6rem; max-width: 26rem; }

.faq__list { display: grid; gap: .8rem; }

.faq__list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  overflow: hidden;
  transition: border-color .25s;
}
.faq__list details[open] { border-color: var(--copper); }

.faq__list summary {
  list-style: none;
  cursor: pointer;
  padding-block: 1.15rem;
  padding-inline: 1.4rem 3rem;
  font-weight: 600;
  font-size: .99rem;
  position: relative;
}
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after {
  content: "+";
  position: absolute;
  inset-inline-end: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--copper);
  transition: transform .3s var(--ease-out);
}
.faq__list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq__list details p { padding: 0 1.4rem 1.3rem; font-size: .93rem; color: var(--ink-soft); }

/* ============ Contact ============ */
.contact { background: var(--ivory); }

.contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
.contact__info > p { color: var(--ink-soft); margin-top: 1.2rem; max-width: 30rem; }

.contact__details { list-style: none; margin-top: 2rem; display: grid; gap: 1.3rem; }
.contact__details li { border-inline-start: 3px solid var(--sand); padding-inline-start: 1.1rem; }
.contact__details b { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: var(--copper-deep); margin-bottom: .15rem; }
.contact__details span { font-size: .96rem; }
.contact__details span a:hover { color: var(--copper-deep); }
.contact__details li > a { display: block; width: fit-content; margin-top: .35rem; font-size: .86rem; font-weight: 600; color: var(--teal); }
.contact__details li > a:hover { text-decoration: underline; text-underline-offset: 4px; }

.contact__form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1.8rem;
  padding: 2.2rem 2rem;
  box-shadow: var(--shadow-card);
}
.contact__form h3 { font-size: 1.5rem; margin-bottom: 1.4rem; }

.field { margin-bottom: 1.05rem; }
.field__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; font-size: .84rem; font-weight: 600; margin-bottom: .35rem; }
.field label small { color: var(--ink-soft); font-weight: 400; }
.field input, .field select, .field textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: .95rem;
  color: var(--ink);
  background: var(--ivory);
  border: 1.5px solid var(--line);
  border-radius: .8rem;
  padding: .8rem 1rem;
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--copper);
  box-shadow: 0 0 0 4px rgba(176, 101, 58, .12);
}
.field input::placeholder, .field textarea::placeholder { color: #B5A88F; }

.contact__alt { margin-top: 1rem; font-size: .82rem; color: var(--ink-soft); text-align: center; }
.contact__alt a { color: var(--copper-deep); font-weight: 600; }

/* ============ Footer ============ */
.footer { background: var(--teal-ink); color: rgba(255, 253, 248, .8); }

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding: 4rem 0 3rem;
}
.footer__brand p { font-size: .92rem; margin-top: 1.1rem; max-width: 22rem; }
.footer__langs { display: flex; gap: .45rem; margin-top: 1.2rem; }
.footer__langs b {
  font-size: .72rem;
  font-weight: 600;
  padding: .15rem .5rem;
  border: 1px solid rgba(255, 253, 248, .25);
  border-radius: 99px;
}

.footer__col h4 {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--gold);
  margin-bottom: 1rem;
  font-weight: 500;
}
.footer__col a, .footer__col p { display: block; font-size: .9rem; margin-bottom: .55rem; transition: color .2s; }
.footer__col a:hover { color: var(--gold); }
.footer__hours { opacity: .65; }

.footer__legal {
  border-top: 1px solid rgba(255, 253, 248, .12);
  padding: 1.4rem 0 1.8rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  font-size: .78rem;
  opacity: .65;
}
.footer__legal p:last-child { max-width: 38rem; text-align: right; }

/* ============ Price comparison ============ */
.compare {
  background:
    radial-gradient(700px 360px at 15% 0%, rgba(233, 184, 114, .1), transparent 60%),
    linear-gradient(180deg, var(--teal-ink), var(--teal-deep));
  color: var(--white);
}
.compare .section__head { margin-inline: auto; text-align: center; }

.compare__chart {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
.cbar__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: .5rem;
}
.cbar__city { font-size: 1rem; font-weight: 600; }
.cbar__price { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; color: var(--gold); }
.cbar__price--quote { font-size: 1rem; font-weight: 600; font-family: var(--sans); border-bottom: 1px solid rgba(233,184,114,.5); transition: color .2s; }
.cbar__price--quote:hover { color: var(--white); }
.cbar__sub { display: block; margin-top: .4rem; font-size: .72rem; color: rgba(255,253,248,.45); }
.cbar__track {
  height: 30px;
  background: rgba(255, 253, 248, .08);
  border-radius: 99px;
  overflow: hidden;
}
.cbar__fill {
  height: 100%;
  width: 0;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(255, 253, 248, .35), rgba(255, 253, 248, .5));
  display: flex;
  align-items: center;
  transition: width 1.4s var(--ease-out);
}
.cbar__fill--us {
  background: linear-gradient(90deg, var(--copper), var(--gold));
  box-shadow: 0 0 24px -4px rgba(233, 184, 114, .6);
}
.cbar__tag {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--teal-ink);
  padding-inline: .9rem;
  white-space: nowrap;
}

.compare__points {
  max-width: 820px;
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: center;
}
.cpoint__num {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  margin-bottom: .5rem;
}
.cpoint span { font-size: .9rem; color: rgba(255, 253, 248, .72); }

.compare__note {
  max-width: 600px;
  margin: 2rem auto 0;
  text-align: center;
  font-size: .78rem;
  color: rgba(255, 253, 248, .5);
}

/* ============ Sticky mobile action bar ============ */
.actionbar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 150;
  padding: .5rem .5rem calc(.5rem + env(safe-area-inset-bottom));
  gap: .45rem;
  background: color-mix(in srgb, var(--ivory) 92%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 30px -12px rgba(43, 33, 24, .25);
}
.actionbar__btn {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .15rem;
  padding: .5rem .3rem;
  border-radius: .9rem;
  font-size: .74rem;
  font-weight: 600;
  line-height: 1;
}
.actionbar__btn svg { width: 20px; height: 20px; }
.actionbar__btn--call { background: var(--cream); color: var(--ink); }
.actionbar__btn--call svg { fill: none; stroke: var(--teal); stroke-width: 1.8; stroke-linejoin: round; }
.actionbar__btn--wa { background: var(--wa); color: #fff; }
.actionbar__btn--wa svg { fill: #fff; }
.actionbar__btn--cta { background: var(--copper); color: #fff; }
.actionbar__btn--cta svg { fill: rgba(255,255,255,.15); }
.actionbar__btn:active { transform: scale(.96); }

@media (max-width: 720px) {
  .actionbar { display: flex; }
  .wa-float { display: none; } /* sticky bar replaces it on phones */
  body { padding-bottom: 4.5rem; } /* room for the bar */
  .compare__points { grid-template-columns: 1fr; gap: 1.8rem; }
}

/* ============ Floating WhatsApp ============ */
.wa-float {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 200;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--wa);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px -8px rgba(31, 168, 85, .65);
  transition: transform .25s var(--ease-out);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
.wa-float::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--wa);
  animation: pulse-ring 2.2s ease-out infinite;
}

/* ============ Reveal animations ============ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

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

/* ============ Responsive ============ */
@media (max-width: 1080px) {
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .testi__grid { grid-template-columns: repeat(2, 1fr); }
  .routes__grid { grid-template-columns: repeat(2, 1fr); }
  .hero__card--quote { left: -1rem; }
  .hero__card--langs { right: -.5rem; }
}

/* header WhatsApp button retired — the floating button covers it and the
   7-item nav + language switcher + CTA need the width at every breakpoint */
.header__wa { display: none; }

@media (max-width: 1240px) {
  .nav { gap: 1.1rem; }
  .nav a { font-size: .88rem; }
}

@media (max-width: 1120px) {
  /* full-screen popup menu */
  .nav {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    background: var(--ivory);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: .2rem;
    padding: 5.2rem 1.6rem 2rem;
    z-index: 130;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .3s var(--ease-out), transform .3s var(--ease-out), visibility .3s;
  }
  .nav.is-open { opacity: 1; visibility: visible; transform: none; }

  /* subtle texture so the popup reads as a panel, not the page */
  .nav::before {
    content: "";
    position: absolute; inset: 0;
    background: radial-gradient(120% 60% at 100% 0%, rgba(233, 184, 114, .14), transparent 60%);
    pointer-events: none;
  }
  .nav > * { position: relative; }

  .nav a {
    font-family: var(--serif);
    font-size: 1.5rem;
    color: var(--ink);
    padding: .95rem .3rem;
    border-bottom: 1px solid var(--line);
  }
  .nav a::after { display: none; }

  .nav__close {
    display: grid;
    place-items: center;
    position: absolute;
    top: 1.2rem;
    inset-inline-end: 1.3rem;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--cream);
    color: var(--ink);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
  }
  .nav__close:active { background: var(--sand); }

  .nav__cta {
    display: inline-flex;
    margin-top: 1.4rem;
    font-size: 1.05rem;
    padding: 1rem 1.7rem;
  }

  /* full-screen menu covers everything; backdrop not needed */
  .nav__backdrop { display: none !important; }

  .header__burger { display: flex; z-index: 95; }
  /* free the header so the burger is always on-screen */
  .header__cta .btn--primary { display: none; }

  body.nav-locked { overflow: hidden; }
}

@media (max-width: 900px) {
  .topbar__hours, .topbar__mail { display: none; }

  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { margin-top: 1.5rem; }
  .hero__card--quote { left: 0; }
  .hero__card--langs { right: 0; }

  .why__inner, .faq__inner, .contact__inner { grid-template-columns: 1fr; }
  .faq__head { position: static; }
  .results__grid { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .packages__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }

  .step { grid-template-columns: auto 1fr; }
  .step__img { display: none; }
}

@media (max-width: 560px) {
  .services__grid, .testi__grid, .routes__grid, .footer__grid, .field__row { grid-template-columns: 1fr; }
  .stats__grid { gap: 2rem 1rem; }
  .topbar__langs { display: none; }
  .topbar__contact { justify-content: center; width: 100%; }
  .topbar__inner { justify-content: center; }
  .footer__legal { flex-direction: column; gap: .6rem; }
  .footer__legal p:last-child { text-align: left; }
  .hero__title br { display: none; }

  /* trust ribbon: tighter on phones */
  .trustbar { padding: .55rem .8rem; }
  .trustbar b { font-size: .76rem; line-height: 1.35; }
  .trustbar__ic { display: none; }
  .trustbar__more { font-size: .72rem; }

  /* hero: stack cleanly, pull floating cards inside */
  .hero { padding-top: 2rem; }
  .hero__arch { width: min(320px, 88vw); }
  .hero__card { padding: .6rem .8rem; }
  .hero__card--quote { top: 4%; }
  .hero__trust { gap: .5rem .7rem; font-size: .82rem; }

  /* section rhythm */
  .section { padding: 3.2rem 0; }
  h2 { font-size: clamp(1.8rem, 7vw, 2.3rem); }

  /* before/after sliders full width */
  .results__grid { max-width: 100%; }

  /* steps: drop the big number gutter a touch */
  .step { padding: 1.3rem 1.4rem; gap: 1rem; }
  .step__num { font-size: 2rem; min-width: 2.4rem; }
}

@media (max-width: 380px) {
  .lang__btn { padding: .42rem .55rem; }
  .lang__btn #langCode { display: none; }
  .brand__word { font-size: 1.25rem; }
}

/* override (must come after the base .wa-float rule): hide the floating
   bubble on phones where the sticky action bar takes over */
@media (max-width: 720px) {
  .wa-float { display: none !important; }
}
