
:root{
  --bg:#0b0e10;
  --bg2:#101417;
  --text:#f5f3ef;
  --muted:#b8b9ba;
  --line:#2c3135;
  --orange:#ff6a1a;
  --orange2:#ff7a25;
  --max:1100px;
}
*,
*::before,
*::after{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  margin:0;
  min-width:0;
  overflow-x:hidden;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;
  background:radial-gradient(circle at 70% 15%,rgba(255,106,26,.045),transparent 28%);
  z-index:-1
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(calc(100% - 72px),var(--max));margin-inline:auto}

.site-header{
  height:74px;background:rgba(11,14,16,.96);border-bottom:1px solid #171b1e;
  position:sticky;top:0;z-index:50;backdrop-filter:blur(10px)
}
.header-inner{
  height:74px;display:flex;align-items:center;gap:28px;min-width:0
}
.brand{
  display:flex;flex-direction:column;width:140px;flex:0 0 140px;
  line-height:.85
}
.brand-max{font-weight:900;font-size:39px;letter-spacing:-3px;color:var(--orange2)}
.brand-sub{font-size:9px;letter-spacing:3.1px;margin-left:2px;margin-top:5px;color:#eee}
.desktop-nav{
  display:flex;align-self:stretch;gap:22px;align-items:center;
  flex:1;min-width:0
}
.desktop-nav a{
  height:100%;display:flex;align-items:center;white-space:nowrap;
  border-bottom:2px solid transparent;font-size:12px;color:#ddd
}
.desktop-nav a.active{border-color:var(--orange);color:#fff}
.header-actions{display:flex;align-items:center;gap:20px;flex:0 0 auto}
.phone{
  display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;
  white-space:nowrap
}
.phone-icon{font-size:22px;color:var(--orange);transform:rotate(-25deg)}
.btn{
  min-height:42px;padding:12px 23px;border:1px solid var(--orange);
  border-radius:8px;display:inline-flex;align-items:center;justify-content:center;
  gap:10px;font-size:13px;font-weight:800;
  transition:transform .2s,background .2s,border-color .2s
}
.btn:hover{transform:translateY(-1px)}
.btn-orange{background:var(--orange2);border-color:var(--orange2);color:#101214}
.btn-orange b{font-size:17px}
.btn-outline{background:transparent;color:#fff;border-color:#6f7375}
.btn-outline:hover{background:rgba(255,106,26,.08);border-color:var(--orange)}
.btn-head{padding-inline:21px}
.menu-toggle,.mobile-nav{display:none}

.hero{position:relative;min-height:470px;overflow:hidden}
.hero-media,.hero-shade{position:absolute;inset:0}
.hero-media{
  background-image:url('assets/hero.jpg');background-size:cover;
  background-position:center 54%;transform:scale(1.01)
}
.hero-shade{
  background:
    linear-gradient(90deg,#090c0e 0%,rgba(9,12,14,.98) 26%,rgba(9,12,14,.86) 44%,rgba(9,12,14,.30) 73%,rgba(9,12,14,.10) 100%),
    linear-gradient(0deg,rgba(9,12,14,.22),rgba(9,12,14,.02))
}
.hero-inner{
  position:relative;min-height:470px;display:flex;align-items:center
}
.hero-copy{padding:48px 0 42px;width:58%;max-width:650px}
.eyebrow{
  font-size:10px;letter-spacing:4px;color:#b8b9ba;font-weight:700;margin-bottom:15px
}
.hero h1{
  font-size:52px;line-height:.99;letter-spacing:-2.8px;margin:0 0 18px;font-weight:850
}
.hero h1 span{color:var(--orange2)}
.hero p{font-size:15px;line-height:1.55;color:#d1d2d3;margin:0 0 25px}
.hero-buttons{display:flex;gap:18px}
.hero-buttons .btn{min-width:198px}
.trust-row{display:flex;gap:50px;margin-top:30px}
.trust{display:flex;align-items:center;gap:12px;font-size:12px;line-height:1.45;color:#e0e1e1}
.trust i{font-style:normal;color:var(--orange);font-size:27px;width:30px;text-align:center}

.section{padding:43px 0 34px}
.section-head{
  width:min(calc(100% - 72px),var(--max));margin-inline:auto;
  display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px
}
.section-head h2,.about h2{margin:0;font-size:30px;line-height:1.1;letter-spacing:-1.2px}
.section-note{font-size:11px;color:#b4b6b7;padding-bottom:3px}
.section-note span{display:inline-block;width:28px;height:3px;background:var(--orange);margin-left:9px;vertical-align:middle}
.service-grid{
  width:min(calc(100% - 72px),var(--max));margin-inline:auto;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px
}
.service-card{
  height:322px;min-width:0;position:relative;border:1px solid #30363a;
  border-radius:7px;overflow:hidden;background:#14181b
}
.service-card img{width:100%;height:100%;object-fit:cover}
.service-gradient{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 20%,rgba(4,6,7,.25) 45%,rgba(4,6,7,.96) 100%)
}
.service-icon{
  position:absolute;left:18px;bottom:94px;width:40px;height:40px;border-radius:6px;
  background:var(--orange);color:#111;display:grid;place-items:center;
  font-size:23px;font-weight:800
}
.service-content{position:absolute;left:18px;right:18px;bottom:17px}
.service-content h3{margin:0 0 7px;font-size:18px;line-height:1.1}
.service-content p{margin:0;color:#c9cbcc;font-size:12px;line-height:1.45}
.service-content>a{
  position:absolute;right:0;bottom:0;font-size:34px;font-weight:300;line-height:.8
}

.about{
  position:relative;min-height:290px;padding-top:26px;padding-bottom:28px;
  overflow:hidden
}
.about-bg{
  position:absolute;inset:0;
  background-image:linear-gradient(90deg,var(--bg) 0%,rgba(11,14,16,.96) 39%,rgba(11,14,16,.30) 100%),url('assets/network.jpg');
  background-size:cover;background-position:center;opacity:.68
}
.about-copy{position:relative;z-index:2}
.orange-label{color:var(--orange);margin-bottom:9px}
.about h2 span{color:var(--orange)}
.about p{font-size:13px;line-height:1.55;color:#c9cbcc;margin:12px 0 18px}
.stats{
  position:absolute;z-index:2;right:38px;bottom:48px;width:51%;
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px
}
.stats div{display:flex;flex-direction:column;gap:4px}
.stats strong{font-size:22px;color:var(--orange);line-height:1}
.stats span{font-size:11px;line-height:1.35;color:#d3d4d5}
.gallery{
  padding:0 0 30px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px
}
.gallery img{
  width:100%;height:112px;object-fit:cover;border:1px solid #2b3034;border-radius:6px
}
.site-footer{border-top:1px solid #272c30;padding:31px 0;background:#0c1012}
.footer-inner{display:flex;align-items:center;gap:38px}
.footer-slogan{font-size:10px;letter-spacing:4px;color:#b8babc}
.footer-contact{
  margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;
  gap:4px;font-size:11px;color:#c8c9ca
}
.footer-inner .btn{margin-left:4px}
.mobile-nav{background:#0b0e10;border-top:1px solid #22272b;padding:10px 24px}
.mobile-nav a{
  display:block;padding:12px 0;border-bottom:1px solid #1d2225;
  font-size:14px
}

/* Tablet */
@media (max-width:1050px){
  .desktop-nav{gap:14px}
  .desktop-nav a{font-size:11px}
  .header-actions{gap:12px}
  .phone{font-size:12px}
  .btn-head{padding-inline:15px}
  .hero-copy{width:62%}
  .trust-row{gap:28px}
}

/* Mobile */
@media (max-width:900px){
  .container{width:min(calc(100% - 32px),var(--max))}
  .site-header,.header-inner{height:72px}
  .header-inner{gap:12px}
  .desktop-nav,.btn-head{display:none}
  .brand{width:124px;flex-basis:124px}
  .brand-max{font-size:33px}
  .brand-sub{font-size:8px;letter-spacing:2.7px}
  .header-actions{margin-left:auto;gap:10px;min-width:0}
  .phone{font-size:12px}
  .phone-icon{display:none}
  .menu-toggle{
    display:flex;flex:0 0 42px;width:42px;height:42px;background:transparent;
    border:1px solid #30353a;border-radius:8px;flex-direction:column;
    align-items:center;justify-content:center;gap:5px
  }
  .menu-toggle span{width:18px;height:2px;background:#fff}
  .mobile-nav.open{display:block}
  .mobile-nav{max-height:calc(100vh - 72px);overflow:auto}

  .hero{min-height:650px}
  .hero-inner{min-height:650px;align-items:flex-start}
  .hero-media{background-position:68% center}
  .hero-shade{
    background:
      linear-gradient(90deg,rgba(9,12,14,.99) 0%,rgba(9,12,14,.94) 50%,rgba(9,12,14,.55) 100%),
      linear-gradient(0deg,rgba(9,12,14,.88),rgba(9,12,14,.16))
  }
  .hero-copy{width:100%;max-width:none;padding-top:76px}
  .hero h1{font-size:clamp(42px,11vw,50px);letter-spacing:-2.2px}
  .hero p{font-size:14px;max-width:620px}
  .hero-buttons{flex-direction:column;align-items:stretch;gap:12px}
  .hero-buttons .btn{width:100%;min-width:0}
  .trust-row{gap:20px;flex-wrap:wrap}
  .trust{font-size:11px}

  .section{padding:38px 0 30px}
  .section-head,.service-grid{
    width:min(calc(100% - 32px),var(--max))
  }
  .section-head{align-items:flex-start}
  .section-note{display:none}
  .service-grid{grid-template-columns:1fr;gap:14px}
  .service-card{height:300px}

  .about{min-height:520px;padding-top:30px}
  .about-bg{background-position:65% center}
  .stats{
    left:0;right:0;bottom:28px;width:100%;
    grid-template-columns:repeat(2,minmax(0,1fr));gap:22px
  }
  .gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .gallery img{height:105px}
  .footer-inner{flex-wrap:wrap}
  .footer-contact{margin-left:0;align-items:flex-start}
  .footer-inner .btn{margin-left:auto}
}

/* Small phones */
@media (max-width:520px){
  .container{width:calc(100% - 28px)}
  .site-header,.header-inner{height:68px}
  .brand{width:112px;flex-basis:112px}
  .brand-max{font-size:31px}
  .brand-sub{font-size:7px;letter-spacing:2.4px}
  .phone{font-size:11px}
  .menu-toggle{width:40px;height:40px;flex-basis:40px}
  .mobile-nav{max-height:calc(100vh - 68px)}

  .hero{min-height:680px}
  .hero-inner{min-height:680px}
  .hero-copy{padding-top:68px}
  .eyebrow{font-size:8px;letter-spacing:2.7px;margin-bottom:13px}
  .hero h1{font-size:clamp(39px,11.5vw,46px);line-height:1.01}
  .hero p{font-size:14px;line-height:1.55}
  .desktop-only{display:none}
  .trust-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
  .trust:last-child{grid-column:1/-1}
  .trust i{font-size:23px;width:25px}

  .section-head,.service-grid{width:calc(100% - 28px)}
  .section-head h2,.about h2{font-size:28px}
  .service-card{height:300px}
  .service-icon{left:15px;bottom:92px}
  .service-content{left:15px;right:15px}
  .service-content h3{font-size:17px}
  .service-content p{font-size:12px}

  .about{min-height:570px}
  .about p{font-size:13px}
  .stats{bottom:24px}
  .gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .gallery img{height:105px}

  .footer-inner{gap:18px}
  .footer-slogan{order:3;width:100%;font-size:8px}
  .footer-contact{order:2}
  .footer-inner .btn{order:4;width:100%;margin-left:0}
}

/* Very narrow phones: never let the header or controls overflow */
@media (max-width:370px){
  .header-inner{gap:6px}
  .brand{width:105px;flex-basis:105px}
  .brand-max{font-size:29px}
  .brand-sub{font-size:6px}
  .phone{font-size:10px}
  .menu-toggle{width:38px;height:38px;flex-basis:38px}
  .hero-copy{padding-top:58px}
  .hero h1{font-size:38px}
}
