
:root {
  --bg: #131b2a;
  --bg-2: #182236;
  --bg-3: #0d1420;
  --surface: rgba(255,255,255,.12);
  --surface-soft: rgba(255,255,255,.075);
  --surface-strong: rgba(255,255,255,.18);
  --line: rgba(255,255,255,.17);
  --line-strong: rgba(255,255,255,.26);
  --text: #fbfbf7;
  --muted: #c8cfde;
  --muted-strong: #e7ebf3;
  --pearl: #fffaf0;
  --champagne: #e9c98f;
  --cyan: #78e6ff;
  --violet: #b9a7ff;
  --rose: #ffb8dd;
  --shadow: 0 26px 90px rgba(6,10,18,.34);
  --shadow-soft: 0 16px 48px rgba(8,12,22,.24);
  --radius: 30px;
  --radius-sm: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  min-height: 100vh;
  line-height: 1.55;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,250,240,.18), transparent 23%),
    radial-gradient(circle at 88% 12%, rgba(120,230,255,.16), transparent 20%),
    radial-gradient(circle at 52% 34%, rgba(233,201,143,.08), transparent 28%),
    radial-gradient(circle at 16% 90%, rgba(255,255,255,.11), transparent 24%),
    radial-gradient(circle at 88% 84%, rgba(185,167,255,.17), transparent 24%),
    linear-gradient(180deg, #1b2639 0%, #141e2f 42%, #101827 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at 50% 10%, rgba(0,0,0,.95), transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 50% 10%, rgba(0,0,0,.95), transparent 72%);
  opacity: .62;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    conic-gradient(from 210deg at 50% 0%, rgba(255,255,255,.08), rgba(120,230,255,.08), transparent 35%, rgba(233,201,143,.08), transparent 62%, rgba(255,255,255,.06));
  filter: blur(8px);
  opacity: .8;
}
.ambient-stage { position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: -2; }
.ambient-stage span { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .65; animation: drift 14s ease-in-out infinite alternate; }
.ambient-stage span:nth-child(1) { width: 360px; height: 360px; left: -80px; top: 18%; background: radial-gradient(circle, rgba(255,255,255,.14), transparent 66%); }
.ambient-stage span:nth-child(2) { width: 460px; height: 460px; right: -120px; top: 12%; background: radial-gradient(circle, rgba(120,230,255,.14), transparent 68%); animation-delay: -4s; }
.ambient-stage span:nth-child(3) { width: 380px; height: 380px; left: 46%; bottom: -160px; background: radial-gradient(circle, rgba(233,201,143,.13), transparent 68%); animation-delay: -7s; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1,h2,h3,h4 { margin: 0 0 1rem; line-height: 1.06; letter-spacing: -.034em; }
h1 { font-size: clamp(2.35rem, 4.7vw, 4.15rem); }
h2 { font-size: clamp(1.85rem, 3.5vw, 2.9rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.48rem); }
h4 { font-size: 1rem; }
ul { margin: .75rem 0 0; padding-left: 1.1rem; color: var(--muted); }
li { margin: .28rem 0; }

.skip-link { position: absolute; left: -999px; top: 0; background: #fff; color: #000; padding: .75rem 1rem; z-index: 100; }
.skip-link:focus { left: 1rem; top: 1rem; }
.container { width: min(var(--container), calc(100% - 2rem)); margin-inline: auto; }
.section { position: relative; padding: 4.7rem 0; }
.section.tight { padding: 3.3rem 0; }
.section::before {
  content: "";
  position: absolute;
  inset: 18px min(2rem,4vw);
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    radial-gradient(circle at 12% 0%, rgba(255,255,255,.10), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(120,230,255,.06), transparent 30%);
  border: 1px solid rgba(255,255,255,.075);
  pointer-events: none;
  z-index: -1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.section-lift::before { background: linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.04)); }

.site-header {
  position: sticky; top: 0; z-index: 40;
  padding: .82rem 0;
  backdrop-filter: saturate(150%) blur(22px);
  background: linear-gradient(180deg, rgba(17,24,36,.76), rgba(17,24,36,.42));
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.site-header.scrolled { background: rgba(22,31,47,.78); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.nav-shell {
  width: min(var(--container), calc(100% - 2rem)); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .62rem .74rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.075));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 20px 60px rgba(0,0,0,.16);
}
.brand { display: inline-flex; align-items: center; gap: .85rem; min-width: 0; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 16px; display:grid; place-items:center;
  font-weight: 850; font-size: 1.08rem; color: #151b27;
  background: linear-gradient(135deg, var(--pearl), #e9e6ff 46%, #baf2ff 100%);
  border: 1px solid rgba(255,255,255,.45);
  box-shadow: 0 10px 28px rgba(255,255,255,.12), inset 0 1px 0 rgba(255,255,255,.8);
}
.brand-text { display: grid; line-height: 1.05; gap: .18rem; }
.brand-text strong { font-size: 1rem; text-transform: lowercase; color: #fff; }
.brand-text span { font-size: .74rem; color: var(--muted); }
.nav-links { display: flex; gap: .28rem; align-items: center; }
.nav-link {
  position: relative;
  padding: .78rem .95rem; border-radius: 999px; font-size: .93rem; color: var(--muted-strong);
  transition: .25s ease;
}
.nav-link:hover, .nav-link.active {
  background: rgba(255,255,255,.12);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}
.nav-link.active::after {
  content: ""; position: absolute; left: 50%; bottom: .35rem; width: 18px; height: 2px; border-radius: 99px;
  transform: translateX(-50%); background: linear-gradient(90deg, var(--champagne), var(--cyan));
}
.header-actions { display: flex; align-items: center; gap: .75rem; }
.nav-toggle { display: none; width: 48px; height: 48px; border-radius: 16px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.10); color: #fff; }
.nav-toggle span { display:block; width: 20px; height: 2px; background:#fff; margin:4px auto; border-radius: 99px; }

.btn {
  display: inline-flex; align-items: center; justify-content:center; gap: .6rem;
  min-height: 48px; padding: .86rem 1.2rem; border-radius: 999px; font-weight: 700;
  border: 1px solid transparent; cursor: pointer; position: relative; overflow: hidden;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary {
  color: #111927;
  background: linear-gradient(135deg, #fffaf0 0%, #f0ddae 34%, #d8d3ff 65%, #9eefff 100%);
  box-shadow: 0 18px 42px rgba(120,230,255,.16), 0 10px 30px rgba(233,201,143,.12), inset 0 1px 0 rgba(255,255,255,.75);
}
.btn.primary::after {
  content: ""; position: absolute; inset: -12% auto -12% -34%; width: 28%;
  transform: skewX(-22deg); background: rgba(255,255,255,.55); filter: blur(9px);
  animation: shimmer 3.5s linear infinite;
}
.btn.ghost { color: #fff; background: rgba(255,255,255,.085); border-color: rgba(255,255,255,.18); }
.btn.ghost:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.24); }
.btn.small { min-height: 42px; padding: .7rem 1rem; font-size: .9rem; }
.arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

.eyebrow {
  display: inline-flex; align-items:center; gap: .5rem; margin-bottom: 1rem;
  padding: .48rem .82rem; border-radius: 999px; color: #f3f6fb;
  font-size: .74rem; letter-spacing: .13em; text-transform: uppercase;
  background: rgba(255,255,255,.105); border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.eyebrow::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--champagne), var(--cyan)); box-shadow: 0 0 18px rgba(120,230,255,.5); }
.lead { font-size: clamp(1rem, 1.45vw, 1.12rem); color: var(--muted); max-width: 62ch; }
.text-balance { text-wrap: balance; }
.stroke { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.82); text-shadow: 0 0 30px rgba(255,255,255,.15); }

.hero, .page-hero, .product-page-hero { position: relative; overflow: clip; }
.hero { padding: 4.8rem 0 3rem; }
.page-hero, .product-page-hero { padding: 3.8rem 0 1.2rem; }
.hero::before,
.page-hero::before,
.product-page-hero::before {
  content: "";
  position: absolute; inset: 0; pointer-events: none; z-index: -1;
  background:
    radial-gradient(circle at 20% 8%, rgba(255,255,255,.16), transparent 24%),
    radial-gradient(circle at 78% 22%, rgba(120,230,255,.15), transparent 20%),
    radial-gradient(circle at 45% 100%, rgba(233,201,143,.11), transparent 34%);
}
.hero::after, .page-hero::after {
  content:""; position:absolute; width:min(960px, 92vw); height:1px; left:50%; bottom:0; transform:translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), rgba(233,201,143,.32), transparent);
}
.hero-grid, .split, .contact-grid { display: grid; gap: 2rem; align-items: center; grid-template-columns: 1.05fr .95fr; }
.page-title-row, .product-hero-card { display:grid; gap: 1.6rem; grid-template-columns: 1.05fr .7fr; align-items: start; }
.hero-copy p { margin-bottom: 1.25rem; }
.hero-actions, .cta-actions, .product-actions { display:flex; flex-wrap:wrap; gap: .9rem; margin: 1.2rem 0 1.35rem; }
.hero-meta, .check-list, .mini-feed, .footer-badges { display:flex; flex-wrap: wrap; gap: .7rem; }
.meta-pill, .check-list span, .footer-badges span {
  display:inline-flex; padding: .62rem .82rem; border-radius: 999px;
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); color: var(--muted-strong); font-size: .84rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}
.hero-visual, .page-aside, .product-screen, .lab-board, .spotlight-visual, .image-frame, .contact-card, .form-card,
.card, .canvas-card, .value-card, .process-card, .service-row, .module-card, .proof-panel, .cta-box, .timeline, .feature-panel {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.155), rgba(255,255,255,.075)),
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.10), transparent 34%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter: blur(16px) saturate(125%);
}
.hero-visual,
.page-aside,
.product-screen,
.lab-board,
.spotlight-visual,
.image-frame,
.contact-card,
.form-card,
.proof-panel,
.cta-box,
.feature-panel,
.timeline { padding: 1.45rem; }
.card, .canvas-card, .value-card, .process-card, .module-card { padding: 1.35rem; }
.hero-visual::before, .card::before, .canvas-card::before, .value-card::before, .module-card::before,
.service-row::before, .proof-panel::before, .cta-box::before, .form-card::before, .contact-card::before, .product-hero-card::before,
.timeline::before, .feature-panel::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events:none;
  background: linear-gradient(125deg, rgba(255,250,240,.38), transparent 26%, transparent 72%, rgba(120,230,255,.22));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  padding: 1px; -webkit-mask-composite: xor; mask-composite: exclude;
}
.hero-visual { min-height: 410px; overflow:hidden; }
.hero-visual::after {
  content:""; position:absolute; width: 250px; height: 250px; right:-45px; top:-45px; border-radius:50%;
  background: radial-gradient(circle, rgba(255,250,240,.22), rgba(255,255,255,0) 72%);
  pointer-events:none;
}
.device-console {
  position: relative; z-index: 1;
  background: linear-gradient(180deg, rgba(28,38,56,.94), rgba(20,30,47,.84));
  border-radius: 24px; border: 1px solid rgba(255,255,255,.17); overflow:hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.12);
}
.console-top { display:flex; align-items:center; gap:.45rem; padding: .85rem 1rem; border-bottom: 1px solid rgba(255,255,255,.10); color: var(--muted); font-size:.85rem; }
.console-top span { width:10px; height:10px; border-radius:50%; background: rgba(255,255,255,.42); }
.console-top span:nth-child(2){ background: var(--champagne); }
.console-top span:nth-child(3){ background: var(--cyan); }
.console-top strong { margin-left: .35rem; font-weight: 600; color: #fff; }
.console-body { display:grid; grid-template-columns: 1.2fr .72fr; }
.console-main { padding: 1.45rem; }
.console-side { padding: 1.2rem; border-left: 1px solid rgba(255,255,255,.10); display:grid; gap:.8rem; }
.console-side div, .proof-grid div, .contact-method, .stat, .service-index, .feature-item, .timeline-row, .module-card, .process-card, .lab-board div {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; padding: .95rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.tiny-label { display:inline-block; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; color: var(--muted-strong); margin-bottom: .7rem; }
.console-main h2 { font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: .35rem; }
.console-main p { margin-bottom: .95rem; }
.pulse-line { height: 8px; border-radius: 999px; background: rgba(255,255,255,.10); overflow:hidden; margin-bottom: .95rem; }
.pulse-line span { display:block; height:100%; width: var(--w, 80%); border-radius: inherit; background: linear-gradient(90deg, var(--champagne), #fff, var(--cyan), var(--violet)); animation: pulsebar 2.8s ease-in-out infinite; }
.mini-feed span { background: rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.13); padding:.55rem .75rem; border-radius: 999px; font-size: .84rem; }
.orbit-badge { margin-top: 1rem; display:grid; gap:.4rem; padding: 1rem 1.05rem; border-radius: 20px; background: rgba(255,255,255,.095); border: 1px solid rgba(255,255,255,.15); color: var(--muted); animation: floaty 5s ease-in-out infinite; }
.orbit-badge strong { color: #fff; font-size: 1rem; }
.scroll-cue { text-align:center; color: var(--muted); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; padding-top: 1.2rem; opacity: .8; }
.logo-strip { overflow:hidden; padding-bottom: .6rem; }
.strip-track { display:flex; gap: 1rem; min-width:max-content; animation: marquee 28s linear infinite; color: var(--muted-strong); padding: .72rem 1rem; }
.strip-track span { padding: .75rem 1rem; border-radius: 999px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.13); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }

.section-heading { display:flex; justify-content: space-between; gap: 1.5rem; align-items:end; margin-bottom: 1.8rem; }
.section-heading.centered { display:grid; justify-items: center; text-align:center; }
.card-grid, .card-grid.four, .values-grid, .process-grid, .module-grid, .proof-grid, .service-matrix { display:grid; gap: 1.2rem; }
.card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.values-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.process-grid, .module-grid, .proof-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-matrix { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.canvas-grid { display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.card-media { min-height: 160px; display:grid; place-items:center; margin-bottom: 1rem; border-radius: 22px; overflow:hidden; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); }
.card-kicker, .card-number, .service-index, .canvas-card > span, .value-card > span, .module-card > span {
  color: var(--champagne); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800;
}
.card-link { color: #fff; font-weight: 700; }
.card-link:hover { color: var(--cyan); }
.canvas-card.active { border-color: rgba(233,201,143,.45); box-shadow: 0 0 0 1px rgba(233,201,143,.16) inset, var(--shadow); }
.product-spotlight, .feature-layout, .product-lab { display:grid; grid-template-columns: 1.06fr .94fr; gap: 1.5rem; align-items: center; }
.breadcrumbs { display:flex; gap:.55rem; align-items:center; color: var(--muted); font-size: .9rem; margin-bottom: 1rem; }
.breadcrumbs a { color:#fff; }
.page-aside strong { display:block; margin-bottom:.55rem; font-size:1rem; }
.split .rich-text { padding-right: 1rem; }
.rich-text p { font-size: 1rem; }
.stat-grid, .feature-list, .timeline, .contact-stack, .lab-board { display:grid; gap: .9rem; }
.stat-grid { grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 1.2rem; }
.stat strong, .proof-grid strong, .feature-item strong, .timeline-row strong, .module-card h3, .lab-board strong, .contact-method a, .contact-method strong { display:block; color:#fff; margin-bottom: .25rem; }
.image-frame, .spotlight-visual, .contact-visual { min-height: 260px; display:grid; place-items:center; }
.spotlight-visual img, .image-frame img, .contact-visual img, .product-screen img, .feature-panel img { filter: drop-shadow(0 24px 46px rgba(0,0,0,.20)); animation: floaty 6s ease-in-out infinite; }
.service-row { display:grid; grid-template-columns: 76px 1fr; gap: 1.1rem; align-items:start; padding: 1.35rem; }
.service-index { display:grid; place-items:center; min-height: 76px; border-radius: 22px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); }
.service-row h2 { font-size: clamp(1.35rem, 2.6vw, 2rem); }
.timeline-row { display:grid; grid-template-columns: 120px 1fr; gap: 1rem; }
.feature-item, .process-card, .module-card { min-height: 100%; }
.feature-item { display:grid; grid-template-columns: 52px 1fr; gap: .9rem; align-items:start; }
.feature-icon { width: 52px; height: 52px; border-radius: 17px; display:grid; place-items:center; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.15); color:#fff; font-size:.9rem; font-weight: 800; }
.proof-panel { display:grid; gap: 1.4rem; }
.cta-box { text-align:center; padding: 2.1rem 1.4rem; }
.cta-box .lead { margin-inline: auto; }
.product-hero-card { padding: 1.45rem; }
.product-screen { min-height: 360px; display:grid; place-items:center; overflow:hidden; }
.lab-board { grid-template-columns: repeat(2,minmax(0,1fr)); }

.form-card { padding: 1.45rem; }
.form-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; margin-bottom: 1rem; }
.field.full { grid-column: 1 / -1; }
.field label { display:block; margin-bottom: .45rem; font-size: .93rem; color: #fff; }
.field input, .field select, .field textarea {
  width:100%; background: rgba(255,255,255,.10); color:#fff; border:1px solid rgba(255,255,255,.17);
  border-radius: 17px; padding: .95rem 1rem; font: inherit; outline: none; box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.field select option { color:#111927; }
.field input::placeholder, .field textarea::placeholder { color: #c3cad8; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(233,201,143,.52); box-shadow: 0 0 0 4px rgba(233,201,143,.10); }
.field textarea { min-height: 160px; resize: vertical; }
.form-note { font-size: .92rem; color: var(--muted); margin-top: .9rem; }

.site-footer { position: relative; padding-top: 1rem; margin-top: 2rem; background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.07)); border-top: 1px solid rgba(255,255,255,.10); }
.footer-grid { display:grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 1.4rem; padding: 2rem 0 1.4rem; }
.footer-col, .footer-brand { background: rgba(255,255,255,.075); border:1px solid rgba(255,255,255,.13); border-radius: 24px; padding: 1.2rem; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.footer-col h4 { margin-bottom: .85rem; color:#fff; }
.footer-col a { display:block; color: var(--muted); margin-bottom: .58rem; }
.footer-col a:hover { color:#fff; }
.footer-bottom { padding: 1rem 0 1.8rem; display:flex; justify-content:space-between; gap:1rem; color: var(--muted); font-size:.92rem; }
.toast { position: fixed; left: 50%; bottom: 1rem; transform: translateX(-50%) translateY(150%); background: rgba(27,38,57,.92); color:#fff; border:1px solid rgba(255,255,255,.18); border-radius: 999px; padding: .85rem 1rem; z-index: 50; transition: transform .28s ease; }
.toast.show { transform: translateX(-50%) translateY(0); }
.progress-bar { position: fixed; top: 0; left: 0; width: 0; height: 3px; z-index: 60; background: linear-gradient(90deg, var(--pearl), var(--champagne), var(--cyan), var(--violet)); box-shadow: 0 0 20px rgba(255,255,255,.35); }
.reveal { opacity: 0; transform: translateY(24px) scale(.985); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0) scale(1); }
.tilt-card { transform-style: preserve-3d; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }

@keyframes shimmer { 0% { transform: translateX(-220%) skewX(-22deg); } 55%, 100% { transform: translateX(540%) skewX(-22deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes floaty { 0%,100% { transform: translateY(0px); } 50% { transform: translateY(-8px); } }
@keyframes pulsebar { 0%,100% { transform: scaleX(.94); transform-origin: left; } 50% { transform: scaleX(1); transform-origin: left; } }
@keyframes drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(26px,-24px,0) scale(1.08); } }

@media (max-width: 1100px) {
  .card-grid.four, .values-grid, .process-grid, .module-grid, .proof-grid, .canvas-grid, .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-grid, .split, .product-spotlight, .feature-layout, .product-lab, .contact-grid, .page-title-row, .product-hero-card, .service-row, .service-matrix { grid-template-columns: 1fr; }
  .section-heading { display:grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .site-header { padding: .65rem 0; }
  .nav-shell { padding: .65rem; border-radius: 24px; }
  .nav-toggle { display:inline-block; }
  .nav-links {
    position: absolute; left: 1rem; right: 1rem; top: calc(100% + .45rem);
    display:grid; gap:.35rem; padding: .8rem; border-radius: 24px;
    background: rgba(24,34,52,.96); border: 1px solid rgba(255,255,255,.17);
    backdrop-filter: blur(18px);
    opacity: 0; pointer-events: none; transform: translateY(-10px);
    transition: .24s ease;
  }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .header-actions .btn.small { display:none; }
  h1 { font-size: clamp(2.05rem, 10vw, 3.15rem); }
  h2 { font-size: clamp(1.65rem, 7vw, 2.35rem); }
  .hero { padding-top: 3.35rem; }
  .section { padding: 3.5rem 0; }
  .section::before { inset: 10px .7rem; border-radius: 30px; }
  .card-grid, .card-grid.four, .values-grid, .process-grid, .module-grid, .proof-grid, .canvas-grid, .service-matrix, .footer-grid, .form-grid, .stat-grid, .lab-board { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .console-body { grid-template-columns: 1fr; }
  .console-side { border-left: 0; border-top: 1px solid rgba(255,255,255,.10); }
  .timeline-row, .feature-item { grid-template-columns: 1fr; }
  .page-hero, .product-page-hero { padding-top: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
