:root {
  --ink: #111b2e;
  --ink-soft: #44516a;
  --muted: #6e7a90;
  --line: #dfe5ed;
  --line-soft: #edf1f5;
  --surface: #f6f8fb;
  --surface-blue: #f4f8ff;
  --white: #ffffff;
  --blue: #1769e8;
  --blue-dark: #0d4eb7;
  --blue-pale: #dceafe;
  --cyan: #27b8d7;
  --lime: #b6dd45;
  --shadow: 0 24px 70px rgba(25, 50, 90, .11);
  --shadow-soft: 0 16px 44px rgba(25, 50, 90, .07);
  --radius: 22px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100vw - 40px));
  --header-h: 82px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; font-family: Inter, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
nav a {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: inherit; text-decoration: none;
}

img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; } 
nav a,
nav button {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
}
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 118px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--ink); color: white; padding: 12px 18px; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; height: var(--header-h); z-index: 50; border-bottom: 1px solid transparent; transition: background .25s, box-shadow .25s, border-color .25s; }
.site-header.scrolled { background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-color: rgba(223,229,237,.85); box-shadow: 0 10px 34px rgba(25,50,90,.055); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: flex; align-items: center; min-width: 190px; }
.brand-logo { width: 188px; height: 52px; object-fit: contain; object-position: left center; }
.brand-logo[style*="display: none"] + .brand-fallback { display: inline-flex; }
.brand-fallback { display: none; align-items: center; gap: 10px; }
.brand-symbol { width: 34px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 10px 3px 10px 3px; background: linear-gradient(135deg, var(--blue), var(--cyan)); color: white; font-size: 19px; font-weight: 850; letter-spacing: -.05em; }
.brand-name { font-size: 20px; font-weight: 800; letter-spacing: .12em; }
.main-nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 14px;
  font-weight: 650;
}

.main-nav > a:not(.nav-cta) {
  position: relative;
  color: #344157;
}

.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--blue);
  transition: right .25s;
}

.main-nav > a:not(.nav-cta):hover,
.main-nav > a:not(.nav-cta).active {
  color: var(--blue);
}

.main-nav > a:not(.nav-cta):hover::after,
.main-nav > a:not(.nav-cta).active::after {
  right: 0;
}

.nav-cta {
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  transition: background .2s, color .2s, transform .2s, border-color .2s;
}

.nav-cta:hover,
.nav-cta.active {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
  transform: translateY(-1px);
}
.language-toggle { border: 0; background: var(--surface); border-radius: 999px; padding: 4px; display: flex; cursor: pointer; }
.language-toggle span { width: 29px; height: 27px; display: grid; place-items: center; border-radius: 999px; font-size: 11px; font-weight: 800; color: var(--muted); }
.language-toggle span:first-child { background: white; color: var(--ink); box-shadow: 0 2px 7px rgba(0,0,0,.08); }
html[lang="en"] .language-toggle span:first-child { background: transparent; color: var(--muted); box-shadow: none; }
html[lang="en"] .language-toggle span:last-child { background: white; color: var(--ink); box-shadow: 0 2px 7px rgba(0,0,0,.08); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }

.hero { position: relative; min-height: 820px; padding-top: calc(var(--header-h) + 92px); overflow: hidden; display: flex; align-items: center; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; right: -210px; top: 70px; background: radial-gradient(circle, rgba(23,105,232,.12), rgba(23,105,232,0) 69%); }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; left: -280px; bottom: -130px; background: radial-gradient(circle, rgba(39,184,215,.10), rgba(39,184,215,0) 68%); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(17,27,46,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(17,27,46,.05) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, transparent 0%, black 24%, black 73%, transparent 100%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); background: rgba(255,255,255,.78); border-radius: 999px; font-size: 12px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; color: #344157; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(182,221,69,.18); }
.hero h1 { max-width: 690px; margin: 22px 0 24px; font-size: clamp(50px, 5.25vw, 78px); line-height: .99; letter-spacing: -.052em; font-weight: 760; }
.hero-lead { max-width: 635px; margin: 0; font-size: 19px; line-height: 1.68; color: var(--ink-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 21px; border-radius: 999px; border: 1px solid transparent; font-weight: 720; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button svg, .text-link svg { width: 20px; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 13px 30px rgba(23,105,232,.23); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 15px 36px rgba(23,105,232,.30); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.72); }
.button-ghost:hover { border-color: #b7c2d1; box-shadow: var(--shadow-soft); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 32px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.hero-proof span { position: relative; }
.hero-proof span:not(:last-child)::after { content: ""; width: 3px; height: 3px; border-radius: 50%; background: #a9b3c2; position: absolute; right: -13px; top: 6px; }

.hero-visual { position: relative; height: 560px; }
.hero-visual::before { content: ""; position: absolute; inset: 52px 15px 40px 25px; border-radius: 50%; background: radial-gradient(circle at 42% 42%, #fff 0 18%, #f4f8ff 45%, #eaf2ff 65%, rgba(234,242,255,0) 72%); }
.visual-orbit { position: absolute; border: 1px solid rgba(23,105,232,.19); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 390px; height: 390px; animation: spin 32s linear infinite; }
.orbit-one::before, .orbit-two::before { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px rgba(23,105,232,.12); top: 32px; left: 69px; }
.orbit-two { width: 510px; height: 510px; border-style: dashed; animation: spin-reverse 42s linear infinite; }
.orbit-two::before { background: var(--cyan); box-shadow: 0 0 0 7px rgba(39,184,215,.11); top: auto; left: auto; right: 64px; bottom: 74px; }
.visual-core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 218px; height: 218px; border-radius: 50%; background: white; border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(20,65,135,.16); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.core-glow { position: absolute; width: 140px; height: 140px; border-radius: 50%; background: rgba(23,105,232,.07); filter: blur(18px); }
.visual-core > *:not(.core-glow) { position: relative; }
.core-kicker { font-size: 10px; font-weight: 850; letter-spacing: .15em; color: var(--blue); }
.visual-core strong { font-size: 28px; margin: 8px 0 7px; letter-spacing: -.04em; }
.visual-core small { font-size: 11px; color: var(--muted); font-weight: 650; }
.float-card { position: absolute; min-width: 186px; display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: rgba(255,255,255,.9); border: 1px solid rgba(211,220,232,.9); border-radius: 15px; box-shadow: 0 15px 36px rgba(27,54,92,.10); backdrop-filter: blur(12px); animation: float 6s ease-in-out infinite; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 13px; }
.float-card small { margin-top: 4px; font-size: 11px; color: var(--muted); }
.float-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; background: var(--surface-blue); color: var(--blue); font-size: 10px; font-weight: 850; }
.card-software { left: 0; top: 85px; }
.card-cloud { right: -10px; top: 122px; animation-delay: -2s; }
.card-ai { right: 12px; bottom: 70px; animation-delay: -4s; }
.card-connect { left: 12px; bottom: 94px; animation-delay: -1s; }

.signal-strip { border-block: 1px solid var(--line-soft); background: var(--surface); }
.signal-grid { min-height: 118px; display: grid; grid-template-columns: 1fr 1px 1.3fr; align-items: center; gap: 48px; }
.signal-grid p { margin: 0; line-height: 1.55; }
.signal-grid p:first-child { font-size: 19px; font-weight: 700; letter-spacing: -.02em; }
.signal-grid p:last-child { color: var(--ink-soft); }
.signal-divider { width: 1px; height: 48px; background: var(--line); }

.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-label { display: inline-block; margin-bottom: 16px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.section-head h2, .approach h2, .expertise h2, .company h2, .contact h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
.section-head > p { max-width: 480px; margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 395px; padding: 30px 29px; border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; transition: transform .28s, box-shadow .28s, border-color .28s; }
.service-card::after { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: radial-gradient(circle, rgba(23,105,232,.075), transparent 69%); right: -75px; top: -70px; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: #cbd7e7; }
.service-number { position: absolute; top: 24px; right: 24px; color: #aeb8c7; font-size: 11px; font-weight: 850; }
.service-icon { width: 45px; height: 45px; color: var(--blue); margin-bottom: 43px; }
.service-card h3 { margin: 0 0 13px; font-size: 24px; letter-spacing: -.035em; }
.service-card p { margin: 0; min-height: 76px; color: var(--ink-soft); line-height: 1.62; }
.service-card ul { list-style: none; padding: 0; margin: 25px 0 0; display: grid; gap: 9px; font-size: 13px; font-weight: 650; color: #344157; }
.service-card li { position: relative; padding-left: 17px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border: 1.5px solid var(--blue); border-radius: 50%; }
.service-card-accent { background: var(--ink); color: white; border-color: var(--ink); }
.service-card-accent .service-icon, .service-card-accent .service-number { color: #8fb8ff; }
.service-card-accent p { color: #c6cfdd; }
.service-card-accent ul { color: #eef2f7; }
.service-card-accent li::before { border-color: var(--lime); }

.approach { background: var(--surface); }
.approach-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 96px; align-items: start; }
.approach-copy { position: sticky; top: 130px; }
.approach-copy > p { margin: 24px 0 30px; color: var(--ink-soft); font-size: 17px; line-height: 1.72; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 760; color: var(--blue); }
.text-link svg { transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }
.process-list { border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 72px 1fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); align-items:start}

.process-step > span {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: transparent;
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .02em;
  line-height: 1;
  transition: background-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.process-step:hover > span {
  background: var(--blue);
  color: var(--white);
  transform: scale(1.06);
  box-shadow: 0 12px 26px rgba(23, 105, 232, .24);
}

.process-step h3 {
  margin: 0 0 10px;
  font-size: 25px;
  letter-spacing: -.035em;
}

.process-step p {
  margin: 0;
  max-width: 620px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.expertise-shell { min-height: 590px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 55px; padding: 68px; border-radius: 32px; background: linear-gradient(125deg, #0f192b, #152b4a); color: white; overflow: hidden; position: relative; }
.expertise-shell::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 72% 35%, rgba(41,134,255,.19), transparent 30%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: auto, 48px 48px, 48px 48px; }
.expertise-shell > * { position: relative; z-index: 1; }
.expertise .section-label { color: #86b4ff; }
.expertise-copy p { margin: 22px 0 30px; color: #c5cfde; line-height: 1.72; font-size: 17px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.tag-cloud span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.05); font-size: 11px; font-weight: 700; color: #e4ebf6; }
.expertise-diagram { position: relative; height: 440px; }
.diagram-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(145,184,245,.24); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-a { width: 360px; height: 360px; }
.ring-b { width: 250px; height: 250px; border-style: dashed; }
.diagram-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 190px; height: 190px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.17); box-shadow: 0 0 75px rgba(30,116,245,.25); backdrop-filter: blur(8px); }
.diagram-center span { font-size: 9px; font-weight: 850; color: #8fb8ff; letter-spacing: .14em; }
.diagram-center strong { margin-top: 8px; font-size: 23px; line-height: 1.16; }
.diagram-node { position: absolute; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--ink); font-size: 11px; font-weight: 850; letter-spacing: .06em; box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.node-1 { left: 12%; top: 20%; }
.node-2 { right: 8%; top: 24%; }
.node-3 { right: 14%; bottom: 13%; }
.node-4 { left: 17%; bottom: 9%; }

.fit { padding-top: 20px; }
.fit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.fit-card { min-height: 265px; padding: 28px 26px; border-right: 1px solid var(--line); transition: background .22s; }
.fit-card:last-child { border-right: 0; }
.fit-card:hover { background: var(--surface-blue); }
.fit-card > span { display: inline-block; margin-bottom: 72px; color: var(--blue); font-size: 11px; font-weight: 850; }
.fit-card h3 { margin: 0 0 13px; font-size: 20px; letter-spacing: -.03em; }
.fit-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

.company { background: var(--surface); }
.company-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 86px; align-items: center; }
.company-panel { position: relative; min-height: 590px; border-radius: 30px; background: linear-gradient(150deg, #eff5ff, #ffffff 48%, #e6f7fb); border: 1px solid #dce6f2; overflow: hidden; box-shadow: var(--shadow-soft); }
.panel-word { position: absolute; left: -21px; top: 50%; transform: translateY(-50%) rotate(-90deg); font-size: 138px; font-weight: 900; letter-spacing: -.08em; color: rgba(23,105,232,.075); }
.panel-content { position: absolute; left: 46px; right: 46px; bottom: 45px; }
.panel-content small { display: block; margin-bottom: 12px; color: var(--blue); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.panel-content strong { display: block; max-width: 360px; font-size: 31px; line-height: 1.13; letter-spacing: -.04em; }
.company-copy > p { margin: 20px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.company-values { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.company-values div { padding-top: 17px; border-top: 2px solid var(--blue); }
.company-values strong, .company-values span { display: block; }
.company-values strong { font-size: 14px; }
.company-values span { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.55; }

.contact { background: white; }
.contact-shell { display: grid; grid-template-columns: .92fr 1.08fr; gap: 75px; padding: 68px; border-radius: 32px; background: var(--blue); color: white; box-shadow: 0 28px 74px rgba(23,105,232,.24); position: relative; overflow: hidden; }
.contact-shell::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; left: -270px; top: -170px; }
.contact-shell::after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; right: -140px; bottom: -220px; }
.contact-shell > * { position: relative; z-index: 1; }
.section-label-light { color: #cfe1ff; }
.contact-copy p { margin: 22px 0 30px; max-width: 520px; color: #e7efff; line-height: 1.7; font-size: 16px; }

.contact-mail { display: inline-block; font-size: clamp(22px, 2.4vw, 34px); font-weight: 740; letter-spacing: -.035em;color:white; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.55); }
.contact-mail:visited,
.contact-mail:hover,
.contact-mail:focus {
  color: white;
  text-decoration: none;
  border-bottom-color: rgba(255,255,255,.55);
}
.contact-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; color: #d6e5ff; font-size: 12px; }
.contact-form { padding: 30px; border-radius: 22px; background: white; color: var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 17px; box-shadow: 0 20px 55px rgba(0,43,118,.22); }
.contact-form label { display: grid; gap: 8px; font-size: 11px; font-weight: 800; color: #4b586d; }
.contact-form label:nth-child(3), .contact-form label:nth-child(4) { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 13px 14px; outline: none; color: var(--ink); background: #fbfcfe; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(23,105,232,.09); }
.contact-form textarea { resize: vertical; min-height: 108px; }
.button-light { grid-column: 1 / -1; background: var(--ink); color: white; justify-self: start; border: 0; }
.form-note, .form-status { grid-column: 1 / -1; margin: 0; font-size: 10px; color: var(--muted); line-height: 1.45; }
.form-status { color: var(--blue); font-weight: 700; }

.site-footer { padding: 72px 0 24px; background: #0e1728; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .65fr 1fr .8fr; gap: 50px; padding-bottom: 56px; }
.footer-lockup { display: inline-flex; }
.footer-brand p { max-width: 360px; margin: 22px 0 0; color: #aeb8c8; line-height: 1.65; font-size: 13px; }
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  color: #aeb8c8;
  font-size: 12px;
}

.footer-column strong {
  margin-bottom: 8px;
  color: white;
  font-size: 12px;
}

.footer-column a,
.footer-column a:visited,
.footer-column a:focus {
  color: #aeb8c8;
  text-decoration: none;
}

.footer-column a:hover {
  color: white;
}
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: #8994a7; font-size: 11px; }
.footer-bottom a,
.footer-bottom a:visited,
.footer-bottom a:focus {
  color: #8994a7;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: white;
}


.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes spin-reverse { to { transform: translate(-50%,-50%) rotate(-360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

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

@media (max-width: 1020px) {
  :root { --header-h: 74px; }
  .section-pad { padding: 92px 0; }
  .menu-toggle { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 0; padding: 125px 30px 45px; background: rgba(255,255,255,.98); backdrop-filter: blur(16px); flex-direction: column; align-items: flex-start; gap: 26px; transform: translateX(100%); transition: transform .28s; font-size: 22px; }
  .main-nav.open { transform: none; }
  .nav-cta { margin-top: 6px; }
  .language-toggle { margin-top: auto; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-layout { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { height: 500px; max-width: 650px; width: 100%; margin-inline: auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-layout, .company-layout { gap: 56px; }
  .expertise-shell { padding: 52px 42px; }
  .fit-grid { grid-template-columns: repeat(2, 1fr); }
  .fit-card:nth-child(2) { border-right: 0; }
  .fit-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-shell { gap: 42px; padding: 50px 40px; }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 620px); }
  .section-pad { padding: 76px 0; }
  .brand-logo { width: 165px; height: 46px; }
  .hero { padding-top: 118px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-lead { font-size: 17px; }
  .hero-visual { height: 440px; margin-top: 10px; }
  .orbit-one { width: 295px; height: 295px; }
  .orbit-two { width: 390px; height: 390px; }
  .visual-core { width: 165px; height: 165px; }
  .visual-core strong { font-size: 22px; }
  .float-card { min-width: 146px; padding: 11px 12px; }
  .float-card small { display: none; }
  .card-software { top: 48px; }
  .card-cloud { top: 90px; right: 0; }
  .card-ai { bottom: 48px; right: 4px; }
  .card-connect { bottom: 67px; left: 0; }
  .signal-grid { min-height: 160px; grid-template-columns: 1fr; gap: 12px; padding-block: 25px; }
  .signal-divider { width: 60px; height: 1px; }
  .section-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .section-head h2, .approach h2, .expertise h2, .company h2, .contact h2 { font-size: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card p { min-height: 0; }
  .approach-layout, .company-layout, .expertise-shell, .contact-shell { grid-template-columns: 1fr; }
  .approach-copy { position: static; }
  .process-step { grid-template-columns: 54px 1fr; gap: 16px; }
  .process-step > span { width: 46px; height: 46px; font-size: 12px;}
  .expertise-shell { padding: 40px 25px; }
  .expertise-diagram { height: 370px; }
  .ring-a { width: 310px; height: 310px; }
  .ring-b { width: 210px; height: 210px; }
  .diagram-center { width: 155px; height: 155px; }
  .diagram-node { width: 66px; height: 66px; font-size: 9px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: 220px; }
  .fit-card:last-child { border-bottom: 0; }
  .fit-card > span { margin-bottom: 45px; }
  .company-panel { min-height: 430px; }
  .panel-word { font-size: 104px; }
  .company-values { grid-template-columns: 1fr; }
  .contact-shell { padding: 40px 24px; }
  .contact-form { grid-template-columns: 1fr; padding: 24px 19px; }
  .contact-form label { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { gap: 20px; }
}
