:root{--navy:#202020;--deep:#151515;--ink:#292929;--blue:#b78a35;--gold:#c89b43;--gold-light:#e1bf73;--metal:#74777b;--light:#f7f6f3;--line:#dedbd4;--muted:#676767;--white:#fff;--shadow:0 12px 30px rgba(20,20,20,.10)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:82px}
body{margin:0;color:var(--ink);background:#fff;font-family:Montserrat,"Segoe UI",Arial,sans-serif;font-size:14px;line-height:1.55;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1200px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:12px;top:-60px;z-index:200;background:#fff;padding:10px 16px;border-radius:4px}.skip-link:focus{top:12px}
.site-header{height:80px;background:#fff;box-shadow:0 2px 12px rgba(4,45,89,.09);position:sticky;top:0;z-index:100}
.nav-wrap{height:100%;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center;min-width:224px}.brand img{width:64px;height:64px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1}.brand b{font-size:26px;letter-spacing:.5px}.brand small{font-size:8px;font-weight:700;margin-top:5px;white-space:nowrap}
.main-nav{display:flex;align-items:center;justify-content:center;gap:36px;flex:1}.main-nav a{font-size:12px;font-weight:700;position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--navy);transition:.2s}.main-nav a:hover:after,.main-nav a.active:after{right:0}
.header-phone{font-size:13px;font-weight:800;white-space:nowrap}.round-icon{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;color:#fff;background:var(--navy);margin-right:7px;font-size:12px}
.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:27px;height:2px;background:var(--navy);margin:6px}
.hero{height:480px;position:relative;background:#dce9f3;overflow:hidden}.hero-image{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(238,246,252,.98) 0%,rgba(238,246,252,.87) 27%,rgba(238,246,252,.08) 53%,rgba(3,34,65,.04) 100%),url("../img/projects/project-1.jpg");background-size:cover;background-position:center 53%}
.hero-inner{height:100%;display:flex;align-items:center;position:relative}.hero-copy{width:440px;padding-left:4px}.eyebrow{font-size:10px;line-height:1.2;letter-spacing:.08em;color:#2774ac;font-weight:700;margin:0 0 5px}.hero .eyebrow{display:none}.hero h1{font-size:43px;line-height:1.08;letter-spacing:-1.2px;margin:0 0 16px;color:var(--navy);font-weight:800}.hero-copy>p:not(.eyebrow){max-width:400px;color:#263c51;font-size:14px;font-weight:500;margin:0 0 20px}
.hero-actions{display:flex;gap:16px}.btn{min-height:44px;padding:0 24px;border:1px solid var(--navy);border-radius:4px;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:700;font-size:11px;letter-spacing:.03em;transition:.2s}.btn span{font-size:22px;line-height:0;margin-left:20px}.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover{background:#0a4a85;transform:translateY(-1px)}.btn-outline{background:rgba(255,255,255,.65);color:var(--navy)}.btn-outline:hover{background:#fff}
.hero-lines{display:flex;gap:8px;margin-top:42px}.hero-lines i{width:42px;height:3px;background:#fff}.hero-lines i:first-child{background:var(--navy)}
.advantages{position:absolute;right:0;top:50%;transform:translateY(-50%);width:132px;border-radius:8px;overflow:hidden;background:var(--navy);color:#fff;box-shadow:0 8px 24px rgba(4,45,89,.24)}.advantages div{height:80px;display:flex;align-items:center;gap:12px;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.2)}.advantages div:last-child{border:0}.advantages svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7}.advantages span{font-size:10px;font-weight:700;line-height:1.25}
.section{padding:54px 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.section-heading h2,.coverage h2,.contact-card h2{font-size:24px;line-height:1.2;margin:0;color:var(--navy);letter-spacing:-.35px}.text-link{font-size:10px;font-weight:700}.text-link span{font-size:18px;margin-left:10px}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.service-card{min-height:174px;border:1px solid var(--line);border-radius:5px;text-align:center;padding:18px 14px;background:#fff;transition:.2s}.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.service-card svg{width:62px;height:48px;fill:none;stroke:var(--navy);stroke-width:1.5;stroke-linejoin:round;margin-bottom:5px}.service-card h3{font-size:13px;margin:3px 0 5px}.service-card p{font-size:10px;line-height:1.45;color:#34495d;margin:0}.mobile-service-cta{display:none}
.projects{background:linear-gradient(#f7f9fb,#fff)}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.project-card img{width:100%;height:146px;object-fit:cover;border-radius:5px}.project-card h3{font-size:12px;margin:8px 3px 1px}.project-card p{font-size:10px;margin:0 3px;color:#526273}
.trust-band{background:linear-gradient(105deg,var(--deep),#034477);color:#fff;padding:25px 0}.trust-inner{display:grid;grid-template-columns:1.1fr 1fr;align-items:center}.trust-intro{display:flex;align-items:center;gap:26px;padding-right:40px;border-right:1px solid rgba(255,255,255,.25)}.trust-intro>strong{width:105px;height:78px;border:1px solid rgba(255,255,255,.45);border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:25px;flex:none}.trust-intro small{font-size:9px;line-height:1.2;text-align:center}.trust-intro h2{font-size:18px;margin:0 0 4px}.trust-intro p{font-size:9px;margin:0;color:#e6edf5}.stats{display:grid;grid-template-columns:repeat(3,1fr)}.stats>div{min-height:72px;display:grid;grid-template-columns:50px auto;grid-template-rows:1fr 1fr;align-items:end;padding:0 20px;border-right:1px solid rgba(255,255,255,.22)}.stats>div:last-child{border:0}.stats svg{grid-row:1/3;width:38px;height:38px;fill:none;stroke:#fff;stroke-width:1.4;align-self:center}.stats strong{font-size:19px;white-space:nowrap}.stats span{font-size:8px;align-self:start}
.coverage-contact{padding:45px 0}.coverage-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:40px}.coverage{padding-right:42px;border-right:1px solid var(--line)}.coverage>p:not(.eyebrow){font-size:10px;max-width:470px;color:#42566a}.map-art{position:relative;width:100%;height:155px;margin-top:-12px}.map-art svg{width:85%;height:100%;overflow:visible}.map-art path{fill:#e6edf3;stroke:#b6c6d3;stroke-width:2;stroke-dasharray:3 3}.map-art circle{fill:var(--navy);stroke:#fff;stroke-width:2}.map-art strong{position:absolute;right:1%;top:44%;width:76px;height:76px;border-radius:50%;background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:24px}.map-art small{font-size:9px;line-height:1;text-align:center}
.contact-card{padding-top:4px}.contact-card>p:not(.eyebrow){font-size:10px;color:#42566a;margin-bottom:13px}.contact-line{display:flex;align-items:center;gap:12px;font-style:normal;margin:8px 0;font-size:11px}.contact-line span{width:25px;height:25px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;flex:none}.contact-card .btn{margin:10px 0 0 38px;min-height:35px;padding:0 28px}
.site-footer{background:linear-gradient(105deg,#042d59,#063b6e);color:#fff}.footer-grid{display:grid;grid-template-columns:1.6fr .75fr .9fr .75fr 1.25fr;gap:34px;padding-top:32px;padding-bottom:27px}.brand-light{min-width:0;color:#fff}.brand-light img{width:52px;height:52px}.brand-light b{font-size:23px}.footer-brand p,.site-footer p{font-size:9px;color:#d5e0ea;margin:10px 0;max-width:260px}.site-footer h3{font-size:10px;text-transform:uppercase;margin:8px 0 10px}.site-footer .footer-grid>div:not(:first-child)>a{display:block;font-size:9px;color:#d5e0ea;margin:5px 0}.footer-contact>a:first-of-type{font-size:11px!important;color:#fff!important}.socials{display:flex;gap:8px;margin-top:10px}.socials a{width:23px;height:23px;border-radius:50%;background:#fff;color:var(--navy)!important;display:grid!important;place-items:center;font-weight:800}.footer-bottom{border-top:1px solid rgba(255,255,255,.18)}.footer-bottom .container{display:flex;justify-content:space-between;padding-block:12px;font-size:8px;color:#c7d5e2}.footer-bottom a{margin:0 8px}.footer-bottom i{font-style:normal}
.svg-defs{position:absolute;width:0;height:0;overflow:hidden}

@media(max-width:900px){
  .site-header{height:72px}.container{width:min(100% - 30px,720px)}.brand{min-width:auto}.brand img{width:53px;height:53px}.brand b{font-size:22px}.brand small{font-size:7px}.menu-toggle{display:block;margin-left:auto;z-index:2}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.menu-toggle span{transition:.2s}
  .main-nav{position:absolute;left:0;right:0;top:72px;background:#fff;display:none;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 18px;box-shadow:0 12px 20px rgba(5,43,83,.12)}.main-nav.open{display:flex}.main-nav a{padding:12px;border-bottom:1px solid #edf1f5}.header-phone{display:none}
  .hero{height:590px}.hero-image{background-image:linear-gradient(90deg,rgba(236,245,252,.94) 0%,rgba(236,245,252,.7) 45%,rgba(236,245,252,.04) 100%),url("../img/projects/project-1.jpg");background-position:58% center}.hero-copy{width:55%}.advantages{right:15px}
  .service-grid{grid-template-columns:repeat(2,1fr)}.service-card:last-child{grid-column:1/-1}.project-grid{grid-template-columns:repeat(2,1fr)}
  .trust-inner{grid-template-columns:1fr}.trust-intro{border-right:0;padding:0 0 20px}.stats{border-top:1px solid rgba(255,255,255,.2);padding-top:20px}
  .coverage-grid{grid-template-columns:1fr}.coverage{border-right:0;border-bottom:1px solid var(--line);padding:0 0 25px}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-contact{grid-column:2/4}
}
@media(max-width:600px){
  body{font-size:13px}.container{width:calc(100% - 28px)}.site-header{height:76px}.main-nav{top:76px}.brand img{width:56px;height:56px}.brand b{font-size:25px}
  .hero{height:462px}.hero-image{background-image:linear-gradient(90deg,rgba(232,242,249,.92) 0%,rgba(232,242,249,.74) 52%,rgba(232,242,249,.1) 100%),url("../img/projects/project-1.jpg");background-size:auto 100%;background-position:62% center}.hero-inner{align-items:flex-start}.hero-copy{width:78%;padding-top:48px}.hero .eyebrow{display:none}.hero h1{font-size:29px;line-height:1.1;letter-spacing:-.6px;margin-bottom:14px}.hero-copy>p:not(.eyebrow){font-size:11px;line-height:1.55;max-width:250px}.hero-actions{flex-direction:column;width:160px;gap:10px}.btn{min-height:42px;padding:0 16px;font-size:10px}.hero-lines{margin-top:23px}.hero-lines i{width:28px;height:2px}.advantages{display:none}
  .section{padding:34px 0}.section-heading{margin-bottom:15px}.section-heading h2,.coverage h2,.contact-card h2{font-size:20px}.text-link{display:none}
  .service-grid{grid-template-columns:1fr;gap:0;border:1px solid var(--line);border-radius:5px;overflow:hidden}.service-card,.service-card:last-child{min-height:118px;border:0;border-bottom:1px solid var(--line);border-radius:0;display:grid;grid-template-columns:72px 1fr;text-align:left;padding:17px 15px;align-content:center}.service-card:last-child{grid-column:auto;border-bottom:0}.service-card svg{grid-row:1/3;width:55px;height:45px;margin:auto}.service-card h3{font-size:12px;margin:0 0 4px}.service-card p{font-size:9px;line-height:1.45}.mobile-service-cta{display:flex;width:100%;margin-top:16px}
  .projects{display:block}.project-grid{grid-template-columns:1fr;gap:22px}.project-card img{height:200px}.project-card h3{font-size:13px}
  .trust-band{padding:28px 0}.trust-intro{display:block;text-align:center}.trust-intro>strong{margin:0 auto 16px}.trust-intro p{font-size:10px}.stats{grid-template-columns:1fr;gap:0}.stats>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);padding:12px 25%;grid-template-columns:52px auto}.stats>div:last-child{border-bottom:0}.stats strong{font-size:17px}
  .coverage-contact{padding:35px 0}.coverage-grid{gap:28px}.coverage>p:not(.eyebrow),.contact-card>p:not(.eyebrow){font-size:10px}.map-art{height:125px}.map-art strong{width:64px;height:64px;font-size:20px}.contact-card .btn{margin:14px 0 0;width:100%}
  .footer-grid{grid-template-columns:1fr 1fr;gap:22px}.footer-brand{grid-column:1/-1}.footer-contact{grid-column:1/-1}.footer-bottom .container{flex-direction:column;gap:7px;text-align:center}.footer-bottom i{display:none}.footer-bottom a{margin:0 5px}
}

/* Müşterinin özgün amblemi */
.site-header{background:#20201f;color:#fff;border-bottom-color:#4b4231;box-shadow:0 3px 16px rgba(0,0,0,.18)}
.brand .logo-mark{display:block;width:58px;height:58px;object-fit:contain;border-radius:0}
.site-header .brand small{color:#d4c8ae}
.site-header .menu-toggle span{background:var(--gold)}
@media(max-width:900px){
  .main-nav{background:#242423;color:#fff;box-shadow:0 12px 20px rgba(0,0,0,.22)}
  .main-nav a{border-bottom-color:#41413f}
  .brand .logo-mark{width:50px;height:50px;object-fit:contain}
}
@media(max-width:600px){
  .brand .logo-mark{width:46px;height:46px;object-fit:contain}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Gold / antrasit kurumsal kimlik */
.site-header{border-bottom:1px solid #e4e0d7;box-shadow:0 3px 16px rgba(20,20,20,.08)}
.brand{gap:11px}.brand .logo-mark{display:block;width:56px;height:56px;flex:none;object-fit:contain}.brand small{color:#5b5b5b}.main-nav a:after{background:var(--gold)}
.round-icon{color:#171717;background:var(--gold)}
.hero{height:500px;background:#e7e3da}.hero-image{background-image:linear-gradient(90deg,rgba(250,249,246,.98) 0%,rgba(250,249,246,.89) 30%,rgba(250,249,246,.18) 59%,rgba(20,20,20,.12) 100%),url("../img/projects/project-1.jpg")}
.eyebrow{color:var(--blue);letter-spacing:.12em;font-weight:800}.hero-copy>p:not(.eyebrow){color:#414141}.btn-primary,.btn-gold{background:var(--gold);border-color:var(--gold);color:#171717}.btn-primary:hover,.btn-gold:hover{background:var(--gold-light);border-color:var(--gold-light)}.btn-outline{border-color:#525252}.hero-lines i:first-child{background:var(--gold)}
.advantages{background:rgba(27,27,27,.96);border-top:3px solid var(--gold);box-shadow:0 10px 26px rgba(0,0,0,.24)}.advantages svg{stroke:var(--gold-light)}
.service-grid{grid-template-columns:repeat(3,1fr);gap:16px}.service-card{min-height:190px;border-radius:7px;padding:24px 20px;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--gold),#707276)}.service-card svg{stroke:var(--gold)}
.why-section{padding:58px 0;background:linear-gradient(120deg,#171717,#2b2b2b);color:#fff;border-top:3px solid var(--gold)}.light-heading h2{color:#fff}.heading-note{font-size:11px;color:#c9c9c9;margin:0}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.14)}.why-grid article{background:#212121;padding:28px 18px;min-height:190px}.why-grid svg{width:40px;height:40px;fill:none;stroke:var(--gold-light);stroke-width:1.7}.why-grid h3{font-size:13px;margin:18px 0 7px}.why-grid p{font-size:10px;color:#bdbdbd;margin:0;line-height:1.6}
.centered-heading{justify-content:center;text-align:center}.process-section{background:#faf9f6}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);position:relative}.process-grid:before{content:"";position:absolute;top:52px;left:10%;right:10%;height:1px;background:#d2c5aa}.process-grid article{text-align:center;padding:5px 15px;position:relative}.process-grid article>span{position:absolute;top:3px;right:20%;font-size:10px;color:var(--gold);font-weight:800}.process-grid svg{width:54px;height:54px;padding:13px;border-radius:50%;background:#fff;fill:none;stroke:var(--gold);stroke-width:1.7;box-shadow:0 4px 14px rgba(20,20,20,.09);position:relative}.process-grid h3{font-size:12px;margin:14px 0 5px}.process-grid p{font-size:9px;color:#686868;margin:0}
.projects{background:linear-gradient(#f2f0eb,#fff)}.project-grid{grid-template-columns:repeat(2,1fr);gap:24px}.project-card{background:#fff;padding-bottom:15px;border-radius:8px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #ece8df}.project-card img{height:270px;border-radius:0;object-fit:cover}.project-card h3{font-size:14px;margin:13px 16px 2px}.project-card p{margin:0 16px;color:#696969}
.trust-band{background:linear-gradient(110deg,#151515,#303030);border-top:3px solid var(--gold)}.stats svg{stroke:var(--gold-light)}
.coverage-contact{background:#fff}.map-art path{fill:#e9e5dc;stroke:#aaa59b}.map-art circle{fill:var(--gold)}.contact-line span{background:var(--gold);color:#171717}
.faq-section{background:#f6f4ef}.faq-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.faq-intro h2{font-size:26px;margin:0 0 12px}.faq-intro>p:not(.eyebrow){font-size:11px;color:#666;max-width:330px}.btn-outline-dark{margin-top:15px;border-color:#333}.faq-list details{background:#fff;border-bottom:1px solid #ddd8ce;padding:0 20px}.faq-list details:first-child{border-top:3px solid var(--gold)}.faq-list summary{cursor:pointer;list-style:none;padding:17px 0;font-size:12px;font-weight:700;display:flex;justify-content:space-between;gap:16px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--gold);font-size:20px;line-height:1}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{font-size:10px;color:#666;margin:-4px 0 17px;max-width:650px}
.final-cta{background:linear-gradient(110deg,#272727,#131313);color:#fff;padding:35px 0;border-bottom:1px solid #454545}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.final-cta h2{font-size:25px;margin:0 0 4px}.final-cta p{font-size:9px;color:#bbb;margin:0}.final-cta-actions{display:flex;align-items:center;gap:22px}.cta-phone{font-size:12px;color:var(--gold-light);font-weight:700;white-space:nowrap}.cta-phone span{font-size:16px;margin-left:6px}
.site-footer{background:linear-gradient(110deg,#151515,#292929)}.brand-light .logo-mark{width:48px;height:48px}.brand-light small{color:#d8d8d8}.socials a{background:var(--gold)}

@media(max-width:900px){
  .brand .logo-mark{display:block;width:49px;height:49px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card:last-child{grid-column:auto}
  .why-grid{grid-template-columns:repeat(2,1fr)}.why-grid article:last-child{grid-column:1/-1}.process-grid{grid-template-columns:repeat(3,1fr);gap:28px 0}.process-grid:before{display:none}.faq-wrap{grid-template-columns:1fr;gap:25px}.final-cta-inner{align-items:flex-start;flex-direction:column}.project-card img{height:230px}
}
@media(max-width:600px){
  .brand{gap:7px}.brand .logo-mark{display:block;width:46px;height:46px}.brand b{font-size:20px}.brand small{font-size:6px}.hero{height:470px}.hero-image{background-image:linear-gradient(90deg,rgba(248,247,243,.94) 0%,rgba(248,247,243,.76) 55%,rgba(248,247,243,.14) 100%),url("../img/projects/project-1.jpg")}
  .service-grid{grid-template-columns:1fr}.service-card{min-height:124px}.why-section{padding:40px 0}.why-grid{grid-template-columns:1fr}.why-grid article,.why-grid article:last-child{grid-column:auto;min-height:138px;display:grid;grid-template-columns:55px 1fr;padding:20px}.why-grid svg{grid-row:1/3}.why-grid h3{margin:3px 0}.process-grid{grid-template-columns:1fr;gap:12px}.process-grid article{display:grid;grid-template-columns:65px 1fr;text-align:left;padding:8px 18px}.process-grid svg{grid-row:1/3}.process-grid h3{margin:6px 0 2px}.process-grid article>span{right:12px}.project-grid{grid-template-columns:1fr}.project-card img{height:210px}.faq-intro h2{font-size:22px}.faq-list details{padding:0 14px}.final-cta{padding:30px 0}.final-cta h2{font-size:21px}.final-cta-actions{width:100%;flex-direction:column;align-items:stretch}.final-cta-actions .btn{width:100%}.cta-phone{text-align:center}
}

/* Stok görsellerle zenginleştirilmiş kurumsal alanlar */
.service-card{padding:0;text-align:left;min-height:330px}
.service-card>img{width:100%;height:170px;object-fit:cover;object-position:center;transition:transform .25s ease}
.service-card:hover>img{transform:scale(1.025)}
.service-card-body{display:grid;grid-template-columns:54px 1fr;gap:13px;align-items:start;padding:20px}
.service-card-body svg{width:46px;height:42px;margin:0}
.service-card-body h3{margin:2px 0 6px;font-size:13px}
.service-card-body p{font-size:10px;line-height:1.55}
.why-section{position:relative;isolation:isolate;overflow:hidden}
.why-backdrop{position:absolute;inset:0;z-index:-2;background:url("../img/stock/stock-1-steel-frame.png") center 45%/cover no-repeat}
.why-section:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(15,15,15,.97),rgba(24,24,24,.88) 58%,rgba(18,18,18,.76))}
.why-grid article{background:rgba(28,28,28,.88);backdrop-filter:blur(2px)}
.process-showcase{display:grid;grid-template-columns:380px 1fr;gap:38px;align-items:center}
.process-showcase figure{margin:0;height:265px;border-radius:8px;overflow:hidden;position:relative;box-shadow:var(--shadow)}
.process-showcase figure img{width:100%;height:100%;object-fit:cover;object-position:center}
.process-showcase figcaption{position:absolute;left:0;right:0;bottom:0;padding:35px 18px 16px;color:#fff;background:linear-gradient(transparent,rgba(12,12,12,.9));display:flex;flex-direction:column}
.process-showcase figcaption b{font-size:13px}.process-showcase figcaption span{font-size:9px;color:#ddd}
.process-showcase .process-grid{grid-template-columns:repeat(3,1fr);gap:25px 0}
.process-showcase .process-grid:before{display:none}
.coverage-photo{width:100%;height:180px;object-fit:cover;object-position:center;border-radius:7px;margin-top:8px;box-shadow:var(--shadow)}
.final-cta{position:relative;isolation:isolate;background:url("../img/stock/stock-4-commercial-building.png") center 52%/cover no-repeat;overflow:hidden}
.final-cta:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(17,17,17,.96),rgba(22,22,22,.86) 65%,rgba(20,20,20,.72))}

@media(max-width:900px){
  .service-card{min-height:310px}.service-card>img{height:155px}
  .process-showcase{grid-template-columns:1fr}.process-showcase figure{height:300px}
  .process-showcase .process-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:600px){
  .service-grid{border:0;gap:16px;overflow:visible}
  .service-card,.service-card:last-child{display:block;min-height:0;border:1px solid var(--line);border-radius:7px;padding:0;overflow:hidden}
  .service-card>img{height:180px}
  .service-card-body{display:grid;grid-template-columns:50px 1fr;padding:17px}
  .service-card-body svg{grid-row:auto;margin:0}
  .why-section:after{background:rgba(18,18,18,.88)}
  .why-section .section-heading{display:block}.why-section .heading-note{display:none}
  .process-showcase{gap:24px}.process-showcase figure{height:220px}
  .process-showcase .process-grid{grid-template-columns:1fr}
  .coverage-photo{height:190px;margin-top:14px}
  .final-cta{background-position:42% center}
}
