:root {
  --blue: #263f91;
  --blue-dark: #1f2a3a;
  --green: #5ab69d;
  --green-soft: #eaf8f3;
  --text: #1f2027;
  --muted: #4f535d;
  --line: #e4e8f0;
  --surface: #ffffff;
  --shadow: 0 18px 42px rgba(28, 42, 75, 0.12);
  --font-display: "Nunito Sans", sans-serif;
  --font-body: "Manrope", sans-serif;
  --frame: min(1824px, calc(100vw - 224px));
  --header-height: 112px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  padding-top: var(--header-height);
  color: var(--text);
  background: #fff;
  font-family: var(--font-body);
  overflow-x: hidden;
}

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

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

button,
input {
  font: inherit;
}

.page-frame {
  width: var(--frame);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.99);
  border-bottom: 1px solid rgba(11, 18, 32, 0.12);
}

.nav-shell {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.brand img {
  width: 292px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.2vw, 42px);
  font-size: clamp(1.05rem, 1.18vw, 1.55rem);
  font-weight: 500;
  line-height: 1;
}

.site-nav a {
  white-space: nowrap;
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.2vw, 1.55rem);
  font-weight: 900;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.nav-cta {
  min-width: 218px;
  padding: 0 30px;
  color: #fff;
  background: var(--green);
}

.button-white {
  min-width: 300px;
  color: #050505;
  background: #fff;
}

.button-blue {
  color: #fff;
  background: var(--blue);
}

.button-outline {
  color: var(--blue);
  border: 4px solid var(--blue);
  background: #fff;
}

.button-wide {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 54px;
  height: 54px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
}

.menu-toggle span + span {
  margin-top: 7px;
}

.hero-section {
  min-height: calc(100vh - var(--header-height));
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(7, 29, 88, 0.04), rgba(7, 29, 88, 0)),
    url("./img-sindiapp/hero.jpg");
  background-position: center;
  background-size: cover;
}

.hero-content {
  min-height: calc(100vh - var(--header-height));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 118px 0 6vh;
}

.pill {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 20px;
  border: 2px solid var(--green);
  border-radius: 999px;
  color: var(--blue);
  font-family: var(--font-display);
  font-size: clamp(0.78rem, 0.88vw, 1.14rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.pill::before {
  content: "•";
  color: var(--green);
  font-size: 1.2em;
}

.pill-light {
  min-width: 374px;
  border-color: rgba(255, 255, 255, 0.82);
  color: #fff;
}

.pill-dark {
  border-color: var(--green);
  color: #fff;
}

.hero-section h1,
.section-title h2,
.feature-heading h2,
.audience-copy h2,
.compliance-copy h2,
.origin-copy h2,
.contact-copy h2,
.about-intro-copy h2 {
  margin: 0;
  color: var(--blue);
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.99;
}

.hero-section h1 {
  max-width: 760px;
  margin-top: 34px;
  color: #fff;
  font-size: clamp(3.55rem, 3.55vw, 4.82rem);
}

.hero-section h1 span,
.feature-heading h2 span,
.audience-copy h2 span,
.compliance-copy h2 span,
.origin-copy h2 span,
.contact-copy h2 span {
  display: block;
}

.green,
.hero-section h1 .green,
.section-title h2 span,
.audience-copy h2 span:last-child,
.compliance-copy h2 span:not(:first-child),
.origin-copy h2 span:last-child,
.contact-copy h2 span:last-child,
.about-intro-copy h2 span:last-child {
  color: var(--green);
}

.hero-subtitle {
  max-width: 640px;
  margin: 34px 0 0;
  color: #fff;
  font-size: clamp(1.12rem, 1.26vw, 1.68rem);
  line-height: 1.22;
}

.hero-content .button {
  margin-top: 54px;
}

.section {
  padding: 76px 0;
  background: #fff;
}

.about-intro {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 150px;
}

.about-intro > .page-frame {
  position: relative;
  z-index: 1;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 52px;
}

.floating-app {
  display: grid;
  justify-items: center;
}

.floating-app img {
  width: clamp(250px, 20vw, 380px);
  filter: drop-shadow(0 28px 34px rgba(37, 42, 52, 0.16));
}

.about-intro-copy h2 {
  font-size: clamp(3.1rem, 3.35vw, 4.45rem);
}

.about-intro-copy p {
  max-width: 820px;
  margin: 34px 0 0;
  color: #24242a;
  font-size: clamp(1.5rem, 1.7vw, 2.28rem);
  line-height: 1.34;
}

.about-intro-copy strong {
  font-weight: 900;
}

.brand-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.brand-wave img {
  width: 100%;
  min-width: 1600px;
  height: auto;
  max-width: none;
}

.section-title.centered {
  text-align: center;
}

.section-title h2 {
  font-size: clamp(3.25rem, 3.55vw, 4.8rem);
}

.section-title p:not(.pill) {
  max-width: 760px;
  margin: 22px auto 0;
  color: #282930;
  font-size: clamp(1.28rem, 1.48vw, 1.98rem);
  line-height: 1.28;
}

.section-title .pill {
  margin: 0 auto 28px;
}

.benefits-section {
  min-height: calc(100vh - var(--header-height));
  padding-top: 52px;
  padding-bottom: 62px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(26px, 2.6vw, 48px);
  margin-top: 58px;
}

.benefit-card {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 36px 30px 40px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #263f91 0%, #59b8a0 100%);
}

.benefit-icon {
  width: min(190px, 66%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 50%;
  background: #fff;
}

.benefit-icon svg {
  width: 46%;
  color: var(--green);
}

.benefit-icon svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-card h3 {
  max-width: 300px;
  margin: 0;
  color: #fff;
  font-family: var(--font-body);
  font-size: clamp(1.45rem, 1.48vw, 1.96rem);
  font-weight: 400;
  line-height: 1.32;
}

.features-section {
  padding-top: 86px;
}

.feature-heading {
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  align-items: end;
  gap: 62px;
}

.feature-heading h2 {
  margin-top: 24px;
  font-size: clamp(3.25rem, 3.75vw, 5rem);
}

.feature-heading p:not(.pill) {
  max-width: 840px;
  margin: 0;
  color: #24242a;
  font-size: clamp(1.45rem, 1.62vw, 2.14rem);
  line-height: 1.34;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(26px, 2.35vw, 44px);
  margin-top: 68px;
}

.feature-card {
  position: relative;
  min-height: 350px;
  grid-column: span 2;
  padding: 48px 34px 32px;
  border-radius: 0 0 22px 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.feature-card:nth-child(4) {
  grid-column: 2 / span 2;
  margin-top: 28px;
}

.feature-card:nth-child(5) {
  grid-column: 4 / span 2;
  margin-top: 28px;
}

.feature-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 18px;
  border-radius: 20px 20px 0 0;
  background: var(--blue);
}

.feature-card svg {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  color: var(--blue);
}

.feature-card svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3,
.plan-card h3,
.compliance-grid h3,
.audience-list h3,
.contact-copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
}

.feature-card h3 {
  font-size: clamp(1.28rem, 1.18vw, 1.58rem);
}

.feature-card p,
.feature-card li {
  color: #2a2b31;
  font-size: clamp(1rem, 1.03vw, 1.38rem);
  line-height: 1.32;
}

.feature-card p {
  margin: 16px 0 0;
}

.feature-card ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

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

.audience-grid {
  display: grid;
  grid-template-columns: 0.98fr 1fr;
  align-items: start;
  gap: 62px;
}

.audience-photo {
  width: 100%;
  height: calc(100vh - var(--header-height) - 76px);
  min-height: 650px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 28px 28px;
}

.audience-copy {
  padding-top: 10px;
}

.audience-copy h2 {
  margin-top: 28px;
  font-size: clamp(3.55rem, 3.85vw, 5.15rem);
}

.audience-lead {
  margin: 34px 0 0;
  color: #25262c;
  font-size: clamp(1.5rem, 1.62vw, 2.14rem);
  line-height: 1.26;
}

.audience-list {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.audience-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 22px 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.audience-list article:nth-child(2) {
  border-color: #d7eee8;
  background: #f4fcf9;
}

.mini-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--blue);
  background: #e9eef8;
}

.mini-icon svg {
  width: 32px;
}

.mini-icon svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.green-icon {
  color: #4fa78e;
  background: #e6f6f1;
}

.gray-icon {
  color: #1e2937;
  background: #eeeeef;
}

.audience-list h3 {
  font-size: clamp(1.2rem, 1.18vw, 1.58rem);
}

.audience-list p {
  margin: 0;
  color: #202127;
  font-size: clamp(1.08rem, 1.15vw, 1.55rem);
  line-height: 1.18;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 14px;
}

.chips span {
  padding: 5px 13px;
  border-radius: 999px;
  color: var(--blue);
  background: #e8edf7;
  font-size: clamp(0.78rem, 0.82vw, 1.08rem);
  font-weight: 900;
}

.green-chips span {
  color: #4fa78e;
  background: #dff2ec;
}

.gray-chips span {
  color: #27313d;
  background: #ececef;
}

.compliance-section {
  min-height: calc(100vh - var(--header-height));
  padding-top: 52px;
  padding-bottom: 68px;
}

.compliance-panel {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 62px;
  padding: 76px 68px 58px;
  border-radius: 32px;
  color: #fff;
  background: #1f2937;
}

.compliance-copy h2 {
  margin-top: 32px;
  color: #fff;
  font-size: clamp(3.75rem, 4.05vw, 5.45rem);
}

.compliance-copy p:not(.pill) {
  max-width: 700px;
  margin: 46px 0 0;
  color: #fff;
  font-size: clamp(1.35rem, 1.38vw, 1.86rem);
  line-height: 1.36;
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.compliance-grid article {
  min-height: 235px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
}

.compliance-grid svg {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  color: var(--green);
}

.compliance-grid svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.compliance-grid h3 {
  color: #fff;
  font-size: clamp(1.18rem, 1.16vw, 1.56rem);
  line-height: 1.2;
}

.compliance-grid p {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(1rem, 1.06vw, 1.42rem);
  line-height: 1.34;
}

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

.origin-grid {
  display: grid;
  grid-template-columns: 0.98fr 1fr;
  gap: 62px;
  align-items: start;
}

.origin-copy {
  padding-top: 34px;
}

.origin-copy h2 {
  margin-top: 28px;
  font-size: clamp(3.55rem, 3.78vw, 5rem);
}

.origin-copy p {
  max-width: 780px;
  margin: 32px 0 0;
  color: #25262c;
  font-size: clamp(1.42rem, 1.5vw, 2rem);
  line-height: 1.36;
}

.origin-copy blockquote {
  max-width: 780px;
  margin: 42px 0 0;
  padding-left: 26px;
  border-left: 7px solid var(--green);
  color: var(--blue);
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 2.45vw, 3.28rem);
  font-weight: 900;
  line-height: 1.18;
}

.origin-visual {
  position: relative;
}

.origin-visual img {
  width: 100%;
  height: calc(100vh - var(--header-height) - 76px);
  min-height: 650px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}

.origin-visual article {
  position: absolute;
  left: 52px;
  right: 52px;
  bottom: 22px;
  padding: 24px 30px;
  border-radius: 18px;
  background: #f4fffb;
}

.origin-visual strong {
  display: block;
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.1vw, 1.46rem);
  font-weight: 900;
}

.origin-visual p {
  max-width: 660px;
  margin: 10px 0 0;
  color: #222329;
  font-size: clamp(1rem, 1.08vw, 1.44rem);
  line-height: 1.22;
}

.origin-visual span {
  position: absolute;
  right: -18px;
  top: -38px;
  color: #ffc857;
  font-size: 56px;
  text-shadow: 0 0 0 #e89331;
}

.plans-section {
  min-height: calc(100vh - var(--header-height));
  padding-top: 34px;
  padding-bottom: 68px;
  overflow: hidden;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: clamp(42px, 3.2vw, 68px);
  margin-top: 112px;
}

.plan-card {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: 42px 38px 40px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.plan-card h3 {
  color: #202127;
  font-size: clamp(1.7rem, 1.75vw, 2.32rem);
  line-height: 1.2;
}

.plan-card p {
  min-height: 58px;
  margin: 22px 0 0;
  color: #25262c;
  font-size: clamp(1.08rem, 1.14vw, 1.5rem);
  line-height: 1.32;
}

.plan-card p::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 24px;
  background: #dedede;
}

.plan-card ul {
  display: grid;
  gap: 18px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  min-height: 28px;
  padding-left: 44px;
  color: #24252b;
  font-size: clamp(1.05rem, 1.12vw, 1.48rem);
  line-height: 1.2;
}

.plan-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 18px;
  font-weight: 900;
}

.plan-card .button {
  min-height: 62px;
  margin-top: auto;
  font-size: clamp(1.08rem, 1.18vw, 1.56rem);
}

.plan-featured {
  min-height: 595px;
  border: 4px solid var(--blue);
}

.popular {
  position: absolute;
  left: -4px;
  right: -4px;
  top: -56px;
  min-height: 56px;
  display: grid;
  place-items: center;
  border-radius: 22px 22px 0 0;
  color: #fff;
  background: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.3vw, 1.72rem);
  font-weight: 900;
}

.contact-section {
  min-height: calc(100vh - var(--header-height));
  padding-top: 68px;
  padding-bottom: 70px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 74px;
  align-items: start;
}

.contact-copy h2 {
  margin-top: 28px;
  font-size: clamp(3.45rem, 3.7vw, 4.95rem);
}

.contact-copy h3 {
  margin-top: 48px;
  color: #111;
  font-size: clamp(1.45rem, 1.5vw, 2rem);
}

.contact-copy > p {
  max-width: 620px;
  margin: 26px 0 0;
  color: #24252b;
  font-size: clamp(1.45rem, 1.58vw, 2.1rem);
  line-height: 1.35;
}

.contact-methods {
  display: grid;
  max-width: 440px;
  gap: 22px;
  margin-top: 32px;
}

.contact-methods a {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.contact-methods a:nth-child(2) {
  background: #f4fcf9;
}

.method-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--blue);
  background: #e8edf7;
}

.method-icon svg {
  width: 32px;
}

.method-icon svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-methods span span,
.contact-methods a > span:last-child {
  display: grid;
  color: #202127;
  font-size: clamp(0.95rem, 1.05vw, 1.38rem);
  line-height: 1.12;
}

.contact-methods strong {
  font-family: var(--font-display);
  font-weight: 900;
}

.contact-form {
  padding: 56px 56px 54px;
  border: 3px solid var(--blue);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: block;
}

.contact-form label + label,
.form-row {
  margin-top: 28px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
}

.contact-form span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.12vw, 1.5rem);
  font-weight: 900;
}

.contact-form input {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid #dfe4ed;
  border-radius: 8px;
  color: var(--text);
  background: #fafbfc;
  font-size: clamp(1rem, 1.08vw, 1.44rem);
}

.contact-form input::placeholder {
  color: rgba(32, 33, 39, 0.28);
}

.contact-form input:focus {
  outline: 3px solid rgba(90, 182, 157, 0.22);
  border-color: var(--green);
}

.contact-form .button {
  min-height: 64px;
  margin-top: 50px;
}

.form-status {
  min-height: 28px;
  margin: 18px 0 0;
  color: var(--blue);
  font-size: clamp(0.95rem, 1vw, 1.28rem);
  font-weight: 800;
  line-height: 1.35;
}

.form-status.is-error {
  color: #b42318;
}

.form-status.is-success {
  color: #247c68;
}

.site-footer {
  min-height: 240px;
  display: flex;
  align-items: center;
  color: #fff;
  background: #1f2937;
  border-bottom: 1px solid #1f2937;
}

.footer-grid {
  display: grid;
  grid-template-columns: 140px 1fr 1fr;
  align-items: center;
  gap: 56px;
}

.footer-grid > img {
  width: 120px;
  filter: brightness(0) invert(1);
}

.footer-meta p {
  margin: 0;
  color: #fff;
  font-size: clamp(1.08rem, 1.12vw, 1.48rem);
  line-height: 1.3;
}

.footer-meta strong {
  font-weight: 900;
}

.footer-grid nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(30px, 3vw, 58px);
  color: #fff;
  font-size: clamp(1.08rem, 1.12vw, 1.48rem);
}

@media (max-width: 1440px) {
  :root {
    --frame: min(1180px, calc(100vw - 96px));
    --header-height: 92px;
  }

  .nav-shell {
    min-height: 92px;
  }

  .brand img {
    width: 250px;
  }

  .site-nav {
    gap: 26px;
    font-size: 1rem;
  }

  .nav-cta {
    min-width: 172px;
    min-height: 48px;
    font-size: 1.1rem;
  }

  .hero-section,
  .hero-content {
    min-height: calc(100vh - 92px);
  }

  .hero-section h1 {
    font-size: clamp(4rem, 4.35vw, 5rem);
  }

  .hero-subtitle {
    font-size: 1.24rem;
  }

  .button,
  .nav-cta {
    min-height: 56px;
  }
}

@media (max-width: 1160px) {
  :root {
    --frame: calc(100vw - 56px);
  }

  .site-nav {
    position: fixed;
    top: 92px;
    left: 28px;
    right: 28px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    padding: 8px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .about-intro-grid,
  .feature-heading,
  .audience-grid,
  .compliance-panel,
  .origin-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid,
  .compliance-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-grid,
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .feature-card:nth-child(4),
  .feature-card:nth-child(5) {
    grid-column: auto;
    margin-top: 0;
  }

  .audience-photo,
  .origin-visual img {
    min-height: 620px;
  }

  .footer-grid nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  :root {
    --frame: calc(100vw - 28px);
    --header-height: 78px;
  }

  .nav-shell {
    min-height: 78px;
  }

  .site-nav {
    top: 78px;
    left: 14px;
    right: 14px;
  }

  .brand img {
    width: 168px;
  }

  .hero-section {
    background-position: 66% center;
  }

  .hero-section,
  .hero-content {
    min-height: calc(100vh - 78px);
  }

  .hero-content {
    padding-top: 42px;
  }

  .hero-section h1 {
    max-width: 390px;
    margin-top: 28px;
    font-size: 3.45rem;
  }

  .hero-subtitle {
    max-width: 330px;
    margin-top: 28px;
    font-size: 1.08rem;
  }

  .pill,
  .pill-light {
    min-width: 0;
    min-height: 42px;
    font-size: 0.82rem;
  }

  .button,
  .button-white {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 1.1rem;
  }

  .hero-content .button {
    margin-top: 44px;
  }

  .section,
  .features-section,
  .contact-section {
    padding: 72px 0;
  }

  .about-intro {
    min-height: auto;
    padding-top: 76px;
    padding-bottom: 128px;
  }

  .about-intro-copy h2,
  .section-title h2,
  .feature-heading h2,
  .audience-copy h2,
  .compliance-copy h2,
  .origin-copy h2,
  .contact-copy h2 {
    font-size: 2.65rem;
  }

  .about-intro-copy p,
  .section-title p:not(.pill),
  .feature-heading p:not(.pill),
  .audience-lead,
  .compliance-copy p:not(.pill),
  .origin-copy p,
  .contact-copy > p {
    font-size: 1.2rem;
  }

  .floating-app img {
    width: 230px;
  }

  .brand-wave img {
    width: 210%;
    min-width: 0;
    transform: translateX(-22%);
  }

  .benefits-grid,
  .compliance-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    min-height: 430px;
  }

  .benefit-card h3 {
    font-size: 1.85rem;
  }

  .feature-card,
  .plan-card,
  .contact-form,
  .compliance-panel {
    padding-left: 24px;
    padding-right: 24px;
  }

  .audience-photo,
  .origin-visual img {
    min-height: 420px;
  }

  .audience-list article,
  .contact-methods a {
    grid-template-columns: 48px 1fr;
    padding: 20px;
  }

  .mini-icon,
  .method-icon {
    width: 48px;
    height: 48px;
  }

  .origin-visual article {
    left: 16px;
    right: 16px;
    padding: 18px;
  }

  .origin-copy blockquote {
    font-size: 2rem;
  }

  .plans-grid {
    margin-top: 96px;
  }

  .plan-featured {
    margin-top: 70px;
  }

  .footer-grid {
    gap: 28px;
  }
}
