:root {
  --blue: #0865e6;
  --blue-dark: #064bb4;
  --navy: #071a38;
  --navy-2: #0b2449;
  --cyan: #23c6df;
  --ink: #10213d;
  --muted: #2f4258;
  --text-secondary: #30445b;
  --font-body: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  --font-display: "Gill Sans", "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --line: #dce5f0;
  --soft: #eaf1f8;
  --white: #f7faff;
  --success: #0a7b60;
  --shadow: 0 22px 60px rgba(7, 26, 56, .12);
  --shadow-lg: 0 32px 90px rgba(5, 20, 45, .18);
  --surface: rgba(247, 250, 255, .9);
  --radius: 22px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  --spot-x: 50vw;
  --spot-y: 30vh;
  margin: 0;
  color: var(--ink);
  background: #eaf1f8;
  font: 400 16.25px/1.68 var(--font-body);
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}
body::before {
  position: fixed; z-index: 999; top: 0; left: 0; width: 420px; height: 420px;
  border-radius: 50%; background: radial-gradient(circle, rgba(35,198,223,.09), rgba(8,101,230,.035) 38%, transparent 70%);
  content: ""; pointer-events: none; opacity: 0; transform: translate3d(calc(var(--spot-x) - 210px), calc(var(--spot-y) - 210px), 0);
  transition: opacity .25s ease; mix-blend-mode: multiply;
}
body.has-pointer::before { opacity: 1; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: .7rem 1rem; background: var(--navy); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.grid-2 > *, .grid-3 > *, .grid-4 > *, .product-grid > *, .footer-grid > * { min-width: 0; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.section { position: relative; overflow: hidden; padding: 82px 0; isolation: isolate; }
.section-sm { padding: 64px 0; }
.section:not(.soft):not(.dark):not(.uganda-section) { background: linear-gradient(145deg, #f6f9fd 0%, #edf3f9 58%, #e8f0f8 100%); }
.section:not(.soft):not(.dark):not(.uganda-section)::after {
  position: absolute; z-index: -1; width: 430px; height: 430px; border-radius: 50%;
  background: radial-gradient(circle, rgba(8,101,230,.07), transparent 68%); content: ""; right: -210px; bottom: -250px;
}
.soft {
  background-color: #e7eef6;
  background-image: linear-gradient(rgba(8,101,230,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(8,101,230,.035) 1px, transparent 1px), radial-gradient(circle at 8% 15%, rgba(35,198,223,.1), transparent 22%);
  background-size: 34px 34px, 34px 34px, auto;
}
.dark { background-color: var(--navy); background-image: linear-gradient(105deg, rgba(3,16,39,.97), rgba(5,34,75,.88)), url("../images/hero8.webp"); background-position: center; background-size: cover; color: #fff; }
.eyebrow { display: inline-flex; align-items: center; margin: 0 0 14px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dark .eyebrow, .hero .eyebrow { color: #65dff0; }
h1, h2, h3 { margin: 0 0 18px; color: var(--navy); font-family: var(--font-display); font-weight: 700; line-height: 1.09; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.22rem; letter-spacing: -.02em; }
.dark h2, .dark h3, .hero h1 { color: #fff; }
.page-services .section.dark:not(.media-backdrop) .card h3 { color: var(--navy); }
p { margin: 0 0 20px; }
.lead { color: var(--text-secondary); font-size: clamp(1.05rem, 2vw, 1.22rem); font-weight: 450; line-height: 1.72; }
.dark .lead, .hero .lead { color: #cbd8ea; }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.btn {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .7rem;
  padding: .7rem 1.25rem; border: 1px solid transparent; border-radius: 10px;
  position: relative; overflow: hidden; background: linear-gradient(135deg, var(--blue), #0754c9); color: #fff; font-weight: 750;
  box-shadow: 0 10px 25px rgba(8,101,230,.18); transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.btn::before { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.23) 48%, transparent 72%); content: ""; transform: translateX(-130%); transition: transform .55s ease; }
.btn:hover { background: linear-gradient(135deg, #075bd3, #043f9b); box-shadow: 0 16px 32px rgba(8,101,230,.25); transform: translateY(-3px); }
.btn:hover::before { transform: translateX(130%); }
.btn-outline { border-color: #b8c6da; background: transparent; color: var(--navy); }
.btn-outline:hover { border-color: var(--blue); background: #eef5ff; color: var(--blue-dark); }
.dark .btn-outline, .hero .btn-outline { border-color: #587195; color: #fff; }
.dark .btn-outline:hover, .hero .btn-outline:hover { background: rgba(255,255,255,.08); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.link-arrow { display: inline-flex; align-items: center; gap: .45rem; color: var(--blue-dark); font-weight: 800; }
.link-arrow::after { content: "→"; transition: transform .2s; }
.link-arrow:hover::after { transform: translateX(4px); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(188,204,222,.78); background: linear-gradient(90deg, rgba(238,244,250,.96), rgba(248,250,253,.96) 52%, rgba(231,239,248,.96)); box-shadow: 0 0 0 rgba(7,26,56,0); backdrop-filter: blur(18px) saturate(150%); transition: background .25s ease, box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: rgba(163,184,208,.72); background: linear-gradient(90deg, rgba(232,240,248,.98), rgba(246,249,252,.98), rgba(226,236,247,.98)); box-shadow: 0 12px 38px rgba(7,26,56,.12); }
.nav-wrap { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: flex; height: 76px; flex: 0 0 auto; align-items: center; }
.brand img { width: 330px; height: 72px; object-fit: contain; filter: drop-shadow(0 5px 9px rgba(8,71,165,.18)) saturate(1.08) contrast(1.04); transform: translateZ(0); transform-origin: left center; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { position: relative; color: #30415c; font-size: .94rem; font-weight: 700; }
.site-nav > a:not(.btn)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--blue), var(--cyan)); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav > a:hover::after { transform-origin: left; }
.site-nav .btn { color: #fff; }
.menu-toggle { display: none; width: 46px; height: 42px; align-items: center; justify-content: center; border: 1px solid #bdccdc; border-radius: 9px; background: #eef4fa; color: var(--navy); }
.menu-toggle svg { width: 23px; }

.hero { position: relative; overflow: hidden; min-height: 650px; padding: 84px 0 76px; background-color: var(--navy); background-image: linear-gradient(rgba(117,230,243,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(117,230,243,.045) 1px, transparent 1px); background-size: 52px 52px; color: #fff; isolation: isolate; }
.hero::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 82% 28%, rgba(8,101,230,.45), transparent 34%), radial-gradient(circle at 18% 86%, rgba(35,198,223,.12), transparent 28%), linear-gradient(120deg, rgba(35,198,223,.07), transparent 55%); content: ""; animation: ambientShift 12s ease-in-out infinite alternate; }
.hero::after { position: absolute; z-index: -1; width: 520px; height: 520px; border: 1px solid rgba(117,230,243,.1); border-radius: 50%; content: ""; top: -260px; right: 12%; box-shadow: 0 0 0 90px rgba(117,230,243,.025), 0 0 0 180px rgba(117,230,243,.018); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.hero-copy { max-width: 700px; }
.hero-copy h1 span { color: #75e6f3; }
.market-pill { display: inline-flex; align-items: center; gap: .65rem; margin-bottom: 22px; padding: .48rem .8rem; border: 1px solid rgba(117,230,243,.3); border-radius: 999px; background: rgba(117,230,243,.08); color: #d7f8fb; font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
.market-pill span { width: 7px; height: 7px; border-radius: 50%; background: #75e6f3; box-shadow: 0 0 0 5px rgba(117,230,243,.12); }
.hero-contact { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 28px; color: #9fb1c9; font-size: .87rem; }
.hero-contact a { color: #fff; font-weight: 750; }
.hero-photo { position: relative; margin: 0; padding: 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 30px; background: rgba(255,255,255,.06); box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.hero-photo::before { position: absolute; z-index: -1; width: 180px; height: 180px; border-radius: 50%; background: var(--blue); filter: blur(70px); content: ""; right: -20px; top: -20px; opacity: .7; }
.hero-photo img { width: 100%; aspect-ratio: 16 / 10; border-radius: 21px; object-fit: cover; object-position: 58% center; }
.hero-photo figcaption { position: absolute; right: 28px; bottom: 28px; left: 28px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: rgba(5,20,45,.84); backdrop-filter: blur(12px); }
.hero-photo figcaption strong { color: #fff; font-size: .9rem; }
.hero-photo figcaption span { color: #afc3dc; font-size: .76rem; text-align: right; }
.hero-slider { min-height: 0; padding: 0; background: #04142e; }
.hero-slider::before, .hero-slider::after { display: none; }
.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item { min-height: clamp(610px, 76vh, 760px); }
.hero-slider .carousel-item { position: relative; overflow: hidden; isolation: isolate; }
.hero-slide-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; transform: scale(1.04); filter: saturate(.9) contrast(1.04); }
.hero-slider .carousel-item:nth-child(1) .hero-slide-image { object-position: 62% center; }
.hero-slider .carousel-item:nth-child(2) .hero-slide-image { object-position: center; }
.hero-slider .carousel-item:nth-child(3) .hero-slide-image { object-position: 58% center; }
.hero-slide-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(3,16,39,.96) 0%, rgba(4,23,54,.88) 40%, rgba(4,23,54,.38) 70%, rgba(4,23,54,.23) 100%), linear-gradient(0deg, rgba(3,16,39,.5), transparent 45%); }
.hero-slide-overlay::after { position: absolute; inset: 0; background-image: linear-gradient(rgba(117,230,243,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(117,230,243,.04) 1px, transparent 1px); background-size: 54px 54px; content: ""; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.hero-slide-content { display: flex; min-height: clamp(610px, 76vh, 760px); align-items: center; padding-top: 45px; padding-bottom: 78px; }
.hero-slider .hero-copy { max-width: 690px; }
.hero-slider .hero-copy h1,
.hero-slider .hero-copy h2 { color: #fff; font-size: clamp(2.8rem, 5.6vw, 5.1rem); }
.hero-slider .hero-copy h2 span { color: #75e6f3; }
.hero-slider .carousel-fade .carousel-item { opacity: 0; transition: opacity 1.05s cubic-bezier(.2,.7,.2,1); }
.hero-slider .carousel-fade .carousel-item.active { opacity: 1; }
.hero-slider .carousel-item.active .hero-slide-image { animation: heroKenBurns 7.2s ease-out both; }
.hero-slider .carousel-item .hero-copy > * { opacity: 0; transform: translate3d(0,24px,0); }
.hero-slider .carousel-item.active .hero-copy > * { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.hero-slider .carousel-item.active .hero-copy > :nth-child(2) { transition-delay: .1s; }
.hero-slider .carousel-item.active .hero-copy > :nth-child(3) { transition-delay: .2s; }
.hero-slider .carousel-item.active .hero-copy > :nth-child(4) { transition-delay: .3s; }
.hero-slider .carousel-indicators { z-index: 5; bottom: 30px; justify-content: flex-start; width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.hero-slider .carousel-indicators [data-bs-target] { width: 46px; height: 3px; margin: 0 5px 0 0; border: 0; border-radius: 5px; background: rgba(255,255,255,.45); opacity: 1; overflow: hidden; }
.hero-slider .carousel-indicators .active { background: linear-gradient(90deg, var(--cyan), #fff); }
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next { z-index: 5; top: auto; bottom: 24px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(4,23,54,.55); opacity: 1; backdrop-filter: blur(8px); transition: background .2s ease, transform .2s ease; }
.hero-slider .carousel-control-prev:hover,
.hero-slider .carousel-control-next:hover { background: var(--blue); transform: translateY(-2px); }
.hero-slider .carousel-control-prev { right: 102px; left: auto; }
.hero-slider .carousel-control-next { right: 52px; }
.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon { width: 1rem; height: 1rem; }
.hero-pause { position: absolute; z-index: 5; right: 2px; bottom: 24px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(4,23,54,.55); color: #fff; backdrop-filter: blur(8px); }
.hero-pause:hover { background: var(--blue); }
.hero-slider .hero-contact { position: absolute; z-index: 5; right: max(152px, calc((100vw - var(--container)) / 2)); bottom: 31px; margin: 0; }
.hero-visual { position: relative; min-height: 450px; }
.orbit { position: absolute; inset: 35px; border: 1px solid rgba(117,230,243,.25); border-radius: 50%; animation: spin 30s linear infinite; }
.orbit::before, .orbit::after { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 25px var(--cyan); content: ""; }
.orbit::before { top: 16%; left: 9%; }.orbit::after { right: 8%; bottom: 19%; }
.tech-panel { position: absolute; inset: 72px 30px 48px 60px; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.panel-top { display: flex; gap: 6px; margin-bottom: 30px; }
.panel-top i { width: 7px; height: 7px; border-radius: 50%; background: #7285a2; }
.signal { display: grid; gap: 14px; }
.signal span { display: block; height: 10px; border-radius: 20px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.signal span:nth-child(2) { width: 70%; }.signal span:nth-child(3) { width: 84%; }.signal span:nth-child(4) { width: 55%; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 30px; }
.mini-grid div { min-height: 68px; padding: 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; background: rgba(4,18,41,.6); color: #d5e4f5; font-size: .8rem; }
.trust-strip { position: relative; z-index: 2; margin-top: -1px; border-bottom: 1px solid #cad7e5; background: linear-gradient(90deg, #e7eef6, #f2f6fb 50%, #e5edf6); box-shadow: 0 18px 45px rgba(7,26,56,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 26px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; color: var(--navy); font-size: .95rem; }
.trust-item span { color: var(--muted); font-size: .86rem; }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; gap: 70px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { position: relative; overflow: hidden; padding: 28px; border: 1px solid rgba(184,202,222,.88); border-radius: var(--radius); background: linear-gradient(145deg, rgba(245,249,253,.98), rgba(232,240,248,.94)); box-shadow: 0 10px 38px rgba(7,26,56,.08); }
.card::after { position: absolute; width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle, rgba(35,198,223,.14), transparent 70%); content: ""; top: -80px; right: -70px; transition: transform .35s ease, opacity .35s ease; }
.card:hover { border-color: #8ebcf2; box-shadow: 0 24px 60px rgba(7,26,56,.14); transform: translateY(-7px); }
.card:hover::after { opacity: .8; transform: scale(1.4); }
.card, .card:hover { transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.card p { color: var(--muted); }
.icon { display: grid; width: 52px; height: 52px; margin-bottom: 24px; place-items: center; border-radius: 14px; background: #eaf3ff; color: var(--blue); }
.icon svg { width: 25px; height: 25px; }
.feature-list { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 30px; color: #33445e; }
.feature-list li::before { position: absolute; top: .35rem; left: 0; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #dff8f3; color: var(--success); content: "✓"; font-size: .7rem; font-weight: 900; }
.visual-card { position: relative; min-height: 470px; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg, var(--navy), #0b3b76); box-shadow: var(--shadow); }
.visual-card::before { position: absolute; width: 380px; height: 380px; border: 1px solid rgba(35,198,223,.28); border-radius: 50%; content: ""; inset: 45px auto auto 90px; }
.visual-lines { position: absolute; inset: 78px 55px; display: grid; align-content: center; gap: 18px; }
.visual-lines div { padding: 18px 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(255,255,255,.08); color: #e8f2ff; font-weight: 700; backdrop-filter: blur(6px); }
.visual-lines div:nth-child(2) { margin-left: 45px; }.visual-lines div:nth-child(3) { margin-right: 35px; }
.band { position: relative; overflow: hidden; padding: 50px 0; background-color: var(--blue-dark); background-image: linear-gradient(110deg, rgba(3,43,105,.97), rgba(8,101,230,.88) 62%, rgba(8,82,119,.78)), url("../images/hero11.webp"); background-position: center; background-size: cover; color: #fff; }
.band::after { position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; right: -90px; top: -210px; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }
.band .container { position: relative; z-index: 1; }
.band-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.band h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.band p { margin: 0; color: #dceaff; }
.band .btn { background: #fff; color: var(--blue-dark); }
.product-panel { position: relative; overflow: hidden; border: 1px solid rgba(8,101,230,.22); border-radius: 30px; background: linear-gradient(135deg, #052d6f, #0865e6 65%, #139fbd); box-shadow: var(--shadow-lg); color: #fff; }
.product-grid { display: grid; grid-template-columns: 1.05fr .95fr; }
.product-copy { padding: clamp(38px, 6vw, 75px); }
.product-copy h1, .product-copy h2 { color: #fff; }
.product-copy h1 { margin-bottom: 12px; font-size: clamp(2.7rem, 5vw, 4.9rem); line-height: .96; }
.product-copy .product-positioning { margin-bottom: 20px; color: #fff; font-size: clamp(1.55rem, 2.7vw, 2.45rem); }
.product-copy .lead { color: #dceaff; }
.product-panel .btn-outline { border-color: rgba(255,255,255,.72); color: #fff; }
.product-panel .btn-outline:hover { border-color: #fff; background: #fff; color: var(--navy); }
.visual-page-hero .catalogue-title { max-width: 830px; color: #fff; font-size: clamp(2.65rem, 6vw, 5rem); }
.product-art { position: relative; min-height: 430px; background: radial-gradient(circle at 50% 40%, #46d5e7, transparent 8%), repeating-linear-gradient(25deg, transparent 0 24px, rgba(255,255,255,.06) 25px 26px); }
.product-art::before { position: absolute; inset: 75px 55px; border: 1px solid rgba(255,255,255,.28); border-radius: 26px; background: rgba(6,30,68,.65); box-shadow: 0 20px 50px rgba(0,0,0,.2); content: ""; }
.property-card { position: absolute; z-index: 1; right: 82px; bottom: 96px; left: 82px; padding: 24px; border: 1px solid #bdccdc; border-radius: 16px; background: #edf3f9; color: var(--ink); }
.property-card b { display: block; color: var(--navy); font-size: 1.2rem; }
.property-card span { color: var(--muted); font-size: .9rem; }
.steps { counter-reset: step; }
.step { position: relative; padding: 28px 25px; border: 1px solid #c5d3e2; border-radius: 18px; background: rgba(239,245,251,.92); box-shadow: 0 10px 35px rgba(7,26,56,.07); }
.step::before { display: block; margin-bottom: 20px; color: var(--blue); content: "0" counter(step); counter-increment: step; font-size: 1.55rem; font-weight: 900; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { padding: .55rem .85rem; border: 1px solid #b9cadc; border-radius: 999px; background: #edf3f9; color: #34465f; font-size: .88rem; font-weight: 700; }
.local-fit { display: grid; gap: 14px; }
.local-fit > div { position: relative; padding: 24px 25px 24px 66px; border: 1px solid #c3d2e1; border-radius: 16px; background: linear-gradient(145deg, #f3f7fb, #e8f0f7); box-shadow: 0 8px 28px rgba(7,26,56,.075); }
.local-fit > div::before { position: absolute; top: 25px; left: 24px; display: grid; width: 27px; height: 27px; place-items: center; border-radius: 9px; background: #e9f3ff; color: var(--blue); content: "✓"; font-size: .8rem; font-weight: 900; }
.local-fit strong, .local-fit span { display: block; }
.local-fit span { margin-top: 2px; color: var(--muted); font-size: .91rem; }
.section-photo { position: relative; overflow: hidden; margin: 0; padding: 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 27px; background: rgba(255,255,255,.06); box-shadow: 0 25px 60px rgba(0,0,0,.22); }
.section-photo img { width: 100%; aspect-ratio: 3 / 2; border-radius: 19px; object-fit: cover; }
.light-photo { border-color: #becddd; background: #edf3f8; box-shadow: var(--shadow); }
.compact-features { display: grid; gap: 17px; margin-top: 28px; }
.compact-features > div { padding-left: 20px; border-left: 3px solid var(--cyan); }
.compact-features strong, .compact-features span { display: block; }
.compact-features strong { color: #fff; }
.compact-features span { margin-top: 3px; color: #aebdd1; font-size: .9rem; }
.uganda-section { background: linear-gradient(180deg, #e8f0f7, #f1f5f9); }
.market-card { height: 100%; padding: 28px; border: 1px solid #c2d1e1; border-radius: 20px; background: linear-gradient(145deg, #f4f8fc, #e7eff7); box-shadow: 0 8px 35px rgba(7,26,56,.075); }
.market-card > span { display: inline-block; margin-bottom: 28px; color: var(--blue); font-size: .8rem; font-weight: 900; }
.market-card p { margin: 0; color: var(--muted); }
.market-card:hover { border-color: #9ec5f5; transform: translateY(-4px); box-shadow: var(--shadow); transition: .25s ease; }
.image-section { min-height: 560px; background-color: var(--navy); background-image: linear-gradient(90deg, rgba(3,16,39,.97) 0%, rgba(3,20,47,.89) 50%, rgba(4,27,60,.5) 78%, rgba(4,27,60,.28)), url("../images/hero2.webp") !important; background-position: center; background-repeat: no-repeat !important; background-size: cover; color: #fff; }
.image-section::after { display: none; }
.image-section h2, .image-section h3 { color: #fff; }
.image-section .lead, .image-section .feature-list li { color: #d7e4f4; }
.image-section-copy { padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(3,16,39,.66); box-shadow: var(--shadow-lg); backdrop-filter: blur(14px); }
.image-section .card { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.9); backdrop-filter: blur(16px); }
.image-section .card h3 { color: var(--navy); }
.media-backdrop { background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; color: #fff; isolation: isolate; }
.media-backdrop::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(115deg, rgba(3,16,39,.96), rgba(4,31,72,.86) 58%, rgba(4,31,72,.62)); content: ""; }
.media-backdrop::after { display: none; }
.code-visual-section { background-image: url("../images/hero6.webp") !important; }
.security-visual-section { background-image: url("../images/hero7.webp") !important; }
.managed-visual-section { background-image: url("../images/hero5.webp") !important; background-position: center 35% !important; }
.media-backdrop h2, .media-backdrop h3 { color: #fff; }
.media-backdrop .section-head .eyebrow { color: #72e3f0; }
.media-backdrop .detail-list { padding: 22px 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(3,16,39,.65); backdrop-filter: blur(12px); }
.media-backdrop .detail-list li { border-color: rgba(255,255,255,.14); color: #e2edf9; }
.media-backdrop .card { border-color: rgba(255,255,255,.2); background: rgba(4,23,54,.72); backdrop-filter: blur(14px); }
.media-backdrop .card p { color: #c7d6e9; }
.home-infrastructure-visual { background-image: linear-gradient(90deg, rgba(3,16,39,.96), rgba(3,24,55,.88) 55%, rgba(3,24,55,.65)), url("../images/hero4.webp") !important; background-position: center; background-repeat: no-repeat; background-size: cover; }
.home-infrastructure-visual .section-photo { transform: rotate(-1.25deg); box-shadow: 0 35px 85px rgba(0,0,0,.4); }
.home-infrastructure-visual .section-photo::after { position: absolute; inset: 9px; border: 1px solid rgba(117,230,243,.25); border-radius: 19px; content: ""; pointer-events: none; }

/* Page-specific composition */
.page-home main > .section:nth-of-type(2),
.page-services main > .section:nth-of-type(2),
.page-services main > .section:nth-of-type(3),
.page-services main > .section:nth-of-type(4),
.page-products main > .section:nth-of-type(4),
.page-contact main > .section:nth-of-type(2),
.page-software main > .section:nth-of-type(2),
.page-cybersecurity main > .section:nth-of-type(2),
.page-managed main > .section:nth-of-type(2) { isolation: isolate; }
.page-home main > .section:nth-of-type(2)::before,
.page-services main > .section:nth-of-type(2)::before,
.page-services main > .section:nth-of-type(3)::before,
.page-services main > .section:nth-of-type(4)::before,
.page-products main > .section:nth-of-type(4)::before,
.page-contact main > .section:nth-of-type(2)::before,
.page-software main > .section:nth-of-type(2)::before,
.page-cybersecurity main > .section:nth-of-type(2)::before,
.page-managed main > .section:nth-of-type(2)::before {
  position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; width: 46%;
  background-position: center; background-repeat: no-repeat; background-size: cover;
  content: ""; opacity: .13; filter: saturate(.8); mask-image: linear-gradient(90deg, transparent, #000 36%);
}
.page-home main > .section:nth-of-type(2)::before { background-image: url("../images/uganda-tech-team.webp"); }
.page-services main > .section:nth-of-type(2)::before { background-image: url("../images/hero12.webp"); }
.page-services main > .section:nth-of-type(3)::before { right: auto; left: 0; background-image: url("../images/hero4.webp"); mask-image: linear-gradient(90deg, #000, transparent 74%); }
.page-services main > .section:nth-of-type(4)::before { background-image: url("../images/hero9.webp"); }
.page-products main > .section:nth-of-type(4)::before { background-image: url("../images/hero13.webp"); }
.page-contact main > .section:nth-of-type(2)::before { background-image: url("../images/uganda-ict-consultancy.webp"); }
.page-software main > .section:nth-of-type(2)::before { background-image: url("../images/hero12.webp"); }
.page-cybersecurity main > .section:nth-of-type(2)::before { background-image: url("../images/hero9.webp"); }
.page-managed main > .section:nth-of-type(2)::before { background-image: url("../images/hero5.webp"); }
.page-home main > .section:nth-of-type(2) .grid-2,
.page-contact .contact-grid { padding: 30px; border: 1px solid rgba(183,201,221,.82); border-radius: 28px; background: rgba(238,244,250,.76); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.page-home .product-art { background-image: linear-gradient(rgba(5,31,70,.46), rgba(5,31,70,.68)), url("../images/hero13.webp"); background-position: center; background-size: cover; }
.page-products .product-art { background-image: linear-gradient(rgba(5,31,70,.4), rgba(5,31,70,.7)), url("../images/hero11.webp"); background-position: center; background-size: cover; }
.page-products main > .section:nth-of-type(3) .card { border-top: 3px solid var(--blue); }
.page-products main > .section:nth-of-type(4) .grid-2 { padding: 34px; border: 1px solid #bdccdc; border-radius: 26px; background: rgba(237,243,249,.84); box-shadow: var(--shadow); }
.page-about main > .section:nth-of-type(3) .card:first-child { background: linear-gradient(145deg, #eef5ff, #e2eefc); }
.page-about main > .section:nth-of-type(3) .card:last-child { background: linear-gradient(145deg, #eefafa, #e0f2f4); }
.page-about main > .section:nth-of-type(4) .grid-4 { gap: 22px; }
.page-about main > .section:nth-of-type(5) { background-image: linear-gradient(105deg, rgba(3,16,39,.97), rgba(4,31,70,.82)), url("../images/uganda-ict-consultancy.webp"); background-position: center; background-size: cover; }
.page-services main > .section .grid-3 { align-items: stretch; }
.page-services main > .section .card { min-height: 100%; }
.page-services main > .section:nth-of-type(2) .card,
.page-services main > .section:nth-of-type(3) .card,
.page-services main > .section:nth-of-type(4) .card { backdrop-filter: blur(10px); }
.page-contact .contact-method { padding: 22px 0; }
.page-contact .map-placeholder { border-style: solid; background-image: linear-gradient(rgba(231,239,247,.86), rgba(231,239,247,.9)), url("../images/hero8.webp"); background-position: center; background-size: cover; box-shadow: var(--shadow); }
.page-cloud .visual-card { background-image: linear-gradient(rgba(4,25,57,.45), rgba(4,25,57,.78)), url("../images/hero8.webp"); background-position: center; background-size: cover; }
.page-software main > .section:nth-of-type(4) .steps,
.page-cloud main > .section:nth-of-type(4) .steps { position: relative; }
.page-software main > .section:nth-of-type(4) .step:nth-child(even),
.page-cloud main > .section:nth-of-type(4) .step:nth-child(even) { transform: translateY(14px); }
.page-infrastructure main > .section:nth-of-type(4) .card,
.page-consultancy main > .section:nth-of-type(4) .card,
.page-managed main > .section:nth-of-type(4) .card { border-top: 3px solid var(--cyan); }
.page-cybersecurity main > .section:nth-of-type(4) .detail-list { padding: 28px; border: 1px solid #bdccdc; border-radius: 24px; background: rgba(237,243,249,.88); box-shadow: var(--shadow); }
.page-software main > .section:nth-of-type(2) .card,
.page-cybersecurity main > .section:nth-of-type(2) .card,
.page-managed main > .section:nth-of-type(2) .card { border-left: 4px solid var(--cyan); background: rgba(238,244,250,.9); backdrop-filter: blur(10px); }
.page-infrastructure main > .section:nth-of-type(3) .detail-list li,
.page-consultancy main > .section:nth-of-type(3) .detail-list li,
.page-managed main > .section:nth-of-type(3) .detail-list li,
.page-cloud main > .section:nth-of-type(3) .detail-list li {
  min-height: 64px; padding: 18px 18px 18px 42px; border: 1px solid #c4d3e2; border-radius: 14px;
  background: rgba(241,246,251,.86); box-shadow: 0 8px 24px rgba(7,26,56,.05);
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.page-infrastructure main > .section:nth-of-type(3) .detail-list li:hover,
.page-consultancy main > .section:nth-of-type(3) .detail-list li:hover,
.page-managed main > .section:nth-of-type(3) .detail-list li:hover,
.page-cloud main > .section:nth-of-type(3) .detail-list li:hover { border-color: #8dbbf0; box-shadow: 0 14px 34px rgba(7,26,56,.1); transform: translateY(-3px); }
.page-infrastructure main > .section:nth-of-type(3) .detail-list,
.page-consultancy main > .section:nth-of-type(3) .detail-list,
.page-managed main > .section:nth-of-type(3) .detail-list,
.page-cloud main > .section:nth-of-type(3) .detail-list { gap: 14px; }
.page-infrastructure main > .section:nth-of-type(2) .section-photo,
.page-consultancy main > .section:nth-of-type(2) .section-photo { transform: rotate(1deg); }
.page-infrastructure main > .section:nth-of-type(2) .section-photo:hover,
.page-consultancy main > .section:nth-of-type(2) .section-photo:hover { transform: rotate(0); transition: transform .35s ease; }
.page-cloud main > .section:nth-of-type(2) .visual-lines div { background: rgba(3,16,39,.7); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.page-managed main > .section:nth-of-type(4) { background-position: center 30%; }
.page-cybersecurity main > .section:nth-of-type(3) .card,
.page-managed main > .section:nth-of-type(4) .card { min-height: 220px; }

.page-hero { position: relative; overflow: hidden; padding: 76px 0 68px; background-color: var(--navy); background-image: linear-gradient(rgba(117,230,243,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(117,230,243,.05) 1px, transparent 1px), radial-gradient(circle at 82% 25%, rgba(8,101,230,.45), transparent 30%); background-size: 44px 44px, 44px 44px, auto; color: #fff; isolation: isolate; }
.page-hero::after { position: absolute; z-index: -1; width: 420px; height: 420px; border: 1px solid rgba(117,230,243,.13); border-radius: 50%; content: ""; right: -100px; bottom: -280px; box-shadow: 0 0 0 65px rgba(117,230,243,.025); }
.page-hero .container { max-width: 900px; }
.page-hero h1 { color: #fff; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.page-hero .lead { max-width: 760px; color: #e3ecf8; font-weight: 500; }
.visual-page-hero { display: flex; min-height: 470px; align-items: center; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; isolation: isolate; }
.visual-page-hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(3,16,39,.97) 0%, rgba(3,20,47,.9) 43%, rgba(4,25,57,.48) 72%, rgba(4,25,57,.3) 100%); content: ""; }
.visual-page-hero::after { z-index: -1; width: 600px; height: 600px; right: -180px; bottom: -420px; background: rgba(8,101,230,.08); box-shadow: 0 0 0 90px rgba(35,198,223,.025); }
.visual-page-hero .container { max-width: var(--container); }
.visual-page-hero .container > * { max-width: 760px; }
.visual-page-hero h1 { text-shadow: 0 8px 35px rgba(0,0,0,.35); }
.visual-page-hero .lead { color: #edf4fc; text-shadow: 0 2px 15px rgba(0,0,0,.38); }
.visual-page-hero .breadcrumbs { display: flex; width: fit-content; padding: .42rem .72rem; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(3,16,39,.48); backdrop-filter: blur(10px); }
.about-visual-hero { background-image: url("../images/hero10.webp") !important; background-position: center 48% !important; }
.services-visual-hero { background-image: url("../images/hero8.webp") !important; }
.products-visual-hero { background-image: url("../images/hero11.webp") !important; }
.contact-visual-hero { background-image: url("../images/uganda-ict-consultancy.webp") !important; background-position: center 44% !important; }
.software-visual-hero { background-image: url("../images/hero12.webp") !important; background-position: center 50% !important; }
.infrastructure-visual-hero { background-image: url("../images/hero4.webp") !important; }
.cyber-visual-hero { background-image: url("../images/hero9.webp") !important; background-position: center 45% !important; }
.consultancy-visual-hero { background-image: url("../images/hero13.webp") !important; background-position: center 42% !important; }
.managed-visual-hero { background-image: url("../images/hero5.webp") !important; background-position: center 38% !important; }
.cloud-visual-hero { background-image: url("../images/hero7.webp") !important; }
.breadcrumbs { margin-bottom: 25px; color: #a9bdd8; font-size: .88rem; }
.breadcrumbs a { color: #fff; }
.service-category { margin-top: 40px; }
.service-category h2 { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.detail-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px 28px; padding: 0; list-style: none; }
.detail-list li { padding: 17px 0 17px 31px; border-bottom: 1px solid var(--line); position: relative; }
.detail-list li::before { position: absolute; left: 0; color: var(--blue); content: "◆"; font-size: .7rem; }
.value-card { padding: 25px; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 0 0 18px 18px; background: rgba(255,255,255,.8); box-shadow: 0 10px 35px rgba(7,26,56,.055); }
.value-card span { color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.founder-note { padding: 36px; border-left: 4px solid var(--cyan); border-radius: 0 var(--radius) var(--radius) 0; background: var(--soft); }
.founder-note p { color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; }
.contact-method { display: flex; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-method strong, .contact-method span { display: block; }
.contact-method span { color: var(--muted); font-size: .93rem; }
.contact-method .icon { flex: 0 0 46px; width: 46px; height: 46px; margin: 0; }
.form-card { padding: clamp(25px, 5vw, 42px); border: 1px solid rgba(172,193,217,.95); border-radius: var(--radius); background: rgba(235,242,249,.94); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { margin-bottom: 18px; }
.field.full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .9rem; font-weight: 750; }
input, textarea, select { width: 100%; border: 1px solid #b3c4d7; border-radius: 10px; background: rgba(247,250,253,.96); color: var(--ink); padding: .82rem .9rem; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
input:focus, textarea:focus, select:focus { border-color: var(--blue); background: #fafdff; box-shadow: 0 0 0 4px rgba(8,101,230,.1); outline: 0; }
textarea { min-height: 145px; resize: vertical; }
.field-error { display: none; margin: 5px 0 0; color: #b42318; font-size: .8rem; }
.invalid + .field-error { display: block; }
.form-status { margin-top: 15px; padding: 12px; border-radius: 8px; background: #e9f8f4; color: #075d49; }
.form-status a { color: inherit; font-weight: 800; text-decoration: underline; }
.form-status.is-success { display: grid; justify-items: start; gap: 12px; min-height: 260px; margin-top: 8px; padding: clamp(24px, 5vw, 38px); align-content: center; border: 1px solid #83ceb8; border-radius: 16px; background: linear-gradient(145deg, #f4fffb, #e2f8f0); box-shadow: 0 14px 34px rgba(7,93,73,.1); }
.form-status.is-success strong { color: #064c3d; font-size: clamp(1.35rem, 3vw, 1.8rem); line-height: 1.2; }
.form-status.is-success > span:not(.form-success-icon) { max-width: 560px; color: #315d52; }
.form-status.is-success .btn { margin-top: 6px; color: #075d49; text-decoration: none; }
.form-success-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: #0c8c6c; color: #fff; font-size: 1.55rem; font-weight: 900; box-shadow: 0 8px 20px rgba(12,140,108,.2); }
.is-submitted .form-grid, .is-submitted > button[type="submit"] { display: none; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-card button:disabled { cursor: wait; opacity: .72; }
.map-placeholder { display: grid; min-height: 360px; place-items: center; padding: 30px; border: 1px solid #90a8c6; border-radius: var(--radius); background: linear-gradient(45deg, #edf4fa 25%, #f7fafc 25% 50%, #edf4fa 50% 75%, #f7fafc 75%); background-size: 32px 32px; text-align: center; }
.map-placeholder > div { max-width: 430px; padding: 24px; border: 1px solid #c1d0df; border-radius: 14px; background: rgba(235,242,249,.95); }
.map-actions { justify-content: center; margin-top: 24px; }

.site-footer { position: relative; overflow: hidden; padding: 64px 0 25px; background-color: #05142d; background-image: linear-gradient(rgba(117,230,243,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(117,230,243,.035) 1px, transparent 1px), radial-gradient(circle at 90% 5%, rgba(8,101,230,.24), transparent 25%); background-size: 46px 46px, 46px 46px, auto; color: #aebdd1; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .7fr) minmax(0, .8fr) minmax(0, 1fr); gap: 45px; padding-bottom: 55px; }
.footer-logo { width: 240px; height: auto; margin-bottom: 20px; filter: brightness(0) invert(1); }
.site-footer h2 { color: #fff; font-size: .95rem; letter-spacing: .04em; }
.footer-links { display: grid; gap: 9px; }
.footer-links > * { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid #243650; font-size: .85rem; }
.footer-bottom p { margin: 0; }
.no-js-note { padding: 10px 20px; background: #fff2cc; color: #4f3d00; text-align: center; }

/* Motion is progressively enhanced. Content remains visible without JavaScript. */
.js-motion .reveal { opacity: 0; transform: translate3d(0, 24px, 0); transition: opacity .6s cubic-bezier(.2,.7,.2,1), transform .6s cubic-bezier(.2,.7,.2,1); }
.js-motion .reveal.from-left { transform: translate3d(-24px, 0, 0); }
.js-motion .reveal.from-right { transform: translate3d(24px, 0, 0); }
.js-motion .reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.js-motion .reveal[data-delay="1"] { transition-delay: .07s; }
.js-motion .reveal[data-delay="2"] { transition-delay: .14s; }
.js-motion .reveal[data-delay="3"] { transition-delay: .21s; }
.js-motion .reveal[data-delay="4"] { transition-delay: .28s; }
.js-motion .page-hero .container, .js-motion .hero-copy, .js-motion .hero-photo { opacity: 0; transform: translate3d(0,18px,0); }
.js-motion.is-loaded .page-hero .container, .js-motion.is-loaded .hero-copy, .js-motion.is-loaded .hero-photo { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js-motion.is-loaded .hero-photo { transition-delay: .12s; }
.section-photo img, .hero-photo img { transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.section-photo:hover img, .hero-photo:hover img { transform: scale(1.025); filter: saturate(1.05); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ambientShift { from { transform: scale(1) translate3d(0,0,0); } to { transform: scale(1.05) translate3d(-1.5%,1%,0); } }
@keyframes heroKenBurns { from { transform: scale(1.04) translate3d(0,0,0); } to { transform: scale(1.12) translate3d(-1%,.5%,0); } }
@media (max-width: 1080px) {
  .js-nav .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 78px; right: 0; left: 0; display: grid; max-height: calc(100dvh - 78px); align-items: stretch; gap: 0; padding: 12px 20px 22px; overflow-y: auto; overscroll-behavior: contain; border-bottom: 1px solid #bdccdc; background: rgba(235,242,249,.98); box-shadow: 0 22px 45px rgba(7,26,56,.12); backdrop-filter: blur(16px); }
  .js-nav .site-nav { visibility: hidden; opacity: 0; transform: translate3d(0,-12px,0); pointer-events: none; transition: opacity .22s ease, transform .22s ease, visibility .22s; }
  .js-nav .site-nav.is-open { visibility: visible; opacity: 1; transform: translate3d(0,0,0); pointer-events: auto; }
  .site-nav a { padding: 12px 4px; }
  .site-nav > a:not(.btn)::after { right: auto; bottom: 5px; width: 32px; }
  .hero-grid, .grid-2, .product-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero:not(.hero-slider) { padding-top: 80px; }
  .hero-slider .carousel,
  .hero-slider .carousel-inner,
  .hero-slider .carousel-item,
  .hero-slide-content { min-height: 650px; }
  .hero-slider .hero-copy { max-width: 620px; }
  .hero-slide-overlay { background: linear-gradient(90deg, rgba(3,16,39,.96), rgba(4,23,54,.8) 72%, rgba(4,23,54,.55)); }
  .hero-slider .hero-contact { display: none; }
  .hero-visual { min-height: 390px; }
  .hero-photo { max-width: 720px; margin-inline: auto; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4, .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); }
  .footer-grid > div:first-child { grid-column: 1 / -1; max-width: 560px; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 62px 0; }
  .section-sm { padding: 50px 0; }
  .brand { height: 76px; }
  .brand img { width: 240px; height: 66px; }
  .hero:not(.hero-slider) { min-height: auto; padding: 70px 0 60px; }
  .hero-slider .carousel,
  .hero-slider .carousel-inner,
  .hero-slider .carousel-item,
  .hero-slide-content { min-height: 650px; }
  .hero-slide-content { padding-top: 45px; padding-bottom: 105px; }
  .hero-slider .hero-copy h1,
  .hero-slider .hero-copy h2 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .hero-slider .hero-copy .lead { font-size: 1rem; line-height: 1.65; }
  .hero-slider .carousel-indicators { bottom: 38px; width: calc(100% - 28px); }
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next,
  .hero-pause { bottom: 27px; width: 38px; height: 38px; }
  .hero-slider .carousel-control-prev { right: 96px; }
  .hero-slider .carousel-control-next { right: 53px; }
  .hero-pause { right: 10px; }
  .hero-slider .carousel-indicators [data-bs-target] { width: 28px; }
  .hero-slider .carousel-item:nth-child(1) .hero-slide-image { object-position: 57% center; }
  .hero-slider .carousel-item:nth-child(2) .hero-slide-image { object-position: 58% center; }
  .image-section { background-image: linear-gradient(rgba(247,251,255,.95), rgba(247,251,255,.9)), url("../images/hero2.webp") !important; }
  .image-section-copy { padding: 24px; }
  .market-pill { border-radius: 12px; line-height: 1.4; }
  .hero-photo figcaption { position: static; margin-top: 9px; }
  .hero-visual { min-height: 320px; }
  .tech-panel { inset: 38px 4px 30px 20px; }
  .orbit { inset: 15px; }
  .grid-3, .grid-4, .trust-grid, .form-grid, .detail-list { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; }
  .band-grid { grid-template-columns: 1fr; }
  .product-art { min-height: 350px; }
  .property-card { right: 34px; bottom: 65px; left: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-bottom { display: grid; }
  .actions .btn { width: 100%; }
  .page-hero { padding: 65px 0 55px; }
  .visual-page-hero { min-height: 440px; }
  .visual-page-hero::before { background: linear-gradient(90deg, rgba(3,16,39,.97), rgba(3,20,47,.88) 70%, rgba(4,25,57,.65)); }
  .visual-page-hero .breadcrumbs { border-radius: 12px; }
  .visual-page-hero h1, .visual-page-hero h2, .page-hero h1, .product-copy h1, .product-copy h2 { overflow-wrap: anywhere; text-wrap: wrap; }
  .visual-page-hero .catalogue-title { font-size: clamp(2.3rem, 10vw, 3.25rem); }
  .home-infrastructure-visual .section-photo { transform: none; }
  .page-home main > .section:nth-of-type(2)::before,
  .page-services main > .section:nth-of-type(2)::before,
  .page-services main > .section:nth-of-type(3)::before,
  .page-services main > .section:nth-of-type(4)::before,
  .page-products main > .section:nth-of-type(4)::before,
  .page-contact main > .section:nth-of-type(2)::before,
  .page-software main > .section:nth-of-type(2)::before,
  .page-cybersecurity main > .section:nth-of-type(2)::before,
  .page-managed main > .section:nth-of-type(2)::before { width: 100%; opacity: .07; mask-image: linear-gradient(180deg, transparent, #000 50%, transparent); }
  .page-home main > .section:nth-of-type(2) .grid-2,
  .page-contact .contact-grid,
  .page-products main > .section:nth-of-type(4) .grid-2 { padding: 22px; border-radius: 21px; }
  .page-software main > .section:nth-of-type(4) .step:nth-child(even),
  .page-cloud main > .section:nth-of-type(4) .step:nth-child(even) { transform: none; }
  .page-infrastructure main > .section:nth-of-type(2) .section-photo,
  .page-consultancy main > .section:nth-of-type(2) .section-photo { transform: none; }
}
@media (hover: none), (pointer: coarse) {
  body::before { display: none; }
  .card:hover, .market-card:hover, .btn:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js-motion .reveal, .js-motion .page-hero .container, .js-motion .hero-copy, .js-motion .hero-photo { opacity: 1 !important; transform: none !important; }
}

/* SkyVerge ERP product */
.erp-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 88px;
  background:
    radial-gradient(circle at 82% 18%, rgba(8,101,230,.52), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(35,198,223,.14), transparent 27%),
    linear-gradient(122deg, #04142f 0%, #082655 54%, #063a70 100%);
  color: #fff;
  isolation: isolate;
}
.erp-hero::before {
  position: absolute; z-index: -1; inset: 0;
  background-image: linear-gradient(rgba(117,230,243,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(117,230,243,.05) 1px, transparent 1px);
  background-size: 52px 52px; content: "";
  mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.36));
}
.erp-hero::after {
  position: absolute; z-index: -1; width: 560px; height: 560px; border: 1px solid rgba(117,230,243,.13); border-radius: 50%;
  content: ""; right: -230px; top: -310px; box-shadow: 0 0 0 90px rgba(117,230,243,.025), 0 0 0 180px rgba(117,230,243,.018);
}
.erp-hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(45px, 7vw, 88px); }
.erp-hero-grid > * { min-width: 0; }
.erp-hero-copy { max-width: 650px; }
.erp-hero .breadcrumbs { margin-bottom: 26px; color: #a9bdd7; font-size: .86rem; }
.erp-hero .breadcrumbs a { color: #d9e8f8; }
.erp-hero h1 { color: #fff; font-size: clamp(3rem, 5.4vw, 5.2rem); }
.erp-hero h1 span { color: #75e6f3; }
.erp-hero .lead { color: #d2def0; }
.erp-hero .btn-outline { border-color: rgba(255,255,255,.4); color: #fff; }
.erp-proof-list { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 30px 0 0; padding: 0; list-style: none; color: #b9cce2; font-size: .83rem; font-weight: 700; }
.erp-proof-list li::before { margin-right: 8px; color: #75e6f3; content: "✓"; }

.erp-dashboard-shell { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: #f2f7fb; box-shadow: 0 44px 100px rgba(0,0,0,.38); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); transition: transform .45s ease, box-shadow .45s ease; }
.erp-dashboard-shell:hover { box-shadow: 0 50px 115px rgba(0,0,0,.45); transform: perspective(1200px) rotateY(0) rotateX(0) translateY(-5px); }
.erp-window-bar { display: flex; height: 46px; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid #cad7e5; background: #e3ebf3; }
.erp-window-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #9eb0c5; }
.erp-window-bar > span:first-child { background: #ff7f70; }
.erp-window-bar > span:nth-child(2) { background: #f4bf4f; }
.erp-window-bar > span:nth-child(3) { background: #58c582; }
.erp-window-bar strong { margin-left: auto; color: #31506f; font-size: .68rem; letter-spacing: .1em; }
.erp-window { display: grid; min-height: 445px; grid-template-columns: 130px 1fr; }
.erp-mini-nav { display: grid; align-content: start; gap: 7px; padding: 25px 14px; background: linear-gradient(180deg, #062d29, #041f2a); color: #a8c7c2; font-size: .67rem; }
.erp-mini-nav b, .erp-mini-nav span { padding: 8px 9px; border-radius: 7px; }
.erp-mini-nav b { background: rgba(38,196,146,.18); color: #fff; }
.erp-preview { display: grid; align-content: start; gap: 15px; padding: 23px; color: var(--ink); }
.erp-preview-head { display: flex; align-items: flex-start; justify-content: space-between; }
.erp-preview-head small { display: block; color: #698096; font-size: .55rem; font-weight: 850; letter-spacing: .11em; }
.erp-preview-head strong { display: block; color: var(--navy); font-size: 1.08rem; }
.erp-preview-head i { padding: .28rem .6rem; border-radius: 999px; background: #daf4e9; color: #08745a; font-size: .6rem; font-style: normal; font-weight: 850; }
.erp-kpi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.erp-kpi-row > div { padding: 13px; border: 1px solid #d8e3ec; border-radius: 11px; background: #fff; box-shadow: 0 7px 18px rgba(7,26,56,.05); }
.erp-kpi-row span, .erp-kpi-row b { display: block; color: #6c7d8d; font-size: .56rem; font-weight: 700; }
.erp-kpi-row strong { display: block; margin-top: 2px; color: #0a2336; font-size: 1.05rem; }
.erp-chart-card { padding: 16px; border: 1px solid #d8e3ec; border-radius: 13px; background: #fff; }
.erp-chart-title { display: flex; justify-content: space-between; gap: 15px; }
.erp-chart-title strong { font-size: .75rem; }
.erp-chart-title span { color: #778b9d; font-size: .58rem; }
.erp-chart { display: flex; height: 130px; align-items: end; gap: 10px; margin-top: 14px; padding: 15px 8px 0; border-bottom: 1px solid #dce5ec; background: repeating-linear-gradient(to bottom, rgba(7,26,56,.055) 0 1px, transparent 1px 32px); }
.erp-chart i { width: 100%; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(180deg, #24c6ac, #0a806e); box-shadow: 0 -8px 16px rgba(10,128,110,.1); }
.erp-status-row { display: flex; flex-wrap: wrap; gap: 8px; }
.erp-status-row span { padding: .38rem .55rem; border: 1px solid #d9e5e2; border-radius: 7px; background: #f5faf8; color: #4e6c66; font-size: .57rem; font-weight: 750; }
.erp-status-row i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #16a27e; }

.erp-trust-strip { border-bottom: 1px solid #c9d8e6; background: linear-gradient(90deg, #e6eef6, #f4f8fb 50%, #e5edf5); }
.erp-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.erp-trust-grid > div { min-height: 112px; padding: 26px 22px; border-right: 1px solid #d3dee9; }
.erp-trust-grid > div:last-child { border: 0; }
.erp-trust-grid strong, .erp-trust-grid span { display: block; }
.erp-trust-grid strong { color: var(--navy); font-size: .94rem; }
.erp-trust-grid span { margin-top: 4px; color: var(--muted); font-size: .78rem; line-height: 1.5; }

.erp-module-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.erp-module-card { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 25px; border: 1px solid rgba(177,198,220,.88); border-radius: 18px; background: linear-gradient(145deg, #f8fbfe, #eaf1f7); box-shadow: 0 8px 26px rgba(7,26,56,.06); transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.erp-module-card:hover { border-color: #8abcf3; box-shadow: 0 20px 42px rgba(7,26,56,.12); transform: translateY(-4px); }
.erp-module-card h3 { margin-bottom: 7px; }
.erp-module-card p { margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.65; }
.erp-module-icon { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid #bdd5f2; border-radius: 12px; background: #e9f3ff; color: var(--blue); font-size: 1.1rem; font-weight: 850; }

.erp-benefit-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(45px, 8vw, 95px); }
.erp-benefit-list { display: grid; gap: 14px; }
.erp-benefit-list article { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 20px; border: 1px solid #c8d7e5; border-radius: 16px; background: rgba(248,251,254,.76); }
.erp-benefit-list article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: #dceaff; color: var(--blue-dark); font-size: .73rem; font-weight: 850; }
.erp-benefit-list h3 { margin: 0 0 6px; font-size: 1rem; }
.erp-benefit-list p { margin: 0; color: var(--muted); font-size: .87rem; }
.erp-control-section { background-image: linear-gradient(115deg, rgba(3,16,39,.98), rgba(5,40,83,.93)), linear-gradient(rgba(117,230,243,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(117,230,243,.045) 1px, transparent 1px); background-size: auto, 46px 46px, 46px 46px; }
.erp-dark-list li { color: #cbd8ea; }
.erp-flow { display: grid; gap: 9px; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.055); box-shadow: 0 28px 60px rgba(0,0,0,.24); backdrop-filter: blur(8px); }
.erp-flow div { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(3,18,43,.58); }
.erp-flow div > span { grid-row: 1 / 3; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: rgba(35,198,223,.14); color: #75e6f3; font-size: .66rem; font-weight: 850; }
.erp-flow strong { color: #fff; font-size: .9rem; }
.erp-flow small { color: #9eb2ca; }
.erp-flow > i { color: #75e6f3; font-style: normal; line-height: .7; text-align: center; }
.erp-industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.erp-industry-grid article { min-height: 240px; padding: 28px; border: 1px solid #c7d6e5; border-radius: 20px; background: rgba(247,250,253,.85); box-shadow: 0 9px 28px rgba(7,26,56,.07); }
.erp-industry-grid article > span { display: inline-flex; margin-bottom: 24px; padding: .35rem .7rem; border-radius: 999px; background: #dfeeff; color: var(--blue-dark); font-size: .66rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.erp-industry-grid p { color: var(--muted); font-size: .9rem; }
.erp-demo-section { padding-top: 56px; }
.erp-demo-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; padding: clamp(34px, 6vw, 70px); border: 1px solid #9cc4ef; border-radius: 30px; background: radial-gradient(circle at 90% 10%, rgba(35,198,223,.17), transparent 25%), linear-gradient(135deg, #e7f1fb, #f8fbfd); box-shadow: var(--shadow); }
.erp-demo-card h2 { max-width: 760px; }
.erp-demo-card .lead { max-width: 800px; margin: 0; }
.erp-demo-card .actions { justify-content: flex-end; }
.erp-product-panel { background: linear-gradient(135deg, #05233d, #075b78 56%, #0a9a7f); }
.erp-product-art { display: grid; place-items: center; }
.page-products .erp-product-art, .page-home .erp-product-art { background-image: linear-gradient(135deg, rgba(3,25,42,.62), rgba(8,101,230,.26)), linear-gradient(rgba(117,230,243,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(117,230,243,.06) 1px, transparent 1px); background-size: auto, 34px 34px, 34px 34px; }
.erp-product-screen { position: relative; z-index: 1; width: min(78%, 390px); padding: 24px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: rgba(238,247,251,.95); box-shadow: 0 28px 60px rgba(0,0,0,.3); color: var(--navy); }
.erp-product-screen > span { color: #527187; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.erp-product-screen > div { display: grid; height: 110px; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 12px; margin: 22px 0; padding: 14px; border: 1px solid #cfdee7; border-radius: 11px; background: #fff; }
.erp-product-screen i { display: block; height: 45%; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, #2bc6ad, #087b68); }
.erp-product-screen i:nth-child(2) { height: 78%; }
.erp-product-screen i:nth-child(3) { height: 62%; }
.erp-product-screen b { display: block; font-size: 1.05rem; }

/* Homepage ERP product preview */
.home-erp-feature { background: linear-gradient(145deg, #f4f8fc, #e8f0f7); }
.home-erp-feature .erp-product-panel { overflow: visible; }
.home-erp-feature .product-copy { position: relative; z-index: 2; }
.home-erp-benefits { display: grid; gap: 9px; margin: 22px 0 0; padding: 0; color: #d8e8f3; font-size: .84rem; font-weight: 700; list-style: none; }
.home-erp-benefits li::before { margin-right: 9px; color: #72e6ee; content: "✓"; }
.home-erp-art { min-height: 570px; padding: 58px 38px; overflow: visible; background-image: radial-gradient(circle at 78% 18%, rgba(31,207,190,.28), transparent 27%), linear-gradient(rgba(117,230,243,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(117,230,243,.055) 1px, transparent 1px); background-size: auto, 30px 30px, 30px 30px; }
.home-erp-art::before { inset: 42px 24px; border-color: rgba(255,255,255,.12); background: rgba(3,28,47,.42); backdrop-filter: blur(5px); }
.home-erp-preview { position: relative; z-index: 2; width: min(100%, 620px); overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 19px; background: #eff5f8; box-shadow: 0 38px 85px rgba(0,0,0,.4); transform: perspective(1300px) rotateY(-3deg) rotateX(1deg); transition: transform .5s ease, box-shadow .5s ease; }
.home-erp-art:hover .home-erp-preview { box-shadow: 0 46px 100px rgba(0,0,0,.46); transform: perspective(1300px) rotateY(0) rotateX(0) translateY(-4px); }
.home-erp-windowbar { display: flex; height: 40px; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid #c8d5dd; background: #e4edf2; }
.home-erp-windowbar > span { width: 7px; height: 7px; border-radius: 50%; background: #ff796d; }
.home-erp-windowbar > span:nth-child(2) { background: #f4bd4e; }
.home-erp-windowbar > span:nth-child(3) { background: #55c482; }
.home-erp-windowbar strong { margin-left: auto; color: #436174; font-size: .58rem; letter-spacing: .12em; }
.home-erp-interface { display: grid; min-height: 390px; grid-template-columns: 104px 1fr; }
.home-erp-sidebar { display: grid; align-content: start; gap: 5px; padding: 17px 10px; background: linear-gradient(180deg, #052e2a, #04243a); color: #9ebbb8; font-size: .58rem; }
.home-erp-sidebar b { display: grid; width: 30px; height: 30px; margin: 0 7px 10px; place-items: center; border-radius: 9px; background: linear-gradient(135deg, #10a77e, #087b72); color: #fff; letter-spacing: .03em; }
.home-erp-sidebar span { padding: 7px 8px; border-radius: 7px; }
.home-erp-sidebar .active { background: rgba(50,207,167,.17); color: #fff; font-weight: 800; }
.home-erp-workspace { min-width: 0; padding: 19px; color: #10283b; }
.home-erp-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.home-erp-heading small, .home-erp-heading strong { display: block; }
.home-erp-heading small { color: #6c8290; font-size: .48rem; font-weight: 850; letter-spacing: .11em; }
.home-erp-heading strong { margin-top: 2px; font-size: .93rem; }
.home-erp-heading i { padding: .26rem .55rem; border-radius: 999px; background: #d9f4e8; color: #087357; font-size: .52rem; font-style: normal; font-weight: 850; }
.home-erp-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 15px; }
.home-erp-kpis article { min-width: 0; padding: 10px; border: 1px solid #d3dfe6; border-radius: 10px; background: #fff; box-shadow: 0 6px 16px rgba(11,48,66,.045); }
.home-erp-kpis span, .home-erp-kpis small, .home-erp-kpis strong, .home-erp-kpis em { display: block; }
.home-erp-kpis span { overflow: hidden; color: #647986; font-size: .48rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.home-erp-kpis small { margin-top: 5px; color: #8c9aa3; font-size: .43rem; font-weight: 750; }
.home-erp-kpis strong { color: #102b3e; font-size: .83rem; }
.home-erp-kpis em { margin-top: 3px; color: #0b8567; font-size: .43rem; font-style: normal; font-weight: 800; }
.home-erp-kpis em.neutral { color: #71818b; }
.home-erp-performance { margin-top: 12px; padding: 13px; border: 1px solid #d5e0e6; border-radius: 11px; background: #fff; }
.home-erp-chart-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: .57rem; }
.home-erp-chart-title span { color: #7d8e99; font-size: .47rem; }
.home-erp-chart { display: flex; height: 105px; align-items: end; gap: 8px; margin-top: 11px; padding: 12px 7px 0; border-bottom: 1px solid #d8e3e8; background: repeating-linear-gradient(to bottom, rgba(24,67,88,.055) 0 1px, transparent 1px 25px); }
.home-erp-chart i { width: 100%; height: var(--value); border-radius: 5px 5px 0 0; background: linear-gradient(180deg, #27cbb1, #087c6d); box-shadow: 0 -7px 15px rgba(8,124,109,.1); }
.home-erp-status { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.home-erp-status span { padding: .3rem .45rem; border: 1px solid #d4e4df; border-radius: 6px; background: #f3faf7; color: #4d6b63; font-size: .43rem; font-weight: 760; }
.home-erp-float { position: absolute; z-index: 3; display: flex; border: 1px solid rgba(255,255,255,.56); background: rgba(248,252,253,.95); box-shadow: 0 18px 42px rgba(0,0,0,.25); color: #173548; backdrop-filter: blur(10px); }
.home-erp-float-profit { top: 36px; right: 18px; min-width: 138px; flex-direction: column; padding: 12px 14px; border-radius: 12px; }
.home-erp-float-profit span, .home-erp-float-profit small { color: #718591; font-size: .46rem; font-weight: 750; }
.home-erp-float-profit strong { font-size: .78rem; }
.home-erp-float-stock { right: 11px; bottom: 33px; align-items: center; gap: 9px; padding: 10px 12px; border-radius: 12px; }
.home-erp-float-stock b { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; background: #fff0db; color: #a66710; font-size: .7rem; }
.home-erp-float-stock span { font-size: .54rem; font-weight: 800; line-height: 1.35; }
.home-erp-float-stock small { color: #72858f; font-size: .45rem; font-weight: 650; }

@media (max-width: 1080px) {
  .erp-hero-grid, .erp-benefit-grid { grid-template-columns: 1fr; }
  .erp-hero-copy { max-width: 760px; }
  .erp-dashboard-shell { width: min(100%, 760px); transform: none; }
  .erp-dashboard-shell:hover { transform: translateY(-4px); }
  .erp-industry-grid { grid-template-columns: repeat(2, 1fr); }
  .home-erp-feature .erp-product-panel { overflow: hidden; }
  .home-erp-art { min-height: 590px; }
  .home-erp-preview { width: min(92%, 680px); }
}
@media (max-width: 760px) {
  .erp-hero { padding: 70px 0 62px; }
  .erp-hero h1 { font-size: clamp(2.55rem, 13vw, 3.7rem); }
  .erp-hero .market-pill { max-width: 100%; align-items: flex-start; white-space: normal; }
  .erp-hero .market-pill span { flex: 0 0 auto; margin-top: .38rem; }
  .erp-hero h1, .erp-hero .lead { overflow-wrap: anywhere; }
  .erp-proof-list { display: grid; }
  .erp-window { min-height: 390px; grid-template-columns: 1fr; }
  .erp-mini-nav { display: none; }
  .erp-preview { padding: 16px; }
  .erp-kpi-row { gap: 6px; }
  .erp-kpi-row > div { padding: 10px 8px; }
  .erp-kpi-row strong { font-size: .85rem; }
  .erp-trust-grid, .erp-module-grid, .erp-industry-grid { grid-template-columns: 1fr; }
  .erp-trust-grid > div { min-height: 0; border-right: 0; border-bottom: 1px solid #d3dee9; }
  .erp-module-card { grid-template-columns: 1fr; }
  .erp-industry-grid article { min-height: 0; }
  .erp-demo-card { grid-template-columns: 1fr; gap: 10px; }
  .erp-demo-card .actions { justify-content: flex-start; }
  .home-erp-art { min-height: 430px; padding: 42px 14px; }
  .home-erp-preview { width: 100%; border-radius: 14px; transform: none; }
  .home-erp-interface { min-height: 315px; grid-template-columns: 1fr; }
  .home-erp-sidebar { display: none; }
  .home-erp-workspace { padding: 13px; }
  .home-erp-kpis { grid-template-columns: repeat(2, 1fr); }
  .home-erp-kpis article:nth-child(n+3) { display: none; }
  .home-erp-chart { height: 82px; }
  .home-erp-status span:last-child { display: none; }
  .home-erp-float-profit { top: 24px; right: 7px; }
  .home-erp-float-stock { right: 5px; bottom: 22px; }
}
@media (max-width: 430px) {
  .erp-window-bar strong { display: none; }
  .erp-preview { gap: 10px; padding: 12px; }
  .erp-chart { gap: 6px; }
  .erp-status-row span:last-child { display: none; }
}

/* Human-centred product pages */
.product-human-hero {
  position: relative;
  display: grid;
  min-height: min(820px, calc(100vh - 92px));
  align-items: center;
  overflow: hidden;
  background: #051a35;
  color: #fff;
  isolation: isolate;
}
.product-human-hero-image,
.product-human-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}
.product-human-hero-image { object-fit: cover; object-position: center; }
.product-human-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2,15,35,.97) 0%, rgba(2,20,44,.92) 34%, rgba(3,22,46,.5) 63%, rgba(3,19,38,.16) 100%),
    linear-gradient(0deg, rgba(3,18,39,.62), transparent 45%);
}
.product-human-hero-content { padding-top: 92px; padding-bottom: 92px; }
.product-human-hero-content > * { max-width: 720px; }
.product-human-hero .breadcrumbs { margin-bottom: 34px; color: #c9d9eb; font-size: .83rem; }
.product-human-hero .breadcrumbs a { color: #e5f1ff; }
.product-human-hero h1 {
  max-width: 780px;
  margin-bottom: 25px;
  color: #fff;
  font-size: clamp(3.8rem, 6.6vw, 6.65rem);
  line-height: .92;
  letter-spacing: -.055em;
}
.product-human-hero .lead { max-width: 675px; color: #edf4fb; font-size: clamp(1.08rem, 1.6vw, 1.31rem); font-weight: 450; line-height: 1.7; }
.product-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 23px;
  color: #a9ddff;
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.btn-light-outline { border-color: rgba(255,255,255,.58); background: rgba(4,20,44,.22); color: #fff; backdrop-filter: blur(8px); }
.btn-light-outline:hover { border-color: #fff; background: #fff; color: var(--navy); }
.hero-confidence-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 34px 0 0;
  padding: 0;
  color: #d4e1ee;
  font-size: .82rem;
  font-weight: 720;
  list-style: none;
}
.hero-confidence-list li::before { margin-right: 8px; color: #67e2cb; content: "✓"; }

.adoption-bar { border-bottom: 1px solid #cbd9e6; background: #f5f8fb; }
.adoption-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; }
.adoption-grid > div { min-height: 118px; padding: 25px 28px; border-right: 1px solid #d3dee8; }
.adoption-grid > div:last-child { border: 0; }
.adoption-grid strong, .adoption-grid span { display: block; }
.adoption-grid > div > strong { color: var(--navy); font-size: .91rem; }
.adoption-grid > div > span { margin-top: 4px; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.adoption-statement { display: flex; align-items: center; gap: 15px; }
.adoption-statement p { margin: 0; color: #556a7d; font-size: .87rem; line-height: 1.6; }
.adoption-statement p strong { display: inline; color: #09223b; }
.live-dot { flex: 0 0 auto; width: 11px; height: 11px; border-radius: 50%; background: #1cb686; box-shadow: 0 0 0 7px rgba(28,182,134,.12); }

.product-story-grid { display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.product-story-copy h2 { max-width: 690px; }
.story-points { display: grid; gap: 1px; margin-top: 35px; overflow: hidden; border: 1px solid #cfdae5; border-radius: 18px; background: #cfdae5; }
.story-points article { display: grid; grid-template-columns: 165px 1fr; gap: 17px; padding: 19px 21px; background: #f8fbfd; }
.story-points strong { color: #09223b; font-size: .9rem; }
.story-points span { color: #4f6376; font-size: .84rem; line-height: 1.55; }
.editorial-photo { position: relative; overflow: hidden; margin: 0; border-radius: 26px; background: #dbe4eb; box-shadow: 0 25px 65px rgba(7,26,56,.17); }
.editorial-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.editorial-photo:hover img { transform: scale(1.025); }
.editorial-photo-tall { min-height: 600px; }
.editorial-photo-tall img { position: absolute; inset: 0; }
.editorial-photo figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 15px;
  background: rgba(3,22,45,.86);
  color: #fff;
  backdrop-filter: blur(12px);
}
.editorial-photo figcaption strong { font-size: .9rem; }
.editorial-photo figcaption span { margin-top: 2px; color: #c7d7e7; font-size: .76rem; }

.product-tour-section { overflow: hidden; }
.product-tour { margin-top: 44px; }
.product-tour-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 20px; }
.product-tour-tabs button {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: .75rem 1.05rem;
  border: 1px solid #c7d4e0;
  border-radius: 12px;
  background: #f8fbfd;
  color: #4a6175;
  font: inherit;
  font-size: .82rem;
  font-weight: 780;
  cursor: pointer;
  transition: .22s ease;
}
.product-tour-tabs button:hover { border-color: #7fb0df; color: #0758a7; }
.product-tour-tabs button.is-active { border-color: #0b6bd4; background: #0865c7; color: #fff; box-shadow: 0 10px 25px rgba(8,101,199,.22); }
.product-tour-tabs button span { opacity: .65; font-size: .65rem; }
.product-screen-frame { overflow: hidden; border: 1px solid #aebfd0; border-radius: 24px; background: #eef3f7; box-shadow: 0 40px 90px rgba(7,26,56,.18); }
.product-screen-top { display: flex; height: 48px; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid #c3cfda; background: #e3eaf0; }
.product-screen-top i { width: 9px; height: 9px; border-radius: 50%; background: #9aabba; }
.product-screen-top i:first-child { background: #ff796c; }
.product-screen-top i:nth-child(2) { background: #f5bd4e; }
.product-screen-top i:nth-child(3) { background: #4ec47a; }
.product-screen-top span { margin-left: 14px; color: #245278; font-size: .67rem; font-weight: 880; letter-spacing: .11em; }
.product-screen-top b { margin-left: auto; color: #627789; font-size: .62rem; }
.tour-panel { display: grid; min-height: 625px; grid-template-columns: 195px 1fr; }
.tour-panel[hidden] { display: none; }
.tour-sidebar { display: grid; align-content: start; gap: 5px; padding: 27px 16px; background: linear-gradient(180deg, #073a37, #052f35 55%, #061f31); color: #a9cbc5; font-size: .71rem; }
.tour-sidebar strong { margin: 0 8px 18px; color: #fff; font-size: .74rem; letter-spacing: .08em; }
.tour-sidebar span { padding: 9px 11px; border-radius: 8px; }
.tour-sidebar span.active { background: rgba(37,195,151,.18); color: #fff; font-weight: 800; }
.tour-workspace { min-width: 0; padding: 28px; background: #f3f7f9; color: #0b2438; }
.tour-heading { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.tour-heading small { color: #5d7b83; font-size: .58rem; font-weight: 850; letter-spacing: .12em; }
.tour-heading h3 { margin: 4px 0 3px; color: #0a263b; font-size: 1.16rem; }
.tour-heading p { margin: 0; color: #6e808c; font-size: .69rem; }
.tour-heading button { align-self: flex-start; padding: .53rem .75rem; border: 1px solid #cdd9df; border-radius: 8px; background: #fff; color: #49606f; font-size: .66rem; }
.tour-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.tour-kpis article { min-width: 0; padding: 15px; border: 1px solid #d3dfe5; border-radius: 12px; background: #fff; box-shadow: 0 5px 16px rgba(7,34,51,.035); }
.tour-kpis article > span { display: block; min-height: 31px; color: #687e8b; font-size: .61rem; font-weight: 730; line-height: 1.4; }
.tour-kpis small { display: block; margin-top: 5px; color: #78909c; font-size: .52rem; font-weight: 750; }
.tour-kpis strong { display: block; overflow: hidden; color: #102d40; font-size: clamp(.77rem, 1.15vw, 1rem); text-overflow: ellipsis; }
.tour-kpis i { display: block; margin-top: 9px; color: #148567; font-size: .54rem; font-style: normal; }
.tour-dashboard-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; margin-top: 14px; }
.tour-performance, .tour-attention { padding: 18px; border: 1px solid #d3dfe5; border-radius: 13px; background: #fff; }
.tour-performance > div:first-child, .tour-attention > div { display: flex; justify-content: space-between; gap: 15px; }
.tour-performance strong, .tour-attention strong { font-size: .72rem; }
.tour-performance span, .tour-attention span { color: #738591; font-size: .58rem; }
.tour-performance svg { width: 100%; height: 245px; margin-top: 9px; }
.tour-performance .grid-line { fill: none; stroke: #e3eaee; stroke-width: 1; }
.tour-performance .area { fill: url(#chart-fill); }
.tour-performance .line-main { fill: none; stroke: #087eec; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4; }
.tour-performance .line-second { fill: none; stroke: #19aa8c; stroke-dasharray: 7 6; stroke-linecap: round; stroke-width: 3; }
.chart-key { display: flex; gap: 16px; }
.chart-key span { display: flex; align-items: center; gap: 6px; }
.chart-key i { width: 17px; height: 3px; border-radius: 5px; background: #087eec; }
.chart-key span:last-child i { background: #19aa8c; }
.tour-attention ul { display: grid; gap: 0; margin: 12px 0 0; padding: 0; list-style: none; }
.tour-attention li { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; padding: 14px 0; border-top: 1px solid #e4eaed; }
.tour-attention li > i { width: 8px; height: 8px; border-radius: 50%; background: #2387df; }
.tour-attention li > i.warning { background: #e79b22; }
.tour-attention li > i.good { background: #18a47e; }
.tour-attention b, .tour-attention small { display: block; }
.tour-attention b { color: #274151; font-size: .61rem; }
.tour-attention small { margin-top: 2px; color: #81909a; font-size: .53rem; }
.tour-attention em { color: #0872cd; font-size: .55rem; font-style: normal; font-weight: 800; }
.pos-showcase { display: grid; grid-template-columns: 1.2fr .8fr; gap: 17px; }
.pos-catalogue, .pos-cart { min-width: 0; padding: 18px; border: 1px solid #d4dfe5; border-radius: 14px; background: #fff; }
.mock-search { padding: 11px 13px; border: 1px solid #cfdce2; border-radius: 9px; color: #83929c; font-size: .63rem; }
.mock-products { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.mock-products article { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; padding: 14px; border: 1px solid #dde5e9; border-radius: 11px; background: #f9fbfc; }
.product-cube { grid-row: 1 / 4; display: grid; width: 37px; height: 37px; place-items: center; border-radius: 9px; background: #e6f5ed; color: #12795d; font-size: .7rem; font-style: normal; font-weight: 850; }
.product-cube.teal { background: #e1f3f2; color: #087c78; }
.product-cube.blue { background: #e3effd; color: #1769b7; }
.product-cube.gold { background: #fff2d9; color: #a06810; }
.mock-products b { color: #213c4e; font-size: .63rem; }
.mock-products span { color: #0b755c; font-size: .57rem; font-weight: 800; }
.mock-products small { color: #89959c; font-size: .52rem; }
.pos-cart-head { display: flex; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid #e0e7ea; }
.pos-cart-head strong { font-size: .75rem; }
.pos-cart-head span { color: #71828d; font-size: .59rem; }
.pos-cart ul { margin: 0; padding: 0; list-style: none; }
.pos-cart li { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; border-bottom: 1px solid #e5ebee; }
.pos-cart li b, .pos-cart li small { display: block; }
.pos-cart li b { color: #294253; font-size: .62rem; }
.pos-cart li small { margin-top: 2px; color: #819099; font-size: .52rem; }
.pos-cart li > strong { font-size: .61rem; }
.pos-totals { display: grid; gap: 7px; padding: 15px 0; }
.pos-totals span, .pos-totals > strong { display: flex; justify-content: space-between; color: #6d7d87; font-size: .59rem; }
.pos-totals > strong { padding-top: 8px; border-top: 1px solid #dce5e9; color: #102d40; font-size: .7rem; }
.pos-cart > button { width: 100%; padding: .72rem; border: 0; border-radius: 8px; background: #07966f; color: #fff; font-size: .65rem; font-weight: 820; }
.finance-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.finance-summary article { padding: 15px; border: 1px solid #d4dfe5; border-radius: 12px; background: #fff; }
.finance-summary span, .finance-summary strong, .finance-summary small { display: block; }
.finance-summary span { color: #6b808c; font-size: .58rem; font-weight: 720; }
.finance-summary strong { margin-top: 4px; color: #15364a; font-size: .83rem; }
.finance-summary article:first-child strong { color: #078165; }
.finance-summary small { margin-top: 5px; color: #87959d; font-size: .52rem; }
.finance-table { margin-top: 14px; overflow: hidden; border: 1px solid #d3dfe5; border-radius: 13px; background: #fff; }
.finance-table-head { display: flex; justify-content: space-between; padding: 15px 17px; border-bottom: 1px solid #dce5e9; }
.finance-table-head strong { font-size: .73rem; }
.finance-table-head span { color: #748792; font-size: .56rem; }
.finance-row { display: grid; grid-template-columns: 1fr 170px; padding: 10px 17px; border-bottom: 1px solid #edf1f3; color: #4e6472; font-size: .61rem; }
.finance-row b { text-align: right; }
.finance-row.heading { background: #f2f6f8; color: #778892; font-size: .53rem; font-weight: 830; text-transform: uppercase; }
.finance-row.total { background: #f0f8f5; color: #126750; font-weight: 820; }
.finance-row.grand { border: 0; background: #0a3551; color: #fff; font-size: .7rem; font-weight: 850; }
.tour-note { margin: 20px 0 0; color: #4f6274; font-size: .74rem; text-align: center; }

.detailed-module-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.detailed-module-card { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 27px; border: 1px solid #c8d5e2; border-radius: 20px; background: linear-gradient(145deg, #fbfdfe, #f1f6f9); box-shadow: 0 9px 25px rgba(7,26,56,.05); }
.detailed-module-card.featured { border-color: #85bbe8; background: linear-gradient(145deg, #ecf6ff, #f7fbfe); box-shadow: 0 18px 40px rgba(8,101,199,.1); }
.module-number { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid #bcd2e7; border-radius: 12px; background: #e8f2fd; color: #0865bd; font-size: .7rem; font-weight: 850; }
.detailed-module-card .eyebrow { margin-bottom: 5px; font-size: .59rem; }
.detailed-module-card h3 { margin-bottom: 8px; }
.detailed-module-card p:not(.eyebrow) { margin-bottom: 14px; color: #4a5e73; font-size: .86rem; }
.detailed-module-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 18px; margin: 0; padding: 0; color: #465e70; font-size: .76rem; list-style: none; }
.detailed-module-card li::before { margin-right: 7px; color: #16997b; content: "✓"; font-weight: 850; }

.capability-section { background: radial-gradient(circle at 80% 10%, rgba(11,107,212,.3), transparent 28%), linear-gradient(135deg, #03152e, #082c51); }
.capability-section .section-head h2 { color: #fff; }
.capability-section .section-head .lead { color: #bfd0df; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.14); }
.capability-grid article { min-height: 190px; padding: 26px; background: rgba(3,22,47,.77); }
.capability-grid strong { color: #fff; font-size: .91rem; }
.capability-grid p { margin: 8px 0 0; color: #adc1d2; font-size: .8rem; line-height: 1.65; }

.implementation-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(48px, 8vw, 105px); }
.implementation-grid .editorial-photo { min-height: 600px; }
.implementation-grid .editorial-photo img { position: absolute; inset: 0; }
.implementation-steps { display: grid; gap: 0; margin: 34px 0 0; padding: 0; list-style: none; }
.implementation-steps li { display: grid; position: relative; grid-template-columns: auto 1fr; gap: 16px; padding: 0 0 25px; }
.implementation-steps li:not(:last-child)::after { position: absolute; top: 35px; bottom: 5px; left: 17px; width: 1px; background: #cbd8e3; content: ""; }
.implementation-steps span { z-index: 1; display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: #e4f0fd; color: #0863bc; font-size: .62rem; font-weight: 850; }
.implementation-steps strong { color: #102b43; font-size: .91rem; }
.implementation-steps p { margin: 3px 0 0; color: #506277; font-size: .81rem; }

.human-industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.human-industry-grid article { position: relative; min-height: 205px; overflow: hidden; padding: 29px; border: 1px solid #cad6e1; border-radius: 18px; background: #f9fbfc; }
.human-industry-grid article::after { position: absolute; right: -35px; bottom: -45px; width: 130px; height: 130px; border: 22px solid rgba(8,105,207,.055); border-radius: 50%; content: ""; }
.human-industry-grid span { display: block; position: relative; z-index: 1; color: #0d304d; font-size: 1rem; font-weight: 820; }
.human-industry-grid p { position: relative; z-index: 1; max-width: 310px; margin: 13px 0 0; color: #4a5d70; font-size: .84rem; }

.product-faq-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(50px, 9vw, 130px); }
.product-faqs { border-top: 1px solid #bdccda; }
.product-faqs details { border-bottom: 1px solid #bdccda; }
.product-faqs summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 0; color: #122e47; font-size: .95rem; font-weight: 780; cursor: pointer; list-style: none; }
.product-faqs summary::-webkit-details-marker { display: none; }
.product-faqs summary::after { display: grid; flex: 0 0 auto; width: 29px; height: 29px; place-items: center; border: 1px solid #bfd0df; border-radius: 50%; color: #0870ca; content: "+"; font-size: 1rem; }
.product-faqs details[open] summary::after { content: "−"; }
.product-faqs details p { max-width: 750px; margin: -4px 50px 23px 0; color: #4b6074; font-size: .86rem; }
.product-final-cta { padding-top: 50px; background: #f4f8fb; }
.product-final-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 55px; padding: clamp(40px, 6vw, 75px); border-radius: 30px; background: radial-gradient(circle at 90% 0%, rgba(50,202,213,.25), transparent 25%), linear-gradient(135deg, #052143, #07477b); box-shadow: 0 35px 75px rgba(7,26,56,.22); color: #fff; }
.product-final-card h2 { max-width: 770px; color: #fff; }
.product-final-card .lead { max-width: 830px; margin-bottom: 0; color: #c7d9e9; }
.product-final-card .eyebrow { color: #6edee8; }
.product-final-card .actions { justify-content: flex-end; }

/* Naminya product */
.naminya-human-hero { min-height: min(780px, calc(100vh - 92px)); background: #102a21; }
.naminya-human-hero .product-human-hero-image { object-position: center 45%; }
.naminya-human-hero .product-human-hero-shade { background: linear-gradient(90deg, rgba(16,34,27,.94) 0%, rgba(19,43,33,.84) 34%, rgba(21,45,35,.34) 67%, rgba(12,30,23,.08) 100%), linear-gradient(0deg, rgba(12,31,24,.5), transparent 46%); }
.naminya-human-hero h1 { max-width: 760px; }
.naminya-human-hero .product-kicker { color: #f2d89d; }
.naminya-btn { border-color: #d3a94d; background: #d3a94d; color: #172a21; }
.naminya-btn:hover { border-color: #f0cf87; background: #f0cf87; color: #172a21; }
.naminya-intro { border-bottom: 1px solid #d6d8ce; background: #f7f5ed; }
.naminya-intro-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; }
.naminya-intro-grid > * { min-height: 125px; margin: 0; padding: 27px 30px; border-right: 1px solid #deded4; }
.naminya-intro-grid > *:last-child { border: 0; }
.naminya-intro-grid > p { color: #5d675f; font-size: .87rem; line-height: 1.65; }
.naminya-intro-grid p strong { color: #243c31; }
.naminya-intro-grid span, .naminya-intro-grid strong { display: block; }
.naminya-intro-grid span { color: #927128; font-size: .63rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.naminya-intro-grid div strong { margin-top: 7px; color: #233c31; font-size: .91rem; }
.naminya-audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 42px; }
.naminya-audience-grid article { min-height: 315px; padding: 27px; border: 1px solid #d3d7cc; border-radius: 18px; background: #fbfcf8; }
.naminya-audience-grid article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #eef0e5; color: #8b6b24; font-size: .65rem; font-weight: 850; }
.naminya-audience-grid h3 { margin-top: 38px; color: #203b30; }
.naminya-audience-grid p { color: #4d5c53; font-size: .84rem; }
.naminya-audience-grid a { display: inline-flex; gap: 6px; margin-top: 16px; color: #765c20; font-size: .78rem; font-weight: 820; }
.naminya-experience-section { background: #f3f1e8; }
.naminya-experience-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.naminya-check-list { display: grid; gap: 0; margin: 30px 0 0; padding: 0; list-style: none; }
.naminya-check-list li { padding: 17px 0; border-bottom: 1px solid #d3d4ca; }
.naminya-check-list strong, .naminya-check-list span { display: block; }
.naminya-check-list strong { color: #243d32; font-size: .88rem; }
.naminya-check-list span { margin-top: 3px; color: #515d55; font-size: .79rem; }
.naminya-device-scene { position: relative; padding: 45px 35px 50px 0; }
.naminya-browser { overflow: hidden; border: 1px solid #c7c9bc; border-radius: 20px; background: #fff; box-shadow: 0 30px 70px rgba(45,54,43,.18); }
.naminya-browser-top { display: flex; height: 42px; align-items: center; gap: 6px; padding: 0 14px; background: #e8e8e1; }
.naminya-browser-top i { width: 8px; height: 8px; border-radius: 50%; background: #b2b2a8; }
.naminya-browser-top span { margin-left: auto; color: #637067; font-size: .57rem; }
.naminya-browser-hero { padding: 29px; background: linear-gradient(120deg, #183d30, #34634f); color: #fff; }
.naminya-browser-hero small { color: #ebcc88; font-size: .53rem; font-weight: 850; letter-spacing: .12em; }
.naminya-browser-hero strong { display: block; margin-top: 6px; font-size: 1.16rem; }
.naminya-search-mock { display: grid; grid-template-columns: 1fr 1fr auto; gap: 7px; margin-top: 19px; padding: 7px; border-radius: 9px; background: #fff; }
.naminya-search-mock span { padding: 8px; border-right: 1px solid #e1e2dc; color: #849087; font-size: .54rem; }
.naminya-search-mock b { padding: 8px 12px; border-radius: 6px; background: #cda849; color: #21372d; font-size: .55rem; }
.naminya-listings-mock { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 18px; }
.naminya-listings-mock article { overflow: hidden; padding-bottom: 11px; border: 1px solid #e0e1da; border-radius: 9px; }
.listing-photo { height: 100px; margin-bottom: 10px; background: #d8ded6 center/cover; }
.listing-one { background-image: linear-gradient(135deg, #d9d1bd, #7e9580); }
.listing-two { background-image: linear-gradient(135deg, #98a7a2, #d5c9b3); }
.listing-three { background-image: linear-gradient(135deg, #6f8d60, #c6b674); }
.naminya-listings-mock small, .naminya-listings-mock strong, .naminya-listings-mock span { display: block; margin-right: 10px; margin-left: 10px; }
.naminya-listings-mock small { color: #a27c29; font-size: .43rem; font-weight: 850; }
.naminya-listings-mock strong { margin-top: 4px; color: #2a4036; font-size: .56rem; }
.naminya-listings-mock span { margin-top: 3px; color: #829087; font-size: .48rem; }
.naminya-phone { position: absolute; right: 0; bottom: 5px; width: 145px; min-height: 250px; padding: 22px 14px; border: 6px solid #26372f; border-radius: 25px; background: #f8f8f3; box-shadow: 0 22px 50px rgba(42,51,41,.24); }
.phone-speaker { position: absolute; top: 7px; left: 50%; width: 35px; height: 3px; border-radius: 8px; background: #637069; transform: translateX(-50%); }
.naminya-phone span, .naminya-phone strong { display: block; text-align: center; }
.naminya-phone span { margin-top: 10px; color: #879088; font-size: .48rem; }
.naminya-phone strong { color: #284238; font-size: .7rem; }
.naminya-phone > div:not(.phone-speaker) { height: 65px; margin-top: 10px; border-radius: 8px; background: linear-gradient(135deg, #78907c, #d8c79f); }
.naminya-phone > div:last-child { background: linear-gradient(135deg, #c4b99e, #6e8778); }
.naminya-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.naminya-value-grid article { min-height: 270px; padding: 30px; border-top: 3px solid #c7a043; background: #f8f8f3; }
.naminya-value-grid span { color: #967425; font-size: .63rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.naminya-value-grid h3 { margin-top: 32px; color: #20392f; }
.naminya-value-grid p { color: #4f5e54; font-size: .85rem; }
.naminya-vision-section { background: linear-gradient(125deg, #112d23, #244b3d); }
.naminya-vision-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 90px; }
.naminya-vision-grid h2 { color: #fff; }
.naminya-vision-grid .lead { color: #c4d4cb; }
.naminya-vision-grid blockquote { margin: 0; padding: 35px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.07); }
.naminya-vision-grid blockquote p { color: #fff; font: 600 clamp(1.2rem, 2.2vw, 1.7rem)/1.5 var(--font-display); }
.naminya-vision-grid cite { color: #d5bd81; font-size: .71rem; font-style: normal; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.naminya-final-cta .product-final-card { background: radial-gradient(circle at 90% 0%, rgba(213,174,78,.26), transparent 26%), linear-gradient(135deg, #19372c, #305c4a); }
.naminya-final-cta .eyebrow { color: #e2c477; }
.product-photo-art { position: relative; min-height: 500px; overflow: hidden; }
.product-photo-art::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,21,41,.72), transparent 55%); content: ""; }
.product-photo-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.product-panel:hover .product-photo-art img { transform: scale(1.025); }
.product-photo-art > span { position: absolute; z-index: 1; right: 25px; bottom: 24px; left: 25px; color: #fff; font-size: .83rem; font-weight: 800; }
.naminya-product-panel { background: linear-gradient(135deg, #1c3b30, #426b58); }
.flagship-product-panel { position: relative; overflow: hidden; box-shadow: 0 28px 70px rgba(1,19,44,.24); }
.flagship-product-panel::before { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, #14d9ca, #1381f0 52%, #73e5ef); content: ""; }
.flagship-label { display: inline-flex; margin-bottom: 18px; padding: 7px 12px; border: 1px solid rgba(117,230,243,.34); border-radius: 999px; background: rgba(117,230,243,.1); color: #8eedf4; font-size: .65rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-name-art { position: relative; display: inline-block; width: fit-content; margin-bottom: 25px; padding-bottom: 10px; font-weight: 900; letter-spacing: -.055em; line-height: .92; text-shadow: 0 12px 32px rgba(0,0,0,.22); }
.product-name-art::after { position: absolute; right: 0; bottom: 0; left: 0; height: 4px; border-radius: 999px; background: linear-gradient(90deg, #65edf2, #178bf2 64%, transparent); content: ""; transform-origin: left; animation: product-name-reveal .9s ease-out both; }
.skyverge-product-name span { background: linear-gradient(100deg, #fff 5%, #8cf1f5 48%, #84bfff 96%); background-clip: text; color: transparent; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.naminya-product-name { color: #fff; font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.naminya-product-name span { color: #fff; }
.naminya-product-name b { color: #e2c477; font-weight: inherit; }
.naminya-product-name::after { background: linear-gradient(90deg, #e2c477, #f4df9f 62%, transparent); }
@keyframes product-name-reveal { from { opacity: 0; transform: scaleX(.25); } to { opacity: 1; transform: scaleX(1); } }
.product-benefit-list { display: grid; gap: 9px; margin: 23px 0 0; padding: 0; list-style: none; color: #d5e4ef; font-size: .84rem; font-weight: 680; }
.product-benefit-list li::before { margin-right: 9px; color: #75e6f3; content: "✓"; }
.erp-decision-strip { background: #061b36; color: #d8e7f3; }
.erp-decision-grid { display: flex; align-items: center; justify-content: space-between; gap: 35px; min-height: 82px; padding-top: 16px; padding-bottom: 16px; }
.erp-decision-grid p { margin: 0; font-size: .86rem; }
.erp-decision-grid strong { color: #fff; }
.erp-decision-grid a { flex: 0 0 auto; color: #79e1ed; font-size: .77rem; font-weight: 820; text-decoration: none; }
.erp-outcomes-section { background: linear-gradient(180deg, #f3f8fc, #fff); }
.erp-outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.erp-outcome-grid article { min-height: 225px; padding: 28px; border: 1px solid #c9d9e6; border-radius: 19px; background: rgba(255,255,255,.9); box-shadow: 0 14px 32px rgba(5,32,59,.06); }
.erp-outcome-grid span { display: grid; width: 34px; height: 34px; margin-bottom: 28px; place-items: center; border-radius: 10px; background: #e3f3ff; color: #0870ca; font-size: .67rem; font-weight: 850; }
.erp-outcome-grid h3 { color: #102f4a; font-size: 1.04rem; }
.erp-outcome-grid p { margin-bottom: 0; color: #4c6174; font-size: .82rem; }
.erp-mid-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 22px; padding: 24px 27px; border-radius: 18px; background: linear-gradient(105deg, #0b3051, #075f91); color: #fff; }
.erp-mid-cta strong, .erp-mid-cta span { display: block; }
.erp-mid-cta strong { font-size: .96rem; }
.erp-mid-cta span { margin-top: 3px; color: #c7dae8; font-size: .78rem; }
.erp-mid-cta .btn { flex: 0 0 auto; background: #fff; color: #075a8f; }
.section.erp-fit-section {
  background-color: #071c36;
  background-image:
    radial-gradient(circle at 12% 14%, rgba(23, 118, 255, 0.24), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(90, 220, 236, 0.12), transparent 32%),
    linear-gradient(135deg, #06172f 0%, #082a4e 100%);
}
.erp-fit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 120px); align-items: start; }
.erp-fit-grid h2 { color: #fff; }
.erp-fit-grid .lead { color: #b8cada; }
.erp-fit-list { display: grid; margin: 0; padding: 0; list-style: none; }
.erp-fit-list li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.erp-fit-list li:first-child { padding-top: 0; }
.erp-fit-list span { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgba(117,230,243,.35); border-radius: 50%; color: #76e4ee; font-size: .65rem; font-weight: 850; }
.erp-fit-list strong { color: #fff; font-size: .9rem; }
.erp-fit-list p { margin: 4px 0 0; color: #aebfd0; font-size: .79rem; }
.product-faq-intro { position: sticky; top: 115px; align-self: start; }
.product-faq-intro .btn { margin-top: 18px; }

@media (max-width: 1100px) {
  .product-human-hero { min-height: 740px; }
  .product-human-hero-image { object-position: 61% center; }
  .product-human-hero-shade { background: linear-gradient(90deg, rgba(2,15,35,.96), rgba(2,20,44,.85) 48%, rgba(3,22,46,.3)); }
  .product-story-grid, .implementation-grid, .naminya-experience-grid { grid-template-columns: 1fr; }
  .editorial-photo-tall, .implementation-grid .editorial-photo { min-height: 530px; }
  .tour-kpis { grid-template-columns: 1fr 1fr; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .naminya-audience-grid { grid-template-columns: 1fr 1fr; }
  .naminya-device-scene { max-width: 780px; }
  .erp-outcome-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .adoption-grid, .naminya-intro-grid { grid-template-columns: 1fr; }
  .adoption-grid > div, .naminya-intro-grid > * { min-height: 0; border-right: 0; border-bottom: 1px solid #d3dee8; }
  .adoption-statement { padding-top: 24px; padding-bottom: 24px; }
  .tour-panel { grid-template-columns: 1fr; }
  .tour-sidebar { display: none; }
  .tour-dashboard-grid, .pos-showcase { grid-template-columns: 1fr; }
  .detailed-module-grid, .human-industry-grid, .product-faq-grid, .naminya-vision-grid { grid-template-columns: 1fr; }
  .product-final-card { grid-template-columns: 1fr; gap: 10px; }
  .product-final-card .actions { justify-content: flex-start; }
  .naminya-value-grid { grid-template-columns: 1fr; }
  .erp-fit-grid { grid-template-columns: 1fr; }
  .product-faq-intro { position: static; }
}
@media (max-width: 620px) {
  .page-product-detail { overflow-x: hidden; }
  .product-human-hero { min-height: 760px; align-items: end; }
  .product-human-hero-image { object-position: 68% center; }
  .product-human-hero-shade { background: linear-gradient(0deg, rgba(2,15,35,.98) 0%, rgba(2,18,40,.9) 53%, rgba(2,18,40,.42) 100%); }
  .product-human-hero-content { padding-top: 70px; padding-bottom: 55px; }
  .product-human-hero-content > * { width: 100%; max-width: 100%; }
  .product-human-hero .breadcrumbs { margin-bottom: 22px; }
  .product-human-hero .product-kicker { overflow-wrap: anywhere; font-size: .61rem; line-height: 1.55; }
  .product-human-hero h1 { overflow-wrap: break-word; font-size: clamp(2.75rem, 12.7vw, 4rem); line-height: .98; }
  .product-human-hero .lead { font-size: 1rem; }
  .hero-confidence-list { display: grid; gap: 8px; }
  .product-story-grid { gap: 38px; }
  .story-points article { grid-template-columns: 1fr; gap: 5px; }
  .editorial-photo-tall, .implementation-grid .editorial-photo { min-height: 410px; }
  .product-tour-tabs { display: grid; grid-template-columns: 1fr; }
  .product-tour-tabs button { justify-content: flex-start; }
  .product-screen-top b { display: none; }
  .tour-workspace { padding: 17px; }
  .tour-heading { display: grid; }
  .tour-heading button { display: none; }
  .tour-kpis { grid-template-columns: 1fr 1fr; gap: 7px; }
  .tour-performance svg { height: 185px; }
  .mock-products, .finance-summary { grid-template-columns: 1fr; }
  .finance-row { grid-template-columns: 1fr 110px; }
  .detailed-module-card { grid-template-columns: 1fr; padding: 23px; }
  .detailed-module-card ul { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 0; }
  .human-industry-grid article { min-height: 0; }
  .product-faqs details p { margin-right: 0; }
  .product-final-card { padding: 34px 24px; border-radius: 22px; }
  .naminya-human-hero .product-human-hero-image { object-position: 63% center; }
  .naminya-human-hero .product-human-hero-shade { background: linear-gradient(0deg, rgba(16,34,27,.98), rgba(18,40,31,.82) 55%, rgba(18,40,31,.22)); }
  .naminya-audience-grid { grid-template-columns: 1fr; }
  .naminya-audience-grid article { min-height: 0; }
  .naminya-device-scene { padding: 20px 0 90px; }
  .naminya-listings-mock { grid-template-columns: 1fr 1fr; }
  .naminya-listings-mock article:last-child { display: none; }
  .naminya-phone { right: 7px; }
  .erp-decision-grid, .erp-mid-cta { align-items: flex-start; flex-direction: column; }
  .erp-outcome-grid { grid-template-columns: 1fr; }
  .erp-outcome-grid article { min-height: 0; }
}

/* Homepage mobile experience */
@media (max-width: 640px) {
  .page-home .section { padding: 52px 0; }
  .page-home .section-head { margin-bottom: 28px; }
  .page-home .section-head h2 { font-size: clamp(1.9rem, 8.4vw, 2.45rem); }

  .page-home .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-home .trust-item {
    min-height: 126px;
    padding: 20px 15px;
    border-right: 1px solid #d1dce7;
    border-bottom: 1px solid #d1dce7;
  }
  .page-home .trust-item:nth-child(even) { border-right: 0; }
  .page-home .trust-item:nth-last-child(-n+2) { border-bottom: 0; }
  .page-home .trust-item strong { font-size: .86rem; line-height: 1.3; }
  .page-home .trust-item span { display: block; margin-top: 5px; font-size: .74rem; line-height: 1.5; }

  .page-home main > .section:nth-of-type(2) .grid-2 { gap: 28px; }
  .page-home main > .section:nth-of-type(2) .grid-2 > div:first-child { padding-inline: 3px; }
  .page-home .local-fit { gap: 10px; }
  .page-home .local-fit > div { padding: 18px 17px 18px 55px; border-radius: 14px; }
  .page-home .local-fit > div::before { top: 18px; left: 17px; width: 26px; height: 26px; }
  .page-home .local-fit span { font-size: .82rem; }

  .page-home .grid-3 { gap: 12px; }
  .page-home .grid-3 .card { padding: 22px; border-radius: 18px; }
  .page-home .grid-3 .card .icon { width: 45px; height: 45px; margin-bottom: 18px; }
  .page-home .grid-3 .card p { font-size: .9rem; }

  .page-home .image-section {
    min-height: 0;
    padding: 48px 0;
    background-image: linear-gradient(rgba(3,16,39,.88), rgba(4,28,61,.9)), url("../images/hero2.webp") !important;
    background-position: 62% center;
  }
  .page-home .image-section .grid-2 { gap: 16px; }
  .page-home .image-section-copy {
    padding: 25px 22px;
    border-color: rgba(117,230,243,.2);
    border-radius: 19px;
    background: linear-gradient(145deg, rgba(5,29,61,.96), rgba(6,47,82,.94));
    box-shadow: 0 20px 48px rgba(0,0,0,.26);
    backdrop-filter: none;
  }
  .page-home .image-section-copy .eyebrow { margin-bottom: 11px; font-size: .68rem; }
  .page-home .image-section-copy h2 { margin-bottom: 15px; font-size: clamp(2rem, 9vw, 2.55rem); line-height: 1.04; }
  .page-home .image-section-copy .lead { margin-bottom: 16px; font-size: .96rem; line-height: 1.58; }
  .page-home .image-section-copy .feature-list { gap: 10px; margin-top: 17px; }
  .page-home .image-section-copy .feature-list li { padding-left: 26px; font-size: .87rem; line-height: 1.5; }
  .page-home .image-section-copy .feature-list li::before { top: .24rem; width: 17px; height: 17px; }
  .page-home .image-section-copy .actions { margin-top: 21px; }
  .page-home .image-section .card { padding: 23px 21px; border-radius: 19px; }
  .page-home .image-section .card .chips { gap: 7px; }
  .page-home .image-section .card .chip { padding: .42rem .65rem; font-size: .72rem; }

  .page-home .home-infrastructure-visual .row { --bs-gutter-y: 1.8rem; }
  .page-home .home-infrastructure-visual .section-photo { border-radius: 20px; }

  .page-home .uganda-section .row { --bs-gutter-y: .75rem; }
  .page-home .market-card { padding: 21px; border-radius: 16px; }
  .page-home .market-card > span { margin-bottom: 14px; }
  .page-home .market-card p { font-size: .88rem; }

  .page-home .home-erp-feature .product-copy { padding: 31px 22px; }
  .page-home .home-erp-feature .product-copy h2 { font-size: 2.35rem; }
  .page-home .home-erp-feature .product-copy .lead { font-size: 1rem; }
  .page-home .home-erp-benefits { font-size: .78rem; }
  .page-home .home-erp-art { min-height: 405px; padding-top: 35px; padding-bottom: 35px; }

  .page-home .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .page-home .step { min-height: 185px; padding: 18px 16px; border-radius: 15px; }
  .page-home .step::before { margin-bottom: 12px; font-size: 1.15rem; }
  .page-home .step h3 { margin-bottom: 9px; font-size: 1rem; }
  .page-home .step p { margin-bottom: 0; font-size: .78rem; line-height: 1.52; }

  .page-home .band { padding: 39px 0; }
  .page-home .band-grid { gap: 20px; }
  .page-home .band h2 { font-size: 1.8rem; }
}

@media (max-width: 360px) {
  .page-home .trust-grid, .page-home .steps { grid-template-columns: 1fr; }
  .page-home .trust-item { min-height: 0; border-right: 0; }
  .page-home .trust-item:nth-last-child(2) { border-bottom: 1px solid #d1dce7; }
  .page-home .step { min-height: 0; }
}

/* Site-wide mobile acceptance refinements */
@media (max-width: 640px) {
  body { font-size: 15.5px; line-height: 1.64; }
  .container { width: min(calc(100% - 28px), var(--container)); }

  .site-header,
  .nav-wrap { min-height: 72px; }
  .brand { height: 70px; min-width: 0; }
  .brand img { width: min(220px, 66vw); height: 60px; }
  .menu-toggle {
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 12px;
  }
  .site-nav {
    top: 72px;
    max-height: calc(100dvh - 72px);
    padding: 10px 18px 20px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .site-nav a { min-height: 46px; display: flex; align-items: center; }
  .site-nav .btn { margin-top: 7px; }

  .grid-2,
  .contact-grid { gap: 30px; }
  .grid-3,
  .grid-4 { gap: 14px; }
  .grid-2 > *,
  .grid-3 > *,
  .grid-4 > *,
  .product-grid > *,
  .contact-grid > *,
  .form-grid > *,
  .footer-grid > * { min-width: 0; }

  .section-head { margin-bottom: 28px; }
  .section-head h2 { font-size: clamp(1.9rem, 8.4vw, 2.45rem); }
  .lead { font-size: 1rem; line-height: 1.65; }
  .card { padding: 23px; border-radius: 18px; }
  .icon { flex: 0 0 auto; }

  .actions { gap: 10px; margin-top: 24px; }
  .actions .btn,
  .band .btn { width: 100%; }
  .btn { min-height: 50px; padding-inline: 1rem; }
  .link-arrow { min-height: 44px; align-items: center; }

  .visual-page-hero { min-height: 0; padding-block: 54px; }
  .visual-page-hero h1,
  .visual-page-hero .catalogue-title { font-size: clamp(2.2rem, 10vw, 3rem); line-height: 1.04; }
  .breadcrumbs { max-width: 100%; overflow-wrap: anywhere; }

  .page-contact .contact-grid { padding: 20px; }
  .contact-method { gap: 12px; padding: 18px 0; }
  .contact-method > div:last-child { min-width: 0; }
  .contact-method a,
  .contact-method span { overflow-wrap: anywhere; }
  .form-card { padding: 24px 20px; border-radius: 18px; }
  .field { margin-bottom: 14px; }
  input,
  textarea,
  select { min-height: 48px; font-size: 16px; }
  textarea { min-height: 150px; }
  .form-card form > .btn { width: 100%; }
  .map-placeholder { min-height: 0; padding: 20px; }
  .map-placeholder > div { padding: 22px 18px; }

  .band { padding: 40px 0; }
  .band-grid { gap: 20px; }
  .band h2 { font-size: clamp(1.75rem, 8vw, 2.2rem); }

  .site-footer { padding: 48px 0 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 22px; padding-bottom: 38px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-logo { width: min(230px, 72vw); }
  .footer-links a,
  .footer-links span { min-height: 38px; display: flex; align-items: center; overflow-wrap: anywhere; }
  .footer-bottom { gap: 8px; padding-top: 20px; }

  .product-final-card,
  .founder-note,
  .image-section-copy { padding: 24px 21px; }
  .product-final-card .actions,
  .product-copy .actions { width: 100%; }
  .product-final-card .btn,
  .product-copy .btn { width: 100%; }
}

@media (max-width: 340px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .page-contact .contact-grid { padding: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-links { gap: 2px; }
}

/* Readability and conversion polish */
#product-tour,
#modules,
#business-outcomes { scroll-margin-top: 100px; }

.trust-item span { color: #30465e; font-size: .89rem; line-height: 1.58; }
.card p,
.market-card p,
.step p,
.value-card p,
.founder-note p { color: #30455b; font-size: .98rem; line-height: 1.68; }
.feature-list li,
.detail-list li { color: #2f4359; font-size: .98rem; line-height: 1.62; }
.local-fit span,
.compact-features span,
.contact-method span { font-size: .94rem; line-height: 1.58; }
.compact-features span { color: #c3d2e2; }
.media-backdrop .card p { color: #d4e0ee; }
.site-footer { color: #bdcadd; }
.site-footer p,
.site-footer a,
.site-footer span { line-height: 1.58; }
.site-footer a,
.site-footer span { overflow-wrap: anywhere; }

.adoption-grid > div > span { color: #3d5268; font-size: .82rem; }
.adoption-statement p { color: #3b5268; font-size: .91rem; }
.story-points span { color: #3d5267; font-size: .88rem; }
.detailed-module-card p:not(.eyebrow) { color: #394f65; font-size: .9rem; }
.detailed-module-card ul { color: #3c5265; font-size: .82rem; }
.capability-grid p { color: #c0d0df; font-size: .85rem; }
.implementation-steps p { color: #3f5368; font-size: .86rem; }
.human-industry-grid p { color: #3a5065; font-size: .88rem; }
.product-faqs details p { color: #3c5267; font-size: .9rem; }
.naminya-intro-grid > p { color: #46574d; font-size: .91rem; }
.naminya-audience-grid p { color: #405449; font-size: .88rem; }
.naminya-check-list span { color: #45564c; font-size: .83rem; }
.naminya-value-grid p { color: #405348; font-size: .89rem; }
.erp-outcome-grid p { color: #3c5266; font-size: .87rem; }
.erp-fit-list p { color: #bfd0de; font-size: .84rem; }
.erp-decision-grid p { font-size: .9rem; line-height: 1.62; }

.page-contact-erp .contact-visual-hero::before {
  background: linear-gradient(90deg, rgba(3,16,39,.98) 0%, rgba(4,31,70,.92) 52%, rgba(4,38,75,.52) 100%);
}
.page-contact-erp .form-card { border-top: 4px solid var(--cyan); }

@media (max-width: 640px) {
  body { font-size: 16px; }
  .card p,
  .market-card p,
  .step p,
  .value-card p,
  .founder-note p,
  .feature-list li,
  .detail-list li { font-size: .96rem; }
  .adoption-grid > div > span,
  .story-points span,
  .detailed-module-card ul,
  .capability-grid p,
  .implementation-steps p,
  .human-industry-grid p,
  .product-faqs details p,
  .naminya-audience-grid p,
  .naminya-check-list span,
  .naminya-value-grid p,
  .erp-outcome-grid p,
  .erp-fit-list p { font-size: .88rem; }
}
