:root {
  --royal: #2f5df1;
  --royal-strong: #254bd5;
  --royal-deep: #1c347f;
  --ink: #111827;
  --muted: #5f6b7c;
  --soft: #f3f6fb;
  --paper: #f9fbff;
  --surface: #ffffff;
  --line: #dae3f1;
  --emerald: #168276;
  --gold: #ffc83d;
  --gold-strong: #d99a00;
  --rose: #a84868;
  --shadow: 0 28px 78px rgba(17, 24, 39, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --radius-button: 14px;
  --sans: Figtree, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Newsreader, Georgia, "Times New Roman", serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--paper) 42%, #f5f8ff 100%);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

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

svg {
  width: 1.1em;
  height: 1.1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.noscript {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 20px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(218, 227, 241, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 700;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(218, 227, 241, 0.85);
  box-shadow: 0 10px 28px rgba(47, 93, 241, 0.2);
}

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

.brand-name {
  font-size: 1.08rem;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: var(--radius-button);
  color: #4e596b;
  font-size: 0.94rem;
  font-weight: 500;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--royal-strong);
  background: #edf3ff;
}

.nav-link:hover {
  transform: translateY(-1px);
}

.header-cta,
.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: var(--radius-button);
  color: #ffffff;
  background: linear-gradient(135deg, var(--royal), #426df8);
  font-weight: 600;
  box-shadow: 0 14px 34px rgba(47, 93, 241, 0.22);
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease;
}

.header-cta:hover,
.primary-link:hover,
.store-button:hover {
  transform: translateY(-1px);
}

.header-cta:hover,
.primary-link:hover {
  box-shadow: 0 18px 42px rgba(47, 93, 241, 0.26);
  filter: saturate(1.04);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(700px, 82svh);
  overflow: hidden;
  padding: clamp(62px, 8vh, 88px) clamp(20px, 6vw, 84px) clamp(78px, 10vh, 108px);
  color: var(--ink);
  background: linear-gradient(132deg, #ffffff 0%, #f0f6ff 48%, #dfeaff 100%);
  isolation: isolate;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 255, 0.76) 44%, rgba(47, 93, 241, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 200, 61, 0.15), rgba(255, 200, 61, 0) 32%);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(520px, 100%);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--gold-strong);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold-strong);
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(3.65rem, 7.8vw, 5.7rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 520px;
  margin: 22px 0 0;
  color: #334155;
  font-size: clamp(1.03rem, 1.45vw, 1.16rem);
  font-weight: 500;
  line-height: 1.65;
  min-height: 4.95em;
}

.hero-typewriter {
  display: inline;
}

.hero-actions {
  max-width: 520px;
  margin-top: 24px;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
}

.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 0 20px;
  border-radius: var(--radius-button);
  color: #ffffff;
  background: linear-gradient(135deg, #111827, #1c2435);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.2);
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease;
}

.store-button:hover {
  box-shadow: 0 22px 48px rgba(17, 24, 39, 0.23);
  filter: saturate(1.03);
}

.store-button-alt:hover {
  box-shadow: 0 18px 42px rgba(47, 93, 241, 0.14);
}

.store-button-alt {
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  border-color: rgba(218, 227, 241, 0.95);
}

.store-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: transparent;
}

.store-icon img {
  display: block;
  width: 76%;
  height: 76%;
  object-fit: contain;
}

.store-button small,
.store-button strong {
  display: block;
  line-height: 1.05;
}

.store-button small {
  opacity: 0.72;
  font-size: 0.72rem;
}

.store-button strong {
  margin-top: 4px;
  font-size: 1.03rem;
  font-weight: 600;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 520px;
  margin-top: 18px;
  padding: 13px 16px;
  border: 1px solid rgba(47, 93, 241, 0.14);
  border-radius: var(--radius-sm);
  color: #3f4b5f;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.trust-pill svg {
  flex: 0 0 auto;
  color: var(--gold-strong);
}

.hero-device-stack {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.phone {
  position: absolute;
  border: 1px solid rgba(47, 93, 241, 0.14);
  box-shadow: var(--shadow);
}

.phone {
  width: min(282px, 28vw);
  min-width: 218px;
  aspect-ratio: 0.49;
  border-radius: 38px;
  padding: 4px;
  background: linear-gradient(145deg, #101827, #22365c);
}

.phone img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  object-fit: cover;
  object-position: top center;
  box-shadow: inset 0 0 0 1px rgba(218, 227, 241, 0.9);
}

.phone-primary {
  right: clamp(54px, 9vw, 132px);
  top: 12%;
  transform: rotate(2deg);
}

.phone-secondary {
  right: clamp(230px, 29vw, 394px);
  bottom: 7%;
  width: min(224px, 21vw);
  min-width: 182px;
  opacity: 0.94;
  transform: rotate(-4deg);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: min(1080px, calc(100% - 36px));
  margin: -40px auto 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border: 1px solid rgba(218, 227, 241, 0.86);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 58px rgba(17, 24, 39, 0.075);
  backdrop-filter: blur(18px);
}

.mini-stat {
  min-height: 86px;
  padding: 18px 20px;
  background: transparent;
  border-left: 1px solid rgba(218, 227, 241, 0.78);
}

.mini-stat:first-child {
  border-left: 0;
}

.mini-stat strong,
.mini-stat span {
  display: block;
}

.mini-stat strong {
  color: var(--royal-strong);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  font-weight: 600;
}

.mini-stat span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  padding: clamp(66px, 8vw, 108px) clamp(20px, 5vw, 72px);
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.section-heading h2,
.source-panel h2,
.download-inner h2,
.page-hero h1,
.faq-section h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.95rem, 3.65vw, 3.05rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p,
.source-panel p,
.download-inner p,
.page-hero p,
.legal-section p,
.faq-list p {
  color: var(--muted);
  font-size: 1.03rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.feature-card,
.faq-list details {
  border: 1px solid rgba(218, 227, 241, 0.86);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.045);
}

.feature-card {
  padding: 26px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.feature-card:hover {
  border-color: rgba(47, 93, 241, 0.22);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.065);
  transform: translateY(-1px);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  color: var(--royal);
  background: #edf3ff;
}

.feature-card:nth-child(2n) .feature-icon {
  color: var(--emerald);
  background: #e9f7f4;
}

.feature-card:nth-child(3n) .feature-icon {
  color: var(--gold);
  background: #fff3c4;
}

.feature-card h3,
.legal-section h2 {
  margin: 20px 0 8px;
  font-size: 1.15rem;
  font-weight: 600;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.ai-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  width: min(1080px, 100%);
  margin: 22px auto 0;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(218, 227, 241, 0.86);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 246, 255, 0.94));
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.055);
}

.ai-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 500;
  line-height: 1.08;
}

.ai-copy p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.ai-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(218, 227, 241, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.055);
}

.ai-card-top {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #3f4b5f;
  font-size: 0.92rem;
}

.ai-card-top strong {
  font-weight: 600;
}

.ai-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(255, 200, 61, 0.16);
}

.chat-bubble {
  width: fit-content;
  max-width: 92%;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.96rem;
}

.chat-bubble.question {
  justify-self: end;
  color: #ffffff;
  background: linear-gradient(135deg, var(--royal), #426df8);
}

.chat-bubble.answer {
  justify-self: start;
  color: #1f2937;
  background: #f4f7fd;
  border: 1px solid rgba(218, 227, 241, 0.9);
  line-height: 1.5;
  min-height: 5.1em;
}

.typewriter {
  display: inline;
}

.ai-note {
  color: var(--muted);
  font-size: 0.82rem;
}

.source-section {
  padding-top: 0;
}

.source-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 34px;
  align-items: center;
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border-radius: var(--radius);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(28, 52, 127, 0.98), rgba(47, 93, 241, 0.94)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 70px rgba(47, 93, 241, 0.16);
}

.source-panel h2,
.source-panel p {
  color: #ffffff;
}

.source-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.source-panel .section-kicker {
  color: var(--gold);
}

.source-list {
  display: grid;
  gap: 12px;
}

.source-list div {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.source-list svg {
  flex: 0 0 auto;
  color: var(--gold);
}

.download-section {
  padding: 0 clamp(20px, 5vw, 72px) clamp(72px, 8vw, 108px);
}

.download-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 6vw, 70px);
  border-radius: var(--radius);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(237, 243, 255, 0.95), rgba(255, 255, 255, 1));
  border: 1px solid var(--line);
}

.download-inner .store-buttons {
  justify-content: center;
}

.page-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 90px) 0 clamp(70px, 9vw, 120px);
}

.page-hero {
  padding: clamp(34px, 7vw, 72px);
  border-radius: var(--radius);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(28, 52, 127, 0.98), rgba(47, 93, 241, 0.9));
  box-shadow: 0 24px 70px rgba(47, 93, 241, 0.16);
}

.page-hero h1,
.page-hero p {
  color: #ffffff;
}

.page-hero p {
  width: min(720px, 100%);
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.page-hero .primary-link {
  color: var(--royal-deep);
  background: #ffffff;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.inline-form-link {
  color: var(--royal-strong);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.subtle-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(47, 93, 241, 0.18);
  border-radius: var(--radius-button);
  color: var(--royal-strong);
  background: #f7faff;
  font-size: 0.92rem;
  font-weight: 500;
  transition: background-color 170ms ease, border-color 170ms ease, transform 170ms ease;
}

.subtle-action-link:hover {
  border-color: rgba(47, 93, 241, 0.28);
  background: #eef4ff;
  transform: translateY(-1px);
}

.faq-section {
  margin-top: 44px;
}

.faq-section h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  margin-bottom: 18px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
}

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

.faq-list .store-buttons {
  margin-top: 16px;
}

.legal-page {
  width: min(900px, calc(100% - 36px));
}

.legal-hero {
  margin-bottom: 18px;
}

.legal-content {
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid rgba(218, 227, 241, 0.86);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.045);
}

.legal-section {
  margin: 0 0 clamp(22px, 4vw, 34px);
  padding: 0 0 clamp(22px, 4vw, 34px);
  border-bottom: 1px solid rgba(218, 227, 241, 0.8);
}

.legal-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-section h2 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-weight: 500;
}

.legal-section p {
  margin: 12px 0 0;
}

.legal-section a {
  color: var(--royal-strong);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  padding: 48px clamp(20px, 5vw, 72px) 28px;
  color: rgba(255, 255, 255, 0.78);
  background: #121827;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  gap: 34px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  margin: 0 0 8px;
}

.footer-brand .brand-mark {
  background: #ffffff;
  color: var(--royal);
}

.footer-brand .brand-name,
.site-footer h2 {
  color: #ffffff;
}

.site-footer h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  font-family: var(--sans);
  font-weight: 600;
}

.site-footer p {
  max-width: 420px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.site-footer .social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  min-height: 42px;
  padding: 0 14px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: var(--radius-button);
  color: #ffffff;
  background:
    linear-gradient(#121827, #121827) padding-box,
    linear-gradient(135deg, #f58529, #dd2a7b 48%, #515bd4) border-box;
  font-weight: 700;
  transition: transform 170ms ease, filter 170ms ease, background-color 170ms ease;
}

.site-footer .social-link svg {
  width: 18px;
  height: 18px;
}

.site-footer .social-link:hover {
  color: #ffffff;
  filter: brightness(1.08) saturate(1.1);
  transform: translateY(-1px);
}

.site-footer a {
  display: table;
  margin: 8px 0;
}

.site-footer a:hover {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: min(1120px, 100%);
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.92rem;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes phonePrimaryFloat {
    0%,
    100% {
      transform: translateY(0) rotate(2deg);
    }
    50% {
      transform: translateY(-8px) rotate(2deg);
    }
  }

  @keyframes phoneSecondaryFloat {
    0%,
    100% {
      transform: translateY(0) rotate(-4deg);
    }
    50% {
      transform: translateY(7px) rotate(-4deg);
    }
  }

  .hero .eyebrow,
  .hero h1,
  .hero-lead,
  .hero-actions,
  .proof-strip {
    animation: fadeUp 620ms ease both;
  }

  .hero h1 {
    animation-delay: 80ms;
  }

  .hero-lead {
    animation-delay: 150ms;
  }

  .hero-actions {
    animation-delay: 220ms;
  }

  .proof-strip {
    animation-delay: 300ms;
  }

  .phone-primary {
    animation: phonePrimaryFloat 7.5s ease-in-out 500ms infinite;
  }

  .phone-secondary {
    animation: phoneSecondaryFloat 8.5s ease-in-out 700ms infinite;
  }

  .feature-card,
  .ai-panel,
  .source-panel,
  .download-inner,
  .page-hero {
    animation: fadeUp 560ms ease both;
  }

}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    column-gap: 14px;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
  }

  .hero {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 360px;
  }

  .hero-content {
    width: min(660px, 100%);
  }

  .phone-primary {
    right: 9%;
    top: auto;
    bottom: 28px;
  }

  .phone-secondary {
    right: auto;
    left: 6%;
    bottom: 12px;
  }

  .tool-prayer {
    right: auto;
    left: 15%;
    top: auto;
    bottom: 310px;
  }

  .tool-qibla {
    right: 8%;
    bottom: 315px;
  }

  .proof-strip,
  .features-grid,
  .ai-panel,
  .source-panel,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .source-panel {
    gap: 24px;
  }
}

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

  .header-cta {
    min-height: 38px;
    padding: 0 13px;
  }

  .nav-link {
    min-height: 34px;
    padding: 0 9px;
    font-size: 0.84rem;
  }

  .site-nav {
    gap: 4px;
  }

  .hero {
    padding: 42px 18px 236px;
  }

  .hero h1 {
    font-size: clamp(3.55rem, 20vw, 4.9rem);
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.58;
    min-height: 6.32em;
  }

  .store-buttons {
    margin-top: 0;
    gap: 9px;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .trust-pill {
    align-items: flex-start;
    border-radius: var(--radius);
    margin-top: 16px;
    font-size: 0.9rem;
  }

  .phone {
    min-width: 164px;
    padding: 4px;
    border-radius: 32px;
  }

  .phone img {
    border-radius: 28px;
  }

  .phone-primary {
    right: 18px;
    bottom: 22px;
  }

  .phone-secondary {
    left: 4px;
    min-width: 138px;
  }

  .proof-strip,
  .features-grid,
  .ai-panel,
  .source-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    margin-top: -34px;
    width: calc(100% - 28px);
    border-radius: var(--radius);
  }

  .section,
  .download-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-heading {
    text-align: left;
  }

  .section-heading h2,
  .ai-copy h2,
  .source-panel h2,
  .download-inner h2,
  .page-hero h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .ai-panel {
    padding: 24px;
  }

  .chat-bubble {
    max-width: 100%;
  }

  .download-inner,
  .page-hero,
  .source-panel {
    padding: 28px;
  }

  .store-buttons,
  .download-inner .store-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .store-button {
    width: 100%;
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-actions .primary-link {
    width: 100%;
  }

  .page-shell,
  .legal-page {
    width: min(100% - 28px, 900px);
  }

  .footer-bottom {
    display: grid;
  }
}
