.hero{background:var(--bg-white);z-index:1;align-items:center;min-height:82vh;padding-top:84px;display:flex;position:relative;overflow:visible}.hero-circles-svg{z-index:0;pointer-events:none;width:140vw;max-width:1400px;height:140vw;max-height:1400px;position:absolute;top:50%;right:-20vw;overflow:visible;transform:translateY(-50%)}.hero-world-map{z-index:0;pointer-events:none;opacity:.08;filter:invert(.3)sepia()hue-rotate(160deg);background-image:url(/world-map.svg);background-position:bottom;background-repeat:no-repeat;background-size:105%;position:absolute;inset:0 0 -42px}.circle-1{transform-origin:450px 450px;animation:48s linear infinite spin-cw}.circle-2{transform-origin:450px 450px;animation:32s linear infinite spin-ccw}.circle-3{transform-origin:450px 450px;animation:22s linear infinite spin-cw}@keyframes spin-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-ccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes dot-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}.neon-line,.bg-glow{display:none}.hero-container{z-index:10;grid-template-columns:1fr 1fr;gap:4rem;width:100%;max-width:1300px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.hero-content{flex-direction:column;justify-content:center;padding-right:2rem;display:flex}.hero-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-teal);align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:.78rem;font-weight:700;display:inline-flex}.hero-tag:before{content:"";background:var(--accent-teal);border-radius:2px;width:28px;height:2px;display:block}.hero-title{color:var(--navy);letter-spacing:-.025em;margin-bottom:1.5rem;font-size:clamp(2.2rem,3.5vw,3.4rem);font-weight:800;line-height:1.18}.hero-title .highlight{color:var(--accent-teal)}.hero-subtitle{color:var(--text-muted);max-width:92%;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.75}.hero-actions{align-items:center;gap:1.5rem;display:flex}.learn-more{color:var(--text-muted);align-items:center;gap:8px;font-size:.92rem;font-weight:500;transition:color .2s;display:flex}.learn-more:hover{color:var(--accent-teal)}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.hero-stats-grid{grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;display:grid}.stat-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.stat-card:before{content:"";background:var(--accent-teal);border-radius:2px 0 0 2px;width:4px;height:100%;position:absolute;top:0;left:0}.stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.stat-card.featured{background:var(--navy);border-color:var(--navy);grid-column:span 2}.stat-card.featured:before{background:var(--accent-teal)}.stat-icon{color:var(--accent-teal);justify-content:flex-start;align-items:center;margin-bottom:1rem;display:flex}.stat-number{color:var(--navy);margin-bottom:.4rem;font-size:2.5rem;font-weight:800;line-height:1}.stat-card.featured .stat-number{color:#fff}.stat-label{color:var(--text-muted);font-size:.85rem;font-weight:500}.stat-card.featured .stat-label{color:#ffffffa6}.stat-card.featured .stat-desc{color:#fffc;margin-top:.5rem;font-size:.9rem;line-height:1.5}.stat-tags{flex-wrap:wrap;gap:.5rem;display:flex}.stat-tag{letter-spacing:.02em;color:var(--accent-teal);background:#3db8b22e;border:1px solid #3db8b259;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}@media (max-width:1050px){.hero-container{grid-template-columns:1fr;padding:3rem 2rem}.hero-content{padding-right:0}.hero-visual{margin-top:2rem}.line-1,.line-2,.line-3{opacity:.5}}
.trust-bar{-webkit-backdrop-filter:blur(6px);border-top:1px solid var(--border);border-bottom:1px solid var(--border);z-index:1;background:#f4f7fbd1;padding:13px 0;position:relative;overflow:hidden}.trust-bar:before,.trust-bar:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.trust-bar:before{background:linear-gradient(90deg,#f4f7fbf2 0%,#0000 100%);left:0}.trust-bar:after{background:linear-gradient(270deg,#f4f7fbf2 0%,#0000 100%);right:0}.trust-track{white-space:nowrap;width:max-content;animation:32s linear infinite trust-ticker;display:flex}.trust-bar:hover .trust-track{animation-play-state:paused}.trust-item{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.55rem;padding:0 2.8rem;font-size:.75rem;font-weight:700;display:inline-flex}.trust-dot{background:var(--accent-teal);opacity:.7;border-radius:50%;flex-shrink:0;width:5px;height:5px}@keyframes trust-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}
.features-section{z-index:0;background:#fff;padding:5rem 2rem 6rem;position:relative}.features-container{text-align:center;max-width:1300px;margin:0 auto}.section-title{color:var(--navy);margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800}.section-subtitle{color:var(--text-muted);max-width:600px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.7}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.feature-card{text-align:left;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;padding:2rem 1.7rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.feature-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-teal);transform:translateY(-6px)}.feature-icon-wrapper{background:linear-gradient(135deg, var(--navy) 0%, #1a75bb 100%);border:none;border-radius:14px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.feature-icon-wrapper img{filter:brightness(0)invert();opacity:.92}.feature-icon{font-size:1.5rem}.feature-title{color:var(--navy);margin-bottom:.8rem;font-size:1.15rem;font-weight:700}.feature-desc{color:var(--text-muted);flex-grow:1;font-size:.92rem;line-height:1.6}.card-bottom-glow{background:var(--accent-teal);width:30%;height:3px;box-shadow:none;border-radius:3px;margin-top:1.5rem;transition:width .3s}.feature-card:hover .card-bottom-glow{width:100%}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.features-grid{grid-template-columns:1fr}}
.about-section{background:linear-gradient(135deg,#0d2340 0%,#1a75bb 55%,#3db8b2 100%);padding:96px 2rem}.about-section-container{max-width:1200px;margin:0 auto}.about-section-header{text-align:center;margin-bottom:3.5rem}.about-section .section-label{color:var(--accent-teal)}.about-section .section-label:before{background:var(--accent-teal)}.about-section .section-title{color:#fff}.about-section .section-subtitle{color:#fff9}.about-cards-row{grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-bottom:3rem;display:grid}.about-card{border-radius:var(--radius);background:#ffffff0d;border:1px solid #ffffff1a;flex-direction:column;gap:1rem;padding:2.5rem 2rem;transition:transform .3s,background .3s,border-color .3s;display:flex}.about-card:hover{background:#ffffff14;border-color:#3db8b266;transform:translateY(-5px)}.about-card-icon{width:52px;height:52px;color:var(--accent-teal);background:#3db8b226;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-card-title{color:#fff;font-size:1.1rem;font-weight:700}.about-card-desc{color:#fff9;font-size:.92rem;line-height:1.7}.about-section-cta{text-align:center}.about-section .btn-outline{color:var(--accent-teal);border-color:var(--accent-teal)}.about-section .btn-outline:hover{background:var(--accent-teal);color:#fff}@media (max-width:900px){.about-cards-row{grid-template-columns:1fr}}
.industries-section{background:#fff;padding:96px 2rem}.industries-container{max-width:1200px;margin:0 auto}.industries-header{text-align:center;margin-bottom:3.5rem}.industries-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.industry-card{aspect-ratio:1;cursor:pointer;background-position:50%;background-size:cover;background-color:var(--bg-section);border-radius:0;text-decoration:none;transition:transform .5s;display:block;position:relative;overflow:hidden}.industry-card:hover{transform:scale(1.03)}.industry-card-overlay{background:linear-gradient(#0000000d 0%,#00000040 50%,#0d2340e0 100%);transition:background .3s;position:absolute;inset:0}.industry-card:hover .industry-card-overlay{background:linear-gradient(#0000001a 0%,#0000004d 40%,#0d2340eb 100%)}.industry-card:after{content:"";background:var(--accent-teal);z-index:2;border-radius:0 2px 2px 0;width:3px;height:0;transition:height .35s;position:absolute;bottom:0;left:0}.industry-card:hover:after{height:100%}.industry-card-name{color:#fff;z-index:1;padding:1.1rem 1rem 1rem;font-size:.82rem;font-weight:700;line-height:1.3;position:absolute;bottom:0;left:0;right:0}.industries-cta{text-align:center}@media (max-width:1024px){.industries-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.industries-grid{grid-template-columns:repeat(2,1fr)}}
.whyus-section{background:linear-gradient(135deg,#0d2340 0%,#1a75bb 55%,#3db8b2 100%);padding:96px 2rem}.whyus-container{grid-template-columns:1fr 1.4fr;align-items:start;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.whyus-left{position:sticky;top:6rem}.whyus-section .section-label{color:var(--accent-teal)}.whyus-section .section-label:before{background:var(--accent-teal)}.whyus-section .section-title{color:#fff}.whyus-section .section-subtitle{color:#fff9}.whyus-right{flex-direction:column;gap:1.25rem;display:flex}.whyus-item{border-radius:var(--radius);background:#ffffff0d;border:1px solid #ffffff1a;align-items:flex-start;gap:1.25rem;padding:1.5rem;transition:border-color .25s,background .25s;display:flex;position:relative;overflow:hidden}.whyus-item:before{content:attr(data-num);color:#ffffff0a;pointer-events:none;-webkit-user-select:none;user-select:none;font-variant-numeric:tabular-nums;font-size:6.5rem;font-weight:900;line-height:1;position:absolute;top:-1rem;right:-.5rem}.whyus-item:hover{background:#ffffff14;border-color:#3db8b266}.whyus-item-icon{width:48px;height:48px;color:var(--accent-teal);background:#3db8b226;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.whyus-item-content h3{color:#fff;margin-bottom:.4rem;font-size:1rem;font-weight:700}.whyus-item-content p{color:#fff9;font-size:.88rem;line-height:1.65}@media (max-width:960px){.whyus-container{grid-template-columns:1fr;gap:2.5rem}.whyus-left{text-align:center;position:static}}
.blog-section{background:#fff;padding:96px 2rem}.blog-container{max-width:1200px;margin:0 auto}.blog-header{text-align:center;margin-bottom:3.5rem}.blog-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.blog-card{color:inherit;flex-direction:column;padding:2rem;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex}.blog-card:hover{transform:translateY(-5px)}.blog-card-tag{letter-spacing:.06em;text-transform:uppercase;background:var(--accent-teal-soft);color:var(--accent-teal);border-radius:20px;width:fit-content;margin-bottom:1rem;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-block}.blog-card-title{color:var(--navy);margin-bottom:.85rem;font-size:1.05rem;font-weight:700;line-height:1.4}.blog-card-excerpt{color:var(--text-muted);flex:1;margin-bottom:1.5rem;font-size:.875rem;line-height:1.7}.blog-card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;font-size:.8rem;display:flex}.blog-card-date{color:var(--text-muted)}.blog-card-read{color:var(--accent-teal);font-weight:600}@media (max-width:900px){.blog-grid{grid-template-columns:1fr}}
.contact-cta-section{background:linear-gradient(135deg,#0d2340 0%,#1a75bb 55%,#3db8b2 100%);padding:96px 2rem;position:relative;overflow:hidden}.contact-cta-glow{pointer-events:none;background:radial-gradient(circle,#3db8b21f 0%,#0000 65%);border-radius:50%;width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-cta-container{z-index:1;grid-template-columns:1.3fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.contact-cta-content .section-label:before{background:var(--accent-teal)}.contact-cta-title{color:#fff;letter-spacing:-.02em;margin-bottom:1.2rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;line-height:1.2}.contact-cta-subtitle{color:#ffffffa6;max-width:520px;margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.contact-cta-actions{flex-wrap:wrap;align-items:center;gap:1.75rem;display:flex}.contact-cta-phone{color:#fffc;align-items:center;gap:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.contact-cta-phone:hover{color:var(--accent-teal)}.contact-cta-stats{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.cta-stat{border-radius:var(--radius);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;padding:1.5rem;transition:border-color .25s}.cta-stat:hover{border-color:#3db8b266}.cta-stat-number{color:var(--accent-teal);margin-bottom:.4rem;font-size:2rem;font-weight:800;line-height:1}.cta-stat-label{color:#ffffff8c;font-size:.82rem;font-weight:500}@media (max-width:960px){.contact-cta-container{grid-template-columns:1fr;gap:3rem}}
.partner-section{background:#fff;padding:80px 2rem}.partner-container{border:1px solid #1a75bb1a;border-left:4px solid var(--accent-teal);background:#f4f7fb;border-radius:16px;align-items:flex-start;gap:3.5rem;max-width:1200px;margin:0 auto;padding:3.5rem;display:flex}.partner-icon-wrap{width:72px;height:72px;color:var(--accent-teal);background:#3db8b226;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.partner-content{flex:1}.partner-section .section-label{color:var(--accent-teal)}.partner-section .section-label:before{background:var(--accent-teal)}.partner-section .section-title{color:var(--navy)}.partner-section .section-subtitle{color:var(--text-muted)}.partner-perks{flex-direction:column;gap:.6rem;display:flex}.partner-perk{color:var(--text-muted);align-items:center;gap:.6rem;font-size:.9rem;font-weight:500;display:flex}@media (max-width:700px){.partner-container{flex-direction:column;padding:2rem}}
.footer{background:var(--navy);color:#ffffffb3}.footer-container{grid-template-columns:1.8fr 1fr 1.3fr 1.2fr;gap:3rem;max-width:1200px;margin:0 auto;padding:72px 2rem 48px;display:grid}.footer-brand{flex-direction:column;gap:1.2rem;display:flex}.footer-tagline{color:#ffffff8c;max-width:280px;font-size:.875rem;line-height:1.7}.footer-socials{gap:.75rem;display:flex}.footer-socials a{color:#fff9;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s,border-color .2s;display:flex}.footer-socials a:hover{border-color:var(--accent-teal);color:var(--accent-teal);background:#3db8b226}.footer-nav h4,.footer-contact h4{letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:1.2rem;font-size:.78rem;font-weight:700}.footer-nav ul,.footer-contact ul{flex-direction:column;gap:.7rem;list-style:none;display:flex}.footer-nav ul li a{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-nav ul li a:hover{color:var(--accent-teal)}.footer-contact ul li{color:#fff9;align-items:flex-start;gap:.6rem;font-size:.875rem;line-height:1.5;display:flex}.footer-contact ul li svg{color:var(--accent-teal);flex-shrink:0;margin-top:2px}.footer-contact ul li a{color:#fff9;text-decoration:none;transition:color .2s}.footer-contact ul li a:hover{color:var(--accent-teal)}.footer-bottom{border-top:1px solid #ffffff14}.footer-bottom-inner{color:#ffffff59;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:1200px;margin:0 auto;padding:1.25rem 2rem;font-size:.78rem;display:flex}@media (max-width:1024px){.footer-container{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:span 2}}@media (max-width:600px){.footer-container{grid-template-columns:1fr}.footer-brand{grid-column:span 1}}
