:root {
  --navy-950: #061d36;
  --navy-900: #082f5b;
  --navy-800: #0b4278;
  --blue-600: #028ed0;
  --blue-500: #00a4e4;
  --blue-100: #dff4ff;
  --ink: #102235;
  --muted: #5e6d7c;
  --line: #dce5ec;
  --soft: #f5f8fa;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(6, 29, 54, .10);
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

::selection { background: var(--blue-100); color: var(--navy-950); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 108px 0; }

.skip-link {
  position: fixed; left: 12px; top: -100px; z-index: 9999;
  background: var(--navy-950); color: white; padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(220,229,236,.8);
  backdrop-filter: blur(18px);
  isolation: isolate;
}
body.menu-open .site-header {
  background:#fff;
  box-shadow:0 10px 30px rgba(6,29,54,.08);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; overflow: visible; flex-shrink: 0; }
.brand img { display:block; width:auto; height:clamp(50px, 5.6vw, 68px); object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 650; color: #34495e; }
.main-nav > a:not(.btn) { position: relative; padding: 8px 0; }
.main-nav > a:not(.btn)::after { content:""; position:absolute; left:0; bottom:1px; width:0; height:2px; background:var(--blue-600); transition:.25s; }
.main-nav > a:not(.btn):hover::after { width:100%; }
.nav-toggle { display:none; width:42px; height:42px; border:0; background:transparent; padding:9px; cursor:pointer; }
.nav-toggle span { display:block; height:2px; background:var(--navy-900); margin:5px 0; border-radius:2px; transition:.25s; }

.btn {
  min-height: 50px; display:inline-flex; align-items:center; justify-content:center; gap:8px;
  border: 1px solid transparent; border-radius: 11px; padding: 12px 21px;
  font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy-900); color: var(--white); box-shadow: 0 10px 24px rgba(8,47,91,.17); }
.btn-primary:hover { background: var(--navy-800); box-shadow: 0 15px 28px rgba(8,47,91,.22); }
.btn-ghost { background:#fff; color:var(--navy-900); border-color:var(--line); }
.btn-ghost:hover { border-color:#afc3d2; background:#f9fbfc; }
.btn-light { background:#fff; color:var(--navy-900); }
.btn-sm { min-height:42px; padding:9px 16px; }

.hero { position:relative; overflow:hidden; padding-top:94px; padding-bottom:100px; }
.hero-grid-bg {
  position:absolute; inset:0; pointer-events:none; opacity:.48;
  background-image: linear-gradient(rgba(8,47,91,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(8,47,91,.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 0, black 48%, transparent 88%);
}
.hero::before { content:""; position:absolute; width:560px; height:560px; border-radius:50%; right:-250px; top:-180px; background:radial-gradient(circle, rgba(0,164,228,.13), rgba(0,164,228,0) 68%); }
.hero-grid { position:relative; display:grid; grid-template-columns: 1.05fr .95fr; gap:70px; align-items:center; }
.eyebrow { display:inline-flex; align-items:center; gap:10px; text-transform:uppercase; letter-spacing:.12em; color:var(--navy-800); font-size:12px; font-weight:800; }
.status-dot { width:8px; height:8px; border-radius:50%; background:var(--blue-500); box-shadow:0 0 0 5px rgba(0,164,228,.11); }
.hero h1, .section-heading h2, .solutions-copy h2, .about-copy h2, .contact-copy h2, .cta-band h2 { margin:0; line-height:1.08; letter-spacing:-.045em; }
.hero h1 { max-width:720px; margin-top:22px; font-size:clamp(46px,5.35vw,75px); font-weight:790; color:var(--navy-950); }
.hero h1 span { color:var(--blue-600); }
.hero-lead { max-width:680px; margin:27px 0 0; color:var(--muted); font-size:18px; line-height:1.78; }
.hero-lead strong { color:var(--ink); }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:35px; }
.capability-row { display:flex; flex-wrap:wrap; gap:9px; margin-top:34px; }
.capability-row span { padding:7px 11px; border:1px solid var(--line); background:rgba(255,255,255,.78); color:#526475; border-radius:999px; font-size:12px; font-weight:700; }

.hero-visual { position:relative; }
.visual-shell { border:1px solid #cfe0eb; border-radius:22px; background:rgba(255,255,255,.92); box-shadow:var(--shadow); overflow:hidden; transform:rotate(1.1deg); }
.visual-topbar { height:48px; padding:0 18px; display:flex; align-items:center; gap:7px; border-bottom:1px solid #dde7ed; background:#f8fafb; }
.visual-topbar > span { width:8px; height:8px; border-radius:50%; background:#c4d0d8; }
.visual-topbar small { margin-left:auto; color:#81909e; letter-spacing:.04em; font-size:10px; }
.visual-body { padding:22px; background:linear-gradient(145deg,#fdfefe,#f5f9fb); }
.metric { background:#fff; border:1px solid #dde7ed; border-radius:14px; padding:17px; }
.metric small { display:block; color:#7b8995; font-size:11px; text-transform:uppercase; letter-spacing:.08em; font-weight:800; }
.metric strong { display:block; margin-top:4px; color:var(--navy-950); font-size:14px; line-height:1.3; }
.metric-main { display:flex; align-items:center; gap:14px; background:var(--navy-950); border-color:var(--navy-950); }
.metric-main small { color:#9cb7ce; }
.metric-main strong { color:white; font-size:17px; }
.metric-icon { width:38px; height:38px; display:grid; place-items:center; border-radius:10px; background:rgba(0,164,228,.14); color:#55c7ef; font-size:20px; }
.mini-grid { display:grid; grid-template-columns:1fr 1fr; gap:13px; margin-top:13px; }
.line { display:block; height:4px; background:#e8eef2; border-radius:999px; margin-top:14px; overflow:hidden; }
.line i { display:block; height:100%; background:linear-gradient(90deg,var(--navy-800),var(--blue-500)); border-radius:999px; }
.system-map { position:relative; height:260px; margin-top:13px; border:1px solid #dde7ed; border-radius:14px; background:linear-gradient(180deg,#fff,#f7fafc); overflow:hidden; }
.system-map::before { content:""; position:absolute; inset:0; background-image:radial-gradient(#cbd9e2 .7px,transparent .7px); background-size:15px 15px; opacity:.6; }
.system-map svg { position:absolute; inset:20px; width:calc(100% - 40px); height:calc(100% - 40px); }
.system-map path { fill:none; stroke:#b8cbd8; stroke-width:2; stroke-dasharray:5 6; vector-effect:non-scaling-stroke; }
.map-node { position:absolute; z-index:2; width:58px; height:38px; display:grid; place-items:center; border:1px solid #cfdee8; background:#fff; border-radius:9px; color:var(--navy-800); font-size:11px; font-weight:850; box-shadow:0 7px 20px rgba(6,29,54,.08); }
.node-core { width:94px; height:58px; left:50%; top:50%; transform:translate(-50%,-50%); color:#fff; background:var(--navy-900); border-color:var(--navy-900); }
.node-a { left:7%; top:17%; }.node-b { right:7%; top:18%; }.node-c { left:7%; bottom:17%; }.node-d { right:7%; bottom:18%; }

.trust-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:#fbfcfd; }
.trust-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.trust-grid > div { display:flex; align-items:center; gap:17px; padding:24px 28px; border-right:1px solid var(--line); }
.trust-grid > div:first-child { padding-left:0; }
.trust-grid > div:last-child { border-right:0; }
.trust-grid strong { color:var(--blue-600); font-size:13px; }
.trust-grid span { color:#526475; font-size:13px; font-weight:650; line-height:1.45; }

.section-heading { display:grid; grid-template-columns:1.12fr .72fr; gap:80px; align-items:end; margin-bottom:48px; }
.section-heading h2, .solutions-copy h2, .about-copy h2, .contact-copy h2, .cta-band h2 { margin-top:13px; font-size:clamp(35px,4.1vw,55px); color:var(--navy-950); }
.section-heading > p { margin:0; color:var(--muted); font-size:16px; }
.service-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.service-card { position:relative; padding:32px; border:1px solid var(--line); border-radius:var(--radius-md); background:#fff; overflow:hidden; transition:transform .25s,border-color .25s,box-shadow .25s; }
.service-card::after { content:""; position:absolute; width:120px; height:120px; border-radius:50%; right:-70px; bottom:-70px; background:rgba(0,164,228,.08); transition:.3s; }
.service-card:hover { transform:translateY(-5px); border-color:#bfd2df; box-shadow:0 22px 50px rgba(6,29,54,.08); }
.service-card:hover::after { transform:scale(1.25); }
.icon-box { width:48px; height:48px; display:grid; place-items:center; border-radius:12px; background:#eaf7fd; color:var(--navy-800); }
.icon-box svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; }
.service-num { position:absolute; right:28px; top:30px; color:#9aa8b3; font-size:12px; font-weight:800; letter-spacing:.08em; }
.service-card h3 { margin:25px 0 10px; font-size:22px; line-height:1.25; color:var(--navy-950); }
.service-card > p { margin:0; color:var(--muted); }
.service-card ul { display:flex; flex-wrap:wrap; gap:7px; list-style:none; padding:0; margin:24px 0 0; }
.service-card li { padding:6px 9px; border-radius:7px; background:var(--soft); color:#657684; font-size:11px; font-weight:700; }

.section-dark { position:relative; overflow:hidden; background:var(--navy-950); color:white; }
.section-dark::before { content:""; position:absolute; width:600px; height:600px; border-radius:50%; right:-260px; top:-260px; background:radial-gradient(circle, rgba(0,164,228,.20), transparent 68%); }
.solutions-grid { position:relative; display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:85px; }
.eyebrow-light { color:#70ccef; }
.solutions-copy h2 { color:#fff; }
.solutions-copy p { max-width:580px; margin:24px 0 0; color:#aebfcd; font-size:17px; }
.text-link { display:inline-flex; gap:8px; align-items:center; margin-top:27px; color:#fff; font-weight:750; }
.text-link span { color:#59c9f2; transition:.2s; }.text-link:hover span { transform:translateX(4px); }
.solutions-panel { padding:31px; border:1px solid rgba(255,255,255,.13); background:rgba(255,255,255,.055); border-radius:22px; backdrop-filter:blur(10px); }
.panel-label { margin:0 0 17px; color:#83a1b7; text-transform:uppercase; letter-spacing:.12em; font-size:11px; font-weight:800; }
.tech-list { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.tech-list span { padding:12px 10px; border:1px solid rgba(255,255,255,.12); border-radius:9px; color:#d8e4ec; background:rgba(255,255,255,.03); text-align:center; font-size:12px; font-weight:700; }
.panel-note { display:flex; gap:16px; margin-top:22px; padding-top:22px; border-top:1px solid rgba(255,255,255,.12); }
.panel-note p { margin:0; color:#b9c9d4; font-size:13px; }.panel-note strong { color:#fff; }
.panel-mark { flex:0 0 34px; height:34px; display:grid; place-items:center; border-radius:8px; background:rgba(0,164,228,.15); color:#67cdf2; font-size:20px; }

.about-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:80px; align-items:center; }
.about-card { min-height:420px; position:relative; padding:36px; border-radius:var(--radius-lg); background:linear-gradient(145deg,var(--navy-900),#0d4d84); color:white; overflow:hidden; box-shadow:0 30px 70px rgba(8,47,91,.17); }
.about-card::before { content:""; position:absolute; width:300px; height:300px; right:-110px; top:-95px; border:1px solid rgba(255,255,255,.12); border-radius:50%; box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018); }
.about-badge { position:relative; z-index:2; width:86px; height:86px; display:grid; place-items:center; border-radius:50%; background:#fff; color:var(--navy-900); font-size:13px; font-weight:900; letter-spacing:.06em; }
.about-card > p { position:absolute; left:36px; bottom:39px; max-width:260px; margin:0; font-size:27px; line-height:1.22; font-weight:760; letter-spacing:-.025em; }
.about-lines { position:absolute; right:30px; bottom:34px; display:flex; gap:6px; align-items:flex-end; }
.about-lines i { display:block; width:6px; border-radius:6px; background:#54c9f3; }.about-lines i:nth-child(1){height:28px}.about-lines i:nth-child(2){height:47px}.about-lines i:nth-child(3){height:68px}
.about-copy > p { color:var(--muted); font-size:17px; margin:24px 0 0; }
.benefit-list { margin-top:30px; }
.benefit-list > div { display:grid; grid-template-columns:42px 1fr; gap:17px; align-items:start; padding:19px 0; border-top:1px solid var(--line); }
.benefit-list span { color:var(--blue-600); font-size:12px; font-weight:850; }
.benefit-list p { margin:0; color:var(--muted); }.benefit-list strong { color:var(--ink); }

.section-soft { background:var(--soft); }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid #d9e3ea; border-radius:var(--radius-md); overflow:hidden; background:#fff; }
.process-step { min-height:270px; padding:28px; border-right:1px solid #d9e3ea; }
.process-step:last-child { border-right:0; }
.process-step > span { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; background:#e9f6fc; color:var(--navy-800); font-size:11px; font-weight:850; }
.process-step h3 { margin:48px 0 10px; color:var(--navy-950); font-size:20px; }
.process-step p { margin:0; color:var(--muted); font-size:14px; }

.cta-band { background:linear-gradient(100deg,var(--navy-900),#0a4f87); color:#fff; }
.cta-band-inner { min-height:275px; display:flex; align-items:center; justify-content:space-between; gap:50px; }
.cta-band h2 { max-width:760px; color:#fff; font-size:clamp(34px,4vw,52px); }

.contact-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:80px; align-items:start; }
.contact-copy > p { margin:23px 0 0; max-width:480px; color:var(--muted); font-size:17px; }
.contact-data { margin-top:34px; border-top:1px solid var(--line); }
.contact-data > * { display:block; padding:17px 0; border-bottom:1px solid var(--line); }
.contact-data small { display:block; color:#8a98a5; font-size:11px; text-transform:uppercase; letter-spacing:.08em; font-weight:800; }
.contact-data strong { display:block; margin-top:3px; color:var(--navy-950); font-size:15px; }
.contact-data a:hover strong { color:var(--blue-600); }
.contact-form { padding:31px; border:1px solid var(--line); border-radius:var(--radius-md); background:#fff; box-shadow:0 20px 55px rgba(6,29,54,.06); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.contact-form label { display:block; margin-bottom:15px; color:#405466; font-size:12px; font-weight:780; }
.contact-form input, .contact-form select, .contact-form textarea { width:100%; margin-top:7px; border:1px solid #d8e2e9; border-radius:9px; padding:12px 13px; outline:none; background:#fbfcfd; color:var(--ink); transition:.2s; }
.contact-form input, .contact-form select { height:47px; }
.contact-form textarea { resize:vertical; min-height:130px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color:#73bfe0; box-shadow:0 0 0 3px rgba(0,164,228,.09); background:#fff; }
.form-submit-row { display:flex; align-items:center; justify-content:space-between; gap:25px; margin-top:5px; }
.form-submit-row p { max-width:410px; margin:0; color:#8794a0; font-size:10px; line-height:1.5; }
.hp-field { position:absolute!important; left:-9999px!important; opacity:0!important; pointer-events:none!important; }
.form-status { min-height:22px; margin-top:12px; font-size:13px; font-weight:650; }
.form-status.success { color:#08783e; }.form-status.error { color:#b42318; }

.site-footer { background:#061a30; color:#a8bac9; padding-top:0; }
.footer-grid { display:grid; grid-template-columns:1.15fr .75fr 1fr; gap:42px; padding:30px 0 23px; align-items:start; }
.footer-brand { min-width:0; }
.footer-brand-name { display:block; margin:0; color:#fff; font-size:19px; line-height:1.2; letter-spacing:.08em; font-weight:850; }
.footer-brand p { max-width:300px; margin:6px 0 0; color:#8fa5b6; font-size:12px; line-height:1.45; }
.footer-grid > div:not(.footer-brand) { display:flex; flex-direction:column; align-items:flex-start; gap:5px; }
.footer-grid strong:not(.footer-brand-name) { color:#fff; margin-bottom:3px; font-size:12px; }
.footer-grid a, .footer-grid span { font-size:12px; line-height:1.45; }
.footer-grid a:hover { color:#fff; }
.footer-bottom { min-height:50px; display:flex; justify-content:space-between; align-items:center; gap:18px; border-top:1px solid rgba(255,255,255,.09); font-size:10.5px; }
.footer-bottom a:hover { color:#fff; }

.whatsapp-float { position:fixed; right:22px; bottom:22px; z-index:900; width:54px; height:54px; display:grid; place-items:center; background:#14864b; color:#fff; border-radius:50%; box-shadow:0 12px 30px rgba(0,0,0,.19); transition:.2s; }
.whatsapp-float:hover { transform:translateY(-3px) scale(1.03); }
.whatsapp-float svg { width:28px; height:28px; fill:currentColor; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity:1; transform:none; }
.reveal-delay { transition-delay:.12s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } .reveal { opacity:1; transform:none; transition:none; } * { transition-duration:.001ms!important; animation-duration:.001ms!important; } }

@media (max-width: 980px) {
  .section-pad { padding:82px 0; }
  .nav-wrap { min-height:80px; }
  .brand img { height:58px; }
  .nav-toggle {
    display:block; position:relative; z-index:1003; flex:0 0 42px; border-radius:9px;
  }
  .nav-toggle:focus-visible { outline:3px solid rgba(0,164,228,.22); outline-offset:2px; }
  .main-nav {
    position:fixed; top:80px; left:0; right:0; bottom:0; z-index:1002;
    display:flex; flex-direction:column; align-items:stretch; gap:0;
    width:100%; height:calc(100dvh - 80px);
    padding:18px max(24px, calc((100vw - var(--container))/2 + 20px)) 36px;
    overflow-y:auto; overscroll-behavior:contain;
    background:#fff; color:var(--navy-950);
    box-shadow:0 18px 45px rgba(6,29,54,.14);
    visibility:hidden; opacity:0; pointer-events:none; transform:translateY(-8px);
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .main-nav.open { visibility:visible; opacity:1; pointer-events:auto; transform:none; }
  .main-nav > a:not(.btn) {
    display:block; padding:17px 4px; border-bottom:1px solid var(--line);
    color:var(--navy-950); font-size:17px; font-weight:750; line-height:1.25;
  }
  .main-nav > a:not(.btn)::after { display:none; }
  .main-nav .btn { margin-top:22px; align-self:stretch; width:100%; min-height:50px; }
  .hero-grid, .solutions-grid, .about-grid, .contact-grid { grid-template-columns:1fr; }
  .hero-grid { gap:52px; }.hero-copy { max-width:760px; }
  .hero-visual { max-width:670px; width:100%; }
  .section-heading { grid-template-columns:1fr; gap:20px; }
  .solutions-grid, .about-grid, .contact-grid { gap:52px; }
  .about-card { max-width:550px; width:100%; }
  .process-grid { grid-template-columns:1fr 1fr; }
  .process-step:nth-child(2) { border-right:0; }.process-step:nth-child(-n+2) { border-bottom:1px solid #d9e3ea; }
  .cta-band-inner { padding:58px 0; min-height:0; align-items:flex-start; flex-direction:column; }
}

@media (max-width: 760px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height:76px; }
  .brand img { height:50px; }
  .main-nav { top:76px; height:calc(100dvh - 76px); padding:14px 18px 30px; }
  .main-nav .btn { justify-content:center; }
  .nav-toggle.active span:nth-child(1) { transform:translateY(7px) rotate(45deg); }.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .hero { padding-top:62px; padding-bottom:76px; }
  .hero-grid { gap:42px; }
  .hero h1 { font-size:clamp(42px,12vw,61px); }
  .hero-lead { font-size:16px; }
  .hero-actions { flex-direction:column; align-items:stretch; }.hero-actions .btn { width:100%; }
  .visual-shell { transform:none; }.system-map { height:230px; }
  .trust-grid { grid-template-columns:1fr; }.trust-grid > div { border-right:0; border-bottom:1px solid var(--line); padding:18px 0; }.trust-grid > div:last-child{border-bottom:0}
  .service-grid, .process-grid { grid-template-columns:1fr; }
  .service-card { padding:27px; }
  .process-step { border-right:0!important; border-bottom:1px solid #d9e3ea!important; min-height:0; }.process-step:last-child{border-bottom:0!important}.process-step h3{margin-top:28px}
  .tech-list { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:22px 30px; padding:25px 0 18px; }
  .footer-brand { grid-column:1 / -1; }
  .footer-bottom { min-height:0; padding:13px 0; flex-wrap:wrap; gap:8px 18px; }
  .about-card { min-height:360px; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .contact-form { padding:22px; }
  .form-submit-row { align-items:stretch; flex-direction:column; }.form-submit-row .btn{width:100%}
  .whatsapp-float { right:15px; bottom:15px; width:50px; height:50px; }
}

@media (max-width: 420px) {
  .container { width:min(calc(100% - 22px), var(--container)); }
  .nav-wrap { min-height:70px; gap:12px; }
  .brand img { height:44px; max-width:210px; }
  .main-nav { top:70px; height:calc(100dvh - 70px); padding:12px 14px 26px; }
  .main-nav > a:not(.btn) { padding:15px 4px; font-size:16px; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:18px; }
  .footer-grid a, .footer-grid span { font-size:11.5px; }
  .footer-bottom { align-items:flex-start; flex-direction:column; }
  .mini-grid { grid-template-columns:1fr; }
  .system-map { height:215px; }.node-a,.node-c{left:4%}.node-b,.node-d{right:4%}
  .section-pad { padding:70px 0; }
}
