/* NeedToGo Design System — Colors, Type & Landing */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --brand-blue:        #00AAFF;
  --brand-blue-600:    #0095E0;
  --brand-blue-700:    #0077B3;
  --brand-blue-050:    #E6F6FF;
  --brand-blue-100:    #CCEEFF;
  --brand-orange:      #F88415;
  --brand-orange-600:  #E07000;
  --brand-orange-050:  #FFF1E0;

  --ink-1000: #0B1220;
  --ink-900:  #111A2B;
  --ink-700:  #2A3447;
  --ink-500:  #5B6678;
  --ink-400:  #8A93A3;
  --ink-300:  #B6BDC9;
  --ink-200:  #D9DEE6;
  --ink-100:  #E8ECF2;
  --ink-050:  #F3F5F9;
  --ink-025:  #F8FAFC;
  --white:    #FFFFFF;

  --bg:            var(--white);
  --surface-1:     var(--white);
  --surface-2:     var(--ink-050);
  --surface-3:     var(--ink-100);
  --fg-1:          var(--ink-1000);
  --fg-2:          var(--ink-700);
  --fg-3:          var(--ink-500);
  --fg-4:          var(--ink-400);
  --fg-disabled:   var(--ink-300);
  --border:        var(--ink-100);
  --border-strong: var(--ink-200);
  --hairline:      rgba(15, 30, 60, .06);
  --accent:        var(--brand-blue);
  --accent-hover:  var(--brand-blue-600);
  --accent-fg:     var(--white);
  --accent-wash:   var(--brand-blue-050);
  --hot:           var(--brand-orange);
  --hot-hover:     var(--brand-orange-600);
  --hot-wash:      var(--brand-orange-050);
  --success:       #17B26A;
  --success-wash:  #E6F8EF;
  --warning:       #F5A524;
  --danger:        #E5484D;
  --danger-wash:   #FDECEC;
  --link:          var(--brand-blue);

  --shadow-sm: 0 1px 3px rgba(0, 30, 80, .07), 0 2px 6px rgba(0, 30, 80, .04);
  --shadow-md: 0 4px 16px rgba(0, 170, 255, .10), 0 2px 8px rgba(0, 30, 80, .06);
  --shadow-lg: 0 20px 60px rgba(0, 170, 255, .14), 0 8px 24px rgba(0, 30, 80, .08);
  --ring-focus: 0 0 0 4px rgba(0, 170, 255, .22);

  --radius-sm:   8px;
  --radius-md:   14px;
  --radius-lg:   20px;
  --radius-xl:   28px;
  --radius-pill: 999px;

  --sp-1:  4px;  --sp-2:  8px;  --sp-3:  12px; --sp-4:  16px;
  --sp-5:  20px; --sp-6:  24px; --sp-8:  32px;  --sp-10: 40px;
  --sp-14: 56px; --sp-18: 72px; --sp-24: 96px;

  --ease:           cubic-bezier(.2, .8, .2, 1);
  --ease-out-expo:  cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out:    cubic-bezier(0.77, 0, 0.175, 1);
  --dur-micro:  180ms;
  --dur-panel:  280ms;

  --font-sans: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
}

/* Reset & base */
*, *::before, *::after { box-sizing: border-box; }

#scroll-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg,
    #dff0ff 0%,
    #eef7ff 15%,
    #f8fbff 35%,
    #ffffff 50%,
    #f0f8ff 65%,
    #eef6ff 80%,
    #d6ecff 100%
  );
  background-size: 100% 300%;
  background-position: 0 0;
}

html {
  background-color: #ffffff;
  scroll-behavior: smooth;
}

/* grain texture */
html::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.028;
}

/* palm decorations */
.deco-palms {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.deco-palm {
  position: absolute;
  bottom: 0;
  color: var(--brand-blue);
  opacity: 0.072;
  height: 90vh;
  width: auto;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.5) 28%, black 48%);
  mask-image: linear-gradient(to top, transparent 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.5) 28%, black 48%);
}
.deco-palm--l {
  left: -18px;
  transform: rotate(-4deg);
  transform-origin: bottom center;
}
.deco-palm--r {
  right: -18px;
  transform: scaleX(-1) rotate(-4deg);
  transform-origin: bottom center;
}

[id] {
  scroll-margin-top: 80px;
}

html, body {
  margin: 0; padding: 0;
  color: var(--fg-2);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 { color: var(--fg-1); font-family: var(--font-sans); margin: 0; text-wrap: balance; }
p { margin: 0; color: var(--fg-2); }
a { color: var(--link); text-decoration: none; transition: color var(--dur-micro) var(--ease); }
a:hover { text-decoration: underline; }
a:focus-visible { outline: none; box-shadow: var(--ring-focus); border-radius: 4px; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--brand-blue-100); color: var(--ink-1000); }

/* ── Header ─────────────────────────────────────────── */
.nt-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  background: rgba(255,255,255,.72);
  border-bottom: 1px solid var(--hairline);
  height: 64px; display: flex; align-items: center;
}
.nt-header .inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  width: 100%; display: flex; align-items: center; justify-content: space-between;
}
.nt-header .brand {
  display: flex; align-items: center; gap: 10px;
  font-weight: 800; font-size: 18px; letter-spacing: -.02em; color: var(--ink-1000);
}
.nt-header .brand img { display: block; }
.nt-header nav { display: flex; gap: 24px; }
.nt-header nav a {
  color: var(--fg-2); font-weight: 600; font-size: 14px;
  position: relative; padding-bottom: 2px;
}
.nt-header nav a::after {
  content: ''; position: absolute; bottom: -1px; left: 0; right: 0;
  height: 2px; background: var(--accent); border-radius: 2px;
  transform: scaleX(0); transform-origin: center;
  transition: transform 220ms var(--ease-out-expo);
}
.nt-header nav a:hover { color: var(--fg-1); text-decoration: none; }
.nt-header nav a:hover::after { transform: scaleX(1); }
@media (max-width: 720px) { .nt-header nav { display: none; } }

/* ── Buttons ─────────────────────────────────────────── */
.nt-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-sans); font-weight: 700; font-size: 15px;
  border-radius: var(--radius-md); padding: 12px 20px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform var(--dur-micro) var(--ease-out-expo),
              filter  var(--dur-micro) var(--ease-out-expo),
              box-shadow var(--dur-micro) var(--ease-out-expo),
              background var(--dur-micro) var(--ease-out-expo);
  letter-spacing: -.005em; text-decoration: none;
}
.nt-btn:hover { text-decoration: none; }
.nt-btn.primary { background: var(--accent); color: #fff; box-shadow: var(--shadow-sm); }
.nt-btn.primary:hover { filter: brightness(1.10); box-shadow: var(--shadow-md); }
.nt-btn.primary:active { transform: scale(.97); filter: brightness(0.96); }
.nt-btn.ghost { background: var(--surface-2); color: var(--fg-1); }
.nt-btn.ghost:hover { background: var(--ink-100); }
.nt-btn.ghost:active { transform: scale(.97); }
.nt-btn.lg { padding: 16px 28px; font-size: 16px; border-radius: 16px; }
.nt-btn.hot { background: var(--hot); color: #fff; }
.nt-btn.hot:hover { filter: brightness(1.10); }
.nt-btn.hot:active { transform: scale(.97); }

/* ── Container ───────────────────────────────────────── */
.nt-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
@media (max-width: 720px) { .nt-container { padding: 0 20px; } }

/* ── Hero ────────────────────────────────────────────── */
.nt-hero { position: relative; padding: 96px 0 72px; }
.nt-hero::before {
  content: ""; position: absolute; inset: -20% -10% auto -10%; height: 520px;
  background: radial-gradient(60% 60% at 50% 20%, rgba(0,170,255,.18), transparent 70%);
  pointer-events: none; z-index: 0;
}
.nt-hero .grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center;
}
@media (max-width: 900px) {
  .nt-hero .grid { grid-template-columns: 1fr; }
  .nt-hero { padding: 56px 0 48px; }
}
.nt-hero .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,170,255,.10); color: var(--accent);
  padding: 6px 12px; border-radius: 999px;
  font-weight: 700; font-size: 13px;
}
.nt-hero .eyebrow .dot {
  width: 6px; height: 6px; border-radius: 999px;
  background: var(--accent); box-shadow: 0 0 0 4px rgba(0,170,255,.22);
}
.nt-hero h1 {
  margin: 20px 0 16px;
  font-size: clamp(40px, 6.4vw, 72px); line-height: 1.02;
  letter-spacing: -.035em; font-weight: 800; color: var(--ink-1000); text-wrap: balance;
}
.nt-hero h1 .accent { color: var(--accent); }
.nt-hero .sub { font-size: 18px; line-height: 1.55; color: var(--fg-2); max-width: 520px; }
.nt-hero .cta-row { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.nt-hero .stats { display: flex; gap: 32px; margin-top: 40px; }
.nt-hero .stats .stat .n { font-weight: 800; font-size: 24px; letter-spacing: -.02em; color: var(--ink-1000); font-variant-numeric: tabular-nums; }
.nt-hero .stats .stat .l { font-size: 13px; color: var(--fg-3); }

/* ── Phone frame ─────────────────────────────────────── */
.nt-phone {
  width: 300px; height: 610px; background: #0B1220;
  border-radius: 44px; padding: 12px;
  box-shadow: var(--shadow-lg); position: relative; margin: 0 auto;
}
.nt-phone .screen {
  background: var(--surface-1); border-radius: 32px;
  overflow: hidden; height: 100%; display: flex; flex-direction: column;
}
.nt-phone .notch {
  position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 28px; background: #000; border-radius: 999px; z-index: 2;
}
.nt-phone .tg-header {
  background: #5288C1; color: #fff; padding: 44px 14px 10px;
  font-weight: 700; font-size: 13px; display:flex; align-items:center; gap:8px;
}
.nt-phone .tg-header .av {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--accent); display: inline-flex; align-items: center; justify-content: center;
  color:#fff; font-size: 12px; font-weight: 800;
  overflow: hidden; flex-shrink: 0;
}
.nt-phone .tg-header .av img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 50%;
}
.nt-phone .tg-body {
  flex: 1; background: #E8F1F7; padding: 14px;
  display: flex; flex-direction: column; gap: 10px; overflow: hidden;
}
.nt-phone .bubble {
  background: #fff; padding: 10px 12px;
  border-radius: 14px 14px 14px 4px;
  max-width: 80%; font-size: 13px; line-height: 1.4; color: var(--ink-1000);
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.nt-phone .bubble b { font-weight: 800; }
.nt-phone .bubble.out {
  align-self: flex-end; background: #D2F0FF;
  border-radius: 14px 14px 4px 14px;
}
.nt-phone .kb { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 4px; }
.nt-phone .kb a {
  display: block; background: #fff; padding: 10px; border-radius: 10px;
  font-weight: 700; font-size: 12px; color: var(--accent); font-family: inherit;
  text-align: center; text-decoration: none;
  transition: filter 120ms ease, transform 120ms ease;
}
.nt-phone .kb a:hover { filter: brightness(0.93); transform: scale(0.97); text-decoration: none; }
.nt-phone .kb a:active { transform: scale(0.94); }
.nt-phone .kb a.p { background: var(--accent); color: #fff; }

/* ── Section glows ───────────────────────────────────── */
.nt-section { padding: 96px 0; position: relative; overflow: hidden; }
@media (max-width:720px){ .nt-section { padding: 56px 0; } }

.nt-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0;
}

/* alternate glow left / right per section */
.nt-section:nth-child(odd)::after {
  width: 560px; height: 400px;
  top: -80px; left: -120px;
  background: radial-gradient(ellipse, rgba(0,170,255,.10), transparent 70%);
  opacity: 1;
}
.nt-section:nth-child(even)::after {
  width: 480px; height: 380px;
  top: -60px; right: -100px;
  background: radial-gradient(ellipse, rgba(0,170,255,.08), transparent 70%);
  opacity: 1;
}

/* ensure section content sits above glow */
.nt-section > .nt-container { position: relative; z-index: 1; }
.nt-section .head { max-width: 720px; margin-bottom: 48px; }
.nt-section .head .eyebrow {
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: var(--accent); margin-bottom: 12px;
}
.nt-section .head .eyebrow.hot { color: var(--hot); }
.nt-section .head h2 {
  font-size: clamp(28px, 4vw, 40px); line-height: 1.08;
  letter-spacing: -.025em; font-weight: 800; color: var(--ink-1000);
}

/* ── Feature cards ───────────────────────────────────── */
.nt-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .nt-features { grid-template-columns: 1fr; } }
.nt-feature {
  background: #fff; border-radius: var(--radius-lg); padding: 28px;
  border: 1px solid var(--hairline); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 12px;
  transition: transform var(--dur-micro) var(--ease-out-expo),
              box-shadow var(--dur-micro) var(--ease-out-expo);
}
.nt-feature:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.nt-feature .ico {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--brand-blue-050); color: var(--accent);
  display: inline-flex; align-items: center; justify-content: center;
}
.nt-feature h3 { font-size: 22px; letter-spacing: -.02em; font-weight: 800; color: var(--ink-1000); }
.nt-feature p { color: var(--fg-2); }
.nt-feature .bullets { display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: var(--fg-2); margin: 8px 0 0; }
.nt-feature .bullets li { display: flex; gap: 8px; align-items: baseline; }
.nt-feature .bullets li::before { content: "·"; color: var(--accent); font-weight: 900; }

/* ── Destinations (replaces fake hot tours) ──────────── */
.nt-tours { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .nt-tours { grid-template-columns: 1fr; } }
.nt-tour {
  background: #fff; border-radius: var(--radius-lg);
  border: 1px solid var(--hairline); overflow: hidden;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform var(--dur-micro) var(--ease-out-expo),
              box-shadow var(--dur-micro) var(--ease-out-expo);
}
.nt-tour:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.nt-tour .img {
  aspect-ratio: 16/10; position: relative;
  display: flex; align-items: flex-end; padding: 12px;
}
.nt-tour .img.turkey { background: linear-gradient(135deg,#FFD7A8,#F88415); }
.nt-tour .img.uae    { background: linear-gradient(135deg,#D9DEE6,#8A93A3); }
.nt-tour .img.egypt  { background: linear-gradient(135deg,#FFE1B8,#F5A524); }
.nt-tour .img .country {
  background: rgba(255,255,255,.9); backdrop-filter: blur(8px);
  padding: 4px 10px; border-radius: 999px;
  font-size: 12px; font-weight: 700; color: var(--ink-1000);
}
.nt-tour .body { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.nt-tour .body h4 { font-size: 17px; font-weight: 800; letter-spacing: -.015em; color: var(--ink-1000); }
.nt-tour .body p { font-size: 13px; color: var(--fg-3); }
.nt-tour .footer { margin-top: auto; display: flex; justify-content: flex-end; padding-top: 12px; }

/* ── Stats band ──────────────────────────────────────── */
.nt-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  padding: 32px; background: var(--surface-2); border-radius: var(--radius-lg);
}
@media (max-width: 720px) { .nt-stats { grid-template-columns: repeat(2, 1fr); } }
.nt-stats .s .n {
  font-weight: 800; font-size: 36px; letter-spacing: -.025em;
  color: var(--ink-1000); font-variant-numeric: tabular-nums;
}
.nt-stats .s .l { font-size: 13px; color: var(--fg-3); margin-top: 4px; }

/* ── CTA band ────────────────────────────────────────── */
.nt-cta-band {
  background: linear-gradient(135deg, #0B1220 0%, #0E2547 100%);
  color: #fff; border-radius: var(--radius-xl);
  padding: 72px 56px; position: relative; overflow: hidden;
}
@media (max-width:720px){ .nt-cta-band { padding: 48px 24px; } }
.nt-cta-band::before {
  content:""; position:absolute; inset: -40% auto auto 60%;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(0,170,255,.45), transparent 60%);
  pointer-events:none;
}
.nt-cta-band h2 {
  font-size: clamp(32px, 4.6vw, 48px); line-height: 1.05;
  letter-spacing: -.03em; color: #fff; font-weight: 800;
  max-width: 600px; position:relative;
}
.nt-cta-band p { color: rgba(255,255,255,.72); margin-top: 12px; font-size: 18px; max-width: 520px; position:relative; }
.nt-cta-band .row { display: flex; gap: 12px; margin-top: 32px; position: relative; flex-wrap:wrap; }
.nt-cta-band .nt-btn.primary { box-shadow: 0 10px 40px rgba(0,170,255,.4); }

/* ── Footer ──────────────────────────────────────────── */
.nt-footer { padding: 48px 0; border-top: 1px solid var(--border); background: #fff; }
.nt-footer .cols { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.nt-footer .brand {
  font-weight: 800; letter-spacing: -.02em; color: var(--ink-1000);
  font-size: 18px; display:flex; gap:10px; align-items:center;
}
.nt-footer p { color: var(--fg-3); font-size: 13px; max-width: 280px; margin-top: 8px; }
.nt-footer .links { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
.nt-footer .links a { color: var(--fg-2); font-weight: 600; font-size: 14px; }

/* ── Sticky mobile CTA ───────────────────────────────── */
.nt-sticky-tg {
  position: fixed; bottom: 16px; right: 16px; z-index: 50;
  display: none; box-shadow: 0 12px 40px rgba(0,170,255,.45);
}
@media (max-width: 720px) { .nt-sticky-tg { display: inline-flex; } }

/* ── Overscroll emoji balloons ───────────────────────────── */
.os-emoji {
  position: fixed;
  top: 0;
  z-index: 10000;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  will-change: transform, opacity;
  animation: os-balloon var(--dur, 0.9s) cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transform-origin: center bottom;
}

@keyframes os-balloon {
  0%   { transform: translateY(0px)   translateX(0)                        scale(0.55); opacity: 1; }
  18%  { transform: translateY(28px)  translateX(calc(var(--dx) * 0.22))   scale(1.12); opacity: 1; }
  38%  { transform: translateY(60px)  translateX(calc(var(--dx) * 0.50))   scale(1.08); opacity: 1; }
  58%  { transform: translateY(90px)  translateX(calc(var(--dx) * 0.75))   scale(1.14); opacity: 1; }
  72%  { transform: translateY(108px) translateX(calc(var(--dx) * 0.92))   scale(1.22); opacity: 0.97; }
  80%  { transform: translateY(114px) translateX(var(--dx))                scale(1.28); opacity: 0.88; }
  88%  { transform: translateY(116px) translateX(var(--dx))                scale(0.5);  opacity: 0.5; }
  95%  { transform: translateY(116px) translateX(var(--dx))                scale(0.15); opacity: 0.18; }
  100% { transform: translateY(116px) translateX(var(--dx))                scale(0);    opacity: 0; }
}

/* ── Hero entrance ───────────────────────────────────────── */
@keyframes hero-reveal {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

.nt-hero .eyebrow  { animation: hero-reveal 0.65s var(--ease-out-expo) both 0ms; }
.nt-hero h1        { animation: hero-reveal 0.65s var(--ease-out-expo) both 90ms; }
.nt-hero .sub      { animation: hero-reveal 0.65s var(--ease-out-expo) both 170ms; }
.nt-hero .cta-row  { animation: hero-reveal 0.65s var(--ease-out-expo) both 250ms; }
.nt-hero .stats    { animation: hero-reveal 0.65s var(--ease-out-expo) both 330ms; }
.hero-visual       { animation: hero-reveal 0.75s var(--ease-out-expo) both 200ms; }

/* ── Phone float ─────────────────────────────────────────── */
@keyframes phone-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-10px); }
}
.nt-phone {
  animation: phone-float 5s cubic-bezier(0.45, 0, 0.55, 1) infinite 975ms;
  will-change: transform;
}

/* ── Scroll-reveal cards ─────────────────────────────────── */
.anim-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s var(--ease-out-expo),
              transform 0.55s var(--ease-out-expo);
}
.anim-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Tours section warm palette ─────────────────────────── */
#tours.nt-section::after {
  background: radial-gradient(ellipse, rgba(248,132,21,.13), transparent 70%) !important;
}
.nt-tour:hover {
  box-shadow: 0 4px 20px rgba(248,132,21,.20), 0 2px 8px rgba(0,30,80,.05) !important;
}

/* ── Phone typing indicator ─────────────────────────────── */
@keyframes typing-dot {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30%            { transform: translateY(-5px); opacity: 1; }
}
.nt-phone .typing-indicator {
  display: flex;
  gap: 5px;
  padding: 10px 14px;
  align-items: center;
  background: #fff;
  border-radius: 14px 14px 14px 4px;
  max-width: 60px;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
  align-self: flex-start;
}
.nt-phone .typing-indicator span {
  width: 6px; height: 6px;
  background: var(--ink-400); border-radius: 50%;
  animation: typing-dot 1.1s ease-in-out infinite;
}
.nt-phone .typing-indicator span:nth-child(2) { animation-delay: 0.18s; }
.nt-phone .typing-indicator span:nth-child(3) { animation-delay: 0.36s; }

.demo-hidden { display: none !important; }

@keyframes bubble-in {
  from { opacity: 0; transform: scale(0.88) translateY(6px); }
  to   { opacity: 1; transform: scale(1)    translateY(0); }
}
.bubble-in { animation: bubble-in 0.22s var(--ease-out-expo) both; }

/* ── Tours section: warm glow bleeds up into features ───── */
#tours.nt-section { overflow: visible; }
#tours.nt-section::before {
  content: "";
  position: absolute;
  width: 960px; height: 720px;
  top: -320px; left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(248,132,21,.10), transparent 58%);
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}

/* ── Stats dark band ─────────────────────────────────────── */
.nt-stats {
  background: linear-gradient(135deg, #0B1220 0%, #0E2547 100%);
  position: relative;
  overflow: hidden;
}
.nt-stats::before {
  content: "";
  position: absolute;
  width: 560px; height: 360px;
  top: -100px; right: -80px;
  background: radial-gradient(ellipse, rgba(0,170,255,.22), transparent 60%);
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}
.nt-stats .s {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nt-stats .s .n {
  font-size: 44px;
  color: #fff;
  line-height: 1;
}
.nt-stats .s .l {
  color: rgba(255,255,255,.48);
  margin-top: 10px;
  line-height: 1.35;
  max-width: 160px;
}
