@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("assets/fonts/open-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/ubuntu-latin-400.woff2") format("woff2");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/ubuntu-latin-700.woff2") format("woff2");
}

:root {
  --navy-950: #030b14;
  --navy-900: #071421;
  --navy-850: #0a1a2a;
  --navy-800: #0d2135;
  --navy-700: #17344f;
  --blue: #2b9fe8;
  --cyan: #46d4e9;
  --teal: #2dd4bf;
  --ink: #132235;
  --muted: #5c6c7f;
  --line: #dce5ec;
  --surface: #f4f8fb;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(4, 22, 37, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  color: var(--navy-950);
  background: var(--white);
  border-radius: 10px;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 36px;
}

.brand { width: 188px; }
.brand img,
.footer-brand img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 650;
}

.desktop-nav a,
.header-call,
.text-link,
.service-card a,
.footer-top a { transition: color 180ms ease, opacity 180ms ease; }

.desktop-nav a:hover,
.desktop-nav a:focus-visible { color: var(--white); }

.header-call {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--white);
  line-height: 1.15;
}

.header-call span { font-size: 0.72rem; color: rgba(255, 255, 255, 0.64); }
.header-call strong { margin-top: 4px; font-size: 1rem; letter-spacing: 0.02em; }

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 16%, rgba(36, 184, 213, 0.17), transparent 34%),
    radial-gradient(circle at 88% 32%, rgba(43, 159, 232, 0.16), transparent 32%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900) 48%, #071a2d);
}

.hero::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -280px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(70, 212, 233, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(70, 212, 233, 0.025), 0 0 0 180px rgba(70, 212, 233, 0.018);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  min-height: 820px;
  padding-top: 168px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: 74px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: #087f8e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
}

.eyebrow span { width: 26px; height: 2px; background: currentColor; }

.hero-rating {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1;
}

.hero-rating:hover,
.hero-rating:focus-visible { color: var(--white); }
.hero-rating-stars { color: #ffb020; letter-spacing: 0.08em; }
.hero-rating strong { color: var(--white); font-size: 0.92rem; }


.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.1rem, 4.9vw, 4.65rem);
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-lead {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 0.92rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible { transform: translateY(-2px); }

.button-primary {
  color: #03141f;
  background: linear-gradient(135deg, var(--teal), var(--cyan));
  box-shadow: 0 14px 35px rgba(45, 212, 191, 0.22);
}

.button-secondary,
.button-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.045);
}

.button-secondary:hover,
.button-outline-light:hover { background: rgba(255,255,255,.1); }

.hero-points {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  list-style: none;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
}

.hero-points li::before { content: "●"; margin-right: 9px; color: var(--teal); font-size: .6rem; }

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  box-shadow: 0 32px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}

.panel-orbit {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(70, 212, 233, .2);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(70, 212, 233, .08);
}

.panel-label { margin: 0; color: var(--cyan); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-panel h2 { margin: 12px 0 28px; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.035em; }

.signal-list { display: grid; gap: 0; }
.signal-list > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.signal-list span { color: var(--teal); font-size: .76rem; font-weight: 800; }
.signal-list p { margin: 0; color: rgba(255,255,255,.62); font-size: .87rem; line-height: 1.45; }
.signal-list strong { display: block; margin-bottom: 4px; color: var(--white); font-size: 1rem; }
.hero-panel > a { display: inline-flex; gap: 10px; margin-top: 22px; color: var(--white); font-size: .9rem; font-weight: 800; }
.hero-panel > a span { color: var(--teal); }

.review-panel { align-self: center; padding: 30px; }
.review-panel h2 { margin-bottom: 20px; }
.google-reviews-widget {
  position: relative;
  z-index: 2;
  min-height: 245px;
  overflow: hidden;
  padding: 8px;
  color: var(--ink);
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .2);
}
.google-reviews-widget noscript p { margin: 0; padding: 22px; color: var(--ink); }


.proof { position: relative; z-index: 4; margin-top: -1px; padding: 34px 0 24px; background: #eef5f8; border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 5px 26px; border-left: 1px solid #cfdce4; }
.proof-grid > div:first-child { border-left: 0; padding-left: 0; }
.proof-grid strong { display: block; color: var(--navy-800); font-size: clamp(1.55rem, 3vw, 2.15rem); line-height: 1.1; letter-spacing: -.035em; }
.proof-grid span { display: block; margin-top: 5px; color: var(--muted); font-size: .8rem; }
.proof-note { max-width: 900px; margin: 18px auto 0; padding-inline: 20px; color: #738190; font-size: .72rem; text-align: center; }

.section { padding: 112px 0; }
.split-layout { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 84px; }
.image-frame { position: relative; }
.image-frame::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 28px -22px -22px 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(45,212,191,.18), rgba(43,159,232,.1));
}
.image-frame > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.image-badge {
  position: absolute;
  right: -24px;
  bottom: 28px;
  min-width: 210px;
  padding: 20px 24px;
  color: var(--white);
  background: var(--navy-850);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(3,18,30,.22);
}
.image-badge span { color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.image-badge strong { display: block; margin-top: 7px; font-size: 1.05rem; line-height: 1.35; }

.section h2,
.contact-card h2 { margin: 0; color: var(--navy-900); font-size: clamp(2.3rem, 4.6vw, 4.1rem); line-height: 1.06; letter-spacing: -.05em; text-wrap: balance; }
.section-lead { margin-top: 26px; color: #30445a; font-size: 1.13rem; }
.section-copy > p:not(.section-kicker):not(.section-lead) { color: var(--muted); }
.feature-lines { display: grid; gap: 16px; margin: 30px 0; }
.feature-lines > div { display: grid; grid-template-columns: 32px 1fr; gap: 12px; }
.feature-lines span { width: 28px; height: 28px; display: grid; place-items: center; color: #075e66; background: #d9f7f3; border-radius: 50%; font-size: .78rem; font-weight: 900; }
.feature-lines p { margin: 0; color: var(--muted); font-size: .92rem; }
.feature-lines strong { display: block; color: var(--ink); font-size: 1rem; }
.text-link { color: #087f8e; font-weight: 800; font-size: .9rem; }
.text-link:hover { color: var(--blue); }

.services { background: var(--surface); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(280px, .68fr); align-items: start; gap: 88px; margin-bottom: 50px; }
.section-heading > p { max-width: 430px; margin: 46px 0 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 8px 30px rgba(15,43,64,.045);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.service-card:hover { transform: translateY(-5px); border-color: #b7dbe3; box-shadow: 0 18px 45px rgba(15,43,64,.09); }
.service-number { color: #07808c; font-size: .74rem; font-weight: 900; letter-spacing: .08em; }
.service-card h3 { margin: 38px 0 14px; color: var(--navy-850); font-size: 1.35rem; line-height: 1.22; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.service-card a { margin-top: auto; padding-top: 26px; color: #087f8e; font-size: .83rem; font-weight: 800; }
.service-card a:hover { color: var(--blue); }

.outcomes { color: var(--white); background: linear-gradient(135deg, var(--navy-950), #082038); }
.outcomes-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: center; }
.section-kicker-light { color: var(--cyan); }
.outcomes h2,
.contact-card h2 { color: var(--white); }
.outcomes-layout > div:first-child > p:not(.section-kicker) { color: rgba(255,255,255,.67); }
.button-light { color: var(--navy-950); background: var(--white); box-shadow: 0 14px 34px rgba(0,0,0,.16); }
.outcome-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-lg); background: rgba(255,255,255,.11); }
.outcome-grid > div { min-height: 180px; padding: 30px; background: rgba(255,255,255,.045); }
.outcome-grid strong { display: block; margin-bottom: 12px; font-size: 1.15rem; }
.outcome-grid span { color: rgba(255,255,255,.62); font-size: .9rem; }

.industries { padding-bottom: 90px; }
.section-heading.compact { margin-bottom: 36px; }
.industry-list { display: flex; flex-wrap: wrap; gap: 10px; }
.industry-list a { padding: 10px 15px; color: #33485b; background: #eff5f8; border: 1px solid #dce7ed; border-radius: 999px; font-size: .86rem; font-weight: 700; transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease; }
.industry-list a:hover { color: #075e66; background: #e2f7f7; border-color: #9edee2; transform: translateY(-2px); }

.locations { padding-top: 88px; padding-bottom: 88px; background: #f1f7fa; border-block: 1px solid #e1ebf0; }
.locations-layout { display: grid; grid-template-columns: minmax(0,.78fr) minmax(560px,1.22fr); gap: 76px; align-items: center; }
.locations-copy > p:not(.section-kicker) { max-width: 610px; color: var(--muted); }
.location-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.location-card { min-height: 270px; display: flex; flex-direction: column; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 12px 34px rgba(15,43,64,.06); }
.location-card > span { color: #087f8e; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.location-card h3 { margin: 18px 0 12px; color: var(--navy-850); font-size: 1.28rem; }
.location-card address { color: var(--muted); font-size: .9rem; font-style: normal; line-height: 1.7; }
.location-card a { margin-top: auto; padding-top: 22px; color: #087f8e; font-size: .82rem; font-weight: 800; }
.location-card a:hover { color: var(--blue); }

.process { padding-top: 30px; }
.process-intro { max-width: 760px; margin-bottom: 50px; }
.process-intro > p:last-child { color: var(--muted); }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; list-style: none; }
.process-grid li {
  --step-accent: #087f8e;
  --step-soft: #e4f7fb;
  --step-gradient: linear-gradient(135deg, #2b9fe8, #46d4e9);
  position: relative;
  min-height: 280px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 43, 64, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.process-grid li::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--step-gradient); }
.process-grid li:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--step-accent) 30%, white); box-shadow: 0 18px 42px rgba(15, 43, 64, .12); }
.process-marker { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.process-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: var(--step-gradient);
  box-shadow: 0 9px 22px color-mix(in srgb, var(--step-accent) 30%, transparent);
  font-size: 1.45rem;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  line-height: 1;
}
.process-number { padding: 6px 10px; border-radius: 999px; color: var(--step-accent); background: var(--step-soft); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.process-step-scope { --step-accent: #6046c9; --step-soft: #f0ecff; --step-gradient: linear-gradient(135deg, #6d5ce7, #a87cff); }
.process-step-transition { --step-accent: #b75d16; --step-soft: #fff1e5; --step-gradient: linear-gradient(135deg, #ff7a45, #ffb347); }
.process-step-improve { --step-accent: #087a67; --step-soft: #e1f8f2; --step-gradient: linear-gradient(135deg, #10a981, #2dd4bf); }
.process-grid h3 { margin: 32px 0 12px; color: var(--navy-850); font-size: 1.35rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.faq { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 86px; }
.faq-intro { position: sticky; top: 32px; align-self: start; }
.faq-intro > p:last-child { color: var(--muted); }
.faq-intro a { color: #087f8e; font-weight: 800; }
.faq-list { border-top: 1px solid #cfdbe3; }
.faq-list details { border-bottom: 1px solid #cfdbe3; }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; color: var(--navy-850); font-size: 1.03rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 20px; right: 4px; color: #07808c; font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 0 24px; padding-right: 46px; color: var(--muted); font-size: .92rem; }

.reviews-section { padding-bottom: 70px; background: linear-gradient(180deg, var(--white), #f4f9fc); }
.reviews-heading { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.reviews-heading .section-kicker { color: #075fc7; }
.reviews-heading h2 { font-size: clamp(2.3rem, 4.3vw, 3.7rem); }
.reviews-heading > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 1.04rem; }
.reviews-module { min-height: 380px; padding: 18px; overflow: hidden; background: var(--white); border: 1px solid #d3e0eb; border-radius: 18px; box-shadow: 0 24px 60px rgba(8, 37, 61, .1); }
.reviews-module noscript p { margin: 0; padding: 26px; text-align: center; }
.reviews-module noscript a { color: #075fc7; font-weight: 800; }

.contact-section { padding: 70px 0 100px; background: #f4f9fc; }
.contact-card { position: relative; overflow: hidden; padding: 60px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: start; gap: 68px; color: var(--white); background: linear-gradient(135deg, #087f8e, #0e5677 62%, #0b3555); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact-card::after { content: ""; position: absolute; right: -120px; bottom: -220px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035); }
.contact-copy,
.contact-form { position: relative; z-index: 2; }
.contact-copy > p:not(.section-kicker) { color: rgba(255,255,255,.75); }
.contact-direct { display: grid; gap: 12px; margin: 30px 0; }
.contact-direct a { width: fit-content; display: flex; flex-direction: column; line-height: 1.25; }
.contact-direct span { color: #a9fff4; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct strong { margin-top: 5px; font-size: 1.02rem; }
.contact-addresses { display: grid; gap: 16px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-addresses address { color: rgba(255,255,255,.68); font-size: .78rem; font-style: normal; line-height: 1.55; }
.contact-addresses span { display: block; margin-bottom: 4px; color: var(--white); font-weight: 800; }
.hours { margin-top: 22px; font-size: .72rem; }

.contact-form { padding: 34px; color: var(--ink); background: var(--white); border-radius: 20px; box-shadow: 0 20px 55px rgba(3, 20, 34, .2); }
.form-heading { margin-bottom: 24px; }
.form-heading > span { color: #087f8e; font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.form-heading h3 { margin: 7px 0 0; color: var(--navy-900); font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.15; letter-spacing: -.03em; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.contact-form label > span:first-child { display: block; margin-bottom: 6px; color: #30445a; font-size: .75rem; font-weight: 800; }
.contact-form input,
.contact-form select,
.contact-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: #f8fafc; border: 1px solid #ccd9e3; border-radius: 9px; font: inherit; font-size: .9rem; transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.contact-form textarea { min-height: 128px; resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { outline: 0; background: var(--white); border-color: #168e9b; box-shadow: 0 0 0 3px rgba(45,212,191,.18); }
.form-field-wide { grid-column: 1 / -1; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin-top: 18px; }
.contact-form .consent-field input { width: 18px; min-height: 18px; margin: 3px 0 0; accent-color: #087f8e; }
.contact-form .consent-field > span { margin: 0; color: var(--muted); font-size: .76rem; font-weight: 500; line-height: 1.55; }
.consent-field a { color: #087f8e; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.form-submit { width: 100%; margin-top: 19px; color: #03141f; background: linear-gradient(135deg, var(--teal), var(--cyan)); cursor: pointer; }
.form-submit span { margin-left: 8px; }
.form-note { margin: 13px 0 0; color: #718092; font-size: .68rem; line-height: 1.5; text-align: center; }
.form-status { margin-bottom: 18px; padding: 12px 14px; border-radius: 9px; font-size: .82rem; font-weight: 700; }
.form-status[data-state="success"] { color: #075e52; background: #d9f7f3; border: 1px solid #9ce9df; }
.form-status[data-state="error"] { color: #8a2c24; background: #fff0ed; border: 1px solid #f0c3bb; }

.site-footer { padding: 72px 0 22px; color: rgba(255,255,255,.64); background: var(--navy-950); }
.footer-top { display: grid; grid-template-columns: 1.25fr repeat(3,.65fr); gap: 48px; padding-bottom: 54px; }
.footer-brand img { width: 190px; }
.footer-brand p { max-width: 390px; margin-top: 20px; font-size: .88rem; }
.footer-top h2 { margin: 0 0 18px; color: var(--white); font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-top a { font-size: .85rem; }
.footer-top a:hover { color: var(--white); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); font-size: .74rem; }
.footer-bottom p { margin: 0; }

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero-layout { grid-template-columns: 1fr; gap: 50px; }
  .hero-panel { max-width: 680px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
  .proof-grid > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .split-layout,
  .outcomes-layout,
  .faq-layout { grid-template-columns: 1fr; }
  .image-frame { max-width: 760px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p { max-width: 680px; margin-top: 0; }
  .locations-layout { grid-template-columns: 1fr; gap: 38px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .process-grid li { border: 1px solid var(--line); border-radius: 16px !important; }
  .faq-intro { position: static; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-addresses { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { position: absolute; }
  .header-inner { min-height: 76px; gap: 12px; }
  .brand { width: 142px; }
  .header-call span { display: none; }
  .header-call strong { font-size: .84rem; }
  .hero { min-height: auto; }
  .hero-layout { min-height: auto; padding-top: 132px; padding-bottom: 76px; }
  .hero h1 { max-width: 600px; font-size: clamp(2.55rem, 10.5vw, 3.4rem); line-height: 1.02; letter-spacing: -.045em; }
  .hero-panel { padding: 27px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { padding-inline: 14px; }
  .section { padding: 82px 0; }
  .split-layout { gap: 62px; }
  .image-badge { right: 10px; bottom: -30px; }
  .service-grid,
  .outcome-grid,
  .process-grid,
  .location-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .outcomes-layout { gap: 48px; }
  .contact-card { padding: 38px 25px; gap: 45px; }
  .contact-addresses { grid-template-columns: 1fr; }
  .contact-form { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .reviews-module { min-height: 330px; padding: 8px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}


/* Production typography and form component matched to radium.ie. */
:root {
  --rd-ink: #182234;
  --rd-muted: #5b6678;
  --rd-line: #dfe5ee;
  --rd-panel: #f6f8fb;
  --rd-blue: #245fc5;
  --rd-blue-dark: #133d83;
  --rd-cyan: #2fb8d9;
}

.rd-managed-hero {
  min-height: clamp(620px, 68vh, 740px);
  display: flex;
  align-items: center;
  color: #fff;
}

.rd-managed-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 48px;
  align-items: center;
  padding-top: 92px;
  padding-bottom: 86px;
}

.rd-managed-hero__content { max-width: 760px; }
.rd-managed-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: Ubuntu, "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  text-wrap: initial;
}

.rd-managed-hero__content > p:not(.rd-eyebrow) {
  max-width: 650px;
  margin: 20px 0 0;
  color: #d8e6f4;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.58;
}
.rd-managed-hero__content > p a { color: inherit; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.rd-eyebrow { margin: 0 0 16px; color: #8cdcf2; font-size: 13px; font-weight: 700; letter-spacing: 0; line-height: 1.3; text-transform: uppercase; }
.rd-hero__rating { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 0 0 14px; }
.rd-hero__stars { color: #f5a623; font-size: 16px; letter-spacing: 2px; }
.rd-hero__rating-val { color: #fff; font-family: Ubuntu, "Open Sans", sans-serif; font-size: 16px; font-weight: 700; }
.rd-hero__rating-cnt { color: #b7c6d9; font-size: 14px; }
.rd-managed-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.rd-btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 6px; padding: 12px 20px; color: #fff; font-size: 14px; font-weight: 700; line-height: 1.2; text-decoration: none; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.rd-btn:hover { color: #fff; text-decoration: none; transform: translateY(-1px); }
.rd-btn--primary { background: var(--rd-blue); border-color: var(--rd-blue); }
.rd-btn--primary:hover { background: var(--rd-blue-dark); border-color: var(--rd-blue-dark); }
.rd-btn--secondary { background: rgba(255,255,255,.08); border-color: #ffffff75; }
.rd-btn--secondary:hover { background: rgba(255,255,255,.18); border-color: #ffffffb3; }
.rd-managed-hero__actions .rd-btn--phone { background: transparent; border-color: #ffffff57; color: #e8f4ff; padding-inline: 18px; }

.hero-google-reviews { min-width: 0; overflow: hidden; padding: 10px; color: var(--rd-ink); background: #fff; border: 1px solid rgba(255,255,255,.26); border-radius: 10px; box-shadow: 0 30px 70px #00000047; }
.hero-google-reviews noscript p { margin: 0; padding: 24px; color: var(--rd-ink); }

.reviews-section.rd-managed-section { padding: 96px 0 70px; background: #fff; }
.rd-section-kicker { margin: 0 0 12px; color: var(--rd-blue); font-size: 13px; font-weight: 900; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.reviews-section.rd-managed-section h2,
.contact-copy h2 { margin: 0; color: #172237; font-family: Ubuntu, "Open Sans", sans-serif; font-size: clamp(32px, 3.4vw, 46px); font-weight: 700; letter-spacing: 0; line-height: 1.16; }
.reviews-heading { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.reviews-heading > p:last-child { margin: 18px 0 0; color: #51627a; font-size: 17px; font-weight: 400; line-height: 1.66; }
.reviews-module { min-height: 380px; padding: 0; overflow: hidden; background: #fff; border: 0; border-radius: 0; box-shadow: none; }

.contact-section { padding: 86px 0 100px; background: var(--rd-panel); }
.contact-layout { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: 72px; align-items: start; }
.contact-copy > p:not(.rd-section-kicker):not(.hours) { max-width: 520px; margin: 22px 0 0; color: var(--rd-muted); font-size: 17px; line-height: 1.66; }
.contact-details { display: grid; gap: 14px; margin-top: 30px; }
.contact-details a { width: fit-content; display: grid; gap: 3px; color: var(--rd-ink); }
.contact-details span { color: var(--rd-blue); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-details strong { font-size: 17px; }
.contact-copy .hours { margin-top: 28px; color: var(--rd-muted); font-size: 13px; line-height: 1.55; }

.rd-contact__panel { position: relative; overflow: hidden; border: 1px solid #d6e0ef; border-radius: 8px; background: linear-gradient(145deg,#fff 0%,#f7fbff 100%); box-shadow: 0 24px 50px #0f23401a; padding: 34px; }
.rd-contact__panel::before { content: ""; position: absolute; left: 0; top: 34px; width: 4px; height: 134px; border-radius: 0 999px 999px 0; background: linear-gradient(180deg,var(--rd-blue),var(--rd-cyan)); }
.rd-contact__panel::after { content: ""; position: absolute; right: -26px; bottom: -26px; width: 92px; height: 92px; border-radius: 18px; border: 14px solid rgba(44,169,219,.26); }
.rd-contact__panel-head { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 52px; gap: 18px; align-items: start; }
.rd-contact__panel-head p { margin: 0 0 10px; color: var(--rd-blue); font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.rd-contact__panel-head h3 { margin: 0; max-width: 430px; color: var(--rd-ink); font-family: Ubuntu, "Open Sans", sans-serif; font-size: 28px; line-height: 1.2; }
.rd-contact__panel-head > span { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background: #e9f6fb; color: var(--rd-blue-dark); font-size: 20px; }
.rd-action-form label,
.rd-home-contact-form label { min-width: 0; display: grid; gap: 7px; margin: 0; color: var(--rd-ink); font-size: 13px; font-weight: 800; }
.rd-action-form input,
.rd-action-form select,
.rd-action-form textarea,
.rd-home-contact-form input,
.rd-home-contact-form select,
.rd-home-contact-form textarea { width: 100%; min-height: 46px; border: 1px solid #d5e1ef; border-radius: 6px; background: #fff; color: var(--rd-ink); font: inherit; font-size: 15px; font-weight: 600; outline: none; padding: 11px 13px; transition: border-color .18s ease, box-shadow .18s ease; }
.rd-action-form input:focus,
.rd-action-form select:focus,
.rd-action-form textarea:focus,
.rd-home-contact-form input:focus,
.rd-home-contact-form select:focus,
.rd-home-contact-form textarea:focus { border-color: #245fc5a3; box-shadow: 0 0 0 4px #2fb8d924; }
.rd-home-contact-form__grid { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 26px; }
.rd-home-contact-form > label { position: relative; margin-top: 14px; }
.rd-action-form__consent { grid-template-columns: 18px minmax(0,1fr); align-items: start; gap: 10px!important; color: var(--rd-muted)!important; font-size: 13px!important; font-weight: 700!important; line-height: 1.45; }
.rd-action-form__consent input { min-height: 0; width: 18px; height: 18px; margin-top: 2px; padding: 0; }
.rd-action-form__consent a { color: var(--rd-blue); font-weight: 800; }
.rd-contact__panel-footer { position: relative; display: flex; gap: 18px; align-items: center; margin-top: 30px; padding-top: 24px; border-top: 1px solid #dbe5f0; }
.rd-contact__panel-footer p { margin: 0; color: var(--rd-muted); font-size: 13px; line-height: 1.45; }
.rd-contact__panel-footer strong { color: var(--rd-ink); }
.rd-contact__panel-footer .rd-btn { min-width: 132px; white-space: nowrap; }
.rd-loc-form-compact { padding: 24px 26px; }
.rd-loc-form-compact .rd-contact__panel-head h3 { font-size: 20px; }
.rd-loc-form-compact .rd-contact__panel-head > span { width: 40px; height: 40px; font-size: 16px; }
.rd-loc-form-compact .rd-home-contact-form__grid { margin-top: 16px; gap: 12px; }
.rd-loc-form-compact.rd-home-contact-form label { font-size: 12px; }
.rd-loc-form-compact.rd-home-contact-form > label { margin-top: 10px; }
.rd-loc-form-compact.rd-home-contact-form input,
.rd-loc-form-compact.rd-home-contact-form textarea { min-height: 40px; font-size: 14px; padding: 8px 12px; }
.rd-loc-form-compact.rd-home-contact-form textarea { min-height: 52px; }
.rd-loc-form-compact.rd-home-contact-form .rd-action-form__consent { margin-top: 12px; }
.rd-loc-form-compact .rd-contact__panel-footer { margin-top: 16px; padding-top: 14px; }
.rd-loc-msg-field { position: relative; display: block; }
.rd-loc-form-compact.rd-home-contact-form textarea.rd-loc-msg { height: 44px; min-height: 44px; overflow: hidden; resize: none; padding-right: 34px; transition: height .18s ease,min-height .18s ease; }
.rd-loc-form-compact.rd-home-contact-form textarea.rd-loc-msg.is-expanded { height: 104px; min-height: 104px; overflow: auto; resize: vertical; }
.rd-loc-msg-plus { position: absolute; top: 11px; right: 13px; font-size: 20px; line-height: 1; color: var(--rd-muted); pointer-events: none; transition: opacity .15s ease; }
.rd-loc-msg.is-expanded ~ .rd-loc-msg-plus { opacity: 0; }
.rd-form-status { margin-bottom: 16px; padding: 12px 16px; border-radius: 10px; font-size: 14px; line-height: 1.45; border: 1px solid transparent; }
.rd-form-status[data-state="success"] { background: #e7f6ec; border-color: #b3e6c4; color: #176c39; }
.rd-form-status[data-state="error"] { background: #fdecec; border-color: #f5c2c2; color: #9b1c1c; }

@media (max-width: 980px) {
  .rd-managed-hero__inner,
  .contact-layout { grid-template-columns: 1fr; }
  .hero-google-reviews { max-width: 720px; }
  .contact-copy { max-width: 720px; }
}

@media (max-width: 680px) {
  .rd-managed-hero__inner { padding-top: 132px; padding-bottom: 64px; }
  .rd-managed-hero h1 { font-size: 48px; line-height: 1.08; letter-spacing: 0; }
  .rd-managed-hero__actions .rd-btn { width: 100%; }
  .reviews-section.rd-managed-section { padding: 66px 0 48px; }
  .contact-section { padding: 58px 0 76px; }
  .rd-home-contact-form__grid { grid-template-columns: 1fr; }
  .rd-contact__panel { padding: 20px; }
  .rd-contact__panel-head { grid-template-columns: 1fr; }
  .rd-contact__panel-head > span { order: -1; }
  .rd-contact__panel-footer { align-items: flex-start; flex-direction: column; }
  .rd-contact__panel-footer .rd-btn { width: 100%; }
}


/* People-led hero trust panel: authentic team, clear responsibility, verifiable signals. */
.hero-trust-card {
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--rd-ink);
  background: #fff;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 10px;
  box-shadow: 0 30px 70px #00000047;
}

.hero-trust-photo { position: relative; flex: 1 1 auto; min-height: 320px; margin: 0; overflow: hidden; }
.hero-trust-photo::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(180deg,transparent,rgba(5,14,25,.94)); pointer-events: none; }
.hero-trust-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-trust-photo figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 54px 26px 24px; color: #fff; }
.hero-trust-photo figcaption > span { display: block; margin-bottom: 8px; color: #8cdcf2; font-size: 12px; font-weight: 900; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.hero-trust-photo figcaption strong { display: block; font-family: Ubuntu,"Open Sans",sans-serif; font-size: 25px; font-weight: 700; line-height: 1.15; }
.hero-trust-link { color: inherit; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: text-decoration-color 180ms ease, color 180ms ease; }
.hero-trust-link:hover { color: #8cdcf2; text-decoration-color: currentColor; }
.hero-trust-photo figcaption p { margin: 8px 0 0; color: #d8e6f4; font-size: 14px; line-height: 1.5; }
.hero-trust-signals { flex: 0 0 auto; margin: 0; padding: 17px 20px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; list-style: none; background: #fff; }
.hero-trust-signals li { display: flex; align-items: center; gap: 7px; color: #34465c; font-size: 12px; font-weight: 800; line-height: 1.25; }
.hero-trust-signals li span { width: 20px; height: 20px; flex: 0 0 20px; display: grid; place-items: center; color: #075e52; background: #d9f7f3; border-radius: 50%; font-size: 11px; }

@media (max-width: 980px) {
  .hero-trust-card { max-width: 720px; }
}

@media (max-width: 520px) {
  .hero-trust-photo figcaption { padding: 48px 20px 20px; }
  .hero-trust-photo figcaption strong { font-size: 22px; }
  .hero-trust-signals { grid-template-columns: 1fr; padding: 16px 20px; }
}

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