.about-section{width:100%;padding:80px 24px;background-color:#ffffff;font-family:var(--font-inter),"Inter","Segoe UI",Arial,sans-serif}.about-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.about-stats{justify-content:space-between;flex-wrap:wrap;gap:24px}.about-stats,.stat-item{display:flex;align-items:flex-start}.stat-item{gap:16px;flex:1;min-width:200px}.stat-line{width:2px;height:48px;background-color:#e0e0e0;margin-top:4px}.stat-content{display:flex;flex-direction:column}.stat-number{font-size:32px;font-weight:800;color:#111111;display:flex;align-items:baseline;gap:6px;line-height:1.1;margin-bottom:6px}.stat-suffix{font-size:18px;font-weight:600;color:#111111}.stat-label{font-size:14px;color:#555555;font-weight:400}.about-banner{background-color:#0b9e28;padding:60px 48px;border-radius:2px;width:100%}.about-banner-title{color:#ffffff;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.2;margin:0;letter-spacing:-.02em}.about-body{max-width:900px;padding:0 12px}.about-body p{font-size:18px;line-height:1.7;color:#333333;font-weight:400;margin:0}@media (max-width:900px){.about-stats{grid-template-columns:1fr 1fr;display:grid}}@media (max-width:600px){.about-stats{grid-template-columns:1fr}.about-banner{padding:40px 24px}}.help-banner-section{width:100%;background-color:#003380;padding:40px 24px;font-family:var(--font-inter),"Inter","Segoe UI",Arial,sans-serif}.help-banner-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.help-banner-title{color:#ffffff;font-size:clamp(28px,4vw,36px);font-weight:700;margin-bottom:24px;letter-spacing:-.02em}.help-banner-contact{display:flex;align-items:center;justify-content:center;gap:24px}.contact-block{display:flex;flex-direction:column;align-items:flex-start;color:#ffffff}.contact-label{font-size:11px;font-weight:400;margin-bottom:2px}.contact-value{font-size:14px;font-weight:600}.contact-separator{display:flex;justify-content:center;align-items:center;height:32px;width:16px}.contact-separator svg{height:100%;width:100%}@media (max-width:480px){.help-banner-contact{flex-direction:column;gap:16px}.contact-separator{transform:rotate(90deg)}.contact-block{align-items:center}}.hero-section{position:relative;width:100%;padding:40px 24px;background-color:#ffffff;font-family:var(--font-inter),"Inter","Segoe UI",Arial,sans-serif}.hero-container{position:relative;max-width:1200px;margin:0 auto;min-height:540px;display:flex;align-items:center;background:linear-gradient(110deg,#163e48,#165650 40%,#208752);overflow:hidden;padding:80px 40px}.hero-bg{z-index:0;pointer-events:none}.binary-overlay,.hero-bg{position:absolute;inset:0}.binary-overlay{opacity:.04;color:#ffffff;font-family:monospace;font-size:24px;line-height:1.5;overflow:hidden;display:flex;flex-direction:column;white-space:nowrap}.binary-line{letter-spacing:12px;user-select:none}.waves-overlay{position:absolute;inset:0;width:100%;height:100%;opacity:.7}.hero-content{position:relative;z-index:1;max-width:1200px;width:100%;margin:0 auto;color:#ffffff}.hero-title{font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.1;margin-bottom:24px;letter-spacing:-.02em;max-width:900px;text-shadow:0 4px 12px rgba(0,0,0,.15)}.hero-title-light{font-weight:600;font-size:clamp(24px,3.5vw,42px);color:rgba(255,255,255,.95)}.hero-subtitle{font-size:clamp(16px,2vw,20px);line-height:1.6;font-weight:400;max-width:750px;margin-bottom:36px;color:rgba(255,255,255,.9);text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle strong{font-weight:700;color:#ffffff;display:inline-block;margin-bottom:6px;font-size:1.05em}.hero-cta-group{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-bottom:24px}.hero-btn-primary{display:inline-flex;align-items:center;justify-content:center;background:#2E78B3;color:#ffffff;text-decoration:none;font-size:16px;font-weight:600;padding:14px 32px;border-radius:4px;transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.2)}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.hero-btn-primary:active{transform:translateY(0)}.hero-offer{font-size:14px;color:rgba(255,255,255,.85);max-width:600px;line-height:1.5;font-weight:500;background:rgba(0,0,0,.15);padding:10px 16px;border-radius:6px;border-left:3px solid #6abf3f;backdrop-filter:blur(4px)}@media (max-width:768px){.hero-section{padding:60px 20px;min-height:auto}.hero-title{margin-bottom:20px}.hero-subtitle{margin-bottom:28px}}.challenges-section{width:100%;padding:100px 24px;background-color:#ffffff;font-family:var(--font-inter),"Inter","Segoe UI",Arial,sans-serif}.challenges-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.challenges-title{font-size:clamp(32px,4vw,46px);font-weight:800;color:#0b1136;margin-bottom:60px;line-height:1.2;letter-spacing:-.02em}.challenges-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 24px;max-width:800px}.challenge-pill{display:flex;align-items:center;background-color:#f5f5f5;border-radius:50px;padding:6px 24px 6px 6px;gap:12px;transition:transform .2s ease,background-color .2s ease}.challenge-pill:hover{transform:translateY(-2px);background-color:#ececec}.challenge-icon-wrapper{width:44px;height:44px;border-radius:50%;background-color:#e2e6ea;display:flex;justify-content:center;align-items:center;flex-shrink:0;color:#3b4bc4}.challenge-icon-wrapper svg{width:22px;height:22px}.challenge-label{font-size:15px;font-weight:600;color:#1a1a1a;white-space:nowrap}@media (max-width:600px){.challenges-section{padding:60px 20px}.challenges-title{margin-bottom:40px}.challenges-pills{flex-direction:column;align-items:stretch}.challenge-pill{padding:8px 24px 8px 8px}.challenge-label{white-space:normal;text-align:left}}.recognized-section{width:100%;padding:100px 24px;background-color:#ffffff;font-family:var(--font-inter),"Inter","Segoe UI",Arial,sans-serif}.recognized-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px}.recognized-content{flex:1;max-width:500px}.recognized-title{font-size:clamp(32px,4vw,44px);font-weight:800;color:#0b1136;margin-bottom:24px;line-height:1.15;letter-spacing:-.03em}.recognized-desc{font-size:18px;color:#444444;line-height:1.6;margin:0;font-weight:400}.recognized-visual{flex:1;display:flex;justify-content:center;align-items:center;width:100%}.logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:100%;max-width:500px}.logo-grid-item{position:relative;background-color:#ffffff;border-radius:8px;padding:16px;box-shadow:0 2px 12px rgba(0,0,0,.04);border:1px solid #f0f0f0;aspect-ratio:1;display:flex;justify-content:center;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.logo-grid-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.08)}.grid-logo-img{object-fit:contain;padding:12px}@media (max-width:900px){.recognized-container{flex-direction:column;text-align:center;gap:48px}.recognized-content{max-width:100%}.recognized-title{margin-bottom:20px}}@media (max-width:600px){.logo-grid{grid-template-columns:repeat(3,1fr);max-width:420px;gap:12px;margin:0 auto}.logo-grid-item{padding:12px}}@media (max-width:480px){.recognized-section{padding:60px 20px}}.services-section{width:100%;padding:80px 24px;background:linear-gradient(180deg,#c5d3eb,#e2e8f4);font-family:var(--font-inter),"Inter","Segoe UI",Arial,sans-serif}.services-container{max-width:1200px;margin:0 auto}.services-title{font-size:clamp(32px,4vw,40px);font-weight:800;color:#0b1136;margin-bottom:48px;letter-spacing:-.02em}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:48px}.service-card{background-color:#ffffff;border-radius:2px;display:flex;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,.04);transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.08)}.service-card-content{padding:40px 32px 32px;flex:1}.service-icon{width:48px;height:48px;color:#3b4bc4;margin-bottom:24px}.service-icon svg{width:100%;height:100%}.service-heading{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.3}.service-desc{font-size:14.5px;color:#555555;line-height:1.6;margin:0}.service-card-footer{padding:20px 32px;border-top:1px solid #f0f0f0;display:flex;align-items:center}.service-link{font-size:13px;font-weight:600;color:#3b4bc4;text-decoration:none;transition:color .2s ease}.service-link:hover{color:#273496}.services-actions{display:flex;justify-content:center}.btn-view-all{display:inline-flex;align-items:center;justify-content:center;background-color:#3b4bc4;color:#ffffff;font-size:15px;font-weight:600;padding:14px 32px;border-radius:4px;text-decoration:none;transition:background-color .2s ease,transform .2s ease;box-shadow:0 4px 12px rgba(59,75,196,.25)}.btn-view-all:hover{background-color:#2f3ba3;transform:translateY(-2px);box-shadow:0 6px 16px rgba(59,75,196,.35)}@media (max-width:900px){.services-grid{grid-template-columns:1fr}}