:root {
  --ink: #061d26;
  --navy: #062f3b;
  --petrol: #07546a;
  --cyan: #00a9df;
  --cyan-light: #42d3f4;
  --ice: #eaf8fb;
  --paper: #f6f8f7;
  --white: #fff;
  --muted: #5d7077;
  --line: rgba(6, 29, 38, .13);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Geom", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 999; padding: 12px 18px; background: var(--cyan); color: var(--ink); }
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  background: rgba(255,255,255,.93); border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px); transition: .3s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(6,29,38,.07); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 46px; }
.brand { width: 122px; height: 78px; display: grid; place-items: center; flex: 0 0 auto; }
.brand img { width: 122px; height: 78px; object-fit: contain; }
.desktop-nav { display: flex; gap: 36px; margin-left: auto; }
.desktop-nav a { position: relative; padding: 10px 0; font-size: .86rem; font-weight: 700; color: #27414a; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 4px; height: 2px; background: var(--cyan); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 16px 22px; background: var(--cyan); color: var(--ink); font-size: .85rem; font-weight: 800; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); background: var(--cyan-light); }
.button-small { padding: 13px 18px; }
.language-switcher { display: flex; align-items: center; gap: 5px; padding-left: 10px; border-left: 1px solid var(--line); }
.language-option { position: relative; width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 1px solid transparent; border-radius: 50%; background: transparent; cursor: pointer; transition: border-color .25s ease, background .25s ease, opacity .25s ease, transform .25s ease; }
.language-option img { width: 20px; height: 14px; object-fit: cover; border-radius: 2px; box-shadow: 0 0 0 1px rgba(6,29,38,.12); }
.language-option.active { border-color: rgba(0,169,223,.45); background: rgba(0,169,223,.08); }
.language-option.active::after { content: ""; position: absolute; right: 1px; bottom: 1px; width: 6px; height: 6px; border: 2px solid var(--white); border-radius: 50%; background: var(--cyan); }
.language-option:hover { transform: translateY(-1px); }
.menu-toggle, .mobile-nav { display: none; }

.hero {
  position: relative; min-height: 780px; overflow: hidden; padding: 190px 0 46px;
  background: var(--navy); color: var(--white);
}
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 620px; height: 620px; right: -200px; top: -180px; background: radial-gradient(circle, rgba(0,169,223,.24), transparent 68%); }
.hero-glow-two { width: 440px; height: 440px; left: 35%; bottom: -350px; background: radial-gradient(circle, rgba(0,169,223,.14), transparent 70%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow, .section-number { margin: 0 0 26px; color: var(--cyan-light); font: 700 .72rem/1 "Geom", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.hero h1 { max-width: 760px; margin: 0; font: 600 clamp(3.2rem, 5.7vw, 5.75rem)/.98 "Geom", sans-serif; letter-spacing: -.055em; }
.hero h1 em { color: var(--cyan-light); font-style: normal; }
.hero-intro { max-width: 680px; margin: 34px 0 0; color: #b9d0d6; font-size: 1.06rem; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button-light { background: var(--white); }
.text-link { position: relative; padding: 12px 0; color: var(--white); font-size: .86rem; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.4); }

.constellation { --mx: 0px; --my: 0px; position: relative; width: min(100%, 560px); aspect-ratio: 1.077; justify-self: end; transform: translate(var(--mx), var(--my)); transition: transform .25s ease-out; }
.constellation::before { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(66,211,244,.1); border-radius: 50%; box-shadow: 0 0 70px rgba(0,169,223,.07); }
.constellation-grid { position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(66,211,244,.52) .7px, transparent .7px); background-size: 19px 19px; mask-image: radial-gradient(circle, #000 10%, transparent 72%); }
.constellation-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.constellation-lines line { stroke: rgba(66,211,244,.28); stroke-width: 1; stroke-dasharray: 4 7; }
.data-particles circle { fill: var(--cyan-light); filter: drop-shadow(0 0 4px var(--cyan)); }
.constellation-core { position: absolute; z-index: 4; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; transform: translate(-50%,-50%); }
.core-cube { width: 92px; height: 92px; display: grid; place-items: center; margin-bottom: 21px; border: 1px solid rgba(66,211,244,.85); background: linear-gradient(135deg, var(--cyan), #087b9a); box-shadow: 0 0 0 13px rgba(0,169,223,.07), 0 20px 45px rgba(0,0,0,.23); transform: rotate(45deg); animation: coreFloat 4s ease-in-out infinite; }
.core-cube span { color: var(--ink); font-size: 1rem; font-weight: 900; transform: rotate(-45deg); }
.constellation-core strong { color: #e9faff; font-size: .78rem; }
.constellation-core small { margin-top: 4px; color: #6e9aa6; font-size: .51rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
@keyframes coreFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -5px; } }
.system-node { position: absolute; z-index: 3; min-width: 90px; padding: 11px 12px 11px 27px; border: 1px solid rgba(66,211,244,.18); background: rgba(5,45,57,.86); color: #d9f7fc; backdrop-filter: blur(8px); cursor: default; transition: border-color .3s, background .3s, box-shadow .3s, transform .3s, opacity .3s; }
.system-node i { position: absolute; left: 11px; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 3px rgba(0,169,223,.1); }
.system-node strong, .system-node small { display: block; }
.system-node strong { font-size: .66rem; }
.system-node small { max-height: 0; overflow: hidden; margin-top: 0; color: #80aab4; font-size: .48rem; letter-spacing: .05em; text-transform: uppercase; opacity: 0; transition: max-height .3s, margin .3s, opacity .3s; }
.system-node:hover, .system-node:focus-visible { z-index: 5; outline: none; border-color: var(--cyan); background: rgba(7,84,106,.96); box-shadow: 0 13px 35px rgba(0,0,0,.22); transform: translateY(-4px) scale(1.05); }
.system-node:hover small, .system-node:focus-visible small { max-height: 20px; margin-top: 4px; opacity: 1; }
.constellation:has(.system-node:hover) .system-node:not(:hover) { opacity: .42; }
.node-ibmi { left: 7%; top: 11%; }
.node-dotnet { left: 41%; top: 2%; }
.node-erp { right: 3%; top: 15%; }
.node-api { right: -1%; top: 51%; }
.node-data { right: 14%; bottom: 5%; }
.node-web { left: 12%; bottom: 7%; }
.constellation-status { position: absolute; left: 50%; bottom: -8px; color: #6f9da8; font-size: .54rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.constellation-status i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: #41e49b; box-shadow: 0 0 0 4px rgba(65,228,155,.1); animation: statusPulse 2.4s ease-in-out infinite; }
@keyframes statusPulse { 50% { box-shadow: 0 0 0 8px rgba(65,228,155,0); } }
.hero-footer { position: relative; display: flex; align-items: center; justify-content: space-between; margin-top: 70px; color: #789ba4; font: 600 .67rem "Geom", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.hero-footer i { width: 5px; height: 5px; background: var(--cyan); transform: rotate(45deg); }

.section { padding: 130px 0; }
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; margin-bottom: 80px; }
.section-number { min-width: 190px; margin-top: 13px; color: var(--petrol); }
.section-heading h2, .connection h2 { margin: 0; font: 600 clamp(2.5rem, 4.2vw, 4.25rem)/1.08 "Geom", sans-serif; letter-spacing: -.045em; }
.section-heading h2 span, .connection h2 span { color: #8d9a9e; }
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 7vw, 90px); padding-left: 6%; }
.about-statement p { margin: 0; font: 500 clamp(1.4rem, 2.2vw, 2.05rem)/1.48 "Geom", sans-serif; letter-spacing: -.02em; }
.about-detail p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.9; }
.about-detail p + p { margin-top: 18px; }
.capability-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 38px; border-top: 1px solid var(--line); }
.capability-list span { padding: 16px 0; border-bottom: 1px solid var(--line); font: 700 .7rem "Geom", sans-serif; letter-spacing: .06em; text-transform: uppercase; }

.services { background: var(--ink); color: var(--white); }
.section-heading-light .section-number { color: var(--cyan-light); }
.section-heading-light h2 span { color: #62808a; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.service-card { min-height: 530px; display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 42px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .3s; }
.service-card:hover { background: rgba(255,255,255,.035); }
.service-card-featured { background: var(--petrol); }
.service-card-featured:hover { background: #08647c; }
.service-index { color: var(--cyan-light); font: 700 .68rem "Geom", sans-serif; letter-spacing: .12em; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 50px; border: 1px solid rgba(66,211,244,.4); color: var(--cyan-light); }
.service-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 25px; font: 600 clamp(1.8rem, 2.7vw, 2.75rem)/1.06 "Geom", sans-serif; letter-spacing: -.035em; }
.service-card p { max-width: 470px; margin: 0 0 16px; color: #9db4bb; font-size: .9rem; line-height: 1.8; }
.service-card-featured p { color: #d3edf2; }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.service-tags li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.24); color: #d8f5fa; font-size: .63rem; }

.connection { background: var(--ice); }
.connection-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: end; }
.connection-copy .section-number { color: var(--petrol); }
.connection h2 { font-size: clamp(2.35rem, 3.6vw, 3.7rem); }
.connection-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1.15fr; align-items: center; }
.connection-flow div { position: relative; min-height: 150px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 20px 16px; border: 1px solid rgba(6,84,106,.2); background: rgba(255,255,255,.65); animation: flowCard 5.6s ease-in-out infinite; }
.connection-flow div::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 15%, rgba(66,211,244,.28) 48%, transparent 80%); transform: translateX(-140%); animation: flowSweep 5.6s ease-in-out infinite; }
.connection-flow div:nth-of-type(2), .connection-flow div:nth-of-type(2)::after { animation-delay: 1.4s; }
.connection-flow div:nth-of-type(3), .connection-flow div:nth-of-type(3)::after { animation-delay: 2.8s; }
.connection-flow div:nth-of-type(4), .connection-flow div:nth-of-type(4)::after { animation-delay: 4.2s; }
.connection-flow b { color: var(--petrol); font: 700 .63rem "Geom", sans-serif; }
.connection-flow span { font: 600 .82rem/1.4 "Geom", sans-serif; }
.connection-flow i { padding: 8px; color: var(--cyan); font-style: normal; animation: flowArrow 1.4s ease-in-out infinite; }
.connection-flow i:nth-of-type(2) { animation-delay: .47s; }
.connection-flow i:nth-of-type(3) { animation-delay: .94s; }
.connection-flow .flow-result { background: var(--cyan); border-color: var(--cyan); }
@keyframes flowCard {
  0%, 18%, 100% { border-color: rgba(6,84,106,.2); box-shadow: none; transform: translateY(0); }
  7%, 11% { border-color: var(--cyan); box-shadow: 0 12px 30px rgba(0,169,223,.14); transform: translateY(-4px); }
}
@keyframes flowSweep {
  0%, 4% { transform: translateX(-140%); }
  15%, 100% { transform: translateX(140%); }
}
@keyframes flowArrow {
  0%, 100% { opacity: .35; transform: translateX(-2px); }
  50% { opacity: 1; transform: translateX(3px); }
}

.why-us { background: var(--white); }
.reasons-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.reason { position: relative; min-height: 330px; overflow: hidden; padding: 32px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .3s ease, background .3s ease, box-shadow .3s ease; }
.reason::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.reason:hover { z-index: 2; background: var(--ice); transform: translateY(-7px); box-shadow: 0 18px 42px rgba(6,29,38,.09); }
.reason:hover::after { transform: scaleX(1); }
.reason:hover > span { color: var(--petrol); }
.reason > span { color: var(--cyan); font: 700 .65rem "Geom", sans-serif; }
.reason h3 { margin: 90px 0 18px; font: 600 1.25rem "Geom", sans-serif; letter-spacing: -.02em; }
.reason p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.75; }

.contact { position: relative; overflow: hidden; padding: 130px 0; background: var(--petrol); color: var(--white); text-align: center; }
.contact::after { content: ""; position: absolute; width: 500px; height: 500px; right: -250px; bottom: -280px; border: 1px solid rgba(66,211,244,.3); border-radius: 50%; box-shadow: 0 0 0 80px rgba(66,211,244,.05), 0 0 0 160px rgba(66,211,244,.03); }
.contact-inner { position: relative; z-index: 1; }
.contact .eyebrow::before { display: none; }
.contact h2 { margin: 0; font: 600 clamp(2.7rem, 5vw, 5rem)/1.02 "Geom", sans-serif; letter-spacing: -.05em; }
.contact p:not(.eyebrow) { max-width: 820px; margin: 30px auto 38px; color: #c7e5eb; line-height: 1.8; }
.button-large { padding: 19px 28px; }
.contact-actions { display: flex; justify-content: center; gap: 12px; }
.contact-actions .button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.button-outline { border: 1px solid rgba(255,255,255,.5); background: transparent; color: var(--white); }
.button-outline:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.contact-details { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 760px; margin: 70px auto 0; border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); text-align: left; }
.contact-details > div { min-height: 112px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.contact-details svg { width: 22px; height: 22px; fill: none; stroke: var(--cyan-light); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.contact-details strong, .contact-details a { font-size: .86rem; font-style: normal; font-weight: 700; }

.site-footer { padding: 70px 0 28px; background: #f7f9f8; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 70px; align-items: start; padding-bottom: 60px; }
.footer-brand { width: 210px; }
.footer-brand img { width: 210px; height: auto; }
.footer-main p { max-width: 350px; margin: 6px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.7; }
.footer-about address { margin-top: 18px; color: var(--muted); font-size: .76rem; font-style: normal; line-height: 1.9; }
.footer-about address a { border-bottom: 1px solid var(--line); }
.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 30px; }
.footer-main nav a { font-size: .78rem; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid var(--line); color: #75858a; font-size: .68rem; }
.powered-by { margin-left: 9px; padding-left: 10px; border-left: 1px solid var(--line); }
.powered-by a { color: var(--petrol); font-weight: 700; }
.powered-by a:hover { color: var(--cyan); }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .85s cubic-bezier(.2,.65,.3,1), transform .85s cubic-bezier(.2,.65,.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.constellation.reveal { transform: translate(var(--mx), calc(var(--my) + 14px)); }
.constellation.reveal.visible { transform: translate(var(--mx), var(--my)); }
.service-card.reveal:nth-child(2), .reason.reveal:nth-child(2) { transition-delay: .06s; }
.service-card.reveal:nth-child(3), .reason.reveal:nth-child(3) { transition-delay: .12s; }
.service-card.reveal:nth-child(4), .reason.reveal:nth-child(4) { transition-delay: .18s; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 22px; }
  .hero-layout { grid-template-columns: 1fr .75fr; gap: 30px; }
  .constellation { scale: .9; transform-origin: right center; }
  .about-grid { padding-left: 0; gap: 50px; }
  .connection-layout { grid-template-columns: 1fr; gap: 60px; }
  .reasons-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 34px), var(--container)); }
  .desktop-nav, .desktop-cta { display: none; }
  .nav-wrap { min-height: 76px; }
  .brand { width: 102px; height: 66px; }
  .brand img { width: 102px; height: 66px; transform: none; }
  .menu-toggle { display: grid; gap: 7px; place-content: center; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 0; background: transparent; }
  .language-switcher { margin-left: auto; padding-left: 0; border-left: 0; }
  .menu-toggle { margin-left: 4px; }
  .menu-toggle span { width: 24px; height: 2px; background: var(--ink); transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 76px 0 auto; display: grid; padding: 20px 17px 28px; background: var(--white); border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform .3s ease; z-index: -1; }
  .mobile-nav.open { transform: translateY(0); }
  .mobile-nav a { padding: 15px 8px; border-bottom: 1px solid var(--line); font-size: .95rem; font-weight: 700; }

  .hero { min-height: auto; padding: 142px 0 38px; }
  .hero-layout { display: block; }
  .hero h1 { font-size: clamp(3.1rem, 13vw, 4.6rem); }
  .hero-intro { font-size: .96rem; line-height: 1.75; }
  .constellation { width: 500px; max-width: 100%; margin: 55px auto 10px; scale: 1; }
  .hero-footer { flex-wrap: wrap; gap: 16px 10px; justify-content: flex-start; margin-top: 20px; }
  .hero-footer i { margin-inline: 4px; }

  .section { padding: 90px 0; }
  .section-heading { display: block; margin-bottom: 55px; }
  .section-number { margin-bottom: 25px; }
  .section-heading h2 { font-size: clamp(2.5rem, 10vw, 3.6rem); }
  .about-grid { grid-template-columns: 1fr; gap: 35px; padding-left: 0; }
  .service-list { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 35px 25px; }
  .service-icon { margin-bottom: 36px; }
  .connection-flow { overflow-x: auto; grid-template-columns: repeat(7, auto); padding-bottom: 10px; }
  .connection-flow div { width: 135px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .contact-details { margin-top: 55px; }
}

@media (max-width: 520px) {
  .hero .eyebrow { font-size: .58rem; letter-spacing: .08em; white-space: nowrap; }
  .hero .eyebrow::before { display: none; }
  .hero h1 { font-size: 3.1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10px; width: 100%; }
  .hero-actions .button { min-height: 48px; padding: 13px 8px; gap: 8px; font-size: .68rem; white-space: nowrap; }
  .hero-actions .text-link { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 10px 2px; font-size: .68rem; text-align: center; white-space: nowrap; }
  .constellation { width: 410px; max-width: 112%; margin-left: -6%; }
  .system-node { min-width: 74px; padding: 9px 9px 9px 23px; }
  .system-node i { left: 9px; top: 14px; }
  .node-api { right: 1%; }
  .hero-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
    margin-top: 35px;
    text-align: center;
  }
  .hero-footer span { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 34px; }
  .hero-footer span::before {
    content: "";
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
    background: var(--cyan);
    transform: rotate(45deg);
  }
  .hero-footer i { display: none; }
  .capability-list { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 35px 1fr; gap: 10px; }
  .service-card h3 { font-size: 2rem; }
  .reasons-grid { grid-template-columns: 1fr; }
  .reason { min-height: 260px; }
  .reason h3 { margin-top: 60px; }
  .contact { padding: 95px 0; }
  .contact h2 { font-size: 2.75rem; }
  .contact-actions { flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 15px; }
  .contact-details { grid-template-columns: 1fr; }
  .powered-by { display: block; width: fit-content; margin: 7px 0 0; padding: 0; border: 0; }
}

@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; }
}
