/* West Midlands Drone — production styles */
:root {
  --bg: #050b14;
  --bg-soft: #091322;
  --panel: rgba(13, 25, 42, 0.76);
  --panel-solid: #0d192a;
  --panel-light: #112139;
  --line: rgba(179, 204, 235, 0.15);
  --line-strong: rgba(179, 204, 235, 0.26);
  --text: #f7f9fc;
  --muted: #aebbd0;
  --muted-2: #8391a8;
  --blue: #1b76ff;
  --blue-light: #69a5ff;
  --green: #14c99a;
  --purple: #9c68ff;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1240px;
  --header-height: 84px;
  color-scheme: dark;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 82% 8%, rgba(29, 103, 255, 0.13), transparent 30%),
    radial-gradient(circle at 48% 35%, rgba(18, 201, 154, 0.07), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

svg {
  display: block;
}

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

.sr-only {
  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 15px;
  border-radius: 10px;
  background: var(--white);
  color: #07111f;
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(5, 11, 20, 0.74);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(5, 11, 20, 0.92);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.brand img {
  width: 48px;
  height: 50px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(29, 118, 255, 0.18);
}

.brand span {
  white-space: nowrap;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-nav > a {
  position: relative;
  color: #d3dbe8;
  font-size: 0.93rem;
  font-weight: 600;
  transition: color 160ms ease;
}

.primary-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--blue-light);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

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

.primary-nav > a:hover::after,
.primary-nav > a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 11px 19px;
  border-radius: 999px;
  background: var(--white);
  color: #07111f !important;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--white);
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 76px 0 58px;
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(128, 163, 208, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 163, 208, 0.035) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 85%);
  content: "";
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.hero-glow-one {
  top: -120px;
  right: -40px;
  width: 540px;
  height: 540px;
  background: rgba(27, 118, 255, 0.18);
}

.hero-glow-two {
  bottom: -260px;
  left: 42%;
  width: 520px;
  height: 520px;
  background: rgba(20, 201, 154, 0.11);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(650px, 1.42fr);
  gap: 42px;
  align-items: center;
}

.hero-copy {
  padding: 24px 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  color: #adc0d8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green));
}

.hero h1 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(3.2rem, 5.6vw, 6.3rem);
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.hero h1 em {
  display: block;
  margin-top: 9px;
  color: transparent;
  font-style: normal;
  background: linear-gradient(92deg, #ffffff 10%, #7caeff 58%, #4fe1ba);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 570px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button svg,
.text-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.button-primary {
  background: linear-gradient(135deg, #0c66ff, #2585ff);
  color: var(--white);
  box-shadow: 0 15px 35px rgba(23, 113, 255, 0.25), inset 0 1px 0 rgba(255,255,255,.25);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 20px 42px rgba(23, 113, 255, 0.33), inset 0 1px 0 rgba(255,255,255,.28);
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.035);
  color: #e6edf7;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(105, 165, 255, 0.55);
  background: rgba(255, 255, 255, 0.065);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 27px;
  color: #9fadc1;
  font-size: 0.84rem;
}

.hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-notes span::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue-light);
  box-shadow: 0 0 0 4px rgba(105, 165, 255, 0.1);
  content: "";
}

.hero-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 32px;
  background: linear-gradient(155deg, rgba(17, 34, 57, 0.88), rgba(7, 16, 28, 0.9));
  box-shadow: var(--shadow);
}

.hero-service {
  min-width: 0;
  border-right: 1px solid var(--line);
  background: linear-gradient(to bottom, rgba(255,255,255,.025), transparent 75%);
}

.hero-service:last-child {
  border-right: 0;
}

.service-image {
  position: relative;
  height: 248px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #081321;
}

.service-image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(5,11,20,.05), rgba(5,11,20,.32));
  content: "";
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.8,.2,1);
}

.hero-service:hover .service-image img {
  transform: scale(1.045);
}

.service-tag {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 18px;
  padding: 6px 11px;
  border: 1px solid rgba(42, 135, 255, 0.55);
  border-radius: 999px;
  background: rgba(5, 16, 31, 0.78);
  color: #5ea1ff;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.fpv .service-tag {
  border-color: rgba(20, 201, 154, 0.55);
  color: #3ee3b5;
}

.mapping .service-tag {
  border-color: rgba(156, 104, 255, 0.55);
  color: #bd95ff;
}

.hero-service-body {
  display: flex;
  flex-direction: column;
  min-height: 264px;
  padding: 24px 23px 22px;
}

.hero-service-body h2 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.hero-service-body p {
  margin: 13px 0 22px;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.62;
}

.service-spec {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(179, 204, 235, 0.1);
  color: #d9e1ed;
  font-size: 0.82rem;
  font-weight: 650;
}

.spec-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: #f4f8ff;
  font-size: 0.72rem;
  font-weight: 850;
}

.spec-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-contact {
  position: relative;
  z-index: 5;
  padding: 0 0 10px;
}

.quick-contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.28fr 1.15fr;
  overflow: hidden;
  border-radius: 23px;
  background: #f7f9fc;
  color: #07111f;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.3);
}

.quick-contact-grid > a,
.quick-contact-grid > div {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 18px 25px;
  border-right: 1px solid rgba(9, 22, 38, 0.1);
}

.quick-contact-grid > :last-child {
  border-right: 0;
}

.quick-contact-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 750;
}

.quick-contact-grid small {
  display: block;
  margin-bottom: 1px;
  color: #697487;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 41px;
  height: 41px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #07111f;
  color: var(--white);
}

.contact-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section {
  padding: 118px 0;
}

.section-heading {
  max-width: 770px;
  margin-bottom: 50px;
}

.section-heading h2,
.mapping-copy h2,
.areas-copy h2,
.planning-card h2,
.faq-intro h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.6vw, 4.55rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.section-heading > p:last-child,
.mapping-copy > p,
.areas-copy > p,
.planning-card > p,
.faq-intro > p,
.contact-copy > p {
  color: var(--muted);
  font-size: 1.06rem;
}

.section-heading > p:last-child {
  max-width: 710px;
  margin: 22px 0 0;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  max-width: none;
  gap: 80px;
  align-items: end;
}

.split-heading > p:last-child {
  margin: 0;
  padding-bottom: 3px;
}

.services-section {
  position: relative;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.detail-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(46, 119, 255, 0.1), transparent 37%),
    linear-gradient(150deg, rgba(17, 31, 52, 0.86), rgba(9, 18, 31, 0.78));
  box-shadow: 0 18px 48px rgba(0,0,0,.16);
}

.detail-card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 201, 154, 0.11), transparent 37%),
    linear-gradient(150deg, rgba(17, 31, 52, 0.86), rgba(9, 18, 31, 0.78));
}

.detail-card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(156, 104, 255, 0.11), transparent 37%),
    linear-gradient(150deg, rgba(17, 31, 52, 0.86), rgba(9, 18, 31, 0.78));
}

.detail-number {
  position: absolute;
  top: 18px;
  right: 24px;
  color: rgba(255,255,255,.08);
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
}

.detail-icon {
  display: grid;
  place-items: center;
  width: 57px;
  height: 57px;
  margin-bottom: 30px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(27, 118, 255, 0.15);
  color: #70aeff;
}

.detail-icon.green {
  background: rgba(20, 201, 154, 0.13);
  color: #53dfbd;
}

.detail-icon.purple {
  background: rgba(156, 104, 255, 0.13);
  color: #c09dff;
}

.detail-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail-card h3 {
  margin: 0 0 13px;
  font-size: 1.5rem;
  letter-spacing: -0.025em;
}

.detail-card > p {
  margin: 0;
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 11px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: #d1d9e5;
  font-size: 0.93rem;
}

.check-list li::before {
  position: absolute;
  top: 0.58em;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(27,118,255,.1);
  content: "";
}

.detail-card:nth-child(2) .check-list li::before {
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(20,201,154,.1);
}

.detail-card:nth-child(3) .check-list li::before {
  background: var(--purple);
  box-shadow: 0 0 0 5px rgba(156,104,255,.1);
}

.scope-note {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 20px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}

.scope-note svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin-top: 2px;
  fill: none;
  stroke: var(--blue-light);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scope-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.scope-note strong {
  color: var(--text);
}

.applications-section {
  border-block: 1px solid rgba(179, 204, 235, 0.08);
  background:
    radial-gradient(circle at 13% 10%, rgba(27,118,255,.09), transparent 32%),
    rgba(255,255,255,.012);
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.application-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: rgba(9, 19, 33, 0.72);
}

.application-card::after {
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(105, 165, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(105, 165, 255, 0.025),
    0 0 0 57px rgba(105, 165, 255, 0.015);
  content: "";
}

.application-card > span {
  color: var(--blue-light);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.application-card h3 {
  max-width: 250px;
  margin: 19px 0 10px;
  font-size: 1.27rem;
  letter-spacing: -0.02em;
}

.application-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.mapping-section {
  position: relative;
  overflow: hidden;
}

.mapping-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(400px, 1.05fr);
  gap: 80px;
  align-items: center;
}

.mapping-visual {
  position: relative;
  min-height: 570px;
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(20, 35, 58, 0.88), rgba(6, 15, 26, 0.95));
  box-shadow: var(--shadow);
}

.mapping-visual::before {
  position: absolute;
  inset: 18px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 23px;
  content: "";
}

.mapping-visual img {
  width: 100%;
  height: 534px;
  border-radius: 24px;
  object-fit: cover;
}

.mapping-chip {
  position: absolute;
  z-index: 2;
  padding: 9px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(6, 15, 26, 0.84);
  color: #edf3fb;
  font-size: 0.75rem;
  font-weight: 750;
  backdrop-filter: blur(10px);
}

.chip-one { top: 50px; left: 44px; }
.chip-two { top: 44%; right: 35px; }
.chip-three { bottom: 48px; left: 44px; }

.mapping-copy > p:not(.eyebrow) {
  margin: 24px 0;
}

.mapping-output-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--line);
}

.mapping-output-list > div {
  padding: 19px 21px;
  background: rgba(11, 22, 37, 0.95);
}

.mapping-output-list strong,
.mapping-output-list span {
  display: block;
}

.mapping-output-list strong {
  margin-bottom: 3px;
  font-size: 0.97rem;
}

.mapping-output-list span {
  color: var(--muted);
  font-size: 0.89rem;
}

.disclaimer {
  padding: 16px 18px;
  border-left: 2px solid var(--purple);
  background: rgba(156,104,255,.055);
  color: #b7c2d2 !important;
  font-size: 0.86rem !important;
}

.process-section {
  border-block: 1px solid rgba(179, 204, 235, 0.08);
  background: rgba(255,255,255,.012);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-grid li {
  position: relative;
  min-height: 245px;
  padding: 28px 26px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(9, 19, 33, 0.65);
}

.process-grid li:first-child {
  border-radius: 24px 0 0 24px;
}

.process-grid li:last-child {
  border-right: 1px solid var(--line);
  border-radius: 0 24px 24px 0;
}

.process-grid li > span {
  color: var(--blue-light);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.process-grid li::after {
  position: absolute;
  top: 36px;
  right: -8px;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-top: 1px solid var(--line-strong);
  border-right: 1px solid var(--line-strong);
  background: #0b1727;
  content: "";
  transform: rotate(45deg);
}

.process-grid li:last-child::after {
  display: none;
}

.process-grid h3 {
  margin: 31px 0 11px;
  font-size: 1.25rem;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
}

.areas-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 70px;
  align-items: center;
}

.areas-copy > p:not(.eyebrow) {
  margin: 25px 0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #87b6ff;
  font-weight: 750;
}

.text-link svg {
  transition: transform 160ms ease;
}

.text-link:hover svg,
.text-link:focus-visible svg {
  transform: translateX(4px);
}

.city-panel {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 27px;
  background: linear-gradient(145deg, rgba(16, 31, 52, 0.84), rgba(8, 17, 29, 0.92));
  box-shadow: var(--shadow);
}

.city-panel-head {
  display: flex;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  color: #dce5f1;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-panel-head span:last-child {
  color: var(--muted-2);
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.city-grid span {
  position: relative;
  padding: 17px 20px 17px 38px;
  border-right: 1px solid rgba(179, 204, 235, 0.08);
  border-bottom: 1px solid rgba(179, 204, 235, 0.08);
  color: #d4deeb;
  font-size: 0.9rem;
}

.city-grid span:nth-child(3n) {
  border-right: 0;
}

.city-grid span:nth-last-child(-n+3) {
  border-bottom: 0;
}

.city-grid span::before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4e95ff;
  transform: translateY(-50%);
  content: "";
}

.city-grid span:nth-child(3n+2)::before {
  background: var(--green);
}

.city-grid span:nth-child(3n)::before {
  background: var(--purple);
}

.planning-section {
  border-block: 1px solid rgba(179, 204, 235, 0.08);
  background:
    radial-gradient(circle at 85% 55%, rgba(20,201,154,.07), transparent 32%),
    rgba(255,255,255,.012);
}

.planning-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}

.planning-card {
  position: sticky;
  top: calc(var(--header-height) + 35px);
  align-self: start;
}

.planning-card > p:not(.eyebrow) {
  margin: 25px 0 0;
}

.planning-points {
  display: grid;
  gap: 14px;
}

.planning-points article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(9, 19, 33, 0.75);
}

.planning-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(105, 165, 255, 0.22);
  border-radius: 17px;
  background: rgba(27,118,255,.09);
  color: #7fb2ff;
}

.planning-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.planning-points h3 {
  margin: 1px 0 5px;
  font-size: 1.12rem;
}

.planning-points p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 86px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: calc(var(--header-height) + 35px);
}

.faq-intro > p:not(.eyebrow) {
  margin: 25px 0 29px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(10, 20, 34, 0.78);
}

.faq-item summary {
  position: relative;
  padding: 21px 58px 21px 22px;
  font-weight: 730;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before,
.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #8ca4c2;
  content: "";
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.faq-item summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq-item[open] {
  border-color: rgba(105,165,255,.27);
  background: rgba(13, 26, 44, 0.9);
}

.faq-item > div {
  padding: 0 22px 21px;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
}

.contact-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(179, 204, 235, 0.08);
  background: linear-gradient(160deg, #071323 0%, #07111e 52%, #071723 100%);
}

.contact-glow {
  position: absolute;
  top: -260px;
  right: -160px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: rgba(27, 118, 255, 0.13);
  filter: blur(80px);
}

.contact-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  align-items: start;
}

.contact-copy > p:not(.eyebrow) {
  margin: 25px 0 28px;
}

.direct-contact {
  display: grid;
  gap: 12px;
}

.direct-contact > a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}

.direct-contact > a > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 14px;
  background: rgba(27,118,255,.12);
  color: #7eb1ff;
}

.direct-contact svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.direct-contact small,
.direct-contact strong {
  display: block;
}

.direct-contact small {
  color: var(--muted-2);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.direct-contact strong {
  overflow-wrap: anywhere;
  font-size: 0.94rem;
}

.quote-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.quote-checklist strong {
  width: 100%;
  margin-bottom: 3px;
  font-size: 0.87rem;
}

.quote-checklist span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.76rem;
}

.contact-form {
  padding: 31px;
  border: 1px solid var(--line-strong);
  border-radius: 29px;
  background: rgba(10, 21, 36, 0.88);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contact-form label:not(.consent) {
  display: block;
  margin-bottom: 15px;
}

.contact-form label > span:first-child {
  display: block;
  margin-bottom: 7px;
  color: #d7e0eb;
  font-size: 0.8rem;
  font-weight: 750;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(174, 195, 222, 0.18);
  border-radius: 13px;
  outline: none;
  background: rgba(255,255,255,.035);
  color: var(--text);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-form input,
.contact-form select {
  height: 50px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 145px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-form select option {
  background: #0d192a;
  color: var(--text);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #687991;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(78, 149, 255, 0.7);
  background: rgba(255,255,255,.055);
  box-shadow: 0 0 0 4px rgba(27,118,255,.1);
}

.contact-form [aria-invalid="true"] {
  border-color: #ff7f8d;
  box-shadow: 0 0 0 4px rgba(255, 91, 111, 0.09);
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 5px 0 20px;
  color: var(--muted);
  font-size: 0.82rem;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--blue);
}

.consent a {
  color: #8bb9ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.submit-button {
  width: 100%;
  border: 0;
}

.submit-button[disabled] {
  cursor: wait;
  opacity: 0.68;
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted-2);
  font-size: 0.73rem;
  text-align: center;
}

.form-status {
  display: none;
  margin-bottom: 17px;
  padding: 13px 15px;
  border-radius: 13px;
  font-size: 0.87rem;
}

.form-status.is-visible {
  display: block;
}

.form-status.success {
  border: 1px solid rgba(20,201,154,.32);
  background: rgba(20,201,154,.09);
  color: #86efcf;
}

.form-status.error {
  border: 1px solid rgba(255,91,111,.3);
  background: rgba(255,91,111,.08);
  color: #ffb2bc;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.site-footer {
  padding: 65px 0 24px;
  border-top: 1px solid var(--line);
  background: #040910;
}

.footer-top {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
  padding-bottom: 50px;
}

.footer-brand p {
  max-width: 360px;
  margin: 20px 0 0;
  color: var(--muted);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links strong {
  margin-bottom: 6px;
  font-size: 0.82rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 0.79rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom > div {
  display: flex;
  gap: 18px;
}

/* Legal pages */
.legal-page {
  min-height: 100vh;
}

.legal-hero {
  padding: 82px 0 45px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 0%, rgba(27,118,255,.16), transparent 30%),
    var(--bg);
}

.legal-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.legal-hero p {
  max-width: 680px;
  margin: 21px 0 0;
  color: var(--muted);
}

.legal-content {
  padding: 70px 0 100px;
}

.legal-content .legal-wrap {
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  gap: 70px;
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: calc(var(--header-height) + 30px);
  display: grid;
  gap: 7px;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}

.legal-nav a {
  padding: 8px 9px;
  border-radius: 9px;
  color: var(--muted);
  font-size: 0.86rem;
}

.legal-nav a:hover,
.legal-nav a:focus-visible {
  background: rgba(255,255,255,.045);
  color: var(--white);
}

.legal-copy section {
  margin-bottom: 42px;
}

.legal-copy h2 {
  margin: 0 0 13px;
  font-size: 1.6rem;
  letter-spacing: -0.025em;
}

.legal-copy h3 {
  margin: 24px 0 8px;
  font-size: 1.1rem;
}

.legal-copy p,
.legal-copy li {
  color: var(--muted);
}

.legal-copy ul {
  padding-left: 20px;
}

.legal-copy a {
  color: #8bb9ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-note {
  padding: 17px 19px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--blue);
  border-radius: 14px;
  background: rgba(27,118,255,.055);
}

/* Motion */
.reveal {
  opacity: 1;
  transform: none;
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(.2,.7,.2,1);
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1120px) {
  :root {
    --container: 1040px;
  }

  .primary-nav {
    gap: 20px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 800px;
  }

  .hero h1 {
    max-width: 900px;
  }

  .hero-services {
    max-width: none;
  }

  .service-image {
    height: 285px;
  }

  .mapping-layout {
    gap: 50px;
  }

  .areas-layout,
  .planning-layout,
  .faq-layout,
  .contact-layout {
    gap: 50px;
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 74px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .brand span {
    font-size: 0.92rem;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    align-content: start;
    gap: 0;
    padding: 28px 20px;
    background: rgba(5, 11, 20, 0.985);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav > a {
    padding: 15px 7px;
    border-bottom: 1px solid var(--line);
    font-size: 1.12rem;
  }

  .primary-nav > a::after {
    display: none;
  }

  .primary-nav .nav-cta {
    margin-top: 20px;
    padding: 15px 20px;
    border: 0;
    text-align: center;
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hero {
    padding-top: 42px;
  }

  .hero-services {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .hero-service {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-service:last-child {
    border-bottom: 0;
  }

  .service-image {
    height: 100%;
    min-height: 275px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .hero-service-body {
    min-height: 275px;
  }

  .quick-contact-grid {
    grid-template-columns: 1fr;
  }

  .quick-contact-grid > a,
  .quick-contact-grid > div {
    border-right: 0;
    border-bottom: 1px solid rgba(9, 22, 38, 0.1);
  }

  .quick-contact-grid > :last-child {
    border-bottom: 0;
  }

  .service-detail-grid,
  .application-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mapping-layout,
  .areas-layout,
  .planning-layout,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .mapping-visual {
    max-width: 700px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid li:nth-child(1) {
    border-radius: 24px 0 0 0;
  }

  .process-grid li:nth-child(2) {
    border-right: 1px solid var(--line);
    border-radius: 0 24px 0 0;
  }

  .process-grid li:nth-child(3) {
    border-radius: 0 0 0 24px;
  }

  .process-grid li:nth-child(4) {
    border-radius: 0 0 24px 0;
  }

  .process-grid li:nth-child(2)::after,
  .process-grid li:nth-child(4)::after {
    display: none;
  }

  .planning-card,
  .faq-intro {
    position: static;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .legal-content .legal-wrap {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .legal-nav {
    position: static;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .brand {
    gap: 9px;
  }

  .brand img {
    width: 42px;
    height: 44px;
    border-radius: 12px;
  }

  .brand span {
    max-width: 190px;
    overflow: hidden;
    font-size: 0.79rem;
    text-overflow: ellipsis;
  }

  .hero {
    min-height: auto;
    padding: 34px 0 38px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.35rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-service {
    display: block;
  }

  .service-image {
    height: 245px;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-service-body {
    min-height: 235px;
  }

  .quick-contact {
    padding-top: 10px;
  }

  .quick-contact-grid > a,
  .quick-contact-grid > div {
    padding: 16px;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 35px;
  }

  .section-heading h2,
  .mapping-copy h2,
  .areas-copy h2,
  .planning-card h2,
  .faq-intro h2,
  .contact-copy h2 {
    font-size: clamp(2.1rem, 11vw, 3.3rem);
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-detail-grid,
  .application-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .detail-card {
    min-height: auto;
    padding: 25px;
  }

  .application-card {
    min-height: 205px;
  }

  .mapping-layout,
  .areas-layout,
  .planning-layout,
  .faq-layout,
  .contact-layout {
    gap: 38px;
  }

  .mapping-visual {
    min-height: 420px;
    padding: 12px;
  }

  .mapping-visual::before {
    inset: 12px;
  }

  .mapping-visual img {
    height: 395px;
  }

  .mapping-chip {
    font-size: 0.68rem;
  }

  .chip-one { top: 30px; left: 28px; }
  .chip-two { right: 24px; }
  .chip-three { bottom: 30px; left: 28px; }

  .process-grid li,
  .process-grid li:first-child,
  .process-grid li:last-child,
  .process-grid li:nth-child(1),
  .process-grid li:nth-child(2),
  .process-grid li:nth-child(3),
  .process-grid li:nth-child(4) {
    min-height: auto;
    border: 1px solid var(--line);
    border-radius: 18px;
  }

  .process-grid {
    gap: 10px;
  }

  .process-grid li::after {
    display: none;
  }

  .city-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .city-grid span,
  .city-grid span:nth-child(3n),
  .city-grid span:nth-last-child(-n+3) {
    border-right: 1px solid rgba(179, 204, 235, 0.08);
    border-bottom: 1px solid rgba(179, 204, 235, 0.08);
  }

  .city-grid span:nth-child(2n) {
    border-right: 0;
  }

  .city-grid span:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .planning-points article {
    grid-template-columns: 45px 1fr;
    gap: 15px;
    padding: 19px;
  }

  .planning-icon {
    width: 45px;
    height: 45px;
    border-radius: 14px;
  }

  .planning-icon svg {
    width: 22px;
    height: 22px;
  }

  .contact-form {
    padding: 21px;
    border-radius: 23px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 430px) {
  .brand span {
    max-width: 145px;
  }

  .city-grid {
    grid-template-columns: 1fr;
  }

  .city-grid span,
  .city-grid span:nth-child(2n),
  .city-grid span:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid rgba(179, 204, 235, 0.08);
  }

  .city-grid span:last-child {
    border-bottom: 0;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-links > div:last-child {
    grid-column: auto;
  }
}


/* Static contact buttons: phone, email and WhatsApp */
.contact-options-panel {
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--line-strong);
  border-radius: 29px;
  background: rgba(10, 21, 36, 0.88);
  box-shadow: var(--shadow);
}

.contact-option {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 100px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.025);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-option:hover {
  transform: translateY(-2px);
  border-color: rgba(126,177,255,.45);
  background: rgba(255,255,255,.045);
}

.contact-option-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 17px;
  background: rgba(27,118,255,.13);
  color: #83b5ff;
}

.contact-option.whatsapp .contact-option-icon {
  background: rgba(37,211,102,.12);
  color: #6ee7a0;
}

.contact-option.email .contact-option-icon {
  background: rgba(124,92,255,.13);
  color: #b3a4ff;
}

.contact-option-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-option-copy {
  min-width: 0;
}

.contact-option-copy small,
.contact-option-copy strong,
.contact-option-copy em {
  display: block;
}

.contact-option-copy small {
  margin-bottom: 3px;
  color: var(--muted-2);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.contact-option-copy strong {
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: 1rem;
}

.contact-option-copy em {
  margin-top: 4px;
  color: var(--muted);
  font-size: .79rem;
  font-style: normal;
}

.contact-option-arrow {
  color: #8bb9ff;
  font-size: 1.45rem;
}

.contact-option.whatsapp .contact-option-arrow {
  color: #6ee7a0;
}

.contact-options-note {
  margin: 3px 0 0;
  color: var(--muted-2);
  font-size: .75rem;
  text-align: center;
}

.whatsapp-icon {
  background: rgba(37,211,102,.12) !important;
  color: #6ee7a0 !important;
}

@media (max-width: 560px) {
  .contact-options-panel {
    padding: 17px;
    border-radius: 23px;
  }

  .contact-option {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 15px;
  }

  .contact-option-icon {
    width: 48px;
    height: 48px;
  }

  .contact-option-copy strong {
    font-size: .9rem;
  }

  .contact-option-copy em {
    font-size: .73rem;
  }
}
