:root {
  --orange: #ff6a00;
  --orange-strong: #e65f00;
  --orange-soft: #fff1e6;
  --black: #0d0f12;
  --black-2: #14171b;
  --black-3: #1d2126;
  --white: #ffffff;
  --paper: #f6f7f8;
  --line: #e2e5e8;
  --muted: #66707a;
  --muted-dark: #a5adb5;
  --success: #59c27a;
  --shadow: 0 24px 70px rgba(10, 13, 16, 0.12);
  --shadow-dark: 0 28px 80px rgba(0, 0, 0, 0.38);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: "Sora", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { border: 0; }
::selection { color: var(--white); background: var(--orange); }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-sm { padding: 74px 0; }
.section-dark { color: var(--white); background: var(--black); }
.section-soft { background: var(--paper); }
.grid { display: grid; gap: 22px; }

.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 200;
  padding: 10px 14px; color: var(--white); background: var(--orange);
  border-radius: 10px; transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  color: var(--white); background: rgba(13, 15, 18, 0.9);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-symbol { width: 38px; height: 38px; object-fit: contain; }
.brand-wordmark { display: flex; align-items: baseline; gap: 8px; font-size: 1.32rem; line-height: 1; letter-spacing: -.045em; }
.brand-wordmark strong { color: var(--orange); font-weight: 700; }
.brand-wordmark span { color: var(--white); font-weight: 400; }
.brand-product { display: inline-flex; align-items: center; gap: 11px; }
.brand-divider { width: 1px; height: 28px; background: rgba(255,255,255,.22); }
.product-wordmark { font-weight: 700; letter-spacing: -.04em; }
.product-wordmark em { color: var(--orange); font-style: normal; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav-list { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.nav-link { color: #c8cdd2; font-size: .9rem; transition: color .2s ease; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--white); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-button { display: none; width: 44px; height: 44px; place-items: center; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; cursor: pointer; }
.menu-button svg { width: 22px; height: 22px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 21px; border-radius: 999px; font-size: .9rem; font-weight: 700;
  border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--orange); box-shadow: 0 14px 34px rgba(255,106,0,.23); }
.btn-primary:hover { background: var(--orange-strong); }
.btn-outline { color: var(--white); background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.18); }
.btn-outline:hover { border-color: rgba(255,255,255,.46); }
.btn-light { color: var(--black); background: var(--white); }
.btn-dark { color: var(--white); background: var(--black); }
.btn-link { min-height: auto; padding: 0; color: var(--orange); border-radius: 0; }
.btn svg { width: 18px; height: 18px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px;
  color: var(--orange); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em;
}
.eyebrow::before { width: 24px; height: 2px; content: ""; background: currentColor; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading h2 { margin: 0 0 18px; font-size: clamp(2.05rem, 4.3vw, 3.8rem); line-height: 1.06; letter-spacing: -.055em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.03rem; }
.section-dark .section-heading p { color: var(--muted-dark); }

.hero-home {
  position: relative; isolation: isolate; min-height: 760px; overflow: hidden;
  color: var(--white); background: var(--black);
}
.hero-home::before {
  position: absolute; inset: -25% -15% auto 42%; z-index: -2; width: 760px; aspect-ratio: 1; content: "";
  background: radial-gradient(circle, rgba(255,106,0,.28) 0, rgba(255,106,0,.08) 36%, transparent 69%);
}
.hero-home::after {
  position: absolute; inset: 0; z-index: -3; content: ""; opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 74px 74px; mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.hero-home-grid { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; padding: 76px 0 88px; }
.hero-copy,.core-visual { min-width: 0; }
.hero-copy h1 { max-width: 790px; margin: 0 0 24px; font-size: clamp(3rem, 6.3vw, 6.2rem); line-height: .94; letter-spacing: -.07em; }
.hero-copy h1 span { color: var(--orange); }
.hero-copy > p { max-width: 650px; margin: 0 0 32px; color: #b9c0c7; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: #9099a2; font-size: .84rem; }
.hero-note span { display: inline-flex; align-items: center; gap: 8px; }
.hero-note span::before { width: 7px; height: 7px; content: ""; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,106,0,.12); }

.core-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.core-orbit { position: relative; width: min(510px, 100%); aspect-ratio: 1; display: grid; place-items: center; }
.orbit-ring { position: absolute; inset: 11%; border: 1px solid rgba(255,106,0,.24); border-radius: 50%; }
.orbit-ring:nth-child(2) { inset: 25%; border-style: dashed; border-color: rgba(255,106,0,.16); animation: rotate 38s linear infinite reverse; }
.orbit-ring:nth-child(3) { inset: 37%; border-color: rgba(255,255,255,.07); background: radial-gradient(circle,rgba(255,106,0,.09),transparent 68%); }
.core-cube {
  position: relative; z-index: 3; width: 154px; height: 154px; display: grid; place-items: center;
  background: rgba(15,18,22,.94); border: 1px solid rgba(255,106,0,.5); border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(255,106,0,.045), 0 0 70px rgba(255,106,0,.22), inset 0 0 36px rgba(255,106,0,.07);
}
.core-cube::before { position: absolute; inset: 14px; content: ""; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.core-cube img { position: relative; z-index: 2; width: 88px; filter: drop-shadow(0 8px 18px rgba(255,106,0,.25)); }
.core-glow { position: absolute; width: 70px; height: 70px; background: var(--orange); border-radius: 50%; opacity: .08; filter: blur(18px); }
.node { position: absolute; display: flex; align-items: center; gap: 9px; min-height: 40px; padding: 0 14px; color: #c4cbd2; background: rgba(18,21,25,.9); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.25); font-size: .72rem; white-space: nowrap; backdrop-filter: blur(8px); }
.node span { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 12px rgba(255,106,0,.65); }
.node-1 { top: 8%; left: 19%; }
.node-2 { top: 19%; right: 2%; }
.node-3 { right: 5%; bottom: 16%; }
.node-4 { bottom: 5%; left: 22%; }
@keyframes rotate { to { transform: rotate(360deg); } }

.logo-strip { border-top: 1px solid rgba(255,255,255,.08); background: var(--black); }
.logo-strip-inner { min-height: 86px; display: flex; align-items: center; justify-content: center; gap: 42px; color: #8f98a1; font-size: .82rem; text-align: center; }
.logo-strip strong { color: #d6dade; }

.card-grid-3 { grid-template-columns: repeat(3, 1fr); }
.card-grid-4 { grid-template-columns: repeat(4, 1fr); }
.feature-card {
  position: relative; min-height: 310px; padding: 30px; overflow: hidden;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature-card:hover { transform: translateY(-6px); border-color: #f2c5a4; box-shadow: var(--shadow); }
.feature-card .icon-box { width: 54px; height: 54px; display: grid; place-items: center; color: var(--orange); background: var(--orange-soft); border-radius: 16px; }
.icon-box svg { width: 27px; height: 27px; }
.feature-card h3 { margin: 24px 0 12px; font-size: 1.22rem; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.feature-card .number { position: absolute; top: 20px; right: 24px; color: #eef0f2; font-size: 4.4rem; font-weight: 700; line-height: 1; letter-spacing: -.08em; }
.feature-card ul { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; color: var(--muted); font-size: .88rem; list-style: none; }
.feature-card li { display: flex; gap: 9px; }
.feature-card li::before { color: var(--orange); content: "•"; }

.method-grid { grid-template-columns: repeat(4, 1fr); counter-reset: step; }
.method-step { padding-top: 24px; border-top: 1px solid #30353a; counter-increment: step; }
.method-step::before { display: block; margin-bottom: 44px; color: var(--orange); content: "0" counter(step); font-size: .76rem; font-weight: 700; letter-spacing: .13em; }
.method-step h3 { margin: 0 0 10px; font-size: 1.04rem; }
.method-step p { margin: 0; color: var(--muted-dark); font-size: .87rem; }

.product-showcase { display: grid; grid-template-columns: .86fr 1.14fr; gap: 66px; align-items: center; }
.product-copy h2 { margin: 0 0 20px; font-size: clamp(2.25rem, 4.7vw, 4rem); line-height: 1.04; letter-spacing: -.055em; }
.product-copy p { margin: 0 0 26px; color: var(--muted); }
.product-list { display: grid; gap: 13px; margin: 0 0 30px; padding: 0; list-style: none; }
.product-list li { display: flex; align-items: flex-start; gap: 12px; font-size: .92rem; }
.product-list li svg { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; color: var(--orange); }

.dashboard-shell { position: relative; padding: 13px; color: var(--white); background: #090b0e; border: 1px solid #2a2e33; border-radius: 28px; box-shadow: var(--shadow-dark); }
.dashboard-screen { min-height: 480px; display: grid; grid-template-columns: 116px 1fr; overflow: hidden; background: #12151a; border-radius: 19px; }
.dash-sidebar { padding: 24px 15px; background: #0d0f13; border-right: 1px solid #252930; }
.dash-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 34px; color: var(--white); font-size: .78rem; font-weight: 700; }
.dash-logo img { width: 22px; }
.dash-nav { display: grid; gap: 10px; }
.dash-nav span { height: 31px; display: flex; align-items: center; padding: 0 10px; color: #8e97a0; background: transparent; border-radius: 9px; font-size: .62rem; }
.dash-nav span.active { color: var(--white); background: linear-gradient(90deg,var(--orange),#ff8732); }
.dash-main { padding: 24px; }
.dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.dash-top strong { font-size: 1rem; }.dash-top small { color: #808a94; }
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.stat-card, .chart-card, .module-tile { background: #1a1e24; border: 1px solid #282d34; border-radius: 13px; }
.stat-card { padding: 14px; }.stat-card small { display: block; color: #838d97; font-size: .58rem; }.stat-card strong { display: block; margin: 5px 0 3px; font-size: .86rem; }.stat-card em { color: var(--success); font-size: .56rem; font-style: normal; }
.dash-widgets { display: grid; grid-template-columns: 1.35fr .65fr; gap: 11px; margin-top: 11px; }
.chart-card { min-height: 230px; padding: 17px; }.chart-card h4 { margin: 0 0 15px; font-size: .72rem; }
.chart { position: relative; height: 145px; overflow: hidden; border-bottom: 1px solid #343a42; }
.chart::before { position: absolute; inset: 15px 0; content: ""; background: repeating-linear-gradient(to bottom, transparent 0, transparent 31px, #262b31 32px); }
.chart-line { position: absolute; left: 0; right: 0; bottom: 25px; height: 90px; }
.chart-line svg { width: 100%; height: 100%; overflow: visible; }
.module-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.module-tile { min-height: 95px; padding: 13px; }.module-tile strong { display: block; margin-bottom: 7px; font-size: .67rem; }.module-tile span { color: #7f8993; font-size: .55rem; }

.split-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.statement h2 { margin: 0 0 22px; font-size: clamp(2.2rem,4.8vw,4.2rem); line-height: 1.02; letter-spacing: -.06em; }
.statement p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.principles { display: grid; gap: 12px; }
.principle { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px; background: var(--paper); border-radius: 16px; }
.principle-number { width: 48px; height: 48px; display: grid; place-items: center; color: var(--orange); background: var(--white); border-radius: 14px; font-size: .78rem; font-weight: 700; }
.principle h3 { margin: 0 0 5px; font-size: .98rem; }.principle p { margin: 0; color: var(--muted); font-size: .85rem; }

.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; padding: 54px; color: var(--white); background: linear-gradient(120deg,#ff6a00 0%,#fb7f28 62%,#ff9d59 100%); border-radius: var(--radius-lg); box-shadow: 0 28px 70px rgba(255,106,0,.25); }
.cta-panel::after { position: absolute; right: -80px; top: -110px; width: 330px; aspect-ratio: 1; content: ""; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.05),0 0 0 100px rgba(255,255,255,.04); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 760px; margin: 0; font-size: clamp(2rem,4.2vw,3.5rem); line-height: 1.05; letter-spacing: -.05em; }
.cta-panel p { max-width: 680px; margin: 14px 0 0; color: #fff2e9; }

/* OrangeEd */
.product-hero { position: relative; overflow: hidden; background: linear-gradient(180deg,#fff 0%,#fff8f2 100%); }
.product-hero::after { position: absolute; top: -240px; right: -220px; width: 700px; aspect-ratio: 1; content: ""; background: radial-gradient(circle,rgba(255,106,0,.16),transparent 66%); }
.product-hero-grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; padding: 84px 0; }
.product-hero h1 { margin: 0 0 22px; font-size: clamp(2.8rem,5.7vw,5.4rem); line-height: .98; letter-spacing: -.068em; }
.product-hero h1 span { color: var(--orange); }
.product-hero-copy > p { max-width: 650px; margin: 0 0 30px; color: var(--muted); font-size: 1.06rem; }
.product-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 32px; }
.product-trust div { padding: 15px; background: rgba(255,255,255,.74); border: 1px solid var(--line); border-radius: 14px; }
.product-trust strong { display: block; margin-bottom: 3px; font-size: .78rem; }.product-trust span { color: var(--muted); font-size: .68rem; }

.ecosystem { position: relative; min-height: 590px; display: grid; place-items: center; }
.ecosystem-ring { position: absolute; width: 530px; max-width: 100%; aspect-ratio: 1; border: 1px solid rgba(255,106,0,.18); border-radius: 50%; }
.ecosystem-ring::before { position: absolute; inset: 14%; content: ""; border: 1px dashed rgba(255,106,0,.22); border-radius: 50%; }
.ecosystem-dashboard { position: relative; z-index: 2; width: min(430px,84%); padding: 10px; background: #0d1116; border-radius: 20px; box-shadow: 0 30px 70px rgba(18,24,31,.22); }
.ecosystem-dashboard .dashboard-screen { min-height: 300px; grid-template-columns: 80px 1fr; border-radius: 13px; }
.ecosystem-dashboard .dash-sidebar { padding: 16px 10px; }
.ecosystem-dashboard .dash-logo { margin-bottom: 20px; font-size: .6rem; }
.ecosystem-dashboard .dash-main { padding: 15px; }
.ecosystem-dashboard .stat-grid { grid-template-columns: repeat(2,1fr); }
.ecosystem-dashboard .dash-widgets { grid-template-columns: 1fr; }
.ecosystem-dashboard .chart-card { min-height: 130px; }
.ecosystem-dashboard .chart { height: 70px; }
.ecosystem-item { position: absolute; z-index: 4; min-width: 138px; display: flex; align-items: center; gap: 9px; padding: 11px 13px; color: #59636d; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 14px 34px rgba(23,33,43,.09); font-size: .68rem; font-weight: 700; }
.ecosystem-item svg { width: 19px; height: 19px; color: var(--orange); }
.eco-1 { top: 6%; left: 5%; }.eco-2 { top: 1%; right: 15%; }.eco-3 { top: 28%; right: 0; }.eco-4 { bottom: 18%; right: 3%; }.eco-5 { bottom: 5%; left: 19%; }.eco-6 { top: 34%; left: 0; }.eco-7 { top: 13%; left: 39%; }

.problem-grid { grid-template-columns: repeat(4,1fr); }
.problem-card { min-height: 255px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.problem-card span { display: block; color: var(--orange); font-size: .72rem; font-weight: 700; letter-spacing: .1em; }
.problem-card h3 { margin: 22px 0 10px; font-size: 1.06rem; line-height: 1.3; }.problem-card p { margin: 0; color: var(--muted); font-size: .87rem; }
.module-grid { grid-template-columns: repeat(3,1fr); }
.module-card { min-height: 360px; padding: 28px; color: var(--white); background: var(--black-2); border: 1px solid #292d32; border-radius: var(--radius); }
.module-card .icon-box { width: 52px; height: 52px; display: grid; place-items: center; color: var(--orange); background: rgba(255,106,0,.1); border-radius: 16px; }
.module-card h3 { margin: 22px 0 8px; font-size: 1.1rem; }.module-card p { margin: 0; color: var(--muted-dark); font-size: .86rem; }
.module-card ul { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; color: #c1c7cd; font-size: .82rem; list-style: none; }
.module-card li { display: flex; gap: 9px; }.module-card li::before { color: var(--orange); content: "✓"; font-weight: 700; }
.profile-grid { grid-template-columns: repeat(4,1fr); }
.profile-card { min-height: 310px; padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.profile-tag { display: inline-flex; padding: 7px 10px; color: var(--orange-strong); background: var(--orange-soft); border-radius: 999px; font-size: .68rem; font-weight: 700; letter-spacing: .06em; }
.profile-card h3 { margin: 22px 0 14px; font-size: 1.05rem; }.profile-card ul { display: grid; gap: 9px; margin: 0; padding-left: 18px; color: var(--muted); font-size: .84rem; }
.ai-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.ai-grid h2 { margin: 0 0 20px; font-size: clamp(2.25rem,4.8vw,4rem); line-height: 1.04; letter-spacing: -.055em; }.ai-grid p { margin: 0; color: var(--muted-dark); }
.ai-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ai-card { min-height: 180px; padding: 22px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 18px; }
.ai-card svg { width: 26px; height: 26px; color: var(--orange); }.ai-card strong { display: block; margin: 20px 0 8px; font-size: .98rem; }.ai-card span { color: var(--muted-dark); font-size: .82rem; }

.site-footer { color: #a2abb3; background: var(--black); border-top: 1px solid #24282d; }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; padding: 62px 0 44px; }
.footer-brand p { max-width: 420px; margin: 20px 0 0; font-size: .86rem; }
.footer-column h3 { margin: 0 0 16px; color: var(--white); font-size: .85rem; }.footer-column a { display: block; width: max-content; margin: 9px 0; font-size: .82rem; }.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0 28px; border-top: 1px solid #24282d; font-size: .76rem; }
.footer-bottom-links { display: flex; gap: 18px; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; color: var(--white); background: var(--black); text-align: center; }
.error-page img { width: 94px; margin: 0 auto 24px; }.error-page h1 { margin: 0 0 12px; font-size: clamp(4rem,15vw,9rem); color: var(--orange); line-height: 1; }.error-page p { margin: 0 auto 26px; color: var(--muted-dark); }

@media (max-width: 1040px) {
  .nav-list { display: none; }
  .menu-button { display: grid; }
  .nav.is-open { position: fixed; top: 78px; left: 0; right: 0; display: block; padding: 22px 20px 28px; background: #111418; border-bottom: 1px solid #2a2e33; }
  .nav.is-open .nav-list { display: grid; gap: 0; }
  .nav.is-open .nav-link { display: block; padding: 15px 4px; border-bottom: 1px solid #24282d; }
  .nav.is-open .nav-actions { margin-top: 20px; }
  .hero-home-grid, .product-hero-grid, .product-showcase, .split-panel, .ai-grid { grid-template-columns: 1fr; }
  .hero-home-grid { padding-top: 62px; }.hero-copy { max-width: 820px; }.core-visual { min-height: 500px; }
  .product-showcase, .split-panel { gap: 44px; }
  .card-grid-4, .problem-grid, .profile-grid { grid-template-columns: repeat(2,1fr); }
  .method-grid { grid-template-columns: repeat(2,1fr); row-gap: 46px; }
  .footer-top { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 78px 0; }.section-sm { padding: 58px 0; }
  .header-inner { gap: 12px; }
  .site-header .nav-actions { display: none; }
  .site-header .nav.is-open .nav-actions { display: flex; flex-direction: column; align-items: stretch; }
  .site-header .nav.is-open .nav-actions .btn { width: 100%; }
  .brand-wordmark { font-size: 1.16rem; }.brand-symbol { width: 34px; height: 34px; }.brand-divider { height: 23px; }.product-wordmark { font-size: .9rem; }
  .hero-home { min-height: auto; }.hero-home-grid { min-height: auto; gap: 24px; padding: 64px 0; }.hero-copy h1 { max-width: 100%; font-size: clamp(2.8rem,12.5vw,4.2rem); letter-spacing: -.055em; overflow-wrap: break-word; }.hero-copy > p { font-size: .98rem; }
  .core-visual { min-height: 390px; }.core-orbit { width: 100%; max-width: 100%; }.core-cube { width: 116px; height: 116px; }.core-cube img { width: 66px; }.node { min-height: 34px; padding: 0 10px; font-size: .61rem; }.node-1 { left: 10%; }.node-2 { right: 3%; }.node-3 { right: 3%; }.node-4 { left: 13%; }
  .logo-strip-inner { padding: 20px 0; flex-direction: column; gap: 5px; }
  .card-grid-3, .card-grid-4, .problem-grid, .module-grid, .profile-grid, .method-grid, .ai-cards { grid-template-columns: 1fr; }
  .feature-card, .module-card { min-height: auto; }.method-step::before { margin-bottom: 20px; }
  .dashboard-screen { min-height: 420px; grid-template-columns: 78px 1fr; }.dash-sidebar { padding: 20px 9px; }.dash-main { padding: 15px; }.stat-grid { grid-template-columns: 1fr 1fr; }.dash-widgets { grid-template-columns: 1fr; }.module-stack { display: none; }
  .cta-panel { grid-template-columns: 1fr; padding: 34px 24px; }.cta-panel .btn { width: max-content; }
  .product-hero-grid { min-height: auto; padding: 64px 0; }.product-hero h1 { font-size: clamp(2.8rem,13.5vw,4.3rem); }.product-trust { grid-template-columns: 1fr; }
  .ecosystem { min-height: 510px; }.ecosystem-ring { width: 440px; }.ecosystem-dashboard { width: 92%; }.ecosystem-item { min-width: auto; padding: 9px; }.ecosystem-item span { display: none; }.eco-1 { top: 5%; left: 3%; }.eco-2 { top: 4%; right: 4%; }.eco-3 { top: 36%; right: 0; }.eco-4 { bottom: 12%; right: 3%; }.eco-5 { bottom: 6%; left: 6%; }.eco-6 { top: 38%; left: 0; }.eco-7 { top: 12%; left: 45%; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }.footer-brand { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; }
}

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

/* Commercial landing refresh */
.orange-text { color: var(--orange); }
.positioning { background: #fff; }
.position-copy { max-width: 620px; }
.position-copy p { margin: 0 0 18px; color: var(--muted); font-size: 1.02rem; }
.position-copy strong { display: block; margin-top: 28px; padding-left: 20px; border-left: 3px solid var(--orange); line-height: 1.7; }
.solutions-stack { border-top: 1px solid #2e3338; }
.solution-row { display: grid; grid-template-columns: 60px 1.25fr 1fr .85fr; gap: 28px; align-items: center; padding: 34px 0; border-bottom: 1px solid #2e3338; }
.solution-index { color: #646d76; font-size: .72rem; letter-spacing: .15em; }
.solution-brand { color: var(--orange); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.solution-row h3 { margin: 6px 0 8px; font-size: clamp(1.8rem,3vw,3rem); line-height: 1; }
.solution-row p { margin: 0; color: var(--muted-dark); font-size: .88rem; }
.solution-row ul { margin: 0; padding-left: 18px; color: #c3c9cf; font-size: .8rem; }
.text-link { color: var(--white); font-size: .78rem; font-weight: 700; text-align: right; }
.text-link:hover { color: var(--orange); }
.section-button { margin-top: 34px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 30px; }
.tag-cloud span { padding: 8px 12px; color: #525b64; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: .7rem; font-weight: 600; }
.audience-grid { grid-template-columns: repeat(4,1fr); }
.audience-card { min-height: 260px; padding: 28px; background: var(--paper); border-radius: var(--radius); border-top: 3px solid transparent; transition: transform .2s,border-color .2s; }
.audience-card:hover { transform: translateY(-5px); border-color: var(--orange); }
.audience-card > span { color: var(--orange); font-size: .72rem; font-weight: 700; }
.audience-card h3 { margin: 50px 0 12px; font-size: 1.12rem; }
.audience-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.dark-principles .principle { background: var(--black-2); border: 1px solid #292e34; }
.dark-principles .principle-number { color: var(--orange); background: #22272d; }
.dark-principles .principle p { color: var(--muted-dark); }
.eyebrow.light { color: #fff; }
.floating-contact { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 12px; padding: 13px 18px; color: #fff; background: var(--orange); border-radius: 999px; box-shadow: 0 15px 40px rgba(0,0,0,.32); font-size: .78rem; font-weight: 700; }
.floating-contact span { font-size: 1.1rem; }
.floating-contact[hidden] { display: none; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 13px 18px; color: #fff; background: #25d366; border-radius: 999px; box-shadow: 0 15px 40px rgba(0,0,0,.32); font-size: .78rem; font-weight: 700; transition: transform .2s,background .2s; }
.whatsapp-float:hover { transform: translateY(-2px); background: #1fbd5a; }
.cookie-banner { position: fixed; z-index: 300; left: 20px; right: 20px; bottom: 20px; max-width: 920px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 20px; color: #fff; background: #1b1f24; border: 1px solid #343a41; border-radius: 18px; box-shadow: var(--shadow-dark); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; color: #c7cdd3; font-size: .78rem; }
.cookie-banner p a { color: var(--orange); text-decoration: underline; }
.cookie-banner > div { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-banner .btn { min-height: 40px; padding: 0 14px; font-size: .72rem; }
.reveal { opacity: 1; transform: none; }

/* Internal pages and forms */
.page-hero { padding: 105px 0 80px; color: #fff; background: radial-gradient(circle at 80% 15%,rgba(255,106,0,.18),transparent 28%),#111; }
.page-hero h1 { max-width: 950px; margin: 10px 0 20px; font-size: clamp(2.8rem,6vw,5.8rem); line-height: .98; letter-spacing: -.06em; }
.page-hero p { max-width: 720px; margin: 0; color: #b7bec5; font-size: 1.05rem; }
.detail-section { padding: 92px 0; }
.detail-section:nth-child(even) { background: var(--paper); }
.detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.detail-kicker { color: var(--orange); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.detail-grid h2 { margin: 10px 0 20px; font-size: clamp(2.2rem,4.6vw,4rem); line-height: 1; letter-spacing: -.055em; }
.detail-body > p { margin-top: 0; color: var(--muted); }
.application-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.application-grid span { padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 12px; font-size: .8rem; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1/-1; }
.form-field label { font-size: .76rem; font-weight: 700; }
.form-field input,.form-field select,.form-field textarea { width: 100%; padding: 13px 14px; color: #111; background: #f9fafb; border: 1px solid #d9dde1; border-radius: 10px; outline: none; }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,106,0,.12); }
.privacy-check { grid-column: 1/-1; display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .74rem; }
.privacy-check input { margin-top: 3px; accent-color: var(--orange); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 20px; margin: 8px 0 0; color: var(--muted); font-size: .76rem; }
.form-status.is-error { color: #b42318; }
.form-status.is-success { color: #18864b; }
.prose { max-width: 820px; }
.prose h2 { margin-top: 42px; }
.prose p,.prose li { color: var(--muted); }

@media (max-width: 1040px) {
  .solution-row { grid-template-columns: 45px 1fr 1fr; }.solution-row .text-link { grid-column: 2/-1; text-align: left; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .solution-row { grid-template-columns: 34px 1fr; gap: 18px; }.solution-row ul,.solution-row .text-link { grid-column: 2; }.solution-row h3 { font-size: 2.2rem; }
  .audience-grid,.detail-grid,.contact-layout { grid-template-columns: 1fr; }.detail-grid,.contact-layout { gap: 34px; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }.form-field.full,.privacy-check { grid-column: auto; }
  .cookie-banner { align-items: stretch; flex-direction: column; }.cookie-banner > div { display: grid; grid-template-columns: 1fr 1fr; }
  .floating-contact,.whatsapp-float { right: 14px; bottom: 14px; }
  .page-hero { padding: 80px 0 62px; }
}
