﻿:root {
  --bg: #07111f;
  --bg-soft: #0d1b2d;
  --surface: rgba(12, 27, 45, 0.72);
  --surface-strong: rgba(8, 19, 34, 0.9);
  --surface-light: #f3f7fb;
  --text: #dce8f7;
  --text-strong: #f7fbff;
  --text-dark: #112033;
  --muted: #8fa6bf;
  --line: rgba(159, 187, 214, 0.22);
  --line-strong: rgba(159, 187, 214, 0.34);
  --brand: #4fb0ff;
  --brand-strong: #1277c8;
  --accent: #83d6b4;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(79, 176, 255, 0.18), transparent 32%),
    radial-gradient(circle at 20% 20%, rgba(131, 214, 180, 0.12), transparent 28%),
    linear-gradient(180deg, #08111d 0%, #0c1726 45%, #101d31 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.brand-wordmark,
.section-title,
.hero-title,
.footer-title {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.03em;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  color: #8fd1ff;
}

.site-shell {
  position: relative;
  overflow: hidden;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.55;
}

.site-shell::before {
  top: 80px;
  right: -140px;
  width: 320px;
  height: 320px;
  background: rgba(79, 176, 255, 0.18);
}

.site-shell::after {
  left: -120px;
  bottom: 120px;
  width: 280px;
  height: 280px;
  background: rgba(131, 214, 180, 0.14);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 1rem 0;
  backdrop-filter: blur(18px);
  background: rgba(6, 14, 26, 0.72);
  border-bottom: 1px solid rgba(159, 187, 214, 0.1);
}

.navbar {
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: rgba(10, 23, 39, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.navbar-brand {
  gap: 0.35rem;
}

.site-logo {
  height: 58px;
  width: auto;
}

.brand-wordmark {
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text-strong);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.18);
}

.navbar-toggler:focus,
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.18rem rgba(79, 176, 255, 0.28);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.navbar-nav {
  gap: 0.4rem;
}

.nav-link {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.nav-link-subtle {
  color: var(--muted);
}

.nav-link-cta {
  color: var(--text-strong);
  background: linear-gradient(135deg, rgba(79, 176, 255, 0.2), rgba(131, 214, 180, 0.18));
  border: 1px solid rgba(79, 176, 255, 0.26);
}

.site-main {
  padding: 0 0 4rem;
}

.hero-section {
  position: relative;
  padding: 4.5rem 0 3rem;
}

.hero-backdrop {
  position: absolute;
  inset: 1.25rem 1rem 0;
  border-radius: 36px;
  background:
    linear-gradient(120deg, rgba(3, 10, 18, 0.84), rgba(7, 19, 34, 0.52)),
    url("/images/dartmoor2.jpg") center/cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.93) 0%, rgba(7, 17, 31, 0.62) 48%, rgba(7, 17, 31, 0.36) 100%);
}

.hero-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(rgba(79, 176, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 176, 255, 0.14) 1px, transparent 1px),
    radial-gradient(circle at 76% 24%, rgba(143, 209, 255, 0.26) 0, rgba(143, 209, 255, 0.26) 2px, transparent 3px),
    radial-gradient(circle at 83% 42%, rgba(131, 214, 180, 0.24) 0, rgba(131, 214, 180, 0.24) 2px, transparent 3px),
    radial-gradient(circle at 71% 61%, rgba(143, 209, 255, 0.22) 0, rgba(143, 209, 255, 0.22) 2px, transparent 3px);
  background-size: 40px 40px, 40px 40px, auto, auto, auto;
  mask-image: linear-gradient(112deg, transparent 10%, rgba(0, 0, 0, 0.9) 36%, rgba(0, 0, 0, 0.45) 78%, transparent 100%);
  opacity: 0.78;
}

.hero-panel {
  position: relative;
  z-index: 1;
  max-width: 760px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.5rem 0 4rem;
}

.hero-panel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7rem;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 176, 255, 0.12), rgba(79, 176, 255, 0));
  filter: blur(18px);
  transform: translateY(-50%);
  pointer-events: none;
}

.hero-circuit {
  position: absolute;
  right: 2.5rem;
  bottom: 2.2rem;
  z-index: 1;
  width: min(360px, 38vw);
  height: 220px;
  pointer-events: none;
  opacity: 0.92;
}

.circuit-line,
.circuit-node {
  position: absolute;
  display: block;
}

.circuit-line {
  background: linear-gradient(90deg, rgba(131, 214, 180, 0.08), rgba(143, 209, 255, 0.72), rgba(131, 214, 180, 0.12));
  box-shadow: 0 0 14px rgba(79, 176, 255, 0.18);
}

.circuit-line-1 {
  left: 8%;
  right: 28%;
  top: 22%;
  height: 1px;
}

.circuit-line-2 {
  right: 18%;
  top: 22%;
  width: 1px;
  height: 34%;
  background: linear-gradient(rgba(143, 209, 255, 0.7), rgba(131, 214, 180, 0.18));
}

.circuit-line-3 {
  left: 34%;
  right: 8%;
  bottom: 22%;
  height: 1px;
}

.circuit-line-4 {
  left: 34%;
  bottom: 22%;
  width: 1px;
  height: 32%;
  background: linear-gradient(rgba(143, 209, 255, 0.18), rgba(143, 209, 255, 0.7));
}

.circuit-node {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 251, 255, 0.95) 0, rgba(143, 209, 255, 0.92) 36%, rgba(79, 176, 255, 0.3) 72%, rgba(79, 176, 255, 0) 100%);
  box-shadow: 0 0 18px rgba(79, 176, 255, 0.32);
}

.circuit-node-1 {
  left: 6%;
  top: calc(22% - 6px);
}

.circuit-node-2 {
  right: calc(18% - 6px);
  top: calc(22% - 6px);
}

.circuit-node-3 {
  left: calc(34% - 6px);
  bottom: calc(22% - 6px);
}

.circuit-node-4 {
  right: 6%;
  bottom: calc(22% - 6px);
}

.hero-circuit::before,
.hero-circuit::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(143, 209, 255, 0.16);
}

.hero-circuit::before {
  top: 17%;
  right: 12%;
  width: 82px;
  height: 22px;
  background: linear-gradient(90deg, rgba(79, 176, 255, 0.1), rgba(79, 176, 255, 0.02));
}

.hero-circuit::after {
  left: 16%;
  bottom: 17%;
  width: 96px;
  height: 24px;
  background: linear-gradient(90deg, rgba(131, 214, 180, 0.1), rgba(131, 214, 180, 0.02));
}

.section-eyebrow,
.footer-eyebrow,
.feature-kicker {
  margin-bottom: 0.85rem;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-title,
.section-title {
  color: var(--text-strong);
}

.hero-title {
  max-width: 12ch;
  margin-bottom: 1.2rem;
  font-size: clamp(2.75rem, 6vw, 4.8rem);
  line-height: 0.98;
}

.hero-copy,
.section-lead,
.section-copy,
.footer-copy,
.footer-meta {
  max-width: 64ch;
  color: var(--text);
  font-size: 1.06rem;
  line-height: 1.75;
}

.hero-copy {
  max-width: 58ch;
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1.6rem;
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.88rem 1.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-brand,
.btn-primary {
  color: #061120;
  background: linear-gradient(135deg, #91ddff, #4fb0ff);
  border: 0;
  box-shadow: 0 18px 35px rgba(18, 119, 200, 0.28);
}

.btn-brand:hover,
.btn-primary:hover {
  color: #061120;
  background: linear-gradient(135deg, #ace7ff, #67bfff);
}

.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.06);
}

.btn-outline-light:hover {
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
}

.hero-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-trust-strip span {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  color: var(--text-strong);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(79, 176, 255, 0.1));
  border: 1px solid rgba(143, 209, 255, 0.22);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.section-block,
.page-hero {
  padding: 3rem 0;
}

.section-block-tight {
  padding-top: 1rem;
}

.section-block-alt {
  margin: 1rem;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(241, 247, 252, 0.95), rgba(222, 234, 245, 0.92));
  color: var(--text-dark);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.12);
}

.section-block-alt .section-eyebrow {
  color: var(--brand-strong);
}

.section-block-alt .section-title,
.section-block-alt .section-lead,
.section-block-alt .section-copy,
.section-block-alt a {
  color: var(--text-dark);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 2.5rem;
}

.section-title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.section-lead {
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.12rem;
}

.section-copy {
  color: var(--muted);
}

.feature-card,
.content-panel,
.page-hero-compact,
.profile-frame {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 30, 49, 0.88), rgba(9, 20, 34, 0.92));
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 2rem;
}

.feature-card h2,
.feature-card h3,
.panel-title {
  margin-bottom: 0.9rem;
  color: var(--text-strong);
  font-size: 1.4rem;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.feature-link {
  display: inline-flex;
  align-items: center;
  margin-top: 1.35rem;
  color: var(--text-strong);
  font-weight: 700;
}

.feature-link::after {
  content: "->";
  margin-left: 0.55rem;
  color: var(--accent);
  transition: transform 0.2s ease;
}

.feature-link:hover::after {
  transform: translateX(3px);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.trust-stat {
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(15, 31, 50, 0.82), rgba(9, 20, 34, 0.94));
  box-shadow: var(--shadow);
}

.trust-value {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--text-strong);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

.trust-label {
  color: var(--muted);
  line-height: 1.6;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.value-card {
  padding: 1.8rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(17, 32, 51, 0.08);
  box-shadow: 0 12px 28px rgba(17, 32, 51, 0.08);
}

.value-card h3 {
  margin-bottom: 0.85rem;
  color: var(--text-dark);
  font-size: 1.3rem;
}

.value-card p {
  margin-bottom: 0;
  color: rgba(17, 32, 51, 0.78);
  line-height: 1.7;
}

.cta-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.8rem 2rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(17, 32, 51, 0.92), rgba(22, 53, 84, 0.9));
  box-shadow: 0 16px 34px rgba(17, 32, 51, 0.18);
}

.cta-kicker {
  margin-bottom: 0.45rem;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-title {
  margin-bottom: 0;
  color: var(--text-strong);
  font-size: 1.5rem;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.btn-outline-darkish {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.05);
}

.btn-outline-darkish:hover {
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.1);
}

.page-hero-compact {
  margin: 2rem 1rem 0;
  padding: 2.5rem 0;
}

.service-summary-grid,
.service-approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-summary-card,
.service-detail-panel,
.service-side-note {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.service-summary-card {
  padding: 2rem;
  background: linear-gradient(180deg, rgba(14, 30, 49, 0.88), rgba(9, 20, 34, 0.92));
}

.service-summary-card h2,
.service-side-note h3 {
  margin-bottom: 0.9rem;
  color: var(--text-strong);
  font-size: 1.5rem;
}

.service-summary-card p,
.service-side-note p {
  color: var(--muted);
  line-height: 1.75;
}

.service-bullet-list {
  margin: 1.25rem 0 0;
  padding-left: 1.2rem;
  color: var(--text);
}

.service-bullet-list li + li {
  margin-top: 0.6rem;
}

.service-detail-panel {
  padding: 2rem;
  background: linear-gradient(180deg, rgba(14, 30, 49, 0.82), rgba(9, 20, 34, 0.96));
}

.service-detail-title {
  max-width: 14ch;
}

.service-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  color: var(--text-strong);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(79, 176, 255, 0.08));
  border: 1px solid rgba(143, 209, 255, 0.16);
}

.service-side-note {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.04);
}

.service-cta-banner {
  margin-top: 1.5rem;
}

.service-note {
  margin-top: 1.5rem;
  color: var(--muted);
  text-align: center;
}

.profile-frame {
  display: inline-block;
  padding: 0.9rem;
}

.profile-photo {
  max-width: 280px;
  border-radius: calc(var(--radius-lg) - 6px);
}

.contact-intro {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.contact-phone {
  margin-bottom: 0;
  color: var(--text-strong);
  font-size: 1.05rem;
}

.contact-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-quick-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.4rem 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  color: var(--text);
  background: linear-gradient(180deg, rgba(14, 30, 49, 0.88), rgba(9, 20, 34, 0.94));
  box-shadow: var(--shadow);
}

.contact-quick-card strong {
  color: var(--text-strong);
  font-size: 1.2rem;
}

.contact-quick-card span:last-child {
  color: var(--muted);
  line-height: 1.6;
}

.contact-quick-label {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.content-panel {
  padding: 2rem;
}

.contact-panel {
  height: 100%;
}

.form-intro {
  margin-bottom: 1.25rem;
}

.form-label {
  color: var(--text-strong);
  font-weight: 700;
}

.form-control,
.form-select {
  min-height: 3.25rem;
  color: var(--text-strong);
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
}

.form-control::placeholder {
  color: rgba(220, 232, 247, 0.5);
}

.form-control:focus,
.form-select:focus {
  color: var(--text-strong);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(79, 176, 255, 0.45);
}

.form-check {
  padding: 0.85rem 1rem 0.85rem 2.5rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.service-check-grid {
  display: grid;
  gap: 0.85rem;
}

.form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.form-note {
  color: var(--muted);
}

.form-help-text {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-address {
  color: var(--text-strong);
  line-height: 1.8;
}

.contact-side-list {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.contact-side-item {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-side-item strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--text-strong);
}

.contact-side-item span {
  color: var(--muted);
  line-height: 1.6;
}

.map-frame {
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
}

.site-footer {
  padding: 2rem 0 2.5rem;
}

.footer-title {
  margin-bottom: 0.8rem;
  color: var(--text-strong);
  font-size: 2rem;
}

.footer-heading {
  margin-bottom: 0.8rem;
  color: var(--text-strong);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-link-wrap,
.footer-bar,
.footer-copy,
.footer-meta {
  color: var(--muted);
}

.footer-link-wrap a {
  color: var(--text-strong);
}

.footer-bar {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(159, 187, 214, 0.12);
}

@media (max-width: 991.98px) {
  .navbar {
    border-radius: 28px;
  }

  .nav-link-cta {
    margin-top: 0.35rem;
  }

  .hero-panel {
    min-height: 520px;
    padding: 4rem 0 3.5rem;
  }

  .hero-panel::after {
    right: -8rem;
    width: 240px;
    height: 240px;
  }

  .hero-circuit {
    right: 1.5rem;
    bottom: 1.5rem;
    width: min(300px, 42vw);
    height: 190px;
  }

  .trust-band,
  .value-grid,
  .service-summary-grid,
  .service-approach-grid,
  .contact-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-banner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .site-header {
    padding: 0.75rem 0;
  }

  .site-logo {
    height: 50px;
  }

  .hero-section {
    padding-top: 2.5rem;
  }

  .hero-backdrop,
  .section-block-alt,
  .page-hero-compact {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .hero-panel {
    min-height: 500px;
    padding: 3.5rem 0 3rem;
  }

  .hero-panel::after {
    display: none;
  }

  .hero-circuit {
    width: 100%;
    max-width: 280px;
    height: 120px;
    margin: 0.75rem 0 0 auto;
    position: relative;
    right: auto;
    bottom: auto;
  }

  .content-panel,
  .feature-card {
    padding: 1.5rem;
  }

  .trust-band,
  .value-grid,
  .service-summary-grid,
  .service-approach-grid,
  .contact-quick-grid {
    grid-template-columns: 1fr;
  }

  .trust-stat,
  .value-card,
  .cta-banner,
  .service-summary-card,
  .service-detail-panel,
  .service-side-note {
    padding: 1.4rem;
  }

  .cta-title {
    font-size: 1.25rem;
  }

  .form-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-block,
  .page-hero {
    padding: 2.25rem 0;
  }
}
