:root {
  color-scheme: light;
  --ink: #031e57;
  --muted: #2f4a77;
  --soft: #fff9ec;
  --cream: #ecdec7;
  --honey: #ffd077;
  --otter: #e59f2b;
  --otter-dark: #783207;
  --blue: #007cff;
  --navy: #031e57;
  --steel: #2f4a77;
  --aqua: #b9eeff;
  --mint: #fff1c7;
  --panel: rgba(255, 255, 255, 0.74);
  --line: rgba(3, 30, 87, 0.14);
  --shadow: 0 28px 80px rgba(3, 30, 87, 0.18);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 18% 10%, rgba(0, 124, 255, 0.12), transparent 25rem),
    radial-gradient(circle at 86% 4%, rgba(255, 208, 119, 0.8), transparent 30rem),
    linear-gradient(180deg, #fffaf1 0%, #fff2d7 48%, #ecdec7 100%);
  color: var(--ink);
  margin: 0;
}

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

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

.site-header {
  align-items: center;
  backdrop-filter: blur(24px);
  background: rgba(255, 250, 241, 0.84);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 18px 56px rgba(3, 30, 87, 0.12);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  left: clamp(14px, 3vw, 34px);
  min-height: 68px;
  padding: 10px 14px;
  position: fixed;
  right: clamp(14px, 3vw, 34px);
  top: 18px;
  z-index: 50;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 860;
  gap: 10px;
}

.brand-cluster {
  align-items: center;
  display: inline-flex;
  gap: 14px;
  justify-self: start;
}

.brand img {
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(3, 30, 87, 0.14);
  height: 42px;
  width: 42px;
}

.language-switch {
  align-items: center;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  gap: 2px;
  padding: 4px;
}

.language-switch a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 8px 10px;
}

.language-switch a.is-active {
  background: var(--navy);
  color: #fff;
}

nav {
  color: var(--muted);
  display: flex;
  font-size: 14px;
  font-weight: 780;
  gap: 26px;
}

nav a:hover,
footer a:hover {
  color: var(--blue);
}

.nav-cta,
.primary-button,
.secondary-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 880;
  justify-content: center;
  min-height: 52px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.nav-cta {
  background: var(--navy);
  color: #fff;
  justify-self: end;
  padding: 0 20px;
}

.primary-button {
  background: linear-gradient(135deg, var(--blue), var(--steel));
  box-shadow: 0 18px 42px rgba(0, 124, 255, 0.22);
  color: #fff;
  padding: 0 26px;
}

.secondary-button {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 0 24px;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(0, 124, 255, 0.32);
  outline-offset: 4px;
}

.hero,
.problem-section,
.chat-section,
.experience-lab,
.journey,
.features-section,
.trust-section,
.final-cta,
.page-hero,
.about-story,
.proof-section,
.research-section,
.credential-section,
.contact-grid,
footer {
  padding-left: clamp(20px, 6vw, 92px);
  padding-right: clamp(20px, 6vw, 92px);
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(38px, 7vw, 92px);
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 0.82fr);
  min-height: 100vh;
  padding-bottom: 80px;
  padding-top: 126px;
  position: relative;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(3, 30, 87, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(3, 30, 87, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  inset: 0;
  mask-image: radial-gradient(circle at 72% 46%, #000 0%, transparent 54%);
  pointer-events: none;
  position: absolute;
}

.hero-copy,
.hero-product {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.zh-site .eyebrow,
.zh-site .section-kicker {
  text-transform: none;
}

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

h1 {
  color: var(--navy);
  font-size: clamp(56px, 7.7vw, 118px);
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 28px;
}

.zh-site .hero h1 {
  font-size: clamp(42px, 4.8vw, 74px);
  line-height: 1.16;
  margin-bottom: 30px;
  max-width: 980px;
}

h2 {
  color: var(--navy);
  font-size: clamp(34px, 5vw, 70px);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 20px;
}

h3 {
  color: var(--ink);
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.lede {
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.trust-row,
.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span,
.mini-list span {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 820;
  padding: 10px 14px;
}

.launch-note {
  align-items: start;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--line);
  border-radius: 22px;
  display: grid;
  gap: 6px;
  margin-top: 22px;
  max-width: 640px;
  padding: 18px 20px;
}

.launch-note strong {
  color: var(--navy);
}

.launch-note span {
  color: var(--muted);
  line-height: 1.55;
}

.hero-product {
  align-items: center;
  display: grid;
  justify-items: center;
  min-height: 720px;
}

.hero-product::before {
  background:
    linear-gradient(90deg, rgba(3, 30, 87, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(3, 30, 87, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  border-radius: 34px;
  content: "";
  inset: 4% 0 2% 8%;
  mask-image: radial-gradient(circle, #000 42%, transparent 72%);
  position: absolute;
}

.hero-phone-shell {
  background: #101827;
  border: 12px solid #101827;
  border-radius: 46px;
  box-shadow: var(--shadow);
  max-width: min(370px, 72%);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.hero-phone-shell::before {
  background: #101827;
  border-radius: 0 0 18px 18px;
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 112px;
  z-index: 2;
}

.zh-site .poster-shell {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.zh-site .poster-shell::before {
  display: none;
}

.zh-site .hero-product-note {
  display: none;
}

.hero-phone-shell img {
  aspect-ratio: 1179 / 2556;
  object-fit: cover;
  width: 100%;
}

.hero-product-note {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(3, 30, 87, 0.13);
  display: grid;
  gap: 6px;
  max-width: 250px;
  padding: 18px 20px;
  position: absolute;
  z-index: 3;
}

.hero-product-note span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-product-note strong {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.12;
}

.note-top {
  left: 0;
  top: 14%;
}

.note-bottom {
  bottom: 12%;
  right: 0;
}

.problem-section,
.features-section {
  padding-bottom: 96px;
  padding-top: 96px;
}

.section-copy {
  margin-bottom: 42px;
  max-width: 960px;
}

.section-copy p,
.split-copy p,
.trust-section p,
.about-story p,
.contact-grid p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.value-grid,
.feature-showcase {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.value-grid article,
.feature-showcase article,
.contact-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 18px 54px rgba(3, 30, 87, 0.1);
  min-height: 270px;
  padding: clamp(24px, 3vw, 34px);
}

.feature-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--honey), var(--otter));
  border-radius: 18px;
  color: var(--otter-dark);
  display: inline-flex;
  font-weight: 900;
  height: 54px;
  justify-content: center;
  margin-bottom: 28px;
  width: 54px;
}

.value-grid p,
.feature-showcase p,
.journey-flow p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.chat-section {
  align-items: center;
  background:
    radial-gradient(circle at 24% 28%, rgba(0, 124, 255, 0.14), transparent 22rem),
    linear-gradient(180deg, var(--soft), var(--cream));
  display: grid;
  gap: clamp(42px, 8vw, 108px);
  grid-template-columns: minmax(320px, 0.78fr) minmax(320px, 0.92fr);
  overflow: hidden;
  padding-bottom: 110px;
  padding-top: 110px;
}

.phone-stage {
  min-height: 700px;
  position: relative;
}

.zh-site .phone-stage {
  display: grid;
  gap: 18px;
  justify-items: center;
  min-height: auto;
}

.phone-frame {
  background: var(--navy);
  border: 12px solid var(--navy);
  border-radius: 46px;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 370px;
  overflow: hidden;
  position: relative;
}

.phone-frame::before {
  background: var(--navy);
  border-radius: 0 0 18px 18px;
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 112px;
  z-index: 2;
}

.phone-frame img {
  aspect-ratio: 1179 / 2556;
  object-fit: cover;
  width: 100%;
}

.chat-bubble-card {
  background: var(--ink);
  border-radius: 24px;
  bottom: 42px;
  box-shadow: var(--shadow);
  color: var(--soft);
  max-width: 330px;
  padding: 24px;
  position: absolute;
  right: 0;
}

.zh-site .chat-bubble-card {
  max-width: 370px;
  position: static;
}

.chat-bubble-card span,
.journey-flow span {
  color: var(--aqua);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.chat-bubble-card strong {
  display: block;
  font-size: 25px;
  line-height: 1.08;
}

.split-copy {
  max-width: 760px;
}

.experience-lab {
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 208, 119, 0.5), transparent 23rem),
    linear-gradient(180deg, var(--cream), var(--soft));
  padding-bottom: 106px;
  padding-top: 106px;
}

.scenario-shell {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(250px, 0.34fr) minmax(320px, 1fr);
}

.scenario-tabs {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line);
  border-radius: 26px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.scenario-tab {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 18px;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-weight: 860;
  min-height: 58px;
  padding: 0 18px;
  text-align: left;
  transition:
    background 180ms ease,
    border 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.scenario-tab:hover {
  transform: translateX(2px);
}

.scenario-tab.is-active {
  background: #fff;
  border-color: var(--line);
  box-shadow: 0 16px 34px rgba(3, 30, 87, 0.1);
  color: var(--otter-dark);
}

.scenario-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68)),
    radial-gradient(circle at 88% 0%, rgba(147, 226, 238, 0.34), transparent 16rem);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  padding: clamp(26px, 4vw, 44px);
}

.scenario-card > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.scenario-card h3 {
  color: var(--otter-dark);
  font-size: clamp(28px, 3.4vw, 46px);
  margin-bottom: 2px;
}

.scenario-card > p {
  background: var(--honey);
  border-radius: 24px 24px 24px 6px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 0;
  max-width: 680px;
  padding: 22px;
}

.scenario-response {
  background: var(--ink);
  border-radius: 24px 24px 6px 24px;
  color: var(--soft);
  justify-self: end;
  max-width: 720px;
  padding: 24px;
}

.scenario-response strong {
  color: var(--aqua);
  display: block;
  margin-bottom: 10px;
}

.scenario-response p {
  color: rgba(255, 250, 241, 0.86);
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 0;
}

.journey {
  background: var(--soft);
  padding-bottom: 102px;
  padding-top: 102px;
}

.journey-flow {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journey-flow article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 22px;
  min-height: 280px;
  padding: 28px;
}

.journey-flow span {
  color: var(--otter);
}

.journey-flow strong {
  color: var(--otter-dark);
  display: block;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.feature-showcase {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.feature-card {
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: 12px;
}

.feature-card img {
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.zh-site .feature-card img {
  object-position: center center;
}

.feature-card div {
  padding: 4px 8px 10px;
}

.feature-card span {
  color: var(--blue);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.trust-section {
  align-items: start;
  background: var(--blue);
  color: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(280px, 0.8fr) minmax(280px, 1fr);
  padding-bottom: 84px;
  padding-top: 84px;
}

.trust-section h2,
.trust-section .section-kicker {
  color: var(--soft);
}

.trust-section p {
  color: rgba(255, 250, 241, 0.82);
}

.final-cta {
  align-items: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 124, 255, 0.14), transparent 24rem),
    linear-gradient(180deg, var(--soft), var(--honey));
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  text-align: center;
}

.final-cta img {
  border-radius: 28px;
  box-shadow: 0 16px 42px rgba(3, 30, 87, 0.16);
  height: 96px;
  margin-bottom: 24px;
  width: 96px;
}

.final-cta h2 {
  max-width: 920px;
}

.page-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 124, 255, 0.13), transparent 24rem),
    linear-gradient(180deg, var(--soft), var(--cream));
  padding-bottom: 86px;
  padding-top: 150px;
}

.page-hero h1 {
  max-width: 980px;
}

.zh-site .page-hero h1 {
  font-size: clamp(40px, 4vw, 60px);
  line-height: 1.22;
  margin-bottom: 34px;
  max-width: 1180px;
}

.zh-site .page-hero .lede {
  max-width: 980px;
}

.about-story {
  align-items: center;
  display: grid;
  gap: clamp(38px, 7vw, 94px);
  grid-template-columns: minmax(280px, 0.85fr) minmax(280px, 0.75fr);
  padding-bottom: 100px;
  padding-top: 100px;
}

.about-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 28px;
}

.about-card img {
  border-radius: 24px;
  width: 100%;
}

.proof-section {
  background: var(--soft);
  padding-bottom: 100px;
  padding-top: 100px;
}

.credential-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 208, 119, 0.26), transparent 20rem),
    linear-gradient(180deg, var(--soft), #fffaf1);
  padding-bottom: 100px;
  padding-top: 100px;
}

.advisor-section {
  background: var(--cream);
}

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

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

.credential-grid article {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(3, 30, 87, 0.1);
  min-height: 330px;
  padding: clamp(24px, 3vw, 34px);
}

.credential-grid span {
  color: var(--blue);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.credential-grid p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}

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

.proof-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(3, 30, 87, 0.1);
  min-height: 280px;
  padding: clamp(24px, 3vw, 34px);
}

.proof-card span {
  color: var(--blue);
  display: block;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 920;
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 18px;
}

.proof-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.research-section {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 208, 119, 0.22), transparent 24rem),
    linear-gradient(180deg, var(--navy), var(--steel));
  color: var(--soft);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(280px, 0.8fr) minmax(280px, 1fr);
  padding-bottom: 100px;
  padding-top: 100px;
}

.research-section h2,
.research-section .section-kicker {
  color: var(--soft);
}

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

.research-list article {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 22px;
  padding: 24px;
}

.research-list h3 {
  color: var(--honey);
  font-size: 22px;
}

.research-list p {
  color: rgba(255, 250, 241, 0.82);
  font-size: 17px;
  line-height: 1.68;
}

.contact-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: 100px;
  padding-top: 100px;
}

footer {
  align-items: center;
  background: var(--soft);
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  min-height: 96px;
}

@media (max-width: 1100px) {
  .hero,
  .chat-section,
  .scenario-shell,
  .trust-section,
  .research-section,
  .about-story {
    grid-template-columns: 1fr;
  }

  .value-grid,
  .feature-showcase,
  .journey-flow,
  .proof-grid,
  .credential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .phone-stage {
    min-height: 660px;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    left: 12px;
    min-height: 60px;
    right: 12px;
    top: 10px;
  }

  nav,
  .brand span {
    display: none;
  }

  .brand-cluster {
    gap: 8px;
  }

  .language-switch a {
    padding: 8px 9px;
  }

  .nav-cta {
    min-height: 42px;
    padding: 0 16px;
  }

  .hero {
    min-height: auto;
    padding-top: 106px;
  }

  h1 {
    font-size: 48px;
    line-height: 0.96;
  }

  .zh-site .hero h1 {
    font-size: 40px;
    line-height: 1.18;
  }

  .zh-site .page-hero h1 {
    font-size: 36px;
    line-height: 1.22;
    margin-bottom: 28px;
  }

  h2 {
    font-size: 38px;
    line-height: 1;
  }

  .hero-actions,
  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-row span {
    justify-content: center;
    text-align: center;
  }

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

  .hero-phone-shell {
    max-width: min(320px, 84vw);
  }

  .hero-product-note {
    max-width: 216px;
    padding: 15px 16px;
  }

  .hero-product-note strong {
    font-size: 17px;
  }

  .note-top {
    left: 0;
    top: 8%;
  }

  .note-bottom {
    bottom: 8%;
    right: 0;
  }

  .problem-section,
  .features-section,
  .chat-section,
  .experience-lab,
  .journey,
  .page-hero,
  .about-story,
  .proof-section,
  .research-section,
  .credential-section,
  .contact-grid {
    padding-bottom: 68px;
    padding-top: 68px;
  }

  .page-hero {
    padding-top: 112px;
  }

  .value-grid,
  .feature-showcase,
  .journey-flow,
  .proof-grid,
  .credential-grid,
  .scenario-shell,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .scenario-tabs {
    display: flex;
    overflow-x: auto;
  }

  .scenario-tab {
    min-width: 190px;
    text-align: center;
  }

  .scenario-tab:hover {
    transform: none;
  }

  .value-grid article,
  .feature-showcase article,
  .journey-flow article,
  .proof-card,
  .credential-grid article {
    min-height: auto;
  }

  .phone-stage {
    min-height: 640px;
  }

  .phone-frame {
    max-width: min(330px, 88vw);
  }

  .chat-bubble-card {
    bottom: 0;
    left: 0;
    max-width: none;
    right: 0;
  }

  .trust-section {
    padding-bottom: 68px;
    padding-top: 68px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 28px;
    padding-top: 28px;
  }
}
