:root {
  --ink: #172b47;
  --muted: #69788a;
  --green: #1262bd;
  --blue: #1262bd;
  --blue-dark: #0b315d;
  --yellow: #f5c544;
  --soft: #f5f8fc;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--ink);
}

body {
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, strong, .brand, .pill {
  font-family: "Archivo", "IBM Plex Sans", sans-serif;
}

h1, h2, h3 { letter-spacing: -.035em; }
h2 { line-height: 1.23; }
h2 em { color: #74869a; }
p { color: inherit; }

a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.site-header { top: 24px; }
.header-shell {
  border: 1px solid #e5edf4;
  box-shadow: 0 18px 45px #092c571f;
}
.brand { width: 208px; gap: 11px; color: var(--blue-dark); }
.brand img { width: 54px; height: 54px; max-height: none; flex: 0 0 54px; object-fit: contain; }
.brand > span { display: flex; flex-direction: column; font-size: 16px; font-weight: 800; line-height: 1.08; letter-spacing: -.035em; white-space: nowrap; }
.brand > span span { color: var(--blue); }
.desktop-nav>a, .nav-dropdown-toggle, .footer-top nav a { letter-spacing: .06em; }
.desktop-nav .active, .desktop-nav a:hover, .nav-dropdown-toggle:hover { color: var(--blue); }
.pill {
  background: var(--blue);
  box-shadow: 0 8px 20px #064f9a36;
  font-size: 13px;
  letter-spacing: -.01em;
}
.pill:hover { background: #0b4f9f; }
.arrow { color: var(--blue); }
.header-cta { background: var(--blue); }
.round-icon { background: #e9f2fc; color: var(--blue); }
.mega-cards article, .mega-feature { background: #f6f9fd; }
.mega-news a { color: var(--blue); }
.search-panel button { background: var(--blue); }

.hero { background: #09294d; }
.hero-bg {
  background-image: linear-gradient(90deg, #061b33c4 0%, #09274796 38%, #0b315c3b 100%), url('./assets/construction-hero.webp');
}
.hero h1 {
  font-size: clamp(48px, 4vw, 69px);
  line-height: 1.12;
  letter-spacing: -.042em;
}
.hero-highlight { color: #7ecbff; }
.hero-copy>p { max-width: 560px; font-weight: 500; }
.rating .star { color: var(--yellow); }
.rating strong { font-weight: 700; }
.rating small { font-family: "IBM Plex Sans", sans-serif; font-weight: 700; }
.play { background: #1262bde3; font-family: "IBM Plex Sans", sans-serif; font-size: 30px; padding-left: 0; }
.hero-note {
  background: #103d6bcd;
  border-color: #ffffff4d;
  box-shadow: 0 20px 40px #031b3845;
}
.logo-strip { background: #0d3158e8; }
.logo-strip span {
  color: #dce9f6;
  opacity: 1;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
}
.logo-strip span::before { content: "✦"; color: var(--yellow); margin-right: 9px; }

.gallery h2 { font-size: clamp(30px, 2.7vw, 39px); }
.gallery h2 strong { color: var(--blue); }
.image-tile { background: #0b315d; }
.image-tile::after { background: linear-gradient(transparent, #081c36d9); }
.image-tile p { font-size: 14px; }
.gallery-grid { gap: 22px; }

.categories {
  background: #f4f8fc;
  border-block: 1px solid #e6eef7;
}
.categories-intro { align-items: end; }
.categories-intro h2 { margin-top: 12px; }
.categories-intro p { max-width: 530px; color: #52647b; }
.eyebrow {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.category-card {
  position: relative;
  display: grid;
  grid-template-columns: 112px 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 128px;
  padding: 10px 16px 10px 10px;
  border: 1px solid #e1e9f2;
  border-radius: 18px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px #0e3e7820;
  border-color: #c4daef;
}
.category-card img {
  width: 112px;
  height: 106px;
  object-fit: cover;
  border-radius: 12px;
}
.category-card span { display: flex; flex-direction: column; min-width: 0; }
.category-card strong {
  font-size: 16px;
  line-height: 1.3;
  color: #163152;
}
.category-card small {
  margin-top: 6px;
  color: #526176;
  font-size: 11px;
  line-height: 1.45;
}
.category-card b {
  align-self: start;
  margin-top: 5px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 500;
}

.impact { background: #fff; }
.section-intro p { color: #5d6c7d; }
.stats strong { color: var(--blue); }
.stats span { font-weight: 700; color: #506176; }
.soft-icon { background: #eaf2fb; color: var(--blue); }
.feature-copy>p { color: #4e6072; }
.mini-stats p { color: #566a7c; }
.mini-stats strong { color: #17304e; }

.expert {
  background-image: linear-gradient(#08294fea, #071d3af5), url('./assets/construction-hero.webp');
}
.expert-copy h2 em { color: #a5bdd5; }
.expert-rating { background: #ffffff1b; }
.expert-rating span { color: var(--yellow); }
.expert-copy li:before { color: var(--blue); }
.expert-copy p { color: #dce9f7; }

.service-card { background: #f6f9fd; border: 1px solid #e5edf5; }
.service-card a { background: var(--blue-dark); }
.service-card p { color: #586c7f; }
.newsletter-area { background: linear-gradient(#fff, #e9f3fe); }
.newsletter { box-shadow: 0 25px 70px #154e8530; }
.newsletter-copy>p { color: #52667a; }
.bottom-banner {
  background-image: linear-gradient(90deg, #061b35b8, #0d315995), url('./assets/construction-banner.webp');
}
.bottom-banner a {
  display: inline-flex;
  align-items: center;
  padding: 12px 19px;
  border: 1px solid #ffffff80;
  border-radius: 50px;
  background: #ffffff1c;
  backdrop-filter: blur(8px);
}
.bottom-banner a:hover { background: #ffffff38; }
.bottom-banner a span { color: var(--yellow); }
.footer-top nav a:first-child { color: var(--blue); }
.footer-icon, .socials a { background: var(--blue-dark); }
.footer-info a:hover, .footer-bottom a:hover { color: var(--blue); }

@media (max-width: 1100px) {
  .category-card { grid-template-columns: 80px 1fr auto; gap: 12px; min-height: 104px; }
  .category-card img { width: 80px; height: 82px; }
  .category-card strong { font-size: 13px; }
  .category-card small { font-size: 10px; }
}
@media (max-width: 800px) {
  .brand { width: 175px; gap: 8px; }
  .brand img { width: 46px; height: 46px; flex-basis: 46px; }
  .brand > span { font-size: 14px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero h1 { font-size: clamp(43px, 7.5vw, 62px); }
  .menu-toggle span { background: var(--blue-dark); }
}
@media (max-width: 560px) {
  .category-grid { grid-template-columns: 1fr; gap: 12px; }
  .category-card { grid-template-columns: 94px 1fr auto; min-height: 106px; }
  .category-card img { width: 94px; height: 84px; }
  .category-card strong { font-size: 15px; }
  .category-card small { font-size: 11px; }
  .hero h1 { font-size: 40px; }
  .logo-strip span { font-size: 12px; }
  .gallery-grid { gap: 12px; }
  .gallery h2 { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Final interaction and conversion details */
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.nav-dropdown-toggle svg { width: 15px; height: 15px; stroke-width: 2.3; transition: transform .2s; }
.nav-dropdown-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.header-cta { gap: 11px; padding: 8px 20px; }
.header-cta .bi { font-size: 17px; line-height: 1; }
.menu-toggle svg { width: 25px; height: 25px; }
.round-icon svg { width: 26px; height: 26px; stroke-width: 1.8; }
.mega-news a svg { width: 15px; height: 15px; vertical-align: -3px; margin-left: 5px; }
.arrow svg { width: 17px; height: 17px; stroke-width: 2.2; }
.play svg { width: 26px; height: 26px; }
.hero-proof { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; white-space: nowrap; }
.hero-proof svg { width: 19px; height: 19px; color: var(--yellow); }
.hero-note {
  background: #0c315b70;
  backdrop-filter: blur(20px) saturate(1.35);
  -webkit-backdrop-filter: blur(20px) saturate(1.35);
  border-color: #ffffff6b;
}
.hero-side { display: flex; flex-direction: column; gap: 8px; justify-self: end; align-self: end; width: min(420px, 31vw); margin: 0 0 75px; }
.hero-materials, .hero-benefits { border: 1px solid #d3e2f09c; border-radius: 13px; background: linear-gradient(135deg, #344b6866, #082b524f); box-shadow: 0 14px 32px #05172b45, inset 0 1px #ffffff29; backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); }
.hero-materials { display: block; padding: 10px; transition: transform .2s ease, border-color .2s ease; }
.hero-materials:hover { transform: translateY(-3px); border-color: #fff; }
.hero-materials-images { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); height: 78px; overflow: hidden; border-radius: 7px; }
.hero-materials-images img { width: 100%; height: 78px; min-width: 0; object-fit: cover; }
.hero-materials-images .material-sand { object-fit: none; object-position: 0% 50%; }
.hero-materials-images .material-gravel { object-fit: none; object-position: 100% 50%; }
.hero-materials-images img:last-child { object-fit: none; object-position: 74% 48%; }
.hero-materials-content { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 2px 1px; }
.hero-materials-content strong { display: block; margin-bottom: 4px; color: #fff; font-size: 15px; line-height: 1.2; letter-spacing: -.025em; }
.hero-materials-content p { max-width: 305px; margin: 0; color: #e9f1fa; font-size: 11px; line-height: 1.4; font-weight: 500; }
.hero-materials-arrow { display: grid; place-items: center; flex: 0 0 31px; width: 31px; height: 31px; border-radius: 50%; background: #fff; color: var(--blue); }
.hero-materials-arrow svg { width: 17px; height: 17px; stroke-width: 2.3; }
.hero-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; padding: 9px 5px; }
.hero-benefits > div { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; min-height: 58px; padding: 0 6px; text-align: center; }
.hero-benefits > div + div { border-left: 1px solid #bcd0e454; }
.hero-benefits svg { width: 18px; height: 18px; margin-bottom: 4px; color: #28a8f7; stroke-width: 2; }
.hero-benefits strong { color: #fff; font-family: "Archivo", sans-serif; font-size: 10px; line-height: 1.2; }
.hero-benefits span { margin-top: 2px; color: #dfebf7; font-size: 9px; line-height: 1.2; }
.logo-strip {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.marquee-track { display: flex; flex: 0 0 auto; width: max-content; }
.marquee-track.is-ready { animation: marquee var(--marquee-duration, 30s) linear infinite; }
.marquee-group { display: flex; flex: 0 0 auto; align-items: center; gap: 58px; padding-right: 58px; }
.logo-strip .marquee-group span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: #f5f9ff;
  font-size: 17px;
  white-space: nowrap;
}
.logo-strip .marquee-group span::before { content: none; }
.logo-strip svg { width: 28px; height: 28px; stroke: var(--yellow); stroke-width: 1.8; }
@keyframes marquee { to { transform: translate3d(calc(-1 * var(--marquee-distance)), 0, 0); } }
@media (prefers-reduced-motion: reduce) { .marquee-track.is-ready { animation: none; } }

.image-tile::after { background: linear-gradient(transparent, #07192c70); }
.image-tile p {
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
  padding: 19px 22px;
  margin: 0;
  border: 1px solid #ffffff30;
  border-radius: 16px;
  background: #1324379e;
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
}
.gallery-tall img { object-position: 73% center; }
.gallery-wide img { object-position: center 45%; }

.quote-band { padding-block: 90px; border-top: 1px solid #e5edf5; }
.quote-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
  padding: 58px 65px;
  border-radius: 26px;
  background: #0c315d;
  color: #fff;
}
.quote-panel .eyebrow { color: var(--yellow); }
.quote-panel h2 { margin: 12px 0 12px; color: #fff; }
.quote-panel p { max-width: 640px; margin: 0; color: #d7e4f3; }
.quote-cta {
  gap: 12px;
  background: var(--yellow);
  color: #15304c;
  box-shadow: none;
}
.quote-cta:hover { background: #ffe07b; }
.quote-cta .bi { font-size: 20px; }
.quote-cta .arrow { color: var(--blue-dark); }
.story { padding-block: 95px 120px; }
.story .feature-image { height: 550px; object-position: 45% center; }
.story .feature-copy h2 { margin-top: 15px; max-width: 550px; }
.story .feature-copy>p { max-width: 570px; margin-bottom: 25px; }
.service-points { list-style: none; padding: 0; margin: 0 0 34px; }
.service-points li { display: flex; align-items: center; gap: 13px; margin: 14px 0; color: #3a5066; font-weight: 650; font-size: 14px; }
.service-points svg { flex: 0 0 auto; width: 22px; height: 22px; stroke: var(--blue); stroke-width: 1.9; }
.testimonials { background: #f3f7fb; border-block: 1px solid #e5edf5; }
.testimonials-header { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 34px; }
.testimonials-header h2 { margin: 13px 0 0; max-width: 720px; }
.google-rating { display: flex; align-items: center; gap: 13px; padding: 16px 20px; border: 1px solid #dce7f3; border-radius: 17px; background: #fff; white-space: nowrap; }
.google-rating > img { width: 28px; height: 28px; object-fit: contain; }
.google-rating > strong { font-size: 29px; line-height: 1; color: var(--blue-dark); }
.google-rating > strong span { font-size: 15px; color: #526176; }
.google-rating > span { font-size: 12px; line-height: 1.35; font-weight: 700; color: #435872; }
.google-rating small { color: #526176; font-size: 10px; font-weight: 500; }
.testimonials-viewport { overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent); }
.testimonials-track { display: flex; width: max-content; }
.testimonials-track.is-ready { animation: reviews-scroll var(--reviews-duration, 60s) linear infinite; }
.testimonials-viewport:hover .testimonials-track, .testimonials-viewport:focus-within .testimonials-track { animation-play-state: paused; }
.testimonials-group { display: flex; flex: 0 0 auto; gap: 20px; padding-right: 20px; }
@keyframes reviews-scroll { to { transform: translate3d(calc(-1 * var(--reviews-distance)), 0, 0); } }
.testimonial-card { display: flex; flex: 0 0 350px; flex-direction: column; width: 350px; min-height: 282px; margin: 0; padding: 26px; border: 1px solid #dce7f3; border-radius: 20px; background: #fff; box-shadow: 0 10px 28px #0d335d09; }
.review-top, .reviewer { display: flex; align-items: center; }
.review-top { justify-content: space-between; gap: 15px; }
.reviewer { gap: 11px; min-width: 0; }
.reviewer strong { color: #223c5a; font-size: 13px; line-height: 1.3; }
.review-avatar { position: relative; display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; overflow: hidden; border-radius: 50%; background: #e7eef7; color: #294b70; font-family: "Archivo", sans-serif; font-size: 13px; font-weight: 700; }
.review-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.google-icon { flex: 0 0 auto; width: 24px; height: 24px; object-fit: contain; }
.testimonial-stars { display: flex; gap: 4px; margin-top: 22px; color: #fbbc04; font-size: 15px; line-height: 1; }
.testimonial-card blockquote { margin: 17px 0 24px; color: var(--blue-dark); font-family: "Archivo", sans-serif; font-size: 19px; font-weight: 650; line-height: 1.45; letter-spacing: -.02em; }
.testimonial-card figcaption { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 17px; border-top: 1px solid #e7edf4; }
.testimonial-card figcaption > span { color: #526176; font-size: 12px; font-weight: 700; }
.testimonial-card figcaption a, .all-reviews { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-size: 12px; font-weight: 750; }
.testimonial-card figcaption svg, .all-reviews svg { width: 15px; height: 15px; }
.testimonial-card figcaption a:hover, .all-reviews:hover { text-decoration: underline; }
.all-reviews { width: fit-content; margin: 28px 0 0 auto; font-size: 14px; }
.category-card>svg { width: 19px; height: 19px; align-self: start; margin-top: 5px; color: var(--blue); }
.footer-icon svg { width: 19px; height: 19px; }
.socials .bi { font-size: 16px; line-height: 1; }
.bottom-banner a svg { width: 18px; height: 18px; color: var(--yellow); margin-left: 10px; }
.footer-bottom { color: #526176; }

.floating-whatsapp {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 45;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 8px 24px #062d1980;
  color: #fff;
  font-size: 29px;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 12px 28px #062d1999; }
.floating-whatsapp .bi { line-height: 1; }

@media (max-width: 960px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 0; background: transparent; color: var(--blue-dark); }
  .mobile-nav { pointer-events: auto; width: min(100% - 48px, 500px); max-height: calc(100dvh - 110px); overflow-y: auto; margin: 10px auto 0; background: #fff; border-radius: 18px; padding: 14px; box-shadow: 0 20px 40px #0003; display: flex; flex-direction: column; }
  .mobile-nav a { padding: 12px 15px; font-weight: 800; text-transform: uppercase; font-size: 13px; }
  .hero { min-height: 0; }
  .hero-content { grid-template-columns: 1fr; min-height: 0; gap: 20px; padding-top: 130px; padding-bottom: 50px; }
  .hero-side { justify-self: center; align-self: auto; width: 100%; max-width: 420px; margin: 25px auto 0; }
}

@media (max-width: 900px) {
  .quote-panel { grid-template-columns: 1fr; gap: 24px; padding: 45px; }
  .quote-cta { justify-self: start; }
}
@media (max-width: 800px) {
  .hero { min-height: 0; }
  .hero-content { min-height: 0; padding-top: 130px; padding-bottom: 50px; }
  .hero-side { justify-self: center; align-self: auto; width: 100%; max-width: 420px; margin: 25px auto 0; }
  .testimonials-header { align-items: start; flex-direction: column; }
  .logo-strip { min-height: 90px; }
  .logo-strip .marquee-group span { font-size: 15px; }
  .logo-strip svg { width: 24px; height: 24px; }
  .image-tile p { left: 12px; right: 12px; bottom: 12px; padding: 12px 14px; font-size: 12px; }
  .story .feature-image { height: 470px; }
}
@media (max-width: 560px) {
  .floating-whatsapp { right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); width: 54px; height: 54px; font-size: 27px; }
  .footer-bottom { padding-bottom: 90px; }
  .footer-bottom div { display: flex; flex-wrap: wrap; gap: 8px 18px; }
  .footer-bottom a { margin-left: 0; }
  .hero-content { padding-top: 120px; padding-bottom: 36px; }
  .hero-side { gap: 8px; margin-top: 16px; }
  .hero-materials { padding: 9px; border-radius: 13px; }
  .hero-materials-images, .hero-materials-images img { height: 72px; }
  .hero-materials-content { gap: 8px; padding: 9px 2px 1px; }
  .hero-materials-content strong { font-size: 14px; margin-bottom: 4px; }
  .hero-materials-content p { font-size: 10px; line-height: 1.35; }
  .hero-materials-arrow { flex-basis: 30px; width: 30px; height: 30px; }
  .hero-materials-arrow svg { width: 16px; height: 16px; }
  .hero-benefits { padding: 8px 3px; border-radius: 13px; }
  .hero-benefits > div { min-height: 55px; padding: 0 4px; }
  .hero-benefits svg { width: 17px; height: 17px; margin-bottom: 4px; }
  .hero-benefits strong { font-size: 9px; }
  .hero-benefits span { font-size: 8px; }
  .testimonial-card { flex-basis: min(310px, calc(100vw - 56px)); width: min(310px, calc(100vw - 56px)); min-height: 280px; padding: 24px; }
  .testimonial-card blockquote { font-size: 18px; }
  .all-reviews { margin-left: 0; }
  .header-cta { display: none; }
  .hero-proof { font-size: 12px; }
  .logo-strip .marquee-group span { font-size: 14px; }
  .marquee-group { gap: 38px; padding-right: 38px; }
  .gallery-tall p, .gallery-wide p { font-size: 13px; }
  .gallery-small p { font-size: 11px; }
  .quote-panel { padding: 30px 24px; border-radius: 20px; }
  .quote-panel h2 { font-size: 27px; }
  .quote-cta { width: 100%; justify-content: space-between; }
  .story .feature-image { height: 330px; }
  .service-points li { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .logo-strip { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .testimonials-viewport { overflow-x: auto; mask-image: none; -webkit-mask-image: none; scroll-snap-type: x mandatory; }
  .testimonials-track.is-ready { animation: none; }
  .testimonial-card { scroll-snap-align: start; }
}
