:root {
  --bg: #f7fbff;
  --pearl: #fbfdff;
  --ice: #edf8ff;
  --silver: #d8e5ee;
  --line: rgba(255, 255, 255, 0.76);
  --line-blue: rgba(105, 190, 255, 0.34);
  --text: #09203d;
  --muted: #61738a;
  --blue: #1577e8;
  --blue-2: #41c7ee;
  --cyan: #7ee7ff;
  --glass: rgba(255, 255, 255, 0.48);
  --glass-strong: rgba(255, 255, 255, 0.68);
  --glass-soft: rgba(255, 255, 255, 0.3);
  --shadow: 0 28px 80px rgba(62, 156, 228, 0.16), 0 10px 30px rgba(12, 61, 106, 0.07);
  --inner: inset 0 1px 0 rgba(255, 255, 255, 0.86), inset 0 -18px 48px rgba(103, 198, 255, 0.08);
  --radius: 28px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  max-width: 100%;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.96), rgba(232, 248, 255, 0.84) 44%, rgba(248, 252, 255, 0.98)),
    linear-gradient(180deg, #ffffff 0%, #eef9ff 50%, #ffffff 100%);
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

.maintenance-banner {
  position: relative;
  z-index: 70;
  padding: 10px 16px;
  color: #1167c8;
  background: rgba(234, 249, 255, 0.9);
  border-bottom: 1px solid rgba(105, 190, 255, 0.22);
  box-shadow: 0 8px 24px rgba(62, 156, 228, 0.1);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

main,
.footer {
  position: relative;
  z-index: 2;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid rgba(21, 119, 232, 0.38);
  outline-offset: 3px;
}

.faq-item button:focus-visible,
.modal-sidebar button:focus-visible,
.pill-row button:focus-visible,
.icon-button:focus-visible,
.mini-link:focus-visible,
.sound-toggle:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(21, 119, 232, 0.22), 0 0 0 4px rgba(126, 231, 255, 0.14);
}

.liquid-page-shell {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.droplet-field {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0.92;
  overflow: hidden;
}

.water-drop {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--drop-size, 34px);
  height: var(--drop-size, 34px);
  border-radius: 50%;
  opacity: var(--drop-alpha, 0.24);
  transform: translate3d(var(--drop-x, 0px), var(--drop-y, 0px), 0) scale(var(--drop-scale-x, 1), var(--drop-scale-y, 1));
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.52) 20%, transparent 42%),
    radial-gradient(circle at 70% 78%, rgba(38, 177, 240, 0.36), transparent 48%),
    rgba(181, 238, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 12px rgba(255, 255, 255, 0.9), inset 0 -16px 28px rgba(69, 190, 255, 0.18), 0 14px 34px rgba(68, 177, 247, 0.14);
  contain: layout paint style;
  will-change: transform, opacity;
}

.water-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  translate: -50% -50%;
  transform: translate3d(var(--cursor-x, -120px), var(--cursor-y, -120px), 0) scale(var(--cursor-scale, 0.72));
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.78), transparent 20%),
    radial-gradient(circle at 62% 72%, rgba(83, 198, 255, 0.26), transparent 42%),
    rgba(218, 248, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 2px 12px rgba(255, 255, 255, 0.8), inset 0 -18px 32px rgba(62, 190, 255, 0.14), 0 12px 36px rgba(68, 177, 247, 0.12);
  transition: opacity 0.2s ease, transform 0.18s ease;
}

.water-cursor.is-visible {
  opacity: 1;
}

.glass-plane,
.glass-line {
  position: absolute;
  display: block;
  opacity: 0.75;
}

.glass-plane {
  width: 78vw;
  height: 28vh;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.2), rgba(154, 220, 255, 0.13), rgba(255, 255, 255, 0.12));
  filter: blur(0.2px);
  transform: rotate(-9deg);
}

.plane-one {
  top: 8vh;
  left: -16vw;
  border-radius: 60px;
  translate: calc(var(--parallax-x, 0px) * -0.45) calc(var(--parallax-y, 0px) * -0.35);
}

.plane-two {
  right: -22vw;
  bottom: 14vh;
  border-radius: 80px;
  transform: rotate(11deg);
  translate: calc(var(--parallax-x, 0px) * 0.38) calc(var(--parallax-y, 0px) * 0.3);
}

.glass-line {
  height: 1px;
  width: 120vw;
  background: linear-gradient(90deg, transparent, rgba(80, 185, 255, 0.24), transparent);
}

.line-one {
  top: 33vh;
  left: -10vw;
  transform: rotate(-7deg);
}

.line-two {
  top: 70vh;
  right: -12vw;
  transform: rotate(8deg);
}

.liquid-card,
.glass-pill,
.glass-chip,
.btn,
.tool-float,
.search-glass,
.pill-row span,
.pill-row button,
.icon-button,
.mini-link,
.to-top,
.sound-toggle {
  position: relative;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.36) 48%, rgba(216, 243, 255, 0.28)),
    var(--glass);
  box-shadow: var(--shadow), var(--inner), 0 0 0 1px rgba(120, 211, 255, 0.08);
  backdrop-filter: blur(16px) saturate(142%);
  -webkit-backdrop-filter: blur(16px) saturate(142%);
}

.liquid-card::before,
.btn::before,
.tool-float::before,
.glass-pill::before,
.search-glass::before,
.nav-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), transparent 32%),
    linear-gradient(315deg, rgba(114, 217, 255, 0.22), transparent 42%);
  opacity: 0.78;
  mix-blend-mode: screen;
}

.liquid-card {
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.liquid-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(
    360px circle at var(--mx, 50%) var(--my, 0%),
    rgba(126, 231, 255, 0.24),
    transparent 54%
  );
  opacity: 0;
  transition: opacity 0.28s ease;
  z-index: -1;
}

.liquid-card:hover {
  transform: translateY(-4px);
  border-color: rgba(164, 228, 255, 0.72);
  box-shadow: 0 34px 90px rgba(62, 156, 228, 0.19), 0 12px 32px rgba(12, 61, 106, 0.08), var(--inner);
}

.liquid-card:hover::after {
  opacity: 1;
}

.btn:hover,
.icon-button:hover,
.mini-link:hover,
.pill-row button:hover,
.command-sidebar a:hover,
.modal-sidebar button:hover,
.faq-item button:hover,
.subscribe button:hover,
.to-top:hover,
.sound-toggle:hover {
  filter: saturate(1.08) brightness(1.02);
}

.btn:active,
.icon-button:active,
.mini-link:active,
.pill-row button:active,
.faq-item button:active,
.subscribe button:active,
.to-top:active,
.sound-toggle:active {
  scale: 0.975;
}

.site-header.is-scrolled .nav-glass {
  padding-block: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(232, 248, 255, 0.56));
  box-shadow: 0 18px 60px rgba(56, 151, 227, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.96), inset 0 -12px 28px rgba(87, 185, 255, 0.1);
}

.reveal-ready {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.section-grid,
.visual-showcase,
.feature-strip,
.hub-section,
.collection-section,
.preview-section,
.how-section,
.stats-section,
.faq-section,
.footer {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 18px 20px 0;
}

.nav-glass {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 13px 14px 13px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(233, 248, 255, 0.46));
  box-shadow: 0 16px 54px rgba(56, 151, 227, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.95), inset 0 -16px 34px rgba(87, 185, 255, 0.08);
  backdrop-filter: blur(16px) saturate(148%);
  -webkit-backdrop-filter: blur(16px) saturate(148%);
}

.nav-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sound-toggle {
  isolation: isolate;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  color: #1167c8;
  transition: scale 0.18s ease, color 0.18s ease, box-shadow 0.22s ease;
}

.sound-toggle svg {
  width: 19px;
  height: 19px;
  overflow: visible;
  fill: rgba(21, 119, 232, 0.14);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.sound-toggle .sound-wave {
  opacity: 1;
  transition: opacity 0.18s ease;
}

.sound-toggle .sound-slash {
  opacity: 0;
  transition: opacity 0.18s ease;
}

.sound-toggle.is-muted {
  color: #7990a7;
  box-shadow: 0 12px 30px rgba(62, 156, 228, 0.1), var(--inner);
}

.sound-toggle.is-muted .sound-wave {
  opacity: 0;
}

.sound-toggle.is-muted .sound-slash {
  opacity: 1;
}

.brand,
.mini-brand,
.sidebar-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
  letter-spacing: 0.05em;
}

.brand-mark,
.mini-mark,
.orb-logo {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(21, 119, 232, 0.95), rgba(65, 199, 238, 0.95));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.54), 0 9px 22px rgba(21, 119, 232, 0.26);
}

.brand-mark span,
.mini-mark,
.orb-logo span {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid white;
  transform: translateY(-1px);
}

.mini-mark {
  border-left-width: 7px;
  border-right-width: 7px;
  border-bottom-width: 13px;
  border-bottom-color: var(--blue);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 4vw, 38px);
  color: #506982;
  font-size: 0.92rem;
  font-weight: 650;
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--blue);
}

.btn {
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  color: var(--text);
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
  transform: translateZ(0);
}

.btn,
.icon-button,
.mini-link,
.pill-row button,
.faq-item button,
.subscribe button,
.to-top,
.sound-toggle,
.mobile-dock a,
.mobile-dock button {
  position: relative;
  overflow: hidden;
}

.water-ripple {
  position: absolute;
  left: var(--ripple-x);
  top: var(--ripple-y);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  translate: -50% -50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.46) 20%, transparent 42%),
    radial-gradient(circle, rgba(126, 231, 255, 0.38), rgba(21, 119, 232, 0.18) 58%, transparent 68%);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 8px rgba(255, 255, 255, 0.86), 0 0 26px rgba(65, 199, 238, 0.28);
  animation: waterRipple 720ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.is-wet {
  animation: wetPress 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-primary {
  color: white;
  border-color: rgba(255, 255, 255, 0.76);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.36), transparent 32%),
    linear-gradient(135deg, #1577e8, #41c7ee);
  box-shadow: 0 18px 44px rgba(21, 119, 232, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.54), inset 0 -16px 34px rgba(8, 64, 150, 0.14);
}

.btn-secondary {
  color: #1167c8;
}

.btn-large {
  min-height: 58px;
  padding-inline: 25px;
}

.btn-icon {
  font-weight: 900;
}

.circle-arrow {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #1577e8;
  background: rgba(126, 231, 255, 0.2);
  border: 1px solid rgba(21, 119, 232, 0.16);
  font-size: 0.78rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.9fr);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  min-height: 850px;
  padding: 82px 0 94px;
}

.hero-copy,
.hero-visual,
.dashboard-card {
  min-width: 0;
}

.visual-showcase {
  display: grid;
  grid-template-columns: minmax(290px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
  padding: 34px 0 84px;
}

.showcase-copy {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 34px;
}

.showcase-copy h2 {
  margin: 10px 0 14px;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.showcase-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.showcase-metrics {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.showcase-metrics span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 12px 15px;
  border-radius: 18px;
  color: #536b83;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(218, 246, 255, 0.24));
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.showcase-metrics strong {
  color: #106fd9;
}

.picture-stack {
  position: relative;
  min-height: 520px;
  perspective: 1100px;
}

.picture-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
}

.picture-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picture-main {
  inset: 14px 68px 86px 0;
  animation: pictureFloat 10s ease-in-out infinite;
  translate: calc(var(--parallax-x, 0px) * -0.18) calc(var(--parallax-y, 0px) * -0.08);
}

.picture-phone {
  right: 0;
  bottom: 8px;
  width: min(34%, 210px);
  height: 64%;
  border-radius: 38px;
  animation: pictureFloat 9s ease-in-out infinite reverse;
  translate: calc(var(--parallax-x, 0px) * 0.14) calc(var(--parallax-y, 0px) * 0.12);
}

.picture-map {
  left: 7%;
  bottom: 0;
  width: min(42%, 310px);
  height: 38%;
  animation: pictureFloat 11s ease-in-out infinite;
  animation-delay: -3s;
  translate: calc(var(--parallax-x, 0px) * 0.09) calc(var(--parallax-y, 0px) * -0.1);
}

.hero-copy h1 {
  margin: 24px 0 20px;
  max-width: 680px;
  font-size: clamp(3.2rem, 6.4vw, 6.05rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.hero-copy h1 > span {
  display: block;
  margin-top: 10px;
  color: transparent;
  background: linear-gradient(100deg, #0c55c8, #159cea 45%, #38c9ee);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-line {
  display: block;
}

.hero-premium span {
  display: inline;
}

.hero-premium span + span::before {
  content: " ";
}

.hero-text {
  max-width: 610px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 17px;
  border-radius: 999px;
  color: #0e75d6;
  font-weight: 800;
  font-size: 0.88rem;
}

.hero-actions,
.social-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.social-proof {
  width: fit-content;
  margin-top: 28px;
  padding: 11px 17px 11px 12px;
  border-radius: 999px;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 34px;
  height: 34px;
  margin-right: -9px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: linear-gradient(135deg, #dff7ff, #64caff);
  box-shadow: 0 8px 18px rgba(21, 119, 232, 0.16);
}

.avatar-stack span:nth-child(2) {
  background: linear-gradient(135deg, #eff7ff, #9ec7ff);
}

.avatar-stack span:nth-child(3) {
  background: linear-gradient(135deg, #d5fbff, #4ed6d3);
}

.avatar-stack span:nth-child(4) {
  margin-right: 0;
  background: linear-gradient(135deg, #fff8d9, #f9c85e);
}

.stars {
  color: #f4b83d;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}

.social-proof p {
  margin: 1px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 650;
}

.hero-visual {
  position: relative;
  min-height: 570px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.dashboard-card {
  width: min(100%, 500px);
  min-height: 430px;
  padding: 30px;
  border-radius: 38px;
  transform: rotateX(6deg) rotateY(-8deg);
  z-index: 2;
  translate: calc(var(--parallax-x, 0px) * -0.18) calc(var(--parallax-y, 0px) * -0.12);
}

.dashboard-top,
.command-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.status-dot {
  padding: 7px 12px;
  border-radius: 999px;
  color: #127453;
  background: rgba(234, 255, 248, 0.62);
  border: 1px solid rgba(65, 199, 238, 0.18);
  font-size: 0.78rem;
  font-weight: 850;
}

.dashboard-card h2 {
  margin: 28px 0 8px;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  letter-spacing: -0.04em;
}

.dashboard-card p,
.command-heading p,
.section-heading p {
  color: var(--muted);
  line-height: 1.6;
}

.search-glass {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 22px;
  padding: 13px 16px;
  border-radius: 18px;
}

.search-glass span {
  width: 16px;
  height: 16px;
  border: 2px solid #5baeea;
  border-radius: 50%;
}

.search-glass span::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #5baeea;
  transform: translate(10px, 9px) rotate(45deg);
  border-radius: 2px;
}

.search-glass input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
}

.search-glass input::placeholder {
  color: #8198ae;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.pill-row span,
.pill-row button {
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: #506982;
  font-size: 0.78rem;
  font-weight: 800;
}

.pill-row button {
  border: 1px solid var(--line);
}

.pill-row .active,
.pill-row button.active {
  color: #075fc7;
  border-color: rgba(21, 119, 232, 0.24);
  background: linear-gradient(135deg, rgba(231, 249, 255, 0.86), rgba(201, 238, 255, 0.58));
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.dashboard-stats article,
.tool-grid article {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.64), rgba(235, 249, 255, 0.34));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 12px 28px rgba(35, 140, 221, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.dashboard-stats article {
  padding: 15px;
  border-radius: 20px;
}

.dashboard-stats strong {
  display: block;
  color: #106fd9;
  font-size: 1.35rem;
}

.dashboard-stats small {
  color: var(--muted);
  font-weight: 700;
}

.tool-float {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 17px;
  color: #17334f;
  font-size: 0.86rem;
  font-weight: 850;
  animation: float 7s ease-in-out infinite;
}

.tool-float span,
.tool-grid span,
.category-card span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #075fc7;
  background: linear-gradient(135deg, rgba(228, 250, 255, 0.94), rgba(126, 231, 255, 0.34));
  border: 1px solid rgba(21, 119, 232, 0.13);
  font-size: 0.73rem;
  font-weight: 900;
}

.tile-chat { top: 26px; right: 18px; }
.tile-image { top: 112px; right: -8px; animation-delay: -1s; }
.tile-claude { right: 18px; bottom: 150px; animation-delay: -2s; }
.tile-notion { left: -8px; top: 60px; animation-delay: -3s; }
.tile-jasper { left: -12px; bottom: 170px; animation-delay: -4s; }
.tile-dalle { left: 36px; bottom: 72px; animation-delay: -5s; }

.glass-pedestal {
  position: absolute;
  bottom: 24px;
  left: 50%;
  width: 490px;
  height: 132px;
  transform: translateX(-50%) rotateX(68deg);
  transform-style: preserve-3d;
}

.glass-pedestal span,
.orb-platform span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(88, 194, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 36px rgba(65, 199, 238, 0.18), inset 0 1px 22px rgba(255, 255, 255, 0.4);
}

.glass-pedestal span:nth-child(2) {
  inset: 18px 48px;
}

.glass-pedestal span:nth-child(3) {
  inset: 36px 106px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading h2 {
  margin: 8px 0 10px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.eyebrow {
  margin: 0;
  color: #1272db;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feature-strip,
.hub-section,
.collection-section,
.preview-section,
.how-section,
.stats-section,
.faq-section {
  padding: 72px 0;
}

.feature-shell {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  border-radius: 36px;
}

.feature-card,
.callout,
.category-card,
.step-card,
.stats-strip article,
.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(225, 247, 255, 0.28));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 14px 32px rgba(47, 142, 220, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.feature-card {
  min-height: 212px;
  padding: 22px 16px;
  border-radius: 24px;
}

.feature-card h3,
.callout h3,
.category-card h3,
.step-card h3,
.tool-grid h3 {
  margin: 14px 0 8px;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.feature-card p,
.callout p,
.category-card p,
.step-card p,
.tool-grid p,
.faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.line-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  border: 1px solid rgba(21, 119, 232, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(140, 224, 255, 0.22)),
    radial-gradient(circle at 60% 35%, rgba(21, 119, 232, 0.46) 0 4px, transparent 5px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 24px rgba(21, 119, 232, 0.12);
}

.icon-secure { border-radius: 18px 18px 12px 12px; }
.icon-mobile { width: 34px; border-radius: 15px; }
.icon-search { border-radius: 50%; }
.icon-open { transform: rotate(45deg); }
.icon-work { border-radius: 50% 50% 18px 18px; }

.hub-layout {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(300px, 430px) minmax(220px, 1fr);
  align-items: center;
  gap: 26px;
}

.hub-callouts {
  display: grid;
  gap: 18px;
}

.callout {
  padding: 19px;
  border-radius: 24px;
}

.callout span {
  color: #1577e8;
  font-weight: 900;
  font-size: 0.78rem;
}

.hub-callouts.right .callout {
  text-align: right;
}

.hub-center {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 480px;
}

.connector-grid {
  position: absolute;
  inset: 30px 0;
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(69, 180, 255, 0.2) 16% 17%, transparent 17% 83%, rgba(69, 180, 255, 0.2) 83% 84%, transparent 84%),
    linear-gradient(0deg, transparent 0 20%, rgba(69, 180, 255, 0.18) 20% 20.5%, transparent 20.5% 50%, rgba(69, 180, 255, 0.16) 50% 50.5%, transparent 50.5% 80%, rgba(69, 180, 255, 0.18) 80% 80.5%, transparent 80.5%);
  opacity: 0.65;
}

.glass-orb {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  align-content: center;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.12) 25%, transparent 38%),
    radial-gradient(circle at 72% 80%, rgba(105, 214, 255, 0.24), transparent 40%),
    rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 34px 90px rgba(44, 151, 224, 0.18), inset 0 2px 14px rgba(255, 255, 255, 0.86), inset 0 -34px 70px rgba(99, 207, 255, 0.14);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
}

.orb-logo {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  border-radius: 24px;
  background: linear-gradient(145deg, #1577e8, #41c7ee);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 15px 34px rgba(21, 119, 232, 0.22);
}

.glass-orb strong {
  letter-spacing: 0.16em;
}

.orb-platform {
  position: absolute;
  bottom: 68px;
  width: 320px;
  height: 90px;
  transform: rotateX(68deg);
}

.orb-platform span:nth-child(2) {
  inset: 18px 52px;
}

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

.category-card {
  min-height: 166px;
  padding: 22px;
  border-radius: 26px;
}

.category-card span {
  width: 44px;
  height: 44px;
  border-radius: 16px;
}

.center-btn {
  margin: 30px auto 0;
  display: flex;
  width: fit-content;
}

.command-panel,
.modal-panel {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 0;
  overflow: hidden;
  border-radius: 38px;
}

.command-sidebar,
.modal-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.65);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(222, 246, 255, 0.24));
}

.command-sidebar a,
.modal-sidebar button {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #5e7186;
  background: transparent;
  font-weight: 800;
  text-align: left;
}

.command-sidebar .active,
.modal-sidebar button.active {
  color: #0f66cc;
  border-color: rgba(21, 119, 232, 0.14);
  background: rgba(255, 255, 255, 0.5);
}

.sidebar-brand {
  margin-bottom: 20px;
}

.command-main,
.modal-main {
  min-width: 0;
  padding: 30px;
}

.command-heading h2 {
  margin: 0 0 6px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  letter-spacing: -0.045em;
}

.command-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mini-link,
.icon-button {
  border-radius: 999px;
  border: 1px solid var(--line);
  color: #1167c8;
  font-weight: 900;
}

.mini-link {
  min-height: 38px;
  padding: 0 15px;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
}

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

.tool-grid article {
  min-height: 144px;
  padding: 18px;
  border-radius: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.tool-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(47, 142, 220, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.tool-grid article.is-hidden {
  display: none;
}

.steps {
  display: grid;
  grid-template-columns: 1fr 70px 1fr 70px 1fr;
  align-items: center;
  gap: 0;
}

.step-card {
  min-height: 245px;
  padding: 28px;
  border-radius: 30px;
  text-align: center;
}

.step-card > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, #1577e8, #41c7ee);
  box-shadow: 0 15px 30px rgba(21, 119, 232, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.54);
  font-weight: 900;
}

.step-line {
  height: 2px;
  background: linear-gradient(90deg, rgba(21, 119, 232, 0.12), rgba(21, 119, 232, 0.36), rgba(21, 119, 232, 0.12));
  box-shadow: 0 0 16px rgba(65, 199, 238, 0.35);
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 18px;
  border-radius: 34px;
}

.stats-strip article {
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: 20px;
  border-radius: 24px;
  text-align: center;
}

.stats-strip strong {
  margin-top: 8px;
  color: #0c6ed6;
  font-size: 1.75rem;
  letter-spacing: -0.035em;
}

.stats-strip p {
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.faq-item {
  overflow: hidden;
  border-radius: 23px;
}

.faq-item button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 74px;
  padding: 0 21px;
  border: 0;
  color: var(--text);
  background: transparent;
  font-weight: 850;
  text-align: left;
}

.faq-item i {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: #0d6ed7;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(21, 119, 232, 0.12);
  font-style: normal;
  transition: transform 0.2s ease;
}

.faq-item.open i {
  transform: rotate(45deg);
}

.faq-item p {
  max-height: 0;
  padding: 0 21px;
  overflow: hidden;
  transition: max-height 0.25s ease, padding 0.25s ease;
}

.faq-item.open p {
  max-height: 160px;
  padding: 0 21px 22px;
}

.footer {
  padding: 58px 0 36px;
}

.footer-glass {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr 1.25fr;
  gap: 34px;
  padding: 34px;
  border-radius: 36px;
}

.footer-brand p,
.subscribe p {
  color: var(--muted);
  line-height: 1.65;
}

.footer-column,
.subscribe {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h3,
.subscribe h3 {
  margin: 0 0 8px;
  font-size: 0.95rem;
}

.footer-column a {
  color: var(--muted);
  font-weight: 700;
}

.subscribe form {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.subscribe label {
  flex: 1;
}

.subscribe input {
  width: 100%;
  min-height: 46px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  outline: 0;
  color: var(--text);
  background: rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.subscribe button {
  width: 48px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, #1577e8, #41c7ee);
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(21, 119, 232, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(21, 119, 232, 0.11);
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-bottom span:last-child {
  display: flex;
  gap: 20px;
}

.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #1167c8;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  font-weight: 900;
}

.to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-dock {
  position: fixed;
  left: 50%;
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 45;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: min(360px, calc(100vw - 28px));
  min-height: 58px;
  padding: 8px;
  border-radius: 999px;
  translate: -50% 0;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(225, 247, 255, 0.38)),
    rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 46px rgba(46, 144, 219, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.94), inset 0 -14px 28px rgba(81, 187, 255, 0.1);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.mobile-dock a,
.mobile-dock button {
  flex: 1;
  display: grid;
  place-items: center;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  color: #536b83;
  background: transparent;
  font-size: 0.82rem;
  font-weight: 900;
}

.mobile-dock .active {
  color: white;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.55), transparent 30%),
    linear-gradient(135deg, #1577e8, #41c7ee);
  box-shadow: 0 12px 26px rgba(21, 119, 232, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.tools-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.tools-modal.open {
  visibility: visible;
  opacity: 1;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(221, 245, 255, 0.56);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.modal-panel {
  position: relative;
  width: min(1060px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
}

.modal-sidebar button {
  width: 100%;
}

.modal-tools {
  margin-top: 22px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -13px, 0); }
}

@keyframes pictureFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); }
  50% { transform: translate3d(0, -14px, 0) rotateX(1.4deg) rotateY(-1.2deg); }
}

@keyframes glassBreathe {
  0%, 100% { filter: saturate(1) brightness(1); }
  50% { filter: saturate(1.12) brightness(1.02); }
}

@keyframes waterRipple {
  0% {
    opacity: 0.9;
    transform: scale(0.4);
    filter: blur(0);
  }
  54% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: scale(18);
    filter: blur(2px);
  }
}

@keyframes wetPress {
  0% {
    transform: scale(1);
    border-radius: inherit;
  }
  38% {
    transform: scale(0.965, 1.045);
    border-radius: 34% 66% 58% 42% / 46% 35% 65% 54%;
  }
  70% {
    transform: scale(1.018, 0.988);
  }
  100% {
    transform: scale(1);
    border-radius: inherit;
  }
}

.glass-orb {
  animation: glassBreathe 8s ease-in-out infinite;
}

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

  .droplet-field,
  .water-cursor {
    display: none;
  }
}

@media (max-width: 1080px) {
  .hero,
  .hub-layout,
  .command-panel,
  .modal-panel,
  .visual-showcase {
    grid-template-columns: 1fr;
  }

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

  .hero-copy {
    text-align: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .hero-copy h1,
  .hero-text,
  .social-proof {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .command-sidebar,
  .modal-sidebar {
    display: none;
  }

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

  .footer-glass {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visual-showcase {
    padding-top: 0;
  }

  .picture-stack {
    min-height: 460px;
  }

  .hub-callouts.right .callout,
  .hub-callouts.left .callout {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .droplet-field {
    opacity: 0.34;
  }

  .water-drop {
    box-shadow: inset 0 1px 8px rgba(255, 255, 255, 0.78), inset 0 -10px 18px rgba(69, 190, 255, 0.12), 0 10px 24px rgba(68, 177, 247, 0.1);
  }

  .liquid-card,
  .glass-pill,
  .glass-chip,
  .btn,
  .search-glass,
  .pill-row span,
  .pill-row button,
  .icon-button,
  .mini-link,
  .to-top,
  .sound-toggle,
  .mobile-dock {
    backdrop-filter: blur(10px) saturate(132%);
    -webkit-backdrop-filter: blur(10px) saturate(132%);
  }

  .nav-glass {
    backdrop-filter: blur(12px) saturate(138%);
    -webkit-backdrop-filter: blur(12px) saturate(138%);
  }

  .dashboard-stats article,
  .tool-grid article,
  .feature-shell,
  .glass-orb {
    backdrop-filter: blur(7px) saturate(126%);
    -webkit-backdrop-filter: blur(7px) saturate(126%);
  }

  .glass-orb {
    animation: none;
  }

  .water-cursor {
    display: none;
  }

  .glass-plane,
  .glass-line {
    display: none;
  }

  .site-header {
    padding-inline: 10px;
  }

  .nav-glass {
    grid-template-columns: 1fr auto;
    gap: 8px;
    border-radius: 24px;
  }

  .nav-links {
    display: none;
  }

  .nav-action {
    display: none;
  }

  .nav-controls {
    gap: 0;
  }

  .sound-toggle {
    width: 36px;
    height: 36px;
  }

  .mobile-dock {
    display: flex;
  }

  body {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .section-grid,
  .visual-showcase,
  .feature-strip,
  .hub-section,
  .collection-section,
  .preview-section,
  .how-section,
  .stats-section,
  .faq-section,
  .footer {
    width: min(100% - 28px, var(--max));
  }

  .nav-glass .brand {
    gap: 7px;
    font-size: 0.9rem;
    letter-spacing: 0.035em;
  }

  .nav-glass .brand-mark {
    width: 30px;
    height: 30px;
    border-radius: 11px;
  }

  .feature-strip,
  .visual-showcase,
  .hub-section,
  .collection-section,
  .preview-section,
  .how-section,
  .stats-section,
  .faq-section {
    padding: 46px 0;
  }

  .hero-visual {
    min-height: 0;
    padding-top: 14px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-inline: 0;
  }

  .hero-copy h1,
  .hero-text,
  .hero-badge {
    max-width: min(100%, 330px);
  }

  .hero-copy h1 {
    overflow-wrap: normal;
  }

  .hero-text {
    width: min(100%, 304px);
    max-width: min(100%, 304px);
    overflow-wrap: break-word;
    hyphens: none;
  }

  .hero-badge {
    width: fit-content;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .social-proof {
    width: 100%;
    max-width: 360px;
    justify-content: center;
    flex-direction: column;
    border-radius: 30px;
    padding: 16px;
    text-align: center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .hero-premium span {
    display: block;
  }

  .hero-premium span + span::before {
    content: "";
  }

  .hero-actions .btn-large {
    width: min(100%, 270px);
  }

  .avatar-stack span {
    margin-right: -7px;
  }

  .dashboard-card {
    width: min(100%, 342px);
    max-width: 100%;
    padding: 22px;
    transform: none;
    min-height: auto;
    translate: none;
  }

  .dashboard-stats {
    grid-template-columns: 1fr;
  }

  .tool-float {
    display: none;
  }

  .picture-stack {
    min-height: 670px;
  }

  .picture-card {
    position: relative;
    inset: auto;
  }

  .picture-main,
  .picture-phone,
  .picture-map {
    width: 100%;
    height: auto;
    margin-bottom: 14px;
    animation: none;
  }

  .picture-phone {
    max-height: 360px;
  }

  .picture-card img {
    height: auto;
  }

  .glass-pedestal {
    width: 86vw;
    max-width: 320px;
  }

  .feature-shell,
  .category-grid,
  .tool-grid,
  .stats-strip,
  .faq-grid,
  .footer-glass {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .step-line {
    width: 2px;
    height: 38px;
    justify-self: center;
  }

  .command-main,
  .modal-main {
    padding: 21px;
  }

  .command-heading,
  .dashboard-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom span:last-child {
    flex-wrap: wrap;
  }

  .glass-orb {
    width: 220px;
    height: 220px;
  }

  .hub-center {
    min-height: 360px;
  }

  .mobile-dock {
    width: min(100% - 24px, 354px);
    bottom: max(10px, env(safe-area-inset-bottom));
    padding: 5px;
  }

  .mobile-dock a,
  .mobile-dock button {
    min-height: 40px;
    font-size: 0.78rem;
  }
}

@media (max-width: 430px) {
  .site-header {
    padding-top: 10px;
  }

  .hero {
    padding-top: 44px;
    padding-bottom: 46px;
  }

  .hero-copy h1 {
    font-size: clamp(2.28rem, 11.2vw, 3.16rem);
    line-height: 1;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.62;
    width: min(100%, 292px);
    max-width: min(100%, 292px);
    text-wrap: pretty;
  }

  .hero-badge {
    max-width: min(100%, 300px);
    min-height: 36px;
    padding-inline: 13px;
    font-size: 0.78rem;
  }

  .dashboard-card h2,
  .command-heading h2 {
    font-size: 1.8rem;
  }

  .feature-card,
  .callout,
  .category-card,
  .step-card {
    min-height: auto;
  }
}

@media (max-width: 380px) {
  .nav-glass .brand {
    font-size: 0.82rem;
  }

  .hero-copy h1 {
    font-size: 2.12rem;
    letter-spacing: -0.035em;
  }

  .hero-copy h1,
  .hero-text,
  .hero-badge {
    max-width: min(100%, 286px);
  }

  .hero-text {
    width: min(100%, 286px);
    font-size: 0.96rem;
  }

  .hero-actions .btn-large {
    width: min(100%, 260px);
  }

  .social-proof {
    max-width: 100%;
  }
}
