
/* =============================================
   RESET & BASE
============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; color-scheme: light only; }
body {
  font-family: 'Satoshi', 'Inter', sans-serif;
  color: #fff;
  overflow-x: hidden;
}

/* =============================================
   TOKENS
============================================= */
:root {
  --blue: #3AAFFC;
  --teal: #21B79E;
  --night-0: #1a1f4e;
  --night-1: #18143a;
  --night-2: #160a26;
  --plum: #160A26;
  --ink: #0a0814;
  --dark-navy: #0a1b2d;
  --text-dark: #10334a;
  --glass-bg: rgba(255,255,255,0.05);
  --glass-border: rgba(255,255,255,0.2);
  --hero-bg: radial-gradient(ellipse at top right, var(--night-0), var(--night-1) 50%, var(--night-2) 100%);
}

/* =============================================
   TYPOGRAPHY HELPERS
============================================= */
.clash { font-family: 'Clash Grotesk', sans-serif; }
.inter { font-family: 'Satoshi', 'Inter', sans-serif; }

/* Wordmark */
.bjmark {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
.bjmark .script {
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.5px;
  transform: translateY(2px);
  display: inline-block;
}
.bjmark .mono {
  font-family: 'Clash Grotesk', sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.92);
  text-transform: uppercase;
}
.bjmark.sm .script { font-size: 22px; }
.bjmark.sm .mono   { font-size: 12px; }
.bjmark.md .script { font-size: 32px; }
.bjmark.md .mono   { font-size: 16px; }
.bjmark.lg .script { font-size: 52px; }
.bjmark.lg .mono   { font-size: 24px; }

/* Hero script accent */
.script-accent {
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
  background: radial-gradient(110.27% 117.05% at 50% 26.25%, #1482CA 0%, #12213D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}

/* Nav logo */
.nav-logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.nav-logo-img { height: 52px; width: auto; object-fit: contain; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3)); }

/* =============================================
   TOP NAV — logo left, language toggle right
============================================= */
.hero-top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 100;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 100px 0 100px;
}

/* Language toggle */
.lang-toggle {
  display: flex;
  align-items: center;
  border: 1.5px solid #fff;
  border-radius: 80px;
  padding: 4px;
  gap: 0;
  background: rgba(255,255,255,0.01);
  width: 329px;
  box-shadow: inset 0 0 40px rgba(33,183,158,0.1);
}
.lang-toggle a,
.lang-toggle button {
  flex: 1;
  padding: 7px 18px;
  border-radius: 30px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.lang-toggle a.active,
.lang-toggle button.active {
  color: #fff;
  font-weight: 600;
  box-shadow: 0 15px 24px rgba(58,176,255,0.1);
  background: radial-gradient(110.27% 117.05% at 50% 26.25%, #1482CA 0%, #12213D 100%);


}

/* =============================================
   HERO SECTION
============================================= */
#home {
  position: relative;
  background: var(--hero-bg);
  /* No min-height / overflow:hidden — lets the form card extend past hero bottom. */
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 25%;
}
/* .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(195deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.85) 100%);
}
.hero-glow-teal {
  position: absolute;
  right: -10%;
  top: -15%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33,183,158,0.18), transparent 60%);
  filter: blur(60px);
  pointer-events: none;
}
.hero-glow-blue {
  position: absolute;
  left: -5%;
  bottom: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58,175,252,0.2), transparent 60%);
  filter: blur(60px);
  pointer-events: none;
} */

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 100px 40px 100px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

/* Left column */
.hero-left {
  flex: 1;
  max-width: 650px;
}

/* Hero top logo - in nav now, hidden from hero-left */
.hero-logo-img {
  display: none;
}
.hero-nav-logo {
  object-fit: contain;
  filter: drop-shadow(0 10px 40px rgba(0,0,0,0.4));

  width: auto;
  height: 250px;
  margin-bottom: -100px;
}

.hero-headline {
  font-family: 'Clash Grotesk', sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 80px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 12px;
}

.hero-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hero-list li {
    color: #FFF;
    font-family: "Clash Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    list-style: none;
}

.hero-list li i {
    margin-right: 6px;
    font-size: 16px;
}

.hero-headline .script-accent {
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  background: linear-gradient(88deg, #3ab0ff 14%, #23b7ad 57%, #3ab0ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subhead {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32.5px;
  color: #fff;
  max-width: 642px;
}

.hero-subhead span {
    font-weight: 700;
}

/* Hero stats row — sits on white background below the hero image.
   3 teal-outlined pills with script accent + dark label. */
.hero-stats-row {
  background: #fff;
  padding: 40px 100px 40px;
  position: relative;
  z-index: 1;
}
.hero-stats-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.stat-pill {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 36px 16px 36px;
    border-radius: 80px;
    border: 1.5px solid var(--teal);
    flex: 1;
    min-width: 280px;
    max-width: 380px;
    border: 1px solid rgb(20 130 202 / 20%);
}
.stat-pill-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
}
.stat-pill-icon i {
  font-size: 22px;
  background: linear-gradient(88deg, #3ab0ff 14%, #23b7ad 57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-pill-text {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    gap: 8px;
}
.stat-pill-value {
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}
.stat-pill-value .script-accent {
  font-family: 'Dancing Script', cursive;
  font-size: 34px;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  color: #147DC4;
}
.stat-pill-label {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #10334a;
  letter-spacing: 0.3px;
}

/* Right column — signup card
   Glassmorphism matching the tourist app login card:
   low-opacity frosted white, stronger blur, extends down past hero. */
.hero-form-card {
  flex: 0 0 566px;
  width: 566px;
  max-width: 566px;
  /* height: 550px; */
  position: relative;
  border: 1.5px solid #3aaffc;
  border-radius: 40px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 12px 40px rgba(0,0,0,0.12),
    inset 0 0 150px rgba(56,182,255,0.2);
  padding: 40px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 5;
  overflow: hidden;
}

.form-card-title {
  font-family: 'Clash Grotesk', sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 42px;
  color: #fff;
  padding: 0 12px;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-row {
  display: flex;
  gap: 12px;
}

.pill-input {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  padding: 20px 16px;
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 40px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
  flex: 1;
  min-width: 0;
}
.pill-input i {
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pill-input .prefix {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  color: rgba(255,255,255,0.85);
  font-family: 'Satoshi', 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding-right: 8px;
  border-right: 1px solid rgba(255,255,255,0.2);
  margin-right: 2px;
}
.pill-input .prefix .flag { font-size: 18px; line-height: 1; }
.pill-input input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-family: 'Satoshi', 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
}
.pill-input input::placeholder {
  color: rgba(255,255,255,1);
}
/* =============================================
   intl-tel-input — dark glass theme
   Dropdown is detached to document.body to avoid clipping
   inside the form card's overflow:hidden wrapper.
============================================= */
/* Phone pill uses absolute positioning for .iti so it fills the 60px pill,
   bypassing the parent flex align-items:center collapse problem. */
.phone-pill-input {
  position: relative;
  padding: 0 !important;
}
.phone-pill-input .iti {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0 20px 0 14px;
  min-width: 0;
}
.phone-pill-input .iti__tel-input {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: #fff !important;
  font-family: 'Satoshi', 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  /* NOTE: don't override padding-left — intl-tel-input sets it inline
     to match the country button width. Overriding causes overlap. */
  height: 100% !important;
  line-height: normal !important;
  box-shadow: none !important;
  min-width: 0;
  margin: 0 !important;
}
.phone-pill-input .iti__tel-input::placeholder { color: rgba(255,255,255,1); }
.phone-pill-input .iti__country-container {
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}
.phone-pill-input .iti__selected-country {
  background: transparent !important;
  border: none !important;
  border-right: 1px solid rgba(255,255,255,0.25) !important;
  padding: 0 12px 0 4px !important;
  height: 36px !important;
  border-radius: 0 !important;
  color: #fff !important;
  align-self: center !important;
}
.phone-pill-input .iti__selected-country:hover,
.phone-pill-input .iti__selected-country:focus { background: rgba(255,255,255,0.08) !important; }
.phone-pill-input .iti__selected-country-primary { gap: 8px; }
.phone-pill-input .iti__selected-dial-code { color: rgba(255,255,255,0.92) !important; font-size: 14px !important; font-weight: 500; }
.phone-pill-input .iti__arrow { border-top-color: rgba(255,255,255,0.65) !important; }
.phone-pill-input .iti__arrow--up { border-bottom-color: rgba(255,255,255,0.65) !important; }

/* Dropdown (detached to body) — must be top-level selectors */
.iti__dropdown-content {
  background: #12142a !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 64px rgba(0,0,0,0.55) !important;
  overflow: hidden !important;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  min-width: 340px !important;
  z-index: 9999 !important;
}
.iti__search-input {
  background: rgba(255,255,255,0.06) !important;
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  color: #fff !important;
  font-family: 'Satoshi', 'Inter', sans-serif !important;
  font-size: 14px !important;
  padding: 14px 18px !important;
  outline: none !important;
  width: 100% !important;
  box-sizing: border-box;
}
.iti__search-input::placeholder { color: rgba(255,255,255,0.5); }
.iti__country-list {
  background: transparent !important;
  color: #fff !important;
  max-height: 280px !important;
  scrollbar-width: thin;
  border: none !important;
  padding: 6px 0 !important;
  margin: 0 !important;
}
.iti__country-list::-webkit-scrollbar { width: 6px; }
.iti__country-list::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 3px; }
.iti__country {
  padding: 10px 18px !important;
  color: #fff !important;
  transition: background 0.12s;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.iti__country:hover,
.iti__country.iti__highlight { background: rgba(58,175,252,0.18) !important; }
.iti__country-name { color: rgba(255,255,255,0.92) !important; font-size: 14px; }
.iti__dial-code { color: rgba(255,255,255,0.5) !important; font-size: 13px; }
.iti__divider { border-bottom-color: rgba(255,255,255,0.12) !important; margin: 6px 0; }

/* Honeypot — visually hidden, still in DOM for bots */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  tab-index: -1;
}

/* CTA Button */
.btn-cta-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 78px;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
  background: radial-gradient(110.27% 117.05% at 50% 26.25%, #1482CA 0%, #12213D 100%);
}
.btn-cta-primary:hover { opacity: 0.9; transform: translateY(-1px); }
.btn-cta-primary i { font-size: 16px; }

/* Trust badges below CTA */
.form-trust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1.5px solid rgba(56,177,248,0.5);
  padding: 24px 24px 0 24px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #fff;
}
.trust-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #147dc4;
  opacity: 0.9;
  flex-shrink: 0;
}

/* =============================================
   SECTION 2 — FEATURES (Directions That Don't Need Data)
============================================= */
#features {
  background: #fff;
  position: relative;
}
.features-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 100px 80px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.features-headline {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: var(--text-dark);
  text-align: center;
  line-height: 64px;
}
.features-headline .script-accent {
  font-size: 58px;
  line-height: 64px;
}
.features-sub {
  font-size: 18px;
  line-height: 30px;
  color: var(--text-dark);
  text-align: center;
  width: 80%;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

/* "Coming Fall 2026" pill — gradient w/ animated diagonal sheen */

.comming-soon-wrapper {
    padding: 8px;
    width: 50%;
    border-radius: 80px;
    border: 1.5px solid #21B79E;
    background: rgba(255, 255, 255, 0.01);
}

.coming-soon-pill {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  padding: 0;
  border: 1.5px solid rgba(33,183,158,0.8);
  border-radius: 80px;
  overflow: hidden;
  box-shadow:
    inset 0 0 40px rgba(33,183,158,0.25),
    0 12px 32px rgba(33,183,158,0.18);
}

.cs-pill-stripes {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      105deg,
      rgba(255,255,255,0.10) 0px,
      rgba(255,255,255,0.10) 6px,
      rgba(255,255,255,0) 6px,
      rgba(255,255,255,0) 28px
    ),
    radial-gradient(110.27% 117.05% at 50% 26.25%, #1482CA 0%, #146AA7 25%, #135284 50%, #133A61 75%, #12213D 100%);
  animation: stripeSlide 3s linear infinite;
}

@keyframes stripeSlide {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 28px 0, 0 0; }
}

.cs-pill-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 14px 56px;
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #fff;
}

.cs-pill-content .cs-pill-script {
  font-family: 'Dancing Script', cursive;
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  color: #fff;
  margin-right: 4px;
  transform: translateY(2px);
}

/* Features hub layout */
.features-hub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  position: relative;
}
.features-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 72px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: -100px;
}
.features-col.left { align-items: flex-end; padding-right: 48px; }
.features-col.right { align-items: flex-start; padding-left: 48px; }
/* Middle items pushed further from the center circle so the 6 items follow the
   circle's arc: top/bottom items sit at ~10/8 & 2/4 o'clock (closer to center),
   middle items at ~9 & 3 o'clock (at the widest point). */
.features-col.left .feature-item:nth-child(2) { transform: translateX(-48px); }
.features-col.right .feature-item:nth-child(2) { transform: translateX(48px); }

.feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 380px;
  max-width: 380px;
}

.feature-item:hover .feat-icon-circle {
  background: radial-gradient(110.27% 117.05% at 50% 26.25%, #1482CA 0%, #12213D 100%);
}


.feature-item:hover .feat-icon-circle i, .feature-item:hover .feat-icon-circle img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(13deg) brightness(107%) contrast(101%);
}


.feature-item .feat-text { flex: 1; min-width: 0; }
.feature-item.right-align { text-align: right; }
.feature-item.right-align .feat-text { text-align: right; }

.feat-icon-circle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid #1482CA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feat-icon-circle img {
    height: 22px;
    object-fit: contain;
    object-position: center;
}


/* .feat-icon-circle i {
  font-size: 26px;
  background: linear-gradient(88deg, #3ab0ff 14%, #23b7ad 57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
} */
.feat-text h3 {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: var(--text-dark);
  letter-spacing: 0.24px;
  margin-bottom: 6px;
}
.feat-text p {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-dark);
  opacity: 0.8;
}

/* Center phone */
.features-phone-wrap {
  position: relative;
  width: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  overflow: visible;
}
/* Subtle teal medallion behind phone (Figma Ellipse 724 — lighter than solid) */
.features-phone-glow {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(110.27% 117.05% at 50% 26.25%, #1482CA 0%, #12213D 100%);


}
/* iPhone 15 frame built in pure CSS — matches Figma node 163:1077, scaled down 25% */
.iphone-15-frame {
  position: relative;
  width: 234px;
  aspect-ratio: 312 / 649;
  padding: 7px 8px;
  background: #0a0a0a;
  border-radius: 38px;
  box-shadow:
    0 40px 100px rgba(0,0,0,0.45),
    0 0 0 2px #1a1a1a,
    inset 0 0 0 1.5px rgba(255,255,255,0.06);
  z-index: 2;
  transform: translate(0px, 55px) scale(1.2);
  transition: all .4s ease-in-out;
}

.dk-phone-card:nth-child(even) .iphone-15-frame{
  transform: translate(0px, -55px) scale(1.2);
}

.dk-phone-card:hover .iphone-15-frame {
      transform: translate(0px, 0px) scale(1);
}

.dk-phone-card:hover .dk-card-label {
    font-size: 30px;
    background: linear-gradient(88deg, #3ab0ff 14%, #23b7ad 57%, #3ab0ff 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}



.iphone-15-frame::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,0.08);
  pointer-events: none;
}
.iphone-15-frame .iphone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: #000;
}
.iphone-15-frame .iphone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.iphone-15-frame .iphone-island {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 21px;
  background: #000;
  border-radius: 16px;
  z-index: 3;
  box-shadow: inset 0 0 0 0.5px rgba(255,255,255,0.08);
}

/* Business cards carousel — wider than phone so cards spill past the frame edges,
   but overflow is hidden so only ~2 cards are visible at a time (matches Figma). */
.business-cards-carousel {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 185px;
    overflow: hidden;
    z-index: 2;
}

.business-cards-track {
  display: flex;
  gap: 7px;
  /* height: 100%; */
  animation: slideCards 25s linear infinite;
  will-change: transform;
}

@keyframes slideCards {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * (140px + 7px) * 5)); }
}

.business-card {
  flex: 0 0 140px;
  width: 170px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  border: 0.7px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 7px;
  position: relative;
  box-sizing: border-box;
}

.business-card-image {
  width: 100%;
  height: 84px;
  overflow: hidden;
  border-radius: 9px;
  flex-shrink: 0;
}

.business-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 0;
  padding-right: 22px;
}

.business-card-title {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: #fff;
  line-height: 10.5px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.business-card-tags {
  display: flex;
  gap: 3.5px;
  flex-wrap: nowrap;
  /* overflow: hidden; */
}

.business-tag {
  font-family: 'Inter', sans-serif;
  font-size: 7px;
  font-weight: 500;
  padding: 2px 4.5px;
  border-radius: 14px;
  border: 0.5px solid rgba(58, 175, 252, 0.1);
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

.business-tag.blue {
  background: #3aaffc;
}

.business-tag.teal {
  background: #21b79e;
  border-color: rgba(33, 183, 158, 0.1);
}

.business-card-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 7px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}

.business-card-location i {
  font-size: 11px;
  flex-shrink: 0;
  color:#3AAFFC;
}

.business-card-location span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.business-card-action {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 17px;
  height: 17px;
  background: #3aaffc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.business-card-action img {
    height: 5px;
    width: 5px;
}

.business-card-action i {
  font-size: 10px;
  color: #fff;
}

/* =============================================
   SECTION 3 — "Everything You Need At Your Fingertips"
============================================= */
#product {
  position: relative;
  background: #fff;
  padding: 50px 100px 100px;
  overflow: visible;
}
.digital-key-gradient {
  position: relative;
  border-radius: 80px;
  padding: 80px 40px 340px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(58,176,255,0.20), transparent 55%),
    radial-gradient(ellipse at center, rgb(44,52,139) 0%, rgb(31,43,100) 55%, rgb(18,33,61) 100%);
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}
.digital-key-gradient::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(58,176,255,0.25), rgba(33,183,158,0.12) 40%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}
.digital-key-inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.dk-headline {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 70px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.dk-sub-list {
    display: flex;
    gap: 44px;
}

.dk-sub-list li {
    color: #FFF;
    text-align: center;
    font-family: "Clash Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
     /* 133.333% */
    list-style: none;
}

.dk-sub-list li i {
    margin-right: 8px;
    font-size: 14px;
}


.dk-headline .script-accent {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  font-size: 74px;
  background: linear-gradient(75.5deg, #3ab0ff 14%, #23b7ad 57%, #3ab0ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}
.dk-sub {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  max-width: 820px;
  margin-top: 0;
}

/* App store badges */
.store-badges {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: -10px;
}
.badge-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border: 1.5px solid rgba(255,255,255,0.8);
  border-radius: 40px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-family: 'Clash Grotesk', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: background 0.2s;
}
.badge-btn:hover { background: rgba(255,255,255,0.1); }
.badge-btn i { font-size: 22px; }

/* Phone cards grid — overlap upward into the hero-card via negative margin */
.dk-phones {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1240px;
  margin: -300px auto 0;
  padding: 0 100px;
  align-items: stretch;
}
.dk-phone-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 40px 28px;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 60px rgba(0,0,0,0.22);
}
.dk-phone-card.card-mint,
.dk-phone-card.card-mint2 {
  background: #d1f4ee;
  border-radius: 40px 40px 24px 24px;
}
.dk-phone-card.card-blue {
  background: #d1e5f4;
  border-radius: 24px 24px 40px 40px;
}
.dk-card-label {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #10334a;
  letter-spacing: 0.24px;
  text-align: center;
  flex-shrink: 0;
  transition: all .4s ease-in-out;
}
/* iPhone frame inside a digital-key card — sized slightly larger than the
   features-section frame since it fills the entire card. */
.dk-iphone {
  width: 240px;
  box-shadow:
    0 30px 70px rgba(0,0,0,0.28),
    0 0 0 2px #1a1a1a,
    inset 0 0 0 1.5px rgba(255,255,255,0.06);
}

/* =============================================
   SECTION 4 — CATEGORIES (Guides + Local Businesses)
============================================= */
#categories {
  background: linear-gradient(to right, rgba(33,183,158,0.05), rgba(52,178,240,0.05));
  background-color: #ffffff;
  padding: 50px 100px;
}
.cats-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 57px;
}
.cats-headline {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #10334a;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 68px;
  margin: 0;
}
.cats-headline .script-accent {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  font-size: 63px;
  background: radial-gradient(110.27% 117.05% at 50% 26.25%, #1482CA 0%, #12213D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cats-groups {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.cats-subgroup {
  background: rgba(255,255,255,0.01);
  border-radius: 55px;
  padding: 32px 24px;
  box-shadow: inset 0 0 80px rgba(33,183,158,0.15);
  margin: 0;
}
.cats-subgroup-title {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #10334a;
  letter-spacing: 0.36px;
  line-height: 42px;
  margin: 0 0 20px;
  padding: 0 12px;
}
.cats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 20px;
  border: 1px solid rgb(20 130 202 / 20%);
  border-radius: 40px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;

}
.cat-card:hover {
  box-shadow: 0 12px 40px rgba(33,183,158,0.15);
  background: radial-gradient(110.27% 117.05% at 50% 26.25%, #1482CA 0%, #12213D 100%);
}

.cat-card:hover .cat-name,
.cat-card:hover .cat-desc {
  color: #fff;
}

.cat-card:hover .cat-icon-wrap {
  background: #fff;
}

.cat-card:hover .cat-icon-wrap i,
.cat-card:hover .cat-icon-wrap img  {
      color: #10334a;
      filter: brightness(0) saturate(100%) invert(13%) sepia(28%) saturate(2290%) hue-rotate(171deg) brightness(97%) contrast(90%);
}

.cat-icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(110.27% 117.05% at 50% 26.25%, #1482CA 0%, #12213D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 24px;
}
.cat-icon-wrap i {
  font-size: 32px;
  color: #fff;
}
.cat-name {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #10334a;
  letter-spacing: 0.24px;
  line-height: 32px;
}
.cat-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #10334a;
  opacity: 0.82;
}

.cat-card.many .cat-name {
    margin-top: 50px;
}

/* =============================================
   SECTION 5 — LOCATION SLIDER
============================================= */
#location-slider {
  position: relative;
  height: 786px;
  overflow: hidden;
}
.slider-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 120px 100px 50px;
}
.slide.active { opacity: 1; z-index: 1; }
.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(153deg, #000 6%, rgba(0,0,0,0) 99%);
  pointer-events: none;
}
.slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.slide-text {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.slide-title {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  line-height: 66px;
  letter-spacing: 0.6px;
  margin: 0;
}
.slide-script {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  font-size: 70px;
  line-height: 60px;
  background: linear-gradient(74.6deg, #3ab0ff 14%, #23b7ad 57%, #3ab0ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.slide-desc {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  max-width: 970px;
}
.slide-times {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
.slide-time-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px 6px 6px;
  border-radius: 999px;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  align-self: flex-start;
  max-width: 100%;
}
.slide-time-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #21b79e, #34b2f0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.slide-time-icon i { color: #fff; font-size: 16px; }
.slide-time-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}
.slider-bottom {
  position: absolute;
  bottom: 50px;
  left: 100px;
  right: 100px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;
}
.slider-thumbs {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.slider-thumbs-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.slider-thumb {
  width: 180px;
  height: 130px;
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
  flex-shrink: 0;
}
.slider-thumb.active {
  opacity: 1;
}
.slider-thumb.active:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    border: 2px solid rgba(255,255,255,0.85);
    border-radius: 24px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}
.slider-thumb img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; border-radius: 20px; }
.slider-dots {
  display: flex;
  gap: 10px;
  align-items: center;
}
.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.slider-dot.active { background: #fff; transform: scale(1.3); }
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.3);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  backdrop-filter: blur(8px);
  display: none;
}
.slider-arrow:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.6); }
.slider-prev { left: 24px; }
.slider-next { right: 24px; }

/* =============================================
   SECTION 6 — CTA "Get Out There & Discover BCS"
============================================= */
#cta {
  background: #f5fbfe;
  position: relative;
  overflow: hidden;
  padding: 100px 100px 0;
}
.cta-glow-teal {
  position: absolute;
  left: -237px;
  top: -104px;
  width: 780px;
  height: 759px;
  border-radius: 50%;
  background: #21b79e;
  filter: blur(120px);
  opacity: 0.1;
  pointer-events: none;
}
.cta-glow-blue {
  position: absolute;
  left: 979px;
  top: -30px;
  width: 600px;
  height: 580px;
  border-radius: 50%;
  background: #3ab0ff;
  filter: blur(120px);
  opacity: 0.1;
  pointer-events: none;
}
.cta-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.cta-headline {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #10334a;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 68px;
  margin: 0;
}
.cta-headline .script-accent {
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
  font-size: 70px;
  line-height: 60px;
  display: inline-block;
  background: radial-gradient(110.27% 117.05% at 50% 26.25%, #1482CA 0%, #12213D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-sub {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #10334a;
  text-align: center;
  max-width: 668px;
  margin-top: -8px;
}
.cta-form-card {
  width: 100%;
  max-width: 805px;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 40px;
  padding: 24px;
  box-shadow: 0 4px 40px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cta-form-row {
  display: flex;
  gap: 14px;
}
.cta-input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(16,51,74,0.2);
  border-radius: 40px;
  padding: 18px 24px;
}
.cta-input-wrap i {
  color: #10334a;
  opacity: 0.6;
  font-size: 20px;
  width: 28px;
  text-align: center;
  flex-shrink: 0;
  opacity: 1;
}
.cta-input-wrap input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 18px;
  color: #10334a;
}
.cta-input-wrap input::placeholder { color: rgba(16,51,74,1); }
.btn-cta-gradient {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 22px 28px;
  border: none;
  color: #fff;
  font-family: 'Plus Jakarta Sans', 'Clash Grotesk', sans-serif;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
  border-radius: 40px;
  background: radial-gradient(186.7% 123.72% at 77.48% 50%, #1482CA 0%, #12213D 100%);
  box-shadow: 0 15px 24px 0 rgba(58, 176, 255, 0.10);
  line-height: 1;
}
.btn-cta-gradient:hover { opacity: 0.9; }
.cta-form-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 8px 0;
}
.cta-form-note .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #21b79e;
  flex-shrink: 0;
}
.cta-form-note span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #10334a;
  line-height: 20px;
}

/* Scrolling ticker — full-width marquee */
.ticker-wrap {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 80px;
  overflow: hidden;
  background: radial-gradient(132.21% 139.83% at 87.48% -27.54%, #182182 0%, #005084 100%);
}
.ticker-track {
  display: flex;
  animation: ticker-scroll 30s linear infinite;
  width: max-content;
}
.ticker-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 40px;
  white-space: nowrap;
  flex-shrink: 0;
}
.ticker-item i {
  color: #fff;
  font-size: 12px;
  position: relative;
}

.ticker-item i:after {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    content: "";
    position: absolute;
    inset: 0;
    top: -4px;
    left: -4px;
    border-radius: 50%;
    background: rgba(0, 150, 255, 0.4);
    z-index: -1;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ticker-item span {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* =============================================
   FOOTER
============================================= */
footer {
  position: relative;
  border-top: none;
  padding: 40px 100px 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(132.21% 139.83% at 87.48% -27.54%, #2C348B 0%, #12213D 100%);
}
footer::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(58,176,255,0.25), rgba(33,183,158,0.10) 45%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}
footer > * { position: relative; z-index: 1; }
/* Centered top block: logo + nav */
.footer-center-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.footer-logo-img {
  width: 184px;
  height: auto;
  object-fit: contain;
}
.footer-center-nav {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-center-nav a {
  color: #fff;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', 'Clash Grotesk', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.2s;
}
.footer-center-nav a:hover { color: var(--blue); }

/* Contact row */
.footer-contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 718px;
  max-width: 100%;
  flex-wrap: wrap;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 180px;
  justify-content: center;
}
.footer-contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer-contact-icon i { color: #fff; font-size: 16px; }
.footer-contact-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-contact-main {
  font-size: 15px;
  line-height: 22.5px;
  color: #fff;
}
.footer-contact-sub {
  font-size: 13px;
  line-height: 19.5px;
  color: rgba(255,255,255,0.7);
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.1);
  width: 100%;
}

/* Bottom bar */
.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer-social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-social-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.2s;
}
.footer-social-btn:hover { background: rgba(255,255,255,0.2); }
.footer-ig-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 80px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s;
}
.footer-ig-pill i { font-size: 16px; }
.footer-ig-pill:hover { background: rgba(255,255,255,0.18); }
.footer-copyright {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

/* =============================================
   TOAST NOTIFICATION
============================================= */
.toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: rgba(33,183,158,0.95);
  color: #fff;
  padding: 14px 28px;
  border-radius: 40px;
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(33,183,158,0.35);
}
.toast.visible { opacity: 1; transform: translateX(-50%) translateY(0); }

/* =============================================
   RESPONSIVE
   Breakpoints: 1366 / 1200 / 900 / 600 / 480
============================================= */

/* --- 1200px: tablet landscape / small desktop / old laptops --- */
@media (max-width: 1366px) {
  .hero-top-nav { padding: 40px 48px 0; }
  .hero-inner { padding: 40px 48px 40px; gap: 40px; }
  .hero-form-card { flex: 0 0 520px; width: 520px; max-width: 520px; height: auto; }
  .hero-headline { font-size: 48px; line-height: 64px; }
  .hero-headline .script-accent { font-size: 64px; line-height: 64px; }
  .features-inner, #cta, footer { padding-left: 48px; padding-right: 48px; }
  .hero-stats-row { padding: 40px 48px 40px; }
  #product { padding: 40px 48px 80px; }
  .digital-key-gradient { padding: 70px 32px 320px; border-radius: 60px; }
  .dk-phones { padding: 0 48px; gap: 18px; margin-top: -280px; }
  #categories { padding: 50px 48px; gap: 40px; }
  .dk-phone-card { padding: 32px 22px; min-height: 520px; }
  .dk-iphone { width: 220px; }
  .dk-headline { font-size: 48px; line-height: 56px; }
  .dk-headline .script-accent { font-size: 50px; line-height: 56px; }
  .cats-headline { font-size: 48px; line-height: 56px; }
  .cats-headline .script-accent { font-size: 50px; line-height: 56px; }
  .cta-headline { font-size: 48px; line-height: 56px; }
  .cta-headline .script-accent { font-size: 50px; line-height: 56px; }
}

/* --- 900px: tablet portrait --- */
@media (max-width: 900px) {
  /* Top nav - stack on smaller screens */
  .hero-top-nav { 
    flex-direction: column; 
    align-items: center;
    gap: 20px;
    padding: 24px 24px 0;
  }
  .hero-nav-logo { width: 140px; height: auto; margin-bottom: unset; }
  .lang-toggle { width: 280px; }

  /* Hero — stack to single column */
  .hero-inner {
    flex-direction: column;
    padding: 32px 24px 40px;
    gap: 32px;
    align-items: center;
  }
  .hero-left { max-width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; }
  .hero-headline { font-size: 42px; line-height: 52px; }
  .hero-headline .script-accent { font-size: 52px; line-height: 56px; }
  .hero-subhead { max-width: 560px; text-align: center; }
  .hero-form-card {
    flex: none;
    width: 100%;
    max-width: 560px;
    height: auto;
    margin: 0 auto;
    padding: 32px 24px 24px;
  }
  .form-card-title { font-size: 30px; line-height: 36px; padding: 0; }
  .form-row { flex-direction: column; }
  .pill-input, .phone-pill-input { width: 100%; height: 64px; min-height: 64px; max-height: 64px; }
  .btn-cta-primary { height: 60px; font-size: 15px; }
  .form-trust { flex-direction: column; align-items: flex-start; gap: 10px; padding: 14px 4px; }

  /* Stats row — stack to column */
  .hero-stats-row { padding: 40px 24px 40px; }
  .hero-stats-inner { flex-direction: column; gap: 14px; }
  .stat-pill { min-width: 0; max-width: 100%; width: 100%; border-color: #1482CA; }

  /* Features section — stack col / phone / col vertically */
  .features-inner { padding: 60px 24px; gap: 30px; }
  .features-headline { font-size: 40px; line-height: 46px; }
  .features-headline .script-accent { font-size: 48px !important; line-height: 52px !important; }
  .features-hub { flex-direction: column; gap: 18px; }
  .features-col { width: 100%; gap: 18px; padding: 0 !important; margin-bottom: unset; }
  .features-col.left, .features-col.right { align-items: stretch; }
  .feature-item,
  .feature-item.right-align {flex-direction: row; text-align: left; width: 100%;max-width: 460px; margin: 0 auto; transform: none !important;background: linear-gradient(90deg, rgba(33, 183, 158, 0.05) 0%, rgba(52, 178, 240, 0.05) 100%);border-radius: 50px;padding: 10px 12px;}
  .features-col.left .feature-item:nth-child(2),
  .features-col.right .feature-item:nth-child(2) { transform: none !important; }
  .feature-item.right-align .feat-text { text-align: left; }
  .features-phone-wrap { order: -1; width: 280px; margin: 0 auto; min-height: auto; }
  .features-phone-glow { width: 360px; height: 360px; }
  .iphone-15-frame, .dk-phone-card:nth-child(even) .iphone-15-frame {         transform: unset;
        width: 100%;
        box-shadow: unset; }
  .iphone-15-frame .iphone-island { top: 15px; width: 80px; height: 24px; }

  /* Section A — stack 3 cards */
  #product { padding: 32px 24px 60px; }
  .digital-key-gradient { padding: 48px 20px 48px; border-radius: 40px; }
  .digital-key-gradient::before { display: none; }
  .dk-headline { font-size: 36px; line-height: 42px; }
  .dk-headline .script-accent { font-size: 38px; line-height: 42px; }
  .dk-sub { font-size: 16px; line-height: 26px; }
  .dk-phones { grid-template-columns: 1fr; gap: 20px; margin: 32px auto 0; padding: 0 24px; }
  .dk-phone-card { width: 100%; max-width: 400px; margin: 0 auto; min-height: auto; padding: 32px 24px; }
  .dk-iphone { width: 240px; }

  /* Section B — Categories 2 column */
  #categories { padding: 48px 24px; gap: 36px; }
  .cats-headline { font-size: 36px; line-height: 44px; }
  .cats-headline .script-accent { font-size: 38px; line-height: 42px; }
  .cats-subgroup { padding: 24px 16px; border-radius: 36px; }
  .cats-subgroup-title { font-size: 26px; line-height: 32px; margin-bottom: 16px; padding: 0 8px; }
  .cats-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .cat-card { padding: 28px 14px; gap: 16px; border-radius: 28px; }
  .cat-name { font-size: 20px; line-height: 26px; }
  .cat-desc { font-size: 14px; line-height: 22px; }

  /* Section D — CTA */
  #cta { padding: 60px 24px 0; }
  .cta-headline { font-size: 36px; line-height: 44px; }
  .cta-headline .script-accent { font-size: 38px; line-height: 42px; }
  .cta-inner { max-width: 100%; }
  .cta-sub { font-size: 14px; line-height: 24px; }
  .cta-form-card { padding: 18px; border-radius: 28px; }
  .cta-form-row { flex-direction: column; gap: 12px; }
  .cta-input-wrap { padding: 14px 18px; }
  .btn-cta-gradient { padding: 16px 24px; font-size: 16px; }
  .ticker-item span { font-size: 14px; }
  .ticker-item i { font-size: 12px; }

  /* Slider section */
  #location-slider { height: auto; min-height: 620px; overflow: hidden; border-radius: 40px;}
  .slider-wrap { overflow: hidden; }
  /* .slide-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.68) 40%, rgba(0,0,0,0.35) 62%, rgba(0,0,0,0) 85%);
  } */
  /* .slide-text { background: rgba(8,16,28,0.55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 20px 18px; } */
  .slide-title, .slide-desc { text-shadow: 0 2px 12px rgba(0,0,0,0.7); }
  .slide {
    position: relative;
    height: auto;
    min-height: 620px;
    opacity: 1;
    display: none;
    flex-direction: column;
    padding: 60px 20px 220px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  .slide.active { display: flex; }
  /* .slide-overlay,
  .slide-content { position: relative; max-width: 100%; padding: 0; } */
  .slide-content { width: 100%; }
  /* .slide-text { max-width: 100%; width: 100%; } */
  .slide-title { font-size: 42px; line-height: 48px; word-wrap: break-word; }
  .slide-desc {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }
  .slide-script { font-size: 36px; line-height: 44px; }
  .slide-times { gap: 10px; margin-top: 10px; width: 100%; }
  .slide-time-item {
    width: auto;
    max-width: 100%;
    gap: 10px;
    align-items: center;
  }
  .slide-time-icon { width: 36px; height: 36px; }
  .slide-time-icon i { font-size: 13px; }
  .slide-time-text {
    font-size: 13px;
    line-height: 20px;
    flex: 1 1 0%;
    min-width: 0;
    max-width: calc(100% - 46px);
    word-wrap: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .slider-bottom { left: 0; right: 0; bottom: 20px; gap: 14px; align-items: center; }
  .slider-thumbs {
    width: 100%;
    overflow: hidden;
    justify-content: flex-start;
    gap: 0;
    position: relative;
  }
  .slider-thumbs-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform 0.4s ease;
    width: max-content;
    padding: 10px 0;
  }
  .slider-thumb {
    width: 100px;
    height: 100px;
    border-radius: 40px;
    opacity: 0.55;
    transform: scale(0.88);
    transition: transform 0.4s ease, opacity 0.4s ease;
    flex-shrink: 0;
  }
  .slider-thumb.active {
    opacity: 1;
    transform: scale(1.05);
  }
  .slider-thumb.active:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    right: auto;
    bottom: auto;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border: 2px solid rgba(255,255,255,0.85);
    border-radius: 22px;
    pointer-events: none;
  }
  .slider-thumb img { border-radius: 18px; }

  .slider-arrow { display: none; }

  /* Footer */
  footer { padding: 48px 24px 20px; }
  .footer-center-nav { gap: 20px; flex-wrap: wrap; justify-content: center; }
  .footer-contact-row { flex-direction: column; gap: 24px; align-items: flex-start; width: 100%; }
  .footer-contact-item { justify-content: flex-start; }
  .footer-bottom-bar {flex-direction: column; gap: 14px; text-align: center; align-items: center;}
  .footer-contact-icon {width: 30px;height: 30px;}
  .footer-copyright { font-size: 13px; line-height: 20px; }

  /* Ticker — slightly smaller on mobile */
  .ticker-wrap { margin-top: 48px; }
  .ticker-item { padding: 14px 24px; gap: 10px; }
  .footer-ig-pill {width: 100%;}
  .feature-item.right-align { flex-direction: row-reverse !important;}
}

/* --- 600px: large mobile --- */
@media (max-width: 600px) {
  .hero-headline { font-size: 40px; line-height: 46px; }
  .hero-headline .italic-script { font-size: 40px; line-height: 46px; }
  .hero-subhead { font-size: 16px; }
  .form-card-title { font-size: 24px; line-height: 30px; }
  .pill-input { height: 56px; min-height: 56px; max-height: 56px; }
  .features-headline,
  .dk-headline,
  .cats-headline,
  .cta-headline { font-size: 28px; line-height: 38px; width: 90%; margin-left: auto; margin-right: auto; }
  .features-headline .script-accent { font-size: 30px !important; line-height: 38px !important; display: block; }
  .dk-headline .script-accent,
  .cats-headline .script-accent,
  .cta-headline .script-accent { font-size: 30px; line-height: 36px; }
  .cats-grid { grid-template-columns: 1fr 1fr; }
  .cat-card { padding: 24px 20px; }
  .features-phone-wrap { width: 240px; }
  .features-phone-glow { width: 300px; height: 300px; top: 55%; }
  .iphone-15-frame { width: 230px; }
  .iphone-15-frame .iphone-island { top: 13px; width: 72px; height: 22px; }
  .slide-title { font-size: 34px; line-height: 40px; }
  .slider-thumb { width: 300px; height: 320px;}
  .slider-thumb.active:before { border-radius: 20px; }
  .slider-thumb img { border-radius: 16px; }
  .features-sub {font-size: 16px; line-height: 26px; width: 90%; margin-left: auto; margin-right: auto;}
  
}

/* --- 480px: small mobile --- */
@media (max-width: 480px) {
  .hero-top-nav { padding: 16px 16px 0; gap: 16px; flex-direction: column-reverse; }
  .hero-nav-logo { width: auto; height: 120px; }
  .lang-toggle { width: 240px; }
  .lang-toggle a, .lang-toggle button { font-size: 14px; padding: 6px 12px; }
  .hero-inner { padding: 24px 16px 32px; }
  .hero-headline { font-size: 36px; line-height: 42px; }
  .hero-headline .script-accent { font-size: 48px; line-height: 46px; }
  .hero-stats-row { padding: 32px 16px 32px; }
  .features-inner { padding: 20px 16px 40px 16px }
  .digital-key-gradient { padding: 0 20px; background: unset; }
  .digital-key-inner { gap: 16px;}
  .dk-sub-list { gap: 4px; flex-direction: column;}
  #categories { padding: 48px 16px; }
  #cta { padding: 48px 16px 0; }
  footer { padding: 40px 16px 16px; }
  .slide { min-height: unset; height: 780px; }
  .hero-form-card { padding: 24px 18px 18px; border-radius: 32px; }
  .btn-cta-primary { height: 56px; font-size: 14px; padding: 0 16px; }
  .stat-pill { padding: 14px 24px 14px 24px; gap: 14px; }
  .stat-pill-value, .stat-pill-value .script-accent { font-size: 26px; }
  .stat-pill-label { font-size: 20px; }
  .cat-name { font-size: 18px; line-height: 18px; }
  .cat-icon-wrap {width: 56px; height: 56px;}
  .cat-desc {font-size: 14px; line-height: 24px; opacity: 1;}
  #product {background: radial-gradient(132.21% 139.83% at 87.48% -27.54%, #2C348B 0%, #12213D 100%); border-radius: 80px; padding: 30px 24px 30px 24px;}
  .dk-phones { padding-left: 0; padding-right: 0;}
  .iphone-15-frame,.dk-phone-card:nth-child(even) .iphone-15-frame {transform: unset; width: 100%; box-shadow: unset;}
  .dk-phone-card {border-radius: 70px 70px 70px 70px !important;}
  .slider-thumbs-inner { gap: 14px; }
  .slider-thumb { width: 300px; height: 320px; }
  .slider-thumb.active:before { display: none; }
  .slider-thumb img { border-radius: 14px; }
  .hero-bg-img { opacity: 0.5; }
  .comming-soon-wrapper {width: 100%;display: flex;align-items: center;justify-content: flex-start;}
  .feat-text h3 { font-size: 20px; }
  .feat-text p {font-size: 14px; line-height: 24px; opacity: 1;}
  .dk-headline .script-accent { font-size: 42px !important; line-height: 1.2 !important; display: block; }
  .cats-headline .script-accent { font-size: 28px !important;}
  .cats-inner { gap: 28px; }
  .slide-title, .slide-script {font-size: 42px; line-height: 42px; }
  .cta-headline .script-accent { font-size: 42px !important; line-height: 1.2 !important; }
}
