:root {
  --ink: #071b26;
  --ink-soft: #0c2b38;
  --teal: #0cc8a8;
  --teal-dark: #067060;
  --lime: #b9ef8a;
  --paper: #f3f7f5;
  --white: #fff;
  --muted: #60727a;
  --line: #d8e2df;
  --shadow: 0 24px 70px rgba(4, 28, 37, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html:not(.js) { scroll-behavior: auto; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -80px; left: 20px; padding: 12px 18px; background: var(--teal); z-index: 100; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.contact-form input:focus-visible, .contact-form select:focus-visible, .contact-form textarea:focus-visible { outline: 3px solid rgba(12,200,168,.35); outline-offset: 1px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 11px; align-items: center; color: var(--white); font-family: Manrope, sans-serif; font-size: 20px; letter-spacing: -.03em; }
.brand strong { font-weight: 800; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; background: var(--teal); }
.brand-mark svg { width: 27px; fill: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 28px; color: #d9e5e7; font-size: 14px; font-weight: 600; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; }
.site-nav > a:not(.button) { transition: color .2s; }
.site-nav > a:not(.button):hover { color: var(--teal); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  background: var(--teal);
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(12,200,168,.18);
  cursor: pointer;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); background: #22dab9; box-shadow: 0 14px 35px rgba(12,200,168,.28); }
.button-small { min-height: 44px; padding: 0 20px; color: var(--ink) !important; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: white; }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.hero::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  right: -280px;
  top: -210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12,200,168,.20), transparent 68%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .11;
  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: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 70%);
}
.hero-layout { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; padding-top: 164px; padding-bottom: 100px; }
.hero-copy { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #b7ccd1; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--teal); }
.eyebrow.dark { color: var(--teal-dark); }
h1, h2, h3 { margin-top: 0; font-family: Manrope, sans-serif; line-height: 1.12; letter-spacing: -.045em; }
h1 { margin-bottom: 25px; font-size: clamp(48px, 5vw, 68px); font-weight: 700; overflow-wrap: balance; }
h1 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 630px; margin: 0 0 35px; color: #bbccd0; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-size: 14px; font-weight: 700; color: white; }
.text-link span { margin-left: 7px; color: var(--teal); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 44px; color: #95aeb4; font-size: 12px; }
.hero-trust span::before { content: "\2713"; margin-right: 7px; color: var(--teal); font-weight: bold; }

.hero-visual { position: relative; min-height: 470px; }
.connection-map { position: absolute; inset: 0; }
.connection-map::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12,200,168,.13), rgba(12,200,168,.025) 44%, transparent 68%);
}
.map-orbit { position: absolute; left: 50%; top: 48%; border: 1px solid rgba(12,200,168,.14); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-inner { width: 255px; height: 255px; }
.orbit-outer { width: 420px; height: 420px; }
.map-orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 15px var(--teal); }
.orbit-inner::after { top: 26px; right: 48px; }
.orbit-outer::after { left: 23px; bottom: 117px; }
.map-center { position: absolute; z-index: 3; left: 50%; top: 48%; width: 205px; height: 205px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(13,44,56,.92); box-shadow: 0 28px 70px rgba(0,0,0,.3); transform: translate(-50%,-50%); backdrop-filter: blur(10px); }
.map-center .brand-mark { width: 45px; height: 45px; margin-bottom: 12px; }
.map-center .brand-mark svg { width: 32px; }
.map-center small { color: #88a8ae; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.map-center strong { margin-top: 4px; color: white; font: 700 20px/1.2 Manrope; text-align: center; letter-spacing: -.03em; }
.connection-line { position: absolute; z-index: 1; left: 50%; top: 48%; width: 128px; height: 1px; background: linear-gradient(90deg, rgba(12,200,168,.62), rgba(12,200,168,.08)); transform-origin: left center; }
.line-one { transform: rotate(-39deg); }
.line-two { transform: rotate(35deg); }
.line-three { transform: rotate(145deg); }
.line-four { transform: rotate(218deg); }
.service-node { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; min-width: 190px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(17,55,67,.94); box-shadow: 0 16px 35px rgba(0,0,0,.22); backdrop-filter: blur(9px); }
.service-node small, .service-node strong { display: block; }
.service-node small { color: #819fa5; font-size: 9px; }
.service-node strong { color: #eaf4f3; font-size: 12px; }
.node-icon { flex: 0 0 auto; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; color: var(--teal); background: rgba(12,200,168,.11); }
.node-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.node-devices { top: 12px; right: 0; }
.node-cloud { right: -16px; bottom: 56px; }
.node-network { left: -2px; bottom: 45px; }
.node-guidance { left: -14px; top: 28px; }
.consulting-label { position: absolute; left: 50%; bottom: -4px; display: flex; align-items: center; gap: 8px; color: #8aa8ad; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.consulting-label > span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(12,200,168,.1); }
.consulting-label i { color: var(--teal); font-style: normal; }

.signal-strip { color: #b9cccf; background: var(--ink-soft); border-top: 1px solid rgba(255,255,255,.06); }
.signal-list { min-height: 88px; display: flex; align-items: center; justify-content: space-between; font: 600 13px Manrope; text-transform: uppercase; letter-spacing: .08em; }
.signal-list i { width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }

.section { padding: 112px 0; }
.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading h2, .why-copy h2, .contact-copy h2, .process-heading h2, .faq-heading h2 { margin-bottom: 0; font-size: clamp(38px, 4.2vw, 55px); }
.section-heading > p { margin: 0 0 7px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; padding: 38px; border: 1px solid var(--line); border-radius: 12px; background: white; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: #b4d6ce; box-shadow: 0 20px 45px rgba(7,27,38,.08); }
.service-card.featured { color: white; background: var(--ink); border-color: var(--ink); }
.service-number { position: absolute; top: 27px; right: 30px; color: #9aacb0; font: 600 11px Manrope; letter-spacing: .1em; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 10px; color: var(--teal-dark); background: #e8f7f3; }
.featured .service-icon { color: var(--teal); background: rgba(12,200,168,.12); }
.service-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.service-card h3 { margin-bottom: 12px; font-size: 25px; }
.service-card p { max-width: 470px; color: var(--muted); }
.featured p { color: #abc0c5; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 23px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 6px 10px; border-radius: 5px; color: #536d72; background: #f1f6f4; font-size: 11px; font-weight: 600; }
.featured li { color: #b8cdca; background: rgba(255,255,255,.06); }

.packages { background: white; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.package-card { display: flex; flex-direction: column; min-height: 410px; padding: 34px; border: 1px solid var(--line); border-radius: 12px; background: #fbfdfc; transition: transform .25s, box-shadow .25s, border-color .25s; }
.package-card:hover { transform: translateY(-5px); border-color: #b4d6ce; box-shadow: 0 20px 45px rgba(7,27,38,.08); }
.package-card.highlighted { color: white; background: var(--ink); border-color: var(--ink); box-shadow: 0 22px 60px rgba(7,27,38,.18); }
.package-tag { align-self: flex-start; padding: 7px 10px; border-radius: 999px; color: var(--teal-dark); background: #eaf8f4; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.highlighted .package-tag { color: var(--teal); background: rgba(12,200,168,.12); }
.package-card h3 { margin: 28px 0 12px; font-size: 29px; }
.package-card p { margin: 0; color: var(--muted); }
.highlighted p { color: #abc0c5; }
.package-card ul { margin: 24px 0 28px; padding: 0; list-style: none; }
.package-card li { position: relative; margin-bottom: 11px; padding-left: 22px; color: #536d72; font-size: 14px; }
.package-card li::before { content: "\2713"; position: absolute; left: 0; color: var(--teal-dark); font-weight: 800; }
.highlighted li { color: #c3d3d6; }
.highlighted li::before { color: var(--teal); }
.package-card a { margin-top: auto; color: var(--teal-dark); font-weight: 800; }
.highlighted a { color: var(--teal); }

.business-services { background: var(--paper); }
.value-offer { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; margin-bottom: 22px; padding: 34px; border-radius: 14px; color: white; background: linear-gradient(135deg, var(--ink), #103c49); box-shadow: 0 22px 60px rgba(7,27,38,.14); }
.value-offer h3 { margin: 18px 0 12px; font-size: clamp(28px, 3vw, 40px); }
.value-offer p { max-width: 790px; margin: 0; color: #b8cdd1; }
.value-offer .button { white-space: nowrap; }
.business-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.business-card { min-height: 205px; padding: 25px; border: 1px solid var(--line); border-radius: 12px; background: white; transition: transform .25s, box-shadow .25s, border-color .25s; }
.business-card:hover { transform: translateY(-4px); border-color: #b4d6ce; box-shadow: 0 16px 36px rgba(7,27,38,.07); }
.business-card h3 { margin-bottom: 12px; font-size: 19px; letter-spacing: -.03em; }
.business-card p { margin: 0; color: var(--muted); font-size: 14px; }

.why { overflow: hidden; }
.why-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 95px; align-items: center; }
.why-panel { position: relative; min-height: 600px; display: grid; place-content: center; overflow: hidden; color: white; border-radius: 16px; background: var(--ink); }
.why-panel::before { content:""; position:absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(12,200,168,.2), transparent 35%); }
.panel-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(12,200,168,.2); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 330px; height: 330px; }
.orbit-two { width: 520px; height: 520px; }
.orbit-one::after, .orbit-two::after { content:""; position:absolute; width: 9px; height: 9px; border-radius:50%; background: var(--teal); box-shadow: 0 0 18px var(--teal); }
.orbit-one::after { top: 23px; right: 75px; }
.orbit-two::after { left: 42px; bottom: 100px; }
.logo-large { position: relative; z-index: 2; width: 105px; height: 105px; display: grid; place-items: center; margin: auto; border-radius: 26px; background: var(--teal); box-shadow: 0 20px 60px rgba(12,200,168,.3); }
.logo-large svg { width: 75px; fill: var(--ink); }
.why-panel p { position: relative; z-index: 2; margin-top: 24px; color: #a9c0c4; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.why-copy > .intro { margin: 25px 0 38px; color: var(--muted); font-size: 18px; }
.benefit { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 23px 0; border-top: 1px solid var(--line); }
.benefit > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--teal-dark); background: #eaf8f4; font-size: 10px; font-weight: 700; }
.benefit h3 { margin-bottom: 6px; font-size: 18px; letter-spacing: -.025em; }
.benefit p { margin: 0; color: var(--muted); font-size: 14px; }
.trust-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 28px; }
.trust-list span { padding: 11px 12px; border-radius: 7px; color: #3f5a61; background: #edf7f4; font-size: 12px; font-weight: 700; }

.process { color: white; background: var(--ink); }
.process-heading { max-width: 650px; margin-bottom: 60px; }
.process-heading > p:last-child { color: #9eb4b9; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.step { min-height: 270px; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-right: 0; }
.step:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.step > span { color: var(--teal); font: 700 12px Manrope; }
.step h3 { margin: 65px 0 13px; font-size: 24px; }
.step p { margin: 0; color: #94acb2; font-size: 14px; }

.faq { background: white; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-heading p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 10px; background: #fbfdfc; overflow: hidden; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 23px; cursor: pointer; font-weight: 800; font-family: Manrope, sans-serif; letter-spacing: -.02em; }
.faq-list summary::after { content: "+"; color: var(--teal-dark); font-size: 21px; line-height: 1; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list p { margin: 0; padding: 0 23px 23px; color: var(--muted); }

.contact { background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: start; }
.contact-copy > p:not(.eyebrow) { margin: 27px 0 35px; color: var(--muted); font-size: 18px; }
.email-link { display: inline-flex; align-items: center; gap: 14px; }
.email-link > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 9px; color: var(--ink); background: var(--teal); font-weight: 800; }
.email-link small, .email-link strong { display: block; }
.email-link small { color: var(--muted); font-size: 11px; }
.email-link strong { font-size: 15px; }
.contact-form { padding: 38px; border-radius: 14px; background: white; box-shadow: 0 20px 60px rgba(7,27,38,.09); }
.form-alert { display: none; margin-bottom: 18px; padding: 13px 14px; border-radius: 7px; font-size: 13px; font-weight: 700; }
.form-alert.visible { display: block; }
.form-alert.success { color: #075c4d; background: #e7f9f4; border: 1px solid #a8ead9; }
.form-alert.error { color: #8b1e2d; background: #fff0f2; border: 1px solid #f3bdc6; }
.required-note { margin: 0 0 18px; color: #536d72; font-size: 12px; }
.contact-form .hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 18px; color: #314c55; font-size: 12px; font-weight: 700; }
.contact-form label > span[aria-hidden="true"] { color: #b91c1c; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cfddda; border-radius: 7px; color: var(--ink); background: #fbfdfc; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal-dark); box-shadow: 0 0 0 3px rgba(12,200,168,.1); }
.submit-button { width: 100%; justify-content: space-between; }
.form-note { margin: 10px 0 0; color: #536d72; text-align: center; font-size: 11px; }

.accessibility-statement { padding: 38px 0; background: #edf4f2; border-top: 1px solid var(--line); }
.accessibility-statement .container { display: grid; grid-template-columns: .35fr 1fr; gap: 40px; align-items: start; }
.accessibility-statement h2 { margin: 0; font-size: 24px; }
.accessibility-statement p { margin: 0; color: var(--muted); }
.accessibility-statement a { color: var(--teal-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

footer { padding: 70px 0 25px; color: #9eb3b7; background: #05161f; }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 50px; align-items: center; padding-bottom: 55px; }
.footer-brand { color: white; }
.footer-top p { margin: 0; font-size: 13px; }
.footer-email { justify-self: end; color: white; font-size: 14px; font-weight: 600; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .site-nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-visual { width: min(580px, 100%); margin: 0 auto; }
  .hero { min-height: auto; }
  .section-heading, .why-layout, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .section-heading { align-items: start; }
  .value-offer { grid-template-columns: 1fr; }
  .value-offer .button { justify-self: start; }
  .business-grid { grid-template-columns: repeat(2, 1fr); }
  .why-panel { min-height: 480px; }
  .why-copy { max-width: 680px; }
}

@media (max-width: 720px) {
  .container { width: calc(100% - 28px); max-width: 1160px; }
  .nav-wrap { height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 30; }
  .site-nav { position: absolute; top: 72px; left: 0; right: 0; display: flex; flex-direction: column; gap: 18px; padding: 22px; color: white; background: var(--ink); transform: none; }
  .js .site-nav { position: fixed; inset: 0; justify-content: center; gap: 28px; padding: 0; transform: translateX(100%); transition: transform .3s; }
  .js .site-nav.open { transform: translateX(0); }
  .site-nav a { font-size: 19px; }
  .hero-layout { padding-top: 125px; padding-bottom: 75px; gap: 50px; }
  .eyebrow { align-items: flex-start; font-size: 10px; letter-spacing: .1em; line-height: 1.5; }
  h1 { max-width: 340px; font-size: clamp(30px, 8.2vw, 34px); }
  .hero-lead { max-width: 340px; font-size: 16px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-trust { flex-direction: column; }
  .hero-visual { width: 100%; min-height: 430px; overflow: hidden; }
  .orbit-outer { width: 340px; height: 340px; }
  .orbit-inner { width: 215px; height: 215px; }
  .map-center { width: 170px; height: 170px; }
  .map-center .brand-mark { width: 39px; height: 39px; margin-bottom: 8px; }
  .map-center strong { font-size: 17px; }
  .connection-line { width: 95px; }
  .service-node { min-width: 148px; padding: 10px; }
  .service-node strong { font-size: 10px; }
  .service-node small { font-size: 8px; }
  .node-icon { width: 31px; height: 31px; }
  .node-icon svg { width: 18px; }
  .node-devices { top: 16px; left: 188px; right: auto; }
  .node-cloud { left: 188px; right: auto; bottom: 63px; }
  .node-network { left: 0; bottom: 55px; }
  .node-guidance { left: 0; top: 37px; }
  .signal-list { min-height: 70px; overflow: hidden; gap: 28px; justify-content: flex-start; white-space: nowrap; }
  .signal-list span:nth-of-type(n+3), .signal-list i:nth-of-type(n+3) { display: none; }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 40px; }
  .service-grid, .package-grid, .business-grid, .steps, .footer-top { grid-template-columns: 1fr; }
  .service-card { padding: 30px 25px; }
  .package-card { min-height: auto; padding: 30px 25px; }
  .value-offer { padding: 28px 22px; }
  .value-offer .button { width: 100%; white-space: normal; }
  .business-card { min-height: auto; padding: 24px; }
  .why-panel { min-height: 400px; }
  .trust-list { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .orbit-two { width: 420px; height: 420px; }
  .steps { gap: 12px; }
  .step, .step:last-child { min-height: auto; border: 1px solid rgba(255,255,255,.12); }
  .step h3 { margin-top: 35px; }
  .contact-form { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .accessibility-statement .container { grid-template-columns: 1fr; gap: 12px; }
  .footer-top { gap: 25px; }
  .footer-email { justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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

@media (forced-colors: active) {
  .button, .brand-mark, .logo-large, .email-link > span {
    border: 1px solid ButtonText;
  }

  .service-card, .package-card, .business-card, .faq-list details, .contact-form {
    border: 1px solid CanvasText;
  }
}
