:root{--brand-navy:#10264a;--brand-navy-dark:#0a1931;--brand-navy-light:#1a3660;--brand-navy-muted:#4a5b78;--brand-gold:#f5a900;--brand-gold-bright:#f6b21a;--brand-gold-accent:#e99a00;--brand-gold-soft:#fff8e7;--brand-gold-border:#f5a90059;--bg-white:#fff;--bg-offwhite:#fafaf7;--bg-cream:#fffdf8;--bg-dark-navy:#10264a;--bg-card:#fff;--bg-card-glass:#fffffff0;--grad-gold-btn:linear-gradient(135deg, #f6b21a 0%, #e99a00 100%);--grad-gold-hover:linear-gradient(135deg, #ffc233 0%, #f5a900 100%);--grad-gold-text:linear-gradient(135deg, #e99a00 0%, #f5a900 100%);--grad-hero-bg:radial-gradient(ellipse 85% 65% at 50% 0%, #fff9ec 0%, #fafaf7 60%, #fafaf7 100%);--grad-stats-navy:linear-gradient(145deg, #10264a 0%, #0a1931 100%);--grad-cta-gold:linear-gradient(135deg, #fffdf6 0%, #fff5dd 50%, #ffe9b3 100%);--grad-footer:linear-gradient(180deg, #10264a 0%, #09162b 100%);--text-primary:#10264a;--text-body:#3e4d66;--text-muted:#697a98;--text-light:#9bb0d1;--text-white:#fff;--border-light:#ebf0f7;--border-subtle:#dee5f0;--border-gold:#f5a90066;--shadow-sm:0 2px 6px #10264a0a;--shadow-md:0 6px 18px #10264a12;--shadow-lg:0 12px 30px #10264a17;--shadow-xl:0 20px 45px #10264a1f;--shadow-3d:0 25px 50px -10px #10264a26, 0 10px 25px -5px #f5a9002e;--shadow-gold-glow:0 8px 25px #f5a90059;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--container-max:1320px;--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif:"Playfair Display", Georgia, serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--bg-offwhite);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}.gold-text{background:var(--grad-gold-text);-webkit-text-fill-color:transparent;font-weight:inherit;-webkit-background-clip:text;display:inline-block}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.btn{font-family:var(--font-sans);border-radius:var(--radius-full);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border:1.5px solid #0000;outline:none;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.85rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .28s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--grad-gold-btn);color:var(--brand-navy);border-color:#f5a900;box-shadow:0 4px 14px #f5a90061,0 2px 4px #10264a14}.btn-primary:hover{background:var(--grad-gold-hover);color:var(--brand-navy-dark);transform:translateY(-2.5px);box-shadow:0 8px 22px #f5a90080,0 4px 8px #10264a1f}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 6px #f5a9004d}.btn-secondary{color:var(--brand-navy);border-color:var(--border-subtle);box-shadow:var(--shadow-sm);background:#fff}.btn-secondary:hover{border-color:var(--brand-gold);color:var(--brand-navy-dark);box-shadow:var(--shadow-md);background:#fffdf8;transform:translateY(-2.5px)}.btn-secondary:active{transform:translateY(0)}.btn-outline{color:var(--brand-navy);border-color:var(--brand-navy);background:0 0}.btn-outline:hover{border-color:var(--brand-gold);color:var(--brand-gold-accent);background:#10264a0d;transform:translateY(-2px)}.btn-sm{padding:.6rem 1.35rem;font-size:.92rem}.btn-md{padding:.85rem 1.85rem;font-size:1rem}.btn-lg{padding:1rem 2.3rem;font-size:1.08rem}.site-header{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#fafaf7eb;border-bottom:1px solid #dee5f0cc;width:100%;transition:all .3s;position:sticky;top:0}.site-header.scrolled{background:#fffffff7;border-bottom-color:#f5a90040;box-shadow:0 10px 30px #10264a14}.header-inner{justify-content:space-between;align-items:center;width:95%;max-width:1560px;height:96px;margin:0 auto;padding-left:.5rem;padding-right:.5rem;display:flex;position:relative}.header-logo-box{cursor:pointer;flex-shrink:0;align-items:center;padding:2px 0;display:flex}.desktop-nav{align-items:center;gap:2.75rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-item-link{color:var(--brand-navy);padding:.5rem .25rem;font-size:1.02rem;font-weight:700;text-decoration:none;transition:color .25s;position:relative}.nav-item-link:hover,.nav-item-link.active{color:var(--brand-gold-accent)}.nav-item-link.active:after{content:"";background:var(--grad-gold-btn);border-radius:var(--radius-full);width:100%;height:3px;position:absolute;bottom:-6px;left:0}.header-right-action{align-items:center;gap:1.25rem;display:flex}.header-demo-btn{color:#fff;border-radius:var(--radius-full);cursor:pointer;background:#f5a900;border:none;align-items:center;gap:.4rem;padding:.72rem 1.65rem;font-family:inherit;font-size:.96rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #f5a90059}.header-demo-btn:hover{background:#e09600;transform:translateY(-2px);box-shadow:0 8px 20px #f5a9007a}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;width:32px;height:24px;padding:.5rem;display:none;position:relative}.burger-bar{background:var(--brand-navy);border-radius:2px;width:24px;height:2.5px;transition:all .3s;display:block;position:relative}.burger-bar:before,.burger-bar:after{content:"";background:var(--brand-navy);border-radius:2px;width:24px;height:2.5px;transition:all .3s;position:absolute}.burger-bar:before{top:-7px}.burger-bar:after{bottom:-7px}.burger-bar.open{background:0 0}.burger-bar.open:before{background:var(--brand-gold-accent);top:0;transform:rotate(45deg)}.burger-bar.open:after{background:var(--brand-gold-accent);bottom:0;transform:rotate(-45deg)}.mobile-nav-drawer{border-bottom:1.5px solid var(--border-subtle);width:100%;box-shadow:var(--shadow-xl);background:#fff;padding:1.75rem 2rem;animation:.28s ease-out slideDown;display:none;position:absolute;top:84px;left:0}.mobile-nav-drawer.open{display:block}.mobile-nav-links{flex-direction:column;gap:1.25rem;display:flex}.mobile-nav-item{color:var(--brand-navy);border-bottom:1px solid var(--border-light);padding:.4rem 0;font-size:1.15rem;font-weight:700}.mobile-cta-wrap{margin-top:.75rem}@media (width<=860px){.desktop-nav{display:none}.mobile-menu-btn{justify-content:center;align-items:center;display:flex}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.badge-pill{border-radius:var(--radius-full);background:var(--brand-gold-soft);color:var(--brand-gold-accent);border:1px solid var(--brand-gold-border);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.45rem;padding:.4rem 1.1rem;font-size:.82rem;font-weight:800;display:inline-flex}.badge-sparkle{color:var(--brand-gold);font-size:.95rem}.section-head-center{text-align:center;max-width:760px;margin:0 auto 3.25rem}.section-title{font-family:var(--font-serif);color:var(--brand-navy);letter-spacing:-.02em;margin-top:.9rem;margin-bottom:.5rem;font-size:clamp(2.3rem,4vw,3.2rem);font-weight:700;line-height:1.18}.section-subtitle{color:var(--text-body);font-size:1.15rem;line-height:1.7}.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:#0a1931bf;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal-content{border-radius:var(--radius-xl);width:100%;max-width:560px;box-shadow:var(--shadow-xl);border:1.5px solid var(--border-gold);background:#fff;padding:2.75rem;animation:.28s cubic-bezier(.16,1,.3,1) modalPop;position:relative}.modal-close{background:var(--bg-offwhite);border:1px solid var(--border-subtle);cursor:pointer;width:36px;height:36px;color:var(--brand-navy);border-radius:50%;justify-content:center;align-items:center;font-weight:700;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.modal-close:hover{color:#dc2626;background:#fee2e2}@keyframes modalPop{0%{opacity:0;transform:scale(.94)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.site-footer{background:var(--grad-footer);color:var(--text-light);border-top:1px solid #f5a90040;padding-top:5.5rem;padding-bottom:2.5rem}.footer-top-grid{border-bottom:1px solid #ffffff14;grid-template-columns:290px 220px 170px 170px 1fr;gap:3rem;padding-bottom:4rem;display:grid}.footer-tagline{color:#cbd5e1;max-width:320px;margin-top:1.25rem;font-size:.98rem;line-height:1.6}.footer-social-row{gap:.75rem;margin-top:1.6rem;display:flex}.social-pill-btn{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.95rem;transition:all .25s;display:flex}.social-pill-btn:hover{background:var(--brand-gold);color:var(--brand-navy-dark);border-color:var(--brand-gold);box-shadow:var(--shadow-gold-glow);transform:translateY(-3px)}.footer-nav-col h4{color:#fff;letter-spacing:-.01em;margin-bottom:1.35rem;font-size:1.08rem;font-weight:700}.footer-nav-col ul{flex-direction:column;gap:.8rem;list-style:none;display:flex}.footer-nav-col a{color:#9bb0d1;font-size:.94rem;transition:color .2s}.footer-nav-col a:hover{color:var(--brand-gold-bright)}.footer-contact-col .contact-line{color:#e2e8f0;align-items:center;gap:.75rem;margin-bottom:.9rem;font-size:.93rem;display:flex}.contact-icon{color:var(--brand-gold-bright)}.footer-bottom-bar{color:#9bb0d1;justify-content:space-between;align-items:center;padding-top:2.25rem;font-size:.9rem;display:flex}.footer-legal-links{gap:2rem;display:flex}.footer-legal-links a:hover{color:var(--brand-gold-bright)}@media (width<=1200px){.footer-top-grid{grid-template-columns:260px 180px 140px 140px 1fr;gap:2rem}}@media (width<=960px){.footer-top-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=600px){.footer-top-grid{grid-template-columns:1fr}.footer-bottom-bar{text-align:center;flex-direction:column;gap:1rem}}.hero-section{background:#fff;padding-top:2rem;padding-bottom:5.5rem;position:relative;overflow:visible}.hero-container{width:94%;max-width:1520px;margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}.hero-main-grid{grid-template-columns:1.12fr 1fr;justify-content:space-between;align-items:center;gap:4rem;display:grid}.hero-left-col{text-align:left;flex-direction:column;justify-content:center;max-width:680px;display:flex}.hero-badge-pill{border-radius:var(--radius-full);background:#fff9ec;border:1px solid #fde68a;align-self:flex-start;align-items:center;gap:.5rem;margin-bottom:.85rem;padding:.35rem 1rem;display:inline-flex}.hero-badge-pill .badge-icon{color:#d97706;align-items:center;font-size:.82rem;display:flex}.hero-badge-pill .badge-text{color:#d97706;letter-spacing:.05em;font-size:.75rem;font-weight:800}.hero-heading{font-family:var(--font-serif);color:#0f1d38;letter-spacing:-.025em;margin-bottom:.5rem;font-size:clamp(2.8rem,4.4vw,4rem);font-weight:800;line-height:1.12;display:inline-block;position:relative}.hero-highlight-text{color:var(--brand-gold)}.hero-underline-bar{background:var(--brand-gold);border-radius:2px;width:58px;height:4px;margin-top:.5rem;margin-bottom:1.25rem;display:block}.hero-cta-group{align-items:center;gap:1.2rem;margin-bottom:1.6rem;display:flex}.hero-btn-primary{color:#fff;border-radius:var(--radius-full);cursor:pointer;background:linear-gradient(135deg,#f5a900 0%,#e09000 100%);border:none;align-items:center;gap:.6rem;padding:.95rem 2.2rem;font-size:1.05rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 25px #f5a90059}.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 30px #f5a90073}.hero-btn-arrow{font-size:1.2rem;transition:transform .25s}.hero-btn-primary:hover .hero-btn-arrow{transform:translate(4px)}.hero-btn-video{color:#0f1d38;border:1.5px solid var(--border-light);border-radius:var(--radius-full);cursor:pointer;background:#fff;align-items:center;gap:.75rem;padding:.9rem 1.8rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #0000000a}.hero-btn-video:hover{border-color:#0f1d38;transform:translateY(-2px);box-shadow:0 8px 18px #00000014}.video-play-icon{border:1.5px solid #0f1d38;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding-left:2px;font-size:.75rem;display:flex}.hero-features-strip{border-top:1px solid var(--border-subtle);grid-template-columns:repeat(4,1fr);gap:1.25rem;padding-top:1.25rem;display:grid}.hero-feat-item{flex-direction:column;align-items:flex-start;display:flex}.feat-icon-sq{color:#d97706;background:#fff9ec;border:1px solid #fde68a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.75rem;font-size:1.15rem;transition:transform .25s;display:flex}.hero-feat-item:hover .feat-icon-sq{transform:scale(1.08)}.feat-title{color:#0f1d38;margin-bottom:.2rem;font-size:.95rem;font-weight:800;line-height:1.25}.feat-sub{color:#64748b;margin:0;font-size:.78rem;line-height:1.4}.hero-right-col{justify-content:flex-end;align-items:center;width:100%;display:flex;position:relative}.hero-visual-stage{justify-content:center;align-items:center;width:100%;max-width:580px;margin-left:auto;display:flex;position:relative}.hero-ambient-blob{pointer-events:none;z-index:1;filter:blur(24px);background:radial-gradient(circle,#fef3c7f2 0%,#feebaf80 45%,#fffbeb26 70%,#0000 85%);border-radius:50%;position:absolute;inset:-15px}.hero-ambient-blob:before{content:"";border:1.5px solid #f5a90047;border-radius:50%;position:absolute;inset:16px;box-shadow:0 0 50px #f5a90038}.hero-ca-canvas{z-index:2;aspect-ratio:1;justify-content:center;align-items:center;width:100%;max-width:580px;display:flex;position:relative}.hero-ca-img{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;display:block}.hero-card-tl{z-index:10;background:#fff;border:1.5px solid #fff;border-radius:20px;align-items:center;gap:.85rem;padding:.85rem 1.3rem;animation:4.5s ease-in-out infinite alternate floatSalesGrowth;display:flex;position:absolute;top:4%;left:2%;box-shadow:0 16px 36px -4px #0f1d3821,0 4px 10px #0000000a}.stat-subtext{color:#64748b;margin-top:1px;font-size:.65rem;font-weight:600}.hero-card-bl{z-index:10;color:#fff;background:linear-gradient(145deg,#0e1a35 0%,#081124 100%);border:1px solid #ffffff1f;border-radius:22px;max-width:275px;padding:1.15rem 1.4rem;animation:4.2s ease-in-out infinite alternate floatQuoteCard;position:absolute;bottom:0%;left:-4%;box-shadow:0 22px 50px -8px #0811248c,0 0 0 1px #f5a90040}.quote-icon-mark{color:#f5a900;opacity:.95;margin-bottom:.35rem;font-size:1.45rem;line-height:1}.quote-body-wrap{justify-content:space-between;align-items:center;gap:.85rem;display:flex}.quote-text-content{flex:1}.quote-main-text{color:#fff;margin:0;font-size:.84rem;font-weight:600;line-height:1.35}.quote-author-tag{color:#f5a900;margin-top:.4rem;font-size:.72rem;font-weight:700;display:block}.quote-handshake-circle{color:#f5a900;background:linear-gradient(135deg,#182846 0%,#0f1e38 100%);border:1.5px solid #f5a900;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.15rem;display:flex;box-shadow:0 0 16px #f5a9004d}.hero-card-tr{z-index:10;background:#fff;border:1.5px solid #fff;border-radius:20px;align-items:center;gap:.85rem;min-width:175px;padding:.85rem 1.3rem;display:flex;position:absolute;top:18%;right:-12%;box-shadow:0 14px 34px -4px #0f1d3821,0 3px 8px #00000008}.hero-card-mr{z-index:10;background:#fff;border:1.5px solid #fff;border-radius:20px;align-items:center;gap:.85rem;min-width:175px;padding:.85rem 1.3rem;display:flex;position:absolute;top:40%;right:-16%;box-shadow:0 14px 34px -4px #0f1d3821,0 3px 8px #00000008}.hero-card-br{z-index:10;background:#fff;border:1.5px solid #fff;border-radius:20px;align-items:center;gap:.85rem;min-width:175px;padding:.85rem 1.3rem;display:flex;position:absolute;top:62%;right:-12%;box-shadow:0 14px 34px -4px #0f1d3821,0 3px 8px #00000008}.stat-icon-circle.icon-gold-soft{color:#d97706;background:#fef3c7}@keyframes floatSalesGrowth{0%{transform:translateY(0)}to{transform:translateY(-6px)}}@keyframes floatQuoteCard{0%{transform:translateY(0)}to{transform:translateY(-5px)}}.hero-stat-card:hover{transform:translate(-4px);box-shadow:0 18px 38px -4px #0f1d3829}.stat-icon-circle{color:#d97706;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;display:flex;box-shadow:0 2px 6px #d9770626}.stat-info{flex-direction:column;display:flex}.stat-label{color:#64748b;margin-bottom:2px;font-size:.68rem;font-weight:600}.stat-number{color:#0f1d38;margin:0;font-size:1.2rem;font-weight:800;line-height:1.15}.stat-trend{color:#10b981;align-items:center;gap:3px;margin-top:2px;font-size:.7rem;font-weight:700;display:flex}.hero-trusted-strip{background:#fffdf8;border-top:1px solid #fde68a;border-bottom:1px solid #fde68a;width:100%;margin-top:3.25rem;padding:1.5rem 0 1.75rem}.trusted-strip-container{text-align:center;max-width:1320px;margin:0 auto;padding-left:2rem;padding-right:2rem}.trusted-strip-title{color:#64748b;letter-spacing:.02em;margin-bottom:1.25rem;font-size:.88rem;font-weight:700}.trusted-strip-logos{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.partner-logo-item{color:#334155;align-items:center;gap:.65rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.partner-logo-item:hover{color:#d97706;transform:translateY(-1px)}.partner-icon{color:#475569;font-size:1.2rem}.video-modal-box{max-width:680px}@media (width<=1100px){.hero-main-grid{grid-template-columns:1fr;gap:4rem}.hero-left-col{text-align:center}.hero-underline-bar,.hero-subtext{margin-left:auto;margin-right:auto}.hero-cta-group{justify-content:center}.hero-features-strip{text-align:left;grid-template-columns:repeat(2,1fr)}.hero-arch-wrapper{margin:0 auto}.hero-ambient-blob{right:50%;transform:translate(50%,-50%)}}@media (width<=768px){.hero-floating-stats{flex-flow:wrap;justify-content:center;margin-top:1.5rem;position:static;transform:none}.hero-stat-card{min-width:150px}.hero-review-card{max-width:100%;margin:1.5rem auto 0;position:static}.hero-arch-wrapper{width:100%}.hero-arch-img{height:380px}.trusted-banner-logos{justify-content:center;gap:1.25rem}}@media (width<=540px){.hero-features-strip{grid-template-columns:1fr}.hero-heading{font-size:2.35rem}}.trusted-section{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);background:linear-gradient(#fafaf7 0%,#fff 100%);padding:3.5rem 0 4rem;position:relative}.trusted-header-wrap{text-align:center;margin-bottom:2.25rem}.trusted-eyebrow{align-items:center;gap:1.25rem;display:inline-flex}.eyebrow-line{background:linear-gradient(90deg,#0000,#cbd5e1);width:60px;height:1.5px}.eyebrow-line:last-child{background:linear-gradient(90deg,#cbd5e1,#0000)}.eyebrow-text{letter-spacing:.14em;color:var(--text-muted);text-transform:uppercase;font-size:.82rem;font-weight:800}.trusted-cards-strip{grid-template-columns:repeat(6,1fr);gap:1.25rem;display:grid}.trusted-logo-pill{border:1.5px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;background:#fff;align-items:center;gap:.85rem;padding:1.15rem 1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 8px #10264a08}.trusted-logo-pill:hover{border-color:var(--brand-gold);transform:translateY(-4px);box-shadow:0 12px 24px -6px #10264a14,0 0 15px #f5a90026}.brand-svg-box{flex-shrink:0;justify-content:center;align-items:center;display:flex}.brand-text-box{flex-direction:column;line-height:1.2;display:flex}.brand-primary-name{color:var(--brand-navy);letter-spacing:-.01em;font-size:.96rem;font-weight:800}.brand-category-tag{color:var(--text-muted);margin-top:2px;font-size:.68rem;font-weight:600}.trusted-proof-bar{color:var(--text-body);justify-content:center;align-items:center;gap:.75rem;margin-top:2.25rem;font-size:.88rem;display:flex}.proof-rating-stars{color:var(--brand-gold);letter-spacing:.1em;font-size:1.1rem}@media (width<=1180px){.trusted-cards-strip{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.trusted-cards-strip{grid-template-columns:repeat(2,1fr)}.trusted-proof-bar{text-align:center;flex-direction:column;gap:.35rem}}.problem-solution-section{background-color:#faf9f5;background-image:radial-gradient(circle at 18% 35%,#ef44440b 0%,#0000 45%),radial-gradient(circle at 82% 35%,#f5a90012 0%,#0000 45%),linear-gradient(90deg,#0f1d3808 1px,#0000 1px),linear-gradient(#0f1d3808 1px,#0000 1px),radial-gradient(circle,#d9770614 1.2px,#0000 1.2px);background-size:100% 100%,100% 100%,44px 44px,44px 44px,22px 22px;border-top:1px solid #e2e8f0cc;border-bottom:1px solid #e2e8f0cc;padding:6.5rem 0;position:relative;overflow:hidden}.about-section{background:#fff;padding:6.5rem 0}.about-layout-grid{grid-template-columns:.9fr 1.45fr;align-items:stretch;gap:3.25rem;display:grid}.about-visual-col{justify-content:center;align-items:stretch;height:100%;display:flex;position:relative}.ca-showcase-wrapper{justify-content:center;align-items:center;width:100%;max-width:540px;height:100%;min-height:540px;display:flex;position:relative}.ca-ambient-glow{filter:blur(25px);pointer-events:none;z-index:1;background:radial-gradient(circle,#fef3c7d9 0%,#f5a90040 50%,#0000 75%);border-radius:36px;position:absolute;inset:-15px}.ca-photo-card{z-index:2;background:#fff;border:3.5px solid #f5a90073;border-radius:28px;width:100%;height:100%;min-height:540px;position:relative;overflow:hidden;box-shadow:0 26px 65px -12px #0f1d3847,0 0 24px #f5a90026}.ca-advisory-photo{object-fit:cover;object-position:center 20%;width:100%;height:100%;min-height:540px;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.ca-photo-card:hover .ca-advisory-photo{transform:scale(1.03)}.ca-photo-overlay{pointer-events:none;background:linear-gradient(#0f1d3800 60%,#0f1d3859 100%);position:absolute;inset:0}.ca-floating-pill{z-index:4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border:1.5px solid #ffffffe6;border-radius:18px;align-items:center;gap:.8rem;padding:.75rem 1.15rem;animation:4s ease-in-out infinite alternate floatCaPill;display:flex;position:absolute;box-shadow:0 14px 34px -4px #0f1d3824,0 3px 8px #0000000a}.pill-top-right{animation-delay:.6s;top:-15px;right:-25px}.pill-bottom-left{animation-delay:1.2s;bottom:25px;left:-30px}.ca-pill-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.ca-pill-icon.icon-green{color:#10b981;background:#dcfce7}.ca-pill-icon.icon-gold{color:#d97706;background:#fef3c7}.ca-pill-text{flex-direction:column;display:flex}.ca-pill-text .pill-title{color:#0f1d38;font-size:.84rem;font-weight:800;line-height:1.2}.ca-pill-text .pill-sub{color:#64748b;margin-top:2px;font-size:.68rem;font-weight:600}.ca-floating-stat-card{z-index:4;color:#fff;text-align:center;background:linear-gradient(135deg,#0f1d38 0%,#162b50 100%);border:1px solid #f5a90059;border-radius:18px;padding:.85rem 1.25rem;animation:4.5s ease-in-out 1.8s infinite alternate floatCaPill;position:absolute;bottom:-15px;right:-20px;box-shadow:0 16px 36px -4px #0a142873}.stat-pct-num{color:#f5a900;font-size:1.35rem;font-weight:900;line-height:1.1}.stat-pct-lbl{color:#e2e8f0;margin-top:2px;font-size:.68rem;font-weight:700}@keyframes floatCaPill{0%{transform:translateY(0)}to{transform:translateY(-7px)}}.about-features-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.35rem;display:grid}.about-feature-card{text-align:center;background:linear-gradient(#fff 0%,#fffefa 100%);border:1.5px solid #f5a90059;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;min-height:255px;padding:1.85rem 1.35rem 1.75rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 8px 24px -4px #0f1d380d,0 0 14px #f5a90014}.about-feature-card:hover{border-color:#f5a900;transform:translateY(-6px);box-shadow:0 20px 45px -8px #0f1d381f,0 0 28px #f5a90047}.feature-step-num{color:#d97706;font-size:.92rem;font-weight:800;line-height:1;position:absolute;top:1.25rem;left:1.35rem}.about-feature-icon{color:#0f1d38;background:linear-gradient(135deg,#fff9ec 0%,#fef3c7 100%);border:1.5px solid #fde68a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:.2rem auto 1.1rem;font-size:1.45rem;transition:all .3s;display:flex;box-shadow:0 4px 10px #d9770624}.about-feature-icon.icon-color-blue{color:#2563eb;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-color:#bfdbfe;box-shadow:0 4px 12px #2563eb1f}.about-feature-card:hover .about-feature-icon.icon-color-blue{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-color:#2563eb}.about-feature-icon.icon-color-indigo{color:#4f46e5;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border-color:#c7d2fe;box-shadow:0 4px 12px #4f46e51f}.about-feature-card:hover .about-feature-icon.icon-color-indigo{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#3730a3 100%);border-color:#4f46e5}.about-feature-icon.icon-color-green{color:#059669;background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border-color:#a7f3d0;box-shadow:0 4px 12px #10b98124}.about-feature-card:hover .about-feature-icon.icon-color-green{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-color:#10b981}.about-feature-icon.icon-color-amber{color:#d97706;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-color:#fde68a;box-shadow:0 4px 12px #d9770624}.about-feature-card:hover .about-feature-icon.icon-color-amber{color:#fff;background:linear-gradient(135deg,#f5a900 0%,#d97706 100%);border-color:#f5a900}.about-feature-icon.icon-color-purple{color:#7c3aed;background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%);border-color:#e9d5ff;box-shadow:0 4px 12px #7c3aed1f}.about-feature-card:hover .about-feature-icon.icon-color-purple{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);border-color:#7c3aed}.about-feature-icon.icon-color-teal{color:#0891b2;background:linear-gradient(135deg,#ecfeff 0%,#cffafe 100%);border-color:#a5f3fc;box-shadow:0 4px 12px #0891b21f}.about-feature-card:hover .about-feature-icon.icon-color-teal{color:#fff;background:linear-gradient(135deg,#0891b2 0%,#0e7490 100%);border-color:#0891b2}.about-feature-title{color:#0f1d38;margin-bottom:.55rem;font-size:1.05rem;font-weight:800;line-height:1.25}.about-feature-desc{color:#64748b;margin:0;font-size:.84rem;line-height:1.5}@media (width<=1200px){.about-layout-grid{grid-template-columns:1fr;gap:3rem}.about-features-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=800px){.about-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.about-features-grid{grid-template-columns:1fr}}.stats-section{background:#fff;padding:3.5rem 0 4.5rem}.stats-section .container{width:95%;max-width:1540px}.stats-navy-container{background:linear-gradient(145deg,#091326 0%,#0e1f3d 50%,#070e1c 100%);border:1.5px solid #f5a90059;border-radius:28px;padding:3.5rem 3.5rem 2.65rem;position:relative;overflow:hidden;box-shadow:0 30px 70px -15px #050c1c99,0 0 35px #f5a9001f}.stats-ambient-glow{pointer-events:none;filter:blur(18px);background:radial-gradient(#f5a90038,#0000 70%);width:750px;height:200px;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.stats-header-bar{text-align:center;z-index:2;margin-bottom:2.5rem;position:relative}.stats-eyebrow-pill{color:#f5a900;letter-spacing:.08em;text-transform:uppercase;background:#f5a9001f;border:1.5px solid #f5a900;border-radius:100px;align-items:center;gap:.65rem;margin-bottom:.85rem;padding:.38rem 1.35rem;font-size:.76rem;font-weight:800;display:inline-flex}.stats-main-headline{font-family:var(--font-serif);color:#fff;letter-spacing:-.02em;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:800;line-height:1.25}.stats-grid{z-index:2;grid-template-columns:repeat(4,1fr);gap:1.65rem;display:grid;position:relative}.stat-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#0f1d3ab3;border:1.5px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;padding:2rem 1.5rem 1.75rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #00000040}.stat-card:hover{border-color:#f5a9008c;transform:translateY(-5px);box-shadow:0 20px 45px #0006,0 0 25px #f5a90033}.stat-icon-wrapper{color:#f5a900;background:#132448;border:1.5px solid #f5a900;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:1.15rem;font-size:1.5rem;transition:transform .3s;display:flex;box-shadow:0 4px 14px #0000004d}.stat-card:hover .stat-icon-wrapper{transform:scale(1.08);box-shadow:0 0 20px #f5a90066}.stat-content{flex-direction:column;align-items:center;width:100%;display:flex}.stat-number-val{color:#f5a900;letter-spacing:-.02em;margin-bottom:.35rem;font-size:2.35rem;font-weight:900;line-height:1.1}.stat-label-text{color:#fff;margin-bottom:.85rem;font-size:1.02rem;font-weight:800;line-height:1.25}.stat-card-divider{background:#ffffff26;width:44px;height:1px;margin:0 auto .85rem}.stat-sub-text{color:#94a3b8;letter-spacing:.01em;margin:0;font-size:.84rem;font-weight:600}.stats-bottom-checks-row{z-index:2;border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:1.5rem;margin-top:2.75rem;padding-top:1.85rem;display:flex;position:relative}.stat-check-pill{color:#fff;align-items:center;gap:.65rem;font-size:.95rem;font-weight:700;display:flex}.check-gold-icon{color:#f5a900;font-size:1.15rem}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-bottom-checks-row{justify-content:center;gap:2rem}}@media (width<=600px){.stats-grid{grid-template-columns:1fr}.stats-navy-container{padding:3rem 1.5rem}.stats-bottom-checks-row{flex-direction:column;align-items:flex-start}}.services-section{background:var(--bg-offwhite);padding:6.5rem 0}.services-cards-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;display:grid}.service-card-item{text-align:center;cursor:pointer;background:linear-gradient(#fff 0%,#fffefa 100%);border:1.5px solid #f5a90059;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:2rem 1.6rem 1.85rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 8px 24px -4px #0f1d380d,0 0 14px #f5a90014}.service-card-item:hover{border-color:#f5a900;transform:translateY(-6px);box-shadow:0 20px 45px -8px #0f1d381f,0 0 28px #f5a90047}.service-step-num{color:#d97706;font-size:.92rem;font-weight:800;line-height:1;position:absolute;top:1.25rem;left:1.35rem}.service-icon-box{color:#0f1d38;background:linear-gradient(135deg,#fff9ec 0%,#fef3c7 100%);border:1.5px solid #fde68a;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:.2rem auto 1.15rem;font-size:1.45rem;transition:all .3s;display:flex;box-shadow:0 4px 10px #d9770624}.service-icon-box.icon-color-blue{color:#2563eb;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-color:#bfdbfe;box-shadow:0 4px 12px #2563eb1f}.service-card-item:hover .service-icon-box.icon-color-blue{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-color:#2563eb}.service-icon-box.icon-color-indigo{color:#4f46e5;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border-color:#c7d2fe;box-shadow:0 4px 12px #4f46e51f}.service-card-item:hover .service-icon-box.icon-color-indigo{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#3730a3 100%);border-color:#4f46e5}.service-icon-box.icon-color-green{color:#059669;background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border-color:#a7f3d0;box-shadow:0 4px 12px #10b98124}.service-card-item:hover .service-icon-box.icon-color-green{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-color:#10b981}.service-icon-box.icon-color-purple{color:#7c3aed;background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%);border-color:#e9d5ff;box-shadow:0 4px 12px #7c3aed1f}.service-card-item:hover .service-icon-box.icon-color-purple{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);border-color:#7c3aed}.service-icon-box.icon-color-amber{color:#d97706;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-color:#fde68a;box-shadow:0 4px 12px #d9770624}.service-card-item:hover .service-icon-box.icon-color-amber{color:#fff;background:linear-gradient(135deg,#f5a900 0%,#d97706 100%);border-color:#f5a900}.service-icon-box.icon-color-teal{color:#0891b2;background:linear-gradient(135deg,#ecfeff 0%,#cffafe 100%);border-color:#a5f3fc;box-shadow:0 4px 12px #0891b21f}.service-card-item:hover .service-icon-box.icon-color-teal{color:#fff;background:linear-gradient(135deg,#0891b2 0%,#0e7490 100%);border-color:#0891b2}.service-card-title{color:#0f1d38;margin-bottom:.55rem;font-size:1.08rem;font-weight:800;line-height:1.25}.service-card-desc{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}@media (width<=960px){.services-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services-cards-grid{grid-template-columns:1fr}}.how-it-works-section{background:#fff;padding:6.5rem 0}.how-it-works-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2.25rem;display:grid}.how-step-card{background:#fff;border-radius:24px;flex-direction:column;padding:2.75rem 2.25rem 2.5rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 30px -5px #0f1d380f}.how-step-card:hover{transform:translateY(-8px)}.how-step-badge{letter-spacing:.08em;border-radius:100px;align-self:flex-start;margin-bottom:1.5rem;padding:.35rem .95rem;font-size:.76rem;font-weight:800;display:inline-block;box-shadow:0 3px 10px #00000014}.how-step-icon{border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.65rem;transition:transform .3s;display:flex}.how-step-card:hover .how-step-icon{transform:scale(1.1)rotate(2deg)}.how-step-title{color:#0f1d38;margin-bottom:.75rem;font-size:1.28rem;font-weight:800;line-height:1.3}.how-step-desc{color:#64748b;flex:1;margin:0;font-size:.94rem;line-height:1.65}.step-theme-blue{border:1.5px solid #dbeafe}.step-theme-blue:hover{border-color:#2563eb;box-shadow:0 20px 45px -8px #2563eb29,0 0 25px #2563eb1f}.step-theme-blue .how-step-badge{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%)}.step-theme-blue .how-step-icon{color:#2563eb;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1.5px solid #bfdbfe;box-shadow:0 4px 12px #2563eb24}.step-theme-gold{border:1.5px solid #f5a90059}.step-theme-gold:hover{border-color:#f5a900;box-shadow:0 20px 45px -8px #f5a90033,0 0 25px #f5a90029}.step-theme-gold .how-step-badge{color:#0f1d38;background:linear-gradient(135deg,#f5a900 0%,#e09000 100%)}.step-theme-gold .how-step-icon{color:#d97706;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:1.5px solid #fde68a;box-shadow:0 4px 12px #d9770624}.step-theme-green{border:1.5px solid #d1fae5}.step-theme-green:hover{border-color:#10b981;box-shadow:0 20px 45px -8px #10b9812e,0 0 25px #10b98124}.step-theme-green .how-step-badge{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.step-theme-green .how-step-icon{color:#059669;background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border:1.5px solid #a7f3d0;box-shadow:0 4px 12px #10b98124}@media (width<=960px){.how-it-works-grid{grid-template-columns:1fr;gap:1.75rem}}.feature-highlight-section{background:#fff;padding:6.5rem 0}.highlight-cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.highlight-card-item{background:var(--bg-cream);border-radius:var(--radius-lg);border:1.5px solid var(--border-subtle);box-shadow:var(--shadow-sm);padding:2.25rem 2rem;transition:all .3s}.highlight-card-item:hover{border-color:var(--brand-gold);box-shadow:var(--shadow-md);transform:translateY(-5px)}.highlight-icon-wrap{border-radius:var(--radius-md);border:1.5px solid var(--border-gold);background:#fff;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;font-size:1.6rem;display:flex}.highlight-card-title{color:var(--brand-navy);margin-bottom:.6rem;font-size:1.25rem;font-weight:800}.highlight-card-desc{color:var(--text-body);font-size:.95rem;line-height:1.6}@media (width<=960px){.highlight-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.highlight-cards-grid{grid-template-columns:1fr}}.testimonials-section{background:var(--bg-offwhite);padding:6.5rem 0}.testimonials-cards-grid{grid-template-columns:repeat(3,1fr);gap:2.25rem;display:grid}.testimonial-card-box{border-radius:var(--radius-lg);border:1.5px solid var(--border-subtle);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;justify-content:space-between;padding:2.5rem 2rem;transition:all .3s;display:flex}.testimonial-card-box:hover{border-color:var(--brand-gold);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.stars-row{color:var(--brand-gold);letter-spacing:.12em;margin-bottom:1.25rem;font-size:1.3rem}.testimonial-text{color:var(--text-body);margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.7}.testimonial-author-row{align-items:center;gap:1rem;display:flex}.author-avatar-badge{background:var(--brand-gold-soft);border:2px solid var(--brand-gold);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.author-name{color:var(--brand-navy);font-size:1.05rem;font-weight:800}.author-role{color:var(--text-muted);font-size:.88rem}@media (width<=900px){.testimonials-cards-grid{grid-template-columns:1fr}}.cta-section{background:#fff;padding:5.5rem 0 6.5rem}.cta-luxury-dark-card{background:linear-gradient(135deg,#070f1e 0%,#0d1c38 50%,#091428 100%);border:1.8px solid #f5a90073;border-radius:28px;grid-template-columns:1fr 1.22fr;align-items:center;gap:3.5rem;padding:3.75rem 3.5rem;display:grid;position:relative;overflow:hidden;box-shadow:0 25px 65px -12px #070f1ea6,0 0 35px #f5a90029}.cta-dark-card-aura{filter:blur(35px);pointer-events:none;background:radial-gradient(#f5a90038 0%,#0000 70%);width:500px;height:300px;position:absolute;top:-25%;right:20%}.cta-luxury-left-col{z-index:3;position:relative}.cta-luxury-eyebrow{color:#f5a900;letter-spacing:.08em;text-transform:uppercase;background:#f5a90014;border:1.2px solid #f5a90066;border-radius:30px;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:.35rem .95rem;font-size:.76rem;font-weight:800;display:inline-flex}.cta-luxury-heading{font-family:var(--font-serif);color:#fff;letter-spacing:-.01em;margin:0 0 1.25rem;font-size:clamp(2.4rem,3.8vw,3.4rem);font-weight:700;line-height:1.15}.cta-luxury-subtext{color:#94a3b8;border-left:2.5px solid #f5a900;max-width:440px;margin:0 0 2rem;padding-left:1rem;font-size:.98rem;line-height:1.6}.cta-luxury-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-contact-dark-pill{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1.2px solid #fff3;border-radius:30px;align-items:center;padding:.85rem 1.65rem;font-size:.95rem;font-weight:700;transition:all .25s;display:inline-flex}.btn-contact-dark-pill:hover{color:#fff;background:#ffffff24;border-color:#f5a900;transform:translateY(-2px);box-shadow:0 6px 18px #0000004d}.cta-luxury-right-col{z-index:3;justify-content:center;align-items:center;display:flex;position:relative}.cta-pillars-stage-container{align-items:flex-end;width:400px;height:280px;margin:2.25rem 0 0 auto;padding-bottom:2px;display:flex;position:relative}.chart-bg-dots-pattern{opacity:.45;pointer-events:none;z-index:1;background-image:radial-gradient(#f5a90040 1.5px,#0000 1.5px);background-size:14px 14px;width:220px;height:220px;position:absolute;bottom:10px;right:0}.cta-top-glow-pill{z-index:10;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);white-space:nowrap;background:#0a1428e0;border:1.2px solid #f5a90080;border-radius:30px;align-items:center;gap:.55rem;padding:.45rem 1.15rem;font-size:.8rem;font-weight:700;display:inline-flex;position:absolute;top:-45px;left:10px;box-shadow:0 0 24px #f5a90059}.cta-top-glow-pill i{color:#f5a900;font-size:.85rem}.cta-trajectory-svg{pointer-events:none;z-index:4;filter:drop-shadow(0 0 6px #f5a900b3);width:100%;height:100%;position:absolute;top:0;left:0}.cta-pillars-row-flex{z-index:3;justify-content:space-between;align-items:flex-end;width:100%;height:100%;padding:0 18px;display:flex;position:relative}.cta-golden-3d-pillar{cursor:pointer;background:linear-gradient(#ffe894 0%,#f5a900 30%,#d97706 70%,#92400e 100%);border:1.5px solid #ffffff80;border-radius:12px 12px 4px 4px;justify-content:center;align-items:flex-end;width:64px;padding-bottom:.85rem;transition:all .3s;display:flex;position:relative;overflow:visible;box-shadow:0 12px 30px #f5a90059,inset 0 2px 6px #fffc,inset 0 -6px 12px #0000004d}.cta-golden-3d-pillar:hover{transform:translateY(-6px);box-shadow:0 20px 40px #f5a9008c,0 0 25px #ffffff80}.pillar-header-text{white-space:nowrap;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;top:-38px;left:50%;transform:translate(-50%)}.pillar-q-title{color:#f5a900;letter-spacing:.02em;font-size:.88rem;font-weight:900;line-height:1}.pillar-action-lbl{color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-top:2px;font-size:.62rem;font-weight:800}.pillar-trajectory-node{z-index:5;pointer-events:none;background:#f5a900;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:-5px;left:50%;transform:translate(-50%);box-shadow:0 0 10px #f5a900,0 0 18px #f5a900e6}.pillar-glass-cap{filter:blur(.5px);background:#ffffffd9;border-radius:10px;width:75%;height:5px;position:absolute;top:3px;left:50%;transform:translate(-50%)}.pillar-inner-icon{color:#070f1e;opacity:.9;font-size:1.15rem}.cta-pillars-floor-line{pointer-events:none;background:linear-gradient(90deg,#0000 0%,#f5a900 30% 70%,#0000 100%);width:90%;height:2px;position:absolute;bottom:0;left:5%;box-shadow:0 0 16px #f5a900,0 0 30px #f5a90099}@media (width<=1024px){.cta-luxury-dark-card{text-align:center;grid-template-columns:1fr;gap:3rem;padding:3rem 2rem}.cta-luxury-subtext{border-left:none;margin:0 auto 2rem;padding-left:0}.cta-luxury-actions{justify-content:center}.cta-luxury-right-col{align-items:center}.cta-top-glow-pill{margin-right:0}}@media (width<=540px){.cta-pillars-row-flex{gap:.65rem}.cta-golden-3d-pillar{max-width:48px}}.trusted-standalone-section{z-index:5;background:#fff;border-top:none;border-bottom:none;padding:3rem 0 3.5rem;position:relative}.trusted-standalone-section .trusted-tape-container{width:100%;margin-top:0;position:relative}.trusted-tape-ribbon{background:linear-gradient(135deg,#0e1a35 0%,#162b50 50%,#0a1428 100%);border:2px solid #f5a90073;border-radius:20px;align-items:center;padding:.75rem .85rem;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px -10px #0a142859,0 0 25px #f5a90026}.tape-badge-fixed{color:#0f1d38;letter-spacing:.06em;z-index:3;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#f5a900 0%,#e09000 100%);border-radius:14px;flex-shrink:0;align-items:center;gap:.65rem;padding:.7rem 1.35rem;font-size:.78rem;font-weight:800;display:flex;box-shadow:0 4px 14px #f5a90059}.tape-badge-dot{background-color:#0f1d38;border-radius:50%;width:9px;height:9px;animation:1.6s ease-in-out infinite tapeDotPulse;display:inline-block}@keyframes tapeDotPulse{0%{background-color:#0f1d38;transform:scale(1);box-shadow:0 0 #10b98100}50%{background-color:#10b981;transform:scale(1.6);box-shadow:0 0 12px 3px #10b981d9}to{background-color:#0f1d38;transform:scale(1);box-shadow:0 0 #10b98100}}.tape-marquee-viewport{flex:1;align-items:center;padding-left:1.5rem;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)}.tape-marquee-track{align-items:center;gap:2.2rem;width:max-content;animation:30s linear infinite tapeMarqueeScroll;display:flex}.tape-marquee-viewport:hover .tape-marquee-track{animation-play-state:paused}.tape-brand-item{color:#fff;white-space:nowrap;letter-spacing:.01em;align-items:center;gap:.7rem;font-size:.95rem;font-weight:700;display:inline-flex}.brand-icon-gold{color:#f5a900;font-size:1.15rem}.tape-star{color:#f5a900;opacity:.8;margin-left:1.4rem;font-size:.85rem}@keyframes tapeMarqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.trusted-tape-ribbon{flex-direction:column;gap:.75rem;padding:1rem}.tape-marquee-viewport{padding-left:0}}.about-hero-section{border-bottom:1px solid var(--border-light);background:#fff;padding:4rem 0 5.5rem;position:relative;overflow:hidden}.about-hero-section .container{width:95%;max-width:1540px;padding-left:1.5rem;padding-right:1.5rem}.about-hero-grid{grid-template-columns:1.15fr 1fr;align-items:center;gap:3.5rem;display:grid}.about-hero-text{text-align:left;max-width:720px}.about-hero-heading{font-family:var(--font-serif);color:var(--brand-navy);letter-spacing:-.02em;margin-top:1.15rem;margin-bottom:1rem;font-size:clamp(2.4rem,3.6vw,3.6rem);font-weight:700;line-height:1.18}.about-underline-gold{background:linear-gradient(90deg,#f5a900 0%,#d97706 100%);border-radius:4px;width:65px;height:3.5px;margin-bottom:1.5rem}.about-hero-subtext{color:var(--text-body);max-width:620px;margin-bottom:2.25rem;font-size:1.08rem;line-height:1.7}.about-hero-four-badges{align-items:center;gap:2.25rem;margin-top:2rem;margin-left:1.5rem;display:flex}.four-badge-item{text-align:center;flex-direction:column;align-items:center;min-width:90px;display:flex}.badge-circle-navy{color:#f5a900;background:#0f1d38;border:1.8px solid #f5a900;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:.75rem;font-size:1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 6px 16px #0f1d3838}.four-badge-item:hover .badge-circle-navy{color:#fff;background:linear-gradient(135deg,#f5a900 0%,#d97706 100%);transform:scale(1.1);box-shadow:0 8px 22px #f5a90066}.badge-label-top,.badge-label-bot{color:var(--brand-navy);white-space:nowrap;font-size:.94rem;font-weight:800;line-height:1.28}.badge-divider-line{background:#e2e8f0;width:1.5px;height:54px}.about-hero-visual{justify-content:flex-end;align-items:center;display:flex;position:relative}.about-img-frame{background:#f8fafc;border-radius:28px 28px 28px 80px;width:100%;max-width:650px;position:relative;overflow:hidden;box-shadow:0 25px 60px -10px #0f1d382e,0 0 0 1px #e2e8f0cc}.about-hero-feature-img{object-fit:cover;width:100%;height:100%;max-height:480px;transition:transform .4s;display:block}.about-img-frame:hover .about-hero-feature-img{transform:scale(1.025)}.about-story-section{background:linear-gradient(#faf8f5 0%,#fff 100%);border-top:1px solid #e2e8f0d9;border-bottom:1px solid #e2e8f0d9;padding:6rem 0;position:relative}.about-story-section .container{width:94%;max-width:1500px}.about-story-split{grid-template-columns:1.05fr 1.35fr;align-items:center;gap:4.5rem;display:grid}.story-content-left{text-align:left}.story-paragraph{color:var(--text-body);margin-bottom:1.35rem;font-size:1.08rem;line-height:1.8}.story-stats-grid{grid-template-columns:repeat(3,1fr);gap:1.35rem;display:grid}.story-stat-card{text-align:center;background:#fff;border:1.8px solid #f5a90061;border-radius:18px;flex-direction:column;align-items:center;padding:1.85rem 1.35rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 28px -4px #0f1d380f,0 0 18px #f5a90026}.story-stat-card:hover{border-color:#f5a900;transform:translateY(-6px);box-shadow:0 22px 45px -8px #0f1d3824,0 0 32px #f5a90073}.stat-card-icon-box{color:#f5a900;background:radial-gradient(circle at 35% 35%,#16284e 0%,#081122 100%);border:1.8px solid #f5a900;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1rem;font-size:1.25rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 14px #0f1d3833,0 0 16px #f5a9004d}.story-stat-card:hover .stat-card-icon-box{color:#fff;background:linear-gradient(135deg,#f5a900 0%,#d97706 100%);border-color:#fff;transform:translateY(-2px)scale(1.12);box-shadow:0 8px 20px #f5a90066,0 0 25px #f5a90099}.stat-card-val{color:var(--brand-navy);margin:0 0 .35rem;font-size:1.65rem;font-weight:900;line-height:1.15}.stat-card-label{color:var(--brand-navy);margin-bottom:.2rem;font-size:.88rem;font-weight:800}.stat-card-sub{color:var(--text-muted);font-size:.74rem;font-weight:600}.about-different-section{background:#faf9f5;border-top:1px solid #e2e8f0cc;border-bottom:1px solid #e2e8f0cc;padding:6rem 0}.different-cards-grid{grid-template-columns:repeat(6,1fr);gap:1.25rem;margin-top:3rem;display:grid}.different-card-item{text-align:center;background:#fff;border:1.8px solid #f5a90059;border-radius:18px;flex-direction:column;align-items:center;padding:2rem 1.15rem 1.75rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 6px 20px -4px #0f1d380a,0 0 14px #f5a9001a}.different-card-item:hover{border-color:#f5a900;transform:translateY(-6px);box-shadow:0 20px 42px -8px #0f1d381f,0 0 28px #f5a90066}.different-icon-badge{color:#f5a900;background:radial-gradient(circle at 35% 35%,#16284e 0%,#081122 100%);border:1.8px solid #f5a900;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.15rem;font-size:1.25rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 14px #0f1d3833,0 0 16px #f5a9004d}.different-card-item:hover .different-icon-badge{color:#fff;background:linear-gradient(135deg,#f5a900 0%,#d97706 100%);border-color:#fff;transform:translateY(-2px)scale(1.12);box-shadow:0 8px 20px #f5a90066,0 0 25px #f5a90099}.different-card-title{color:var(--brand-navy);margin-bottom:.55rem;font-size:.95rem;font-weight:800;line-height:1.3}.different-card-desc{color:var(--text-body);font-size:.78rem;line-height:1.55}.about-impact-unified-section{background:#fff;border-bottom:1px solid #e2e8f0d9;padding:6rem 0;position:relative}.about-impact-unified-section .container{width:94%;max-width:1480px}.impact-navy-banner{text-align:center;background:linear-gradient(135deg,#070f1e 0%,#0d1c38 50%,#091428 100%);border:1.5px solid #f5a90066;border-radius:22px;padding:2.5rem 2.5rem 2.25rem;position:relative;overflow:hidden;box-shadow:0 20px 50px -12px #070f1e99,0 0 30px #f5a9001f}.impact-ambient-aura{pointer-events:none;filter:blur(30px);background:radial-gradient(#f5a9002e 0%,#f5a9000a 50%,#0000 75%);width:500px;height:240px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.impact-header-eyebrow{color:#f5a900;letter-spacing:.15em;text-transform:uppercase;z-index:2;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.82rem;font-weight:800;display:inline-flex;position:relative}.eyebrow-dash{background:linear-gradient(90deg,#0000,#f5a900,#0000);width:40px;height:1.5px}.impact-stats-grid{z-index:2;grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid;position:relative}.impact-stat-item{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;align-items:center;padding:1.35rem 1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.impact-stat-item:hover{background:#ffffff0f;border-color:#f5a90080;transform:translateY(-5px);box-shadow:0 16px 30px -8px #00000080,0 0 20px #f5a90033}.impact-circle-badge{color:#f5a900;background:radial-gradient(circle,#f5a90038 0%,#f5a90014 100%);border:1.5px solid #f5a900;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.75rem;font-size:1.18rem;transition:transform .3s;display:flex;box-shadow:0 0 18px #f5a9004d}.impact-stat-item:hover .impact-circle-badge{color:#070f1e;background:linear-gradient(135deg,#f5a900 0%,#d97706 100%);transform:scale(1.08)rotate(4deg)}.impact-number{color:#fff;letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.85rem;font-weight:900;line-height:1.1}.impact-title{color:#f5a900;margin-bottom:.15rem;font-size:.88rem;font-weight:800}.impact-sub{color:#94a3b8;font-size:.75rem;font-weight:600}.about-mission-capsule-section{background:#fff;padding:0 0 4rem}.mission-vision-dual-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.mission-card-box{background:linear-gradient(145deg,#070f1e 0%,#0d1c38 100%);border:1.5px solid #f5a90059;border-radius:20px;padding:1.75rem 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 20px 45px -10px #070f1e73,0 0 25px #f5a90014}.mission-card-box:hover{border-color:#f5a900;transform:translateY(-5px);box-shadow:0 24px 55px -12px #070f1ea6,0 0 30px #f5a90033}.mission-card-box.vision-theme{border-color:#3b82f659}.mission-card-box.vision-theme:hover{border-color:#3b82f6;box-shadow:0 24px 55px -12px #070f1ea6,0 0 30px #3b82f633}.mission-card-top{align-items:center;gap:1.15rem;margin-bottom:.85rem;display:flex}.mission-icon-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;display:flex}.mission-icon-circle.rocket-theme{color:#f5a900;background:radial-gradient(circle,#f5a90040 0%,#f5a90014 100%);border:1.5px solid #f5a900;box-shadow:0 0 18px #f5a9004d}.mission-icon-circle.vision-theme-ico{color:#60a5fa;background:radial-gradient(circle,#3b82f640 0%,#3b82f614 100%);border:1.5px solid #3b82f6;box-shadow:0 0 18px #3b82f64d}.mission-pill-tag{color:#f5a900;letter-spacing:.12em;background:#f5a9001f;border:1px solid #f5a9004d;border-radius:100px;margin-bottom:.25rem;padding:.15rem .55rem;font-size:.72rem;font-weight:800;display:inline-block}.mission-pill-tag.vision-pill{color:#60a5fa;background:#3b82f61f;border-color:#3b82f64d}.mission-card-heading{color:#fff;margin:0;font-size:1.18rem;font-weight:800;line-height:1.25}.mission-card-body{color:#cbd5e1;margin:0;font-size:.88rem;line-height:1.55}@media (width<=1024px){.about-hero-grid,.about-story-split{grid-template-columns:1fr;gap:3.5rem}.different-cards-grid{grid-template-columns:repeat(3,1fr)}.impact-stats-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.mission-vision-capsule{text-align:center;grid-template-columns:1fr}.capsule-vertical-divider{display:none}}@media (width<=640px){.story-stats-grid{grid-template-columns:1fr 1fr}.different-cards-grid,.impact-stats-grid{grid-template-columns:1fr}}.services-page-mockup-wrapper{background:#fff}.services-mock-hero-section{border-bottom:1px solid var(--border-light);background:radial-gradient(circle at 78% 30%,#f5a9001a 0%,#fffffff5 60%),#fff;padding:4.5rem 0 5.25rem;position:relative;overflow:hidden}.services-mock-hero-section .container{width:95%;max-width:1540px}.services-mock-hero-grid{grid-template-columns:1.15fr 1fr;align-items:center;gap:4.5rem;display:grid}.services-mock-hero-left{text-align:left;max-width:740px}.services-mock-hero-heading{font-family:var(--font-serif);color:var(--brand-navy);letter-spacing:-.02em;margin-top:.85rem;margin-bottom:.85rem;font-size:clamp(2.6rem,4.2vw,4.2rem);font-weight:700;line-height:1.14}.services-mock-hero-subtext{color:#475569;max-width:620px;margin-bottom:2.25rem;font-size:1.12rem;line-height:1.75}.services-mock-four-badges{align-items:center;gap:2.15rem;margin-top:1.85rem;display:flex}.mock-badge-item{text-align:center;cursor:default;flex-direction:column;align-items:center;min-width:90px;display:flex}.mock-badge-circle{color:#f5a900;background:radial-gradient(circle at 35% 35%,#16284e 0%,#081122 100%);border:2px solid #f5a900;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.75rem;font-size:1.35rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 6px 18px #0f1d3840,0 0 16px #f5a90040}.mock-badge-item:hover .mock-badge-circle{color:#fff;background:linear-gradient(135deg,#f5a900 0%,#d97706 100%);transform:translateY(-4px)scale(1.08);box-shadow:0 10px 24px #f5a90066,0 0 24px #f5a9008c}.mock-badge-top{color:var(--brand-navy);white-space:nowrap;font-size:.94rem;font-weight:800;line-height:1.25}.mock-badge-bot{color:#d97706;white-space:nowrap;font-size:.94rem;font-weight:800;line-height:1.25}.mock-badge-divider{background:linear-gradient(#0000 0%,#cbd5e1 50%,#0000 100%);width:1.5px;height:54px}.services-mock-hero-right{justify-content:flex-end;align-items:center;display:flex;position:relative}.services-mock-curved-frame{outline-offset:-3px;background:#f8fafc;border:4.5px solid #fff;border-radius:36px 36px 36px 95px;outline:2.5px solid #f5a90073;width:100%;max-width:650px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 30px 75px -15px #0f1d382e,0 0 35px #f5a9002e}.services-mock-curved-frame:hover{outline-color:#f5a900;transform:translateY(-4px);box-shadow:0 35px 85px -15px #0f1d383d,0 0 45px #f5a90059}.services-mock-desk-img{object-fit:cover;width:100%;height:100%;max-height:480px;transition:transform .45s;display:block}.services-mock-curved-frame:hover .services-mock-desk-img{transform:scale(1.035)}.services-categories-section{background:#faf8f5;border-bottom:1px solid #e2e8f0d9;padding:6.5rem 0}.services-categories-section .container{width:94%;max-width:1480px}.service-categories-3x2-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.service-category-card{background:#fff;border:1.8px solid #f5a90073;border-radius:20px;flex-direction:column;padding:2.25rem 2rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px -4px #0f1d380f,0 0 18px #f5a90029}.service-category-card:hover{border-color:#f5a900;transform:translateY(-6px);box-shadow:0 20px 45px -8px #0f1d381f,0 0 32px #f5a90073}.cat-card-header-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cat-num-pill{color:#d97706;background:#fff9ec;border:1px solid #fde68a;border-radius:8px;padding:.2rem .6rem;font-size:.78rem;font-weight:900}.cat-icon-bubble{color:#fff;background:#0f1d38;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #0f1d3833}.service-category-card:hover .cat-icon-bubble{color:#0f1d38;background:linear-gradient(135deg,#f5a900 0%,#d97706 100%);transform:scale(1.08)}.cat-card-title{color:var(--brand-navy);margin-bottom:.45rem;font-size:1.28rem;font-weight:800;line-height:1.25}.cat-card-desc{color:var(--text-body);margin-bottom:1.25rem;font-size:.88rem;line-height:1.55}.cat-gold-separator{background:linear-gradient(90deg,#f5a900 0%,#d97706 100%);border-radius:2px;width:42px;height:2.5px;margin-bottom:1.25rem}.cat-bullets-list{z-index:2;flex-direction:column;gap:.6rem;display:flex;position:relative}.cat-bullet-item{color:var(--brand-navy);align-items:center;gap:.65rem;font-size:.88rem;font-weight:700;display:flex}.cat-check-badge{color:#d97706;background:#fff9ec;border:1px solid #fde68a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:900;display:flex}.cat-card-watermark{color:#f5a90014;pointer-events:none;z-index:1;font-size:4.5rem;transition:transform .4s;position:absolute;bottom:15px;right:15px}.service-category-card:hover .cat-card-watermark{color:#f5a90024;transform:scale(1.15)rotate(-5deg)}.services-impact-section{background:#fff;padding:5.5rem 0 3rem}.services-impact-section .container{width:94%;max-width:1480px}.services-impact-navy-container{text-align:center;background:linear-gradient(135deg,#070f1e 0%,#0d1c38 50%,#091428 100%);border:1.5px solid #f5a90066;border-radius:26px;padding:3rem 2.5rem 2.75rem;position:relative;box-shadow:0 25px 60px -12px #070f1e99,0 0 35px #f5a9001f}.services-impact-6-grid{grid-template-columns:repeat(6,1fr);gap:1.25rem;display:grid}.services-impact-col{text-align:center;flex-direction:column;align-items:center;display:flex}.services-impact-circle{color:#f5a900;background:radial-gradient(circle,#f5a90038 0%,#f5a90014 100%);border:1.5px solid #f5a900;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:.85rem;font-size:1.25rem;display:flex;box-shadow:0 0 18px #f5a9004d}.services-impact-val{color:#fff;letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.85rem;font-weight:900;line-height:1.1}.services-impact-label{color:#f5a900;margin-bottom:.15rem;font-size:.86rem;font-weight:800}.services-impact-sub{color:#94a3b8;font-size:.74rem;font-weight:600}.services-bottom-cta-section{background:#fff;padding:2rem 0 6rem}.services-bottom-cta-section .container{width:95%;max-width:1540px}.services-bottom-cta-card{background:linear-gradient(#fffdf8 0%,#fff9ec 100%);border:1.8px solid #fde68a;border-radius:28px;grid-template-columns:auto 1fr auto;align-items:center;gap:3rem;padding:2.75rem 2.85rem;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 45px -8px #f5a9002e}.cta-bg-dots{opacity:.35;pointer-events:none;background-image:radial-gradient(#f5a900 1.5px,#0000 1.5px);background-size:8px 8px;width:52px;height:52px;position:absolute}.dot-tl{top:16px;left:16px}.dot-br{bottom:16px;right:16px}.cta-process-flow-col{align-items:center;display:flex}.cta-5step-stream{align-items:flex-start;gap:.55rem;display:flex}.cta-step-item{text-align:center;flex-direction:column;align-items:center;width:78px;display:flex}.cta-step-badge-pod{margin-bottom:.55rem;position:relative}.step-num-tag{z-index:3;color:#d97706;background:#fff9ec;border:1.2px solid #fde68a;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;font-size:.62rem;font-weight:900;display:flex;position:absolute;top:-7px;left:-5px;box-shadow:0 2px 5px #0000000f}.step-icon-squircle{color:#f5a900;background:radial-gradient(circle at 35% 35%,#16284e 0%,#081122 100%);border:2px solid #f5a900;border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.25rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 6px 16px #0f1d3833,0 0 14px #f5a90040}.cta-step-item:hover .step-icon-squircle{color:#fff;background:linear-gradient(135deg,#f5a900 0%,#d97706 100%);border-color:#fff;transform:translateY(-4px)scale(1.08);box-shadow:0 8px 20px #f5a90066,0 0 22px #f5a90099}.step-mini-sub-badge{color:#081122;background:#f5a900;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:.58rem;font-weight:900;display:flex;position:absolute;bottom:-3px;right:-3px;box-shadow:0 2px 5px #00000040}.cta-step-title{color:var(--brand-navy);margin-bottom:.2rem;font-size:.94rem;font-weight:900;line-height:1.2}.cta-step-sub{color:#64748b;margin:0;font-size:.65rem;font-weight:600;line-height:1.25}.cta-step-arrow-connector{color:#f5a900;opacity:.85;flex-shrink:0;margin-top:18px;font-size:.78rem}.cta-soaring-growth-arrow{color:#f5a900;filter:drop-shadow(0 0 8px #f5a90099);margin-top:15px;margin-left:.25rem;font-size:1.35rem;animation:2s ease-in-out infinite alternate arrowPulse}@keyframes arrowPulse{0%{transform:translate(0)}to{transform:translate(3px,-3px)}}.cta-center-text{text-align:left}.services-cta-heading{font-family:var(--font-serif);color:var(--brand-navy);margin:0;font-size:clamp(1.75rem,2.2vw,2.3rem);font-weight:700;line-height:1.2}.cta-gold-accent-line{background:linear-gradient(90deg,#f5a900 0%,#d97706 100%);border-radius:2px;width:44px;height:3px;margin:.75rem 0 .85rem}.services-cta-desc{color:#475569;margin:0;font-size:.88rem;line-height:1.6}.cta-right-actions{flex-direction:column;gap:.85rem;min-width:170px;display:flex}@media (width<=1200px){.services-bottom-cta-card{text-align:center;grid-template-columns:1fr;gap:2.25rem}.cta-process-flow-col{justify-content:center}.cta-center-text{text-align:center}.cta-gold-accent-line{margin:.75rem auto .85rem}.cta-right-actions{flex-direction:row;justify-content:center}}@media (width<=1024px){.services-mock-hero-grid{grid-template-columns:1fr;gap:3.5rem}.service-categories-3x2-grid{grid-template-columns:repeat(2,1fr)}.services-impact-6-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (width<=768px){.cta-5step-stream{flex-wrap:wrap;justify-content:center;gap:1rem}.cta-step-arrow-connector,.cta-soaring-growth-arrow{display:none}.services-mock-four-badges{flex-wrap:wrap;justify-content:center;gap:1.25rem}.mock-badge-divider{display:none}.service-categories-3x2-grid{grid-template-columns:1fr}.services-impact-6-grid{grid-template-columns:repeat(2,1fr)}.cta-right-actions{flex-direction:column}}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}
