:root {
  --navy: #000e5a;
  --navy-deep: #000a3f;
  --teal: #00585a;
  --teal-bright: #2cc7b7;
  --lilac: #d5d0df;
  --paper: #f5f4f0;
  --white: #ffffff;
  --ink: #101526;
  --muted: #626879;
  --line: rgba(0, 14, 90, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; height: 96px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 0 clamp(24px, 5vw, 80px); color: white; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand img { display: block; width: 154px; height: 54px; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; align-items: center; gap: 34px; }
.site-header nav a { font-size: 13px; font-weight: 700; letter-spacing: .02em; opacity: .78; transition: opacity .2s ease; }
.site-header nav a:hover { opacity: 1; }
.header-cta { justify-self: end; font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.55); padding: 8px 0; }
.header-cta span, .button span { margin-left: 8px; }

.hero { position: relative; min-height: 770px; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(320px, .68fr); align-items: center; gap: clamp(48px, 8vw, 128px); padding: 174px clamp(24px, 7vw, 112px) 100px; color: white; background: radial-gradient(circle at 82% 22%, rgba(44,199,183,.18), transparent 30%), linear-gradient(132deg, #001269 0%, #000c50 58%, #001a55 100%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -280px; bottom: -250px; border: 1px solid rgba(213,208,223,.18); border-radius: 50%; }
.hero-orbit { position: absolute; border: 1px solid rgba(213,208,223,.13); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 630px; height: 630px; right: -45px; top: 105px; }
.orbit-two { width: 500px; height: 500px; right: 20px; top: 170px; }
.hero-copy { position: relative; z-index: 1; max-width: 860px; }
.eyebrow, .section-kicker { margin: 0 0 26px; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { color: rgba(255,255,255,.72); }
.eyebrow span { display: inline-block; width: 22px; height: 2px; margin: 0 10px 3px 0; background: var(--teal-bright); }
.hero h1 { max-width: 850px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6.15vw, 92px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.hero h1 em { display: block; color: var(--teal-bright); font-weight: 400; }
.hero-intro { max-width: 705px; margin: 34px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.4vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button-primary { min-height: 56px; padding: 0 24px; background: var(--teal-bright); color: var(--navy-deep); }
.button-primary:hover { transform: translateY(-2px); background: #4fd8ca; }
.button-text { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.38); }

.standard-card { position: relative; z-index: 1; align-self: end; margin-bottom: 8px; padding: 28px; border: 1px solid rgba(255,255,255,.18); background: rgba(0,8,55,.43); backdrop-filter: blur(12px); box-shadow: 0 30px 80px rgba(0,0,0,.15); }
.standard-head { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.65); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.code-mark { color: var(--teal-bright); font-family: Georgia, serif; font-size: 22px; letter-spacing: 0; text-transform: none; }
.standard-list { padding: 8px 0; }
.standard-item { display: grid; grid-template-columns: 8px 1fr; gap: 15px; padding: 14px 0; }
.standard-dot { width: 6px; height: 6px; margin-top: 6px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 5px rgba(44,199,183,.12); }
.standard-item strong { display: block; font-size: 14px; }
.standard-item p { margin: 5px 0 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.45; }
.standard-note { margin: 8px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.52); font-family: Georgia, serif; font-size: 13px; font-style: italic; line-height: 1.5; }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border-bottom: 1px solid var(--line); }
.proof-strip div { display: flex; flex-direction: column; gap: 7px; padding: 25px clamp(20px, 4vw, 58px); border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { color: var(--navy); font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.proof-strip span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: clamp(88px, 11vw, 150px) clamp(24px, 7vw, 112px); }
.section-heading { display: grid; grid-template-columns: .65fr 1.5fr .85fr; gap: 38px; align-items: start; margin-bottom: 66px; }
.section-kicker { color: var(--teal); }
.section-heading h2 { margin: -8px 0 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.5vw, 66px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 330px; margin: 2px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.expertise-card { min-height: 375px; display: flex; flex-direction: column; padding: 30px 26px 26px; background: rgba(255,255,255,.36); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.expertise-card:hover { background: white; transform: translateY(-5px); }
.card-number { color: var(--teal); font-family: Georgia, serif; font-size: 13px; }
.expertise-card h3 { min-height: 68px; margin: 55px 0 18px; color: var(--navy); font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.14; }
.expertise-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 24px; }
.tag-list span { padding: 7px 9px; color: var(--teal); background: rgba(0,88,90,.07); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.card-link { margin-top: 18px; color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.software-section { position: relative; overflow: hidden; padding: clamp(90px, 11vw, 150px) clamp(24px, 7vw, 112px); color: white; background: var(--navy-deep); }
.software-section::before { content: ""; position: absolute; width: 700px; height: 700px; top: -390px; right: -190px; border: 1px solid rgba(213,208,223,.14); border-radius: 50%; box-shadow: 0 0 0 75px rgba(213,208,223,.025), 0 0 0 150px rgba(213,208,223,.02); }
.section-kicker.light { color: var(--teal-bright); }
.software-intro { position: relative; z-index: 1; display: grid; grid-template-columns: .65fr 1.5fr .85fr; gap: 38px; align-items: start; }
.software-intro h2 { margin: -8px 0 0; font-family: Georgia, serif; font-size: clamp(42px, 5.5vw, 78px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.software-intro h2 em { color: var(--teal-bright); font-weight: 400; }
.software-lead { max-width: 340px; }
.software-lead p { margin: 0 0 30px; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.7; }
.software-lead a, .credibility-copy a { display: inline-block; padding: 0 0 9px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; font-weight: 800; }
.software-lead a span, .credibility-copy a span { margin-left: 8px; }
.software-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 86px; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.software-card { position: relative; min-height: 360px; padding: 30px 30px 36px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.software-card > span { color: var(--teal-bright); font-family: Georgia, serif; font-size: 13px; }
.software-card h3 { max-width: 260px; margin: 90px 0 20px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; line-height: 1.1; }
.software-card p { max-width: 360px; margin: 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.7; }
.software-link { display: block; margin-top: 24px; color: var(--teal-bright); font-size: 11px; letter-spacing: .04em; }
.software-line { position: absolute; left: 30px; right: 30px; bottom: 0; height: 3px; background: var(--teal-bright); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.software-card:hover .software-line { transform: scaleX(1); }
.software-signature { display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin-top: 54px; }
.signature-mark { color: var(--teal-bright); font-family: Georgia, serif; font-size: 40px; }
.software-signature p { margin: 0; color: rgba(255,255,255,.48); font-family: Georgia, serif; font-size: 14px; font-style: italic; line-height: 1.55; }

.principles { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 160px); background: white; }
.principles-title { position: sticky; top: 60px; align-self: start; }
.principles-title h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(42px, 5vw, 70px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.principles-title h2 em { color: var(--teal); font-weight: 400; }
.principles-title > p:last-child { max-width: 510px; margin: 34px 0 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.principles-list { border-top: 1px solid var(--line); }
.principles-list article { display: grid; grid-template-columns: 46px minmax(170px, .75fr) 1.25fr; gap: 22px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.principles-list article > span { color: var(--teal); font-family: Georgia, serif; font-size: 12px; }
.principles-list h3 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.15; }
.principles-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.process-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 160px); padding: clamp(88px, 10vw, 135px) clamp(24px, 7vw, 112px); background: var(--paper); border-top: 1px solid var(--line); }
.process-heading h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(40px, 4.7vw, 66px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: rgba(255,255,255,.38); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article > span { color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.process-grid h3 { margin: 0 0 8px; color: var(--navy); font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.credibility-section { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 11vw, 170px); align-items: end; padding: clamp(88px, 10vw, 135px) clamp(24px, 10vw, 160px); color: white; background: var(--teal); }
.credibility-section::after { content: "{ IT }"; position: absolute; right: 2vw; top: -35px; color: rgba(255,255,255,.05); font-family: Georgia, serif; font-size: clamp(160px, 25vw, 380px); white-space: nowrap; }
.credibility-section > div { position: relative; z-index: 1; }
.credibility-section h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 70px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.credibility-section h2 em { color: var(--lilac); font-weight: 400; }
.credibility-copy p { margin: 0 0 34px; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.75; }

.contact-section { padding: clamp(90px, 11vw, 150px) clamp(24px, 10vw, 160px); background: white; }
.contact-section h2 { max-width: 1000px; margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(45px, 6vw, 84px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.contact-link { max-width: 1100px; display: flex; justify-content: space-between; align-items: center; margin-top: 68px; padding: 24px 0; color: var(--teal); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: clamp(22px, 3vw, 42px); }
.contact-link b { width: 56px; height: 56px; display: grid; place-items: center; flex: 0 0 auto; background: var(--teal); color: white; border-radius: 50%; font-size: 20px; transition: transform .2s ease; }
.contact-link:hover b { transform: rotate(45deg); }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding: 55px clamp(24px, 7vw, 112px) 28px; color: white; background: var(--navy-deep); }
.footer-brand img { width: 150px; height: 55px; object-fit: contain; object-position: left center; }
footer > p { color: rgba(255,255,255,.55); font-size: 12px; text-align: center; }
footer > div { display: flex; justify-content: flex-end; gap: 24px; font-size: 12px; font-weight: 800; }
footer small { grid-column: 1 / -1; padding-top: 28px; color: rgba(255,255,255,.32); border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; letter-spacing: .05em; }

/* Search-focused service pages */
.service-page { background: var(--paper); }
.service-header { position: absolute; z-index: 10; inset: 0 0 auto; height: 96px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 0 clamp(24px, 5vw, 80px); color: white; border-bottom: 1px solid rgba(255,255,255,.13); }
.service-header nav { display: flex; gap: 34px; }
.service-header nav a { font-size: 13px; font-weight: 700; opacity: .76; }
.service-hero { position: relative; overflow: hidden; min-height: 720px; padding: 140px clamp(24px, 7vw, 112px) 0; color: white; background: radial-gradient(circle at 85% 20%, rgba(44,199,183,.18), transparent 30%), linear-gradient(135deg, #001269, #000a3f 72%); }
.service-orbit { position: absolute; width: 670px; height: 670px; right: -160px; top: 50px; border: 1px solid rgba(213,208,223,.14); border-radius: 50%; box-shadow: 0 0 0 85px rgba(213,208,223,.025), 0 0 0 170px rgba(213,208,223,.018); }
.service-breadcrumb { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; color: rgba(255,255,255,.42); font-size: 11px; letter-spacing: .05em; }
.service-breadcrumb strong { color: rgba(255,255,255,.72); font-weight: 700; }
.service-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: clamp(55px, 9vw, 140px); align-items: end; margin-top: 80px; }
.service-hero h1 { max-width: 900px; margin: 0; font-family: Georgia, serif; font-size: clamp(52px, 6.5vw, 94px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.service-hero h1 em { display: block; color: var(--teal-bright); font-weight: 400; }
.service-intro { margin: 0 0 7px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.75; }
.service-signals { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 86px; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.service-signals div { display: flex; flex-direction: column; gap: 8px; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.service-signals strong { color: var(--teal-bright); font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.service-signals span { color: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.service-content-section, .service-capabilities-section, .faq-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 150px); padding: clamp(90px, 10vw, 140px) clamp(24px, 7vw, 112px); }
.service-section-title h2 { max-width: 570px; margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(40px, 4.7vw, 65px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.service-section-title > p:last-child { max-width: 510px; margin: 30px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.situation-list { border-top: 1px solid var(--line); }
.situation-list article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.situation-list span { color: var(--teal); font-family: Georgia, serif; font-size: 12px; }
.situation-list p { margin: 0; color: var(--ink); font-family: Georgia, serif; font-size: 22px; line-height: 1.35; }

.service-approach-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 150px); padding: clamp(90px, 10vw, 140px) clamp(24px, 7vw, 112px); color: white; background: var(--navy-deep); }
.light-title h2 { color: white; }
.light-title > p:last-child { color: rgba(255,255,255,.55); }
.approach-list { border-top: 1px solid rgba(255,255,255,.14); }
.approach-list article { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.approach-list article > span { color: var(--teal-bright); font-family: Georgia, serif; font-size: 12px; }
.approach-list h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.approach-list p { max-width: 620px; margin: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.65; }

.service-capabilities-section { align-items: start; background: white; }
.capability-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.capability-cloud span { padding: 14px 16px; color: var(--teal); background: rgba(0,88,90,.06); border: 1px solid rgba(0,88,90,.12); font-size: 12px; font-weight: 800; letter-spacing: .03em; }

.faq-section { background: var(--paper); border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.faq-list article > span { color: var(--teal); font-family: Georgia, serif; font-size: 12px; }
.faq-list h3 { margin: 0 0 12px; color: var(--navy); font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.2; }
.faq-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.related-section { padding: 72px clamp(24px, 7vw, 112px); color: white; background: var(--teal); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 35px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.related-grid a { min-height: 130px; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; padding: 24px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.related-grid span { font-family: Georgia, serif; font-size: 22px; }
.related-grid b { color: var(--teal-bright); }
.service-contact { padding: clamp(85px, 10vw, 130px) clamp(24px, 10vw, 160px); background: white; }
.service-contact h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(46px, 6vw, 82px); font-weight: 400; letter-spacing: -.04em; }
.service-contact > a { max-width: 1050px; display: flex; justify-content: space-between; align-items: center; margin-top: 55px; padding: 23px 0; color: var(--teal); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: clamp(21px, 3vw, 39px); }
.service-contact > a b { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; color: white; background: var(--teal); border-radius: 50%; font-size: 18px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 160px; }
  .standard-card { max-width: 620px; align-self: auto; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .section-heading { grid-template-columns: 1fr 2fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .software-intro { grid-template-columns: 1fr 2fr; }
  .software-lead { grid-column: 2; }
  .principles { grid-template-columns: 1fr; }
  .principles-title { position: static; }
  .process-section { grid-template-columns: 1fr; }
  .service-header { grid-template-columns: 1fr auto; }
  .service-header nav { display: none; }
  .service-hero-grid { grid-template-columns: 1fr; }
  .service-intro { max-width: 720px; }
  .service-content-section, .service-approach-section, .service-capabilities-section, .faq-section { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { height: 78px; padding: 0 20px; }
  .brand img { width: 122px; }
  .header-cta { font-size: 0; }
  .header-cta::before { content: "Contact"; font-size: 12px; }
  .header-cta span { font-size: 12px; }
  .hero { min-height: auto; padding: 132px 22px 76px; gap: 50px; }
  .hero h1 { font-size: clamp(45px, 14vw, 62px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .button-primary { width: 100%; }
  .standard-card { padding: 22px; }
  .orbit-one { right: -360px; }
  .orbit-two { right: -300px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div, .proof-strip div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 80px 22px; }
  .section-heading { display: block; margin-bottom: 44px; }
  .section-heading h2 { margin: 0 0 24px; }
  .section-heading > p:last-child { font-size: 15px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: 330px; }
  .software-section { padding: 80px 22px; }
  .software-intro { display: block; }
  .software-intro h2 { margin-bottom: 30px; }
  .software-grid { grid-template-columns: 1fr; margin-top: 58px; }
  .software-card { min-height: 300px; }
  .software-card h3 { margin-top: 62px; }
  .software-signature { justify-content: flex-start; }
  .principles { display: block; }
  .principles-title { margin-bottom: 56px; }
  .principles-list article { grid-template-columns: 38px 1fr; }
  .principles-list article p { grid-column: 2; }
  .process-section { display: block; padding: 80px 22px; }
  .process-heading { margin-bottom: 48px; }
  .process-grid { grid-template-columns: 1fr; }
  .credibility-section { grid-template-columns: 1fr; padding: 80px 22px; }
  .contact-section { padding: 80px 22px; }
  .contact-link { margin-top: 46px; gap: 15px; font-size: 19px; }
  .contact-link b { width: 44px; height: 44px; }
  footer { grid-template-columns: 1fr; padding: 48px 22px 26px; }
  footer > p { text-align: left; }
  footer > div { justify-content: flex-start; }
  .service-header { height: 78px; padding: 0 20px; }
  .service-header .header-cta { font-size: 0; }
  .service-header .header-cta::before { content: "Contact"; font-size: 12px; }
  .service-hero { min-height: auto; padding: 112px 22px 0; }
  .service-breadcrumb { margin-bottom: 55px; }
  .service-hero-grid { display: block; margin-top: 0; }
  .service-hero h1 { font-size: clamp(44px, 13vw, 60px); }
  .service-intro { margin-top: 32px; font-size: 16px; }
  .service-signals { grid-template-columns: 1fr; margin-top: 58px; }
  .service-content-section, .service-approach-section, .service-capabilities-section, .faq-section { display: block; padding: 78px 22px; }
  .service-section-title { margin-bottom: 48px; }
  .situation-list p { font-size: 19px; }
  .related-section { padding: 68px 22px; }
  .related-grid { grid-template-columns: 1fr; }
  .service-contact { padding: 78px 22px; }
  .service-contact > a { gap: 14px; font-size: 19px; }
  .service-contact > a b { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
