/* ============================================================
   TurkishSmile — pearl & sapphire dental luxury
   Palette: pearl white / deep sapphire-navy / fresh aqua-mint / soft gold
   Type: Cormorant (display) + Manrope (body)
   ============================================================ */

:root {
  --pearl: #FBFAF7;
  --cream: #F4F1EA;
  --mist: #E9F3F0;
  --white: #FFFFFF;
  --ink: #14222B;
  --ink-soft: #5E6F78;
  --line: #E3E6E3;
  --navy: #0E2A3D;
  --navy-deep: #0A2230;
  --navy-ink: #071A26;
  --aqua: #2FBCAB;
  --aqua-deep: #1E9587;
  --gold: #D8B26A;
  --gold-deep: #BC9446;
  --wa: #1FA855;
  --alert: #C0392B;
  --alert-deep: #97281C;
  --serif: "Cormorant", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
  --shadow-soft: 0 20px 55px -20px rgba(14, 42, 61, .3);
  --shadow-card: 0 12px 34px -14px rgba(14, 42, 61, .22);
  --ease-out: cubic-bezier(.22, .8, .3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; overflow-x: clip; }
body {
  font-family: var(--sans);
  background: var(--pearl);
  color: var(--ink);
  line-height: 1.65;
  font-size: 1rem;
  overflow-x: clip;
  max-width: 100%;
  position: relative;
}
::selection { background: var(--aqua); color: #fff; }
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; }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.08; letter-spacing: -.01em; }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h2 em, h1 em { font-style: italic; font-weight: 500; color: var(--aqua-deep); }

.eyebrow { font-size: .76rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--aqua-deep); margin-bottom: 1.1rem; font-family: var(--sans); }
.eyebrow--gold { color: var(--gold); }
.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.section__head { max-width: 660px; 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.07rem; }
.section__head--light .section__lede { color: rgba(255, 255, 255, .76); }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  white-space: nowrap; font-family: var(--sans); font-weight: 700; font-size: .94rem;
  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:focus-visible { outline: 3px solid var(--aqua); outline-offset: 2px; }
.btn--primary { background: var(--navy); color: #fff; box-shadow: 0 12px 26px -12px rgba(14, 42, 61, .6); }
.btn--primary:hover { background: var(--navy-deep); }
.btn--gold { background: var(--gold); color: var(--navy-ink); box-shadow: 0 12px 26px -12px rgba(216, 178, 106, .6); }
.btn--gold:hover { background: var(--gold-deep); }
.btn--ghost { border-color: var(--line); color: var(--ink); background: var(--white); }
.btn--ghost:hover { border-color: var(--aqua); color: var(--aqua-deep); }
.btn--sm { padding: .6rem 1.15rem; font-size: .85rem; }
.btn--full { width: 100%; }

/* ============ Trust ribbon ============ */
.trustbar { position: relative; display: block; width: 100%; border: 0; cursor: pointer; font-family: var(--sans); color: #fff; text-align: center; padding: .6rem 1rem; background: linear-gradient(100deg, var(--aqua-deep), var(--aqua) 55%, var(--gold-deep) 130%); overflow: hidden; }
.trustbar__pulse { position: absolute; inset: 0; background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, .25) 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, .18); stroke: #fff; stroke-width: 1.4; flex: none; }
.trustbar b { font-weight: 600; font-size: .85rem; }
.trustbar__more { font-weight: 700; font-size: .8rem; white-space: nowrap; padding: .12rem .6rem; border-radius: 99px; background: rgba(255, 255, 255, .2); transition: background .2s; }
.trustbar:hover .trustbar__more { background: rgba(255, 255, 255, .35); }

/* ============ 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(7, 26, 38, .62); 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(--pearl); border: 1px solid var(--line); border-top: 5px solid var(--aqua); border-radius: 1.6rem; padding: clamp(1.6rem, 4vw, 2.6rem); box-shadow: 0 40px 90px -30px rgba(7, 26, 38, .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; }
.tmodal__x:hover { background: var(--mist); }
.tmodal__badge { display: inline-flex; align-items: center; gap: .4rem; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--aqua-deep); background: rgba(47, 188, 171, .12); padding: .35rem .8rem; border-radius: 99px; margin-bottom: 1rem; }
.tmodal__badge::before { content: "✦"; }
.tmodal__title { font-size: clamp(1.9rem, 5vw, 2.6rem); }
.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; background: linear-gradient(150deg, var(--navy), var(--navy-deep)); color: var(--aqua); }
.tmodal__pic svg { width: 24px; height: 24px; }
.tmodal__points b { display: block; font-size: 1rem; font-family: var(--sans); }
.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: 600; color: var(--ink-soft); text-decoration: underline; text-underline-offset: 3px; padding: .3rem; }
.tmodal__dismiss:hover { color: var(--ink); }

/* ============ Topbar ============ */
.topbar { background: var(--navy-ink); color: rgba(255, 255, 255, .82); 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(--aqua); }
.topbar__hours { opacity: .6; }
.topbar__tag { display: inline-flex; align-items: center; gap: .4rem; color: var(--gold); font-weight: 600; }
.topbar__tag .ic { fill: rgba(216, 178, 106, .2); stroke: var(--gold); }

/* ============ Header ============ */
.header { position: sticky; top: 0; z-index: 100; background: color-mix(in srgb, var(--pearl) 86%, transparent); 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(14, 42, 61, .25); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: .75rem 0; }
.brand { display: inline-flex; align-items: center; gap: .6rem; }
.brand__mark { width: 42px; height: 42px; }
.brand__disc { fill: var(--navy); }
.brand__teeth { fill: var(--aqua); }
.brand__arc { fill: none; stroke: var(--gold); stroke-width: 2.4; stroke-linecap: round; }
.brand__word { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; letter-spacing: -.01em; }
.brand__word em { font-style: italic; color: var(--aqua-deep); }
.brand--light .brand__word { color: #fff; }
.brand--light .brand__word em { color: var(--aqua); }
.nav { display: flex; gap: 1.4rem; align-items: center; }
.nav__close, .nav__cta, .nav__backdrop { display: none; }
.nav a { font-size: .92rem; font-weight: 600; 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(--aqua); 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; }
.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; overflow: hidden; }
.hero__ornament { position: absolute; inset: 0; background: radial-gradient(800px 480px at 88% -10%, rgba(47, 188, 171, .16), transparent 60%), radial-gradient(620px 460px at -8% 110%, rgba(216, 178, 106, .12), 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.7rem, 5.8vw, 4.6rem); font-weight: 600; }
.hero__lede { margin-top: 1.4rem; font-size: 1.08rem; color: var(--ink-soft); max-width: 33rem; }
.hero__lede strong { color: var(--ink); }
.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); letter-spacing: .1em; }
.hero__visual { position: relative; justify-self: center; }
.hero__smile { width: min(420px, 82vw); aspect-ratio: 3 / 3.5; border-radius: 13rem 13rem 1.5rem 1.5rem; overflow: hidden; border: 6px solid var(--white); box-shadow: var(--shadow-soft); }
.hero__smile img { width: 100%; height: 100%; object-fit: cover; }
.hero__card { position: absolute; z-index: 3; 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: .95rem; }
.hero__card small { color: var(--ink-soft); font-size: .76rem; }
.hero__card--quote { display: flex; align-items: center; gap: .6rem; top: 6%; left: -2.5rem; }
.hero__card-ic { font-size: 1.2rem; color: var(--aqua); }
.hero__card--save { bottom: 8%; right: -1.5rem; text-align: center; animation-delay: -3s; }
.hero__card--save b { font-family: var(--serif); font-size: 1.7rem; color: var(--aqua-deep); }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

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

/* ============ Stats ============ */
.stats { background: var(--mist); 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.3rem, 4vw, 3.2rem); font-weight: 600; color: var(--navy); 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(--mist); }
.svc__ic { width: 52px; height: 52px; border-radius: 15px; background: linear-gradient(145deg, var(--mist), #DCEEEA); display: grid; place-items: center; margin-bottom: .4rem; }
.svc__ic svg { width: 26px; height: 26px; fill: none; stroke: var(--aqua-deep); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.svc h3 { font-size: 1.35rem; }
.svc p { font-size: .9rem; color: var(--ink-soft); flex: 1; }
.svc__link { align-self: flex-start; background: none; border: 0; cursor: pointer; font-family: var(--sans); font-size: .86rem; font-weight: 700; color: var(--aqua-deep); padding: 0; }
.svc__link:hover { text-decoration: underline; text-underline-offset: 4px; }
.svc__link--gold { color: var(--gold); }

/* ============ Smile-analysis banner ============ */
.smbanner { background: radial-gradient(600px 320px at 88% 18%, rgba(47, 188, 171, .14), transparent 60%), linear-gradient(135deg, var(--navy), var(--navy-deep)); color: #fff; }
.smbanner__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: center; }
.smbanner__copy h2 { color: #fff; }
.smbanner__copy > p { color: rgba(255, 255, 255, .8); margin: 1.1rem 0 1.8rem; max-width: 34rem; }
.smbanner__btn { font-size: 1.05rem; padding: 1rem 1.9rem; }
.smbanner__meta { display: block; margin-top: 1rem; font-size: .82rem; color: rgba(255, 255, 255, .55); }
.smbanner__visual { position: relative; justify-self: center; }
.smbanner__phone { position: relative; width: min(260px, 66vw); aspect-ratio: 3 / 3.4; border-radius: 1.6rem; border: 4px solid rgba(255, 255, 255, .14); overflow: hidden; }
.smbanner__phone img { width: 100%; height: 100%; object-fit: cover; }
.smbanner__scan { position: absolute; left: 8%; right: 8%; height: 3px; background: linear-gradient(90deg, transparent, var(--aqua), transparent); box-shadow: 0 0 16px 3px rgba(47, 188, 171, .7); animation: estScan 2.2s ease-in-out infinite; }
.smbanner__chip { position: absolute; bottom: -.8rem; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--navy-ink); font-weight: 700; font-size: .82rem; padding: .4rem 1rem; border-radius: 99px; white-space: nowrap; box-shadow: var(--shadow-card); }

/* ============ Why ============ */
.why { background: var(--white); border-block: 1px solid var(--line); }
.why__inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.why__media { display: grid; place-items: center; }
.why__panel { position: relative; width: min(320px, 80vw); aspect-ratio: 1; display: grid; place-items: center; border-radius: 2rem; background: linear-gradient(150deg, var(--mist), var(--cream)); border: 1px solid var(--line); }
.why__tooth { width: 55%; }
.why__badge { position: absolute; right: -1rem; bottom: -1rem; width: 92px; height: 92px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-content: center; text-align: center; line-height: 1.1; box-shadow: var(--shadow-card); border: 3px solid var(--white); }
.why__badge b { font-family: var(--serif); font-size: 1.5rem; color: var(--aqua); }
.why__badge span { font-size: .72rem; }
.why__list { list-style: none; margin: 1.8rem 0 2rem; display: grid; gap: 1.1rem; }
.why__list li { padding-inline-start: 1.7rem; position: relative; }
.why__list li::before { content: "✦"; position: absolute; inset-inline-start: 0; top: .15rem; color: var(--aqua-deep); font-size: .8rem; }
.why__list b { display: block; font-size: 1rem; font-family: var(--sans); }
.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(--pearl); }
.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: 1.4rem; overflow: hidden; aspect-ratio: 4 / 3; 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__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(14, 42, 61, .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(--aqua-deep); }
.ba__handle span::after { right: 7px; transform: translateY(-50%); border-left-color: var(--aqua-deep); }
.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(14, 34, 43, .75); color: #fff; }
.ba__tag--a { right: .9rem; background: var(--aqua); color: #fff; }
.ba figcaption { text-align: center; }
.ba figcaption b { font-size: 1rem; display: block; font-family: var(--sans); }
.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(--aqua-deep); }

/* ============ Routes ============ */
.routes { background: radial-gradient(800px 400px at 70% 0%, rgba(47, 188, 171, .1), transparent 60%), linear-gradient(180deg, var(--navy-ink), var(--navy-deep)); color: #fff; }
.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: #DCEAE7; stroke-opacity: .16; stroke-width: 2.4; stroke-linecap: round; }
.route__path { fill: none; stroke: var(--aqua); 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(--mist); }
.route__city text { fill: var(--mist); font-family: var(--sans); font-size: 14px; font-weight: 600; paint-order: stroke; stroke: var(--navy-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: #fff; font-family: var(--sans); font-size: 16px; font-weight: 700; letter-spacing: .2em; text-anchor: middle; paint-order: stroke; stroke: var(--navy-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, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .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, 255, 255, .09); border-color: rgba(47, 188, 171, .45); }
.route-card__flag { font-size: 1.8rem; display: block; margin-bottom: .8rem; }
.route-card h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.route-card p { font-size: .91rem; color: rgba(255, 255, 255, .72); margin-bottom: .9rem; }
.route-card b { font-size: .82rem; font-weight: 700; color: var(--aqua); }

/* ============ 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; gap: 1.6rem; align-items: center; background: var(--pearl); 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 { background: var(--mist); }
.step__num { font-family: var(--serif); font-style: italic; font-size: 2.4rem; color: var(--aqua-deep); line-height: 1; min-width: 3.2rem; }
.step__body h3 { font-size: 1.4rem; margin-bottom: .35rem; }
.step__body p { font-size: .95rem; color: var(--ink-soft); max-width: 40rem; }

/* ============ Packages ============ */
.packages { background: var(--pearl); }
.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: 2.1rem; }
.pack__tag { font-size: .92rem; 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(--mist); border: 3.5px solid var(--aqua); }
.pack--vip { background: linear-gradient(170deg, var(--navy), var(--navy-deep)); color: #fff; border: 0; box-shadow: var(--shadow-soft); }
.pack--vip .pack__tag { color: rgba(255, 255, 255, .7); }
.pack--vip li::before { background: var(--navy-ink); border-color: var(--gold); }
.pack__ribbon { position: absolute; top: 1.4rem; right: 1.4rem; background: var(--gold); color: var(--navy-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; }

/* ============ Price comparison ============ */
.compare { background: radial-gradient(700px 360px at 15% 0%, rgba(216, 178, 106, .1), transparent 60%), linear-gradient(180deg, var(--navy-ink), var(--navy-deep)); color: #fff; }
.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; font-family: var(--sans); }
.cbar__price { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: var(--gold); }
.cbar__price--quote { font-size: 1rem; font-weight: 700; font-family: var(--sans); border-bottom: 1px solid rgba(216, 178, 106, .5); cursor: pointer; }
.cbar__price--quote:hover { color: #fff; }
.cbar__sub { display: block; margin-top: .4rem; font-size: .72rem; color: rgba(255, 255, 255, .45); }
.cbar__track { height: 30px; background: rgba(255, 255, 255, .08); border-radius: 99px; overflow: hidden; }
.cbar__fill { height: 100%; width: 0; border-radius: 99px; background: linear-gradient(90deg, rgba(255, 255, 255, .35), rgba(255, 255, 255, .5)); display: flex; align-items: center; transition: width 1.4s var(--ease-out); }
.cbar__fill--us { background: linear-gradient(90deg, var(--aqua-deep), var(--aqua)); box-shadow: 0 0 24px -4px rgba(47, 188, 171, .6); }
.cbar__tag { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #fff; 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(2.1rem, 5vw, 2.9rem); font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: .5rem; }
.cpoint span { font-size: .9rem; color: rgba(255, 255, 255, .72); }
.compare__note { max-width: 620px; margin: 2rem auto 0; text-align: center; font-size: .78rem; color: rgba(255, 255, 255, .5); }

/* ============ Testimonials ============ */
.testi { background: var(--navy); color: #fff; }
.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, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .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(47, 188, 171, .4); }
.tquote p { font-family: var(--serif); font-style: italic; font-size: 1.12rem; line-height: 1.5; color: var(--mist); flex: 1; }
.tquote footer b { display: block; font-size: .95rem; font-family: var(--sans); }
.tquote footer span { font-size: .82rem; color: rgba(255, 255, 255, .6); }

/* ============ FAQ ============ */
.faq { background: var(--mist); }
.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(--aqua); }
.faq__list summary { list-style: none; cursor: pointer; padding-block: 1.15rem; padding-inline: 1.4rem 3rem; font-weight: 700; 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; color: var(--aqua-deep); 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(--pearl); }
.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(--mist); padding-inline-start: 1.1rem; }
.contact__details b { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: var(--aqua-deep); margin-bottom: .15rem; }
.contact__details span { font-size: .96rem; }
.contact__details a:hover { color: var(--aqua-deep); }
.contact__card { background: var(--white); border: 1px solid var(--line); border-radius: 1.8rem; padding: 2.2rem 2rem; box-shadow: var(--shadow-card); text-align: center; }
.contact__ssvg { width: 110px; height: 110px; object-fit: cover; border-radius: 50%; margin: 0 auto 1rem; border: 3px solid var(--mist); }
.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; }
.contact__card h3 { font-size: 1.6rem; margin-bottom: .6rem; }
.contact__card > p { font-size: .94rem; color: var(--ink-soft); margin-bottom: 1.4rem; }
.contact__wa { display: inline-block; margin-top: 1rem; font-size: .9rem; font-weight: 600; color: var(--aqua-deep); }
.contact__wa:hover { text-decoration: underline; text-underline-offset: 4px; }

/* ============ Footer ============ */
.footer { background: var(--navy-ink); color: rgba(255, 255, 255, .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__col h4 { font-family: var(--serif); font-size: 1.2rem; color: var(--aqua); margin-bottom: 1rem; font-weight: 600; }
.footer__col a, .footer__col p { display: block; font-size: .9rem; margin-bottom: .55rem; transition: color .2s; }
.footer__col a:hover { color: var(--aqua); }
.footer__hours { opacity: .6; }
.footer__legal { border-top: 1px solid rgba(255, 255, 255, .12); padding: 1.4rem 0 1.8rem; display: flex; justify-content: space-between; gap: 2rem; font-size: .78rem; opacity: .62; }
.footer__legal p:last-child { max-width: 40rem; text-align: right; }

/* ============ 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; }

/* ============ Sticky action bar (mobile) ============ */
.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(--pearl) 92%, transparent); backdrop-filter: blur(12px); border-top: 1px solid var(--line); box-shadow: 0 -8px 30px -12px rgba(14, 42, 61, .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: .72rem; font-weight: 700; line-height: 1; border: 0; cursor: pointer; font-family: var(--sans); }
.actionbar__btn svg { width: 20px; height: 20px; }
.actionbar__btn--call { background: var(--mist); color: var(--ink); } .actionbar__btn--call svg { fill: none; stroke: var(--aqua-deep); 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(--navy); color: #fff; } .actionbar__btn--cta svg { stroke: #fff; }
.actionbar__btn:active { transform: scale(.96); }

/* ============ Reveal ============ */
.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; } }

/* ============ Estimator/Smile modal ============ */
.sm { position: fixed; inset: 0; z-index: 320; display: grid; place-items: center; padding: 1rem; }
.sm[hidden] { display: none; }
.sm__backdrop { position: absolute; inset: 0; background: rgba(7, 26, 38, .66); backdrop-filter: blur(5px); animation: fadeIn .3s ease; }
.sm__panel { position: relative; z-index: 1; width: min(560px, 100%); max-height: 94dvh; overflow-y: auto; background: var(--pearl); border-radius: 1.6rem; border-top: 5px solid var(--aqua); padding: clamp(1.5rem, 4vw, 2.4rem); box-shadow: 0 40px 90px -30px rgba(7, 26, 38, .7); animation: modalPop .4s var(--ease-out); }
.sm__x { position: absolute; top: .9rem; inset-inline-end: 1rem; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--cream); color: var(--ink-soft); font-size: 1.5rem; line-height: 1; cursor: pointer; z-index: 2; }
.sm__x:hover { background: var(--mist); }
.sm__progress { margin-bottom: 1.4rem; }
.sm__progress span { font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--aqua-deep); }
.sm__bar { height: 5px; background: var(--mist); border-radius: 99px; margin-top: .5rem; overflow: hidden; }
.sm__bar i { display: block; height: 100%; background: var(--aqua); border-radius: 99px; transition: width .4s var(--ease-out); }
.sm__q { font-family: var(--serif); font-weight: 600; font-size: 1.7rem; margin-bottom: .3rem; }
.sm__opt { font-family: var(--sans); font-size: .85rem; font-weight: 600; color: var(--aqua-deep); font-style: normal; }
.sm__sub { font-size: .9rem; color: var(--ink-soft); margin-bottom: 1.2rem; }
.sm__opts { display: grid; gap: .8rem; }
.sm__opts--2 { grid-template-columns: 1fr 1fr; }
.sm__opts--grid { grid-template-columns: 1fr 1fr; }
.sm-card { background: var(--white); border: 2px solid var(--line); border-radius: 1.1rem; padding: 1.1rem .9rem; cursor: pointer; text-align: center; display: flex; flex-direction: column; align-items: center; gap: .4rem; transition: border-color .2s, transform .2s; font-family: var(--sans); }
.sm-card:hover { transform: translateY(-3px); }
.sm-card.is-on { border-color: var(--aqua); background: var(--mist); }
.sm-card__ic { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, var(--mist), #DCEEEA); }
.sm-card__ic svg { width: 26px; height: 26px; fill: none; stroke: var(--aqua-deep); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.sm-card b { font-size: .92rem; }
.sm-card small { font-size: .76rem; color: var(--ink-soft); }
.sm__field { margin-bottom: 1rem; }
.sm__row { display: grid; grid-template-columns: 1fr 1.4fr; gap: .8rem; }
.sm__field label { display: block; font-size: .82rem; font-weight: 700; margin-bottom: .35rem; }
.sm__field input { width: 100%; font-family: var(--sans); font-size: .95rem; background: var(--white); border: 1.5px solid var(--line); border-radius: .8rem; padding: .75rem .9rem; color: var(--ink); }
.sm__field input:focus { outline: none; border-color: var(--aqua); box-shadow: 0 0 0 4px rgba(47, 188, 171, .14); }
.sm__drop { display: flex; align-items: center; justify-content: center; gap: .6rem; border: 2px dashed var(--mist); border-radius: 1rem; padding: 1.1rem; cursor: pointer; color: var(--aqua-deep); font-weight: 700; font-size: .92rem; transition: border-color .2s, background .2s; }
.sm__drop--big { flex-direction: column; padding: 2.4rem 1.1rem; gap: .7rem; }
.sm__drop--big svg { width: 34px; height: 34px; }
.sm__drop:hover { border-color: var(--aqua); background: var(--mist); }
.sm__hint { font-size: .78rem; color: var(--ink-soft); margin-top: .5rem; }
.sm__thumbs { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .7rem; }
.sm__thumb { position: relative; width: 64px; height: 64px; border-radius: .6rem; overflow: hidden; }
.sm__thumb img { width: 100%; height: 100%; object-fit: cover; }
.sm__thumb button { position: absolute; top: 2px; inset-inline-end: 2px; width: 20px; height: 20px; border: 0; border-radius: 50%; background: rgba(14, 34, 43, .7); color: #fff; font-size: .9rem; line-height: 1; cursor: pointer; }
.sm__err { color: var(--alert); font-size: .85rem; font-weight: 700; margin-top: .3rem; }
.sm__nav { display: flex; gap: .7rem; margin-top: 1.5rem; }
.sm__nav .btn { flex: 1; } .sm__nav .btn--ghost { flex: 0 0 auto; }
.sm__pill { background: var(--white); border: 2px solid var(--line); border-radius: 99px; padding: .9rem 1.2rem; cursor: pointer; font-family: var(--sans); font-size: 1rem; font-weight: 700; color: var(--ink); transition: border-color .2s, background .2s; }
.sm__pill.is-on { border-color: var(--aqua); background: var(--mist); }
.sm__analyse { text-align: center; padding: 1.5rem 0 1rem; }
.sm__scan { position: relative; width: 150px; height: 150px; margin: 0 auto 1.6rem; border-radius: 1.2rem; overflow: hidden; border: 3px solid var(--white); box-shadow: var(--shadow-card); background: var(--mist); }
.sm__scan img { width: 100%; height: 100%; object-fit: cover; }
.sm__scanline { position: absolute; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--aqua), transparent); box-shadow: 0 0 14px 3px rgba(47, 188, 171, .7); animation: estScan 1.6s ease-in-out infinite; }
@keyframes estScan { 0% { top: 0; } 50% { top: calc(100% - 3px); } 100% { top: 0; } }
.sm__spin { width: 34px; height: 34px; margin: 0 auto 1rem; border: 3px solid var(--mist); border-top-color: var(--aqua); border-radius: 50%; animation: estSpin .8s linear infinite; }
@keyframes estSpin { to { transform: rotate(360deg); } }
.sm__antxt { font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: var(--ink); }
.sm__result { text-align: center; padding-top: .5rem; }
.sm__ready { display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--aqua-deep); background: rgba(47, 188, 171, .1); padding: .35rem .9rem; border-radius: 99px; margin-bottom: 1.3rem; }
.sm__lock { width: 64px; height: 64px; margin: .4rem auto 1.2rem; display: grid; place-items: center; border-radius: 50%; background: var(--mist); color: var(--aqua-deep); }
.sm__lock svg { width: 30px; height: 30px; }
.sm__lockedmsg { font-size: .92rem; color: var(--ink-soft); margin-bottom: 1.4rem; max-width: 30rem; margin-inline: auto; }
.sm__sharesub { font-size: .8rem; color: var(--ink-soft); margin-top: .8rem; }
.sm__check { width: 70px; height: 70px; margin: .5rem auto 1rem; color: var(--aqua-deep); }
.sm__check svg { width: 100%; height: 100%; }
.sm__sentt { font-family: var(--serif); font-weight: 600; font-size: 1.7rem; margin-bottom: .6rem; }
.sm__note { font-size: .9rem; color: var(--ink-soft); margin: 0 auto 1.4rem; max-width: 32rem; }

/* ============ Responsive ============ */
@media (max-width: 1080px) { .services__grid { grid-template-columns: repeat(2, 1fr); } .testi__grid, .routes__grid { grid-template-columns: repeat(2, 1fr); } }
.header__cta .btn--sm { display: none; }
@media (min-width: 1121px) { .header__cta .btn--sm { display: inline-flex; } }
@media (max-width: 1120px) {
  .nav { position: fixed; inset: 0; width: 100%; height: 100dvh; background: var(--pearl); 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; }
  .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; cursor: pointer; z-index: 2; }
  .nav__cta { display: inline-flex; margin-top: 1.4rem; font-size: 1.05rem; padding: 1rem 1.7rem; }
  .nav__backdrop { display: none !important; }
  .header__burger { display: flex; z-index: 95; }
  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: 1rem; }
  .hero__card--quote { left: 0; } .hero__card--save { right: 0; }
  .why__inner, .faq__inner, .contact__inner, .smbanner__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); }
  .smbanner__visual { order: -1; }
}
@media (max-width: 720px) { .actionbar { display: flex; } .wa-float { display: none; } body { padding-bottom: 4.5rem; } .compare__points { grid-template-columns: 1fr; gap: 1.8rem; } }
@media (max-width: 560px) {
  .services__grid, .testi__grid, .routes__grid, .footer__grid { grid-template-columns: 1fr; }
  .stats__grid { gap: 2rem 1rem; } .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; } .section { padding: 3.2rem 0; }
  .sm__row { grid-template-columns: 1fr; }
}
