:root {
  --accent: #22c07a;
  --accent-dark: #159c60;
  --accent-soft: #d7f5e6;
  --text: #16261f;
  --text-soft: #3d5148;
  --glass: rgba(255, 255, 255, 0.38);
  --glass-strong: rgba(255, 255, 255, 0.62);
  --glass-border: rgba(255, 255, 255, 0.65);
  --glass-shadow: 0 20px 50px rgba(13, 40, 30, 0.28);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
}

#desktop {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url('assets/wallpaper.svg') center center / cover no-repeat;
  overflow: hidden;
}

/* ---------- GLASS BASE ---------- */
.glass {
  background: var(--glass);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
}

/* ---------- MENU BAR ---------- */
.menubar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 30px rgba(13, 40, 30, 0.12);
  padding: 0 18px;
  position: relative;
  z-index: 500;
}
.menubar-left, .menubar-right { display: flex; align-items: center; gap: 6px; }
.menubar-logo {
  display: flex; align-items: center; gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin-right: 16px;
  color: var(--text);
}
.menubar-logo img { width: 28px; height: 28px; border-radius: 8px; }
.menubar-logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.menubar-logo-sub {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: var(--text-soft);
}
.menubar-item {
  background: none; border: none; cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--text-soft);
  transition: background 0.15s ease, color 0.15s ease;
}
.menubar-item:hover { background: rgba(255,255,255,0.55); color: var(--accent-dark); }
#clock {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: rgba(255,255,255,0.4);
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--text-soft);
  font-variant-numeric: tabular-nums;
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  color: var(--text-soft);
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.social-btn:hover, .social-btn:focus-visible {
  background: rgba(255,255,255,0.65);
  color: var(--accent-dark);
  transform: translateY(-1px);
}

/* ---------- DESKTOP ICONS ---------- */
.desktop-icons {
  position: absolute;
  top: 92px; left: 24px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 84px);
  column-gap: 20px;
  row-gap: 20px;
  z-index: 10;
  max-height: calc(100vh - 170px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 12px 8px;
}
.icon {
  background: none; border: none; cursor: pointer;
  display: flex; flex-direction: column; align-items: center;
  width: 84px; gap: 7px; padding: 4px;
  color: var(--text);
}
.icon-folder, .icon-trash {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  border-radius: 18px;
  background: rgba(255,255,255,0.4);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 8px 20px rgba(13, 40, 30, 0.18), inset 0 1px 0 rgba(255,255,255,0.7);
  transition: transform 0.15s ease, background 0.15s ease;
}
.icon-folder::before {
  content: '';
  display: block;
  width: 30px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2.5 4 19 14'%3E%3Cpath fill='%23FFD54F' stroke='%23C68400' stroke-width='0.7' d='M2.5 5.5a1.5 1.5 0 011.5-1.5h4.8l1.7 1.9h9.5a1.5 1.5 0 011.5 1.5v9.1a1.5 1.5 0 01-1.5 1.5H4a1.5 1.5 0 01-1.5-1.5z'/%3E%3Cpath fill='%23FFCA28' stroke='%23C68400' stroke-width='0.7' d='M2.5 9.7h19v6.4a1.5 1.5 0 01-1.5 1.5H4a1.5 1.5 0 01-1.5-1.5z'/%3E%3Cpath fill='none' stroke='%23C68400' stroke-width='0.5' opacity='0.6' d='M2.5 12.5h19'/%3E%3Cpath fill='none' stroke='%23C68400' stroke-width='0.5' opacity='0.6' d='M4 4.3h4.6l1.6 1.9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-folder.highlight { background: rgba(34, 192, 122, 0.32); border-color: rgba(34, 192, 122, 0.55); }
.icon:hover .icon-folder, .icon:focus .icon-folder,
.icon:hover .icon-trash, .icon:focus .icon-trash {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.58);
}
.icon-label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  background: rgba(255,255,255,0.45);
  color: var(--text);
  padding: 3px 9px;
  border-radius: 999px;
  line-height: 1.3;
}

/* ---------- WINDOWS ---------- */
#windows-layer { position: absolute; top: 60px; right: 0; bottom: 0; left: 0; z-index: 20; pointer-events: none; }

.window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--w, 420px);
  height: var(--h, 320px);
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 120px);
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255,255,255,0.7);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 30;
  pointer-events: auto;
}
.window.open { display: flex; }
.window.minimized { display: none; }

.window-titlebar {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  color: var(--text);
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: grab;
  user-select: none;
  gap: 8px;
  flex-shrink: 0;
}
.window-titlebar:active { cursor: grabbing; }
.titlebar-title { flex: 1; text-align: center; padding-right: 46px; }
.titlebar-buttons { display: flex; gap: 8px; }
.section-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.section-heading-row h2 { margin: 0; }
.titlebar-signup {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(21, 156, 96, 0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.titlebar-signup:hover, .titlebar-signup:focus-visible {
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 8px 20px rgba(21, 156, 96, 0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}
.titlebar-signup-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(34, 192, 122, 0.55);
  animation: cta-pulse 1.3s ease-out infinite;
  pointer-events: none;
}
.tb-btn {
  width: 15px; height: 15px;
  border-radius: 50%;
  border: none;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: transform 0.12s ease;
}
.tb-btn:hover { transform: scale(1.12); }
.tb-close { background: #ff6259; }
.tb-min { background: #ffbd2e; }

.window-body {
  flex: 1;
  overflow-y: auto;
  padding: 18px 22px 22px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text);
}
.window-body h1, .window-body h2, .window-body h3, .window-body h4 {
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
  color: var(--text);
}
.window-body h2 { font-size: 22px; }
.window-body h3 { font-size: 16px; margin-bottom: 6px; }
.window-body h4 { font-size: 14px; margin-bottom: 6px; }

.hero-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin: 0;
  color: var(--accent-dark);
}
.hero-tagline { margin: -10px 0 0; font-weight: 600; font-size: 16px; color: var(--text); }
.hint { color: var(--text-soft); font-style: italic; }

.btn-primary, .btn-secondary {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  appearance: none;
  -webkit-appearance: none;
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
  box-shadow: 0 8px 20px rgba(21, 156, 96, 0.35);
}
.btn-secondary {
  background: rgba(255,255,255,0.5);
  color: var(--text);
  border-color: rgba(255,255,255,0.7);
}
.btn-primary:hover, .btn-secondary:hover { transform: translateY(-2px); }

.feature-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.feature-list li {
  display: flex; gap: 12px; align-items: flex-start;
  background: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 14px;
  padding: 10px 12px;
}
.feature-icon { font-size: 22px; }
.feature-list strong { color: var(--accent-dark); }
.feature-list p { margin: 3px 0 0; font-size: 13px; color: var(--text-soft); }

.pricing-grid { display: flex; gap: 14px; flex-wrap: wrap; }
.price-card {
  flex: 1; min-width: 170px;
  background: rgba(255,255,255,0.42);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 16px;
  padding: 16px; text-align: center;
}
.price-card.featured { border-color: rgba(34, 192, 122, 0.6); box-shadow: 0 0 0 3px rgba(34, 192, 122, 0.18); }
.price-card h3 { margin: 0 0 4px; }
.price { font-size: 26px; font-weight: 700; margin: 4px 0 2px; color: var(--accent-dark); }
.price span { font-size: 13px; font-weight: 400; color: var(--text-soft); }
.price-card ul { list-style: none; padding: 0; margin: 10px 0 14px; font-size: 13px; text-align: left; }
.price-card ul li { padding: 4px 0; border-bottom: 1px dashed rgba(22,38,31,0.15); color: var(--text-soft); }
.fine-print { font-size: 12px; color: var(--text-soft); margin-top: 10px; }

.video-embed {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 14px;
  overflow: hidden;
  margin: 10px 0 14px;
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 8px 20px rgba(13, 40, 30, 0.18);
  background: #0b1a14;
  text-decoration: none;
}
.video-embed img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.video-embed:hover img { transform: scale(1.03); filter: brightness(0.85); }
.video-embed video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  background: #000;
}
.video-embed .play-btn {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 54px; height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: var(--accent-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
  transition: transform 0.15s ease;
}
.video-embed:hover .play-btn { transform: translate(-50%, -50%) scale(1.1); }
.video-embed .video-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 6px 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
}

.compare-wrap { overflow-x: auto; margin: 10px 0 14px; border-radius: 14px; }
.compare-table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  background: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 14px;
  overflow: hidden;
  font-size: 13px;
}
.compare-table th, .compare-table td {
  padding: 8px 10px;
  text-align: left;
  border-bottom: 1px solid rgba(22,38,31,0.1);
}
.compare-table thead th {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background: rgba(34, 192, 122, 0.28);
  color: var(--text);
}
.compare-table th:nth-child(2), .compare-table th:nth-child(3),
.compare-table td:nth-child(2), .compare-table td:nth-child(3) {
  text-align: center;
  width: 92px;
}
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table td.yes { color: var(--accent-dark); font-weight: 700; }
.compare-table td.no { color: #b3554a; font-weight: 700; }

blockquote {
  margin: 0; padding: 10px 14px;
  background: rgba(255,255,255,0.42);
  border-left: 3px solid var(--accent);
  border-radius: 0 14px 14px 0;
  flex: 1;
}
blockquote cite { display: block; margin-top: 6px; font-size: 12px; color: var(--text-soft); font-style: normal; }

.results-card {
  position: relative;
  margin-top: 14px;
  padding: 14px;
  background: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 14px;
}
.results-photo {
  position: absolute;
  top: -6px;
  right: 14px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(13,40,30,0.25);
}
.results-letterhead {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 104px;
  border-bottom: 1px solid rgba(22,38,31,0.15);
}
.results-letterhead img {
  height: 32px;
  width: auto;
  border-radius: 4px;
}
.results-letterhead h4 { margin: 0; }
.results-programme { margin: 2px 0 0; font-size: 12px; color: var(--text-soft); }
.results-card-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--text);
  margin-bottom: 8px;
}
.results-table {
  width: 100%;
  min-width: 380px;
  border-collapse: collapse;
  font-size: 12px;
}
.results-table th, .results-table td {
  padding: 6px 8px;
  text-align: left;
  border-bottom: 1px solid rgba(22,38,31,0.1);
}
.results-table thead th {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--text-soft);
}
.results-table th:nth-child(2), .results-table th:nth-child(3),
.results-table td:nth-child(2), .results-table td:nth-child(3) {
  text-align: center;
  width: 60px;
}
.results-table tbody tr:last-child td { border-bottom: none; }
.results-summary {
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--accent-dark);
}

.reel-wrap {
  position: relative;
  margin: 8px auto 4px;
  max-width: 100%;
  width: 400px;
  height: 600px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(13, 40, 30, 0.18);
}
.reel-wrap .instagram-media,
.reel-wrap iframe {
  margin: 0 !important;
  border-radius: 14px !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  inset: 0 !important;
}

.testimonial { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }

.quote-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 10px;
}
.quote-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.7);
  box-shadow: 0 4px 10px rgba(13, 40, 30, 0.2);
}
.quote-text { margin: 0 0 4px; font-style: italic; font-size: 14px; }
.quote-author { margin: 0; font-size: 12px; color: var(--text-soft); font-weight: 600; }
.testimonial .avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.75);
  box-shadow: 0 4px 10px rgba(13, 40, 30, 0.2);
}

details {
  margin-bottom: 10px;
  background: rgba(255,255,255,0.42);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 14px;
  padding: 10px 14px;
}
details summary { cursor: pointer; font-weight: 600; font-family: 'Poppins', sans-serif; font-size: 14px; }
details p { margin: 8px 0 2px; font-size: 14px; color: var(--text-soft); }

#signup-form { display: flex; gap: 8px; margin: 12px 0; }
#signup-form input {
  flex: 1; padding: 10px 14px; font-size: 14px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 999px;
  color: var(--text);
}
#signup-form input::placeholder { color: var(--text-soft); }

.promote-steps { padding-left: 20px; margin: 10px 0; }
.promote-steps li { margin-bottom: 10px; font-size: 14px; }

#affiliate-form { display: flex; flex-direction: column; gap: 8px; margin: 12px 0; }
#affiliate-form input {
  padding: 10px 14px; font-size: 14px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 999px;
  color: var(--text);
}
#affiliate-form input::placeholder { color: var(--text-soft); }

/* ---------- TASKBAR / DOCK ---------- */
.taskbar {
  position: absolute;
  bottom: 18px; left: 50%;
  transform: translateX(-50%);
  max-width: calc(100vw - 24px);
  height: 54px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 999px;
  box-shadow: var(--glass-shadow);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  z-index: 100;
}
.taskbar[hidden] { display: none; }
#taskbar-items { display: flex; gap: 6px; overflow-x: auto; flex: 1; }
.taskbar-item {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  background: rgba(255,255,255,0.45);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 999px;
  color: var(--text);
  cursor: pointer;
  white-space: nowrap;
}
.taskbar-item.active { background: rgba(34, 192, 122, 0.35); border-color: rgba(34, 192, 122, 0.6); }

/* ---------- HERO CTA (centered on desktop) ---------- */
.hero-cta {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 28px 36px;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 26px;
  box-shadow: var(--glass-shadow);
  text-align: center;
  max-width: 90vw;
}
.cta-hero {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(21, 156, 96, 0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}
.cta-hero:hover, .cta-hero:focus-visible {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 34px rgba(21, 156, 96, 0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}
.cta-hero-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(34, 192, 122, 0.55);
  animation: cta-pulse 1.3s ease-out infinite;
  pointer-events: none;
}
.hero-stat {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-soft);
  white-space: nowrap;
}
@keyframes cta-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(34, 192, 122, 0.75); }
  70%  { box-shadow: 0 0 0 18px rgba(34, 192, 122, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 192, 122, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .cta-hero-ring, .titlebar-signup-ring { animation: none; }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 720px) {
  .desktop-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    left: 8px; right: 8px; top: 72px;
    justify-content: flex-start;
  }
  .icon { width: 72px; }
  .window {
    left: 4vw !important;
    top: 66px !important;
    transform: none !important;
    width: 92vw !important;
    height: min(var(--h, 320px), 68vh) !important;
  }
  .menubar-item { display: none; }
  .hero-title { font-size: 22px; }
  .hero-cta {
    bottom: auto;
    transform: translateX(-50%);
    padding: 18px 20px;
    gap: 10px;
  }
  .cta-hero { padding: 12px 20px; font-size: 14px; }
  .hero-stat { font-size: 12px; }
}
