:root {
    --ink: #10182f;
    --ink-soft: #27324c;
    --muted: #526078;
    --primary: #4f5bd5;
    --primary-dark: #3443bd;
    --cyan: #83dff1;
    --mint: #82dfc4;
    --lilac: #c9b7ff;
    --pink: #ffc0dd;
    --peach: #ffd1bd;
    --canvas: #f7f9ff;
    --white: #fff;
    --line: rgba(122, 139, 174, .27);
    --glass: rgba(255, 255, 255, .74);
    --glass-strong: rgba(255, 255, 255, .88);
    --shadow: 0 24px 70px rgba(68, 82, 143, .13), inset 0 1px 0 rgba(255, 255, 255, .9);
    --shadow-soft: 0 12px 35px rgba(68, 82, 143, .09), inset 0 1px 0 rgba(255, 255, 255, .86);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --container: 1240px;
    --font: 'Noto Sans', 'Segoe UI', Arial, sans-serif;
    --display: 'Manrope', 'Noto Sans', 'Segoe UI', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--ink-soft);
    background:
        radial-gradient(circle at 8% 8%, rgba(131, 223, 241, .28), transparent 24rem),
        radial-gradient(circle at 91% 16%, rgba(255, 192, 221, .3), transparent 28rem),
        radial-gradient(circle at 20% 52%, rgba(201, 183, 255, .22), transparent 30rem),
        radial-gradient(circle at 88% 78%, rgba(130, 223, 196, .22), transparent 27rem),
        linear-gradient(180deg, #fbfcff 0%, var(--canvas) 100%);
    background-attachment: fixed;
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body::before {
    position: fixed;
    z-index: -1;
    inset: 0;
    background-image: linear-gradient(rgba(79, 91, 213, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(79, 91, 213, .035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 72%);
    content: '';
    pointer-events: none;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
svg { display: block; }

.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 10px 16px; border-radius: 10px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 52px 0; }
.glass-panel {
    border: 1px solid rgba(255, 255, 255, .82);
    background: var(--glass);
    box-shadow: var(--shadow-soft);
    -webkit-backdrop-filter: blur(24px) saturate(145%);
    backdrop-filter: blur(24px) saturate(145%);
}
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .glass-panel, .nav-shell, .language-menu, .status-popup { background: rgba(255,255,255,.96); }
}

.brand-intro { position: fixed; z-index: 400; inset: 0; display: grid; place-items: center; overflow: hidden; visibility: hidden; opacity: 0; background: rgba(248,250,255,.96); pointer-events: none; }
.intro-aurora { position: absolute; width: min(84vw, 850px); aspect-ratio: 1; border-radius: 50%; background: conic-gradient(from 20deg, rgba(105,217,199,.2), rgba(79,91,213,.27), rgba(255,124,145,.2), rgba(131,223,241,.24), rgba(105,217,199,.2)); filter: blur(55px); transform: scale(.68); }
.intro-lockup { position: relative; display: grid; width: min(88vw, 560px); justify-items: center; text-align: center; }
.intro-mark { position: relative; display: grid; width: 96px; height: 96px; place-items: center; margin-bottom: 17px; }
.intro-mark::before, .intro-mark::after { position: absolute; inset: -14px; border: 1px solid rgba(79,91,213,.24); border-radius: 50%; content: ''; }
.intro-mark::after { inset: -30px; border-color: rgba(105,217,199,.2); }
.intro-mark img { width: 88px; height: 88px; }
.intro-lockup strong { color: var(--ink); font-family: var(--display); font-size: clamp(2rem,5vw,3.2rem); letter-spacing: -.055em; line-height: 1; }
.intro-lockup strong em { color: var(--primary); font-style: normal; }
.intro-lockup small { max-width: 430px; margin-top: 12px; color: var(--muted); font-size: .84rem; }
.intro-lockup > i { width: min(250px,65vw); height: 3px; margin-top: 24px; overflow: hidden; border-radius: 99px; background: rgba(79,91,213,.1); }
.intro-lockup > i::before { display: block; width: 42%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--primary),var(--mint),#f57fae); content: ''; transform: translateX(-110%); }
body.is-first-visit .brand-intro { visibility: visible; opacity: 1; pointer-events: auto; animation: intro-failsafe .01s 4s forwards; }
body.is-first-visit .intro-aurora { animation: intro-aurora-bloom 1.25s cubic-bezier(.2,.75,.2,1) both; }
body.is-first-visit .intro-mark { animation: intro-mark-rise .82s cubic-bezier(.16,1,.3,1) both; }
body.is-first-visit .intro-mark::before { animation: intro-orbit 1.15s cubic-bezier(.2,.75,.2,1) both; }
body.is-first-visit .intro-mark::after { animation: intro-orbit 1.25s .08s cubic-bezier(.2,.75,.2,1) reverse both; }
body.is-first-visit .intro-lockup strong, body.is-first-visit .intro-lockup small { animation: intro-copy .72s .18s cubic-bezier(.16,1,.3,1) both; }
body.is-first-visit .intro-lockup small { animation-delay: .28s; }
body.is-first-visit .intro-lockup > i::before { animation: intro-progress 1.35s .12s cubic-bezier(.45,0,.25,1) both; }
body.is-first-visit.is-intro-revealing .brand-intro { animation: intro-curtain .72s cubic-bezier(.7,0,.2,1) both; }
body.is-first-visit .site-header, body.is-first-visit .hero-copy > *, body.is-first-visit .hero-visual, body.is-first-visit .hero-proof-grid, body.is-first-visit .platform-cloud { opacity: 0; }
body.is-first-visit.is-intro-revealing .site-header { animation: header-arrive .78s .18s cubic-bezier(.16,1,.3,1) both; }
body.is-first-visit.is-intro-revealing .hero-copy > * { animation: hero-copy-arrive .72s cubic-bezier(.16,1,.3,1) both; }
body.is-first-visit.is-intro-revealing .hero-copy > :nth-child(1) { animation-delay: .22s; }
body.is-first-visit.is-intro-revealing .hero-copy > :nth-child(2) { animation-delay: .3s; }
body.is-first-visit.is-intro-revealing .hero-copy > :nth-child(3) { animation-delay: .39s; }
body.is-first-visit.is-intro-revealing .hero-copy > :nth-child(4) { animation-delay: .46s; }
body.is-first-visit.is-intro-revealing .hero-copy > :nth-child(5) { animation-delay: .53s; }
body.is-first-visit.is-intro-revealing .hero-copy > :nth-child(6) { animation-delay: .59s; }
body.is-first-visit.is-intro-revealing .hero-visual { animation: hero-scene-arrive .92s .35s cubic-bezier(.16,1,.3,1) both; }
body.is-first-visit.is-intro-revealing .hero-proof-grid { animation: hero-dock-arrive .7s .63s cubic-bezier(.16,1,.3,1) both; }
body.is-first-visit.is-intro-revealing .platform-cloud { animation: hero-dock-arrive .7s .72s cubic-bezier(.16,1,.3,1) both; }

.site-header { position: fixed; z-index: 80; top: 12px; right: 12px; left: 12px; transition: top .28s ease-out; }
.nav-shell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 1280px);
    min-height: 64px;
    margin: 0 auto;
    padding: 7px 8px 7px 10px;
    border: 1px solid rgba(255,255,255,.88);
    border-radius: 20px;
    background: rgba(255,255,255,.76);
    box-shadow: 0 14px 45px rgba(68,82,143,.12), inset 0 1px 0 var(--white);
    -webkit-backdrop-filter: blur(28px) saturate(155%);
    backdrop-filter: blur(28px) saturate(155%);
    transition: min-height .28s ease-out, background-color .28s ease-out, box-shadow .28s ease-out, transform .28s ease-out;
}
.nav-shell::before { position: absolute; right: 24px; bottom: -1px; left: 24px; height: 1px; background: linear-gradient(90deg,transparent,rgba(105,217,199,.62),rgba(79,91,213,.5),rgba(255,124,145,.55),transparent); content: ''; opacity: .75; }
.site-header.is-scrolled { top: 7px; }
.site-header.is-scrolled .nav-shell { min-height: 58px; background: rgba(255,255,255,.9); box-shadow: 0 12px 34px rgba(45,58,118,.16),inset 0 1px 0 #fff; }
.brand { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; padding: 2px 6px 2px 2px; border-radius: 14px; }
.brand-mark-shell { position: relative; display: grid; width: 45px; height: 45px; place-items: center; flex: 0 0 auto; }
.brand-mark-shell::before { position: absolute; inset: 2px; border-radius: 15px; background: linear-gradient(135deg,rgba(105,217,199,.24),rgba(79,91,213,.2),rgba(255,124,145,.17)); content: ''; opacity: 0; transform: scale(.72) rotate(-8deg); transition: opacity .3s ease-out, transform .4s cubic-bezier(.16,1,.3,1); }
.brand:hover .brand-mark-shell::before { opacity: 1; transform: scale(1.12) rotate(5deg); }
.brand-mark { position: relative; z-index: 1; width: 45px; height: 45px; transition: transform .4s cubic-bezier(.16,1,.3,1); }
.brand:hover .brand-mark { transform: translateY(-1px) rotate(-3deg); }
.brand-mark-shell i { position: absolute; z-index: 2; top: 8px; right: 6px; width: 7px; height: 7px; border: 2px solid #fff; border-radius: 50%; background: #ff7c91; box-shadow: 0 0 0 0 rgba(255,124,145,.35); }
.brand:hover .brand-mark-shell i { animation: brand-node-pulse .7s ease-out 1; }
.brand-wordmark { display: grid; line-height: 1; }
.brand-wordmark strong { color: var(--ink); font-family: var(--display); font-size: 1.02rem; font-weight: 750; letter-spacing: -.045em; }
.brand-wordmark strong em { color: var(--primary); font-style: normal; }
.brand-wordmark small { margin-top: 4px; color: #69758c; font-size: .47rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 7px; margin-left: auto; margin-right: 15px; padding: 5px; border: 1px solid rgba(122,139,174,.12); border-radius: 14px; background: rgba(245,247,255,.55); }
.desktop-nav a { position: relative; padding: 7px 10px; border-radius: 9px; color: #26314b; font-size: .8rem; font-weight: 650; transition: color .2s ease-out, background-color .2s ease-out; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--primary-dark); background: rgba(255,255,255,.82); }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--primary), #9b72ef); content: ''; opacity: 0; transform: scaleX(.3); transition: opacity .2s ease-out, transform .2s ease-out; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { opacity: 1; transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 7px; }
.nav-contact { padding: 10px 17px; border-radius: 13px; color: var(--white); background: linear-gradient(135deg, var(--primary-dark), var(--primary)); box-shadow: 0 8px 22px rgba(79,91,213,.24); font-size: .83rem; font-weight: 700; transition: box-shadow .2s ease-out, background-color .2s ease-out; }
.nav-contact:hover { box-shadow: 0 10px 28px rgba(79,91,213,.35); }
.language-picker { position: relative; }
.language-button { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 8px 10px; border: 0; border-radius: 12px; background: transparent; cursor: pointer; font-size: .76rem; font-weight: 750; letter-spacing: .04em; }
.language-button:hover { background: rgba(79,91,213,.08); }
.language-button svg { width: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.language-button .chevron { width: 14px; transition: transform .2s ease-out; }
.language-button[aria-expanded="true"] .chevron { transform: rotate(180deg); }
.language-menu { position: absolute; top: calc(100% + 12px); right: 0; width: 270px; max-height: min(520px, calc(100vh - 105px)); overflow-y: auto; padding: 10px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); -webkit-backdrop-filter: blur(26px) saturate(150%); backdrop-filter: blur(26px) saturate(150%); }
.language-label { display: block; padding: 7px 10px 9px; color: var(--muted); font-size: .69rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.language-menu a { display: flex; align-items: center; justify-content: space-between; padding: 9px 10px; border-radius: 10px; font-size: .86rem; font-weight: 600; transition: background-color .18s ease-out; }
.language-menu a:hover { background: rgba(79,91,213,.07); }
.language-menu a[aria-current="page"] { color: var(--primary-dark); background: rgba(79,91,213,.11); }
.language-menu small { color: var(--muted); font-size: .65rem; letter-spacing: .08em; }
.menu-toggle { display: none; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 12px; background: rgba(79,91,213,.08); cursor: pointer; }
.menu-toggle svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.mobile-menu { width: min(100%, 1280px); margin: 7px auto 0; padding: 12px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.93); box-shadow: var(--shadow); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); }
.mobile-menu a { display: block; padding: 11px 13px; border-radius: 9px; font-size: .9rem; font-weight: 650; }
.mobile-menu a:hover { background: rgba(79,91,213,.07); }

.hero { position: relative; overflow: hidden; padding-top: 108px; padding-bottom: 26px; }
.aurora { position: absolute; border-radius: 50%; filter: blur(22px); pointer-events: none; }
.aurora-one { top: 35px; right: 2%; width: 520px; height: 420px; background: radial-gradient(circle at 35% 35%, rgba(131,223,241,.58), rgba(201,183,255,.3) 50%, transparent 72%); animation: aurora-drift-one 16s ease-in-out infinite alternate; }
.aurora-two { bottom: 2%; left: -7%; width: 430px; height: 360px; background: radial-gradient(circle at 55% 45%, rgba(255,192,221,.52), rgba(255,209,189,.24) 52%, transparent 72%); animation: aurora-drift-two 19s ease-in-out infinite alternate; }
.hero-shell { position: relative; z-index: 1; overflow: clip; padding: 31px 31px 24px; border-color: rgba(255,255,255,.9); border-radius: 36px; background: linear-gradient(135deg,rgba(255,255,255,.86),rgba(250,250,255,.67) 48%,rgba(245,255,253,.68)); box-shadow: 0 32px 90px rgba(52,67,131,.16),inset 0 1px 0 #fff; }
.hero-shell::before { position: absolute; top: -45%; right: -9%; width: 58%; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(from 125deg,rgba(105,217,199,.2),rgba(79,91,213,.13),rgba(255,124,145,.16),rgba(105,217,199,.2)); content: ''; filter: blur(34px); opacity: .72; }
.hero-shell::after { position: absolute; top: 0; right: 0; left: 0; height: 2px; background: linear-gradient(90deg,transparent 4%,rgba(105,217,199,.8),rgba(79,91,213,.68),rgba(255,124,145,.65),transparent 96%); content: ''; opacity: .75; }
.hero-mesh { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.hero-mesh::before { position: absolute; top: -20%; right: -4%; width: 52%; height: 115%; background-image: linear-gradient(rgba(79,91,213,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(79,91,213,.055) 1px,transparent 1px); background-size: 30px 30px; mask-image: radial-gradient(circle at 55% 48%,#000,transparent 68%); content: ''; transform: perspective(480px) rotateY(-13deg) rotateZ(-2deg); }
.hero-mesh span { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 5px rgba(79,91,213,.09); }
.hero-mesh span:nth-child(1) { top: 18%; right: 34%; }
.hero-mesh span:nth-child(2) { top: 66%; right: 8%; background: var(--mint); }
.hero-mesh span:nth-child(3) { top: 34%; right: 4%; background: #ff7c91; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(350px, .95fr); align-items: center; gap: clamp(28px, 3.8vw, 52px); }
.hero-copy { position: relative; z-index: 2; padding: 8px 0 3px; }
.hero-meta-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: 710px; }
.hero-live-signal { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; margin: 0 0 15px; color: #5e6980; font-size: .6rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.hero-live-signal i { width: 7px; height: 7px; border-radius: 50%; background: #32bd91; box-shadow: 0 0 0 4px rgba(50,189,145,.12); animation: live-signal 2.2s ease-out infinite; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 15px; color: var(--primary-dark); font-size: .69rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #f57fae; box-shadow: 0 0 0 5px rgba(245,127,174,.14); }
h1, h2, h3 { margin-top: 0; color: var(--ink); font-family: var(--display); letter-spacing: -.035em; line-height: 1.1; }
h1 { max-width: 750px; margin-bottom: 17px; font-size: clamp(3.05rem, 4.45vw, 4.55rem); font-weight: 650; line-height: 1.035; }
h1 em { color: transparent; background: linear-gradient(105deg,#3343c7 8%,#5967e7 38%,#7c58c8 66%,#e56f9c 100%); background-size: 180% 100%; -webkit-background-clip: text; background-clip: text; font-style: normal; animation: title-gradient 9s ease-in-out infinite alternate; }
h2 { margin-bottom: 18px; font-size: clamp(2.15rem, 3.6vw, 3.6rem); font-weight: 650; }
h3 { font-size: 1.2rem; font-weight: 700; }
.hero-tagline { margin: 0 0 12px; color: var(--primary-dark); font-family: var(--display); font-size: clamp(1.08rem, 1.5vw, 1.35rem); font-weight: 700; letter-spacing: -.02em; }
.hero-lede { max-width: 650px; margin: 0 0 22px; color: var(--muted); font-size: .95rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 49px; padding: 12px 19px; border: 1px solid transparent; border-radius: 14px; cursor: pointer; font-size: .85rem; font-weight: 750; transition: transform .2s ease-out, border-color .2s ease-out, box-shadow .2s ease-out, color .2s ease-out, background-color .2s ease-out; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--primary-dark), var(--primary)); box-shadow: 0 11px 28px rgba(79,91,213,.23); }
.button-primary:hover { box-shadow: 0 14px 34px rgba(79,91,213,.34); transform: translateY(-2px); }
.button-ghost { border-color: rgba(79,91,213,.2); color: var(--primary-dark); background: rgba(255,255,255,.64); }
.button-ghost:hover { border-color: rgba(79,91,213,.38); background: rgba(255,255,255,.9); transform: translateY(-2px); }
.trust-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.trust-pills span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.88); border-radius: 999px; color: #49566f; background: rgba(255,255,255,.55); font-size: .68rem; font-weight: 650; }
.trust-pills svg { width: 14px; fill: none; stroke: #26866d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.hero-visual { width: 100%; max-width: 430px; justify-self: end; perspective: 1000px; }
.hero-orbit-stage { position: relative; width: 100%; max-width: 420px; aspect-ratio: 1; margin-left: auto; transform: rotateX(var(--hero-tilt-y,0deg)) rotateY(var(--hero-tilt-x,0deg)); transform-style: preserve-3d; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.orbit-glow { position: absolute; z-index: 0; inset: 12%; border-radius: 50%; background: radial-gradient(circle at 45% 40%,rgba(255,255,255,.9),rgba(131,223,241,.27) 34%,rgba(201,183,255,.25) 57%,transparent 72%); filter: blur(3px); animation: orbit-breathe 6s ease-in-out infinite; }
.orbit-lines { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; fill: none; stroke: rgba(79,91,213,.22); stroke-width: 1.25; stroke-dasharray: 5 8; animation: orbit-spin 28s linear infinite; }
.orbit-lines ellipse:nth-child(2) { stroke: rgba(105,217,199,.32); stroke-dasharray: 3 9; }
.orbit-lines path { stroke: rgba(255,124,145,.25); stroke-width: 1.6; stroke-dasharray: 2 10; }
.image-frame { position: relative; overflow: hidden; }
.image-frame-hero { max-height: 330px; aspect-ratio: 4 / 3; border: 1px solid rgba(255,255,255,.92); border-radius: 30px; background: rgba(255,255,255,.52); box-shadow: 0 30px 64px rgba(52,65,126,.22),inset 0 1px 0 #fff; }
.image-frame-hero img { width: 100%; height: 100%; max-height: 330px; object-fit: cover; object-position: center; }
.hero-core-card { position: absolute; z-index: 3; top: 50%; left: 50%; width: 82%; transform: translate(-50%,-50%) rotate(-2.5deg) translateZ(38px); animation: core-card-float 7s ease-in-out infinite; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.82); border-radius: 12px; color: var(--ink-soft); background: rgba(255,255,255,.74); box-shadow: 0 10px 30px rgba(58,70,130,.12); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); font-size: .65rem; font-weight: 700; line-height: 1.3; }
.floating-card span { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(130,223,196,.18); }
.floating-card strong { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 9px; color: var(--white); background: var(--primary); font-size: .7rem; }
.float-a { right: 11px; bottom: 11px; }
.float-b { top: 11px; left: 11px; }
.orbit-node { position: absolute; z-index: 5; display: flex; align-items: center; gap: 7px; padding: 6px 9px 6px 6px; border: 1px solid rgba(255,255,255,.92); border-radius: 999px; background: rgba(255,255,255,.78); box-shadow: 0 12px 28px rgba(53,66,126,.14); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); transform: translateZ(60px); animation: node-float 5.8s ease-in-out infinite; }
.orbit-node span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 9px; color: #fff; background: linear-gradient(135deg,var(--primary-dark),#7d86ef); font-size: .54rem; font-weight: 800; }
.orbit-node strong { color: var(--ink-soft); font-size: .59rem; }
.orbit-node-1 { top: 5%; left: 2%; }
.orbit-node-2 { top: 13%; right: -1%; animation-delay: -.9s; }
.orbit-node-3 { right: -2%; bottom: 14%; animation-delay: -1.8s; }
.orbit-node-4 { bottom: 5%; left: 4%; animation-delay: -2.7s; }
.orbit-node-2 span { background: linear-gradient(135deg,#7d52c7,#c17ee8); }
.orbit-node-3 span { background: linear-gradient(135deg,#151c36,#58637f); }
.orbit-node-4 span { background: linear-gradient(135deg,#e26086,#ff9dbb); }
.hero-signal-card { position: absolute; z-index: 6; right: 7%; bottom: -1%; display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 10px; align-items: center; width: min(238px,72%); padding: 10px 12px; border: 1px solid rgba(255,255,255,.95); border-radius: 16px; background: rgba(255,255,255,.84); box-shadow: 0 18px 38px rgba(54,67,126,.16); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); transform: translateZ(74px); }
.hero-signal-card strong, .hero-signal-card small { display: block; }
.hero-signal-card strong { color: var(--ink); font-family: var(--display); font-size: .69rem; }
.hero-signal-card small { margin-top: 2px; color: var(--muted); font-size: .55rem; line-height: 1.35; }
.signal-wave { display: flex; align-items: end; justify-content: center; gap: 4px; height: 34px; padding: 6px; border-radius: 11px; color: var(--primary); background: linear-gradient(145deg,rgba(131,223,241,.34),rgba(201,183,255,.38)); }
.signal-wave i { width: 4px; border-radius: 99px; background: currentColor; animation: signal-bars 1.5s ease-in-out infinite; }
.signal-wave i:nth-child(1) { height: 9px; }
.signal-wave i:nth-child(2) { height: 19px; animation-delay: -.35s; }
.signal-wave i:nth-child(3) { height: 13px; animation-delay: -.7s; }
.fact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(122,139,174,.18); }
.fact-card { position: relative; display: grid; grid-template-columns: 31px 1fr; gap: 10px; min-width: 0; padding: 11px 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.86); border-radius: 16px; background: linear-gradient(135deg,rgba(255,255,255,.7),rgba(248,250,255,.48)); }
.fact-card::before { position: absolute; top: 0; bottom: 0; left: 0; width: 2px; background: linear-gradient(180deg,var(--mint),var(--primary),#f57fae); content: ''; opacity: .7; }
.fact-card > span { color: var(--primary); font-family: var(--display); font-size: .67rem; font-weight: 800; letter-spacing: .08em; }
.fact-card strong, .fact-card small { display: block; }
.fact-card strong { margin-bottom: 3px; color: var(--ink); font-family: var(--display); font-size: .84rem; }
.fact-card small { color: var(--muted); font-size: .65rem; line-height: 1.4; }
.platform-cloud { position: relative; z-index: 2; display: grid; grid-template-columns: 225px 1fr; gap: 22px; align-items: center; margin-top: 11px; padding: 15px 18px; overflow: hidden; border-radius: 22px; }
.platform-cloud::before { position: absolute; top: -80px; left: 18%; width: 240px; height: 150px; border-radius: 50%; background: rgba(131,223,241,.2); content: ''; filter: blur(35px); pointer-events: none; }
.platform-cloud-copy strong, .platform-cloud-copy span { display: block; }
.platform-cloud-copy strong { color: var(--ink); font-family: var(--display); font-size: .84rem; }
.platform-cloud-copy span { margin-top: 2px; color: var(--muted); font-size: .64rem; }
.platform-chips { position: relative; display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.platform-chips a { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid rgba(122,139,174,.18); border-radius: 999px; color: #45516a; background: rgba(255,255,255,.58); font-size: .68rem; font-weight: 700; transition: transform .18s ease-out, border-color .18s ease-out, background-color .18s ease-out; }
.platform-chips a:hover { border-color: rgba(79,91,213,.35); background: rgba(255,255,255,.9); transform: translateY(-2px); }
.platform-chips a span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 7px; color: var(--white); background: linear-gradient(135deg, var(--primary), #8f7ce9); font-size: .53rem; }

.content-panel { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: clamp(35px, 6vw, 78px); align-items: center; padding: 34px; border-radius: var(--radius-xl); }
.content-panel-reverse { grid-template-columns: minmax(310px, .65fr) minmax(0, 1.35fr); }
.content-panel-reverse .content-copy { grid-column: 2; }
.content-panel-reverse .media-card { grid-row: 1; grid-column: 1; }
.content-copy p:not(.section-kicker) { margin: 0 0 13px; color: var(--muted); font-size: .93rem; }
.content-copy h2 { max-width: 760px; }
.badge-list, .format-chips, .language-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.badge-list span, .format-chips span, .language-tags a { padding: 7px 10px; border: 1px solid rgba(79,91,213,.15); border-radius: 999px; color: #43506a; background: rgba(255,255,255,.62); font-size: .67rem; font-weight: 700; }
.format-chips span:nth-child(2n), .language-tags a:nth-child(2n) { border-color: rgba(245,127,174,.2); background: rgba(255,240,247,.7); }
.media-card { position: relative; margin: 0; overflow: hidden; max-height: 380px; aspect-ratio: 4 / 3; border: 1px solid rgba(255,255,255,.9); border-radius: 26px; background: rgba(255,255,255,.45); box-shadow: var(--shadow); }
.media-card img { width: 100%; height: 100%; max-height: 380px; object-fit: cover; }
.media-card figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.82); border-radius: 11px; color: var(--ink-soft); background: rgba(255,255,255,.75); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); font-size: .62rem; font-weight: 750; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .55fr); gap: clamp(35px, 7vw, 90px); align-items: end; margin-bottom: 28px; }
.section-heading h2 { max-width: 790px; margin-bottom: 0; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: .91rem; }
.compact-heading { margin-bottom: 24px; }
.goal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.goal-card { position: relative; min-height: 235px; padding: 23px; border-radius: var(--radius-lg); transition: border-color .22s ease-out, box-shadow .22s ease-out, background-color .22s ease-out; }
.goal-card:hover { border-color: rgba(201,183,255,.85); background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.goal-icon { display: grid; width: 42px; height: 42px; margin-bottom: 30px; place-items: center; border-radius: 14px; color: var(--primary-dark); background: linear-gradient(135deg, rgba(131,223,241,.45), rgba(201,183,255,.5)); box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.goal-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.75; }
.card-index { position: absolute; top: 23px; right: 23px; color: #7b86a0; font-family: var(--display); font-size: .64rem; font-weight: 800; letter-spacing: .1em; }
.goal-card h3 { margin-bottom: 10px; font-size: 1.08rem; }
.goal-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.58; }

.services { position: relative; }
.services::before { position: absolute; z-index: -1; top: 5%; right: -12rem; width: 32rem; height: 32rem; border-radius: 50%; background: radial-gradient(circle, rgba(201,183,255,.34), transparent 68%); content: ''; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.service-card { display: flex; min-height: 305px; padding: 23px; border-radius: var(--radius-lg); flex-direction: column; transition: border-color .22s ease-out, box-shadow .22s ease-out, background-color .22s ease-out; }
.service-card:hover { border-color: rgba(131,223,241,.9); background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.service-mark { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(255,255,255,.85); border-radius: 14px; color: var(--white); background: linear-gradient(135deg, var(--primary-dark), #7783ef); box-shadow: 0 8px 20px rgba(79,91,213,.22); font-family: var(--display); font-size: .76rem; font-weight: 800; }
.tone-violet .service-mark { background: linear-gradient(135deg, #7b55c7, #b899ff); }
.tone-coral .service-mark { background: linear-gradient(135deg, #e06d91, #ff9fbe); }
.tone-ink .service-mark { background: linear-gradient(135deg, #1e2945, #59647f); }
.service-number { color: #7c88a2; font-family: var(--display); font-size: .64rem; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { margin-bottom: 11px; font-size: 1.13rem; }
.service-card > p { margin: 0 0 21px; color: var(--muted); font-size: .79rem; line-height: 1.58; }
.service-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(122,139,174,.18); }
.service-footer > span { color: #6b7690; font-size: .61rem; font-weight: 650; }
.service-footer a { display: inline-flex; align-items: center; gap: 5px; color: var(--primary-dark); font-size: .62rem; font-weight: 800; white-space: nowrap; }
.service-footer a svg { width: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }

.matrix-panel { overflow: hidden; padding: 32px; border-radius: var(--radius-xl); }
.matrix-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(270px, .7fr); gap: 45px; align-items: end; margin-bottom: 25px; }
.matrix-heading h2 { max-width: 790px; margin-bottom: 0; }
.matrix-heading > p { margin: 0 0 5px; color: var(--muted); font-size: .88rem; }
.platform-matrix { overflow: hidden; border: 1px solid rgba(122,139,174,.2); border-radius: 20px; background: rgba(255,255,255,.45); }
.matrix-row { display: grid; grid-template-columns: .7fr 1fr 1fr 1.6fr; }
.matrix-row > * { min-width: 0; padding: 16px; border-right: 1px solid rgba(122,139,174,.17); border-bottom: 1px solid rgba(122,139,174,.17); font-size: .75rem; line-height: 1.5; }
.matrix-row > *:last-child { border-right: 0; }
.matrix-row:last-child > * { border-bottom: 0; }
.matrix-row > strong { color: var(--ink); font-family: var(--display); }
.matrix-row > span { color: var(--muted); }
.matrix-header { color: var(--primary-dark); background: linear-gradient(90deg, rgba(131,223,241,.18), rgba(201,183,255,.2), rgba(255,192,221,.16)); }
.matrix-header strong { font-size: .66rem; letter-spacing: .05em; text-transform: uppercase; }

.check-list { display: grid; gap: 9px; margin: 21px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 9px; color: #43506a; font-size: .81rem; font-weight: 650; }
.check-list svg { width: 18px; flex: 0 0 auto; margin-top: 3px; fill: none; stroke: #25866c; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }

.approach { position: relative; }
.approach::before { position: absolute; z-index: -1; bottom: 0; left: -12%; width: 35rem; height: 28rem; border-radius: 50%; background: radial-gradient(circle, rgba(131,223,241,.3), transparent 68%); content: ''; }
.approach-panel { display: grid; grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr); gap: clamp(35px, 6vw, 75px); align-items: start; padding: 34px; border-radius: var(--radius-xl); }
.approach-heading > p:last-child { margin: 0; color: var(--muted); font-size: .9rem; }
.steps-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.steps-grid li { min-height: 178px; padding: 20px; border: 1px solid rgba(255,255,255,.85); border-radius: 20px; background: rgba(255,255,255,.52); }
.steps-grid li > span { display: inline-block; margin-bottom: 25px; color: var(--primary); font-family: var(--display); font-size: .64rem; font-weight: 800; letter-spacing: .1em; }
.steps-grid h3 { margin-bottom: 8px; font-size: 1.05rem; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.55; }

.insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 15px; }
.insight-card { overflow: hidden; border-radius: var(--radius-lg); transition: border-color .22s ease-out, box-shadow .22s ease-out, background-color .22s ease-out; }
.insight-card:hover { border-color: rgba(201,183,255,.85); background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.insight-card > img { width: 100%; height: 205px; max-height: 220px; aspect-ratio: 16 / 9; object-fit: cover; }
.insight-card > div { padding: 21px; }
.insight-card span { color: var(--primary); font-size: .64rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.insight-card h3 { margin: 9px 0 10px; font-size: 1.15rem; }
.insight-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.56; }
.insight-card a { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; color: var(--primary-dark); font-size: .7rem; font-weight: 800; }
.insight-card a svg { width: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }

.faq-panel { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(35px, 7vw, 90px); align-items: start; padding: 34px; border-radius: var(--radius-xl); }
.faq-heading > p:last-child { margin: 0; color: var(--muted); font-size: .86rem; }
.faq-list { border-top: 1px solid rgba(122,139,174,.22); }
.faq-list details { border-bottom: 1px solid rgba(122,139,174,.22); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 20px 2px; color: var(--ink); cursor: pointer; font-family: var(--display); font-size: .94rem; font-weight: 750; line-height: 1.4; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.7; transition: transform .2s ease-out; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details > p { max-width: 720px; margin: -3px 40px 22px 2px; color: var(--muted); font-size: .82rem; }

.contact-section { padding-top: 24px; }
.contact-card { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) auto; gap: 35px; align-items: end; overflow: hidden; padding: 48px; border-radius: var(--radius-xl); background: linear-gradient(125deg, rgba(255,255,255,.78), rgba(218,226,255,.7) 42%, rgba(255,220,238,.68)); }
.contact-card h2 { max-width: 810px; margin-bottom: 12px; }
.contact-card > div > p:last-child { max-width: 620px; margin: 0; color: var(--muted); font-size: .9rem; }
.contact-card > *:not(.contact-orbit) { position: relative; z-index: 1; }
.contact-orbit { position: absolute; right: -135px; bottom: -265px; width: 530px; height: 530px; border: 1px solid rgba(79,91,213,.18); border-radius: 50%; }
.contact-orbit::before, .contact-orbit::after { position: absolute; inset: 70px; border: 1px solid rgba(79,91,213,.14); border-radius: 50%; content: ''; }
.contact-orbit::after { inset: 150px; }
.contact-orbit span { position: absolute; z-index: 1; width: 18px; height: 18px; border-radius: 50%; background: var(--mint); }
.contact-orbit span:nth-child(1) { top: 48px; left: 100px; }
.contact-orbit span:nth-child(2) { top: 200px; left: -7px; background: var(--pink); }
.contact-orbit span:nth-child(3) { top: 83px; right: 31px; width: 11px; height: 11px; background: var(--primary); }

.site-footer { padding: 60px 0 24px; }
.footer-main { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: 45px; padding: 28px; border: 1px solid rgba(255,255,255,.78); border-radius: var(--radius-lg); background: rgba(255,255,255,.46); }
.footer-brand img { width: 181px; height: 38px; }
.footer-brand p { max-width: 330px; margin: 14px 0 0; color: var(--muted); font-size: .8rem; }
.footer-languages { justify-self: end; max-width: 670px; }
.footer-languages strong { display: block; margin-bottom: 11px; color: var(--ink); font-family: var(--display); font-size: .76rem; }
.footer-languages > div { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 6px 16px; }
.footer-languages a { color: var(--muted); font-size: .73rem; }
.footer-languages a:hover, .footer-languages a[aria-current="page"] { color: var(--primary-dark); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 20px; color: var(--muted); font-size: .7rem; }
.footer-bottom a { color: var(--ink); font-weight: 750; }

.status-popup { position: fixed; z-index: 90; right: 18px; bottom: 18px; display: grid; grid-template-columns: 40px 1fr 27px; gap: 11px; width: min(470px, calc(100% - 36px)); padding: 15px; border: 1px solid rgba(255,255,255,.86); border-radius: 19px; color: #46526b; background: rgba(255,255,255,.84); box-shadow: var(--shadow); opacity: 0; transform: translateY(24px); pointer-events: none; -webkit-backdrop-filter: blur(25px) saturate(150%); backdrop-filter: blur(25px) saturate(150%); transition: opacity .32s ease-out, transform .32s ease-out; }
.status-popup.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.status-popup.is-hidden { display: none; }
.popup-icon { display: grid; width: 40px; height: 40px; place-items: center; }
.popup-icon img { width: 40px; height: 40px; }
.status-popup strong { display: block; margin-bottom: 3px; color: var(--ink); font-family: var(--display); font-size: .85rem; }
.status-popup p { margin: 0; font-size: .72rem; line-height: 1.5; }
.status-popup p a { color: var(--primary-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.status-popup button { display: grid; width: 27px; height: 27px; place-items: center; border: 0; border-radius: 8px; color: #65718a; background: transparent; cursor: pointer; }
.status-popup button:hover { color: var(--ink); background: rgba(79,91,213,.08); }
.status-popup button svg { width: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }

@keyframes intro-aurora-bloom { from { opacity: 0; transform: scale(.62) rotate(-14deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes intro-mark-rise { from { opacity: 0; transform: translateY(18px) scale(.72) rotate(-9deg); } to { opacity: 1; transform: translateY(0) scale(1) rotate(0); } }
@keyframes intro-orbit { from { opacity: 0; transform: rotate(-90deg) scale(.72); } to { opacity: 1; transform: rotate(0) scale(1); } }
@keyframes intro-copy { from { opacity: 0; transform: translateY(12px); letter-spacing: .02em; } to { opacity: 1; transform: none; } }
@keyframes intro-progress { from { transform: translateX(-110%); } to { transform: translateX(240%); } }
@keyframes intro-curtain { 0% { opacity: 1; clip-path: inset(0 0 0 0 round 0); } 100% { opacity: 0; clip-path: inset(0 0 100% 0 round 0 0 42% 42%); } }
@keyframes intro-failsafe { to { visibility: hidden; opacity: 0; pointer-events: none; } }
@keyframes header-arrive { from { opacity: 0; transform: translateY(-22px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes hero-copy-arrive { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes hero-scene-arrive { from { opacity: 0; transform: translateX(30px) scale(.91) rotate(3deg); } to { opacity: 1; transform: none; } }
@keyframes hero-dock-arrive { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes brand-node-pulse { 0% { box-shadow: 0 0 0 0 rgba(255,124,145,.4); } 100% { box-shadow: 0 0 0 10px rgba(255,124,145,0); } }
@keyframes aurora-drift-one { from { transform: translate3d(-2%,0,0) scale(.96); } to { transform: translate3d(7%,6%,0) scale(1.08); } }
@keyframes aurora-drift-two { from { transform: translate3d(0,3%,0) scale(.98); } to { transform: translate3d(8%,-5%,0) scale(1.1); } }
@keyframes live-signal { 0% { box-shadow: 0 0 0 0 rgba(50,189,145,.28); } 70%,100% { box-shadow: 0 0 0 8px rgba(50,189,145,0); } }
@keyframes title-gradient { from { background-position: 0 50%; } to { background-position: 100% 50%; } }
@keyframes orbit-breathe { 0%,100% { opacity: .72; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.04); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes core-card-float { 0%,100% { transform: translate(-50%,-50%) rotate(-2.5deg) translateZ(38px) translateY(0); } 50% { transform: translate(-50%,-50%) rotate(-1deg) translateZ(38px) translateY(-8px); } }
@keyframes node-float { 0%,100% { margin-top: 0; } 50% { margin-top: -7px; } }
@keyframes signal-bars { 0%,100% { transform: scaleY(.55); opacity: .6; } 50% { transform: scaleY(1); opacity: 1; } }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .38s ease-out, transform .38s ease-out; }
.reveal-delay { transition-delay: .08s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid #ef78aa; outline-offset: 3px; }

@media (max-width: 1080px) {
    .desktop-nav, .nav-contact { display: none; }
    .menu-toggle { display: grid; }
    .hero-grid { grid-template-columns: minmax(0, 1.5fr) minmax(340px, .88fr); gap: 25px; }
    .hero-orbit-stage { max-width: 390px; }
    .services-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .goal-card { min-height: 245px; }
}

@media (max-width: 900px) {
    .section-pad { padding: 46px 0; }
    .hero { padding-top: 105px; padding-bottom: 24px; }
    .hero-grid, .content-panel, .content-panel-reverse, .section-heading, .matrix-heading, .faq-panel, .approach-panel { grid-template-columns: 1fr; }
    .hero-copy { max-width: 720px; }
    .hero-visual { max-width: none; justify-self: stretch; }
    .hero-orbit-stage { max-width: 470px; margin: 5px auto 0; }
    .image-frame-hero { max-height: 340px; aspect-ratio: 4 / 3; }
    .content-panel-reverse .content-copy, .content-panel-reverse .media-card { grid-column: auto; grid-row: auto; }
    .content-panel-reverse .media-card { order: 2; }
    .media-card { max-height: 350px; aspect-ratio: 16 / 9; }
    .media-card img { max-height: 350px; }
    .platform-cloud { grid-template-columns: 1fr; gap: 12px; }
    .platform-chips { justify-content: flex-start; }
    .goal-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .matrix-heading { align-items: start; }
    .matrix-row { grid-template-columns: .72fr 1fr 1fr 1.3fr; }
    .approach-panel { gap: 28px; }
    .contact-card { grid-template-columns: 1fr; align-items: start; }
    .contact-card .button { width: fit-content; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-languages { justify-self: start; }
    .footer-languages > div { justify-content: flex-start; }
}

@media (max-width: 700px) {
    body { background-attachment: scroll; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section-pad { padding: 40px 0; }
    .site-header { top: 7px; right: 7px; left: 7px; }
    .nav-shell { min-height: 57px; padding: 5px 6px 5px 11px; border-radius: 16px; }
    .brand { gap: 6px; padding-right: 2px; }
    .brand-mark-shell, .brand-mark { width: 39px; height: 39px; }
    .brand-wordmark strong { font-size: .9rem; }
    .brand-wordmark small { display: none; }
    .language-button > svg:first-child { display: none; }
    .language-button { min-height: 38px; padding-inline: 7px; }
    .language-menu { position: fixed; top: 72px; right: 10px; left: 10px; width: auto; }
    .hero { padding-top: 91px; }
    .hero-shell, .content-panel, .matrix-panel, .approach-panel, .faq-panel { padding: 21px; border-radius: 24px; }
    .hero-shell { overflow: clip; padding-bottom: 18px; }
    .hero-mesh span { display: none; }
    .hero-meta-row { display: block; }
    .hero-live-signal { display: none; }
    h1 { font-size: clamp(2.3rem, 11.5vw, 4rem); }
    h2 { font-size: clamp(1.9rem, 9.5vw, 2.8rem); }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .trust-pills { gap: 6px; }
    .trust-pills span { font-size: .61rem; }
    .hero-orbit-stage { max-width: 350px; }
    .image-frame-hero { max-height: 285px; aspect-ratio: 4 / 3; }
    .image-frame-hero img { max-height: 285px; }
    .hero-core-card { width: 78%; }
    .orbit-node { padding-right: 7px; }
    .orbit-node strong { display: none; }
    .orbit-node-3, .orbit-node-4 { display: none; }
    .hero-signal-card { right: 1%; bottom: 1%; width: min(215px,76%); }
    .fact-grid { grid-template-columns: 1fr; }
    .fact-card { grid-template-columns: 27px 1fr; }
    .platform-cloud { padding: 15px; }
    .platform-chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
    .platform-chips::-webkit-scrollbar { display: none; }
    .platform-chips a { flex: 0 0 auto; }
    .content-panel { gap: 25px; }
    .media-card { max-height: 315px; aspect-ratio: 4 / 3; }
    .media-card img { max-height: 315px; }
    .goal-grid, .services-grid, .steps-grid, .insight-grid { grid-template-columns: 1fr; }
    .goal-card { min-height: 0; }
    .service-card { min-height: 0; }
    .section-heading { gap: 13px; align-items: start; }
    .platform-matrix { border: 0; background: transparent; }
    .matrix-header { display: none; }
    .matrix-row { grid-template-columns: 1fr; margin-bottom: 10px; overflow: hidden; border: 1px solid rgba(122,139,174,.2); border-radius: 16px; background: rgba(255,255,255,.5); }
    .matrix-row > * { padding: 10px 13px; border-right: 0; border-bottom: 1px solid rgba(122,139,174,.15); }
    .matrix-row > *:last-child { border-bottom: 0; }
    .matrix-row > strong { padding-top: 13px; color: var(--primary-dark); }
    .insight-card > img { height: 210px; max-height: 220px; }
    .contact-card { padding: 32px 22px; border-radius: 24px; }
    .contact-card .button { width: 100%; }
    .contact-orbit { right: -340px; opacity: .45; }
    .footer-main { padding: 21px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .status-popup { right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); grid-template-columns: 35px 1fr 25px; width: calc(100% - 20px); padding: 12px; border-radius: 16px; }
    .popup-icon { width: 35px; height: 35px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .reveal { opacity: 1; transform: none; }
    .brand-intro { display: none !important; }
    body.is-first-visit { overflow: auto; }
    body.is-first-visit .site-header, body.is-first-visit .hero-copy > *, body.is-first-visit .hero-visual, body.is-first-visit .hero-proof-grid, body.is-first-visit .platform-cloud { opacity: 1 !important; transform: none !important; }
}
