/* Revision 100 — verified Data Center submenu hero system. */
:root{--rttr-dc-hero-height:360px}
[data-page-view="consulting"] .consulting-hero,
[data-page-view="design"] .design-hero,
[data-page-view="audit"] .audit-hero,
[data-page-view="rfp"] .rfp-hero,
[data-page-view="cfd-service"] .cfd-hero,
[data-page-view="supply-procurement"] .sp-hero,
[data-page-view="turnkey"] .tk-hero,
[data-page-view="testing-commissioning"] .tc-hero,
[data-page-view="data-center-testing"] .tc-hero,
[data-page-view="project-management"] .tc-hero,
[data-page-view="amc-operations"] .amc-hero,
[data-page-view="dcim-bms"] .op-hero,
[data-page-view="pue-optimization"] .op-hero,
[data-page-view="cctv-access"] .op-hero{
  min-height:var(--rttr-dc-hero-height)!important;height:var(--rttr-dc-hero-height)!important;max-height:var(--rttr-dc-hero-height)!important;
  box-sizing:border-box!important;overflow:hidden!important;padding:38px 6%!important;display:flex!important;align-items:center!important;
  background-image:linear-gradient(90deg,rgba(2,15,17,.98) 0%,rgba(2,18,20,.90) 40%,rgba(2,18,20,.38) 67%,rgba(2,18,20,.12) 100%),var(--rttr-hero-image)!important;
  background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important
}
[data-page-view="consulting"]{--rttr-hero-image:url("assets/data-center-consultancy-hero.webp")}
[data-page-view="design"]{--rttr-hero-image:url("assets/data-center-design-hero.webp")}
[data-page-view="audit"]{--rttr-hero-image:url("assets/uptime-audit-hero.webp")}
[data-page-view="rfp"]{--rttr-hero-image:url("assets/rfp-tender-engineering-hero.webp")}
[data-page-view="cfd-service"]{--rttr-hero-image:url("assets/cfd-analysis-bg.webp")}
[data-page-view="supply-procurement"]{--rttr-hero-image:url("assets/data-center-lifecycle-hero-v2.webp")}
[data-page-view="turnkey"]{--rttr-hero-image:url("assets/final-v72/turnkey-delivery.webp")}
[data-page-view="testing-commissioning"]{--rttr-hero-image:url("assets/hero-complex-datacenter-v98.png")}
[data-page-view="data-center-testing"]{--rttr-hero-image:url("assets/final-v72/data-center-testing.webp")}
[data-page-view="project-management"]{--rttr-hero-image:url("assets/rttr-leadership-original-face-v94.png")}
[data-page-view="amc-operations"]{--rttr-hero-image:url("assets/dcim-operations-bg-visible.webp")}
[data-page-view="dcim-bms"]{--rttr-hero-image:url("assets/final-v73/dcim-bms-ecosystem.webp")}
[data-page-view="pue-optimization"]{--rttr-hero-image:url("assets/final-v95/pue-clean.png")}
[data-page-view="cctv-access"]{--rttr-hero-image:url("assets/security-systems-hero.webp")}

/* The artwork is the full-width hero background; suppress old duplicate media panels. */
[data-page-view="consulting"] .consulting-hero>img,
[data-page-view="design"] .design-hero>img,
[data-page-view="audit"] .audit-hero>img,
[data-page-view="rfp"] .rfp-hero>img,
[data-page-view="cfd-service"] .cfd-hero>img,
[data-page-view="supply-procurement"] .sp-hero-visual,
[data-page-view="turnkey"] .tk-visual,
[data-page-view="testing-commissioning"] .tc-hero>img,
[data-page-view="data-center-testing"] .tc-hero>img,
[data-page-view="project-management"] .tc-hero>img,
[data-page-view="dcim-bms"] .op-hero-media,
[data-page-view="pue-optimization"] .op-hero-media,
[data-page-view="cctv-access"] .op-hero-media{display:none!important}

[data-page-view] :is(.consulting-hero-copy,.design-copy,.audit-copy,.rfp-copy,.cfd-copy,.sp-copy,.tk-copy,.tc-copy,.op-copy,.amc-copy){
  position:relative!important;z-index:3!important;width:min(760px,54%)!important;max-width:760px!important
}
[data-page-view] :is(.consulting-hero,.design-hero,.audit-hero,.rfp-hero,.cfd-hero,.sp-hero,.tk-hero,.tc-hero,.op-hero,.amc-hero) h1{
  font-size:clamp(42px,4.15vw,70px)!important;line-height:.96!important;letter-spacing:-.045em!important;margin:8px 0 14px!important
}
[data-page-view] :is(.consulting-hero,.design-hero,.audit-hero,.rfp-hero,.cfd-hero,.sp-hero,.tk-hero,.tc-hero,.op-hero,.amc-hero) p{
  font-size:15px!important;line-height:1.55!important;max-width:720px!important
}
[data-page-view] :is(.hero-actions,.design-actions,.audit-actions,.rfp-actions,.cfd-actions,.sp-actions,.tk-actions,.tc-actions,.op-actions,.amc-actions){margin-top:20px!important}
[data-page-view] :is(.hero-actions,.design-actions,.audit-actions,.rfp-actions,.cfd-actions,.sp-actions,.tk-actions,.tc-actions,.op-actions,.amc-actions) button{min-height:44px!important}

@media(max-width:900px){
  :root{--rttr-dc-hero-height:520px}
  [data-page-view] :is(.consulting-hero-copy,.design-copy,.audit-copy,.rfp-copy,.cfd-copy,.sp-copy,.tk-copy,.tc-copy,.op-copy,.amc-copy){width:100%!important;max-width:100%!important}
  [data-page-view] :is(.consulting-hero,.design-hero,.audit-hero,.rfp-hero,.cfd-hero,.sp-hero,.tk-hero,.tc-hero,.op-hero,.amc-hero){background-image:linear-gradient(180deg,rgba(2,15,17,.55),rgba(2,15,17,.97) 58%),var(--rttr-hero-image)!important;padding:42px 6%!important;align-items:flex-end!important}
}

/* Revision 101 — reduce the Data Center overview hero height by approximately 25%. */
@media(min-width:901px){
  [data-page-view="data-center"] .dc-hero{
    min-height:345px!important;
    padding-top:45px!important;
    padding-bottom:45px!important;
  }
}

/* Revision 126 — complete Who We Are / About RTTR Engineering Group page */
.rttr-about{background:#071011;color:#f5fbfb;overflow:hidden}.rttr-about *{box-sizing:border-box}.rttr-about .primary,.rttr-about .secondary{min-height:46px;padding:0 22px;border-radius:5px;font:600 13px Arial,Helvetica,sans-serif;cursor:pointer}.rttr-about .primary{background:#79cfcb;border:1px solid #79cfcb;color:#061314}.rttr-about .secondary{background:transparent;border:1px solid rgba(121,207,203,.75);color:#f5fbfb}.rttr-about .primary:hover{background:#9de2df}.rttr-about .secondary:hover{background:rgba(121,207,203,.1)}
.about-hero{min-height:552px;position:relative;display:flex;align-items:center;padding:66px 6%;background-image:linear-gradient(90deg,rgba(2,11,12,.98) 0%,rgba(2,14,15,.91) 39%,rgba(2,14,15,.42) 66%,rgba(2,14,15,.13) 100%),url('assets/hero-complex-datacenter-v98.webp');background-size:cover;background-position:center right;border-bottom:1px solid rgba(121,207,203,.28)}
.about-hero-copy{position:relative;z-index:2;width:min(760px,57%)}.about-eyebrow,.about-section-heading>span,.about-story-content>span,.about-vision-card>span,.about-why-copy>span,.about-ecosystem>div:first-child>span,.about-final span{display:block;color:#79cfcb;font-size:11px;font-weight:800;letter-spacing:.16em;margin-bottom:14px}.about-hero h1{font-size:clamp(50px,5.2vw,78px);line-height:.96;letter-spacing:-.055em;margin:0 0 23px}.about-hero h1 em{font-style:normal;color:#79cfcb}.about-hero-copy>p{max-width:700px;color:#c9dada;font-size:16px;line-height:1.7;margin:0}.about-hero-actions{display:flex;gap:12px;margin-top:29px}.about-hero-card{position:absolute;z-index:2;right:6%;bottom:38px;width:350px;padding:20px 22px;background:rgba(5,19,20,.82);border:1px solid rgba(121,207,203,.36);backdrop-filter:blur(10px)}.about-hero-card small{display:block;color:#79cfcb;font-weight:800;letter-spacing:.14em;margin-bottom:9px}.about-hero-card strong{display:block;font-size:15px;line-height:1.45}.about-hero-card p{color:#a9c3c4;font-size:12px;line-height:1.55;margin:8px 0 0}
.about-metrics{display:grid;grid-template-columns:repeat(4,1fr);background:#0b2425;border-bottom:1px solid rgba(121,207,203,.23)}.about-metrics>div{padding:25px 6vw;border-right:1px solid rgba(121,207,203,.23)}.about-metrics>div:last-child{border-right:0}.about-metrics b{display:block;color:#79cfcb;font-size:28px;letter-spacing:-.03em}.about-metrics span{display:block;color:#d9e7e7;font-size:11px;margin-top:5px}
.about-intro{display:grid;grid-template-columns:.9fr 1.25fr;gap:8vw;padding:92px 7%;background:#f7f9f9;color:#0b2225}.about-section-heading h2{font-size:clamp(38px,4vw,62px);line-height:1.02;letter-spacing:-.045em;margin:0}.about-section-heading p{color:#667c7d;line-height:1.65;max-width:760px}.about-intro-copy{padding-top:28px}.about-intro-copy p{font-size:16px;line-height:1.8;color:#52696a;margin:0 0 21px}
.about-story-grid{display:grid;grid-template-columns:1fr 1fr;min-height:640px;background:#071011}.about-story-visual{background-image:linear-gradient(180deg,rgba(4,14,15,.05),rgba(4,14,15,.5)),url('assets/capabilities-engineering-bg.webp');background-size:cover;background-position:center}.about-story-content{padding:80px 7%}.about-story-content h2{font-size:clamp(36px,3.6vw,58px);line-height:1.03;letter-spacing:-.04em;margin:0 0 20px}.about-story-content>p{color:#b8cbcc;font-size:15px;line-height:1.7;max-width:700px}.about-principles{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:32px}.about-principles article{padding:21px;border-top:1px solid rgba(121,207,203,.4);background:rgba(255,255,255,.025)}.about-principles b{color:#79cfcb;font-size:11px}.about-principles h3{margin:8px 0;font-size:17px}.about-principles p{color:#9fb7b8;font-size:12px;line-height:1.55;margin:0}
.about-capabilities{padding:92px 6%;background:#f4f8f8;color:#0a2022}.about-section-heading.centered{text-align:center;max-width:950px;margin:0 auto 48px}.about-section-heading.centered>span{justify-content:center}.about-section-heading.centered p{margin:18px auto 0}.about-capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1500px;margin:auto}.about-capability-grid article{min-height:220px;padding:28px;background:#fff;border:1px solid #dbe7e7;transition:.25s ease}.about-capability-grid article:hover{transform:translateY(-4px);border-color:#79cfcb;box-shadow:0 18px 34px rgba(6,34,36,.08)}.about-capability-grid i{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid #79cfcb;color:#0d6968;font-style:normal;font-weight:800;font-size:12px}.about-capability-grid h3{font-size:19px;margin:19px 0 10px}.about-capability-grid p{color:#607576;line-height:1.6;font-size:13px;margin:0}
.about-vision{display:grid;grid-template-columns:1fr 1fr}.about-vision-card{padding:72px 7%;min-height:390px}.about-vision-card.vision{background:#0b2728}.about-vision-card.mission{background:#153b3c}.about-vision-card h2{font-size:clamp(32px,3vw,48px);line-height:1.08;letter-spacing:-.035em;margin:0 0 20px}.about-vision-card p{color:#bed0d0;line-height:1.7;font-size:14px;max-width:700px}
.about-journey{padding:92px 6%;background:#081314}.about-journey>.about-section-heading{display:grid;grid-template-columns:.8fr 1fr;column-gap:8vw;align-items:end}.about-journey>.about-section-heading>span{grid-column:1}.about-journey>.about-section-heading h2{grid-column:1}.about-journey>.about-section-heading p{grid-column:2;grid-row:1/3;margin:0}.about-timeline{display:grid;grid-template-columns:repeat(4,1fr);margin-top:55px;border-top:1px solid rgba(121,207,203,.42)}.about-timeline>div{padding:30px 28px 10px 0;position:relative}.about-timeline>div:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:#79cfcb;top:-6px;left:0;box-shadow:0 0 0 6px rgba(121,207,203,.08)}.about-timeline b{color:#79cfcb;font-size:20px}.about-timeline h3{font-size:17px;margin:11px 0 8px}.about-timeline p{color:#9db5b6;font-size:12px;line-height:1.6;max-width:290px}
.about-why{display:grid;grid-template-columns:1fr 1.2fr;gap:7vw;padding:92px 7%;background:#f6f9f9;color:#0c2224}.about-why-copy h2{font-size:clamp(36px,3.8vw,58px);line-height:1.04;letter-spacing:-.04em;margin:0 0 18px}.about-why-copy p{color:#617778;line-height:1.7;font-size:14px}.about-why-list{border-top:1px solid #c8d9d9}.about-why-list>div{display:grid;grid-template-columns:52px 1fr;padding:18px 0;border-bottom:1px solid #c8d9d9;align-items:center}.about-why-list b{color:#0b7573;font-size:11px}.about-why-list span{font-size:15px;font-weight:700}
.about-ecosystem{display:grid;grid-template-columns:.9fr 1.3fr;gap:7vw;align-items:center;padding:72px 6%;background:#102d2e}.about-ecosystem h2{font-size:clamp(32px,3vw,46px);margin:0 0 12px;letter-spacing:-.035em}.about-ecosystem p{color:#b2c7c8;line-height:1.65;max-width:620px}.about-logo-row{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:center}.about-logo-row img{max-width:100%;max-height:52px;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);opacity:.78}.about-logo-row img:hover{filter:none;opacity:1}
.about-final{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:72px 7%;background:linear-gradient(100deg,#061011,#164243);border-top:1px solid rgba(121,207,203,.25)}.about-final h2{font-size:clamp(34px,3.4vw,52px);margin:0 0 12px;letter-spacing:-.04em}.about-final p{color:#b9cdce;margin:0;max-width:760px;line-height:1.6}.about-final>div:last-child{display:flex;gap:12px;flex-shrink:0}
@media(max-width:1050px){.about-hero-copy{width:72%}.about-hero-card{display:none}.about-capability-grid{grid-template-columns:repeat(2,1fr)}.about-story-grid{grid-template-columns:1fr}.about-story-visual{min-height:420px}.about-timeline{grid-template-columns:repeat(2,1fr)}.about-logo-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.about-hero{min-height:600px;padding:60px 6%;background-image:linear-gradient(180deg,rgba(2,11,12,.45),rgba(2,11,12,.97) 58%),url('assets/hero-complex-datacenter-v98.webp');align-items:flex-end}.about-hero-copy{width:100%}.about-hero h1{font-size:48px}.about-hero-actions{flex-direction:column;align-items:flex-start}.about-metrics{grid-template-columns:1fr 1fr}.about-metrics>div{padding:22px 7vw}.about-intro,.about-why,.about-ecosystem{grid-template-columns:1fr;gap:30px;padding:68px 7%}.about-story-content{padding:60px 7%}.about-principles{grid-template-columns:1fr}.about-capability-grid{grid-template-columns:1fr}.about-vision{grid-template-columns:1fr}.about-journey{padding:68px 7%}.about-journey>.about-section-heading{display:block}.about-timeline{grid-template-columns:1fr}.about-timeline>div{padding-left:18px}.about-logo-row{grid-template-columns:1fr 1fr}.about-final{flex-direction:column;align-items:flex-start;padding:60px 7%}.about-final>div:last-child{flex-wrap:wrap}}

/* Revision 127 — complete What We Do page */
.rttr-what{background:#071112;color:#f3f9f9;overflow:hidden}.rttr-what *{box-sizing:border-box}.what-primary,.what-secondary{min-height:46px;padding:0 22px;border-radius:5px;font:600 13px Arial,Helvetica,sans-serif;cursor:pointer}.what-primary{background:#79cfcb;border:1px solid #79cfcb;color:#061314}.what-secondary{background:transparent;border:1px solid rgba(121,207,203,.7);color:#f3f9f9}.what-primary:hover{background:#9de2df}.what-secondary:hover{background:rgba(121,207,203,.1)}
.what-hero{min-height:500px;position:relative;display:flex;align-items:center;padding:65px 6%;background-image:linear-gradient(90deg,rgba(2,12,13,.98) 0%,rgba(2,14,15,.88) 41%,rgba(2,14,15,.36) 67%,rgba(2,14,15,.1) 100%),url('assets/lifecycle-engineering-bg.webp');background-size:cover;background-position:center;border-bottom:1px solid rgba(121,207,203,.25)}.what-hero-copy{width:min(760px,60%);position:relative;z-index:2}.what-hero-copy>span,.what-heading>span,.what-sectors>div:first-child>span,.what-final span{display:block;color:#79cfcb;font-size:11px;font-weight:800;letter-spacing:.16em;margin-bottom:14px}.what-hero h1{font-size:clamp(50px,5vw,76px);line-height:.96;letter-spacing:-.052em;margin:0 0 22px}.what-hero h1 em{font-style:normal;color:#79cfcb}.what-hero p{max-width:700px;color:#c4d6d7;font-size:15px;line-height:1.7;margin:0}.what-actions{display:flex;gap:12px;margin-top:27px}.what-hero-note{position:absolute;right:6%;bottom:34px;width:360px;padding:18px 20px;background:rgba(5,22,23,.82);border-left:3px solid #79cfcb;backdrop-filter:blur(8px)}.what-hero-note small{display:block;color:#79cfcb;font-weight:800;letter-spacing:.14em;font-size:10px;margin-bottom:7px}.what-hero-note b{font-size:13px;line-height:1.55}
.what-lifecycle{padding:78px 6%;background:#f5f8f8;color:#0a2022}.what-heading h2{font-size:clamp(36px,3.6vw,56px);line-height:1.03;letter-spacing:-.04em;margin:0}.what-heading p{color:#617879;line-height:1.65;max-width:780px}.what-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:0;margin-top:42px;border-top:1px solid #bdd2d2;border-bottom:1px solid #bdd2d2}.what-steps article{padding:26px 22px;border-right:1px solid #d3e0e0;min-height:160px}.what-steps article:last-child{border-right:0}.what-steps b{color:#0b7472;font-size:11px}.what-steps h3{font-size:18px;margin:12px 0 9px}.what-steps p{color:#647879;font-size:11px;line-height:1.55;margin:0}
.what-capabilities{padding:84px 6%;background:#081415}.what-heading.centered{text-align:center;max-width:900px;margin:0 auto 42px}.what-heading.centered p{margin:16px auto 0;color:#9fb6b7}.what-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1580px;margin:auto}.what-grid article{display:flex;flex-direction:column;min-height:335px;padding:24px;background:#0d2526;border:1px solid rgba(121,207,203,.17);transition:.22s ease}.what-grid article:hover{border-color:rgba(121,207,203,.65);transform:translateY(-3px)}.what-grid i{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid #79cfcb;color:#79cfcb;font-style:normal;font-size:11px;font-weight:800}.what-grid h3{font-size:18px;margin:16px 0 10px}.what-grid ul{list-style:none;padding:0;margin:0 0 20px}.what-grid li{position:relative;padding:6px 0 6px 15px;color:#afc3c4;font-size:12px;line-height:1.42;border-bottom:1px solid rgba(255,255,255,.045)}.what-grid li:before{content:'•';position:absolute;left:0;color:#79cfcb}.what-grid button{margin-top:auto;align-self:flex-start;padding:0;border:0;background:none;color:#79cfcb;font:700 12px Arial;cursor:pointer}.what-grid button:hover{color:#fff}
.what-deliverables{display:grid;grid-template-columns:.72fr 1.35fr;gap:7vw;padding:84px 7%;background:#f6f9f9;color:#0a2022}.what-deliver-list{border-top:1px solid #bed1d2}.what-deliver-list>div{display:grid;grid-template-columns:180px 1fr;gap:26px;padding:20px 0;border-bottom:1px solid #d1dddd;align-items:start}.what-deliver-list b{font-size:14px;color:#0c5f60}.what-deliver-list span{color:#607677;font-size:13px;line-height:1.65}
.what-sectors{display:grid;grid-template-columns:.8fr 1.45fr;gap:7vw;align-items:center;padding:66px 7%;background:#0e2e2f}.what-sectors h2{font-size:clamp(32px,3vw,48px);margin:0;letter-spacing:-.035em}.what-sector-list{display:flex;flex-wrap:wrap;gap:10px}.what-sector-list span{padding:11px 14px;border:1px solid rgba(121,207,203,.28);background:rgba(255,255,255,.025);color:#d4e2e2;font-size:12px;font-weight:700}
.what-final{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:66px 7%;background:linear-gradient(105deg,#061011,#164243)}.what-final h2{font-size:clamp(32px,3.2vw,48px);margin:0 0 12px;letter-spacing:-.04em}.what-final p{margin:0;color:#b7cbcc;line-height:1.6;max-width:760px}.what-final .what-primary{flex-shrink:0}
@media(max-width:1100px){.what-hero-copy{width:72%}.what-hero-note{display:none}.what-steps{grid-template-columns:repeat(3,1fr)}.what-steps article:nth-child(3){border-right:0}.what-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.what-hero{min-height:590px;padding:60px 7%;align-items:flex-end;background-image:linear-gradient(180deg,rgba(2,12,13,.35),rgba(2,12,13,.97) 57%),url('assets/lifecycle-engineering-bg.webp')}.what-hero-copy{width:100%}.what-hero h1{font-size:47px}.what-actions{flex-direction:column;align-items:flex-start}.what-lifecycle,.what-capabilities{padding:62px 7%}.what-steps{grid-template-columns:1fr}.what-steps article{border-right:0;border-bottom:1px solid #d3e0e0}.what-grid{grid-template-columns:1fr}.what-deliverables,.what-sectors{grid-template-columns:1fr;gap:32px;padding:62px 7%}.what-deliver-list>div{grid-template-columns:1fr;gap:8px}.what-final{flex-direction:column;align-items:flex-start;padding:60px 7%}}


/* REVISION 128 — WHY RTTR */
.rttr-why{background:#071112;color:#f3f9f9;overflow:hidden}.rttr-why *{box-sizing:border-box}.why-primary,.why-secondary{min-height:46px;padding:0 22px;border-radius:5px;font:600 13px Arial,Helvetica,sans-serif;cursor:pointer}.why-primary{background:#79cfcb;border:1px solid #79cfcb;color:#061314}.why-secondary{background:transparent;border:1px solid rgba(121,207,203,.7);color:#f3f9f9}.why-primary:hover{background:#9de2df}.why-secondary:hover{background:rgba(121,207,203,.1)}
.why-hero{min-height:510px;position:relative;display:flex;align-items:center;padding:66px 6%;background-image:linear-gradient(90deg,rgba(2,12,13,.98) 0%,rgba(2,14,15,.88) 42%,rgba(2,14,15,.38) 69%,rgba(2,14,15,.10) 100%),url('assets/capabilities-engineering-bg.webp');background-size:cover;background-position:center;border-bottom:1px solid rgba(121,207,203,.24)}.why-hero-copy{width:min(760px,60%);position:relative;z-index:2}.why-hero-copy>span,.why-heading>span,.why-strengths>div:first-child>span,.why-sectors>div:first-child>span,.why-final span{display:block;color:#79cfcb;font-size:11px;font-weight:800;letter-spacing:.16em;margin-bottom:14px}.why-hero h1{font-size:clamp(50px,5vw,76px);line-height:.96;letter-spacing:-.052em;margin:0 0 22px}.why-hero h1 em{font-style:normal;color:#79cfcb}.why-hero p{max-width:700px;color:#c4d6d7;font-size:15px;line-height:1.7;margin:0}.why-actions{display:flex;gap:12px;margin-top:27px}.why-hero-note{position:absolute;right:6%;bottom:34px;width:390px;padding:18px 20px;background:rgba(5,22,23,.82);border-left:3px solid #79cfcb;backdrop-filter:blur(8px)}.why-hero-note small{display:block;color:#79cfcb;font-weight:800;letter-spacing:.14em;font-size:10px;margin-bottom:7px}.why-hero-note b{font-size:13px;line-height:1.55}
.why-proof{display:grid;grid-template-columns:repeat(4,1fr);background:#0c2b2c;border-bottom:1px solid rgba(121,207,203,.18)}.why-proof>div{padding:24px 6vw;border-right:1px solid rgba(121,207,203,.18)}.why-proof>div:last-child{border-right:0}.why-proof b{display:block;color:#79cfcb;font-size:24px;margin-bottom:5px}.why-proof span{color:#bdd0d1;font-size:11px}
.why-reasons{padding:82px 6%;background:#f6f9f9;color:#0a2022}.why-heading h2{font-size:clamp(36px,3.6vw,56px);line-height:1.03;letter-spacing:-.04em;margin:0}.why-heading p{color:#617879;line-height:1.65;max-width:720px;margin:16px 0 0}.why-reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px}.why-reason-grid article{min-height:245px;padding:24px;background:#fff;border:1px solid #d7e2e2}.why-reason-grid b{display:block;color:#0b7472;font-size:11px}.why-reason-grid h3{font-size:19px;line-height:1.2;margin:13px 0 15px}.why-reason-grid ul{list-style:none;padding:0;margin:0}.why-reason-grid li{position:relative;padding:7px 0 7px 14px;color:#637879;font-size:12px;border-bottom:1px solid #e8eeee}.why-reason-grid li:before{content:'•';position:absolute;left:0;color:#0b7472}
.why-model{display:grid;grid-template-columns:.72fr 1.35fr;gap:7vw;padding:84px 7%;background:#081415}.why-model .why-heading p{color:#9fb6b7}.why-model-list{border-top:1px solid rgba(121,207,203,.32)}.why-model-list>div{display:grid;grid-template-columns:160px 1fr;gap:24px;padding:20px 0;border-bottom:1px solid rgba(121,207,203,.18);align-items:start}.why-model-list b{color:#79cfcb;font-size:14px}.why-model-list span{color:#adbec0;font-size:13px;line-height:1.65}
.why-strengths{display:grid;grid-template-columns:.8fr 1.4fr;gap:7vw;padding:68px 7%;background:#f6f9f9;color:#0a2022}.why-strengths h2{font-size:clamp(34px,3.2vw,50px);line-height:1.04;letter-spacing:-.04em;margin:0}.why-strength-tags{display:flex;flex-wrap:wrap;gap:10px;align-content:center}.why-strength-tags span{padding:12px 14px;border:1px solid #c6d7d8;background:#fff;color:#0e4547;font-size:12px;font-weight:700}
.why-sectors{display:grid;grid-template-columns:.8fr 1.45fr;gap:7vw;align-items:center;padding:66px 7%;background:#0e2e2f}.why-sectors h2{font-size:clamp(32px,3vw,48px);margin:0;letter-spacing:-.035em}.why-sector-list{display:flex;flex-wrap:wrap;gap:10px}.why-sector-list span{padding:11px 14px;border:1px solid rgba(121,207,203,.28);background:rgba(255,255,255,.025);color:#d4e2e2;font-size:12px;font-weight:700}
.why-final{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:66px 7%;background:linear-gradient(105deg,#061011,#164243)}.why-final h2{font-size:clamp(32px,3.2vw,48px);margin:0 0 12px;letter-spacing:-.04em;max-width:980px}.why-final p{margin:0;color:#b7cbcc;line-height:1.6;max-width:760px}.why-final .why-primary{flex-shrink:0}
@media(max-width:1100px){.why-hero-copy{width:72%}.why-hero-note{display:none}.why-reason-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.why-hero{min-height:590px;padding:60px 7%;align-items:flex-end;background-image:linear-gradient(180deg,rgba(2,12,13,.35),rgba(2,12,13,.97) 57%),url('assets/capabilities-engineering-bg.webp')}.why-hero-copy{width:100%}.why-hero h1{font-size:47px}.why-actions{flex-direction:column;align-items:flex-start}.why-proof{grid-template-columns:1fr 1fr}.why-proof>div{padding:20px 7vw}.why-reasons{padding:62px 7%}.why-reason-grid{grid-template-columns:1fr}.why-model,.why-strengths,.why-sectors{grid-template-columns:1fr;gap:32px;padding:62px 7%}.why-model-list>div{grid-template-columns:1fr;gap:8px}.why-final{flex-direction:column;align-items:flex-start;padding:60px 7%}}
