
:root{--red:#e93645;--blue:#053366;--off:#fffdf8;--white:#fff;--text:#404040;--muted:#6f7783;--line:rgba(5,51,102,.12);--shadow:0 24px 70px rgba(5,51,102,.12);--radius:28px;--max:1180px}*{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:var(--off);color:var(--text);line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:99;background:rgba(255,253,248,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between}.brand img{width:180px;height:auto}.menu-toggle{border:1px solid var(--line);background:var(--white);width:54px;height:54px;border-radius:18px;display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 30px rgba(5,51,102,.08)}.menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{display:block;width:24px;height:2px;background:var(--blue);border-radius:9px;content:"";transition:.25s}.menu-toggle span:before{transform:translateY(-7px)}.menu-toggle span:after{transform:translateY(5px)}.menu-toggle.active span{background:transparent}.menu-toggle.active span:before{transform:rotate(45deg)}.menu-toggle.active span:after{transform:translateY(-2px) rotate(-45deg)}.drawer{position:fixed;inset:0 0 0 auto;width:min(440px,100%);height:100vh;height:100dvh;background:var(--blue);color:var(--white);z-index:100;transform:translateX(102%);transition:.45s cubic-bezier(.22,.61,.36,1);padding:28px 28px max(28px,env(safe-area-inset-bottom));box-shadow:-30px 0 80px rgba(0,0,0,.22);display:flex;flex-direction:column;overflow:hidden}.drawer.open{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-shrink:0}.drawer img{width:150px}.drawer-close{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:15px;width:46px;height:46px;font-size:26px;cursor:pointer}.drawer-nav{display:grid;gap:8px;overflow-y:auto;min-height:0;flex:1;padding-right:4px;scrollbar-width:thin}.drawer-nav a{font-size:28px;font-weight:750;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.12);transition:.25s}.drawer-nav a:hover{color:#fff;transform:translateX(8px)}.drawer-cta{margin-top:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:22px;flex-shrink:0}.drawer-overlay{position:fixed;inset:0;background:rgba(5,18,35,.45);z-index:98;opacity:0;pointer-events:none;transition:.3s}.drawer-overlay.show{opacity:1;pointer-events:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:999px;border:1px solid transparent;font-weight:800;letter-spacing:.01em;transition:.25s;cursor:pointer}.btn.primary{background:var(--red);color:#fff;box-shadow:0 18px 45px rgba(233,54,69,.24)}.btn.primary:hover{transform:translateY(-3px);box-shadow:0 24px 55px rgba(233,54,69,.34)}.btn.secondary{background:#fff;color:var(--blue);border-color:var(--line)}.btn.secondary:hover{border-color:var(--red);transform:translateY(-3px)}.btn.dark{background:var(--blue);color:#fff}.hero{position:relative;overflow:hidden;padding:92px 0 70px}.hero:before{content:"";position:absolute;right:-18%;top:-25%;width:62%;height:75%;background:radial-gradient(circle,rgba(233,54,69,.14),transparent 65%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:7px 13px;border-radius:99px;background:#fff;color:var(--blue);font-weight:800;font-size:13px;border:1px solid var(--line)}.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red)}h1,h2,h3{color:var(--blue);line-height:1.08;margin:0 0 16px}h1{font-size:clamp(44px,6vw,82px);letter-spacing:-.055em}h2{font-size:clamp(32px,4vw,54px);letter-spacing:-.04em}h3{font-size:24px;letter-spacing:-.02em}.lead{font-size:19px;color:#4c5562;max-width:720px}.hero-actions,.section-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.hero-card{position:relative;border-radius:36px;overflow:hidden;box-shadow:var(--shadow);background:#fff;border:1px solid var(--line)}.hero-card img{aspect-ratio:16/10;object-fit:cover}.floating-proof{position:absolute;left:22px;bottom:22px;right:22px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.75);border-radius:24px;padding:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.proof strong{display:block;color:var(--blue);font-size:24px}.proof span{font-size:12px;color:#5e6876;font-weight:700}.trust-strip{padding:18px 0 46px}.trust-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.trust-item{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px 18px;font-weight:800;color:var(--blue);box-shadow:0 12px 28px rgba(5,51,102,.06);display:flex;align-items:center;gap:14px;min-height:104px;transition:.28s}.trust-item:hover{transform:translateY(-5px);border-color:rgba(233,54,69,.3);box-shadow:0 22px 52px rgba(5,51,102,.12)}.trust-icon{width:46px;height:46px;min-width:46px;border-radius:16px;background:rgba(233,54,69,.1);display:grid;place-items:center;color:var(--red)}.trust-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.trust-item span:last-child{display:block;line-height:1.45}section{padding:82px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.section-head p{max-width:620px;margin:0}.grid{display:grid;gap:22px}.cols-2{grid-template-columns:repeat(2,1fr)}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 18px 45px rgba(5,51,102,.06);transition:.28s}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.icon-dot{width:46px;height:46px;border-radius:16px;background:rgba(233,54,69,.1);display:grid;place-items:center;color:var(--red);font-weight:900;margin-bottom:18px}.icon-dot svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:44px;align-items:center}.image-round{border-radius:34px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}.image-round img{aspect-ratio:4/3;object-fit:cover}.package-card{position:relative;overflow:hidden}.package-card.featured{border:2px solid var(--red);transform:translateY(-10px)}.badge{position:absolute;right:20px;top:20px;background:var(--red);color:#fff;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:800}.price{font-size:34px;color:var(--blue);font-weight:900;margin:12px 0}.list{padding:0;margin:18px 0 0;list-style:none}.list li{padding:9px 0 9px 28px;position:relative;border-bottom:1px solid rgba(5,51,102,.08)}.list li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:900}.process{counter-reset:step}.step{position:relative}.step:before{counter-increment:step;content:counter(step);width:42px;height:42px;border-radius:14px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:16px}.project-card{padding:0;overflow:hidden}.project-card img{width:100%;aspect-ratio:1.35/1;object-fit:cover}.project-body{padding:24px}.status{display:inline-flex;border-radius:999px;background:rgba(5,51,102,.08);color:var(--blue);padding:5px 11px;font-weight:800;font-size:12px;margin-bottom:12px}.video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.video-card{position:relative;border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid var(--line)}.video-card img{width:100%;aspect-ratio:5/8;object-fit:cover}.play{position:absolute;inset:auto 18px 18px auto;width:58px;height:58px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--red);font-size:22px;box-shadow:0 12px 30px rgba(0,0,0,.18)}.play:before{content:"▶"}.faq details{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px 24px}.faq details+details{margin-top:12px}.faq summary{font-weight:900;color:var(--blue);cursor:pointer}.faq p{margin-bottom:0}.cta-band{background:var(--blue);color:#fff;border-radius:38px;padding:54px;position:relative;overflow:hidden}.cta-band h2{color:#fff}.cta-band p{color:rgba(255,255,255,.82)}.form-panel{background:#fff;border:1px solid var(--line);border-radius:32px;padding:30px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field.full{grid-column:1/-1}.field label{display:block;font-weight:800;color:var(--blue);font-size:13px;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:1px solid rgba(5,51,102,.16);border-radius:16px;padding:14px 15px;font:inherit;background:#fff;color:var(--text)}.field textarea{min-height:130px;resize:vertical}.map{border:0;width:100%;height:390px;border-radius:28px;filter:saturate(.85)}.blog-card{display:flex;flex-direction:column;min-height:100%}.blog-card .btn{margin-top:auto;align-self:flex-start}.table-wrap{overflow:auto;background:#fff;border-radius:24px;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;min-width:760px}th,td{padding:16px;border-bottom:1px solid var(--line);text-align:left}th{background:var(--blue);color:#fff}.site-footer{background:#031f40;color:#fff;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:34px}.footer-logo{width:170px;margin-bottom:16px}.footer-title{font-weight:900;margin-bottom:14px;color:#fff}.footer-links{display:grid;gap:8px;color:rgba(255,255,255,.72)}.social{display:flex;gap:10px;margin-top:18px}.social a{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.08);display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);font-weight:900}.copyright{margin-top:44px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.66);font-size:14px}.reveal{opacity:0;transform:translateY(24px);transition:.75s ease}.reveal.in{opacity:1;transform:none}.mini-hero{padding:70px 0 36px}.mini-hero .lead{max-width:760px}.contact-info{display:grid;gap:16px}.contact-info .card{display:flex;gap:16px;align-items:flex-start}@media(max-width:980px){.hero-grid,.split{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(2,1fr)}.cols-3{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.video-grid{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.floating-proof{position:static;margin:14px;grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.drawer{padding:18px 20px max(18px,env(safe-area-inset-bottom))}.drawer-head{margin-bottom:16px}.drawer img{width:132px}.drawer-nav a{font-size:21px;padding:10px 0}.drawer-cta{margin-top:14px;padding:18px;border-radius:22px}.drawer-cta p{margin:.25rem 0 1rem;line-height:1.45}.container{width:min(100% - 28px,var(--max))}.nav-wrap{height:72px}.brand img{width:120px}.trust-item{min-height:auto;padding:18px}.trust-icon{width:42px;height:42px;min-width:42px}.hero{padding:56px 0 36px}h1{font-size:42px}.hero-actions,.section-actions{display:grid}.btn{width:100%}.trust-grid,.cols-2,.cols-3,.cols-4,.footer-grid,.video-grid,.form-grid{grid-template-columns:1fr}.floating-proof{grid-template-columns:1fr}.cta-band{padding:34px 22px;border-radius:28px}section{padding:58px 0}.package-card.featured{transform:none}.contact-info .card{display:block}.map{height:300px}}

/* Mobile hero counter fix: keep trust numbers in one clean row */
@media(max-width:640px){
  .hero-card{border-radius:28px}
  .hero-card img{aspect-ratio:16/10}
  .floating-proof{
    position:static;
    margin:10px 12px 14px;
    padding:12px 10px;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    align-items:center;
    text-align:center;
    border-radius:18px;
  }
  .proof{
    padding:4px 6px;
    min-width:0;
  }
  .proof + .proof{
    border-left:1px solid rgba(5,51,102,.12);
  }
  .proof strong{
    font-size:clamp(22px,7vw,30px);
    line-height:1;
    letter-spacing:-.04em;
    white-space:nowrap;
  }
  .proof span{
    display:block;
    margin-top:6px;
    font-size:11px;
    line-height:1.2;
    white-space:normal;
  }
}

/* Desktop-only scroll brick guide */
.scroll-brick-guide{
  position:fixed;
  left:28px;
  top:0;
  width:34px;
  height:100vh;
  z-index:35;
  pointer-events:none;
  opacity:0;
  transform:translateX(-10px);
  transition:opacity .35s ease, transform .35s ease;
}
.scroll-brick-guide.show{opacity:1;transform:translateX(0)}
.scroll-brick-guide:before{
  content:"";
  position:absolute;
  left:16px;
  top:18vh;
  bottom:18vh;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(5,51,102,.18),rgba(233,54,69,.24),rgba(5,51,102,.18),transparent);
}
.scroll-brick{
  --brickY:22vh;
  position:absolute;
  left:0;
  top:var(--brickY);
  width:34px;
  height:26px;
  border-radius:7px;
  background:linear-gradient(135deg,var(--red),#ff6570);
  box-shadow:0 12px 26px rgba(233,54,69,.22), inset 0 0 0 1px rgba(255,255,255,.25);
  transform:translateY(-50%);
  transition:top .24s cubic-bezier(.22,.61,.36,1), transform .24s ease;
}
.scroll-brick:before,
.scroll-brick:after{
  content:"";
  position:absolute;
  background:rgba(255,255,255,.45);
}
.scroll-brick:before{left:50%;top:0;width:1px;height:100%;}
.scroll-brick:after{left:0;top:50%;width:100%;height:1px;}
.scroll-brick .brick-cap{
  position:absolute;
  width:18px;
  height:10px;
  left:8px;
  top:-8px;
  border-radius:5px 5px 2px 2px;
  background:var(--blue);
  box-shadow:0 8px 16px rgba(5,51,102,.16);
}
.scroll-brick-label{
  position:absolute;
  left:46px;
  top:var(--brickY);
  transform:translateY(-50%);
  background:rgba(255,255,255,.86);
  color:var(--blue);
  border:1px solid var(--line);
  box-shadow:0 12px 30px rgba(5,51,102,.08);
  backdrop-filter:blur(12px);
  border-radius:999px;
  padding:7px 12px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
  max-width:170px;
  overflow:hidden;
  text-overflow:ellipsis;
  transition:top .24s cubic-bezier(.22,.61,.36,1), opacity .24s ease;
}
@media(max-width:980px){.scroll-brick-guide{display:none}}
@media(min-width:981px){
  section[id], .mini-hero[id]{scroll-margin-top:105px}
}

/* Accent word styling for premium headings */
.accent-text{
  color:var(--red);
  display:inline;
}
.hero h1 .accent-text,
.mini-hero h1 .accent-text,
.cta-band h2 .accent-text{
  color:var(--red);
}
.cta-band h2 .accent-text{color:#ff6f7a}

/* Mobile heading optimization */
@media(max-width:640px){
  h1{
    font-size:clamp(34px,10.5vw,44px);
    line-height:1.05;
    letter-spacing:-.045em;
    margin-bottom:14px;
  }
  h2{
    font-size:clamp(27px,8.2vw,36px);
    line-height:1.12;
    letter-spacing:-.035em;
  }
  h3{
    font-size:21px;
    line-height:1.18;
  }
  .hero .lead,
  .mini-hero .lead{
    font-size:16px;
    line-height:1.65;
  }
  .hero h1 br{
    display:none;
  }
  .section-head{
    margin-bottom:24px;
  }
  .section-head p{
    font-size:15px;
    line-height:1.6;
  }
  .cta-band h2{
    font-size:clamp(28px,8.2vw,36px);
  }
}

@media(max-width:380px){
  h1{font-size:32px;}
  h2{font-size:26px;}
}

/* Hero counter alignment with icons */
.floating-proof{align-items:stretch;}
.floating-proof .proof{display:flex;align-items:center;justify-content:center;gap:12px;min-width:0;text-align:left;padding:4px 2px;}
.proof-icon{width:44px;height:44px;min-width:44px;border-radius:16px;background:rgba(233,54,69,.10);color:var(--red);display:grid;place-items:center;border:1px solid rgba(233,54,69,.14);box-shadow:0 10px 22px rgba(5,51,102,.06);}
.proof-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}
.proof-copy{min-width:0;}
.floating-proof .proof strong{font-size:28px;line-height:1;letter-spacing:-.03em;}
.floating-proof .proof span:not(.proof-icon){display:block;margin-top:8px;line-height:1.15;white-space:normal;}
@media (max-width: 980px){.floating-proof{left:14px;right:14px;bottom:14px;padding:14px;gap:8px}.floating-proof .proof{gap:8px;justify-content:center}.proof-icon{width:36px;height:36px;min-width:36px;border-radius:13px}.proof-icon svg{width:20px;height:20px}.floating-proof .proof strong{font-size:22px}.floating-proof .proof span:not(.proof-icon){font-size:11px;margin-top:6px}}
@media (max-width: 560px){.floating-proof{grid-template-columns:repeat(3,minmax(0,1fr));padding:12px 10px;border-radius:20px}.floating-proof .proof{flex-direction:column;gap:7px;text-align:center;padding:0}.proof-icon{width:32px;height:32px;min-width:32px;border-radius:11px}.proof-icon svg{width:18px;height:18px}.floating-proof .proof strong{font-size:20px}.floating-proof .proof span:not(.proof-icon){font-size:10.5px;margin-top:5px;line-height:1.1}}


/* Animated construction background system */
body{position:relative;overflow-x:hidden}
.site-header, main, .site-footer{position:relative;z-index:1}
.site-bg-decor{
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  overflow:hidden;
}
.site-bg-decor:before,
.site-bg-decor:after{
  content:"";
  position:absolute;
  inset:-10%;
  opacity:.18;
}
.site-bg-decor:before{
  background:
    linear-gradient(90deg, rgba(5,51,102,.035) 1px, transparent 1px),
    linear-gradient(rgba(5,51,102,.035) 1px, transparent 1px);
  background-size: 86px 86px;
  animation:bgGridMove 24s linear infinite;
}
.site-bg-decor:after{
  background:linear-gradient(115deg, transparent 0 42%, rgba(233,54,69,.05) 50%, transparent 58%);
  filter:blur(.2px);
  animation:bgSweep 14s ease-in-out infinite alternate;
}
.bg-decor-item{
  position:absolute;
  opacity:.2;
  color:rgba(5,51,102,.72);
  animation:floatDecor 10s ease-in-out infinite;
}
.bg-decor-item.red{color:rgba(233,54,69,.72)}
.bg-decor-item.alt{animation-duration:13s}
.bg-decor-item.slow{animation-duration:16s}
.bg-grid-block{
  top:11%;
  right:5%;
  width:260px;
  height:180px;
  border:1.4px solid currentColor;
  border-radius:22px;
  background:
    linear-gradient(90deg, rgba(5,51,102,.10) 1px, transparent 1px),
    linear-gradient(rgba(5,51,102,.10) 1px, transparent 1px);
  background-size:22px 22px;
  box-shadow:inset 0 0 0 1px rgba(5,51,102,.04);
}
.bg-grid-block:before,
.bg-grid-block:after{
  content:"";
  position:absolute;
  border:1.3px solid currentColor;
  border-radius:14px;
}
.bg-grid-block:before{inset:16px 72px 76px 16px}
.bg-grid-block:after{right:16px;bottom:16px;width:84px;height:54px}

.bg-house-outline{
  left:4%;
  top:33%;
  width:230px;
  height:150px;
}
.bg-house-outline:before,
.bg-house-outline:after,
.bg-house-outline .roof,
.bg-house-outline .door,
.bg-house-outline .window1,
.bg-house-outline .window2{
  content:"";
  position:absolute;
  border:1.5px solid currentColor;
}
.bg-house-outline:before{left:25px;right:25px;bottom:18px;height:72px;border-radius:8px}
.bg-house-outline:after{left:50%;transform:translateX(-50%);bottom:18px;width:34px;height:48px;border-radius:6px}
.bg-house-outline .roof{left:18px;right:18px;bottom:84px;height:84px;border-left:none;border-right:none;border-bottom:none;transform:skewY(-26deg) rotate(0.1deg);border-top-left-radius:8px;border-top-right-radius:8px}
.bg-house-outline .window1{left:48px;bottom:48px;width:34px;height:26px;border-radius:5px}
.bg-house-outline .window2{right:48px;bottom:48px;width:34px;height:26px;border-radius:5px}
.bg-house-outline .door{left:50%;transform:translateX(-50%);bottom:18px;width:24px;height:38px;border-radius:6px}

.bg-brick-wall{
  right:7%;
  top:57%;
  width:215px;
  height:132px;
  border-radius:24px;
  border:1.5px solid currentColor;
  background:
    linear-gradient(rgba(5,51,102,.12) 1px, transparent 1px) 0 33%/100% 33%,
    linear-gradient(90deg, rgba(5,51,102,.12) 1px, transparent 1px) 0 0/50% 33%,
    linear-gradient(90deg, rgba(5,51,102,.12) 1px, transparent 1px) 25% 16.5%/50% 33%;
}

.bg-ruler{
  left:10%;
  bottom:12%;
  width:250px;
  height:38px;
  border-radius:14px;
  border:1.5px solid currentColor;
  transform:rotate(-18deg);
  background:repeating-linear-gradient(90deg, rgba(233,54,69,.14) 0 2px, transparent 2px 16px), linear-gradient(transparent 0 50%, rgba(233,54,69,.08) 50% 100%);
}
.bg-ruler:before,
.bg-ruler:after{
  content:"";
  position:absolute;
  top:8px;
  width:1.5px;
  background:currentColor;
  opacity:.6;
}
.bg-ruler:before{left:44px;height:20px}
.bg-ruler:after{right:44px;height:20px}

.bg-angle{
  right:18%;
  bottom:18%;
  width:170px;
  height:170px;
  border-left:1.6px solid currentColor;
  border-bottom:1.6px solid currentColor;
  border-bottom-left-radius:14px;
  transform:rotate(8deg);
}
.bg-angle:before,
.bg-angle:after{
  content:"";
  position:absolute;
  left:16px;
  bottom:16px;
  border-left:1.4px solid currentColor;
  border-bottom:1.4px solid currentColor;
}
.bg-angle:before{width:110px;height:110px;opacity:.65}
.bg-angle:after{width:62px;height:62px;opacity:.42}

.bg-column{
  left:52%;
  top:23%;
  width:84px;
  height:260px;
  border-radius:20px;
  border:1.5px solid currentColor;
}
.bg-column:before,
.bg-column:after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  border-top:1.3px solid currentColor;
}
.bg-column:before{top:26%}
.bg-column:after{top:56%}
.bg-column .line1,
.bg-column .line2{
  position:absolute;
  top:14px;
  bottom:14px;
  width:1.3px;
  background:currentColor;
  opacity:.55;
}
.bg-column .line1{left:26px}
.bg-column .line2{right:26px}

.bg-dots{
  left:48%;
  bottom:10%;
  width:160px;
  height:160px;
  border-radius:50%;
  border:1.4px dashed currentColor;
}
.bg-dots:before{
  content:"";
  position:absolute;
  inset:24px;
  border-radius:50%;
  border:1.2px dashed currentColor;
  opacity:.6;
}

.section{position:relative}
@keyframes bgGridMove{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(-44px,-30px,0)}
}
@keyframes bgSweep{
  0%{transform:translateX(-4%) translateY(0)}
  100%{transform:translateX(6%) translateY(2%)}
}
@keyframes floatDecor{
  0%,100%{transform:translate3d(0,0,0)}
  25%{transform:translate3d(0,-8px,0)}
  50%{transform:translate3d(10px,6px,0)}
  75%{transform:translate3d(-6px,10px,0)}
}
@media(max-width:980px){
  .site-bg-decor:before{background-size:64px 64px;opacity:.12}
  .site-bg-decor:after{opacity:.1}
  .bg-grid-block{width:180px;height:130px;right:-12px;top:12%}
  .bg-house-outline{left:-18px;top:35%;transform:scale(.78)}
  .bg-brick-wall{width:150px;height:100px;right:-18px;top:64%}
  .bg-ruler{width:180px;left:-28px;bottom:15%;transform:rotate(-18deg) scale(.82)}
  .bg-angle{width:118px;height:118px;right:6%;bottom:20%}
  .bg-column{display:none}
  .bg-dots{width:120px;height:120px;left:auto;right:28%;bottom:8%}
}
@media(max-width:640px){
  .bg-grid-block,.bg-brick-wall,.bg-angle{opacity:.12}
  .bg-house-outline,.bg-ruler,.bg-dots{opacity:.1}
  .site-bg-decor:before{opacity:.08;background-size:54px 54px}
}


/* Premium package comparison table */
.comparison-wrap{
  position:relative;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  touch-action:auto;
  overscroll-behavior-x:contain;
  border:1px solid rgba(5,51,102,.12);
  border-radius:30px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,253,248,.92));
  box-shadow:0 28px 80px rgba(5,51,102,.12);
}
.comparison-wrap::-webkit-scrollbar{height:8px}
.comparison-wrap::-webkit-scrollbar-thumb{background:rgba(5,51,102,.22);border-radius:999px}
.comparison-wrap::-webkit-scrollbar-track{background:rgba(5,51,102,.06);border-radius:999px}
.comparison-wrap:before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(circle at 18% 0%,rgba(233,54,69,.12),transparent 34%),
    radial-gradient(circle at 82% 18%,rgba(5,51,102,.12),transparent 32%);
  pointer-events:none;
}
.comparison-table{
  position:relative;
  border-collapse:separate;
  border-spacing:0;
  min-width:860px;
  width:100%;
  background:transparent;
}
.comparison-table thead th{
  position:sticky;
  top:0;
  z-index:1;
  background:linear-gradient(135deg,var(--blue),#074782);
  color:#fff;
  padding:20px 22px;
  border-bottom:0;
  font-size:17px;
}
.comparison-table thead th:first-child{border-top-left-radius:28px}
.comparison-table thead th:last-child{border-top-right-radius:28px}
.comparison-table th,
.comparison-table td{
  border-bottom:1px solid rgba(5,51,102,.10);
  border-right:1px solid rgba(5,51,102,.07);
}
.comparison-table th:last-child,
.comparison-table td:last-child{border-right:0}
.comparison-table tbody td{
  padding:20px 22px;
  background:rgba(255,255,255,.70);
  font-size:17px;
  transition:.25s ease;
}
.comparison-table tbody tr:nth-child(even) td{background:rgba(255,253,248,.86)}
.comparison-table tbody tr:hover td{
  background:rgba(233,54,69,.045);
  transform:translateY(-1px);
}
.comparison-table tbody tr:last-child td{border-bottom:0}
.compare-feature{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--blue);
  font-weight:900;
}
.compare-icon,
.compare-head-icon{
  width:38px;
  height:38px;
  min-width:38px;
  display:inline-grid;
  place-items:center;
  border-radius:14px;
  background:rgba(233,54,69,.10);
  color:var(--red);
  border:1px solid rgba(233,54,69,.18);
  box-shadow:0 10px 24px rgba(233,54,69,.08);
  font-weight:900;
}
.compare-head-icon{
  width:30px;
  height:30px;
  min-width:30px;
  margin-right:8px;
  background:rgba(255,255,255,.14);
  color:#fff;
  border-color:rgba(255,255,255,.24);
}
.package-head{display:flex;flex-direction:column;gap:2px;line-height:1.15}
.package-head span{font-size:18px;font-weight:900}
.package-head small{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:rgba(255,255,255,.72);font-weight:800}
.comparison-table .premium-col{background:linear-gradient(135deg,var(--red),#ff5f6d)}
.comparison-table tbody td:nth-child(3){
  background:linear-gradient(180deg,rgba(233,54,69,.075),rgba(255,255,255,.82));
  color:#2d3440;
  font-weight:700;
}
.comparison-table tbody td strong{color:var(--blue);font-size:20px;letter-spacing:-.02em}
.comparison-table tbody td:nth-child(3) strong{color:var(--red)}
.comparison-wrap + .section-actions .btn.dark{
  background:linear-gradient(135deg,var(--blue),#075197);
  box-shadow:0 18px 42px rgba(5,51,102,.18);
}
@media(max-width:980px){
  .comparison-wrap{border-radius:24px;box-shadow:0 18px 50px rgba(5,51,102,.10)}
  .comparison-table{min-width:780px}
  .comparison-table thead th,.comparison-table tbody td{padding:17px 18px;font-size:15px}
  .compare-icon{width:34px;height:34px;min-width:34px;border-radius:12px}
}
@media(max-width:640px){
  .comparison-wrap{margin-left:-2px;margin-right:-2px;max-width:calc(100vw - 24px);padding-bottom:8px;touch-action:auto}
  .comparison-wrap + .section-actions{margin-top:34px;clear:both}
  .comparison-table{min-width:760px}
  .comparison-table thead th{font-size:14px;padding:15px 14px}
  .comparison-table tbody td{font-size:14px;padding:15px 14px}
  .package-head span{font-size:15px}
  .package-head small{font-size:9px}
  .compare-feature{gap:9px}
  .compare-icon{width:30px;height:30px;min-width:30px;border-radius:10px;font-size:13px}
  .comparison-table tbody td strong{font-size:16px}
}


/* Services page detailed package cards */
.packages-detail-section .section-head{
  margin-bottom:30px;
}
.detailed-packages{
  margin-top:4px;
  align-items:stretch;
}
.detailed-package-card{
  position:relative;
  padding:28px 28px 26px;
  border-radius:32px;
  overflow:hidden;
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,253,248,.92));
  border:1px solid rgba(5,51,102,.12);
  box-shadow:0 20px 55px rgba(5,51,102,.08);
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.detailed-package-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 0%,rgba(233,54,69,.13),transparent 28%),
    linear-gradient(90deg,rgba(5,51,102,.035) 1px,transparent 1px),
    linear-gradient(rgba(5,51,102,.028) 1px,transparent 1px);
  background-size:auto,46px 46px,46px 46px;
  opacity:.65;
  pointer-events:none;
}
.detailed-package-card:after{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  top:96px;
  height:1px;
  background:linear-gradient(90deg,rgba(233,54,69,.28),rgba(5,51,102,.08),transparent);
}
.detailed-package-card>*{position:relative;z-index:1}
.detailed-package-card:hover{
  transform:translateY(-7px);
  border-color:rgba(233,54,69,.28);
  box-shadow:0 30px 78px rgba(5,51,102,.13);
}
.detailed-package-card.featured-detail{
  border:2px solid rgba(233,54,69,.78);
  box-shadow:0 30px 80px rgba(233,54,69,.13),0 20px 55px rgba(5,51,102,.08);
}
.detailed-package-card.featured-detail:before{
  background:
    radial-gradient(circle at 20% 0%,rgba(233,54,69,.20),transparent 32%),
    radial-gradient(circle at 90% 16%,rgba(5,51,102,.12),transparent 28%),
    linear-gradient(90deg,rgba(5,51,102,.035) 1px,transparent 1px),
    linear-gradient(rgba(5,51,102,.028) 1px,transparent 1px);
  background-size:auto,auto,46px 46px,46px 46px;
}
.package-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}
.package-icon{
  width:52px;
  height:52px;
  min-width:52px;
  border-radius:18px;
  display:grid;
  place-items:center;
  color:var(--red);
  background:rgba(233,54,69,.10);
  border:1px solid rgba(233,54,69,.18);
  box-shadow:0 14px 30px rgba(233,54,69,.10);
}
.package-icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.detail-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:999px;
  color:var(--blue);
  background:rgba(5,51,102,.07);
  border:1px solid rgba(5,51,102,.10);
  font-size:11px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
  white-space:nowrap;
}
.featured-detail .detail-badge{
  color:#fff;
  background:var(--red);
  border-color:var(--red);
  box-shadow:0 12px 28px rgba(233,54,69,.18);
}
.detailed-package-card h3{
  font-size:25px;
  line-height:1.12;
  margin-bottom:14px;
}
.detail-price{
  margin:0 0 13px;
  padding:16px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(5,51,102,.09);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);
}
.detail-price span{
  display:block;
  color:#687383;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:4px;
}
.detail-price strong{
  display:block;
  color:var(--blue);
  font-size:clamp(28px,3vw,38px);
  line-height:1;
  letter-spacing:-.045em;
}
.featured-detail .detail-price strong{color:var(--red)}
.package-summary{
  min-height:76px;
  margin:0 0 12px;
  color:#4d5663;
  font-size:15.5px;
  line-height:1.58;
}
.spec-divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:10px 0 8px;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.spec-divider:after{
  content:"";
  height:1px;
  flex:1;
  background:linear-gradient(90deg,rgba(233,54,69,.3),rgba(5,51,102,.08),transparent);
}
.detailed-package-card .list{
  margin:0;
  display:grid;
  gap:8px;
}
.detailed-package-card .list li{
  border-bottom:0;
  padding:8px 10px 8px 35px;
  min-height:38px;
  display:flex;
  align-items:center;
  color:#46505c;
  font-size:13.8px;
  line-height:1.35;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(5,51,102,.065);
  border-radius:14px;
}
.detailed-package-card .list li:before{
  content:"";
  left:12px;
  top:50%;
  width:14px;
  height:14px;
  transform:translateY(-50%);
  border-radius:50%;
  background:rgba(233,54,69,.12);
  border:1px solid rgba(233,54,69,.24);
}
.detailed-package-card .list li:after{
  content:"✓";
  position:absolute;
  left:15px;
  top:50%;
  transform:translateY(-54%);
  color:var(--red);
  font-size:9px;
  font-weight:900;
}
.detailed-package-card .section-actions{
  margin-top:auto;
  padding-top:18px;
}
.detailed-package-card .btn{
  width:100%;
  padding:13px 18px;
}
@media(max-width:980px){
  .detailed-packages{grid-template-columns:1fr;}
  .package-summary{min-height:auto;}
  .detailed-package-card{padding:26px;}
}
@media(max-width:640px){
  .detailed-package-card{border-radius:26px;padding:22px;}
  .package-top{margin-bottom:16px;}
  .package-icon{width:46px;height:46px;min-width:46px;border-radius:16px;}
  .detailed-package-card h3{font-size:23px;}
  .detail-price{padding:14px 15px;border-radius:18px;}
  .detail-price strong{font-size:30px;}
  .package-summary{font-size:14.5px;}
  .detailed-package-card .list li{font-size:13.2px;min-height:36px;padding-right:9px;}
}


/* Additional services premium cards + enquiry popup */
.additional-services-section{padding-top:70px;position:relative}
.additional-services-head{align-items:flex-start}
.additional-services-grid{align-items:stretch}
.service-addon-card{
  position:relative;
  overflow:hidden;
  padding:34px;
  min-height:100%;
  display:flex;
  flex-direction:column;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,253,248,.88));
}
.service-addon-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 14% 12%,rgba(233,54,69,.12),transparent 28%),
    radial-gradient(circle at 92% 4%,rgba(5,51,102,.10),transparent 32%);
  opacity:.9;
}
.service-addon-card>*{position:relative;z-index:1}
.service-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}
.service-addon-icon{
  width:58px;height:58px;min-width:58px;border-radius:20px;
  display:grid;place-items:center;color:var(--red);
  background:rgba(233,54,69,.10);border:1px solid rgba(233,54,69,.18);
  box-shadow:0 18px 38px rgba(233,54,69,.10)
}
.service-addon-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.service-tag{font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--blue);background:rgba(5,51,102,.07);border:1px solid rgba(5,51,102,.10);border-radius:999px;padding:8px 12px;white-space:nowrap}
.service-addon-card h3{font-size:clamp(32px,4vw,52px);margin-bottom:16px}
.service-addon-card p{font-size:16px;line-height:1.65;margin-top:0;color:#4d5663}
.service-addon-list{margin:18px 0 22px;display:grid;gap:8px}
.service-addon-list li{border-bottom:0;background:rgba(255,255,255,.72);border:1px solid rgba(5,51,102,.07);border-radius:14px;padding:9px 12px 9px 36px;font-size:14.5px;line-height:1.35}
.service-addon-list li:before{left:14px;color:var(--red)}
.service-addon-card .btn{margin-top:auto;align-self:flex-start}
.service-modal-overlay{position:fixed;inset:0;z-index:150;display:flex;align-items:center;justify-content:center;padding:22px;background:rgba(5,18,35,.58);backdrop-filter:blur(12px);opacity:0;pointer-events:none;transition:.28s ease}
.service-modal-overlay.open{opacity:1;pointer-events:auto}
.service-modal{width:min(720px,100%);max-height:min(88vh,820px);overflow:auto;background:var(--off);border:1px solid rgba(255,255,255,.55);border-radius:34px;padding:30px;position:relative;box-shadow:0 34px 100px rgba(0,0,0,.28)}
.service-modal:before{content:"";position:absolute;inset:0;border-radius:34px;pointer-events:none;background:radial-gradient(circle at 18% 0%,rgba(233,54,69,.16),transparent 35%),radial-gradient(circle at 100% 10%,rgba(5,51,102,.12),transparent 35%)}
.service-modal>*{position:relative;z-index:1}
.service-modal-close{position:absolute;right:20px;top:20px;z-index:2;width:44px;height:44px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--blue);font-size:28px;cursor:pointer;box-shadow:0 12px 28px rgba(5,51,102,.08)}
.service-modal-head{display:flex;gap:18px;align-items:flex-start;margin-bottom:22px;padding-right:42px}
.service-modal-icon{width:56px;height:56px;min-width:56px;border-radius:20px;display:grid;place-items:center;color:var(--red);background:#fff;border:1px solid rgba(233,54,69,.16);box-shadow:0 16px 34px rgba(233,54,69,.11)}
.service-modal-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.service-modal h2{font-size:clamp(28px,4vw,42px);margin:10px 0 10px}
.service-modal p{margin:0;color:#5b6674;line-height:1.55}
.service-popup-form{background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:0 18px 45px rgba(5,51,102,.06)}
.service-popup-form .btn{width:100%;margin-top:16px}
body.modal-open{overflow:hidden}
@media(max-width:640px){
  .additional-services-section{padding-top:54px}
  .service-addon-card{padding:24px;border-radius:28px}
  .service-card-top{align-items:flex-start;flex-direction:column;gap:12px}
  .service-addon-card h3{font-size:32px}
  .service-addon-card .btn{width:100%}
  .service-modal-overlay{padding:14px;align-items:flex-end}
  .service-modal{border-radius:28px;padding:22px;max-height:92vh}
  .service-modal-close{right:14px;top:14px}
  .service-modal-head{display:block;padding-right:42px}
  .service-modal-icon{margin-bottom:14px}
  .service-popup-form{padding:18px;border-radius:22px}
}

/* Additional services list icons refinement */
.service-addon-list li{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 14px 10px 10px;
  min-height:52px;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease;
}
.service-addon-list li:before{display:none!important;content:none!important}
.service-addon-list li:hover{
  transform:translateX(4px);
  border-color:rgba(233,54,69,.18);
  box-shadow:0 14px 32px rgba(5,51,102,.08);
  background:rgba(255,255,255,.92);
}
.service-list-icon{
  width:34px;
  height:34px;
  min-width:34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  color:var(--red);
  background:linear-gradient(145deg,rgba(233,54,69,.12),rgba(255,255,255,.75));
  border:1px solid rgba(233,54,69,.16);
  box-shadow:0 10px 22px rgba(233,54,69,.08);
}
.service-list-icon svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-list-text{
  font-weight:650;
  color:#464f5b;
}
.service-addon-card:nth-child(2) .service-list-icon{
  color:var(--blue);
  background:linear-gradient(145deg,rgba(5,51,102,.10),rgba(255,255,255,.75));
  border-color:rgba(5,51,102,.14);
}
@media(max-width:640px){
  .service-addon-list li{min-height:48px;padding:9px 12px 9px 9px;font-size:13.7px;gap:10px}
  .service-list-icon{width:31px;height:31px;min-width:31px;border-radius:10px}
  .service-list-icon svg{width:16px;height:16px}
}


/* Premium process cards with icons */
.process-section{position:relative;overflow:hidden}
.process-head{align-items:flex-end}
.process-premium{position:relative;counter-reset:none}
.process-premium:before{
  content:"";
  position:absolute;
  left:7%;right:7%;top:86px;height:2px;
  background:linear-gradient(90deg,transparent,rgba(233,54,69,.28),rgba(5,51,102,.18),rgba(233,54,69,.28),transparent);
  z-index:0;
}
.process-card{
  position:relative;
  overflow:hidden;
  min-height:235px;
  padding:30px 28px 28px;
  border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,253,248,.92));
  border:1px solid rgba(5,51,102,.13);
  box-shadow:0 22px 55px rgba(5,51,102,.07);
}
.process-card:before{display:none!important}
.process-card:after{
  content:"";
  position:absolute;
  inset:auto -30px -45px auto;
  width:130px;height:130px;border-radius:50%;
  background:radial-gradient(circle,rgba(233,54,69,.14),transparent 68%);
  opacity:0;
  transition:.35s ease;
}
.process-card:hover{
  transform:translateY(-8px);
  border-color:rgba(233,54,69,.34);
  box-shadow:0 30px 75px rgba(5,51,102,.13);
}
.process-card:hover:after{opacity:1}
.process-num{
  position:absolute;
  top:20px;right:22px;
  width:42px;height:42px;border-radius:15px;
  background:var(--blue);color:#fff;
  display:grid;place-items:center;
  font-weight:900;font-size:14px;
  box-shadow:0 12px 26px rgba(5,51,102,.18);
}
.process-icon{
  width:62px;height:62px;border-radius:20px;
  display:grid;place-items:center;
  margin-bottom:22px;
  color:var(--red);
  background:linear-gradient(145deg,rgba(233,54,69,.14),rgba(255,255,255,.78));
  border:1px solid rgba(233,54,69,.18);
  box-shadow:0 14px 30px rgba(233,54,69,.10);
  transition:.32s ease;
}
.process-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.process-card:hover .process-icon{
  background:var(--red);
  color:#fff;
  transform:rotate(-4deg) scale(1.05);
}
.process-card h3{font-size:24px;margin-bottom:12px;letter-spacing:-.035em}
.process-card p{margin:0;color:#4b5563;font-size:16px;line-height:1.6}
.process-card.reveal.in{animation:processFloatIn .75s ease both}
.process-card.reveal.in:nth-child(2){animation-delay:.04s}
.process-card.reveal.in:nth-child(3){animation-delay:.08s}
.process-card.reveal.in:nth-child(4){animation-delay:.12s}
.process-card.reveal.in:nth-child(5){animation-delay:.16s}
.process-card.reveal.in:nth-child(6){animation-delay:.20s}
.process-card.reveal.in:nth-child(7){animation-delay:.24s}
.process-card.reveal.in:nth-child(8){animation-delay:.28s}
@keyframes processFloatIn{
  from{opacity:0;transform:translateY(28px) scale(.98)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@media(max-width:980px){
  .process-premium:before{display:none}
  .process-card{min-height:auto}
}
@media(max-width:640px){
  .process-card{padding:24px 22px;border-radius:24px}
  .process-icon{width:54px;height:54px;border-radius:18px;margin-bottom:18px}
  .process-icon svg{width:26px;height:26px}
  .process-num{width:38px;height:38px;border-radius:14px;top:18px;right:18px}
  .process-card h3{font-size:22px}
  .process-card p{font-size:15px}
}


/* Desktop hero circular image visual */
.hero-visual-wrap{position:relative;z-index:1}
.desktop-hero-orbit{display:none}
@media(min-width:981px){
  .hero-visual-wrap{display:flex;align-items:center;justify-content:center;min-height:430px;isolation:isolate}
  .hero-visual-wrap .hero-card{width:100%;position:relative;z-index:2}
  .desktop-hero-orbit.image-orbit{
    display:block;
    position:absolute;
    right:-138px;
    top:-112px;
    width:360px;
    height:360px;
    border-radius:50%;
    pointer-events:none;
    z-index:3;
    filter:drop-shadow(0 30px 65px rgba(5,51,102,.16));
  }
  .image-orbit:before{
    content:"";
    position:absolute;
    inset:-26px;
    border-radius:50%;
    background:radial-gradient(circle at 38% 34%, rgba(255,255,255,.92), rgba(255,255,255,.35) 42%, rgba(233,54,69,.12) 58%, transparent 72%);
    animation:imageHaloFloat 7s ease-in-out infinite;
  }
  .image-orbit:after{
    content:"";
    position:absolute;
    inset:-34px;
    border-radius:50%;
    border:1px solid rgba(5,51,102,.12);
    border-top-color:rgba(233,54,69,.34);
    border-right-color:rgba(233,54,69,.18);
    animation:imageOrbitSpin 18s linear infinite;
  }
  .image-orbit-ring{
    position:absolute;
    border-radius:50%;
    pointer-events:none;
  }
  .ring-a{inset:-12px;border:1px dashed rgba(233,54,69,.28);animation:imageOrbitSpinReverse 26s linear infinite}
  .ring-b{inset:24px;border:1px solid rgba(5,51,102,.12);animation:imageSoftPulse 5.5s ease-in-out infinite}
  .ring-c{inset:54px;border:18px solid rgba(255,255,255,.42);box-shadow:inset 0 0 0 1px rgba(5,51,102,.08)}
  .orbit-photo-frame{
    position:absolute;
    inset:58px;
    border-radius:50%;
    overflow:hidden;
    background:#fff;
    border:10px solid rgba(255,255,255,.78);
    box-shadow:0 24px 60px rgba(5,51,102,.18), inset 0 0 0 1px rgba(5,51,102,.08);
    animation:imagePhotoFloat 6.5s ease-in-out infinite;
  }
  .orbit-photo-frame img{width:100%;height:100%;object-fit:cover;transform:scale(1.04)}
  .orbit-photo-frame:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(145deg, rgba(255,255,255,.18), transparent 42%, rgba(5,51,102,.12));
  }
  .orbit-photo-label{
    position:absolute;
    left:50%;
    bottom:18px;
    transform:translateX(-50%);
    min-width:142px;
    text-align:center;
    border-radius:999px;
    padding:8px 12px;
    background:rgba(255,255,255,.82);
    color:var(--blue);
    border:1px solid rgba(5,51,102,.10);
    font-size:11px;
    font-weight:900;
    line-height:1.15;
    box-shadow:0 12px 28px rgba(5,51,102,.10);
    backdrop-filter:blur(10px);
    z-index:2;
  }
  .orbit-badge{
    position:absolute;
    width:54px;
    height:54px;
    border-radius:19px;
    background:rgba(255,255,255,.9);
    border:1px solid rgba(5,51,102,.12);
    color:var(--red);
    display:grid;
    place-items:center;
    box-shadow:0 16px 34px rgba(5,51,102,.14);
    animation:imageBadgeFloat 5.8s ease-in-out infinite;
    z-index:4;
    backdrop-filter:blur(12px);
  }
  .orbit-badge svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .orbit-badge-one{right:18px;top:94px;animation-delay:.6s}
  .orbit-badge-two{left:10px;top:122px;color:var(--blue);animation-delay:1.1s}
  .orbit-badge-three{right:70px;bottom:14px;color:var(--blue);animation-delay:1.7s}
}
@keyframes imageOrbitSpin{to{transform:rotate(360deg)}}
@keyframes imageOrbitSpinReverse{to{transform:rotate(-360deg)}}
@keyframes imageSoftPulse{0%,100%{transform:scale(.98);opacity:.72}50%{transform:scale(1.04);opacity:1}}
@keyframes imagePhotoFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-9px) scale(1.015)}}
@keyframes imageBadgeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-11px)}}
@keyframes imageHaloFloat{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-8px,8px) scale(1.04)}}
@media(max-width:980px){.desktop-hero-orbit{display:none!important}}


/* Final mobile hero counter alignment refinement */
@media (max-width: 640px){
  .hero-card .floating-proof{
    position: static;
    margin: 10px 12px 14px;
    padding: 12px 8px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    border-radius: 20px;
    overflow: hidden;
  }
  .hero-card .floating-proof .proof{
    display: grid !important;
    grid-template-rows: 34px 1fr;
    align-items: start;
    justify-items: center;
    gap: 7px;
    padding: 0 8px;
    min-width: 0;
    text-align: center;
    border-left: 0 !important;
  }
  .hero-card .floating-proof .proof + .proof{
    border-left: 1px solid rgba(5,51,102,.12) !important;
  }
  .hero-card .proof-icon{
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 12px;
    margin: 0 auto;
  }
  .hero-card .proof-icon svg{
    width: 18px;
    height: 18px;
  }
  .hero-card .proof-copy{
    width: 100%;
    min-width: 0;
    text-align: center;
  }
  .hero-card .floating-proof .proof strong{
    display: block;
    font-size: clamp(20px, 6.2vw, 25px);
    line-height: 1;
    letter-spacing: -0.035em;
    margin: 0 auto;
    white-space: nowrap;
  }
  .hero-card .floating-proof .proof span:not(.proof-icon){
    display: block;
    margin-top: 5px;
    font-size: 10.5px;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
  }
}
@media (max-width: 380px){
  .hero-card .floating-proof{padding:10px 6px;}
  .hero-card .floating-proof .proof{padding:0 5px;grid-template-rows:32px 1fr;}
  .hero-card .proof-icon{width:31px;height:31px;min-width:31px;}
  .hero-card .floating-proof .proof strong{font-size:19px;}
  .hero-card .floating-proof .proof span:not(.proof-icon){font-size:9.7px;}
}


/* Elegant icon list for key problems section */
.problem-list{margin-top:24px}
.problem-list li{
  display:flex;
  align-items:center;
  gap:14px;
  padding:12px 0;
  border-bottom:1px solid rgba(5,51,102,.10);
}
.problem-list li:last-child{border-bottom:none}
.problem-list li:before{display:none}
.problem-icon{
  width:38px;
  height:38px;
  min-width:38px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:var(--red);
  background:linear-gradient(180deg, rgba(233,54,69,.10), rgba(233,54,69,.04));
  border:1px solid rgba(233,54,69,.18);
  box-shadow:0 10px 24px rgba(233,54,69,.08), inset 0 1px 0 rgba(255,255,255,.55);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.problem-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.problem-list li:hover .problem-icon{
  transform:translateY(-2px) scale(1.04);
  box-shadow:0 16px 32px rgba(233,54,69,.14);
  border-color:rgba(233,54,69,.28);
}
.problem-list li span:last-child{
  font-size:17px;
  color:#4b525d;
}
@media(max-width:640px){
  .problem-list{margin-top:18px}
  .problem-list li{gap:12px;padding:10px 0}
  .problem-icon{width:34px;height:34px;min-width:34px;border-radius:12px}
  .problem-icon svg{width:18px;height:18px}
  .problem-list li span:last-child{font-size:16px;line-height:1.35}
}


/* Icons for promise and process cards */
.promise-card,.process-card{position:relative;overflow:hidden}
.card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.card-icon{width:56px;height:56px;min-width:56px;border-radius:18px;display:grid;place-items:center;color:var(--blue);background:linear-gradient(180deg, rgba(5,51,102,.06), rgba(5,51,102,.02));border:1px solid rgba(5,51,102,.10);box-shadow:0 12px 26px rgba(5,51,102,.06), inset 0 1px 0 rgba(255,255,255,.65);transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease}
.card-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.promise-card:hover .card-icon,.process-card:hover .card-icon{transform:translateY(-2px) rotate(-3deg);box-shadow:0 18px 34px rgba(5,51,102,.10);border-color:rgba(233,54,69,.22)}
.promise-card .icon-dot,.process-card .step-chip{margin-bottom:0}
.step:before{display:none}
.step-chip{width:54px;height:54px;border-radius:18px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900;font-size:30px;box-shadow:0 16px 34px rgba(5,51,102,.18)}
.promise-card .icon-dot{width:58px;height:58px;border-radius:18px;font-size:16px;box-shadow:0 12px 24px rgba(233,54,69,.10)}
.promise-card h3,.process-card h3{margin:0 0 12px}
.promise-card p,.process-card p{margin:0}
.promise-card:after,.process-card:after{content:"";position:absolute;right:-35px;bottom:-35px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle, rgba(233,54,69,.07), transparent 62%);pointer-events:none}
@media(max-width:640px){
  .card-head{margin-bottom:14px;gap:12px}
  .card-icon{width:48px;height:48px;min-width:48px;border-radius:16px}
  .card-icon svg{width:22px;height:22px}
  .step-chip,.promise-card .icon-dot{width:48px;height:48px;border-radius:15px;font-size:16px}
  .step-chip{font-size:26px}
}


/* Elegant icon list for services page main service section */
.service-feature-list{margin-top:22px}
.service-feature-list li{
  display:flex;
  align-items:center;
  gap:14px;
  padding:12px 0;
  border-bottom:1px solid rgba(5,51,102,.10);
}
.service-feature-list li:last-child{border-bottom:none}
.service-feature-list li:before{display:none}
.service-feature-icon{
  width:40px;
  height:40px;
  min-width:40px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:var(--red);
  background:linear-gradient(180deg, rgba(233,54,69,.10), rgba(233,54,69,.04));
  border:1px solid rgba(233,54,69,.18);
  box-shadow:0 10px 24px rgba(233,54,69,.08), inset 0 1px 0 rgba(255,255,255,.58);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-feature-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-feature-list li:hover .service-feature-icon{
  transform:translateY(-2px) scale(1.04);
  box-shadow:0 16px 30px rgba(233,54,69,.14);
  border-color:rgba(233,54,69,.28);
}
.service-feature-list li span:last-child{
  font-size:17px;
  color:#4b525d;
}
@media(max-width:640px){
  .service-feature-list{margin-top:18px}
  .service-feature-list li{gap:12px;padding:10px 0}
  .service-feature-icon{width:36px;height:36px;min-width:36px;border-radius:12px}
  .service-feature-icon svg{width:18px;height:18px}
  .service-feature-list li span:last-child{font-size:16px;line-height:1.35}
}


/* Hide hero circle replacement label after real image */
.orbit-photo-label{display:none!important}


/* Founder section */
.founder-section{position:relative;overflow:hidden}
.founder-section:before{content:"";position:absolute;right:8%;top:12%;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle, rgba(233,54,69,.10), transparent 65%);pointer-events:none}
.founder-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;align-items:center}
.founder-photo{position:relative;border-radius:38px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;padding:14px}
.founder-photo img{width:100%;aspect-ratio:9/11;object-fit:cover;border-radius:28px}
.founder-photo-badge{position:absolute;left:34px;right:34px;bottom:34px;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.8);border-radius:22px;padding:16px 18px;box-shadow:0 16px 40px rgba(5,51,102,.12)}
.founder-photo-badge strong{display:block;color:var(--blue);font-size:22px;line-height:1.1}.founder-photo-badge span{font-weight:800;color:var(--red);font-size:13px;text-transform:uppercase;letter-spacing:.06em}
.founder-content{background:rgba(255,255,255,.74);border:1px solid var(--line);border-radius:34px;padding:38px;box-shadow:0 18px 48px rgba(5,51,102,.06);backdrop-filter:blur(10px)}
.founder-name{font-size:28px;margin-top:24px;margin-bottom:4px}.founder-role{margin-top:0;color:#5e6876;font-weight:700}.license-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:26px}.license-card{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid rgba(5,51,102,.10);border-radius:22px;padding:16px;transition:.25s;box-shadow:0 10px 26px rgba(5,51,102,.04)}.license-card:hover{transform:translateY(-3px);border-color:rgba(233,54,69,.22);box-shadow:0 18px 36px rgba(5,51,102,.08)}.license-icon{width:42px;height:42px;min-width:42px;border-radius:15px;background:rgba(233,54,69,.10);color:var(--red);display:grid;place-items:center;border:1px solid rgba(233,54,69,.16)}.license-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.license-card strong{display:block;color:var(--blue);line-height:1.2}.license-card small{display:block;margin-top:5px;color:#6b7280;line-height:1.35}
@media(max-width:980px){.founder-wrap{grid-template-columns:1fr}.founder-content{padding:28px}.license-grid{grid-template-columns:1fr}}
@media(max-width:640px){.founder-photo,.founder-content{border-radius:28px}.founder-photo{padding:10px}.founder-photo img{border-radius:22px}.founder-photo-badge{left:24px;right:24px;bottom:24px;border-radius:18px}.founder-name{font-size:24px}.license-card{padding:14px;border-radius:18px}}


/* Founder and service popup mobile optimization */
.service-modal-overlay{overscroll-behavior:contain}
.service-modal{scrollbar-width:thin}
.service-popup-form .btn{margin-top:18px}
.founder-modal-icon{color:var(--blue);background:#fff}
.founder-modal .form-grid{margin-top:6px}
.founder-modal select{appearance:auto}
@media(max-width:640px){
  .service-modal-overlay,
  .founder-modal-overlay{
    padding:0;
    align-items:flex-end;
    background:rgba(5,18,35,.66);
  }
  .service-modal,
  .founder-modal{
    width:100%;
    max-height:92dvh;
    border-radius:28px 28px 0 0;
    padding:20px 16px calc(18px + env(safe-area-inset-bottom));
    border-left:0;
    border-right:0;
    border-bottom:0;
    transform:translateY(20px);
    transition:transform .28s ease;
  }
  .service-modal-overlay.open .service-modal,
  .founder-modal-overlay.open .founder-modal{
    transform:translateY(0);
  }
  .service-modal-close,
  .founder-modal-close{
    position:sticky;
    top:0;
    margin-left:auto;
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    border-radius:14px;
    font-size:26px;
  }
  .service-modal-head,
  .founder-modal-head{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding-right:0;
    margin-top:-34px;
    margin-bottom:16px;
  }
  .service-modal-icon,
  .founder-modal-icon{
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:16px;
    margin-bottom:0;
  }
  .service-modal-icon svg,
  .founder-modal-icon svg{
    width:24px;
    height:24px;
  }
  .service-modal h2,
  .founder-modal h2{
    font-size:28px;
    line-height:1.08;
    margin:8px 0 8px;
  }
  .service-modal p,
  .founder-modal p{
    font-size:14px;
    line-height:1.5;
  }
  .service-popup-form .form-grid,
  .founder-popup-form .form-grid{
    grid-template-columns:1fr;
    gap:10px;
  }
  .service-popup-form .field label,
  .founder-popup-form .field label{
    font-size:12px;
    margin-bottom:5px;
  }
  .service-popup-form .field input,
  .service-popup-form .field select,
  .service-popup-form .field textarea,
  .founder-popup-form .field input,
  .founder-popup-form .field select,
  .founder-popup-form .field textarea{
    padding:12px 13px;
    border-radius:14px;
    font-size:15px;
  }
  .service-popup-form .field textarea,
  .founder-popup-form .field textarea{
    min-height:92px;
  }
  .service-popup-form .btn,
  .founder-popup-form .btn{
    width:100%;
    margin-top:14px;
    padding:13px 18px;
  }
}
@media(max-width:380px){
  .service-modal,
  .founder-modal{padding-left:14px;padding-right:14px}
  .service-modal h2,
  .founder-modal h2{font-size:25px}
  .service-modal-head,
  .founder-modal-head{gap:10px}
}


/* Fixed header + global bottom consultation CTA */
body{
  padding-top:84px;
  padding-bottom:104px;
}
.site-header{
  position:fixed !important;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:120;
  background:rgba(255,253,248,.90);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  box-shadow:0 10px 32px rgba(5,51,102,.06);
}
.fixed-bottom-cta{
  position:fixed;
  left:50%;
  bottom:20px;
  transform:translateX(-50%);
  z-index:90;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-width:min(520px,calc(100% - 40px));
  max-width:620px;
  padding:13px 14px 13px 26px;
  border-radius:999px;
  color:#8b0d0d;
  font-weight:900;
  font-size:18px;
  line-height:1.15;
  letter-spacing:-.02em;
  background:rgba(255,253,248,.86);
  border:1px solid rgba(233,54,69,.22);
  box-shadow:0 18px 60px rgba(233,54,69,.18), 0 8px 28px rgba(5,51,102,.10), inset 0 1px 0 rgba(255,255,255,.85);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.fixed-bottom-cta:hover{
  transform:translateX(-50%) translateY(-3px);
  border-color:rgba(233,54,69,.34);
  box-shadow:0 24px 70px rgba(233,54,69,.24), 0 10px 34px rgba(5,51,102,.12);
}
.fixed-bottom-cta span:first-child{
  white-space:nowrap;
}
.fixed-bottom-cta .bottom-cta-arrow{
  width:46px;
  height:46px;
  min-width:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--red);
  background:#fffdf8;
  border:1px solid rgba(233,54,69,.22);
  box-shadow:0 10px 22px rgba(5,51,102,.08);
}
.fixed-bottom-cta .bottom-cta-arrow svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.menu-open .fixed-bottom-cta,
.drawer.open ~ .fixed-bottom-cta{
  opacity:0;
  pointer-events:none;
}
@media(max-width:640px){
  body{
    padding-top:72px;
    padding-bottom:92px;
  }
  .site-header{box-shadow:0 8px 24px rgba(5,51,102,.07)}
  .fixed-bottom-cta{
    bottom:12px;
    width:calc(100% - 24px);
    min-width:0;
    max-width:none;
    padding:10px 10px 10px 16px;
    gap:10px;
    font-size:14px;
    line-height:1.2;
    text-align:left;
  }
  .fixed-bottom-cta span:first-child{
    white-space:normal;
    flex:1;
  }
  .fixed-bottom-cta .bottom-cta-arrow{
    width:40px;
    height:40px;
    min-width:40px;
  }
  .fixed-bottom-cta .bottom-cta-arrow svg{
    width:18px;
    height:18px;
  }
}
@media(max-width:360px){
  .fixed-bottom-cta{font-size:13px;padding-left:14px}
  .fixed-bottom-cta .bottom-cta-arrow{width:36px;height:36px;min-width:36px}
}


/* Menu drawer close-button fix: keep drawer above fixed header */
.site-header{z-index:900 !important;}
.drawer-overlay{z-index:1100 !important;}
.drawer{z-index:1110 !important;}
.drawer-close{position:relative;z-index:1120 !important;pointer-events:auto;}
body.menu-open .site-header{z-index:900 !important;}

/* Bottom CTA brand color update */
.fixed-bottom-cta{
  color:var(--blue) !important;
  border-color:rgba(5,51,102,.18) !important;
  box-shadow:0 18px 60px rgba(5,51,102,.14), 0 8px 28px rgba(233,54,69,.12), inset 0 1px 0 rgba(255,255,255,.85) !important;
}
.fixed-bottom-cta:hover{
  border-color:rgba(233,54,69,.32) !important;
  box-shadow:0 24px 70px rgba(5,51,102,.18), 0 10px 34px rgba(233,54,69,.16) !important;
}
.fixed-bottom-cta .bottom-cta-arrow{
  color:var(--red) !important;
  border-color:rgba(233,54,69,.24) !important;
}


/* Four item hero counter: desktop + mobile fit */
.floating-proof.four-proof{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  padding:16px 14px;
}
.floating-proof.four-proof .proof{
  gap:9px;
}
.floating-proof.four-proof .proof-icon{
  width:38px;
  height:38px;
  min-width:38px;
  border-radius:14px;
}
.floating-proof.four-proof .proof-icon svg{
  width:20px;
  height:20px;
}
.floating-proof.four-proof .proof strong{
  font-size:25px;
}
.floating-proof.four-proof .proof span:not(.proof-icon){
  font-size:10.5px;
  line-height:1.12;
}
@media(max-width:980px){
  .floating-proof.four-proof{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
    padding:13px 10px;
  }
  .floating-proof.four-proof .proof{
    flex-direction:column;
    text-align:center;
    gap:6px;
    padding:0 5px;
  }
  .floating-proof.four-proof .proof + .proof{
    border-left:1px solid rgba(5,51,102,.10);
  }
  .floating-proof.four-proof .proof-icon{
    width:31px;
    height:31px;
    min-width:31px;
    border-radius:11px;
  }
  .floating-proof.four-proof .proof-icon svg{
    width:17px;
    height:17px;
  }
  .floating-proof.four-proof .proof strong{
    font-size:clamp(17px,5.4vw,23px);
    line-height:1;
  }
  .floating-proof.four-proof .proof span:not(.proof-icon){
    font-size:9.2px;
    line-height:1.05;
    margin-top:3px;
  }
}
@media(max-width:380px){
  .floating-proof.four-proof{padding:11px 7px}
  .floating-proof.four-proof .proof{padding:0 3px;gap:5px}
  .floating-proof.four-proof .proof-icon{width:28px;height:28px;min-width:28px;border-radius:10px}
  .floating-proof.four-proof .proof-icon svg{width:15px;height:15px}
  .floating-proof.four-proof .proof strong{font-size:16px}
  .floating-proof.four-proof .proof span:not(.proof-icon){font-size:8.2px}
}


/* Google reviews section replacing video testimonials */
.google-reviews-section{position:relative}
.google-review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.google-review-card{
  background:rgba(255,255,255,.88);
  border:1px solid var(--line);
  border-radius:28px;
  padding:24px;
  box-shadow:0 18px 45px rgba(5,51,102,.07);
  position:relative;
  overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.google-review-card:before{
  content:"";
  position:absolute;
  right:-34px;
  top:-34px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(233,54,69,.10), transparent 64%);
  pointer-events:none;
}
.google-review-card:hover{
  transform:translateY(-6px);
  border-color:rgba(233,54,69,.24);
  box-shadow:0 26px 70px rgba(5,51,102,.12);
}
.review-top{display:flex;align-items:center;gap:13px;margin-bottom:16px;position:relative;z-index:1}
.google-mark{
  width:46px;
  height:46px;
  min-width:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--red));
  box-shadow:0 14px 30px rgba(5,51,102,.14);
}
.review-top strong{display:block;color:var(--blue);font-size:17px;line-height:1.2}
.review-top span{display:block;color:#6a7280;font-size:12px;font-weight:800;margin-top:3px}
.stars{color:var(--red);letter-spacing:2px;font-size:18px;font-weight:900;margin-bottom:14px;position:relative;z-index:1}
.google-review-card p{margin:0;color:#4d5562;font-size:15px;line-height:1.7;position:relative;z-index:1}
@media(max-width:980px){.google-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.google-review-grid{grid-template-columns:1fr}.google-review-card{padding:22px;border-radius:24px}.review-top strong{font-size:16px}.google-mark{width:42px;height:42px;min-width:42px;border-radius:14px}.stars{font-size:17px}}


/* Homepage material partners line */
.material-partners{
  position:relative;
  top:auto;
  z-index:1;
  padding:0;
  overflow:hidden;
  background:rgba(255,253,248,.90);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.partners-heading{
  max-width:1200px;
  margin:0 auto;
  padding:26px 24px 14px;
}
.partners-heading .eyebrow{margin:0}
.partners-shell{
  width:100%;
  overflow:hidden;
  border-top:1px solid rgba(5,51,102,.10);
  border-bottom:1px solid rgba(5,51,102,.10);
  background:linear-gradient(90deg, rgba(255,253,248,.72), rgba(255,255,255,.94), rgba(255,253,248,.72));
  box-shadow:0 12px 34px rgba(5,51,102,.06);
  position:relative;
}
.partners-shell:before,
.partners-shell:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:92px;
  z-index:2;
  pointer-events:none;
}
.partners-shell:before{left:0;background:linear-gradient(90deg,var(--off),transparent)}
.partners-shell:after{right:0;background:linear-gradient(270deg,var(--off),transparent)}
.partners-track{
  display:flex;
  width:max-content;
  animation:partnersMove 34s linear infinite;
}
.partners-shell:hover .partners-track{animation-play-state:paused}
.partners-set{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  gap:16px;
  padding:9px 18px;
}
.partners-set img{
  width:150px;
  height:60px;
  object-fit:contain;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(5,51,102,.12);
  padding:7px 12px;
  box-shadow:0 10px 24px rgba(5,51,102,.07);
}
@keyframes partnersMove{
  from{transform:translateX(0)}
  to{transform:translateX(-25%)}
}
@media(max-width:640px){
  .material-partners{top:auto}
  .partners-heading{padding:20px 16px 12px}
  .partners-set{gap:12px;padding:7px 12px}
  .partners-set img{width:122px;height:48px;border-radius:12px;padding:6px 10px}
  .partners-shell:before,.partners-shell:after{width:42px}
  .partners-track{animation-duration:25s}
}

.footer-links span{color:rgba(255,255,255,.72);line-height:1.7;font-size:14px}


/* Package comparison spacing fix */
.comparison-wrap{
  width:100%;
  max-width:100%;
}
.comparison-table{
  width:100%;
}
@media(max-width:640px){
  .comparison-wrap{
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x;
    width:100%;
    max-width:100%;
  }
  .comparison-table{
    min-width:860px;
    width:860px;
  }
}

/* Mobile hero proof icons: centered and slightly larger */
@media(max-width:640px){
  .hero-card .floating-proof.four-proof{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    padding:14px 8px 16px !important;
  }
  .hero-card .floating-proof.four-proof .proof{
    display:grid !important;
    grid-template-rows:42px 1fr !important;
    align-items:start !important;
    justify-items:center !important;
    text-align:center !important;
    gap:8px !important;
    padding:0 5px !important;
  }
  .hero-card .floating-proof.four-proof .proof-icon{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    border-radius:14px !important;
    margin:0 auto !important;
    display:grid !important;
    place-items:center !important;
    align-self:center !important;
    justify-self:center !important;
  }
  .hero-card .floating-proof.four-proof .proof-icon svg{
    width:22px !important;
    height:22px !important;
  }
  .hero-card .floating-proof.four-proof .proof-copy{
    width:100% !important;
    text-align:center !important;
  }
}
@media(max-width:380px){
  .hero-card .floating-proof.four-proof .proof{
    grid-template-rows:38px 1fr !important;
    gap:7px !important;
    padding:0 3px !important;
  }
  .hero-card .floating-proof.four-proof .proof-icon{
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
    border-radius:13px !important;
  }
  .hero-card .floating-proof.four-proof .proof-icon svg{
    width:20px !important;
    height:20px !important;
  }
}

/* Official social icons for footer and menu drawer */
.social a,
.drawer-social a{
  width:46px;
  height:46px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  transition:transform .22s ease, background .22s ease, border-color .22s ease;
}
.social a:hover,
.drawer-social a:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.28);
}
.social svg,
.drawer-social svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.social a[aria-label="Facebook"] svg,
.drawer-social a[aria-label="Facebook"] svg,
.social a[aria-label="YouTube"] svg,
.drawer-social a[aria-label="YouTube"] svg{
  fill:currentColor;
  stroke:none;
}
.social .play-fill,
.drawer-social .play-fill{
  fill:#031f40;
  stroke:none;
}
.drawer-social{
  display:flex;
  gap:12px;
  margin:16px 0 0;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.12);
  flex-shrink:0;
}
@media(max-width:640px){
  .drawer-social{margin-top:12px;padding-top:12px;gap:10px}
  .drawer-social a,.social a{width:42px;height:42px;border-radius:14px}
  .drawer-social svg,.social svg{width:20px;height:20px}
}

/* Hide package comparison table on mobile to prevent touch-scroll blocking */
@media (max-width: 768px){
  .package-comparison-section{display:none !important;}
}

/* Global WhatsApp floating button */
.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1000;
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#25D366;
  box-shadow:0 14px 34px rgba(5,51,102,.22);
  border:2px solid #fff;
  transition:transform .22s ease, box-shadow .22s ease;
}
.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(5,51,102,.28)}
.whatsapp-float img{width:100%;height:100%;object-fit:contain;border-radius:50%}
body.menu-open .whatsapp-float{opacity:0;pointer-events:none}
@media(max-width:640px){
  .whatsapp-float{
    right:18px;
    bottom:86px;
    width:54px;
    height:54px;
  }
}


/* Smaller navigation text and WhatsApp icon in menu */
.drawer-nav a{font-size:22px;}
.drawer-social img{width:22px !important;height:22px !important;object-fit:contain;}
@media(max-width:640px){
  .drawer-nav a{font-size:18px;padding:9px 0;}
  .drawer-social img{width:20px !important;height:20px !important;}
}

/* Compact menu layout: keeps all navigation items visible without scrolling */
.drawer-head{margin-bottom:12px;}
.drawer-nav{gap:2px;overflow-y:visible;flex:0 0 auto;}
.drawer-nav a{font-size:18px;line-height:1.2;padding:8px 0;}
.drawer-social{margin-top:10px;padding-top:10px;}
.drawer-cta{margin-top:10px;padding:16px 18px;border-radius:20px;}
.drawer-cta p{font-size:14px;line-height:1.4;margin:0 0 12px;}
.drawer-cta .btn{padding:11px 16px;font-size:14px;}

@media(max-width:640px){
  .drawer{padding:14px 20px max(14px,env(safe-area-inset-bottom));}
  .drawer-head{margin-bottom:8px;}
  .drawer img{width:124px;}
  .drawer-close{width:42px;height:42px;font-size:23px;}
  .drawer-nav{gap:0;overflow-y:visible;}
  .drawer-nav a{font-size:15px;line-height:1.15;padding:6px 0;}
  .drawer-social{margin-top:8px;padding-top:8px;gap:8px;}
  .drawer-social a{width:38px;height:38px;border-radius:12px;}
  .drawer-social svg,.drawer-social img{width:18px !important;height:18px !important;}
  .drawer-cta{margin-top:8px;padding:13px 15px;border-radius:18px;}
  .drawer-cta p{font-size:12.5px;line-height:1.35;margin:0 0 10px;}
  .drawer-cta .btn{padding:10px 13px;font-size:12.5px;}
}

@media(max-height:720px) and (max-width:640px){
  .drawer-head{margin-bottom:5px;}
  .drawer-nav a{font-size:14px;padding:5px 0;}
  .drawer-social{margin-top:6px;padding-top:6px;}
  .drawer-cta{margin-top:6px;padding:10px 13px;}
  .drawer-cta p{font-size:11.5px;margin-bottom:8px;}
  .drawer-cta .btn{padding:8px 11px;font-size:11.5px;}
}

/* Contact page equal-height columns */
.contact-layout{align-items:stretch}
.contact-layout>.contact-info{grid-template-rows:repeat(3,1fr);height:100%}
.contact-layout>.contact-info .card{height:100%;margin:0}
.contact-layout>.reveal{height:100%}
.contact-layout>.reveal .form-panel{height:100%;display:flex;align-items:center}
.contact-layout>.reveal .form-grid{width:100%}
@media(max-width:980px){
  .contact-layout>.contact-info{grid-template-rows:none;height:auto}
  .contact-layout>.reveal,.contact-layout>.reveal .form-panel{height:auto}
}

/* Site-wide heading size refinement — home hero headline intentionally unchanged */
h1{font-size:clamp(33px,4.5vw,61.5px)}
h2{font-size:clamp(24px,3vw,40.5px)}
h3{font-size:18px}
.lead{font-size:17.1px}
.hero h1{font-size:clamp(44px,6vw,82px)}

@media(max-width:640px){
  h1{font-size:clamp(25.5px,7.875vw,33px)}
  h2,
  .cta-band h2{font-size:clamp(20.25px,6.15vw,27px)}
  h3{font-size:15.75px}
  .hero h1{font-size:clamp(34px,10.5vw,44px)}
  .hero .lead,
  .mini-hero .lead{font-size:14.4px}
  .section-head p{font-size:13.5px}
}

@media(max-width:380px){
  h1{font-size:24px}
  h2,
  .cta-band h2{font-size:19.5px}
  .hero h1{font-size:32px}
}

/* Home: Why DreamNivas section — aligned two-column layout */
.why-dreamnivas-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:48px;
  align-items:stretch;
}
.why-left,.why-right{min-width:0;align-self:stretch}
.why-left{display:flex;flex-direction:column}
.why-heading{margin-bottom:24px}
.why-heading h2{margin-top:12px;margin-bottom:0}
.why-image{flex:1;min-height:390px}
.why-image img{width:100%;height:100%;min-height:390px;aspect-ratio:auto;object-fit:cover}
.why-right{display:flex;flex-direction:column;justify-content:flex-start;padding-top:0}
.why-right>p:first-child{margin-top:0}
.why-right .problem-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:24px;
  row-gap:0;
  margin-top:20px;
}
.why-right .problem-list li{min-width:0}
@media(max-width:980px){
  .why-dreamnivas-layout{grid-template-columns:1fr;gap:28px}
  .why-image,.why-image img{min-height:0}
  .why-image img{aspect-ratio:4/3}
}
@media(max-width:640px){
  .why-heading{margin-bottom:18px}
  .why-right .problem-list{grid-template-columns:1fr;column-gap:0}
}

/* Home: enlarge Why DreamNivas problem points and align their ending with the image */
@media (min-width:981px){
  .why-right .problem-list{
    flex:1;
    grid-template-rows:repeat(3,minmax(74px,1fr));
    align-content:stretch;
    margin-bottom:0;
  }
  .why-right .problem-list li{
    height:100%;
    padding:18px 0;
    align-self:stretch;
  }
  .why-right .problem-icon{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:16px;
  }
  .why-right .problem-icon svg{
    width:23px;
    height:23px;
  }
  .why-right .problem-list li span:last-child{
    font-size:19px;
    line-height:1.35;
  }
}

/* Services page: align main service section like the Why DreamNivas layout */
.services-main-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:48px;
  align-items:stretch;
}
.services-main-left,
.services-main-right{
  min-width:0;
  align-self:stretch;
}
.services-main-left{
  display:flex;
  flex-direction:column;
}
.services-main-heading{
  margin-bottom:24px;
}
.services-main-heading h2{
  margin-bottom:14px;
}
.services-main-heading p{
  margin:0;
}
.services-main-image{
  flex:1;
  min-height:430px;
}
.services-main-image img{
  width:100%;
  height:100%;
  min-height:430px;
  aspect-ratio:auto;
  object-fit:cover;
}
.services-main-right{
  display:flex;
  flex-direction:column;
}
.services-main-right .service-feature-list{
  flex:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:repeat(5,minmax(74px,1fr));
  column-gap:26px;
  margin:0;
  align-content:stretch;
}
.services-main-right .service-feature-list li{
  height:100%;
  min-width:0;
  padding:16px 0;
  align-self:stretch;
}
.services-main-right .service-feature-icon{
  width:48px;
  height:48px;
  min-width:48px;
  border-radius:16px;
}
.services-main-right .service-feature-icon svg{
  width:23px;
  height:23px;
}
.services-main-right .service-feature-list li span:last-child{
  font-size:17px;
  line-height:1.35;
}
@media(max-width:980px){
  .services-main-layout{
    grid-template-columns:1fr;
    gap:28px;
  }
  .services-main-image,
  .services-main-image img{
    min-height:0;
  }
  .services-main-image img{
    aspect-ratio:4/3;
  }
  .services-main-right .service-feature-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:auto;
  }
}
@media(max-width:640px){
  .services-main-heading{margin-bottom:18px}
  .services-main-right .service-feature-list{
    grid-template-columns:1fr;
    column-gap:0;
  }
  .services-main-right .service-feature-list li{
    height:auto;
    padding:10px 0;
  }
  .services-main-right .service-feature-icon{
    width:42px;
    height:42px;
    min-width:42px;
  }
  .services-main-right .service-feature-list li span:last-child{
    font-size:16px;
  }
}




/* Reference-style package material rows */
.detailed-package-card .list li.brand-spec{
  padding:12px 12px 12px 16px;
  min-height:64px;
  justify-content:space-between;
  gap:12px;
}
.detailed-package-card .list li.brand-spec:before,
.detailed-package-card .list li.brand-spec:after{
  display:none;
}
.brand-spec .spec-text{
  min-width:88px;
  flex:0 0 108px;
  font-weight:800;
  color:#8b473e;
}
.spec-logos{
  flex:1 1 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  max-width:none;
}
.spec-logos img{
  width:88px;
  height:38px;
  object-fit:contain;
  background:#fff;
  border-radius:7px;
}
.spec-logos img:only-child{width:96px;}
@media(max-width:980px) and (min-width:641px){
  .brand-spec .spec-text{flex-basis:116px;}
  .spec-logos img{width:100px;height:42px;}
  .spec-logos img:only-child{width:112px;}
}
@media(max-width:640px){
  .detailed-package-card .list li.brand-spec{
    min-height:54px;
    padding:9px 8px 9px 12px;
    gap:8px;
    align-items:center;
  }
  .brand-spec .spec-text{
    min-width:68px;
    flex:0 0 74px;
    font-size:11.8px;
  }
  .spec-logos{gap:4px;}
  .spec-logos img{width:56px;height:26px;border-radius:5px;}
  .spec-logos img:only-child{width:64px;}
}


/* Six promises interactive desktop tabs and mobile accordion */
.promise-tabs-section{position:relative;overflow:hidden}
.promise-tabs{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);grid-template-rows:repeat(6,auto);gap:10px 28px;align-items:stretch}
.promise-tab-item{display:contents}
.promise-tab-button{grid-column:1;width:100%;min-height:68px;border:1px solid rgba(5,51,102,.12);border-radius:18px;background:#fff;color:var(--blue);display:grid;grid-template-columns:48px 1fr 32px;gap:12px;align-items:center;text-align:left;padding:10px 14px;cursor:pointer;font:inherit;transition:.25s;box-shadow:0 10px 25px rgba(5,51,102,.045)}
.promise-tab-item:nth-child(1) .promise-tab-button{grid-row:1}.promise-tab-item:nth-child(2) .promise-tab-button{grid-row:2}.promise-tab-item:nth-child(3) .promise-tab-button{grid-row:3}.promise-tab-item:nth-child(4) .promise-tab-button{grid-row:4}.promise-tab-item:nth-child(5) .promise-tab-button{grid-row:5}.promise-tab-item:nth-child(6) .promise-tab-button{grid-row:6}
.promise-tab-button:hover{border-color:rgba(233,54,69,.35);transform:translateX(3px)}
.promise-tab-item.is-active .promise-tab-button{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 18px 42px rgba(5,51,102,.18)}
.promise-tab-number{width:44px;height:44px;border-radius:14px;background:rgba(233,54,69,.1);color:var(--red);display:grid;place-items:center;font-weight:900;font-size:14px}
.promise-tab-item.is-active .promise-tab-number{background:var(--red);color:#fff}
.promise-tab-title{font-weight:850;line-height:1.25}
.promise-tab-arrow{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-size:22px;line-height:1;background:rgba(5,51,102,.06);transition:.25s}
.promise-tab-item.is-active .promise-tab-arrow{background:rgba(255,255,255,.14);transform:rotate(45deg)}
.promise-tab-panel{grid-column:2;grid-row:1 / span 6;min-height:100%;border:1px solid rgba(5,51,102,.12);border-radius:30px;background:linear-gradient(145deg,#fff,rgba(255,253,248,.94));padding:48px;box-shadow:0 24px 65px rgba(5,51,102,.09);position:relative;overflow:hidden;align-self:stretch}
.promise-tab-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 0,rgba(233,54,69,.11),transparent 38%),linear-gradient(90deg,rgba(5,51,102,.025) 1px,transparent 1px),linear-gradient(rgba(5,51,102,.025) 1px,transparent 1px);background-size:auto,48px 48px,48px 48px;pointer-events:none}
.promise-tab-panel>*{position:relative;z-index:1}
.promise-tab-panel[hidden]{display:none}
.promise-panel-number{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:rgba(233,54,69,.1);color:var(--red);font-weight:900;margin-bottom:28px}
.promise-tab-panel h3{font-size:clamp(28px,3vw,42px);margin-bottom:18px}
.promise-tab-panel p{font-size:18px;line-height:1.75;max-width:720px;margin:0;color:#4d5663}
@media(max-width:760px){
  .promise-tabs{display:block}
  .promise-tab-item{display:block;margin-bottom:10px}
  .promise-tab-button{display:grid;min-height:62px;grid-template-columns:42px 1fr 28px;border-radius:16px;padding:9px 11px;transform:none!important}
  .promise-tab-number{width:38px;height:38px;border-radius:12px;font-size:12px}
  .promise-tab-title{font-size:14px}
  .promise-tab-panel{display:block;min-height:0;margin-top:8px;border-radius:20px;padding:24px 18px;box-shadow:0 14px 34px rgba(5,51,102,.07)}
  .promise-tab-panel[hidden]{display:none}
  .promise-panel-number{width:46px;height:46px;border-radius:14px;margin-bottom:16px;font-size:13px}
  .promise-tab-panel h3{font-size:22px;margin-bottom:10px}
  .promise-tab-panel p{font-size:14.5px;line-height:1.65}
}


/* Rich content inside six promises */
.promise-rich h3{font-size:clamp(28px,3vw,44px);margin-bottom:14px}.promise-rich>p{font-size:15.5px;line-height:1.7;margin:0 0 20px}.promise-rich h4{font-size:13px;letter-spacing:.06em;text-transform:uppercase;margin:22px 0 10px;color:var(--blue)}
.payment-compare{display:grid;grid-template-columns:1fr 1fr;gap:12px}.payment-compare>div{display:grid;grid-template-columns:auto 1fr;gap:8px 14px;align-items:center;background:#f7f3e9;border-radius:16px;padding:16px}.payment-compare .ours{background:#fff;border:2px solid var(--blue)}.payment-compare small{grid-column:1/-1;text-transform:uppercase;font-size:10px;font-weight:900;color:#607089}.payment-compare strong{font-size:46px;line-height:1;color:var(--blue)}.payment-compare p{font-size:12px;line-height:1.45;margin:0}.milestone-list{display:grid;gap:7px}.milestone-list>div{display:grid;grid-template-columns:1fr auto;gap:2px 12px;background:#f3ecda;border-radius:12px;padding:12px 14px}.milestone-list b{color:var(--blue);font-size:13px}.milestone-list span{font-size:11px;color:#647084}.milestone-list .milestone-payment{grid-column:2;grid-row:1 / span 2;align-self:center;display:flex;flex-direction:column;align-items:flex-end;gap:3px;min-width:112px}.milestone-list .milestone-payment strong{color:var(--blue);font-size:18px;line-height:1}.milestone-list .milestone-payment small{font-size:8px;line-height:1.2;font-weight:900;letter-spacing:.08em;color:#647084;white-space:nowrap}.milestone-list .final{background:var(--blue);color:#fff}.milestone-list .final b,.milestone-list .final .milestone-payment strong{color:#fff}.milestone-list .final span{color:rgba(255,255,255,.72)}.milestone-list .final .milestone-payment small{color:rgba(255,255,255,.72)}
.stats-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:var(--blue);color:#fff;border-radius:16px;padding:18px 20px;margin:18px 0}.stats-strip>div{padding:0 16px;border-right:1px solid rgba(255,255,255,.2)}.stats-strip>div:last-child{border-right:0}.stats-strip strong{display:block;font-size:28px;line-height:1.1}.stats-strip span{font-size:9px;text-transform:uppercase;opacity:.72}.feature-stack{display:grid;gap:10px}.feature-stack>div{background:#f8f4e9;border-radius:16px;padding:18px}.feature-stack h4{font-size:14px;letter-spacing:0;text-transform:none;margin:0 0 6px}.feature-stack p{font-size:12.5px;line-height:1.6;margin:0}.feature-stack.compact{grid-template-columns:1fr 1fr}
.updates-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:12px}.updates-grid>div{background:#f8f4e9;border-radius:16px;padding:18px}.updates-grid h4{font-size:15px;letter-spacing:0;text-transform:none;margin:0 0 12px}.updates-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.updates-grid li{background:#fff;border-radius:10px;padding:10px 12px}.updates-grid li b,.updates-grid li span{display:block}.updates-grid li b{font-size:12px;color:var(--blue)}.updates-grid li span,.updates-grid p{font-size:11.5px;line-height:1.5}.updates-grid>div:nth-child(2) p:first-of-type{color:var(--red)}
.quality-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.quality-cards>div{background:#f7f2e5;border-radius:12px;padding:13px}.quality-cards b,.quality-cards span{display:block}.quality-cards b{font-size:12px;color:var(--blue)}.quality-cards span{font-size:10.5px;line-height:1.45;margin-top:5px}.check-table{margin-top:14px;border:1px solid #d7c79f;border-radius:14px;overflow:hidden;font-size:10px}.check-title{text-align:center;font-weight:800;padding:8px;background:#fff}.check-head,.check-table>div:not(.check-title){display:grid;grid-template-columns:32px 1.5fr 38px 38px 1fr}.check-head{background:var(--blue);color:#fff}.check-head span,.check-table>div:not(.check-title) span{padding:8px;border-right:1px solid #e0d6bd}.check-table>div:not(.check-title){background:#fff;border-top:1px solid #e7dfcc}.check-table>div:not(.check-title) span:nth-child(3){color:#2f9f62;font-weight:900}
.promise-callout{border-left:4px solid var(--blue);background:#f7f3e9;border-radius:0 12px 12px 0;padding:16px;font-weight:800;color:var(--blue);margin:18px 0}.delay-banner{display:grid;grid-template-columns:90px 1fr;align-items:center;background:var(--blue);color:#fff;border-radius:16px;padding:18px 20px;margin:18px 0}.delay-banner strong{font-size:42px;color:var(--red);border-right:1px solid rgba(255,255,255,.25)}.delay-banner div{padding-left:18px}.delay-banner b,.delay-banner span{display:block}.delay-banner b{font-size:13px}.delay-banner span{font-size:10px;opacity:.7;margin-top:4px}
.promise-comparison{margin-top:42px}.promise-comparison h3{font-size:clamp(28px,3vw,42px)}.comparison-table{display:grid;gap:6px}.comparison-table>div{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;align-items:center;padding:15px 18px;border-radius:12px}.comparison-table>div:nth-child(even){background:#f7f3e9}.comparison-head{font-size:11px;text-transform:uppercase;font-weight:900;color:var(--blue)}.comparison-table b{font-size:12px;color:var(--blue)}.comparison-table span{font-size:12px}.comparison-table span:nth-child(2){font-weight:700;color:#1c7f4f}.comparison-table span:nth-child(3){color:#748092}
@media(max-width:980px){.payment-compare,.updates-grid,.feature-stack.compact,.quality-cards{grid-template-columns:1fr}.comparison-table>div{grid-template-columns:1fr}.comparison-head{display:none!important}.comparison-table>div span:before{display:block;font-size:9px;text-transform:uppercase;font-weight:900;margin-bottom:3px;color:var(--blue)}.comparison-table>div span:nth-child(2):before{content:'DreamNivas'}.comparison-table>div span:nth-child(3):before{content:'Typical Contractor'}}
@media(max-width:640px){.promise-tab-panel{padding:20px 14px}.promise-rich h3{font-size:23px}.promise-rich>p{font-size:13.5px}.payment-compare>div{padding:12px}.payment-compare strong{font-size:34px}.milestone-list>div{padding:10px}.milestone-list .milestone-payment{min-width:96px}.milestone-list .milestone-payment small{font-size:7px}.stats-strip{padding:14px 8px}.stats-strip>div{padding:0 8px}.stats-strip strong{font-size:22px}.delay-banner{grid-template-columns:64px 1fr;padding:14px}.delay-banner strong{font-size:32px}.check-head,.check-table>div:not(.check-title){grid-template-columns:24px 1.4fr 28px 28px .9fr}.check-head span,.check-table>div:not(.check-title) span{padding:5px 4px;font-size:8px}.promise-comparison{margin-top:26px}}

.review-note{display:block;margin-top:12px;color:#7a8390;font-size:11px;line-height:1.45;font-style:italic}

/* Privacy Policy readability */
.policy-content { max-width: 100%; }
.policy-content h2 { margin-top: 2.25rem; margin-bottom: .8rem; }
.policy-content h3 { margin-top: 1.5rem; margin-bottom: .65rem; color: var(--navy, #053366); }
.policy-content p { margin-bottom: 1rem; line-height: 1.75; }
.policy-content ul, .policy-content ol { margin: .5rem 0 1.25rem 1.25rem; padding-left: 1rem; }
.policy-content li { margin-bottom: .55rem; line-height: 1.7; }
.policy-content a { color: var(--pink, #e93645); text-decoration: underline; }
@media (max-width: 640px) {
  .policy-content h2 { font-size: 1.45rem; margin-top: 1.8rem; }
  .policy-content h3 { font-size: 1.15rem; }
  .policy-content p, .policy-content li { font-size: .96rem; line-height: 1.65; }
  .policy-content ul, .policy-content ol { margin-left: .5rem; padding-left: 1rem; }
}

/* Co-founder profile: equal-height columns and CTA below image */
.founder-wrap{align-items:stretch;grid-template-columns:.82fr 1.18fr}
.founder-left,.founder-content{height:100%}
.founder-left{display:flex;flex-direction:column;background:rgba(255,255,255,.74);border:1px solid var(--line);border-radius:34px;padding:14px;box-shadow:0 18px 48px rgba(5,51,102,.06);backdrop-filter:blur(10px)}
.founder-left .founder-photo{box-shadow:none;border:0;padding:0;border-radius:26px}
.founder-left .founder-photo img{border-radius:26px;aspect-ratio:9/10.5}
.founder-identity{padding:22px 14px 10px;color:var(--blue)}
.founder-identity h3{font-size:27px;margin:0 0 8px;line-height:1.1}
.founder-identity p{margin:3px 0;font-size:16px;line-height:1.4}
.founder-left-actions{margin-top:auto;padding:16px 10px 10px;display:grid;gap:12px}
.founder-left-actions .btn{width:100%;text-align:center;justify-content:center}
.founder-content{display:flex;flex-direction:column;padding:38px}
.founder-expertise-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 34px;margin-top:26px}
.expertise-block h3{font-size:20px;margin:0 0 10px;color:var(--blue)}
.expertise-block ul{margin:0;padding-left:22px;color:var(--blue)}
.expertise-block li{margin:5px 0;line-height:1.38;padding-left:5px}
.expertise-block li::marker{color:var(--blue);font-size:1.05em}
@media(max-width:980px){
  .founder-wrap{grid-template-columns:1fr;gap:28px}
  .founder-left,.founder-content{height:auto}
  .founder-expertise-grid{grid-template-columns:1fr 1fr;gap:24px}
}
@media(max-width:700px){
  .founder-left,.founder-content{border-radius:26px}
  .founder-content{padding:24px 20px}
  .founder-expertise-grid{grid-template-columns:1fr;gap:24px;margin-top:20px}
  .founder-identity{padding:20px 10px 8px}
  .founder-identity h3{font-size:23px}
  .founder-identity p{font-size:15px}
  .founder-left-actions{grid-template-columns:1fr;padding:14px 6px 6px}
  .expertise-block h3{font-size:19px}
  .expertise-block li{font-size:15px}
}

/* Compact homepage process strip */
.process-section{padding:46px 0!important;overflow:hidden}
.process-section .process-head{margin-bottom:20px}
.process-section .process-head>p{display:none}
.process-section .process-premium{
  display:flex!important;
  gap:12px!important;
  overflow-x:auto;
  padding:4px 2px 12px;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.process-section .process-premium::-webkit-scrollbar{display:none}
.process-section .process-premium:before{display:none!important}
.process-section .process-card{
  flex:1 0 145px;
  min-width:145px;
  min-height:0!important;
  padding:14px 14px!important;
  border-radius:18px!important;
  display:flex;
  align-items:center;
  gap:10px;
  box-shadow:0 10px 24px rgba(5,51,102,.06)!important;
  scroll-snap-align:start;
  transform:none!important;
}
.process-section .process-card:hover{transform:translateY(-2px)!important}
.process-section .process-card:after,
.process-section .process-icon,
.process-section .process-card>p{display:none!important}
.process-section .process-num{
  position:static!important;
  flex:0 0 32px;
  width:32px!important;
  height:32px!important;
  border-radius:10px!important;
  font-size:12px!important;
  display:grid;
  place-items:center;
}
.process-section .process-card h3{
  margin:0!important;
  font-size:15px!important;
  line-height:1.2!important;
  letter-spacing:-.02em!important;
}
@media(max-width:640px){
  .process-section{padding:36px 0!important}
  .process-section .process-head{margin-bottom:16px}
  .process-section .process-card{flex-basis:170px;min-width:170px}
}

/* Keep all eight process steps visible in one desktop row */
@media(min-width:981px){
  .process-section .process-premium{overflow-x:hidden;gap:9px!important}
  .process-section .process-card{
    flex:1 1 0;
    min-width:0;
    padding:11px 10px!important;
    gap:8px;
  }
  .process-section .process-num{
    flex-basis:30px;
    width:30px!important;
    height:30px!important;
    font-size:11px!important;
  }
  .process-section .process-card h3{
    font-size:13px!important;
    line-height:1.15!important;
    overflow-wrap:anywhere;
  }
}

/* Process section: two desktop rows, icon cards, and one-column mobile layout */
.process-section{overflow:visible}
.process-section .process-premium{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  overflow:visible!important;
  padding:4px 0 8px!important;
  scroll-snap-type:none!important;
}
.process-section .process-card{
  min-width:0!important;
  min-height:150px!important;
  padding:22px!important;
  border-radius:22px!important;
  display:grid!important;
  grid-template-columns:42px 48px 1fr;
  grid-template-rows:auto 1fr;
  align-items:center;
  column-gap:12px!important;
  row-gap:14px!important;
}
.process-section .process-num{
  position:static!important;
  width:42px!important;
  height:42px!important;
  flex-basis:42px!important;
  border-radius:13px!important;
  font-size:13px!important;
  grid-column:1;
  grid-row:1;
}
.process-section .process-icon{
  display:grid!important;
  width:48px;
  height:48px;
  min-width:48px;
  border-radius:16px;
  place-items:center;
  color:var(--red);
  background:rgba(233,54,69,.09);
  border:1px solid rgba(233,54,69,.16);
  grid-column:2;
  grid-row:1;
}
.process-section .process-icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.process-section .process-card h3{
  grid-column:3;
  grid-row:1;
  margin:0!important;
  font-size:17px!important;
  line-height:1.25!important;
  letter-spacing:-.02em!important;
  overflow-wrap:normal!important;
}
.process-section .process-card>p{
  display:block!important;
  grid-column:1/-1;
  grid-row:2;
  margin:0!important;
  font-size:14px!important;
  line-height:1.5!important;
}
@media(max-width:980px){
  .process-section .process-premium{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
  .process-section .process-premium{grid-template-columns:1fr!important;gap:12px!important}
  .process-section .process-card{
    min-height:0!important;
    width:100%!important;
    padding:18px!important;
    grid-template-columns:38px 44px 1fr;
    column-gap:10px!important;
    row-gap:10px!important;
  }
  .process-section .process-num{width:38px!important;height:38px!important;flex-basis:38px!important}
  .process-section .process-icon{width:44px;height:44px;min-width:44px;border-radius:14px}
  .process-section .process-icon svg{width:23px;height:23px}
  .process-section .process-card h3{font-size:17px!important}
  .process-section .process-card>p{font-size:14px!important}
}


/* Compact process cards without icons */
.process-section .process-premium{gap:12px!important}
.process-section .process-card{
  min-height:112px!important;
  padding:15px 16px!important;
  border-radius:18px!important;
  grid-template-columns:36px 1fr!important;
  grid-template-rows:auto 1fr!important;
  column-gap:10px!important;
  row-gap:8px!important;
}
.process-section .process-num{
  width:36px!important;
  height:36px!important;
  flex-basis:36px!important;
  border-radius:11px!important;
  font-size:12px!important;
  grid-column:1!important;
}
.process-section .process-card h3{
  grid-column:2!important;
  font-size:15px!important;
}
.process-section .process-card>p{
  grid-column:1/-1!important;
  font-size:13px!important;
  line-height:1.4!important;
}
@media(max-width:640px){
  .process-section .process-premium{gap:10px!important}
  .process-section .process-card{
    padding:13px 14px!important;
    grid-template-columns:34px 1fr!important;
    row-gap:7px!important;
  }
  .process-section .process-num{width:34px!important;height:34px!important;flex-basis:34px!important}
  .process-section .process-card h3{font-size:15px!important}
  .process-section .process-card>p{font-size:13px!important}
}


/* Image slots for every package highlight */
.detailed-package-card .list li.package-feature-logo{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding-right:12px;min-height:48px;
}
.package-feature-logo .feature-text{flex:1 1 auto;min-width:0;}
.package-feature-logo img{
  flex:0 0 auto;width:86px;height:38px;object-fit:contain;
  background:#fff;border-radius:7px;
}
@media(max-width:640px){
  .detailed-package-card .list li.package-feature-logo{padding-right:8px;gap:6px;}
  .package-feature-logo img{width:62px;height:28px;border-radius:5px;}
}

/* Room-height rows use the same label styling as Steel, Cement and Electrical */
.room-height-spec .spec-logos{justify-content:flex-end;}
.room-height-spec .spec-value{
  flex:1 1 auto;
  color:#556273;
  font-weight:500;
  line-height:1.35;
}
@media(max-width:640px){
  .room-height-spec .spec-value{font-size:11.8px;}
}

/* Uniform typography for all package highlight text */
.detailed-package-card .list li,
.detailed-package-card .list li .spec-text,
.detailed-package-card .list li .feature-text,
.detailed-package-card .list li .spec-value{
  font-family:inherit;
  font-size:13px;
  font-weight:600;
  line-height:1.35;
  color:#556273;
}
.detailed-package-card .list li .spec-text{
  font-weight:600;
}
@media(max-width:640px){
  .detailed-package-card .list li,
  .detailed-package-card .list li .spec-text,
  .detailed-package-card .list li .feature-text,
  .detailed-package-card .list li .spec-value{
    font-size:12px;
  }
}

/* Remove red check marks from all three package highlight boxes */
.detailed-package-card .list li::before{
  content:none!important;
  display:none!important;
}
.detailed-package-card .list li{
  padding-left:14px!important;
}
@media(max-width:640px){
  .detailed-package-card .list li{padding-left:10px!important;}
}

/* Final fix: remove all package highlight tick pseudo-elements */
.detailed-package-card .list li::before,
.detailed-package-card .list li::after {
  content: none !important;
  display: none !important;
}

/* Global heading size adjustment: 20% smaller across all pages */
h1{font-size:clamp(26.4px,3.6vw,49.2px)}
h2{font-size:clamp(19.2px,2.4vw,32.4px)}
.hero h1{font-size:clamp(35.2px,4.8vw,65.6px)}

@media(max-width:640px){
  h1{font-size:clamp(20.4px,6.3vw,26.4px)}
  h2,
  .cta-band h2{font-size:clamp(16.2px,4.92vw,21.6px)}
  .hero h1{font-size:clamp(27.2px,8.4vw,35.2px)}
}

@media(max-width:380px){
  h1{font-size:19.2px}
  h2,
  .cta-band h2{font-size:15.6px}
  .hero h1{font-size:25.6px}
}


/* Compact quote/consultation popup */
.service-modal{width:min(620px,calc(100% - 32px));max-height:86vh;padding:22px;border-radius:26px}
.service-modal-head{margin-bottom:14px;gap:12px;align-items:center}
.service-modal-icon{width:46px;height:46px;min-width:46px;border-radius:16px}
.service-modal-icon svg{width:24px;height:24px}
.service-modal h2{font-size:clamp(25px,3.2vw,34px);margin:5px 0 0;line-height:1.08}
.service-popup-form{padding:16px;border-radius:20px}
.service-popup-form .form-grid{gap:12px}
.service-popup-form .field label{font-size:12px;margin-bottom:5px}
.service-popup-form .field input,.service-popup-form .field select,.service-popup-form .field textarea{padding:11px 13px;border-radius:13px;font-size:14px}
.service-popup-form .field textarea{min-height:72px}
.service-popup-form .btn{margin-top:12px;padding:12px 18px}
.fixed-bottom-cta{border:0;cursor:pointer}
@media(max-width:640px){
  .service-modal{width:100%;max-height:90dvh;padding:16px 14px calc(14px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}
  .service-modal-head{margin-bottom:12px}
  .service-modal h2{font-size:24px}
  .service-popup-form{padding:14px}
  .service-popup-form .field textarea{min-height:68px}
}


/* Smaller package and free-consultation popups */
.service-modal{
  width:min(560px,calc(100% - 32px));
  max-height:82vh;
  padding:18px;
  border-radius:22px;
}
.service-modal-head{margin-bottom:10px;gap:10px}
.service-modal-icon{width:42px;height:42px;min-width:42px;border-radius:14px}
.service-modal-icon svg{width:21px;height:21px}
.service-modal h2{font-size:clamp(22px,2.7vw,30px);margin-top:3px}
.service-modal-close{width:40px;height:40px}
.service-popup-form{padding:13px;border-radius:17px}
.service-popup-form .form-grid{gap:9px 10px}
.service-popup-form .field label{font-size:11px;margin-bottom:4px}
.service-popup-form .field input,
.service-popup-form .field select,
.service-popup-form .field textarea{padding:9px 11px;border-radius:11px;font-size:13px}
.service-popup-form .field textarea{min-height:58px}
.service-popup-form .btn{margin-top:9px;padding:10px 16px}
.service-modal.consultation-compact{width:min(500px,calc(100% - 32px))}
.service-modal.consultation-compact .service-popup-form .field textarea{min-height:54px}

@media(max-width:640px){
  .service-modal,
  .service-modal.consultation-compact{
    width:calc(100% - 16px);
    max-height:88dvh;
    padding:13px 12px calc(12px + env(safe-area-inset-bottom));
    border-radius:20px;
  }
  .service-modal-head{margin-bottom:9px}
  .service-modal-icon{width:38px;height:38px;min-width:38px;border-radius:12px}
  .service-modal h2{font-size:21px}
  .service-modal-close{width:36px;height:36px}
  .service-popup-form{padding:11px}
  .service-popup-form .form-grid{gap:8px}
  .service-popup-form .field input,
  .service-popup-form .field select,
  .service-popup-form .field textarea{padding:9px 10px}
  .service-popup-form .field textarea{min-height:52px}
}

/* Desktop footer WhatsApp social button */
.social .footer-whatsapp svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:980px){.social .footer-whatsapp{display:none}}


/* Unified website typography: three font families only (footer intentionally unchanged) */
:root{
  --font-heading:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-subheading:"Montserrat",Arial,sans-serif;
  --font-content:"Inter",Arial,sans-serif;
}
body{font-family:var(--font-content)}
main h1,main h2,.drawer-nav a{font-family:var(--font-heading)}
main h3,main h4,main h5,main h6,main .eyebrow,main .badge,main .status,main .field label,main th,.drawer-cta strong{font-family:var(--font-subheading)}
main p,main li,main a,main button,main input,main select,main textarea,main td,.drawer-cta p{font-family:var(--font-content)}
main strong,main b,main .price,main .proof strong,main .trust-item,main .faq summary,main .btn{font-family:var(--font-content);font-weight:800}

/* Desktop-only: keep selected section descriptions directly below their headings. */
@media (min-width:769px){.section-head.desktop-text-below{display:block}.section-head.desktop-text-below>p{max-width:760px;margin-top:12px}}

/* Match all six promise detail headings to the section heading size on desktop only. */
@media (min-width:981px){
  .promise-tab-panel h3,
  .promise-rich h3{
    font-size:clamp(19.2px,2.4vw,32.4px);
    line-height:1.08;
    letter-spacing:-.04em;
    margin-bottom:14px;
  }
}


/* Package highlights: text-only layout */
.detailed-package-card .package-text-list{display:grid;gap:8px;margin-top:0}
.detailed-package-card .package-text-spec{display:grid;grid-template-columns:minmax(92px,0.8fr) minmax(0,1.35fr);align-items:center;gap:12px;min-height:58px;padding:12px 14px;border:1px solid #dbe4ee;border-radius:15px;background:#fff}
.detailed-package-card .package-text-spec .spec-text{font-size:13px;font-weight:700;color:#607086;line-height:1.35}
.detailed-package-card .package-text-spec .spec-value-text{font-size:13px;font-weight:700;color:#103a68;line-height:1.35;text-align:left;overflow-wrap:anywhere}
@media (max-width:640px){.detailed-package-card .package-text-spec{grid-template-columns:minmax(90px,.8fr) minmax(0,1.2fr);min-height:54px;padding:11px 12px;gap:10px}.detailed-package-card .package-text-spec .spec-text,.detailed-package-card .package-text-spec .spec-value-text{font-size:12px}}

/* Mobile: keep all six promise detail headings identical */
@media (max-width: 760px){
  .promise-tabs .promise-tab-panel .promise-rich > h3{
    font-family:var(--font-subheading)!important;
    font-size:23px!important;
    font-weight:800!important;
    line-height:1.18!important;
    letter-spacing:-.02em!important;
    margin-bottom:10px!important;
  }
  .promise-tabs .promise-tab-panel .promise-rich > h3 .accent-text{
    font:inherit!important;
  }
}

/* Mobile correction: promise detail titles match the “Six Promises…” section heading exactly. */
@media (max-width:760px){
  .promise-tabs .promise-tab-panel .promise-rich > h3{
    font-family:var(--font-heading)!important;
    font-size:clamp(16.2px,4.92vw,21.6px)!important;
    font-weight:700!important;
    line-height:1.08!important;
    letter-spacing:-.04em!important;
    margin-bottom:10px!important;
  }
  .promise-tabs .promise-tab-panel .promise-rich > h3 .accent-text{
    font-family:inherit!important;
    font-size:inherit!important;
    font-weight:inherit!important;
    line-height:inherit!important;
    letter-spacing:inherit!important;
  }
}
@media (max-width:640px){
  .promise-tabs .promise-tab-panel .promise-rich > h3{
    font-size:15.6px!important;
  }
}
