.defense-logos-grid{display:grid!important;grid-template-columns:repeat(6,1fr)!important}.defense-logos-grid .logo-box{height:120px!important}@media (max-width:900px){.defense-logos-grid{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:600px){.defense-logos-grid{grid-template-columns:repeat(2,1fr)!important}}.why-defense-section{padding-bottom:0;overflow:visible}.why-defense-cards{display:flex;align-items:stretch;justify-content:center;gap:20px}.why-defense-card{flex:1;max-width:300px;min-width:0;background-color:#f8f8f8;border:1px solid rgba(0,0,0,.06);border-radius:8px;padding:2.25rem 2rem 2.5rem;display:flex;flex-direction:column;gap:1.25rem;margin-bottom:0;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.why-defense-card:after{content:"";position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);width:160px;height:100px;border-radius:50%;background:radial-gradient(ellipse,rgba(255,255,255,.06) 0,transparent 70%);pointer-events:none}.why-defense-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.why-defense-card--featured{margin-bottom:0;background-color:#f8f8f8;border-color:rgba(0,0,0,.06);padding:2.25rem 2rem 2.5rem;z-index:1}.why-defense-card__number{font-family:var(--font-space-grotesk),"Space Grotesk",system-ui,sans-serif;font-size:2.75rem;font-weight:300;color:rgba(0,0,0,.08);letter-spacing:-.5px;line-height:1}.why-defense-card__icon-wrap{width:62px;height:62px;border-radius:50%;background-color:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;margin-top:.25rem}.why-defense-card__icon{width:26px;height:26px;color:rgba(0,0,0,.5)}:root.dark .why-defense-card{background-color:#1a1a1a;border-color:rgba(255,255,255,.06)}:root.dark .why-defense-card:after{background:radial-gradient(ellipse,rgba(255,255,255,.06) 0,transparent 70%)}:root.dark .why-defense-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.5)}:root.dark .why-defense-card--featured{background-color:#202020;border-color:rgba(255,255,255,.1)}:root.dark .why-defense-card__number{color:rgba(255,255,255,.1)}:root.dark .why-defense-card__icon-wrap{background-color:rgba(255,255,255,.04);border-color:rgba(255,255,255,.06)}:root.dark .why-defense-card__icon{color:rgba(255,255,255,.6)}:root.dark .why-defense-card__separator{background-color:rgba(255,255,255,.35)}:root.dark .why-defense-card__description{color:rgba(255,255,255,.6)}.why-defense-card__title{font-family:var(--font-space-grotesk),"Space Grotesk",system-ui,sans-serif;font-size:1.5rem;font-weight:700;color:#111111;line-height:1.2;margin:0}:root.dark .why-defense-card__title{color:#ffffff}.why-defense-card__separator{width:32px;height:2px;background-color:rgba(0,0,0,.15);border-radius:0;flex-shrink:0}.why-defense-card__description{font-family:var(--font-dm-sans),"DM Sans",system-ui,sans-serif;font-size:.9375rem;color:rgba(0,0,0,.55);line-height:1.6;margin:0}.why-defense-card__description strong{color:rgba(0,0,0,.9);font-weight:700}:root.dark .why-defense-card__description strong{color:rgba(255,255,255,.95);font-weight:700}.why-defense-globe{position:relative;height:200px;display:flex;align-items:flex-end;justify-content:center;overflow:visible;margin-top:-60px}.why-defense-globe__inner{position:absolute;bottom:-180px;left:50%;transform:translateX(-50%);width:360px;height:360px;border-radius:50%;background:radial-gradient(circle at 50% 40%,rgba(200,200,200,.3) 0,rgba(230,230,230,.5) 60%,transparent 80%);border:1px solid rgba(0,0,0,.06);z-index:0;overflow:hidden}:root.dark .why-defense-globe__inner{background:radial-gradient(circle at 50% 40%,rgba(60,60,60,.5) 0,rgba(15,15,15,.9) 60%,transparent 80%);border-color:rgba(255,255,255,.06)}.why-defense-globe__ring{position:absolute;left:50%;transform:translateX(-50%);border-radius:50%;border:2px dashed rgba(0,0,0,.12);background-image:none}:root.dark .why-defense-globe__ring{border-color:rgba(255,255,255,.09)}.why-defense-globe__ring--1{width:460px;height:460px;bottom:-230px;animation:globe-spin-cw 60s linear infinite}.why-defense-globe__ring--2{width:560px;height:560px;bottom:-280px;animation:globe-spin-ccw 80s linear infinite}@keyframes globe-spin-cw{0%{transform:translateX(-50%) rotate(0deg)}to{transform:translateX(-50%) rotate(1turn)}}@keyframes globe-spin-ccw{0%{transform:translateX(-50%) rotate(0deg)}to{transform:translateX(-50%) rotate(-1turn)}}@media (max-width:900px){.why-defense-card__icon-wrap,.why-defense-card__number{display:none!important}.why-defense-section{padding-bottom:4.5rem}.why-defense-cards{flex-direction:column;align-items:center;gap:16px}.why-defense-card,.why-defense-card--featured{max-width:100%;width:100%;margin-bottom:0}.why-defense-globe{display:none}}