:root {
  --navy-950: #06152f;
  --navy-900: #0a1d3d;
  --navy-850: #122a53;
  --navy-800: #17376b;
  --red: #e5304f;
  --red-deep: #c92041;
  --red-soft: #f8dfe5;
  --white: #ffffff;
  --off-white: #f8f9fc;
  --soft-bg: #eef2f7;
  --soft-pink: #f3ecef;
  --text: #0c1a35;
  --text-soft: #64728a;
  --border-soft: rgba(12, 26, 53, 0.08);
  --shadow-soft: 0 16px 45px rgba(8, 22, 49, 0.08);
  --shadow-deep: 0 24px 60px rgba(5, 16, 38, 0.18);
  --container: 1220px;
  --radius-xl: 42px;
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(47, 101, 184, 0.08), transparent 22%),
    radial-gradient(circle at left center, rgba(229, 48, 79, 0.04), transparent 28%);
  z-index: -1;
}

.container {
  width: min(calc(100% - 36px), var(--container));
  margin: 0 auto;
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 16px 0;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(7, 22, 51, 0.92) 0%, rgba(7, 22, 51, 0.84) 100%);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand-logo {
  width: 82px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
  flex-shrink: 0;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.brand-name {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.brand-tagline {
  color: #ff4764;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

/* BUTTONS */
.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, background 0.25s ease;
}

.header-cta {
  color: var(--white);
  min-height: 62px;
  padding: 0 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.11) 0%, rgba(255,255,255,0.06) 100%);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 12px 30px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(180deg, #ef3656 0%, #cf2343 100%);
  box-shadow: 0 16px 34px rgba(229, 48, 79, 0.26), inset 0 1px 0 rgba(255,255,255,0.12);
}

.btn-primary:hover {
  filter: brightness(1.03);
  box-shadow: 0 18px 38px rgba(229, 48, 79, 0.32), inset 0 1px 0 rgba(255,255,255,0.12);
}

.btn-secondary {
  color: var(--white);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.btn-large {
  min-height: 66px;
  padding: 0 34px;
  font-size: 1.04rem;
}

/* HERO */
.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  background-image: url("images/hero-night.jpg");
  background-size: cover;
  background-position: center center;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 21, 47, 0.94) 0%, rgba(6, 21, 47, 0.72) 42%, rgba(6, 21, 47, 0.24) 100%),
    linear-gradient(180deg, rgba(6, 21, 47, 0.10) 0%, rgba(6, 21, 47, 0.46) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 120px 0 110px;
}

.hero-copy {
  max-width: 760px;
}

.hero-copy h1 {
  margin: 18px 0 16px;
  color: var(--white);
  font-size: clamp(2.9rem, 5.1vw, 5.9rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.94;
  max-width: 840px;
}

.hero-copy p {
  margin: 0;
  max-width: 660px;
  color: rgba(255,255,255,0.84);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.74;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

/* PILLS */
.pill,
.kicker,
.kicker-soft,
.mini-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pill-glass {
  color: var(--white);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.pill-outline {
  color: var(--white);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
}

.kicker,
.kicker-soft,
.mini-badge {
  color: #95263c;
  background: #f6edf0;
  border: 1px solid #ecd4da;
}

/* TRUST STRIP */
.hero-trust-section {
  position: relative;
  margin-top: -48px;
  z-index: 5;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hero-trust-item {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 18px;
  text-align: center;
  border-radius: 24px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(12, 26, 53, 0.06);
  box-shadow: var(--shadow-soft);
  font-weight: 700;
  color: var(--text);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-trust-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(8, 22, 49, 0.12);
}

/* SECTIONS */
.section {
  padding: 100px 0;
}

.section-light {
  padding-top: 72px;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 46px;
}

.section-heading h2 {
  margin: 20px 0 16px;
  color: var(--text);
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.section-heading p {
  margin: 0;
  max-width: 760px;
  color: var(--text-soft);
  font-size: 1.12rem;
  line-height: 1.76;
}

.section-heading-light h2 {
  color: var(--white);
}

.section-heading-light p {
  color: rgba(255,255,255,0.84);
}

/* CARDS */
.glass-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(8px);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.coverage-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 24px;
}

.service-card,
.why-card,
.coverage-card,
.trust-band-item,
.process-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover,
.why-card:hover,
.coverage-card:hover,
.trust-band-item:hover,
.process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(8, 22, 49, 0.12);
}

.service-card {
  padding: 34px 30px;
  border-radius: 28px;
}

.service-card h3,
.process-card h3,
.why-card h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 1.38rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.service-card p,
.process-card p,
.why-card p,
.coverage-card p,
.trust-band-item p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1.03rem;
  line-height: 1.72;
}

.accent-line {
  display: block;
  width: 118px;
  height: 8px;
  border-radius: 999px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, var(--red-deep) 0%, #f1c5ce 100%);
}

/* COVERAGE */
.coverage-section {
  padding-top: 64px;
}

.coverage-heading-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.coverage-heading {
  margin: 0;
  width: min(100%, 920px);
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  text-align: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(12, 26, 53, 0.05);
  box-shadow: var(--shadow-soft);
  color: var(--text);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
}

.coverage-shell {
  padding: 34px;
  border-radius: 42px;
  background: linear-gradient(180deg, #f4ecef 0%, #efe5e9 100%);
  border: 1px solid rgba(144, 74, 96, 0.08);
  box-shadow: var(--shadow-soft);
}

.coverage-image-panel {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(10, 25, 47, 0.88) 0%, rgba(10, 25, 47, 0.62) 46%, rgba(10, 25, 47, 0.22) 100%),
    url("images/motorway-night.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.coverage-image-copy {
  position: relative;
  z-index: 2;
  max-width: 540px;
  padding: 38px;
}

.coverage-image-copy h3 {
  margin: 18px 0 14px;
  color: var(--white);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.coverage-image-copy p {
  margin: 0;
  color: rgba(255,255,255,0.86);
  font-size: 1.06rem;
  line-height: 1.72;
}

.coverage-card {
  padding: 30px;
  border-radius: 24px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(12, 26, 53, 0.05);
  box-shadow: 0 10px 24px rgba(12, 26, 53, 0.05);
}

.coverage-card h4 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

/* PROCESS */
.process-section {
  background:
    radial-gradient(circle at top right, rgba(54, 110, 206, 0.22), transparent 28%),
    linear-gradient(180deg, #04183e 0%, #08275f 100%);
}

.process-card {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.97);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow-deep);
}

.process-number {
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8e8ec 0%, #f4dfe5 100%);
  color: var(--red-deep);
  font-size: 2.9rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

/* WHY */
.why-card {
  padding: 30px;
  border-radius: 28px;
}

.why-card-feature {
  background: linear-gradient(180deg, #f8edf0 0%, #f5e6ea 100%);
  border: 1px solid rgba(201, 32, 65, 0.1);
}

.why-card-feature .mini-badge {
  margin-bottom: 18px;
}

/* CTA */
.cta-section {
  padding-top: 58px;
}

.cta-panel {
  padding: 60px;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.9) 100%);
  border: 1px solid rgba(12, 26, 53, 0.05);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.cta-panel::after {
  content: "";
  position: absolute;
  inset: auto -120px -120px auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(229,48,79,0.10), transparent 70%);
  pointer-events: none;
}

.cta-panel h2 {
  margin: 22px 0 18px;
  max-width: 760px;
  color: var(--text);
  font-size: clamp(2.9rem, 5vw, 5.8rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.93;
  position: relative;
  z-index: 1;
}

.cta-panel p,
.cta-button {
  position: relative;
  z-index: 1;
}

.cta-panel p {
  margin: 0;
  max-width: 680px;
  color: var(--text-soft);
  font-size: 1.18rem;
  line-height: 1.76;
}

.cta-button {
  margin-top: 30px;
}

/* TRUST BAND */
.trust-band {
  padding: 0 0 24px;
}

.trust-band-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.trust-band-item {
  padding: 26px 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.88) 100%);
  border: 1px solid rgba(12, 26, 53, 0.06);
  box-shadow: 0 14px 34px rgba(8, 22, 49, 0.08);
}

.trust-band-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #95263c;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* FOOTER */
.site-footer {
  margin-top: 26px;
  padding: 56px 0 20px;
  background: linear-gradient(180deg, #06152f 0%, #081a38 100%);
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1.8fr;
  gap: 36px;
  align-items: start;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-logo {
  width: 86px;
  height: auto;
  object-fit: contain;
}

.footer-brand-copy h3 {
  margin: 0 0 6px;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.footer-brand-copy p {
  margin: 0;
  color: #ff4965;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.footer-column h4 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column li {
  margin-bottom: 10px;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
}

.footer-column a {
  color: rgba(255,255,255,0.72);
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.55);
  font-size: 0.95rem;
}

/* ANIMATION */
.reveal {
  animation: fadeUp 0.7s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* TABLET */
@media (max-width: 1100px) {
  .hero-trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid,
  .process-grid,
  .footer-columns,
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .coverage-cards,
  .trust-band-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }
}

/* MOBILE */
@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .site-header {
    padding: 12px 0;
  }

  .header-inner {
    align-items: center;
    gap: 12px;
  }

  .brand {
    gap: 10px;
    flex: 1;
    min-width: 0;
  }

  .brand-logo {
    width: 46px;
  }

  .brand-copy {
    gap: 2px;
  }

  .brand-name {
    font-size: 1.05rem;
    line-height: 1.05;
  }

  .brand-tagline {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: none;
  }

  .header-cta {
    min-height: 48px;
    padding: 0 16px;
    font-size: 0.92rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    background-image: url("images/hero-night-mobile.jpg");
    background-position: center center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(6, 21, 47, 0.68) 0%, rgba(6, 21, 47, 0.58) 40%, rgba(6, 21, 47, 0.84) 100%);
  }

  .hero-inner {
    padding: 82px 0 56px;
  }

  .pill {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .hero-copy h1 {
    margin: 16px 0 14px;
    font-size: clamp(2.35rem, 10vw, 3.3rem);
    line-height: 1;
    max-width: 100%;
  }

  .hero-copy p {
    font-size: 1rem;
    line-height: 1.65;
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 26px;
  }

  .btn,
  .btn-primary,
  .btn-secondary {
    width: 100%;
    min-height: 56px;
    font-size: 1rem;
  }

  .btn-secondary {
    background: rgba(255,255,255,0.92);
    color: var(--text);
    border: 1px solid rgba(12, 26, 53, 0.08);
    box-shadow: 0 12px 28px rgba(8, 22, 49, 0.1);
  }

  .hero-trust-section {
    margin-top: 0;
    padding: 14px 0 0;
    background: #081a38;
  }

  .hero-trust {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-trust-item {
    min-height: auto;
    padding: 18px 18px;
    border-radius: 18px;
    font-size: 1rem;
    justify-content: flex-start;
    text-align: left;
    background: rgba(255,255,255,0.08);
    color: var(--white);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: none;
  }

  .section,
  .section-light,
  .section-soft,
  .coverage-section,
  .cta-section {
    padding: 60px 0;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .kicker,
  .kicker-soft,
  .mini-badge {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  .section-heading h2,
  .cta-panel h2,
  .coverage-heading,
  .coverage-image-copy h3 {
    font-size: clamp(2rem, 8vw, 2.8rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
  }

  .section-heading p,
  .coverage-image-copy p,
  .cta-panel p,
  .service-card p,
  .why-card p,
  .process-card p,
  .coverage-card p,
  .trust-band-item p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .services-grid,
  .process-grid,
  .why-grid,
  .coverage-cards,
  .trust-band-inner,
  .footer-columns,
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card,
  .process-card,
  .why-card,
  .coverage-card,
  .trust-band-item {
    padding: 22px;
    border-radius: 20px;
  }

  .process-number {
    width: 82px;
    height: 82px;
    font-size: 2rem;
    border-radius: 20px;
    margin-bottom: 18px;
  }

  .coverage-heading-wrap {
    margin-bottom: 18px;
  }

  .coverage-heading {
    width: 100%;
    min-height: auto;
    padding: 20px 18px;
    border-radius: 22px;
    justify-content: flex-start;
    text-align: left;
  }

  .coverage-shell {
    padding: 16px;
    border-radius: 24px;
  }

  .coverage-image-panel {
    min-height: auto;
    border-radius: 20px;
    background-position: center right;
  }

  .coverage-image-copy {
    padding: 22px;
    max-width: 100%;
  }

  .cta-panel {
    padding: 24px 22px;
    border-radius: 24px;
  }

  .cta-button {
    margin-top: 22px;
    width: 100%;
  }

  .trust-band {
    padding: 0 0 18px;
  }

  .trust-band-item {
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.9) 100%);
  }

  .site-footer {
    padding: 38px 0 18px;
  }

  .footer-brand {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
  }

  .footer-logo {
    width: 58px;
    flex-shrink: 0;
  }

  .footer-brand-copy h3 {
    font-size: 1.05rem;
    line-height: 1.1;
  }

  .footer-brand-copy p {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .footer-column {
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .footer-column h4 {
    margin-bottom: 10px;
    font-size: 0.86rem;
  }

  .footer-column li,
  .footer-column a {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .footer-bottom {
    margin-top: 18px;
    padding-top: 16px;
  }

  .footer-bottom p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .reveal {
    animation: none;
  }
}