:root {
  --primary: #00afc4;
  --primary-dark: #078da0;
  --accent: #f7941d;
  --ink: #132431;
  --muted: #657580;
  --surface: #ffffff;
  --soft: #f4fbfc;
  --line: #dcecef;
  --shadow: 0 24px 70px rgba(20, 87, 99, 0.13);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cairo", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.8;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220,236,239,.75);
}

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

.brand {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -2px;
}

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

.nav-links {
  display: flex;
  gap: 28px;
  color: #40515c;
  font-weight: 600;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 10px 24px;
  border-radius: 15px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: .25s ease;
}

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

.btn-small {
  min-height: 43px;
  padding: 7px 18px;
  color: #fff;
  background: var(--primary);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #0d91a4);
  box-shadow: 0 14px 30px rgba(0,175,196,.25);
}

.btn-primary svg {
  width: 19px;
  fill: currentColor;
}

.btn-secondary {
  border-color: var(--line);
  background: #fff;
}

.hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f8feff 0%, #fff 84%);
}

.hero-grid {
  min-height: 720px;
  padding-block: 70px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 48px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--primary-dark);
  background: #e8f8fa;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
}

h1 {
  font-size: clamp(43px, 6vw, 72px);
  line-height: 1.25;
  letter-spacing: -2.5px;
  margin-bottom: 22px;
}

.brand-inline {
  white-space: nowrap;
}

.hero-text {
  max-width: 640px;
  color: var(--muted);
  font-size: 19px;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.trust-row {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.trust-row div {
  display: flex;
  flex-direction: column;
}

.trust-row strong {
  font-size: 18px;
}

.trust-row span {
  color: var(--muted);
  font-size: 13px;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: .55;
}

.hero-glow-one {
  width: 440px;
  height: 440px;
  left: -120px;
  top: 30px;
  background: #d7f7fb;
}

.hero-glow-two {
  width: 300px;
  height: 300px;
  right: -100px;
  bottom: 30px;
  background: #fff1df;
}

.hero-visual {
  min-height: 570px;
  position: relative;
  display: grid;
  place-items: center;
}

.phone {
  position: absolute;
  width: 278px;
  height: 560px;
  padding: 12px;
  border-radius: 42px;
  background: #12232f;
  box-shadow: var(--shadow);
}

.phone-front {
  z-index: 3;
  transform: translateX(-25px) rotate(-2deg);
}

.phone-back {
  z-index: 1;
  transform: translateX(115px) translateY(18px) rotate(9deg);
  opacity: .93;
}

.phone-notch {
  position: absolute;
  z-index: 5;
  top: 18px;
  left: 50%;
  width: 88px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #12232f;
}

.phone-screen {
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 32px;
  padding: 28px 18px 18px;
  background: #f7fbfc;
}

.secondary-screen {
  padding-top: 60px;
  background: linear-gradient(180deg,#eaf8fa,#fff);
}

.mini-status {
  height: 60px;
  border-radius: 18px;
  background: white;
  margin-bottom: 18px;
}

.mini-card {
  height: 105px;
  border-radius: 22px;
  background: #fff;
  margin-bottom: 16px;
  box-shadow: 0 12px 25px rgba(48,110,118,.08);
}

.mini-card.short { height: 72px; }

.app-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.small-logo {
  font-size: 23px;
  font-weight: 800;
}

.location-pill {
  font-size: 10px;
  color: var(--primary-dark);
  background: #e5f8fa;
  padding: 5px 8px;
  border-radius: 999px;
}

.search-bar {
  color: #8c9ba3;
  background: #fff;
  border: 1px solid #edf4f5;
  padding: 9px 12px;
  border-radius: 12px;
  font-size: 11px;
  margin-bottom: 18px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 7px;
  margin-bottom: 20px;
}

.category-item {
  display: grid;
  gap: 3px;
  place-items: center;
  min-height: 62px;
  padding: 7px 2px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(31,104,114,.06);
}

.category-item span { font-size: 21px; }
.category-item small { font-size: 8px; color: #53656f; }

.screen-title {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 9px;
}

.ad-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 10px;
  background: #fff;
  padding: 8px;
  border-radius: 16px;
  margin-bottom: 10px;
  box-shadow: 0 9px 20px rgba(31,104,114,.06);
}

.ad-image {
  border-radius: 12px;
  background: linear-gradient(135deg,#ffd8a8,#f7941d);
}

.ad-image.blue {
  background: linear-gradient(135deg,#b8edf2,#00afc4);
}

.ad-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
}

.ad-info strong { font-size: 11px; }
.ad-info span { font-size: 8px; color: #75848d; }
.ad-info b { font-size: 9px; color: var(--primary-dark); }

.floating-plus {
  position: absolute;
  bottom: 18px;
  left: 18px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  border-radius: 16px;
  background: var(--primary);
  box-shadow: 0 12px 24px rgba(0,175,196,.35);
}

.floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 182px;
  padding: 13px 15px;
  border-radius: 17px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 15px 35px rgba(43,87,95,.13);
  backdrop-filter: blur(10px);
}

.floating-card > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 11px;
  background: var(--primary);
}

.floating-card div {
  display: flex;
  flex-direction: column;
  line-height: 1.45;
}

.floating-card strong { font-size: 12px; }
.floating-card small { font-size: 9px; color: var(--muted); }

.floating-card-one {
  right: 5px;
  top: 92px;
}

.floating-card-two {
  left: -2px;
  bottom: 84px;
}

.section {
  padding-block: 94px;
}

.section-soft {
  background: var(--soft);
}

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

.section-heading > span,
.download-kicker {
  color: var(--primary-dark);
  font-weight: 800;
  font-size: 14px;
}

.section-heading h2,
.download-box h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.35;
  margin: 8px 0 12px;
  letter-spacing: -1.3px;
}

.section-heading p {
  color: var(--muted);
}

.feature-grid,
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card,
.step {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  transition: .25s ease;
}

.feature-card:hover,
.step:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.icon-box,
.step-number {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  font-size: 23px;
  background: #eaf9fb;
  margin-bottom: 20px;
}

.feature-card h3,
.step h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.feature-card p,
.step p {
  color: var(--muted);
  font-size: 15px;
}

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

.big-category {
  min-height: 155px;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e3eff1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: .25s ease;
}

.big-category:hover {
  transform: translateY(-4px);
  border-color: #bde6eb;
}

.big-category span { font-size: 34px; margin-bottom: 12px; }
.big-category strong { font-size: 19px; }
.big-category small { color: var(--muted); }

.step {
  position: relative;
  text-align: center;
}

.step-number {
  margin-inline: auto;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg,var(--primary),var(--primary-dark));
}

.download-section {
  padding: 20px 0 92px;
}

.download-box {
  min-height: 260px;
  padding: 50px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.2), transparent 28%),
    linear-gradient(135deg, #00afc4, #087d90);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  box-shadow: 0 28px 75px rgba(0,128,148,.22);
}

.download-kicker { color: #dffbff; }
.download-box p { color: #e6fbfd; }

.btn-light {
  min-width: 210px;
  background: #fff;
  color: var(--primary-dark);
}

footer {
  border-top: 1px solid var(--line);
  padding-block: 38px;
  background: #fbfdfd;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 30px;
  align-items: center;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 6px;
}

.footer-grid p,
.copyright {
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #53656f;
  font-weight: 600;
}

.copyright {
  text-align: left;
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-block: 55px;
  }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 620px; }
  .feature-grid, .steps, .categories {
    grid-template-columns: repeat(2,1fr);
  }
  .download-box {
    text-align: center;
    flex-direction: column;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-links { justify-content: center; }
  .copyright { text-align: center; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 22px, 1160px); }
  .site-header .btn-small { display: none; }
  .nav { min-height: 66px; }
  .brand { font-size: 29px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; padding-top: 42px; }
  h1 { font-size: 42px; }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 18px; }
  .hero-visual {
    min-height: 540px;
    transform: scale(.86);
    margin-top: -25px;
    margin-bottom: -45px;
  }
  .phone-front { transform: translateX(-42px) rotate(-2deg); }
  .phone-back { transform: translateX(72px) translateY(15px) rotate(8deg); }
  .floating-card-one { right: -20px; }
  .floating-card-two { left: -18px; }
  .section { padding-block: 72px; }
  .feature-grid, .steps, .categories { grid-template-columns: 1fr; }
  .feature-card, .step { padding: 25px; }
  .download-box { padding: 36px 22px; border-radius: 26px; }
}

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


/* V2 refinements */
.hero {
  background:
    radial-gradient(circle at 75% 20%, rgba(0,175,196,.12), transparent 30%),
    radial-gradient(circle at 15% 80%, rgba(247,148,29,.10), transparent 26%),
    linear-gradient(180deg, #f8feff 0%, #ffffff 86%);
}

.hero-copy h1 {
  max-width: 760px;
}

.store-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: -14px 0 28px;
  padding: 10px 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(20,87,99,.08);
}

.store-note .store-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  font-size: 15px;
}

.store-note div {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.store-note small {
  color: var(--muted);
  font-size: 10px;
}

.store-note strong {
  font-size: 14px;
}

.feature-card,
.big-category,
.step {
  box-shadow: 0 10px 30px rgba(20,87,99,.05);
}

.download-box {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.20), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(247,148,29,.25), transparent 22%),
    linear-gradient(135deg, #00afc4, #087d90 72%);
}

@media (max-width: 900px) {
  .store-note {
    margin-inline: auto;
  }
}
