:root {
  --purple: #7055ca;
  --blue: #0878d1;
  --navy: #12314a;
  --ink: #3a5468;
  --muted: #6b7e8c;
  --canvas: #f7fbfc;
  --line: #d6e6ef;
  --chip-line: #cde2ef;
  --pale-blue: #eaf4ff;
  --cyan: #19c5e8;
  --green: #7ed957;
  --lime: #b8ed46;
  --peach: #f0dfd4;
  --white: #ffffff;
  --content: 1160px;
  --round-lg: 32px;
  --round-md: 24px;
  --shadow: 0 16px 36px rgba(18, 49, 74, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

h1,
h2,
h3,
.button,
.site-name,
.eyebrow,
.lead-form label {
  font-family: "Montserrat", Arial, sans-serif;
}

h2 {
  max-width: 940px;
  color: var(--navy);
  font-size: clamp(2.3rem, 4vw, 3.15rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.045em;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  height: 88px;
  border-bottom: 1px solid rgba(227, 236, 241, 0.65);
  background: var(--purple);
}

.header-inner {
  display: grid;
  grid-template-columns: 146px 32px 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(calc(100% - 92px), 1348px);
  height: 100%;
  margin: 0 auto;
}

.mirage-logo {
  display: flex;
  align-items: center;
  width: 146px;
}

.mirage-logo img {
  width: 146px;
  max-height: 39px;
  object-fit: contain;
  object-position: left center;
}

.header-mark {
  width: 32px;
  height: 3px;
  border-radius: 99px;
  background: var(--white);
}

.site-name {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 17px;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: background 160ms ease, transform 160ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: #0667b6;
  transform: translateY(-1px);
}

.section-shell,
.content-wide {
  width: min(calc(100% - 64px), var(--content));
  margin: 0 auto;
}

.section-shell {
  position: relative;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
  align-items: center;
  gap: 60px;
  min-height: 772px;
  padding: 66px 0 68px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding-left: 8px;
}

.early-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--blue);
  background: var(--pale-blue);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.35;
}

.early-badge img {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
}

.hero h1 {
  margin-top: 25px;
  color: var(--navy);
  font-size: clamp(3.15rem, 5.25vw, 4rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.055em;
}

.hero-description {
  max-width: 540px;
  margin-top: 28px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.55;
}

.hero-highlight {
  margin-top: 22px;
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.28;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 0;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.005em;
  text-align: center;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  box-shadow: 0 9px 22px rgba(18, 49, 74, 0.2);
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--blue);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #0669b8;
}

.hero-button {
  min-width: 349px;
  margin-top: 28px;
  min-height: 60px;
}

.hero-notes {
  margin-top: 27px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.22;
}

.hero-notes p + p {
  margin-top: 12px;
  font-size: 0.88rem;
}

.hero-visual,
.proposal-visual,
.growth-visual {
  position: relative;
}

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

.hero-photo {
  position: absolute;
  top: 50%;
  right: -126px;
  width: min(760px, 56vw);
  height: 547px;
  border-radius: 41px;
  object-fit: cover;
  object-position: 50% 50%;
  transform: translateY(-50%);
}

.decor {
  position: absolute;
  z-index: 2;
  width: 120px;
  height: 120px;
  pointer-events: none;
}

.decor-hero-top {
  top: 7px;
  right: 46px;
}

.decor-hero-bottom {
  bottom: 2px;
  left: 18px;
}

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

.pain {
  padding: 88px 0 48px;
}

.pain h2 {
  font-size: clamp(2.35rem, 4.15vw, 3.15rem);
}

.section-lead {
  max-width: 860px;
  margin-top: 28px;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.65;
}

.pain-lead {
  margin-top: 47px;
}

.callout {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 880px;
  margin-top: 32px;
  padding: 18px 24px;
  border-radius: 16px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}

.callout-blue {
  color: var(--blue);
  background: var(--pale-blue);
}

.callout span {
  flex: 0 0 4px;
  width: 4px;
  height: 36px;
  border-radius: 2px;
  background: var(--blue);
}

.pain-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}

.pain-card {
  min-height: 112px;
  padding: 19px 23px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--canvas);
}

.spark {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
}

.spark-blue { color: var(--blue); }
.spark-cyan { color: var(--cyan); }
.spark-green { color: var(--green); }

.pain-card h3 {
  margin-top: 17px;
  color: var(--navy);
  font-size: 0.98rem;
  font-weight: 700;
}

.section-action {
  margin-top: 40px;
}

.centered-action {
  text-align: center;
}

.button-wide {
  min-width: 426px;
}

.centered-action p {
  margin-top: 14px;
  color: #b1b1b1;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
}

.proposal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.97fr);
  align-items: center;
  gap: 76px;
  min-height: 740px;
  padding: 88px 0 80px;
}

.proposal h2 {
  max-width: 600px;
  font-size: clamp(2.2rem, 3.75vw, 2.9rem);
}

.proposal-copy .section-lead {
  max-width: 545px;
}

.feature-chips,
.audience-tags,
.curation-points {
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 610px;
  margin-top: 52px;
}

.feature-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid var(--chip-line);
  border-radius: 12px;
  color: var(--navy);
  background: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.2;
}

.feature-chips img {
  width: 10px;
  height: 10px;
}

.proposal-visual {
  min-height: 542px;
}

.proposal-photo {
  width: min(723px, 52vw);
  height: 542px;
  border-radius: 32px;
  object-fit: cover;
}

.decor-proposal-top {
  top: -60px;
  left: 84px;
}

.decor-proposal-bottom {
  right: -20px;
  bottom: -58px;
}

.benefits {
  padding: 80px 0 100px;
}

.eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-blue { color: var(--blue); }
.eyebrow-green { color: var(--green); }
.eyebrow-white { color: var(--white); }

.benefits h2 {
  margin-top: 19px;
  font-size: clamp(2.25rem, 3.75vw, 2.9rem);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 76px;
}

.benefit-card {
  display: flex;
  gap: 20px;
  min-height: 190px;
  padding: 28px 27px;
  border: 1px solid var(--line);
  border-radius: var(--round-md);
  background: var(--canvas);
}

.benefit-number {
  position: relative;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
}

.benefit-number img {
  width: 56px;
  height: 56px;
}

.benefit-number span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.benefit-card h3 {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.benefit-card p {
  margin-top: 12px;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.52;
}

.audience {
  padding: 83px 0 100px;
}

.audience-copy {
  max-width: 930px;
}

.audience h2 {
  margin-top: 20px;
  max-width: 760px;
  font-size: clamp(2.2rem, 3.65vw, 2.8rem);
}

.audience-copy .section-lead {
  max-width: 780px;
}

.audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 43px;
}

.audience-tags li {
  padding: 9px 14px;
  border: 1px solid #91d9ef;
  border-radius: 999px;
  color: var(--blue);
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.15;
}

.services-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 500px;
  background: var(--navy);
}

.services-image-wrap {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.services-image-wrap > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.services-accent {
  position: absolute;
  right: -44px;
  bottom: -41px;
  width: 120px;
  height: 120px;
}

.services-copy {
  align-self: center;
  max-width: 570px;
  padding: 73px 64px 73px 78px;
  color: #dbeaf0;
}

.services-copy h2 {
  margin-top: 17px;
  color: var(--white);
  font-size: clamp(2.05rem, 3.25vw, 2.6rem);
}

.services-copy > p:not(.services-note) {
  margin-top: 29px;
  font-size: 0.98rem;
  line-height: 1.6;
}

.button-lime {
  margin-top: 30px;
  color: var(--navy);
  background: var(--lime);
}

.button-lime:hover,
.button-lime:focus-visible {
  background: #cbf569;
}

.services-note {
  margin-top: 18px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 600;
}

.steps {
  padding: 82px 0 90px;
}

.steps h2 {
  margin-top: 18px;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 58px;
}

.step-card {
  min-height: 200px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--canvas);
}

.step-card > span {
  display: block;
  color: var(--blue);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.step-card h3 {
  margin-top: 21px;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.step-card p {
  margin-top: 10px;
  color: var(--ink);
  font-size: 0.77rem;
  line-height: 1.45;
}

.step-card-green {
  border-color: #ceefc1;
  background: #effbed;
}

.step-card-green > span { color: #54b65d; }

.growth {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
  align-items: center;
  gap: 66px;
  min-height: 680px;
  padding: 90px 0;
}

.growth h2 {
  max-width: 590px;
  margin-top: 19px;
  font-size: clamp(2.15rem, 3.65vw, 2.8rem);
}

.growth-copy .section-lead {
  max-width: 530px;
}

.growth-callout {
  display: inline-flex;
  margin-top: 34px;
  padding: 15px 20px;
  border-radius: 10px;
  color: var(--white);
  background: var(--navy);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
}

.growth-visual {
  min-height: 430px;
}

.growth-photo {
  width: min(718px, 50vw);
  height: 430px;
  border-radius: var(--round-lg);
  object-fit: cover;
}

.decor-growth {
  right: -25px;
  bottom: -42px;
}

.curation {
  padding: 85px 0 94px;
}

.curation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(380px, 0.79fr);
  align-items: center;
  gap: 80px;
}

.curation h2 {
  max-width: 660px;
  margin-top: 18px;
  font-size: clamp(2.15rem, 3.55vw, 2.75rem);
}

.curation-points {
  display: grid;
  gap: 13px;
}

.curation-points li {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--navy);
  background: var(--canvas);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
}

.curation-points span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.9rem;
}

.signup {
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(111deg, #0878d1 0%, #0878d1 42%, #19c5e8 100%);
}

.signup-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 450px);
  gap: 86px;
  width: min(calc(100% - 64px), var(--content));
  margin: 0 auto;
  padding: 76px 0 46px;
}

.signup-inner::before,
.signup-inner::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.signup-inner::before {
  top: -100px;
  right: -142px;
  width: 270px;
  height: 270px;
  border: 42px solid rgba(255, 255, 255, 0.1);
}

.signup-inner::after {
  bottom: -115px;
  left: -70px;
  width: 250px;
  height: 250px;
  border: 36px solid rgba(18, 49, 74, 0.11);
}

.signup-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

.signup-copy h2 {
  max-width: 560px;
  margin-top: 19px;
  color: var(--white);
  font-size: clamp(2.25rem, 3.85vw, 3rem);
}

.signup-copy > p:not(.privacy-note) {
  max-width: 530px;
  margin-top: 29px;
  color: var(--white);
  font-size: 1.04rem;
  line-height: 1.6;
}

.privacy-note {
  max-width: 495px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.83rem;
  line-height: 1.5;
}

.lead-form {
  position: relative;
  z-index: 1;
  padding: 31px 30px 25px;
  border-radius: 16px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.lead-form h3 {
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.lead-form > p:not(.form-feedback):not(.form-disclaimer) {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.8rem;
}

.lead-form label {
  display: block;
  margin-top: 23px;
  color: var(--navy);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.lead-form input {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  color: var(--navy);
  background: var(--white);
  font-size: 0.9rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.lead-form input::placeholder { color: #98a8b2; }

.lead-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(8, 120, 209, 0.14);
}

.form-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 24px;
}

.form-feedback {
  margin-top: 13px;
  padding: 10px;
  border-radius: 8px;
  color: #176b30;
  background: #edfbea;
  font-size: 0.78rem;
  line-height: 1.4;
}

.form-disclaimer {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.71rem;
  line-height: 1.45;
}

.signup-footer-note {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
  margin: -13px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  text-align: center;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 430px) auto;
  align-items: center;
  gap: 36px;
  width: min(calc(100% - 64px), var(--content));
  min-height: 130px;
  margin: 0 auto;
  padding: 28px 0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 17px;
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.footer-brand img {
  width: 102px;
  height: auto;
}

.footer-inner > p {
  font-size: 0.72rem;
  line-height: 1.5;
}

.footer-inner > p:last-child {
  text-align: right;
}

:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.lead-form :focus-visible {
  outline-color: var(--blue);
}

@media (max-width: 1180px) {
  .hero-photo {
    right: -42px;
    width: min(680px, 55vw);
  }

  .proposal-photo,
  .growth-photo {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .site-header { height: 76px; }

  .header-inner {
    grid-template-columns: 116px 26px 1fr auto;
    gap: 13px;
    width: min(calc(100% - 48px), var(--content));
  }

  .mirage-logo,
  .mirage-logo img { width: 116px; }

  .site-name { font-size: 1rem; }

  .header-cta {
    min-height: 39px;
    padding: 0 14px;
    font-size: 0.65rem;
  }

  .hero,
  .proposal,
  .growth,
  .curation-layout,
  .signup-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 24px;
    min-height: 0;
    padding: 55px 0 63px;
  }

  .hero-copy { padding-left: 0; }

  .hero-visual,
  .proposal-visual,
  .growth-visual {
    min-height: unset;
  }

  .hero-photo {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: min(55vw, 520px);
    transform: none;
  }

  .decor-hero-top { top: -39px; right: -20px; }
  .decor-hero-bottom { bottom: -43px; left: -25px; }

  .proposal {
    gap: 49px;
    min-height: 0;
    padding: 77px 0;
  }

  .proposal-copy .section-lead,
  .growth-copy .section-lead { max-width: none; }

  .proposal-photo,
  .growth-photo {
    width: 100%;
    height: min(68vw, 505px);
  }

  .benefit-grid { margin-top: 46px; }

  .services-section {
    grid-template-columns: 1fr;
  }

  .services-image-wrap { min-height: min(54vw, 440px); }

  .services-copy {
    max-width: none;
    padding: 63px max(24px, calc((100vw - min(100vw - 64px, var(--content))) / 2));
  }

  .growth {
    gap: 48px;
    min-height: 0;
    padding: 75px 0;
  }

  .curation-layout { gap: 42px; }

  .signup-inner { gap: 46px; }

  .signup-copy { max-width: 680px; }

  .lead-form { max-width: 520px; }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner > p:last-child {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 680px) {
  h2 {
    font-size: clamp(2rem, 9vw, 2.45rem);
    letter-spacing: -0.04em;
  }

  .section-shell,
  .content-wide,
  .signup-inner,
  .footer-inner {
    width: min(calc(100% - 40px), var(--content));
  }

  .header-inner {
    grid-template-columns: minmax(82px, 102px) 1fr auto;
    gap: 10px;
    width: calc(100% - 32px);
  }

  .mirage-logo,
  .mirage-logo img { width: 102px; }

  .header-mark { display: none; }

  .site-name {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .header-cta {
    min-height: 36px;
    padding: 0 10px;
    font-size: 0.53rem;
    white-space: nowrap;
  }

  .hero { padding: 42px 0 54px; }

  .early-badge {
    align-items: flex-start;
    border-radius: 15px;
    font-size: 0.64rem;
  }

  .early-badge img { margin-top: 3px; }

  .hero h1 {
    margin-top: 21px;
    font-size: clamp(2.75rem, 12vw, 3.5rem);
  }

  .hero-description,
  .section-lead { font-size: 0.96rem; }

  .hero-description { margin-top: 22px; }
  .hero-highlight { font-size: 1.05rem; }

  .hero-button,
  .button-wide {
    width: 100%;
    min-width: 0;
  }

  .hero-button { min-height: 56px; }

  .hero-photo {
    height: min(70vw, 390px);
    border-radius: 25px;
  }

  .decor { width: 86px; height: 86px; }
  .decor-hero-top { top: -34px; right: -12px; }
  .decor-hero-bottom { bottom: -30px; left: -14px; }

  .pain,
  .benefits,
  .steps,
  .curation { padding: 61px 0; }

  .pain-lead { margin-top: 28px; }

  .callout {
    align-items: flex-start;
    margin-top: 27px;
    padding: 17px;
    font-size: 0.93rem;
  }

  .callout span { margin-top: 3px; }

  .pain-cards,
  .benefit-grid,
  .step-grid { grid-template-columns: 1fr; }

  .pain-cards { gap: 12px; margin-top: 30px; }
  .pain-card { min-height: 96px; }
  .section-action { margin-top: 30px; }
  .centered-action p { font-size: 0.75rem; line-height: 1.5; }

  .proposal,
  .audience,
  .growth { padding: 62px 0; }

  .feature-chips { margin-top: 32px; }
  .feature-chips li { font-size: 0.72rem; }

  .proposal-photo,
  .growth-photo {
    height: min(74vw, 400px);
    border-radius: 24px;
  }

  .decor-proposal-top { top: -39px; left: 19px; }
  .decor-proposal-bottom { right: -12px; bottom: -38px; }

  .benefit-grid { grid-template-columns: 1fr; gap: 13px; }
  .benefit-card { min-height: 0; padding: 23px 20px; }
  .benefit-card p { font-size: 0.85rem; }

  .audience-tags { gap: 8px; margin-top: 31px; }
  .audience-tags li { font-size: 0.7rem; }

  .services-image-wrap { min-height: 300px; }
  .services-copy { padding: 49px 20px 55px; }
  .services-copy > p:not(.services-note) { font-size: 0.92rem; }
  .button-lime { width: 100%; font-size: 0.75rem; }

  .step-grid { margin-top: 36px; }
  .step-card { min-height: 0; padding: 21px; }

  .growth-callout { font-size: 0.76rem; }

  .curation-points li { font-size: 0.78rem; }

  .signup-inner { padding: 61px 0 39px; }
  .signup-inner::before { right: -135px; width: 230px; height: 230px; }
  .signup-copy > p:not(.privacy-note) { font-size: 0.96rem; }
  .lead-form { padding: 26px 20px 21px; }
  .signup-footer-note { margin-top: -18px; font-size: 0.68rem; line-height: 1.45; }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 17px;
    min-height: 0;
    padding: 31px 0;
  }

  .footer-inner > p:last-child { grid-column: auto; }
}

@media (max-width: 390px) {
  .site-header { height: 68px; }
  .mirage-logo,
  .mirage-logo img { width: 84px; }
  .site-name { font-size: 0.58rem; }
  .header-cta { padding: 0 8px; font-size: 0.47rem; }
  .hero h1 { font-size: 2.55rem; }
}
