:root {
  --ink: #08090d;
  --muted: #626875;
  --line: #d7dbe3;
  --paper: #f1f3f7;
  --white: #ffffff;
  --platinum: #e5e7eb;
  --silver: #c3c8d2;
  --graphite: #090b12;
  --graphite-soft: #181b25;
  --pink: #ff4da6;
  --blue: #246bff;
  --ice-blue: #dfeaff;
  --shadow: 0 26px 70px rgba(8, 9, 13, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 12% 18%, rgba(36, 107, 255, 0.18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 77, 166, 0.17), transparent 26%),
    linear-gradient(180deg, #f8f9fb 0%, #e6e9ef 100%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 9, 13, 0.92);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.brand,
.main-nav,
.trust-list,
.hero-actions,
.split-fields {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), var(--silver)) padding-box,
    linear-gradient(135deg, var(--pink), var(--blue)) border-box;
  border: 1px solid transparent;
  color: var(--ink);
  font-size: 0.82rem;
  letter-spacing: 0;
}

.main-nav {
  gap: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.main-nav a {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.main-nav a:hover {
  color: var(--pink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 440px);
  gap: clamp(28px, 5vw, 80px);
  min-height: calc(100vh - 72px);
  padding: clamp(52px, 7vw, 92px) clamp(18px, 4vw, 64px) clamp(52px, 6vw, 84px);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(241, 243, 247, 0.99) 0%, rgba(241, 243, 247, 0.9) 34%, rgba(241, 243, 247, 0.18) 72%),
    linear-gradient(135deg, rgba(36, 107, 255, 0.16), rgba(195, 200, 210, 0.18) 42%, rgba(255, 77, 166, 0.15)),
    linear-gradient(0deg, rgba(8, 9, 13, 0.18), rgba(8, 9, 13, 0.02)),
    url("assets/covercrew-hero.png") center right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 18%;
  z-index: -1;
  background: linear-gradient(0deg, var(--paper), rgba(241, 243, 247, 0));
}

.hero-copy {
  max-width: 720px;
  align-self: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.75rem, 6.1vw, 6.15rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.lede {
  max-width: 620px;
  color: #394052;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 24px;
}

.primary-action,
.secondary-action,
.quote-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  font-weight: 800;
}

.primary-action {
  padding: 0 20px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(36, 107, 255, 0.24);
}

.secondary-action {
  padding: 0 18px;
  border: 1px solid rgba(16, 18, 22, 0.12);
  background: rgba(255, 255, 255, 0.76);
}

.trust-list {
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  border: 1px solid rgba(16, 18, 22, 0.08);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.78);
  color: #282d39;
  font-weight: 750;
}

.quote-card {
  scroll-margin-top: 96px;
  align-self: center;
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, var(--silver), var(--blue), var(--pink)) border-box;
  border: 2px solid transparent;
  box-shadow: var(--shadow);
}

.form-header h2 {
  margin-bottom: 2px;
  font-size: 1.55rem;
  line-height: 1.12;
}

label {
  display: grid;
  gap: 7px;
  color: #272d38;
  font-size: 0.9rem;
  font-weight: 780;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #ced6e3;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 560;
}

input,
select {
  height: 46px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  min-height: 94px;
  padding: 11px 12px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(36, 107, 255, 0.22);
  border-color: var(--blue);
}

.split-fields {
  align-items: start;
  gap: 12px;
}

.split-fields label {
  flex: 1 1 0;
  min-width: 0;
}

.consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
}

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

.quote-card button {
  width: 100%;
  border: 0;
  background: linear-gradient(135deg, var(--ink), #293241);
  color: var(--white);
  cursor: pointer;
  font-size: 1rem;
}

.quote-card button:hover {
  background: linear-gradient(135deg, #05070a, #202739);
}

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

.muted-warning {
  border-top: 1px solid var(--line);
  padding-top: 10px;
  color: #6d5260;
  font-size: 0.8rem;
}

.sector-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 clamp(18px, 4vw, 64px) clamp(56px, 7vw, 92px);
}

.sector-strip article {
  min-height: 220px;
  padding: 26px;
  background: var(--white);
  border: 1px solid rgba(16, 18, 22, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(16, 18, 22, 0.08);
}

.sector-strip article:nth-child(1) {
  border-top: 5px solid var(--silver);
}

.sector-strip article:nth-child(2) {
  border-top: 5px solid var(--pink);
}

.sector-strip article:nth-child(3) {
  border-top: 5px solid var(--platinum);
}

.sector-strip article:nth-child(4) {
  border-top: 5px solid var(--blue);
}

.icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--ice-blue);
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 900;
}

.sector-strip h2,
.cover-section h2,
.process-section h2 {
  line-height: 1.03;
  letter-spacing: 0;
}

.sector-strip h2 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.sector-strip p,
.cover-grid p,
.steps p,
.cover-section > div:first-child p,
.site-footer p {
  color: var(--muted);
}

.cover-section,
.process-section {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(54px, 7vw, 96px) clamp(18px, 4vw, 64px);
}

.cover-section {
  background: var(--graphite);
  color: var(--white);
}

.cover-section h2,
.process-section h2 {
  max-width: 580px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
}

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

.cover-grid article {
  min-height: 150px;
  padding: 22px;
  border-top: 4px solid var(--blue);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.cover-section > div:first-child p,
.cover-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.cover-grid h3,
.steps h3 {
  margin-bottom: 8px;
  font-size: 1.06rem;
}

.process-section {
  align-items: start;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(16, 18, 22, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(16, 18, 22, 0.08);
}

.steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--silver), var(--white));
  color: var(--ink);
  font-weight: 900;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 64px);
  background: var(--graphite);
  color: var(--white);
}

.site-footer p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.site-footer a {
  font-weight: 800;
  white-space: nowrap;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.policy-page {
  padding: clamp(46px, 7vw, 92px) clamp(18px, 4vw, 64px);
}

.policy-shell {
  max-width: 980px;
  margin: 0 auto;
}

.policy-intro {
  margin-bottom: 34px;
}

.policy-intro h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
}

.policy-intro p {
  max-width: 720px;
  color: #394052;
  font-size: 1.05rem;
}

.policy-date {
  font-weight: 800;
}

.policy-content {
  display: grid;
  gap: 14px;
}

.policy-content section {
  padding: 24px;
  border: 1px solid rgba(16, 18, 22, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 36px rgba(8, 9, 13, 0.08);
}

.policy-content h2 {
  margin-bottom: 10px;
  font-size: 1.34rem;
}

.policy-content p,
.policy-content li {
  color: var(--muted);
}

.policy-content p:last-child,
.policy-content ul {
  margin-bottom: 0;
}

.policy-content a {
  color: var(--blue);
  font-weight: 800;
}

@media (max-width: 980px) {
  .hero,
  .cover-section,
  .process-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .quote-card {
    max-width: 640px;
  }

  .sector-strip,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
    gap: 12px;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    padding-top: 4px;
  }

  .call-link {
    padding: 9px 11px;
    font-size: 0.86rem;
  }

  .hero {
    padding-top: 44px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(241, 243, 247, 0.98) 0%, rgba(241, 243, 247, 0.88) 42%, rgba(241, 243, 247, 0.38) 100%),
      linear-gradient(135deg, rgba(36, 107, 255, 0.18), rgba(255, 77, 166, 0.15)),
      url("assets/covercrew-hero.png") center top / cover no-repeat;
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 4.5rem);
  }

  .sector-strip,
  .cover-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .split-fields {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .brand {
    font-size: 0.92rem;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .main-nav {
    font-size: 0.86rem;
  }

  .hero-actions a {
    width: 100%;
  }
}

.trust-panel{max-width:610px;margin-top:18px;padding:16px 18px;border-left:5px solid var(--pink);border-radius:8px;background:rgba(255,255,255,.82);box-shadow:0 12px 28px rgba(16,18,22,.08)}.trust-panel p{margin:0;color:#303746;font-weight:720}.sector-strip>*{min-height:220px;padding:26px;background:var(--white);border:1px solid rgba(16,18,22,.08);border-radius:8px;box-shadow:0 16px 36px rgba(16,18,22,.08);transition:transform 160ms ease,border-color 160ms ease}.sector-strip>*:hover,.industry-grid a:hover{transform:translateY(-2px);border-color:rgba(36,107,255,.28)}.sector-strip>*:nth-child(1){border-top:5px solid var(--silver)}.sector-strip>*:nth-child(2){border-top:5px solid var(--pink)}.sector-strip>*:nth-child(3){border-top:5px solid var(--platinum)}.sector-strip>*:nth-child(4){border-top:5px solid var(--blue)}.industry-links{display:grid;grid-template-columns:.76fr 1.24fr;gap:clamp(30px,6vw,90px);padding:clamp(54px,7vw,96px) clamp(18px,4vw,64px);background:#fbfcff}.industry-links h2{max-width:560px;margin-bottom:0;font-size:clamp(2rem,4vw,3.6rem);line-height:1.03}.industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.industry-grid a{min-height:172px;padding:22px;border:1px solid rgba(16,18,22,.08);border-radius:8px;background:var(--white);box-shadow:0 16px 36px rgba(16,18,22,.08);color:var(--muted);transition:transform 160ms ease,border-color 160ms ease}.industry-grid span{display:block;margin-bottom:12px;color:var(--ink);font-size:1.08rem;font-weight:850}.landing-page{padding:clamp(46px,7vw,92px) clamp(18px,4vw,64px)}.landing-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(28px,5vw,72px);align-items:center;max-width:1180px;margin:0 auto clamp(40px,6vw,74px)}.landing-hero h1{font-size:clamp(2.7rem,5.6vw,5.6rem)}.landing-hero p{color:#394052;font-size:clamp(1.08rem,2vw,1.28rem)}.landing-media{min-height:360px;border-radius:8px;background:linear-gradient(135deg,rgba(8,9,13,.18),rgba(36,107,255,.08)),url("assets/high-street-businesses.png") center/cover no-repeat;box-shadow:var(--shadow)}.landing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1180px;margin:0 auto}.landing-grid article,.thanks-panel{padding:24px;border:1px solid rgba(16,18,22,.08);border-radius:8px;background:rgba(255,255,255,.86);box-shadow:0 16px 36px rgba(8,9,13,.08)}.landing-grid p,.thanks-panel p{color:var(--muted)}.thanks-panel{max-width:720px;margin:0 auto}@media(max-width:980px){.industry-links,.landing-hero{grid-template-columns:1fr}.industry-grid,.landing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.industry-grid,.landing-grid{grid-template-columns:1fr}}
