﻿:root {
  --ink: #0b1b16;
  --muted: #51635e;
  --primary: #57B5FF;
  --primary-dark: #3f9de0;
  --mint: #ebfbf3;
  --mint-2: #d6f7ea;
  --bg: #f6f9f7;
  --card: #ffffff;
  --shadow: 0 24px 40px rgba(14, 54, 40, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background: #ffffff;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 24px 0;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 4px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
}

.logo-mark {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}

.nav {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
}

.btn {
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Outfit", "Manrope", sans-serif;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 18px rgba(29, 165, 120, 0.2);
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-ghost {
  background: #fff;
  color: var(--ink);
  border: 1px solid #d9e4df;
}

.btn-light {
  background: #e9f6f1;
  color: var(--primary-dark);
  border: 1px solid #c4eadc;
  padding: 8px 12px;
  font-size: 12px;
}

.btn-white {
  background: #fff;
  color: var(--primary);
  border: 1px solid #d9efe6;
}

.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
  padding: 70px 0 50px;
  align-items: start;
}

.hero-copy h1 {
  font-size: clamp(34px, 4.6vw, 54px);
  margin: 12px 0 16px;
  font-weight: 800;
  line-height: 1.1;
}

.hero-copy {
  display: flex;
  flex-direction: column;
}

.accent {
  color: var(--primary);
}

.pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  background: rgba(87, 181, 255, 0.16);
  color: var(--primary-dark);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.subhead {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.subhead-secondary {
  margin-top: -6px;
  font-weight: 600;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.cta-note {
  margin-top: 8px;
  font-family: "Outfit", "Manrope", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}

.cta-note__top {
  display: block;
  font-size: 14px;
  font-weight: 1000;
}

.cta-note__bottom {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-top: 2px;
}

.stats {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 14px;
}

.stats strong {
  font-size: 20px;
  display: block;
}

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

.hero-media {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 54px;
  margin-left: 128px; 
  align-items: flex-start;
}

.hero-photo {
  width: min(420px, 90vw);
  height: 460px;
  max-height: 460px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(11, 27, 22, 0.14);
  background: #f7f7f7;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 88%;
}

.how {
  padding: 40px 0 50px;
  text-align: center;
}

.how h2 {
  font-size: clamp(26px, 3vw, 36px);
  margin-bottom: 6px;
}

.section-subhead {
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto 40px;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
  gap: 30px;
  text-align: left;
  margin: 30px 0;
}

.feature-row.reverse {
  direction: rtl;
}

.feature-row.reverse > * {
  direction: ltr;
}

.feature-copy h3 {
  margin: 10px 0;
  font-size: 20px;
}

.feature-copy p {
  color: var(--muted);
  line-height: 1.6;
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--mint-2);
  color: var(--primary);
  font-size: 20px;
}

.feature-media {
  height: 220px;
  border-radius: 22px;
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center;
}

.feature-carousel {
  display: none;
  text-align: left;
  margin: 20px auto 36px;
  max-width: 520px;
  --phone-width: min(260px, 78vw);
}

.feature-carousel__tabs {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.feature-tab {
  text-align: left;
  border: 1px solid #d9e4df;
  border-radius: 16px;
  padding: 12px 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.feature-tab.is-active {
  border-color: var(--primary);
  background: var(--mint);
  box-shadow: 0 10px 20px rgba(29, 165, 120, 0.18);
}

.feature-carousel__phone {
  margin: 0 auto 18px;
  width: var(--phone-width);
}

.feature-phone {
  background: linear-gradient(160deg, #1b1f1e, #0a0c0c);
  border-radius: 44px;
  padding: 12px;
  box-shadow: 0 24px 50px rgba(6, 20, 16, 0.28);
  position: relative;
  width: 100%;
}

.feature-phone::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.feature-phone__notch {
  width: 120px;
  height: 24px;
  background: #0b0e0d;
  border-radius: 0 0 18px 18px;
  margin: 0 auto 8px;
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.06);
}

.feature-phone__screen {
  background: #f7fbf9;
  border-radius: 30px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06);
}

.feature-phone__track {
  display: flex;
  width: 100%;
  transition: transform 0.35s ease;
  touch-action: pan-y;
}

.feature-phone__slide {
  min-width: 100%;
  height: calc(var(--phone-width) * 2.15);
  border-radius: 22px;
  box-shadow: 0 18px 30px rgba(14, 54, 40, 0.18);
  background-size: cover;
  background-position: center;
}

.feature-carousel__copy h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.feature-carousel__copy p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.media-makeup {
  background-image: linear-gradient(140deg, #fbe0e7, #e4c8f2);
}

.media-team {
  background-image: linear-gradient(140deg, #f2f6f8, #c9e2f6);
}

.media-map {
  background-image: linear-gradient(140deg, #d6f7ea, #c8d9ff);
}

.media-notes {
  background-image: linear-gradient(140deg, #efe7dd, #d8f0ee);
}

.cta {
  margin-top: 40px;
  background: linear-gradient(160deg, #1aa26e, #0f8c63);
  color: #fff;
  text-align: center;
  padding: 50px 20px 60px;
  border-radius: 26px;
}

.cta p {
  color: rgba(255, 255, 255, 0.85);
}

.cta-notes {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
}

.site-footer {
  text-align: center;
  color: var(--muted);
  margin: 30px 0 40px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--primary);
}

.legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 26px 24px 60px;
  color: var(--ink);
}

.legal-page h1 {
  font-size: clamp(28px, 3.4vw, 40px);
  margin: 12px 0 10px;
}

.legal-page h2 {
  margin-top: 28px;
  font-size: 20px;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  line-height: 1.7;
}

.legal-page ul {
  padding-left: 20px;
}

.legal-meta {
  color: var(--muted);
  font-size: 14px;
}

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

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .feature-row.reverse {
    direction: ltr;
  }

  .feature-row {
    display: none;
  }

  .feature-carousel {
    display: block;
  }

  .hero-media {
    margin-top: 0;
  }
}
