:root {
  --lovable-bg: #120606;
  --lovable-bg-2: #1b090a;
  --lovable-panel: rgba(255, 255, 255, 0.055);
  --lovable-panel-strong: rgba(255, 255, 255, 0.085);
  --lovable-line: rgba(255, 255, 255, 0.13);
  --lovable-text: #fff6ef;
  --lovable-muted: rgba(255, 246, 239, 0.66);
  --lovable-hot: #ff4f8f;
  --lovable-orange: #ff914d;
  --lovable-purple: #8b5cf6;
  --lovable-glow: 0 30px 90px rgba(255, 79, 143, 0.22);
}

html {
  background: var(--lovable-bg);
}

body {
  color: var(--lovable-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 79, 143, 0.16), transparent 28rem),
    radial-gradient(circle at 12% 28rem, rgba(255, 145, 77, 0.11), transparent 26rem),
    linear-gradient(180deg, #170708 0%, #100504 42%, #0c0403 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, black, transparent 82%);
}

.site-header {
  top: 16px;
  width: min(1130px, calc(100% - 32px));
  min-height: 72px;
  padding: 10px 16px;
  color: var(--lovable-text);
  background: rgba(31, 9, 12, 0.7);
  border: 1px solid var(--lovable-line);
  border-radius: 28px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.32);
}

.brand-sigil,
.phone-avatar,
.theatre-phone-top span {
  color: #1a0708;
  background: linear-gradient(135deg, var(--lovable-orange), var(--lovable-hot) 58%, var(--lovable-purple));
  border: 0;
}

.brand-mark {
  color: var(--lovable-text);
}

.primary-nav {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
}

.primary-nav a,
.partner-badge {
  color: rgba(255, 246, 239, 0.82);
  border-radius: 999px;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a.active {
  color: var(--lovable-text);
  background: rgba(255, 255, 255, 0.08);
}

.partner-badge {
  max-width: none;
  min-width: 154px;
  color: #1a0708;
  background: linear-gradient(135deg, var(--lovable-orange), var(--lovable-hot) 55%, var(--lovable-purple));
  border: 0;
  box-shadow: 0 14px 40px rgba(255, 79, 143, 0.26);
}

.home-hero {
  min-height: 1120px;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 79, 143, 0.22), transparent 30rem),
    radial-gradient(circle at 50% 88%, rgba(139, 92, 246, 0.18), transparent 26rem),
    linear-gradient(180deg, #1e0a0d 0%, #160708 54%, #100504 100%);
}

.home-hero .hero-bg {
  opacity: 0.18;
  filter: saturate(0.95) contrast(1.04) brightness(0.56);
  mix-blend-mode: screen;
}

.hero-shade {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 79, 143, 0.13), transparent 30rem),
    linear-gradient(180deg, rgba(16, 5, 4, 0.22), #100504 100%);
}

.hero-inner {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 42px;
  width: min(980px, calc(100% - 48px));
  min-height: 1120px;
  padding: 145px 0 74px;
  text-align: center;
}

.hero-content,
.page-hero-content {
  max-width: 900px;
}

.eyebrow {
  color: rgba(255, 198, 144, 0.86);
  letter-spacing: 0.16em;
}

.home-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 14px;
  color: rgba(255, 246, 239, 0.72);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  text-transform: none;
}

.home-hero .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(16, 185, 129, 0.84);
}

h1,
h2,
h3 {
  color: var(--lovable-text);
}

h1 {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  font-size: 4.65rem;
  line-height: 1;
}

.gradient-word {
  color: transparent;
  background: linear-gradient(135deg, var(--lovable-orange), var(--lovable-hot) 46%, var(--lovable-purple));
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy,
.page-hero-content p,
.section-heading p,
.section-lead {
  color: var(--lovable-muted);
}

.hero-copy {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.24rem;
}

.hero-actions,
.hero-store,
.store-actions,
.cta-actions {
  justify-content: center;
}

.hero-actions {
  width: min(100%, 760px);
  margin-right: auto;
  margin-left: auto;
}

.button {
  border-radius: 999px;
}

.button.primary,
.button.dark.primary {
  color: #1a0708;
  background: linear-gradient(135deg, var(--lovable-orange), var(--lovable-hot) 54%, var(--lovable-purple));
  border: 0;
}

.button.secondary,
.button.dark.secondary {
  color: var(--lovable-text);
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.13);
}

.home-hero .button {
  flex: 1 1 280px;
  min-height: 58px;
  font-size: 1rem;
}

.store-badge {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.13);
}

.play-store {
  background: rgba(255, 255, 255, 0.06);
}

.signal-row {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.signal-row div,
.trust-grid article,
.moments-grid article,
.operating-list article,
.steps-grid article,
.values-grid article,
.contact-proof article,
.contact-form,
.contact-list a,
.persona-card,
.demo-card,
.persona-theatre,
.experience-stage,
.partner-lockup {
  color: var(--lovable-text);
  background: var(--lovable-panel);
  border: 1px solid var(--lovable-line);
  box-shadow: none;
}

.trust-grid article::before,
.moments-grid article::before,
.steps-grid article::before,
.values-grid article::before {
  content: "";
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  background:
    radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.42), transparent 24%),
    linear-gradient(135deg, var(--lovable-orange), var(--lovable-hot), var(--lovable-purple));
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(255, 79, 143, 0.18);
}

.signal-row dd,
.trust-grid span,
.moments-grid p,
.operating-list p,
.steps-grid p,
.values-grid p,
.contact-proof span,
.demo-copy p,
.persona-meta,
.form-note {
  color: var(--lovable-muted);
}

.avatar-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 30px;
  color: var(--lovable-muted);
}

.proof-avatar {
  width: 38px;
  height: 38px;
  margin-left: -8px;
  background-image: url("../images/persona-gallery-india.jpg");
  background-size: 315%;
  border: 2px solid rgba(255, 246, 239, 0.58);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.proof-avatar:first-child {
  margin-left: 0;
}

.avatar-one {
  background-position: 5% 12%;
}

.avatar-two {
  background-position: 48% 10%;
}

.avatar-three {
  background-position: 94% 12%;
}

.avatar-four {
  background-position: 49% 84%;
}

.avatar-proof strong {
  margin-left: 12px;
  color: var(--lovable-muted);
  font-size: 0.92rem;
}

.hero-phone-wrap {
  width: 100%;
  min-height: 600px;
}

.phone-glow {
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 79, 143, 0.42), transparent 36%),
    radial-gradient(circle at 48% 52%, rgba(139, 92, 246, 0.34), transparent 62%);
}

.phone-shell,
.theatre-phone {
  background:
    linear-gradient(160deg, rgba(42, 15, 18, 0.99), rgba(21, 7, 8, 0.99)),
    radial-gradient(circle at top, rgba(255, 79, 143, 0.16), transparent 52%);
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.42),
    0 0 74px rgba(255, 79, 143, 0.14);
}

.phone-shell::before,
.theatre-notch {
  background: #090303;
}

.phone-chat {
  min-height: 380px;
}

.bubble.ai,
.mini-bubble.ai {
  color: var(--lovable-text);
  background: rgba(255, 255, 255, 0.08);
}

.bubble.user,
.mini-bubble.user {
  color: #1a0708;
  background: linear-gradient(135deg, var(--lovable-orange), var(--lovable-hot), var(--lovable-purple));
}

.trust-strip,
.persona-section,
.steps-band,
.story-section,
.gallery-band,
.values-band,
.contact-section,
.mobile-demo-section,
.app-experience-section,
.moments-section,
.operating-band,
.genetics-band {
  color: var(--lovable-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 145, 77, 0.08), transparent 24rem),
    linear-gradient(180deg, #120606, #0c0403);
}

.trust-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.lovable-intro-heading {
  max-width: 860px;
  margin-bottom: 58px;
}

.lovable-intro-heading h2 {
  font-size: 2.7rem;
}

.trust-grid {
  grid-template-columns: 1fr;
  max-width: 980px;
}

.trust-grid article {
  min-height: 188px;
  padding: 34px;
  border-radius: 24px;
}

.journey-links {
  justify-content: center;
}

.journey-links a,
.micro-links a {
  color: var(--lovable-text);
  background: rgba(255, 255, 255, 0.055);
  border-color: var(--lovable-line);
  border-radius: 999px;
}

.section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.demo-heading {
  max-width: 760px;
}

.persona-theatre {
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 79, 143, 0.16), transparent 34rem),
    linear-gradient(145deg, rgba(31, 9, 12, 0.96), rgba(15, 4, 4, 0.98));
  box-shadow: var(--lovable-glow);
}

.demo-card {
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 145, 77, 0.08), transparent 24rem),
    rgba(255, 255, 255, 0.055);
}

.investor-demo {
  background:
    radial-gradient(circle at 80% 18%, rgba(139, 92, 246, 0.14), transparent 24rem),
    rgba(255, 255, 255, 0.055);
}

.demo-visual {
  background: #160708;
  border: 1px solid var(--lovable-line);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.scene-label,
.image-mosaic figcaption {
  color: #1a0708;
  background: linear-gradient(135deg, var(--lovable-orange), var(--lovable-hot));
  border: 0;
}

.app-experience-section {
  overflow: hidden;
}

.light-store {
  color: var(--lovable-text);
  background: rgba(255, 255, 255, 0.065);
}

.light-store span {
  color: rgba(255, 246, 239, 0.66);
}

.persona-picker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 760px;
  margin: 0 auto 30px;
}

.persona-layout {
  grid-template-columns: 1fr;
}

.persona-card {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  width: auto;
  padding: 9px 16px;
  border-radius: 999px;
}

.persona-card.active {
  color: #1a0708;
  background: linear-gradient(135deg, var(--lovable-orange), var(--lovable-hot), var(--lovable-purple));
}

.persona-thumb {
  min-height: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.persona-meta {
  display: none;
}

.persona-detail {
  min-height: 680px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 79, 143, 0.14), transparent 22rem),
    rgba(255, 255, 255, 0.055);
  border-color: var(--lovable-line);
  box-shadow: var(--lovable-glow);
}

.persona-live-showcase {
  gap: 22px;
  padding: 38px 28px;
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 145, 77, 0.16), transparent 25rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
  border: 0;
  box-shadow: none;
}

.persona-live-phone {
  width: min(100%, 318px);
  min-height: 600px;
  margin: 0 auto;
  transform: rotate(-5deg);
  animation: lovablePhoneTilt 7s ease-in-out infinite;
}

.persona-live-showcase h3 {
  margin-bottom: 0;
  font-size: 1.55rem;
}

.persona-live-showcase > p {
  margin-bottom: 0;
  color: var(--lovable-muted);
}

.persona-live-phone .phone-chat {
  min-height: 394px;
}

.detail-tags {
  justify-content: center;
}

.detail-tags span {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--lovable-line);
}

.moments-layout,
.operating-layout {
  grid-template-columns: 1fr;
}

.mobile-demo-section,
.app-experience-section,
.moments-section,
.gallery-band,
.steps-band {
  display: none;
}

.moments-grid,
.steps-grid,
.values-grid,
.contact-proof {
  gap: 18px;
}

.image-mosaic figure {
  border: 1px solid var(--lovable-line);
  box-shadow: none;
}

.closing-cta {
  color: var(--lovable-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 79, 143, 0.18), transparent 28rem),
    linear-gradient(180deg, #160708, #0c0403);
}

.closing-cta h2 {
  max-width: 720px;
}

@keyframes lovablePhoneTilt {
  0%,
  100% {
    transform: rotate(-5deg) translateY(0);
  }
  50% {
    transform: rotate(3deg) translateY(-14px);
  }
}

.closing-cta .split {
  padding: 42px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--lovable-line);
  border-radius: 28px;
}

.closing-cta .eyebrow {
  color: rgba(255, 198, 144, 0.86);
}

.site-footer {
  color: var(--lovable-text);
  background: #0a0303;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner p,
.footer-inner nav a {
  color: var(--lovable-muted);
}

.page-hero {
  min-height: 640px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 79, 143, 0.18), transparent 28rem),
    linear-gradient(180deg, #1e0a0d, #100504);
}

.page-hero .hero-bg {
  opacity: 0.18;
  filter: saturate(0.9) brightness(0.6);
  mix-blend-mode: screen;
}

.page-hero-content {
  text-align: center;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  color: var(--lovable-text);
  background: rgba(255, 255, 255, 0.055);
  border-color: var(--lovable-line);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 79, 143, 0.56);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .primary-nav {
    justify-self: start;
  }

  .home-hero,
  .hero-inner {
    min-height: 1080px;
  }

  h1,
  .page-hero-content h1 {
    font-size: 3.45rem;
  }

  .persona-layout {
    grid-template-columns: 1fr;
  }

  .lovable-intro-heading h2 {
    font-size: 2.35rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: auto auto;
    position: absolute;
    border-radius: 18px;
  }

  .primary-nav {
    display: none;
  }

  .partner-badge {
    min-width: 132px;
    max-width: 152px;
    font-size: 0.78rem;
  }

  .home-hero,
  .hero-inner {
    min-height: 1080px;
  }

  .hero-inner {
    width: min(100% - 32px, 980px);
    padding-top: 164px;
  }

  h1,
  .page-hero-content h1 {
    font-size: 2.58rem;
  }

  .hero-copy {
    font-size: 1.04rem;
  }

  .home-hero .button {
    flex-basis: 100%;
  }

  .store-actions {
    align-items: stretch;
  }

  .store-badge {
    flex: 1 1 136px;
  }

  .avatar-proof {
    justify-content: flex-start;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  .avatar-proof strong {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
  }

  .phone-shell {
    width: min(100%, 286px);
  }

  .closing-cta .split {
    padding: 24px;
  }

  .trust-grid article {
    min-height: 164px;
    padding: 24px;
  }

  .lovable-intro-heading h2 {
    font-size: 2rem;
  }

  .persona-live-showcase {
    padding: 20px 0;
  }

  .persona-live-phone {
    width: min(100%, 280px);
    min-height: 540px;
  }

  .persona-live-phone .phone-chat {
    min-height: 326px;
  }
}

/* Softer brand tone: keeps the Lovable-style structure with calmer color. */
:root {
  --lovable-bg: #171011;
  --lovable-bg-2: #211617;
  --lovable-panel: rgba(255, 250, 244, 0.058);
  --lovable-panel-strong: rgba(255, 250, 244, 0.088);
  --lovable-line: rgba(255, 239, 228, 0.14);
  --lovable-text: #fff9f2;
  --lovable-muted: rgba(241, 223, 214, 0.7);
  --lovable-hot: #d98aa1;
  --lovable-orange: #efad78;
  --lovable-purple: #aa98d8;
  --lovable-glow: 0 28px 82px rgba(217, 138, 161, 0.16);
}

body {
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 138, 161, 0.11), transparent 28rem),
    radial-gradient(circle at 12% 28rem, rgba(239, 173, 120, 0.09), transparent 26rem),
    linear-gradient(180deg, #1d1314 0%, #171011 45%, #100b0b 100%);
}

.site-header {
  background: rgba(32, 20, 22, 0.72);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.24);
}

.home-hero,
.page-hero {
  background:
    radial-gradient(circle at 50% 16%, rgba(217, 138, 161, 0.15), transparent 30rem),
    radial-gradient(circle at 50% 88%, rgba(170, 152, 216, 0.12), transparent 26rem),
    linear-gradient(180deg, #211416 0%, #171011 56%, #100b0b 100%);
}

.hero-shade {
  background:
    radial-gradient(circle at 50% 18%, rgba(239, 173, 120, 0.09), transparent 30rem),
    linear-gradient(180deg, rgba(23, 16, 17, 0.2), #100b0b 100%);
}

.button.primary,
.button.dark.primary,
.partner-badge,
.persona-card.active,
.bubble.user,
.mini-bubble.user,
.brand-sigil,
.phone-avatar,
.theatre-phone-top span,
.scene-label,
.image-mosaic figcaption,
.trust-grid article::before,
.moments-grid article::before,
.steps-grid article::before,
.values-grid article::before {
  background: linear-gradient(135deg, var(--lovable-orange), var(--lovable-hot) 58%, var(--lovable-purple));
}

.gradient-word {
  background: linear-gradient(135deg, #efb37f, #d98aa1 48%, #aa98d8);
  -webkit-background-clip: text;
  background-clip: text;
}

.signal-row div,
.trust-grid article,
.moments-grid article,
.operating-list article,
.steps-grid article,
.values-grid article,
.contact-proof article,
.contact-form,
.contact-list a,
.persona-card,
.demo-card,
.persona-theatre,
.experience-stage,
.partner-lockup,
.closing-cta .split {
  background: rgba(255, 250, 244, 0.052);
  border-color: rgba(255, 239, 228, 0.13);
}

.phone-shell,
.theatre-phone {
  background:
    linear-gradient(160deg, rgba(38, 25, 27, 0.99), rgba(20, 12, 13, 0.99)),
    radial-gradient(circle at top, rgba(217, 138, 161, 0.12), transparent 52%);
  box-shadow:
    0 34px 84px rgba(0, 0, 0, 0.34),
    0 0 64px rgba(217, 138, 161, 0.1);
}

.trust-strip,
.persona-section,
.steps-band,
.story-section,
.gallery-band,
.values-band,
.contact-section,
.mobile-demo-section,
.app-experience-section,
.moments-section,
.operating-band,
.genetics-band,
.closing-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(239, 173, 120, 0.065), transparent 24rem),
    linear-gradient(180deg, #171011, #100b0b);
}

/* Dating-app polish: lighter, calmer, and iOS-friendly. */
:root {
  --lovable-bg: #fff5f0;
  --lovable-bg-2: #ffe8df;
  --lovable-panel: rgba(255, 255, 255, 0.76);
  --lovable-panel-strong: rgba(255, 255, 255, 0.9);
  --lovable-line: rgba(211, 99, 108, 0.18);
  --lovable-text: #2b171b;
  --lovable-muted: rgba(91, 64, 69, 0.74);
  --lovable-hot: #ef5e68;
  --lovable-orange: #ff9b7d;
  --lovable-purple: #d98996;
  --lovable-glow: 0 26px 74px rgba(239, 94, 104, 0.14);
}

html,
body {
  overflow-x: hidden;
  background: var(--lovable-bg);
}

html {
  color-scheme: light;
}

body {
  color: var(--lovable-text);
  background:
    radial-gradient(circle at 12% 4rem, rgba(255, 155, 125, 0.32), transparent 22rem),
    radial-gradient(circle at 92% 12rem, rgba(239, 94, 104, 0.18), transparent 24rem),
    linear-gradient(180deg, #fff8f4 0%, #fff1ea 46%, #ffe8df 100%);
}

body::before {
  opacity: 0.36;
  background:
    linear-gradient(rgba(211, 99, 108, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 99, 108, 0.045) 1px, transparent 1px);
}

.site-header {
  color: var(--lovable-text);
  background: rgba(255, 250, 247, 0.86);
  border-color: rgba(211, 99, 108, 0.18);
  box-shadow: 0 16px 42px rgba(82, 36, 40, 0.12);
}

.brand-mark,
h1,
h2,
h3 {
  color: var(--lovable-text);
}

.brand-sigil,
.phone-avatar,
.theatre-phone-top span {
  color: #ffffff;
  background: linear-gradient(135deg, #ff9b7d, #ef5e68 70%);
}

.primary-nav {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(211, 99, 108, 0.12);
}

.primary-nav a,
.partner-badge,
.footer-inner p,
.footer-inner nav a {
  color: var(--lovable-muted);
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a.active {
  color: var(--lovable-text);
  background: rgba(239, 94, 104, 0.09);
}

.home-hero,
.page-hero {
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 155, 125, 0.28), transparent 30rem),
    radial-gradient(circle at 50% 86%, rgba(239, 94, 104, 0.16), transparent 28rem),
    linear-gradient(180deg, #fff8f4 0%, #fff1ea 58%, #ffe8df 100%);
}

.home-hero .hero-bg,
.page-hero .hero-bg {
  opacity: 0.11;
  filter: saturate(0.72) contrast(0.94) brightness(1.12);
  mix-blend-mode: multiply;
}

.hero-shade {
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.78), transparent 30rem),
    linear-gradient(180deg, rgba(255, 248, 244, 0.54), rgba(255, 232, 223, 0.94) 100%);
}

.home-hero .eyebrow {
  color: rgba(88, 55, 61, 0.78);
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(211, 99, 108, 0.16);
}

.home-hero .eyebrow::before {
  background: var(--lovable-hot);
  box-shadow: 0 0 16px rgba(239, 94, 104, 0.48);
}

.gradient-word {
  background: linear-gradient(135deg, #ff8f72, #ef5e68 56%, #bd5367);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy,
.page-hero-content p,
.section-heading p,
.section-lead,
.signal-row dd,
.trust-grid span,
.moments-grid p,
.operating-list p,
.steps-grid p,
.values-grid p,
.contact-proof span,
.demo-copy p,
.persona-meta,
.form-note,
.phone-top small,
.persona-live-showcase > p,
.light-store span {
  color: var(--lovable-muted);
}

.button.primary,
.button.dark.primary,
.partner-badge,
.persona-card.active,
.bubble.user,
.mini-bubble.user,
.scene-label,
.image-mosaic figcaption,
.trust-grid article::before,
.moments-grid article::before,
.steps-grid article::before,
.values-grid article::before {
  color: #ffffff;
  background: linear-gradient(135deg, #ff9b7d, #ef5e68 72%);
  box-shadow: 0 14px 34px rgba(239, 94, 104, 0.22);
}

.button.secondary,
.button.dark.secondary,
.store-badge,
.journey-links a,
.micro-links a,
.light-store {
  color: var(--lovable-text);
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(211, 99, 108, 0.18);
}

.store-badge span {
  color: rgba(91, 64, 69, 0.66);
}

.button,
.partner-badge,
.store-badge {
  overflow-wrap: normal;
  word-break: normal;
}

.button,
.partner-badge,
.store-badge strong {
  white-space: nowrap;
}

.signal-row div,
.trust-grid article,
.moments-grid article,
.operating-list article,
.steps-grid article,
.values-grid article,
.contact-proof article,
.contact-form,
.contact-list a,
.persona-card,
.demo-card,
.persona-theatre,
.experience-stage,
.partner-lockup,
.closing-cta .split,
.persona-detail {
  color: var(--lovable-text);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(211, 99, 108, 0.16);
  box-shadow: 0 18px 50px rgba(82, 36, 40, 0.08);
}

.trust-strip,
.persona-section,
.steps-band,
.story-section,
.gallery-band,
.values-band,
.contact-section,
.mobile-demo-section,
.app-experience-section,
.moments-section,
.operating-band,
.genetics-band,
.closing-cta {
  color: var(--lovable-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 155, 125, 0.14), transparent 24rem),
    linear-gradient(180deg, #fff5f0, #ffe9e1);
}

.phone-shell,
.theatre-phone {
  color: #fff9f7;
  background:
    linear-gradient(160deg, rgba(55, 31, 37, 0.99), rgba(31, 18, 22, 0.99)),
    radial-gradient(circle at top, rgba(255, 155, 125, 0.16), transparent 52%);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow:
    0 28px 72px rgba(82, 36, 40, 0.22),
    0 0 58px rgba(239, 94, 104, 0.1);
}

.phone-glow {
  opacity: 0.7;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 155, 125, 0.38), transparent 38%),
    radial-gradient(circle at 48% 52%, rgba(239, 94, 104, 0.22), transparent 62%);
}

.phone-shell::before,
.theatre-notch {
  background: #1b0d11;
}

.bubble.ai,
.mini-bubble.ai {
  color: #3a2429;
  background: rgba(255, 255, 255, 0.9);
}

.typing-dots {
  background: rgba(255, 255, 255, 0.12);
}

.typing-dots span {
  background: #ff9b7d;
}

.detail-tags span {
  color: #5b4045;
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(211, 99, 108, 0.18);
}

.site-footer {
  color: var(--lovable-text);
  background: #fff1ea;
  border-color: rgba(211, 99, 108, 0.14);
}

@media (max-width: 760px) {
  .site-header {
    top: max(12px, env(safe-area-inset-top));
    width: calc(100% - 24px);
    min-height: 58px;
    padding: 8px 10px;
    border-radius: 20px;
  }

  .brand-mark {
    gap: 8px;
    min-width: 0;
    font-size: 0.94rem;
  }

  .brand-sigil {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }

  .partner-badge {
    min-width: 0;
    max-width: none;
    padding: 9px 13px;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  .home-hero,
  .page-hero,
  .hero-inner {
    min-height: 0;
  }

  .home-hero {
    overflow: hidden;
  }

  .hero-inner {
    width: min(100% - 28px, 980px);
    gap: 30px;
    padding: calc(108px + env(safe-area-inset-top)) 0 48px;
  }

  .hero-content,
  .page-hero-content {
    width: 100%;
    max-width: 100%;
  }

  .page-hero-content {
    padding: calc(108px + env(safe-area-inset-top)) 0 48px;
  }

  .home-hero .eyebrow {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 8px 11px;
    font-size: 0.72rem;
    line-height: 1.3;
    letter-spacing: 0.09em;
    text-align: center;
    white-space: normal;
  }

  h1,
  .page-hero-content h1 {
    max-width: 100%;
    font-size: clamp(2.26rem, 11.4vw, 3.15rem);
    line-height: 1.03;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-actions,
  .store-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  .home-hero .button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    flex-basis: auto;
    padding: 14px 16px;
  }

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

  .store-badge {
    min-width: 0;
    min-height: 54px;
    padding: 10px 8px;
    border-radius: 16px;
  }

  .store-badge strong {
    font-size: 0.98rem;
    line-height: 1;
    white-space: normal;
  }

  .signal-row {
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    margin-top: 22px;
  }

  .signal-row div {
    min-height: 0;
    padding: 13px 14px;
  }

  .avatar-proof {
    justify-content: center;
    max-width: 100%;
  }

  .avatar-proof strong {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
  }

  .hero-phone-wrap {
    min-height: 0;
    padding-top: 4px;
  }

  .phone-glow {
    width: min(330px, 90vw);
  }

  .phone-shell {
    width: min(100%, 300px);
    min-height: 520px;
    padding: 14px;
    border-radius: 30px;
  }

  .hero-phone,
  .persona-live-phone {
    transform: none;
    animation: phoneFloat 6s ease-in-out infinite;
  }

  .phone-chat {
    min-height: 300px;
  }

  .bubble {
    max-width: 88%;
    font-size: 0.86rem;
  }

  .section {
    padding: 56px 0;
  }

  .section-inner {
    width: min(100% - 28px, var(--content));
  }

  .lovable-intro-heading,
  .section-heading {
    margin-bottom: 30px;
  }

  .lovable-intro-heading h2,
  .section-heading h2,
  .closing-cta h2 {
    font-size: clamp(1.9rem, 8.2vw, 2.35rem);
    line-height: 1.08;
  }

  .trust-grid article {
    min-height: 0;
    padding: 22px;
    border-radius: 20px;
  }

  .persona-section {
    padding-top: 58px;
  }

  .persona-picker {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: calc(100vw - 28px);
    margin-bottom: 20px;
    padding: 2px 0 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .persona-picker::-webkit-scrollbar {
    display: none;
  }

  .persona-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .persona-detail {
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 24px;
  }

  .persona-live-showcase {
    gap: 18px;
    padding: 22px 14px 24px;
  }

  .persona-live-phone {
    width: min(100%, 286px);
    min-height: 520px;
  }

  .persona-live-phone .phone-chat {
    min-height: 300px;
  }

  .detail-tags {
    gap: 8px;
  }

  .detail-tags span {
    white-space: normal;
  }

  .closing-cta .split {
    padding: 24px;
    border-radius: 24px;
  }
}

@media (max-width: 380px) {
  .hero-inner {
    width: min(100% - 22px, 980px);
  }

  h1,
  .page-hero-content h1 {
    font-size: 2.12rem;
  }

  .partner-badge {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.72rem;
  }

  .store-badge strong {
    font-size: 0.88rem;
  }

  .phone-shell,
  .persona-live-phone {
    width: min(100%, 276px);
  }
}

@supports (-webkit-touch-callout: none) {
  .home-hero,
  .persona-section,
  .page-hero {
    background-attachment: scroll;
  }

  .hero-phone,
  .persona-live-phone {
    backface-visibility: hidden;
  }
}

/* Final mobile-first dating theme stabilization. */
:root {
  --lovable-bg: #fff8f5;
  --lovable-bg-2: #fff0ea;
  --lovable-panel: rgba(255, 255, 255, 0.82);
  --lovable-panel-strong: #ffffff;
  --lovable-line: rgba(216, 96, 103, 0.16);
  --lovable-text: #271417;
  --lovable-muted: rgba(83, 55, 60, 0.72);
  --lovable-hot: #e95f67;
  --lovable-orange: #ff9d86;
  --lovable-purple: #e98891;
  --lovable-glow: 0 22px 58px rgba(233, 95, 103, 0.13);
}

body {
  background:
    radial-gradient(circle at 18% 5rem, rgba(255, 157, 134, 0.2), transparent 21rem),
    radial-gradient(circle at 94% 18rem, rgba(233, 95, 103, 0.12), transparent 20rem),
    linear-gradient(180deg, #fffaf7 0%, #fff5f1 50%, #fff0ea 100%);
}

.home-hero,
.page-hero,
.trust-strip,
.persona-section,
.steps-band,
.story-section,
.gallery-band,
.values-band,
.contact-section,
.mobile-demo-section,
.app-experience-section,
.moments-section,
.operating-band,
.genetics-band,
.closing-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 157, 134, 0.13), transparent 22rem),
    linear-gradient(180deg, #fffaf7, #fff0ea);
}

.site-header,
.signal-row div,
.trust-grid article,
.moments-grid article,
.operating-list article,
.steps-grid article,
.values-grid article,
.contact-proof article,
.contact-form,
.contact-list a,
.persona-card,
.demo-card,
.persona-theatre,
.experience-stage,
.partner-lockup,
.closing-cta .split,
.persona-detail {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(216, 96, 103, 0.15);
  box-shadow: 0 16px 44px rgba(78, 36, 42, 0.07);
}

.gradient-word {
  background: linear-gradient(135deg, #fb8f78, #e95f67 70%);
  -webkit-background-clip: text;
  background-clip: text;
}

.button.primary,
.button.dark.primary,
.partner-badge,
.persona-card.active,
.bubble.user,
.mini-bubble.user,
.scene-label,
.image-mosaic figcaption,
.trust-grid article::before,
.moments-grid article::before,
.steps-grid article::before,
.values-grid article::before,
.brand-sigil,
.phone-avatar,
.theatre-phone-top span {
  color: #ffffff;
  background: #e95f67;
  box-shadow: 0 14px 30px rgba(233, 95, 103, 0.2);
}

.button.secondary,
.button.dark.secondary,
.store-badge,
.journey-links a,
.micro-links a,
.light-store {
  color: var(--lovable-text);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(216, 96, 103, 0.16);
  box-shadow: 0 10px 28px rgba(78, 36, 42, 0.06);
}

.phone-shell,
.theatre-phone {
  color: var(--lovable-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 157, 134, 0.16), transparent 14rem),
    linear-gradient(180deg, #ffffff 0%, #fff8f5 100%);
  border-color: rgba(216, 96, 103, 0.14);
  box-shadow:
    0 24px 62px rgba(78, 36, 42, 0.15),
    0 0 46px rgba(233, 95, 103, 0.08);
}

.phone-shell::before,
.theatre-notch {
  background: #251316;
}

.phone-top {
  border-bottom-color: rgba(216, 96, 103, 0.12);
}

.phone-top small {
  color: rgba(83, 55, 60, 0.58);
}

.bubble.ai,
.mini-bubble.ai {
  color: #312026;
  background: #ffffff;
  border: 1px solid rgba(216, 96, 103, 0.1);
}

.phone-input {
  color: rgba(83, 55, 60, 0.58);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(216, 96, 103, 0.13);
}

.phone-input strong {
  color: #e95f67;
}

.typing-dots {
  background: #fff1ea;
  border-color: rgba(216, 96, 103, 0.12);
}

.typing-dots span {
  background: #e95f67;
}

@media (max-width: 480px) {
  .site-header {
    width: calc(100% - 20px);
    min-height: 54px;
    padding: 8px 9px;
    border-radius: 18px;
  }

  .brand-mark {
    font-size: 0.9rem;
  }

  .partner-badge {
    min-height: 36px;
    padding: 8px 11px;
    font-size: 0.72rem;
  }

  .hero-inner {
    width: min(100% - 22px, 980px);
    gap: 24px;
    padding: calc(96px + env(safe-area-inset-top)) 0 38px;
  }

  .home-hero .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.07em;
  }

  h1,
  .page-hero-content h1 {
    font-size: clamp(2rem, 10.6vw, 2.55rem);
    line-height: 1.05;
  }

  .hero-copy,
  .page-hero-content p,
  .section-heading p {
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .hero-actions,
  .store-actions,
  .cta-actions {
    gap: 9px;
  }

  .home-hero .button,
  .button {
    min-height: 50px;
    padding: 13px 14px;
  }

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

  .store-badge {
    min-height: 50px;
    padding: 9px 7px;
  }

  .store-badge span {
    font-size: 0.62rem;
  }

  .store-badge strong {
    font-size: 0.84rem;
    white-space: normal;
  }

  .signal-row {
    margin-top: 18px;
  }

  .avatar-proof {
    margin-top: 22px;
  }

  .proof-avatar {
    width: 34px;
    height: 34px;
  }

  .hero-phone-wrap {
    padding-top: 0;
  }

  .phone-shell,
  .persona-live-phone {
    width: min(100%, 268px);
    min-height: 486px;
    padding: 13px;
    border-radius: 28px;
  }

  .phone-chat,
  .persona-live-phone .phone-chat {
    min-height: 270px;
    gap: 8px;
  }

  .phone-top {
    min-height: 62px;
  }

  .bubble {
    padding: 10px 11px;
    font-size: 0.8rem;
  }

  .phone-input {
    min-height: 48px;
    font-size: 0.78rem;
  }

  .section {
    padding: 48px 0;
  }

  .section-inner {
    width: min(100% - 22px, var(--content));
  }

  .lovable-intro-heading h2,
  .section-heading h2,
  .closing-cta h2 {
    font-size: clamp(1.72rem, 7.8vw, 2.1rem);
  }

  .journey-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .journey-links a {
    justify-content: center;
  }

  .persona-picker {
    max-width: calc(100vw - 22px);
  }

  .persona-card {
    min-height: 40px;
    padding: 8px 13px;
    font-size: 0.88rem;
  }

  .persona-live-showcase {
    padding: 18px 10px 22px;
  }

  .detail-tags {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .closing-cta .split {
    padding: 20px;
  }

  .site-footer {
    padding-bottom: calc(28px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 360px) {
  .brand-mark span:last-child {
    max-width: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .partner-badge {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 0.68rem;
  }

  h1,
  .page-hero-content h1 {
    font-size: 1.92rem;
  }

  .phone-shell,
  .persona-live-phone {
    width: min(100%, 254px);
  }
}

/* Button-led engagement layer. */
.intent-buttons,
.persona-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(100%, 760px);
  margin: 16px auto 0;
}

.intent-pill,
.action-card {
  min-width: 0;
  color: var(--lovable-text);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(216, 96, 103, 0.16);
  box-shadow: 0 12px 32px rgba(78, 36, 42, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.intent-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 850;
  white-space: nowrap;
}

.intent-pill:hover,
.intent-pill:focus-visible,
.action-card:hover,
.action-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(233, 95, 103, 0.34);
  box-shadow: 0 18px 42px rgba(78, 36, 42, 0.12);
}

.intent-pill.active,
.action-card.action-primary {
  color: #ffffff;
  background: #e95f67;
  border-color: rgba(233, 95, 103, 0.24);
}

.action-board-section {
  color: var(--lovable-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 157, 134, 0.12), transparent 22rem),
    linear-gradient(180deg, #fff5f1, #fffaf7);
}

.action-heading {
  max-width: 760px;
}

.action-button-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.action-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 172px;
  padding: 20px;
  border-radius: 24px;
  overflow: hidden;
}

.action-card::after {
  content: "->";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #e95f67;
  border-radius: 999px;
  font-weight: 900;
}

.action-card.action-primary::after {
  color: #e95f67;
  background: #ffffff;
}

.action-card span {
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  color: rgba(83, 55, 60, 0.78);
  background: rgba(255, 240, 234, 0.9);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.action-card.action-primary span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.action-card strong {
  padding-right: 26px;
  font-size: 1.15rem;
  line-height: 1.14;
}

.action-card small {
  display: block;
  padding-right: 26px;
  color: var(--lovable-muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.action-card.action-primary small {
  color: rgba(255, 255, 255, 0.82);
}

.persona-actions {
  margin-top: 20px;
}

.persona-actions .button {
  min-width: 168px;
}

.early-access-form {
  gap: 14px;
}

.form-intro {
  padding: 18px;
  background: #fff5f1;
  border: 1px solid rgba(216, 96, 103, 0.14);
  border-radius: 20px;
}

.form-intro .eyebrow {
  margin-bottom: 8px;
  color: #e95f67;
}

.form-intro h3 {
  margin-bottom: 6px;
  font-size: 1.45rem;
}

.form-intro p:last-child {
  margin-bottom: 0;
  color: var(--lovable-muted);
}

.early-access-form input,
.early-access-form select,
.early-access-form textarea {
  border-radius: 14px;
}

.early-access-form .button {
  width: 100%;
  min-height: 54px;
}

@media (max-width: 980px) {
  .action-button-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .intent-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .intent-pill {
    min-height: 44px;
    padding: 10px 8px;
    font-size: 0.8rem;
  }

  .action-button-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .action-card {
    min-height: 0;
    padding: 18px;
    border-radius: 20px;
  }

  .persona-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 286px);
  }

  .persona-actions .button {
    width: 100%;
    min-width: 0;
  }

  .form-intro {
    padding: 16px;
    border-radius: 18px;
  }
}

/* Section QA pass: generated feature icons, tighter cards, safer mobile layout. */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.section-inner {
  width: min(1120px, calc(100% - 40px));
}

.trust-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1040px;
}

.trust-grid article {
  --feature-pad: 26px;
  position: relative;
  min-height: 0;
  padding: var(--feature-pad);
  border-radius: 22px;
}

.trust-grid article::before {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  background:
    radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.34), transparent 24%),
    #e95f67;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(233, 95, 103, 0.2);
}

.trust-grid article::after {
  content: "";
  position: absolute;
  top: calc(var(--feature-pad) + 14px);
  left: calc(var(--feature-pad) + 14px);
  width: 26px;
  height: 26px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.trust-grid article:nth-child(1)::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23fff'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M20.8%205.8c-2.2-2.2-5.8-1.6-7.3%201-1.5-2.6-5.1-3.2-7.3-1-2.5%202.5-2%206.4.8%209.2l6.5%206.2%206.5-6.2c2.8-2.8%203.3-6.7.8-9.2z'/%3E%3C/svg%3E");
}

.trust-grid article:nth-child(2)::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23fff'%20stroke-width='2.25'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='12'%20r='9'/%3E%3Cpath%20d='M3%2012h18M12%203c2.4%202.5%203.6%205.5%203.6%209S14.4%2018.5%2012%2021c-2.4-2.5-3.6-5.5-3.6-9S9.6%205.5%2012%203z'/%3E%3C/svg%3E");
}

.trust-grid article:nth-child(3)::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23fff'%20stroke-width='2.25'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M21%2011.5A8.5%208.5%200%201%201%2012.5%203%206.5%206.5%200%200%200%2021%2011.5z'/%3E%3Cpath%20d='M8%2014h6M8%2010h8'/%3E%3C/svg%3E");
}

.trust-grid article:nth-child(4)::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23fff'%20stroke-width='2.25'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%2021s7-5.2%207-12a7%207%200%201%200-14%200c0%206.8%207%2012%207%2012z'/%3E%3Ccircle%20cx='12'%20cy='9'%20r='2.5'/%3E%3C/svg%3E");
}

.trust-grid strong {
  font-size: 1.16rem;
}

.trust-grid span {
  max-width: 46rem;
  font-size: 1rem;
  line-height: 1.5;
}

.action-board-section,
.persona-section,
.closing-cta,
.contact-section {
  overflow: hidden;
}

.action-card,
.persona-detail,
.contact-form,
.closing-cta .split {
  max-width: 100%;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 34px;
}

.contact-form {
  border-radius: 24px;
}

.page-hero-content h1 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 860px) {
  .trust-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    max-width: 680px;
  }

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

@media (max-width: 640px) {
  .section-inner {
    width: min(100% - 24px, 1120px);
  }

  .trust-grid {
    gap: 12px;
  }

  .trust-grid article {
    --feature-pad: 20px;
    padding: 20px;
    border-radius: 20px;
  }

  .trust-grid article::before {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 16px;
  }

  .trust-grid article::after {
    top: 31px;
    left: 31px;
    width: 26px;
    height: 26px;
  }

  .trust-grid strong {
    font-size: 1.02rem;
  }

  .trust-grid span {
    font-size: 0.94rem;
  }

  .contact-grid {
    gap: 24px;
  }

  .contact-form {
    padding: 18px;
    border-radius: 22px;
  }

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

/* Final footer signature. */
.site-footer {
  padding-bottom: 28px;
}

.footer-love {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(1120px, calc(100% - 40px));
  min-height: 68px;
  margin: 28px auto 0;
  padding: 14px 20px;
  color: var(--lovable-text);
  background:
    linear-gradient(#fffaf7, #fffaf7) padding-box,
    linear-gradient(135deg, rgba(255, 157, 134, 0.62), rgba(233, 95, 103, 0.62), rgba(255, 185, 122, 0.58)) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(78, 36, 42, 0.1);
  overflow: hidden;
}

.footer-love::before,
.footer-love::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 110px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(233, 95, 103, 0.28), transparent);
}

.footer-love::before {
  left: 18px;
}

.footer-love::after {
  right: 18px;
}

.footer-love-mark {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background: #e95f67;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(233, 95, 103, 0.22);
  font-weight: 950;
}

.footer-love p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(39, 20, 23, 0.76);
  font-size: 0.98rem;
  font-weight: 760;
  text-align: center;
}

.footer-love strong {
  color: var(--lovable-text);
  font-weight: 920;
}

@media (max-width: 640px) {
  .footer-love {
    align-items: flex-start;
    width: min(100% - 24px, 1120px);
    min-height: 0;
    padding: 14px 16px;
    border-radius: 24px;
  }

  .footer-love::before,
  .footer-love::after {
    display: none;
  }

  .footer-love p {
    font-size: 0.9rem;
    line-height: 1.35;
    text-align: left;
  }
}

/* Persona power section: profile gallery plus live field chat. */
main {
  display: flex;
  flex-direction: column;
}

.home-hero {
  order: 1;
}

.persona-section {
  order: 2;
}

.trust-strip {
  order: 3;
}

.action-board-section {
  order: 4;
}

.mobile-demo-section {
  order: 5;
}

.app-experience-section {
  order: 6;
}

.moments-section,
.gallery-band,
.steps-band {
  order: 7;
}

.closing-cta {
  order: 20;
}

.seo-faq-section {
  order: 19;
}

.persona-section {
  padding: 76px 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(233, 95, 103, 0.1), transparent 24rem),
    linear-gradient(180deg, #fffaf7 0%, #fff3ee 100%);
}

.persona-section .section-heading {
  max-width: 980px;
  margin-bottom: 36px;
}

.persona-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.82fr);
  align-items: start;
  gap: 24px;
}

.persona-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: none;
  margin: 0;
}

.persona-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  grid-template-areas:
    "avatar title"
    "avatar meta";
  align-items: center;
  gap: 6px 14px;
  min-height: 118px;
  width: 100%;
  padding: 16px;
  color: var(--lovable-text);
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(233, 95, 103, 0.18), rgba(255, 157, 134, 0.16)) border-box;
  border: 1px solid transparent;
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(78, 36, 42, 0.07);
  text-align: left;
}

.persona-card:hover,
.persona-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(233, 95, 103, 0.26);
  box-shadow: 0 22px 54px rgba(78, 36, 42, 0.12);
}

.persona-card.active {
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.24), transparent 7rem),
    #e95f67;
  border-color: rgba(233, 95, 103, 0.28);
}

.persona-thumb {
  grid-area: avatar;
  width: 78px;
  height: 78px;
  min-height: 0;
  border: 3px solid rgba(255, 255, 255, 0.88);
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(78, 36, 42, 0.12);
}

.persona-title {
  grid-area: title;
  padding: 0;
  font-size: 1.08rem;
  line-height: 1.16;
}

.persona-meta {
  grid-area: meta;
  display: block;
  padding: 0;
  color: var(--lovable-muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

.persona-card.active .persona-meta {
  color: rgba(255, 255, 255, 0.82);
}

.persona-detail {
  position: sticky;
  top: 98px;
}

.persona-live-showcase {
  display: grid;
  gap: 18px;
  min-height: 0;
  padding: 22px;
  border-radius: 30px;
}

.persona-chat-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: var(--lovable-muted);
  background: #fff5f1;
  border: 1px solid rgba(216, 96, 103, 0.13);
  border-radius: 18px;
  font-size: 0.82rem;
  font-weight: 800;
}

.persona-chat-label span {
  color: #e95f67;
  letter-spacing: 0;
  text-transform: uppercase;
}

.persona-chat-label strong {
  color: var(--lovable-text);
}

.persona-live-phone {
  width: min(100%, 360px);
  min-height: 574px;
  transform: none;
  animation: phoneFloat 7s ease-in-out infinite;
}

.persona-live-phone .phone-chat {
  min-height: 348px;
}

.persona-live-showcase h3 {
  font-size: 1.55rem;
}

.persona-live-showcase > p {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.detail-tags {
  margin-top: 0;
}

.persona-actions {
  margin-top: 4px;
}

.trust-strip,
.action-board-section {
  padding-top: 70px;
}

@media (max-width: 980px) {
  .persona-layout {
    grid-template-columns: 1fr;
  }

  .persona-detail {
    position: static;
  }

  .persona-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .persona-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "avatar"
      "title"
      "meta";
    justify-items: center;
    min-height: 176px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .persona-section {
    padding: 52px 0;
  }

  .persona-section .section-heading {
    margin-bottom: 24px;
    text-align: left;
  }

  .persona-picker {
    display: flex;
    flex-wrap: nowrap;
    max-width: calc(100vw - 24px);
    margin: 0;
    padding: 2px 0 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .persona-card {
    flex: 0 0 242px;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-areas:
      "avatar title"
      "avatar meta";
    justify-items: stretch;
    min-height: 96px;
    padding: 12px;
    border-radius: 20px;
    text-align: left;
    scroll-snap-align: start;
  }

  .persona-thumb {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .persona-title {
    font-size: 0.94rem;
  }

  .persona-meta {
    font-size: 0.78rem;
  }

  .persona-live-showcase {
    padding: 14px;
    border-radius: 24px;
  }

  .persona-chat-label {
    display: grid;
    gap: 2px;
    padding: 11px 12px;
  }

  .persona-live-phone {
    width: min(100%, 286px);
    min-height: 520px;
  }

  .persona-live-phone .phone-chat {
    min-height: 300px;
  }

  .trust-strip,
  .action-board-section {
    padding-top: 52px;
  }
}

/* Final polish: fewer hero buttons, visible generated icons, production-safe visuals. */
.home-hero {
  min-height: 850px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 157, 134, 0.16), transparent 26rem),
    radial-gradient(circle at 82% 18%, rgba(233, 95, 103, 0.12), transparent 24rem),
    linear-gradient(180deg, #fffaf7 0%, #fff1ec 100%);
}

.home-hero .hero-bg {
  opacity: 0.16;
  filter: saturate(0.95) contrast(1.04) brightness(1.1);
  mix-blend-mode: multiply;
}

.home-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 250, 247, 0.94) 0%, rgba(255, 250, 247, 0.78) 44%, rgba(255, 241, 236, 0.56) 100%),
    radial-gradient(circle at 70% 40%, rgba(233, 95, 103, 0.1), transparent 28rem);
}

.home-hero .hero-inner {
  grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.72fr);
  align-items: center;
  justify-items: stretch;
  gap: 42px;
  width: min(1180px, calc(100% - 48px));
  min-height: 850px;
  padding: 128px 0 72px;
  text-align: left;
}

.home-hero .hero-content {
  max-width: 690px;
}

.home-hero .eyebrow {
  color: rgba(78, 36, 42, 0.72);
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(233, 95, 103, 0.14);
}

.home-hero h1 {
  max-width: 720px;
  margin-right: 0;
  margin-left: 0;
  color: #281014;
  font-size: clamp(3.2rem, 6.1vw, 5.9rem);
  line-height: 0.94;
}

.home-hero .gradient-word {
  background: linear-gradient(135deg, #f47c6f 0%, #e95f67 60%, #c64f72 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-hero .hero-copy {
  max-width: 640px;
  margin-right: 0;
  margin-left: 0;
  color: #7e686d;
  font-size: 1.12rem;
  line-height: 1.62;
}

.hero-actions-minimal {
  justify-content: flex-start;
  gap: 18px;
  width: auto;
  margin: 28px 0 0;
}

.hero-actions-minimal .button {
  flex: 0 0 auto;
  min-width: 190px;
  min-height: 54px;
  padding: 14px 24px;
  color: #ffffff;
  background: #e95f67;
  box-shadow: 0 18px 42px rgba(233, 95, 103, 0.22);
}

.hero-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #281014;
  font-weight: 900;
}

.hero-text-link::after {
  content: "->";
  margin-left: 9px;
  color: #e95f67;
}

.intent-buttons,
.home-hero .hero-store {
  display: none !important;
}

.hero-motion-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 670px;
  margin: 28px 0 0;
  padding: 10px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 245, 241, 0.72)),
    radial-gradient(circle at 0% 0%, rgba(233, 95, 103, 0.12), transparent 18rem);
  border: 1px solid rgba(233, 95, 103, 0.14);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(78, 36, 42, 0.08);
}

.hero-motion-panel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8%;
  width: 84%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(233, 95, 103, 0.38), transparent);
  transform: translateY(-50%);
  animation: motionTrace 3.8s ease-in-out infinite;
}

.motion-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  min-height: 116px;
  padding: 16px;
  color: #281014;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(233, 95, 103, 0.12);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(78, 36, 42, 0.07);
  animation: motionCardFloat 5.4s ease-in-out infinite;
}

.motion-card::before {
  content: attr(data-icon);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: #e95f67;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 950;
}

.motion-card span {
  color: #8e7379;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.motion-card strong {
  font-size: 0.98rem;
  line-height: 1.25;
}

.motion-card-two {
  animation-delay: 0.55s;
}

.motion-card-three {
  animation-delay: 1.1s;
}

.hero-proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 670px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof-list li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 0;
  color: #281014;
}

.hero-proof-list li::before {
  content: attr(data-icon);
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #e95f67;
  background: rgba(233, 95, 103, 0.09);
  border: 1px solid rgba(233, 95, 103, 0.14);
  border-radius: 14px;
  font-size: 0.75rem;
  font-weight: 950;
}

.hero-proof-list strong,
.hero-proof-list span {
  display: block;
}

.hero-proof-list strong {
  font-size: 0.9rem;
  line-height: 1.1;
}

.hero-proof-list span {
  color: #8e7379;
  font-size: 0.78rem;
}

.compact-avatar-proof {
  justify-content: flex-start;
  margin-top: 22px;
}

.compact-avatar-proof strong {
  color: #7e686d;
}

.home-hero .hero-phone-wrap {
  justify-self: center;
  width: min(100%, 430px);
  min-height: 560px;
}

.home-hero .hero-phone {
  transform: rotate(2deg);
  animation: phoneFloat 7s ease-in-out infinite;
}

.store-badge {
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
}

.store-badge::before {
  content: "iOS";
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background: #281014;
  border-radius: 13px;
  font-size: 0.72rem;
  font-weight: 950;
}

.store-badge.play-store::before {
  content: "GP";
  background: #e95f67;
}

.store-badge span,
.store-badge strong {
  grid-column: 2;
}

.trust-grid article::after {
  display: none;
}

.trust-grid article[data-icon]::before,
.moments-grid article[data-icon]::before,
.steps-grid article[data-icon]::before,
.values-grid article[data-icon]::before,
.contact-proof article[data-icon]::before,
.operating-list article[data-icon]::before,
.action-card[data-icon]::before {
  content: attr(data-icon);
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: #ffffff;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.35), transparent 25%),
    #e95f67;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(233, 95, 103, 0.2);
  font-size: 0.75rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

.action-card[data-icon]::before {
  margin-bottom: 2px;
}

.action-card[data-icon]::after {
  content: "->";
}

.contact-list a[data-icon] {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.contact-list a[data-icon]::before {
  content: attr(data-icon);
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background: #e95f67;
  border-radius: 13px;
  font-size: 0.68rem;
  font-weight: 950;
}

@keyframes motionCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes motionTrace {
  0%,
  100% {
    opacity: 0.2;
    transform: translate(-5%, -50%);
  }

  50% {
    opacity: 1;
    transform: translate(5%, -50%);
  }
}

@media (max-width: 980px) {
  .home-hero .hero-inner {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 760px);
    min-height: 0;
    padding: 124px 0 56px;
    text-align: center;
  }

  .home-hero .hero-content,
  .home-hero h1,
  .home-hero .hero-copy,
  .hero-motion-panel,
  .hero-proof-list {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions-minimal,
  .compact-avatar-proof {
    justify-content: center;
  }

  .home-hero .hero-phone-wrap {
    width: min(100%, 360px);
    min-height: 500px;
  }
}

@media (max-width: 640px) {
  .home-hero {
    min-height: 0;
  }

  .home-hero .hero-inner {
    width: min(100% - 24px, 520px);
    padding: 108px 0 42px;
  }

  .home-hero h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
    line-height: 0.98;
  }

  .home-hero .hero-copy {
    font-size: 1rem;
  }

  .hero-actions-minimal {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }

  .hero-actions-minimal .button {
    width: 100%;
  }

  .hero-text-link {
    justify-content: center;
  }

  .hero-motion-panel {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
    border-radius: 22px;
  }

  .hero-motion-panel::before {
    top: 10%;
    left: 50%;
    width: 2px;
    height: 80%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, transparent, rgba(233, 95, 103, 0.35), transparent);
  }

  .motion-card {
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-areas:
      "icon label"
      "icon title";
    align-items: center;
    min-height: 82px;
    text-align: left;
  }

  .motion-card::before {
    grid-area: icon;
  }

  .motion-card span {
    grid-area: label;
  }

  .motion-card strong {
    grid-area: title;
  }

  .hero-proof-list {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 330px;
  }

  .compact-avatar-proof strong {
    flex-basis: 100%;
    margin: 10px 0 0;
  }

  .home-hero .hero-phone-wrap {
    min-height: 420px;
  }

  .home-hero .hero-phone {
    width: min(100%, 260px);
  }

  .store-badge {
    min-width: 0;
  }
}

/* Hero cleanup: remove repeated phone block and turn proof into image tiles. */
.home-hero {
  min-height: 760px;
}

.home-hero .hero-inner {
  grid-template-columns: 1fr;
  justify-items: center;
  width: min(1120px, calc(100% - 48px));
  min-height: 760px;
  padding-bottom: 62px;
  text-align: center;
}

.home-hero .hero-content {
  max-width: 1040px;
}

.home-hero h1,
.home-hero .hero-copy,
.hero-motion-panel,
.why-meeto-tiles {
  margin-right: auto;
  margin-left: auto;
}

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

.hero-actions-minimal {
  justify-content: center;
}

.home-hero .hero-phone-wrap,
.home-hero .avatar-proof,
.home-hero .hero-proof-list {
  display: none !important;
}

.why-meeto-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1040px;
  margin-top: 18px;
}

.why-meeto-tiles article {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 122px;
  padding: 12px;
  color: #281014;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(233, 95, 103, 0.14);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(78, 36, 42, 0.08);
  text-align: left;
}

.why-meeto-tiles img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(78, 36, 42, 0.12);
}

.why-meeto-tiles span {
  display: block;
  margin-bottom: 6px;
  color: #e95f67;
  font-size: 0.74rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.why-meeto-tiles strong {
  display: block;
  color: #281014;
  font-size: 0.94rem;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .home-hero .hero-inner {
    width: min(100% - 32px, 760px);
    min-height: 0;
  }

  .why-meeto-tiles {
    display: flex;
    max-width: calc(100vw - 32px);
    padding: 2px 2px 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .why-meeto-tiles::-webkit-scrollbar {
    display: none;
  }

  .why-meeto-tiles article {
    flex: 0 0 min(86vw, 420px);
    scroll-snap-align: start;
  }
}

@media (max-width: 520px) {
  .home-hero .hero-inner {
    width: min(100% - 24px, 520px);
    padding-bottom: 38px;
  }

  .why-meeto-tiles article {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 108px;
    padding: 10px;
    border-radius: 20px;
  }

  .why-meeto-tiles img {
    width: 82px;
    height: 82px;
    border-radius: 16px;
  }

  .why-meeto-tiles strong {
    font-size: 0.86rem;
  }
}

/* Compact information widgets: horizontal, low-padding, fast to scan. */
.trust-strip,
.action-board-section,
.moments-section,
.steps-band {
  padding-top: 58px;
  padding-bottom: 58px;
}

.lovable-intro-heading,
.action-heading,
.moments-section .section-heading,
.steps-band .section-heading {
  margin-bottom: 24px;
}

.trust-grid,
.moments-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 1120px;
}

.action-button-grid,
.steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

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

.trust-grid article,
.moments-grid article,
.steps-grid article,
.action-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon title"
    "icon copy";
  align-items: center;
  gap: 2px 14px;
  min-height: 0;
  padding: 16px;
  border-radius: 20px;
}

.action-card {
  grid-template-columns: 52px minmax(0, 1fr) 28px;
  grid-template-areas:
    "icon label arrow"
    "icon title arrow"
    "icon copy arrow";
}

.trust-grid article[data-icon]::before,
.moments-grid article[data-icon]::before,
.steps-grid article[data-icon]::before,
.action-card[data-icon]::before {
  grid-area: icon;
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 16px;
}

.action-card[data-icon]::after {
  grid-area: arrow;
  position: static;
  align-self: center;
  width: 28px;
  height: 28px;
  font-size: 0.82rem;
}

.trust-grid strong,
.moments-grid h3,
.steps-grid h3,
.action-card strong {
  grid-area: title;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.16;
}

.trust-grid span,
.moments-grid p,
.steps-grid p,
.action-card small {
  grid-area: copy;
  max-width: none;
  margin: 0;
  padding: 0;
  font-size: 0.86rem;
  line-height: 1.35;
}

.moments-grid article > span,
.steps-grid .step-number,
.action-card > span {
  grid-area: label;
  width: max-content;
  max-width: 100%;
  margin: 0 0 2px;
  padding: 0;
  color: #e95f67;
  background: transparent;
  border-radius: 0;
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.trust-grid article::after,
.moments-grid article::after,
.steps-grid article::after {
  display: none;
}

.moments-layout {
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: 28px;
  align-items: center;
}

@media (max-width: 980px) {
  .trust-grid,
  .moments-grid,
  .action-button-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .moments-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .trust-strip,
  .action-board-section,
  .moments-section,
  .steps-band {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .trust-grid article,
  .moments-grid article,
  .steps-grid article,
  .action-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 2px 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .action-card {
    grid-template-columns: 46px minmax(0, 1fr) 24px;
  }

  .trust-grid article[data-icon]::before,
  .moments-grid article[data-icon]::before,
  .steps-grid article[data-icon]::before,
  .action-card[data-icon]::before {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: 0.66rem;
  }
}

/* Distinct finale footer: separate palette, mascot, and India-first message. */
.site-footer {
  position: relative;
  padding: 62px 0 30px;
  color: #281014;
  background:
    radial-gradient(circle at 12% 0%, rgba(233, 95, 103, 0.18), transparent 24rem),
    radial-gradient(circle at 88% 10%, rgba(255, 157, 134, 0.2), transparent 22rem),
    linear-gradient(180deg, #fffaf7 0%, #ffe7df 100%);
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(115deg, rgba(233, 95, 103, 0.07) 0 1px, transparent 1px 32px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), transparent 46%);
}

.site-footer .brand-mark,
.site-footer .footer-inner p,
.site-footer .footer-inner nav a {
  color: #281014;
}

.footer-celebration,
.footer-inner {
  position: relative;
  z-index: 1;
}

.footer-celebration {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 34px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 241, 236, 0.82)),
    rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(233, 95, 103, 0.16);
  border-radius: 34px;
  box-shadow: 0 28px 80px rgba(78, 36, 42, 0.13);
}

.footer-bot-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 210px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(255, 214, 204, 0.88));
  border: 1px solid rgba(233, 95, 103, 0.18);
  border-radius: 30px;
}

.footer-bot-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(233, 95, 103, 0.24);
  border-radius: 24px;
}

.footer-bot-card img {
  position: relative;
  width: min(176px, 80%);
  height: auto;
  filter: drop-shadow(0 18px 26px rgba(78, 36, 42, 0.18));
  animation: footerBotFloat 5.8s ease-in-out infinite;
}

.footer-celebration-copy {
  max-width: 760px;
}

.footer-kicker {
  width: max-content;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 8px 12px;
  color: #ffffff;
  background: #e95f67;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.footer-celebration h2 {
  max-width: 780px;
  margin: 0;
  color: #281014;
  font-family: ui-rounded, "SF Pro Rounded", "Inter", system-ui, sans-serif;
  font-size: clamp(2.15rem, 4.4vw, 4.85rem);
  line-height: 0.98;
}

.footer-celebration-copy > p:not(.footer-kicker) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(78, 36, 42, 0.72);
  font-size: 1.05rem;
  line-height: 1.55;
}

.footer-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.footer-pills span {
  padding: 9px 12px;
  color: #281014;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(233, 95, 103, 0.14);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.footer-inner {
  padding: 20px 0 0;
  border-top: 1px solid rgba(233, 95, 103, 0.16);
}

.footer-inner p {
  color: rgba(78, 36, 42, 0.68);
}

.footer-inner nav a {
  color: rgba(78, 36, 42, 0.78);
}

.footer-inner nav a:hover,
.footer-inner nav a:focus-visible {
  color: #e95f67;
}

@keyframes footerBotFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

@media (max-width: 860px) {
  .footer-celebration {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .footer-bot-card {
    width: min(100%, 320px);
    min-height: 190px;
    margin: 0 auto;
  }

  .footer-kicker {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-celebration-copy > p:not(.footer-kicker) {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-pills {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 42px 0 24px;
  }

  .footer-celebration {
    width: min(100% - 24px, 1120px);
    padding: 18px;
    border-radius: 26px;
  }

  .footer-bot-card {
    min-height: 168px;
    border-radius: 22px;
  }

  .footer-bot-card img {
    width: 142px;
  }

  .footer-celebration h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .footer-celebration-copy > p:not(.footer-kicker) {
    font-size: 0.94rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 1120px);
    text-align: center;
  }

  .footer-inner nav {
    justify-content: center;
  }
}

/* Final shipping polish: PNG logo, darker Meeto pink footer, and fuller persona tiles. */
.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: min(230px, 48vw);
  height: 52px;
  min-width: 0;
  padding: 6px 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(233, 95, 103, 0.18);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(78, 36, 42, 0.1);
}

.brand-logo-img {
  display: block;
  width: auto;
  max-width: 188px;
  height: 38px;
  object-fit: contain;
}

.site-footer .brand-logo {
  height: 48px;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.24);
}

.site-footer .brand-logo-img {
  max-width: 176px;
  height: 34px;
}

@media (min-width: 981px) {
  .persona-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.78fr);
    align-items: stretch;
    gap: 26px;
  }

  .persona-picker {
    grid-template-rows: repeat(3, minmax(178px, 1fr));
    min-height: 612px;
    gap: 18px;
    align-self: stretch;
  }

  .persona-card {
    grid-template-columns: 106px minmax(0, 1fr);
    min-height: 0;
    padding: 22px;
    border-radius: 28px;
  }

  .persona-thumb {
    width: 106px;
    height: 106px;
    border-radius: 28px;
  }

  .persona-title {
    font-size: 1.22rem;
  }

  .persona-meta {
    font-size: 1rem;
  }

  .persona-detail,
  .persona-live-showcase {
    height: 100%;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    max-width: 168px;
    height: 44px;
    padding: 5px 9px;
    border-radius: 15px;
  }

  .brand-logo-img {
    max-width: 142px;
    height: 31px;
  }

  .persona-card {
    flex-basis: 260px;
    grid-template-columns: 64px minmax(0, 1fr);
    min-height: 104px;
    padding: 12px;
  }

  .persona-thumb {
    width: 64px;
    height: 64px;
    border-radius: 19px;
  }
}

.site-footer {
  color: #fff9f8;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 230, 225, 0.26), transparent 22rem),
    radial-gradient(circle at 86% 18%, rgba(255, 176, 166, 0.2), transparent 20rem),
    linear-gradient(135deg, #9f2341 0%, #c93655 48%, #e95f67 100%);
}

.site-footer::before {
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 34px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 52%);
}

.site-footer .footer-inner p,
.site-footer .footer-inner nav a {
  color: rgba(255, 249, 248, 0.78);
}

.site-footer .footer-inner nav a:hover,
.site-footer .footer-inner nav a:focus-visible {
  color: #ffffff;
}

.footer-celebration {
  background:
    radial-gradient(circle at 18% 15%, rgba(233, 95, 103, 0.12), transparent 16rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 245, 242, 0.96));
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: 0 34px 88px rgba(88, 14, 36, 0.34);
}

.footer-logo-card {
  min-height: 244px;
  background:
    radial-gradient(circle at 50% 18%, rgba(233, 95, 103, 0.1), transparent 9rem),
    #ffffff;
  border-color: rgba(233, 95, 103, 0.18);
}

.footer-logo-card::before {
  border-color: rgba(233, 95, 103, 0.22);
}

.footer-logo-card img {
  width: min(220px, 86%);
  border-radius: 24px;
  filter: drop-shadow(0 20px 30px rgba(78, 36, 42, 0.18));
}

.footer-kicker {
  background: #c93655;
  box-shadow: 0 12px 28px rgba(201, 54, 85, 0.22);
}

.footer-celebration h2 {
  color: #281014;
}

.footer-pills span {
  color: #5c1b2b;
  background: #fff7f5;
  border-color: rgba(233, 95, 103, 0.18);
}

.footer-inner {
  border-top-color: rgba(255, 255, 255, 0.22);
}

@media (max-width: 860px) {
  .footer-logo-card {
    min-height: 220px;
  }

  .footer-logo-card img {
    width: min(210px, 80%);
  }
}

@media (max-width: 640px) {
  .footer-logo-card {
    min-height: 190px;
  }

  .footer-logo-card img {
    width: min(172px, 78%);
  }
}

/* Persona section correction: keep profile tiles compact and readable. */
@media (min-width: 981px) {
  .persona-layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
    align-items: start;
    gap: 28px;
  }

  .persona-picker {
    grid-template-rows: none;
    min-height: 0;
    height: auto;
    align-self: start;
    gap: 16px;
  }

  .persona-card {
    grid-template-columns: 88px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    align-items: center;
    min-height: 138px;
    padding: 18px;
    gap: 6px 16px;
    border-radius: 26px;
  }

  .persona-thumb {
    width: 88px;
    height: 88px;
    border-radius: 24px;
  }

  .persona-title {
    align-self: end;
    font-size: 1.1rem;
    line-height: 1.14;
  }

  .persona-meta {
    align-self: start;
    margin-top: 2px;
    font-size: 0.94rem;
    line-height: 1.3;
  }

  .persona-detail,
  .persona-live-showcase {
    height: auto;
  }
}

@media (max-width: 640px) {
  .persona-card {
    align-content: center;
  }
}

/* Secondary page final pass: About and Contact now match the homepage polish. */
.about-page .page-hero,
.contact-page .page-hero {
  min-height: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(233, 95, 103, 0.16), transparent 28rem),
    radial-gradient(circle at 12% 18%, rgba(255, 157, 134, 0.18), transparent 22rem),
    linear-gradient(180deg, #fffaf7 0%, #fff0ea 100%);
}

.about-page .page-hero .hero-bg,
.contact-page .page-hero .hero-bg {
  opacity: 0.1;
  filter: saturate(0.82) contrast(0.94) brightness(1.08);
  mix-blend-mode: multiply;
}

.about-page .page-hero .hero-shade,
.contact-page .page-hero .hero-shade {
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.78), transparent 34rem),
    linear-gradient(180deg, rgba(255, 250, 247, 0.5), rgba(255, 240, 234, 0.96));
}

.about-page .page-hero-content,
.contact-page .page-hero-content {
  width: min(1120px, calc(100% - 40px));
  max-width: 980px;
  padding: calc(142px + env(safe-area-inset-top)) 0 74px;
  text-align: center;
}

.about-page .page-hero-content .eyebrow,
.contact-page .page-hero-content .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 13px;
  color: #c93655;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(233, 95, 103, 0.16);
  border-radius: 999px;
  letter-spacing: 0.08em;
}

.about-page .page-hero-content h1,
.contact-page .page-hero-content h1 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: #281014;
  font-size: clamp(3.1rem, 6.2vw, 5.35rem);
}

.about-page .page-hero-content p,
.contact-page .page-hero-content p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(78, 36, 42, 0.74);
  font-size: 1.14rem;
  line-height: 1.58;
}

.about-page .section,
.contact-page .section {
  padding: 64px 0;
}

.about-page .section-heading,
.contact-page .section-heading {
  margin-bottom: 24px;
}

.about-page .section-heading h2,
.contact-page .section-heading h2,
.about-page .story-section h2,
.contact-page .contact-copy h2 {
  color: #281014;
}

.about-page .story-split {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: 30px;
}

.about-page .story-image {
  aspect-ratio: 16 / 10;
  max-height: 360px;
  border: 1px solid rgba(233, 95, 103, 0.14);
  border-radius: 28px;
  box-shadow: 0 22px 54px rgba(78, 36, 42, 0.1);
}

.about-page .values-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-page .values-grid article,
.about-page .operating-list article,
.contact-page .contact-proof article,
.contact-page .contact-list a {
  display: grid;
  align-items: center;
  min-height: 0;
  padding: 16px;
  color: #281014;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(233, 95, 103, 0.16);
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(78, 36, 42, 0.07);
}

.about-page .values-grid article,
.about-page .operating-list article,
.contact-page .contact-proof article {
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 3px 14px;
}

.about-page .values-grid article,
.contact-page .contact-proof article {
  grid-template-areas:
    "icon title"
    "icon copy";
}

.about-page .operating-list article {
  grid-template-areas:
    "icon label"
    "icon title"
    "icon copy";
}

.about-page .values-grid article[data-icon]::before,
.about-page .operating-list article[data-icon]::before,
.contact-page .contact-proof article[data-icon]::before {
  grid-area: icon;
  width: 54px;
  height: 54px;
  margin: 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.38), transparent 25%),
    #e95f67;
  border-radius: 17px;
  box-shadow: 0 18px 38px rgba(233, 95, 103, 0.18);
  font-size: 0.66rem;
}

.about-page .values-grid h3,
.about-page .operating-list strong,
.contact-page .contact-proof strong {
  grid-area: title;
  margin: 0;
  color: #281014;
  font-size: 1rem;
  line-height: 1.16;
}

.about-page .values-grid p,
.about-page .operating-list p,
.contact-page .contact-proof span {
  grid-area: copy;
  margin: 0;
  color: rgba(78, 36, 42, 0.68);
  font-size: 0.9rem;
  line-height: 1.35;
}

.about-page .operating-layout {
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1.48fr);
  align-items: center;
  gap: 30px;
}

.about-page .operating-list {
  gap: 12px;
}

.about-page .operating-list span {
  grid-area: label;
  margin: 0 0 2px;
  color: #e95f67;
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.about-page .operating-band {
  background:
    radial-gradient(circle at 8% 0%, rgba(233, 95, 103, 0.11), transparent 24rem),
    linear-gradient(180deg, #fff8f5 0%, #fff0ea 100%);
}

.about-page .genetics-band {
  color: #281014;
  background:
    radial-gradient(circle at 92% 4%, rgba(233, 95, 103, 0.16), transparent 24rem),
    linear-gradient(180deg, #fff4ef 0%, #ffe7df 100%);
}

.about-page .genetics-band .section-lead {
  color: rgba(78, 36, 42, 0.72);
}

.about-page .partner-lockup {
  min-height: 160px;
  padding: 24px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.22), transparent 10rem),
    linear-gradient(135deg, #c93655, #e95f67);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  box-shadow: 0 24px 62px rgba(201, 54, 85, 0.24);
}

.about-page .partner-lockup strong {
  color: #fff4ef;
}

.contact-page .contact-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.05fr);
  gap: 30px;
}

.contact-page .contact-copy {
  position: sticky;
  top: 112px;
}

.contact-page .contact-list {
  gap: 10px;
  margin-top: 22px;
}

.contact-page .contact-list a {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  min-height: 62px;
  padding: 12px 14px;
  font-weight: 880;
}

.contact-page .contact-list a[data-icon]::before {
  width: 42px;
  height: 42px;
  margin: 0;
  background: #e95f67;
  border-radius: 14px;
  font-size: 0.66rem;
}

.contact-page .contact-proof {
  gap: 10px;
  margin-top: 16px;
}

.contact-page .contact-form {
  padding: 24px;
  background:
    radial-gradient(circle at 14% 0%, rgba(233, 95, 103, 0.08), transparent 14rem),
    #ffffff;
  border-radius: 28px;
}

.contact-page .form-intro {
  padding: 16px;
  border-radius: 22px;
}

.contact-page .contact-form label {
  gap: 6px;
}

.contact-page .contact-form input,
.contact-page .contact-form select,
.contact-page .contact-form textarea {
  min-height: 48px;
  color: #281014;
  background: #fffaf7;
  border-color: rgba(233, 95, 103, 0.18);
}

.about-page .site-footer,
.contact-page .site-footer {
  margin-top: 0;
}

.about-page .section,
.contact-page .section {
  scroll-margin-top: 112px;
}

@media (max-width: 980px) {
  .about-page .story-split,
  .about-page .operating-layout,
  .contact-page .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-page .contact-copy {
    position: static;
  }

  .about-page .values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-page .page-hero-content,
  .contact-page .page-hero-content {
    width: min(100% - 24px, 1120px);
    padding: calc(104px + env(safe-area-inset-top)) 0 46px;
    text-align: left;
  }

  .about-page .page-hero-content .eyebrow,
  .contact-page .page-hero-content .eyebrow {
    justify-content: flex-start;
    width: max-content;
    max-width: 100%;
  }

  .about-page .page-hero-content h1,
  .contact-page .page-hero-content h1 {
    font-size: clamp(2.26rem, 10.4vw, 3.2rem);
  }

  .about-page .page-hero-content p,
  .contact-page .page-hero-content p {
    font-size: 1rem;
  }

  .about-page .section,
  .contact-page .section {
    padding: 46px 0;
  }

  .about-page .values-grid article,
  .about-page .operating-list article,
  .contact-page .contact-proof article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 2px 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .about-page .values-grid article[data-icon]::before,
  .about-page .operating-list article[data-icon]::before,
  .contact-page .contact-proof article[data-icon]::before {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: 0.58rem;
  }

  .about-page .story-image {
    max-height: none;
    border-radius: 22px;
  }

  .about-page .partner-lockup {
    min-height: 136px;
    border-radius: 22px;
    font-size: 1.16rem;
  }

  .contact-page .contact-list a {
    min-height: 58px;
    border-radius: 18px;
  }

  .contact-page .contact-form {
    padding: 18px;
    border-radius: 24px;
  }
}

/* Expanded persona wall: realistic Indian portraits fill the section without bloating cards. */
.persona-thumb {
  display: block;
  object-fit: cover;
  object-position: center;
  background: #fff3ee;
}

.persona-card.active .persona-thumb {
  border-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(78, 36, 42, 0.18);
}

@media (min-width: 981px) {
  .persona-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.78fr);
    gap: 24px;
  }

  .persona-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .persona-card {
    grid-template-columns: 76px minmax(0, 1fr);
    min-height: 112px;
    padding: 13px;
    gap: 4px 14px;
    border-radius: 22px;
  }

  .persona-thumb {
    width: 76px;
    height: 76px;
    border-radius: 20px;
  }

  .persona-title {
    font-size: 1rem;
    line-height: 1.12;
  }

  .persona-meta {
    font-size: 0.86rem;
    line-height: 1.28;
  }

  .persona-live-showcase {
    padding: 20px;
    border-radius: 30px;
  }

  .persona-live-phone {
    min-height: 548px;
  }
}

@media (max-width: 980px) and (min-width: 641px) {
  .persona-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .persona-card {
    grid-template-columns: 70px minmax(0, 1fr);
    grid-template-areas:
      "avatar title"
      "avatar meta";
    justify-items: stretch;
    min-height: 108px;
    padding: 13px;
    text-align: left;
  }

  .persona-thumb {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }
}

@media (max-width: 640px) {
  .persona-picker {
    max-width: calc(100vw - 24px);
  }

  .persona-card {
    flex-basis: 268px;
    grid-template-columns: 66px minmax(0, 1fr);
    min-height: 104px;
    padding: 12px;
  }

  .persona-thumb {
    width: 66px;
    height: 66px;
    border-radius: 19px;
  }
}

/* SEO FAQ and Core Web Vitals polish. */
.trust-strip,
.action-board-section,
.mobile-demo-section,
.app-experience-section,
.persona-section,
.moments-section,
.gallery-band,
.steps-band,
.seo-faq-section,
.closing-cta,
.story-section,
.values-band,
.operating-band,
.genetics-band,
.contact-section {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

.seo-faq-section {
  color: #281014;
  background:
    radial-gradient(circle at 14% 10%, rgba(233, 95, 103, 0.12), transparent 24rem),
    linear-gradient(180deg, #fffaf7 0%, #fff0ea 100%);
}

.seo-lower-section {
  margin-top: 22px;
  padding: 24px 0 30px;
  background:
    radial-gradient(circle at 88% 0%, rgba(233, 95, 103, 0.13), transparent 22rem),
    linear-gradient(180deg, rgba(255, 248, 245, 0.92), rgba(255, 239, 234, 0.86));
  border-top: 1px solid rgba(233, 95, 103, 0.16);
}

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

.seo-lower-section .section-heading h2 {
  max-width: 500px;
  font-size: clamp(1.35rem, 2vw, 1.95rem);
}

.seo-lower-section .section-heading p:not(.eyebrow) {
  max-width: 520px;
  font-size: 0.95rem;
}

.seo-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: 34px;
  align-items: start;
}

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

.seo-faq-list details {
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(233, 95, 103, 0.16);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(78, 36, 42, 0.05);
}

.seo-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 16px;
  cursor: pointer;
  color: #281014;
  font-weight: 920;
  list-style: none;
}

.seo-faq-list summary::-webkit-details-marker {
  display: none;
}

.seo-faq-list summary::after {
  content: "+";
  display: grid;
  flex: 0 0 26px;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #ffffff;
  background: #e95f67;
  border-radius: 50%;
  font-weight: 950;
  line-height: 1;
}

.seo-faq-list details[open] summary::after {
  content: "-";
}

.seo-faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: rgba(78, 36, 42, 0.72);
  font-size: 0.98rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .seo-faq-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 640px) {
  .trust-strip,
  .action-board-section,
  .mobile-demo-section,
  .app-experience-section,
  .persona-section,
  .moments-section,
  .gallery-band,
  .steps-band,
  .seo-faq-section,
  .closing-cta,
  .story-section,
  .values-band,
  .operating-band,
  .genetics-band,
  .contact-section {
    contain-intrinsic-size: 560px;
  }

  .seo-faq-list summary {
    padding: 14px;
    font-size: 0.96rem;
  }

  .seo-faq-list p {
    padding: 0 14px 14px;
    font-size: 0.92rem;
  }

  .seo-lower-section {
    padding: 24px 0 28px;
  }
}
