:root {
  --navy: #052845;
  --blue: #f4771e;
  --sky: #eaf5ff;
  --ink: #102338;
  --gold: #f4b63f;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  line-height: 1.55;
}
main { display: flex; flex-direction: column; }
main > .hero { order: 1; }
main > .portfolio-slider { order: 2; }
main > .trust { order: 3; }
main > .wrap, main > .band, main > .faq { order: 4; }
main > .trust-showcase { order: 5; }
a {
  color: inherit;
  text-decoration: none;
}
.top {
  background: #041322;
  color: #fff;
  padding: 0.62rem 5%;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.top a {
  font-weight: 700;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.05rem 5%;
  background: #fff;
  gap: 1rem;
  position: sticky;
  top: 0;
  z-index: 3;
  border-bottom: 1px solid #e7edf3;
}
.brand {
  font-weight: 900;
  font-size: 1.35rem;
  color: var(--navy);
  letter-spacing: -0.8px;
}
.brand img {
  display: block;
  width: 185px;
  height: auto;
}
.brand {
  width: 215px;
  height: 70px;
  overflow: hidden;
  position: relative;
  display: block;
  flex: none;
}
.brand img {
  position: absolute;
  max-width: none;
  width: 96px;
  height: auto;
  left: 0;
  top: 8px;
}
.logo-word {
  position: absolute;
  left: 108px;
  top: 25px;
  color: #052845;
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: 0.45px;
  line-height: 1;
}
.quick-menu {
  position: relative;
  margin-left: auto;
}
.menu-trigger {
  width: 46px;
  height: 42px;
  background: #052845;
  color: #fff;
  border: 0;
  border-radius: 5px;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  cursor: pointer;
}
.menu-trigger:hover,
.menu-trigger:focus {
  background: #f4771e;
}
.menu-panel {
  position: absolute;
  right: 0;
  top: 50px;
  width: min(280px, calc(100vw - 28px));
  background: #fff;
  border: 1px solid #d7e0e7;
  box-shadow: 0 18px 45px #071d3533;
  padding: 0.7rem;
  z-index: 30;
}
.menu-panel strong {
  display: block;
  color: #052845;
  padding: 0.55rem 0.7rem 0.7rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.menu-panel a {
  display: block;
  padding: 0.68rem 0.7rem;
  border-top: 1px solid #edf1f4;
  font-weight: 750;
  font-size: 0.94rem;
}
.menu-panel a:hover {
  color: #fff;
  background: #f4771e;
}
@media (min-width: 801px) {
  .quick-menu {
    margin-left: 0;
  }
}
.footer .logo-word {
  color: #fff;
}
.quote-card {
  background: #fff;
  border-top: 8px solid var(--gold);
  padding: 2rem;
  box-shadow: 0 16px 42px #071d3526;
}
.quote-card h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  margin: 0.25rem 0 0.7rem;
}
.quote-card p {
  color: #596b78;
  font-size: 1.05rem;
}
.quote-card label {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  margin: 1rem 0 0.38rem;
}
.quote-card input,
.quote-card select {
  display: block;
  width: 100%;
  border: 1px solid #c8d3da;
  background: #f9fbfc;
  color: var(--ink);
  font: inherit;
  padding: 0.95rem 0.9rem;
  min-height: 3.35rem;
  border-radius: 0;
}
.quote-card input:focus,
.quote-card select:focus {
  outline: 3px solid #ffcd99;
  border-color: var(--blue);
}
.quote-card button {
  width: 100%;
  margin-top: 1.4rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: inherit;
  font-weight: 900;
  font-size: 1rem;
  border: 0;
  cursor: pointer;
}
.quote-card .form-note {
  font-size: 0.8rem;
  margin: 0.9rem 0 0;
}
.quote-card .form-error {
  color: #9c1f14;
  font-weight: 700;
  min-height: 1.2rem;
  margin: 0.6rem 0 0;
}
.floating-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  background: #0b66c3;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: 0 8px 28px #06172766;
  padding: 0.6rem 0.9rem;
  display: flex;
  gap: 0.38rem;
  align-items: center;
  font-size: 0.92rem;
}
.floating-call span {
  font-size: 1.35rem;
}
.floating-call small {
  font-size: 0.65rem;
  background: #f4b63f;
  color: #102338;
  border-radius: 999px;
  padding: 0.14rem 0.3rem;
  font-weight: 900;
}
@media (max-width: 500px) {
  .floating-call {
    right: 12px;
    bottom: 12px;
    padding: 0.55rem 0.75rem;
  }
  .floating-call b {
    font-size: 0.82rem;
  }
}
.brand span {
  color: var(--blue);
}
.links {
  display: flex;
  gap: 1.25rem;
  font-size: 0.92rem;
  font-weight: 700;
  align-items: center;
}
.btn {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  border-radius: 4px;
  padding: 0.82rem 1.05rem;
  font-weight: 800;
  border: 0;
}
.btn.gold {
  background: var(--gold);
  color: #172433;
}
.hero {
  background:
    radial-gradient(circle at 79% 18%, #187bd9 0, transparent 30%),
    linear-gradient(120deg, #051a31, #0b3e73);
  color: #fff;
  padding: 5.2rem 5% 4.8rem;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.7px;
  color: #a9d6ff;
  font-size: 0.76rem;
  font-weight: 800;
}
.hero h1 {
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: 1.04;
  max-width: 850px;
  margin: 0.55rem 0 1rem;
}
.hero p {
  max-width: 660px;
  font-size: 1.13rem;
}
.cta {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.trust {
  background: var(--gold);
  padding: 1rem 5%;
  font-weight: 800;
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  flex-wrap: wrap;
}
.wrap {
  max-width: 1200px;
  margin: auto;
  padding: 4.3rem 5%;
}
.intro {
  max-width: 720px;
}
.intro h2,
.section-title {
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1.12;
  margin: 0 0 0.8rem;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
.card {
  border: 1px solid #dce6ef;
  padding: 1.55rem;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 8px 24px #17314b0d;
}
.icon {
  font-size: 1.8rem;
}
.card h3 {
  margin: 0.8rem 0 0.35rem;
  font-size: 1.15rem;
}
.card a {
  color: var(--blue);
  font-weight: 800;
  font-size: 0.92rem;
}
.card a.btn {
  color: #fff;
  font-size: 1rem;
}
.site-legal{margin-top:1rem}.site-legal a{margin-right:.45rem}.cookie-notice{position:fixed;left:16px;bottom:16px;z-index:50;max-width:360px;padding:.9rem 1rem;background:#052845;color:#fff;box-shadow:0 8px 30px #0005;font-size:.9rem}.cookie-notice a{color:#fff;text-decoration:underline}.cookie-notice button{margin-left:.6rem;border:0;padding:.35rem .65rem;background:#f4771e;color:#fff;font-weight:800;cursor:pointer}
.band {
  background: var(--sky);
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.tick {
  padding: 0;
  margin: 1rem 0;
  list-style: none;
}
.tick li {
  padding: 0.38rem 0 0.38rem 1.8rem;
  position: relative;
}
.tick li:before {
  content: "✓";
  color: var(--blue);
  font-weight: 900;
  position: absolute;
  left: 0;
}
.steps {
  counter-reset: step;
}
.steps div {
  padding: 1rem 0 1rem 4rem;
  position: relative;
}
.steps div:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}
.areas a {
  border: 1px solid #bdd4e8;
  padding: 0.45rem 0.8rem;
  border-radius: 20px;
  color: #124975;
  font-weight: 700;
  font-size: 0.9rem;
}
.faq details {
  border-top: 1px solid #dce6ef;
  padding: 1rem 0;
}
.faq summary {
  font-weight: 800;
  cursor: pointer;
}
.footer {
  background: #061727;
  color: #d8e9f7;
  padding: 3.3rem 5% 2rem;
}
.footergrid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
}
.footer h3 {
  color: #fff;
  margin-top: 0;
}
.footer a {
  display: block;
  margin: 0.4rem 0;
}
.copyright {
  max-width: 1200px;
  margin: 2rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid #27445e;
  font-size: 0.85rem;
}
.pagehead {
  background: linear-gradient(120deg, #061727, #0e579d);
  color: #fff;
  padding: 3.5rem 5%;
}
.pagehead h1 {
  font-size: clamp(2rem, 4.4vw, 3.8rem);
  max-width: 960px;
  line-height: 1.1;
  margin: 0.5rem auto;
}
.pagehead p {
  max-width: 960px;
  margin: auto;
  font-size: 1.1rem;
}
.local {
  border-left: 4px solid var(--gold);
  padding: 1rem 1.2rem;
  background: #fff8e7;
}
.trust-showcase { padding: 4.5rem 5%; background: #f6f9fc; }
.trust-showcase .intro { max-width: 720px; margin: 0 auto 2rem; text-align: center; }
.trust-art-grid { max-width: 1200px; margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.trust-art { margin: 0; overflow: hidden; background: linear-gradient(145deg, #06213a, #0b66c3); border: 2px solid #ff941a; border-radius: 18px; box-shadow: 0 13px 30px rgba(6,23,39,.16); }
.trust-art img { display: block; width: 100%; padding: 1.15rem; object-fit: contain; }
.trust-insurance img { background: radial-gradient(circle at 50% 30%, #174c79, #061727 72%); }
.trust-clients img { background: #fff; }
.trust-accreditations img { background: linear-gradient(135deg, #fff 0%, #e8f2fa 100%); }
.trust-art figcaption { padding: .95rem 1rem; color: #fff; font-weight: 800; text-align: center; border-top: 1px solid rgba(255,255,255,.26); }
.portfolio-slider { position: relative; background: #061727; overflow: hidden; }
.slider-track { position: relative; height: min(58vw, 560px); min-height: 270px; }
.slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.slide.is-active { opacity: 1; pointer-events: auto; }
.slide > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.slide:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,31,.05) 42%, rgba(3,18,31,.7)); }
.slide-brand { position: absolute; right: 6%; bottom: 13%; z-index: 1; display: flex; align-items: center; gap: .8rem; padding: .75rem 1rem; background: rgba(255,255,255,.94); color: #082b4c; font-weight: 900; font-size: clamp(1rem,2vw,1.45rem); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.slide-brand img { width: 52px; height: 52px; object-fit: contain; }
.slider-arrow { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); border: 0; width: 3rem; height: 3rem; border-radius: 50%; background: rgba(255,255,255,.92); color: #082b4c; font-size: 2.2rem; line-height: 1; cursor: pointer; }
.slider-arrow:hover { background: #ff941a; color: #061727; }
.slider-arrow.previous { left: 3%; }
.slider-arrow.next { right: 3%; }
.slider-dots { position: absolute; z-index: 2; left: 50%; bottom: 1.2rem; transform: translateX(-50%); display: flex; gap: .45rem; }
.slider-dots button { width: .65rem; height: .65rem; padding: 0; border-radius: 50%; border: 1px solid #fff; background: transparent; cursor: pointer; }
.slider-dots button.active { background: #ff941a; border-color: #ff941a; }
@media (max-width: 800px) {
  .links {
    display: none;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .slider-track { height: 65vw; min-height: 255px; }
  .slide-brand { right: 12%; bottom: 16%; padding: .55rem .7rem; }
  .slide-brand img { width: 40px; height: 40px; }
  .trust-art-grid { grid-template-columns: 1fr; max-width: 480px; }
  .split,
  .footergrid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 4rem;
  }
  .top {
    font-size: 0.82rem;
  }
  .nav {
    position: static;
  }
}
.trust-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#d8e1e8;margin-top:2rem}.trust-proof div{background:#fff;padding:1.25rem;text-align:center;color:#052845;font-weight:800}.trust-proof strong{display:block;color:#f4771e;font-size:1.25rem;letter-spacing:2px}.trust-proof span{display:block;font-size:.88rem;margin-top:.35rem}@media(max-width:700px){.trust-proof{grid-template-columns:repeat(2,1fr)}}
