:root {
  --bg: #ffffff;
  --ink: #10242f;
  --muted: #4f6570;
  --line: #dce8ed;
  --mint-100: #e8f9f1;
  --mint-400: #39b87e;
  --blue-100: #e8f3ff;
  --blue-500: #2f79d8;
  --card: #f8fcff;
  --shadow-soft: 0 12px 32px rgba(20, 60, 88, 0.08);
  --radius-lg: 1.1rem;
  --radius-md: 0.8rem;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: clip;
}

a {
  color: inherit;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.section-wrap {
  width: min(1120px, 90vw);
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  background: transparent;
  backdrop-filter: blur(8px);
  z-index: 10;
}

.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.93);
  z-index: -1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.header-actions .button {
  min-width: 8.35rem;
}

.header-actions .button-ghost:hover {
  border-color: #b9d2df;
  background: linear-gradient(180deg, #ffffff, #f5fbff);
  box-shadow: 0 8px 18px rgba(29, 82, 118, 0.11);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, var(--mint-400), var(--blue-500));
  color: #ffffff;
  font-weight: 700;
}

main {
  padding-bottom: 3.5rem;
}

section {
  margin-top: clamp(2.6rem, 6vw, 4.6rem);
}

.hero {
  margin-top: 1.4rem;
  padding: 2.6rem 1.35rem 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  background:
    radial-gradient(circle at top left, rgba(57, 184, 126, 0.1), transparent 42%),
    radial-gradient(circle at top right, rgba(47, 121, 216, 0.1), transparent 46%),
    #ffffff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.4rem);
  box-shadow: var(--shadow-soft);
}

.hero-copy h1,
.section-heading h2,
.cta h2 {
  font-family: "Outfit", "Segoe UI", sans-serif;
  line-height: 1.06;
  margin: 0.55rem 0 1rem;
}

.hero-copy h1 {
  font-size: clamp(2.2rem, 8vw, 4.1rem);
  max-width: 10.6ch;
  letter-spacing: -0.02em;
}

.hero-copy p {
  margin: 0;
  color: var(--muted);
  max-width: 42ch;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
}

.eyebrow {
  margin: 0;
  color: var(--blue-500);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.75rem;
}

.hero-actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
}

.download-panel {
  margin-top: 0;
  padding: 1.3rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(57, 184, 126, 0.15), transparent 46%),
    radial-gradient(circle at bottom left, rgba(47, 121, 216, 0.14), transparent 56%),
    #ffffff;
  box-shadow: var(--shadow-soft);
}

.content-section {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.7rem;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(20, 60, 88, 0.1);
}

.features.content-section {
  position: relative;
  background: linear-gradient(145deg, #f0fffa, #e7f6ff);
  border-color: #b8dceb;
  box-shadow:
    0 20px 34px rgba(46, 132, 180, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.mockup.content-section {
  background: linear-gradient(180deg, #ffffff, #f8fcff);
}

.reviews.content-section {
  position: relative;
  background: linear-gradient(145deg, #eef7ff, #f2fbff);
  border-color: #b5d2eb;
  box-shadow:
    0 20px 34px rgba(44, 108, 174, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.features.content-section::before,
.reviews.content-section::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: calc(var(--radius-lg) + 0.45rem);
  z-index: -1;
}

.features.content-section::before {
  background: radial-gradient(circle at 12% 14%, rgba(57, 184, 126, 0.22), transparent 56%),
    radial-gradient(circle at 88% 88%, rgba(47, 121, 216, 0.2), transparent 60%),
    #f4fbff;
}

.reviews.content-section::before {
  background: radial-gradient(circle at 14% 10%, rgba(47, 121, 216, 0.22), transparent 55%),
    radial-gradient(circle at 84% 86%, rgba(57, 184, 126, 0.18), transparent 60%),
    #f4f9ff;
}

.download-panel h2 {
  margin: 0;
  font-size: 1.42rem;
}

.download-panel p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.store-links {
  margin-top: 1.05rem;
  display: grid;
  gap: 0.75rem;
}

.store-link {
  text-decoration: none;
  border: 1px solid var(--line);
  background: #ffffff;
  border-radius: 0.72rem;
  padding: 0.74rem 0.82rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  animation: storeGlow 3.4s ease-in-out infinite;
}

.store-link::after {
  content: "";
  position: absolute;
  top: -140%;
  left: -38%;
  width: 26%;
  height: 360%;
  transform: rotate(20deg);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  animation: storeSweep 3.4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.store-link:hover {
  transform: translateY(-2px);
  border-color: #a7cadc;
  box-shadow: 0 14px 28px rgba(35, 90, 125, 0.22);
}

.qr-download {
  border: 1px dashed #c9dbe4;
  border-radius: 0.72rem;
  padding: 0.75rem;
  background: #f7fcff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
}

.qr-label {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted);
}

.qr-image {
  width: 100px;
  height: 100px;
  border-radius: 0.4rem;
  border: 1px solid var(--line);
  background: #ffffff;
}

.button {
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.28rem;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(130deg, var(--mint-400), var(--blue-500));
  box-shadow: 0 12px 20px rgba(47, 121, 216, 0.22);
}

.download-cta {
  position: relative;
  overflow: hidden;
  animation: ctaPulse 2.7s ease-in-out infinite;
}

.download-cta::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -35%;
  width: 30%;
  height: 340%;
  transform: rotate(22deg);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.45),
    rgba(255, 255, 255, 0)
  );
  animation: ctaShine 2.9s ease-in-out infinite;
  pointer-events: none;
}

.button-ghost {
  background: #ffffff;
  border-color: var(--line);
}

.section-heading h2 {
  font-size: clamp(1.55rem, 6vw, 2.3rem);
  max-width: 18ch;
  margin-bottom: 0.55rem;
}

.section-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.section-heading {
  padding-bottom: 1.2rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px dashed #d6e4ea;
}

.features-heading-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.features-heading-right h2,
.features-heading-right .section-note,
.features-heading-right .eyebrow {
  margin-left: auto;
}

.problem-grid,
.feature-grid,
.mockup-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
}

.card,
.feature-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  position: relative;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.card:hover,
.feature-card:hover {
  transform: translateY(-4px);
  border-color: #a9cedd;
  box-shadow: 0 16px 28px rgba(27, 77, 109, 0.15);
}

.features .feature-card {
  background: linear-gradient(160deg, #ffffff, #ecfbf5);
  border-color: #b6dfcd;
  box-shadow: 0 10px 22px rgba(29, 124, 94, 0.1);
}

.card-index {
  margin: 0 0 0.48rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--blue-500);
}

.card h3,
.feature-card h3,
.mockup-grid h3 {
  margin: 0;
  font-size: 1.15rem;
}

.card p,
.feature-card p,
.mockup-grid p {
  margin: 0.62rem 0 0;
  color: var(--muted);
}

.mockup-shell {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #ffffff;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.mockup-top {
  border-bottom: 1px solid var(--line);
  padding: 0.65rem 0.8rem;
  display: flex;
  gap: 0.38rem;
}

.dot {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: #bad6e5;
}

.mockup-grid {
  padding: 1.2rem;
}

.mockup-grid article {
  border: 1px solid var(--line);
  border-radius: 0.72rem;
  padding: 1rem;
  background: linear-gradient(160deg, #ffffff, #f3fbff);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: linear-gradient(170deg, #ffffff, #f7fbff);
  padding: 0.85rem 0.9rem;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  position: relative;
  padding-right: 1.3rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--blue-500);
  font-weight: 700;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details:hover {
  transform: translateY(-2px);
  border-color: #afd1e4;
  box-shadow: 0 10px 22px rgba(30, 90, 128, 0.12);
}

.faq-list p {
  margin: 0.58rem 0 0;
  color: var(--muted);
}

.faq-contact-block {
  margin-top: clamp(2.2rem, 5vw, 3.2rem);
  padding: 1.15rem 1.2rem;
  border-radius: 0.95rem;
  background: linear-gradient(170deg, #ffffff, #f8fcff);
  border-color: #c6dceb;
}

.faq-contact-block .section-heading {
  margin-bottom: 0.85rem;
  padding-bottom: 0.75rem;
}

.faq-contact-block .section-heading .section-note {
  max-width: 46ch;
}

.faq-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.95rem;
}

.faq-contact-grid-single {
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.faq-contact-grid-single .contact-card {
  max-width: 38rem;
  margin: 0;
  padding: 0.82rem 0.88rem;
  border-radius: 0.68rem;
  background: #ffffff;
  border-color: #c4d9e8;
}

.faq-contact-grid-single .contact-card h3 {
  font-size: 0.98rem;
}

.faq-download-block {
  margin-top: clamp(2.2rem, 5vw, 3.2rem);
}

.faq-download-block .store-links {
  margin-top: 0.7rem;
}

.reviews-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.review-card {
  border: 1px solid #b8d2ea;
  border-radius: 0.72rem;
  padding: 1.2rem;
  background: linear-gradient(160deg, #ffffff, #edf6ff);
  box-shadow: 0 10px 22px rgba(42, 98, 165, 0.1);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  border-color: #9fc4e3;
  box-shadow: 0 16px 30px rgba(42, 98, 165, 0.18);
}

.reviews-meta {
  margin: 0.6rem 0 0;
  color: var(--ink);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.stars,
.review-stars {
  color: #e8aa32;
  display: inline-flex;
  align-items: center;
  gap: 0.16rem;
}

.review-stars {
  margin: 0 0 0.55rem;
  font-size: 0.82rem;
}

.quote {
  margin: 0;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.75;
}

.reviewer {
  margin: 0.62rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.reviews-actions {
  margin-top: 1.15rem;
  display: flex;
  justify-content: center;
}

.reviews-actions .button {
  min-width: 11.5rem;
}

.faq-page-intro h1 {
  margin: 0.45rem 0 0.6rem;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 6vw, 2.8rem);
  line-height: 1.1;
}

.faq-page-intro {
  position: relative;
  background:
    radial-gradient(circle at 10% 10%, rgba(47, 121, 216, 0.15), transparent 48%),
    radial-gradient(circle at 85% 80%, rgba(57, 184, 126, 0.14), transparent 55%),
    #ffffff;
  overflow: hidden;
}

.faq-page-intro::after {
  content: "";
  position: absolute;
  inset: auto -10% -45% -10%;
  height: 60%;
  background: radial-gradient(ellipse at center, rgba(47, 121, 216, 0.12), transparent 70%);
  pointer-events: none;
}

.faq-page-intro + .content-section {
  background: linear-gradient(180deg, #ffffff, #f6fbff);
  border-color: #b8d6ea;
}

.cta {
  margin-top: clamp(3rem, 6vw, 4.8rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  padding: 1.65rem;
  background: linear-gradient(130deg, var(--mint-100), var(--blue-100));
  text-align: center;
}

.cta h2 {
  font-size: clamp(1.5rem, 6vw, 2.5rem);
  max-width: 18ch;
  margin-inline: auto;
}

.cta p {
  margin: 0;
  color: var(--muted);
}

.cta .button {
  margin-top: 0.9rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 3.2rem;
  padding: 1.8rem 0 2rem;
  background: transparent;
  color: var(--muted);
  font-size: 0.94rem;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f3f5f7;
  border-top: 1px solid var(--line);
  z-index: -1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
}

.footer-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 0.96rem;
}

.footer-grid p {
  margin: 0.34rem 0 0;
}

.footer-grid a {
  text-decoration: none;
  transition: color 0.22s ease;
}

.footer-grid a:hover {
  color: #1b5fa0;
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
}

.footer-logo-mark {
  margin: -0.1rem 0 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, var(--mint-400), var(--blue-500));
  color: #ffffff;
  font-weight: 800;
  font-size: 0.92rem;
}

.footer-badges {
  margin-top: -0.05rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.35rem;
}

.store-badge-image {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.footer-badges a:hover .store-badge-image {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(20, 60, 88, 0.14);
}

.social-links {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.social-links a {
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid #cbd7df;
  border-radius: 999px;
  background: #ffffff;
  color: #253746;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  border-color: #9ebfd2;
  color: #1b5fa0;
  box-shadow: 0 8px 16px rgba(26, 82, 120, 0.18);
}

.footer-bottom {
  margin: 1.3rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
}

.contact-intro h1 {
  margin: 0.45rem 0 0.75rem;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: 1.08;
}

.contact-intro {
  position: relative;
  background:
    radial-gradient(circle at 10% 8%, rgba(57, 184, 126, 0.16), transparent 45%),
    radial-gradient(circle at 88% 88%, rgba(47, 121, 216, 0.14), transparent 54%),
    #ffffff;
}

.contact-grid-wrap {
  background: linear-gradient(170deg, #ffffff, #f4fbff);
  border-color: #b5d3e6;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.contact-card {
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: linear-gradient(165deg, #ffffff, #f4fbff);
  padding: 1rem;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.contact-card:hover {
  transform: translateY(-4px);
  border-color: #a7cae0;
  box-shadow: 0 14px 26px rgba(35, 90, 125, 0.14);
}

.contact-card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.contact-card p {
  margin: 0.5rem 0 0;
  color: var(--muted);
}

.contact-action-row {
  margin-top: 0.62rem;
}

.contact-inline-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.contact-email-inline {
  margin: 0;
  word-break: break-word;
}

.contact-us-button {
  min-width: 8.6rem;
  padding: 0.58rem 0.95rem;
  font-size: 0.88rem;
  justify-content: center;
}

.download-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}

.download-modal.is-open {
  display: block;
}

.download-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 20, 31, 0.58);
  backdrop-filter: blur(4px);
}

.download-modal-panel {
  position: relative;
  width: min(560px, 92vw);
  margin: 8vh auto 0;
  padding: 1.2rem 1.15rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid #b8d3e7;
  background: linear-gradient(165deg, #ffffff, #f2f9ff);
  box-shadow: 0 28px 48px rgba(11, 44, 70, 0.35);
}

.download-modal-close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #c6d9e6;
  border-radius: 999px;
  background: #ffffff;
  color: #244154;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.download-modal-close:hover {
  transform: translateY(-1px);
  border-color: #98bdcf;
  box-shadow: 0 8px 16px rgba(28, 76, 106, 0.18);
}

.download-modal-panel h2 {
  margin-right: 2.4rem;
}

.download-modal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin-top: 0.9rem;
}

.download-modal-actions {
  display: grid;
  gap: 0.7rem;
}

.modal-open {
  overflow: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(18px) scale(0.992);
}

.reveal.in-view {
  animation: fadeUp 0.82s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow: 0 12px 20px rgba(47, 121, 216, 0.22);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 16px 28px rgba(47, 121, 216, 0.34);
    transform: translateY(-1px);
  }
}

@keyframes ctaShine {
  0% {
    left: -45%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    left: 130%;
    opacity: 0;
  }
  100% {
    left: 130%;
    opacity: 0;
  }
}

@keyframes storeGlow {
  0%,
  100% {
    box-shadow: 0 8px 16px rgba(44, 109, 164, 0.12);
    border-color: #c8dce8;
  }
  50% {
    box-shadow: 0 14px 28px rgba(57, 136, 199, 0.26);
    border-color: #98c4dc;
  }
}

@keyframes storeSweep {
  0% {
    left: -38%;
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  52% {
    left: 128%;
    opacity: 0;
  }
  100% {
    left: 128%;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 760px) {
  .site-header {
    padding: 1.2rem 0;
  }

  .hero {
    padding-top: 3rem;
    padding-inline: 1.8rem;
  }

  .problem-grid,
  .feature-grid,
  .mockup-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .content-section {
    padding: 1.95rem;
  }

  .site-footer {
    display: block;
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .download-modal-grid {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}

@media (min-width: 980px) {
  .hero {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    align-items: start;
  }
}

@media (min-width: 1180px) {
  .footer-grid {
    grid-template-columns: 1.8fr 1fr 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 900px) {
  .section-wrap {
    width: min(1120px, 93vw);
  }

  section {
    margin-top: clamp(2.1rem, 7vw, 3.2rem);
  }

  .content-section {
    padding: 1.35rem;
  }

  .features.content-section::before,
  .reviews.content-section::before {
    inset: -10px;
  }

  .store-link,
  .hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .qr-download {
    width: 100%;
  }

  .features-heading-right {
    align-items: flex-start;
    text-align: left;
  }

  .features-heading-right h2,
  .features-heading-right .section-note,
  .features-heading-right .eyebrow {
    margin-left: 0;
  }

  .contact-inline-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    padding: 0.9rem 0 0.3rem;
    flex-wrap: wrap;
    row-gap: 0.65rem;
  }

  .header-actions {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .header-actions .button {
    flex: 1 1 calc(50% - 0.45rem);
    min-height: 2.45rem;
    min-width: 0;
  }

  .hero {
    margin-top: 0.8rem;
    padding: 1.6rem 1rem 1rem;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .download-panel {
    padding: 1.1rem;
  }

  .cta {
    padding: 1.35rem;
  }

  .footer-grid {
    gap: 1.1rem;
  }

  .footer-brand-block {
    gap: 0.75rem;
  }
}

@media (max-width: 540px) {
  .header-actions {
    gap: 0.4rem;
  }

  .section-wrap {
    width: 94vw;
  }

  .content-section {
    padding: 1.12rem;
  }

  .section-heading {
    padding-bottom: 0.95rem;
    margin-bottom: 1.05rem;
  }

  .button {
    padding: 0.72rem 1rem;
    font-size: 0.9rem;
  }

  .header-actions .button {
    flex: 1 1 100%;
  }

  .footer-grid h3 {
    font-size: 0.92rem;
  }

  .download-modal-panel {
    margin-top: 5vh;
    padding: 1rem 0.95rem 0.9rem;
  }
}
