:root {
  --blue-900: #0d3978;
  --blue-800: #1658a8;
  --blue-700: #236fbd;
  --blue-100: #eaf4ff;
  --button-blue: linear-gradient(135deg, #1e75c8, #0f559f);
  --button-blue-solid: #1b64b0;
  --button-shadow: 0 8px 18px rgb(22 88 168 / 22%);
  --red: #ed3833;
  --teal: #0bb7ad;
  --ink: #1d2733;
  --muted: #667485;
  --line: #d9e2ee;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --warm: #efe8d9;
  --shadow: 0 16px 38px rgb(22 47 87 / 14%);
  --anchor-offset: 136px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--paper);
  box-shadow: 0 2px 16px rgb(13 57 120 / 12%);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-800);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 54px;
  height: 42px;
  place-items: center;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hotline {
  display: grid;
  gap: 4px;
  color: var(--blue-800);
  text-align: left;
}

.hotline span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-toggle {
  display: none;
  border: 0;
  color: #fff;
  background: var(--blue-800);
  border-radius: 6px;
  padding: 9px 14px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
  min-height: 48px;
  background: var(--blue-800);
}

.site-nav a {
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.site-nav a.active,
.site-nav a[aria-current="true"] {
  background: rgb(255 255 255 / 14%);
  border-bottom-color: #fff;
}

.hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgb(50 96 205 / 72%), rgb(35 207 199 / 72%)),
    url("./assets/hero-bg.jpg") center / cover;
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 690px;
  margin: 0 auto;
  padding: 58px 0 70px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 800;
}

.hero h1 {
  margin: 0;
  font-size: clamp(36px, 6vw, 70px);
  line-height: 1.05;
}

.hero-copy {
  max-width: 780px;
  margin: 20px auto 44px;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.7;
}

.hero-bubbles {
  position: relative;
  height: 270px;
  max-width: 980px;
  margin: 0 auto 22px;
}

.hero-bubbles span {
  position: absolute;
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  color: var(--blue-800);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  background: #fff;
  border: 10px solid rgb(255 255 255 / 26%);
  border-radius: 999px;
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 72%),
    0 0 0 12px rgb(255 255 255 / 10%),
    0 18px 30px rgb(20 66 120 / 16%);
  transform: translate(-50%, -50%);
}

.hero-bubbles::before,
.hero-bubbles::after {
  position: absolute;
  width: 22px;
  height: 22px;
  content: "";
  background: rgb(255 255 255 / 92%);
  border-radius: 999px;
  box-shadow:
    150px 78px 0 8px rgb(255 255 255 / 42%),
    250px 156px 0 -1px rgb(255 255 255 / 92%),
    690px 92px 0 8px rgb(255 255 255 / 42%),
    830px 150px 0 -1px rgb(255 255 255 / 92%);
}

.hero-bubbles::before {
  top: 104px;
  left: 34px;
}

.hero-bubbles::after {
  top: 92px;
  right: 76px;
}

.hero-bubbles .large {
  z-index: 1;
  width: 160px;
  height: 160px;
  font-size: 24px;
}

.hero-bubbles span:nth-child(1) {
  top: 118px;
  left: 18%;
}

.hero-bubbles span:nth-child(2) {
  top: 64px;
  left: 31%;
  width: 98px;
  height: 98px;
  font-size: 17px;
}

.hero-bubbles span:nth-child(3) {
  top: 196px;
  left: 28%;
  width: 106px;
  height: 106px;
  font-size: 17px;
}

.hero-bubbles span:nth-child(4) {
  top: 140px;
  left: 50%;
}

.hero-bubbles span:nth-child(5) {
  top: 62px;
  left: 64%;
  width: 102px;
  height: 102px;
  font-size: 17px;
}

.hero-bubbles span:nth-child(6) {
  top: 118px;
  left: 78%;
}

.hero-bubbles span:nth-child(7) {
  top: 202px;
  left: 66%;
  width: 106px;
  height: 106px;
  font-size: 17px;
}

.primary-cta,
.section-cta,
.inverse-cta {
  border: 0;
  color: #fff;
  background: var(--button-blue);
  border-radius: 4px;
  padding: 15px 34px;
  font-weight: 800;
  box-shadow: var(--button-shadow);
}

.section {
  scroll-margin-top: var(--anchor-offset);
  padding: 74px 0;
}

.section:nth-of-type(2n + 1) {
  background: var(--soft);
}

.section-heading {
  width: min(1000px, calc(100% - 32px));
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.22;
}

.section-heading h2 strong,
.section-heading h2 em {
  color: var(--red);
  font-style: normal;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.section-heading.light {
  color: #fff;
}

.section-heading.light p {
  color: rgb(255 255 255 / 84%);
}

.pain-grid,
.value-grid,
.policy-grid,
.faq-grid,
.dream-grid,
.cert-grid {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px 24px;
}

.pain-card {
  display: grid;
  gap: 10px;
  align-content: start;
}

.pain-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.pain-card h3 {
  margin: 0;
  font-size: 19px;
}

.pain-card p {
  display: -webkit-box;
  height: 4.95em;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pain-card button,
.value-grid button,
.major-table button,
.cert-grid button,
.faq-grid button,
.policy-grid button {
  border: 0;
  color: #fff;
  background: var(--button-blue);
  border-radius: 3px;
  padding: 10px 14px;
  font-weight: 700;
  box-shadow: 0 6px 14px rgb(22 88 168 / 16%);
}

.section-cta {
  display: block;
  margin: 42px auto 0;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px 58px;
}

.value-grid article {
  position: relative;
  display: grid;
  min-height: 280px;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  justify-items: center;
  padding: 78px 34px 28px;
  text-align: center;
  background: #fff;
  border: 2px solid #d0d0d0;
}

.value-icon {
  position: absolute;
  top: -48px;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  background: #fff;
  border: 2px solid #9ab4d6;
  border-radius: 999px;
}

.value-icon img {
  width: 58px;
  height: 58px;
}

.value-grid h3,
.policy-grid h3,
.faq-grid h3 {
  margin: 0;
  font-size: 24px;
}

.value-grid h3 {
  display: grid;
  gap: 4px;
  justify-items: center;
  line-height: 1.25;
  text-align: center;
}

.value-grid h3 span {
  display: block;
}

.value-grid p,
.policy-grid p,
.faq-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.value-grid p {
  min-height: 58px;
}

.value-grid button {
  width: min(230px, 100%);
  background: var(--button-blue-solid);
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 500;
}

.major-table {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  border: 1px solid #e3dbcc;
}

.major-table article {
  display: grid;
  grid-template-columns: 168px 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 82px;
  padding: 18px 24px;
  background: #f8f3ea;
  border-bottom: 1px solid #e3dbcc;
}

.major-table article:nth-child(2n) {
  background: #fff;
}

.major-table article:last-child {
  border-bottom: 0;
}

.major-table h3 {
  margin: 0;
  font-size: 23px;
}

.major-table p {
  margin: 0;
  color: #4a5664;
  line-height: 1.7;
}

.process {
  background: #fff;
}

.flow {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  overflow-x: auto;
  padding: 4px 0 10px;
}

.flow img {
  display: block;
  width: 100%;
  min-width: 760px;
  height: auto;
}

.certificate {
  padding-top: 0;
}

.certificate-band {
  position: relative;
  display: grid;
  gap: 46px;
  min-height: 560px;
  padding: 54px max(32px, calc((100% - 1180px) / 2)) 70px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgb(72 153 196 / 20%) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 24%, rgb(72 153 196 / 18%) 0 2px, transparent 3px),
    linear-gradient(115deg, transparent 0 46%, rgb(100 174 212 / 10%) 46.2% 46.6%, transparent 47%),
    linear-gradient(24deg, transparent 0 58%, rgb(100 174 212 / 9%) 58.2% 58.6%, transparent 59%),
    linear-gradient(90deg, #173b57, #1d4966 52%, #183f5c);
  background-size: auto, auto, 220px 140px, 260px 180px, auto;
}

.certificate-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

.certificate-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
}

.certificate-copy h2 span {
  color: #ff3939;
}

.certificate-copy p {
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
}

.certificate-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.certificate-screen {
  display: grid;
  justify-items: center;
}

.certificate-tablet {
  width: min(430px, 100%);
  padding: 22px 24px 28px;
  border: 18px solid #10151b;
  border-radius: 16px;
  background: #eef6f8;
  box-shadow: 0 24px 60px rgb(0 0 0 / 32%);
}

.certificate-tablet img {
  display: block;
  width: 100%;
  aspect-ratio: 1.46;
  object-fit: contain;
  background: #fff;
}

.certificate-points {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: cert-point;
}

.certificate-points li {
  counter-increment: cert-point;
  position: relative;
  padding-left: 52px;
  font-size: 19px;
  line-height: 1.9;
}

.certificate-points li::before {
  content: counter(cert-point) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.certificate-points strong {
  display: block;
  font-size: 22px;
  color: #fff;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  padding-top: 46px;
}

.cert-grid article {
  display: grid;
  gap: 22px;
  justify-items: center;
}

.cert-grid img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: contain;
  background: #fff;
}

.faq {
  background:
    linear-gradient(rgb(30 125 193 / 92%), rgb(30 125 193 / 92%)),
    url("./assets/pain-8.jpg") center / cover;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.faq-grid article {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 8px 20px rgb(9 51 91 / 18%);
}

.faq-grid h3 {
  color: var(--blue-800);
  font-size: 19px;
}

.inverse-cta {
  display: block;
  margin: 42px auto 0;
  background: var(--button-blue);
  font-size: 22px;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
}

.policy-grid article {
  display: grid;
  gap: 18px;
  padding-bottom: 28px;
  text-align: center;
  background: #fff;
  box-shadow: var(--shadow);
}

.policy-grid img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.policy-grid p {
  padding: 0 26px;
}

.policy-grid button {
  justify-self: center;
  margin-top: 6px;
}

.dream {
  scroll-margin-top: var(--anchor-offset);
  padding: 78px 0 90px;
  color: #fff;
  background:
    linear-gradient(rgb(9 16 24 / 42%), rgb(9 16 24 / 62%)),
    url("./assets/dream-bg.jpg") center / cover;
}

.dream-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.dream-grid article {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  box-shadow: 0 20px 40px rgb(0 0 0 / 24%);
}

.dream-grid img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
}

.dream-grid p {
  position: absolute;
  inset: auto 0 0;
  margin: 0;
  padding: 24px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  background: linear-gradient(transparent, rgb(0 0 0 / 76%));
}

.brand-copy {
  width: min(760px, calc(100% - 32px));
  margin: 36px auto 26px;
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
}

.dream .primary-cta {
  display: block;
  margin: 0 auto;
  background: linear-gradient(135deg, #2d8ddb, #1471bd);
}

.friend-links {
  padding: 16px 0;
  background: #e8f1fa;
  border-top: 1px solid rgb(35 111 189 / 18%);
}

.friend-links .container {
  display: flex;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  gap: 14px;
}

.friend-scroll {
  display: flex;
  gap: 18px;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.friend-scroll::-webkit-scrollbar {
  display: none;
}

.friend-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 44px;
  padding: 0;
  color: #ffffff;
  background: rgb(13 57 120 / 36%);
  border: 0;
  border-radius: 0;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.friend-arrow:hover {
  background: rgb(13 57 120 / 52%);
}

.friend-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 260px;
  min-height: 60px;
  padding: 0 24px;
  color: #12305b;
  background: #ffffff;
  border: 1px solid #c9dff8;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgb(255 255 255 / 80%) inset;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  scroll-snap-align: start;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.friend-link:hover {
  color: var(--blue-800);
  border-color: #91bff0;
}

.consult-panel {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 40;
  display: grid;
  width: min(380px, calc(100% - 32px));
  gap: 18px;
  padding: 28px;
  background: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 20px 70px rgb(0 0 0 / 22%);
  transform: translate(105%, -50%);
  transition: transform 0.24s ease;
}

.consult-panel.open {
  transform: translate(0, -50%);
}

.consult-panel h2,
.consult-panel p {
  margin: 0;
}

.consult-panel p {
  color: var(--muted);
  line-height: 1.7;
}

.consult-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  font-size: 28px;
  color: var(--muted);
  background: transparent;
}

.consult-panel form {
  display: grid;
  gap: 14px;
}

.consult-panel label {
  display: grid;
  gap: 8px;
  color: #405064;
  font-weight: 700;
}

.consult-panel input,
.consult-panel select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 12px;
}

.consult-panel form button {
  border: 0;
  color: #fff;
  background: var(--button-blue);
  border-radius: 4px;
  padding: 13px;
  font-weight: 800;
  box-shadow: var(--button-shadow);
}

.panel-mask {
  position: fixed;
  inset: 0;
  z-index: 35;
  background: rgb(6 20 38 / 44%);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 50;
  color: #fff;
  background: rgb(29 39 51 / 92%);
  border-radius: 999px;
  padding: 12px 22px;
  opacity: 0;
  transform: translate(-50%, 18px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 980px) {
  .hotline {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    flex-direction: column;
    gap: 0;
  }

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

  .site-nav a {
    justify-content: center;
    min-height: 44px;
    border-top: 1px solid rgb(255 255 255 / 18%);
  }

  .hero-inner {
    min-height: auto;
  }

  .hero-bubbles,
  .pain-grid,
  .value-grid,
  .faq-grid,
  .policy-grid,
  .dream-grid,
  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-bubbles {
    display: grid;
    height: auto;
    max-width: none;
    gap: 18px;
    margin: 0 auto 42px;
  }

  .hero-bubbles::before,
  .hero-bubbles::after {
    display: none;
  }

  .hero-bubbles span {
    position: static;
    width: 112px;
    height: 112px;
    min-height: 0;
    justify-self: center;
    font-size: 20px;
    transform: none;
  }

  .hero-bubbles .large {
    width: 132px;
    height: 132px;
    min-height: 0;
    font-size: 21px;
  }

  .major-table article,
  .certificate-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .topbar {
    min-height: 64px;
    width: min(100% - 24px, 1180px);
  }

  .brand {
    font-size: 22px;
  }

  .brand-mark {
    width: 44px;
    height: 34px;
  }

  .section {
    padding: 44px 0;
  }

  .section-heading {
    width: min(100% - 24px, 1000px);
    margin-bottom: 28px;
  }

  .section-heading h2 {
    font-size: 25px;
  }

  .section-heading p {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-inner {
    width: min(100% - 24px, 1180px);
    padding: 36px 0 44px;
  }

  .hero-bubbles,
  .pain-grid,
  .value-grid,
  .faq-grid,
  .policy-grid,
  .dream-grid,
  .cert-grid {
    width: min(100% - 24px, 1080px);
    gap: 16px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy {
    margin-bottom: 28px;
  }

  .hero-bubbles {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 28px;
  }

  .hero-bubbles span {
    width: 84px;
    height: 84px;
    border-width: 7px;
    font-size: 14px;
  }

  .hero-bubbles .large {
    width: 94px;
    height: 94px;
    font-size: 15px;
  }

  .pain-card {
    gap: 8px;
  }

  .pain-card h3 {
    font-size: 16px;
  }

  .pain-card p,
  .faq-grid p,
  .policy-grid p {
    font-size: 13px;
    line-height: 1.55;
  }

  .pain-card button,
  .value-grid button,
  .major-table button,
  .cert-grid button,
  .faq-grid button,
  .policy-grid button {
    padding: 9px 8px;
    font-size: 12px;
  }

  .value-grid {
    gap: 42px 12px;
  }

  .value-grid article {
    min-height: auto;
    gap: 9px;
    padding: 44px 12px 14px;
  }

  .value-icon {
    top: -30px;
    width: 62px;
    height: 62px;
  }

  .value-icon img {
    width: 34px;
    height: 34px;
  }

  .value-grid h3,
  .policy-grid h3,
  .faq-grid h3 {
    font-size: 16px;
    line-height: 1.35;
  }

  .value-grid p {
    min-height: 0;
    font-size: 13px;
    line-height: 1.55;
  }

  .value-grid button {
    width: 100%;
    font-size: 13px;
  }

  .major-table article {
    grid-template-columns: minmax(72px, 0.58fr) 1fr;
    gap: 8px 12px;
    padding: 14px 12px;
  }

  .major-table h3 {
    font-size: 17px;
  }

  .major-table p {
    font-size: 13px;
    line-height: 1.6;
  }

  .major-table button {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .flow {
    width: calc(100% - 24px);
  }

  .flow img {
    min-width: 0;
  }

  .hero-bubbles span:nth-child(7) {
    grid-column: 2;
  }

  .certificate-band {
    min-height: auto;
    padding: 36px 12px 42px;
  }

  .certificate-copy p {
    font-size: 17px;
  }

  .certificate-layout {
    gap: 34px;
  }

  .certificate-points li {
    padding-left: 38px;
    font-size: 16px;
  }

  .certificate-points strong {
    font-size: 18px;
  }

  .cert-grid {
    padding-top: 30px;
  }

  .cert-grid article {
    gap: 12px;
  }

  .faq-grid article {
    min-height: auto;
    gap: 8px;
    padding: 14px 12px;
  }

  .policy-grid {
    gap: 18px 12px;
  }

  .policy-grid article {
    gap: 10px;
    padding-bottom: 14px;
  }

  .policy-grid p {
    padding: 0 10px;
  }

  .dream {
    padding: 48px 0 56px;
  }

  .dream-grid article,
  .dream-grid img {
    min-height: 178px;
  }

  .dream-grid p {
    padding: 16px 12px;
    font-size: 15px;
  }

  .friend-links {
    padding: 12px 0;
  }

  .friend-links .container {
    gap: 8px;
  }

  .friend-link {
    flex-basis: 230px;
    min-height: 54px;
    padding: 0 16px;
    font-size: 16px;
  }

  .friend-arrow {
    flex-basis: 24px;
    width: 24px;
    height: 40px;
    font-size: 23px;
  }

  .brand-copy {
    width: min(100% - 24px, 760px);
    margin: 28px auto 22px;
    font-size: 16px;
  }

  .primary-cta,
  .section-cta,
  .inverse-cta {
    width: min(100%, 340px);
    padding: 14px 18px;
  }
}
