/* MCM Labs — site styles.
   Light and bright: a cool white page washed with slowly drifting pastel
   colour, frosted-glass cards, and saturated gradients reserved for icons,
   buttons, and the moments worth looking at. */

:root {
  --bg: #F6F8FF;
  --ink: #0E1734;
  --muted: #4E5A78;
  --dim: #7A849E;
  --line: rgba(14, 23, 52, 0.08);
  --line-strong: rgba(14, 23, 52, 0.14);
  --glass: rgba(255, 255, 255, 0.66);
  --glass-strong: rgba(255, 255, 255, 0.86);
  --cobalt: #2563FF;
  --cyan: #06B6D4;
  --teal: #14B8A6;
  --coral: #FF7A59;
  --gold: #F2B530;
  --mint: #16B981;
  --rose: #F0476A;

  --grad-brand: linear-gradient(120deg, #2563FF 0%, #1E90FF 50%, #06B6D4 100%);
  --grad-gold: linear-gradient(120deg, #FFD66B, #F5B72F 50%, #FF7A59);
  --grad-ink: linear-gradient(120deg, #0B1733 0%, #1E3FAF 40%, #0A8FD1 70%, #1E3FAF 100%);
  --shadow-card: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 24px 60px -30px rgba(40, 60, 140, 0.35), 0 2px 6px -2px rgba(40, 60, 140, 0.08);
  --shadow-lift: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 34px 70px -30px rgba(40, 80, 170, 0.45), 0 4px 10px -4px rgba(40, 60, 140, 0.12);

  --font: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --gutter: 20px;
  --max: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 720px) { :root { --gutter: 36px; } }

/* ---------- Base ---------- */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; background: var(--bg); }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3 { margin: 0 0 0.5em; line-height: 1.1; text-wrap: balance; letter-spacing: -0.02em; }
h3 { font-size: 1.25rem; font-weight: 750; line-height: 1.25; }
p { margin: 0 0 1em; text-wrap: pretty; }
a { color: var(--cobalt); text-underline-offset: 0.2em; text-decoration-thickness: 1px; transition: color .2s; }
a:hover { color: var(--cyan); }
img { max-width: 100%; height: auto; }
code { font-family: var(--mono); font-size: 0.84em; background: rgba(47, 107, 255, 0.07); border: 1px solid rgba(47, 107, 255, 0.14); border-radius: 6px; padding: 0.08em 0.4em; color: #1D3A9E; }
::selection { background: rgba(37, 99, 255, 0.25); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; border-radius: 8px; }

.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); position: relative; }
.center { text-align: center; margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: var(--gutter); top: -100px; z-index: 50; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; }

/* ---------- The light ---------- */

.backdrop { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; background: linear-gradient(180deg, #F3F6FF 0%, #F8F7FF 50%, #FFF8F3 100%); }
.aurora { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.75; will-change: transform; }
.aurora-1 { width: 50vmax; height: 50vmax; left: -14vmax; top: -18vmax; background: radial-gradient(circle, #A9C6FF 0%, transparent 68%); animation: drift1 24s ease-in-out infinite alternate; }
.aurora-2 { width: 46vmax; height: 46vmax; right: -14vmax; top: -6vmax; background: radial-gradient(circle, #B6ECF7 0%, transparent 68%); animation: drift2 30s ease-in-out infinite alternate; }
.aurora-3 { width: 42vmax; height: 42vmax; left: 28vw; bottom: -20vmax; background: radial-gradient(circle, #FFD7BE 0%, transparent 68%); animation: drift3 36s ease-in-out infinite alternate; }
@keyframes drift1 { to { transform: translate(14vw, 12vh) scale(1.12); } }
@keyframes drift2 { to { transform: translate(-12vw, 16vh) scale(0.92); } }
@keyframes drift3 { to { transform: translate(-16vw, -10vh) scale(1.18); } }
.blueprint {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(47, 75, 160, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(47, 75, 160, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 55% at 50% 0%, #000 15%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 75% 55% at 50% 0%, #000 15%, transparent 72%);
}
.grain {
  position: absolute; inset: -50%;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Header ---------- */

.site-header { position: sticky; top: 0; z-index: 30; padding-block: 14px; border-bottom: 1px solid transparent; transition: background-color .3s, border-color .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(248, 250, 255, 0.75); backdrop-filter: blur(18px) saturate(1.6); -webkit-backdrop-filter: blur(18px) saturate(1.6); border-bottom-color: var(--line); box-shadow: 0 10px 30px -20px rgba(40, 60, 140, 0.35); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-weight: 800; font-size: 1.2rem; letter-spacing: -0.02em; }
.brand:hover { color: var(--ink); }
.brand img { filter: drop-shadow(0 6px 14px rgba(47, 107, 255, 0.35)); }
.nav-pill { display: flex; gap: 2px; padding: 5px; border-radius: 999px; background: var(--glass); border: 1px solid rgba(255, 255, 255, 0.9); box-shadow: var(--shadow-card); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.nav-link { color: var(--muted); text-decoration: none; font-size: 0.93rem; font-weight: 600; padding: 8px 18px; border-radius: 999px; transition: color .2s, background-color .2s; }
.nav-link:hover { color: var(--ink); background: rgba(47, 107, 255, 0.07); }
.nav-link[aria-current="page"] { color: #fff; background: var(--grad-brand); }
.site-header .header-cta { min-height: 42px; padding: 0 20px; font-size: 0.9rem; }
@media (max-width: 860px) { .site-header .header-cta { display: none; } }
@media (max-width: 600px) {
  .site-header { position: relative; }
  .nav-pill { width: 100%; justify-content: space-around; }
  .nav-link { padding: 8px 12px; font-size: 0.88rem; }
}

/* ---------- Buttons ---------- */

.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 18px; }
.button {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 24px; border-radius: 999px;
  font-family: var(--font); font-weight: 700; font-size: 0.98rem; text-decoration: none; white-space: nowrap;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .25s, border-color .25s, color .25s;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-large { min-height: 56px; padding: 0 30px; font-size: 1.04rem; }
.button-glow { color: #fff; background: var(--grad-brand); background-size: 160% 100%; box-shadow: 0 12px 30px -10px rgba(30, 110, 255, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.35); transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-position .5s var(--ease); }
.button-glow:hover { color: #fff; background-position: 100% 0; box-shadow: 0 18px 40px -10px rgba(30, 110, 255, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
.button-glass { color: var(--ink); background: var(--glass-strong); border-color: rgba(14, 23, 52, 0.1); box-shadow: 0 8px 20px -14px rgba(40, 60, 140, 0.45); }
.button-glass:hover { color: var(--ink); border-color: rgba(37, 99, 255, 0.45); background: #fff; }
.button-light { color: #1A3FB8; background: #fff; box-shadow: 0 12px 30px -12px rgba(20, 20, 80, 0.5); }
.button-light:hover { color: #1A3FB8; box-shadow: 0 18px 40px -12px rgba(20, 20, 80, 0.6); }
.button-outline-light { color: #fff; border-color: rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.12); }
.button-outline-light:hover { color: #fff; background: rgba(255, 255, 255, 0.22); border-color: #fff; }
.apple { width: 16px; height: 20px; fill: currentColor; }

/* ---------- Type treatments ---------- */

.display, .headline { background: var(--grad-ink); -webkit-background-clip: text; background-clip: text; color: transparent; }
.display { font-size: clamp(2.6rem, 5.6vw, 4.6rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.03; padding-bottom: 0.06em; }
.headline { font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 800; letter-spacing: -0.035em; padding-bottom: 0.06em; }
.lead { font-size: clamp(1.1rem, 1.5vw, 1.25rem); line-height: 1.65; color: var(--muted); max-width: 33em; }
.section-lead { font-size: 1.15rem; color: var(--muted); max-width: 38em; }
.fine { font-size: 0.9rem; color: var(--dim); }
.crumb { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 18px; font-size: 0.9rem; font-weight: 700; color: var(--muted); text-decoration: none; }
.crumb::before { content: "‹"; font-size: 1.2em; line-height: 1; }
.crumb:hover { color: var(--cyan); }

/* ---------- Hero ---------- */

.hero { padding-block: clamp(36px, 6vw, 88px) clamp(56px, 8vw, 110px); }
.hero-grid { display: grid; gap: clamp(56px, 6vw, 80px); align-items: center; }
@media (min-width: 1000px) { .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }

.announce {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px;
  padding: 6px 14px 6px 6px; border-radius: 999px;
  background: var(--glass-strong); border: 1px solid rgba(255, 255, 255, 0.95); box-shadow: var(--shadow-card);
  color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 600;
  transition: color .2s, box-shadow .3s;
}
.announce:hover { color: var(--ink); box-shadow: var(--shadow-lift); }
.announce-tag { padding: 3px 10px; border-radius: 999px; background: var(--grad-brand); color: #fff; font-weight: 700; font-size: 0.78rem; }
.announce svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }

.assurances { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 8px 0 0; color: var(--muted); font-size: 0.93rem; font-weight: 600; }
.assurances li { display: inline-flex; align-items: center; gap: 8px; }
.assurances svg { width: 18px; height: 18px; padding: 2px; border-radius: 50%; background: rgba(22, 185, 129, 0.14); fill: none; stroke: var(--mint); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

/* Figures lean toward the pointer. */
[data-tilt] { position: relative; margin: 0; perspective: 1400px; }
[data-tilt] > .pad, [data-tilt] > .app-window { transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transition: transform .5s var(--ease); }
.board-glow { position: absolute; inset: 10% 8%; background: var(--grad-brand); filter: blur(80px); opacity: 0.28; border-radius: 40%; z-index: -1; animation: breathe 7s ease-in-out infinite alternate; }
@keyframes breathe { to { opacity: 0.42; transform: scale(1.06); } }

/* The launcher: one app live, the rest on their way. */
.pad {
  padding: 18px 22px 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 0 #fff inset, 0 50px 100px -40px rgba(40, 80, 170, 0.45), 0 10px 30px -18px rgba(40, 60, 140, 0.25);
  backdrop-filter: blur(20px) saturate(1.5); -webkit-backdrop-filter: blur(20px) saturate(1.5);
}
.pad-bar { display: flex; align-items: center; gap: 14px; padding-bottom: 16px; margin-bottom: 26px; border-bottom: 1px solid var(--line); font-size: 0.85rem; }
.dots { display: inline-flex; gap: 7px; }
.dots i { width: 11px; height: 11px; border-radius: 50%; background: #FF5F57; }
.dots i:nth-child(2) { background: #FEBC2E; } .dots i:nth-child(3) { background: #28C840; }
.pad-title { font-weight: 800; }
.pad-count { margin-left: auto; color: var(--dim); font-weight: 600; }
.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 18px; }
.app { display: flex; flex-direction: column; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.app-icon {
  display: grid; place-items: center; width: clamp(64px, 9vw, 92px); aspect-ratio: 1; border-radius: 28%;
  position: relative; overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.app-live .app-icon { background: #fff; box-shadow: 0 16px 30px -12px rgba(47, 107, 255, 0.6), 0 0 0 1px rgba(14, 23, 52, 0.06); }
.app-live .app-icon img { width: 78%; }
.app-live:hover .app-icon { transform: translateY(-4px) scale(1.04); box-shadow: 0 22px 40px -12px rgba(47, 107, 255, 0.7), 0 0 0 1px rgba(14, 23, 52, 0.06); }
.app-name { font-size: 0.85rem; font-weight: 700; }
.app-live .app-name::after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: 6px; border-radius: 50%; background: var(--mint); vertical-align: middle; box-shadow: 0 0 0 3px rgba(22, 185, 129, 0.18); }
.app-soon .app-name { color: var(--dim); font-weight: 600; }
.app-soon .app-icon { background: linear-gradient(145deg, var(--a), var(--b)); box-shadow: 0 16px 30px -14px var(--a); animation: bob 6s ease-in-out infinite; animation-delay: calc(var(--i) * -1s); }
.app-soon .app-icon svg { width: 46%; fill: rgba(255, 255, 255, 0.92); stroke: rgba(255, 255, 255, 0.92); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.app-soon .app-icon::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.55) 50%, transparent 70%); transform: translateX(-120%); animation: shimmer 4.5s ease-in-out infinite; animation-delay: calc(var(--i) * 0.6s); }
@keyframes bob { 50% { transform: translateY(-6px); } }
@keyframes shimmer { 0%, 55% { transform: translateX(-120%); } 85%, 100% { transform: translateX(120%); } }

.float-chip {
  position: absolute; display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 14px; font-size: 0.88rem; font-weight: 700; white-space: nowrap; color: var(--ink);
  background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 40px -16px rgba(40, 60, 140, 0.45); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  animation: float 6s ease-in-out infinite;
}
.chip-a { top: -20px; right: 6%; }
.chip-b { bottom: -20px; left: 6%; animation-delay: -3s; }
.chip-dot { width: 10px; height: 10px; border-radius: 50%; }
.chip-dot.live, .toast-dot.ok { background: var(--mint); box-shadow: 0 0 0 4px rgba(22, 185, 129, 0.18); }
.chip-dot.soon, .toast-dot.warn { background: var(--gold); box-shadow: 0 0 0 4px rgba(242, 181, 48, 0.2); }
@keyframes float { 50% { transform: translateY(-8px); } }

/* ---------- Marquee ---------- */

.marquee-band { padding-block: 34px 10px; }
.marquee-title { text-align: center; color: var(--dim); font-size: 0.9rem; font-weight: 600; margin-bottom: 18px; }
.marquee { display: flex; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; flex: none; gap: 14px; padding: 6px 7px 14px; margin: 0; list-style: none; animation: marquee 40s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track li { padding: 10px 20px; border-radius: 999px; background: var(--glass-strong); border: 1px solid rgba(255, 255, 255, 0.95); box-shadow: 0 8px 18px -12px rgba(40, 60, 140, 0.4); color: var(--muted); font-weight: 700; font-size: 0.95rem; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-100%); } }

/* ---------- Sections ---------- */

.section { padding-block: clamp(64px, 9vw, 116px); }
.section-head { margin-bottom: clamp(32px, 4vw, 52px); }
.section-head.center .section-lead { margin-inline: auto; }

/* Glass cards, shared look. */
.glass-card, .tile, .contact-card, .plan, .soon-card, .glass-table, .faq details, .compare, .gate-card, .mini-bars, .net-list li {
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px) saturate(1.4); -webkit-backdrop-filter: blur(16px) saturate(1.4);
}

/* Cards that light up under the pointer. */
.spot { position: relative; isolation: isolate; }
.spot::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: -1; pointer-events: none;
  background: radial-gradient(380px circle at var(--mx, 50%) var(--my, -30%), rgba(37, 99, 255, 0.12), transparent 60%);
  opacity: 0; transition: opacity .4s;
}
.spot:hover::before { opacity: 1; }

/* Featured product */
.product-feature {
  display: grid; gap: 36px; align-items: center;
  padding: clamp(24px, 4vw, 52px);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 #fff inset, 0 60px 110px -50px rgba(40, 80, 170, 0.5);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.product-feature::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; pointer-events: none;
  background: conic-gradient(from var(--angle, 0deg), #2563FF, #06B6D4, #2CCFB0, #F5B72F, #FF7A59, #2563FF);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0.8;
  animation: spin-border 10s linear infinite;
}
@property --angle { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
@keyframes spin-border { to { --angle: 360deg; } }
@media (min-width: 960px) { .product-feature { grid-template-columns: 1.1fr 1fr; } }
.product-title { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.product-title img { filter: drop-shadow(0 12px 22px rgba(47, 107, 255, 0.45)); }
.product-title h3 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 800; margin: 0 0 4px; }
.product-meta { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--muted); font-size: 0.92rem; font-weight: 600; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(242, 181, 48, 0.2); animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(242, 181, 48, 0.05); } }
.product-desc { color: #2B3657; font-size: 1.1rem; }
.ticks { list-style: none; padding: 0; margin: 0 0 8px; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 30px; color: var(--muted); font-weight: 600; }
.ticks li::before, .plan li::before, .compare-table .yes::before {
  content: ""; position: absolute; left: 0; top: 0.3em; width: 18px; height: 18px; border-radius: 50%;
  background: rgba(22, 185, 129, 0.14) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5 5.5-6' fill='none' stroke='%2316B981' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat;
}

.product-visual { display: grid; gap: 16px; }
.gate-card, .mini-bars { padding: 22px; border-radius: 22px; background: rgba(255, 255, 255, 0.85); }
.gate-card { display: flex; align-items: center; gap: 20px; }
.ring { width: 96px; height: 96px; flex: none; }
.ring-track { fill: none; stroke: rgba(14, 23, 52, 0.07); stroke-width: 10; }
.ring-value { fill: none; stroke: url(#ringFill); stroke-width: 10; stroke-linecap: round; stroke-dasharray: 100; stroke-dashoffset: 100; transform: rotate(-90deg); transform-origin: 60px 60px; }
.ring-check { fill: none; stroke: var(--mint); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 60; stroke-dashoffset: 60; }
.is-in .ring-value { animation: ring 1.6s var(--ease) .3s forwards; }
.is-in .ring-check { animation: ring .5s var(--ease) 1.5s forwards; }
@keyframes ring { to { stroke-dashoffset: 0; } }
.gate-text strong { display: block; font-size: 1.15rem; font-weight: 800; }
.gate-text span { color: var(--muted); font-size: 0.93rem; }
.mini-bars { display: grid; gap: 16px; }
.mini-bar { display: grid; grid-template-columns: 1fr auto; gap: 8px 12px; font-size: 0.9rem; }
.mini-bar span { color: var(--muted); font-weight: 600; }
.mini-bar b { font-family: var(--mono); font-weight: 600; }
.mini-bar i { grid-column: 1 / -1; height: 8px; border-radius: 99px; background: rgba(14, 23, 52, 0.06); position: relative; overflow: hidden; }
.mini-bar i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w); border-radius: inherit; background: var(--grad-brand); transform: scaleX(0); transform-origin: left; transition: transform 1.4s var(--ease) .4s; }
.is-in .mini-bar i::after { transform: scaleX(1); }

/* Apps on the way */
.more-apps { display: grid; gap: 18px; margin-top: 22px; }
@media (min-width: 860px) { .more-apps { grid-template-columns: repeat(3, 1fr); } }
.soon-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 28px; border-radius: 26px; overflow: hidden; }
.soon-card::after { content: ""; position: absolute; right: -40px; top: -40px; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, var(--b), transparent 70%); opacity: 0.35; pointer-events: none; }
.soon-card h3 { margin: 10px 0 2px; }
.soon-card p { color: var(--muted); margin: 0 0 14px; }
.soon-icon { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 18px; background: linear-gradient(145deg, var(--a), var(--b)); box-shadow: 0 14px 28px -12px var(--a); }
.soon-icon svg { width: 50%; fill: rgba(255, 255, 255, 0.92); stroke: rgba(255, 255, 255, 0.95); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.soon-card-cta .soon-icon svg { fill: none; }
.soon-tag { margin-top: auto; padding: 5px 12px; border-radius: 999px; font-size: 0.8rem; font-weight: 700; color: var(--muted); background: rgba(14, 23, 52, 0.05); border: 1px dashed rgba(14, 23, 52, 0.18); }
.soon-card .button { margin-top: auto; }

/* Bento tiles */
.bento { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
@media (min-width: 760px) { .bento { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .bento { grid-template-columns: repeat(3, 1fr); } }
.tile { padding: 30px; border-radius: 26px; overflow: hidden; transition: box-shadow .4s var(--ease), transform .4s var(--ease); }
.tile:hover { box-shadow: var(--shadow-lift); transform: translateY(-4px); }
.tile p { color: var(--muted); margin: 0; }
.tile h3 { margin-top: 4px; }
.tile-wide { grid-column: 1 / -1; }
.tile-icon { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 17px; margin-bottom: 18px; background: linear-gradient(145deg, var(--a, #2563FF), var(--b, #06B6D4)); box-shadow: 0 14px 26px -12px var(--a, #2563FF); }
.tile-icon svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.tile-cairo { display: grid; gap: 20px; align-items: end; }
@media (min-width: 760px) { .tile-cairo { grid-template-columns: 1fr 1fr; } }
.pyramids { width: 100%; max-width: 440px; justify-self: end; }
.pyramids .pyr { fill: url(#pyrFill); }
.pyramids .pyr-shade { fill: rgba(190, 100, 40, 0.22); }
.pyramids .dune { fill: none; stroke: #F2B530; stroke-width: 2; stroke-linecap: round; }
.pyramids .sun { filter: drop-shadow(0 0 18px rgba(255, 170, 80, 0.7)); }

/* CTA panel */
.cta-panel {
  position: relative; overflow: hidden; display: grid; gap: 28px; align-items: center;
  padding: clamp(32px, 5vw, 64px); border-radius: 34px; color: #fff;
  background: radial-gradient(120% 160% at 0% 0%, #2563FF 0%, #1E7BFF 35%, #06A6D4 70%, #2CCFB0 100%);
  box-shadow: 0 50px 110px -45px rgba(30, 123, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.cta-panel::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); background-size: 40px 40px; mask-image: radial-gradient(ellipse at 100% 50%, #000, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at 100% 50%, #000, transparent 70%); pointer-events: none; }
.cta-panel::after { content: ""; position: absolute; width: 360px; height: 360px; right: -80px; bottom: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 214, 107, 0.55), transparent 70%); pointer-events: none; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel .headline { background: none; color: #fff; }
.cta-panel p { color: rgba(255, 255, 255, 0.9); font-size: 1.1rem; margin: 0; }
.cta-panel p + p { margin-top: 14px; }
.cta-panel .actions { margin: 0; }
.cta-panel code { background: rgba(255, 255, 255, 0.18); border-color: rgba(255, 255, 255, 0.3); color: #fff; }
.cta-panel .fine { color: rgba(255, 255, 255, 0.8); font-size: 0.9rem; margin-top: 14px; }
.cta-panel a:not(.button) { color: #fff; }
@media (min-width: 900px) { .cta-panel { grid-template-columns: 1.3fr auto; } }
.note { border-left: 3px solid #FFD66B; background: rgba(255, 255, 255, 0.16); padding: 12px 16px; border-radius: 0 12px 12px 0; }
.cta-panel .note { font-size: 0.98rem; }
.download-action { display: grid; justify-items: start; max-width: 340px; }

/* Contact */
.contact-cards { display: grid; gap: 18px; margin-bottom: 28px; }
@media (min-width: 820px) { .contact-cards { grid-template-columns: repeat(3, 1fr); } }
.contact-card { display: flex; flex-direction: column; gap: 4px; padding: 28px; border-radius: 26px; text-decoration: none; color: var(--ink); transition: box-shadow .4s var(--ease), transform .4s var(--ease); }
.contact-card:hover { color: var(--ink); box-shadow: var(--shadow-lift); transform: translateY(-4px); }
.contact-card strong { font-size: 1.25rem; font-weight: 800; }
.contact-card span:not(.tile-icon) { color: var(--muted); }
.contact-card em { font-style: normal; margin-top: 12px; font-weight: 700; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Product page ---------- */

.product-lockup { display: flex; align-items: center; gap: 14px; font-weight: 800; font-size: 1.3rem; margin-bottom: 22px; }
.product-lockup img { filter: drop-shadow(0 10px 20px rgba(47, 107, 255, 0.45)); }
.hero-product .display { font-size: clamp(2.4rem, 5vw, 4.2rem); }

.app-window { display: block; width: 100%; height: auto; filter: drop-shadow(0 40px 50px rgba(50, 60, 150, 0.28)) drop-shadow(0 4px 8px rgba(40, 60, 140, 0.1)); }
.app-window text { font-family: var(--font); font-size: 14px; fill: var(--ink); }
.app-window .win { fill: #fff; stroke: rgba(14, 23, 52, 0.1); }
.app-window .win-bar { fill: #F2F4FB; }
.app-window .l1 { fill: #FF5F57; } .app-window .l2 { fill: #FEBC2E; } .app-window .l3 { fill: #28C840; }
.app-window .win-title { font-weight: 700; fill: var(--muted); font-size: 13px; }
.app-window .rule-line { stroke: rgba(14, 23, 52, 0.07); }
.app-window .side text { fill: var(--muted); font-weight: 600; }
.app-window .side .on { fill: var(--cobalt); font-weight: 800; }
.app-window .side-on { fill: rgba(47, 107, 255, 0.1); }
.app-window .label { fill: var(--dim); font-size: 13px; }
.app-window .figure { font-size: 46px; font-weight: 800; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; fill: var(--ink); }
.app-window .marker { fill: var(--gold); opacity: 0.45; }
.app-window .file { font-family: var(--mono); font-size: 12px; fill: #2B3657; }
.app-window .size { font-weight: 700; font-size: 13px; font-variant-numeric: tabular-nums; }
.app-window .track { fill: rgba(14, 23, 52, 0.06); }
.app-window .bar { fill: var(--cobalt); }
.app-window .scan-row:nth-child(2n) .bar { fill: var(--cyan); }
.app-window .pill { fill: var(--cobalt); }
.app-window .pill-text { fill: #fff; font-weight: 700; font-size: 13px; }

@media (prefers-reduced-motion: no-preference) {
  .app-window.is-waiting .scan-row { opacity: 0; }
  .app-window.is-waiting .marker { transform: scaleX(0); }
  .app-window.is-running .scan-row { opacity: 0; animation: row-in .5s ease calc(.25s + var(--i) * .22s) forwards; }
  .app-window.is-running .bar { transform-box: fill-box; transform-origin: left; transform: scaleX(0); animation: grow .8s var(--ease) calc(.35s + var(--i) * .22s) forwards; }
  .app-window .marker { transform-box: fill-box; transform-origin: left; }
  .app-window.is-running .marker { transform: scaleX(0); animation: grow .6s ease 1.8s forwards; }
}
@keyframes row-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes grow { to { transform: scaleX(1); } }

.toast {
  position: absolute; display: inline-flex; align-items: center; gap: 10px;
  padding: 11px 16px; border-radius: 14px; font-size: 0.9rem; font-weight: 700; white-space: nowrap; color: var(--ink);
  background: rgba(255, 255, 255, 0.92); border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 40px -16px rgba(40, 60, 140, 0.45); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  animation: float 6s ease-in-out infinite;
}
.toast-a { top: -20px; left: 8%; }
.toast-b { bottom: -26px; left: 44%; animation-delay: -3s; }
.toast-dot { width: 10px; height: 10px; border-radius: 50%; }
@media (max-width: 560px) { .toast, .float-chip { font-size: 0.78rem; padding: 8px 12px; } }

.facts { padding-block: 0 10px; }
.facts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 860px) { .facts-grid { grid-template-columns: repeat(4, 1fr); } }
.facts-grid > div { padding: 24px; border-radius: 22px; background: var(--glass); border: 1px solid rgba(255, 255, 255, 0.95); box-shadow: var(--shadow-card); }
.facts-grid strong { display: block; font-size: clamp(1.35rem, 2.2vw, 1.8rem); font-weight: 800; letter-spacing: -0.03em; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.facts-grid span { color: var(--muted); font-size: 0.95rem; }

.features .tile-hero { grid-column: 1 / -1; display: grid; gap: 28px; align-items: center; }
@media (min-width: 960px) { .features .tile-hero { grid-template-columns: 0.9fr 1.1fr; padding: 40px; } }
.tile-hero h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 800; }
.tile-art { height: 120px; margin: -6px -6px 22px; border-radius: 18px; background: linear-gradient(160deg, #F4F6FF, #FFFFFF); border: 1px solid var(--line); position: relative; overflow: hidden; }
.art-bars { display: flex; align-items: flex-end; gap: 10px; padding: 16px 18px; }
.art-bars i { flex: 1; height: var(--h); border-radius: 8px 8px 3px 3px; background: linear-gradient(180deg, #2563FF, #9CC0FF); transform: scaleY(0); transform-origin: bottom; transition: transform 1s var(--ease); }
.art-bars i:nth-child(2n) { background: linear-gradient(180deg, #06B6D4, #A5EBF7); }
.is-in .art-bars i { transform: scaleY(1); }
.is-in .art-bars i:nth-child(2) { transition-delay: .08s; } .is-in .art-bars i:nth-child(3) { transition-delay: .16s; } .is-in .art-bars i:nth-child(4) { transition-delay: .24s; } .is-in .art-bars i:nth-child(5) { transition-delay: .32s; } .is-in .art-bars i:nth-child(6) { transition-delay: .4s; }
.art-gate, .art-chips, .art-files { display: flex; flex-wrap: wrap; align-content: center; gap: 8px; padding: 16px; }
.chk { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; font-size: 0.85rem; font-weight: 700; background: rgba(22, 185, 129, 0.1); border: 1px solid rgba(22, 185, 129, 0.3); color: #0B7A55; }
.chk::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); }
.art-scan { display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 16px 18px; }
.art-scan code { background: none; border: 0; padding: 0; font-size: 0.82rem; color: #C22750; }
.scanline { position: absolute; left: 0; right: 0; height: 36px; top: -36px; background: linear-gradient(180deg, transparent, rgba(240, 71, 106, 0.2)); border-bottom: 1.5px solid rgba(240, 71, 106, 0.8); animation: scan 3.2s ease-in-out infinite; }
@keyframes scan { 0% { top: -36px; } 60%, 100% { top: 120px; } }
.art-chips span { padding: 6px 12px; border-radius: 999px; font-size: 0.82rem; font-weight: 700; background: rgba(20, 184, 166, 0.1); border: 1px solid rgba(20, 184, 166, 0.35); color: #0D7F73; }
.file-chip { padding: 8px 12px 8px 30px; border-radius: 10px; font-family: var(--mono); font-size: 0.8rem; background: rgba(242, 181, 48, 0.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 1.5h5l3 3v10H4z M9 1.5v3h3' fill='none' stroke='%23C98A00' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E") 9px center/14px no-repeat; border: 1px solid rgba(242, 181, 48, 0.4); color: #8A5F00; }

.review-card { display: block; width: 100%; height: auto; filter: drop-shadow(0 24px 40px rgba(50, 60, 150, 0.18)); }
.review-card text { font-family: var(--font); fill: var(--ink); font-size: 14px; }
.review-card .card { fill: #fff; stroke: rgba(14, 23, 52, 0.1); }
.review-card .card-title { font-size: 18px; font-weight: 800; }
.review-card .card-sub { fill: var(--muted); font-size: 13px; }
.review-card .badge-fail { fill: rgba(240, 71, 106, 0.1); stroke: var(--rose); }
.review-card .badge-text { fill: var(--rose); font-weight: 800; font-size: 13px; }
.review-card .diff { fill: #F6F8FC; stroke: rgba(14, 23, 52, 0.07); }
.review-card .add { fill: rgba(22, 185, 129, 0.1); }
.review-card .ln { fill: var(--dim); font-family: var(--mono); font-size: 12px; }
.review-card .code { font-family: var(--mono); font-size: 12.5px; white-space: pre; fill: #2B3657; }
.review-card .plus { fill: var(--mint); font-weight: 700; }
.review-card .thread { stroke: rgba(14, 23, 52, 0.15); stroke-width: 2; }
.review-card .bubble { fill: #F7F8FF; stroke: var(--cobalt); stroke-width: 1.5; }
.review-card .bubble-title { font-weight: 800; font-size: 15px; }
.review-card .bubble-text { fill: var(--muted); }
.review-card .suggest { fill: rgba(22, 185, 129, 0.07); stroke: rgba(22, 185, 129, 0.4); }
.review-card .suggest-label { fill: #0B7A55; font-weight: 700; font-size: 12px; }
.review-card .bubble-meta { fill: var(--dim); font-size: 12px; }

.glass-table { border-radius: 26px; padding: 8px 28px; margin-bottom: 20px; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { text-align: left; vertical-align: top; padding: 18px 16px 18px 0; border-bottom: 1px solid var(--line); }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }
.spec-table thead th { font-size: 0.85rem; color: var(--dim); font-weight: 700; }
.spec-table tbody th { font-weight: 700; width: 50%; }
.spec-table td { color: var(--muted); }
@media (max-width: 640px) {
  .glass-table { padding: 8px 20px; }
  .spec-table thead { display: none; }
  .spec-table tr { display: block; border-bottom: 1px solid var(--line); padding: 14px 0; }
  .spec-table tr:last-child { border-bottom: 0; }
  .spec-table th, .spec-table td { display: block; width: auto; border: 0; padding: 2px 0; }
}

.split { display: grid; gap: 48px; align-items: center; }
@media (min-width: 960px) { .split { grid-template-columns: 1fr 1fr; gap: 72px; } }
.split-copy > p { color: var(--muted); }
.split-figure { margin: 0; }
.net-list { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 12px; }
.net-list li { padding: 14px 18px; border-radius: 16px; color: var(--muted); }
.net-list strong { color: var(--ink); }
.text-link { font-weight: 700; }

.local-diagram { width: 100%; height: auto; }
.local-diagram text { font-family: var(--font); fill: var(--ink); }
.local-diagram .mac { fill: #fff; stroke: var(--ink); stroke-width: 2; filter: drop-shadow(0 20px 30px rgba(50, 60, 150, 0.2)); }
.local-diagram .mac-base { fill: var(--ink); }
.local-diagram .d-label { font-weight: 800; font-size: 16px; }
.local-diagram .d-box { fill: rgba(47, 107, 255, 0.07); stroke: rgba(47, 107, 255, 0.35); }
.local-diagram .d-text { font-size: 13px; font-weight: 700; }
.local-diagram .d-link { stroke: var(--ink); stroke-width: 2; }
.local-diagram .d-out { stroke: var(--cyan); stroke-width: 2; stroke-dasharray: 5 5; animation: march 1s linear infinite; }
.local-diagram .d-cloud { fill: rgba(37, 99, 255, 0.08); stroke: var(--cyan); stroke-width: 1.5; }
.local-diagram .d-note { fill: var(--muted); font-size: 15px; font-weight: 600; }
@keyframes march { to { stroke-dashoffset: -20; } }

/* Pricing */
.period { display: inline-flex; margin: 26px 0 0; padding: 5px; gap: 4px; border: 1px solid rgba(255, 255, 255, 0.95); border-radius: 999px; background: var(--glass-strong); box-shadow: var(--shadow-card); }
.period label { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 9px 20px; border-radius: 999px; font-weight: 700; font-size: 0.95rem; cursor: pointer; color: var(--muted); transition: background-color .3s, color .3s; }
.period input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.period label:has(input:checked) { background: var(--grad-brand); color: #fff; box-shadow: 0 8px 20px -8px rgba(30, 110, 255, 0.8); }
.period label:has(input:focus-visible) { outline: 3px solid var(--cyan); outline-offset: 2px; }
.save { padding: 2px 8px; border-radius: 999px; background: var(--grad-gold); color: #4A2A00; font-size: 0.72rem; font-weight: 800; }

.plans { display: grid; gap: 18px; align-items: stretch; }
@media (min-width: 680px) { .plans { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1120px) { .plans { grid-template-columns: repeat(4, 1fr); } }
.plan { display: flex; flex-direction: column; padding: 30px 26px; border-radius: 28px; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.plan h3 { font-size: 1.45rem; font-weight: 800; margin-bottom: 2px; }
.plan-for { color: var(--muted); font-size: 0.95rem; margin-bottom: 20px; }
.price { margin-bottom: 22px; min-height: 3.4em; }
.price .amount { font-size: 3rem; font-weight: 800; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.price .per { color: var(--muted); font-size: 0.93rem; }
.plan .button { width: 100%; margin-bottom: 24px; }
.plan ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; font-size: 0.95rem; color: #2B3657; }
.plan li { position: relative; padding-left: 28px; }
.plan li::before { width: 17px; height: 17px; top: 0.25em; }
.plan-featured { position: relative; background: linear-gradient(170deg, rgba(47, 107, 255, 0.1), rgba(37, 99, 255, 0.1) 60%, rgba(255, 255, 255, 0.75)); border: 1.5px solid rgba(37, 99, 255, 0.45); box-shadow: var(--shadow-lift); }
.plan-featured .price .amount { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.plan-badge { align-self: flex-start; margin: -8px 0 14px; padding: 5px 12px; border-radius: 999px; background: var(--grad-gold); color: #4A2A00; font-size: 0.75rem; font-weight: 800; }
.pricing-fine { margin-top: 30px; max-width: 46em; }

.compare { margin: 24px auto 0; max-width: 980px; border-radius: 22px; padding: 0 24px; }
.compare summary, .faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-weight: 700; }
.compare summary { padding: 18px 0; }
.compare summary::-webkit-details-marker, .faq summary::-webkit-details-marker { display: none; }
.compare summary::after, .faq summary::after { content: ""; flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--grad-brand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 3v10M3 8h10' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/12px no-repeat; transition: transform .3s var(--ease); }
details[open] > summary::after { transform: rotate(45deg); }
.table-scroll { overflow-x: auto; padding-bottom: 16px; }
.compare-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 0.93rem; }
.compare-table th, .compare-table td { padding: 12px; border-bottom: 1px solid var(--line); text-align: center; color: var(--muted); }
.compare-table th[scope="row"], .compare-table thead th:first-child { text-align: left; color: var(--ink); font-weight: 600; }
.compare-table thead th { color: var(--ink); font-weight: 800; }
.compare-table .yes, .compare-table .no { font-size: 0; }
.compare-table .yes::before { position: static; display: inline-block; vertical-align: middle; }
.compare-table .no::before { content: ""; display: inline-block; width: 12px; height: 2px; border-radius: 2px; background: #C3C9D8; vertical-align: middle; }

.faq { max-width: 860px; }
.faq details { margin-bottom: 12px; padding: 0 24px; border-radius: 20px; transition: box-shadow .3s; }
.faq details[open] { box-shadow: var(--shadow-lift); }
.faq summary { padding: 20px 0; font-size: 1.06rem; }
.faq details p { color: var(--muted); padding-bottom: 20px; margin: 0; }

/* ---------- Footer ---------- */

.site-footer { position: relative; overflow: hidden; margin-top: 40px; padding-top: 64px; border-top: 1px solid rgba(255, 255, 255, 0.9); background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(240, 243, 255, 0.9)); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.footer-top { display: grid; gap: 36px; }
@media (min-width: 860px) { .footer-top { grid-template-columns: 1.6fr 1fr 1.2fr 1fr; } }
.brand-large { font-size: 1.5rem; }
.footer-brand p { color: var(--muted); margin-top: 16px; max-width: 26em; }
.footer-col h2 { font-size: 0.85rem; font-weight: 700; color: var(--dim); margin-bottom: 14px; letter-spacing: 0; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { color: #2B3657; text-decoration: none; font-weight: 500; }
.footer-col a:hover { color: var(--cyan); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; margin-top: 52px; padding-block: 22px; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; color: var(--dim); font-size: 0.9rem; }
.footer-wordmark { font-weight: 800; font-size: clamp(3rem, 14vw, 13rem); line-height: 0.82; letter-spacing: -0.06em; text-align: center; white-space: nowrap; margin-bottom: -0.12em; background: linear-gradient(180deg, rgba(30, 110, 255, 0.16), rgba(30, 110, 255, 0)); -webkit-background-clip: text; background-clip: text; color: transparent; user-select: none; }

/* ---------- Legal ---------- */

.legal { max-width: 860px; margin-block: 40px 80px; padding: clamp(28px, 5vw, 56px); border-radius: 30px; background: rgba(255, 255, 255, 0.82); border: 1px solid rgba(255, 255, 255, 0.95); box-shadow: var(--shadow-card); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.legal h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; background: var(--grad-ink); -webkit-background-clip: text; background-clip: text; color: transparent; }
.legal h2 { font-size: 1.2rem; margin-top: 2.2em; }
.legal p, .legal li { color: #2B3657; }
.legal .legal-lead { font-size: 1.12rem; color: var(--muted); }
.legal table { width: 100%; border-collapse: collapse; font-size: 0.93rem; margin: 1em 0 1.6em; display: block; overflow-x: auto; }
.legal th, .legal td { text-align: left; vertical-align: top; padding: 10px 14px 10px 0; border-bottom: 1px solid var(--line); min-width: 140px; color: #2B3657; }
.legal th { color: var(--ink); border-bottom-color: var(--line-strong); }
.legal .notice { font-family: var(--mono); font-size: 0.78rem; line-height: 1.6; overflow-x: auto; padding: 22px; background: #F6F8FC; border: 1px solid var(--line); border-radius: 16px; color: #2B3657; }

.page-404 .hero { min-height: 62vh; display: flex; align-items: center; }

/* ---------- Scroll reveal ---------- */

.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease) var(--delay, 0s), transform .9s var(--ease) var(--delay, 0s), box-shadow .4s var(--ease); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
/* Revealed cards keep their hover lift, without waiting on the reveal delay. */
.js .tile.is-in:hover, .js .contact-card.is-in:hover { transform: translateY(-4px); transition-delay: 0s; }
.js .plan.is-in:hover { transform: translateY(-6px); transition-delay: 0s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .ring-value, .ring-check { stroke-dashoffset: 0; }
  .mini-bar i::after, .art-bars i { transform: none; }
}

/* ---------- Finishing touches ---------- */

/* A slow sheen moves through every headline. */
.display, .headline { background-size: 220% 100%; animation: sheen 12s ease-in-out infinite alternate; }
.cta-panel .headline { animation: none; }
@keyframes sheen { to { background-position: 100% 0; } }

/* Orbit rings circling the app launcher. */
.launchpad::before, .launchpad::after {
  content: ""; position: absolute; z-index: -1; left: 50%; top: 50%; border-radius: 50%; pointer-events: none;
  border: 1.5px dashed rgba(37, 99, 255, 0.22);
}
.launchpad::before { width: 118%; aspect-ratio: 1; translate: -50% -50%; animation: orbit 60s linear infinite; }
.launchpad::after { width: 90%; aspect-ratio: 1; translate: -50% -50%; border-style: solid; border-color: rgba(6, 182, 212, 0.16); animation: orbit 45s linear infinite reverse; }
@keyframes orbit { to { rotate: 360deg; } }

.scroll-progress { position: fixed; left: 0; top: 0; z-index: 60; width: 100%; height: 3px; background: var(--grad-brand); transform: scaleX(0); transform-origin: left; pointer-events: none; }
.cursor-glow { position: fixed; left: -260px; top: -260px; z-index: -1; width: 520px; height: 520px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(6, 182, 212, 0.16), rgba(37, 99, 255, 0.08) 40%, transparent 70%); transition: transform .25s ease-out; }

/* ---------- MCM Helper chat ---------- */

.helper { position: fixed; right: 22px; bottom: 22px; z-index: 70; font-family: var(--font); }
.helper-launcher {
  position: relative; display: grid; place-items: center; width: 62px; height: 62px; border: 0; border-radius: 50%; cursor: pointer;
  color: #fff; background: var(--grad-brand);
  box-shadow: 0 18px 36px -12px rgba(30, 110, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.helper-launcher:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 24px 44px -12px rgba(30, 110, 255, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
.helper-launcher svg { width: 28px; height: 28px; grid-area: 1 / 1; transition: opacity .25s, transform .35s var(--ease); }
.icon-chat { fill: #fff; }
.icon-chat circle { fill: #1E7BFF; }
.icon-close { fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; opacity: 0; transform: rotate(-90deg) scale(.6); }
.helper.is-open .icon-chat { opacity: 0; transform: rotate(90deg) scale(.6); }
.helper.is-open .icon-close { opacity: 1; transform: none; }
.helper-launcher-ring { position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(6, 182, 212, 0.55); animation: ping 2.8s ease-out infinite; }
.helper.is-open .helper-launcher-ring { display: none; }
@keyframes ping { 0% { transform: scale(.85); opacity: .9; } 80%, 100% { transform: scale(1.35); opacity: 0; } }

.helper-nudge {
  position: absolute; right: 0; bottom: 78px; display: flex; align-items: center; gap: 10px; white-space: nowrap;
  padding: 11px 12px 11px 16px; border-radius: 16px 16px 4px 16px; font-size: 0.92rem; font-weight: 700; color: var(--ink);
  background: #fff; box-shadow: 0 20px 40px -16px rgba(40, 80, 170, 0.45), 0 0 0 1px rgba(14, 23, 52, 0.05);
  animation: nudge-in .5s var(--ease) both;
}
.helper-nudge[hidden] { display: none; }
.helper-nudge-close { border: 0; background: rgba(14, 23, 52, 0.06); width: 24px; height: 24px; border-radius: 50%; cursor: pointer; color: var(--muted); font-size: 1rem; line-height: 1; }
@keyframes nudge-in { from { opacity: 0; transform: translateY(8px) scale(.96); } }

.helper-panel {
  position: absolute; right: 0; bottom: 78px; display: flex; flex-direction: column;
  width: min(390px, calc(100vw - 32px)); height: min(600px, calc(100vh - 120px));
  border-radius: 26px; overflow: hidden;
  background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 40px 90px -30px rgba(30, 70, 170, 0.5), 0 0 0 1px rgba(14, 23, 52, 0.05);
  backdrop-filter: blur(22px) saturate(1.5); -webkit-backdrop-filter: blur(22px) saturate(1.5);
  transform-origin: bottom right; animation: panel-in .45s var(--ease) both;
}
.helper-panel[hidden] { display: none; }
@keyframes panel-in { from { opacity: 0; transform: translateY(14px) scale(.94); } }
.helper-head { display: flex; align-items: center; gap: 12px; padding: 16px 16px 16px 18px; color: #fff; background: radial-gradient(140% 180% at 0% 0%, #2563FF 0%, #1E7BFF 45%, #06A6D4 100%); }
.helper-head strong { display: block; font-size: 1.02rem; }
.helper-status { display: flex; align-items: center; gap: 6px; font-size: 0.78rem; opacity: 0.92; }
.helper-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #6EE7B7; box-shadow: 0 0 0 3px rgba(110, 231, 183, 0.3); }
.helper-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: rgba(255, 255, 255, 0.2); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35); flex: none; }
.helper-close { margin-left: auto; display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; cursor: pointer; background: rgba(255, 255, 255, 0.16); }
.helper-close:hover { background: rgba(255, 255, 255, 0.28); }
.helper-close svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; }

.helper-log { flex: 1; overflow-y: auto; padding: 18px 16px 8px; display: flex; flex-direction: column; gap: 10px; scroll-behavior: smooth; background: linear-gradient(180deg, rgba(240, 246, 255, 0.6), rgba(255, 255, 255, 0)); }
.msg { display: flex; animation: msg-in .35s var(--ease) both; }
.msg-user { justify-content: flex-end; }
@keyframes msg-in { from { opacity: 0; transform: translateY(6px); } }
.bubble { max-width: 86%; padding: 11px 14px; font-size: 0.94rem; line-height: 1.55; overflow-wrap: anywhere; }
.msg-bot .bubble { color: var(--ink); background: #fff; border-radius: 18px 18px 18px 6px; box-shadow: 0 8px 20px -14px rgba(40, 80, 170, 0.5), 0 0 0 1px rgba(14, 23, 52, 0.05); }
.msg-user .bubble { color: #fff; background: var(--grad-brand); border-radius: 18px 18px 6px 18px; box-shadow: 0 10px 20px -12px rgba(30, 110, 255, 0.7); }
.bubble ul { margin: 8px 0; padding-left: 18px; }
.bubble li { margin: 3px 0; }
.bubble a { font-weight: 700; }
.typing { display: inline-flex; gap: 5px; padding: 14px 16px; }
.typing i { width: 7px; height: 7px; border-radius: 50%; background: #9FB3D9; animation: dot 1.1s ease-in-out infinite; }
.typing i:nth-child(2) { animation-delay: .15s; } .typing i:nth-child(3) { animation-delay: .3s; }
@keyframes dot { 30% { transform: translateY(-5px); background: var(--cobalt); } }

.helper-chips { display: flex; flex-wrap: wrap; gap: 7px; padding: 4px 16px 12px; }
.helper-chips:empty { display: none; }
.chip { border: 1px solid rgba(37, 99, 255, 0.28); background: rgba(37, 99, 255, 0.06); color: #1A3FB8; font: inherit; font-size: 0.84rem; font-weight: 700; padding: 7px 12px; border-radius: 999px; cursor: pointer; transition: background-color .2s, border-color .2s, transform .2s; animation: msg-in .35s var(--ease) both; }
.chip:hover { background: rgba(37, 99, 255, 0.12); border-color: rgba(37, 99, 255, 0.5); transform: translateY(-1px); }

.helper-form { display: flex; gap: 8px; padding: 10px 12px; border-top: 1px solid var(--line); background: rgba(255, 255, 255, 0.9); }
.helper-form input { flex: 1; min-width: 0; border: 1px solid rgba(14, 23, 52, 0.12); border-radius: 999px; padding: 11px 16px; font: inherit; font-size: 0.95rem; color: var(--ink); background: #fff; outline: none; transition: border-color .2s, box-shadow .2s; }
.helper-form input:focus { border-color: var(--cobalt); box-shadow: 0 0 0 4px rgba(37, 99, 255, 0.15); }
.helper-form button { display: grid; place-items: center; width: 44px; height: 44px; flex: none; border: 0; border-radius: 50%; cursor: pointer; background: var(--grad-brand); box-shadow: 0 8px 18px -8px rgba(30, 110, 255, 0.7); transition: transform .2s; }
.helper-form button:hover { transform: scale(1.06); }
.helper-form button svg { width: 20px; height: 20px; fill: #fff; }
.helper-foot { margin: 0; padding: 0 16px 12px; font-size: 0.74rem; color: var(--dim); background: rgba(255, 255, 255, 0.9); }

@media (max-width: 560px) {
  .helper { right: 14px; bottom: 14px; }
  .helper-launcher { width: 56px; height: 56px; }
  .helper-panel { bottom: 70px; height: min(560px, calc(100vh - 100px)); }
}
@media print { .helper, .scroll-progress, .cursor-glow { display: none; } }
