.hero{min-height:100vh;color:var(--white);background:radial-gradient(60% 50% at 78% 38%,#f26b2c17 0%,#0000 60%),radial-gradient(at 82% 92%,#f15a2929 0%,#0000 50%),linear-gradient(155deg,#081526 0%,#0c1d38 45%,#091628 100%);align-items:center;padding:120px 0 20px;display:flex;position:relative;overflow:hidden}.hero__bg{pointer-events:none;z-index:0;position:absolute;inset:0}.hero__bg:before{content:"";pointer-events:none;background:radial-gradient(#f26b2c1f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:10%;right:12%}.hero__pulse-origin{width:0;height:0;position:absolute;top:32%;right:22%}.hero__pulse-ring{opacity:0;border:1.5px solid #f26b2ca6;border-radius:6px;width:140px;height:140px;animation:4.4s cubic-bezier(.2,.6,.4,1) infinite pulse-expand;position:absolute;top:-70px;left:-70px;transform:rotate(45deg)scale(.15)}.hero__pulse-ring--2{border-color:#f26b2c8c;animation-delay:1.1s}.hero__pulse-ring--3{border-color:#f26b2c73;animation-delay:2.2s}.hero__pulse-ring--4{border-color:#f26b2c59;animation-delay:3.3s}@keyframes pulse-expand{0%{opacity:.85;transform:rotate(45deg)scale(.15)}60%{opacity:.2}to{opacity:0;transform:rotate(45deg)scale(4.8)}}.hero__bg-diamond{border-radius:4px;position:absolute;transform:rotate(45deg)}.hero__bg-diamond--1{border:1.5px solid #ffffff12;width:520px;height:520px;animation:18s ease-in-out infinite bg-breathe;top:-70px;right:80px}.hero__bg-diamond--2{border:1.5px solid #ffffff12;width:360px;height:360px;animation:22s ease-in-out 6s infinite bg-breathe;bottom:-55px;left:-55px}.hero__bg-diamond--3{border:1px solid #ffffff0f;width:200px;height:200px;animation:15s ease-in-out 4s infinite bg-float;bottom:12%;left:38%}.hero__bg-diamond--4{border:1.5px solid #f26b2c38;width:88px;height:88px;animation:10s ease-in-out 1.5s infinite bg-float;top:20%;left:7%}.hero__bg-diamond--5{border:1.5px solid #f26b2c2e;width:52px;height:52px;animation:8s ease-in-out 3.5s infinite bg-float;bottom:18%;right:10%}@keyframes bg-breathe{0%,to{opacity:1;transform:rotate(45deg)scale(1)}50%{opacity:.4;transform:rotate(45deg)scale(1.035)}}@keyframes bg-float{0%,to{opacity:1;transform:rotate(45deg)translateY(0)}50%{opacity:.5;transform:rotate(45deg)translateY(-14px)}}.hero__bg-logo{object-fit:contain;filter:invert()brightness(2.5);opacity:.09;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:620px;height:620px;animation:12s ease-in-out infinite logo-breathe;position:absolute;top:50%;left:-310px;transform:translateY(-50%)}@keyframes logo-breathe{0%,to{opacity:.09;transform:translateY(-50%)scale(1)}50%{opacity:.05;transform:translateY(-50%)scale(1.02)}}.hero__content{z-index:3;justify-content:space-between;align-items:center;gap:60px;width:100%;display:flex;position:relative}.hero__left{flex:1;max-width:680px}.hero__badge-pills{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.hero__badge-pill{border-color:var(--orange,#f97316);background:#f9731614;border-radius:50px;padding:5px 12px;font-size:.62rem}.hero__headline{color:var(--white);margin-bottom:24px}.hero__word--no-break{white-space:nowrap}.hero__intro{color:var(--white);max-width:600px;margin-bottom:40px;font-size:clamp(1.05rem,1.5vw,1.15rem);line-height:1.7}.hero__ctas{gap:16px;margin-bottom:48px;display:flex}.hero__trust{-webkit-backdrop-filter:blur(12px);white-space:nowrap;background:#0b1a2ebf;border:1px solid #ffffff1a;border-radius:50px;flex-direction:row;align-items:center;gap:20px;padding:10px 24px;display:inline-flex;box-shadow:0 8px 32px #0000004d}.hero__trust-item{color:var(--white);letter-spacing:.5px;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:.82rem;font-weight:500;display:flex}.hero__trust-icon{color:var(--orange-500)}@media (width<=900px){.hero__trust{-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:20px;gap:16px;width:100%;max-width:100%;padding:10px 16px;display:flex;overflow-x:auto}.hero__trust::-webkit-scrollbar{display:none}}.hero__card{-webkit-backdrop-filter:blur(12px);background:#131f3866;border:1px solid #ffffff14;border-radius:8px;width:100%;max-width:540px;padding:24px 20px;box-shadow:0 20px 40px #0003}.hero__card-header{align-items:center;gap:12px;margin-bottom:18px;padding-left:24px;display:flex}.hero__card-header:after{content:"";background:#f26b2c59;flex-grow:1;height:1px}.hero__card-label{text-transform:uppercase;letter-spacing:1.2px;color:var(--industrial-orange);font-size:1rem;font-weight:700}.hero__card-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.hero__capability-card-wrapper{display:contents}.hero__capability-card{text-align:center;-webkit-backdrop-filter:blur(8px);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px 12px 14px;text-decoration:none;transition:all .28s;display:flex;position:relative;overflow:hidden}.hero__capability-card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#f15a2914 0%,#0000 60%);transition:opacity .28s;position:absolute;inset:0}.hero__capability-card:hover{background:#ffffff17;border-color:#f15a2966;transform:translateY(-4px);box-shadow:0 8px 28px #f15a2924,0 0 0 1px #f15a2933}.hero__capability-card:hover:before{opacity:1}.hero__capability-arrow{width:20px;height:20px;color:var(--industrial-orange);opacity:0;background:#f15a2926;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .25s,transform .25s;display:flex;transform:translateY(4px)}.hero__capability-card:hover .hero__capability-arrow{opacity:1;transform:translateY(0)}.hero__capability-icon{justify-content:center;align-items:center;width:56px;height:56px;display:flex}.hero__capability-icon .diamond-icon--img{background-color:#fff;border-radius:8px;padding:4px;transition:transform .3s}.hero__capability-card:hover .hero__capability-icon .diamond-icon--img{transform:scale(1.08)}.hero__capability-label{color:#ffffffe6;margin:0;font-size:.82rem;font-weight:600;line-height:1.35}.hero__hex-wrap{flex-shrink:0;width:500px;height:470px;position:relative}.hero__hex-svg{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero__hex-item{z-index:1;flex-direction:column;align-items:center;display:flex;position:absolute}.hero__hex-item--top-left{top:5px;left:82px}.hero__hex-item--top-right{top:5px;left:289px}.hero__hex-item--mid-left{top:201px;left:18px}.hero__hex-item--center{top:132px;left:172px}.hero__hex-item--mid-right{top:201px;left:353px}.hero__hex-item--bottom-center{top:323px;left:185px}.hero__hex-link{flex-direction:column;align-items:center;gap:10px;text-decoration:none;transition:filter .3s;display:flex}.hero__hex-link:hover{filter:drop-shadow(0 0 10px #f26b2c8c)}.hero__hex-outer{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:#ffffff26;justify-content:center;align-items:center;width:125px;height:144px;transition:background .3s,transform .3s;display:flex}.hero__hex-inner{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:radial-gradient(at 50% 40%,#0e1c3cf7 0%,#050a1efc 100%);flex-direction:column;justify-content:center;align-items:center;gap:5px;width:117px;height:135px;transition:background .3s;display:flex}.hero__hex-item--center{filter:drop-shadow(0 0 10px #f26b2c73)}.hero__hex-item--center .hero__hex-outer{background:#f26b2cbf;width:153px;height:176px}.hero__hex-inner--center{gap:7px;width:143px;height:165px;background:radial-gradient(at 50% 35%,#f26b2c2e 0%,#081026fc 80%,#050a1c 100%)!important}.hero__hex-icon-img{object-fit:contain;opacity:.95;width:46px;height:46px;transition:opacity .25s,transform .25s}.hero__hex-item--center .hero__hex-icon-img{opacity:1;width:50px;height:50px}.hero__hex-center-label{color:#fff;text-align:center;white-space:pre-line;letter-spacing:.02em;padding:0 10px;font-family:Montserrat,sans-serif;font-size:.58rem;font-weight:700;line-height:1.4}.hero__hex-outer-label{color:#fffffff2;text-align:center;white-space:pre-line;letter-spacing:.01em;padding:0 8px;font-family:Montserrat,sans-serif;font-size:.54rem;font-weight:700;line-height:1.35;transition:color .3s}.hero__hex-link:hover .hero__hex-outer{background:#f26b2ce6;transform:translateY(-5px)}.hero__hex-link:hover .hero__hex-inner{background:radial-gradient(at 50% 40%,#142650f7 0%,#080f2afc 100%)}.hero__hex-item--center .hero__hex-link:hover .hero__hex-outer{background:#ff823c}.hero__hex-link:hover .hero__hex-icon-img{opacity:1;transform:scale(1.1)}.hero__hex-link:hover .hero__hex-outer-label{color:#f26b2c}@keyframes hero-bg-zoom{0%{transform:scale(1)}to{transform:scale(1.1)}}@media (width<=1024px){.hero__content{flex-direction:column;align-items:center;gap:40px;padding-top:40px}.hero__card{width:100%;max-width:100%}.hero__hex-wrap{transform-origin:top;margin-bottom:-65px;transform:scale(.85)}}@media (width<=600px){.hero__hex-wrap{transform-origin:0 0;margin-bottom:-130px;margin-left:calc(50% - 170px);transform:scale(.68)}}@media (width<=420px){.hero__hex-wrap{transform-origin:0 0;margin-bottom:-195px;margin-left:calc(50% - 137.5px);transform:scale(.55)}}@media (width<=768px){.hero{padding-top:100px;padding-bottom:60px}.hero__ctas{flex-direction:column}.hero__card{padding:32px 24px}.hero__card-grid{grid-template-columns:repeat(2,1fr);gap:16px}.hero__capability-card{gap:10px;padding:24px 16px}.hero__capability-arrow{width:18px;height:18px}.hero__capability-label{font-size:.9rem}}@media (width<=480px){.hero{padding-top:90px;padding-bottom:50px}.hero__left{width:100%;max-width:100%;overflow-x:hidden}.hero__badge{white-space:normal;text-align:center;justify-content:center;gap:6px;max-width:100%;padding:6px 12px;font-size:.63rem;display:flex}.hero__headline{word-break:break-word;overflow-wrap:break-word;font-size:clamp(1.7rem,8.5vw,2.4rem)}.hero__intro{font-size:.92rem}.hero__ctas{gap:10px;width:100%}.hero__ctas .btn{justify-content:center;width:100%;padding:13px 18px;font-size:.75rem}.hero__trust{gap:10px;padding:8px 12px}.hero__trust-item{white-space:nowrap;flex-shrink:0;gap:5px;font-size:.72rem}.hero__card-grid{grid-template-columns:1fr 1fr}.hero__capability-card{padding:16px 12px}.hero__capability-label{font-size:.78rem}}@media (width<=375px){.hero__card-grid{grid-template-columns:1fr}.hero__hex-wrap{transform-origin:0 0;margin-bottom:-215px;margin-left:calc(50% - 125px);transform:scale(.5)}.hero__ctas{gap:8px}}@media (width<=320px){.hero__headline{font-size:clamp(1.5rem,9vw,1.9rem)}.hero__hex-wrap{transform-origin:0 0;margin-bottom:-240px;margin-left:calc(50% - 110px);transform:scale(.44)}}.logo-scroller{background:#18304f;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;width:100%;padding:20px 0;position:relative;overflow:hidden}.logo-scroller__mask{z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.logo-scroller__mask--left{background:linear-gradient(90deg,#18304f 0%,#0000 100%);left:0}.logo-scroller__mask--right{background:linear-gradient(270deg,#18304f 0%,#0000 100%);right:0}.logo-scroller__track{will-change:transform;align-items:center;animation:25s linear infinite logo-marquee;display:flex}.logo-scroller:hover .logo-scroller__track{animation-play-state:paused}@keyframes logo-marquee{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.logo-scroller__item{flex-shrink:0;align-items:center;display:inline-flex}.logo-scroller__dot{background:var(--orange-500,#f26b2c);opacity:.9;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin:0 32px;display:inline-block}.logo-scroller__text{flex-direction:column;gap:3px;display:flex}.logo-scroller__badge{text-transform:uppercase;letter-spacing:1.2px;color:#fff;white-space:nowrap;font-family:Inter,Montserrat,sans-serif;font-size:.72rem;font-weight:700;line-height:1.2}.logo-scroller__label{letter-spacing:.2px;color:var(--steel-300,#94a3b8);white-space:nowrap;font-family:Inter,Montserrat,sans-serif;font-size:.63rem;font-weight:400;line-height:1.2}@media (width<=768px){.logo-scroller{padding:16px 0}.logo-scroller__mask{width:60px}.logo-scroller__dot{width:6px;height:6px;margin:0 20px}.logo-scroller__badge{font-size:.66rem}.logo-scroller__label{font-size:.58rem}}.intro{background:var(--white);position:relative;overflow:hidden;padding:0!important}.intro__container{z-index:1;grid-template-columns:1fr 1fr;align-items:start;gap:48px;max-width:1200px;margin:0 auto;padding:40px;display:grid;position:relative}.intro__label{letter-spacing:.18em;color:var(--orange-500);text-transform:uppercase;align-items:center;gap:12px;margin-bottom:12px;font-size:.72rem;font-weight:700;display:flex}.intro__label-line{background:var(--orange-500);flex-shrink:0;width:32px;height:2px;display:block}.intro__title{color:var(--navy-900);margin-bottom:16px;font-family:Montserrat,sans-serif;font-size:clamp(2.2rem,3.5vw,3rem);font-weight:800;line-height:1.1}.intro__title--orange{color:var(--orange-500)}.intro__body{color:var(--navy-700);margin-bottom:10px;font-size:1rem;line-height:1.8}.intro__body--highlight{color:var(--orange-500)}.intro__focus{color:var(--navy-500);font-size:.9rem;line-height:1.65}.intro__right{flex-direction:column;gap:16px;display:flex}.intro__stats{background:var(--white);border-radius:12px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden;box-shadow:0 2px 24px #00000012}.intro__stat{border-right:1px solid #00000012;flex-direction:column;gap:8px;padding:16px 14px;display:flex}.intro__stat:last-child{border-right:none}.intro__stat-number{color:var(--navy-900);font-family:Montserrat,sans-serif;font-size:clamp(1.6rem,2.2vw,2.2rem);font-weight:800;line-height:1}.intro__stat-number--orange{color:var(--orange-500)}.intro__stat-label{color:var(--navy-600);font-size:.78rem;line-height:1.45}.intro__testimonial{background:var(--white);border-left:4px solid var(--orange-500);border-radius:12px;padding:20px 24px;box-shadow:0 2px 24px #00000012}.intro__quote{color:var(--navy-800);margin-bottom:20px;font-size:1rem;font-style:italic;line-height:1.75}.intro__attribution{flex-direction:column;gap:4px;display:flex}.intro__attribution-role{letter-spacing:.15em;color:var(--orange-500);text-transform:uppercase;font-size:.7rem;font-weight:700}.intro__attribution-project{color:var(--navy-600);font-size:.85rem}@media (width<=1024px){.intro__container{grid-template-columns:1fr;gap:60px;padding:40px 5%}}@media (width<=768px){.intro__stats{grid-template-columns:repeat(2,1fr)}.intro__stat:nth-child(2){border-right:none}.intro__stat:first-child,.intro__stat:nth-child(2){border-bottom:1px solid #00000012}}@media (width<=480px){.intro__container{padding:32px 16px}.intro__title{font-size:clamp(1.9rem,7vw,2.4rem)}}.credential-bar{background:var(--primary-navy);z-index:5;border-top:1px solid #f15a2940;border-bottom:1px solid #f15a2940;padding:18px 0;position:relative;overflow:hidden}.credential-bar__sweep{pointer-events:none;z-index:10;background:linear-gradient(100deg,#0000 20%,#f26b2c2e 50%,#0000 80%);width:60%;position:absolute;inset:0}.credential-bar__inner{align-items:stretch;width:100%;display:flex}.credential-bar__item{text-align:center;border-right:1px solid #f15a2933;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:7px;padding:8px 16px;display:flex}.credential-bar__item:last-child{border-right:none}.credential-bar__diamond{background:var(--industrial-orange);flex-shrink:0;width:7px;height:7px;display:block;transform:rotate(45deg)}.credential-bar__label{color:var(--white);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:700}@media (width<=900px){.credential-bar__inner{flex-wrap:wrap}.credential-bar__item{border-bottom:1px solid #f15a291a;border-right:1px solid #f15a2933;flex:0 0 33.333%;padding:12px 8px}.credential-bar__item:nth-child(3n){border-right:none}}@media (width<=480px){.credential-bar__item{flex:0 0 50%}.credential-bar__item:nth-child(3n){border-right:1px solid #f15a2933}.credential-bar__item:nth-child(2n){border-right:none}.credential-bar__label{font-size:.63rem}}
