:root {
  --bg: #071014;
  --bg-2: #0b171d;
  --surface: rgba(13, 27, 34, 0.82);
  --surface-2: rgba(255,255,255,0.055);
  --text: #eef8f9;
  --soft: rgba(238,248,249,0.72);
  --muted: rgba(238,248,249,0.5);
  --line: rgba(151,232,232,0.16);
  --line-strong: rgba(151,232,232,0.28);
  --cyan: #31e7e0;
  --lime: #b6ff5a;
  --coral: #ff6b55;
  --violet: #8f8cff;
  --amber: #ffcf5a;
  --green: #37e58b;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(145deg, rgba(49,231,224,0.10), transparent 28%),
    linear-gradient(315deg, rgba(182,255,90,0.08), transparent 26%),
    var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.hovzly-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(7,16,20,0.82);
  backdrop-filter: blur(24px) saturate(150%);
  padding: 12px clamp(16px, 4vw, 54px);
}
.hovzly-brand { display: inline-flex; align-items: center; min-width: 0; }
.hovzly-wordmark { width: clamp(142px, 16vw, 190px); height: auto; object-fit: contain; }
nav { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
nav a, .button, .language-switch { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 7px; padding: 0 14px; color: var(--soft); font-size: 12px; font-weight: 900; text-transform: uppercase; }
nav a:last-child, .button.primary { background: linear-gradient(135deg, var(--cyan), var(--lime)); border-color: rgba(49,231,224,0.42); color: #061014; }
.language-switch { gap: 8px; background: rgba(255,255,255,0.045); }
.language-switch select { border: 0; background: transparent; color: var(--text); font: inherit; outline: none; }
.language-switch option { background: #071014; color: var(--text); }
.button.primary { color: #061014; }
.button.secondary { background: rgba(255,255,255,0.055); color: var(--text); }
main { overflow: hidden; }
.hero {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(30px, 5vw, 68px) clamp(16px, 5vw, 72px);
}
.hero-copy { max-width: 780px; }
.eyebrow { margin: 0 0 12px; color: var(--cyan); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: 0.12em; }
h1, h2, p { letter-spacing: 0; }
h1 { margin: 0; max-width: 760px; font-size: clamp(50px, 8vw, 114px); line-height: 0.91; font-weight: 950; }
.logo-headline { max-width: min(620px, 100%); }
.logo-headline img { width: min(520px, 100%); height: auto; object-fit: contain; }
.hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 24px 0 0; color: var(--soft); font-size: clamp(17px, 2vw, 21px); line-height: 1.48; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
.hero-actions .button { min-height: 50px; padding: 0 18px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; max-width: 620px; margin-top: 26px; }
.hero-metrics span { min-height: 74px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,0.045); padding: 12px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.hero-metrics strong { display: block; margin-bottom: 5px; color: var(--text); font-size: 16px; }
.product-scene { min-width: 0; }
.app-shell { min-height: 570px; display: grid; grid-template-columns: 74px minmax(0, 1fr) 230px; border: 1px solid var(--line-strong); border-radius: 8px; background: rgba(5,10,13,0.88); color: var(--text); box-shadow: 0 34px 120px rgba(0,0,0,0.34); overflow: hidden; }
.app-shell aside { display: flex; flex-direction: column; align-items: center; gap: 12px; border-right: 1px solid var(--line); padding-top: 20px; }
.app-shell aside span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; background: rgba(255,255,255,0.08); border: 1px solid var(--line); }
.app-shell aside span:first-child { background: linear-gradient(135deg, var(--cyan), var(--lime)); }
.app-shell aside span img { width: 30px; height: auto; object-fit: contain; }
.app-shell section { min-width: 0; display: grid; align-content: start; gap: 14px; padding: 22px; }
.topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.topline strong { font-size: 24px; }
.topline em { border-radius: 999px; background: rgba(55,229,139,0.14); color: var(--green); padding: 6px 9px; font-style: normal; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.search-preview { min-height: 42px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,0.055); color: var(--muted); padding: 0 12px; font-size: 13px; font-weight: 800; }
.message { border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,0.045); padding: 16px; }
.message.active { border-color: rgba(49,231,224,0.44); background: rgba(49,231,224,0.095); }
.message b { display: block; margin-bottom: 8px; }
.message p { margin: 0; color: var(--soft); line-height: 1.45; }
.composer { margin-top: 16px; min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,0.06); padding: 0 14px; color: var(--muted); font-weight: 800; }
.composer i { width: 34px; height: 34px; border-radius: 7px; background: linear-gradient(135deg, var(--cyan), var(--lime)); }
.side-panel { display: grid; align-content: start; gap: 10px; border-left: 1px solid var(--line); background: rgba(255,255,255,0.035); padding: 22px; }
.side-panel strong { margin-bottom: 8px; }
.side-panel span { border: 1px solid var(--line); border-radius: 7px; padding: 11px; color: var(--soft); font-size: 13px; font-weight: 850; }
.side-panel span::before { content: ""; width: 8px; height: 8px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--violet); }
.side-panel span.online::before { background: var(--green); }
.side-panel span.busy::before { background: var(--amber); }
.workspace-story { display: grid; grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr); gap: clamp(24px, 5vw, 64px); border-top: 1px solid var(--line); padding: clamp(34px, 6vw, 76px) clamp(16px, 5vw, 72px); background: rgba(255,255,255,0.035); }
.workspace-story h2, .operating-system h2 { margin: 0; font-size: clamp(34px, 5.2vw, 72px); line-height: 0.96; }
.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.story-grid article { min-height: 180px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,0.045); padding: 18px; }
.story-grid span { color: var(--cyan); font-size: 11px; font-weight: 950; }
.story-grid strong { display: block; margin-top: 22px; font-size: 22px; line-height: 1; }
.story-grid p { margin: 10px 0 0; color: var(--soft); line-height: 1.48; }
.feature-band { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-band article { min-height: 260px; padding: clamp(22px, 4vw, 42px); border-right: 1px solid var(--line); }
.feature-band article:last-child { border-right: 0; }
.feature-band span { color: var(--lime); font-size: 12px; font-weight: 950; }
.feature-band h2 { margin: 32px 0 12px; font-size: clamp(24px, 3vw, 38px); line-height: 1; }
.feature-band p { margin: 0; color: var(--soft); line-height: 1.52; }
.product-screens { display: grid; gap: 24px; border-top: 1px solid var(--line); padding: clamp(34px, 6vw, 76px) clamp(16px, 5vw, 72px); background: rgba(3,8,10,0.58); }
.screens-copy { max-width: 920px; }
.screens-copy h2, .pricing-head h2 { margin: 0; font-size: clamp(34px, 5.4vw, 74px); line-height: 0.96; }
.screens-copy p:not(.eyebrow), .pricing-head p:not(.eyebrow) { max-width: 760px; color: var(--soft); font-size: 18px; line-height: 1.55; }
.screen-grid { display: grid; grid-template-columns: 1.2fr 0.9fr 0.9fr; gap: 12px; align-items: stretch; }
.screen-grid figure { margin: 0; min-width: 0; border: 1px solid var(--line-strong); border-radius: 8px; background: rgba(255,255,255,0.045); overflow: hidden; }
.screen-grid img { width: 100%; height: clamp(220px, 28vw, 390px); object-fit: cover; object-position: top left; background: rgba(255,255,255,0.04); }
.screen-grid figcaption { border-top: 1px solid var(--line); padding: 12px 14px; color: var(--text); font-size: 13px; font-weight: 900; }
.pricing { border-top: 1px solid var(--line); padding: clamp(34px, 6vw, 76px) clamp(16px, 5vw, 72px); }
.pricing-head { max-width: 980px; margin-bottom: 22px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.pricing-grid article { display: grid; align-content: start; gap: 14px; min-height: 520px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,0.045); padding: 22px; }
.pricing-grid article.featured { border-color: rgba(49,231,224,0.48); background: rgba(49,231,224,0.08); box-shadow: 0 28px 80px rgba(49,231,224,0.08); }
.pricing-grid article > span { color: var(--cyan); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.pricing-grid strong { color: var(--text); font-size: clamp(34px, 4vw, 54px); line-height: 0.95; }
.pricing-grid small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.2; text-transform: uppercase; }
.pricing-grid p { margin: 0; color: var(--soft); line-height: 1.48; }
.pricing-grid ul { display: grid; gap: 10px; margin: 6px 0 10px; padding: 0; list-style: none; }
.pricing-grid li { display: flex; gap: 9px; color: var(--soft); line-height: 1.42; }
.pricing-grid li::before { content: ""; flex: 0 0 8px; width: 8px; height: 8px; margin-top: 7px; border-radius: 50%; background: var(--lime); }
.pricing-grid .button { margin-top: auto; }
.operating-system { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 480px); align-items: center; gap: clamp(22px, 5vw, 64px); padding: clamp(34px, 6vw, 76px) clamp(16px, 5vw, 72px); background: rgba(3,8,10,0.72); color: var(--text); }
.operating-system .eyebrow { color: var(--lime); }
.os-copy p:not(.eyebrow) { max-width: 640px; color: var(--soft); font-size: 18px; line-height: 1.5; }
.os-list { display: grid; gap: 8px; }
.os-list span { min-height: 54px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,0.055); padding: 0 14px; color: var(--soft); font-weight: 900; }
.teams { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: clamp(34px, 6vw, 76px) clamp(16px, 5vw, 72px); }
.teams h2 { max-width: 820px; margin: 0; font-size: clamp(36px, 6vw, 72px); line-height: 0.96; }
.powered-footer { display: flex; justify-content: center; border-top: 1px solid var(--line); padding: 18px clamp(16px, 5vw, 72px) 26px; background: rgba(3,8,10,0.62); }
.powered-by { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,0.045); padding: 7px 10px; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; }
.powered-by img { width: 58px; max-height: 18px; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.86; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-metrics { grid-template-columns: 1fr; }
  .app-shell { min-height: 470px; grid-template-columns: 62px minmax(0, 1fr); }
  .side-panel { display: none; }
  .workspace-story, .operating-system { grid-template-columns: 1fr; }
  .screen-grid, .pricing-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-band article { border-right: 0; border-bottom: 1px solid var(--line); }
  .teams { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .hovzly-header { align-items: flex-start; flex-direction: column; }
  nav { justify-content: flex-start; }
  .hero { padding-top: 34px; }
  h1 { font-size: 48px; }
  .app-shell { min-height: 390px; grid-template-columns: 1fr; }
  .app-shell aside { display: none; }
}
