/* Responsive */
@media (max-width:1024px){
  .section{padding:72px 0}
  .nav{z-index:1000}
  .nav .inner{position:relative}
  .menu{position:absolute;top:calc(100% + 10px);left:0;right:0;display:flex;flex-direction:column;align-items:stretch;gap:8px;width:100%;max-height:calc(100dvh - 132px);overflow-y:auto;overscroll-behavior:contain;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 22px 50px -24px rgba(15,23,42,.32);padding:14px;list-style:none;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:1000}
  .menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
  .menu > li{width:100%}
  .menu a.nav-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px 16px;font-size:16px;border:1px solid var(--border);border-radius:14px;background:#fff}
  .menu a.nav-link.active{border-color:rgba(37,99,235,.28);background:rgba(37,99,235,.07)}
  .dropdown{position:static;display:none;min-width:0;width:100%;opacity:1;visibility:visible;transform:none;box-shadow:none;border:1px solid var(--border);border-radius:14px;padding:8px;margin:8px 0 4px;background:#F8FAFC}
  .dropdown.open{display:grid;gap:4px}
  .dropdown a{padding:12px 14px;border-radius:10px;background:#fff}
  .burger{display:block;position:relative;z-index:1002;background:#fff;border:1px solid var(--border)}
  .menu .nav-cta{display:flex;width:100%;justify-content:center;margin:12px 0 0;padding:14px 18px;border-radius:14px}
  body.menu-open{overflow:hidden}
  .hero{padding:56px 0 72px}
  .hero .grid{grid-template-columns:1fr;gap:48px}
  .hero .visual{min-height:360px}
  .services-grid{grid-template-columns:1fr}
  .about-split,.why,.contact-grid{grid-template-columns:1fr;gap:44px}
  .about-photo-visual{max-width:860px;margin:0 auto}
  .stats{grid-template-columns:repeat(2,1fr)}
  .process{grid-template-columns:repeat(2,1fr);gap:36px}
  .process::before{display:none}
  .ind-grid{grid-template-columns:repeat(2,1fr)}
  .portfolio-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr;gap:36px}
  .footer-address-card{justify-self:end}
  .logos-row{grid-template-columns:repeat(4,1fr);gap:16px}
  .tab-panel.active{grid-template-columns:1fr}
  .cta-panel{padding:44px 28px}
  .service-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px}
  .service-showcase-grid .svc-card{grid-template-columns:minmax(0,.9fr) minmax(165px,1fr);gap:18px;padding:24px 20px 22px;min-height:330px}
  .service-showcase-grid .svc-card-copy{max-width:none}
  .service-showcase-grid .svc-card h3{font-size:30px}
  .service-showcase-grid .svc-card p{font-size:14px;line-height:1.5}
  .service-showcase-grid .num{right:24px;top:22px;font-size:58px}
  .service-showcase-grid .svc-media{min-height:230px;margin-right:0}
  .service-showcase-grid .svc-media img{min-height:215px}
  .industry-design-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:16px}
  .post .body{min-height:320px;padding:26px 28px 28px}
  .post h3{font-size:30px}
  .post p{font-size:16.5px}
  .webdev-hero-panel{grid-template-columns:1fr;gap:10px;padding:36px 30px 0}
  .webdev-copy{text-align:left;padding-bottom:12px}
  .webdev-visual{min-height:330px}
  .webdev-float.code{left:4%;top:52%}
  .webdev-float.gear{right:3%;top:48%}
  .webdev-tech-strip{grid-template-columns:1fr;gap:22px;margin-left:0;margin-right:0}
  .webdev-techs{border-left:0;border-top:1px solid rgba(20,20,22,.09);padding-left:0;padding-top:22px}
  .webdev-problem-grid{grid-template-columns:repeat(2,1fr)}
  .tech-logo-item{min-width:150px}
  .webdev-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .webdev-apply-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .webdev-apply-media{height:270px}
  .webdev-services-head h2{font-size:44px}
  .courses-hero-grid{grid-template-columns:1fr;gap:34px}
  .courses-hero-visual{min-height:360px}
  .courses-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .course-card{min-height:300px}
  .training-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-modern-panel{grid-template-columns:1fr;gap:10px;padding:36px 30px 0}
  .service-modern-copy{padding-bottom:12px}
  .service-modern-visual{min-height:330px}
  .service-modern-visual img{width:min(100%,860px)}
  .service-modern-strip{grid-template-columns:1fr;gap:22px;margin-left:0;margin-right:0}
  .service-modern-features{border-left:0;border-top:1px solid rgba(20,20,22,.09);padding-left:0;padding-top:22px}
  .service-modern-problem-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:768px){
  body{font-size:16px}
  .section{padding:56px 0}
  .section-head{margin-bottom:40px}
  .container{padding:0 18px}
  .topbar .right{display:none}
  .topbar{font-size:12.5px;padding:8px 0}
  .topbar .left{gap:14px;justify-content:center;width:100%}
  .back-top{width:38px;height:38px;right:17px;bottom:17px}
  .menu{display:none;max-height:calc(100dvh - 124px);padding:12px}
  .menu.open{display:flex}
  .menu > li{width:100%}
  .menu a.nav-link{padding:14px 15px;font-size:16px;border-bottom:0;border-radius:14px}
  .dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:8px;margin:8px 0 4px;display:none}
  .dropdown.open{display:block}
  .burger{display:block;position:relative;z-index:1002}
  .nav-cta{display:none}
  .menu .nav-cta{display:flex}
  body.menu-open{overflow:hidden}
  .portfolio-grid,.blog-grid,.stats,.ind-grid,.process{grid-template-columns:1fr}
  .about-photo-visual img{width:100%;margin-left:0}
  .foot-grid{grid-template-columns:1fr;gap:36px}
  .footer-address-card{justify-self:center;width:min(100%,300px)}
  .logos-row{grid-template-columns:repeat(3,1fr)}
  .form-row{grid-template-columns:1fr}
  .form-card{padding:24px}
  .cta-panel{padding:36px 22px}
  .cta-btns{flex-direction:column}
  .cta-btns .btn{width:100%;justify-content:center}
  .hero .cta{flex-direction:column;align-items:stretch}
  .hero .cta .btn{justify-content:center}
  .float-card.a{right:0;top:-10px}
  .float-card.b{left:0;bottom:-10px}
  .tab-visual{min-height:auto}
  .job{flex-direction:column;align-items:flex-start}
  .foot-bottom{flex-direction:column;text-align:center}
  .foot-bottom .legal{justify-content:center}
  .testi-slide{padding:32px 24px}
  .testi-slide blockquote{font-size:16px}
  .faq-q{padding:16px 18px;font-size:16px;line-height:1.35;align-items:flex-start}
  .faq-q .plus{flex:0 0 28px;width:28px;height:28px}
  .service-showcase-grid{grid-template-columns:1fr!important;gap:24px}
  .service-showcase-grid .svc-card{grid-template-columns:1fr;padding:32px 22px 26px;border-radius:22px}
  .service-showcase-grid .svc-icon{width:52px;height:52px;margin-bottom:22px}
  .service-showcase-grid .svc-card h3{font-size:38px}
  .service-showcase-grid .svc-card p{font-size:15.5px;line-height:1.62}
  .service-showcase-grid .svc-features{grid-template-columns:1fr;gap:10px;margin-bottom:24px}
  .service-showcase-grid .svc-features li{font-size:15px}
  .service-showcase-grid .svc-link{font-size:16px}
  .service-showcase-grid .num{font-size:68px;right:22px;top:22px}
  .service-showcase-grid .svc-card::before{right:20px;top:92px}
  .service-showcase-grid .svc-card::after{left:18px;bottom:18px}
  .service-showcase-grid .svc-media{min-height:260px}
  .service-showcase-grid .svc-media img{min-height:250px}
  .industry-design-grid{grid-template-columns:1fr;gap:14px;padding:14px;border-radius:24px}
  .industry-design-card{border-radius:18px}
  .post .body{min-height:auto;padding:22px 22px 24px}
  .post .meta{gap:14px;flex-wrap:wrap;margin-bottom:18px}
  .post .meta .cat{font-size:14px;padding:7px 15px}
  .post h3{font-size:28px;margin-bottom:14px}
  .post p{font-size:16px;margin-bottom:24px}
  .post .svc-link{font-size:18px}
  .webdev-page{padding-top:28px}
  .webdev-hero-panel{padding:30px 20px 0;border-radius:22px}
  .webdev-hero-panel::after{display:none}
  .webdev-copy{text-align:center}
  .webdev-kicker{font-size:16px;justify-content:center;margin-bottom:20px}
  .webdev-copy h1{font-size:40px}
  .webdev-copy h1{white-space:normal}
  .webdev-copy p{font-size:17px}
  .webdev-copy .btn{width:100%;justify-content:center}
  .webdev-visual{min-height:260px}
  .webdev-float{width:50px;height:50px;font-size:22px}
  .webdev-float.code{left:18px;top:62%}
  .webdev-float.gear{right:2%;top:48%}
  .webdev-float.globe{right:5%;bottom:6%;font-size:30px}
  .webdev-tech-strip{padding:18px;border-radius:14px}
  .practice{align-items:center}
  .practice-icon{width:64px;height:64px;font-size:40px}
  .practice strong{font-size:20px}
  .webdev-techs{grid-template-columns:repeat(3,1fr);gap:18px 12px}
  .webdev-problem-panel{padding:26px 18px}
  .webdev-section-title h2{font-size:26px}
  .webdev-problem-grid{grid-template-columns:1fr}
  .webdev-problem-grid article{grid-template-columns:70px 1fr;padding:18px}
  .problem-icon{width:56px;height:56px;font-size:28px}
  .tech-stack-marquee::before,.tech-stack-marquee::after{width:34px}
  .tech-stack-row{gap:12px;animation-duration:24s}
  .tech-logo-item{min-width:138px;padding:12px 14px;font-size:13px;border-radius:14px}
  .tech-logo-mark{width:40px;height:40px;flex-basis:40px}
  .webdev-services-section{padding-top:58px}
  .webdev-services-head{margin-bottom:24px}
  .webdev-services-head h2{font-size:36px}
  .webdev-services-head p{font-size:16.5px}
  .webdev-services-grid{grid-template-columns:1fr;gap:18px}
  .webdev-apply-section{padding-top:58px}
  .webdev-apply-grid{grid-template-columns:1fr;gap:20px}
  .webdev-apply-media{height:255px}
  .webdev-apply-body{min-height:auto;padding:76px 22px 32px}
  .webdev-apply-icon{width:84px;height:84px;top:-42px;font-size:38px}
  .webdev-apply-body h3{font-size:24px}
  .webdev-apply-body p{font-size:17px}
  .webdev-service-body{padding:22px 20px}
  .webdev-service-body h3{font-size:22px}
  .courses-page-hero{padding:42px 0 58px}
  .courses-page-hero h1{font-size:40px}
  .courses-page-hero p{font-size:16.5px}
  .courses-page-hero .cta{flex-direction:column}
  .courses-page-hero .cta .btn{justify-content:center}
  .courses-hero-visual{min-height:300px;border-radius:22px}
  .course-code-card{left:7%;right:7%;top:31%;padding:20px}
  .course-chip{min-width:68px;height:38px;font-size:12px}
  .courses-grid{grid-template-columns:1fr}
  .course-card{min-height:auto;padding:24px 18px 18px}
  .course-main{grid-template-columns:84px 1fr;gap:16px}
  .course-main-logo{height:86px}
  .course-main-logo span{font-size:34px}
  .course-main-logo.az span,.course-main-logo.code span{font-size:44px}
  .course-card h3{font-size:19px}
  .course-tags{grid-template-columns:repeat(2,1fr)}
  .course-footer-row{grid-template-columns:1fr;align-items:start}
  .course-link{justify-content:center}
  .training-support-grid{grid-template-columns:1fr;padding:14px;gap:14px}
  .training-support-card{grid-template-columns:78px 1fr;padding:14px}
  .training-support-mark{width:64px;height:64px;font-size:27px}
  .training-support-mark img{width:50px;height:50px}
  .service-modern-page{padding-top:28px}
  .service-modern-panel{padding:30px 20px 0;border-radius:22px}
  .service-modern-panel::after{display:none}
  .service-modern-copy{text-align:center}
  .service-modern-kicker{font-size:16px;justify-content:center;margin-bottom:20px}
  .service-modern-copy h1{font-size:40px}
  .service-modern-copy p{font-size:17px}
  .service-modern-copy .btn{width:100%;justify-content:center}
  .service-modern-visual{min-height:260px}
  .service-modern-float{display:none}
  .service-modern-strip{padding:18px;border-radius:14px}
  .service-practice{align-items:center}
  .service-practice-logo{width:64px;height:64px}
  .service-practice strong{font-size:20px}
  .service-modern-features{grid-template-columns:repeat(3,1fr);gap:18px 12px}
  .service-modern-problems{padding:26px 18px}
  .service-modern-section-title h2{font-size:26px}
  .service-modern-problem-grid{grid-template-columns:1fr}
  .service-modern-problem-grid article{grid-template-columns:70px 1fr;padding:18px}
  .service-modern-problem-icon{width:56px;height:56px}
  .service-modern-problem-icon svg{width:30px;height:30px}
}
@media (max-width:480px){
  .logos-row{grid-template-columns:repeat(2,1fr)}
  h1{font-size:36px}
  .brand span{display:none}
  .service-showcase-grid .svc-card{padding:28px 18px 22px}
  .service-showcase-grid .svc-card h3{font-size:34px}
  .service-showcase-grid .num{font-size:58px}
  .service-showcase-grid .svc-media{min-height:220px}
  .service-showcase-grid .svc-media img{min-height:220px}
}

/* Green technology hero responsive overrides */
@media (max-width:1024px){
  .hero{padding:24px 0 34px}
  .hero .grid{display:grid;grid-template-columns:1fr;gap:24px;min-height:auto;padding:58px 42px 42px;border-radius:34px}
  .hero-copy{text-align:center}
  .hero h1{max-width:none;margin-left:auto;margin-right:auto}
  .hero .lead{margin-left:auto;margin-right:auto}
  .hero .cta{justify-content:center}
  .hero .visual{min-height:460px;margin-top:0}
  .hero-stage{min-height:460px}
  .hero-reference{left:50%;right:auto;bottom:-28px;width:min(760px,122%);height:500px;transform:translateX(-50%)}
  .tech-microsoft{top:3%;left:46%}
  .tech-azure{top:14%;left:22%}
  .tech-salesforce{top:13%;right:9%}
  .tech-dotnet{top:40%;left:22%}
  .tech-js{top:38%;right:10%}
  .tech-power{left:13%;bottom:12%}
  .tech-analytics{right:5%;bottom:10%}
}
@media (max-width:768px){
  .hero::before,.hero::after{display:none}
  .hero .grid{padding:34px 18px 26px;border-radius:26px}
  .hero .eyebrow{font-size:11.5px}
  .hero h1{font-size:clamp(34px,10vw,48px);margin:18px auto 16px}
  .hero .lead{font-size:15.5px;margin-bottom:22px}
  .hero .cta{margin-bottom:18px}
  .hero .visual{min-height:315px;margin-top:-12px}
  .hero-stage{min-height:330px}
  .hero-reference{height:345px;width:124%;bottom:4px}
  .tech-microsoft{top:1%;left:45%;width:46px;height:46px}
  .ms-mark{width:44px;height:44px;gap:3px}
  .tech-azure{top:14%;left:8%;font-size:15px}
  .tech-azure strong{font-size:42px}
  .tech-salesforce{top:12%;right:1%;width:108px;height:64px;font-size:15px}
  .tech-dotnet{top:37%;left:10%;font-size:21px}
  .tech-dotnet::before{width:48px;height:24px}
  .tech-js{top:36%;right:8%;width:44px;height:44px;font-size:21px}
  .tech-power{bottom:10%;left:6%;font-size:14px}
  .tech-power strong{width:48px;height:48px;font-size:27px}
  .tech-power span{max-width:82px}
  .tech-analytics{right:6%;bottom:9%;font-size:15px}
  .tech-analytics strong{width:36px;height:44px}
}
@media (max-width:480px){
  .hero{padding-top:16px}
  .hero .grid{padding:30px 16px 24px}
  .hero .cta{gap:10px}
  .hero .visual{min-height:280px}
  .hero-stage{min-height:280px}
  .hero-reference{height:305px;width:132%;bottom:8px}
  .tech-salesforce{display:inline-flex;width:92px;height:54px;font-size:13px}
  .tech-azure span,.tech-dotnet,.tech-salesforce,.tech-js{display:none}
  .tech-power span,.tech-analytics span{display:none}
  .hero-dot{display:none}
}
