:root {
  color-scheme: light;
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-2: #eef3f8;
  --surface-3: #f9fbfd;
  --text: #111827;
  --muted: #647084;
  --line: #dce5ef;
  --navy: #071c3d;
  --navy-2: #0f2c59;
  --orange: #ff7600;
  --orange-2: #ff9f2e;
  --teal: #0f766e;
  --green: #16a34a;
  --danger: #dc2626;
  --shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

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

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(221, 229, 239, 0.86);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 174px;
}

.brand img {
  width: 170px;
  max-width: 42vw;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--orange);
}

.nav-download,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  border: 0;
}

.nav-download,
.primary-action {
  color: #ffffff;
  background: var(--orange);
  box-shadow: 0 12px 24px rgba(255, 118, 0, 0.24);
}

.secondary-action {
  color: var(--navy);
  background: #ffffff;
  border: 1px solid var(--line);
}

.compact {
  min-height: 40px;
  padding: 0 14px;
  font-size: 13px;
}

.full {
  width: 100%;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 450px);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(44px, 7vw, 88px) clamp(18px, 5vw, 76px);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 118, 0, 0.18), transparent 32%),
    radial-gradient(circle at 8% 86%, rgba(15, 118, 110, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f3f7fc 52%, #eaf1fa 100%);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(42px, 6.6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  color: var(--navy);
  letter-spacing: 0;
}

.hero-text {
  max-width: 710px;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.65;
}

.hero-actions,
.trust-strip,
.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-actions {
  margin: 28px 0 20px;
}

.trust-strip span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.hero-card {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 610px;
}

.route-map {
  position: absolute;
  inset: 18px auto auto 0;
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0.94;
}

.route-node {
  width: 22px;
  height: 22px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

.route-node.active {
  background: var(--orange);
}

.route-line {
  width: min(26vw, 118px);
  height: 4px;
  background: linear-gradient(90deg, var(--orange), var(--teal));
  border-radius: 999px;
}

.phone-frame {
  position: relative;
  width: min(100%, 370px);
  min-height: 575px;
  margin-top: 46px;
  padding: 18px;
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    var(--navy);
  background-size: 34px 34px;
  border: 12px solid #06152d;
  border-radius: 42px;
  box-shadow: 0 30px 80px rgba(10, 31, 68, 0.34);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
}

.phone-panel {
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.phone-panel strong {
  display: block;
  margin: 6px 0;
  font-size: 22px;
  line-height: 1.18;
}

.phone-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.phone-panel.accent {
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #ffffff;
}

.mini-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.phone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.phone-grid div {
  min-height: 110px;
  padding: 16px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--navy);
}

.phone-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.phone-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 34px;
}

.section {
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 76px);
}

.role-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  background: var(--navy);
}

.role-band article {
  min-height: 190px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}

.role-band h2,
.role-band h3 {
  color: #ffffff;
}

.role-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.feature-icon,
.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  color: #ffffff;
  background: var(--orange);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.section-heading p {
  max-width: 750px;
  color: var(--muted);
  line-height: 1.6;
}

.market-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 20px;
}

.search-box,
.signup-form label,
.contact-form label {
  display: block;
}

.search-box span,
.signup-form label span,
.contact-form label span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.search-box input,
.signup-form input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--text);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

.contact-form textarea {
  min-height: 132px;
  padding-top: 12px;
  resize: vertical;
}

.search-box input:focus,
.signup-form input:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 118, 0, 0.12);
}

.category-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0;
}

.category-tabs button {
  min-height: 42px;
  padding: 0 14px;
  white-space: nowrap;
  color: var(--muted);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
}

.category-tabs button.active {
  color: #ffffff;
  background: var(--navy);
  border-color: var(--navy);
}

.status-message {
  min-height: 24px;
  margin-bottom: 14px;
  color: var(--muted);
  font-weight: 800;
}

.market-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-card,
.vendor-card,
.service-grid article,
.timeline article,
.signup-form,
.signup-note,
.contact-form,
.contact-cards a,
.company-facts article,
.policy-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.product-card {
  overflow: hidden;
}

.product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--surface-2);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 6px 9px;
  color: #ffffff;
  background: rgba(7, 28, 61, 0.88);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.product-body {
  padding: 14px;
}

.product-body h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.product-meta {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.product-price strong {
  color: var(--navy);
  font-size: 18px;
}

.mini-button {
  min-height: 36px;
  padding: 0 12px;
  color: #ffffff;
  background: var(--orange);
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.services-section,
.company-section,
.contact-section {
  background: #ffffff;
}

.service-grid article,
.vendor-card,
.timeline article {
  padding: 22px;
}

.service-grid p,
.vendor-card p,
.timeline p,
.signup-copy p,
.company-copy p,
.contact-section p,
.site-footer p,
.policy-page p,
.policy-page li {
  color: var(--muted);
  line-height: 1.6;
}

.vendor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vendor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  color: #ffffff;
  background: var(--navy);
  border-radius: 8px;
  font-weight: 950;
}

.vendor-card h3 {
  margin-bottom: 6px;
}

.text-link,
.button-link,
.text-button {
  color: var(--orange);
  font-weight: 950;
}

.button-link,
.text-button {
  border: 0;
  background: transparent;
  padding: 0;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.timeline article {
  position: relative;
}

.timeline article span {
  display: inline-flex;
  width: 26px;
  height: 26px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: inset 0 0 0 6px #dcfce7;
}

.company-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(24px, 5vw, 62px);
  align-items: start;
}

.company-facts {
  display: grid;
  gap: 12px;
}

.company-facts article {
  padding: 18px;
}

.company-facts strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
}

.company-facts span {
  color: var(--muted);
  line-height: 1.5;
}

.signup-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 520px);
  gap: clamp(24px, 5vw, 62px);
  align-items: start;
}

.signup-form,
.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.otp-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  background: rgba(255, 118, 0, 0.08);
  border: 1px solid rgba(255, 118, 0, 0.22);
  border-radius: 8px;
}

.signup-note {
  margin-top: 18px;
  padding: 16px;
  color: var(--muted);
  line-height: 1.55;
}

.signup-note strong {
  color: var(--navy);
}

.form-status {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: var(--danger);
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.contact-cards a {
  display: block;
  padding: 18px;
}

.contact-cards strong {
  display: block;
  color: var(--navy);
  margin-bottom: 4px;
}

.contact-cards span {
  color: var(--muted);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 5vw, 76px);
  background: var(--navy);
  color: #ffffff;
}

.site-footer img {
  width: 166px;
  display: block;
  margin-bottom: 8px;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 850;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(7, 28, 61, 0.64);
}

.modal.open {
  display: flex;
}

.modal-panel {
  position: relative;
  width: min(100%, 560px);
  padding: 28px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.modal-panel h2 {
  margin-right: 68px;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  min-height: 36px;
  padding: 0 12px;
  color: var(--muted);
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.store-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 176px;
  min-height: 62px;
  padding: 10px 16px;
  color: #ffffff;
  background: var(--navy);
  border-radius: 8px;
}

.store-button span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
}

.store-button strong {
  font-size: 18px;
}

.store-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.policy-header {
  min-height: 280px;
  padding: 70px clamp(18px, 5vw, 76px);
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 118, 0, 0.16), transparent 30%),
    var(--navy);
  color: #ffffff;
}

.policy-header .brand {
  margin-bottom: 36px;
}

.policy-header .brand img {
  width: 174px;
}

.policy-header h1 {
  color: #ffffff;
  max-width: 900px;
  font-size: clamp(38px, 6vw, 68px);
}

.policy-header p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.policy-page {
  padding: 42px clamp(18px, 5vw, 76px) 76px;
}

.policy-card {
  max-width: 960px;
  padding: clamp(22px, 4vw, 42px);
}

.policy-card h2 {
  margin-top: 28px;
  font-size: clamp(24px, 3vw, 34px);
}

.policy-card h2:first-child {
  margin-top: 0;
}

.policy-card ul {
  padding-left: 20px;
}

@media (max-width: 1080px) {
  .site-nav {
    display: none;
  }

  .hero-section,
  .signup-section,
  .company-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-card {
    min-height: 540px;
  }

  .market-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .role-band,
  .vendor-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .market-toolbar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 132px;
  }

  .nav-download {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero-section,
  .section,
  .policy-header,
  .policy-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: 40px;
  }

  .market-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-card {
    min-height: 500px;
  }

  .phone-frame {
    min-height: 500px;
  }

  .modal-panel {
    padding: 22px;
  }
}
