@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap");

:root {
  --teal: #075c56;
  --teal-dark: #063d3a;
  --sage: #94a66e;
  --mint: #e8efe4;
  --cream: #f8f5ec;
  --ink: #10202a;
  --muted: #64736c;
  --line: rgba(16, 32, 42, 0.1);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 92, 86, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Tajawal", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--cream);
  color: var(--ink);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: rgba(248, 245, 236, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

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

.brand img,
.footer-brand img {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(7, 92, 86, 0.18);
}

.brand strong,
.footer-brand strong {
  display: block;
  font-size: 24px;
  color: var(--teal);
  line-height: 1;
}

.brand small,
.footer-brand span {
  color: var(--muted);
  font-size: 14px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
}

.main-nav a:hover {
  color: var(--teal);
}

.language-link {
  min-width: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  text-align: center;
  color: var(--teal);
  background: rgba(255, 255, 255, 0.65);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 32, 42, 0.08);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--teal);
}

.hero,
.section,
.band,
.site-footer {
  padding-inline: clamp(20px, 5vw, 78px);
}

.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
  padding-top: 48px;
  padding-bottom: 64px;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--sage);
  font-size: 18px;
  font-weight: 700;
}

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

h1 {
  margin-bottom: 18px;
  color: var(--teal);
  font-size: clamp(64px, 10vw, 132px);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  color: var(--ink);
}

h3 {
  margin-bottom: 10px;
  font-size: 25px;
  color: var(--teal);
}

.hero-text,
.intro p,
.watch p,
.notify p,
.faq p,
.feature-card p,
.steps-grid p,
.info-card p,
.pricing-card li,
.site-footer p {
  color: var(--muted);
  font-size: 21px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0;
}

.store-button,
.ghost-button,
.site-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  border-radius: 18px;
  padding: 12px 22px;
  font-weight: 800;
}

.store-button {
  gap: 12px;
  background: var(--teal);
  color: var(--white);
  box-shadow: var(--shadow);
}

.store-button small {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}

.apple-mark svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.ghost-button,
.site-link {
  border: 1px solid var(--line);
  color: var(--teal);
  background: rgba(255, 255, 255, 0.68);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hero-stats div,
.info-card,
.privacy-grid div,
.feature-card,
.steps-grid article,
.pricing-card,
.faq-list details,
.intro {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(16, 32, 42, 0.06);
}

.hero-stats div {
  min-height: 96px;
  border-radius: 22px;
  padding: 18px;
}

.hero-stats strong,
.privacy-grid strong,
.info-card strong {
  display: block;
  color: var(--teal);
  font-size: 20px;
}

.hero-stats span,
.privacy-grid span,
.info-card span {
  color: var(--muted);
  font-size: 15px;
}

.hero-visual {
  position: relative;
  min-height: 720px;
}

.phone-shot {
  position: absolute;
  width: min(45vw, 430px);
  border-radius: 42px;
  box-shadow: 0 40px 110px rgba(7, 92, 86, 0.23);
}

.phone-main {
  right: 8%;
  top: 0;
  z-index: 2;
}

.phone-side {
  left: 2%;
  top: 100px;
  z-index: 1;
  opacity: 0.92;
  transform: scale(0.9);
}

.floating-badge {
  position: absolute;
  right: 0;
  bottom: 72px;
  z-index: 3;
  border-radius: 999px;
  padding: 16px 22px;
  background: var(--white);
  color: var(--teal);
  font-size: 22px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.section,
.band {
  padding-top: 82px;
  padding-bottom: 82px;
}

.band {
  background: linear-gradient(135deg, rgba(232, 239, 228, 0.9), rgba(255, 255, 255, 0.48));
}

.intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-inline: clamp(20px, 5vw, 78px);
  border-radius: 28px;
  padding: clamp(24px, 5vw, 46px);
}

.intro-logo img {
  width: 112px;
  border-radius: 30px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.feature-card,
.privacy-grid div {
  border-radius: 24px;
  padding: 26px;
}

.feature-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  border-radius: 16px;
  background: var(--mint);
  color: var(--teal);
  font-weight: 800;
}

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

.steps-grid article,
.pricing-card {
  border-radius: 26px;
  padding: 28px;
}

.steps-grid article span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: var(--teal);
  color: var(--white);
  font-size: 24px;
  font-weight: 800;
}

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

.pricing-card span {
  color: var(--sage);
  font-weight: 800;
}

.pricing-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  margin-bottom: 12px;
  padding-inline-start: 28px;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 13px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--sage);
}

.pricing-card.featured {
  background: var(--teal);
}

.pricing-card.featured h3,
.pricing-card.featured span {
  color: var(--white);
}

.pricing-card.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.screens {
  overflow: hidden;
}

.screen-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.screen-row figure {
  margin: 0;
}

.screen-row img {
  width: 100%;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.screen-row figcaption {
  margin-top: 14px;
  text-align: center;
  color: var(--teal);
  font-size: 20px;
  font-weight: 700;
}

.watch {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 40px;
}

.watch-face {
  width: 310px;
  height: 380px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  border: 16px solid #17201d;
  border-radius: 78px;
  background: radial-gradient(circle at top, #0b6b64, #082f2d);
  color: var(--white);
  box-shadow: 0 38px 90px rgba(6, 61, 58, 0.28);
}

.watch-face span {
  font-size: 92px;
  font-weight: 800;
  line-height: 1;
}

.watch-face strong,
.watch-face small {
  display: block;
  text-align: center;
}

.watch-face strong {
  font-size: 30px;
}

.watch-face small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.privacy-grid div {
  min-height: 150px;
}

.quick-info {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.info-layout {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.info-card {
  min-height: 142px;
  border-radius: 24px;
  padding: 24px;
}

.info-card-large {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--teal);
  color: var(--white);
}

.info-card-large strong {
  color: var(--white);
  font-size: 34px;
}

.info-card-large p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.info-card:not(.info-card-large) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-card:not(.info-card-large) strong {
  font-size: 22px;
}

.notify {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.notify p {
  margin-bottom: 0;
}

.notify-form {
  width: min(100%, 480px);
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 50px rgba(16, 32, 42, 0.06);
}

.notify-form label {
  display: block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 20px;
  font-weight: 800;
}

.notify-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.notify-form input,
.notify-form button {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 16px;
  font: inherit;
}

.notify-form input {
  min-width: 0;
  padding: 0 16px;
  background: var(--white);
  direction: ltr;
}

.notify-form button {
  padding: 0 18px;
  border-color: var(--teal);
  background: var(--teal);
  color: var(--white);
  font-weight: 800;
}

.notify-form small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

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

.faq-list details {
  border-radius: 20px;
  padding: 20px 24px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--teal);
  font-size: 22px;
  font-weight: 800;
}

.faq-list p {
  margin: 12px 0 0;
}

.site-footer {
  display: block;
  padding-top: 48px;
  padding-bottom: 30px;
  background: var(--teal-dark);
  color: var(--white);
}

.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-top {
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.4fr;
  gap: 34px;
  padding: 34px 0;
}

.footer-grid h3 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 20px;
}

.footer-grid a,
.footer-grid p {
  display: block;
  margin: 0 0 10px;
}

.footer-bottom {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-store {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 180px;
  min-height: 66px;
  border-radius: 20px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.footer-store span {
  font-size: 13px;
}

.footer-store strong {
  font-size: 22px;
}

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

.site-footer a {
  color: var(--white);
  font-weight: 800;
}

.page-hero {
  padding: 84px clamp(20px, 5vw, 78px) 42px;
  background: linear-gradient(135deg, rgba(232, 239, 228, 0.95), rgba(248, 245, 236, 1));
}

.page-hero h1 {
  font-size: clamp(46px, 7vw, 86px);
}

.legal-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 44px clamp(20px, 5vw, 78px) 80px;
}

.legal-card {
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 50px rgba(16, 32, 42, 0.06);
}

.legal-card h2 {
  font-size: 30px;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.75;
}

.legal-card ul {
  margin: 0;
  padding-inline-start: 24px;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    inset-inline: 18px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

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

  .hero,
  .watch {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 620px;
  }

  .phone-shot {
    width: min(72vw, 390px);
  }

  .feature-grid,
  .privacy-grid,
  .info-layout,
  .steps-grid,
  .pricing-grid,
  .screen-row {
    grid-template-columns: 1fr;
  }

  .info-card-large {
    grid-row: auto;
  }

  .faq-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .screen-row {
    max-width: 430px;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-inline: 16px;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

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

  .phone-main {
    right: 0;
  }

  .phone-side {
    left: -18px;
    top: 110px;
  }

  .intro,
  .notify,
  .footer-top,
  .footer-bottom {
    display: block;
  }

  .intro-logo {
    margin-bottom: 20px;
  }

  .site-link {
    margin-top: 24px;
  }

  .footer-store {
    margin-top: 24px;
  }

  .notify-form {
    margin-top: 24px;
  }

  .notify-form div {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 68px;
  }
}
