:root{--c-navy:#0b2265;--c-dark-blue:#071838;--c-green:#2bb673;--c-dark-green:#015035;--c-dark-green-hover:#013825;--c-text-main:#4a5568;--c-text-muted:#64748b;--c-text-light:#a0aec0;--c-text-white:#ffffff;--bg-white:#ffffff;--bg-light:#f8fafc;--border-light:#e2e8f0;--border-line:#cbd5e1;--border-conn-line:#4a5568}.defense-section *,.defense-section *::before,.defense-section *::after,.connecting-section *,.connecting-section *::before,.connecting-section *::after,.execution-approach-section *,.execution-approach-section *::before,.execution-approach-section *::after,.what-we-do-section *,.what-we-do-section *::before,.what-we-do-section *::after,.platform-section *,.platform-section *::before,.platform-section *::after{box-sizing:border-box}.defense-section{width:100%;background-color:var(--bg-white);padding:80px 0;font-family:'Inter',sans-serif}.defense-container{max-width:1280px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.defense-content{display:flex;flex-direction:column;align-items:flex-start}.defense-tag{color:var(--c-green);font-size:.8rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px}.defense-title{font-family:'Playfair Display',serif;color:var(--c-navy);font-size:2.6rem;font-weight:500;line-height:1.2;margin-bottom:24px;letter-spacing:-.5px}.defense-description{color:var(--c-text-main);font-size:.95rem;line-height:1.65;margin-bottom:36px;max-width:520px}.defense-btn{display:inline-flex;align-items:center;gap:12px;background-color:var(--c-dark-green);color:var(--c-text-white);padding:14px 28px;border-radius:4px;text-decoration:none;font-size:.9rem;font-weight:500;transition:background-color 0.3s ease,transform 0.2s ease}.defense-btn:hover{background-color:var(--c-dark-green-hover);transform:translateY(-2px)}.defense-btn .btn-icon{width:18px;height:18px;transition:transform 0.3s ease}.defense-btn:hover .btn-icon{transform:translateX(4px)}.defense-image-wrapper{width:100%;height:100%;min-height:420px;overflow:hidden;border-radius:2px}.defense-image{width:100%;height:100%;object-fit:cover;display:block}.connecting-section{width:100%;background-color:var(--c-dark-blue);padding:90px 0;font-family:'Inter',sans-serif;color:var(--c-text-white)}.connecting-container{max-width:1300px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:380px 1fr;gap:60px;align-items:center}.connecting-text-content{display:flex;flex-direction:column}.connecting-title{font-family:'Playfair Display',serif;color:var(--c-text-white);font-size:2.2rem;font-weight:400;line-height:1.25;margin-bottom:24px}.connecting-description{color:var(--c-text-light);font-size:.9rem;line-height:1.65}.connecting-steps-wrapper{width:100%;overflow-x:auto}.connecting-steps{display:flex;justify-content:space-between;align-items:flex-start;position:relative;min-width:650px}.connecting-steps::before{content:'';position:absolute;top:40px;left:40px;right:40px;height:1px;border-top:2px dotted var(--border-conn-line);z-index:1}.step-item{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.step-icon{width:80px;height:80px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background-color:var(--c-dark-blue);display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:border-color 0.3s ease,transform 0.3s ease}.step-item:hover .step-icon{border-color:var(--c-green);transform:translateY(-4px)}.step-icon svg{width:36px;height:36px;color:var(--c-text-white)}.step-label{color:var(--c-text-light);font-size:.85rem;line-height:1.35;font-weight:400}.execution-approach-section{width:100%;background-color:var(--bg-light);padding:80px 0;font-family:'Inter',sans-serif;color:var(--c-navy)}.execution-approach-container{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;align-items:center}.execution-approach-header{text-align:center;margin-bottom:60px;max-width:800px}.execution-approach-tag{color:var(--c-green);font-size:.8rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;display:block;margin-bottom:16px}.execution-approach-title{font-family:'Playfair Display',serif;color:var(--c-navy);font-size:2.3rem;font-weight:500;line-height:1.25}.execution-steps-wrapper{width:100%;overflow-x:auto;padding:10px 0 20px 0;margin-bottom:50px}.execution-steps{display:flex;justify-content:space-between;align-items:flex-start;position:relative;min-width:900px;padding:0 20px}.execution-steps::before{content:'';position:absolute;top:40px;left:60px;right:60px;height:1px;border-top:2px dotted var(--border-line);z-index:1}.exec-step-item{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;padding:0 10px}.exec-step-icon{width:80px;height:80px;border-radius:50%;border:1px solid var(--border-light);background-color:var(--bg-white);display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 4px 12px rgba(0,0,0,.03);transition:transform 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease}.exec-step-item:hover .exec-step-icon{transform:translateY(-4px);border-color:var(--c-green);box-shadow:0 8px 20px rgba(0,0,0,.08)}.exec-step-icon svg{width:32px;height:32px;color:var(--c-navy);transition:color 0.3s ease}.exec-step-item:hover .exec-step-icon svg{color:var(--c-green)}.exec-step-label{color:var(--c-navy);font-size:.82rem;line-height:1.35;font-weight:400;max-width:140px}.exec-step-label strong{font-weight:700;display:block}.execution-approach-footer{text-align:center;max-width:620px}.execution-approach-description{color:var(--c-text-main);font-size:.92rem;line-height:1.6}.what-we-do-section{width:100%;background-color:var(--bg-light);padding:80px 0;font-family:'Inter',sans-serif}.what-we-do-container{max-width:1350px;margin:0 auto;padding:0 30px;display:flex;flex-direction:column;align-items:center}.what-we-do-header{text-align:center;margin-bottom:55px;max-width:800px}.what-we-do-tag{color:var(--c-green);font-size:.8rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;display:block;margin-bottom:14px}.what-we-do-title{font-family:'Playfair Display',serif;color:var(--c-navy);font-size:2.2rem;font-weight:500;line-height:1.25}.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;width:100%}.service-card{background-color:var(--bg-white);border:1px solid var(--border-light);border-radius:8px;padding:35px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.02);transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease}.service-card:hover{transform:translateY(-5px);border-color:var(--c-green);box-shadow:0 10px 25px rgba(0,0,0,.06)}.service-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.service-icon svg{width:58px;height:58px;color:var(--c-green)}.service-title{font-family:'Playfair Display',serif;color:var(--c-navy);font-size:1.05rem;font-weight:600;line-height:1.35;margin-bottom:18px;min-height:60px;display:flex;align-items:center}.service-description{color:var(--c-text-muted);font-size:.82rem;line-height:1.6;font-weight:400}.platform-section{width:100%;background-color:var(--bg-white);padding:80px 0;font-family:'Inter',sans-serif}.platform-container{max-width:1350px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.platform-image-wrapper{width:100%;height:100%;min-height:400px;border-radius:4px;overflow:hidden}.platform-image{width:100%;height:100%;object-fit:cover;display:block}.platform-content{display:flex;flex-direction:column}.platform-tag{color:var(--c-green);font-size:.8rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}.platform-title{font-family:'Playfair Display',serif;color:var(--c-navy);font-size:2.3rem;font-weight:500;line-height:1.2;margin-bottom:20px}.platform-description{color:var(--c-text-main);font-size:.95rem;line-height:1.65;margin-bottom:40px}.platform-features{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.feature-item{display:flex;flex-direction:column;align-items:flex-start;padding:0 16px;position:relative}.feature-item:first-child{padding-left:0}.feature-item:not(:last-child)::after{content:'';position:absolute;right:0;top:10%;height:80%;width:1px;background-color:var(--border-light)}.feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.feature-icon svg{width:40px;height:40px;color:var(--c-green)}.feature-item:nth-child(3) .feature-icon svg,.feature-item:nth-child(4) .feature-icon svg{color:var(--c-navy)}.feature-title{color:var(--c-navy);font-size:.85rem;font-weight:700;line-height:1.3}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media (max-width:1100px){.connecting-container{grid-template-columns:1fr;gap:50px}.connecting-text-content{max-width:650px}.connecting-title{font-size:2rem}}@media (max-width:1024px){.defense-container{gap:40px;padding:0 30px}.defense-title{font-size:2.1rem}.execution-approach-title{font-size:2rem}.platform-container{grid-template-columns:1fr;gap:40px}.platform-image-wrapper{min-height:320px}}@media (max-width:768px){.defense-section,.execution-approach-section,.what-we-do-section{padding:50px 0}.connecting-section{padding:60px 0}.defense-container,.connecting-container,.execution-approach-container{padding:0 20px}.defense-container{grid-template-columns:1fr;gap:40px}.defense-image-wrapper{min-height:300px;height:320px}.defense-title{font-size:1.8rem}.defense-btn{width:100%;justify-content:center}.connecting-title{font-size:1.75rem}.step-icon{width:65px;height:65px}.step-icon svg{width:28px;height:28px}.connecting-steps::before{top:32px}.step-label{font-size:.8rem}.execution-approach-title{font-size:1.65rem}.execution-approach-description{font-size:.85rem}.what-we-do-title{font-size:1.75rem}.services-grid{grid-template-columns:repeat(2,1fr)}.service-title{min-height:auto}}@media (max-width:640px){.platform-section{padding:50px 0}.platform-title{font-size:1.8rem}.platform-features{grid-template-columns:repeat(2,1fr);gap:24px 0}.feature-item{padding:0 12px}.feature-item:first-child{padding-left:12px}.feature-item:nth-child(2)::after{display:none}}@media (max-width:520px){.services-grid{grid-template-columns:1fr}.service-card{padding:30px 20px}}