:root {
  --black: #050706;
  --ink: #090909;
  --muted: #606060;
  --white: #ffffff;
  --paper: #f7f7f7;
  --blue: #a8cdf8;
  --purple: #392a3a;
  --green: #00684d;
  --dark-gray: #303338;
  --line: #dedede;
  --radius: 14px;
  --pill: 999px;
  --container: min(1504px, calc(100vw - 40px));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

.research-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 40px;
  padding: 0 12vw;
  color: #fff;
  background: #050706;
  font-size: 14px;
}
.research-bar strong { font-weight: 400; }
.research-bar a {
  justify-self: end;
  padding: 9px 22px;
  border-radius: var(--pill);
  background: #262626;
}

.nav-wrap {
  position: sticky;
  top: 24px;
  z-index: 20;
  width: var(--container);
  margin: -16px auto -72px;
}
.pill-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  height: 58px;
  padding: 6px 8px 6px 22px;
  border-radius: var(--pill);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 28px rgba(0,0,0,.16);
  backdrop-filter: blur(18px);
}
.ada-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
  color: #111;
}
.ada-logo-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 16px;
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 10px;
  border-radius: var(--pill);
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}
.nav-links a:hover,
.nav-links a:focus-visible {
  color: #050706;
  background: #edf5f4;
  outline: none;
}
.nav-chevron {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: .75;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.user-dot {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #f7f7f7;
  color: #111;
}
.user-dot svg { display: block; }
.expert-btn, .listen-btn, .dark-btn, .trust-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 0 8px 0 22px;
  border-radius: var(--pill);
  background: var(--blue);
}
.expert-btn b, .listen-btn b, .dark-btn b, .trust-btn b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #050505;
}

.hero {
  position: relative;
  min-height: 853px;
  overflow: hidden;
  color: #fff;
  background: #1a2118;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.18) 48%, rgba(0,0,0,.08) 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 80px;
  width: var(--container);
  min-height: 853px;
  margin: 0 auto;
  padding-top: 70px;
}
.hero-copy {
  max-width: 610px;
  margin-left: 110px;
}
.hero h1 {
  margin: 0 0 26px;
  font-size: clamp(54px, 5vw, 76px);
  font-weight: 400;
  line-height: 1;
}
.hero-copy p {
  width: 390px;
  margin: 0 0 28px;
  font-size: 20px;
  line-height: 1.42;
}
.canada-line {
  font-size: 14px;
  text-transform: uppercase;
}
.canada-line span { color: #f52121; margin-right: 10px; }
.hero-demo {
  position: relative;
  min-height: 420px;
}
.demo-card {
  width: min(550px, 100%);
  min-height: 380px;
  margin: 0 auto;
  padding: 28px 38px 88px;
  border-radius: 16px;
  color: #111;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  transition: opacity .28s ease, transform .28s ease;
}
.demo-card.is-transitioning {
  opacity: .72;
  transform: translateY(8px);
}
.demo-brand {
  display: inline-block;
  min-width: 120px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  transition: opacity .28s ease;
}
.demo-card.is-transitioning .demo-brand {
  opacity: .35;
}
.demo-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.demo-transcript {
  display: grid;
  gap: 22px;
  margin-top: 36px;
  max-height: 220px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.demo-turn {
  animation: demo-turn-in .35s ease;
}
@keyframes demo-turn-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.demo-speaker {
  display: block;
  margin: 0 0 10px;
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.demo-turn-body {
  margin: 0;
  font-size: 19px;
  line-height: 1.42;
}
.demo-typed {
  color: #111;
}
.demo-pending {
  color: #c8c8c8;
}
.wave {
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
  width: 56px;
  height: 30px;
  flex: 0 0 auto;
}
.wave i {
  display: block;
  width: 6px;
  border-radius: 3px;
  animation: wave-bar 1.1s ease-in-out infinite;
}
.wave i:nth-child(1) { height: 18px; background: #f0c020; animation-delay: 0s; }
.wave i:nth-child(2) { height: 28px; background: #111; animation-delay: .12s; }
.wave i:nth-child(3) { height: 14px; background: #f0c020; animation-delay: .24s; }
.wave i:nth-child(4) { height: 24px; background: #111; animation-delay: .36s; }
.wave.is-speaking i {
  animation-duration: .58s;
  opacity: 1;
}
.wave:not(.is-speaking) i {
  animation-duration: 1.5s;
  opacity: .72;
}
@keyframes wave-bar {
  0%, 100% { transform: scaleY(.55); }
  50% { transform: scaleY(1); }
}
.hero-demo .listen-btn {
  position: absolute;
  right: 120px;
  bottom: 34px;
  z-index: 2;
}

.logo-marquee-wrap {
  overflow: hidden;
  width: 100%;
  margin: 42px auto 0;
  padding: 8px 0 18px;
  background: #fff;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.logo-marquee {
  display: flex;
  align-items: center;
  gap: 72px;
  width: max-content;
  opacity: .43;
  filter: grayscale(1);
  animation: logo-marquee 42s linear infinite;
}
.logo-marquee img { max-height: 34px; width: auto; flex: 0 0 auto; }
@keyframes logo-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section-white {
  background: #fff;
  padding: 110px 0;
}
.center-head {
  width: min(1120px, calc(100vw - 40px));
  margin: 0 auto 68px;
  text-align: center;
}
.center-head h2 {
  margin: 0;
  font-size: clamp(40px, 3.6vw, 56px);
  font-weight: 400;
  line-height: 1.08;
}
.center-head p {
  max-width: 620px;
  margin: 28px auto 0;
  font-size: 20px;
  line-height: 1.45;
}
.center-head--dark { color: #fff; }

.stats-section h2 {
  max-width: 860px;
  margin: 0 auto 94px;
  text-align: center;
  font-size: clamp(42px, 3.8vw, 58px);
  font-weight: 400;
  line-height: 1.08;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: min(1120px, calc(100vw - 40px));
  margin: 0 auto;
}
.stat-grid article {
  min-height: 150px;
  padding: 0 26px;
  border-left: 18px solid #88aaa1;
  background: linear-gradient(90deg, rgba(0,0,0,.03), transparent);
}
.stat-grid strong {
  display: block;
  font-size: 62px;
  font-weight: 400;
}
.stat-grid span { font-size: 18px; }

.acx-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: min(1248px, calc(100vw - 40px));
  margin: 0 auto;
}
.acx-cards article {
  position: relative;
  min-height: 535px;
  overflow: hidden;
  border-radius: var(--radius);
  color: #fff;
  background: #111;
}
.acx-cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .86;
}
.acx-cards article::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(0,0,0,.82));
}
.acx-cards article div {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  z-index: 1;
}
.acx-cards h3 {
  margin: 0 0 16px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.08;
}
.acx-cards p { font-size: 17px; line-height: 1.45; }
.acx-cards a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #050505;
}

.industry-section {
  padding: 96px 0 110px;
  background: var(--purple);
}
.industry-grid {
  display: grid;
  grid-template-columns: 235px 1fr;
  gap: 20px;
  width: var(--container);
  margin: 0 auto;
}
.industry-panels {
  position: relative;
  height: 490px;
}
.industry-panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease;
}
.industry-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@keyframes panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.industry-tabs {
  display: grid;
  align-content: start;
  gap: 8px;
}
.industry-tabs button {
  width: 100%;
  height: 36px;
  border: 0;
  border-radius: var(--pill);
  text-align: left;
  padding: 0 16px;
  color: #fff;
  background: rgba(255,255,255,.2);
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.industry-tabs .active {
  color: #111;
  background: #fff;
}
.industry-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 490px;
  min-height: 490px;
}
.industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floating-message {
  position: absolute;
  top: 72px;
  right: 56px;
  width: min(390px, 46%);
  padding: 26px 30px;
  border-radius: 16px;
  color: #111;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.floating-transcript {
  display: grid;
  gap: 18px;
  min-height: 120px;
  max-height: 320px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.floating-turn {
  animation: demo-turn-in .35s ease;
}
.floating-speaker {
  display: block;
  margin: 0 0 8px;
  color: #9a9a9a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.floating-turn-body {
  margin: 0;
  font-size: 17px;
  line-height: 1.38;
}
.floating-turn-body .demo-typed {
  color: #111;
}
.floating-turn-body .demo-pending {
  color: #c8c8c8;
}
.industry-image .listen-btn {
  position: absolute;
  right: 32px;
  bottom: 24px;
}
.industry-result {
  display: flex;
  flex-direction: column;
  height: 490px;
  padding: 32px 48px;
  border-left: 8px solid var(--green);
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}
.industry-result--green { border-left-color: var(--green); }
.industry-result--purple { border-left-color: var(--purple); }
.industry-result h3 {
  margin: 0 0 130px;
  text-align: right;
  font-size: 34px;
}
.industry-result strong {
  display: block;
  margin-top: 24px;
  font-size: 42px;
  font-weight: 400;
}
.industry-result a {
  display: block;
  margin-top: auto;
  padding-top: 38px;
  text-align: right;
}

.customers-section {
  padding-top: 108px;
}
.customer-card {
  display: grid;
  grid-template-columns: 1fr 1.35fr .65fr;
  width: var(--container);
  margin: 20px auto;
  overflow: hidden;
  border-top: 16px solid var(--purple);
  border-radius: 7px;
  background: #fff;
}
.customer-card--green { border-top-color: var(--green); }
.customer-card--purple { border-top-color: var(--purple); }
.customer-card > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.customer-main {
  padding: 30px 20px;
}
.customer-main h3 {
  margin: 0 0 180px;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.08;
}
.customer-main p {
  max-width: 410px;
  font-size: 24px;
}
.dark-btn {
  float: right;
  margin-top: -34px;
  color: #fff;
  background: var(--purple);
}
.dark-btn--green { background: var(--green); }
.dark-btn--purple { background: var(--purple); }
blockquote {
  margin: 20px 0;
  padding: 0 34px;
  border-left: 1px solid var(--line);
}
blockquote p {
  margin-top: 210px;
  font-size: 18px;
  line-height: 1.42;
}
blockquote footer {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
blockquote span { display: block; color: var(--muted); }

.platform-panel {
  display: grid;
  grid-template-columns: 330px 1fr;
  width: min(1024px, calc(100vw - 40px));
  margin: 0 auto;
  background: #f5f5f5;
}
.accordion-list {
  padding: 24px;
}
.accordion-item {
  border-top: 1px solid var(--line);
}
.accordion-item:first-child { border-top: 0; }
.accordion-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
}
.accordion-icon {
  font-size: 22px;
  line-height: 1;
  opacity: .75;
}
.accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}
.accordion-body > p {
  overflow: hidden;
  margin: 0;
  line-height: 1.45;
}
.accordion-item.is-open .accordion-body {
  grid-template-rows: 1fr;
  padding-bottom: 18px;
}
.accordion-list article h3 {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
.accordion-list p { line-height: 1.45; }
.platform-image {
  position: relative;
  min-height: 487px;
}
.platform-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.builder-card {
  position: absolute;
  top: 62px;
  left: 168px;
  width: 310px;
  padding: 24px;
  border-radius: 10px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

.trust-section {
  padding: 100px 0 118px;
  color: #fff;
  background: var(--dark-gray);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
  width: min(1150px, calc(100vw - 40px));
  margin: 72px auto;
}
.trust-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 40px;
  background-image: radial-gradient(#fff 3px, transparent 4px);
  background-size: 18px 18px;
}
.trust-grid h3 {
  font-size: 22px;
  font-weight: 400;
}
.trust-grid p {
  line-height: 1.45;
  color: rgba(255,255,255,.78);
}
.trust-btn {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  background: var(--green);
}

.insights-section {
  width: min(1504px, calc(100vw - 40px));
  margin: 0 auto;
}
.featured-post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
.featured-post img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.featured-post span {
  display: inline-block;
  padding: 7px 15px;
  border-radius: var(--pill);
  background: var(--blue);
}
.featured-post h3 {
  max-width: 650px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.22;
}
.featured-post p {
  max-width: 420px;
  line-height: 1.45;
}
.featured-post a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 80px;
}
.featured-post b {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #000;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.post-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.post-grid h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.24;
}
.post-meta {
  display: inline-block;
  margin: 14px 0 10px;
  padding: 7px 15px;
  border-radius: var(--pill);
  background: var(--blue);
  font-size: 14px;
}

.final-cta {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: start center;
  padding-top: 62px;
  overflow: hidden;
  background: #fff;
}
.pixel-grid {
  position: absolute;
  inset: 0 0 auto;
  height: 330px;
  background-image: linear-gradient(#efefef 16px, transparent 16px), linear-gradient(90deg, #efefef 16px, transparent 16px);
  background-size: 38px 38px;
  mask-image: linear-gradient(#000, transparent);
  opacity: .8;
}
.bowi-footer {
  background-color: #11152a;
  background-image:
    linear-gradient(rgba(99, 102, 241, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.06) 1px, transparent 1px);
  background-size: 68px 68px, 68px 68px;
  color: #d1d5db;
  padding: 56px 0 20px;
  margin-top: 0;
  border-top: 1px solid #2a2f45;
}
.bowi-footer__container {
  width: var(--container);
  margin: 0 auto;
}
.bowi-footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 24px;
  align-items: start;
}
.bowi-footer-title {
  color: #7dd3fc;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 22px;
  letter-spacing: 0.02em;
}
.bowi-footer-hotline {
  font-size: clamp(34px, 4vw, 42px);
  line-height: 1;
  margin: 0 0 20px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.bowi-footer-meta {
  margin: 0;
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.7;
}
.bowi-footer-meta--product {
  margin-bottom: 16px;
}
.bowi-footer-wechat {
  justify-self: center;
  text-align: center;
}
.bowi-footer-qr {
  width: 176px;
  height: 176px;
  margin: 0 auto;
  border: 2px solid #646b82;
  border-radius: 12px;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.bowi-footer-qr__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 0;
  transition: transform .2s ease, opacity .2s ease;
}
.bowi-footer-qr__link:hover {
  transform: scale(1.03);
  opacity: .96;
}
.bowi-footer-qr__img {
  width: 148px;
  height: 148px;
  border-radius: 6px;
  object-fit: cover;
}
.bowi-footer-contact {
  justify-self: end;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bowi-footer-contact p {
  margin: 0;
  color: #d1d5db;
  font-size: 14px;
  line-height: 1.5;
}
.bowi-footer-divider {
  border-top: 1px solid #2a2f45;
  margin: 34px 0 14px;
}
.bowi-footer-bottom {
  text-align: center;
}
.bowi-footer-bottom p {
  margin: 0;
  color: #9ca3af;
  font-size: 13px;
  line-height: 1.8;
}
.bowi-footer-bottom p + p {
  color: #cbd5e1;
}
.bowi-footer-bottom a {
  color: #93c5fd;
}
.bowi-footer-bottom a:hover {
  color: #bfdbfe;
  text-decoration: underline;
}
.bowi-footer-links {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.bowi-footer-links a {
  color: #93c5fd;
  font-size: 13px;
  transition: color .2s ease;
}
.bowi-footer-links a:hover {
  color: #bfdbfe;
  text-decoration: underline;
}
.bowi-footer-note {
  margin-top: 10px !important;
  color: #94a3b8 !important;
}

@media (max-width: 1024px) {
  .bowi-footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .bowi-footer-contact {
    justify-self: start;
  }
  .bowi-footer-wechat {
    justify-self: start;
    text-align: left;
  }
  .bowi-footer-qr {
    margin: 0;
  }
}

@media (max-width: 980px) {
  .research-bar { grid-template-columns: 1fr; gap: 8px; padding: 12px 20px; text-align: center; }
  .research-bar a { justify-self: center; }
  .nav-wrap { top: 10px; margin-bottom: -108px; }
  .pill-nav {
    grid-template-columns: auto auto;
    grid-template-areas:
      "logo actions"
      "links links";
    gap: 12px;
    height: auto;
    padding: 10px 12px 12px;
    border-radius: 28px;
    overflow: hidden;
  }
  .ada-logo { grid-area: logo; }
  .nav-actions {
    grid-area: actions;
    justify-self: end;
  }
  .nav-links {
    grid-area: links;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 2px;
    scrollbar-width: none;
  }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links a {
    min-height: 34px;
    padding: 0 12px;
    background: #f5f7f6;
    font-size: 14px;
  }
  .hero-inner,
  .industry-panel,
  .customer-card,
  .platform-panel,
  .featured-post { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-panels { height: auto; min-height: 0; }
  .industry-panel {
    position: static;
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
  }
  .industry-panel.is-active { display: grid; }
  .industry-image,
  .industry-result { height: auto; min-height: 320px; }
  .builder-card {
    left: 20px;
    right: 20px;
    width: auto;
  }
  .hero-copy { margin-left: 0; }
  .hero-copy p { width: auto; }
  .stat-grid, .trust-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .acx-cards { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero h1 { font-size: 44px; }
  .center-head h2, .stats-section h2 { font-size: 34px; }
  .acx-cards h3,
  .customer-main h3 { font-size: 34px; }
  .customer-main h3 { margin-bottom: 120px; }
  .featured-post h3 { font-size: 28px; }
  .stat-grid, .trust-grid, .post-grid { grid-template-columns: 1fr; }
  .bowi-footer {
    padding: 40px 0 16px;
    background-size: 44px 44px, 44px 44px;
  }
  .bowi-footer-main {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .bowi-footer-hotline {
    font-size: 34px;
    margin-bottom: 12px;
  }
  .nav-actions .user-dot { display: none; }
  .expert-btn { padding-left: 14px; font-size: 14px; }
}
