/* New theme (2026 redesign) - scoped under .st-scope so it never leaks onto
   legacy Bootstrap-based inner pages. Applied around the new header, the
   home page content, and the new footer. */
:root{
  --st-grad-1:#5b21f5;
  --st-grad-2:#9333ea;
  --st-grad-3:#ec4899;
  --st-grad-brand: linear-gradient(135deg,var(--st-grad-1) 0%,var(--st-grad-2) 55%,var(--st-grad-3) 100%);
  --st-grad-soft: linear-gradient(135deg, rgba(91,33,245,.10), rgba(236,72,153,.10));
  --st-grad-radial: radial-gradient(circle at 20% 20%, rgba(147,51,234,.35), transparent 55%),
                  radial-gradient(circle at 85% 30%, rgba(236,72,153,.30), transparent 50%),
                  radial-gradient(circle at 50% 100%, rgba(91,33,245,.35), transparent 55%);
  --st-ink:#171326;
  --st-ink-soft:#5a5470;
  --st-line:#ece9f7;
  --st-bg:#faf9fd;
  --st-card:#ffffff;
  --st-shadow: 0 20px 45px -18px rgba(91,33,245,.28);
  --st-radius: 20px;
  --st-dark-bg:#100b23;
  --st-dark-card:#181231;
}
html{scroll-behavior:smooth;}
html, body{max-width:100%;overflow-x:hidden;}

.st-scope, .st-scope *{box-sizing:border-box;}
.st-scope{
  font-family:'Inter',sans-serif;
  color:var(--st-ink);
  line-height:1.6;
}
.st-scope h1,.st-scope h2,.st-scope h3,.st-scope h4{font-family:'Poppins',sans-serif;margin:0;padding:0;}
.st-scope a{text-decoration:none;color:inherit;}
.st-scope ul{list-style:none;margin:0;padding:0;}
.st-scope img{max-width:100%;display:block;}
.st-scope svg{display:block;}
.st-scope p{margin:0;}

.st-scope .st-container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;}
.st-scope .st-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  background:var(--st-grad-soft);
  color:var(--st-grad-2);
  padding:7px 16px;border-radius:99px;
  margin-bottom:14px;
}
.st-scope .st-eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--st-grad-brand);}
.st-scope .st-section-head{max-width:640px;margin:0 auto 48px;text-align:center;}
.st-scope .st-section-head h2{font-size:clamp(28px,4vw,40px);font-weight:800;margin-bottom:12px;letter-spacing:-0.02em;}
.st-scope .st-section-head p{color:var(--st-ink-soft);font-size:16px;}
.st-scope .st-grad-text{
  background:var(--st-grad-brand);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.st-scope .st-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 28px;border-radius:99px;font-weight:600;font-size:15px;
  border:none;cursor:pointer;transition:transform .25s ease, box-shadow .25s ease, opacity .25s ease;
  white-space:nowrap;
}
.st-scope .st-btn-primary{
  background:var(--st-grad-brand);
  color:#fff;
  box-shadow:0 14px 30px -10px rgba(147,51,234,.55);
}
.st-scope .st-btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 36px -8px rgba(147,51,234,.65);}
.st-scope .st-btn-outline{
  background:#fff;color:var(--st-grad-2);border:1.5px solid #e3d9fb;
}
.st-scope .st-btn-outline:hover{border-color:var(--st-grad-2);transform:translateY(-2px);}
.st-scope .st-btn-ghost-dark{
  background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.22);
}
.st-scope .st-btn-ghost-dark:hover{background:rgba(255,255,255,.16);}
.st-scope .st-btn-sm{padding:10px 18px;font-size:13.5px;}
.st-scope .st-btn-block{width:100%;}

/* ===== Top bar ===== */
.st-scope .st-topbar{
  background:var(--st-grad-brand);
  color:#fff;font-size:13.5px;
}
.st-scope .st-topbar .st-container{display:flex;align-items:center;justify-content:space-between;padding:9px 24px;}
.st-scope .st-topbar .st-left{display:flex;gap:22px;flex-wrap:wrap;}
.st-scope .st-topbar .st-left span{display:inline-flex;align-items:center;gap:7px;opacity:.95;}
.st-scope .st-topbar .st-social{display:flex;gap:12px;}
.st-scope .st-topbar .st-social a{
  width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.18);
  display:flex;align-items:center;justify-content:center;transition:background .2s;
}
.st-scope .st-topbar .st-social a:hover{background:rgba(255,255,255,.35);}

/* ===== Header ===== */
.st-scope header.st-main-header{
  background:#fff;position:sticky;top:0;z-index:100;
  box-shadow:0 4px 20px -10px rgba(23,19,38,.08);
}
.st-scope .st-nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;gap:20px;flex-wrap:nowrap;}
.st-scope .st-logo{display:flex;align-items:center;gap:12px;font-family:'Poppins',sans-serif;flex-shrink:0;}
.st-scope .st-logo .st-mark{
  width:46px;height:46px;border-radius:14px;background:var(--st-grad-brand);
  display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:16px;
  box-shadow:0 10px 20px -8px rgba(147,51,234,.5);flex-shrink:0;
}
.st-scope .st-logo .st-text-block strong{display:block;font-size:19px;font-weight:800;letter-spacing:-.01em;white-space:nowrap;}
.st-scope .st-logo .st-text-block span{font-size:12px;color:var(--st-ink-soft);display:flex;align-items:center;gap:4px;white-space:nowrap;}
.st-scope nav.st-primary-nav{
  display:flex;align-items:center;gap:30px;
  flex:1 1 auto;min-width:0;
  overflow-x:auto;overflow-y:hidden;
  scrollbar-width:thin;scrollbar-color:var(--st-grad-2) var(--st-line);
}
.st-scope nav.st-primary-nav::-webkit-scrollbar{height:6px;}
.st-scope nav.st-primary-nav::-webkit-scrollbar-track{background:var(--st-line);border-radius:99px;}
.st-scope nav.st-primary-nav::-webkit-scrollbar-thumb{background:var(--st-grad-brand);border-radius:99px;}
.st-scope nav.st-primary-nav ul{display:flex;gap:26px;align-items:center;flex-wrap:nowrap;}
.st-scope nav.st-primary-nav ul li{flex-shrink:0;position:relative;}
.st-scope nav.st-primary-nav a.st-nav-link{
  font-weight:600;font-size:14.5px;color:var(--st-ink);display:flex;align-items:center;gap:5px;
  padding:8px 0;position:relative;white-space:nowrap;
}
.st-scope nav.st-primary-nav a.st-nav-link::after{
  content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--st-grad-brand);
  transition:width .25s ease;
}
.st-scope nav.st-primary-nav a.st-nav-link:hover::after{width:100%;}
.st-scope nav.st-primary-nav li.st-has-dropdown > a.st-nav-link::before{
  content:"";width:6px;height:6px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;
  transform:rotate(45deg);margin-left:2px;opacity:.6;
}
.st-scope nav.st-primary-nav .st-dropdown{
  display:none;position:fixed;top:0;left:0;min-width:240px;
  background:#fff;border-radius:14px;box-shadow:0 24px 48px -18px rgba(23,19,38,.25);
  border:1px solid var(--st-line);padding:10px;z-index:500;
}
/* Desktop dropdowns are positioned via JS (header script) and toggled with .st-open,
   because the nav's horizontal scroll container (overflow-x:auto) clips anything
   absolutely positioned inside it - fixed positioning + JS coordinates avoids that. */
.st-scope nav.st-primary-nav li.st-has-dropdown.st-open .st-dropdown{display:block;}
.st-scope nav.st-primary-nav .st-dropdown li{width:100%;position:static;}
.st-scope nav.st-primary-nav .st-dropdown a{
  display:block;padding:10px 14px;border-radius:9px;font-weight:600;font-size:13.5px;color:var(--st-ink);white-space:normal;
}
.st-scope nav.st-primary-nav .st-dropdown a:hover{background:var(--st-grad-soft);color:var(--st-grad-2);}
.st-scope .st-header-right{display:flex;align-items:center;gap:18px;flex-shrink:0;}
.st-scope .st-header-phone{display:flex;align-items:center;gap:10px;font-weight:700;font-size:14.5px;white-space:nowrap;}
.st-scope .st-header-phone .st-ic{
  width:38px;height:38px;border-radius:50%;background:var(--st-grad-soft);color:var(--st-grad-2);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.st-scope .st-menu-toggle{display:none;background:none;border:none;cursor:pointer;flex-shrink:0;}

/* ===== Hero / carousel ===== */
.st-scope .st-parallax-showcase{padding:0;}
.st-scope .st-carousel{position:relative;height:70vh;min-height:420px;max-height:640px;overflow:hidden;}
.st-scope .st-carousel-track{display:flex;height:100%;width:100%;will-change:transform;transition:transform .75s cubic-bezier(.65,0,.35,1);}
.st-scope .st-carousel-slide{
  position:relative;flex:0 0 100%;height:100%;background-size:cover;background-position:center;
  background-attachment:fixed;display:flex;align-items:center;justify-content:center;overflow:hidden;
}
.st-scope .st-carousel-slide::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(135deg, rgba(91,33,245,.62), rgba(15,10,36,.74));
}
.st-scope .st-carousel-slide .st-band-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:640px;padding:0 24px;}
.st-scope .st-carousel-slide .st-band-tag{
  display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.32);padding:8px 18px;border-radius:99px;
  font-size:13px;font-weight:700;margin-bottom:18px;
}
.st-scope .st-carousel-slide h3{font-size:clamp(26px,3.4vw,38px);font-weight:800;margin-bottom:12px;letter-spacing:-.02em;color:#fff;}
.st-scope .st-carousel-slide p{font-size:15.5px;color:rgba(255,255,255,.85);margin-bottom:24px;}
.st-scope .st-carousel-arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:4;
  width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.35);color:#fff;cursor:pointer;
  display:flex;align-items:center;justify-content:center;backdrop-filter:blur(6px);
  transition:background .2s, transform .2s;
}
.st-scope .st-carousel-arrow:hover{background:var(--st-grad-brand);border-color:transparent;transform:translateY(-50%) scale(1.06);}
.st-scope .st-carousel-arrow.st-prev{left:22px;}
.st-scope .st-carousel-arrow.st-next{right:22px;}
.st-scope .st-carousel-dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:4;}
.st-scope .st-carousel-dots .st-dot{
  width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.4);
  border:none;cursor:pointer;padding:0;transition:all .3s ease;
}
.st-scope .st-carousel-dots .st-dot.st-active{background:#fff;width:30px;border-radius:99px;}
.st-scope .st-carousel-progress{position:absolute;top:0;left:0;height:3px;background:var(--st-grad-brand);z-index:4;width:0%;}
@media(max-width:768px){
  .st-scope .st-carousel{height:70vh;min-height:380px;max-height:480px;}
  .st-scope .st-carousel-slide{background-attachment:scroll;}
  .st-scope .st-carousel-arrow{width:40px;height:40px;}
}

/* ===== Icon helper / media frames ===== */
.st-scope .st-icon-circle{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}
.st-scope .st-media-frame{position:relative;border-radius:18px;overflow:hidden;background:#e9e5f7;}
.st-scope .st-media-frame img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.2,.8,.2,1);}
.st-scope .st-media-frame:hover img{transform:scale(1.09);}
.st-scope .st-icon-chip{
  position:absolute;width:42px;height:42px;border-radius:13px;
  background:var(--st-grad-brand);color:#fff;display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 22px -8px rgba(147,51,234,.65);
  border:2px solid rgba(255,255,255,.9);z-index:2;
}
.st-scope .st-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;pointer-events:none;z-index:0;}
.st-scope .st-ribbon{
  position:absolute;top:14px;left:14px;z-index:2;
  background:var(--st-grad-brand);color:#fff;font-size:11px;font-weight:700;
  padding:6px 14px;border-radius:99px;letter-spacing:.03em;
  box-shadow:0 8px 18px -6px rgba(147,51,234,.6);
}
.st-scope .st-reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease, transform .7s ease;}
.st-scope .st-reveal.st-in{opacity:1;transform:translateY(0);}

/* ===== Intro / Projector for rent ===== */
.st-scope .st-intro{padding:90px 0;}
.st-scope .st-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.st-scope .st-intro-copy h2{font-size:clamp(28px,4vw,38px);font-weight:800;margin-bottom:18px;letter-spacing:-.02em;}
.st-scope .st-intro-copy p{color:var(--st-ink-soft);font-size:16px;margin-bottom:26px;}
.st-scope .st-intro-visual{
  position:relative;border-radius:26px;overflow:hidden;padding:36px;
  background:var(--st-grad-brand);color:#fff;min-height:320px;
  display:flex;flex-direction:column;justify-content:flex-end;gap:8px;
}
.st-scope .st-intro-visual .st-badge{
  position:relative;z-index:2;display:inline-flex;align-self:flex-start;
  background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.3);
  padding:8px 16px;border-radius:99px;font-size:13px;font-weight:700;margin-bottom:auto;
}
.st-scope .st-intro-visual h4{position:relative;z-index:2;font-size:22px;font-weight:800;color:#fff;}

/* ===== Equipment cards ===== */
.st-scope .st-equipment{padding:90px 0;background:var(--st-grad-soft);}
.st-scope .st-equip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.st-scope .st-equip-card{
  position:relative;
  background:var(--st-card);border-radius:22px;padding:28px 24px;
  box-shadow:var(--st-shadow);border:1px solid var(--st-line);overflow:hidden;
  display:flex;flex-direction:column;gap:14px;transition:transform .25s ease, box-shadow .25s ease;
}
.st-scope .st-equip-card:hover{transform:translateY(-6px);}
.st-scope .st-equip-card .st-equip-media{height:170px;margin:-28px -24px 4px;border-radius:0;}
.st-scope .st-equip-card .st-equip-media .st-icon-chip{top:12px;left:12px;width:38px;height:38px;border-radius:11px;}
.st-scope .st-equip-card h4{font-size:17.5px;font-weight:700;}
.st-scope .st-equip-card p{font-size:14px;color:var(--st-ink-soft);flex-grow:1;}

/* ===== Services grid ===== */
.st-scope .st-services{padding:90px 0;}
.st-scope .st-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.st-scope .st-service-card{
  border-radius:20px;overflow:hidden;border:1px solid var(--st-line);
  background:var(--st-card);transition:transform .25s ease, box-shadow .25s ease;
}
.st-scope .st-service-card:hover{transform:translateY(-5px);box-shadow:var(--st-shadow);}
.st-scope .st-service-media{height:130px;border-radius:0;}
.st-scope .st-service-media .st-icon-chip{top:10px;left:10px;width:32px;height:32px;border-radius:9px;}
.st-scope .st-service-body{padding:18px 20px 22px;}
.st-scope .st-service-body h4{font-size:15.5px;font-weight:700;margin-bottom:6px;}
.st-scope .st-service-body p{font-size:12.5px;color:var(--st-ink-soft);margin-bottom:14px;}
.st-scope .st-service-actions{display:flex;gap:8px;}

/* ===== Why choose us ===== */
.st-scope .st-why{padding:90px 0;background:var(--st-grad-soft);position:relative;overflow:hidden;}
.st-scope .st-why-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:start;position:relative;z-index:1;}
.st-scope .st-why-boxes{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.st-scope .st-why-box{background:var(--st-card);border-radius:20px;padding:24px;border:1px solid var(--st-line);box-shadow:var(--st-shadow);}
.st-scope .st-why-box .st-ic{
  width:48px;height:48px;border-radius:14px;background:var(--st-grad-brand);
  display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:14px;
}
.st-scope .st-why-box h4{font-size:16px;font-weight:700;margin-bottom:8px;}
.st-scope .st-why-box p{font-size:13.5px;color:var(--st-ink-soft);}
.st-scope .st-form-card{background:var(--st-card);border-radius:24px;padding:30px;box-shadow:var(--st-shadow);border:1px solid var(--st-line);}
.st-scope .st-form-card .st-tag-strip{
  background:var(--st-grad-brand);color:#fff;padding:14px 20px;border-radius:14px;
  font-weight:700;font-size:16px;margin-bottom:6px;text-align:center;
}
.st-scope .st-form-card .st-sub-note{text-align:center;font-size:13px;color:var(--st-ink-soft);margin-bottom:20px;}
.st-scope .st-field{margin-bottom:14px;}
.st-scope .st-field input, .st-scope .st-field textarea{
  width:100%;padding:13px 16px;border-radius:12px;border:1.5px solid var(--st-line);
  font-family:inherit;font-size:14px;color:var(--st-ink);background:#fbfaff;
  transition:border-color .2s;
}
.st-scope .st-field textarea{resize:vertical;min-height:80px;}
.st-scope .st-field input:focus, .st-scope .st-field textarea:focus{outline:none;border-color:var(--st-grad-2);background:#fff;}

/* ===== Team ===== */
.st-scope .st-team{padding:90px 0;}
.st-scope .st-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;}
.st-scope .st-team-card{border-radius:22px;overflow:hidden;position:relative;box-shadow:var(--st-shadow);border:1px solid var(--st-line);}
.st-scope .st-team-photo{height:230px;border-radius:0;}
.st-scope .st-team-info{padding:16px 18px;background:#fff;text-align:center;}
.st-scope .st-team-info h4{font-size:16px;font-weight:700;}
.st-scope .st-team-info span{font-size:12.5px;color:var(--st-grad-2);font-weight:600;}

/* ===== Reviews ===== */
.st-scope .st-reviews{padding:0 0 90px;}
.st-scope .st-reviews-banner{
  background:var(--st-grad-brand);color:#fff;text-align:center;padding:16px;
  border-radius:16px;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;gap:10px;
  margin-bottom:44px;
}
.st-scope .st-reviews-top{display:flex;gap:32px;align-items:center;flex-wrap:wrap;margin-bottom:30px;}
.st-scope .st-rating-card{
  background:var(--st-card);border-radius:20px;padding:24px 30px;text-align:center;box-shadow:var(--st-shadow);
  border:1px solid var(--st-line); min-width:200px;
}
.st-scope .st-rating-card .st-score{font-size:15px;font-weight:800;color:var(--st-grad-2);letter-spacing:.05em;text-transform:uppercase;}
.st-scope .st-rating-card .st-stars{color:#f5b400;font-size:20px;margin:8px 0;}
.st-scope .st-rating-card .st-count{font-size:13px;color:var(--st-ink-soft);}
.st-scope .st-reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;flex:1;}
.st-scope .st-review-card{background:var(--st-card);border-radius:18px;padding:20px;border:1px solid var(--st-line);box-shadow:var(--st-shadow);}
.st-scope .st-review-head{display:flex;align-items:center;gap:10px;margin-bottom:10px;}
.st-scope .st-review-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;flex-shrink:0;}
.st-scope .st-review-avatar img{width:100%;height:100%;object-fit:cover;}
.st-scope .st-review-head h5{font-size:14px;font-weight:700;}
.st-scope .st-review-head span{font-size:11.5px;color:var(--st-ink-soft);}
.st-scope .st-review-stars{color:#f5b400;font-size:13px;margin-bottom:8px;}
.st-scope .st-review-card p{font-size:13px;color:var(--st-ink-soft);}

/* ===== Footer ===== */
.st-scope footer.st-footer{
  background:var(--st-dark-bg);color:rgba(255,255,255,.85);padding:70px 0 26px;position:relative;overflow:hidden;
}
.st-scope footer.st-footer::before{
  content:"";position:absolute;inset:0;
  background:var(--st-grad-radial);opacity:.5;pointer-events:none;
}
.st-scope .st-footer-grid{display:grid;grid-template-columns:1.3fr .9fr 1fr 1fr;gap:40px;position:relative;z-index:2;margin-bottom:50px;}
.st-scope .st-footer-brand .st-logo .st-text-block strong, .st-scope .st-footer-brand .st-logo .st-text-block span{color:#fff;}
.st-scope .st-footer-brand p{font-size:14px;color:rgba(255,255,255,.62);margin:16px 0 20px;}
.st-scope .st-footer-social{display:flex;gap:10px;}
.st-scope .st-footer-social a{
  width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);
  display:flex;align-items:center;justify-content:center;transition:background .2s;
}
.st-scope .st-footer-social a:hover{background:var(--st-grad-brand);border-color:transparent;}
.st-scope footer.st-footer h5{font-size:15px;font-weight:700;color:#fff;margin-bottom:18px;}
.st-scope .st-footer-contact-item{display:flex;gap:12px;margin-bottom:18px;}
.st-scope .st-footer-contact-item .st-ic{
  width:40px;height:40px;border-radius:12px;background:var(--st-grad-brand);flex-shrink:0;
  display:flex;align-items:center;justify-content:center;color:#fff;
}
.st-scope .st-footer-contact-item b{display:block;font-size:13.5px;color:rgba(255,255,255,.55);font-weight:500;}
.st-scope .st-footer-contact-item span{font-size:14.5px;font-weight:600;color:#fff;}
.st-scope .st-footer-links li{margin-bottom:10px;font-size:13.5px;color:rgba(255,255,255,.65);}
.st-scope .st-footer-links li a:hover{color:#fff;}
.st-scope .st-footer-bottom{
  position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.1);padding-top:22px;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;color:rgba(255,255,255,.5);
}

.st-scope .st-float-actions{position:fixed;left:22px;bottom:22px;display:flex;flex-direction:column;gap:12px;z-index:200;}
.st-scope .st-float-actions a{
  width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;
  box-shadow:0 14px 30px -8px rgba(0,0,0,.4);
}
.st-scope .st-float-actions .st-call{background:var(--st-grad-brand);}
.st-scope .st-float-actions .st-wa{background:#25D366;}

@media(max-width:1080px){
  .st-scope .st-equip-grid, .st-scope .st-services-grid, .st-scope .st-team-grid{grid-template-columns:repeat(2,1fr);}
  .st-scope .st-reviews-grid{grid-template-columns:repeat(2,1fr);}
  .st-scope .st-footer-grid{grid-template-columns:1fr 1fr;}
  .st-scope .st-why-grid, .st-scope .st-intro-grid{grid-template-columns:1fr;}
}
@media(max-width:820px){
  .st-scope nav.st-primary-nav{position:fixed;top:76px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;
    padding:20px 24px;box-shadow:0 20px 30px -20px rgba(0,0,0,.2);display:none;
    overflow-x:visible;max-height:75vh;overflow-y:auto;}
  .st-scope nav.st-primary-nav.st-open{display:flex;}
  .st-scope nav.st-primary-nav ul{flex-direction:column;align-items:flex-start;gap:14px;width:100%;flex-wrap:wrap;}
  .st-scope nav.st-primary-nav .st-dropdown{
    display:none;position:static;margin-top:8px;box-shadow:none;border:none;padding:0 0 0 14px;min-width:0;
  }
  .st-scope nav.st-primary-nav li.st-has-dropdown.st-open .st-dropdown{display:block;}
  .st-scope .st-menu-toggle{display:block;}
  .st-scope .st-header-phone span{display:none;}
  .st-scope .st-topbar .st-left span:nth-child(2){display:none;}
}
@media(max-width:576px){
  .st-scope .st-topbar .st-container{padding:8px 16px;}
  .st-scope .st-topbar .st-left{gap:10px;}
  .st-scope .st-topbar .st-social{gap:8px;}
  .st-scope .st-container{padding:0 16px;}
  .st-scope .st-nav-wrap{padding:12px 16px;gap:10px;}
  .st-scope .st-logo{gap:8px;}
  .st-scope .st-logo .st-mark{width:38px;height:38px;border-radius:11px;font-size:13px;}
  .st-scope .st-logo .st-text-block strong{font-size:15px;}
  .st-scope .st-logo .st-text-block span{font-size:10.5px;}
  .st-scope .st-header-right{gap:10px;}
  /* Booking is already covered by the sticky mobile call/WhatsApp bar, so drop the
     header button here - it's what was pushing the logo + menu toggle off-screen. */
  .st-scope .st-header-right .st-btn{display:none;}
}
/* ===== Inner-page hero/banner ===== */
.st-scope .st-page-hero{
  position:relative;padding:56px 0 50px;
  background:var(--st-grad-radial), #0f0a24;
  color:#fff;overflow:hidden;
}
.st-scope .st-page-hero::before{
  content:"";position:absolute;inset:0;
  background-image:radial-gradient(rgba(255,255,255,.09) 1.2px, transparent 1.2px);
  background-size:26px 26px;
  mask-image:linear-gradient(to bottom, black, transparent 85%);
  opacity:.5;
}
.st-scope .st-page-hero .st-container{position:relative;z-index:2;text-align:center;}
.st-scope .st-page-hero h1{font-size:clamp(28px,4vw,42px);font-weight:800;margin-bottom:10px;color:#fff;letter-spacing:-.02em;}
.st-scope .st-page-hero p{color:rgba(255,255,255,.75);font-size:15.5px;max-width:620px;margin:0 auto;}
.st-scope .st-breadcrumb{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px;font-size:13px;color:rgba(255,255,255,.65);flex-wrap:wrap;}
.st-scope .st-breadcrumb a{color:#fff;font-weight:600;}
.st-scope .st-breadcrumb .st-sep{opacity:.5;}

/* ===== Generic content sections ===== */
.st-scope .st-section{padding:80px 0;}
.st-scope .st-section-alt{background:var(--st-grad-soft);}
.st-scope .st-page-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:start;}
@media(max-width:900px){ .st-scope .st-page-grid{grid-template-columns:1fr;} }

.st-scope .st-prose{font-size:15.5px;color:var(--st-ink-soft);line-height:1.8;}
.st-scope .st-prose h1,.st-scope .st-prose h2,.st-scope .st-prose h3,.st-scope .st-prose h4{
  color:var(--st-ink);margin:24px 0 12px;font-family:'Poppins',sans-serif;font-weight:700;
}
.st-scope .st-prose p{margin-bottom:16px;}
.st-scope .st-prose img{border-radius:16px;margin:20px 0;max-width:100%;height:auto;}
.st-scope .st-prose ul,.st-scope .st-prose ol{margin:0 0 16px;padding-left:20px;list-style:disc;}
.st-scope .st-prose ol{list-style:decimal;}
.st-scope .st-prose li{margin-bottom:6px;}
.st-scope .st-prose a{color:var(--st-grad-2);text-decoration:underline;}

/* ===== Sidebar widgets ===== */
.st-scope .st-sidebar-card{background:var(--st-card);border-radius:20px;padding:26px;box-shadow:var(--st-shadow);border:1px solid var(--st-line);margin-bottom:24px;}
.st-scope .st-sidebar-card h4{font-size:16px;font-weight:700;margin-bottom:16px;}
.st-scope .st-sidebar-list li{border-bottom:1px dashed var(--st-line);}
.st-scope .st-sidebar-list li:last-child{border-bottom:none;}
.st-scope .st-sidebar-list a{
  display:flex;align-items:center;gap:8px;padding:11px 2px;font-size:13.5px;font-weight:600;color:var(--st-ink-soft);
}
.st-scope .st-sidebar-list a::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--st-grad-brand);flex-shrink:0;}
.st-scope .st-sidebar-list li.st-active a, .st-scope .st-sidebar-list a:hover{color:var(--st-grad-2);}

/* ===== Icon-box (why choose us) reuse for inner pages ===== */
.st-scope .st-icon-box{
  background:var(--st-card);border-radius:20px;padding:22px;border:1px solid var(--st-line);box-shadow:var(--st-shadow);
  display:flex;gap:14px;align-items:flex-start;
}
.st-scope .st-icon-box .st-ic{
  width:44px;height:44px;border-radius:13px;background:var(--st-grad-brand);color:#fff;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.st-scope .st-icon-box h5{font-size:15px;font-weight:700;margin-bottom:4px;}
.st-scope .st-icon-box p{font-size:13px;color:var(--st-ink-soft);}
.st-scope .st-icon-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
@media(max-width:640px){ .st-scope .st-icon-box-grid{grid-template-columns:1fr;} }

/* ===== Stats strip ===== */
.st-scope .st-stats-strip{background:var(--st-grad-brand);padding:50px 0;}
.st-scope .st-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center;color:#fff;}
.st-scope .st-stat-num{font-size:clamp(26px,3.4vw,36px);font-weight:800;}
.st-scope .st-stat-label{font-size:12.5px;text-transform:uppercase;letter-spacing:.05em;opacity:.85;margin-top:6px;}
@media(max-width:640px){ .st-scope .st-stats-grid{grid-template-columns:1fr 1fr;row-gap:26px;} }

/* ===== Clients strip ===== */
.st-scope .st-clients-strip{padding:40px 0;background:var(--st-card);border-top:1px solid var(--st-line);border-bottom:1px solid var(--st-line);}
.st-scope .st-clients-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:36px;}
.st-scope .st-clients-row img{height:40px;width:auto;filter:grayscale(1);opacity:.6;transition:opacity .2s, filter .2s;}
.st-scope .st-clients-row img:hover{filter:grayscale(0);opacity:1;}

/* ===== Video / play button ===== */
.st-scope .st-play-btn{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.92);
  display:flex;align-items:center;justify-content:center;color:var(--st-grad-2);
  box-shadow:0 14px 30px -8px rgba(0,0,0,.45);z-index:2;
}

/* ===== Gallery masonry ===== */
.st-scope .st-gallery-grid{columns:3 260px;column-gap:20px;}
.st-scope .st-gallery-grid .st-gallery-item{break-inside:avoid;margin-bottom:20px;border-radius:16px;overflow:hidden;box-shadow:var(--st-shadow);position:relative;}
.st-scope .st-gallery-grid .st-gallery-item img{transition:transform .5s ease;}
.st-scope .st-gallery-grid .st-gallery-item:hover img{transform:scale(1.06);}
@media(max-width:640px){ .st-scope .st-gallery-grid{columns:1;} }

/* ===== Centered status pages (thank-you / 404) ===== */
.st-scope .st-status-page{padding:110px 0;text-align:center;}
.st-scope .st-status-page .st-status-icon{
  width:96px;height:96px;border-radius:50%;background:var(--st-grad-brand);color:#fff;
  display:flex;align-items:center;justify-content:center;margin:0 auto 26px;box-shadow:var(--st-shadow);
}
.st-scope .st-status-page h1{font-size:clamp(30px,4.5vw,46px);font-weight:800;margin-bottom:14px;letter-spacing:-.02em;}
.st-scope .st-status-page p{color:var(--st-ink-soft);font-size:16px;max-width:560px;margin:0 auto 26px;}
.st-scope .st-status-code{
  font-family:'Poppins',sans-serif;font-weight:800;font-size:clamp(64px,12vw,140px);line-height:1;
  background:var(--st-grad-brand);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:6px;
}

@media(max-width:640px){
  .st-scope .st-equip-grid, .st-scope .st-services-grid, .st-scope .st-team-grid, .st-scope .st-reviews-grid, .st-scope .st-why-boxes{grid-template-columns:1fr;}
}
