:root {
  --blue: #2155cd;
  --blue-dark: #143886;
  --orange: #f58a24;
  --orange-dark: #c75f00;
  --ink: #152238;
  --muted: #5a687c;
  --paper: #ffffff;
  --soft: #f2f5fa;
  --line: #d9e1ee;
  --success: #126b42;
  --warning: #925100;
  --radius: 18px;
  --shadow: 0 18px 48px rgba(28, 52, 94, .13);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue-dark); text-underline-offset: 3px; }
a:hover { color: var(--orange-dark); }
button, input, select, textarea { font: inherit; }
button, .button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.sr-only { position: absolute; 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; left: 1rem; top: -5rem; z-index: 1000; background: var(--ink); color: white; padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2.5rem), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2.5rem), 780px); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-soft { background: var(--soft); }
.section-blue { background: var(--blue); color: white; }
.section-blue a:not(.button) { color: white; }
.eyebrow { margin: 0 0 .55rem; color: var(--orange-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .09em; font-size: .83rem; }
.section-blue .eyebrow { color: #ffd09f; }
h1, h2, h3 { font-family: Sora, Arial, sans-serif; line-height: 1.08; letter-spacing: -.035em; margin: 0 0 1rem; }
h1 { font-size: clamp(2.45rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.1rem, 2vw, 1.3rem); max-width: 63ch; color: var(--muted); }
.section-blue .lead { color: #e8efff; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .8rem 1.2rem;
  border: 2px solid var(--orange);
  border-radius: 999px;
  background: var(--orange);
  color: #251303;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { color: #251303; background: #ff9d40; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(245,138,36,.28); }
.button-secondary { background: transparent; border-color: var(--blue); color: var(--blue); }
.button-secondary:hover { background: var(--blue); color: white; }
.section-blue .button-secondary { border-color: white; color: white; }
.section-blue .button-secondary:hover { background: white; color: var(--blue); }
.button-small { min-height: 42px; padding: .55rem 1rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: block; width: 142px; overflow: hidden; }
.brand img { width: 142px; height: 62px; object-fit: cover; object-position: center 77%; }
.main-nav { display: flex; align-items: center; gap: 1.2rem; }
.main-nav > a:not(.button) { color: var(--ink); text-decoration: none; font-weight: 700; padding: .7rem 0; border-bottom: 3px solid transparent; }
.main-nav > a:not(.button):hover, .main-nav > a[aria-current="page"]:not(.button) { color: var(--blue); border-color: var(--orange); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .7rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 27px; height: 3px; margin: 5px; border-radius: 3px; background: var(--ink); }

.hero { padding: clamp(2.5rem, 6vw, 5.3rem) 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.hero h1 span { color: var(--blue); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy::before { content: ""; position: absolute; width: 76px; height: 10px; left: 0; top: -1.5rem; border-radius: 10px; background: var(--orange); }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: -1.2rem 1.2rem 1.2rem -1.2rem; border-radius: 28px; background: var(--blue); transform: rotate(-2deg); }
.hero-visual img { position: relative; aspect-ratio: 3/2; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.hero-badge { position: absolute; left: -1.3rem; bottom: 1.2rem; z-index: 3; max-width: 210px; padding: 1rem 1.15rem; border-radius: 14px; background: var(--orange); color: #231305; font-family: Sora, Arial, sans-serif; font-weight: 800; line-height: 1.25; box-shadow: var(--shadow); }
.trust-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; color: var(--muted); font-weight: 600; }
.trust-row span::before { content: "✓"; color: var(--blue); font-weight: 900; margin-right: .35rem; }

.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: -1.5rem; position: relative; z-index: 5; }
.quick-card { padding: clamp(1.4rem, 3vw, 2.2rem); border-radius: var(--radius); background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.quick-card.orange { background: var(--orange); border-color: var(--orange); }
.quick-card p:last-child { margin-bottom: 0; }
.postcode-form { display: flex; gap: .65rem; margin-top: 1rem; }
.postcode-form input { min-width: 0; flex: 1; border: 2px solid #afbdd2; border-radius: 999px; padding: .75rem 1rem; background: white; color: var(--ink); }
.postcode-result { margin-top: 1rem; padding: .9rem 1rem; border-radius: 10px; background: var(--soft); }
.postcode-result.is-success { color: var(--success); background: #e6f5ed; }
.postcode-result.is-warning { color: var(--warning); background: #fff2df; }
.postcode-result.is-error { color: #a12525; background: #ffebeb; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.section-heading > div { max-width: 760px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.card { display: flex; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 28px rgba(30,55,100,.07); }
.card-price { font-family: Sora, Arial, sans-serif; color: var(--blue); font-size: 1.8rem; font-weight: 800; margin: .3rem 0 1rem; }
.card p { color: var(--muted); }
.card .button { margin-top: auto; align-self: flex-start; }
.price-note { margin-top: 1.5rem; padding-left: 1rem; border-left: 5px solid var(--orange); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.feature-number { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 1rem; border-radius: 50%; background: var(--orange); color: #221203; font-family: Sora, Arial, sans-serif; font-size: 1.3rem; font-weight: 800; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.check-list, .cross-list { list-style: none; padding: 0; margin: 1.2rem 0; }
.check-list li, .cross-list li { position: relative; padding: .45rem 0 .45rem 2rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.cross-list li::before { content: "×"; position: absolute; left: .1rem; color: #b52b2b; font-weight: 900; font-size: 1.3rem; line-height: 1.25; }
.work-area { padding: 2rem; border-radius: 24px; background: var(--blue); color: white; box-shadow: var(--shadow); }
.postcode-strip { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.2rem 0; }
.postcode-strip span { padding: .4rem .7rem; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: rgba(255,255,255,.12); font-weight: 800; }
.callout { padding: 1.3rem 1.5rem; border-radius: 14px; background: #fff2df; border-left: 5px solid var(--orange); }

.page-hero { padding: clamp(3rem, 7vw, 6rem) 0; background: var(--soft); }
.page-hero .lead { max-width: 720px; }
.price-list { display: grid; gap: 1rem; }
.price-row { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.price-row strong { font-family: Sora, Arial, sans-serif; font-size: 1.25rem; }
.price-row .amount { color: var(--blue); font-weight: 800; white-space: nowrap; }
.faq-list { display: grid; gap: .8rem; }
details { border: 1px solid var(--line); border-radius: 14px; background: white; overflow: hidden; }
summary { position: relative; padding: 1.2rem 3rem 1.2rem 1.2rem; cursor: pointer; list-style: none; font-family: Sora, Arial, sans-serif; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 1.2rem; top: .8rem; color: var(--blue); font-size: 1.7rem; }
details[open] summary::after { content: "−"; }
details p { padding: 0 1.2rem 1.2rem; color: var(--muted); }

.form-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 3rem; align-items: start; }
.request-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: grid; gap: .35rem; }
.field-full { grid-column: 1 / -1; }
label { font-weight: 700; }
input, select, textarea { width: 100%; border: 2px solid #b6c3d5; border-radius: 10px; padding: .78rem .85rem; background: white; color: var(--ink); }
textarea { min-height: 145px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); outline: 3px solid rgba(33,85,205,.18); }
.field-help { color: var(--muted); font-size: .9rem; }
.required { color: #a12525; }
.form-error { grid-column: 1 / -1; padding: 1rem; border-radius: 10px; background: #ffebeb; color: #851d1d; }
.form-error ul { margin: .4rem 0 0; }
.success-box { padding: 2rem; border-radius: var(--radius); background: #e6f5ed; border: 1px solid #aad9c0; }
.sidebar-box { padding: 1.5rem; border-radius: var(--radius); background: var(--soft); }
.sidebar-box + .sidebar-box { margin-top: 1rem; }
.legal h2 { margin-top: 2.4rem; font-size: 1.65rem; }
.legal h3 { margin-top: 1.5rem; font-size: 1.2rem; }

.cta-band { padding: clamp(3rem, 6vw, 5rem) 0; background: var(--ink); color: white; }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { max-width: 700px; margin-bottom: .4rem; }
.site-footer { padding: 4rem 0 1.5rem; background: #0d1930; color: #d7e1f5; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 2.5rem; }
.footer-logo { width: 130px; height: 64px; object-fit: cover; object-position: center 77%; filter: brightness(0) invert(1); }
.site-footer h2 { color: white; font-size: 1rem; letter-spacing: 0; }
.site-footer a { display: block; margin: .35rem 0; color: #e9effc; }
.demo-note { color: #ffbf7d; font-size: .9rem; }
.footer-bottom { margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.18); font-size: .9rem; }
.mobile-cta { display: none; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .48s ease, transform .48s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 1rem 1.25rem 1.5rem; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .main-nav.is-open { display: flex; }
  .main-nav > a { width: 100%; }
  .hero-grid, .split, .form-layout { grid-template-columns: 1fr; }
  .hero-visual { margin: 1rem 1rem 0; }
  .card-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { padding-bottom: 66px; }
  .container, .narrow { width: min(calc(100% - 1.5rem), var(--container)); }
  .section { padding: 3.5rem 0; }
  .hero { padding-top: 2.8rem; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.65rem); }
  .hero-badge { left: -.5rem; bottom: -.8rem; max-width: 180px; }
  .quick-grid, .card-grid, .feature-grid, .footer-grid, .request-form { grid-template-columns: 1fr; }
  .quick-grid { margin-top: 1rem; }
  .field-full { grid-column: auto; }
  .section-heading, .cta-band .container { align-items: flex-start; flex-direction: column; }
  .postcode-form { flex-direction: column; }
  .price-row { grid-template-columns: 1fr; gap: .2rem; }
  .mobile-cta { display: flex; position: fixed; z-index: 90; left: .75rem; right: .75rem; bottom: .6rem; min-height: 50px; align-items: center; justify-content: center; border-radius: 999px; background: var(--orange); color: #251303; font-weight: 800; text-decoration: none; box-shadow: 0 8px 25px rgba(13,25,48,.32); }
}

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

