:root {
  --bg: #f7f8fc;
  --surface: rgba(255,255,255,.82);
  --surface-solid: #ffffff;
  --surface-2: #f1f3f9;
  --text: #101426;
  --muted: #667085;
  --border: rgba(20, 27, 48, .10);
  --primary: #5b5cf6;
  --primary-2: #7c3aed;
  --primary-soft: #eef0ff;
  --success: #24b47e;
  --shadow: 0 24px 80px rgba(37, 43, 82, .12);
  --shadow-sm: 0 10px 30px rgba(34, 42, 76, .08);
  --radius: 24px;
}

[data-theme="dark"] {
  --bg: #0b0e17;
  --surface: rgba(18,22,35,.82);
  --surface-solid: #111522;
  --surface-2: #151a28;
  --text: #f4f6fb;
  --muted: #98a2b3;
  --border: rgba(255,255,255,.09);
  --primary-soft: rgba(91,92,246,.14);
  --shadow: 0 24px 80px rgba(0,0,0,.34);
  --shadow-sm: 0 10px 30px rgba(0,0,0,.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  transition: background .25s ease, color .25s ease;
}
body, button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: clamp(72px, 8vw, 120px) 0; }
.section-soft { background: color-mix(in srgb, var(--surface-2) 72%, transparent); }

.bg-orb {
  position: fixed; width: 420px; height: 420px; border-radius: 50%;
  filter: blur(90px); opacity: .16; pointer-events: none; z-index: -1;
}
.orb-1 { background: #7567ff; top: 80px; right: -130px; }
.orb-2 { background: #3b82f6; bottom: 0; left: -170px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 76%, transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -.03em; }
.brand > span:last-child > span { color: var(--primary); }
.brand-mark { position: relative; width: 28px; height: 28px; display: inline-grid; place-items: center; }
.brand-ring { position: absolute; inset: 2px; border: 2px solid var(--primary); border-radius: 9px 12px 9px 12px; transform: rotate(18deg); }
.brand-dot { width: 8px; height: 8px; background: linear-gradient(135deg, var(--primary), var(--primary-2)); border-radius: 50%; box-shadow: 0 0 0 5px color-mix(in srgb, var(--primary) 14%, transparent); }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; color: var(--muted); }
.desktop-nav a:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.login-link { font-size: 14px; font-weight: 600; color: var(--muted); }
.theme-toggle, .menu-toggle {
  width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--border);
  color: var(--text); background: var(--surface); cursor: pointer;
}
.menu-toggle { display: none; }
.mobile-menu {
  display: none; padding: 12px 20px 20px; border-top: 1px solid var(--border);
  background: var(--surface-solid);
}
.mobile-menu.open { display: grid; gap: 8px; }
.mobile-menu a { padding: 12px 8px; color: var(--muted); }

.btn {
  min-height: 46px; padding: 0 20px; border-radius: 14px; display: inline-flex; align-items: center;
  justify-content: center; gap: 8px; font-weight: 700; font-size: 14px; border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), #6d5ff8 55%, var(--primary-2)); color: white; box-shadow: 0 12px 28px rgba(91,92,246,.28); }
.btn-secondary { background: var(--surface); border-color: var(--border); color: var(--text); box-shadow: var(--shadow-sm); }
.btn-light { background: white; color: #1c2140; }
.btn-ghost-light { border-color: rgba(255,255,255,.3); color: white; }
.btn-sm { min-height: 40px; padding: 0 16px; }
.full { width: 100%; }

.hero { padding-top: clamp(64px, 7vw, 100px); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(40px, 6vw, 76px); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px;
  font-size: 12px; font-weight: 700; letter-spacing: .05em; color: #4f52c9;
  border: 1px solid color-mix(in srgb, var(--primary) 18%, var(--border));
  background: color-mix(in srgb, var(--primary-soft) 70%, transparent); border-radius: 999px;
}
.eyebrow.subtle { padding: 0; border: 0; background: none; color: var(--primary); letter-spacing: .14em; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(36,180,126,.12); }
.hero h1 {
  margin: 22px 0 20px; font-family: Manrope, sans-serif; font-size: clamp(46px, 6vw, 76px);
  line-height: 1.02; letter-spacing: -.055em; max-width: 760px;
}
.gradient-text { display: block; background: linear-gradient(90deg, #5758ee, #7757ef 55%, #3b82f6); color: transparent; -webkit-background-clip: text; background-clip: text; }
.hero-lead { margin: 0; max-width: 640px; color: var(--muted); font-size: clamp(16px, 1.8vw, 19px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; font-size: 12px; color: var(--muted); }

.hero-visual { position: relative; min-width: 0; }
.floating-card { animation: floatCard 7s ease-in-out infinite; }
@keyframes floatCard { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.dash-shell {
  border: 1px solid var(--border); border-radius: 26px; overflow: hidden;
  background: color-mix(in srgb, var(--surface-solid) 94%, transparent);
  box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}
.dash-top { height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid var(--border); }
.window-dots { display: flex; gap: 7px; }
.window-dots i { width: 9px; height: 9px; border-radius: 50%; background: #d7dbe7; }
.dash-live { font-size: 10px; font-weight: 800; letter-spacing: .12em; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.dash-live span { width: 7px; height: 7px; background: var(--success); border-radius: 50%; }
.dash-body { display: grid; grid-template-columns: 58px 1fr; min-height: 430px; }
.mini-sidebar { border-right: 1px solid var(--border); padding: 16px 11px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.mini-logo { width: 28px; height: 28px; border-radius: 10px; background: linear-gradient(135deg, var(--primary), var(--primary-2)); }
.mini-nav { width: 28px; height: 28px; border-radius: 9px; background: var(--surface-2); }
.mini-nav.active { background: var(--primary-soft); border: 1px solid color-mix(in srgb, var(--primary) 22%, transparent); }
.dash-content { padding: 22px; min-width: 0; }
.dash-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.dash-head small, .stats-grid span, .chart-title small, .activity-row small { color: var(--muted); }
.dash-head h3 { margin: 5px 0 0; font-size: 18px; }
.status-pill { padding: 8px 10px; border-radius: 999px; font-size: 10px; font-weight: 700; background: rgba(36,180,126,.09); color: var(--success); display: inline-flex; gap: 6px; align-items: center; white-space: nowrap; }
.status-pill b { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.stats-grid article { padding: 15px; border: 1px solid var(--border); border-radius: 15px; background: var(--surface); display: grid; gap: 6px; }
.stats-grid span { font-size: 10px; }
.stats-grid strong { font-size: 19px; }
.stats-grid small { font-size: 9px; color: var(--success); }
.chart-card { margin-top: 12px; padding: 15px; border: 1px solid var(--border); border-radius: 16px; background: var(--surface); }
.chart-title { display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; }
.chart-card svg { height: 130px; overflow: visible; }
.chart-card .area { fill: url(#lineFill); }
.chart-card .line { fill: none; stroke: var(--primary); stroke-width: 4; stroke-linecap: round; }
.activity-row { margin-top: 12px; border: 1px solid var(--border); background: var(--surface); border-radius: 16px; padding: 12px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; }
.activity-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--primary-soft); color: var(--primary); }
.activity-row div { display: grid; gap: 3px; }
.activity-row b { font-size: 11px; }
.activity-row small, .activity-time { font-size: 9px; color: var(--muted); }

.float-note {
  position: absolute; padding: 12px 14px; border-radius: 16px; border: 1px solid var(--border);
  background: color-mix(in srgb, var(--surface-solid) 90%, transparent); backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm); display: flex; align-items: center; gap: 10px; min-width: 140px;
}
.float-note > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--primary-soft); color: var(--primary); }
.float-note div { display: grid; gap: 2px; }
.float-note b { font-size: 12px; }
.float-note small { font-size: 9px; color: var(--muted); }
.note-a { left: -38px; bottom: 58px; }
.note-b { right: -24px; top: 64px; }

.hero-metrics {
  margin-top: clamp(56px, 7vw, 90px); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  display: grid; grid-template-columns: repeat(4,1fr);
}
.hero-metrics > div { padding: 26px 20px; display: grid; gap: 6px; text-align: center; border-right: 1px solid var(--border); }
.hero-metrics > div:last-child { border-right: 0; }
.hero-metrics strong { font-size: clamp(22px, 3vw, 30px); letter-spacing: -.04em; }
.hero-metrics span { color: var(--muted); font-size: 12px; }

.section-heading { max-width: 660px; margin-bottom: 46px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .perf-grid h2, .faq-grid h2, .cta-card h2 {
  font-family: Manrope, sans-serif; font-size: clamp(34px, 4.6vw, 54px); line-height: 1.08; letter-spacing: -.045em;
  margin: 16px 0 14px;
}
.section-heading p, .perf-grid p, .faq-grid > div > p { color: var(--muted); line-height: 1.75; margin: 0; }

.bento-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(220px, auto); gap: 16px;
}
.bento {
  position: relative; overflow: hidden; padding: 26px; border-radius: var(--radius);
  border: 1px solid var(--border); background: var(--surface-solid); box-shadow: var(--shadow-sm);
}
.bento-large { grid-column: span 2; grid-row: span 2; }
.bento-wide { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 20px; }
.icon-box { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--primary-soft); color: var(--primary); font-weight: 800; }
.bento h3 { font-size: 20px; margin: 18px 0 10px; }
.bento p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: 0; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.feature-tags span { border: 1px solid var(--border); background: var(--surface-2); border-radius: 999px; padding: 7px 10px; font-size: 10px; color: var(--muted); }
.command-preview { margin-top: 24px; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; }
.command-preview > div { padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--border); font-size: 12px; }
.command-preview > div:last-child { border-bottom: 0; }
.command-preview span { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 700; color: var(--primary); }
.command-preview small { color: var(--muted); }

.ai-card { background: radial-gradient(circle at 80% 20%, rgba(124,58,237,.14), transparent 42%), var(--surface-solid); }
.ai-orb { width: 120px; height: 120px; position: absolute; right: -10px; bottom: -18px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #a5b4fc, #6d5ff8 45%, #5333d4 70%); filter: saturate(1.1); box-shadow: 0 0 45px rgba(91,92,246,.28); }
.ai-orb span { position: absolute; inset: 22%; border: 1px solid rgba(255,255,255,.55); border-radius: 42% 58% 65% 35% / 40% 40% 60% 60%; transform: rotate(22deg); }
.mini-meter { margin-top: 28px; height: 8px; border-radius: 999px; background: var(--surface-2); overflow: hidden; }
.mini-meter span { display: block; width: 82%; height: 100%; background: linear-gradient(90deg, var(--primary), #60a5fa); border-radius: inherit; }
.settings-preview { margin-top: 22px; display: grid; gap: 10px; }
.settings-preview label { display: flex; justify-content: space-between; gap: 12px; padding: 12px 14px; border: 1px solid var(--border); border-radius: 13px; font-size: 11px; }
.settings-preview span { color: var(--muted); }
.device-preview { position: relative; min-height: 170px; }
.device { position: absolute; border: 2px solid color-mix(in srgb, var(--text) 16%, transparent); background: var(--surface-2); box-shadow: var(--shadow-sm); }
.desktop-device { width: 170px; height: 110px; right: 0; top: 10px; border-radius: 12px; }
.tablet-device { width: 88px; height: 118px; right: 78px; top: 42px; border-radius: 11px; }
.phone-device { width: 54px; height: 105px; right: 18px; top: 62px; border-radius: 13px; background: linear-gradient(180deg, var(--primary-soft), var(--surface-2)); }

.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.steps article { position: relative; padding: 28px; border: 1px solid var(--border); background: var(--surface-solid); border-radius: 22px; }
.step-no { position: absolute; right: 20px; top: 18px; font-size: 12px; color: var(--muted); font-weight: 700; }
.step-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--primary-soft); color: var(--primary); font-weight: 800; }
.steps h3 { margin: 24px 0 10px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 14px; }

.performance { overflow: hidden; }
.perf-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.text-link { display: inline-flex; gap: 8px; margin-top: 20px; color: var(--primary); font-weight: 700; }
.perf-panel { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.perf-card { padding: 24px; min-height: 160px; border-radius: 22px; border: 1px solid var(--border); background: var(--surface-solid); display: grid; align-content: center; gap: 7px; }
.perf-card span, .perf-card small { color: var(--muted); }
.perf-card strong { font-size: clamp(30px, 4vw, 44px); letter-spacing: -.05em; }
.perf-card small { font-size: 11px; }

.billing-toggle { width: max-content; margin: 0 auto 30px; padding: 5px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface-solid); }
.billing-toggle button { border: 0; background: transparent; color: var(--muted); padding: 10px 15px; border-radius: 999px; cursor: pointer; font-weight: 700; font-size: 12px; }
.billing-toggle button.active { background: var(--text); color: var(--bg); }
.billing-toggle span { color: var(--success); font-size: 10px; margin-left: 4px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; padding: 28px; border-radius: 24px; border: 1px solid var(--border); background: var(--surface-solid); }
.price-card.featured { border-color: color-mix(in srgb, var(--primary) 50%, var(--border)); box-shadow: 0 24px 60px rgba(91,92,246,.16); transform: translateY(-8px); }
.recommended { position: absolute; right: 18px; top: 18px; font-size: 9px; letter-spacing: .08em; font-weight: 800; color: var(--primary); background: var(--primary-soft); padding: 6px 8px; border-radius: 999px; }
.plan-label { font-size: 11px; letter-spacing: .14em; color: var(--primary); font-weight: 800; }
.price-card h3 { font-size: 27px; margin: 14px 0 8px; }
.price-card > p { min-height: 48px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.price { display: flex; align-items: baseline; gap: 5px; margin: 26px 0; }
.price strong { font-size: clamp(34px, 4vw, 46px); letter-spacing: -.05em; }
.price span { color: var(--muted); font-size: 12px; }
.price-card ul { list-style: none; padding: 22px 0 18px; border-top: 1px solid var(--border); margin: 0; display: grid; gap: 14px; color: var(--muted); font-size: 13px; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
details { border: 1px solid var(--border); border-radius: 18px; background: var(--surface-solid); padding: 0 18px; }
summary { list-style: none; cursor: pointer; padding: 20px 0; font-weight: 700; display: flex; justify-content: space-between; gap: 14px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--primary); font-size: 20px; }
details[open] summary::after { content: "–"; }
details p { color: var(--muted); margin: -6px 0 20px; line-height: 1.7; font-size: 14px; }

.cta-section { padding-top: 40px; }
.cta-card {
  padding: clamp(34px, 5vw, 58px); border-radius: 30px; background:
    radial-gradient(circle at 85% 10%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(135deg, #4f46e5, #625df7 52%, #6d28d9);
  color: white; display: flex; justify-content: space-between; gap: 40px; align-items: center;
  box-shadow: 0 28px 70px rgba(79,70,229,.28);
}
.cta-card h2 { max-width: 760px; }
.cta-card p { max-width: 680px; color: rgba(255,255,255,.78); line-height: 1.7; }
.cta-eyebrow { background: rgba(255,255,255,.1); color: white; border-color: rgba(255,255,255,.2); }
.cta-actions { display: flex; gap: 10px; flex-shrink: 0; }

footer { padding: 74px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 40px; }
.footer-brand p { color: var(--muted); max-width: 300px; line-height: 1.7; font-size: 13px; margin-top: 16px; }
.footer-grid h4 { margin: 0 0 18px; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid > div:not(.footer-brand) a { color: var(--muted); font-size: 12px; }
.footer-bottom { margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; gap: 20px; }

@media (max-width: 980px) {
  .desktop-nav, .login-link { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .hero-grid, .perf-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { width: min(760px, 100%); margin: 0 auto; }
  .note-a { left: 10px; }
  .note-b { right: 10px; }
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .bento-large, .bento-wide { grid-column: span 2; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
  .price-card.featured { transform: none; }
  .cta-card { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-brand { grid-column: span 3; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 68px 0; }
  .nav-wrap { height: 68px; }
  .nav-actions .btn-sm { display: none; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-actions .btn { flex: 1 1 160px; }
  .hero-trust { gap: 10px 14px; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .hero-metrics > div:nth-child(2) { border-right: 0; }
  .hero-metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }

  .dash-shell { border-radius: 20px; }
  .dash-body { grid-template-columns: 44px 1fr; min-height: 390px; }
  .mini-sidebar { padding: 12px 8px; }
  .mini-logo, .mini-nav { width: 25px; height: 25px; }
  .dash-content { padding: 14px; }
  .stats-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .stats-grid article { padding: 10px; min-width: 0; }
  .stats-grid strong { font-size: 15px; }
  .stats-grid small { display: none; }
  .chart-card svg { height: 100px; }
  .activity-time { display: none; }
  .note-a, .note-b { display: none; }

  .bento-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .bento-large, .bento-wide { grid-column: span 1; grid-row: auto; }
  .bento-wide { grid-template-columns: 1fr; }
  .device-preview { min-height: 145px; }
  .steps, .perf-panel { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 32px; }
  .cta-actions { width: 100%; flex-wrap: wrap; }
  .cta-actions .btn { flex: 1 1 150px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 400px) {
  .container { width: min(100% - 22px, 1180px); }
  .brand { font-size: 18px; }
  .theme-toggle, .menu-toggle { width: 38px; height: 38px; }
  .dash-head { align-items: flex-start; }
  .status-pill { padding: 7px 8px; }
  .stats-grid { gap: 6px; }
  .stats-grid article { border-radius: 11px; }
  .dash-content { padding: 11px; }
  .activity-row { grid-template-columns: 32px 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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


/* ===== V2 desktop polish + production icon system ===== */
.icon-sprite { position:absolute; width:0; height:0; overflow:hidden; }
.ui-icon, .inline-icon {
  width: 18px; height: 18px; fill: none; stroke: currentColor;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
  display: block; flex: 0 0 auto;
}
.inline-icon { width: 15px; height: 15px; }
.brand-media { width: 34px; height: 34px; display:grid; place-items:center; position:relative; flex:0 0 34px; }
.brand-logo { max-width: 34px; max-height: 34px; width:auto; height:auto; object-fit:contain; display:block; }
.brand-logo.logo-failed { display:none; }
.fallback-logo { position:absolute; inset:3px; width:auto; height:auto; display:none; }
.brand-logo.logo-failed + .fallback-logo { display:grid; }

.theme-toggle, .menu-toggle { display:inline-grid; place-items:center; }
.menu-toggle { display:none; }
.icon-box .ui-icon, .step-icon .ui-icon { width:20px; height:20px; }
.activity-icon .ui-icon, .float-note > span .ui-icon { width:17px; height:17px; }

@media (min-width: 1180px) {
  .container { width:min(1320px, calc(100% - 72px)); }
  .nav-wrap { height:82px; }
  .desktop-nav { gap:34px; }
  .hero { padding-top:88px; padding-bottom:96px; }
  .hero-grid {
    grid-template-columns: minmax(480px,.92fr) minmax(600px,1.08fr);
    gap:84px;
    align-items:center;
  }
  .hero-copy { padding-left:4px; }
  .hero h1 { font-size:clamp(64px,5.1vw,84px); max-width:720px; }
  .hero-lead { max-width:650px; font-size:18px; }
  .hero-visual { width:100%; max-width:760px; justify-self:end; }
  .dash-body { min-height:470px; }
  .dash-content { padding:28px; }
  .stats-grid { gap:14px; }
  .stats-grid article { padding:18px; }
  .chart-card { padding:18px; }
  .chart-card svg { height:150px; }
  .hero-metrics { margin-top:96px; }
  .hero-metrics > div { padding:30px 20px; }
  .bento-grid { grid-template-columns:1.15fr 1.15fr .85fr .85fr; gap:18px; }
  .bento { padding:30px; }
  .bento-large { min-height:500px; }
  .section-heading { max-width:720px; }
  .pricing-grid { gap:20px; }
  .price-card { padding:32px; }
}

@media (min-width: 1500px) {
  .container { width:min(1440px, calc(100% - 96px)); }
  .hero-grid { grid-template-columns:minmax(520px,.9fr) minmax(680px,1.1fr); gap:110px; }
  .hero-visual { max-width:820px; }
  .dash-body { min-height:500px; }
  .bento-grid { gap:20px; }
}

@media (max-width: 980px) {
  .menu-toggle { display:inline-grid; }
}
