/* ============================================
   PRESSURE WASH DUBLIN — MAIN STYLESHEET
   Theme: Navy Blue + Forest Green (Logo-matched)
   Style: Editorial · Clean · Premium
   ============================================ */

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; }

/* ===== DESIGN TOKENS ===== */
/* BEGIN: merged from style.css */
/* -------------------------------------------------------------------------- */
/* 0. Page-Specific: Index / Home                                             */
/* -------------------------------------------------------------------------- */

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.015'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 1;
}

/* -------------------------------------------------------------------------- */
/* 1. Global / Helper Utilities (Extracted from inline styles)                */
/* -------------------------------------------------------------------------- */

.u-flex-between {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.u-scroll-y {
  max-height: 65vh !important;
  overflow-y: auto !important;
}

.u-bold-navy {
  font-weight: 700 !important;
  color: var(--navy-dark) !important;
}

.u-icon-ghost {
  color: rgba(255, 255, 255, .18) !important;
}

.u-relative-z2 {
  position: relative !important;
  z-index: 2 !important;
}

.u-full-size {
  width: 100% !important;
  height: 100% !important;
}

.u-pt-sm {
  padding-top: .5rem !important;
}

.u-mb-sm {
  margin-bottom: .5rem !important;
}

.u-text-gray-mb-lg {
  color: var(--gray-500) !important;
  margin-bottom: 2rem !important;
}

/* -------------------------------------------------------------------------- */
/* 2. Navbar & Navigation (Common)                                            */
/* -------------------------------------------------------------------------- */

.dropdown__link-chev {
  margin-left: auto !important;
  font-size: .65rem !important;
  color: var(--gray-400) !important;
}

.mobile-nav__toggle-icon {
  font-size: .65rem !important;
  color: var(--gray-400) !important;
  transition: transform .3s !important;
}

.mobile-nav__sub-link {
  padding-left: 2.5rem !important;
  font-size: .85rem !important;
  color: var(--gray-500) !important;
  padding-top: .3rem !important;
  padding-bottom: .3rem !important;
}

.mobile-nav__spacer {
  height: 12px !important;
}

/* -------------------------------------------------------------------------- */
/* 3. Hero & Common CTA Elements                                              */
/* -------------------------------------------------------------------------- */

.hero-actions-wrap {
  margin-top: 1.25rem !important;
}

.btn--full-center {
  width: 100% !important;
  justify-content: center !important;
}

.btn-unique--hero {
  min-width: 190px !important;
  padding: 0.75rem 1.5rem !important;
  font-size: 0.88rem !important;
  justify-content: center !important;
}

.svc-card__img--navy {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy)) !important;
  display: grid !important;
  place-items: center !important;
}

.arrow-icon--premium {
  margin-left: 0.6rem !important;
  background: #fff !important;
  color: #2a4e27 !important;
  border: none !important;
  width: 22px !important;
  height: 22px !important;
  position: relative !important;
  z-index: 2 !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
  display: grid;
  place-items: center;
}

/* -------------------------------------------------------------------------- */
/* 4. Page-Specific: About & Team Sections                                   */
/* -------------------------------------------------------------------------- */

.about-redesign {
  padding: 1.4rem 0;
}

.about-redesign--alt {
  background: #f8fcfc;
}

.cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%) !important;
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 !important;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/images/hero_bg.png'); /* root path */
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

@media (max-width: 1024px) {
  .cta-band {
    text-align: center;
    padding: 2rem 0 !important;
  }

  .cta-band__inner {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }

  .cta-band p {
    margin-inline: auto;
  }
}

.about-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 1.25rem;
  text-align: left;
}

.about-head__main {
  flex: 1.2;
}

.about-head p {
  margin: 0;
  max-width: 480px;
  color: var(--gray-500);
}

@media (max-width: 1024px) {
  .about-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
  }
}

.about-story {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 2.25rem;
  align-items: center;
}

.about-story p {
  color: var(--gray-500);
  margin-bottom: 1rem;
}

.about-story__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1.5rem;
}

.about-story__points li {
  list-style: none;
  background: #f1fbfb;
  border: 1px solid #d8f4f4;
  color: var(--gray-600);
  border-radius: 10px;
  padding: .7rem .75rem;
  font-size: .92rem;
  display: flex;
  gap: .5rem;
  align-items: center;
}

.about-story__points i {
  color: var(--teal);
}

.about-story__media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 52px rgba(7, 22, 48, .14);
  min-height: 380px;
}

.about-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-story__media-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: #fff;
  border-radius: 14px;
  padding: .9rem 1rem;
  box-shadow: 0 10px 24px rgba(7, 22, 48, .18);
  min-width: 175px;
}

.about-story__media-badge strong {
  display: block;
  font-size: 1.35rem;
  color: var(--navy-dark);
  line-height: 1.1;
}

.about-story__media-badge span {
  color: var(--gray-500);
  font-size: .86rem;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-card {
  background: #fff;
  border: 1px solid #e8f1f5;
  border-radius: 14px;
  padding: 1.1rem;
  transition: transform .25s ease, box-shadow .25s ease;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(7, 22, 48, .08);
}

.about-card__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin-bottom: .75rem;
  color: #fff;
  background: linear-gradient(145deg, #15cdc9, #0bb4d9);
}

.about-card h3 {
  margin-bottom: .45rem;
  font-size: 1.02rem;
  color: var(--navy-dark);
}

.about-card p {
  color: var(--gray-500);
  font-size: .92rem;
  margin: 0;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1.2rem;
}

.metric-card {
  border: 1px solid #d8f4f4;
  background: #f5fdfd;
  border-radius: 12px;
  padding: .9rem;
  text-align: center;
}

.metric-card strong {
  display: block;
  font-size: 1.4rem;
  line-height: 1.1;
  color: var(--navy-dark);
}

.metric-card span {
  color: var(--gray-500);
  font-size: .86rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.team-card {
  border: 1px solid #e8f1f5;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.team-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}

.team-card__content {
  padding: .9rem;
}

.team-card__content h3 {
  color: var(--navy-dark);
  margin-bottom: .2rem;
}

.team-card__role {
  color: #0ba7d8;
  font-size: .87rem;
  font-weight: 700;
  margin-bottom: .45rem;
  display: block;
}

.team-card__content p {
  color: var(--gray-500);
  margin: 0;
  font-size: .9rem;
}

/* -------------------------------------------------------------------------- */
/* 5. Service & Map Sections                                                */
/* -------------------------------------------------------------------------- */

.service-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1.2rem;
}

.service-col {
  background: #fff;
  border: 1px solid #e8f1f5;
  border-radius: 14px;
  padding: 1rem;
}

.service-col h3 {
  margin: .2rem 0 .85rem;
  color: var(--navy-dark);
}

.service-boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.service-box {
  border: 1px solid #d8f4f4;
  background: #f5fdfd;
  border-radius: 10px;
  padding: .75rem;
}

.service-box h4 {
  margin-bottom: .55rem;
  color: var(--navy-dark);
  font-size: .95rem;
}

.service-box ul {
  margin: 0;
  padding-left: 1rem;
  color: var(--gray-500);
  font-size: .86rem;
}

.county-list {
  display: grid;
  gap: .75rem;
}

.county-item {
  border: 1px solid #d8f4f4;
  border-radius: 10px;
  background: #fff;
  padding: .75rem .85rem;
  display: flex;
  gap: .65rem;
  align-items: flex-start;
}

.county-item i {
  color: #12c6c7;
  margin-top: .2rem;
}

.county-item strong {
  color: var(--navy-dark);
  display: block;
  margin-bottom: .12rem;
}

.county-item span {
  color: var(--gray-500);
  font-size: .86rem;
}

.service-alert {
  margin-top: .75rem;
  border: 1px solid #ffcf9f;
  background: #fff8f1;
  border-radius: 10px;
  padding: .75rem .85rem;
  color: #8f4a0e;
  font-size: .9rem;
}

.service-alert a {
  color: #d76400;
  font-weight: 700;
}

.service-map {
  margin-top: 1rem;
  border: 1px solid #e8f1f5;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.service-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
}

.service-map__caption {
  padding: .75rem .85rem;
  border-top: 1px solid #eef4f7;
  color: var(--gray-500);
  font-size: .88rem;
}

.service-links {
  margin-top: 1rem;
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
  justify-content: center;
}

.service-links a {
  border: 1px solid #d8f4f4;
  background: #f5fdfd;
  color: var(--navy-dark);
  border-radius: 999px;
  text-decoration: none;
  font-size: .83rem;
  padding: .45rem .7rem;
  font-weight: 600;
}

/* -------------------------------------------------------------------------- */
/* 6. Process & Timeline                                                    */
/* -------------------------------------------------------------------------- */

.process-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
  margin-top: 1.2rem;
}

.workflow-panel {
  background: linear-gradient(180deg, #f4fbff 0%, #0d2f61 100%);
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 16px 32px rgba(8, 33, 73, .08);
}

.timeline-step {
  background: #fff;
  border: 1px solid #e6f1f5;
  border-radius: 12px;
  padding: 1rem;
  min-height: 174px;
}

.timeline-step__num {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(145deg, #12c6c7, #0ba7d8);
  margin-bottom: .6rem;
}

.timeline-step h3 {
  font-size: 1rem;
  margin-bottom: .4rem;
  color: var(--navy-dark);
}

.timeline-step p {
  margin: 0;
  color: var(--gray-500);
  font-size: .9rem;
}

.trust-strip {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}

.trust-item {
  border: 1px solid #d6e9f9;
  background: #fff;
  border-radius: 11px;
  padding: .8rem;
  display: flex;
  gap: .6rem;
  align-items: center;
}

.trust-item i {
  color: #0bb4d9;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #e8f7fb;
  margin-top: 0;
  flex: 0 0 30px;
}

.trust-item strong {
  display: block;
  color: #0a2448;
  margin-bottom: .08rem;
  font-size: .93rem;
  line-height: 1.25;
}

.trust-item span {
  color: #4a6485;
  font-size: .8rem;
  line-height: 1.3;
}

/* -------------------------------------------------------------------------- */
/* 7. Showcard / Showcase Gallery                                            */
/* -------------------------------------------------------------------------- */

.section--gallery {
  background: linear-gradient(180deg, var(--white) 0%, rgba(20,40,75,0.03) 100%) !important;
  padding: 6rem 0 10rem !important;
}

.eyebrow--showcase {
  color: var(--navy-dark) !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  background: none !important;
  padding: 0 !important;
  padding-bottom: .2rem !important;
}

.eyebrow--light {
  color: #fff !important;
  background: none !important;
}

/* -------------------------------------------------------------------------- */
/* 8. FAQs & Accordions                                                     */
/* -------------------------------------------------------------------------- */

.faq-list {
  margin-top: 1rem;
  display: grid;
  gap: .7rem;
}

.faq-item--simple {
  background: #fff;
  border: 1px solid #e8f1f5;
  border-radius: 12px;
  padding: .2rem .9rem;
}

.faq-content-p {
  padding-top: .5rem !important;
}

/* -------------------------------------------------------------------------- */
/* 9. Miscellaneous & Sticky Elements                                        */
/* -------------------------------------------------------------------------- */

.cta-band__actions--stacked {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .cta-band__actions--stacked {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .cta-band__actions--stacked {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    width: 100%;
  }

  .cta-band__actions--stacked .btn {
    flex: 1 1 calc(50% - .4rem);
    width: auto;
    padding: 1.1rem .5rem !important;
    font-size: .9rem !important;
    justify-content: center;
    white-space: nowrap;
  }

  .cta-band__actions--stacked .btn:last-child {
    flex: 1 1 100%;
  }

  .cta-band__actions--stacked .btn i {
    font-size: .85rem;
  }
}

.btn-whatsapp {
  background: #22c55e;
  color: #fff;
  border: 1px solid transparent;
}

.btn-whatsapp:hover {
  background: #16a34a;
  color: #fff;
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  background: rgba(7, 22, 48, .94);
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: none;
  padding: .45rem .65rem calc(.45rem + env(safe-area-inset-bottom));
  backdrop-filter: blur(6px);
}

.mobile-sticky-cta__row {
  max-width: 560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .45rem;
}

.mobile-sticky-cta a {
  text-align: center;
  font-size: .78rem;
  font-weight: 700;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  padding: .55rem .3rem;
  border: 1px solid rgba(255, 255, 255, .18);
}

.mobile-sticky-cta a:nth-child(1) { background: #0bb4d9; }
.mobile-sticky-cta a:nth-child(2) { background: #1f2f4f; }
.mobile-sticky-cta a:nth-child(3) { background: #22c55e; }

/* -------------------------------------------------------------------------- */
/* 10. Global Media Queries (Extracted from <style>)                         */
/* -------------------------------------------------------------------------- */

@media (max-width: 1024px) {
  .about-story,
  .service-layout {
    grid-template-columns: 1fr;
  }

  .process-timeline,
  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testi-grid {
    grid-template-columns: 1fr 1fr;
  }

  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .about-redesign {
    padding: 2rem 0;
  }

  .about-story__points,
  .about-grid,
  .trust-strip,
  .testi-grid,
  .metrics-grid,
  .service-boxes,
  .ba-grid,
  .team-grid,
  .methods-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: .8rem !important;
  }

  .process-timeline {
    grid-template-columns: 1fr;
  }

  .mobile-sticky-cta {
    display: block;
  }

  body {
    padding-bottom: 66px;
  }

  .workflow-panel {
    padding: .75rem;
  }

  .timeline-step {
    min-height: auto;
  }
}

/* -------------------------------------------------------------------------- */
/* 11. Final Global Helpers for Contact & Maps                              */
/* -------------------------------------------------------------------------- */

.u-navy-bold-700 {
  color: var(--navy-dark) !important;
  font-weight: 700 !important;
}

.u-text-gray-center-650 {
  max-width: 650px !important;
  margin: 0 auto !important;
  color: var(--gray-600) !important;
}

.u-border-none {
  border: 0 !important;
}

/* -------------------------------------------------------------------------- */
/* 12. SEO Content Sections: Process Steps & Areas Coverage                   */
/* -------------------------------------------------------------------------- */

/* Process Steps Grid */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.process-step {
  background: #fff;
  border: 1px solid #e4eff7;
  border-radius: 16px;
  padding: 1.6rem 1.25rem 1.4rem;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}

.process-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(7, 22, 48, .08);
}

.process-step__num {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(11, 64, 149, .08);
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  user-select: none;
}

.process-step__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #15cdc9, #0bb4d9);
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.process-step h4 {
  color: var(--navy-dark);
  margin-bottom: .5rem;
  font-size: 1.05rem;
}

.process-step p {
  color: var(--gray-500);
  font-size: .92rem;
  margin: 0;
  line-height: 1.55;
}

/* Areas Pill Wrap */
.areas-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  justify-content: center;
  margin-top: 2rem;
}

.area-pill {
  background: #fff;
  border: 1.5px solid #d2ecf5;
  color: var(--navy-dark);
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 600;
  padding: .45rem .95rem;
  transition: background .2s, border-color .2s, color .2s;
}

.area-pill:hover {
  background: #0bb4d9;
  border-color: #0bb4d9;
  color: #fff;
}

/* Responsive: process grid */
@media (max-width: 1024px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .process-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .process-step__num {
    font-size: 1.8rem;
  }
}

/* -------------------------------------------------------------------------- */
/* 13. Showcase Content Box: Fuller / Richer Layout Overrides                 */
/* -------------------------------------------------------------------------- */

/* Make the showcase card taller and the content box fill fully */
.pw-showcase__item {
  min-height: 360px !important;
  align-items: stretch !important;
}

.pw-showcase__content {
  padding: 2rem 2rem 2rem 2.2rem !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

/* Kicker: small coloured uppercase label */
.pw-showcase__kicker {
  display: inline-block;
  background: linear-gradient(90deg, #e8f8fb, #d5f4f9);
  color: #0a7aa1;
  font-size: .7rem !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
  border-radius: 6px;
  padding: .28rem .65rem;
  margin-bottom: .85rem !important;
}

/* Showcase heading */
.pw-showcase__content h3 {
  font-size: 1.45rem;
  line-height: 1.3;
  color: var(--navy-dark);
  margin-bottom: .9rem;
}

/* Showcase body paragraph */
.pw-showcase__content > p {
  color: var(--gray-500);
  font-size: .94rem;
  line-height: 1.65;
  margin-bottom: 1.35rem;
}

/* 2-column feature list for 6 items */
.pw-feature-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: .55rem .85rem !important;
}

.pw-feature-list span {
  display: flex !important;
  align-items: center !important;
  gap: .45rem !important;
  font-size: .875rem !important;
  font-weight: 600 !important;
  color: var(--navy-dark) !important;
}

.pw-feature-list span i {
  color: #10bfbb !important;
  font-size: .9rem !important;
  flex-shrink: 0 !important;
}

/* Responsive: stack on tablet */
@media (max-width: 900px) {
  .pw-showcase__item {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .pw-showcase__media {
    min-height: 240px;
  }

  .pw-feature-list {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 560px) {
  .pw-showcase__content {
    padding: 1.4rem 1.2rem !important;
  }

  .pw-feature-list {
    grid-template-columns: 1fr !important;
  }
}

/* -------------------------------------------------------------------------- */
/* 14. Blog Detail Page Premium Styles                                       */
/* -------------------------------------------------------------------------- */

.blog-detail-content {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #3b424d;
}

/* First Paragraph Drop Cap */
.blog-detail-content > p:first-of-type::first-letter {
  float: left;
  font-size: 3.5rem;
  line-height: 0.8;
  padding-right: 0.5rem;
  padding-top: 0.2rem;
  color: var(--navy);
  font-weight: 900;
  font-family: var(--font-display);
}

.blog-detail-content p {
  margin-bottom: 1.75rem;
}

/* Headings */
.blog-detail-content h2 {
  font-size: 1.95rem;
  color: var(--navy-dark);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 3.5rem !important;
  margin-bottom: 1.25rem !important;
  position: relative;
  padding-bottom: 0.8rem;
}

.blog-detail-content h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
  background: linear-gradient(90deg, var(--sky), var(--green));
  border-radius: 4px;
}

.blog-detail-content h3 {
  font-size: 1.45rem;
  color: var(--navy);
  font-weight: 700;
  margin-top: 2.25rem !important;
  margin-bottom: 1rem !important;
}

/* Lists */
.blog-detail-content ul {
  padding-left: 0 !important;
  margin-bottom: 2.5rem;
}

.blog-detail-content li {
  position: relative;
  padding-left: 2rem !important;
  margin-bottom: 0.85rem !important;
  color: #4a5463;
}

.blog-detail-content li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: var(--green);
  font-size: 1.1rem;
}

/* Inline Tip / Callout Box */
.blog-detail-content div[style*="border-left"] {
  background: linear-gradient(to right, #f2faf3, #ffffff) !important;
  border-left: 5px solid var(--green) !important;
  border-radius: 0 12px 12px 0;
  padding: 1.5rem 1.75rem !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
  font-size: 1.05rem;
  color: var(--navy-dark);
  position: relative;
}

.blog-detail-content div[style*="border-left"] strong {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--green-dark);
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-detail-content div[style*="border-left"] strong::before {
  content: '\f0eb'; /* Lightbulb icon */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #f59e0b;
}

/* Bottom CTA Wrapper */
.blog-detail-content > div[style*="text-align: center"] {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%) !important;
  padding: 3.5rem 2.5rem !important;
  border-radius: 20px !important;
  box-shadow: 0 20px 40px rgba(19,38,80,0.15);
  margin-top: 4rem !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.blog-detail-content > div[style*="text-align: center"]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: -1;
}

.blog-detail-content > div[style*="text-align: center"] h3 {
  color: #ffffff !important;
  font-size: 2.2rem;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.blog-detail-content > div[style*="text-align: center"] p {
  color: rgba(255,255,255,0.8) !important;
  font-size: 1.1rem;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 2rem !important;
}

.blog-detail-content > div[style*="text-align: center"] .btn {
  background: var(--green) !important;
  color: white !important;
  border: none !important;
  font-size: 1.1rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(42, 78, 39, 0.4);
}
.blog-detail-content > div[style*="text-align: center"] .btn:hover {
  background: var(--green-light) !important;
  transform: translateY(-2px);
}

/* END: merged from style.css */

:root {
  /* Brand Colors — extracted directly from logo */
  --navy:           #1e3a6e;   /* deep navy blue  */
  --navy-dark:      #132650;   /* darkest navy    */
  --navy-light:     #2b4f8f;   /* lighter navy    */
  --green:          #3a6b35;   /* forest green    */
  --green-dark:     #2a4e27;   /* dark green      */
  --green-light:    #4e8f47;   /* lighter green   */
  --sky:            #4facde;   /* logo water blue */

  /* Neutrals */
  --white:          #ffffff;
  --off-white:      #f8f9fa;
  --gray-50:        #f4f5f4;
  --gray-100:       #eaebea;
  --gray-200:       #d4d6d4;
  --gray-400:       #9aa09a;
  --gray-600:       #5a615a;
  --gray-800:       #2a2f2a;
  --dark:           #111614;

  /* Typography */
  --font-display:   'Inter', sans-serif;
  --font-heading:   'Inter', sans-serif;
  --font-body:      'Inter', sans-serif;

  /* Spacing scale */
  --s-xs:  .5rem;    /* 8px  */
  --s-sm:  1rem;     /* 16px */
  --s-md:  1.5rem;   /* 24px */
  --s-lg:  2.5rem;   /* 40px */
  --s-xl:  2rem;
  --s-2xl: 2.8rem;

  /* Radii */
  --r-xs:  4px;
  --r-sm:  8px;
  --r-md:  14px;
  --r-lg:  24px;
  --r-xl:  36px;
  --r-full: 999px;

  /* Shadows */
  --sh-sm: 0 2px 8px rgba(19,38,80,.08);
  --sh-md: 0 6px 24px rgba(19,38,80,.12);
  --sh-lg: 0 16px 56px rgba(19,38,80,.18);
  --sh-xl: 0 32px 80px rgba(19,38,80,.24);

  /* Motion */
  --ease: cubic-bezier(.4,0,.2,1);
  --dur:  .3s;
}

/* ===== TYPOGRAPHY ===== */
html, body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);

  color: var(--gray-800);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5 {
  font-family: 'Inter', sans-serif;
  line-height: 1.15;
  letter-spacing: -.025em;
}

h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); font-weight: 800; }
h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 700; }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.6rem); font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; font-family: 'Inter', sans-serif; }
p  { color: var(--gray-600); line-height: 1.78; }

/* Display type */
.type-display {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}

/* ===== LAYOUT ===== */
.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 2rem);
}

.section     { padding-block: var(--s-2xl); }
#about, #process, #calculator, #reviews, #gallery, #services, #faq, #areas, #blog, #contact, #related-links { padding-block: 1.4rem; }
.section--sm { padding-block: var(--s-xl);  }
.section--alt { background: var(--gray-50); }
.section--dark {
  background: var(--navy-dark);
  color: var(--white);
}

.section--related-links {
  padding-block: 2.5rem 1.5rem;
}

/* Section labelling */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .85rem;
}

.eyebrow::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--green);
  border-radius: 2px;
}

.eyebrow--light { color: rgba(255,255,255,.7); }
.eyebrow--light::before { background: rgba(255,255,255,.4); }

.section-head { max-width: 900px; margin-bottom: 1.6rem; }
.section-head p { max-width: 640px; margin-top: .85rem; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow, .section-head--center p { margin-inline: auto; }

/* ===== DIVIDER ===== */
.rule {
  width: 48px; height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--green));
  border-radius: var(--r-full);
  margin: .85rem 0 1rem;
}
.rule--center { margin-inline: auto; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .03em;
  padding: .85rem 1.8rem;
  border-radius: var(--r-sm);
  transition: all var(--dur) var(--ease);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn--navy {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 4px 18px rgba(30,58,110,.3);
}
.btn--navy:hover {
  background: var(--navy-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(30,58,110,.4);
}

.btn--green {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 4px 18px rgba(58,107,53,.3);
}
.btn--green:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(58,107,53,.4);
}

.btn--white {
  background: var(--white);
  color: var(--navy);
  box-shadow: var(--sh-md);
}
.btn--white:hover {
  background: var(--gray-50);
  transform: translateY(-2px);
}

.btn--ghost {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,.45);
}
.btn--ghost:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.8);
}

.btn--ghost-navy {
  background: transparent;
  color: var(--navy);
  border: 2px solid rgba(30,58,110,.35);
}
.btn--ghost-navy:hover {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.btn--lg { padding: 1.1rem 2.2rem; font-size: 1rem; }
.btn--xl { padding: 1.3rem 2.6rem; font-size: 1.05rem; }

.btn .arrow-icon {
  width: 18px; height: 18px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: .65rem;
  flex-shrink: 0;
  transition: transform var(--dur) var(--ease);
}
.btn:hover .arrow-icon { transform: rotate(45deg); }

/* ===== TOP BAR ===== */
.topbar {
  background: var(--navy-dark);
  color: rgba(255,255,255,.75);
  font-size: .8rem;
  padding: .5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .75rem;
}

@media (max-width: 640px) {
  .topbar__inner {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
}


.topbar__left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .topbar__left {
    gap: 0.75rem;
    justify-content: center;
  }
  .topbar__item:last-child { display: none; } /* Hide clock on mobile */
}


.topbar__item {
  display: flex;
  align-items: center;
  gap: .4rem;
  color: rgba(255,255,255,.7);
  transition: color var(--dur);
}

.topbar__item:hover { color: var(--white); }
.topbar__item i { color: var(--sky); font-size: .8rem; }

.topbar__badge {
  background: var(--green);
  color: var(--white);
  font-size: .7rem;
  font-weight: 700;
  padding: .2rem .75rem;
  border-radius: var(--r-full);
  letter-spacing: .04em;
  text-align: center;
}

@media (max-width: 640px) {
  .topbar { padding: 0.75rem 0; }
  .topbar__badge { width: 100%; }
}


/* ===== NAVBAR ===== */
.navbar {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--gray-100);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.navbar--hidden {
  transform: translateY(-100%);
}

.navbar--scrolled {
  box-shadow: var(--sh-md);
  border-bottom-color: transparent;
}

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: .85rem;
  gap: 1rem;
}

/* Logo */
.navbar__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.navbar__logo img {
  height: 56px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: height 0.3s ease;
}

@media (max-width: 768px) {
  .navbar__logo img { height: 44px; }
}


/* Nav links */
.navbar__nav {
  display: flex;
  align-items: center;
  gap: .1rem;
}

.nav__item { position: relative; }

.nav__link {
  display: flex;
  align-items: center;
  gap: .3rem;
  font-size: .9rem;
  font-weight: 500;
  color: var(--gray-600);
  padding: .55rem .9rem;
  border-radius: var(--r-xs);
  transition: all var(--dur) var(--ease);
}

.nav__link:hover,
.nav__link--active { color: var(--navy); }

.nav__link .chev { font-size: .6rem; transition: transform var(--dur) var(--ease); }
.nav__item:hover .chev { transform: rotate(180deg); }

/* Dropdown */
.nav__dropdown {
  position: absolute;
  top: calc(100% + .5rem);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: var(--white);
  border-radius: var(--r-md);
  box-shadow: var(--sh-xl);
  padding: .6rem;
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  transition: all var(--dur) var(--ease);
  border: 1px solid var(--gray-100);
  z-index: 200;
}

.nav__item:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown__section-title {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gray-400);
  padding: .4rem .75rem .3rem;
}

.dropdown__link {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .65rem .75rem;
  border-radius: var(--r-xs);
  font-size: .87rem;
  font-weight: 500;
  color: var(--gray-600);
  transition: all var(--dur) var(--ease);
}

.dropdown__link:hover {
  background: var(--gray-50);
  color: var(--navy);
}

.dropdown__link-icon {
  width: 28px; height: 28px;
  background: var(--gray-50);
  border-radius: var(--r-xs);
  display: grid; place-items: center;
  color: var(--navy);
  font-size: .8rem;
  flex-shrink: 0;
  transition: all var(--dur) var(--ease);
}

.dropdown__link:hover .dropdown__link-icon {
  background: var(--navy);
  color: var(--white);
}

.dropdown__sep {
  height: 1px;
  background: var(--gray-100);
  margin: .4rem .5rem;
}

/* Sub-Dropdown (Multi-level) */
.nav__sub-item { position: relative; }
.nav__sub-dropdown {
  position: absolute;
  top: -0.6rem;
  left: 100%;
  transform: translateX(10px);
  background: var(--white);
  border-radius: var(--r-md);
  box-shadow: var(--sh-xl);
  padding: .6rem;
  min-width: 260px;
  opacity: 0;
  visibility: hidden;
  transition: all var(--dur) var(--ease);
  border: 1px solid var(--gray-100);
  z-index: 210;
}

.nav__sub-item:hover .nav__sub-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(5px);
}

.nav__sub-dropdown .dropdown__link {
  font-size: .83rem;
  padding: .55rem .75rem;
  border-radius: var(--r-xs);
}

/* Phone in nav */
.nav__phone {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 700;
  color: var(--navy);
  font-size: .9rem;
}

.nav__phone-icon {
  width: 32px; height: 32px;
  background: rgba(30,58,110,.08);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--navy);
  font-size: .8rem;
  transition: all var(--dur) var(--ease);
}

.nav__phone:hover .nav__phone-icon {
  background: var(--navy);
  color: var(--white);
}

.nav__phone:hover .nav__phone-icon i {
  animation: heroPhoneRing 1.5s infinite;
}

.nav__cta { margin-left: .5rem; }

/* Toggle */
.navbar__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: .5rem;
  -webkit-tap-highlight-color: transparent;
}

.navbar__toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: all var(--dur) var(--ease);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--navy-dark);
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url('https://res.cloudinary.com/dc9kw1i5z/image/upload/f_auto,q_auto/v1/House_cleaning_after_image_d97suh.jpg');
  background-size: cover;
  background-position: center 30%;
  opacity: .5;
  transition: opacity 1s var(--ease);
}

/* Gradient overlay — navy at bottom, transparent top */
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(19,38,80,.2) 0%,
    rgba(19,38,80,.5) 45%,
    rgba(19,38,80,.92) 100%
  );
}

/* Left pinstripe accent */
.hero__accent-line {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--sky), var(--green));
  z-index: 2;
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: var(--s-2xl);
  padding-top: 7rem;
}

.hero__content {
  max-width: 820px;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: rgba(255,255,255,.85);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.hero__eyebrow-dot {
  width: 6px; height: 6px;
  background: var(--sky);
  border-radius: 50%;
  animation: blink 2s infinite;
}

@keyframes blink {
  0%,100% { opacity: 1; }
  50%      { opacity: .3; }
}

.hero__title {
  color: var(--white);
  font-size: clamp(3.2rem, 9vw, 7rem);
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.hero__title em {
  font-style: italic;
  color: var(--sky);
}

.hero__subtitle {
  color: rgba(255,255,255,.72);
  font-size: 1.1rem;
  max-width: 520px;
  line-height: 1.72;
  margin-bottom: 2.25rem;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

/* Stats row at bottom */
.hero__stats {
  display: flex;
  gap: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.12);
  flex-wrap: wrap;
}

.hero__stat-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.hero__stat-label {
  font-size: .78rem;
  color: rgba(255,255,255,.55);
  margin-top: .3rem;
  letter-spacing: .04em;
}

/* Rating pill */
.hero__rating {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--r-full);
  padding: .4rem .9rem;
  backdrop-filter: blur(8px);
}

.hero__rating-stars {
  display: flex;
  gap: 2px;
  color: #fbbf24;
  font-size: .75rem;
}

.hero__rating-text {
  font-size: .8rem;
  color: rgba(255,255,255,.85);
  font-weight: 600;
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  color: rgba(255,255,255,.4);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  z-index: 3;
}

.hero__scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,.4), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%,100% { opacity: 1; transform: scaleY(1); }
  50%      { opacity: .4; transform: scaleY(.6); }
}

/* ===== HERO V2 — PREMIUM SPLIT LAYOUT ===== */
.hero-v2 {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 80vh;
  overflow: hidden;
  background: var(--white);
}

/* LEFT PANEL */
.hero-v2__left {
  background: var(--white);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-v2__inner {
  padding: 3rem clamp(2rem, 4vw, 4rem) 3rem clamp(2rem, 6vw, 5rem);
  width: 100%;
  max-width: 800px;
}

/* EYEBROW BADGE */
.hero-v2__badge {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: rgba(30,58,110,.07);
  border: 1px solid rgba(30,58,110,.12);
  border-radius: var(--r-full);
  padding: .45rem 1rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 1.75rem;
  animation: fadeSlideUp .7s var(--ease) both;
}

.hero-v2__badge-dot {
  width: 7px; height: 7px;
  background: var(--green);
  border-radius: 50%;
  animation: blink 2s infinite;
}

/* HEADLINE */
.hero-v2__title {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--navy-dark);
  margin-bottom: 1.25rem;
  animation: fadeSlideUp .7s .15s var(--ease) both;
}

.hero-v2__title-accent {
  background: linear-gradient(135deg, var(--sky) 0%, var(--green) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

/* SUBTITLE */
.hero-v2__sub {
  color: var(--gray-600);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 2rem;
  animation: fadeSlideUp .7s .25s var(--ease) both;
}

/* CTA ROW */
.hero-v2__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
  margin-bottom: 2.25rem;
  animation: fadeSlideUp .7s .35s var(--ease) both;
}

.hero-v2__actions .btn {
  padding: .9rem 1.75rem;
  font-size: .95rem;
  flex-shrink: 0;
}

.hero-v2__cta-main {
  box-shadow: 0 8px 32px rgba(30,58,110,.3);
}

.hero-v2__cta-main:hover {
  box-shadow: 0 16px 48px rgba(30,58,110,.45);
  transform: translateY(-3px);
}

.hero-v2__call {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-shrink: 0;
  white-space: nowrap;
  color: var(--navy-dark);
  font-weight: 700;
  font-size: .95rem;
  transition: all var(--dur) var(--ease);
}

.hero-v2__call:hover { color: var(--navy-light); }

.hero-v2__call-ring {
  width: 42px; height: 42px;
  background: var(--navy);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--white);
  font-size: .9rem;
  flex-shrink: 0;
  box-shadow: 0 0 0 6px rgba(30,58,110,.12);
  transition: all var(--dur) var(--ease);
  animation: heroPhonePulse 2.5s infinite;
}

.hero-v2__call-ring i {
  animation: heroPhoneRing 2.5s infinite;
}

.hero-v2__call:hover .hero-v2__call-ring {
  box-shadow: 0 0 0 12px rgba(30,58,110,0);
  transform: scale(1.1);
}

@keyframes heroPhonePulse {
  0% { box-shadow: 0 0 0 0 rgba(30,58,110,.4); }
  70% { box-shadow: 0 0 0 15px rgba(30,58,110,0); }
  100% { box-shadow: 0 0 0 0 rgba(30,58,110,0); }
}

@keyframes heroPhoneRing {
  0%, 15%, 30%, 45%, 100% { transform: rotate(0); }
  5%, 20% { transform: rotate(-18deg); }
  10%, 25% { transform: rotate(18deg); }
}

.hero-v2__call small {
  display: block;
  font-size: .7rem;
  font-weight: 500;
  color: var(--gray-400);
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* TRUST PILLS */
.hero-v2__trust {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 2rem;
  animation: fadeSlideUp .7s .45s var(--ease) both;
}


.hero-v2__pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: var(--gray-50);
  border: 1px solid var(--gray-100);
  border-radius: var(--r-full);
  padding: .3rem .75rem;
  font-size: .74rem;
  font-weight: 600;
  color: var(--gray-600);
  white-space: nowrap;
  flex-shrink: 0;
}

.hero-v2__pill i {
  color: var(--green);
  font-size: .68rem;
}

/* STATS ROW */
.hero-v2__stats {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--gray-100);
  flex-wrap: wrap;
  animation: fadeSlideUp .7s .55s var(--ease) both;
}

@media (max-width: 480px) {
  .hero-v2__stats {
    justify-content: center;
    gap: 1.5rem;
  }
  .hero-v2__stat-divider { display: none; }
}


.hero-v2__stat {
  text-align: center;
  flex-shrink: 0;
}

.hero-v2__stat-num {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--navy-dark);
  line-height: 1;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.hero-v2__stat-lbl {
  font-size: .65rem;
  font-weight: 600;
  color: var(--gray-400);
  margin-top: .25rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-v2__stat-divider {
  width: 1px;
  height: 36px;
  background: var(--gray-100);
  flex-shrink: 0;
}

/* RIGHT PANEL — Image */
.hero-v2__right {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5rem 2.5rem 2.5rem 0;
}

.hero-v2__img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

/* BEFORE/AFTER SLIDER STYLES */
.ba-slider-container {
  overflow: hidden;
  user-select: none;
  cursor: ew-resize;
  touch-action: pan-y;
  --slider-pos: 50%; /* Controlled via JS */
  height: 100%; /* Ensure it fills parent */
}

.hero-v2__img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  /* Removed heroZoom animation for slider stability */
}

.ba-slider-after {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.ba-slider-before-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, var(--slider-pos) 0, var(--slider-pos) 100%, 0 100%);
}

.ba-slider-before {
  /* Images are provided by user, no simulated filter needed now */
  filter: none;
}

.ba-slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--slider-pos);
  width: 3px;
  background: var(--white);
  z-index: 3;
  transform: translateX(-50%);
  pointer-events: none;
}

.ba-slider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-dark);
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.ba-slider-button--sm {
  width: 32px;
  height: 32px;
  font-size: 0.85rem;
}

.ba-slider-container:hover .ba-slider-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.hero-v2__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(19,38,80,.25) 0%,
    rgba(19,38,80,.05) 60%,
    transparent 100%
  );
  z-index: 4;
  pointer-events: none; /* Let clicks pass through to slider */
}

/* CAROUSEL STYLES */
.ba-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.ba-carousel__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.ba-carousel__item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.ba-carousel__item.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.ba-carousel__controls {
  display: none; /* Hidden as per user request */
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  gap: 1.5rem;
  z-index: 20;
}

.ba-carousel__btn {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.ba-carousel__btn:hover {
  background: white;
  color: var(--navy);
  transform: scale(1.1);
}

.ba-carousel__dots {
  display: flex;
  gap: 0.5rem;
}

.ba-carousel__dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ba-carousel__dot.active {
  width: 24px;
  border-radius: 10px;
  background: white;
}

/* Ensure gallery labels stay above slider */
.coverflow-glass-label {
  z-index: 10 !important;
}

/* FLOATING BADGES */
.hero-v2__float {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--r-md);
  /* box-shadow: var(--sh-xl); */
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  padding: 1rem 1.25rem;
  animation: floatIn .8s .9s var(--ease) both;
  z-index: 10;
}

@keyframes floatIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Gentle float animation */
.hero-v2__float--review {
  bottom: 2rem;
  left: 1.5rem;
  min-width: 210px;
  animation: floatIn .8s .9s var(--ease) both, gentleFloat 4s 1.7s ease-in-out infinite;
}

.hero-v2__float--jobs {
  top: 2rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  gap: .85rem;
  animation: floatIn .8s 1.1s var(--ease) both, gentleFloat 4s 2s ease-in-out infinite;
}

@keyframes gentleFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

.hero-v2__float-stars {
  display: flex;
  gap: 2px;
  color: #fbbf24;
  font-size: .75rem;
  margin-bottom: .35rem;
}

.hero-v2__float-text {
  font-size: .82rem;
  font-weight: 600;
  color: var(--navy-dark);
  line-height: 1.3;
  margin-bottom: .25rem;
}

.hero-v2__float-author {
  font-size: .73rem;
  color: var(--gray-400);
  font-weight: 500;
}

.hero-v2__float-icon {
  font-size: 1.4rem;
  color: var(--sky);
}

.hero-v2__float-big {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy-dark);
  line-height: 1;
}

.hero-v2__float-small {
  font-size: .73rem;
  color: var(--gray-400);
  font-weight: 500;
  margin-top: .2rem;
}

/* FADE SLIDE UP ANIMATION */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===== HERO V2 RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-v2 { grid-template-columns: 65% 35%; }
  .hero-v2__inner { padding: 7rem 2rem 3.5rem 2.5rem; }
}

@media (max-width: 768px) {
  .hero-v2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 75vh;
  }
  .hero-v2__left {
    clip-path: none;
    padding-bottom: 0;
    align-items: flex-start;
    min-height: auto;
  }

  .hero-v2__inner {
    padding: 3rem 1.5rem 2.5rem;
    max-width: 100%;
  }

  .hero-v2__right { 
    min-height: 50vh; 
    padding: 0 1.5rem 4rem;
  }
  .hero-v2__actions { flex-wrap: wrap; }
  .hero-v2__float--review { left: 1rem; bottom: 1rem; min-width: 190px; }
  .hero-v2__float--jobs   { top: 1rem;  right: 1rem; }
}

@media (max-width: 480px) {
  .hero-v2__badge {
    font-size: .6rem;
    padding: .3rem .75rem;
    white-space: nowrap;
    margin-bottom: 1rem;
    letter-spacing: .08em;
  }
  .hero-v2__inner { padding-top: 1.5rem; }
  .hero-v2 { min-height: auto; }

  .hero-v2__title { font-size: clamp(2.2rem, 9vw, 3rem); }

  .hero-v2__trust { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 0.75rem; 
  }
  .hero-v2__pill { width: 100%; justify-content: center; }

  .hero-v2__actions { flex-direction: column; align-items: stretch; gap: 0.85rem; width: 100%; }
  .hero-v2__cta-main, .hero-v2__cta-sec { width: 100%; justify-content: center; padding: 1rem !important; }
  .hero-v2__call { justify-content: center; margin-top: 0.5rem; }
  
  .hero-v2__stats { 
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem; 
    justify-items: center;
    border-top: 1px solid var(--gray-100);
    padding-top: 2rem;
  }
  .hero-v2__stat-divider { display: none; }
  .hero-v2__stat-num { font-size: 1.5rem; }
}



/* ===== TRUST STRIP ===== */
.trust-strip {
  /* background: var(--navy); */
  padding: var(--s-md) 0;
}


.trust-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: rgba(255,255,255,.8);
  font-size: .85rem;
  font-weight: 500;
}

.trust-item i {
  color: var(--sky);
  font-size: .95rem;
}

.trust-divider {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,.15);
}

/* ===== SHOWCASE SERVICES (Premium Layout) ===== */
.showcase-section {
  background: var(--gray-50);
  padding: 2rem 0;
  position: relative;
}

.showcase-header {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.5rem;
  gap: 2rem;
  flex-wrap: wrap;
}

.showcase-header__left {
  max-width: 500px;
}

.showcase-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.25rem;
  background: var(--white);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  border: 1px solid var(--gray-200);
}

.showcase-badge i {
  color: var(--sky);
}

.showcase-title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.03em;
}

.showcase-title em {
  font-style: italic;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: -0.01em;
}

.showcase-header__right {
  max-width: 400px;
  padding-bottom: 0.5rem;
}

.showcase-header__right p {
  color: var(--gray-600);
  margin-bottom: 1.75rem;
  font-size: 1.05rem;
  line-height: 1.5;
  font-family: var(--font-body);
}

.showcase-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.4rem 0.4rem 0.4rem 1.5rem;
  background: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 50px;
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(30,58,110,0.15);
}

.showcase-btn:hover {
  background: var(--navy-dark);
  transform: translateY(-2px);
}

.showcase-btn .icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.showcase-btn:hover .icon-circle {
  background: var(--green-light);
  color: var(--white);
  transform: translate(2px, -2px);
}

/* Cards Grid */
.showcase-grid {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.showcase-card {
  position: relative;
  height: 320px;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Match the slight staggered look horizontally if needed, else uniform is fine */

.showcase-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.showcase-card .ba-slider-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.showcase-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.showcase-card:hover .showcase-card__img {
  transform: scale(1.05); /* Slight zoom */
}

.showcase-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0) 100%);
  z-index: 1;
}

.showcase-card__arrow {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.25);
  font-size: 0.9rem;
  z-index: 2;
  transition: all 0.3s ease;
}

.showcase-card:hover .showcase-card__arrow {
  background: var(--white);
  color: #111;
  transform: translate(2px, -2px);
}

.showcase-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  z-index: 2;
}

.showcase-card__content h3 {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  font-family: var(--font-heading);
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .showcase-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 900px) {
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .showcase-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  .showcase-grid {
    grid-template-columns: 1fr;
  }
  .showcase-card {
    height: 300px;
  }
}


/* ===== SERVICES SECTION ===== */
/* Split layout — list left, image right */
.services-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 600px;
}

.services-list {
  padding: var(--s-2xl) var(--s-xl) var(--s-2xl) 0;
}

.service-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--gray-100);
  cursor: pointer;
  transition: all var(--dur) var(--ease);
}

.service-tab:first-of-type { border-top: 1px solid var(--gray-100); }

.service-tab__name {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  color: var(--gray-400);
  transition: color var(--dur) var(--ease);
}

.service-tab--active .service-tab__name,
.service-tab:hover .service-tab__name { color: var(--navy); }

.service-tab__arrow {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--gray-200);
  display: grid; place-items: center;
  color: var(--gray-400);
  font-size: .75rem;
  transition: all var(--dur) var(--ease);
  flex-shrink: 0;
}

.service-tab--active .service-tab__arrow,
.service-tab:hover .service-tab__arrow {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  transform: rotate(-45deg);
}

/* Service sub-items */
.service-tab__sub {
  display: none;
  flex-direction: column;
  gap: .35rem;
  padding: .5rem 0 1rem;
}

.service-tab--active .service-tab__sub { display: flex; }

.service-tab__sub a {
  font-size: .88rem;
  color: var(--gray-600);
  display: flex;
  align-items: center;
  gap: .5rem;
  transition: color var(--dur);
}

.service-tab__sub a i { color: var(--green); font-size: .7rem; }
.service-tab__sub a:hover { color: var(--navy); }

/* Service image panel */
.services-img-panel {
  position: relative;
  overflow: hidden;
}

.services-img-panel img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease);
}

.service-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .5s var(--ease);
}

.service-panel.active { opacity: 1; }

.service-panel img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.service-panel__caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(19,38,80,.9), transparent);
  padding: 2rem 1.5rem 1.5rem;
  color: white;
}

.service-panel__caption h4 { font-family: var(--font-heading); font-size: 1.3rem; margin-bottom: .35rem; color: white; }
.service-panel__caption a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--sky);
}

/* ===== SERVICES CARDS GRID ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.svc-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: all var(--dur) var(--ease);
  display: flex;
  flex-direction: column;
}

.svc-card:hover {
  border-color: rgba(30,58,110,.25);
  box-shadow: var(--sh-lg);
  transform: translateY(-5px);
}

.svc-card__img {
  height: 210px;
  overflow: hidden;
  position: relative;
  background: var(--navy-dark);
}

.svc-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}

.svc-card:hover .svc-card__img img { transform: scale(1.06); }

.svc-card__tag {
  position: absolute;
  top: 1rem; left: 1rem;
  background: var(--green);
  color: var(--white);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .25rem .7rem;
  border-radius: var(--r-full);
}

.svc-card__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.svc-card__num {
  font-family: var(--font-display);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--gray-400);
  margin-bottom: .6rem;
}

.svc-card__title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--navy);
  margin-bottom: .6rem;
}

.svc-card__desc {
  font-size: .88rem;
  color: var(--gray-600);
  flex: 1;
  margin-bottom: 1.25rem;
}

.svc-card__link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .85rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .03em;
  transition: gap var(--dur);
}

.svc-card:hover .svc-card__link { gap: .8rem; }

/* ===== POWER WASH PAGE SHOWCASE ===== */
.pw-showcase {
  display: grid;
  gap: 1.2rem;
}

.pw-showcase__item {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--r-md);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: 280px;
  transition: all var(--dur) var(--ease);
}

.pw-showcase__item:hover {
  border-color: rgba(30,58,110,.18);
  box-shadow: var(--sh-lg);
  transform: translateY(-3px);
}

.pw-showcase__item--reverse {
  grid-template-columns: 1fr 1.1fr;
}

.pw-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pw-showcase__content {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pw-showcase__kicker {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--green-dark);
  margin-bottom: .45rem;
}

.pw-showcase__content h3 {
  font-family: var(--font-heading);
  color: var(--navy);
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  margin-bottom: .55rem;
}

.pw-showcase__content p {
  font-size: .92rem;
  color: var(--gray-600);
  margin-bottom: .75rem;
}

.pw-feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .35rem .8rem;
  margin-top: .35rem;
}

.pw-feature-list span {
  font-size: .82rem;
  color: var(--gray-500);
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.pw-feature-list i {
  color: var(--green-dark);
}

.pw-before-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.pw-before-card {
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--gray-100);
  background: var(--white);
}

.pw-before-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.pw-before-card__body {
  padding: .95rem 1rem;
}

.pw-before-card__title {
  font-size: .98rem;
  color: var(--navy);
  font-weight: 700;
}

.pw-before-card__text {
  margin-top: .3rem;
  color: var(--gray-500);
  font-size: .82rem;
}

/* ===== MINI SERVICE LIST ===== */
.mini-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.mini-item {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--r-md);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: .9rem;
  transition: all var(--dur) var(--ease);
}

.mini-item:hover {
  border-color: var(--navy);
  transform: translateY(-3px);
  box-shadow: var(--sh-md);
}

.mini-item__icon {
  width: 40px; height: 40px;
  background: rgba(30,58,110,.07);
  border-radius: var(--r-sm);
  display: grid; place-items: center;
  color: var(--navy);
  font-size: 1rem;
  flex-shrink: 0;
}

.mini-item__title { font-weight: 600; font-size: .92rem; color: var(--navy); }
.mini-item__sub   { font-size: .78rem; color: var(--gray-400); margin-top: .1rem; }

/* ===== PROCESS ===== */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem;
  perspective: 2000px;
}

.process-step {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 2.5rem 2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

@media (max-width: 768px) {
  .process-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .process-step {
    min-height: auto;
    padding: 2rem;
  }
}


.process-step::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--navy), var(--green));
  border-radius: 24px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.6s ease;
}

.process-step:hover {
  transform: translateY(-15px) rotateX(5deg);
  box-shadow: 0 30px 60px rgba(30,58,110,0.12);
  color: white;
}

.process-step:hover::before {
  opacity: 1;
}

.process-step__num {
  position: absolute;
  top: 1rem;
  left: 1rem; /* Keeping it on the left */
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(30,58,110,0.08); 
  pointer-events: none;
  transition: all 0.6s ease;
}

.process-step:hover .process-step__num {
  -webkit-text-stroke: 1.5px rgba(255,255,255,0.2);
  transform: translateY(-5px);
}

.process-step__icon {
  width: 54px; height: 54px;
  background: white;
  border-radius: 16px;
  display: grid; place-items: center;
  color: var(--navy);
  font-size: 1.3rem;
  margin-bottom: 2rem;
  margin-left: auto; /* Push to the right */
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.process-step:hover .process-step__icon {
  background: white;
  color: var(--green);
  transform: scale(1.15) rotate(15deg);
}

.process-step h4 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 1rem;
  transition: color 0.4s ease;
}

.process-step:hover h4 { color: white; }

.process-step p {
  font-size: 0.95rem;
  color: var(--gray-600);
  line-height: 1.7;
  transition: color 0.4s ease;
}

.process-step:hover p { color: rgba(255,255,255,0.9); }

/* Glass light reflection on hover */
.process-step::after {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
  transform: rotate(45deg);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.process-step:hover::after { opacity: 1; }

/* ===== STATS BAR ===== */
.stats-bar {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 50%, var(--green-dark) 100%);
  padding: 2.5rem 0;
}

.stats-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

@media (max-width: 991px) {
  .stats-bar__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .stats-bar__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}


.stat-block__num {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.stat-block__label {
  font-size: .82rem;
  color: rgba(255,255,255,.6);
  margin-top: .4rem;
  letter-spacing: .03em;
}

.stat-block__divider {
  width: 24px; height: 2px;
  background: var(--sky);
  margin: .65rem auto;
  border-radius: 2px;
}

/* ===== TESTIMONIALS & MARQUEE ===== */
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* Mask to fade edges seamlessly */
  mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 5%, rgba(0,0,0,1) 95%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 5%, rgba(0,0,0,1) 95%, rgba(0,0,0,0) 100%);
  padding: 0.5rem 0 1rem 0;
}

.marquee-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: scrollMarquee 45s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes scrollMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 0.75rem)); }
}

.review-card {
  width: 320px;
  flex-shrink: 0;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--r-md);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: all var(--dur) var(--ease);
}

.review-card:hover {
  box-shadow: var(--sh-md);
  border-color: rgba(30,58,110,.15);
  transform: translateY(-4px);
}

.review-card__stars {
  display: flex; gap: 3px;
  color: #f59e0b; font-size: .85rem;
}

.review-card__title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--navy);
}

.review-card__text {
  font-size: .88rem;
  color: var(--gray-600);
  line-height: 1.6;
  flex: 1;
}

.review-card__author {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-100);
}

.review-card__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--green));
  display: grid; place-items: center;
  color: white;
  font-weight: 700;
  font-size: .9rem;
  flex-shrink: 0;
}

.review-card__name {
  font-weight: 700;
  font-size: .88rem;
  color: var(--navy);
}

.review-card__location {
  font-size: .75rem;
  color: var(--gray-400);
  margin-top: .1rem;
}

.review-card__google {
  margin-left: auto;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}

/* ===== AREAS ===== */
.areas-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  justify-content: center;
}

.area-pill {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--r-full);
  padding: .45rem 1.1rem;
  font-size: .85rem;
  font-weight: 500;
  color: var(--gray-600);
  transition: all var(--dur) var(--ease);
  cursor: default;
}

.area-pill:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  transform: translateY(-2px);
}

/* ===== CTA BAND ===== */
.cta-band {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  padding: var(--s-2xl) 0;
}

.cta-band::before {
  content: '';
  position: absolute;
  top: -60%; right: -5%;
  width: 600px; height: 600px;
  background: rgba(255,255,255,.03);
  border-radius: 50%;
}

.cta-band::after {
  content: '';
  position: absolute;
  bottom: -50%; left: -5%;
  width: 400px; height: 400px;
  background: rgba(58,107,53,.15);
  border-radius: 50%;
}

.cta-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}

.cta-band h2 { color: white; }
.cta-band p  { color: rgba(255,255,255,.7); max-width: 480px; margin-top: .5rem; }

.cta-band__actions {
  display: flex;
  gap: .85rem;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cta-band__actions .btn--xl {
  min-width: 230px;
  justify-content: center;
}

.cta-band__actions .btn-whatsapp {
  width: auto;
}

/* ===== ABOUT SPLIT ===== */
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-img-stack {
  position: relative;
}

.about-img-stack__main {
  border-radius: var(--r-xl);
  overflow: hidden;
  height: 520px;
}

.about-img-stack__main img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.about-img-badge {
  position: absolute;
  bottom: 2rem;
  right: -1.5rem;
  background: var(--green);
  color: white;
  border-radius: var(--r-md);
  padding: 1.25rem 1.5rem;
  text-align: center;
  box-shadow: var(--sh-lg);
}

.about-img-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1;
}

.about-img-badge span {
  font-size: .78rem;
  opacity: .85;
  font-weight: 600;
}

.about__checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin: 1.75rem 0;
}

.check-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .9rem;
  font-weight: 600;
  color: var(--navy);
}

.check-item i { color: var(--green); font-size: .9rem; }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  background: var(--navy-dark);
  padding: 6.5rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--page-hero-bg, url('https://res.cloudinary.com/dc9kw1i5z/image/upload/f_auto,q_auto/v1/Residential_cleaning_after_image_uhqtmk.jpg'));
  background-size: cover;
  background-position: center;
  opacity: .75;
}

.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--white);
  clip-path: ellipse(70% 100% at 50% 100%);
}

.page-hero--blog::before {
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/blog-hero.png');
}

.page-hero--blog {
  min-height: 450px;
  display: flex;
  align-items: center;
}

.page-hero--contact::before {
  background-image: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('../img/contact-hero.png');
}

.page-hero--contact {
  min-height: 450px;
  display: flex;
  align-items: center;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
}

/* UNIQUE HERO BUTTON STYLES */
@keyframes heroShine {
  0% { left: -100%; top: -100%; }
  20%, 100% { left: 100%; top: 100%; }
}

@keyframes heroPulse {
  0% { box-shadow: 0 0 0 0 rgba(58, 107, 53, 0.4); }
  70% { box-shadow: 0 0 0 15px rgba(58, 107, 53, 0); }
  100% { box-shadow: 0 0 0 0 rgba(58, 107, 53, 0); }
}

.btn-unique {
  border-radius: 50px !important;
  background: linear-gradient(135deg, #3a6b35 0%, #2a4e27 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 10px 30px rgba(58, 107, 53, 0.3) !important;
  animation: heroPulse 2.5s infinite;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-unique:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(58, 107, 53, 0.4) !important;
}

.btn-unique::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: rotate(45deg);
  animation: heroShine 4s infinite;
  pointer-events: none;
}

.page-hero h1 { 
  color: var(--white); 
  margin: 1rem 0 1.5rem; 
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.65);
}

.breadcrumb a { color: rgba(255,255,255,.55); transition: color var(--dur); }
.breadcrumb a:hover { color: white; }
.breadcrumb__sep { color: rgba(255,255,255,.25); }

/* ===== CONTACT FORM ===== */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3.5rem;
  align-items: start;
}

.contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.contact-info__icon {
  width: 48px; height: 48px;
  background: rgba(30,58,110,.08);
  border-radius: var(--r-md);
  display: grid; place-items: center;
  color: var(--navy);
  font-size: 1rem;
  flex-shrink: 0;
}

.contact-info__label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: .3rem;
}

.contact-info__value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
}

.contact-form-wrap {
  background: var(--white);
  border-radius: var(--r-xl);
  padding: 2.5rem;
  box-shadow: var(--sh-lg);
  border: 1px solid var(--gray-100);
}

.form__group { margin-bottom: 1.1rem; }

.form__label {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: .45rem;
  letter-spacing: .02em;
}

.form__control {
  width: 100%;
  padding: .85rem 1.1rem;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--r-sm);
  font-size: .92rem;
  color: var(--gray-800);
  background: var(--off-white);
  transition: all var(--dur) var(--ease);
  outline: none;
}

.form__control:focus {
  border-color: var(--navy);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(30,58,110,.1);
}

.form__control::placeholder { color: var(--gray-400); }
textarea.form__control { resize: vertical; min-height: 130px; }

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/* ===== BLOG SECTION ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.blog-card {
  background: var(--white);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border: 1px solid var(--gray-100);
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.blog-card__image {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.05);
}

.blog-card__category {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: var(--sky);
  color: var(--white);
  padding: 0.35rem 0.8rem;
  border-radius: var(--r-sm);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
}

.blog-card__content {
  padding: 1.75rem;
}

.blog-card__meta {
  color: var(--gray-500);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
}

.blog-card__meta i {
  color: var(--sky);
}

.blog-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.blog-card__title a {
  color: var(--navy);
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card__title a:hover {
  color: var(--sky);
}

.blog-card__excerpt {
  color: var(--gray-600);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--navy);
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-card__link i {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}

.blog-card__link:hover {
  color: var(--sky);
}

.blog-card__link:hover i {
  transform: translateX(4px);
}

/* ===== HOME CONTACT SECTION ===== */
.home-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .home-contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}


.home-contact-map {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: var(--r-sm);
  overflow: hidden;
  box-shadow: var(--sh-sm);
}

.home-contact-form-wrap {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.minimal-title {
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 2.5rem;
}

@media (max-width: 480px) {
  .minimal-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}


.home-contact-form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.form-row-minimal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.minimal-subtitle {
  color: var(--gray-500);
  font-size: 0.95rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .form-row-minimal {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}


.hc-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hc-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gray-800);
}

.hc-input-minimal {
  width: 100%;
  padding: 0.4rem 0;
  border: none;
  border-bottom: 1.5px solid var(--gray-400);
  background: transparent;
  font-size: 0.95rem;
  color: var(--gray-800);
  outline: none;
  border-radius: 0;
  transition: all 0.3s ease;
}

.hc-input-minimal::placeholder {
  color: var(--gray-400);
  font-weight: 400;
  opacity: 0.8;
}

.hc-input-minimal:focus {
  border-bottom-color: var(--dark);
}

.hc-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.hc-checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}

.hc-checkbox {
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--gray-400);
  border-radius: 4px;
  appearance: none;
  outline: none;
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.hc-checkbox:checked {
  background: var(--dark);
  border-color: var(--dark);
}

.hc-checkbox:checked::after {
  content: "\2713"; /* Checkmark character */
  position: absolute;
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hc-checkbox-text {
  font-size: 0.95rem;
  color: var(--gray-600);
}

.hc-checkbox-text a {
  text-decoration: underline;
  color: var(--gray-800);
}

.hc-btn-minimal {
  background: transparent;
  color: var(--gray-800);
  border: 2px solid var(--gray-600);
  padding: 0.65rem 1.8rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}

.hc-btn-minimal:hover {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}

@media (max-width: 640px) {
  .form-row-minimal {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hc-footer-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

/* ===== FOOTER ===== */
.footer {
  background: var(--dark);
  color: rgba(255,255,255,.6);
  padding-top: var(--s-2xl);
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 3rem;
  padding-bottom: var(--s-xl);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.footer__logo img {
  height: 48px;
  object-fit: contain;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1); /* white version of logo */
  opacity: .9;
}

/* If white logo exists, use it as-is */
.footer__logo img.logo-white { filter: none; }

.footer__desc {
  font-size: .88rem;
  color: rgba(255,255,255,.5);
  line-height: 1.78;
  margin-bottom: 1.5rem;
}

.footer__social {
  display: flex;
  gap: .5rem;
}

.social-btn {
  width: 36px; height: 36px;
  background: rgba(255,255,255,.07);
  border-radius: var(--r-sm);
  display: grid; place-items: center;
  color: rgba(255,255,255,.55);
  font-size: .85rem;
  transition: all var(--dur) var(--ease);
}

.social-btn:hover {
  background: var(--navy);
  color: white;
}

.footer__col-title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1.25rem;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.footer__links a {
  font-size: .88rem;
  color: rgba(255,255,255,.5);
  transition: color var(--dur) var(--ease);
  display: flex;
  align-items: center;
  gap: .4rem;
}

.footer__links a:hover { color: rgba(255,255,255,.9); }

.footer__links a::before {
  content: '›';
  color: var(--sky);
  font-size: 1rem;
}

.footer__contact-row {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  font-size: .88rem;
  color: rgba(255,255,255,.5);
  margin-bottom: .9rem;
}

.footer__contact-row i {
  color: var(--sky);
  font-size: .85rem;
  margin-top: .2rem;
  flex-shrink: 0;
}

.footer__contact-row a {
  color: rgba(255,255,255,.55);
  transition: color var(--dur);
}

.footer__contact-row a:hover { color: var(--white); }

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.25rem;
  font-size: .8rem;
  flex-wrap: wrap;
  gap: .5rem;
}

.footer__bottom p { color: rgba(255,255,255,.35); }

.footer__bottom-links {
  display: flex;
  gap: 1.5rem;
}

.footer__bottom-links a {
  color: rgba(255,255,255,.35);
  transition: color var(--dur);
}

.footer__bottom-links a:hover { color: rgba(255,255,255,.7); }

/* ===== MOBILE NAV ===== */
.mobile-nav {
  position: fixed;
  top: 0; right: 0;
  width: min(380px, 100%);
  height: 100%;
  background: var(--white);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform .35s var(--ease);
  overflow-y: auto;
  box-shadow: var(--sh-xl);
  display: flex;
  flex-direction: column;
}

.mobile-nav.open { transform: translateX(0); }

.mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--gray-100);
  flex-shrink: 0;
}

.mobile-nav__header img { height: 42px; object-fit: contain; }

.mobile-nav__close {
  width: 36px; height: 36px;
  background: var(--gray-50);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--gray-800);
  font-size: 1rem;
  transition: background var(--dur);
}

.mobile-nav__close:hover { background: var(--gray-200); }

.mobile-nav__body {
  flex: 1;
  padding: 1rem 1.25rem;
}

.mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .85rem .75rem;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: .95rem;
  color: var(--gray-800);
  transition: all var(--dur);
}

.mobile-nav__link:hover {
  background: var(--gray-50);
  color: var(--navy);
}

.mobile-nav__submenu {
  display: none;
  padding: .25rem .75rem .5rem 1.5rem;
}

.mobile-nav__submenu.open { display: block; }

.mobile-nav__submenu a {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .55rem .5rem;
  font-size: .88rem;
  color: var(--gray-600);
  transition: color var(--dur);
}

.mobile-nav__submenu a:hover { color: var(--navy); }
.mobile-nav__submenu a i { color: var(--green); font-size: .7rem; }

.mobile-nav__footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid var(--gray-100);
  display: flex;
  flex-direction: column;
  gap: .75rem;
  flex-shrink: 0;
}

.mobile-nav__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all var(--dur) var(--ease);
  backdrop-filter: blur(2px);
}

.mobile-nav__overlay.open {
  opacity: 1;
  visibility: visible;
}

/* ===== UTILS ===== */
.text-center { text-align: center; }
.text-navy   { color: var(--navy); }
/* .text-green  { color: var(--green); } */
.text-sky    { color: var(--sky); }
.text-white  { color: var(--white); }

.mt-sm  { margin-top: var(--s-sm); }
.mt-md  { margin-top: var(--s-md); }
.mt-lg  { margin-top: var(--s-lg); }
.mb-sm  { margin-bottom: var(--s-sm); }
.mb-md  { margin-bottom: var(--s-md); }

.gap-sm { gap: var(--s-sm); }
.gap-md { gap: var(--s-md); }

.flex     { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.flex-wrap    { flex-wrap: wrap; }
.justify-center { justify-content: center; }

/* ===== ANIMATIONS ===== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .stats-bar__grid { grid-template-columns: repeat(2,1fr); }
  .services-split { grid-template-columns: 1fr; }
  .services-img-panel { height: 380px; display: block; }
  .services-list { padding: 0 0 var(--s-lg); }
  .cta-band__inner { grid-template-columns: 1fr; }
  .cta-band__actions { justify-content: flex-start; }
  .about-layout { grid-template-columns: 1fr; }
  .about-img-badge { right: 1rem; }
}

@media (max-width: 768px) {
  .process-grid { grid-template-columns: 1fr; }
  .navbar__nav, .nav__phone, .nav__cta { display: none; }
  .navbar__toggle { display: flex; }
  .topbar__badge { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .mini-list     { grid-template-columns: 1fr 1fr; }
  .footer__grid { 
    grid-template-columns: 1fr 1fr; 
    gap: 3rem 1.5rem; 
    text-align: center;
  }
  .footer__grid > *:first-child,
  .footer__grid > *:last-child {
    grid-column: span 2;
  }
  .footer__logo { display: flex; justify-content: center; margin-bottom: 1rem; }
  .footer__logo img { margin-bottom: 0; }
  .footer__social { justify-content: center; }
  .footer__contact-row { justify-content: flex-start; text-align: left; max-width: fit-content; margin-inline: auto; }
  
  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 1.25rem;
    padding-block: 1.5rem;
  }
  .footer__bottom-links { justify-content: center; gap: 1.5rem; }


  
  .process-grid { grid-template-columns: 1fr; }

  .hero__scroll  { display: none; }
  .about__checklist { grid-template-columns: 1fr; }
  .pw-showcase__item,
  .pw-showcase__item--reverse { grid-template-columns: 1fr; }
  .pw-showcase__media img { height: 240px; }
  .pw-feature-list { grid-template-columns: 1fr; }
  .pw-before-grid { grid-template-columns: 1fr; }
  .cta-band__actions {
    width: 100%;
    gap: .75rem;
  }
  .cta-band__actions .btn--xl {
    flex: 1 1 calc(50% - .38rem);
    min-width: 0;
  }
  .cta-band__actions .btn-whatsapp {
    flex-basis: 100%;
  }
}

@media (max-width: 480px) {
  .mini-list { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .stats-bar__grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .hero__stats { gap: 1.5rem; }
  .hero__actions { flex-direction: column; width: 100%; }
  .hero__actions .btn { width: 100%; justify-content: center; }
}

/* ===== PRICING SECTION ===== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: var(--s-lg);
}
.pricing-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--r-md);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all var(--dur) var(--ease);
  position: relative;
  overflow: hidden;
}
.pricing-card:hover {
  box-shadow: var(--sh-xl);
  transform: translateY(-5px);
  border-color: var(--gray-200);
}
.pricing-card--featured {
  border: 2px solid var(--navy);
  box-shadow: var(--sh-lg);
  transform: scale(1.05);
  z-index: 2;
}
.pricing-card--featured:hover {
  transform: scale(1.05) translateY(-5px);
}
.pricing-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--navy);
  color: var(--white);
  padding: 0.3rem 1.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-bottom-left-radius: var(--r-sm);
  border-bottom-right-radius: var(--r-sm);
}
.pricing-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: var(--navy-dark);
}
.pricing-card .price {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 2rem;
}
.pricing-card .price span {
  font-size: 1.5rem;
  vertical-align: super;
}
.pricing-card__list {
  text-align: left;
  margin-bottom: 2.5rem;
}
.pricing-card__list li {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: var(--gray-600);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.pricing-card__list li i {
  color: var(--green);
  font-size: 0.9rem;
}
.w-100 { width: 100%; }

/* ===== GALLERY SECTION ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: var(--s-lg);
}
.gallery-item {
  position: relative;
  border-radius: var(--r-sm);
  overflow: hidden;
  height: 350px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(19,38,80,0.8), transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  opacity: 0;
  transition: opacity var(--dur) var(--ease);
}
.gallery-item:hover .gallery-item__overlay {
  opacity: 1;
}
.gallery-item__overlay h4 {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 700;
}

/* ===== FAQ SECTION ===== */
.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
  margin-top: var(--s-lg);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq-item {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--r-sm);
  overflow: hidden;
}
.faq-title {
  padding: 1.5rem;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--navy-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--white);
  transition: background var(--dur);
}
.faq-title:hover {
  background: var(--gray-50);
}
.faq-icon {
  font-size: 0.8rem;
  transition: transform var(--dur);
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.faq-content {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease), padding 0.4s var(--ease);
}
.faq-item.active .faq-content {
  padding: 0 1.5rem 1.5rem;
  max-height: 300px;
}

@media (max-width: 768px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card--featured { transform: scale(1); }
  .pricing-card--featured:hover { transform: translateY(-5px); }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item { height: 250px; }
}

/* ===== NEWLY ADDED SECTIONS CSS ===== */
/* ===== OFFER BANNER ===== */
.offer-banner {
  background: var(--navy-dark);
  color: #fff;
  padding: .6rem 0;
  text-align: center;
  font-size: .88rem;
  position: relative;
  z-index: 1000;
}
.offer-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  flex-wrap: wrap;
}
.offer-banner__pulse {
  width: 8px; height: 8px;
  background: var(--green);
  border-radius: 50%;
  animation: pulse-green 1.5s infinite;
}
@keyframes pulse-green {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
.offer-banner__link {
  color: var(--sky);
  font-weight: 700;
  margin-left: .5rem;
  text-decoration: underline;
}
.offer-banner__close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  opacity: .7;
  font-size: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}
.offer-banner__close:hover { opacity: 1; }

/* ===== VIDEO SECTION ===== */
.video-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px; height: 80px;
  background: #fff;
  color: var(--navy);
  border-radius: 50%;
  font-size: 1.5rem;
  transition: transform .3s ease;
  box-shadow: 0 0 0 10px rgba(255,255,255,.2);
  text-decoration: none;
}
.video-play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 15px rgba(255,255,255,.3);
}

/* ===== TRUST LOGOS ===== */
.trust-logos-section {
  padding: 2.5rem 0;
  background: #fff;
  /* border-top: 1px solid var(--gray-100); */
}
.trust-logos-title {
  text-align: center;
  font-size: .85rem;
  color: var(--gray-600);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 2rem;
}
.trust-logos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (max-width: 600px) {
  .trust-logos-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1rem;
  }
  .trust-logo { padding: 0.25rem; }
}

.trust-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-align: left;
  padding: 0.5rem;
}

.trust-logo__icon {
  font-size: 1.7rem;
  color: var(--green-dark);
  width: 40px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.trust-logo__content strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--green-dark);
  line-height: 1.2;
}

.trust-logo__content span {
  display: block;
  font-size: 0.72rem;
  color: var(--gray-500);
  font-weight: 500;
  margin-top: 2px;
}

/* ===== ESTIMATE CALCULATOR ===== */
#calculator {
  position: relative;
  overflow: hidden;
  background: var(--gray-50);
}

/* Background Blobs for Calculator */
#calculator::before,
#calculator::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  opacity: 0.25;
}

#calculator::before {
  width: 500px; height: 500px;
  /* background: radial-gradient(circle, var(--green-light) 0%, transparent 70%); */
  top: -200px; right: -100px;
}

#calculator::after {
  width: 400px; height: 400px;
  background: radial-gradient(circle, var(--sky-light) 0%, transparent 70%);
  bottom: -150px; left: -100px;
}

.calc-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 5.5rem;
  align-items: center;
}

.calc-info h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.calc-benefits {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.benefit-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.benefit-icon {
  width: 32px; height: 32px;
  background: white;
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--green);
  font-size: 0.85rem;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border: 1px solid var(--gray-100);
}

.benefit-item strong {
  display: block;
  font-size: 1rem;
  color: var(--navy-dark);
  margin-bottom: 0.2rem;
}

.benefit-item p {
  font-size: 0.88rem;
  color: var(--gray-500);
  line-height: 1.5;
  margin: 0;
}

.calc-guarantee {
  padding-top: 2rem;
  border-top: 1px solid var(--gray-200);
}

.guarantee-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: white;
  padding: 0.6rem 1.25rem;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  border: 1px solid var(--gray-100);
}

.guarantee-badge i {
  color: #f59e0b;
  font-size: 1.25rem;
}

.guarantee-badge span {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.calc-box {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 3.5rem;
  border-radius: 32px;
  box-shadow: 0 50px 100px rgba(30,58,110,0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.calc-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 60px 120px rgba(30,58,110,0.12);
}

.calc-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 6px; height: 100%;
  background: linear-gradient(to bottom, var(--navy), var(--green));
}

.calc-group {
  margin-bottom: 2rem;
}

.calc-group label {
  display: block;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .85rem;
  color: var(--gray-400);
}

.calc-input {
  width: 100%;
  padding: 1rem 0;
  border: none;
  border-bottom: 2px solid var(--gray-200);
  background: transparent;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy-dark);
  outline: none;
  transition: all 0.3s ease;
  border-radius: 0;
  cursor: pointer;
}

.calc-input:focus {
  border-bottom-color: var(--green);
}

.calc-input option {
  background: white;
  color: var(--navy-dark);
  padding: 10px;
}

.calc-result {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2rem;
  border-top: 1px solid var(--gray-100);
  margin-bottom: 2.5rem;
}

.calc-result span { 
  font-size: .85rem;
  font-weight: 700; 
  color: var(--gray-500); 
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .5rem;
}

.calc-result strong { 
  font-size: 3.5rem; 
  font-family: var(--font-display); 
  color: var(--green-dark); 
  line-height: 1;
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
}

.calc-result strong span {
  font-size: 1.8rem;
  margin-top: 0.5rem;
  font-weight: 600;
  color: var(--green-dark);
}

/* ===== NEWSLETTER ===== */
.newsletter-section {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  color: #fff;
}
.newsletter-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.newsletter-text h2 { color: #fff; font-size: 2rem; margin-bottom: .5rem; }
.newsletter-text p { color: rgba(255,255,255,.8); font-size: 1.05rem; }
.newsletter-form {
  display: flex;
  gap: .5rem;
}
.newsletter-form input {
  flex: 1;
  padding: 1rem 1.5rem;
  border: 2px solid transparent;
  border-radius: var(--r-sm);
  font-size: 1rem;
  outline: none;
}
.newsletter-form input:focus { border-color: var(--sky); }

@media(max-width:768px) {
  .calc-wrapper, .newsletter-wrapper { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
  .offer-banner__inner { flex-direction: column; text-align:center; padding: 0 1.5rem; }
  .offer-banner__close { top: 5px; right: 5px; transform: none; }
  .newsletter-form { flex-direction: column; }
  .calc-box { padding: 2.5rem 1.5rem; }
  .calc-benefits { align-items: flex-start; text-align: left; }
}

@media (max-width: 480px) {
  .calc-result strong { font-size: 2.8rem; }
}


/* ===== 3D COVERFLOW GALLERY ===== */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 3rem;
}
.gallery-filter {
  background: white;
  border: 1px solid var(--navy-dark);
  color: var(--navy-dark);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gallery-filter.active, .gallery-filter:hover {
  background: var(--navy-dark);
  color: white;
}
.gallery-filter--view-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.coverflow-carousel {
  position: relative;
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1200px;
  perspective-origin: 50% 50%;
  margin: 0 auto;
  overflow: hidden; /* Prevent horizontal scroll from 3D items */
}

@media (max-width: 768px) {
  .coverflow-carousel { height: 380px; }
  .coverflow-item { width: 280px; height: 360px; }
}


.coverflow-progress-container {
  width: 100%;
  height: 3px;
  background: rgba(20,40,75,0.08); /* Subtle track */
  max-width: 600px;
  margin: 0 auto 2rem auto;
  border-radius: 3px;
  overflow: hidden;
}
.coverflow-progress-bar {
  height: 100%;
  width: 0%;
  background: var(--green); /* Bright accent color */
  transition: width 3s linear;
}

.coverflow-item {
  position: absolute;
  width: 320px;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
              z-index 0.9s step-end,
              box-shadow 0.9s ease;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  cursor: pointer;
  background: #000;
}

.coverflow-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.coverflow-overlay {
  display: none;
}
.coverflow-overlay::after {
  content: '';
  position: absolute;
  top: -5px; left: -5px; right: -5px; bottom: -5px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.5);
  animation: ripple-play 2s infinite;
}
@keyframes ripple-play {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

.coverflow-glass-label {
  display: none;
}

/* Active center item */
.coverflow-item[data-pos="0"] {
  transform: translateX(0) scale(1) translateZ(0);
  z-index: 5;
  opacity: 1;
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}
.coverflow-item[data-pos="0"] .coverflow-overlay {
  opacity: 0;
}
.coverflow-item[data-pos="0"] .coverflow-glass-label {
  bottom: 15px; /* Slide up when active */
}

/* Immediate neighbors */
.coverflow-item[data-pos="-1"] {
  transform: translateX(-65%) scale(0.85);
  z-index: 4;
  opacity: 0.95;
}
.coverflow-item[data-pos="1"] {
  transform: translateX(65%) scale(0.85);
  z-index: 4;
  opacity: 0.95;
}

/* Outer neighbors */
.coverflow-item[data-pos="-2"] {
  transform: translateX(-120%) scale(0.7);
  z-index: 3;
  opacity: 0.75;
}
.coverflow-item[data-pos="2"] {
  transform: translateX(120%) scale(0.7);
  z-index: 3;
  opacity: 0.75;
}

/* Furthest neighbors */
.coverflow-item[data-pos="-3"] {
  transform: translateX(-160%) scale(0.55);
  z-index: 2;
  opacity: 0.4;
}
.coverflow-item[data-pos="3"] {
  transform: translateX(160%) scale(0.55);
  z-index: 2;
  opacity: 0.4;
}

/* Hidden */
.coverflow-item[data-pos="-4"], 
.coverflow-item[data-pos="4"],
.coverflow-item:not([data-pos]) {
  transform: translateX(0) scale(0);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

@media(max-width: 768px) {
  .coverflow-item {
    width: 240px;
    height: 320px;
  }
  .coverflow-carousel { height: 350px; }
}
@media(max-width: 480px) {
  .coverflow-item {
    width: 180px;
    height: 250px;
  }
  .coverflow-carousel { height: 280px; }
  .coverflow-item[data-pos="-1"] { transform: translateX(-45%) scale(0.8); }
  .coverflow-item[data-pos="1"] { transform: translateX(45%) scale(0.8); }
  .coverflow-item[data-pos="-2"] { transform: translateX(-80%) scale(0.6); }
  .coverflow-item[data-pos="2"] { transform: translateX(80%) scale(0.6); }
}

/* ===== DYNAMIC ABOUT SPLIT ===== */
.about-dynamic-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Background Blobs */
.blob-shape {
  position: absolute;
  filter: blur(80px);
  z-index: 0;
  opacity: 0.15;
  border-radius: 50%;
  animation: float-blob 15s ease-in-out infinite alternate;
}
.blob-shape--1 {
  width: 400px; height: 400px;
  background: var(--green);
  top: -10%; left: -5%;
}
.blob-shape--2 {
  width: 350px; height: 350px;
  background: var(--sky);
  bottom: -5%; right: 40%;
  animation-delay: -5s;
}
@keyframes float-blob {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(20%, 20%) scale(1.1); }
}

/* Rotating Image Collage */
.about-collage {
  position: relative;
  height: 550px;
  width: 100%;
}
.collage-item {
  position: absolute;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-md);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.collage-item img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.collage-item--1 {
  width: 65%; height: 75%;
  top: 0; left: 0;
  z-index: 2;
}
.collage-item--2 {
  width: 55%; height: 60%;
  bottom: 0; right: 0;
  z-index: 1;
  transform: translateY(20px);
}
.about-collage:hover .collage-item--1 {
  transform: translateY(-10px) translateX(-10px);
}
.about-collage:hover .collage-item--2 {
  transform: translateY(30px) translateX(10px);
}
.collage-item--3 {
  z-index: 3;
  top: 45%; left: 55%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: visible;
  box-shadow: none;
}
.about-collage:hover .collage-item--3 {
  transform: translate(-50%, -55%) scale(1.05);
}

/* Animated Experience Badge */
.about-experience-badge {
  background: white;
  width: 140px; height: 140px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  position: relative;
  text-align: center;
  color: var(--navy-dark);
}
.badge-ring {
  position: absolute;
  inset: -8px;
  border: 2px dashed #15cdc9;
  border-radius: 50%;
  animation: spin-slow 20s linear infinite;
  opacity: 0.5;
}
.about-experience-badge strong {
  font-size: 2.2rem;
  line-height: 1;
  background: linear-gradient(135deg, #0ba7d8, #15cdc9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-experience-badge span { font-size: 1rem; }
.about-experience-badge p {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--gray-500);
}
@keyframes spin-slow {
  100% { transform: rotate(360deg); }
}

/* Content Details */
.eyebrow--animated {
  display: inline-block;
  background: rgba(21, 205, 201, 0.1);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  color: #0ba7d8;
}
.typing-wrapper {
  color: var(--navy);
  font-style: italic;
  font-family: var(--font-display);
}
.cursor {
  display: inline-block;
  width: 2px;
  background-color: var(--navy);
  animation: blink 1s step-end infinite;
  margin-left: 2px;
}
.rule--animated {
  width: 0;
  animation: expand-rule 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: 0.5s;
}
@keyframes expand-rule {
  to { width: 60px; }
}

/* Checklist Animation */
.about-dynamic-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
}
.about-dynamic-list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.95rem;
  color: var(--navy-dark);
  font-weight: 500;
  opacity: 0;
  transform: translateY(10px);
  animation: fade-up 0.5s ease forwards;
}
.about-dynamic-list li:nth-child(1) { animation-delay: 0.4s; }
.about-dynamic-list li:nth-child(2) { animation-delay: 0.5s; }
.about-dynamic-list li:nth-child(3) { animation-delay: 0.6s; }
.about-dynamic-list li:nth-child(4) { animation-delay: 0.7s; }

@keyframes fade-up {
  to { opacity: 1; transform: translateY(0); }
}

.checkmark-circle {
  width: 28px; height: 28px;
  background: rgba(21, 205, 201, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkmark-svg {
  width: 16px; height: 16px;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke: var(--green);
  stroke-width: 4;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.about-dynamic-list li:nth-child(1) .checkmark__check { animation-delay: 0.6s; }
.about-dynamic-list li:nth-child(2) .checkmark__check { animation-delay: 0.7s; }
.about-dynamic-list li:nth-child(3) .checkmark__check { animation-delay: 0.8s; }
.about-dynamic-list li:nth-child(4) .checkmark__check { animation-delay: 0.9s; }

@keyframes stroke {
  100% { stroke-dashoffset: 0; }
}

/* Button Automation */
.btn--glow {
  position: relative;
  overflow: hidden;
}
.btn--glow::after {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: linear-gradient(rgba(255,255,255,0.2), transparent, rgba(255,255,255,0.2));
  transform: rotate(45deg);
  animation: shine 3s infinite;
}
@keyframes shine {
  0% { transform: rotate(45deg) translateY(-100%); }
  100% { transform: rotate(45deg) translateY(100%); }
}

.pulse-icon i {
  animation: ring-phone 2s infinite;
}
@keyframes ring-phone {
  0%, 100% { transform: rotate(0); }
  10%, 30%, 50% { transform: rotate(-15deg); }
  20%, 40% { transform: rotate(15deg); }
  60% { transform: rotate(0); }
}

@media(max-width: 900px) {
  .about-dynamic-layout { grid-template-columns: 1fr; }
  .about-collage { height: 450px; margin-bottom: 2rem; }
  .collage-item--1 { width: 75%; height: 80%; }
}
@media(max-width: 480px) {
  .about-collage { height: 320px; }
  .about-dynamic-list { grid-template-columns: 1fr; }
  .badge-ring { display: none; }
}

/* ===== BLOG PAGE STYLES ===== */
    .blog-hero {
      background: radial-gradient(circle at 15% 10%, rgba(18, 198, 199, .3), transparent 35%), linear-gradient(135deg, #102f61 0%, #091a36 100%);
      color: #fff;
      padding: 5.5rem 0 4rem;
    }

/* Blog page-specific utilities moved from blog.css */
.blog-hero-cta-wrap {
  margin-top: 1.25rem;
}

.blog-hero-cta-btn {
  min-width: 190px;
  padding: 0.75rem 1.5rem;
  font-size: 0.88rem;
  justify-content: center;
}

.blog-hero-cta-text {
  position: relative;
  z-index: 2;
}

.blog-hero-cta-arrow {
  margin-left: 0.6rem;
  background: #fff;
  color: #2a4e27;
  border: none;
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blog-filter-toggle-hidden {
  display: none;
}

.blog-filter-label-hidden {
  display: none;
}

.blog-link-reset {
  text-decoration: none;
  color: inherit;
}

.blog-item-hidden {
  display: none;
}

.blog-no-results-icon {
  font-size: 2.2rem;
  color: #cbd5e1;
  margin-bottom: 1rem;
  display: block;
}

.newsletter-title-light {
  color: #fff;
}

/* Contact page-specific styles moved from contact.css */
.contact-shell {
  background: linear-gradient(170deg, #f4f8ff 0%, #f9fbff 45%, #ffffff 100%);
}

.contact-surface {
  background: #fff;
  border: 1px solid rgba(11, 20, 67, 0.08);
  border-radius: 30px;
  padding: clamp(1.25rem, 2vw, 2.25rem);
  box-shadow: 0 24px 60px rgba(11, 20, 67, 0.09);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(1.25rem, 2.6vw, 2.25rem);
  align-items: start;
}

.contact-lead {
  max-width: none;
}

.contact-lead h2 {
  margin: .7rem 0 .85rem;
  line-height: 1.12;
}

.contact-card-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: .9rem;
}

.contact-card {
  border: 1px solid rgba(17, 28, 94, 0.12);
  border-radius: 16px;
  padding: .95rem;
  background: #fff;
  display: flex;
  gap: .75rem;
  align-items: center;
  min-height: 92px;
}

.contact-card > div:last-child {
  min-width: 0;
  flex: 1;
}

.contact-card__icon {
  height: 2.15rem;
  width: 2.15rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #0b1e73;
  background: #edf2ff;
  border: 1px solid #d9e4ff;
}

.contact-card__label {
  font-size: .76rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .15rem;
}

.contact-card__value {
  margin: 0;
  color: #0b143f;
  font-weight: 700;
  font-size: .92rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-card__value a {
  color: inherit;
  overflow-wrap: anywhere;
}

.contact-help {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-weight: 600;
  color: #4b5563;
  font-size: .86rem;
}

.contact-help i {
  color: #22c55e;
}

.contact-form-card {
  background: #fff;
  border: 1px solid rgba(17, 28, 94, 0.12);
  border-radius: 22px;
  padding: clamp(1.1rem, 2vw, 1.65rem);
  box-shadow: 0 14px 35px rgba(11, 20, 67, 0.08);
}

.contact-form-card h3 {
  margin: 0;
  color: #0b143f;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.contact-form-card p {
  margin-top: .4rem;
  margin-bottom: 1rem;
  color: #6b7280;
  font-size: .92rem;
}

.contact-form-card .form__control {
  border: 1px solid #dbe2f2;
  border-radius: 12px;
  background: #fbfcff;
  height: 44px;
  font-size: .92rem;
}

.contact-form-card textarea.form__control {
  min-height: 110px;
  height: auto;
  resize: vertical;
  padding-top: .7rem;
}

.contact-form-card .form__label {
  font-size: .78rem;
  margin-bottom: .35rem;
  color: #334155;
}

.contact-form-note {
  margin-top: .85rem;
  font-size: .75rem;
  color: #6b7280;
  line-height: 1.45;
  text-align: center;
}

.location-shell {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(1rem, 2.4vw, 1.9rem);
  align-items: stretch;
}

.location-map {
  border-radius: 24px;
  overflow: hidden;
  min-height: 360px;
  box-shadow: 0 18px 40px rgba(11, 20, 67, 0.1);
}

.location-map iframe {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
}

.location-details {
  border: 1px solid rgba(11, 20, 67, 0.1);
  border-radius: 24px;
  padding: clamp(1.05rem, 2vw, 1.6rem);
  background: #fff;
}

.location-details h3 {
  margin-top: .5rem;
  margin-bottom: .65rem;
  color: #0b143f;
  line-height: 1.15;
}

.location-details p {
  color: #4b5563;
  margin-bottom: .8rem;
  font-size: .92rem;
  line-height: 1.55;
}

.location-details strong {
  color: #0b143f;
  font-size: .94rem;
}

.faq-shell {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(1.1rem, 2.5vw, 2rem);
  align-items: start;
}

.faq-shell h2 {
  margin-top: .55rem;
  line-height: 1.14;
}

@media (max-width: 1240px) {
  .contact-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .contact-grid,
  .location-shell,
  .faq-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .contact-surface {
    border-radius: 20px;
    padding: 1rem;
  }

  .contact-card {
    min-height: 84px;
    padding: .82rem;
  }

  .contact-form-card {
    border-radius: 18px;
    padding: 1rem;
  }

  .contact-form-card h3 {
    font-size: 1.45rem;
  }

  .contact-form-card p {
    font-size: .9rem;
  }

  .form__row {
    grid-template-columns: 1fr;
    gap: .25rem;
  }

  .contact-form-card .form__control {
    height: 46px;
  }

  .contact-form-card textarea.form__control {
    min-height: 110px;
  }

  .location-map,
  .location-map iframe {
    min-height: 280px;
  }

  .contact-help {
    display: flex;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .page-hero__inner h1 {
    font-size: 2rem;
    line-height: 1.12;
  }

  .page-hero__inner a.btn.btn--green.btn--lg.btn-unique {
    width: 100%;
    min-width: 0;
  }

  .contact-lead h2 {
    font-size: 1.7rem;
  }

  .contact-card__value {
    font-size: .9rem;
  }

  .faq-shell h2 {
    font-size: 1.8rem;
  }
}

/* ===== LEGAL PAGES ===== */
.legal-hero {
  background: linear-gradient(140deg, #0f2d5e, #0b1f43);
  color: #fff;
  padding: 4.8rem 0 3.2rem;
}

.legal-hero p {
  color: rgba(255, 255, 255, .88);
  margin-top: .9rem;
}

.legal-wrap {
  display: grid;
  grid-template-columns: .8fr 2fr;
  gap: 1.2rem;
}

.legal-toc,
.legal-content {
  border: 1px solid #e5eef4;
  border-radius: 14px;
  background: #fff;
}

.legal-toc {
  padding: 1rem;
  position: sticky;
  top: 90px;
  height: fit-content;
}

.legal-toc h3 {
  font-size: 1rem;
  margin-bottom: .7rem;
}

.legal-toc a {
  display: block;
  text-decoration: none;
  color: var(--navy-dark);
  border: 1px solid #edf3f7;
  border-radius: 9px;
  padding: .5rem .65rem;
  font-size: .84rem;
  margin-bottom: .45rem;
}

.legal-toc a:hover {
  background: #f5fcfe;
  border-color: #c4ebf3;
}

.legal-content {
  padding: 1.15rem 1.2rem;
}

.legal-meta {
  border: 1px solid #d8eef5;
  background: #f4fcfe;
  border-radius: 11px;
  padding: .75rem .9rem;
  color: #0b5871;
  font-size: .86rem;
  margin-bottom: 1rem;
}

.legal-block {
  margin-bottom: 1.25rem;
}

.legal-block h2 {
  font-size: 1.2rem;
  margin-bottom: .5rem;
  color: var(--navy-dark);
  border-bottom: 1px solid #edf3f7;
  padding-bottom: .4rem;
}

.legal-block p,
.legal-block li {
  color: var(--gray-500);
  font-size: .9rem;
}

.legal-block ul {
  margin: .5rem 0 0 1rem;
}

.legal-block strong {
  color: var(--navy-dark);
}

.warning-note {
  border: 1px solid #f7d6a8;
  background: #fff9f2;
  border-radius: 11px;
  padding: .75rem .85rem;
  color: #91510f;
  font-size: .88rem;
}

.policy-hero {
  background: radial-gradient(circle at 80% 20%, rgba(18, 198, 199, .2), transparent 36%), linear-gradient(130deg, #092044 0%, #0f2f60 100%);
  color: #fff;
  padding: 4.8rem 0 3.2rem;
}

.policy-hero p {
  color: rgba(255, 255, 255, .86);
  margin-top: .9rem;
  max-width: 780px;
}

.policy-shell {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid #e6eef5;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.policy-meta {
  border-bottom: 1px solid #e6eef5;
  background: #f5fcfe;
  padding: .9rem 1rem;
  color: #0d5a72;
  font-size: .86rem;
}

.policy-meta strong {
  color: #06394b;
}

.policy-body {
  padding: 1rem 1.15rem 1.25rem;
}

.policy-section {
  margin-bottom: 1.2rem;
  border: 1px solid #edf3f7;
  border-radius: 12px;
  padding: .85rem .9rem;
}

.policy-section h2 {
  font-size: 1.12rem;
  margin-bottom: .45rem;
  color: var(--navy-dark);
}

.policy-section p,
.policy-section li {
  color: var(--gray-500);
  font-size: .9rem;
}

.policy-section ul {
  margin: .45rem 0 0 1rem;
}

.policy-highlight {
  border: 1px solid #caecf4;
  background: #effafe;
  border-radius: 10px;
  padding: .7rem .8rem;
  color: #0a5e78;
  font-size: .88rem;
  margin-top: .6rem;
}

.rights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin-top: .6rem;
}

.right-card {
  border: 1px solid #d8eef5;
  background: #f7fdff;
  border-radius: 10px;
  padding: .7rem;
}

.right-card strong {
  color: var(--navy-dark);
  display: block;
  margin-bottom: .2rem;
}

.right-card span {
  color: var(--gray-500);
  font-size: .85rem;
}

@media (max-width: 980px) {
  .legal-wrap {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }
}

@media (max-width: 768px) {
  .rights-grid {
    grid-template-columns: 1fr;
  }
}

    .blog-hero__content {
      max-width: 760px;
    }

    .blog-hero p {
      color: rgba(255, 255, 255, .85);
      margin-top: 1rem;
    }

    .blog-pill-row {
      margin-top: 1.4rem;
      display: flex;
      gap: .6rem;
      flex-wrap: wrap;
    }

    .blog-pill {
      border: 1px solid rgba(255, 255, 255, .28);
      border-radius: 999px;
      padding: .45rem .8rem;
      font-size: .82rem;
      background: rgba(255, 255, 255, .08);
      color: #fff;
    }

    .blog-layout {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 1.25rem;
      margin-top: 2rem;
    }

    .featured-post {
      border: none;
      border-radius: 20px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 15px 40px rgba(8, 31, 64, .08);
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .featured-post:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 45px rgba(8, 31, 64, .12);
    }

    .featured-post img {
      width: 100%;
      height: 380px;
      object-fit: cover;
      display: block;
    }

    .featured-post__content {
      padding: 2rem;
    }
    
    .featured-post h2 {
      font-size: 1.8rem;
      line-height: 1.3;
      margin: 0.6rem 0;
      color: var(--navy-dark);
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      border-radius: 8px;
      background: #e6f6f9;
      border: 1px solid #bce6ef;
      color: #0b88ac;
      font-weight: 800;
      font-size: .75rem;
      padding: .4rem .8rem;
      margin-bottom: .6rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .meta {
      display: flex;
      gap: 1.2rem;
      flex-wrap: wrap;
      color: #64748b;
      font-size: .88rem;
      margin: .6rem 0 1rem;
      font-weight: 500;
    }

    .meta i {
      color: #0bb4d9;
      margin-right: 0.2rem;
    }

    .featured-post p {
      color: #475569;
      line-height: 1.7;
      margin-bottom: 1.8rem;
      font-size: 1.05rem;
    }

    .sidebar-box {
      border: none;
      border-radius: 20px;
      background: #f8fafc;
      padding: 1.6rem;
      margin-bottom: 1.5rem;
    }

    .sidebar-box h3 {
      font-size: 1.2rem;
      margin-bottom: 1.2rem;
      color: var(--navy-dark);
      display: flex;
      align-items: center;
      gap: 0.6rem;
    }
    
    .sidebar-box h3::before {
      content: '';
      display: block;
      width: 4px;
      height: 18px;
      background: #0bb4d9;
      border-radius: 4px;
    }

    .category-list,
    .mini-post-list {
      display: grid;
      gap: .7rem;
    }

    .category-list a,
    .mini-post-list a {
      text-decoration: none;
      color: #475569;
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      padding: .75rem 1rem;
      font-size: .95rem;
      font-weight: 500;
      transition: all .25s ease;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
    }

    .category-list a strong {
      background: #f1f5f9;
      color: #64748b;
      padding: 0.15rem 0.6rem;
      border-radius: 999px;
      font-size: 0.75rem;
      transition: all 0.25s ease;
    }

    .category-list a:hover {
      border-color: #bae6fd;
      background: #fff;
      transform: translateX(4px);
      color: #0b88ac;
      box-shadow: 0 4px 12px rgba(11, 180, 217, 0.08);
    }
    
    .category-list a:hover strong {
      background: #0b88ac;
      color: #fff;
    }

    .mini-post-list a:hover {
      border-color: #bae6fd;
      background: #fff;
      transform: translateX(4px);
      color: #0b88ac;
      box-shadow: 0 4px 12px rgba(11, 180, 217, 0.08);
    }

    .blog-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
      margin-top: 1.5rem;
    }

    .blog-post-card {
      border: none;
      border-radius: 20px;
      overflow: hidden;
      background: #fff;
      transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 8px 24px rgba(8, 31, 64, .06);
      display: flex;
      flex-direction: column;
    }

    .blog-post-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 22px 40px rgba(8, 31, 64, .12);
    }

    .blog-post-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }
    
    .blog-post-card:hover img {
      transform: scale(1.08);
    }

    .blog-post-card__content {
      padding: 1.6rem;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      background: #fff;
      position: relative;
      z-index: 2;
    }

    .blog-post-card h3 {
      font-size: 1.25rem;
      line-height: 1.4;
      margin: .6rem 0 .8rem;
      color: var(--navy-dark);
      transition: color 0.25s ease;
    }
    
    .blog-post-card:hover h3 {
      color: #0b88ac;
    }

    .blog-post-card p {
      color: #64748b;
      margin-bottom: 1.4rem;
      line-height: 1.6;
      flex-grow: 1;
    }

    .blog-link {
      text-decoration: none;
      color: #0b88ac;
      font-weight: 700;
      font-size: .95rem;
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      margin-top: auto;
      transition: gap 0.25s ease;
    }
    
    .blog-link:hover {
      gap: 0.8rem;
    }

    .newsletter-slab {
      border-radius: 18px;
      padding: 1.3rem;
      background: linear-gradient(130deg, #0f2d5e 0%, #0b1c39 100%);
      color: #fff;
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 1rem;
      align-items: center;
      margin-top: 2rem;
    }

    .newsletter-slab p {
      color: rgba(255, 255, 255, .88);
      margin-top: .35rem;
    }

    .newsletter-inline {
      display: flex;
      gap: .6rem;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .newsletter-inline input {
      border: 1px solid rgba(255, 255, 255, .28);
      border-radius: 10px;
      padding: .7rem .8rem;
      background: rgba(255, 255, 255, .08);
      color: #fff;
      min-width: 220px;
      outline: none;
    }

    .newsletter-inline input::placeholder {
      color: rgba(255, 255, 255, .72);
    }

    .newsletter-inline button {
      white-space: nowrap;
    }

    @media (max-width: 1024px) {
      .blog-layout {
        grid-template-columns: 1fr;
      }

      .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .newsletter-slab {
        grid-template-columns: 1fr;
      }

      .newsletter-inline {
        justify-content: flex-start;
      }
    }

    .blog-controls-wrapper {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
      margin-bottom: 2.5rem;
      background: #fff;
      padding: 1.5rem;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(8, 31, 64, 0.05);
      border: 1px solid #e7f0f5;
    }

    @media (min-width: 768px) {
      .blog-controls-wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
      }
    }

    .blog-filters {
      display: flex;
      gap: 0.6rem;
      flex-wrap: wrap;
    }

    .filter-btn {
      background: #f8fafc;
      border: 1px solid #e7f0f5;
      padding: 0.55rem 1.1rem;
      border-radius: 999px;
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--gray-500);
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .filter-btn:hover {
      background: #eefafc;
      color: #0b88ac;
      border-color: #d2eff4;
    }

    .filter-btn.active {
      background: #0b88ac;
      color: #fff;
      border-color: #0b88ac;
      box-shadow: 0 4px 12px rgba(11, 136, 172, 0.25);
    }

    .blog-search {
      position: relative;
      width: 100%;
    }

    @media (min-width: 768px) {
      .blog-search {
        width: 300px;
        flex-shrink: 0;
      }
    }

    .blog-search i {
      position: absolute;
      left: 1.2rem;
      top: 50%;
      transform: translateY(-50%);
      color: #94a3b8;
    }

    .blog-search input {
      width: 100%;
      padding: 0.75rem 1.2rem 0.75rem 2.8rem;
      border: 1px solid #e7f0f5;
      border-radius: 999px;
      outline: none;
      font-size: 0.95rem;
      background: #f8fafc;
      transition: all 0.3s ease;
      color: var(--navy-dark);
    }

    .blog-search input:focus {
      background: #fff;
      border-color: #0b88ac;
      box-shadow: 0 0 0 4px rgba(11, 136, 172, 0.1);
    }

    #noResults {
      display: none;
      text-align: center;
      padding: 4rem 1rem;
      color: var(--gray-500);
      background: #f8fafc;
      border-radius: 16px;
      border: 1px dashed #cbd5e1;
      grid-column: 1 / -1;
    }

    #noResults h3 {
      color: var(--navy-dark);
      font-size: 1.2rem;
      margin-bottom: 0.5rem;
    }

    .blog-item {
      transition: opacity 0.3s ease, transform 0.3s ease;
    }
    
    .blog-item.hidden {
      display: none !important;
    }

    .mobile-popular-reads {
      display: none;
    }

    @media (max-width: 768px) {
      .blog-controls-wrapper {
        flex-direction: column;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        gap: 1.5rem;
      }
      
      .blog-search {
        background: #fff;
        border-radius: 20px;
        padding: 0.5rem;
        box-shadow: 0 4px 20px rgba(8, 31, 64, 0.05);
        border: 1px solid #e7f0f5;
        width: 100%;
      }
      
      .blog-search input {
        border: none;
        background: transparent;
      }

      .mobile-filter-label {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        background: #f8fafc;
        border-radius: 16px;
        padding: 1.2rem 1.6rem;
        font-weight: 700;
        font-size: 1.15rem;
        color: var(--navy-dark);
        cursor: pointer;
        border-left: 4px solid #0bb4d9;
        box-shadow: 0 4px 15px rgba(8, 31, 64, 0.04);
        margin-bottom: 0.5rem;
      }

      .mobile-filter-label i {
        transition: transform 0.3s ease;
        color: #0bb4d9;
      }

      .mobile-filter-checkbox:checked + .mobile-filter-label i {
        transform: rotate(180deg);
      }

      .blog-filters {
        display: none;
        flex-direction: column;
        background: #f8fafc;
        border-radius: 20px;
        padding: 1.6rem;
        width: 100%;
        gap: 0.7rem;
      }

      .mobile-filter-checkbox:checked ~ .blog-filters {
        display: flex;
      }

      .filter-btn, .pop-read-link {
        width: 100%;
        text-align: left;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: .75rem 1rem;
        font-size: .95rem;
        font-weight: 500;
        color: #475569;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.02);
        text-decoration: none;
      }

      .filter-btn::after, .pop-read-link::after {
        content: '\f061';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 0.75rem;
        color: #64748b;
        background: #f1f5f9;
        padding: 0.35rem 0.6rem;
        border-radius: 999px;
        transition: all 0.25s ease;
      }

      .filter-btn.active, .filter-btn:hover, .pop-read-link:hover {
        border-color: #bae6fd;
        background: #fff;
        color: #0b88ac;
        box-shadow: 0 4px 12px rgba(11, 180, 217, 0.08);
        transform: translateX(2px);
      }
      
      .filter-btn.active::after {
        content: '\f00c';
      }

      .filter-btn.active::after, .filter-btn:hover::after, .pop-read-link:hover::after {
        background: #0b88ac;
        color: #fff;
      }

      .blog-hero {
        padding: 4.5rem 0 3.2rem;
      }

      .featured-post img {
        height: 240px;
      }

      .blog-grid {
        grid-template-columns: 1fr;
      }

      .newsletter-inline input {
        min-width: 100%;
      }

      .mobile-popular-reads {
        display: block;
        margin-top: 1rem;
        border-top: 1px solid #e2e8f0;
        padding-top: 1.5rem;
      }
      
      .pop-reads-title {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        color: var(--navy-dark);
        display: flex;
        align-items: center;
        font-weight: 700;
        border-left: 4px solid #0bb4d9;
        padding-left: 0.6rem;
      }

      aside {
        display: none !important;
      }
    }
/* ============================================
   REDESIGN: IMAGE-BASED MOCKUP LAYOUT
   ============================================ */
.section-head--mockup {
  margin-bottom: 4rem;
  text-align: center;
  margin-inline: auto;
}

#process-mockup .section-head--mockup,
#coverage-pills .section-head--mockup {
  text-align: center;
  margin-inline: auto;
}

#process-mockup .eyebrow--mockup,
#coverage-pills .eyebrow--mockup {
  margin-inline: auto;
}

.eyebrow--mockup {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  color: var(--green);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow--mockup::before,
.eyebrow--mockup::after {
  content: '';
  height: 2px;
  width: 24px;
  background: var(--green);
}

.rule--mockup {
  width: 50px;
  height: 3px;
  background: var(--navy-dark);
  margin: 1.25rem auto 0;
  border-radius: 2px;
}

.title--mockup {
  font-size: 2.4rem;
  margin-top: 1rem;
  color: var(--navy-dark);
}

@media (max-width: 768px) {
  .title--mockup { font-size: 1.8rem; }
}

/* CARDS: Our Services */
.services-grid--mockup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.svc-card--mockup {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 45px rgba(0,0,0,0.05);
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  transition: all 0.4s var(--ease);
}

.svc-card--mockup:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  border-color: var(--green);
}

.svc-card__top--mockup {
  height: 190px;
  background: var(--navy-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.svc-card__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02);
}

.svc-card__top--mockup::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0.2) 100%);
  pointer-events: none;
}

.svc-card__ghost-icon {
  display: none;
}

.svc-card__corner-icon {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 38px;
  height: 38px;
  background: var(--navy-dark);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 1.1rem;
  z-index: 3;
}

.svc-card__body--mockup {
  padding: 1.8rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.svc-card__title--mockup {
  font-size: 1.25rem;
  color: var(--navy-dark);
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.svc-card__desc--mockup {
  font-size: 0.92rem;
  color: var(--gray-500);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex: 1;
}

.svc-card__link--mockup {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--navy-dark);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: gap 0.3s;
}

.svc-card__link--mockup i {
  font-size: 0.75rem;
  transition: transform 0.3s;
}

.svc-card--mockup:hover .svc-card__link--mockup {
  gap: 0.8rem;
  color: var(--green);
}

/* PROCESS: How It Works */
.process-section--mockup {
  padding: 6rem 0;
  background: #fff;
}

.process-grid--mockup {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  margin-top: 4rem;
  align-items: stretch;
}

.process-step--mockup {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  min-height: 320px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  animation: processMockupFadeUp 0.55s ease both;
}

.process-step--mockup:nth-child(2) { animation-delay: 0.08s; }
.process-step--mockup:nth-child(3) { animation-delay: 0.16s; }
.process-step--mockup:nth-child(4) { animation-delay: 0.24s; }

.process-step--mockup::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--navy), var(--green));
  border-radius: 24px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.6s ease;
}

.process-step--mockup > * {
  position: relative;
  z-index: 1;
}

.process-step--mockup:hover {
  transform: translateY(-15px) rotateX(5deg);
  box-shadow: 0 30px 60px rgba(30,58,110,0.12);
  color: #fff;
}

.process-step--mockup:hover::before {
  opacity: 1;
}

.process-step--mockup:hover .process-step__title--mockup,
.process-step--mockup:hover .process-step__text--mockup {
  color: #fff;
}

.process-step__header--mockup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.process-step__num--mockup {
  font-size: 3.3rem;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(30,58,110,0.08);
  line-height: 1;
  font-family: var(--font-display);
  transition: all 0.6s ease;
}

.process-step__icon--mockup {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  display: grid;
  place-items: center;
  color: var(--navy-dark);
  font-size: 1.1rem;
  border: 1px solid #f0f0f0;
}

.process-step__title--mockup {
  font-size: 1.4rem;
  color: var(--navy-dark);
  margin-bottom: 1rem;
  font-weight: 800;
  line-height: 1.2;
  transition: color 0.4s ease;
}

.process-step__text--mockup {
  font-size: 0.95rem;
  color: var(--gray-600);
  line-height: 1.7;
  transition: color 0.4s ease;
}

.process-step--mockup:hover .process-step__icon--mockup {
  background: #fff;
  color: var(--green-dark);
  transform: scale(1.15) rotate(15deg);
}

.process-step--mockup:hover .process-step__num--mockup,
.process-step--mockup:hover .process-step__title--mockup {
  color: #fff;
}

.process-step--mockup:hover .process-step__num--mockup {
  -webkit-text-stroke: 1.5px rgba(255,255,255,0.2);
  transform: translateY(-5px);
}

@keyframes processMockupFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* COVERAGE: Pills */
.coverage-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
  max-width: 900px;
  margin-inline: auto;
}

.coverage-pill {
  padding: 0.5rem 1.25rem;
  background: #fff;
  border: 1px solid #eef2f6;
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--gray-500);
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
  transition: all 0.3s;
}

.coverage-pill:hover {
  background: var(--navy-dark);
  color: #fff;
  border-color: var(--navy-dark);
  transform: translateY(-2px);
}

/* FEATURE: Trusted Specialists */
.feature-split--mockup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.feature-img--mockup {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,0.1);
  aspect-ratio: 4 / 3;
}

.feature-img--mockup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-content--mockup .eyebrow--mockup {
  justify-content: flex-start;
}
.feature-content--mockup .eyebrow--mockup::after { display: none; }

.feature-title--mockup {
  font-size: 2.2rem;
  margin: 1.5rem 0;
  color: var(--navy-dark);
}

.feature-list--mockup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.feature-item--mockup {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy-dark);
}

.feature-item--mockup i {
  color: var(--green);
  font-size: 1rem;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .services-grid--mockup,
  .process-grid--mockup {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-split--mockup {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .feature-img--mockup {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  .services-grid--mockup,
  .process-grid--mockup {
    grid-template-columns: 1fr;
  }

  .process-step--mockup {
    min-height: auto;
    padding: 1.8rem 1.25rem 1.4rem;
  }

  .process-step__title--mockup {
    font-size: 1.45rem;
  }

  .process-step__text--mockup {
    font-size: 1rem;
    line-height: 1.6;
  }
}

