/* Meduza.dev modern site v1. Static landing page. No external dependencies. */
:root {
  --bg: #eef6fb;
  --bg-2: #f8fbff;
  --text: #0b2238;
  --muted: #60758c;
  --line: rgba(15, 65, 92, 0.12);
  --card: rgba(255, 255, 255, 0.78);
  --card-strong: rgba(255, 255, 255, 0.92);
  --primary: #0b86b6;
  --primary-2: #17a4d8;
  --primary-3: #036d9d;
  --green: #18a765;
  --shadow: 0 24px 70px rgba(7, 50, 82, 0.14);
  --shadow-soft: 0 16px 38px rgba(7, 50, 82, 0.10);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 0%, rgba(31, 170, 216, 0.18), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(24, 167, 101, 0.13), transparent 24%),
    linear-gradient(180deg, #f5fbff 0%, #eef5fb 42%, #f8fbff 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
code {
  padding: 0.18rem 0.38rem;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(11, 134, 182, 0.08);
  color: var(--primary-3);
}
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { position: relative; padding: 72px 0; }
.site-bg { position: fixed; inset: 0; pointer-events: none; overflow: hidden; z-index: -1; }
.orb { position: absolute; display: block; border-radius: 999px; filter: blur(14px); opacity: 0.7; animation: drift 14s ease-in-out infinite alternate; }
.orb-a { width: 360px; height: 360px; left: -120px; top: 80px; background: rgba(23, 164, 216, 0.24); }
.orb-b { width: 300px; height: 300px; right: -90px; top: 230px; background: rgba(24, 167, 101, 0.18); animation-delay: -4s; }
.orb-c { width: 420px; height: 420px; left: 38%; bottom: -240px; background: rgba(3, 109, 157, 0.14); animation-delay: -7s; }
.grid-glow {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(10, 67, 101, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 67, 101, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 70%, transparent);
}
@keyframes drift { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(24px, -18px, 0) scale(1.05); } }
.topbar {
  position: sticky; top: 0; z-index: 20; height: 74px;
  display: flex; align-items: center; justify-content: space-between;
  width: min(var(--container), calc(100% - 40px)); margin: 18px auto 0; padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.75); border-radius: 24px;
  background: rgba(255, 255, 255, 0.62); backdrop-filter: blur(18px);
  box-shadow: 0 12px 38px rgba(7, 50, 82, 0.10);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.topbar.is-elevated { background: rgba(255, 255, 255, 0.82); box-shadow: 0 18px 50px rgba(7, 50, 82, 0.14); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 190px; }
.brand-mark {
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 16px;
  background: radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.95), transparent 34%), linear-gradient(135deg, #0b86b6 0%, #18a765 100%);
  box-shadow: 0 14px 30px rgba(11, 134, 182, 0.28);
}
.brand-mark svg { width: 30px; height: 30px; fill: rgba(255, 255, 255, 0.96); }
.brand-mark .brand-dot { fill: rgba(6, 64, 95, 0.74); }
.brand strong { display: block; font-size: 1.02rem; letter-spacing: -0.02em; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 0.75rem; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a, .mobile-menu a {
  border-radius: 999px; padding: 10px 14px; color: #244258; font-size: 0.92rem; font-weight: 650;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.nav a:hover, .mobile-menu a:hover { color: var(--primary-3); background: rgba(11, 134, 182, 0.10); transform: translateY(-1px); }
.menu-btn { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, 0.74); cursor: pointer; }
.menu-btn span { display: block; width: 19px; height: 2px; margin: 4px auto; border-radius: 999px; background: var(--text); }
.mobile-menu { position: fixed; top: 94px; left: 20px; right: 20px; z-index: 19; padding: 12px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(18px); box-shadow: var(--shadow-soft); }
.mobile-menu a { display: block; }
.hero { padding-top: 78px; padding-bottom: 54px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr); gap: 54px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--primary-3); font-size: 0.82rem; font-weight: 780; letter-spacing: 0.08em; text-transform: uppercase; }
.pulse { position: relative; width: 10px; height: 10px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 0 rgba(24, 167, 101, 0.32); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(24, 167, 101, 0.34); } 70% { box-shadow: 0 0 0 11px rgba(24, 167, 101, 0); } 100% { box-shadow: 0 0 0 0 rgba(24, 167, 101, 0); } }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; max-width: 840px; font-size: clamp(2.6rem, 6vw, 5.95rem); line-height: 0.92; letter-spacing: -0.075em; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 3.4vw, 3.45rem); line-height: 1.02; letter-spacing: -0.055em; }
h3 { margin-bottom: 10px; font-size: 1.18rem; letter-spacing: -0.025em; }
.lead, .section-head p, .panel p, .contact-card p { max-width: 680px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 15px; padding: 0 18px; font-weight: 760; transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%); box-shadow: 0 16px 36px rgba(11, 134, 182, 0.28); }
.btn-primary:hover { box-shadow: 0 20px 46px rgba(11, 134, 182, 0.34); }
.btn-soft { color: #0c4464; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.7); }
.btn-soft:hover { background: rgba(255, 255, 255, 0.95); box-shadow: 0 14px 32px rgba(7, 50, 82, 0.09); }
.metrics { display: flex; flex-wrap: wrap; gap: 14px; }
.metrics div { min-width: 126px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, 0.58); backdrop-filter: blur(10px); }
.metrics strong { display: block; color: var(--primary); font-size: 1.42rem; line-height: 1; }
.metrics span { display: block; margin-top: 6px; color: var(--muted); font-size: 0.86rem; }
.hero-visual { position: relative; }
.dashboard-card { position: relative; overflow: hidden; padding: 24px; border: 1px solid rgba(255, 255, 255, 0.82); border-radius: var(--radius-xl); background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.66)), radial-gradient(circle at 20% 0%, rgba(23, 164, 216, 0.16), transparent 42%); box-shadow: var(--shadow); }
.dashboard-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.7) 45%, transparent 70%); transform: translateX(-130%); animation: sweep 5.8s ease-in-out infinite; pointer-events: none; }
@keyframes sweep { 0%, 42% { transform: translateX(-130%); } 72%, 100% { transform: translateX(130%); } }
.dashboard-head, .chart-top, .stack-row, .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mini-label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 0.78rem; font-weight: 720; text-transform: uppercase; letter-spacing: 0.08em; }
.dashboard-head h2 { margin: 0; font-size: 1.45rem; letter-spacing: -0.03em; }
.status { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 999px; color: #0a7045; background: rgba(24, 167, 101, 0.12); font-size: 0.82rem; font-weight: 780; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--green); }
.chart-card { position: relative; margin: 22px 0; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: rgba(248, 252, 255, 0.88); }
.chart-top span { color: var(--muted); font-size: 0.9rem; font-weight: 680; }
.chart-top strong { color: var(--primary); font-size: 1.4rem; }
.bars { display: grid; grid-template-columns: repeat(8, 1fr); gap: 9px; align-items: end; height: 162px; margin-top: 20px; }
.bars i { display: block; height: var(--h); border-radius: 999px 999px 8px 8px; background: linear-gradient(180deg, rgba(23, 164, 216, 0.96), rgba(11, 134, 182, 0.32)); box-shadow: 0 14px 22px rgba(11, 134, 182, 0.12); animation: grow 1.1s cubic-bezier(.2,.7,.2,1) both; }
.bars i:nth-child(2) { animation-delay: 0.05s; } .bars i:nth-child(3) { animation-delay: 0.10s; } .bars i:nth-child(4) { animation-delay: 0.15s; } .bars i:nth-child(5) { animation-delay: 0.20s; } .bars i:nth-child(6) { animation-delay: 0.25s; } .bars i:nth-child(7) { animation-delay: 0.30s; } .bars i:nth-child(8) { animation-delay: 0.35s; }
@keyframes grow { from { height: 0; opacity: 0.25; } to { height: var(--h); opacity: 1; } }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.mini-card, .feature-card, .step { border: 1px solid var(--line); background: var(--card); backdrop-filter: blur(14px); }
.mini-card { padding: 16px; border-radius: 18px; }
.icon { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 13px; border-radius: 12px; color: white; background: linear-gradient(135deg, var(--primary), var(--green)); font-weight: 900; }
.mini-card strong, .mini-card small { display: block; }
.mini-card small { margin-top: 5px; color: var(--muted); }
.float-chip { position: absolute; z-index: 2; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, 0.76); border-radius: 999px; background: rgba(255, 255, 255, 0.82); box-shadow: 0 18px 36px rgba(7, 50, 82, 0.12); color: #16435b; font-size: 0.86rem; font-weight: 780; backdrop-filter: blur(16px); animation: floaty 4.4s ease-in-out infinite alternate; }
.chip-a { top: 34px; right: -22px; } .chip-b { bottom: 48px; left: -20px; animation-delay: -2s; }
@keyframes floaty { from { transform: translateY(0); } to { transform: translateY(-14px); } }
.strip { padding: 26px 0; }
.strip-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 16px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, 0.62); backdrop-filter: blur(16px); box-shadow: var(--shadow-soft); }
.strip-inner span { padding: 10px 14px; border-radius: 999px; color: #21495e; background: rgba(11, 134, 182, 0.08); font-size: 0.9rem; font-weight: 720; }
.section-head { margin-bottom: 28px; }
.section-head p { margin-bottom: 0; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { position: relative; overflow: hidden; min-height: 230px; padding: 26px; border-radius: var(--radius-lg); box-shadow: 0 12px 34px rgba(7, 50, 82, 0.08); transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease; }
.feature-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -62px; bottom: -62px; border-radius: 999px; background: rgba(23, 164, 216, 0.12); }
.feature-card:hover { transform: translateY(-6px); background: var(--card-strong); box-shadow: 0 22px 54px rgba(7, 50, 82, 0.14); }
.feature-icon { display: inline-flex; margin-bottom: 36px; padding: 9px 11px; border-radius: 13px; color: white; background: linear-gradient(135deg, var(--primary), var(--primary-2)); font-weight: 860; }
.feature-card p, .step p { margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.platform-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr); gap: 18px; align-items: stretch; }
.panel, .stack, .contact-card { border: 1px solid rgba(255, 255, 255, 0.78); border-radius: var(--radius-xl); background: rgba(255, 255, 255, 0.72); backdrop-filter: blur(16px); box-shadow: var(--shadow-soft); }
.panel { padding: 34px; }
.check-list { display: grid; gap: 12px; margin-top: 24px; }
.check-list div { display: flex; align-items: center; gap: 12px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, 0.58); color: #28495e; font-weight: 650; }
.check-list span { display: grid; place-items: center; flex: 0 0 auto; width: 24px; height: 24px; border-radius: 999px; color: #fff; background: var(--green); font-size: 0.85rem; }
.stack { display: grid; gap: 12px; padding: 18px; }
.stack-row { padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(248, 252, 255, 0.76); }
.stack-row strong, .stack-row small { display: block; }
.stack-row small { margin-top: 5px; color: var(--muted); }
.stack-badge { display: grid; place-items: center; flex: 0 0 auto; width: 64px; height: 44px; border-radius: 15px; color: var(--primary-3); background: rgba(11, 134, 182, 0.10); font-size: 0.82rem; font-weight: 850; }
.timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.step { position: relative; padding: 24px; border-radius: var(--radius-lg); box-shadow: 0 12px 34px rgba(7, 50, 82, 0.08); }
.step span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 24px; border-radius: 17px; color: white; background: linear-gradient(135deg, var(--primary), var(--green)); font-size: 1.15rem; font-weight: 900; }
.contact-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; padding: 34px; background: radial-gradient(circle at 90% 15%, rgba(23, 164, 216, 0.22), transparent 36%), rgba(255, 255, 255, 0.78); }
.contact-card h2 { max-width: 760px; }
.contact-actions { display: grid; gap: 12px; min-width: 210px; }
.footer { padding: 34px 0 42px; color: var(--muted); }
.footer-inner { padding-top: 22px; border-top: 1px solid var(--line); font-size: 0.92rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.10s; } .delay-2 { transition-delay: 0.18s; }
@media (max-width: 980px) {
  .hero-grid, .platform-grid, .contact-card { grid-template-columns: 1fr; }
  .hero { padding-top: 56px; }
  .hero-visual { max-width: 620px; }
  .cards, .timeline { grid-template-columns: 1fr; }
  .contact-actions { display: flex; flex-wrap: wrap; }
}
@media (max-width: 760px) {
  .container, .topbar { width: min(100% - 28px, var(--container)); }
  .section { padding: 54px 0; }
  .nav { display: none; }
  .menu-btn { display: block; }
  .topbar { height: 68px; margin-top: 12px; border-radius: 20px; }
  .brand { min-width: 0; }
  .brand small { display: none; }
  h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  h2 { font-size: clamp(1.9rem, 8vw, 2.65rem); }
  .lead, .section-head p, .panel p, .contact-card p { font-size: 1rem; }
  .dashboard-card, .panel, .contact-card { padding: 20px; border-radius: 24px; }
  .mini-grid { grid-template-columns: 1fr; }
  .float-chip { display: none; }
  .metrics { display: grid; grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
