:root {
  --paper: #f6f3ed;
  --paper-soft: #fbfaf6;
  --ink: #161616;
  --muted: #6f6a62;
  --line: rgba(38, 30, 20, .12);
  --gold: #b8a98f;
  --black: #030303;
  --white: #fffefa;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 24px 80px rgba(42, 32, 20, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 88px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(17, 17, 17, .04);
}

.nav-inner {
  width: min(100%, 1400px);
  height: 100%;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.brand {
  justify-self: start;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

.desktop-nav {
  display: flex;
  gap: clamp(42px, 5.4vw, 86px);
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a,
.login-link {
  transition: opacity .2s ease, color .2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.active,
.login-link:hover {
  opacity: .62;
}

.login-link {
  justify-self: end;
  font-size: 14px;
  font-weight: 700;
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.menu-button {
  display: none;
}

.section {
  padding: clamp(96px, 12vw, 180px) 24px;
}

.section-tight {
  padding: clamp(76px, 8vw, 128px) 24px;
}

.container {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.wide-container {
  width: min(1260px, 100%);
  margin: 0 auto;
}

.center {
  text-align: center;
}

.kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}

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

.hero-title {
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 1.05;
  font-weight: 760;
  letter-spacing: -.04em;
}

.section-title {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.18;
  font-weight: 780;
  letter-spacing: -.03em;
}

.section-copy {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--muted);
  font-weight: 700;
}

.btn-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.button {
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  color: var(--white);
  font-weight: 800;
  border: 1px solid transparent;
  box-shadow: 0 16px 34px rgba(17, 17, 17, .12);
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
  cursor: pointer;
  font: inherit;
  appearance: none;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(17, 17, 17, .16);
}

.button.light {
  background: rgba(255, 254, 250, .94);
  color: var(--ink);
  border-color: rgba(17, 17, 17, .1);
}

.button.ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, .54);
  box-shadow: none;
}

.home-hero {
  min-height: 1180px;
  padding: clamp(76px, 7.5vw, 126px) 24px 0;
  text-align: center;
}

.home-hero .section-copy {
  font-size: 18px;
  max-width: 760px;
}

.home-hero .btn-row {
  margin-top: 36px;
}

.hero-image-card {
  width: min(1040px, 100%);
  aspect-ratio: 1702 / 924;
  margin: 28px auto 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(70, 48, 24, .16);
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 34px;
}

.service-card,
.step-card,
.about-card {
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 254, 250, .74);
  box-shadow: 0 18px 60px rgba(41, 32, 20, .06);
}

.service-card {
  padding: 54px 24px 42px;
  text-align: center;
}

.card-no {
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
}

.service-card h3 {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.35;
}

.service-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.scenes-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, .92fr);
  gap: 26px;
  margin-top: 56px;
}

.image-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #ddd5c9;
}

.image-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-tile.large {
  min-height: 520px;
}

.small-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 26px;
}

.tile-copy {
  position: absolute;
  left: 32px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  color: var(--white);
}

.tile-copy h3 {
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.18;
}

.tile-copy p {
  margin-top: 8px;
  color: rgba(255, 255, 255, .78);
  font-weight: 700;
}

.image-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .58));
}

.process-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
}

.process-row.six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.step-card {
  min-height: 228px;
  padding: 34px 24px;
}

.step-card h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.25;
}

.step-card p {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.75;
}

.experience-row {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 180px;
  gap: 28px;
  align-items: center;
}

.experience-row .side {
  aspect-ratio: 1696 / 927;
  border-radius: 28px;
  overflow: hidden;
  opacity: .54;
}

.experience-row .main {
  aspect-ratio: 1672 / 941;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr .5fr .5fr;
  gap: 24px;
  margin-top: 54px;
}

.contact-card {
  position: relative;
  min-height: 250px;
  border-radius: var(--radius-md);
  overflow: hidden;
  color: var(--white);
}

.contact-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.contact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .68));
}

.contact-card .tile-copy {
  bottom: 24px;
}

.visual-hero {
  position: relative;
  min-height: calc(100vh - 88px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
}

.visual-hero.about {
  place-items: center start;
}

.visual-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 12, .16);
}

.visual-hero.about::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .14), rgba(0, 0, 0, .04));
}

.visual-copy {
  position: relative;
  z-index: 2;
  width: min(880px, calc(100% - 48px));
  text-align: center;
  padding-bottom: 8vh;
}

.visual-hero.about .visual-copy {
  margin-left: clamp(42px, 6vw, 112px);
  text-align: left;
}

.visual-copy h1 {
  font-size: clamp(36px, 4.3vw, 56px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.03em;
  overflow-wrap: anywhere;
}

.visual-copy p {
  margin: 24px auto 0;
  max-width: 720px;
  color: rgba(255, 255, 255, .88);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.visual-hero.about .visual-copy p {
  margin-left: 0;
}

.visual-copy .btn-row {
  margin-top: 28px;
}

.gallery-section {
  padding: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 780px;
}

.gallery-main,
.gallery-small {
  position: relative;
  overflow: hidden;
}

.gallery-main img,
.gallery-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.gallery-copy {
  position: absolute;
  left: clamp(28px, 4vw, 62px);
  right: 28px;
  bottom: clamp(28px, 4vw, 62px);
  z-index: 2;
  color: var(--white);
}

.gallery-copy small {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 700;
}

.gallery-copy h2,
.gallery-copy h3 {
  margin-top: 14px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  letter-spacing: -.03em;
}

.gallery-copy h3 {
  font-size: 24px;
}

.gallery-copy p {
  margin-top: 14px;
  color: rgba(255, 255, 255, .74);
  font-weight: 700;
}

.gallery-main::after,
.gallery-small::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .62));
}

.price-section,
.dark-section {
  background: #020202;
  color: var(--white);
}

.price-section {
  padding: clamp(110px, 12vw, 170px) 24px;
}

.price-section .section-copy,
.dark-section .section-copy {
  color: rgba(255, 255, 255, .58);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 70px;
}

.price-card {
  min-height: 238px;
  padding: 34px 26px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  background: rgba(255, 255, 255, .055);
}

.price-card h3 {
  font-size: 24px;
  line-height: 1.25;
}

.price-card .old {
  margin-top: 18px;
  color: rgba(255, 255, 255, .48);
  font-weight: 700;
}

.price-card .label {
  margin-top: 24px;
  color: rgba(217, 183, 106, .72);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.price-card .price {
  margin-top: 14px;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1;
  font-weight: 800;
}

.price-cta {
  margin-top: 58px;
}

.price-cta .btn-row {
  margin-top: 24px;
}

.xiaoling-hero {
  min-height: 960px;
  padding: 86px 24px 120px;
  text-align: center;
}

.mascot-stage {
  position: relative;
  width: min(760px, 100%);
  height: 300px;
  margin: 0 auto 58px;
}

.mascot {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 260px;
  transform: translateX(-50%);
  filter: drop-shadow(0 24px 36px rgba(43, 31, 20, .16));
}

.bubble {
  position: absolute;
  top: 104px;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--white);
  color: #4a4036;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(56, 43, 27, .08);
  font-size: 20px;
  font-weight: 700;
}

.bubble.left {
  left: 24px;
}

.bubble.right {
  right: 24px;
  font-size: 24px;
}

.chip-row {
  margin-top: 58px;
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}

.chip {
  padding: 10px 28px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 38px rgba(56, 43, 27, .06);
  color: #4a4036;
  font-weight: 700;
}

.chat-preview {
  display: grid;
  grid-template-columns: .92fr 1fr;
  gap: clamp(38px, 7vw, 120px);
  align-items: center;
}

.chat-copy {
  position: relative;
  min-height: 460px;
  display: grid;
  align-content: center;
}

.peek {
  width: 90px;
  margin-bottom: 28px;
}

.chat-copy h2 {
  font-size: clamp(34px, 3.4vw, 44px);
  line-height: 1.08;
}

.chat-copy p {
  margin-top: 80px;
  font-weight: 800;
}

.chat-card {
  padding: 34px;
  border-radius: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.chat-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.chat-head img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.chat-head strong {
  display: block;
}

.chat-head span {
  display: block;
  color: #8a8177;
  font-size: 13px;
}

.message {
  max-width: 88%;
  margin: 18px 0;
  padding: 15px 18px;
  border-radius: 18px;
  font-weight: 800;
  line-height: 1.65;
}

.message.user {
  margin-left: auto;
  background: var(--black);
  color: var(--white);
  border-radius: 18px 18px 6px 18px;
}

.message.bot {
  background: #f2eee7;
  color: #4a4036;
}

.fake-input {
  margin-top: 28px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #f5f1ea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 22px;
  color: #9a9288;
  font-weight: 800;
}

.send-dot {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--black);
  color: var(--white);
}

.ability-visual {
  width: min(860px, 100%);
  margin: 54px auto 0;
  position: relative;
  padding: 34px 54px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 32px;
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 40px 90px rgba(0, 0, 0, .42);
}

.ability-visual .console {
  border-radius: 26px;
  overflow: hidden;
}

.ability-visual .mascot-small {
  position: absolute;
  width: 132px;
  left: -18px;
  bottom: -22px;
}

.ability-tabs {
  margin: 36px auto 0;
  display: flex;
  justify-content: center;
  gap: 58px;
  color: rgba(255, 255, 255, .56);
  font-weight: 700;
}

.ability-tabs span:first-child {
  color: var(--white);
  border-bottom: 2px solid #d9b76a;
}

.ai-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 54px;
}

.ai-card {
  min-height: 260px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .035);
}

.ai-card img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.ai-card h3 {
  margin-top: 54px;
  font-size: 24px;
}

.ai-card p {
  margin-top: 14px;
  color: rgba(255, 255, 255, .58);
  font-weight: 700;
}

.handoff-grid {
  display: grid;
  grid-template-columns: .95fr 1fr;
  gap: clamp(48px, 8vw, 130px);
  align-items: center;
}

.stacked-steps {
  display: grid;
  gap: 24px;
}

.stacked-steps .step-card {
  min-height: 150px;
  background: var(--white);
}

.about-spacer {
  min-height: clamp(140px, 18vw, 260px);
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 58px;
}

.about-card {
  padding: 44px 40px;
}

.about-card h3 {
  margin-top: 22px;
  font-size: 28px;
  line-height: 1.25;
}

.about-card p {
  margin-top: 20px;
  color: var(--muted);
  font-weight: 700;
}

.about-visual {
  width: min(980px, 100%);
  margin: 54px auto 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.final-cta {
  text-align: center;
}

.final-cta .btn-row {
  margin-top: 30px;
}

.hotline {
  margin-top: 26px;
  color: var(--muted);
  font-weight: 800;
}

body.modal-open {
  overflow: hidden;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  padding: 24px;
  display: grid;
  place-items: center;
  background: rgba(10, 8, 4, .58);
  backdrop-filter: blur(10px);
}

.lead-modal[hidden] {
  display: none;
}

.lead-modal-panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(88vh, 860px);
  overflow: auto;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 28px;
  background: var(--paper-soft);
  border: 1px solid rgba(255, 255, 255, .62);
  box-shadow: 0 36px 96px rgba(17, 12, 6, .28);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.modal-heading {
  max-width: 620px;
  padding-right: 44px;
}

.modal-heading h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.modal-heading p:last-child {
  margin-top: 14px;
  color: var(--muted);
  font-weight: 700;
}

.appointment-form {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.appointment-form label {
  display: grid;
  gap: 8px;
  color: #4f473f;
  font-weight: 800;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(38, 30, 20, .14);
  border-radius: 14px;
  background: var(--white);
  color: var(--ink);
  padding: 11px 14px;
  font: inherit;
  font-weight: 700;
  outline: none;
}

.appointment-form textarea {
  resize: vertical;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  border-color: rgba(184, 169, 143, .9);
  box-shadow: 0 0 0 4px rgba(184, 169, 143, .16);
}

.appointment-form .wide-field,
.appointment-form .button,
.appointment-form .lead-status {
  grid-column: 1 / -1;
}

.appointment-form .button {
  justify-self: start;
  margin-top: 4px;
}

.lead-status {
  min-height: 28px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.lead-status.success {
  color: #48735c;
}

.lead-status.error {
  color: #9f473c;
}

.site-footer {
  background: #020202;
  color: var(--white);
  padding: 118px 24px 48px;
}

.footer-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr .55fr .55fr .55fr;
  gap: clamp(38px, 7vw, 110px);
}

.footer-brand h2 {
  font-size: 28px;
  font-weight: 500;
}

.footer-brand p {
  margin-top: 52px;
  color: rgba(255, 255, 255, .58);
}

.footer-brand strong {
  display: block;
  margin-top: 42px;
  font-size: 18px;
}

.footer-col h3 {
  font-size: 14px;
  margin-bottom: 22px;
}

.footer-col a,
.footer-col span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .48);
}

.footer-bottom {
  width: min(1280px, 100%);
  margin: 72px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
}

.footer-bottom span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .66);
}

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

  .nav-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }

  .desktop-nav,
  .login-link {
    display: none;
  }

  .menu-button {
    position: fixed;
    top: 14px;
    right: 20px;
    z-index: 70;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: var(--white);
    font-weight: 900;
    font-size: 0;
  }

  .menu-button::before {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
    box-shadow: 0 -6px 0 var(--ink), 0 6px 0 var(--ink);
  }

  .mobile-nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 45;
    display: grid;
    gap: 2px;
    padding: 12px 20px 22px;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%);
    transition: transform .24s ease;
  }

  .mobile-nav a {
    padding: 14px 4px;
    font-weight: 800;
  }

  .menu-toggle:checked ~ .mobile-nav {
    transform: translateY(0);
  }

  .home-hero {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .service-cards,
  .process-row,
  .process-row.six,
  .price-grid,
  .ai-card-grid,
  .about-card-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .step-card,
  .about-card {
    min-height: auto;
  }

  .scenes-grid,
  .chat-preview,
  .handoff-grid,
  .footer-inner,
  .gallery-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .small-stack {
    grid-template-rows: auto;
  }

  .image-tile.large,
  .gallery-grid {
    min-height: auto;
  }

  .image-tile,
  .gallery-main,
  .gallery-small {
    aspect-ratio: 4 / 3;
  }

  .gallery-side {
    grid-template-columns: 1fr;
  }

  .visual-hero {
    min-height: 72vh;
  }

  .visual-copy {
    width: min(100% - 36px, 640px);
  }

  .visual-hero.about .visual-copy {
    margin: 0 auto;
    text-align: center;
  }

  .experience-row {
    grid-template-columns: 1fr;
  }

  .experience-row .side {
    display: none;
  }

  .mascot-stage {
    height: 260px;
  }

  .mascot {
    width: 210px;
  }

  .bubble {
    top: 88px;
    font-size: 15px;
    padding: 10px 14px;
  }

  .bubble.left {
    left: 0;
  }

  .bubble.right {
    right: 0;
    font-size: 15px;
  }

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

  .chat-copy {
    min-height: auto;
  }

  .chat-copy p {
    margin-top: 28px;
  }

  .ability-visual {
    padding: 20px;
  }

  .ability-tabs {
    gap: 18px;
    flex-wrap: wrap;
  }

  .footer-brand p,
  .footer-brand strong {
    margin-top: 24px;
  }

  .appointment-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .section,
  .section-tight,
  .price-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-title {
    font-size: 40px;
  }

  .visual-copy h1 {
    font-size: 34px;
    line-height: 1.18;
  }

  .visual-copy p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.8;
    word-break: break-all;
  }

  .section-title {
    font-size: 32px;
  }

  .button {
    width: 100%;
  }

  .home-hero .btn-row,
  .visual-copy .btn-row,
  .final-cta .btn-row {
    width: min(320px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .chip-row {
    gap: 12px;
  }

  .chip {
    width: 100%;
  }

  .footer-inner,
  .footer-bottom {
    text-align: left;
  }

  .lead-modal {
    padding: 14px;
    align-items: end;
  }

  .lead-modal-panel {
    max-height: 92vh;
    padding: 26px 18px 22px;
    border-radius: 22px;
  }

  .modal-heading {
    padding-right: 38px;
  }

  .appointment-form .button {
    justify-self: stretch;
  }
}
