:root {
  --navy: #0b2745;
  --navy-2: #06192c;
  --blue: #0878d1;
  --blue-dark: #075da3;
  --white: #fff;
  --mist: #f3f6f9;
  --line: #d9e2ea;
  --text: #17212b;
  --muted: #586674;
  --success: #087f5b;
  --danger: #a30f16;
  --shadow: 0 20px 55px rgba(11, 39, 69, .12);
  --radius: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.25rem; color: #536372; line-height: 1.75; }
h1, h2, h3 { margin: 0 0 1rem; color: var(--navy); line-height: 1.14; letter-spacing: -.03em; text-wrap: balance; }
h1 { font-size: clamp(2.75rem, 6vw, 5.35rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.3rem; letter-spacing: -.02em; }
ul, ol { margin: 0; padding: 0; }
svg { width: 1.35em; height: 1.35em; flex: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: clamp(72px, 10vw, 132px) 0; }
.section + .section,
.section + .cta-band,
.cta-band + .section,
.trust-band + .section { border-top: 1px solid var(--line); }
.section--mist { background: var(--mist); }
.screen-reader-text, .hp-field {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: var(--white); color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.97); border-bottom: 3px solid var(--blue); transition: box-shadow .2s, border-color .2s; backdrop-filter: blur(14px); }
.site-header.is-scrolled { border-color: var(--blue); box-shadow: 0 8px 30px rgba(11,39,69,.1); }
.site-header__inner { min-height: 92px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: none; color: var(--navy); }
.brand__logo { width: clamp(175px, 15vw, 218px); height: auto; }
.site-nav { margin-left: auto; }
.site-nav__list, .site-nav ul { display: flex; gap: 30px; list-style: none; }
.site-nav a { position: relative; color: var(--navy); font-size: .95rem; font-weight: 700; line-height: 1.35; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -12px; left: 0; height: 2px; background: var(--blue); transform: scaleX(0); transition: transform .2s; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--blue); }
.site-nav a:hover::after, .site-nav .current-menu-item > a::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: var(--mist); }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--navy); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 22px; border: 1px solid var(--blue); border-radius: 999px; color: var(--white); background: var(--blue); box-shadow: 0 10px 24px rgba(8,120,209,.2); font: inherit; font-size: .95rem; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 10px 18px; font-size: .88rem; }
.button--ghost { color: var(--navy); background: transparent; border-color: #b9b9bd; box-shadow: none; }
.button--ghost:hover { color: var(--white); }
.button--light { color: var(--navy); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); }
.button--outline { color: var(--blue); background: transparent; }
.button--outline:hover { color: var(--white); }
.button-group { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 28px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 700; }

.hero { position: relative; overflow: hidden; min-height: 720px; background: linear-gradient(135deg, #06192c 0%, #0b2745 68%, #124d78 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; }
.hero__grid { min-height: 720px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 40px; }
.hero__content { position: relative; z-index: 2; padding: 72px 0; }
.hero h1 { max-width: 770px; color: var(--white); font-size: clamp(2.75rem, 5.3vw, 4.75rem); }
.hero__content > p { max-width: 620px; color: rgba(255,255,255,.88); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.65; }
.hero__media { position: relative; align-self: stretch; margin-right: calc((100vw - min(100vw - 40px, var(--container))) / -2); overflow: hidden; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-2) 0, rgba(6,25,44,.9) 12%, rgba(11,39,69,.14) 62%); pointer-events: none; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(.78) contrast(1.06) brightness(.82); }
.hero__assurance { display: flex; flex-wrap: wrap; gap: 12px 26px; color: rgba(255,255,255,.82); font-size: .93rem; font-weight: 650; }
.hero__assurance span { display: inline-flex; align-items: center; gap: 7px; }
.hero__assurance svg { color: var(--white); }
.hero .button--ghost { color: var(--navy); background: var(--white); border-color: var(--white); }
.hero .button--ghost:hover { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); }

.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading::before { content: ""; display: block; width: 58px; height: 4px; margin-bottom: 22px; border-radius: 999px; background: var(--blue); }
.section-heading--light::before { background: var(--white); }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; column-gap: 80px; row-gap: 22px; }
.section-heading--split::before { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading--split p { font-size: 1.1rem; }
.section-heading--light h2, .trust-band h3, .trust-band p { color: var(--white); }
.services-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }
.service-item:hover { padding-inline: 18px; background: var(--mist); }
.service-item h3 { margin-bottom: 7px; font-size: 1.5rem; }
.service-item p { margin: 0; max-width: 690px; }
.icon-box { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid #c9deef; border-radius: 15px; color: var(--blue); background: #eef7fd; }
.icon-box svg { width: 26px; height: 26px; }
.circle-link { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); }
.circle-link:hover { color: var(--white); background: var(--blue); border-color: var(--blue); }
.audit-panel { margin-top: 42px; padding: 38px 42px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: var(--radius); color: var(--white); background: var(--blue); }
.audit-panel h3, .audit-panel p { color: var(--white); }
.audit-panel p { margin: 0; max-width: 700px; opacity: .88; }

.trust-band { padding: clamp(76px, 9vw, 116px) 0; background: linear-gradient(135deg, var(--navy-2), var(--navy)); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.18); }
.trust-grid article { padding: 30px 28px 0 0; border-right: 1px solid rgba(255,255,255,.18); }
.trust-grid article + article { padding-left: 28px; }
.trust-grid article:last-child { border-right: 0; }
.trust-grid span { color: var(--white); font-size: .82rem; font-weight: 800; }
.trust-grid h3 { margin-top: 28px; }
.trust-grid p { color: rgba(255,255,255,.82); opacity: 1; font-size: .98rem; line-height: 1.7; }
.testimonials-section { background: var(--mist); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-grid article { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.testimonial-mark { display: block; height: 45px; color: var(--blue); font-family: Georgia, serif; font-size: 4rem; line-height: 1; }
.testimonial-grid blockquote { margin: 0 0 26px; color: var(--text); font-size: 1.05rem; }
.testimonial-grid blockquote p { color: inherit; }
.testimonial-author { margin: 0; color: var(--navy); font-weight: 800; }
.testimonial-role { margin: 2px 0 0; font-size: .9rem; }

.process__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 10vw, 140px); }
.process__grid > div { position: sticky; top: 130px; align-self: start; }
.process ol { list-style: none; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process li > span { color: var(--blue); font-weight: 800; }
.process li p { margin: 0; }
.cta-band { padding: 62px 0; color: var(--white); background: var(--blue); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2, .cta-band p { color: var(--white); }
.cta-band h2 { font-size: clamp(2rem, 4vw, 3rem); }
.cta-band p { margin: 0; color: rgba(255,255,255,.92); opacity: 1; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.contact-copy > p { font-size: 1.08rem; }
.contact-copy ul { margin-top: 36px; list-style: none; border-top: 1px solid var(--line); }
.contact-copy li { display: grid; gap: 3px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-copy strong { color: var(--navy); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-copy a { color: var(--blue); font-weight: 700; }
.contact-form { padding: clamp(26px, 5vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; color: var(--navy); font-size: .94rem; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 15px; border: 1px solid #d2d2d6; border-radius: 12px; color: var(--text); background: var(--white); font: inherit; font-size: 1rem; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(8,120,209,.14); border-color: var(--blue); }
.contact-form .consent { grid-template-columns: auto 1fr; align-items: start; color: var(--muted); font-weight: 500; }
.contact-form .consent input { width: 18px; height: 18px; margin-top: 3px; }
.notice { margin-bottom: 18px; padding: 14px 16px; border-radius: 10px; font-weight: 700; }
.notice--success { color: var(--success); background: #e9fbf4; }
.notice--error { color: var(--danger); background: #fff0ee; }

.page-hero { position: relative; overflow: hidden; padding: clamp(92px, 12vw, 150px) 0; background: linear-gradient(135deg, var(--white), var(--mist)); border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; top: -120px; right: -80px; width: 360px; height: 360px; border: 70px solid rgba(8,120,209,.08); border-radius: 50%; pointer-events: none; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .container { max-width: 980px; margin-left: max(20px, calc((100vw - var(--container)) / 2)); }
.page-hero h1 { max-width: 950px; font-size: clamp(2.8rem, 6vw, 5rem); }
.page-hero p { max-width: 780px; color: #4f4f55; font-size: 1.18rem; line-height: 1.72; }
.page-hero .page-intro { margin-bottom: 20px; color: var(--blue); font-size: .85rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.content-layout { padding: 80px 0; }
.entry-content > * { max-width: 760px; margin-inline: auto; }
.entry-content > .alignwide { max-width: var(--container); }
.service-details { border-top: 1px solid var(--line); }
.service-details article { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; padding: 64px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.service-details .icon-box { margin-bottom: 24px; }
.service-details ul { list-style: none; }
.service-details li { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.service-details li svg { color: var(--blue); }
.split-content { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; }
.values-panel { padding: 40px; border-radius: var(--radius); background: var(--navy); }
.values-panel h2, .values-panel strong { color: var(--white); }
.values-panel ul { list-style: none; }
.values-panel li { display: flex; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.86); }
.values-panel li svg { color: var(--white); }
.values-panel strong { display: block; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.method-grid article { padding: 28px 26px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.05); }
.method-grid span { color: var(--blue); font-weight: 800; }
.method-grid h3 { margin-top: 40px; }
.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.expertise-grid article { padding: 30px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.expertise-grid .icon-box { margin-bottom: 30px; }
.expertise-grid p { margin-bottom: 0; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.case-grid article { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); transition: box-shadow .2s, transform .2s; }
.case-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.case-grid article > span { color: var(--blue); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.case-grid h2 { margin-top: 22px; font-size: 1.7rem; }
.maintenance-hero { background: linear-gradient(135deg, var(--white), var(--mist)); }
.maintenance-hero .button-group { margin-bottom: 0; }
.maintenance-promo { padding: clamp(62px, 8vw, 96px) 0; color: var(--white); background: linear-gradient(135deg, var(--navy-2), var(--navy)); }
.maintenance-promo__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.maintenance-promo h2, .maintenance-promo p { color: var(--white); }
.maintenance-promo h2 { max-width: 800px; }
.maintenance-promo p { max-width: 750px; color: rgba(255,255,255,.86); opacity: 1; }
.maintenance-promo .page-intro { margin-bottom: 15px; color: var(--white); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.contract-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.contract-card { display: flex; flex-direction: column; padding: 36px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contract-card--featured { position: relative; color: var(--white); background: linear-gradient(145deg, var(--navy-2), var(--navy)); border-color: var(--navy-2); box-shadow: var(--shadow); transform: translateY(-12px); }
.contract-card__label { color: var(--blue); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contract-card--featured .contract-card__label { color: var(--white); }
.contract-card h3 { margin-top: 22px; font-size: 2rem; }
.contract-card--featured h3, .contract-card--featured p, .contract-card--featured li { color: var(--white); }
.contract-card--featured p, .contract-card--featured li { color: rgba(255,255,255,.86); opacity: 1; }
.contract-card ul { margin: 22px 0 30px; list-style: none; }
.contract-card li { display: flex; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line); color: #536372; font-size: .98rem; line-height: 1.55; }
.contract-card--featured li { border-color: rgba(255,255,255,.14); }
.contract-card li svg { color: var(--blue); }
.contract-card .button { width: 100%; margin-top: auto; }
.contract-note { max-width: 820px; margin: 34px auto 0; text-align: center; font-size: .9rem; }
.contract-steps { list-style: none; border-top: 1px solid var(--line); }
.contract-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.contract-steps li > span { color: var(--blue); font-weight: 800; }
.contract-steps p { margin-bottom: 0; }
.recovery-hero { background: linear-gradient(135deg, var(--mist), var(--white)); }
.recovery-alert { color: var(--white); background: var(--blue); }
.recovery-alert__inner { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; align-items: start; padding-block: 36px; }
.recovery-alert strong { font-size: 1.25rem; }
.recovery-alert ul { display: grid; gap: 10px; list-style: none; }
.recovery-alert li { display: flex; gap: 10px; align-items: start; }
.recovery-alert svg { margin-top: 3px; }
.recovery-media h3 { margin-top: 22px; font-size: 1.55rem; }

.site-footer { padding: 76px 0 24px; color: rgba(255,255,255,.84); background: var(--navy-2); border-top: 5px solid var(--blue); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .9fr 1.1fr; gap: 55px; }
.brand--footer { width: max-content; margin-bottom: 24px; padding: 10px 14px; border-radius: 12px; background: var(--white); }
.brand--footer .brand__logo { width: 205px; }
.site-footer p { color: rgba(255,255,255,.78); }
.footer-grid h2 { color: var(--white); font-size: .86rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin: 9px 0; line-height: 1.6; }
.footer-grid a:hover { color: var(--white); }
.footer-grid address { font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); font-size: .9rem; }
.footer-bottom div { display: flex; gap: 24px; }

@media (max-width: 1180px) {
  .brand__logo { width: 180px; }
  .site-nav__list, .site-nav ul { gap: 20px; }
  .site-nav a { font-size: .88rem; }
  .header-cta { display: none; }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; inset: 92px 0 auto; display: none; padding: 26px 20px 34px; background: var(--white); border-top: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }
  .site-nav__list, .site-nav ul { display: grid; gap: 0; }
  .site-nav a { display: block; padding: 13px 0; font-size: 1.08rem; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .hero, .hero__grid { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; gap: 0; }
  .hero__content { padding: 74px 0 44px; }
  .hero__media { height: 440px; margin: 0 -20px; }
  .hero__media::after { background: linear-gradient(180deg, var(--navy-2) 0, rgba(6,25,44,.54) 42%, transparent 78%); }
  .section-heading--split, .contact-grid, .split-content { grid-template-columns: 1fr; gap: 34px; }
  .section-heading--split { row-gap: 22px; }
  .trust-grid, .method-grid, .expertise-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(n+3) { margin-top: 30px; }
  .process__grid { grid-template-columns: 1fr; gap: 44px; }
  .process__grid > div { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .contract-grid { grid-template-columns: 1fr; }
  .contract-card--featured { transform: none; }
  .maintenance-promo__inner { grid-template-columns: 1fr; gap: 25px; }
  .recovery-alert__inner { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  body { font-size: 16px; line-height: 1.7; }
  .site-header__inner { min-height: 78px; }
  .brand__logo { width: 160px; }
  .site-nav { inset: 78px 0 auto; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .hero__media { height: 330px; margin-inline: -16px; }
  .button-group { display: grid; }
  .button-group .button { width: 100%; }
  .hero__assurance { display: grid; }
  .service-item { grid-template-columns: 52px 1fr; gap: 18px; }
  .service-item .circle-link { display: none; }
  .audit-panel, .cta-band__inner { display: grid; padding-inline: 26px; }
  .trust-grid, .method-grid, .expertise-grid, .testimonial-grid, .case-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid article, .trust-grid article + article { padding: 25px 0; margin: 0 !important; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .form-row, .service-details article { grid-template-columns: 1fr; gap: 24px; }
  .service-details article { padding: 45px 0; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
