:root {
  --ink: #161b28;
  --muted: #667085;
  --deep: #101522;
  --deep-2: #202637;
  --yellow: #ffd21a;
  --yellow-2: #fff17a;
  --gold: #c49300;
  --cream: #fff8e4;
  --paper: #ffffff;
  --line: rgba(27, 34, 51, 0.1);
  --mint: #45c7a4;
  --rose: #ef7d90;
  --blue: #6fa8ff;
  --shadow: 0 28px 90px rgba(18, 23, 35, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8f9fc 0%, #f5f6fa 48%, #f7f8fb 100%);
  font-family:
    "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(22, 27, 40, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 27, 40, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  content: "";
}

button,
a {
  font: inherit;
}

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

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  display: flex;
  width: min(1180px, calc(100% - 32px));
  height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 54px rgba(20, 24, 36, 0.12);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
}

.brand,
.nav-links,
.hero-actions,
.badge-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
}

.brand img {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 210, 26, 0.5);
  border-radius: 15px;
  object-fit: cover;
}

.brand span {
  display: grid;
  line-height: 1.2;
}

.brand strong {
  font-size: 18px;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.nav-links {
  gap: 28px;
  color: #3f4657;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--gold);
}

.header-action,
.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.header-action,
.primary-button {
  border: 0;
  color: #161b2c;
  background: linear-gradient(135deg, #fff178 0%, #ffd118 68%, #f2b900 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 14px 30px rgba(255, 210, 26, 0.34);
  cursor: pointer;
}

.header-action {
  padding: 0 22px;
  font-size: 14px;
}

.primary-button,
.secondary-button {
  padding: 0 28px;
}

.secondary-button {
  border: 1px solid rgba(255, 210, 26, 0.38);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.header-action:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  display: grid;
  min-height: 780px;
  grid-template-columns: minmax(320px, 430px) minmax(0, 850px);
  gap: 64px;
  align-items: start;
  justify-content: space-between;
  overflow: hidden;
  padding: 112px max(24px, calc((100vw - 1280px) / 2)) 72px;
  background: #111728;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
}

.hero::after {
  position: absolute;
  right: -90px;
  bottom: -170px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 64px;
  content: "";
  transform: rotate(-24deg);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 430px;
  padding-top: 132px;
  color: #ffffff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.hero h1 {
  margin: 0;
  font-size: clamp(68px, 7vw, 108px);
  line-height: 1;
  letter-spacing: 0;
}

.hero-subtitle {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(26px, 2.55vw, 36px);
  font-weight: 900;
  line-height: 1.2;
}

.hero-text {
  width: min(420px, 100%);
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
}

.hero-actions {
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.badge-row {
  gap: 10px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.badge-row span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 210, 26, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 560px;
  padding: 0;
}

.app-window {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  min-height: 520px;
  grid-template-columns: 154px 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0) 18%),
    linear-gradient(135deg, #ffffff 0%, #f5f7fb 48%, #eef2f6 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 26px 70px rgba(18, 23, 35, 0.16);
}

.app-sidebar {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 14px 12px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 16%),
    linear-gradient(180deg, #252b3e 0%, #101625 100%);
}

.app-logo {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.app-logo img {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  object-fit: cover;
}

.app-logo strong,
.app-logo span {
  display: block;
}

.app-logo strong {
  font-size: 15px;
  line-height: 1.1;
}

.app-logo span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 700;
}

.app-menu {
  padding: 9px 12px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
}

.app-menu.active {
  color: #151a2c;
  background: linear-gradient(135deg, #fff7b6, #ffd627);
  box-shadow: none;
}

.app-status {
  margin-top: auto;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.app-status span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 800;
}

.app-status strong {
  color: var(--yellow);
  font-size: 15px;
}

.app-main {
  min-width: 0;
  padding: 14px;
}

.app-top {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) 158px;
  gap: 10px;
  align-items: center;
}

.app-top h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1;
}

.app-top h2 b {
  color: var(--yellow);
}

.app-top p {
  margin: 5px 0 0;
  color: #515a6e;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 5px;
}

.tutorial-pill,
.license-pill,
.current-shop {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 10px 26px rgba(50, 52, 64, 0.06);
}

.tutorial-pill {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 10px;
}

.tutorial-pill > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 14px;
  background: #fff2a6;
}

.tutorial-pill strong,
.tutorial-pill small,
.license-pill span,
.license-pill strong {
  display: block;
}

.tutorial-pill small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.license-pill {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 12px;
}

.license-pill span {
  color: var(--muted);
  font-size: 11px;
}

.license-pill b {
  float: right;
  padding: 1px 8px;
  border-radius: 999px;
  color: #11824c;
  background: #dcf8e9;
}

.license-pill strong {
  margin-top: 0;
  font-size: 12px;
}

.exit-button {
  display: none;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  color: #171b2b;
  background: var(--yellow);
  font-weight: 900;
}

.current-shop {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
  padding: 10px 13px;
  font-size: 12px;
}

.current-shop span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(255, 210, 26, 0.16);
}

.current-shop b {
  color: #ba8d00;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 12px;
}

.module-card {
  min-height: 122px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 12px 30px rgba(57, 57, 71, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.module-card:hover {
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 16px 40px rgba(57, 57, 71, 0.1);
  transform: translateY(-2px);
}

.module-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 13px;
  font-size: 17px;
  box-shadow: 0 8px 18px rgba(26, 31, 45, 0.1);
}

.module-icon.yellow {
  background: linear-gradient(135deg, #fff6a8, #f2d25b);
}

.module-icon.blue {
  background: linear-gradient(135deg, #fff0b5, #b7d5f6);
}

.module-icon.green {
  background: linear-gradient(135deg, #fff3a7, #b8e7bb);
}

.module-icon.orange {
  background: linear-gradient(135deg, #fff0a6, #f5c09b);
}

.module-icon.rose {
  background: linear-gradient(135deg, #fff3ab, #f6c0d2);
}

.module-icon.violet {
  background: linear-gradient(135deg, #fff2a8, #d9c2f0);
}

.module-icon.agency {
  background: linear-gradient(135deg, #fff178, #ffd118);
}

.module-card h3 {
  margin: 7px 0 3px;
  font-size: 15px;
  line-height: 1.2;
}

.module-card p {
  margin: 0;
  color: var(--muted);
  font-size: 10.2px;
  font-weight: 700;
  line-height: 1.42;
}

.module-card div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.module-card div:last-child span,
.module-card div:last-child b {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 999px;
}

.module-card div:last-child span {
  padding: 0 10px;
  color: #8c6d00;
  background: #fff3ad;
  font-size: 10.5px;
  font-weight: 900;
}

.module-card div:last-child b {
  width: 24px;
  justify-content: center;
  color: #8c6d00;
  background: #fff3ad;
}

.module-card.agency-card {
  grid-column: 1 / -1;
  display: grid;
  min-height: auto;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 11px;
  background:
    linear-gradient(135deg, rgba(255, 210, 26, 0.18), rgba(255, 255, 255, 0.82));
}

.module-card.agency-card h3 {
  margin: 0 0 2px;
}

.module-card.agency-card div:last-child {
  margin-top: 0;
}

.quick-proof {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(1180px, calc(100% - 32px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 42px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 24px 70px rgba(31, 35, 49, 0.1);
}

.quick-proof div {
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

.quick-proof strong {
  display: block;
  font-size: 30px;
  line-height: 1.1;
}

.quick-proof span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.section,
.cta-section,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding-top: 110px;
}

.section-heading {
  width: min(720px, 100%);
  margin-bottom: 38px;
}

.scenes-section .section-heading {
  width: min(1040px, 100%);
}

.section h2,
.cta-section h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.16;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.local-section p,
.cta-section p {
  color: var(--muted);
  font-size: 17px;
}

.feature-grid,
.scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid article,
.scene-grid article,
.local-list p {
  position: relative;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72));
  box-shadow: 0 20px 58px rgba(31, 35, 49, 0.08);
}

.feature-grid article::before,
.scene-grid article::before,
.local-list p::before {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 210, 26, 0.72), transparent);
  content: "";
}

.feature-grid article {
  min-height: 220px;
  overflow: hidden;
  padding: 26px;
}

.feature-grid article::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 210, 26, 0.38);
  border-radius: 16px;
  content: "";
  transform: rotate(-12deg);
}

.feature-grid article > span {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 210, 26, 0.16);
  font-size: 13px;
  font-weight: 900;
}

.feature-grid .agency-feature {
  grid-column: 1 / -1;
  min-height: auto;
  padding-right: 180px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.92), rgba(255, 210, 26, 0.13)),
    rgba(255, 255, 255, 0.8);
}

.feature-grid .agency-feature::after {
  width: 88px;
  height: 88px;
  border-color: rgba(255, 210, 26, 0.5);
  border-radius: 28px;
}

.feature-grid h3,
.scene-grid h3 {
  margin: 12px 0 8px;
  font-size: 21px;
  line-height: 1.3;
}

.feature-grid p,
.scene-grid p {
  margin: 0;
  color: var(--muted);
}

.local-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
  padding-bottom: 4px;
}

.local-list {
  display: grid;
  gap: 14px;
}

.local-list p {
  padding: 22px 24px;
  font-weight: 800;
}

.scene-grid article {
  min-height: 190px;
  padding: 26px;
}

.scene-grid article:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 247, 250, 0.76));
}

.scene-grid article:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(237, 247, 244, 0.78));
}

.scene-grid article:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(241, 246, 255, 0.78));
}

.cta-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 28px;
  align-items: center;
  margin-top: 96px;
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  color: #ffffff;
  background:
    linear-gradient(108deg, transparent 0 70%, rgba(255, 255, 255, 0.08) 70% 100%),
    linear-gradient(135deg, #151a2c, #282d3d);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 26px 80px rgba(20, 24, 36, 0.18);
  overflow: hidden;
}

.cta-section::before {
  position: absolute;
  top: 0;
  right: 48px;
  left: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 210, 26, 0.62), transparent);
  content: "";
}

.cta-section h2 {
  color: #ffffff;
  max-width: 860px;
}

.cta-section p {
  margin-bottom: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-tags {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

.contact-tags span {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid rgba(255, 210, 26, 0.26);
  border-radius: 999px;
  color: #ffe36a;
  background: rgba(255, 210, 26, 0.08);
  font-size: 15px;
  font-weight: 900;
}

.cta-section .primary-button {
  width: 150px;
  min-width: 150px;
  justify-self: end;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 34px 0 42px;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 72px;
    background:
      linear-gradient(180deg, #151a2c 0%, #151a2c 100%);
  }

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

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

  .app-window {
    left: 0;
    right: auto;
    width: 100%;
  }
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 112px;
  }

  .app-window {
    top: 68px;
    grid-template-columns: 136px 1fr;
  }

  .app-top {
    grid-template-columns: 1fr;
  }

  .exit-button {
    width: max-content;
    padding: 0 22px;
  }

  .module-grid,
  .feature-grid,
  .scene-grid,
  .quick-proof,
  .local-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .module-card.agency-card {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .module-card.agency-card div:last-child {
    grid-column: 2;
    justify-content: flex-start;
  }

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

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    height: 58px;
    border-radius: 18px;
    padding: 0 10px 0 12px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 16px;
  }

  .header-action {
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px;
  }

  .hero {
    display: block;
    min-height: auto;
    padding: 92px 18px 44px;
    background:
      linear-gradient(180deg, #151a2c 0%, #151a2c 100%);
  }

  .hero::before {
    background-size: 46px 46px;
  }

  .hero::after {
    display: none;
  }

  .hero h1 {
    font-size: clamp(56px, 17vw, 68px);
  }

  .hero-subtitle {
    margin-top: 14px;
    font-size: 24px;
  }

  .hero-text {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.72;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .eyebrow::before {
    width: 20px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
    min-height: 44px;
  }

  .badge-row {
    gap: 8px;
    margin-top: 18px;
  }

  .badge-row span {
    padding: 7px 10px;
    font-size: 12px;
  }

  .hero-visual {
    height: auto;
    min-height: 0;
    margin-top: 30px;
    overflow: visible;
  }

  .app-window {
    position: relative;
    top: 0;
    left: auto;
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 24px;
    transform: none;
  }

  .app-sidebar {
    display: none;
  }

  .app-main {
    padding: 14px;
  }

  .app-top {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .app-top h2 {
    font-size: 24px;
  }

  .app-top p {
    font-size: 11px;
    letter-spacing: 4px;
  }

  .tutorial-pill {
    padding: 8px;
  }

  .tutorial-pill > span {
    width: 30px;
    height: 30px;
  }

  .tutorial-pill strong {
    font-size: 13px;
  }

  .tutorial-pill small {
    display: none;
  }

  .license-pill {
    display: none;
  }

  .current-shop {
    align-items: flex-start;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.45;
  }

  .current-shop span {
    flex: 0 0 auto;
    margin-top: 4px;
  }

  .module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
  }

  .module-card {
    min-height: 98px;
    padding: 12px;
    border-radius: 16px;
  }

  .module-card h3 {
    margin-top: 8px;
    font-size: 15px;
  }

  .module-card p {
    display: none;
  }

  .module-card div:last-child {
    margin-top: 8px;
  }

  .module-card:nth-of-type(5),
  .module-card:nth-of-type(6) {
    display: none;
  }

  .module-card:nth-of-type(3),
  .module-card:nth-of-type(4) {
    display: none;
  }

  .module-card.agency-card {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    min-height: auto;
    padding: 12px;
  }

  .module-card.agency-card p {
    display: block;
    font-size: 11px;
  }

  .module-card.agency-card div:last-child {
    grid-column: 2;
    justify-content: flex-start;
  }

  .quick-proof,
  .feature-grid,
  .scene-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid .agency-feature {
    padding-right: 26px;
  }

  .feature-grid .agency-feature::after {
    opacity: 0.35;
  }

  .quick-proof {
    margin-top: 18px;
    border-radius: 20px;
  }

  .quick-proof div {
    padding: 18px;
  }

  .quick-proof strong {
    font-size: 24px;
  }

  .quick-proof span {
    font-size: 13px;
  }

  .section {
    padding-top: 64px;
  }

  .section h2,
  .cta-section h2 {
    font-size: 30px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .feature-grid,
  .scene-grid,
  .local-list {
    gap: 12px;
  }

  .feature-grid article,
  .scene-grid article,
  .local-list p {
    border-radius: 20px;
  }

  .feature-grid article,
  .scene-grid article {
    min-height: auto;
    padding: 20px;
  }

  .feature-grid h3,
  .scene-grid h3 {
    font-size: 19px;
  }

  .feature-grid p,
  .scene-grid p,
  .local-section p,
  .cta-section p {
    font-size: 15px;
  }

  .local-list p {
    padding: 18px;
  }

  .cta-section,
  .site-footer {
    align-items: flex-start;
  }

  .cta-section {
    grid-template-columns: 1fr;
    margin-top: 64px;
    padding: 24px;
    border-radius: 24px;
  }

  .cta-section .primary-button {
    width: 100%;
    justify-self: stretch;
  }

  .site-footer {
    flex-direction: column;
    gap: 8px;
    padding-bottom: 30px;
  }
}
