:root{
      --bg:#06152B;
      --bg2:#0A234E;
      --card:rgba(255,255,255,.078);
      --card2:rgba(255,255,255,.12);
      --line:rgba(255,255,255,.15);
      --text:#F4FAFF;
      --muted:#B7C7D9;
      --cyan:#00B2FF;
      --cyan2:#007BFF;
      --navy:#071A3A;
      --white:#ffffff;
      --shadow:0 24px 80px rgba(0,0,0,.35);
      --radius:28px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background:
        radial-gradient(circle at 12% 2%, rgba(0,178,255,.22), transparent 34%),
        radial-gradient(circle at 82% 14%, rgba(0,123,255,.18), transparent 28%),
        linear-gradient(180deg,#06152B 0%,#030B17 100%);
      color:var(--text);
      overflow-x:hidden;
    }

    a{color:inherit;text-decoration:none}
    .container{max-width:1180px;margin:0 auto;padding:0 22px}
    .nav{
      position:sticky;top:0;z-index:20;
      backdrop-filter: blur(18px);
      background:rgba(6,21,43,.74);
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .nav-inner{
      height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;
    }
    .brand{display:flex;align-items:center;gap:13px}
    .mark{
      width:46px;height:46px;border-radius:16px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,rgba(0,178,255,.24),rgba(255,255,255,.06));
      border:1px solid rgba(0,178,255,.32);
      box-shadow:0 0 40px rgba(0,178,255,.10);
      font-weight:900;color:var(--cyan);
      letter-spacing:-1px;
    }
    .brand b{display:block;font-size:20px;letter-spacing:-.4px}
    .brand span{display:block;font-size:12px;color:var(--muted);margin-top:2px}
    .nav-links{display:flex;align-items:center;gap:26px;color:var(--muted);font-weight:650;font-size:14px}
    .nav-links a:hover{color:var(--cyan)}
    .nav-cta{display:flex;align-items:center;gap:10px}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      border-radius:999px;border:1px solid transparent;
      padding:14px 20px;font-weight:900;letter-spacing:-.2px;
      transition:.2s ease;
      cursor:pointer;
      white-space:nowrap;
    }
    .btn-primary{
      background:var(--cyan);color:#06152B;
      box-shadow:0 18px 50px rgba(0,178,255,.18);
    }
    .btn-primary:hover{background:#fff;transform:translateY(-1px)}
    .btn-ghost{
      background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);color:#fff;
    }
    .btn-ghost:hover{background:rgba(255,255,255,.11);border-color:rgba(0,178,255,.35)}
    .mobile-menu{display:none}

    .hero{
      padding:88px 0 72px;
      position:relative;
    }
    .hero-grid{
      display:grid;grid-template-columns:1.06fr .94fr;gap:56px;align-items:center;
    }
    .eyebrow{
      display:inline-flex;align-items:center;gap:10px;
      padding:9px 14px;border-radius:999px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(0,178,255,.22);
      color:#dffdfa;font-weight:800;font-size:14px;
      margin-bottom:22px;
    }
    h1{
      margin:0;font-size:clamp(46px,7vw,82px);line-height:.94;letter-spacing:-4px;
      max-width:850px;
    }
    .gradient{
      background:linear-gradient(90deg,var(--cyan),#fff,#78e9ff);
      -webkit-background-clip:text;background-clip:text;color:transparent;
    }
    .lead{
      margin:26px 0 0;
      color:var(--muted);font-size:20px;line-height:1.65;max-width:720px;
    }
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
    .trust-row{
      display:flex;gap:10px;flex-wrap:wrap;margin-top:28px;
    }
    .pill{
      padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.1);color:#d6e9ef;font-weight:700;font-size:13px;
    }

    .visual-card{
      position:relative;border-radius:36px;padding:14px;
      background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.05));
      border:1px solid rgba(255,255,255,.14);
      box-shadow:var(--shadow);
    }
    .visual-card:before{
      content:"";position:absolute;inset:-22px;border-radius:46px;
      background:rgba(0,178,255,.12);filter:blur(36px);z-index:-1;
    }
    .before-after{
      min-height:470px;border-radius:27px;overflow:hidden;
      background:#081827;border:1px solid rgba(255,255,255,.12);
      display:grid;grid-template-columns:1fr 1fr;
      position:relative;
    }
    .side{position:relative;padding:24px;overflow:hidden}
    .side.before{background:linear-gradient(135deg,#3b332c,#12161c 62%)}
    .side.after{background:linear-gradient(135deg,#0A234E,#071A3A 68%)}
    .tag{
      position:absolute;top:22px;left:22px;z-index:3;
      padding:7px 11px;border-radius:999px;
      background:rgba(0,0,0,.24);border:1px solid rgba(255,255,255,.16);
      font-size:12px;font-weight:900;
    }
    .tag.clean{background:rgba(0,178,255,.18);color:#effffe;border-color:rgba(0,178,255,.3)}
    .sofa{
      position:absolute;left:9%;right:9%;bottom:74px;height:170px;
      border-radius:34px 34px 22px 22px;
      background:linear-gradient(140deg,#74675b,#312a25);
      border:1px solid rgba(255,255,255,.10);
      box-shadow:inset 0 15px 35px rgba(0,0,0,.3), 0 30px 55px rgba(0,0,0,.24);
    }
    .sofa:before,.sofa:after{
      content:"";position:absolute;bottom:-42px;width:42%;height:70px;border-radius:20px;
      background:inherit;border:1px solid rgba(255,255,255,.08);
    }
    .sofa:before{left:3%}.sofa:after{right:3%}
    .after .sofa{
      background:linear-gradient(140deg,rgba(0,178,255,.55),rgba(112,153,190,.72));
      box-shadow:inset 0 15px 35px rgba(255,255,255,.08), 0 30px 75px rgba(0,178,255,.18);
      border-color:rgba(0,178,255,.25);
    }
    .stain{
      position:absolute;border-radius:999px;background:rgba(35,24,18,.45);filter:blur(.2px);
      transform:rotate(-18deg);
    }
    .stain.s1{width:82px;height:24px;left:25%;bottom:184px}
    .stain.s2{width:58px;height:20px;right:16%;bottom:215px;transform:rotate(22deg)}
    .stain.s3{width:46px;height:18px;left:50%;bottom:128px;transform:rotate(8deg)}
    .shine{
      position:absolute;width:22px;height:22px;color:var(--cyan);
      filter:drop-shadow(0 0 16px rgba(0,178,255,.45));
      animation:float 4s ease-in-out infinite;
    }
    .shine.one{right:27px;top:84px}
    .shine.two{left:36px;top:156px;animation-delay:.8s}
    .shine.three{right:66px;bottom:205px;animation-delay:1.2s}
    @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
    .caption{
      position:absolute;left:0;right:0;bottom:0;padding:22px 24px;
      background:rgba(2,9,21,.78);border-top:1px solid rgba(255,255,255,.1);
      backdrop-filter:blur(14px);
    }
    .caption small{color:var(--muted);font-weight:800}
    .caption strong{display:block;font-size:24px;margin-top:4px;letter-spacing:-.6px}

    section{padding:78px 0}
    .section-head{max-width:760px;margin-bottom:34px}
    .kicker{color:var(--cyan);font-weight:950;letter-spacing:.16em;font-size:12px;text-transform:uppercase;margin:0 0 13px}
    h2{margin:0;font-size:clamp(34px,4.8vw,56px);line-height:1.02;letter-spacing:-2.6px}
    .section-head p{font-size:18px;line-height:1.7;color:var(--muted);margin:17px 0 0}
    .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .card{
      background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
      padding:28px;box-shadow:0 20px 50px rgba(0,0,0,.18);
    }
    .icon{
      width:54px;height:54px;border-radius:18px;display:grid;place-items:center;
      background:rgba(0,178,255,.11);border:1px solid rgba(0,178,255,.25);
      margin-bottom:20px;font-size:25px;
    }
    .card h3{font-size:24px;margin:0 0 12px;letter-spacing:-.8px}
.card p{color:var(--muted);line-height:1.65;margin:0}
    .card span{
      display:inline-block;
      margin-top:18px;
      color:#fff;
      font-weight:900;
    }

    .business{
      display:grid;grid-template-columns:.96fr 1.04fr;gap:22px;align-items:stretch;
    }
    .highlight{
      background:linear-gradient(135deg,var(--cyan),#d8fff9);
      color:#071A3A;border-radius:36px;padding:42px;
      box-shadow:0 30px 80px rgba(0,178,255,.18);
    }
    .highlight .kicker{color:rgba(7,26,58,.70)}
    .highlight h2{color:#071A3A}
    .highlight p{color:rgba(7,26,58,.82);font-size:18px;line-height:1.7}
    .client-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
    .client{
      background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);
      border-radius:23px;padding:20px;font-weight:900;display:flex;align-items:center;gap:12px;
    }
    .check{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(0,178,255,.12);color:var(--cyan);font-weight:900;flex:0 0 auto}

    .process{
      background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.045));
      border:1px solid rgba(255,255,255,.12);border-radius:40px;padding:42px;
      display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:start;
    }
    .steps{display:grid;gap:14px}
    .step{
      display:flex;gap:16px;align-items:flex-start;
      padding:18px;background:rgba(2,9,21,.42);
      border:1px solid rgba(255,255,255,.1);border-radius:24px;
    }
    .num{
      width:38px;height:38px;border-radius:50%;background:var(--cyan);color:#071A3A;
      font-weight:950;display:grid;place-items:center;flex:0 0 auto;
    }
    .step b{display:block;font-size:18px}
    .step span{display:block;color:var(--muted);margin-top:4px;line-height:1.5}

    .benefits{
      display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center;
    }
    .benefit-list{display:grid;gap:14px}
    .benefit{
      display:flex;gap:13px;align-items:flex-start;
      padding:17px 18px;border-radius:22px;background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.1);color:#e9f8fb;font-weight:750;
    }
    .quote{
      padding:34px;border-radius:34px;background:rgba(0,178,255,.10);
      border:1px solid rgba(0,178,255,.20);
    }
    .quote p{font-size:25px;line-height:1.35;font-weight:950;letter-spacing:-.8px;margin:0}
    .quote small{display:block;color:var(--muted);line-height:1.65;margin-top:18px}

    .cta{
      padding:46px;border-radius:42px;
      background:
        radial-gradient(circle at 12% 25%, rgba(255,255,255,.30), transparent 20%),
        linear-gradient(135deg,#007BFF,var(--cyan));
      color:#04111f;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;
      box-shadow:0 30px 90px rgba(0,178,255,.16);
    }
    .cta h2{color:#04111f}
    .cta p{font-size:18px;line-height:1.6;color:rgba(4,17,31,.78);margin:14px 0 0;max-width:720px}
    .cta .btn{background:#04111f;color:#fff;border-color:#04111f}
    .cta .btn:hover{background:#fff;color:#04111f}

    footer{
      padding:44px 0 60px;color:var(--muted);
    }
    .footer-grid{
      display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;
      border-top:1px solid rgba(255,255,255,.1);padding-top:28px;
    }
    .contacts{display:flex;gap:12px;flex-wrap:wrap}
    .contact-pill{
      display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:999px;
      background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);font-weight:750;
    }
    .watermark{font-size:13px;line-height:1.6}

    @media (max-width: 940px){
      .nav-links{display:none}
      .hero-grid,.business,.process,.benefits,.cta{grid-template-columns:1fr}
      .hero{padding-top:60px}
      .visual-card{max-width:640px;margin:0 auto}
      .cards{grid-template-columns:1fr}
      .cta{align-items:start}
      .footer-grid{grid-template-columns:1fr}
      h1{letter-spacing:-2.8px}
    }
    @media (max-width: 560px){
      .container{padding:0 16px}
      .nav-inner{height:70px}
      .brand span{display:none}
      .nav-cta .btn{padding:11px 14px;font-size:14px}
      .hero{padding:46px 0 48px}
      .lead{font-size:17px}
      .before-after{min-height:390px}
      .caption strong{font-size:19px}
      .hero-actions .btn{width:100%;padding:15px 18px}
      section{padding:56px 0}
      .highlight,.process,.cta{padding:28px;border-radius:30px}
      .client-grid{grid-template-columns:1fr}
      .cards{gap:14px}
      .card{padding:24px}
      .contacts{display:grid}
      .footer-grid{gap:18px}
    }
  
/* Added navigation/pages for business use-cases */
.purpose-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
.purpose-card{
  min-height:250px;
  border-radius:30px;
  padding:22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(0,178,255,.13), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.12);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:.2s ease;
  overflow:hidden;
  position:relative;
}
.purpose-card:hover{
  transform:translateY(-3px);
  border-color:rgba(0,178,255,.34);
  background-color:rgba(255,255,255,.025);
}
.purpose-card b{
  display:block;
  font-size:22px;
  line-height:1.08;
  letter-spacing:-.75px;
  margin-top:16px;
}
.purpose-card p{
  color:var(--muted);
  line-height:1.48;
  margin:0;
  font-size:15px;
}
.purpose-card span:last-child{
  color:#fff;
  font-weight:950;
}
.page-hero{
  padding:70px 0 44px;
}
.page-cover{
  position:relative;
  min-height:430px;
  display:flex;
  align-items:center;
  overflow:hidden;
  padding:86px 0;
}
.page-cover-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(.92) contrast(1.04);
}
.page-cover:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg, rgba(3,11,23,.88) 0%, rgba(3,11,23,.72) 42%, rgba(3,11,23,.38) 74%, rgba(3,11,23,.22) 100%),
    linear-gradient(180deg, rgba(6,21,43,.24), rgba(6,21,43,.70));
}
.page-cover .container{
  position:relative;
  z-index:2;
}
.page-cover h1,
.page-cover .lead{
  max-width:760px;
}
.page-hero h1{
  max-width:980px;
}
.page-layout{
  display:grid;
  grid-template-columns:1fr 340px;
  gap:24px;
  align-items:start;
}
.content-panel{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.13);
  border-radius:36px;
  padding:36px;
  box-shadow:0 20px 55px rgba(0,0,0,.16);
}
.content-panel h2{
  font-size:40px;
  margin-top:0;
}
.content-panel p,
.content-panel li{
  color:var(--muted);
  line-height:1.72;
  font-size:17px;
}
.feature-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin:26px 0 34px;
}
.feature{
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.1);
  color:#F4FAFF;
  font-weight:850;
}
.sidebar{
  position:sticky;
  top:104px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
  border-radius:30px;
  padding:24px;
}
.sidebar h3{
  margin:0 0 12px;
  font-size:24px;
  letter-spacing:-.7px;
}
.sidebar p{
  color:var(--muted);
  line-height:1.6;
  margin:0;
}
.side-links{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.side-links a{
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);
  color:#EAF7FF;
  font-weight:850;
}
.side-links a:hover{
  border-color:rgba(0,178,255,.35);
}
.mini-hero-card{
  margin-top:34px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.mini-card{
  padding:24px;
  border-radius:26px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.11);
}
.mini-card b{
  display:block;
  font-size:20px;
  margin-bottom:8px;
}
.mini-card p{
  margin:0;
}
@media (max-width:1100px){
  .purpose-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:940px){
  .purpose-grid,.page-layout{grid-template-columns:1fr}
  .sidebar{position:static}
}
@media (max-width:560px){
  .purpose-grid,.feature-list,.mini-hero-card{grid-template-columns:1fr}
  .content-panel{padding:28px;border-radius:30px}
}

/* ===========================
   AUTO GALLERY SYSTEM
   =========================== */

.gallery-section{
  padding:78px 0;
}

.gallery-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  margin-bottom:24px;
}

.gallery-toolbar .section-head{
  margin-bottom:0;
}

.gallery-note{
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
  max-width:340px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.1);
}

.auto-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.auto-gallery[data-layout="wide"]{
  grid-template-columns:repeat(4,1fr);
}

.gallery-item{
  min-height:230px;
  border-radius:26px;
  overflow:hidden;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 18px 48px rgba(0,0,0,.18);
  position:relative;
}

.gallery-item img{
  width:100%;
  height:100%;
  min-height:230px;
  object-fit:cover;
  display:block;
  transform:scale(1.01);
  transition:.24s ease;
}

.gallery-item:hover img{
  transform:scale(1.055);
}

.gallery-item figcaption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:16px;
  background:linear-gradient(180deg,transparent,rgba(3,11,23,.88));
  color:#fff;
  font-size:13px;
  font-weight:850;
}

.gallery-empty{
  grid-column:1/-1;
  padding:28px;
  border-radius:26px;
  background:rgba(255,255,255,.055);
  border:1px dashed rgba(255,255,255,.18);
  color:var(--muted);
  line-height:1.65;
}

.gallery-empty b{
  color:#fff;
}

.gallery-empty code{
  display:inline-block;
  margin-top:8px;
  padding:5px 8px;
  border-radius:10px;
  color:#fff;
  background:rgba(0,178,255,.14);
  border:1px solid rgba(0,178,255,.24);
}

.before-after-gallery .gallery-item:before{
  content:"Pre / Posle";
  position:absolute;
  z-index:3;
  top:14px;
  left:14px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(3,11,23,.68);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-size:12px;
  font-weight:950;
  backdrop-filter:blur(10px);
}

.gallery-folder-map{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:22px;
}

.folder-map-item{
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.1);
  color:var(--muted);
  line-height:1.5;
}

.folder-map-item b{
  display:block;
  color:#fff;
  margin-bottom:5px;
}

.folder-map-item code{
  color:#fff;
  font-size:13px;
  word-break:break-word;
}

@media (max-width:940px){
  .gallery-toolbar{
    display:block;
  }
  .gallery-note{
    max-width:none;
    margin-top:16px;
  }
  .auto-gallery,
  .auto-gallery[data-layout="wide"]{
    grid-template-columns:repeat(2,1fr);
  }
  .gallery-folder-map{
    grid-template-columns:1fr;
  }
}

/* V5.3.12 contact form, Google reviews and site footer. */
.google-reviews-section{
  padding:56px 0;
  background:#f3f8fb;
  color:#08253d;
}

.reviews-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:36px;
  align-items:center;
}

.reviews-intro{
  display:flex;
  gap:20px;
  align-items:flex-start;
}

.google-review-mark{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  flex:0 0 54px;
  border:1px solid #d7e3ea;
  border-radius:8px;
  background:#fff;
  color:#4285f4;
  font-size:26px;
  font-weight:800;
  box-shadow:0 8px 24px rgba(8,37,61,.08);
}

.reviews-intro h2{
  margin:8px 0 10px;
  max-width:720px;
}

.google-reviews-section .eyebrow,
.contact-form-section .eyebrow{
  border-color:#79cce9;
  color:#006d98;
  background:#e9f7fc;
}

.reviews-intro p{
  margin:0;
  max-width:720px;
  color:#476172;
  line-height:1.65;
}

.reviews-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:12px;
}

.review-source{
  color:#506977;
  font-size:13px;
  font-weight:700;
}

.contact-form-section{
  padding:70px 0;
  background:#eef5f8;
  color:#08253d;
}

.contact-form-layout{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(520px,1.2fr);
  gap:42px;
  align-items:start;
}

.contact-form-copy h2{
  margin:12px 0 16px;
}

.contact-form-copy>p{
  color:#496272;
  line-height:1.7;
}

.contact-direct-list{
  display:grid;
  gap:10px;
  margin-top:28px;
}

.contact-direct-list a{
  display:grid;
  grid-template-columns:90px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:13px 0;
  border-bottom:1px solid #cfdee6;
  color:#08253d;
  text-decoration:none;
}

.contact-direct-list span{
  color:#607785;
  font-size:13px;
}

.contact-direct-list b{
  overflow-wrap:anywhere;
  font-size:15px;
}

.contact-request-form{
  position:relative;
  padding:28px;
  border:1px solid #d6e2e8;
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 48px rgba(8,37,61,.10);
}

.form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.form-grid label{
  display:grid;
  gap:7px;
}

.form-grid label>span{
  color:#516875;
  font-size:12px;
  font-weight:700;
}

.form-grid input,
.form-grid select,
.form-grid textarea{
  width:100%;
  min-height:46px;
  padding:11px 12px;
  border:1px solid #bdcdd6;
  border-radius:4px;
  background:#fff;
  color:#08253d;
  font:inherit;
  font-size:15px;
}

.form-grid textarea{
  min-height:126px;
  resize:vertical;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus{
  outline:2px solid rgba(0,174,239,.22);
  border-color:#00aeef;
}

.form-message{
  grid-column:1/-1;
}

.form-note{
  margin:16px 0;
  color:#647984;
  font-size:12px;
  line-height:1.5;
}

.form-submit{
  width:100%;
}

.form-honeypot{
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden;
}

.form-status{
  margin-bottom:18px;
  padding:13px 15px;
  border-radius:4px;
  font-size:14px;
  line-height:1.5;
}

.form-status.is-success{
  border:1px solid #9fcbb2;
  background:#edf8f1;
  color:#175a35;
}

.form-status.is-error{
  border:1px solid #e4b2b2;
  background:#fff2f2;
  color:#8b2424;
}

.site-footer{
  padding:54px 0 20px;
  background:#06243b;
  color:#dceaf2;
}

.site-footer-grid{
  display:grid;
  grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(150px,1fr));
  gap:42px;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  text-decoration:none;
}

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

.footer-brand b{
  font-size:19px;
}

.footer-about p{
  max-width:310px;
  margin:18px 0 0;
  color:#a9c1cf;
  font-size:14px;
  line-height:1.7;
}

.site-footer h3{
  margin:4px 0 18px;
  color:#fff;
  font-size:15px;
  font-weight:720;
}

.footer-links,
.footer-contact-list{
  display:grid;
  gap:11px;
}

.footer-links a,
.footer-contact-list a{
  color:#bdd1dc;
  font-size:13px;
  line-height:1.45;
  text-decoration:none;
  overflow-wrap:anywhere;
}

.footer-links a:hover,
.footer-contact-list a:hover{
  color:#fff;
}

.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:42px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#829eae;
  font-size:12px;
}

@media (max-width:940px){
  .reviews-shell,
  .contact-form-layout{
    grid-template-columns:1fr;
  }

  .reviews-actions{
    align-items:flex-start;
  }

  .contact-form-layout{
    gap:30px;
  }

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

@media (max-width:560px){
  .google-reviews-section,
  .contact-form-section{
    padding:44px 0;
  }

  .reviews-intro{
    display:grid;
  }

  .review-link{
    width:100%;
  }

  .contact-request-form{
    padding:20px 16px;
  }

  .form-grid,
  .site-footer-grid{
    grid-template-columns:1fr;
  }

  .form-message{
    grid-column:auto;
  }

  .contact-direct-list a{
    grid-template-columns:72px minmax(0,1fr);
  }

  .site-footer{
    padding-top:44px;
  }

  .site-footer-grid{
    gap:30px;
  }

  .footer-bottom{
    flex-direction:column;
    gap:7px;
  }
}


/* ===========================
   HOME PHOTO HUB
   =========================== */

.home-hub{
  min-height:calc(100vh - 88px);
}

.home-photo-hero{
  position:relative;
  min-height:calc(100vh - 88px);
  display:flex;
  align-items:center;
  overflow:hidden;
}

.home-photo-hero > img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  filter:saturate(.92) contrast(1.04);
}

.home-photo-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(3,11,23,.88) 0%, rgba(3,11,23,.76) 36%, rgba(3,11,23,.42) 64%, rgba(3,11,23,.18) 100%),
    linear-gradient(180deg, rgba(6,21,43,.18), rgba(6,21,43,.62));
}

.home-hero-content{
  position:relative;
  z-index:2;
  padding-top:54px;
  padding-bottom:54px;
}

.home-hero-content h1{
  max-width:760px;
}

.home-hero-content .lead{
  max-width:640px;
}

.home-link-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  max-width:760px;
  margin-top:34px;
}

.home-link-grid a{
  min-height:104px;
  padding:18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(3,11,23,.54);
  backdrop-filter:blur(16px);
}

.home-link-grid a:hover{
  background:rgba(0,178,255,.16);
  border-color:rgba(0,178,255,.38);
}

.home-link-grid b{
  display:block;
  font-size:18px;
  margin-bottom:8px;
}

.home-link-grid span{
  display:block;
  color:var(--muted);
  line-height:1.45;
  font-size:14px;
}

@media (max-width:940px){
  .home-photo-hero > img{
    object-position:58% center;
  }

  .home-photo-hero{
    min-height:auto;
    padding:54px 0;
  }

  .home-link-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:560px){
  .auto-gallery,
  .auto-gallery[data-layout="wide"]{
    grid-template-columns:1fr;
  }
}


/* ===========================
   V5.3.3 POLISH
   =========================== */

.brand-logo-symbol{
  display:none !important;
}

.nav-inner .brand,
.brand{
  gap:0 !important;
}

.brand-logo-text b,
.brand b{
  font-size:22px !important;
  letter-spacing:0 !important;
  font-weight:800 !important;
}

.page-cover{
  min-height:390px;
}

.page-cover h1{
  max-width:760px;
  font-size:38px !important;
  line-height:1.18 !important;
  font-weight:780 !important;
}

.page-cover .lead{
  max-width:820px;
  font-size:17px !important;
  line-height:1.72 !important;
}

@media (max-width:560px){
  .brand-logo-text b,
  .brand b{
    font-size:19px !important;
  }

  .page-cover h1{
    font-size:28px !important;
  }
}

.brand-logo-symbol{
  display:block !important;
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  flex:0 0 38px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  object-fit:contain !important;
}

.nav-inner .brand,
.brand{
  gap:10px !important;
}

.brand-logo-text b,
.brand b{
  white-space:nowrap !important;
}

/* ===========================
   V5.3.5 CONTACT ROWS
   =========================== */

.contact-cta{
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.85fr) !important;
}

.contact-grid{
  grid-template-columns:1fr !important;
}

.contact-grid .contact-pill{
  justify-content:flex-start !important;
  white-space:nowrap !important;
  text-align:left !important;
  padding:12px 16px !important;
}

@media (max-width:560px){
  .contact-grid .contact-pill{
    white-space:normal !important;
  }
}


/* ===========================
   V5.3.4 FINAL OVERRIDE
   =========================== */

.brand-logo-symbol{
  display:block !important;
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  flex:0 0 38px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  object-fit:contain !important;
}

.nav-inner .brand,
.brand{
  gap:10px !important;
}

.brand-logo-text b,
.brand b{
  white-space:nowrap !important;
}


/* ===========================
   V5.3.4 LOGO + CONTACT
   =========================== */

.brand-logo-symbol{
  display:block !important;
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  flex:0 0 38px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  object-fit:contain !important;
}

.nav-inner .brand,
.brand{
  gap:10px !important;
}

.brand-logo-text b,
.brand b{
  white-space:nowrap;
}

.contact-cta{
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr) !important;
  align-items:start !important;
}

.contact-cta h2{
  white-space:nowrap;
}

.contact-cta p{
  max-width:780px !important;
}

.contact-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr;
  gap:10px !important;
  align-items:stretch;
}

.contact-grid .contact-pill{
  justify-content:center;
  min-height:46px;
  text-align:center;
  border-color:rgba(4,17,31,.12);
  background:rgba(255,255,255,.42);
  color:#04111f;
}

@media (max-width:940px){
  .contact-cta{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:560px){
  .brand-logo-symbol{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    flex-basis:32px !important;
  }

  .contact-grid{
    grid-template-columns:1fr;
  }
}


/* ===========================
   CLEAN INTERIORA CARE BRAND
   =========================== */

.brand{
  min-width:0;
}

.brand-logo-symbol{
  width:52px;
  height:52px;
  border-radius:18px;
  display:block;
  object-fit:cover;
  flex:0 0 auto;
  box-shadow:0 18px 48px rgba(0,123,255,.16);
}

.brand-logo-text b{
  display:block;
  font-size:22px;
  letter-spacing:-.55px;
  line-height:1;
}

.brand-logo-text span,
.brand-logo-text small{
  display:none !important;
}

.nav-inner .brand{
  gap:14px;
}

@media (max-width:560px){
  .brand-logo-symbol{
    width:46px;
    height:46px;
    border-radius:16px;
  }
  .brand-logo-text b{
    font-size:19px;
  }
}


/* Public cleanup: internal folder notes are hidden from visitors. */
.gallery-note,
.gallery-empty,
.gallery-folder-map,
.folder-map-item{
  display:none !important;
}


/* ===========================
   PROCESS SECTION FIX + INSTAGRAM
   =========================== */

.process .steps{
  gap:16px;
}

.process .step{
  position:relative;
  display:grid;
  grid-template-columns:46px 1fr;
  align-items:center;
  gap:18px;
  padding:18px 22px;
  min-height:104px;
  overflow:hidden;
}

.process .num,
.step .num{
  width:46px !important;
  height:46px !important;
  min-width:46px !important;
  max-width:46px !important;
  min-height:46px !important;
  max-height:46px !important;
  border-radius:50% !important;
  background:linear-gradient(135deg,var(--blue),var(--sky)) !important;
  color:#fff !important;
  display:grid !important;
  place-items:center !important;
  font-size:17px !important;
  font-weight:950 !important;
  line-height:1 !important;
  padding:0 !important;
  margin:0 !important;
  box-shadow:0 10px 28px rgba(0,178,255,.24) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  flex:none !important;
  transform:none !important;
  position:relative !important;
  left:auto !important;
  top:auto !important;
}

.process .step b{
  font-size:18px;
  line-height:1.22;
}

.process .step span{
  line-height:1.45;
}

.instagram-inline{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-weight:950;
  text-decoration:none;
}

.instagram-inline:hover{
  color:var(--sky);
}

.instagram-inline::before{
  content:"📸";
}

@media (max-width:560px){
  .process .step{
    grid-template-columns:40px 1fr;
    gap:14px;
    min-height:auto;
    padding:16px;
  }

  .process .num,
  .step .num{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    max-width:40px !important;
    min-height:40px !important;
    max-height:40px !important;
    font-size:15px !important;
  }
}


/* ===========================
   VECTOR LOGO UPDATE
   =========================== */

.brand-logo-symbol{
  object-fit:contain !important;
  padding:4px;
  background:rgba(0,178,255,.08);
  border:1px solid rgba(0,178,255,.18);
}

.footer-brand-logo{
  width:280px;
  max-width:100%;
  display:block;
  margin:0 0 18px;
}


/* ===========================
   LOGO V2 FORCE UPDATE
   =========================== */

.nav-inner{
  min-height:88px !important;
  height:88px !important;
}

.brand{
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
  min-width:0 !important;
}

.brand-logo-symbol{
  width:60px !important;
  height:60px !important;
  min-width:60px !important;
  flex:0 0 60px !important;
  border-radius:20px !important;
  display:block !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:0 !important;
  background:#071A3A !important;
  border:1px solid rgba(0,178,255,.38) !important;
  box-shadow:0 14px 38px rgba(0,123,255,.18) !important;
  overflow:visible !important;
}

.brand-logo-text b,
.brand b{
  font-size:26px !important;
  line-height:1 !important;
  letter-spacing:-.8px !important;
}

@media (max-width:720px){
  .nav-inner{
    min-height:84px !important;
    height:84px !important;
  }

  .brand-logo-symbol{
    width:58px !important;
    height:58px !important;
    min-width:58px !important;
    flex-basis:58px !important;
    border-radius:19px !important;
  }

  .brand-logo-text b,
  .brand b{
    font-size:23px !important;
  }
}

@media (max-width:560px){
  .nav-inner{
    min-height:78px !important;
    height:78px !important;
  }

  .brand-logo-symbol{
    width:52px !important;
    height:52px !important;
    min-width:52px !important;
    flex-basis:52px !important;
    border-radius:18px !important;
  }

  .brand-logo-text b,
  .brand b{
    font-size:20px !important;
  }
}


/* ===========================
   REMOVE DEMO COPY BALANCE
   =========================== */

.quote-card p:empty,
.highlight p:empty,
.cta p:empty{
  display:none !important;
}

.quote-card,
.highlight{
  align-items:center;
}



/* ===========================
   SR / EN LANGUAGE SWITCH
   =========================== */
.lang-switch{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:5px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  flex:0 0 auto;
}
.lang-switch a,
.lang-switch span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  height:34px;
  border-radius:999px;
  font-size:13px;
  font-weight:950;
  letter-spacing:.04em;
  color:var(--muted);
}
.lang-switch a:hover{
  color:#fff;
  background:rgba(255,255,255,.10);
}
.lang-switch .active{
  color:#06152B;
  background:var(--cyan);
}
.nav-cta{
  flex-shrink:0;
}
@media (max-width:560px){
  .lang-switch{padding:4px;}
  .lang-switch a,
  .lang-switch span{min-width:31px;height:30px;font-size:12px;}
  .nav-cta{gap:7px;}
  .nav-cta .btn{padding:10px 12px;font-size:13px;}
}
@media (max-width:390px){
  .brand-logo-text b,
  .brand b{font-size:18px !important;}
  .nav-cta .btn{display:none;}
}


/* ===========================
   MOBILE MENU + CALMER TYPE
   =========================== */

.nav-inner{
  position:relative;
}

.mobile-menu-button{
  display:none;
  align-items:center;
  justify-content:center;
  height:38px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  color:#fff;
  font:inherit;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}

.mobile-menu-button:hover,
.nav.menu-open .mobile-menu-button{
  border-color:rgba(0,178,255,.36);
  background:rgba(0,178,255,.14);
}

.mobile-menu-panel{
  display:none;
}

.nav-service-menu{
  position:relative;
  display:flex;
  align-items:center;
}

.nav-submenu{
  position:absolute;
  top:100%;
  left:-18px;
  width:280px;
  display:none;
  padding:10px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(6,21,43,.98);
  box-shadow:0 22px 60px rgba(0,0,0,.34);
  backdrop-filter:blur(18px);
}

.nav-submenu a{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:10px 12px;
  border-radius:12px;
  color:#eaf7ff;
  font-size:14px;
  font-weight:800;
}

.nav-submenu a:hover{
  background:rgba(255,255,255,.08);
  color:#fff;
}

.nav-service-menu:hover .nav-submenu,
.nav-service-menu:focus-within .nav-submenu{
  display:grid;
  gap:4px;
}

.service-list{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}

.service-card{
  min-height:230px;
  border-radius:24px;
  padding:22px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.service-card p{
  color:var(--muted);
  line-height:1.55;
}

.service-card span{
  color:#fff;
  font-weight:900;
}

.service-detail{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:24px;
  align-items:start;
}

.service-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin:26px 0;
}

.service-points div{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.1);
  font-weight:750;
}

h1{
  font-size:52px !important;
  line-height:1.08 !important;
  letter-spacing:0 !important;
  font-weight:800 !important;
}

h2{
  font-size:34px !important;
  line-height:1.14 !important;
  letter-spacing:0 !important;
  font-weight:800 !important;
}

.lead{
  font-size:16px !important;
  line-height:1.68 !important;
  font-weight:400 !important;
}

.section-head p,
.highlight p,
.cta p{
  font-size:16px !important;
  line-height:1.65 !important;
}

.card h3,
.sidebar h3{
  font-size:19px !important;
  letter-spacing:0 !important;
  font-weight:800 !important;
}

.content-panel h2{
  font-size:28px !important;
}

.quote p{
  font-size:18px !important;
  letter-spacing:0 !important;
  font-weight:800 !important;
}

.caption strong{
  font-size:17px !important;
  line-height:1.35 !important;
}

.brand-logo-text b,
.brand b{
  font-size:20px !important;
  letter-spacing:0 !important;
  font-weight:800 !important;
}

@media (max-width:940px){
  .mobile-menu-button{
    display:inline-flex;
  }

  .nav-service-menu{
    display:block;
  }

  .nav-links .nav-submenu{
    display:none;
  }

  .mobile-menu-panel{
    position:absolute;
    top:calc(100% + 10px);
    left:22px;
    right:22px;
    z-index:50;
    padding:12px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(6,21,43,.98);
    box-shadow:0 22px 60px rgba(0,0,0,.34);
    backdrop-filter:blur(18px);
  }

  .nav.menu-open .mobile-menu-panel{
    display:grid;
    gap:8px;
  }

  .mobile-menu-panel a{
    display:flex;
    align-items:center;
    min-height:44px;
    padding:10px 12px;
    border-radius:14px;
    color:#eaf7ff;
    font-size:15px;
    font-weight:850;
  }

  .mobile-menu-panel .nav-service-menu > a{
    color:#fff;
    background:rgba(0,178,255,.12);
  }

  .mobile-menu-panel .nav-submenu{
    position:static;
    width:auto;
    display:grid;
    gap:4px;
    margin:6px 0 8px 10px;
    padding:6px;
    border-radius:16px;
    box-shadow:none;
    background:rgba(255,255,255,.04);
  }

  .mobile-menu-panel .nav-submenu a{
    min-height:38px;
    font-size:14px;
    color:var(--muted);
  }

  .service-list{
    grid-template-columns:1fr 1fr;
  }

  .service-detail{
    grid-template-columns:1fr;
  }

  .mobile-menu-panel a:hover{
    background:rgba(255,255,255,.08);
    color:#fff;
  }

  h1{
    font-size:38px !important;
    letter-spacing:0 !important;
  }

  h2{
    font-size:28px !important;
    letter-spacing:0 !important;
  }
}

@media (max-width:560px){
  .mobile-menu-panel{
    left:16px;
    right:16px;
  }

  .mobile-menu-button{
    height:34px;
    padding:0 12px;
    font-size:13px;
  }

  h1{
    font-size:30px !important;
    letter-spacing:0 !important;
  }

  h2,
  .content-panel h2{
    font-size:24px !important;
    letter-spacing:0 !important;
  }

  .lead{
    font-size:15px !important;
  }

  .service-list,
  .service-points{
    grid-template-columns:1fr;
  }

  .brand-logo-text b,
  .brand b{
    font-size:18px !important;
  }
}


/* ===========================
   V5.3.3 FINAL POLISH
   =========================== */

.brand-logo-symbol{
  display:none !important;
}

.nav-inner .brand,
.brand{
  gap:0 !important;
}

.brand-logo-text b,
.brand b{
  font-size:22px !important;
  letter-spacing:0 !important;
  font-weight:800 !important;
}

.page-cover{
  min-height:390px;
}

.page-cover h1{
  max-width:760px;
  font-size:38px !important;
  line-height:1.18 !important;
  font-weight:780 !important;
}

.page-cover .lead{
  max-width:820px;
  font-size:17px !important;
  line-height:1.72 !important;
}

@media (max-width:560px){
  .brand-logo-text b,
  .brand b{
    font-size:19px !important;
  }

  .page-cover h1{
    font-size:28px !important;
  }
}

/* V5.3.4 must stay after the older logo-hiding polish block. */
.brand-logo-symbol{
  display:block !important;
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  flex:0 0 38px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  object-fit:contain !important;
}

.nav-inner .brand,
.brand{
  gap:10px !important;
}

.brand-logo-text b,
.brand b{
  white-space:nowrap !important;
}

/* V5.3.11 final lock: this block must stay last. */
.nav-inner{
  height:76px !important;
  min-height:76px !important;
}

.brand-logo-symbol{
  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  flex-basis:44px !important;
}

.brand-logo-text b,
.brand b{
  font-size:19px !important;
  line-height:1.05 !important;
  letter-spacing:0 !important;
  font-weight:720 !important;
}

.nav-links{
  gap:20px !important;
  font-size:14px !important;
  font-weight:620 !important;
}

.btn{
  min-height:42px !important;
  padding:11px 18px !important;
  font-size:14px !important;
  font-weight:740 !important;
  letter-spacing:0 !important;
}

h1{
  font-size:clamp(34px,4.2vw,48px) !important;
  line-height:1.13 !important;
  letter-spacing:0 !important;
  font-weight:720 !important;
}

.home-hero-content h1{
  font-size:clamp(36px,4.6vw,52px) !important;
}

.page-cover h1{
  font-size:clamp(32px,3.8vw,42px) !important;
  line-height:1.16 !important;
  font-weight:720 !important;
}

h2{
  font-size:clamp(26px,3vw,34px) !important;
  line-height:1.16 !important;
  font-weight:720 !important;
  letter-spacing:0 !important;
}

.content-panel h2{
  font-size:26px !important;
}

.lead,
.page-cover .lead{
  font-size:16px !important;
  line-height:1.68 !important;
  font-weight:400 !important;
}

.card h3,
.sidebar h3,
.service-card h3{
  font-size:18px !important;
  line-height:1.24 !important;
  font-weight:720 !important;
  letter-spacing:0 !important;
}

.service-list{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
}

.purpose-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}

.service-card,
.purpose-card{
  min-height:188px !important;
  border-radius:20px !important;
}

.purpose-card b{
  font-size:19px !important;
  line-height:1.16 !important;
  letter-spacing:0 !important;
  font-weight:740 !important;
}

.service-detail{
  grid-template-columns:minmax(0,1fr) 300px !important;
}

.contact-cta{
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr) !important;
}

.contact-grid{
  grid-template-columns:1fr !important;
}

.contact-grid .contact-pill{
  justify-content:flex-start !important;
  white-space:normal !important;
  text-align:left !important;
  font-weight:700 !important;
}

@media (max-width:1100px){
  .service-list,
  .purpose-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width:940px){
  .nav-inner{
    height:72px !important;
    min-height:72px !important;
  }

  .brand-logo-symbol{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    flex-basis:40px !important;
  }

  .brand-logo-text b,
  .brand b{
    font-size:18px !important;
  }

  .page-cover h1,
  h1{
    font-size:32px !important;
  }

  h2{
    font-size:26px !important;
  }

  .service-detail,
  .contact-cta{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:560px){
  .nav-inner{
    height:68px !important;
    min-height:68px !important;
  }

  .brand-logo-symbol{
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
    flex-basis:36px !important;
  }

  .brand-logo-text b,
  .brand b{
    font-size:16px !important;
  }

  .home-hero-content h1,
  .page-cover h1,
  h1{
    font-size:28px !important;
    line-height:1.17 !important;
  }

  h2,
  .content-panel h2{
    font-size:23px !important;
  }

  .lead,
  .page-cover .lead{
    font-size:15px !important;
  }

  .service-list,
  .purpose-grid,
  .service-points{
    grid-template-columns:1fr !important;
  }
}

/* V5.3.13 real Google reviews. */
.reviews-heading{
  display:flex;
  justify-content:space-between;
  gap:36px;
  align-items:flex-end;
  margin-bottom:26px;
}

.reviews-heading h2{
  margin:10px 0 8px;
}

.reviews-heading p{
  margin:0;
  color:#506977;
}

.google-rating{
  display:grid;
  grid-template-columns:auto auto;
  gap:2px 12px;
  align-items:center;
  min-width:190px;
  padding:15px 18px;
  border:1px solid #d6e2e8;
  border-radius:8px;
  background:#fff;
}

.google-rating strong{
  grid-row:1/3;
  font-size:34px;
  line-height:1;
  color:#08253d;
}

.google-rating small{
  color:#637985;
  font-size:12px;
}

.rating-stars{
  color:#f4b400;
  font-size:16px;
  letter-spacing:1px;
}

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

.review-card{
  min-height:230px;
  padding:20px;
  border:1px solid #d7e3e9;
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 28px rgba(8,37,61,.06);
}

.review-card-top{
  display:flex;
  gap:11px;
  align-items:center;
  margin-bottom:17px;
}

.review-card-top>div{
  display:grid;
  gap:3px;
  min-width:0;
}

.review-card-top b{
  color:#08253d;
  font-size:14px;
  line-height:1.3;
  overflow-wrap:anywhere;
}

.review-card-top div span{
  color:#718590;
  font-size:11px;
}

.review-avatar{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:50%;
  background:#dff3fb;
  color:#006f9b;
  font-size:12px;
  font-weight:800;
}

.review-card p{
  margin:16px 0 0;
  color:#304d5e;
  font-size:14px;
  line-height:1.65;
}

.review-card-rating-only p{
  color:#748894;
  font-size:13px;
}

.reviews-footer{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  margin-top:22px;
}

.reviews-footer>span{
  color:#667d89;
  font-size:12px;
}

.google-reviews-section .reviews-footer .btn-ghost{
  border-color:#9dc3d4;
  color:#075879;
  background:transparent;
}

@media (max-width:1100px){
  .review-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .review-card{
    min-height:205px;
  }
}

@media (max-width:700px){
  .reviews-heading,
  .reviews-footer{
    display:grid;
    align-items:start;
  }

  .google-rating{
    width:100%;
  }

  .review-cards{
    grid-template-columns:1fr;
  }

  .review-card{
    min-height:0;
  }

  .reviews-footer .btn{
    width:100%;
  }
}
