:root {
  --bg: #08181c;
  --bg-soft: #11292f;
  --surface: rgba(255, 255, 255, 0.09);
  --surface-strong: rgba(255, 255, 255, 0.14);
  --text: #f9fbfb;
  --muted: #c5d3d4;
  --orange: #ff9d2f;
  --orange-deep: #f47b20;
  --teal: #21c7b8;
  --yellow: #ffd15c;
  --pink: #ff738f;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  --radius-xl: 32px;
  --radius-lg: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 157, 47, 0.28), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(33, 199, 184, 0.24), transparent 26%),
    linear-gradient(145deg, #071114 0%, #0e2429 55%, #17353c 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.site-shell {
  position: relative;
}

.hero-header {
  position: relative;
  overflow: hidden;
}

.navbar {
  padding: 1.1rem 0;
}

.brand-lockup {
  display: inline-flex;
  gap: 0.9rem;
  align-items: center;
  color: var(--text);
}

.brand-lockup img {
  width: 58px;
  height: 58px;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.25));
}

.brand-lockup span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-lockup strong {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.brand-lockup small {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.nav-link {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--yellow);
}

.btn {
  border-radius: 999px;
  padding: 0.9rem 1.5rem;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
}

.btn-sun {
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  color: #112227;
  box-shadow: 0 18px 40px rgba(244, 123, 32, 0.35);
}

.btn-sun:hover,
.btn-sun:focus {
  color: #112227;
  box-shadow: 0 22px 46px rgba(244, 123, 32, 0.42);
}

.btn-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-section {
  padding: 3rem 0 5rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--yellow);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-section h1,
.section-head h2,
.cta-panel h2,
.policy-wrap h1 {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.05em;
}

.hero-section h1 {
  max-width: 10ch;
  margin: 1.1rem 0 1rem;
  font-size: clamp(2.9rem, 5vw, 5.1rem);
  line-height: 0.97;
}

.hero-copy {
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.contact-strip {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin: -0.5rem 0 1.4rem;
}

.contact-chip {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.85rem 1rem;
  border-radius: 20px;
  min-width: 185px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  color: var(--text);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.contact-chip:hover,
.contact-chip:focus {
  transform: translateY(-3px);
  color: var(--text);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(33, 199, 184, 0.28);
}

.contact-chip strong {
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.contact-chip span {
  color: var(--muted);
  font-size: 0.92rem;
}

.voice-assistant-card {
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 1rem;
  align-items: center;
  margin: 0 0 1.6rem;
  padding: 1rem;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.assistant-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(circle at top, rgba(255, 209, 92, 0.28), rgba(255, 255, 255, 0.04));
}

.assistant-figure img {
  width: 100%;
  max-width: 132px;
  height: auto;
  display: block;
}

.assistant-label {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 209, 92, 0.16);
  color: var(--yellow);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.assistant-copy h3 {
  margin: 0.45rem 0 0.5rem;
  font-family: "Sora", sans-serif;
  font-size: 1.35rem;
}

.assistant-copy p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.75;
}

.assistant-links {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.assistant-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text);
  font-weight: 700;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.assistant-link:hover,
.assistant-link:focus {
  transform: translateY(-2px);
  color: var(--text);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 209, 92, 0.28);
}

.store-badges {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin: -0.5rem 0 2rem;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.75rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.store-badge:hover,
.store-badge:focus {
  transform: translateY(-3px);
  color: var(--text);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 209, 92, 0.28);
}

.store-badge img {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}

.store-badge span {
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}


.hero-stats {
  margin-top: 0.5rem;
}

.stat-card,
.feature-card,
.shot-card,
.policy-wrap,
.cta-panel {
  background: var(--surface);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 1.1rem 1rem;
  border-radius: 22px;
  text-align: center;
}

.stat-card strong {
  display: block;
  font-size: 1.35rem;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.phone-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 620px;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  animation: pulseFloat 7s ease-in-out infinite;
}

.orb-one {
  width: 180px;
  height: 180px;
  top: 4%;
  left: 3%;
  background: radial-gradient(circle, rgba(255, 157, 47, 0.9), rgba(255, 157, 47, 0.05));
}

.orb-two {
  width: 240px;
  height: 240px;
  right: 4%;
  bottom: 4%;
  animation-delay: -2.4s;
  background: radial-gradient(circle, rgba(33, 199, 184, 0.72), rgba(33, 199, 184, 0.05));
}

.phone-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 355px);
  padding: 1rem;
  border-radius: 40px;
  background: linear-gradient(180deg, #1c272c 0%, #0c1215 100%);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.phone-notch {
  width: 35%;
  height: 24px;
  margin: 0 auto 0.9rem;
  border-radius: 0 0 16px 16px;
  background: #05090b;
}

.phone-screen {
  border-radius: 30px;
  padding: 1rem;
  min-height: 590px;
  background:
    radial-gradient(circle at top right, rgba(255, 209, 92, 0.34), transparent 20%),
    linear-gradient(180deg, #fff0d1 0%, #fbe3b4 18%, #fff 18%, #fff 100%);
  color: #102026;
  overflow: hidden;
}

.real-screen {
  padding: 0;
  background: #f3f3f3;
}

.real-screen img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.screen-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 18px 28px rgba(17, 34, 39, 0.09);
}

.screen-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.screen-brand img {
  width: 52px;
  height: 52px;
}

.screen-brand strong,
.screen-title strong,
.mini-shot h3,
.feature-card h3,
.site-footer h3 {
  display: block;
  font-family: "Sora", sans-serif;
}

.screen-brand span,
.screen-title span,
.mini-shot p,
.feature-card p,
.footer-copy,
.footer-links a,
.policy-wrap p {
  color: #50656a;
}

.route-bar {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.8rem;
}

.route-bar span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--teal));
  animation: routeFlow 2.6s linear infinite;
}

.route-bar span:nth-child(1) {
  width: 32%;
}

.route-bar span:nth-child(2) {
  width: 21%;
  animation-delay: -0.6s;
}

.route-bar span:nth-child(3) {
  width: 44%;
  animation-delay: -1.1s;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.mini-shot {
  padding: 1rem;
  border-radius: 22px;
  min-height: 126px;
}

.accent-orange {
  background: linear-gradient(180deg, #fff0d9, #ffdca4);
}

.accent-teal {
  background: linear-gradient(180deg, #ddfffb, #baf1ea);
}

.accent-pink {
  background: linear-gradient(180deg, #ffe3eb, #ffc6d6);
}

.accent-yellow {
  background: linear-gradient(180deg, #fff9d9, #ffeaa4);
}

.floating-pill {
  position: absolute;
  z-index: 3;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  animation: drift 6s ease-in-out infinite;
}

.pill-left {
  left: 1%;
  top: 16%;
}

.pill-right {
  right: 1%;
  bottom: 18%;
  animation-delay: -2.4s;
}

.feature-section,
.screens-section,
.cta-section {
  padding: 2rem 0 5rem;
}

.section-head {
  margin-bottom: 2.4rem;
}

.section-head h2,
.cta-panel h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-top: 1rem;
}

.feature-card {
  height: 100%;
  border-radius: var(--radius-lg);
  padding: 1.6rem;
}

.feature-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  color: #112227;
  font-weight: 800;
}

.feature-card p,
.footer-copy,
.footer-links a {
  color: var(--muted);
}

.shot-card {
  border-radius: 30px;
  padding: 1rem;
}

.shot-screen {
  min-height: 340px;
  border-radius: 22px;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.6rem;
  color: #0f2024;
}

.shot-real {
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.shot-real img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.shot-screen span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.shot-screen strong {
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
}

.shot-home {
  background: linear-gradient(180deg, #fff0d8, #ffc36a);
}

.shot-cart {
  background: linear-gradient(180deg, #d9fff8, #7ce0cf);
}

.shot-track {
  background: linear-gradient(180deg, #ffe3ea, #ff9cb1);
}

.shot-profile {
  background: linear-gradient(180deg, #fff8d9, #ffd75d);
}

.cta-panel {
  border-radius: var(--radius-xl);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}

.site-footer {
  padding: 1rem 0 3rem;
}

.floating-contact-dock {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  align-items: flex-end;
}

.floating-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--text);
  animation: contactDockFloat 3.8s ease-in-out infinite;
}

.floating-contact-item:hover,
.floating-contact-item:focus {
  color: var(--text);
}

.floating-contact-label {
  padding: 0.78rem 1rem;
  border-radius: 999px;
  background: rgba(8, 24, 28, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.floating-contact-icon {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.28);
}

.floating-contact-icon::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  opacity: 0.45;
  animation: contactPulse 2.4s ease-out infinite;
}

.floating-contact-icon svg {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 1;
}

.whatsapp-float .floating-contact-icon {
  background: linear-gradient(135deg, #2bdd72, #119d4c);
}

.whatsapp-float .floating-contact-icon::before {
  background: rgba(43, 221, 114, 0.32);
}

.call-float {
  animation-delay: -1.2s;
}

.call-float .floating-contact-icon {
  background: linear-gradient(135deg, #ffcb56, #ff8f2f);
  color: #112227;
}

.call-float .floating-contact-icon::before {
  background: rgba(255, 157, 47, 0.32);
}

.footer-brand {
  margin-bottom: 1rem;
}

.site-footer h3 {
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.footer-contact a {
  color: var(--muted);
  font-weight: 600;
}

.footer-contact a:hover,
.footer-contact a:focus {
  color: var(--yellow);
}

.footer-links li + li {
  margin-top: 0.75rem;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--yellow);
}

.policy-body {
  display: grid;
  place-items: center;
  padding: 2rem 0;
}

.policy-page {
  width: 100%;
}

.policy-wrap {
  max-width: 860px;
  margin: 2rem auto;
  border-radius: var(--radius-xl);
  padding: 2rem;
}

.policy-wrap h1 {
  margin: 1rem 0 1.2rem;
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.policy-wrap p {
  color: var(--muted);
  line-height: 1.9;
  font-size: 1.04rem;
}

.back-link {
  color: var(--yellow);
  font-weight: 600;
}

.lift-on-hover {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.lift-on-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.25);
}

.floating-card {
  animation: floatY 5.5s ease-in-out infinite;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@keyframes pulseFloat {
  0%, 100% { transform: scale(1) translateY(0); opacity: 0.9; }
  50% { transform: scale(1.08) translateY(-12px); opacity: 0.65; }
}

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

@keyframes contactPulse {
  0% { transform: scale(0.9); opacity: 0.5; }
  70% { transform: scale(1.2); opacity: 0; }
  100% { transform: scale(1.2); opacity: 0; }
}

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

@keyframes routeFlow {
  0% { transform: scaleX(0.92); opacity: 0.55; }
  50% { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(0.92); opacity: 0.55; }
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 1.5rem;
  }

  .hero-section h1 {
    max-width: 100%;
  }

  .phone-stage {
    min-height: auto;
    padding-top: 2rem;
  }

  .floating-pill {
    display: none;
  }

  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .brand-lockup strong {
    font-size: 1.25rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .store-badges {
    flex-direction: column;
  }

  .contact-strip {
    flex-direction: column;
  }

  .voice-assistant-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .store-badge {
    width: 100%;
    justify-content: flex-start;
  }

  .contact-chip {
    width: 100%;
  }

  .assistant-figure {
    min-height: 140px;
  }

  .assistant-links {
    flex-direction: column;
  }

  .assistant-link {
    width: 100%;
  }

  .phone-frame {
    width: min(100%, 310px);
  }

  .floating-contact-dock {
    right: 12px;
    bottom: 12px;
    gap: 0.7rem;
  }

  .floating-contact-label {
    padding: 0.7rem 0.9rem;
    font-size: 0.9rem;
  }

  .floating-contact-icon {
    width: 56px;
    height: 56px;
  }

  .phone-screen,
  .real-screen img {
    min-height: 530px;
  }

  .mini-grid {
    grid-template-columns: 1fr;
  }

  .stat-card,
  .feature-card,
  .shot-card,
  .policy-wrap,
  .cta-panel {
    border-radius: 24px;
  }
}

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