:root {
  --navy: #001040;
  --ink: #122032;
  --blue: #0f6fb8;
  --sky: #4dbcf1;
  --ice: #e8f7fd;
  --gold: #f2b84b;
  --mist: #f5f8fb;
  --line: #d8e5ed;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(0, 16, 64, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 5vw;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 229, 237, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-header nav a {
  padding: 0.65rem 0.8rem;
  color: #24364a;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--navy);
  background: var(--ice);
  outline: none;
}

.hero {
  position: relative;
  min-height: 82svh;
  display: grid;
  align-items: end;
  padding: 6rem 5vw 5rem;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 16, 64, 0.9), rgba(0, 16, 64, 0.42) 58%, rgba(0, 16, 64, 0.08)),
    url("https://images.pexels.com/photos/6197111/pexels-photo-6197111.jpeg?auto=compress&cs=tinysrgb&w=1800") center / cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(77, 188, 241, 0.35), transparent 26%),
    linear-gradient(180deg, rgba(0, 16, 64, 0.12), rgba(0, 16, 64, 0.55));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
}

.hero-logo {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 1.1rem;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.35));
}

.eyebrow {
  margin: 0 0 0.45rem;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow,
.guarantee-section .eyebrow {
  color: var(--gold);
}

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

h1 {
  margin-bottom: 0.85rem;
  font-size: 3.4rem;
  line-height: 1.06;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.34);
}

h2 {
  margin-bottom: 0.9rem;
  color: var(--navy);
  font-size: 2.35rem;
  line-height: 1.08;
}

h3 {
  margin-bottom: 0.6rem;
  color: var(--navy);
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-copy {
  width: min(680px, 100%);
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.16rem;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: #111827;
  background: var(--gold);
  box-shadow: 0 14px 30px rgba(242, 184, 75, 0.26);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #ffd16d;
  outline: 3px solid rgba(77, 188, 241, 0.4);
  outline-offset: 2px;
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.38);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  outline: 3px solid rgba(77, 188, 241, 0.36);
  outline-offset: 2px;
}

.button.dark {
  color: var(--navy);
  background: var(--white);
}

.trust-bar {
  padding: 1rem 5vw;
  color: var(--white);
  background: linear-gradient(90deg, var(--navy), #063e79 55%, #1a8bcc);
}

.trust-bar div {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 1rem;
}

.trust-bar span {
  color: rgba(255, 255, 255, 0.86);
}

.section {
  padding: 5rem 5vw;
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto 2rem;
  text-align: center;
}

.section-heading p:last-child,
.area-copy p {
  color: #526273;
  font-size: 1.04rem;
}

.services-section,
.booking-section {
  background: var(--mist);
}

.service-grid,
.pricing-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.service-card,
.price-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(18, 32, 50, 0.07);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card div {
  padding: 1.1rem;
}

.service-card p,
.price-note,
.quote-note,
.site-footer p {
  color: #526273;
}

.area-section {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1fr);
  gap: 2.2rem;
  align-items: center;
}

.area-photo {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.check-list {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin: 0.72rem 0;
  padding-left: 1.7rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(242, 184, 75, 0.18);
}

.pricing-section {
  background: linear-gradient(180deg, #ffffff, #edf8fc);
}

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

.price-card {
  padding: 1.35rem;
}

.price-card dl {
  margin: 1.1rem 0 1rem;
}

.price-card dl div,
.quote-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.82rem 0;
  border-top: 1px solid var(--line);
}

.price-card dt {
  font-weight: 800;
}

.price-card dd {
  margin: 0;
  color: #26455f;
  font-weight: 800;
  text-align: right;
}

.price-note {
  margin-bottom: 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.booking-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 1.2rem;
  align-items: start;
}

.booking-form,
.quote-panel {
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 45px rgba(18, 32, 50, 0.08);
}

.form-row {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.helper-copy {
  margin: -0.1rem 0 1rem;
  padding: 0.75rem 0.85rem;
  color: #26455f;
  background: #edf8fc;
  border: 1px solid #c8d8e2;
  border-radius: 6px;
  font-size: 0.9rem;
}

.helper-copy span {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #47647d;
}

.helper-copy strong {
  font-weight: 800;
  color: #21384d;
}

.form-row.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-row.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

label {
  display: grid;
  gap: 0.36rem;
  margin-bottom: 0.85rem;
  color: #24364a;
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 0.72rem 0.75rem;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #c8d8e2;
  border-radius: 6px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(77, 188, 241, 0.28);
}

.checkbox-label {
  min-height: 100%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem;
  background: #f7fbfe;
  border: 1px solid #c8d8e2;
  border-radius: 6px;
}

.checkbox-label input {
  width: 20px;
  min-height: 20px;
}

.form-button {
  width: 100%;
  border: 0;
}

.form-status {
  min-height: 1.4rem;
  margin: 0.85rem 0 0;
  color: var(--navy);
  font-weight: 800;
}

.quote-panel {
  position: sticky;
  top: 6rem;
}

.quote-panel h3 {
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: 2.1rem;
}

.quote-breakdown {
  border-bottom: 1px solid var(--line);
}

.quote-line {
  align-items: baseline;
}

.quote-line span:last-child {
  color: #26455f;
  font-weight: 900;
  text-align: right;
}

.quote-note {
  margin: 1rem 0 0;
}

.estimate-warning {
  align-items: flex-start;
}

.estimate-warning span {
  color: #24364a;
  line-height: 1.35;
}

.guarantee-section {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 16, 64, 0.96), rgba(8, 76, 130, 0.9)),
    url("https://images.pexels.com/photos/31435403/pexels-photo-31435403.jpeg?auto=compress&cs=tinysrgb&w=1600") center / cover;
}

.guarantee-section h2 {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--white);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 1.4rem;
  padding: 2.5rem 5vw;
  color: var(--white);
  background: #071225;
}

.site-footer img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  margin-bottom: 0.8rem;
}

.privacy-note {
  margin-top: 1.4rem;
  max-width: 520px;
}

.privacy-note h3 {
  margin-bottom: 0.45rem;
  color: var(--white);
  font-size: 1rem;
}

.privacy-note p {
  margin-bottom: 0.65rem;
  color: #b8c7d8;
  font-size: 0.88rem;
}

.privacy-note p:last-child {
  margin-bottom: 0;
}

.site-footer address {
  display: grid;
  gap: 0.35rem;
  font-style: normal;
}

.site-footer a {
  color: #bcecff;
}

.footer-note {
  align-self: end;
  margin-bottom: 0;
}

@media (max-width: 920px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .hero {
    min-height: 76svh;
    padding-top: 4.5rem;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .service-grid,
  .pricing-grid,
  .area-section,
  .booking-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .area-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .quote-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .brand span {
    display: none;
  }

  .site-header nav a {
    padding: 0.55rem 0.65rem;
  }

  .hero {
    min-height: 74svh;
    padding: 3rem 5vw 4rem;
  }

  .hero-logo {
    width: 118px;
    height: 118px;
  }

  h1 {
    font-size: 2.15rem;
  }

  h2 {
    font-size: 1.65rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .section {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }

  .form-row.two,
  .form-row.four {
    grid-template-columns: 1fr;
  }

  .guarantee-section {
    align-items: flex-start;
    flex-direction: column;
  }
}
