:root {
  --red: #d90012;
  --red-deep: #a8000e;
  --ink: #101114;
  --muted: #62666d;
  --line: #e5e6e8;
  --soft: #f5f6f7;
  --white: #ffffff;
  --night: #11121a;
  --blue: #3168f4;
  --radius: 2px;
  --shell: min(1240px, calc(100% - 48px));
  --font-display: "Manrope", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 200; padding: 12px 16px; background: var(--ink); color: #fff; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; height: 76px; background: rgba(255,255,255,.96); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: box-shadow .25s, border-color .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(15,16,20,.06); }
.nav-shell { width: var(--shell); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; font: 800 24px/1 var(--font-display); letter-spacing: .055em; white-space: nowrap; }
.brand img { width: 62px; height: auto; border-radius: 0; }
.site-nav { height: 100%; display: flex; align-items: center; gap: 34px; }
.site-nav > a { position: relative; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -10px; width: 100%; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .22s; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-cta { display: inline-flex; align-items: center; gap: 14px; padding: 12px 18px; color: #fff; background: var(--red); }
.nav-cta svg, .button svg, .text-link svg, .contact-email svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.nav-cta:hover svg, .button:hover svg, .text-link:hover svg, .contact-email:hover svg { transform: translateX(4px); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: none; padding: 0; position: relative; }
.menu-toggle span { position: absolute; left: 9px; width: 24px; height: 2px; background: var(--ink); transition: transform .25s, top .25s; }
.menu-toggle span:first-child { top: 16px; }
.menu-toggle span:last-child { top: 24px; }

.hero { min-height: calc(100vh - 76px); display: flex; flex-direction: column; overflow: hidden; background: linear-gradient(110deg, #fff 0%, #fff 44%, #f5f6f8 100%); }
.hero-grid { flex: 1; width: var(--shell); margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 50px; padding: 58px 0 36px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: 0; max-width: 720px; font: 800 clamp(56px, 6.3vw, 94px)/.98 var(--font-display); letter-spacing: -.055em; }
.hero h1 span { color: var(--red); }
.hero-copy > p { max-width: 620px; margin: 30px 0 0; color: #474b52; font-size: clamp(17px, 1.55vw, 20px); line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 24px; border: 1px solid transparent; border-radius: var(--radius); font-size: 16px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-deep); }
.button-secondary { border-color: #c9cbd0; background: #fff; }
.button-secondary:hover { border-color: var(--ink); }
.hero-visual { position: relative; width: 100%; min-height: 560px; }
.orbit-lines { position: absolute; inset: 2% -7% auto auto; width: 112%; height: 100%; fill: none; stroke: rgba(52,61,81,.21); stroke-width: 1.1; }
.orbit-lines circle { fill: var(--red); stroke: #fff; stroke-width: 5; }
.core-orb { position: absolute; left: 36%; top: 26%; width: 244px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 38% 30%, #fb5f6d 0%, var(--red) 46%, #a1000d 100%); box-shadow: 0 40px 90px rgba(151,0,16,.25), inset -22px -25px 44px rgba(68,0,7,.17); animation: float 6s ease-in-out infinite; }
.core-orb::before { content: ""; position: absolute; inset: -42px; border: 1px solid rgba(217,0,18,.16); border-radius: 50%; }
.core-orb::after { content: ""; position: absolute; inset: -93px; border: 1px dashed rgba(31,35,47,.13); border-radius: 50%; animation: spin 24s linear infinite; }
.core-orb img { width: 122px; height: auto; border-radius: 0; box-shadow: none; }
.floating-tag { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid rgba(30,32,38,.09); background: rgba(255,255,255,.88); box-shadow: 0 12px 34px rgba(26,29,37,.10); backdrop-filter: blur(12px); font-size: 13px; font-weight: 700; }
.floating-tag span { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(217,0,18,.09); }
.tag-ai { left: 8%; top: 22%; }
.tag-data { right: 0; top: 38%; }
.tag-build { left: 15%; bottom: 19%; }
.signal { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; }
.signal-one { width: 20px; height: 20px; background: #ffcad0; left: 24%; top: 10%; }
.signal-two { width: 12px; height: 12px; background: #8ca8ff; right: 17%; bottom: 24%; }
.signal-three { width: 8px; height: 8px; background: var(--red); left: 52%; bottom: 5%; }
.hero-foot { width: var(--shell); margin: auto auto 0; padding: 24px 0 26px; border-top: 1px solid #dedfe2; display: flex; align-items: center; justify-content: space-between; color: #777b82; font-size: 12px; letter-spacing: .04em; }
.hero-foot p { margin: 0; }
.hero-foot a { display: flex; gap: 12px; color: var(--ink); font-weight: 600; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-12px); } }

.section { padding: 118px 0; }
.section-shell { width: var(--shell); margin: 0 auto; }
.section-index { margin: 0 0 28px; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.section-intro { display: grid; grid-template-columns: 1.15fr .85fr; column-gap: 80px; align-items: end; }
.section-intro .section-index { grid-column: 1 / -1; }
.section h2 { margin: 0; font: 700 clamp(38px, 4.3vw, 62px)/1.08 var(--font-display); letter-spacing: -.045em; }
.section-intro > p:last-child { margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.value-steps { margin-top: 82px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.value-step { position: relative; min-height: 305px; padding: 32px 40px 20px 0; border-right: 1px solid var(--line); }
.value-step + .value-step { padding-left: 40px; }
.value-step:last-child { border-right: 0; }
.step-number { color: #a2a5aa; font-size: 11px; letter-spacing: .1em; }
.step-icon { width: 48px; height: 48px; margin-top: 40px; display: grid; place-items: center; color: var(--red); background: #fff1f2; }
.step-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.value-step h3 { margin: 23px 0 10px; font: 700 25px var(--font-display); letter-spacing: -.02em; }
.value-step p { max-width: 295px; margin: 0; color: var(--muted); line-height: 1.65; }

.services { background: var(--soft); }
.services-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 90px; align-items: end; }
.services-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.service-browser { margin-top: 64px; background: #fff; border-top: 3px solid var(--red); box-shadow: 0 30px 70px rgba(23,26,35,.08); }
.service-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.service-tab { min-height: 82px; display: flex; align-items: center; gap: 18px; padding: 20px 26px; border: 0; border-right: 1px solid var(--line); background: #fff; text-align: left; font-size: 15px; font-weight: 700; cursor: pointer; transition: color .2s, background .2s; }
.service-tab:last-child { border-right: 0; }
.service-tab span { color: #a5a8ad; font-size: 11px; }
.service-tab:hover { background: #fafafa; }
.service-tab.is-active { color: var(--red); background: #fff7f7; }
.service-panel { min-height: 390px; display: grid; grid-template-columns: .95fr 1.05fr; }
.service-panel[hidden] { display: none; }
.service-copy { padding: 62px; border-right: 1px solid var(--line); }
.service-copy h3 { max-width: 480px; margin: 0; font: 700 clamp(30px, 3vw, 45px)/1.15 var(--font-display); letter-spacing: -.04em; }
.service-copy p { max-width: 480px; margin: 20px 0 40px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 18px; color: var(--red); font-size: 14px; font-weight: 700; }
.service-list { list-style: none; margin: 0; padding: 40px 62px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; }
.service-list li { position: relative; min-height: 66px; padding: 20px 0 20px 25px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.service-list li::before { content: ""; position: absolute; left: 0; top: 28px; width: 6px; height: 6px; background: var(--red); }

.product { overflow: hidden; color: #fff; background: #171821; }
.product .section-shell { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 76px; align-items: center; }
.product .section-index { color: #ff6b76; }
.product-copy { min-width: 0; }
.product-copy h2 { max-width: 620px; }
.product-name { margin-top: 50px; color: #c7cad3; font: 600 14px var(--font-display); letter-spacing: .08em; text-transform: uppercase; }
.product-name span { display: inline-block; margin-right: 10px; color: #fff; font-weight: 800; }
.product-copy h3 { margin: 20px 0; color: #fff; font: 700 clamp(27px, 2.5vw, 38px)/1.25 var(--font-display); letter-spacing: -.025em; }
.product-copy > p { max-width: 560px; color: #aeb2bd; font-size: 16px; line-height: 1.75; }
.button-light { margin-top: 26px; color: var(--ink); background: #fff; }
.button-light:hover { background: #f0f1f2; }
.button-static { cursor: default; }
.button-static:hover { transform: none; background: #fff; }
.product-stage { position: relative; min-width: 720px; padding: 70px 0 70px 25px; }
.dashboard { position: relative; display: flex; min-height: 510px; overflow: hidden; color: #1a1c22; background: #f7f8fa; border: 8px solid #2c2e39; border-radius: 18px; box-shadow: 0 42px 80px rgba(0,0,0,.42); transform: perspective(1400px) rotateY(-9deg) rotateX(3deg); transform-origin: center left; }
.dash-sidebar { width: 68px; padding: 23px 0; display: flex; align-items: center; flex-direction: column; gap: 28px; color: #fff; background: #22242e; }
.dash-mark { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--red); font: 800 14px var(--font-display); }
.dash-dot { width: 22px; height: 5px; border-radius: 4px; background: #555865; }
.dash-dot.is-active { background: #ff4b5a; }
.dash-content { flex: 1; padding: 32px; }
.dash-top { display: flex; justify-content: space-between; align-items: center; }
.dash-top span, .progress-card span, .skill-map > span, .next-card > span { display: block; color: #9196a2; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dash-top strong { display: block; margin-top: 6px; font: 700 22px var(--font-display); }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #3868e8; font-size: 11px; font-weight: 700; }
.progress-card { margin-top: 36px; min-height: 178px; padding: 30px; display: flex; justify-content: space-between; align-items: center; color: #fff; background: linear-gradient(125deg, #3437a7, #7159dc); border-radius: 10px; }
.progress-card span { color: rgba(255,255,255,.65); }
.progress-card strong { display: block; margin-top: 17px; font: 700 21px var(--font-display); }
.progress-card p { margin: 8px 0 0; color: rgba(255,255,255,.68); font-size: 11px; }
.progress-ring { width: 108px; height: 108px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle 40px, #4e48b8 97%, transparent 100%), conic-gradient(#ff7284 72%, rgba(255,255,255,.15) 0); }
.progress-ring span { color: #fff; font: 700 26px var(--font-display); }
.progress-ring small { font-size: 11px; }
.dash-grid { margin-top: 23px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 18px; }
.skill-map, .next-card { min-height: 170px; padding: 24px; background: #fff; border: 1px solid #eaebef; border-radius: 8px; }
.skill-bars { margin: 25px 0 19px; display: flex; align-items: end; gap: 14px; height: 60px; }
.skill-bars i { display: block; width: 18px; height: var(--w); border-radius: 4px 4px 0 0; background: linear-gradient(#687df3, #3e56dc); }
.skill-map small { color: #9297a2; font-size: 10px; }
.next-card strong { display: block; margin-top: 18px; font: 700 25px var(--font-display); }
.next-card p { margin: 3px 0 14px; color: #9499a4; font-size: 10px; }
.next-card button { width: 100%; padding: 8px; border: 0; border-radius: 4px; color: #fff; background: var(--red); font-size: 10px; }
.data-float { position: absolute; z-index: 4; min-width: 150px; padding: 16px 19px; color: var(--ink); background: #fff; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.data-float strong { display: block; color: var(--red); font: 800 22px var(--font-display); }
.data-float span { color: #777b84; font-size: 10px; }
.float-one { left: -18px; bottom: 34px; }
.float-two { right: -4px; top: 44px; }

.about { color: #fff; background: var(--red); }
.about-shell { display: grid; grid-template-columns: .93fr 1.07fr; gap: 90px; }
.section-index-light { color: rgba(255,255,255,.7); }
.about-lead h2 { max-width: 590px; }
.about-lead > p:last-child { max-width: 530px; margin: 30px 0 0; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.7; }
.beliefs { border-top: 1px solid rgba(255,255,255,.35); }
.belief { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.belief > span { color: rgba(255,255,255,.6); font-size: 11px; }
.belief h3 { margin: 0 0 10px; font: 700 22px var(--font-display); }
.belief p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.6; }

.contact { background: #fff; }
.contact-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.contact-copy { position: sticky; top: 125px; }
.contact-copy h2 { max-width: 540px; }
.contact-copy > p:not(.section-index) { max-width: 520px; margin: 28px 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.contact-email { display: inline-flex; gap: 16px; align-items: center; color: var(--red); font-weight: 700; }
.contact-form { padding: 48px; background: var(--soft); border-top: 3px solid var(--red); }
.bot-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form > label, .form-row label { display: block; margin-bottom: 27px; color: #31343a; font-size: 14px; font-weight: 700; }
.contact-form label em { color: #8c8f95; font-size: 12px; font-style: normal; font-weight: 500; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea { width: 100%; margin-top: 10px; padding: 15px 0; border: 0; border-bottom: 1px solid #c8cbd0; outline: none; color: var(--ink); background: transparent; border-radius: 0; font-size: 17px; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--red); }
.contact-form textarea { resize: vertical; min-height: 110px; }
.contact-form .project-label textarea { min-height: 82px; margin-top: 5px; padding-top: 8px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9a9da3; }
.contact-form fieldset { margin: 10px 0 30px; padding: 0; border: 0; }
.contact-form legend { margin-bottom: 16px; color: #31343a; font-size: 14px; font-weight: 700; }
.interest-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.interest-grid label { cursor: pointer; }
.interest-grid input { position: absolute; opacity: 0; pointer-events: none; }
.interest-grid span { display: block; padding: 10px 14px; border: 1px solid #d6d8dc; background: #fff; color: #666a72; font-size: 13px; font-weight: 600; transition: all .2s; }
.interest-grid input:checked + span { border-color: var(--red); color: var(--red); background: #fff3f4; }
.interest-grid input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 32px; }
.form-footer p { max-width: 280px; margin: 0; color: #8c8f95; font-size: 12px; line-height: 1.55; }
.form-success { margin-top: 28px; padding: 18px; border-left: 3px solid var(--red); background: #fff; }
.form-success strong, .form-success span { display: block; }
.form-success span { margin-top: 5px; color: var(--muted); font-size: 13px; }

.site-footer { padding: 72px max(24px, calc((100% - 1240px) / 2)) 25px; color: #fff; background: #101116; }
.footer-shell { display: grid; grid-template-columns: 1.5fr 1fr; gap: 80px; padding-bottom: 70px; }
.brand-footer { font-size: 20px; }
.brand-footer img { width: 66px; height: auto; }
.footer-shell > div:first-child p { margin: 22px 0 0; color: #9ea2ab; font-size: 14px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-links div { display: flex; flex-direction: column; gap: 13px; }
.footer-links strong { margin-bottom: 8px; color: #7f838b; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { color: #d3d5da; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { padding-top: 22px; border-top: 1px solid #2b2d34; display: flex; justify-content: space-between; color: #777b83; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 920px); }
  .hero-grid { grid-template-columns: 1fr .9fr; gap: 20px; }
  .hero-visual { min-height: 470px; transform: scale(.88); transform-origin: center; }
  .core-orb { left: 26%; }
  .section-intro, .services-heading { gap: 45px; }
  .product .section-shell { grid-template-columns: minmax(0, 1fr); }
  .product-stage { min-width: 660px; width: 86%; justify-self: end; }
  .contact-shell { gap: 55px; }
  .contact-form { padding: 34px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 36px); }
  .site-header { height: 68px; }
  .menu-toggle { display: block; z-index: 102; }
  .menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; height: 100vh; padding: 110px 26px 40px; align-items: flex-start; flex-direction: column; gap: 0; background: #fff; transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .site-nav.is-open { transform: translateX(0); visibility: visible; }
  .site-nav > a { width: 100%; padding: 20px 0; border-bottom: 1px solid var(--line); font: 700 26px var(--font-display); }
  .site-nav .nav-cta { width: auto; margin-top: 30px; padding: 15px 20px; border: 0; font: 700 14px var(--font-body); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 72px; }
  .hero h1 { font-size: clamp(51px, 12vw, 76px); }
  .hero-copy > p { max-width: 580px; }
  .hero-visual { width: 100%; max-width: 650px; min-height: 470px; margin: -15px auto 0; transform: none; }
  .core-orb { left: 38%; width: 210px; }
  .hero-foot { margin-top: -10px; }
  .section { padding: 90px 0; }
  .section-intro, .services-heading, .about-shell, .contact-shell { grid-template-columns: 1fr; }
  .section-intro > p:last-child, .services-heading > p { margin-top: 28px; max-width: 620px; }
  .value-steps { grid-template-columns: 1fr; margin-top: 56px; }
  .value-step, .value-step + .value-step { min-height: auto; padding: 27px 0 32px; border-right: 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 50px 60px 1fr; align-items: center; column-gap: 16px; }
  .step-icon { margin: 0; }
  .value-step h3 { margin: 0 0 5px; grid-column: 3; }
  .value-step p { grid-column: 3; }
  .service-browser { margin-top: 45px; }
  .service-tab { padding: 18px 14px; font-size: 12px; }
  .service-tab span { display: none; }
  .service-panel { grid-template-columns: 1fr; }
  .service-copy { padding: 40px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-list { padding: 25px 40px 40px; }
  .product .section-shell { gap: 20px; }
  .product-stage { min-width: 610px; width: 88%; margin-right: -80px; transform: scale(.9); transform-origin: left center; }
  .about-shell { gap: 60px; }
  .contact-shell { gap: 55px; }
  .contact-copy { position: static; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 32px); }
  .brand img { width: 52px; height: auto; }
  .brand { gap: 10px; font-size: 17px; letter-spacing: .04em; }
  .brand-footer { font-size: 16px; }
  .brand-footer img { width: 58px; }
  .hero-grid { padding-top: 54px; }
  .hero h1 { font-size: clamp(45px, 13.3vw, 65px); }
  .hero-copy > p { margin-top: 23px; font-size: 16px; line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 29px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 400px; margin-top: -6px; }
  .orbit-lines { width: 135%; right: -21%; }
  .core-orb { left: 31%; top: 29%; width: 165px; }
  .core-orb img { width: 96px; height: auto; border-radius: 0; }
  .core-orb::before { inset: -29px; }
  .core-orb::after { inset: -64px; }
  .floating-tag { padding: 10px 12px; font-size: 10px; }
  .tag-ai { left: 1%; top: 18%; }
  .tag-data { right: 0; top: 53%; }
  .tag-build { left: 7%; bottom: 11%; }
  .hero-foot { display: none; }
  .section { padding: 76px 0; }
  .section-index { margin-bottom: 20px; }
  .section h2 { font-size: 38px; }
  .value-step, .value-step + .value-step { grid-template-columns: 34px 50px 1fr; gap: 11px; }
  .step-icon { width: 44px; height: 44px; }
  .value-step h3 { font-size: 21px; }
  .value-step p { font-size: 14px; }
  .services-heading { gap: 0; }
  .service-tabs { display: flex; overflow-x: auto; scrollbar-width: none; }
  .service-tab { flex: 0 0 auto; min-width: 152px; min-height: 68px; white-space: nowrap; }
  .service-copy { padding: 30px 24px; }
  .service-copy h3 { font-size: 30px; }
  .service-list { grid-template-columns: 1fr; padding: 16px 24px 30px; }
  .service-list li { min-height: 56px; }
  .product-stage { min-width: 0; width: 530px; max-width: none; margin: -50px -145px -55px 0; transform: scale(.66); }
  .product-copy h3 br { display: none; }
  .belief { grid-template-columns: 38px 1fr; }
  .contact-form { padding: 28px 20px; margin: 0 -16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .footer-shell { grid-template-columns: 1fr; gap: 55px; padding-bottom: 50px; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}

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