
  :root{
    --orange:#F04E23;
    --orange-dark:#C93E19;
    --dark:#14171A;
    --dark-2:#1E2226;
    --white:#FFFFFF;
    --off:#F5F1EC;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  body{font-family:'Inter',sans-serif;color:var(--dark);background:var(--white);}
  a{text-decoration:none;color:inherit;}
  ul{list-style:none;}
  img{max-width:100%;display:block;}
  .container{max-width:1400px;margin:0 auto;padding:0 40px;}

  /* NAV */
  .navbar{
    position:sticky;top:0;left:0;right:0;z-index:100;
    background:var(--white);
    border-bottom:1px solid rgba(0,0,0,0.06);
  }
  .nav-inner{
    display:flex;align-items:center;justify-content:space-between;
    padding:14px 40px;max-width:1400px;margin:0 auto;
  }
  .nav-logo img{height:52px;width:auto;}
  .nav-links{display:flex;align-items:center;gap:34px;}
  .nav-links > li{position:relative;}
  .nav-links a{
    font-size:14.5px;font-weight:600;letter-spacing:.02em;color:var(--dark);
    display:flex;align-items:center;gap:5px;
    padding:8px 0;
  }
  .nav-links a:hover{color:var(--orange);}
  .caret{font-size:10px;opacity:.6;}
  .dropdown{
    position:absolute;top:100%;left:0;
    background:rgba(16,18,20,0.82);
    -webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%);
    box-shadow:0 24px 48px rgba(0,0,0,0.28);border-radius:12px;
    min-width:230px;padding:10px;opacity:0;visibility:hidden;
    transform:translateY(8px);transition:.2s ease;border:1px solid rgba(255,255,255,0.1);
  }
  .nav-links > li:hover .dropdown{opacity:1;visibility:visible;transform:translateY(4px);}
  .dropdown a{padding:10px 12px;border-radius:7px;font-weight:500;color:rgba(255,255,255,0.88);}
  .dropdown a:hover{background:rgba(255,255,255,0.08);color:var(--orange);}
  .nav-right{display:flex;align-items:center;gap:22px;}
  .nav-phone{font-size:13.5px;font-weight:600;color:var(--dark);}
  .nav-phone span{display:block;font-size:11px;font-weight:500;color:#8a8f95;text-transform:uppercase;letter-spacing:.06em;}
  .btn-quote{
    background:var(--orange);color:var(--white);font-weight:700;font-size:14px;
    padding:12px 24px;border-radius:8px;transition:.2s;
    box-shadow:0 8px 18px rgba(240,78,35,0.28);
  }
  .btn-quote:hover{background:var(--orange-dark);}
  .icon-btn{width:20px;height:20px;cursor:pointer;opacity:.75;}
  .nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;}
  .nav-toggle span{width:24px;height:2px;background:var(--dark);}

  /* HERO */
  .hero{display:grid;grid-template-columns:44% 56%;min-height:calc(100vh - 82px);}
  .hero-left{
    background:var(--orange);
    display:flex;flex-direction:column;justify-content:center;
    padding:60px 60px 60px 40px;position:relative;overflow:visible;z-index:2;
  }
  .hero-left::after{
    content:"";position:absolute;right:-120px;top:-120px;width:340px;height:340px;
    border-radius:50%;background:rgba(255,255,255,0.06);
  }
  .badge{
    display:inline-flex;align-items:center;gap:8px;
    background:rgba(20,23,26,0.18);color:var(--white);
    font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
    padding:8px 16px;border-radius:999px;width:fit-content;margin-bottom:26px;
    border:1px solid rgba(255,255,255,0.25);
  }
  .badge .dot{width:7px;height:7px;border-radius:50%;background:#3ee06a;}
  .hero-left h1{
    font-family:'Inter',sans-serif;font-weight:700;
    font-size:clamp(34px,4.4vw,54px);line-height:1.14;color:var(--white);
    margin-bottom:26px;letter-spacing:-0.01em;
    width:680px;max-width:none;position:relative;z-index:2;
  }
  .hero-left p{
    font-size:16.5px;line-height:1.65;color:rgba(255,255,255,0.9);
    max-width:460px;margin-bottom:36px;font-weight:400;
  }
  .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:44px;}
  .btn-primary{
    background:var(--white);color:var(--dark);font-weight:700;font-size:14.5px;
    padding:16px 28px;border-radius:9px;display:inline-flex;align-items:center;gap:10px;
    transition:.2s;
  }
  .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,0.18);}
  .btn-secondary{
    background:transparent;color:var(--white);font-weight:700;font-size:14.5px;
    padding:16px 28px;border-radius:9px;border:1.5px solid rgba(255,255,255,0.55);
    transition:.2s;
  }
  .btn-secondary:hover{background:rgba(255,255,255,0.12);border-color:var(--white);}
  .hero-stats{display:flex;gap:36px;padding-top:30px;border-top:1px solid rgba(255,255,255,0.22);}
  .hero-stats div b{display:block;font-size:24px;color:var(--white);font-family:'Inter',sans-serif;font-weight:800;}
  .hero-stats div span{font-size:12px;color:rgba(255,255,255,0.8);font-weight:600;letter-spacing:.03em;text-transform:uppercase;}

  .hero-right{position:relative;overflow:hidden;background:#0c0d0e;z-index:1;}
  .hero-slide{
    position:absolute;inset:0;opacity:0;
    transition:opacity 1.4s ease;
  }
  .hero-slide.active{opacity:1;}
  .hero-slide img{
    width:100%;height:100%;object-fit:cover;position:absolute;inset:0;
    filter:grayscale(35%) contrast(1.08) brightness(0.72);
    transform:scale(1.06);
    transition:transform 7s linear;
  }
  .hero-slide.active img{transform:scale(1.14);}
  .hero-right::before{
    content:"";position:absolute;inset:0;
    background:
      linear-gradient(90deg, rgba(10,11,12,0.6) 0%, rgba(10,11,12,0.38) 20%, rgba(10,11,12,0.38) 75%, rgba(10,11,12,0.65) 100%),
      rgba(10,11,12,0.28);
    z-index:1;
  }
  .social-float{
    position:absolute;right:26px;top:50%;transform:translateY(-50%);
    display:flex;flex-direction:column;gap:12px;z-index:3;
  }
  .social-float a{
    width:42px;height:42px;border-radius:50%;
    background:rgba(20,23,26,0.5);backdrop-filter:blur(4px);
    display:flex;align-items:center;justify-content:center;
    color:var(--white);font-size:16px;border:1px solid rgba(255,255,255,0.25);
    transition:.2s;
  }
  .social-float a:hover{background:var(--orange);border-color:var(--orange);}
  .slide-dots{
    position:absolute;left:50%;bottom:34px;transform:translateX(-50%);
    display:flex;gap:9px;z-index:3;
  }
  .slide-dots button{
    width:8px;height:8px;border-radius:50%;border:none;
    background:rgba(255,255,255,0.4);cursor:pointer;padding:0;transition:.25s;
  }
  .slide-dots button.active{background:var(--white);width:24px;border-radius:5px;}

  /* SPACER (lets the floating card overlap two sections, like the reference) */
  .hero-spacer{height:110px;background:var(--off);}

  /* FLOATING CARD */
  .float-card{
    position:relative;z-index:10;margin-top:-170px;
    max-width:1080px;margin-left:auto;margin-right:auto;
    display:grid;grid-template-columns:280px 1fr;
    background:var(--white);border-radius:16px;overflow:hidden;
    box-shadow:0 30px 60px rgba(20,23,26,0.18);
  }
  .float-call{
    display:flex;align-items:center;gap:16px;padding:26px 28px;
    border-right:1px solid rgba(20,23,26,0.08);
  }
  .float-call .ico{
    width:48px;height:48px;border-radius:10px;background:var(--orange);
    display:flex;align-items:center;justify-content:center;color:var(--white);font-size:20px;flex-shrink:0;
  }
  .float-call div p{font-size:12.5px;color:#8a8f95;font-weight:600;margin-bottom:4px;}
  .float-call div b{font-size:16.5px;color:var(--dark);font-weight:700;display:block;}
  .float-project{
    display:flex;align-items:center;gap:22px;padding:18px 28px;position:relative;
  }
  .float-project .thumb{width:80px;height:80px;border-radius:12px;overflow:hidden;flex-shrink:0;}
  .float-project .thumb img{width:100%;height:100%;object-fit:cover;}
  .float-project .info span{
    font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--orange);
  }
  .float-project .info h4{font-size:19px;font-weight:700;color:var(--dark);margin-top:4px;line-height:1.25;}
  .float-arrows{margin-left:auto;display:flex;gap:8px;}
  .float-arrows button{
    width:34px;height:34px;border-radius:50%;border:1.5px solid rgba(20,23,26,0.15);
    background:var(--white);cursor:pointer;font-size:14px;color:var(--dark);transition:.2s;
  }
  .float-arrows button:hover{background:var(--orange);border-color:var(--orange);color:var(--white);}

  /* CUSTOM CURSOR */
  .cursor-dot{
    position:fixed;top:0;left:0;width:34px;height:34px;border-radius:50%;
    border:1.5px solid rgba(240,78,35,0.8);pointer-events:none;z-index:9999;
    transform:translate(-50%,-50%);transition:transform .15s ease-out, width .2s, height .2s, background .2s;
    mix-blend-mode:normal;
  }
  .cursor-dot.hover{background:rgba(240,78,35,0.12);width:54px;height:54px;}

  /* OFFER SECTION */
  .offer{
    background:var(--dark);color:var(--white);
    padding:120px 40px 90px;position:relative;overflow:hidden;
  }
  .offer-grid{
    max-width:1400px;margin:0 auto;
    display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:start;
  }
  .offer-eyebrow{
    display:flex;align-items:center;gap:10px;
    color:rgba(255,255,255,0.6);font-size:13px;font-weight:700;
    letter-spacing:.12em;text-transform:uppercase;margin-bottom:22px;
  }
  .offer-eyebrow .diamond{width:8px;height:8px;background:var(--orange);transform:rotate(45deg);}
  .offer-col h2{
    font-size:clamp(30px,3vw,42px);font-weight:700;line-height:1.16;
    letter-spacing:-0.01em;margin-bottom:22px;
  }
  .offer-col > p{font-size:15.5px;line-height:1.7;color:rgba(255,255,255,0.62);max-width:400px;margin-bottom:50px;}
  .offer-stat{position:relative;}
  .offer-stat .arc{
    position:absolute;left:-40px;top:-30px;width:220px;height:220px;
    border:1px solid rgba(255,255,255,0.08);border-radius:50%;z-index:0;
  }
  .offer-stat b{
    position:relative;z-index:1;display:block;
    font-size:clamp(56px,6vw,84px);font-weight:800;line-height:1;
    background:linear-gradient(180deg, var(--white) 55%, var(--orange) 220%);
    -webkit-background-clip:text;background-clip:text;color:transparent;
  }
  .offer-stat span{
    display:block;margin-top:10px;font-size:12.5px;font-weight:700;
    letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,0.55);
  }

  .offer-media{position:relative;height:560px;}
  .offer-media img{
    width:100%;height:100%;object-fit:cover;
    clip-path:url(#waveClip);
  }

  .offer-right p{font-size:15px;line-height:1.75;color:rgba(255,255,255,0.62);margin-bottom:28px;}
  .offer-photo{border-radius:16px;overflow:hidden;margin-bottom:30px;}
  .offer-photo img{width:100%;display:block;}
  .offer-feature{
    display:flex;align-items:center;gap:16px;padding:18px 0;
    border-top:1px solid rgba(255,255,255,0.1);
  }
  .offer-feature:last-of-type{border-bottom:1px solid rgba(255,255,255,0.1);}
  .offer-feature svg{flex-shrink:0;}
  .offer-feature h4{font-size:16.5px;font-weight:700;line-height:1.3;flex:1;}
  .offer-feature .chev{color:rgba(255,255,255,0.4);font-size:18px;}
  .offer-btn{
    display:inline-flex;align-items:center;gap:10px;
    background:var(--orange);color:var(--white);font-weight:700;font-size:14.5px;
    padding:16px 30px;border-radius:9px;margin-top:34px;transition:.2s;
  }
  .offer-btn:hover{background:var(--orange-dark);transform:translateY(-2px);}

  @media(max-width:1100px){
    .offer-grid{grid-template-columns:1fr;}
    .offer-media{height:400px;}
  }

  /* ABOUT SECTION */
  .about{background:var(--white);padding:110px 40px;}
  .about-grid{
    max-width:1400px;margin:0 auto;
    display:grid;grid-template-columns:0.9fr 1.1fr;gap:70px;align-items:center;
  }
  .about-media{position:relative;height:560px;}
  .about-media .main-img{
    position:absolute;inset:0 8% 0 0;border-radius:4px;overflow:hidden;
  }
  .about-media .main-img img{width:100%;height:100%;object-fit:cover;}
  .about-media .inset-img{
    position:absolute;right:0;bottom:8%;width:56%;height:58%;
    border-radius:4px;overflow:hidden;border:7px solid var(--white);
    box-shadow:0 30px 60px rgba(20,23,26,0.22);
  }
  .about-media .inset-img img{width:100%;height:100%;object-fit:cover;}

  .about-right .offer-eyebrow{color:rgba(20,23,26,0.5);}
  .about-right h2{
    font-size:clamp(32px,3.4vw,46px);font-weight:800;line-height:1.14;
    letter-spacing:-0.015em;color:var(--dark);margin-bottom:22px;
  }
  .about-right > p{font-size:15.5px;line-height:1.75;color:#5a6169;max-width:480px;margin-bottom:48px;}

  .about-bottom{display:grid;grid-template-columns:auto 1fr;gap:36px;align-items:end;}
  .stat-block .stat-row{display:flex;align-items:flex-end;}
  .stat-num{
    font-size:clamp(70px,7vw,108px);font-weight:800;line-height:0.85;
    background-image:url('img/about-crane.jpg');background-size:240% auto;background-position:20% 40%;
    -webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;
  }
  .stat-plus{font-size:clamp(46px,4.4vw,66px);font-weight:800;color:#c9ccd0;margin-left:6px;}
  .stat-label{
    display:block;margin-top:6px;font-size:12.5px;font-weight:700;
    letter-spacing:.1em;text-transform:uppercase;color:#8a8f95;
  }

  .feature-card{
    background:var(--orange);border-radius:14px 14px 0 0;padding:28px 30px 34px;
    position:relative;
  }
  .feature-card::after{
    content:"";position:absolute;left:0;right:0;bottom:-13px;height:13px;
    background-image:
      linear-gradient(135deg, var(--orange) 50%, transparent 50.5%),
      linear-gradient(45deg, var(--orange) 50%, transparent 50.5%);
    background-size:18px 18px;background-position:0 0,9px 0;background-repeat:repeat-x;
  }
  .feature-row{display:flex;align-items:center;gap:16px;padding:10px 0;}
  .feature-row + .feature-row{border-top:1px solid rgba(255,255,255,0.22);}
  .feature-row h4{color:var(--white);font-size:15.5px;font-weight:700;line-height:1.3;}

  @media(max-width:1100px){
    .about-grid{grid-template-columns:1fr;}
    .about-media{height:420px;margin-bottom:20px;}
    .about-bottom{grid-template-columns:1fr;gap:28px;}
  }

  /* SERVICES GRID */
  .svc{background:var(--white);padding:110px 40px;}
  .svc-head{max-width:1400px;margin:0 auto 60px;text-align:center;}
  .svc-head .offer-eyebrow{justify-content:center;color:rgba(20,23,26,0.5);}
  .svc-head h2{
    font-size:clamp(30px,3vw,42px);font-weight:800;color:var(--dark);
    letter-spacing:-0.015em;max-width:640px;margin:0 auto;
  }
  .svc-grid{
    max-width:1400px;margin:0 auto;
    display:grid;grid-template-columns:repeat(3,1fr);gap:36px 30px;
  }
  .svc-card{text-align:center;}
  .svc-photo{
    position:relative;border-radius:6px;overflow:hidden;height:230px;
    border:1px solid rgba(20,23,26,0.08);
    box-shadow:0 14px 30px rgba(20,23,26,0.08);
  }
  .svc-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
  .svc-card:hover .svc-photo img{transform:scale(1.07);}
  .svc-icon{
    width:74px;height:74px;background:var(--white);border-radius:14px;
    display:flex;align-items:center;justify-content:center;
    position:relative;margin:-37px auto 0;box-shadow:0 14px 28px rgba(20,23,26,0.12);
    z-index:2;
  }
  .svc-squiggle{margin:10px auto 18px;display:block;opacity:.55;}
  .svc-card h4{font-size:19px;font-weight:700;color:var(--dark);margin-bottom:10px;}
  .svc-card p{font-size:14px;line-height:1.65;color:#6b7178;max-width:290px;margin:0 auto;}
  .svc-more{text-align:center;margin-top:60px;}
  .svc-more a{
    display:inline-flex;align-items:center;gap:10px;
    background:var(--dark);color:var(--white);font-weight:700;font-size:13.5px;
    letter-spacing:.06em;text-transform:uppercase;padding:18px 34px;border-radius:8px;transition:.2s;
  }
  .svc-more a:hover{background:var(--orange);}

  @media(max-width:980px){
    .svc-grid{grid-template-columns:1fr;}
  }

  /* SOLUTIONS SECTION */
  .sol{background:var(--white);padding:110px 40px;position:relative;overflow:hidden;}
  .sol-grid{
    max-width:1400px;margin:0 auto;position:relative;
    display:grid;grid-template-columns:0.85fr 1.15fr;gap:70px;align-items:center;
  }
  .sol-media{position:relative;height:590px;}
  .sol-dots{
    position:absolute;top:6%;left:34%;width:230px;height:230px;z-index:0;
    background-image:radial-gradient(rgba(20,23,26,0.16) 1.6px, transparent 1.6px);
    background-size:14px 14px;
  }
  .sol-main{position:absolute;inset:0 20% 0 0;border-radius:4px;overflow:hidden;z-index:1;}
  .sol-main img{width:100%;height:100%;object-fit:cover;}
  .sol-inset{
    position:absolute;right:0;top:26%;width:52%;z-index:2;
    box-shadow:0 30px 60px rgba(20,23,26,0.2);
  }
  .sol-inset img{width:100%;height:230px;object-fit:cover;display:block;border-radius:4px 4px 0 0;}
  .sol-call{
    background:var(--orange);display:flex;align-items:center;gap:14px;
    padding:16px 18px;position:relative;
  }
  .sol-call .ico{
    width:38px;height:38px;border-radius:8px;background:rgba(255,255,255,0.18);
    display:flex;align-items:center;justify-content:center;color:var(--white);font-size:16px;flex-shrink:0;
  }
  .sol-call p{font-size:12px;color:rgba(255,255,255,0.85);font-weight:600;margin-bottom:2px;}
  .sol-call b{font-size:15px;color:var(--white);font-weight:700;}
  .sol-call::after{
    content:"";position:absolute;left:0;right:0;bottom:-12px;height:12px;
    background-image:
      linear-gradient(135deg, var(--orange) 50%, transparent 50.5%),
      linear-gradient(45deg, var(--orange) 50%, transparent 50.5%);
    background-size:17px 17px;background-position:0 0,8.5px 0;background-repeat:repeat-x;
  }

  .sol-right h2{
    font-size:clamp(32px,3.6vw,48px);font-weight:800;line-height:1.15;
    letter-spacing:-0.015em;color:var(--dark);margin-bottom:22px;
  }
  .sol-right h2 .accent{color:var(--orange);}
  .sol-right > p{font-size:15.5px;line-height:1.75;color:#5a6169;max-width:480px;margin-bottom:34px;}

  .sol-box{background:var(--off);border-radius:16px;padding:8px 30px;}
  .sol-row{display:flex;align-items:flex-start;gap:18px;padding:24px 0;}
  .sol-row + .sol-row{border-top:1px solid rgba(20,23,26,0.08);}
  .sol-row h4{font-size:17px;font-weight:700;color:var(--dark);margin-bottom:6px;}
  .sol-row p{font-size:14px;line-height:1.6;color:#6b7178;}

  .sol-scroll{
    position:absolute;right:40px;bottom:0;width:44px;height:44px;border-radius:50%;
    border:1px solid rgba(20,23,26,0.18);display:flex;align-items:center;justify-content:center;
    color:var(--orange);
  }

  @media(max-width:1100px){
    .sol-grid{grid-template-columns:1fr;}
    .sol-media{height:460px;margin-bottom:30px;}
    .sol-scroll{display:none;}
  }

  /* HEALTH SAFETY & ENVIRONMENT */
  .hse{background:var(--white);padding:110px 40px;}
  .hse-grid{
    max-width:1400px;margin:0 auto;
    display:grid;grid-template-columns:0.85fr 1.15fr;gap:70px;align-items:center;
  }
  .hse-media{position:relative;height:560px;}
  .hse-dots{
    position:absolute;top:-6%;left:52%;width:200px;height:200px;z-index:0;
    background-image:radial-gradient(rgba(20,23,26,0.16) 1.6px, transparent 1.6px);
    background-size:14px 14px;
  }
  .hse-media .row{position:relative;z-index:1;height:100%;display:grid;grid-template-columns:64% 32%;gap:4%;}
  .hse-media img{width:100%;height:100%;object-fit:cover;border-radius:4px;}

  .hse-right h2{
    font-size:clamp(30px,3.2vw,44px);font-weight:800;color:var(--dark);
    letter-spacing:-0.015em;margin-bottom:16px;
  }
  .hse-underline{width:56px;height:4px;background:var(--orange);margin-bottom:26px;}
  .hse-right > p{font-size:15.5px;line-height:1.75;color:#5a6169;max-width:520px;margin-bottom:36px;}
  .hse-right > p b{color:var(--dark);}

  .hse-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
  .hse-card{
    background:var(--off);border-radius:12px;padding:22px;
    display:flex;gap:16px;align-items:flex-start;
  }
  .hse-icon{
    width:52px;height:52px;border-radius:10px;background:var(--dark);flex-shrink:0;
    display:flex;align-items:center;justify-content:center;
  }
  .hse-card h4{font-size:15.5px;font-weight:700;color:var(--dark);margin-bottom:6px;}
  .hse-card p{font-size:13px;line-height:1.6;color:#6b7178;}

  @media(max-width:1100px){
    .hse-grid{grid-template-columns:1fr;}
    .hse-media{height:340px;margin-bottom:20px;}
    .hse-cards{grid-template-columns:1fr;}
  }

  /* WHY CHOOSE US */
  .why{position:relative;background:var(--dark);padding:150px 40px 110px;overflow:hidden;}
  .why-ghost{
    position:absolute;top:26px;left:0;right:0;text-align:center;
    font-size:clamp(32px,10.5vw,168px);font-weight:800;letter-spacing:0.01em;
    color:rgba(255,255,255,0.045);white-space:nowrap;z-index:0;pointer-events:none;
  }
  .why-grid{
    position:relative;z-index:1;max-width:1400px;margin:0 auto;
    display:grid;grid-template-columns:250px 320px 1fr;align-items:center;
  }
  .why-tabs{display:flex;flex-direction:column;gap:14px;position:relative;z-index:3;}
  .why-tab{
    background:var(--dark-2);color:rgba(255,255,255,0.75);font-weight:700;font-size:14.5px;
    padding:19px 24px;border-radius:6px;cursor:pointer;transition:.2s;letter-spacing:.02em;
  }
  .why-tab:hover{color:var(--white);}
  .why-tab.active{background:var(--orange);color:var(--white);}

  .why-media{position:relative;height:460px;z-index:2;margin-right:-70px;}
  .why-media img{width:100%;height:100%;object-fit:cover;border-radius:4px;}

  .why-panel{
    position:relative;z-index:1;background:var(--dark-2);border-radius:6px;
    padding:56px 50px 50px 130px;
  }
  .why-panel h3{font-size:clamp(28px,2.8vw,38px);font-weight:800;color:var(--white);margin-bottom:18px;}
  .why-panel > p{font-size:15px;line-height:1.75;color:rgba(255,255,255,0.6);max-width:520px;margin-bottom:8px;}
  .why-item{display:flex;gap:16px;margin-top:26px;align-items:flex-start;}
  .why-num{
    width:36px;height:36px;border-radius:50%;border:1.5px solid var(--orange);color:var(--orange);
    display:flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:700;flex-shrink:0;
  }
  .why-item h4{color:var(--white);font-weight:700;font-size:15.5px;margin-bottom:5px;}
  .why-item p{color:rgba(255,255,255,0.55);font-size:13.5px;line-height:1.6;}
  .why-scroll{
    position:absolute;right:36px;bottom:-22px;width:44px;height:44px;border-radius:50%;
    border:1px solid rgba(255,255,255,0.22);display:flex;align-items:center;justify-content:center;
    color:var(--orange);background:var(--dark);z-index:4;
  }

  @media(max-width:1100px){
    .why-grid{grid-template-columns:1fr;}
    .why-tabs{flex-direction:row;flex-wrap:wrap;margin-bottom:24px;}
    .why-media{margin-right:0;margin-bottom:-60px;height:280px;}
    .why-panel{padding:80px 30px 40px;}
    .why-scroll{display:none;}
  }

  /* PROJECTS GALLERY */
  .proj{background:var(--white);padding:110px 0 0;}
  .proj-head{
    max-width:1500px;margin:0 auto;padding:0 40px 50px;
    display:flex;justify-content:space-between;align-items:flex-end;gap:40px;flex-wrap:wrap;
  }
  .proj-head h2{
    font-size:clamp(34px,3.6vw,50px);font-weight:800;line-height:1.05;
    letter-spacing:-0.015em;color:var(--dark);
  }
  .proj-tabs{display:flex;align-items:center;gap:0;position:relative;padding-bottom:14px;}
  .proj-tabs .diamond{width:7px;height:7px;background:var(--orange);transform:rotate(45deg);flex-shrink:0;}
  .proj-tabs-line{height:1px;background:rgba(20,23,26,0.15);flex:1;position:relative;margin:0 4px;min-width:40px;}
  .proj-tab{
    font-size:14px;font-weight:600;color:#6b7178;padding:0 18px 12px;cursor:pointer;
    border-bottom:2px solid transparent;transition:.2s;white-space:nowrap;
  }
  .proj-tab:hover{color:var(--dark);}
  .proj-tab.active{color:var(--orange);border-bottom-color:var(--orange);}

  .proj-grid{display:grid;grid-template-columns:repeat(4,1fr);}
  .proj-item{
    position:relative;height:420px;overflow:hidden;cursor:pointer;
    border:0.5px solid rgba(255,255,255,0.08);
  }
  .proj-item img{
    width:100%;height:100%;object-fit:cover;transition:transform .6s ease, filter .3s ease;
    filter:grayscale(15%);
  }
  .proj-item:hover img{transform:scale(1.06);filter:grayscale(0%);}
  .proj-item.hidden{display:none;}

  .proj-tip{
    position:fixed;top:0;left:0;z-index:50;pointer-events:none;
    background:var(--white);color:var(--dark);font-weight:700;font-size:14px;
    padding:14px 22px;border-radius:8px;box-shadow:0 20px 40px rgba(20,23,26,0.22);
    opacity:0;transform:translate(-50%,-50%) scale(0.9);transition:opacity .18s, transform .18s;
    white-space:nowrap;
  }
  .proj-tip.show{opacity:1;transform:translate(-50%,-50%) scale(1);}

  @media(max-width:1100px){
    .proj-grid{grid-template-columns:repeat(2,1fr);}
    .proj-item{height:280px;}
  }
  @media(max-width:600px){
    .proj-grid{grid-template-columns:1fr;}
  }
  @media(max-width:700px){
    .proj-tabs{flex-wrap:wrap;justify-content:flex-start;row-gap:8px;}
    .proj-tabs-line{display:none;}
    .proj-tabs .diamond{display:none;}
    .proj-tab{padding:6px 12px;font-size:13px;border:1px solid rgba(20,23,26,0.12);border-radius:999px;}
    .proj-tab.active{border-color:var(--orange);}
  }
  @media(min-width:981px) and (max-width:1240px){
    .svc-grid{grid-template-columns:repeat(2,1fr);}
  }

  .nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .nav-toggle.open span:nth-child(2){opacity:0;}
  .nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

  @media(max-width:980px){
    .nav-links{
      display:none;position:absolute;top:100%;left:0;right:0;
      flex-direction:column;align-items:flex-start;gap:2px;
      background:var(--white);border-top:1px solid rgba(20,23,26,0.08);
      box-shadow:0 20px 30px rgba(20,23,26,0.08);padding:10px 24px 20px;z-index:99;
    }
    .nav-links.open{display:flex;}
    .nav-links > li{width:100%;}
    .nav-links a{width:100%;padding:12px 0;}
    .dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;
      background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;
      display:none;padding-left:14px;margin-top:0;}
    .nav-links > li.dropdown-open .dropdown{display:block;}
    .dropdown a{color:var(--dark);}
    .dropdown a:hover{background:var(--off);}
    .navbar{position:sticky;}
    .nav-toggle{display:flex;}
    .nav-phone{display:none;}
    .hero{grid-template-columns:1fr;}
    .hero-right{min-height:340px;}
    .hero-left{padding:48px 24px;overflow:hidden;}
    .hero-left h1{width:100%;}
    .social-float{display:none;}
    .float-card{grid-template-columns:1fr;margin-top:-40px;margin-left:20px;margin-right:20px;}
    .float-call{border-right:none;border-bottom:1px solid rgba(20,23,26,0.08);}
    .hero-spacer{height:40px;}
    .cursor-dot{display:none;}
  }

  /* TRUST SIGNALS (replaces fabricated testimonials) */
  .trust{background:var(--off);padding:100px 40px;}
  .trust-head{max-width:700px;margin:0 auto 56px;text-align:center;}
  .trust-head .offer-eyebrow{justify-content:center;color:rgba(20,23,26,0.5);}
  .trust-head h2{font-size:clamp(28px,3vw,40px);font-weight:800;color:var(--dark);letter-spacing:-0.015em;}
  .trust-head p{font-size:15px;color:#6b7178;margin-top:14px;line-height:1.7;}
  .trust-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
  .trust-card{
    background:var(--white);border-radius:14px;padding:34px 26px;text-align:center;
    border:1px solid rgba(20,23,26,0.06);box-shadow:0 14px 30px rgba(20,23,26,0.05);
  }
  .trust-card .ico{
    width:52px;height:52px;border-radius:12px;background:rgba(240,78,35,0.1);
    display:flex;align-items:center;justify-content:center;margin:0 auto 18px;
  }
  .trust-card b{display:block;font-size:26px;font-weight:800;color:var(--dark);margin-bottom:6px;}
  .trust-card span{font-size:13px;color:#6b7178;line-height:1.5;display:block;}
  .trust-links{text-align:center;margin-top:44px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}
  .trust-links a{
    font-size:13.5px;font-weight:700;color:var(--dark);border-bottom:1.5px solid var(--orange);
    padding-bottom:2px;
  }

  @media(max-width:980px){.trust-grid{grid-template-columns:1fr 1fr;}}

  /* BLOG */
  .blog{background:var(--white);padding:100px 40px;}
  .blog-head{max-width:1400px;margin:0 auto 50px;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:20px;}
  .blog-head .offer-eyebrow{color:rgba(20,23,26,0.5);}
  .blog-head h2{font-size:clamp(28px,3vw,40px);font-weight:800;color:var(--dark);letter-spacing:-0.015em;}
  .blog-head a{font-size:13.5px;font-weight:700;color:var(--dark);border-bottom:1.5px solid var(--orange);padding-bottom:2px;white-space:nowrap;}
  .blog-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:34px;}
  .blog-photo{height:230px;border-radius:6px;overflow:hidden;margin-bottom:22px;}
  .blog-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s;}
  .blog-card:hover .blog-photo img{transform:scale(1.06);}
  .blog-meta{display:flex;align-items:center;gap:8px;font-size:13px;color:#8a8f95;font-weight:600;margin-bottom:12px;}
  .blog-meta .dot{width:4px;height:4px;border-radius:50%;background:var(--orange);}
  .blog-card h4{font-size:19px;font-weight:700;color:var(--dark);line-height:1.3;margin-bottom:10px;}
  .blog-card p{font-size:14px;line-height:1.65;color:#6b7178;margin-bottom:20px;}
  .blog-card .rm{
    display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;
    color:var(--dark);border-top:1px solid rgba(20,23,26,0.1);padding-top:18px;width:100%;
  }

  @media(max-width:980px){.blog-grid{grid-template-columns:1fr;}}

  /* FOOTER */
  .site-footer{background:var(--off);padding:80px 40px 0;position:relative;overflow:hidden;}
  .footer-top{
    max-width:1400px;margin:0 auto;padding-bottom:60px;
    display:grid;grid-template-columns:0.8fr 0.6fr 0.6fr 1fr;gap:40px;
  }
  .footer-brand .logo-block{
    background:none;padding:0;margin-bottom:20px;width:fit-content;
  }
  .footer-brand .logo-block img{height:70px;filter:none;}
  .footer-brand p{font-size:14px;color:#6b7178;line-height:1.7;max-width:280px;}
  .footer-col h5{font-size:14.5px;font-weight:700;color:var(--dark);margin-bottom:20px;}
  .footer-col a{display:block;font-size:14px;color:#6b7178;margin-bottom:14px;transition:.2s;}
  .footer-col a:hover{color:var(--orange);}
  .footer-contact p{font-size:14px;color:#6b7178;margin-bottom:4px;}
  .footer-contact .row{display:flex;gap:10px;margin-bottom:18px;align-items:flex-start;font-size:14px;color:#6b7178;}
  .footer-contact h5{font-size:14.5px;font-weight:700;color:var(--dark);margin:22px 0 10px;}

  .footer-news .tag{font-size:13px;color:#6b7178;}
  .footer-news .tag b{color:var(--orange);font-weight:700;}
  .footer-news h3{font-size:clamp(24px,2.6vw,34px);font-weight:800;color:var(--dark);line-height:1.2;margin:14px 0 26px;}
  .footer-news form{display:flex;gap:10px;max-width:400px;}
  .footer-news input{
    flex:1;padding:16px 18px;border-radius:8px;border:1px solid rgba(20,23,26,0.12);
    font-size:14px;background:var(--white);
  }
  .footer-news button{
    background:var(--orange);color:var(--white);font-weight:700;font-size:13.5px;
    padding:16px 26px;border-radius:8px;border:none;cursor:pointer;white-space:nowrap;
  }
  .footer-news .copy{font-size:12.5px;color:#8a8f95;margin-top:22px;}
  .footer-news .copy b{color:var(--orange);}

  .footer-bottom{
    background:var(--dark);padding:26px 40px;margin-top:0;
    display:flex;justify-content:center;gap:50px;flex-wrap:wrap;
  }
  .footer-bottom a{
    display:flex;align-items:center;gap:9px;color:rgba(255,255,255,0.85);
    font-size:14px;font-weight:600;
  }
  .footer-bottom a:hover{color:var(--orange);}

  @media(max-width:1100px){
    .footer-top{grid-template-columns:1fr 1fr;}
    .footer-news{grid-column:1/-1;}
  }
  @media(max-width:600px){
    .footer-top{grid-template-columns:1fr;}
    .footer-bottom{gap:24px;justify-content:flex-start;}
  }
