:root {
  --bg-dark: #1E2B48;
  --bg-deep: #14213D;
  --blue: #3B82F6;
  --blue-bright: #60A5FA;
  --sky: #38BDF8;
  --gold: #B8923A;
  --gold-light: #D4AA5A;
  --gold-pale: #F5DFA0;
  --text-light: #EAF0FB;
  --text-mid: #9AA8C6;
  --card-bg: rgba(96,165,250,0.08);
  --card-border: rgba(96,165,250,0.22);
  --line: rgba(96,165,250,0.18);
  --radius: 18px;
  --shadow: 0 22px 70px rgba(0,0,0,0.34);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  font-family: "DM Sans", Arial, sans-serif;
  background: var(--bg-dark);
  color: var(--text-light);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.bg-mesh,
#heroCanvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
}
.bg-mesh {
  z-index: 0;
  background:
    radial-gradient(ellipse 78% 56% at 12% 0%, rgba(59,110,200,0.42), transparent 58%),
    radial-gradient(ellipse 60% 45% at 96% 8%, rgba(56,189,248,0.22), transparent 52%),
    radial-gradient(ellipse 48% 44% at 86% 62%, rgba(212,170,90,0.15), transparent 60%),
    linear-gradient(180deg, rgba(20,33,61,0.22), rgba(20,33,61,0.72));
}
#heroCanvas { z-index: 0; opacity: 0.36; }
body > :where(*:not(.bg-mesh):not(#heroCanvas)) { position: relative; z-index: 1; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  background: rgba(30,43,72,0.76);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand img { width: auto; height: 36px; max-width: 210px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 2rem; }
.desktop-nav a,
.mobile-nav a {
  text-decoration: none;
  color: var(--text-mid);
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 0.2s, border-color 0.2s, background 0.2s, transform 0.2s;
}
.desktop-nav a:hover,
.desktop-nav a.active,
.mobile-nav a:hover,
.mobile-nav a.active { color: var(--gold-light); }
.nav-cta,
.mobile-cta,
.btn-gold {
  color: #14213D !important;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  box-shadow: 0 7px 22px rgba(184,146,58,0.38);
}
.nav-cta { padding: 0.65rem 1.5rem; border-radius: 999px; }
.nav-cta:hover,
.btn:hover { transform: translateY(-2px); }

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(212,170,90,0.42);
  border-radius: 12px;
  background: rgba(20,33,61,0.44);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.menu-button span {
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: var(--gold-light);
  transition: transform 0.2s, opacity 0.2s;
}
.menu-button.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.open span:nth-child(2) { opacity: 0; }
.menu-button.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav {
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 45;
  display: none;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 5% 1.3rem;
  background: rgba(30,43,72,0.98);
  border-bottom: 1px solid var(--line);
  transform: translateY(-120%);
  transition: transform 0.28s ease;
}
.mobile-nav.open { transform: translateY(0); }
.mobile-nav a { padding: 0.9rem 0.3rem; border-bottom: 1px solid rgba(96,165,250,0.12); }
.mobile-cta { text-align: center; margin-top: 0.6rem; border-radius: 999px; border: 0 !important; }

.route { display: none; }
.route.active { display: block; }

.route[data-route="home"] { padding-top: 76px; }
.hero {
  min-height: 720px;
  padding: 138px 5% 80px;
  display: flex;
  align-items: center;
}
.hero-inner,
.section,
.trust-inner,
.footer-grid,
.footer-bottom,
.map-section {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  align-items: center;
  gap: 4rem;
}
.eyebrow,
.section-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 34px;
  padding: 0.44rem 1rem;
  border: 1px solid rgba(212,170,90,0.48);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.hero h1 {
  max-width: 780px;
  margin-top: 1.35rem;
  color: #fff;
  font-size: clamp(2.55rem, 5vw, 4.35rem);
  line-height: 1.08;
  font-weight: 800;
}
.word-rotator {
  display: inline-grid;
  min-width: 310px;
  color: var(--gold-pale);
  vertical-align: bottom;
}
.word-rotator span {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(18px);
  animation: rotateWords 12s infinite;
  white-space: nowrap;
}
.word-rotator span:nth-child(2) { animation-delay: 3s; }
.word-rotator span:nth-child(3) { animation-delay: 6s; }
.word-rotator span:nth-child(4) { animation-delay: 9s; }
@keyframes rotateWords {
  0%, 3% { opacity: 0; transform: translateY(18px); }
  7%, 24% { opacity: 1; transform: translateY(0); }
  28%, 100% { opacity: 0; transform: translateY(-18px); }
}
.hero-sub {
  max-width: 560px;
  margin: 1.35rem 0 2rem;
  color: var(--text-mid);
  font-size: 1.08rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.88rem 1.9rem;
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.btn-ghost {
  border: 1.5px solid rgba(96,165,250,0.52);
  color: #fff;
  background: rgba(96,165,250,0.06);
}
.btn-ghost:hover {
  border-color: var(--blue-bright);
  background: rgba(96,165,250,0.14);
}

.hero-visual {
  position: relative;
  min-height: 450px;
  display: grid;
  place-items: center;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(96,165,250,0.24);
  border-radius: 50%;
  box-shadow: inset 0 0 50px rgba(96,165,250,0.08);
}
.orbit-one { width: 390px; height: 390px; animation: slowSpin 18s linear infinite; }
.orbit-two { width: 285px; height: 285px; border-color: rgba(212,170,90,0.24); animation: slowSpin 14s linear reverse infinite; }
@keyframes slowSpin { to { transform: rotate(360deg); } }
.bot-card {
  position: relative;
  width: min(310px, 82vw);
  padding: 2rem;
  border: 1px solid rgba(96,165,250,0.34);
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(70,125,210,0.36), rgba(20,33,61,0.72));
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
  animation: float 5s ease-in-out infinite;
}
@keyframes float { 0%,100% { transform: translateY(-6px); } 50% { transform: translateY(8px); } }
.bot-head {
  position: relative;
  width: 146px;
  height: 116px;
  margin: 0 auto 1.4rem;
  border: 2px solid var(--blue-bright);
  border-radius: 26px;
  box-shadow: 0 0 28px rgba(96,165,250,0.3);
}
.antenna {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 2px;
  height: 27px;
  background: var(--sky);
}
.antenna::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sky);
  box-shadow: 0 0 18px var(--sky);
}
.bot-eyes {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding-top: 38px;
}
.bot-eyes span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--sky);
  box-shadow: 0 0 16px rgba(56,189,248,0.85);
}
.bot-mouth {
  width: 48px;
  height: 18px;
  margin: 20px auto 0;
  border-bottom: 3px solid var(--sky);
  border-radius: 0 0 40px 40px;
}
.bot-body {
  text-align: center;
  padding: 1.35rem;
  border: 1px solid rgba(212,170,90,0.28);
  border-radius: 18px;
  background: rgba(20,33,61,0.48);
}
.bot-body span {
  display: block;
  width: 64px;
  height: 5px;
  margin: 0 auto 0.9rem;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue-bright), var(--gold-light));
}
.bot-body strong { display: block; font-size: 1.04rem; }
.bot-body small { color: var(--text-mid); }
.signal-card {
  position: absolute;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(212,170,90,0.38);
  border-radius: 999px;
  background: rgba(20,33,61,0.78);
  color: var(--gold-light);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,0.24);
}
.signal-top { top: 82px; right: 24px; }
.signal-bottom { left: 20px; bottom: 84px; color: var(--sky); border-color: rgba(56,189,248,0.34); }

.section { padding: 92px 5%; }
.section-head {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.section-head .section-eyebrow { margin: 0 auto 1rem; }
.section-head h2,
.page-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.14;
  font-weight: 800;
}
.section-head p,
.page-hero p {
  max-width: 680px;
  margin: 0.9rem auto 0;
  color: var(--text-mid);
  font-size: 1.02rem;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.45rem;
  margin-top: 3.1rem;
}
.capability-card {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  padding: 2.05rem;
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  background: var(--card-bg);
  backdrop-filter: blur(7px);
  transition: transform 0.22s, border-color 0.22s, background 0.22s, box-shadow 0.22s;
}
.capability-card:hover {
  transform: translateY(-6px);
  border-color: rgba(184,146,58,0.56);
  background: rgba(96,165,250,0.12);
  box-shadow: 0 18px 44px rgba(0,0,0,0.28);
}
.capability-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(96,165,250,0.26);
  border-radius: 18px;
  background: rgba(20,33,61,0.58);
  color: var(--gold-light);
  font-weight: 800;
  letter-spacing: 0.05em;
}
.capability-card h3 {
  margin-top: 1.35rem;
  color: #fff;
  font-size: 1.23rem;
  line-height: 1.25;
}
.capability-card p {
  margin-top: 0.75rem;
  color: var(--text-mid);
  font-size: 0.94rem;
  flex: 1;
}
.capability-card a {
  margin-top: 1.25rem;
  color: var(--gold-light);
  text-decoration: none;
  font-weight: 800;
}

.trust-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(20,33,61,0.34);
}
.trust-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  padding: 2.25rem 5%;
}
.trust-inner span {
  color: var(--text-mid);
  font-weight: 800;
}

.page-hero {
  margin-top: 0;
  padding: 92px 5% 50px;
  text-align: center;
}
.page-hero .eyebrow { margin: 0 auto 1.2rem; }
.page-hero em {
  font-style: normal;
  color: var(--gold-light);
}
.contact-section { padding-top: 30px; }
.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
}
.contact-info-card,
.contact-form-card,
.map-card {
  border: 1px solid rgba(96,165,250,0.25);
  border-radius: 24px;
  background: rgba(20,33,61,0.54);
  box-shadow: var(--shadow);
  backdrop-filter: blur(7px);
}
.contact-info-card { padding: 2rem; }
.info-block + .info-block {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}
.info-block span {
  color: var(--gold-light);
  font-size: 0.77rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.info-block h3 {
  color: #fff;
  font-size: 1.15rem;
  margin: 0.35rem 0 0.25rem;
}
.info-block p,
.info-block a { color: var(--text-mid); }
.info-block a:hover { color: var(--gold-light); }
.contact-form-card { padding: 2.2rem; }
.contact-form-card h2 { color: #fff; font-size: 1.55rem; }
.form-subtitle { margin: 0.35rem 0 1.4rem; color: var(--text-mid); }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.field { margin-bottom: 1rem; }
.field label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--text-light);
  font-size: 0.82rem;
  font-weight: 800;
}
input,
textarea,
select {
  width: 100%;
  min-height: 50px;
  padding: 0.86rem 1rem;
  border: 1.5px solid rgba(96,165,250,0.3);
  border-radius: 12px;
  background: rgba(30,43,72,0.55);
  color-scheme: dark;
  color: #fff;
  font: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
textarea { resize: vertical; min-height: 150px; }
input:focus,
textarea:focus,
select:focus {
  border-color: var(--blue-bright);
  box-shadow: 0 0 0 3px rgba(59,130,246,0.2);
  background: rgba(30,43,72,0.72);
}
select {
  cursor: pointer;
  background-color: #1e2b48;
}
select option {
  background: #141f36;
  color: #fff;
}
.input-error {
  border-color: var(--sky);
  box-shadow: 0 0 0 3px rgba(56,189,248,0.14);
}
.field-error {
  display: block;
  min-height: 18px;
  margin-top: 0.3rem;
  color: var(--sky);
  font-size: 0.78rem;
  font-weight: 700;
}
.message-meta {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}
.message-meta span:last-child {
  color: var(--text-mid);
  font-size: 0.78rem;
  white-space: nowrap;
  margin-top: 0.32rem;
}
.message-meta .ok { color: var(--gold-light); }
.form-submit {
  width: 100%;
  border-radius: 12px;
}
.form-status { min-height: 20px; margin: 0.7rem 0 0; color: var(--gold-light); font-size: 0.82rem; font-weight: 700; }
.form-status.error { color: #7dd3fc; }
.form-success {
  display: none;
  margin-top: 1rem;
  padding: 1.4rem;
  border: 1px solid rgba(212,170,90,0.34);
  border-radius: 16px;
  background: rgba(184,146,58,0.11);
  text-align: center;
}
.form-success h3 { color: #fff; }
.form-success p { color: var(--text-mid); margin-top: 0.35rem; }
.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.map-section { padding: 0 5% 90px; }
.map-card { overflow: hidden; }
.map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.5rem 2rem;
}
.map-header h3 { color: #fff; font-size: 1.2rem; }
.map-header p { color: var(--text-mid); }
.map-iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
  filter: invert(0.92) hue-rotate(180deg) saturate(0.75) brightness(0.95);
}

footer {
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  padding: 70px 5% 0;
  color: var(--text-mid);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 48px;
}
.footer-grid img {
  height: 36px;
  width: auto;
  max-width: 210px;
  margin-bottom: 1rem;
}
.footer-grid p,
.footer-grid li {
  font-size: 0.9rem;
}
.footer-grid h5 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.footer-grid ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-grid a {
  color: var(--text-mid);
  text-decoration: none;
}
.footer-grid a:hover,
.footer-bottom a:hover { color: var(--gold-light); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(96,165,250,0.15);
  font-size: 0.84rem;
}
.footer-bottom a {
  color: var(--gold-light);
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero { padding-top: 126px; }
  .hero-visual { min-height: 370px; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .desktop-nav { display: none; }
  .menu-button { display: flex; }
  .mobile-nav { display: flex; }
  .brand img { height: 32px; max-width: 185px; }
  .hero { min-height: auto; padding: 118px 5% 64px; }
  .hero h1 { font-size: clamp(2.3rem, 12vw, 3.6rem); }
  .word-rotator { min-width: 225px; display: block; min-height: 1.14em; }
  .hero-visual { min-height: 340px; }
  .orbit-one { width: 300px; height: 300px; }
  .orbit-two { width: 220px; height: 220px; }
  .bot-card { width: min(270px, 88vw); padding: 1.5rem; }
  .signal-top { top: 40px; right: 0; }
  .signal-bottom { left: 0; bottom: 40px; }
  .capability-grid { grid-template-columns: 1fr; }
  .section { padding: 74px 5%; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .message-meta { flex-direction: column; gap: 0.2rem; }
  .message-meta span:last-child { white-space: normal; }
  .map-iframe { height: 340px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* Original SmartekSG hero proportions, retained with CMS-managed copy. */
.hero {
  position: relative;
  height: 64vh;
  min-height: 540px;
  margin-top: 0;
  padding: 0 5%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 73% 46%, rgba(56, 189, 248, 0.09), transparent 26%),
    radial-gradient(circle at 91% 72%, rgba(212, 170, 90, 0.08), transparent 24%);
}
.hero .hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: 3rem;
}
.hero-copy { min-width: 0; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 1.35rem;
  padding: 0.5rem 1.1rem;
  border: 1px solid rgba(212, 170, 90, 0.52);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 860px;
  margin: 0;
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}
.hero h1 .rotator {
  position: relative;
  display: inline-block;
  width: 620px;
  max-width: 100%;
  height: 1.18em;
  overflow: hidden;
  vertical-align: bottom;
}
.rotator-word {
  position: absolute;
  inset: 0 auto auto 0;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(18px);
  color: var(--gold-light);
  background: linear-gradient(90deg, #f2d487, #d4aa5a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: heroWordCycle 12s linear infinite;
}
.rotator-word:nth-child(2) { animation-delay: 3s; }
.rotator-word:nth-child(3) { animation-delay: 6s; }
.rotator-word:nth-child(4) { animation-delay: 9s; }
@keyframes heroWordCycle {
  0%, 3% { opacity: 0; transform: translateY(18px); }
  7%, 24% { opacity: 1; transform: translateY(0); }
  28%, 100% { opacity: 0; transform: translateY(-18px); }
}
.hero-sub {
  max-width: 590px;
  margin: 1.35rem 0 2rem;
  color: var(--text-mid);
  font-size: 1.08rem;
  line-height: 1.7;
}
.hero-visual {
  position: relative;
  width: 100%;
  height: 390px;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bot-stage {
  width: 240px;
  height: 300px;
  display: grid;
  place-items: center;
  animation: heroBotFloat 5s ease-in-out infinite;
}
.digi-bot {
  display: block;
  width: 232px;
  height: auto;
  overflow: visible;
}
.digi-bot .glow-dot { animation: heroBotPulse 2.2s ease-in-out infinite; }
@keyframes heroBotFloat {
  0%, 100% { transform: translateY(-6px); }
  50% { transform: translateY(8px); }
}
@keyframes heroBotPulse {
  0%, 100% { opacity: 0.65; }
  50% { opacity: 1; }
}

@media (max-width: 1100px) {
  .hero { height: 500px; min-height: 500px; }
  .hero h1 { font-size: 56px; }
  .hero h1 .rotator { width: 540px; }
}

@media (max-width: 940px) {
  .hero {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 64px 5%;
  }
  .hero .hero-inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .hero-visual { height: 280px; }
  .bot-stage { width: 205px; height: 260px; }
  .digi-bot { width: 200px; }
}

@media (max-width: 720px) {
  .hero {
    margin-top: 0;
    padding: 52px 5% 58px;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 1.13;
  }
  .hero h1 .rotator {
    display: block;
    width: 100%;
    height: 1.2em;
  }
  .hero-eyebrow {
    min-height: 34px;
    margin-bottom: 1.15rem;
    font-size: 0.7rem;
    letter-spacing: 0;
  }
  .hero-sub {
    margin: 1.15rem 0 1.6rem;
    font-size: 1rem;
  }
  .hero-visual { height: 250px; }
  .bot-stage { width: 180px; height: 230px; }
  .digi-bot { width: 176px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 36px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { width: 100%; }
}
