:root {
  --navy-950: #071d3c;
  --navy-900: #0c2850;
  --navy-800: #153a6e;
  --orange-500: #ff7b1f;
  --orange-400: #ff9a43;
  --slate-900: #162236;
  --slate-700: #49566c;
  --slate-500: #7d8898;
  --slate-200: #dce3ed;
  --slate-100: #eef3f8;
  --white: #ffffff;
  --shadow-lg: 0 28px 60px rgba(8, 25, 56, 0.16);
  --shadow-md: 0 18px 40px rgba(8, 25, 56, 0.1);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--slate-900);
  background:
    radial-gradient(circle at top left, rgba(255, 123, 31, 0.12), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef4f9 100%);
}

img {
  display: block;
  max-width: 100%;
}

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

button {
  font: inherit;
}

.site-shell {
  overflow-x: hidden;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.topbar {
  background: linear-gradient(90deg, var(--navy-950), var(--navy-900));
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 50px;
}

.topbar-copy {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.topbar-copy span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--orange-500);
  vertical-align: middle;
}

.topbar-link {
  font-weight: 700;
  transition: color 0.25s ease;
}

.topbar-link:hover {
  color: #ffd1b0;
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(22, 34, 54, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(12, 40, 80, 0.14));
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-text strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.15;
  color: var(--navy-950);
}

.brand-text span {
  font-size: 0.85rem;
  color: var(--slate-700);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-menu a {
  position: relative;
  font-weight: 700;
  color: var(--navy-900);
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, var(--orange-500), var(--orange-400));
  transition: transform 0.28s ease;
}

.nav-menu a:hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(12, 40, 80, 0.12);
  border-radius: 14px;
  background: var(--white);
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--navy-900);
  margin: 5px auto;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero {
  padding: 58px 0 44px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.hero-copy,
.hero-image-card,
.feature-card,
.benefit-card,
.overview-panel,
.mini-card,
.timeline-step,
.cta-panel,
.trust-item {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--orange-500);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange-500), transparent);
}

.hero h1,
.hero h2,
.section-heading h3,
.overview-panel h3,
.cta-panel h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.hero h1 {
  font-size: clamp(2.5rem, 4.8vw, 4.6rem);
  line-height: 0.98;
  color: var(--navy-950);
  letter-spacing: -0.035em;
  word-spacing: 0.04em;
}

.hero h2 {
  margin-top: 14px;
  font-size: clamp(1.18rem, 1.8vw, 1.72rem);
  line-height: 1.24;
  color: var(--navy-900);
  max-width: 24ch;
  font-weight: 700;
  letter-spacing: -0.018em;
}

.hero-text,
.section-heading p,
.feature-card p,
.benefit-card p,
.overview-panel p,
.mini-card p,
.timeline-step p,
.footer-brand p,
.trust-item span {
  color: var(--slate-700);
  line-height: 1.7;
}

.hero-text {
  margin: 18px 0 0;
  max-width: 58ch;
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(10, 29, 60, 0.18);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange-500), #ff8d2f);
}

.btn-secondary {
  color: var(--navy-900);
  border-color: rgba(12, 40, 80, 0.14);
  background: rgba(255, 255, 255, 0.88);
}

.btn-secondary:hover {
  border-color: rgba(255, 123, 31, 0.5);
  color: var(--orange-500);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(12, 40, 80, 0.08);
  box-shadow: var(--shadow-md);
}

.hero-points li strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-900);
}

.hero-points li span {
  display: block;
  color: var(--slate-700);
  line-height: 1.55;
  font-size: 0.95rem;
}

.hero-visual {
  position: relative;
}

.hero-image-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, #fdfefe, #eef4fa);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(12, 40, 80, 0.08);
}

.hero-image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 72px rgba(8, 25, 56, 0.18);
}

.hero-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(7, 29, 60, 0.26), transparent 45%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18));
  pointer-events: none;
}

.hero-image-card img {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
}

.hero-stats {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.stat-chip {
  padding: 16px;
  border-radius: 18px;
  background: rgba(7, 29, 60, 0.88);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.stat-value {
  display: block;
  font-weight: 800;
  font-size: 1rem;
}

.stat-label {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.trust-strip {
  padding: 12px 0 10px;
}

.social-section {
  padding-top: 44px;
}

.social-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 24px;
  align-items: center;
}

.social-copy h3,
.social-app-card h4,
.contact-card h4 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--navy-950);
}

.social-copy h3 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.08;
  max-width: 14ch;
}

.social-copy p,
.social-app-card p,
.contact-card p {
  color: var(--slate-700);
  line-height: 1.72;
}

.social-copy > p:not(.eyebrow) {
  max-width: 61ch;
}

.social-app-card,
.contact-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(12, 40, 80, 0.08);
  box-shadow: var(--shadow-md);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.social-app-card:hover,
.contact-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 123, 31, 0.24);
  box-shadow: 0 24px 48px rgba(8, 25, 56, 0.14);
}

.social-app-card {
  margin-top: 28px;
  padding: 28px;
}

.social-app-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.social-app-head img {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  box-shadow: 0 14px 28px rgba(12, 40, 80, 0.18);
}

.social-label {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--orange-500);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.social-app-head h4 {
  font-size: 1.45rem;
}

.app-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  margin-top: 12px;
  padding: 0 18px;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
  box-shadow: 0 16px 30px rgba(8, 25, 56, 0.2);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

.app-store-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(8, 25, 56, 0.24);
}

.app-store-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
}

.app-store-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.app-store-btn small,
.app-store-btn strong {
  display: block;
  line-height: 1.1;
}

.app-store-btn small {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.72);
}

.app-store-btn strong {
  font-size: 1rem;
}

.social-showcase {
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #fbfdff, #edf4fb);
  border: 1px solid rgba(12, 40, 80, 0.08);
  box-shadow: var(--shadow-lg);
}

.social-showcase img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.social-showcase:hover img {
  transform: scale(1.03);
}

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

.trust-item {
  display: flex;
  gap: 14px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(12, 40, 80, 0.08);
  box-shadow: var(--shadow-md);
}

.trust-item:hover,
.feature-card:hover,
.benefit-card:hover,
.mini-card:hover,
.timeline-step:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 123, 31, 0.24);
  box-shadow: 0 24px 48px rgba(8, 25, 56, 0.14);
}

.trust-item strong,
.feature-card h4,
.benefit-card h4,
.mini-card h4,
.timeline-step h4 {
  display: block;
  margin: 0 0 8px;
  color: var(--navy-900);
  font-size: 1.04rem;
}

.icon-box {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 123, 31, 0.15), rgba(12, 40, 80, 0.06));
  color: var(--navy-900);
}

.icon-box svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.feature-card .icon-box svg {
  fill: currentColor;
}

.section {
  padding: 82px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h3,
.overview-panel h3,
.cta-panel h3 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.1;
  color: var(--navy-950);
}

.card-grid {
  display: grid;
  gap: 18px;
}

.four-up {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.benefit-card,
.overview-panel,
.mini-card,
.timeline-step,
.cta-panel {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(12, 40, 80, 0.08);
  box-shadow: var(--shadow-md);
}

.feature-card {
  padding: 26px;
}

.feature-card .icon-box {
  margin-bottom: 18px;
}

.feature-card p,
.benefit-card p,
.mini-card p,
.timeline-step p {
  margin: 0;
}

.accent-section {
  background:
    linear-gradient(180deg, rgba(10, 29, 60, 0.02), rgba(10, 29, 60, 0.02)),
    radial-gradient(circle at top right, rgba(255, 123, 31, 0.12), transparent 28%);
}

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

.benefit-card {
  padding: 28px;
}

.benefit-media {
  overflow: hidden;
  margin: -8px -8px 20px;
  border-radius: 18px;
  border: 1px solid rgba(12, 40, 80, 0.08);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.8), transparent 36%),
    linear-gradient(145deg, rgba(12, 40, 80, 0.08), rgba(255, 123, 31, 0.12));
}

.benefit-media img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 0.35s ease;
}

.benefit-card:hover .benefit-media img {
  transform: scale(1.045);
}

.split-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: start;
}

.overview-panel {
  padding: 36px;
  background:
    linear-gradient(145deg, rgba(7, 29, 60, 0.98), rgba(17, 55, 103, 0.96)),
    var(--navy-900);
}

.overview-panel h3,
.overview-panel p {
  color: var(--white);
}

.overview-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.overview-panel .eyebrow {
  color: #ffd7b4;
}

.overview-panel .eyebrow::before {
  background: linear-gradient(90deg, #ffd7b4, transparent);
}

.overview-stack {
  display: grid;
  gap: 18px;
}

.mini-card {
  padding: 26px;
}

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

.timeline-step {
  position: relative;
  padding: 26px;
}

.timeline-media {
  position: relative;
  overflow: hidden;
  margin: -8px -8px 18px;
  border-radius: 18px;
  border: 1px solid rgba(12, 40, 80, 0.08);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.82), transparent 36%),
    linear-gradient(145deg, rgba(12, 40, 80, 0.08), rgba(255, 123, 31, 0.12));
}

.timeline-media img {
  display: block;
  width: 100%;
  height: 152px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.timeline-step:hover .timeline-media img {
  transform: scale(1.045);
}

.step-number {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(7, 29, 60, 0.18);
}

.cta-section {
  padding-top: 20px;
}

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

.contact-card {
  padding: 24px 22px 22px;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  border-radius: 18px;
  color: var(--navy-900);
  background: linear-gradient(180deg, rgba(255, 123, 31, 0.15), rgba(12, 40, 80, 0.06));
}

.contact-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(12, 40, 80, 1), rgba(19, 58, 110, 0.96)),
    var(--navy-900);
}

.cta-panel h3 {
  max-width: 20ch;
  color: var(--white);
}

.cta-panel .eyebrow {
  color: #ffd7b4;
}

.cta-panel .eyebrow::before {
  background: linear-gradient(90deg, #ffd7b4, transparent);
}

.site-footer {
  margin-top: 84px;
  padding-top: 42px;
  background: linear-gradient(180deg, var(--navy-950), #06162e);
  color: rgba(255, 255, 255, 0.88);
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 24px;
}

.footer-brand {
  max-width: 520px;
}

.footer-brand-link .brand-text strong,
.footer-brand-link .brand-text span {
  color: var(--white);
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.72);
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.84);
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover {
  color: #ffd1b0;
  transform: translateX(4px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0 28px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
}

@media (max-width: 1120px) {
  .hero-grid,
  .split-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .hero h2 {
    max-width: 100%;
  }

  .four-up,
  .benefit-grid,
  .timeline,
  .trust-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .topbar {
    display: none;
  }

  .main-header {
    position: static;
  }

  .nav {
    min-height: 78px;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 8px 0 18px;
  }

  .nav-menu.is-open {
    display: flex;
  }

  .hero {
    padding-top: 24px;
  }

  .hero-points,
  .hero-stats,
  .cta-panel,
  .footer-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .hero-image-card img {
    min-height: 460px;
  }

  .social-showcase img {
    min-height: 440px;
  }
}

@media (max-width: 640px) {
  .section,
  .site-footer {
    margin-top: 0;
  }

  .section {
    padding: 62px 0;
  }

  .hero-points,
  .four-up,
  .benefit-grid,
  .timeline,
  .trust-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 2.28rem;
  }

  .hero h2 {
    font-size: 1.2rem;
  }

  .hero-image-card img {
    min-height: 360px;
  }

  .social-showcase img {
    min-height: 320px;
  }

  .hero-stats {
    position: static;
    padding: 16px;
    background: rgba(7, 29, 60, 0.04);
  }

  .stat-chip {
    background: rgba(7, 29, 60, 0.95);
  }

  .feature-card,
  .benefit-card,
  .overview-panel,
  .mini-card,
  .timeline-step,
  .cta-panel,
  .trust-item {
    border-radius: 20px;
  }

  .cta-panel,
  .overview-panel {
    padding: 26px;
  }
}
