:root {
  --ink: #12233a;
  --muted: #64748b;
  --blue: #1d4f8f;
  --blue-dark: #123765;
  --blue-soft: #eaf2fb;
  --line: #d9e2ec;
  --paper: #f7f9fc;
  --panel: #ffffff;
  --shadow: 0 18px 44px rgba(18, 35, 58, 0.12);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
}

body.nav-open {
  overflow: hidden;
}

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

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

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 236px;
}

.brand-mark {
  align-items: center;
  background: var(--blue);
  border-radius: 8px;
  color: #fff;
  display: grid;
  font-weight: 800;
  height: 44px;
  justify-items: center;
  letter-spacing: 0;
  width: 54px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
  line-height: 1.15;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 3px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2.2vw, 26px);
  font-size: 0.94rem;
  font-weight: 800;
}

.site-nav a:hover {
  color: var(--blue);
}

.nav-phone {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 14px;
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 44px;
  padding: 9px;
  width: 44px;
}

.nav-toggle span {
  background: var(--ink);
  border-radius: 999px;
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 26px;
}

.hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(234, 242, 251, 0.95), rgba(255, 255, 255, 0.76)),
    radial-gradient(circle at 15% 15%, rgba(29, 79, 143, 0.12), transparent 34%);
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
  min-height: 92vh;
  padding: 124px clamp(20px, 5vw, 72px) 72px;
}

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

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

.hero h1 {
  font-size: 3.45rem;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.hero-copy > p:not(.eyebrow),
.section-heading p,
.service-card p,
.about-copy p,
.reviews p,
.contact-copy p,
.price-card p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy > p:not(.eyebrow) {
  font-size: 1.18rem;
  margin: 24px 0 0;
  max-width: 610px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 26px rgba(29, 79, 143, 0.24);
}

.button.secondary {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--blue-dark);
}

.button.outline {
  border: 1px solid var(--blue);
  color: var(--blue);
}

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

.trust-list li,
.audience-strip span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 10px 14px;
}

.hero-media {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 0.74fr;
}

.hero-media img {
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: 238px;
  object-fit: cover;
  width: 100%;
}

.hero-media img:first-child {
  grid-column: 1 / -1;
  height: 330px;
}

.section {
  padding: clamp(62px, 8vw, 104px) clamp(20px, 5vw, 72px);
}

.audience-strip {
  align-items: center;
  background: var(--blue-dark);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding-bottom: 28px;
  padding-top: 28px;
}

.audience-strip span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.section-heading {
  margin-bottom: 34px;
  max-width: 760px;
}

.section-heading h2,
.about-copy h2,
.reviews h2,
.contact-copy h2 {
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0;
}

.services,
.about,
.reviews {
  background: #fff;
}

.service-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 35, 58, 0.08);
  overflow: hidden;
}

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

.service-card div {
  padding: 22px;
}

.service-card h3,
.price-card h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0 0 10px;
}

.service-card p {
  margin: 0;
}

.pricing {
  background: var(--blue-soft);
}

.pricing-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 35, 58, 0.07);
  padding: 24px;
}

.price-card dl {
  margin: 18px 0 0;
}

.price-card dl div {
  border-bottom: 1px solid #e8eef5;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr);
  padding: 11px 0;
}

.price-card dt {
  color: var(--muted);
  font-weight: 600;
}

.price-card dd {
  color: var(--blue-dark);
  font-weight: 800;
  margin: 0;
}

.about {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
}

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

.owner-card {
  background: var(--blue-soft);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  margin-top: 26px;
  padding: 22px;
}

.owner-card span,
.owner-card small {
  color: var(--muted);
  display: block;
}

.owner-card strong {
  display: block;
  font-size: 1.55rem;
  margin: 6px 0;
}

.why {
  background: var(--paper);
}

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

.why-grid div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-dark);
  font-weight: 800;
  min-height: 76px;
  padding: 22px;
}

.reviews {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
}

.reviews p {
  background: var(--blue-soft);
  border-radius: 8px;
  font-size: 1.08rem;
  margin: 0;
  padding: 26px;
}

.contact {
  align-items: start;
  background: var(--blue-dark);
  color: #fff;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1fr);
}

.contact .eyebrow {
  color: #a8c8ee;
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-details a,
.contact-details div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 16px;
}

.contact-details span {
  color: #a8c8ee;
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.contact-details strong {
  overflow-wrap: anywhere;
}

.estimate-form {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  padding: clamp(22px, 4vw, 34px);
}

.estimate-form label {
  display: grid;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 8px;
}

.estimate-form input,
.estimate-form select,
.estimate-form textarea {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 13px;
  width: 100%;
}

.estimate-form textarea {
  min-height: 132px;
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.site-footer {
  align-items: center;
  background: #0b1728;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  justify-content: space-between;
  padding: 28px clamp(20px, 5vw, 72px);
}

.site-footer strong,
.site-footer small {
  display: block;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer-links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1180px) {
  .hero,
  .about,
  .contact,
  .reviews {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

@media (max-width: 880px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    align-items: stretch;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 12px 20px 22px;
    position: absolute;
    right: 0;
    top: 73px;
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    border-bottom: 1px solid var(--line);
    padding: 16px 4px;
  }

  .nav-phone {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
  }

  .hero h1 {
    font-size: 2.85rem;
  }

  .section-heading h2,
  .about-copy h2,
  .reviews h2,
  .contact-copy h2 {
    font-size: 2.35rem;
  }

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

@media (max-width: 680px) {
  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.88rem;
  }

  .brand small {
    max-width: 154px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-mark {
    height: 40px;
    width: 48px;
  }

  .hero {
    gap: 32px;
    padding: 116px 18px 54px;
  }

  .hero h1 {
    font-size: 2.28rem;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero-actions,
  .contact-actions,
  .trust-list {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-media {
    grid-template-columns: 1fr;
  }

  .hero-media img,
  .hero-media img:first-child {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-heading h2,
  .about-copy h2,
  .reviews h2,
  .contact-copy h2 {
    font-size: 2rem;
  }

  .service-grid,
  .pricing-grid,
  .why-grid,
  .estimate-form {
    grid-template-columns: 1fr;
  }

  .about-image img {
    min-height: 280px;
  }

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