:root {
  --bg-dark: #07101f;
  --bg-dark-2: #0b1728;
  --bg-soft: #f4f8fc;
  --card: #ffffff;
  --text: #172033;
  --muted: #61708a;
  --line: #dfe8f1;
  --primary: #1677ff;
  --primary-2: #2dd4bf;
  --violet: #7c5cff;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 17, 31, 0.12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(7, 16, 31, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topline { border-bottom: 1px solid rgba(255,255,255,.07); color: #8fa2b9; font-size: 12px; }
.topline-inner { min-height: 34px; display: flex; align-items: center; gap: 9px; }
.topline-inner a { margin-left: auto; color: #c9d6e5; }
.topline-dot { color: #35d8c5; }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 188px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; }
.site-nav a { transition: .2s ease; }
.site-nav a:hover, .site-nav a.active { color: #fff; }
.site-nav .nav-cta { padding: 11px 17px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--violet)); box-shadow: 0 10px 28px rgba(31,120,255,.24); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: rgba(255,255,255,.08); padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 3px; }

.section-dark { background: var(--bg-dark); color: #fff; }
.hero { position: relative; overflow: hidden; padding: 190px 0 104px; min-height: 790px; display: flex; align-items: center; }
.hero-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.034) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.034) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000 12%, transparent 95%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(20px); }
.hero-glow-one { width: 540px; height: 540px; background: rgba(22,119,255,.33); top: -200px; right: 7%; }
.hero-glow-two { width: 370px; height: 370px; background: rgba(45,212,191,.14); bottom: -160px; left: 10%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); }
.eyebrow { color: #80efe1; }
.eyebrow::before, .section-label::before { content: ""; width: 28px; height: 2px; border-radius: 10px; background: currentColor; }
.hero h1 { font-size: clamp(50px, 6.4vw, 82px); line-height: 1.02; letter-spacing: -.055em; margin: 23px 0; max-width: 760px; }
.hero h1 span { background: linear-gradient(90deg, #79eadb, #64a8ff 52%, #b991ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy > p { max-width: 670px; font-size: 19px; color: #afbed0; margin: 0 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border-radius: 14px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--primary), #6758e9); box-shadow: 0 14px 34px rgba(31,120,255,.26); }
.btn-secondary { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.055); }
.btn-light { background: #fff; color: #0b1a2d; box-shadow: 0 10px 26px rgba(0,0,0,.12); }
.btn-full { width: 100%; border: 0; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; max-width: 650px; }
.hero-proof div { border-left: 1px solid rgba(255,255,255,.15); padding-left: 14px; }
.hero-proof strong { display: block; color: #fff; font-size: 14px; }
.hero-proof span { display: block; color: #8195ad; font-size: 12px; margin-top: 2px; }
.hero-art { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-art-card { width: 100%; padding: 8px; border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 32px 80px rgba(0,0,0,.3); }
.hero-art-card img { width: 100%; border-radius: 28px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 13px 16px; background: rgba(10,23,40,.92); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; box-shadow: 0 18px 38px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.floating-card-a { left: -24px; bottom: 56px; }
.floating-card-b { right: -18px; top: 54px; }
.floating-card strong { color: #fff; font-size: 13px; }
.floating-card small, .floating-card span { color: #91a5bc; font-size: 11px; }
.floating-card div strong, .floating-card div small { display: block; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: #35dfbd; box-shadow: 0 0 0 7px rgba(53,223,189,.12); }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 92px; padding: 24px 22px; border-right: 1px solid var(--line); display: flex; align-items: center; gap: 13px; }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; color: var(--primary); background: #ecf4ff; font-weight: 900; }
.trust-grid strong { display: block; font-size: 14px; }
.trust-grid small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }

.section { padding: 108px 0; }
.section-soft { background: var(--bg-soft); }
.about-grid, .contact-grid, .tech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: center; }
.about-art { position: relative; }
.image-card { padding: 18px; border-radius: 30px; background: linear-gradient(145deg, #edf4ff, #f5fffd); box-shadow: var(--shadow); }
.image-card-dark { background: linear-gradient(145deg, #0b1f37, #123c52); }
.image-card img { border-radius: 20px; width: 100%; }
.location-chip { position: absolute; right: -26px; bottom: 28px; display: flex; align-items: center; gap: 14px; padding: 17px 20px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 18px 45px rgba(7,17,31,.13); }
.location-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: #fff; font-weight: 900; background: linear-gradient(135deg, var(--primary), var(--primary-2)); }
.location-chip strong, .location-chip small { display: block; }
.location-chip small { color: var(--muted); }
.section-copy h2, .section-heading h2, .contact-copy h2, .process-heading h2, .cta-band h2 { font-size: clamp(36px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -.04em; margin: 18px 0 24px; }
.section-copy > p, .section-heading > p, .contact-copy > p { color: var(--muted); font-size: 17px; }
.feature-list { display: grid; gap: 16px; margin-top: 30px; }
.feature-list-2col { grid-template-columns: 1fr 1fr; }
.feature-list > div { display: flex; gap: 13px; align-items: flex-start; }
.feature-list p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-list strong { color: var(--text); }
.check { flex: 0 0 auto; width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; color: #0b715f; background: #dcfbf4; font-weight: 900; margin-top: 2px; }

.section-heading { max-width: 820px; margin: 0 auto 52px; text-align: center; }
.section-heading .section-label { justify-content: center; }
.heading-left { margin-left: 0; text-align: left; }
.heading-left .section-label { justify-content: flex-start; }

.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.services-grid-6 { grid-template-columns: repeat(3,1fr); }
.service-card { position: relative; overflow: hidden; background: #fff; border: 1px solid #e2ebf4; border-radius: 22px; padding: 27px; box-shadow: 0 12px 34px rgba(7,17,31,.045); transition: transform .25s ease, box-shadow .25s ease, border .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 22px 54px rgba(7,17,31,.1); border-color: #c8dbef; }
.service-head { display: flex; align-items: center; justify-content: space-between; }
.service-icon { display: inline-grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; font-size: 12px; font-weight: 900; color: #1458b9; background: #eaf2ff; }
.service-arrow { color: #a7b5c6; font-size: 18px; }
.service-card h3 { font-size: 22px; line-height: 1.2; margin: 22px 0 11px; }
.service-card p { color: var(--muted); margin: 0; font-size: 14px; }
.service-card ul { margin: 20px 0 0; padding: 18px 0 0; list-style: none; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 14px; color: #46566f; font-size: 12px; }
.service-card li::before { content: "•"; color: var(--primary-2); margin-right: 7px; }

.capabilities-section { overflow: hidden; }
.capability-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: auto auto; gap: 22px; }
.capability-card { border-radius: 26px; padding: 30px; background: #f6f9fc; border: 1px solid var(--line); overflow: hidden; position: relative; }
.capability-wide { grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: space-between; min-height: 620px; background: linear-gradient(145deg,#0b1728,#102d45); color: #fff; border: 0; }
.capability-wide::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(35,124,255,.18); right: -150px; top: -120px; }
.capability-wide img { width: 100%; margin-top: 30px; border-radius: 20px; background: #fff; position: relative; z-index: 2; }
.capability-content { position: relative; z-index: 2; }
.capability-tag { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: #e7f0ff; color: #1667d5; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.capability-wide .capability-tag { background: rgba(126,234,219,.12); color: #7eeadb; border: 1px solid rgba(126,234,219,.16); }
.capability-card h3 { font-size: 28px; line-height: 1.15; letter-spacing: -.025em; margin: 18px 0 12px; }
.capability-wide h3 { font-size: 36px; max-width: 560px; }
.capability-card p { color: var(--muted); margin: 0; }
.capability-wide p { color: #9eb1c5; max-width: 580px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.pill-row span { padding: 7px 11px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); color: #c3d1df; font-size: 11px; }
.mini-code { display: grid; grid-template-columns: auto 1fr auto 1fr; align-items: center; gap: 10px; margin-top: 28px; padding: 14px 15px; border-radius: 14px; background: #fff; border: 1px solid var(--line); color: #53647a; font-size: 12px; }
.mini-code span:first-child { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; color: var(--primary); background: #edf4ff; font-weight: 900; }
.capability-network { background: linear-gradient(145deg,#f2fbf9,#f5f8ff); }
.network-dots { margin-top: 28px; height: 84px; position: relative; }
.network-dots::before, .network-dots::after { content: ""; position: absolute; left: 12%; right: 12%; height: 1px; background: #b9d7df; top: 50%; }
.network-dots::after { transform: rotate(15deg); }
.network-dots i { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 5px solid var(--primary); box-shadow: 0 7px 20px rgba(22,119,255,.16); z-index: 2; }
.network-dots i:nth-child(1){left:4%;top:32%}.network-dots i:nth-child(2){left:24%;top:8%}.network-dots i:nth-child(3){left:46%;top:48%}.network-dots i:nth-child(4){left:65%;top:13%}.network-dots i:nth-child(5){left:82%;top:45%}.network-dots i:nth-child(6){left:42%;top:0;border-color:var(--primary-2)}

.industry-section { background: #f9fbfd; border-top: 1px solid #eef3f7; border-bottom: 1px solid #eef3f7; }
.industry-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #fff; }
.industry-grid > div { padding: 27px; min-height: 150px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.industry-grid > div:nth-child(4n) { border-right: 0; }
.industry-grid > div:nth-child(n+5) { border-bottom: 0; }
.industry-grid span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #edf4ff; color: var(--primary); font-weight: 900; }
.industry-grid strong { display: block; margin-top: 16px; font-size: 14px; }
.industry-grid small { display: block; color: var(--muted); margin-top: 3px; }

.process-section { position: relative; overflow: hidden; }
.process-section::before { content: ""; position: absolute; width: 540px; height: 540px; border-radius: 50%; background: rgba(22,119,255,.12); right: -220px; top: -240px; }
.process-heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.process-heading h2 { margin-bottom: 0; color: #fff; }
.process-heading > p { margin: 0; color: #93a8be; font-size: 16px; }
.section-label-light { color: #7eeadb; }
.process-line { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.process-line::before { content: ""; position: absolute; left: 5%; right: 5%; top: 27px; height: 1px; background: rgba(255,255,255,.13); }
.process-step { position: relative; z-index: 2; padding: 0 4px; }
.process-step span { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 900; font-size: 12px; background: #10223a; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 0 0 8px var(--bg-dark); }
.process-step h3 { margin: 22px 0 8px; font-size: 18px; color: #fff; }
.process-step p { color: #879bb2; margin: 0; font-size: 13px; }

.tech-grid { align-items: center; }
.small-note { font-size: 12px !important; padding-left: 12px; border-left: 2px solid #d7e6f7; }
.tech-cloud { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; padding: 38px; border-radius: 28px; background: linear-gradient(145deg,#f3f8ff,#f6fffd); border: 1px solid var(--line); }
.tech-cloud span { padding: 12px 15px; border-radius: 12px; background: #fff; border: 1px solid #dfebf6; box-shadow: 0 8px 18px rgba(7,17,31,.04); color: #35455b; font-weight: 750; font-size: 13px; }
.tech-cloud span:nth-child(3n+1) { transform: translateY(4px); }
.tech-cloud span:nth-child(4n) { transform: translateY(-5px); }

.cta-band { padding: 26px 0 0; background: #fff; }
.cta-band-inner { padding: 52px 56px; border-radius: 30px; background: linear-gradient(135deg,#0c58d7 0%,#6048d8 55%,#10a493 100%); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 40px; box-shadow: 0 28px 70px rgba(31,120,255,.19); }
.cta-band h2 { margin: 15px 0 8px; font-size: clamp(34px,3.5vw,48px); }
.cta-band p { margin: 0; color: rgba(255,255,255,.78); }

.contact-section { padding-top: 92px; }
.contact-grid { align-items: start; }
.contact-cards { margin-top: 34px; display: grid; gap: 11px; }
.contact-card { display: flex; align-items: center; gap: 14px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: .2s ease; }
a.contact-card:hover { transform: translateX(3px); border-color: #bdd6ef; }
.contact-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: #edf4ff; color: var(--primary); font-weight: 900; }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: var(--muted); }
.contact-card strong { font-size: 14px; }
.contact-promise { margin-top: 24px; padding: 20px; border-radius: 17px; background: #f4f9ff; border: 1px solid #dfebf7; }
.contact-promise strong { font-size: 14px; }
.contact-promise p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.contact-form { padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.form-title { padding-bottom: 20px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-title span { display: block; font-size: 20px; font-weight: 850; }
.form-title small { display: block; color: var(--muted); margin-top: 2px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; font-size: 12px; font-weight: 800; margin-bottom: 15px; color: #39465a; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; border: 1px solid #d8e4ef; border-radius: 12px; padding: 12px 13px; background: #fbfdff; outline: none; transition: border .2s ease, box-shadow .2s ease; color: var(--text); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #79aefe; box-shadow: 0 0 0 4px rgba(31,120,255,.09); }
.contact-form textarea { resize: vertical; min-height: 138px; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.site-footer { background: #07101f; color: #dbe5f1; padding: 66px 0 20px; }
.footer-top { display: grid; grid-template-columns: 1.55fr .8fr 1fr 1fr; gap: 46px; }
.footer-brand img { width: 188px; margin-bottom: 18px; }
.footer-brand p { color: #8fa3ba; max-width: 360px; }
.footer-badge { display: inline-flex; margin-top: 10px; padding: 7px 10px; border-radius: 999px; border: 1px solid rgba(255,255,255,.11); color: #9fb5cc; font-size: 11px; }
.site-footer h3 { color: #fff; font-size: 13px; margin: 0 0 18px; }
.site-footer a { display: block; color: #99abc0; font-size: 13px; margin: 9px 0; transition: color .2s ease; }
.site-footer a:hover { color: #fff; }
.footer-location { display: block; color: #6f869f; font-size: 12px; margin-top: 15px; }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; color: #71879f; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .service-card, .contact-card { transition: none; }
}

@media (max-width: 1050px) {
  .site-nav { gap: 18px; }
  .services-grid-6 { grid-template-columns: repeat(2,1fr); }
  .process-line { grid-template-columns: repeat(3,1fr); gap: 36px 20px; }
  .process-line::before { display: none; }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
  .industry-grid > div { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .industry-grid > div:nth-child(2n) { border-right: 0; }
  .industry-grid > div:nth-child(n+7) { border-bottom: 0; }
}

@media (max-width: 900px) {
  .topline { display: none; }
  .nav-wrap { min-height: 76px; }
  .site-nav { position: absolute; top: 76px; left: 20px; right: 20px; padding: 22px; flex-direction: column; align-items: stretch; gap: 15px; background: rgba(9,22,38,.985); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.28); transform: translateY(-10px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav .nav-cta { text-align: center; }
  .menu-toggle { display: block; }
  .hero { padding: 138px 0 82px; min-height: auto; }
  .hero-grid, .about-grid, .contact-grid, .tech-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-art { max-width: 680px; margin: 0 auto; min-height: auto; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-grid > div:first-child { padding-left: 22px; }
  .location-chip { right: 18px; }
  .capability-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .capability-wide { grid-row: auto; min-height: auto; }
  .process-heading { grid-template-columns: 1fr; gap: 22px; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand img { width: 165px; }
  .nav-wrap { min-height: 70px; }
  .site-nav { top: 70px; left: 14px; right: 14px; }
  .hero { padding-top: 118px; }
  .hero h1 { font-size: 46px; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; }
  .hero-proof div { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding: 10px 0 0; }
  .floating-card-a { left: 8px; bottom: 15px; }
  .floating-card-b { right: 8px; top: 20px; }
  .section { padding: 78px 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0 !important; border-bottom: 1px solid var(--line); padding-left: 0 !important; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .feature-list-2col, .services-grid-6, .form-row, .process-line { grid-template-columns: 1fr; }
  .service-card ul { grid-template-columns: 1fr; }
  .location-chip { position: static; margin: 16px auto 0; width: fit-content; }
  .capability-card { padding: 24px; }
  .capability-wide h3 { font-size: 30px; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-grid > div { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .industry-grid > div:last-child { border-bottom: 0 !important; }
  .process-step { display: grid; grid-template-columns: auto 1fr; gap: 0 15px; }
  .process-step span { grid-row: 1 / 3; }
  .process-step h3 { margin: 4px 0 4px; }
  .cta-band-inner { padding: 36px 25px; border-radius: 24px; flex-direction: column; align-items: flex-start; }
  .cta-band-inner .btn { width: 100%; }
  .contact-form { padding: 22px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 460px) {
  .hero h1 { font-size: 39px; }
  .section-copy h2, .section-heading h2, .contact-copy h2, .process-heading h2 { font-size: 34px; }
  .floating-card { display: none; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand, .footer-top > div:last-child { grid-column: auto; }
  .tech-cloud { padding: 24px; }
}
