@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary-blue: #183153;--primary-blue-light: #2c4b78;--primary-orange: #ff7a21;--primary-orange-light: #ff9a51;--accent-teal: #1ccfc9;--accent-teal-light: #3ee0db;--cta-orange: #ff9900;--cta-orange-light: #ffae33;--gray-light: #f5f6fa;--gray-lighter: #f9fafd;--gray-dark: #444950;--gray-medium: #6b7280;--white: #fff;--black: #111;--text-main: var(--gray-dark);--text-light: #7a7a7a;--border-color: #e5e7eb;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--shadow-sm: 0 2px 4px rgba(24, 49, 83, .06);--shadow: 0 4px 16px rgba(24, 49, 83, .08);--shadow-lg: 0 8px 24px rgba(24, 49, 83, .12);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--gray-light);color:var(--text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--accent-teal);text-decoration:none;transition:var(--transition)}a:hover{color:var(--accent-teal-light)}ul,ol{list-style-position:inside}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{color:var(--primary-blue);font-weight:700;line-height:1.3;margin-bottom:.5em}h1{font-size:clamp(2.5rem,5vw,3.5rem)}h2{font-size:clamp(2rem,4vw,2.8rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:1.5rem}.text-center{text-align:center}.btn{display:inline-block;font-weight:600;padding:.75em 2em;border-radius:var(--radius);border:none;cursor:pointer;transition:var(--transition);text-align:center;font-size:1rem;text-decoration:none;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--primary-orange);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-outline:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-secondary{background:var(--accent-teal);color:var(--white)}.btn-secondary:hover{background:var(--accent-teal-light);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-large{font-size:1.125rem;padding:.875em 2.5em}.btn-small{font-size:.875rem;padding:.5em 1.5em}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.grid{display:grid}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-16{padding-top:4rem;padding-bottom:4rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.section-title{color:var(--primary-blue);font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:1.5rem;font-weight:800;text-align:center;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;width:80px;height:4px;background:var(--primary-orange);bottom:0;left:50%;transform:translate(-50%);border-radius:2px}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.25rem;max-width:800px;margin:0 auto 3rem}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;transition:var(--transition)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.animate-on-scroll,.stagger-item{opacity:1!important;transform:none!important;animation:none!important}.security-section,.security-grid,.security-card,.security-cta{opacity:1!important;visibility:visible!important;display:block!important}.security-grid{display:grid!important}@media (min-width: 768px){.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}@media (max-width: 767px){.container{padding:0 16px}.section-title{margin-bottom:2rem}.py-16{padding-top:3rem;padding-bottom:3rem}}.header{position:fixed;top:0;left:0;width:100%;background-color:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;transition:all .4s cubic-bezier(.16,1,.3,1);padding:.8rem 0;box-shadow:0 4px 20px #0000000f,0 1px #00000005}.header.scrolled{background-color:#fffffff2;padding:.6rem 0;box-shadow:0 10px 30px #00000014,0 1px #00000008}.header:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:linear-gradient(90deg,#ff7a2133,#1ccfc980,#ff7a2133);z-index:10}.header .container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.header-content{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%}.header-left{flex:1;display:flex;justify-content:flex-start;align-items:center}.logo{display:flex;align-items:center;height:55px}.logo img{height:100%}.header-center{flex:2;display:flex;justify-content:center}.main-nav{display:flex;align-items:center}.nav-list{display:flex;gap:2.5rem;margin:0;padding:0;list-style:none;align-items:center}.nav-item{position:relative}.nav-link{color:var(--primary-blue, #183153);text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease;padding:.5rem 0;position:relative;white-space:nowrap}.nav-link:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--primary-orange, #ff7a21) 0%,var(--accent-teal, #1ccfc9) 100%);transform:scaleX(0);transform-origin:right;transition:transform .3s ease;border-radius:2px}.nav-link:hover{color:var(--primary-orange, #ff7a21)}.nav-link:hover:before{transform:scaleX(1);transform-origin:left}.nav-link.active{color:var(--primary-orange, #ff7a21);font-weight:600}.nav-link.active:before{transform:scaleX(1)}.header-right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}.language-selector{position:relative}.language-toggle{display:flex;align-items:center;gap:.3rem;background:none;border:none;color:var(--primary-blue, #183153);font-size:.9rem;cursor:pointer;padding:.4rem .6rem;border-radius:6px;transition:all .3s ease}.language-toggle:hover{background-color:#1831530d}.language-toggle svg{width:16px;height:16px;transition:transform .3s ease}.language-toggle.open svg{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:8px;box-shadow:0 10px 25px #0000001a;overflow:hidden;width:150px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s cubic-bezier(.16,1,.3,1);z-index:1001}.language-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.language-option{display:flex;align-items:center;gap:.5rem;padding:.7rem 1rem;cursor:pointer;transition:all .3s ease}.language-option:hover{background-color:#1831530d}.language-option.active{background-color:#1ccfc91a;color:var(--accent-teal, #1ccfc9);font-weight:500}.language-flag{width:20px;height:15px;object-fit:cover;border-radius:2px}.cta-button{background:linear-gradient(135deg,var(--primary-orange, #ff7a21) 0%,var(--cta-orange, #ff9900) 100%);color:#fff;padding:.7rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #ff7a2133}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px #ff7a214d}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;width:40px;height:40px;padding:0;border-radius:50%}.mobile-menu-button .bar{display:block;width:22px;height:2px;background-color:var(--primary-blue, #183153);margin:5px auto;transition:all .3s ease;border-radius:2px}.mobile-menu-button.open .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-button.open .bar:nth-child(2){opacity:0}.mobile-menu-button.open .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:-100%;width:300px;max-width:80%;height:100vh;background:#fff;z-index:1001;padding:5rem 2rem 2rem;transition:right .4s cubic-bezier(.16,1,.3,1);box-shadow:-10px 0 30px #0000001a;overflow-y:auto}.mobile-menu.open{right:0}.mobile-menu .nav-list{flex-direction:column;gap:1.5rem}.mobile-menu .nav-item{opacity:0;transform:translate(20px);transition:all .3s ease;transition-delay:calc(var(--item-index) * .1s)}.mobile-menu.open .nav-item{opacity:1;transform:translate(0)}.mobile-menu .cta-button{margin-top:2rem;width:100%}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}@media (max-width: 992px){.header-center{display:none}.mobile-menu-button{display:block}.header-content{justify-content:space-between}.header-left,.header-right{flex:0 0 auto}}@media (max-width: 576px){.header-right .language-selector{margin-right:.5rem}.header-right .cta-button{display:none}}.footer{background-color:var(--primary-blue, #183153);color:#fff;padding:5rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:20px 20px;pointer-events:none;z-index:1}.footer:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(28,207,201,.15),transparent 60%),radial-gradient(circle at bottom left,rgba(255,122,33,.15),transparent 60%);pointer-events:none;z-index:0}.footer-content{position:relative;z-index:2}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-col{position:relative}.footer-logo{display:block;margin-bottom:1.5rem;max-width:180px}.footer-logo img{width:100%;height:auto}.footer-description{color:#ffffffb3;line-height:1.6;margin-bottom:2rem;max-width:90%}.footer-title{font-weight:600;margin-bottom:1.5rem;font-size:1.2rem;color:#fff;position:relative;display:inline-block}.footer-title:after{content:"";position:absolute;left:0;bottom:-8px;width:30px;height:3px;background:linear-gradient(90deg,var(--primary-orange, #ff7a21),var(--accent-teal, #1ccfc9));border-radius:3px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:all .3s ease;position:relative;display:inline-block;padding:.2rem 0}.footer-links a:before{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--primary-orange, #ff7a21);transition:width .3s ease}.footer-links a:hover{color:#fff}.footer-links a:hover:before{width:100%}.social-title{font-weight:600;margin-bottom:1.5rem;font-size:1.2rem;color:#fff}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;color:#fff;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.social-link:hover{background:linear-gradient(135deg,var(--primary-orange, #ff7a21),var(--accent-teal, #1ccfc9));transform:translateY(-5px);box-shadow:0 10px 20px #0003}.social-link svg{width:18px;height:18px;fill:currentColor}.contact-info{list-style:none;padding:0;margin:0}.contact-info li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;color:#ffffffb3}.contact-info .icon{display:flex;align-items:center;justify-content:center;min-width:24px;color:var(--accent-teal, #1ccfc9)}.contact-info .text{line-height:1.5}.contact-info a{color:inherit;text-decoration:none;transition:color .3s ease}.contact-info a:hover{color:#fff}.newsletter-form{position:relative;margin-top:1.5rem;display:flex;max-width:100%;height:48px}.newsletter-input{width:100%;height:100%;padding:.8rem 110px .8rem 1.2rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:.95rem;transition:all .3s ease}.newsletter-input::placeholder{color:#ffffff80}.newsletter-input:focus{outline:none;background:#ffffff1a;border-color:#fff3}.newsletter-button{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:linear-gradient(90deg,var(--primary-orange, #ff7a21),var(--accent-teal, #1ccfc9));color:#fff;border:none;border-radius:6px;height:calc(100% - 8px);padding:0 1.2rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;white-space:nowrap;min-width:100px}.newsletter-button:hover{filter:brightness(1.1);box-shadow:0 5px 15px #ff7a214d}.footer .subscribe-container{display:flex;align-items:center;position:relative;width:100%;max-width:400px}.footer .subscribe-input{width:100%;padding:12px 120px 12px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:14px;outline:none;height:48px}.footer .subscribe-input::placeholder{color:#ffffff80}.footer .subscribe-button{position:absolute;right:4px;top:4px;bottom:4px;background:linear-gradient(90deg,var(--primary-orange, #ff7a21) 0%,var(--accent-teal, #1ccfc9) 100%);color:#fff;border:none;padding:0 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:100px;display:flex;align-items:center;justify-content:center;height:calc(100% - 8px)}.footer .subscribe-button:hover{filter:brightness(1.1);box-shadow:0 0 15px #ff7a214d}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;color:#ffffff80}.copyright{margin:0}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#ffffff80;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#fff}.back-to-top{position:fixed;right:2rem;bottom:2rem;background:var(--accent-teal, #1ccfc9);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 5px 20px #0003;transform:translateY(100px);opacity:0;visibility:hidden;transition:all .5s cubic-bezier(.175,.885,.32,1.275);z-index:999}.back-to-top.visible{transform:translateY(0);opacity:1;visibility:visible}.back-to-top:hover{background:linear-gradient(135deg,var(--accent-teal, #1ccfc9),var(--primary-blue, #183153));transform:translateY(-5px)}.back-to-top svg{width:20px;height:20px;fill:currentColor}@media (max-width: 992px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width: 768px){.footer{padding:4rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:3rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-legal{flex-direction:column;gap:1rem}}.hero-section{perspective:1000px;position:relative;background-image:url(/assets/hero-image-DL457Xne.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;padding:9rem 0 7rem;min-height:80vh;width:100%;display:flex;align-items:center;overflow:hidden}.hero-bg-parallax{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/hero-image-DL457Xne.png);background-size:cover;background-position:center;background-attachment:fixed;z-index:0}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#183153d9,#183153bf);z-index:1}.hero-parallax{position:relative;z-index:10;transition:transform .2s ease-out;will-change:transform}.hero-title{text-shadow:0 5px 15px rgba(0,0,0,.15);transform:translateZ(50px);transform-style:preserve-3d;font-size:3.8rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:#fff;position:relative;animation:fadeIn 1s ease-out}.hero-title span{color:var(--primary-orange, #ff7a21);position:relative;display:inline-block}.hero-title span:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background-color:#ff7a214d;z-index:-1}.hero-subtitle{transform:translateZ(20px);transform-style:preserve-3d;font-size:1.35rem;margin-bottom:3rem;opacity:.95;line-height:1.6;animation:fadeIn 1s ease-out .3s both}.hero-buttons{transform:translateZ(60px);transform-style:preserve-3d;display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;animation:fadeIn 1s ease-out .6s both}.hero-shape{position:absolute;z-index:2;opacity:.3;filter:blur(2px);transition:all .3s ease;animation:float 15s infinite alternate ease-in-out}.hero-shape-1{top:10%;right:15%;width:200px;height:200px;background:linear-gradient(135deg,rgba(28,207,201,.4) 0%,transparent 80%);border-radius:40% 60% 70% 30%/40% 50% 60%;transform:translateZ(30px) rotate(45deg);animation-delay:-5s}.hero-shape-2{bottom:10%;left:10%;width:250px;height:250px;background:linear-gradient(135deg,rgba(255,122,33,.4) 0%,transparent 80%);border-radius:58% 42% 38% 62%/42% 55% 45% 58%;transform:translateZ(50px) rotate(-30deg);animation-delay:-8s}.hero-cta{position:relative;display:inline-block;background:linear-gradient(135deg,var(--cta-orange, #ff9900) 0%,var(--primary-orange, #ff7a21) 100%);color:#fff;padding:1.15rem 2.3rem;border-radius:8px;font-weight:600;font-size:1.1rem;text-decoration:none;overflow:hidden;z-index:1;isolation:isolate;transition:transform .3s ease,box-shadow .3s ease}.hero-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .7s ease;z-index:-1}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 10px 20px #ff792166}.hero-cta:hover:before{left:100%}.hero-secondary{color:#fff;font-weight:600;font-size:1.1rem;text-decoration:none;position:relative;padding:.5rem 0;transition:all .3s ease}.hero-secondary:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-orange, #ff7a21);transition:width .3s ease}.hero-secondary:hover{color:var(--primary-orange, #ff7a21)}.hero-secondary:hover:after{width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-section{padding:9rem 0 7rem;min-height:75vh;background-attachment:scroll}.hero-bg-parallax{background-attachment:scroll;background-position:center 30%}.hero-title{font-size:2.5rem;margin-bottom:1.5rem;transform:none;text-shadow:0 3px 10px rgba(0,0,0,.2)}.hero-subtitle{font-size:1rem;margin-bottom:2.5rem;transform:none;line-height:1.5}.hero-buttons{transform:none;flex-direction:column;align-items:flex-start;gap:1rem}.hero-cta{padding:1rem 2rem;font-size:1rem;width:100%;text-align:center}.hero-secondary{align-self:center;margin-top:.5rem;font-size:1rem}.hero-shape{opacity:.15}.hero-shape-1{top:5%;right:5%;width:120px;height:120px}.hero-shape-2{bottom:5%;left:5%;width:150px;height:150px}}@media (max-width: 480px){.hero-section{padding:8rem 0 6rem;min-height:85vh}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.hero-shape{display:none}}.features-section{padding:6rem 0;background:var(--gray-lighter);position:relative}.features-pattern{position:absolute;top:-100px;right:0;width:300px;height:300px;background:var(--accent-teal);opacity:.05;border-radius:50%;filter:blur(80px);z-index:0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--secondary-color);font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;z-index:1}.feature-card{background:var(--white);border-radius:12px;box-shadow:0 10px 25px #0000000f;padding:2.5rem 2rem;text-align:center;transition:all .5s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;align-items:center;z-index:1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.7)}.feature-card:before{content:"";position:absolute;top:-100px;left:-100px;width:200px;height:200px;background:radial-gradient(circle,rgba(255,121,33,.1) 0%,transparent 70%);transition:all .5s ease;opacity:0;z-index:-1}.feature-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 20px 40px #0000001a}.feature-card:hover:before{top:-50px;left:-50px;opacity:1}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem;display:inline-block;position:relative;transition:all .5s ease}.feature-icon:after{content:"";position:absolute;width:70px;height:70px;background:linear-gradient(135deg,#ff792133,#1ccfc933);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;transition:all .5s ease}.feature-card:hover .feature-icon{transform:translateY(-5px)}.feature-card:hover .feature-icon:after{transform:translate(-50%,-50%) scale(1.2);background:linear-gradient(135deg,#ff79214d,#1ccfc94d)}.feature-title{color:var(--primary-blue, #183153);font-size:1.6rem;font-weight:700;margin-bottom:1.2rem;transition:all .3s ease}.feature-description{color:var(--text-light, #6c757d);line-height:1.7;transition:all .3s ease}.feature-card:hover .feature-title{color:var(--primary-orange, #ff7a21)}@media (max-width: 1200px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.features-section{padding:4rem 0}.features-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.security-section{padding:6rem 0;background-color:var(--gray-light, #f8f9fa)}.security-header{text-align:center;max-width:800px;margin:0 auto 4rem}.security-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:5rem;max-width:1200px;margin-left:auto;margin-right:auto}.security-card{background-color:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 10px 30px #0000000d;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;align-items:flex-start;height:100%;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.02)}.security-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:0;background:linear-gradient(135deg,#ff7a210d,#1831530d);transition:height .4s ease;z-index:0}.security-card:hover{transform:translateY(-15px);box-shadow:0 20px 40px #0000001a;border-color:#1831530d}.security-card:hover:before{height:100%}.security-icon{background:linear-gradient(135deg,#1831531a,#1ccfc91a);border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;position:relative;transition:all .4s ease;z-index:1}.security-icon:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:inherit;filter:blur(10px);opacity:0;z-index:-1;transition:opacity .4s ease}.security-card:hover .security-icon{transform:scale(1.1) translateY(-5px)}.security-card:hover .security-icon:after{opacity:.7}.security-feature-title,.security-feature-description{position:relative;z-index:1}.security-feature-title{font-size:1.4rem;font-weight:600;color:var(--primary-blue, #183153);margin-bottom:1rem}.security-feature-description{font-size:1rem;line-height:1.6;color:var(--text-light, #6c757d);margin-bottom:0}.security-cta{background:linear-gradient(125deg,#152640,#1e3c69);border-radius:16px;padding:4rem 3rem;text-align:center;color:#fff;max-width:1200px;margin:4rem auto 0;position:relative;overflow:hidden;box-shadow:0 20px 50px #18315340,0 0 0 1px #ffffff1a inset;z-index:1}.security-cta:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(28,207,201,.3) 0%,rgba(28,207,201,.1) 30%,transparent 70%);top:-300px;right:-200px;filter:blur(30px);z-index:-1;animation:pulse 15s infinite alternate ease-in-out}.security-cta:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,33,.3) 0%,rgba(255,122,33,.1) 30%,transparent 70%);bottom:-250px;left:-200px;filter:blur(30px);z-index:-1;animation:pulse 12s infinite alternate-reverse ease-in-out}.security-cta .mesh-bg{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.05;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:20px 20px;pointer-events:none}.security-cta .particles{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none}.particle{position:absolute;width:6px;height:6px;border-radius:50%;background:#fff3;pointer-events:none}.particle:nth-child(1){top:20%;left:20%;width:4px;height:4px;animation:floatParticle 25s infinite ease-in-out}.particle:nth-child(2){top:60%;left:80%;width:6px;height:6px;background:#ff99004d;animation:floatParticle 20s infinite ease-in-out reverse}.particle:nth-child(3){top:25%;left:70%;width:8px;height:8px;animation:floatParticle 18s infinite ease-in-out 2s}.particle:nth-child(4){top:70%;left:30%;width:5px;height:5px;background:#1ccfc94d;animation:floatParticle 22s infinite ease-in-out 1s reverse}.particle:nth-child(5){top:40%;left:50%;animation:floatParticle 30s infinite ease-in-out 3s}.security-cta h3{font-size:2.2rem;margin-bottom:1.8rem;font-weight:700;position:relative;display:inline-block;z-index:2;background:linear-gradient(90deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 5px 15px rgba(0,0,0,.1)}.security-cta h3:after{content:"";position:absolute;width:80px;height:4px;background:linear-gradient(90deg,var(--primary-orange, #ff7a21),var(--cta-orange, #ff9900));bottom:-10px;left:50%;transform:translate(-50%);border-radius:2px;box-shadow:0 2px 10px #ff7a2180}.btn-secondary{position:relative;display:inline-block;background:#fff;color:var(--primary-blue, #183153);padding:1.1rem 2.5rem;border-radius:12px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);margin-top:1.8rem;letter-spacing:.5px;box-shadow:0 10px 25px #00000026,0 0 0 1px #ffffff1a inset;z-index:2;overflow:hidden}.btn-secondary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .7s ease;z-index:-1}.btn-secondary:after{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(to bottom,rgba(255,255,255,.2),transparent);opacity:.5;transition:opacity .3s ease;border-radius:12px 12px 0 0}.btn-secondary:hover{background:linear-gradient(135deg,var(--primary-orange, #ff7a21) 0%,var(--cta-orange, #ff9900) 100%);color:#fff;transform:translateY(-6px);box-shadow:0 15px 35px #ff7a214d,0 0 0 1px #fff3 inset}.btn-secondary:hover:before{left:100%}.btn-secondary:hover:after{opacity:.7}.download-icon{display:inline-block;margin-right:10px;font-style:normal;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.btn-secondary:hover .download-icon{transform:translateY(3px)}@media (max-width: 992px){.security-grid{grid-template-columns:repeat(2,1fr)}.security-cta{padding:3rem 2rem}.security-cta h3{font-size:1.8rem}}@media (max-width: 768px){.security-section{padding:4rem 1rem}.section-title{font-size:2rem}.security-grid{grid-template-columns:1fr}.security-cta{padding:2.5rem 1.5rem;margin-top:3rem}.security-cta h3{font-size:1.6rem}.btn-secondary{width:100%;padding:1rem 1.5rem}}.team-section{padding:6rem 0;background-color:var(--gray-light, #f5f6fa)}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--primary-blue, #183153);margin-bottom:1rem}.section-subtitle{font-size:1.2rem;line-height:1.6;color:var(--text-light, #6c757d)}.team-grid{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.team-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 20px #0000000f;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:100%;max-width:320px;flex:0 0 auto;text-align:center;position:relative}.team-card:hover{transform:translateY(-12px);box-shadow:0 20px 30px #0000001a}.image-container{position:relative;background-color:#fff;padding:2rem;width:100%;height:0;padding-bottom:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.image-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,transparent 60%,rgba(255,255,255,.95) 70%);z-index:1;transition:all .4s ease}.team-card:hover .image-container:after{background:radial-gradient(circle at center,transparent 65%,rgba(255,255,255,.9) 75%)}.team-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.2);width:70%;height:70%;object-fit:cover;border-radius:50%;box-shadow:0 5px 16px #00000026;transition:all .5s ease}.team-card:hover .team-image{transform:translate(-50%,-50%) scale(1.25)}.team-info{padding:1.8rem;position:relative;background:#fff;z-index:2;transition:all .3s ease}.team-name{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:var(--primary-blue, #183153);position:relative;display:inline-block}.team-name:after{content:"";position:absolute;width:0;height:2px;bottom:-3px;left:50%;background:var(--primary-orange, #ff7a21);transform:translate(-50%);transition:width .3s ease}.team-card:hover .team-name:after{width:80%}.team-position{color:var(--primary-orange, #ff7a21);font-weight:600;font-size:.9rem;margin-bottom:1rem}.team-bio{font-size:.95rem;line-height:1.6;color:var(--text-light, #6c757d);margin-bottom:1.5rem}.team-social{display:flex;gap:1rem;justify-content:center}.team-social a{color:var(--primary-blue, #183153);transition:all .3s ease;opacity:.7;transform:translateY(0);display:flex;background-color:#1831531a;width:36px;height:36px;border-radius:50%;align-items:center;justify-content:center}.team-social a:hover{color:var(--primary-orange, #ff7a21);opacity:1;transform:translateY(-3px);box-shadow:0 5px 10px #0000001a}.linkedin-icon,.twitter-icon,.github-icon{font-style:normal;font-weight:700;font-size:.85rem}@media (max-width: 992px){.team-grid{gap:2rem}}.roadmap-section{padding:8rem 0;background:linear-gradient(180deg,var(--white) 0%,rgba(248,250,252,1) 100%);position:relative;overflow:hidden}.roadmap-container{max-width:1100px;margin:0 auto;position:relative;z-index:2}.roadmap-header{text-align:center;margin-bottom:5rem;position:relative}.roadmap-title{font-size:2.8rem;font-weight:800;color:var(--primary-blue, #183153);margin-bottom:1rem;position:relative;display:inline-block}.roadmap-title:after{content:"";position:absolute;height:10px;width:40%;background:linear-gradient(90deg,#ff7a214d,#ff99001a);left:30%;bottom:5px;z-index:-1;border-radius:10px}.roadmap-subtitle{font-size:1.2rem;color:var(--text-light, #6c757d);max-width:700px;margin:0 auto;line-height:1.7}.roadmap-section:before,.roadmap-section:after{content:"";position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(28,207,201,.05) 0%,transparent 70%);z-index:1}.roadmap-section:before{width:500px;height:500px;right:-100px;top:-100px}.roadmap-section:after{width:600px;height:600px;left:-150px;bottom:-150px;background:radial-gradient(circle,rgba(255,122,33,.05) 0%,transparent 70%)}.timeline{position:relative;padding:3rem 0}.timeline:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:6px;height:100%;background:linear-gradient(to bottom,var(--primary-orange, #ff7a21),var(--accent-teal, #1ccfc9),var(--primary-blue, #183153));z-index:0;border-radius:3px;box-shadow:0 0 30px #1ccfc933}.phase-item{position:relative;margin-bottom:5rem;width:100%;display:flex;z-index:1}.phase-item:last-child{margin-bottom:0}.phase-item:nth-child(odd){justify-content:flex-start}.phase-item:nth-child(2n){justify-content:flex-end}.phase-item:after{content:"";position:absolute;top:30px;width:30px;height:3px;background:linear-gradient(90deg,var(--accent-teal, #1ccfc9),var(--primary-blue, #183153));z-index:0}.phase-item:nth-child(odd):after{right:calc(50% + 3px)}.phase-item:nth-child(2n):after{left:calc(50% + 3px)}.phase-content{background:var(--white);border-radius:16px;box-shadow:0 10px 40px #00000014;padding:2.5rem 2rem;width:calc(50% - 3rem);position:relative;transition:all .5s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.features-container{height:0;overflow:hidden;transition:height .4s cubic-bezier(.34,1.56,.64,1);margin-top:0}.phase-content:hover .features-container{height:var(--expanded-height, 200px);margin-top:1.5rem}.phase-features{list-style:none;padding:0;margin:0}.phase-features li{position:relative;padding-left:28px;margin-bottom:.8rem;font-size:1rem;line-height:1.5;color:var(--text-dark, #444);opacity:0;transform:translateY(10px);transition:all .4s ease;transition-delay:calc(var(--item-index) * .1s)}.phase-content:hover .phase-features li{opacity:1;transform:translateY(0)}.phase-features li:last-child{margin-bottom:0}.phase-features li:before{content:"";position:absolute;left:0;top:6px;width:0;height:0;border-radius:50%;transition:all .3s cubic-bezier(.34,1.56,.64,1);transition-delay:calc(var(--item-index) * .1s + .1s)}.phase-item:nth-child(odd) .phase-features li:before{background-color:var(--accent-teal, #1ccfc9)}.phase-item:nth-child(2n) .phase-features li:before{background-color:var(--primary-orange, #ff7a21)}.phase-content:hover .phase-features li:before{width:6px;height:6px}.phase-status{display:inline-flex;align-items:center;padding:.6rem 1.2rem;border-radius:30px;font-size:.9rem;font-weight:600;margin-top:1.5rem;transition:all .3s ease;box-shadow:0 4px 12px #0000000f}.status-completed{background:linear-gradient(135deg,#34c7591a,#34c75933);color:#34c759;border:1px solid rgba(52,199,89,.2)}.phase-content:hover .status-completed{background:linear-gradient(135deg,#34c75926,#34c75940);box-shadow:0 6px 15px #34c75926}.status-in-progress{background:linear-gradient(135deg,#ff99001a,#f903);color:#f90;border:1px solid rgba(255,153,0,.2)}.phase-content:hover .status-in-progress{background:linear-gradient(135deg,#ff990026,#ff990040);box-shadow:0 6px 15px #ff990026}.status-upcoming{background:linear-gradient(135deg,#64748b1a,#64748b33);color:#64748b;border:1px solid rgba(100,116,139,.2)}.phase-content:hover .status-upcoming{background:linear-gradient(135deg,#64748b26,#64748b40);box-shadow:0 6px 15px #64748b26}.status-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:8px;font-size:.9rem;background:#ffffff80;width:20px;height:20px;border-radius:50%;box-shadow:0 2px 5px #0000000d;transition:transform .3s ease}.phase-content:hover .status-icon{transform:scale(1.2)}.phase-content:hover{transform:translateY(-12px) scale(1.03);box-shadow:0 20px 50px #00000026}.phase-number{position:absolute;top:-25px;width:60px;height:60px;color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;box-shadow:0 0 0 6px var(--white),0 10px 20px #00000026;transition:all .5s cubic-bezier(.34,1.56,.64,1);z-index:2}.phase-item:nth-child(odd) .phase-number{right:-30px;background:linear-gradient(135deg,var(--primary-blue, #183153) 0%,var(--accent-teal, #1ccfc9) 100%)}.phase-item:nth-child(2n) .phase-number{left:-30px;background:linear-gradient(135deg,var(--primary-orange, #ff7a21) 0%,var(--cta-orange, #ff9900) 100%)}.phase-item:hover .phase-number{transform:scale(1.15) rotate(10deg);box-shadow:0 0 0 6px var(--white),0 15px 30px #0003}.phase-title{font-size:1.6rem;margin-bottom:1rem;font-weight:700;color:var(--primary-blue, #183153);transition:all .3s ease;position:relative;display:inline-block}.phase-item:hover .phase-title{color:var(--accent-teal, #1ccfc9)}.phase-item:nth-child(odd):hover .phase-title{color:var(--accent-teal, #1ccfc9)}.phase-item:nth-child(2n):hover .phase-title{color:var(--primary-orange, #ff7a21)}.phase-title:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;transition:width .4s ease}.phase-item:nth-child(odd):hover .phase-title:after{width:100%;background:var(--accent-teal, #1ccfc9)}.phase-item:nth-child(2n):hover .phase-title:after{width:100%;background:var(--primary-orange, #ff7a21)}.phase-description{color:var(--text-light, #6c757d);line-height:1.8;margin-bottom:1.5rem}@media (max-width: 992px){.roadmap-title{font-size:2.4rem}.phase-content{padding:2rem}}@media (max-width: 767px){.roadmap-section{padding:6rem 0}.roadmap-title{font-size:2rem}.timeline:before{left:20px;background:linear-gradient(to bottom,var(--primary-orange, #ff7a21) 0%,var(--accent-teal, #1ccfc9) 50%,var(--primary-blue, #183153) 100%)}.phase-item{width:100%;justify-content:flex-start!important;margin-bottom:4rem}.phase-content{width:calc(100% - 70px);margin-left:70px}.phase-item:after{width:20px;left:23px!important;right:auto!important}.phase-number{left:0!important;right:auto!important;width:50px;height:50px;font-size:1.1rem}.phase-item:nth-child(2n) .phase-number{background:linear-gradient(135deg,var(--primary-blue, #183153) 0%,var(--accent-teal, #1ccfc9) 100%)}.phase-title{font-size:1.4rem}}.cta-section{background:linear-gradient(135deg,var(--primary-orange) 0%,var(--cta-orange) 100%);color:var(--white);padding:6rem 0;text-align:center;position:relative;overflow:hidden}.cta-section:before,.cta-section:after{content:"";position:absolute;border-radius:50%;background:#ffffff1a;z-index:0}.cta-section:before{top:-100px;right:-100px;width:400px;height:400px;animation:float 25s infinite alternate-reverse ease-in-out}.cta-section:after{bottom:-150px;left:-50px;width:350px;height:350px;animation:float 20s infinite alternate ease-in-out;animation-delay:-10s}.cta-section .floating-bubble{position:absolute;border-radius:50%;background:#ffffff0d;z-index:0}.cta-title{color:var(--white);font-size:clamp(2rem,4vw,2.8rem);font-weight:800;margin-bottom:1.8rem;position:relative;z-index:2}.cta-description{font-size:1.3rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.cta-btn{position:relative;z-index:2;background:var(--white);color:var(--primary-orange);font-weight:700;padding:1.2rem 3rem;border-radius:10px;font-size:1.15rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);text-decoration:none;display:inline-block;box-shadow:0 10px 20px #00000026;overflow:hidden}.cta-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,153,0,.2),transparent);transition:left .7s ease;z-index:-1}.cta-btn:hover{background:#fffffff2;transform:translateY(-5px) scale(1.03);box-shadow:0 15px 30px #0003}.cta-btn:hover:before{left:100%}@media (max-width: 767px){.cta-section{padding:4rem 0}}:root{--primary-color: #4f46e5;--primary-hover: #4338ca;--secondary-color: #111827;--accent-color: #10b981;--text-color: #1f2937;--text-light: #6b7280;--bg-color: #ffffff;--bg-alt: #f9fafb;--border-color: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--radius: 8px;--primary-blue: #183153;--primary-orange: #ff7a21;--accent-teal: #1ccfc9;--cta-orange: #ff9900;--gray-light: #f5f6fa;--gray-dark: #444950;--white: #fff;--text-main: var(--gray-dark);--text-light: #7a7a7a;--radius: 10px;--shadow: 0 2px 16px rgba(24, 49, 83, .08)}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-color);line-height:1.5;background:var(--gray-light);color:var(--text-main);font-family:Inter,Segoe UI,Arial,sans-serif}.landing-page{display:flex;flex-direction:column;min-height:100vh}section{padding:5rem 2rem}h1,h2,h3,h4,h5,h6{color:var(--secondary-color);margin-top:0}a{color:var(--primary-color);color:var(--accent-teal);text-decoration:none}button{cursor:pointer}.btn{border-radius:var(--radius);font-weight:600;padding:.75em 2em;border:none;cursor:pointer;transition:background .2s}.btn-primary{background:var(--cta-orange);color:var(--white)}.btn-primary:hover{background:var(--primary-orange)}.btn-outline{background:var(--white);color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-outline:hover{background:var(--primary-blue);color:var(--white)}.section-title{color:var(--primary-blue);font-size:2.2rem;margin-bottom:1.5rem;font-weight:700}@media (max-width: 768px){section{padding:3rem 1.5rem}}.beta-form{background-color:var(--white);padding:2.8rem;border-radius:var(--border-radius);box-shadow:0 15px 45px #18315314;position:relative;overflow:hidden;z-index:1}.beta-form:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(28,207,201,.03) 0%,transparent 70%);top:-150px;right:-150px;z-index:-1}.beta-form:after{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,33,.02) 0%,transparent 70%);bottom:-100px;left:-80px;z-index:-1}.form-header{text-align:center;margin-bottom:2rem;position:relative}.form-header-badge{display:inline-block;background-color:#1ccfc91a;color:var(--accent-teal);font-size:.8rem;font-weight:600;padding:.3rem .8rem;border-radius:20px;margin-bottom:1rem;letter-spacing:.05em;text-transform:uppercase}.beta-form h3{color:var(--primary-blue);font-size:1.8rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.form-subtitle{color:var(--text-light);font-size:.95rem;line-height:1.6;max-width:90%;margin:0 auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{margin-bottom:1.5rem;position:relative}.form-group.full-width{grid-column:span 2}.form-group label{display:block;color:var(--text-main);font-weight:500;margin-bottom:.5rem;font-size:.9rem}.form-group label .required{color:var(--primary-orange);margin-left:3px}.form-group .input-container{position:relative}.form-group .input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-light);opacity:.5;transition:opacity .2s;width:40px;text-align:center}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.9rem 1rem .9rem 3rem;border:1px solid #e8edf5;border-radius:10px;font-size:1rem;transition:all .2s ease;background-color:#f9fafc;color:var(--text-main)}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%237a7a7a' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.form-group textarea{resize:vertical;min-height:120px;padding-left:1rem;line-height:1.6}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #18315314;background-color:#fff}.form-group input:focus+.input-icon,.form-group select:focus+.input-icon{opacity:1;color:var(--primary-blue)}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#c8d3e6}.form-group input::placeholder,.form-group textarea::placeholder{color:#adb5bd}.form-action{margin-top:1rem}.submit-button{width:100%;background:linear-gradient(90deg,var(--primary-orange),var(--cta-orange));color:#fff;border:none;border-radius:10px;padding:1rem 1.5rem;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 10px 25px #ff7a2133;position:relative;overflow:hidden}.submit-button:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);left:-100%;top:0;transition:all .6s ease}.submit-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #ff7a214d}.submit-button:hover:before{left:100%}.submit-button:focus{outline:none}.submit-button:active{transform:translateY(-1px)}.submit-button .button-icon{font-size:1.2rem}.form-disclaimer{font-size:.85rem;color:var(--text-light);text-align:center;margin-top:1.5rem;line-height:1.6}.form-disclaimer a{color:var(--accent-teal);text-decoration:none;font-weight:500;transition:color .2s}.form-disclaimer a:hover{color:var(--primary-blue);text-decoration:underline}.form-success{background-color:#f9fafc;padding:3rem 2rem;border-radius:var(--border-radius);text-align:center;box-shadow:0 15px 45px #18315314}.success-icon-container{position:relative;width:100px;height:100px;margin:0 auto 2rem}.success-icon-bg{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:#1ccfc91a;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.95);opacity:.7}50%{transform:scale(1.05);opacity:.9}to{transform:scale(.95);opacity:.7}}.success-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;color:var(--accent-teal);z-index:1}.form-success h3{color:var(--primary-blue);font-size:1.8rem;font-weight:700;margin-bottom:1rem}.form-success-subtitle{color:var(--primary-blue);font-size:1.1rem;font-weight:600;margin-bottom:1rem;opacity:.8}.form-success p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem;max-width:90%;margin-left:auto;margin-right:auto}.form-success-steps{display:flex;justify-content:center;margin:2rem 0}.form-success-step{display:flex;flex-direction:column;align-items:center;position:relative;padding:0 1.5rem}.form-success-step:not(:last-child):after{content:"";position:absolute;top:15px;right:-15px;height:2px;width:30px;background-color:#1831531a}.step-number{width:32px;height:32px;border-radius:50%;background-color:var(--primary-blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;margin-bottom:.7rem}.step-text{font-size:.9rem;color:var(--text-light);text-align:center;font-weight:500}.beta-signup{position:relative;padding:8rem 0;background:linear-gradient(135deg,#f6f9ff,#eef3fa);overflow:hidden}.beta-signup:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(24,49,83,.03) 0%,transparent 70%);border-radius:50%;top:-200px;right:-100px;z-index:0}.beta-signup:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,122,33,.03) 0%,transparent 70%);border-radius:50%;bottom:-200px;left:-100px;z-index:0}.signup-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23183153' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");z-index:1}.signup-container{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:center}.signup-content{position:relative}.signup-eyebrow{display:inline-block;padding:.4rem 1.2rem;background-color:#1ccfc91a;color:var(--accent-teal);font-size:.9rem;font-weight:600;border-radius:30px;margin-bottom:1.5rem;letter-spacing:.05em;text-transform:uppercase}.signup-content h2{color:var(--primary-blue);font-size:2.8rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;position:relative}.signup-content h2:after{content:"";position:absolute;width:80px;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--accent-teal));bottom:-.8rem;left:0;border-radius:2px}.signup-content>p{color:var(--text-light);font-size:1.15rem;line-height:1.6;margin-bottom:2rem;max-width:90%}.signup-benefits{list-style:none;padding:0;margin:0 0 2.5rem}.signup-benefits li{position:relative;padding-left:0;margin-bottom:1.2rem;color:var(--text-main);font-size:1.1rem;display:flex;align-items:center;opacity:0;transform:translateY(15px);animation:fadeInUp .5s ease forwards;transition:color .2s ease;gap:1.5rem}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.signup-benefits li:nth-child(1){animation-delay:.1s}.signup-benefits li:nth-child(2){animation-delay:.2s}.signup-benefits li:nth-child(3){animation-delay:.3s}.signup-benefits li:nth-child(4){animation-delay:.4s}.benefit-icon{position:relative;width:40px;height:40px;min-width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 10px #18315333}.signup-benefits li:nth-child(1) .benefit-icon{background:linear-gradient(135deg,#183153,#255694)}.signup-benefits li:nth-child(2) .benefit-icon{background:linear-gradient(135deg,#1ccfc9,#18a8a3)}.signup-benefits li:nth-child(3) .benefit-icon{background:linear-gradient(135deg,#8a66f4,#7045e7)}.signup-benefits li:nth-child(4) .benefit-icon{background:linear-gradient(135deg,#ff7a21,#ff9a21)}.signup-benefits li:before{content:none}.benefit-text{flex:1;color:var(--text-main)}.spots-counter{margin-top:2rem;padding:1.5rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(24,49,83,.1);display:flex;align-items:center;gap:1.5rem;width:fit-content}.counter-label{display:flex;flex-direction:column}.counter-title{color:var(--primary-blue);font-weight:600;font-size:1.1rem;margin-bottom:.3rem}.counter-subtitle{color:var(--text-light);font-size:.9rem}.counter-number{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,var(--primary-orange),var(--cta-orange));color:#fff;font-size:1.8rem;font-weight:700;border-radius:50%;box-shadow:0 6px 15px #ff7a214d;position:relative;overflow:hidden}.counter-number:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%);animation:shine 3s infinite}@keyframes shine{to{transform:translate(100%)}}.signup-form-container{position:relative}.floating-element{position:absolute;z-index:-1;border-radius:8px;opacity:.1;animation:float 8s ease-in-out infinite}.floating-element-1{width:60px;height:60px;background-color:var(--primary-orange);top:-30px;right:100px;animation-delay:0s;transform:rotate(15deg)}.floating-element-2{width:40px;height:40px;background-color:var(--accent-teal);bottom:50px;right:-20px;animation-delay:1s;transform:rotate(30deg)}.floating-element-3{width:30px;height:30px;background-color:var(--primary-blue);bottom:-15px;left:100px;animation-delay:2s;transform:rotate(45deg)}@keyframes float{0%,to{transform:translateY(0) rotate(15deg)}50%{transform:translateY(-15px) rotate(20deg)}}.form-success{position:relative;padding:3rem 2rem;background:linear-gradient(to bottom right,#fff,#f9fafc);border-radius:var(--border-radius);text-align:center;box-shadow:0 15px 45px #18315314;overflow:hidden}.form-success:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(28,207,201,.03) 2px,transparent 2px);background-size:20px 20px;opacity:.5;z-index:0}@media (max-width: 1200px){.signup-content h2{font-size:2.4rem}.signup-container{gap:3rem}}@media (max-width: 992px){.beta-signup{padding:6rem 0}.signup-container{grid-template-columns:1fr;gap:4rem}.signup-content{text-align:center;max-width:700px;margin:0 auto}.signup-content h2:after{left:50%;transform:translate(-50%)}.signup-content>p{max-width:100%}.signup-benefits li{justify-content:flex-start;text-align:left}.spots-counter{margin-left:auto;margin-right:auto}}@media (max-width: 768px){.beta-signup{padding:5rem 0}.signup-content h2{font-size:2rem}.signup-content>p{font-size:1.05rem}.signup-benefits li{font-size:1rem}.benefit-icon{width:36px;height:36px;min-width:36px}.spots-counter{padding:1.2rem;gap:1rem}.counter-number{width:50px;height:50px;font-size:1.5rem}}@media (max-width: 576px){.counter-label{font-size:.9rem}.counter-title{font-size:1rem}}.beta-challenges{position:relative;padding:7rem 0;background-color:var(--white);overflow:hidden}.challenges-bg-decoration{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.challenges-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23183153' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.challenges-bg-gradient{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,33,.03) 0%,transparent 70%);top:-200px;right:-200px}.challenges-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem}.challenges-header{text-align:center;max-width:800px;margin:0 auto 4rem}.challenges-section-badge{display:inline-block;background-color:#ff7a211a;color:var(--primary-orange);padding:.4rem 1rem;font-size:.9rem;font-weight:600;border-radius:30px;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.challenges-content h2{color:var(--primary-blue);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.challenges-description{color:var(--text-light);font-size:1.15rem;line-height:1.7;max-width:700px;margin:0 auto}.challenges-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin:4rem 0}.challenge-card{background-color:var(--gray-light);border-radius:var(--border-radius);padding:2.5rem;transition:all .3s ease;position:relative;z-index:1;overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:0 5px 15px #1831530d}.challenge-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1831531a}.challenge-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary-orange),var(--cta-orange));opacity:0;transition:opacity .3s ease}.challenge-card:hover:before{opacity:1}.challenge-icon-wrapper{position:relative;margin-bottom:1.5rem}.challenge-icon-bg{position:absolute;width:60px;height:60px;border-radius:50%;background-color:#ff7a211a;transform:scale(.8);transition:transform .3s ease}.challenge-card:hover .challenge-icon-bg{transform:scale(1)}.challenge-icon{position:relative;z-index:1;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:var(--primary-orange)}.challenge-card h3{color:var(--primary-blue);font-size:1.4rem;font-weight:600;margin-bottom:1rem}.challenge-card p{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.challenge-solution{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(24,49,83,.08)}.solution-label{font-size:.9rem;font-weight:600;color:var(--accent-teal);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.solution-label svg{width:16px;height:16px}.solution-text{color:var(--text-main);font-size:.95rem;line-height:1.6}.challenges-cta{text-align:center;margin-top:2.5rem}.challenges-cta-text{color:var(--text-light);font-size:1.1rem;margin-bottom:1.5rem;font-weight:500}.challenges-cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;border-radius:8px;background:var(--primary-blue);color:var(--white);font-size:1.05rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #18315333;text-decoration:none}.challenges-cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #1831534d;background:#255694}.challenges-cta-button svg{transition:transform .3s ease}.challenges-cta-button:hover svg{transform:translate(3px)}@media (max-width: 992px){.beta-challenges{padding:6rem 0}.challenges-content h2{font-size:2.3rem}}@media (max-width: 768px){.beta-challenges{padding:5rem 0}.challenges-content h2{font-size:2rem}.challenges-description{font-size:1.05rem}.challenges-grid{grid-template-columns:1fr;max-width:450px;margin-left:auto;margin-right:auto}.challenge-card{padding:2rem}}@media (max-width: 768px){.beta-features h2{font-size:2rem}}.beta-hero-section{perspective:1000px;position:relative;background-image:url(/assets/beta-hero-Dh9iRJOE.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;padding:9rem 0 7rem;min-height:80vh;width:100%;display:flex;align-items:center;overflow:hidden}.beta-hero-bg-parallax{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/beta-hero-Dh9iRJOE.png);background-size:cover;background-position:center;background-attachment:fixed;z-index:0}.beta-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#183153d9,#183153bf);z-index:1}.beta-hero-content{position:relative;z-index:10}.beta-hero-parallax{position:relative;z-index:10;transition:transform .2s ease-out;will-change:transform}.beta-hero-title{text-shadow:0 5px 15px rgba(0,0,0,.15);transform:translateZ(50px);transform-style:preserve-3d;font-size:3.8rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:#fff;position:relative;animation:fadeIn 1s ease-out}.beta-hero-title span{color:var(--primary-orange, #ff7a21);position:relative;display:inline-block}.beta-hero-title span:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background-color:#ff7a214d;z-index:-1}.beta-hero-subtitle{transform:translateZ(20px);transform-style:preserve-3d;font-size:1.35rem;margin-bottom:3rem;opacity:.95;line-height:1.6;animation:fadeIn 1s ease-out .3s both}.beta-hero-buttons{transform:translateZ(60px);transform-style:preserve-3d;display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;animation:fadeIn 1s ease-out .6s both}.beta-hero-shape{position:absolute;z-index:2;opacity:.3;filter:blur(2px);transition:all .3s ease;animation:float 15s infinite alternate ease-in-out}.beta-hero-shape-1{top:10%;right:15%;width:200px;height:200px;background:linear-gradient(135deg,rgba(28,207,201,.4) 0%,transparent 80%);border-radius:40% 60% 70% 30%/40% 50% 60%;transform:translateZ(30px) rotate(45deg);animation-delay:-5s}.beta-hero-shape-2{bottom:10%;left:10%;width:250px;height:250px;background:linear-gradient(135deg,rgba(255,122,33,.4) 0%,transparent 80%);border-radius:58% 42% 38% 62%/42% 55% 45% 58%;transform:translateZ(50px) rotate(-30deg);animation-delay:-8s}.beta-hero-cta svg{margin-left:.5rem;vertical-align:middle}.beta-hero-cta{position:relative;display:inline-block;background:linear-gradient(135deg,var(--cta-orange, #ff9900) 0%,var(--primary-orange, #ff7a21) 100%);color:#fff;padding:1.15rem 2.3rem;border-radius:8px;font-weight:600;font-size:1.1rem;text-decoration:none;overflow:hidden;z-index:1;isolation:isolate;transition:transform .3s ease,box-shadow .3s ease}.beta-hero-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .7s ease;z-index:-1}.beta-hero-cta:hover{transform:translateY(-3px);box-shadow:0 10px 20px #ff792166}.beta-hero-cta:hover:before{left:100%}.beta-hero-secondary{color:#fff;font-weight:600;font-size:1.1rem;text-decoration:none;position:relative;padding:.5rem 0;transition:all .3s ease}.beta-hero-secondary:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-orange, #ff7a21);transition:width .3s ease}.beta-hero-secondary:hover{color:var(--primary-orange, #ff7a21)}.beta-hero-secondary:hover:after{width:100%}.beta-hero-wave{position:absolute;bottom:-1px;left:0;width:100%;overflow:hidden;line-height:0;z-index:5}.beta-hero-wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:60px}.beta-hero-wave .shape-fill{fill:#fff}.hero-stats-container{position:absolute;bottom:-115px;right:0;width:300px;height:200px;perspective:1000px;z-index:10}.hero-stats{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;border-radius:12px;box-shadow:0 15px 40px #00000026;padding:1.5rem;text-align:center;color:var(--primary-blue);backface-visibility:hidden;transition:transform .8s ease,opacity .8s ease;border:1px solid rgba(24,49,83,.08);opacity:0;transform:translateY(20px);display:flex;flex-direction:column;justify-content:center}.hero-stats.active{opacity:1;transform:translateY(0)}.hero-stats-title{font-weight:600;font-size:.95rem;margin-bottom:.5rem;color:var(--primary-blue)}.hero-stats-value{font-weight:800;font-size:2.5rem;line-height:1;color:var(--primary-orange);display:flex;align-items:center;justify-content:center;gap:5px;margin-bottom:.5rem}.hero-stats-suffix{font-size:1.5rem;font-weight:700}.hero-stats-description{font-size:.85rem;line-height:1.4;color:var(--text-light);font-weight:500}.stats-indicators{position:absolute;bottom:-140px;right:10px;display:flex;gap:6px;z-index:10}.stat-indicator{width:8px;height:8px;border-radius:50%;background-color:#fff6;cursor:pointer;transition:all .3s ease}.stat-indicator.active{background-color:#fff;transform:scale(1.2)}@media (max-width: 768px){.beta-hero-section{padding:10rem 0 12rem;min-height:auto;background-attachment:scroll;background-position:center;height:auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.beta-hero-bg-parallax{background-attachment:scroll;background-position:center}.beta-hero-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:1rem;position:relative;margin-top:2rem}.beta-hero-content{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 1rem;margin-top:5rem;position:relative;z-index:10}.beta-hero-title{font-size:2.5rem;transform:none;margin-bottom:1.5rem;text-align:center;max-width:100%}.beta-hero-subtitle{font-size:1rem;margin-bottom:2rem;transform:none;text-align:center;max-width:100%}.beta-hero-buttons{transform:none;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;margin-top:0;margin-bottom:2rem;position:relative}.beta-hero-cta{width:80%;text-align:center;padding:1rem 1.5rem;font-size:1rem}.hero-stats-container{position:relative;bottom:auto;right:auto;left:auto;transform:none;width:90%;max-width:320px;height:160px;z-index:10;margin:0 auto;margin-top:1rem}.stats-indicators{position:relative;bottom:auto;right:auto;left:auto;transform:none;display:flex;gap:6px;z-index:10;justify-content:center;margin-top:.5rem;margin-bottom:2rem}.beta-hero-shape{opacity:.15;filter:blur(1px)}.beta-hero-shape-1{width:100px;height:100px;top:5%;right:5%}.beta-hero-shape-2{width:120px;height:120px;bottom:5%;left:5%}.beta-hero-wave svg{height:30px}.beta-hero-wave{bottom:0;position:absolute}}@media (max-width: 480px){.beta-hero-section{padding:7rem 0 10rem}.beta-hero-content{margin-top:4rem}.beta-hero-title{font-size:2rem;margin-bottom:1rem}.beta-hero-subtitle{font-size:.9rem;margin-bottom:1.5rem}.beta-hero-cta{width:90%;padding:.9rem 1.2rem;font-size:.95rem}.hero-stats-container{height:140px;width:95%;margin-top:1.5rem}.hero-stats-value{font-size:2rem}.hero-stats-suffix{font-size:1.2rem}}.beta-overview{position:relative;padding:8rem 0;background-color:var(--white);overflow:hidden}.overview-bg-decoration{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.overview-bg-circle{position:absolute;border-radius:50%}.overview-bg-circle-1{width:400px;height:400px;background:radial-gradient(circle,rgba(24,49,83,.03) 0%,transparent 70%);top:-150px;right:10%}.overview-bg-circle-2{width:500px;height:500px;background:radial-gradient(circle,rgba(255,122,33,.02) 0%,transparent 70%);bottom:-200px;left:-100px}.overview-bg-dots{position:absolute;width:200px;height:200px;background-image:radial-gradient(circle,var(--primary-blue) 1px,transparent 1px);background-size:20px 20px;opacity:.05;top:15%;right:5%}.overview-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem}.overview-header{text-align:center;max-width:800px;margin:0 auto 5rem}.overview-section-label{display:inline-block;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--primary-orange);margin-bottom:1rem;position:relative}.overview-section-label:after{content:"";position:absolute;height:2px;width:40px;background-color:var(--primary-orange);bottom:-8px;left:50%;transform:translate(-50%)}.overview-header h2{color:var(--primary-blue);font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.overview-header h2 span{color:var(--primary-orange);position:relative}.overview-header h2 span:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:8px;background-color:#ff7a2133;z-index:-1;transform:translateY(0)}.overview-header p{color:var(--text-light);font-size:1.15rem;line-height:1.8}.overview-main{display:flex;flex-direction:column;gap:6rem}.overview-feature-row{display:grid;grid-template-columns:repeat(2,1fr);gap:5rem;align-items:center}.overview-feature-row:nth-child(2n) .overview-feature-content{order:2}.overview-feature-row:nth-child(2n) .overview-feature-image{order:1}.overview-feature-content{display:flex;flex-direction:column}.overview-feature-title{color:var(--primary-blue);font-size:2rem;font-weight:700;margin-bottom:1.5rem;position:relative;padding-bottom:1rem}.overview-feature-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,var(--primary-blue),var(--accent-teal))}.overview-feature-description{color:var(--text-light);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.overview-key-points{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.overview-key-point{display:flex;align-items:flex-start;opacity:0;transform:translateY(15px);transition:opacity .4s ease,transform .4s ease}.overview-key-point.visible{opacity:1;transform:translateY(0)}.overview-key-point-icon{background:linear-gradient(135deg,var(--primary-blue),#255694);width:36px;height:36px;min-width:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:1rem;box-shadow:0 8px 20px #18315326}.overview-key-point-icon svg{fill:#fff;width:20px;height:20px}.overview-key-point-content h4{color:var(--primary-blue);font-size:1.2rem;font-weight:600;margin-bottom:.4rem}.overview-key-point-content p{font-size:1rem;line-height:1.6;margin-bottom:0;color:var(--text-light)}.overview-feature-image{position:relative}.overview-image-wrapper{position:relative;border-radius:var(--border-radius);overflow:hidden;box-shadow:0 20px 80px #18315326;transform-style:preserve-3d;transform:perspective(1000px) rotateY(-5deg) rotateX(3deg);transition:all .5s ease}.overview-image-wrapper:hover{transform:perspective(1000px) rotateY(0) rotateX(0)!important}.overview-feature-row:nth-child(2n) .overview-image-wrapper{transform:perspective(1000px) rotateY(5deg) rotateX(3deg)}.overview-feature-row:nth-child(2n) .overview-image-wrapper:hover{transform:perspective(1000px) rotateY(0) rotateX(0)!important}.overview-image-wrapper img{width:100%;height:auto;object-fit:cover;border-radius:var(--border-radius);transition:all .5s ease}.overview-image-detail{position:absolute;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:var(--border-radius);box-shadow:0 10px 40px #1831531a;z-index:3}.overview-image-detail-1{bottom:-30px;right:-30px;max-width:220px}.overview-image-detail-2{top:40px;left:-30px;max-width:200px}.overview-feature-row:nth-child(2n) .overview-image-detail-1{right:auto;left:-30px}.overview-feature-row:nth-child(2n) .overview-image-detail-2{left:auto;right:-30px}.overview-image-detail h4{color:var(--primary-blue);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.overview-image-detail p{font-size:.9rem;line-height:1.5;color:var(--text-light);margin-bottom:0}.overview-image-accent{position:absolute;z-index:-1}.overview-image-accent-1{width:200px;height:200px;background:var(--primary-orange);opacity:.05;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;bottom:-30px;right:-40px}.overview-image-accent-2{width:150px;height:150px;background:var(--accent-teal);opacity:.05;border-radius:30% 70% 40% 60%/60% 30% 70% 40%;top:-30px;left:-40px}.overview-feature-row:nth-child(2n) .overview-image-accent-1{right:auto;left:-40px}.overview-feature-row:nth-child(2n) .overview-image-accent-2{left:auto;right:-40px}.overview-stats{background-color:var(--gray-light);padding:4rem 0;margin:6rem -2rem -8rem;position:relative;z-index:2}.overview-stats-container{max-width:1200px;margin:0 auto;padding:0 2rem}.stats-header{text-align:center;margin-bottom:3rem}.stats-title{color:var(--primary-blue);font-size:2rem;font-weight:700;margin-bottom:1rem}.stats-subtitle{color:var(--text-light);font-size:1.1rem;max-width:700px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{background-color:var(--white);padding:2.5rem 2rem;border-radius:var(--border-radius);box-shadow:var(--shadow);text-align:center;transition:all .3s ease;opacity:0;transform:translateY(15px);transition:opacity .5s ease,transform .5s ease}.stat-item.visible{opacity:1;transform:translateY(0)}.stat-item:hover{transform:translateY(-10px);box-shadow:0 15px 35px #1831531a}.stat-number{font-size:3rem;font-weight:800;line-height:1;color:var(--primary-blue);margin-bottom:.5rem;background:linear-gradient(90deg,var(--primary-blue),#3a5c87);-webkit-background-clip:text;background-clip:text;color:transparent}.stat-number span{color:var(--primary-orange);font-weight:700;background:linear-gradient(90deg,var(--primary-orange),var(--cta-orange));-webkit-background-clip:text;background-clip:text;color:transparent}.stat-label{font-size:1rem;color:var(--text-light);font-weight:500}.overview-cta{margin-top:2.5rem;text-align:center}.overview-cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;border-radius:8px;background:var(--primary-blue);color:var(--white);font-size:1.05rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #18315333;text-decoration:none}.overview-cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #1831534d;background:#255694}.overview-cta-button svg{transition:transform .3s ease}.overview-cta-button:hover svg{transform:translate(3px)}@media (max-width: 1200px){.overview-image-detail-1{bottom:-20px;right:-20px}.overview-feature-row:nth-child(2n) .overview-image-detail-1{left:-20px}.overview-image-detail-2{top:30px;left:-20px}.overview-feature-row:nth-child(2n) .overview-image-detail-2{right:-20px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 992px){.beta-overview{padding:6rem 0}.overview-header h2{font-size:2.4rem}.overview-feature-row{grid-template-columns:1fr;gap:4rem}.overview-feature-row:nth-child(2n) .overview-feature-content{order:1}.overview-feature-row:nth-child(2n) .overview-feature-image{order:2}.overview-feature-image{max-width:600px;margin:0 auto}.overview-stats{margin-top:4rem;padding:3rem 0}}@media (max-width: 768px){.beta-overview{padding:5rem 0}.overview-header h2{font-size:2rem}.overview-header p{font-size:1.05rem}.overview-feature-title{font-size:1.8rem}.overview-feature-description{font-size:1.05rem}.overview-image-detail-1{bottom:-10px;right:-10px;padding:1rem;max-width:180px}.overview-feature_row:nth-child(2n) .overview-image-detail-1{left:-10px}.overview-image-detail-2{top:20px;left:-10px;padding:1rem;max-width:170px}.overview-feature_row:nth-child(2n) .overview-image-detail-2{right:-10px}.stats-grid{grid-template-columns:1fr;gap:1.5rem;max-width:350px;margin:0 auto}.stats-title{font-size:1.8rem}}@media (max-width: 576px){.beta-overview{padding:4rem 0}.overview-image-detail-1{right:0;bottom:-20px;max-width:160px;padding:1rem}.overview-feature-row:nth-child(2n) .overview-image-detail-1{left:0}.overview-key-point{gap:.5rem}.overview-feature-title{font-size:1.6rem}.overview-header h2{font-size:1.8rem;margin-bottom:1rem}}@media (max-width: 576px){.overview-feature-image{position:relative;margin:0 auto 8rem;width:100%;max-width:450px}.overview-image-wrapper{transform:none!important;margin-bottom:0;box-shadow:0 10px 30px #1831531a}.overview-image-detail{position:absolute;left:50%!important;right:auto!important;transform:translate(-50%);width:90%;max-width:300px;z-index:5;box-shadow:0 10px 20px #00000014;background:#fffffffa}.overview-image-detail-1{bottom:-60px!important;top:auto!important;transform:translate(-50%)}.overview-image-detail-2{bottom:-180px!important;top:auto!important;transform:translate(-50%);display:block}.overview-feature-row{margin-bottom:5rem;gap:3rem}.overview-image-detail h4,.overview-image-detail p{text-align:center}}@media (max-width: 375px){.overview-feature-image{margin:0 auto 8.5rem}.overview-image-detail{padding:.75rem;width:85%}.overview-image-detail-1{bottom:-70px!important}.overview-image-detail-2{bottom:-190px!important}.overview-image-detail h4{font-size:1rem}.overview-image-detail p{font-size:.85rem}}@media (max-width: 992px){.signup-container{grid-template-columns:1fr}.signup-content{order:2}.signup-form-container{order:1}}@media (max-width: 768px){.signup-content h2{font-size:2rem}}.case-study{position:relative;padding:8rem 0;background:linear-gradient(135deg,#183153,#0f2443);color:var(--white);overflow:hidden}.case-study-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.case-study-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");opacity:.5}.case-study-bg-gradient{position:absolute;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,#1ccfc91a,#1ccfc900 70%);top:-300px;right:-200px;z-index:1}.case-study-bg-gradient-2{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,#ff7a211a,#ff7a2100 70%);bottom:-200px;left:-100px;z-index:1}.case-study-container{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.case-study-content{position:relative}.case-study-badge{display:inline-block;background-color:#ffffff1a;color:var(--white);padding:.5rem 1.2rem;border-radius:30px;font-weight:500;margin-bottom:1.5rem;font-size:.9rem;letter-spacing:.05em;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.case-study-content h2{font-size:2.8rem;font-weight:700;margin-bottom:1.5rem;color:var(--white);line-height:1.2}.case-study-content h2 span{color:var(--accent-teal)}.case-study-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.9;max-width:90%;font-weight:400}.case-study-paragraph{font-size:1.05rem;line-height:1.8;margin-bottom:2rem;opacity:.8}.case-study-tabs{position:relative;margin:2.5rem 0}.case-study-tab-triggers{display:flex;position:relative;z-index:2;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.case-study-tab-trigger{padding:1rem 0;margin-right:2.5rem;font-weight:600;font-size:1.1rem;color:#ffffffb3;cursor:pointer;position:relative;transition:color .3s ease}.case-study-tab-trigger:hover{color:var(--white)}.case-study-tab-trigger.active{color:var(--accent-teal)}.case-study-tab-trigger.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:var(--accent-teal);border-radius:3px 3px 0 0}.case-study-tab-content{display:none;animation:fadeIn .5s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.case-study-tab-content.active{display:block}.case-study-results-title{font-weight:600;font-size:1.2rem;color:var(--accent-teal);margin:3rem 0 1.5rem}.case-study-results{list-style:none;padding:0;margin:2rem 0;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.case-study-results li{position:relative;padding-left:1.8rem;line-height:1.5;font-size:1.05rem;opacity:0;transform:translateY(20px);animation:fadeInStagger .5s ease forwards}.case-study-results li:nth-child(1){animation-delay:.1s}.case-study-results li:nth-child(2){animation-delay:.2s}.case-study-results li:nth-child(3){animation-delay:.3s}.case-study-results li:nth-child(4){animation-delay:.4s}@keyframes fadeInStagger{to{opacity:1;transform:translateY(0)}}.case-study-results li:before{content:"✓";position:absolute;left:0;color:var(--accent-teal);font-weight:700;font-size:1.2rem}.case-study-quote{position:relative;margin:3rem 0;padding:2rem;background:linear-gradient(to right,#ffffff14,#ffffff05);border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:4px solid var(--accent-teal)}.case-study-quote-mark{position:absolute;top:-15px;left:15px;font-size:3rem;color:var(--accent-teal);opacity:.3;font-family:Georgia,serif}.case-study-quote blockquote{border:none;padding:0;margin:0;font-style:italic;font-size:1.1rem;line-height:1.8}.case-study-quote cite{display:block;margin-top:1.5rem;font-style:normal;opacity:.8;font-weight:500}.case-study-quote cite span{display:block;font-size:.9rem;margin-top:.3rem;opacity:.7;font-weight:400}.case-study-visual{position:relative}.case-study-image{position:relative;z-index:2;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #0000004d;transform:perspective(1000px) rotateY(5deg);transition:all .5s ease;height:450px}.case-study-image:hover{transform:perspective(1000px) rotateY(0)}.case-study-image img{width:100%;height:100%;display:block;border-radius:12px;object-fit:cover;object-position:center top}@media (max-width: 768px){.case-study-image{height:350px}}@media (max-width: 576px){.case-study-image{height:280px}}.case-study-company-logo{position:absolute;top:-30px;right:-30px;width:90px;height:90px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:15px;box-shadow:0 10px 30px #0003;z-index:3}.case-study-company-logo img{width:100%;height:auto;object-fit:contain}.case-study-metrics{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem}.case-study-metric{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:1.5rem;text-align:center;border:1px solid rgba(255,255,255,.08);transition:transform .3s ease,box-shadow .3s ease}.case-study-metric:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.case-study-metric:nth-child(1){border-top:3px solid var(--accent-teal)}.case-study-metric:nth-child(2){border-top:3px solid var(--primary-orange)}.case-study-metric:nth-child(3){border-top:3px solid #6a48fa}.case-study-metric:nth-child(4){border-top:3px solid #23c8b2}.metric-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(90deg,var(--white) 0%,rgba(255,255,255,.7) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}.metric-value .suffix{font-size:1.5rem;color:var(--accent-teal);background:linear-gradient(90deg,var(--accent-teal) 0%,#23c8b2 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.metric-label{font-size:.9rem;opacity:.8;margin-bottom:0}.case-study-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;border-radius:8px;background:var(--accent-teal);color:var(--primary-blue);font-size:1.05rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #1ccfc94d;text-decoration:none;margin-top:2rem}.case-study-cta:hover{transform:translateY(-3px);box-shadow:0 15px 35px #1ccfc966;background:#23c8b2}.case-study-cta svg{transition:transform .3s ease}.case-study-cta:hover svg{transform:translate(3px)}@media (max-width: 1200px){.case-study-container{gap:3rem}.case-study-content h2{font-size:2.4rem}.case-study-company-logo{width:70px;height:70px;top:-20px;right:-20px}}@media (max-width: 992px){.case-study{padding:6rem 0}.case-study-container{grid-template-columns:1fr;gap:4rem}.case-study-visual{grid-row:1;max-width:600px;margin:0 auto}.case-study-content{grid-row:2}.case-study-subtitle{max-width:100%}}@media (max-width: 768px){.case-study{padding:5rem 0}.case-study-content h2{font-size:2.2rem}.case-study-subtitle{font-size:1.15rem}.case-study-results{grid-template-columns:1fr;gap:1rem}.case-study-tab-trigger{margin-right:1.5rem;font-size:1rem}.case-study-metrics{grid-template-columns:1fr;gap:1.2rem}}@media (max-width: 576px){.case-study{padding:4rem 0}.case-study-content h2{font-size:1.8rem}.case-study-paragraph{font-size:1rem}.case-study-badge{margin-bottom:1rem}.case-study-tab-triggers{flex-direction:column;border-bottom:none}.case-study-tab-trigger{padding:.7rem 0;margin-right:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.case-study-tab-trigger.active:after{display:none}.case-study-tab-trigger.active{border-bottom:1px solid var(--accent-teal)}.case-study-company-logo{width:60px;height:60px;top:-15px;right:-15px}.case-study-quote{padding:1.5rem}.metric-value{font-size:2rem}.metric-value .suffix{font-size:1.2rem}}.beta-faq{position:relative;padding:7rem 0;background-color:var(--gray-light);overflow:hidden}.faq-bg-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.faq-bg-circle{position:absolute;border-radius:50%}.faq-bg-circle-1{width:400px;height:400px;background:radial-gradient(circle,rgba(28,207,201,.04) 0%,transparent 70%);top:-150px;right:-100px}.faq-bg-circle-2{width:300px;height:300px;background:radial-gradient(circle,rgba(255,122,33,.03) 0%,transparent 70%);bottom:-100px;left:-50px}.beta-faq-header{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto 4rem}.beta-faq h2{color:var(--primary-blue);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.beta-faq-subtitle{color:var(--text-light);font-size:1.15rem;line-height:1.7;max-width:700px;margin:0 auto}.faq-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.faq-item{background-color:var(--white);padding:2.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow);height:100%;position:relative;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column}.faq-item:hover{transform:translateY(-5px);box-shadow:0 15px 30px #1831531a}.faq-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,var(--primary-blue),var(--accent-teal));opacity:0;transition:opacity .3s ease}.faq-item:hover:before{opacity:1}.faq-number{position:absolute;top:1.5rem;right:1.5rem;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--primary-blue),#255694);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;opacity:.2;transition:all .3s ease}.faq-item:hover .faq-number{opacity:.9;transform:scale(1.1)}.faq-item h3{color:var(--primary-blue);font-size:1.3rem;font-weight:600;margin-bottom:1.2rem;padding-right:3rem}.faq-item p{color:var(--text-light);line-height:1.7;font-size:1rem;margin-bottom:.8rem}.faq-footer{margin-top:auto;padding-top:1.5rem}.faq-link{display:inline-flex;align-items:center;color:var(--accent-teal);font-weight:500;font-size:.95rem;text-decoration:none;transition:all .3s ease}.faq-link svg{margin-left:.5rem;transition:transform .3s ease}.faq-link:hover{color:var(--primary-blue)}.faq-link:hover svg{transform:translate(3px)}.faq-featured{grid-column:span 2;display:flex;flex-direction:column;background:linear-gradient(to right,#183153,#255694);color:#fff;position:relative}.faq-featured:before{display:none}.faq-featured h3{color:#fff}.faq-featured p{color:#fffc}.faq-featured-badge{position:absolute;top:-12px;left:2.5rem;background:var(--primary-orange);color:#fff;padding:.4rem 1rem;font-size:.8rem;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.faq-featured .faq-link{color:var(--primary-orange)}.faq-featured .faq-link:hover{color:#fff}.faq-featured .faq-number{background:linear-gradient(135deg,var(--primary-orange),var(--cta-orange));opacity:.3}.faq-featured:hover .faq-number{opacity:1}.faq-cta{text-align:center;margin-top:4rem;position:relative;z-index:2}.faq-cta p{color:var(--text-light);font-size:1.1rem;margin-bottom:1.5rem}.faq-cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;border-radius:8px;background:var(--primary-blue);color:var(--white);font-size:1.05rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #18315333;text-decoration:none}.faq-cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #1831534d;background:#255694}.faq-cta-button svg{transition:transform .3s ease}.faq-cta-button:hover svg{transform:translate(3px)}.popular-question-label{display:inline-block;background-color:var(--primary-orange);color:#fff;font-size:.85rem;font-weight:600;padding:.5rem 1.2rem;border-radius:30px;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 4px 15px #ff7a2133;position:absolute;top:-15px;left:50%;transform:translate(-50%);z-index:10;margin:0;text-align:center;white-space:nowrap}@media (max-width: 992px){.faq-featured{grid-column:span 1}}@media (max-width: 768px){.beta-faq{padding:5rem 0}.beta-faq h2{font-size:2rem}.faq-item{padding:2rem}.faq-grid{grid-template-columns:1fr}}@media (max-width: 576px){.beta-faq{padding:4rem 0}.beta-faq h2{font-size:1.8rem}.faq-item{padding:1.5rem}.faq-item h3{font-size:1.1rem;padding-right:2rem}.faq-number{width:28px;height:28px;top:1.5rem;right:1.5rem}}.beta-page{--primary-blue: #183153;--primary-orange: #ff7a21;--accent-teal: #1ccfc9;--cta-orange: #ff9900;--gray-light: #f5f6fa;--gray-dark: #444950;--white: #fff;--text-main: var(--gray-dark);--text-light: #7a7a7a;--border-radius: 10px;--shadow: 0 10px 30px rgba(24, 49, 83, .08);--transition: all .3s ease;color:var(--text-main);background-color:var(--gray-light)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.beta-hero{background:linear-gradient(135deg,var(--primary-blue) 0%,#0f2443 100%);color:var(--white);padding:6rem 0;text-align:center}.beta-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.beta-subtitle{font-size:1.5rem;max-width:700px;margin:0 auto;opacity:.9}.beta-overview{padding:5rem 0;background-color:var(--white)}.overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.overview-content h2{color:var(--primary-blue);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.overview-content p{color:var(--text-light);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.stats-container{display:flex;gap:2rem;margin-top:3rem}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:3rem;font-weight:800;color:var(--primary-orange);line-height:1}.stat-label{color:var(--text-light);font-weight:500;margin-top:.5rem}.overview-image{position:relative}.overview-image img{width:100%;border-radius:var(--border-radius);box-shadow:var(--shadow)}.beta-features{padding:5rem 0;background-color:var(--gray-light);text-align:center}.beta-features h2{color:var(--primary-blue);font-size:2.5rem;font-weight:700;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background-color:var(--white);padding:2.5rem 2rem;border-radius:var(--border-radius);box-shadow:var(--shadow);transition:var(--transition);height:100%}.feature-card:hover{transform:translateY(-10px)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{color:var(--primary-blue);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:var(--text-light);line-height:1.6}.beta-challenges{padding:5rem 0;background-color:var(--white)}.challenges-content h2{color:var(--primary-blue);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.challenges-list{list-style:none;padding:0;max-width:800px;margin:0 auto}.challenges-list li{display:flex;align-items:flex-start;margin-bottom:2rem;padding:1.5rem;background-color:var(--gray-light);border-radius:var(--border-radius);transition:var(--transition)}.challenges-list li:hover{box-shadow:var(--shadow)}.challenge-icon{font-size:1.5rem;color:var(--primary-orange);margin-right:1.5rem;display:flex;align-items:center;justify-content:center;min-width:40px}.challenges-list h3{color:var(--primary-blue);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.challenges-list p{color:var(--text-light);line-height:1.5;margin:0}.case-study{padding:5rem 0;background-color:var(--primary-blue);color:var(--white)}.case-study-container{display:grid;grid-template-columns:3fr 2fr;gap:3rem;align-items:center}.case-study-badge{display:inline-block;background-color:#ffffff1a;color:var(--white);padding:.5rem 1rem;border-radius:20px;font-weight:500;margin-bottom:1.5rem}.case-study-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--white)}.case-study-content p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;opacity:.9}.case-study-results{list-style:none;padding:0;margin:2rem 0}.case-study-results li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;line-height:1.5}.case-study-results li:before{content:"✓";position:absolute;left:0;color:var(--accent-teal);font-weight:700}blockquote{border-left:4px solid var(--accent-teal);padding-left:1.5rem;margin:2rem 0;font-style:italic}blockquote cite{display:block;margin-top:1rem;font-style:normal;opacity:.8}.case-study-image img{width:100%;border-radius:var(--border-radius);box-shadow:0 10px 30px #0003}.beta-signup{padding:5rem 0;background-color:var(--white)}.signup-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.signup-content h2{color:var(--primary-blue);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.signup-content p{color:var(--text-light);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.signup-benefits{list-style:none;padding:0}.signup-benefits li{position:relative;padding-left:1.75rem;margin-bottom:1rem;color:var(--text-light);line-height:1.6}.signup-benefits li:before{content:"→";position:absolute;left:0;color:var(--primary-orange);font-weight:700}.form-success{background-color:var(--gray-light);padding:2.5rem;border-radius:var(--border-radius);text-align:center}.success-icon{font-size:3rem;color:var(--accent-teal);background-color:#1ccfc91a;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.form-success h3{color:var(--primary-blue);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.form-success p{color:var(--text-light);line-height:1.6}.beta-faq{padding:5rem 0;background-color:var(--gray-light)}.beta-faq h2{color:var(--primary-blue);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background-color:var(--white);padding:2rem;border-radius:var(--border-radius);box-shadow:var(--shadow);height:100%}.faq-item h3{color:var(--primary-blue);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.faq-item p{color:var(--text-light);line-height:1.6}.faq-featured-badge{display:inline-block;background-color:var(--primary-orange);color:#fff;font-size:.85rem;font-weight:600;padding:.5rem 1.2rem;border-radius:30px;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 4px 15px #ff7a2133;position:absolute;top:-15px;left:30px;z-index:10;margin:0;white-space:nowrap;overflow:visible}.faq-item.faq-featured{position:relative;overflow:visible}@media (max-width: 576px){.faq-featured-badge{font-size:.75rem;padding:.4rem 1rem;top:-12px;left:20px}}@media (max-width: 576px){.popular-question-label{font-size:.75rem;padding:.4rem 1rem;top:-12px}}@media (max-width: 992px){.overview-grid,.case-study-container,.signup-container{grid-template-columns:1fr}.signup-content{order:2}.signup-form-container{order:1}.beta-hero h1{font-size:2.8rem}.stats-container{justify-content:center}}@media (max-width: 768px){section{padding:4rem 0}.beta-hero{padding:4rem 0}.beta-hero h1{font-size:2.5rem}.beta-subtitle{font-size:1.25rem}.overview-content h2,.beta-features h2,.challenges-content h2,.case-study-content h2,.signup-content h2,.beta-faq h2{font-size:2rem}.stats-container{flex-direction:column;align-items:center;gap:1.5rem}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px;position:relative}section{position:relative}.section-header{text-align:center;max-width:850px;margin:0 auto 4rem}.section-header h2{font-size:2.5rem;font-weight:800;color:#183153;margin-bottom:1rem;background:linear-gradient(90deg,#183153,#1e3a6d);-webkit-background-clip:text;background-clip:text;color:transparent}.section-header p{font-size:1.2rem;color:#475569;line-height:1.6}.btn-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;border-radius:8px;background:linear-gradient(90deg,#ff7a21,#f90);color:#183153;font-size:1.1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #ff7a2166;text-decoration:none}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #ff7a2180}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-secondary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;border-radius:8px;background:transparent;color:#183153;font-size:1.1rem;font-weight:600;border:2px solid #183153;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-secondary:hover{background:#1831530d;transform:translateY(-3px)}.animate-spin{animation:spin 1s linear infinite}.hover-glow{position:relative;transition:transform .3s ease,box-shadow .3s ease}.hover-glow:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.bg-light{background-color:#f8fafc}.bg-white{background-color:#fff}.section-padding{padding:6rem 0}.bg-decoration:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(24,49,83,.03) 0%,transparent 70%);border-radius:50%;top:-200px;right:-200px;z-index:0}.bg-decoration:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,122,33,.03) 0%,transparent 70%);border-radius:50%;bottom:-200px;left:-200px;z-index:0}@media (max-width: 992px){.section-header h2{font-size:2.2rem}.section-header p{font-size:1.15rem}.section-padding{padding:5rem 0}}@media (max-width: 768px){.section-header h2{font-size:2rem}.section-header p{font-size:1.1rem}.btn-primary,.btn-secondary{padding:.9rem 1.5rem;font-size:1rem}}@media (max-width: 576px){.section-padding{padding:4rem 0}.section-header h2{font-size:1.7rem}.section-header p{font-size:1rem}.container{padding-left:1rem;padding-right:1rem;width:100%}.section-header,.security-journey-header,.sec-key-feat-header{margin-bottom:2.5rem}.section-header h2,.security-journey-header h2,.sec-key-feat-header h2{font-size:1.8rem;margin-bottom:1rem}html,body{overflow-x:hidden}button,.btn-primary,.btn-secondary{min-height:44px;min-width:44px}img{max-width:100%;height:auto}}.whitepaper-hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden;padding:8rem 0}.security-hero-bg-parallax{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/security-image-B8IEaTTb.png);background-size:cover;background-position:center;z-index:-3}.security-hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0c1829eb,#183153f2);z-index:-2}.security-hero-shape{position:absolute;z-index:-1;opacity:.15}.security-hero-shape-1{width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#ff7a2166,#ff7a2100 70%);top:-200px;right:-200px}.security-hero-shape-2{width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,#00bcd44d,#00bcd400 70%);bottom:-300px;left:-250px}.security-floating-shapes{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;overflow:hidden}.security-floating-shape{position:absolute;border-radius:50%;filter:blur(15px)}.security-floating-shape-1{width:150px;height:150px;background:radial-gradient(circle,#ff7a2126,#ff7a2100 70%);top:15%;right:10%;animation:float-1 15s infinite alternate ease-in-out}.security-floating-shape-2{width:200px;height:200px;background:radial-gradient(circle,#00bcd426,#00bcd400 70%);bottom:25%;left:15%;animation:float-2 20s infinite alternate-reverse ease-in-out}.security-floating-shape-3{width:120px;height:120px;background:radial-gradient(circle,#ffffff14,#fff0 70%);top:35%;left:25%;animation:float-3 18s infinite alternate ease-in-out}@keyframes float-1{0%{transform:translate(0)}to{transform:translate(30px,-30px)}}@keyframes float-2{0%{transform:translate(0)}to{transform:translate(-40px,40px)}}@keyframes float-3{0%{transform:translate(0)}to{transform:translate(20px,20px)}}.hero-parallax{transition:transform .5s cubic-bezier(.33,1,.68,1)}.whitepaper-hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;color:#fff;text-align:center}.badge-wrapper{margin-bottom:1.5rem;display:inline-block}.security-badge{display:inline-block;background:linear-gradient(90deg,#ff7a2133,#f903);color:#ff7a21;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,122,33,.3)}.whitepaper-hero-content h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(90deg,#fff,#e1e7ef);-webkit-background-clip:text;background-clip:text;color:transparent}.security-hero-description{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;color:#ffffffe6;max-width:800px;margin-left:auto;margin-right:auto}.security-hero-actions{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3.5rem}.security-hero-actions .btn-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;border-radius:8px;background:linear-gradient(90deg,#ff7a21,#f90);color:#183153;font-size:1.1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #ff7a2166;text-decoration:none}.security-hero-actions .btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #ff7a2180}.security-hero-actions .btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.security-hero-actions .animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.security-hero-actions .scroll-link{display:inline-flex;align-items:center;color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;gap:.5rem}.security-hero-actions .scroll-link svg{transition:transform .3s ease}.security-hero-actions .scroll-link:hover{color:#fffc}.security-hero-actions .scroll-link:hover svg{transform:translateY(3px)}.trust-indicators{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:900px;margin:0 auto}.trust-item{display:flex;align-items:center;gap:.75rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:4rem;padding:.5rem 1rem;transition:all .3s ease}.trust-item:hover{background:#ffffff26;transform:translateY(-3px)}.trust-item img{width:24px;height:24px;object-fit:contain}.trust-item span{font-size:.9rem;font-weight:500;white-space:nowrap}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.stagger-container .stagger-item{opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.whitepaper-hero-content{transform:translateY(0)}@media (max-width: 992px){.whitepaper-hero-content h1{font-size:3rem}.security-hero-description{font-size:1.15rem}.trust-indicators{gap:1rem}}@media (max-width: 768px){.whitepaper-hero{padding:6rem 0}.whitepaper-hero-content h1{font-size:2.5rem}.security-hero-description{font-size:1.1rem}.security-hero-actions{flex-direction:column;align-items:center;gap:1rem}.trust-item{padding:.4rem .8rem}.trust-item span{font-size:.8rem}}@media (max-width: 576px){.whitepaper-hero{padding:7rem 0 4rem;min-height:70vh}.whitepaper-hero-content{margin-top:3rem}.whitepaper-hero-content h1{font-size:1.8rem;margin-bottom:1rem}.security-badge{font-size:.75rem;padding:.4rem .8rem}.badge-wrapper{margin-bottom:1rem}.security-hero-description{font-size:.95rem;margin-bottom:1.5rem}.security-hero-actions{margin-bottom:2rem}.security-hero-actions .btn-primary{padding:.75rem 1.25rem;font-size:1rem;width:85%}.trust-indicators{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;max-width:100%;padding:0 .5rem}.trust-item{padding:.4rem .5rem;border-radius:6px;justify-content:center;width:100%;min-height:38px}.trust-item img{width:18px;height:18px}.trust-item span{font-size:.7rem;line-height:1.2;display:flex;align-items:center;text-align:left}.security-floating-shape-3,.security-hero-shape-2{display:none}}@media (max-width: 375px){.whitepaper-hero{padding:8rem 0 4rem}.whitepaper-hero-content{margin-top:2rem}.whitepaper-hero-content h1{font-size:1.6rem}.security-hero-description{font-size:.9rem}.trust-indicators{gap:.6rem}.trust-item{padding:.3rem .4rem;min-height:34px}.trust-item img{width:16px;height:16px}.trust-item span{font-size:.65rem}}.trust-badges-title{text-align:center;font-size:1.1rem;font-weight:600;color:#1e3a6d}.trust-badges-section{padding:4rem 0;background-color:#fff;position:relative;overflow:hidden;border-top:1px solid rgba(226,232,240,.8);border-bottom:1px solid rgba(226,232,240,.8)}.trust-badges-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.trust-badges-title{text-align:center;font-size:1.1rem}.security-architecture-diagram-section{padding:7rem 0;background-color:#f8fafc;position:relative;overflow:hidden}.security-architecture-diagram-section:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(24,49,83,.03) 0%,transparent 70%);border-radius:50%;top:-200px;right:-200px}.security-architecture-diagram-section:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,122,33,.03) 0%,transparent 70%);border-radius:50%;bottom:-200px;left:-200px}.security-architecture-diagram-section .container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem}.security-architecture-diagram{max-width:1000px;margin:0 auto}.security-architecture-diagram-container{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;position:relative}.security-architecture-diagram-container:before{content:"";position:absolute;top:0;bottom:0;left:220px;width:3px;background:linear-gradient(to bottom,#183153,#1e3a6d);z-index:0}.security-architecture-diagram-layer{display:flex;position:relative;background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(240,240,250,.8)}.security-architecture-diagram-layer:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.security-architecture-diagram-label{width:220px;padding:1.5rem;background:linear-gradient(135deg,#183153,#1e3a6d);color:#fff;font-weight:600;font-size:1.1rem;display:flex;align-items:center;position:relative;z-index:1}.security-architecture-diagram-label:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 15% 85%,rgba(255,255,255,.1) 0%,transparent 20%);opacity:.7}.security-architecture-diagram-label:after{content:"";position:absolute;top:0;right:0;height:100%;width:10px;background:linear-gradient(90deg,#ff7a21,#f90)}.security-architecture-diagram-components{display:flex;flex-wrap:wrap;gap:1rem;padding:1.5rem;flex:1}.security-architecture-component{display:flex;flex-direction:column;align-items:center;background:#f9fafc;border-radius:12px;padding:1.25rem 1rem;min-width:120px;flex:1;transition:all .3s ease;border:1px solid rgba(240,240,250,.8)}.security-architecture-component:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000012;background:#fff}.security-architecture-icon{width:50px;height:50px;border-radius:12px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;background:#f1f5f9;position:relative;transition:all .3s ease}.security-architecture-component:hover .security-architecture-icon{transform:scale(1.1)}.security-architecture-icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;padding:1px;background:linear-gradient(135deg,rgba(24,49,83,.2),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.security-architecture-icon:after{content:"";position:absolute;width:24px;height:24px;background-size:contain;background-repeat:no-repeat;background-position:center}.security-architecture-component span{font-size:.85rem;font-weight:600;color:#475569;text-align:center;margin-top:.5rem}.security-architecture-diagram-layer-1 .security-architecture-diagram-label{background:linear-gradient(135deg,#183153,#1e3a6d)}.security-architecture-diagram-layer-2 .security-architecture-diagram-label{background:linear-gradient(135deg,#1a3760,#214a7c)}.security-architecture-diagram-layer-3 .security-architecture-diagram-label{background:linear-gradient(135deg,#1d4b82,#275896)}.security-architecture-diagram-layer-4 .security-architecture-diagram-label{background:linear-gradient(135deg,#2966b0,#3373c4)}.security-architecture-icon.auth:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23183153'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/%3E%3C/svg%3E")}.security-architecture-icon.mfa:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23183153'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z'/%3E%3C/svg%3E")}.security-architecture-icon.rbac:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23183153'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E")}.security-architecture-icon.api:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23183153'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z'/%3E%3C/svg%3E")}.security-architecture-icon.waf:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23183153'%3E%3Cpath d='M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 18H7V5h10v14zm-1-6h-3V8h-2v5H8l4 4 4-4z'/%3E%3C/svg%3E")}.security-architecture-icon.input:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23183153'%3E%3Cpath d='M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3h7zM7 9H4V5h3v4zm10 6h3v4h-3v-4zm0-10h3v4h-3V5z'/%3E%3C/svg%3E")}.security-architecture-icon.encrypt:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23183153'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E%3C/svg%3E")}.security-architecture-icon.tenant:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23183153'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E")}.security-architecture-icon.backup:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23183153'%3E%3Cpath d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z'/%3E%3C/svg%3E")}.security-architecture-icon.azure:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23183153'%3E%3Cpath d='M12 3L2 12h3v8h14v-8h3L12 3zM7 18v-7.8l5-3.9 5 3.9V18H7z'/%3E%3C/svg%3E")}.security-architecture-icon.network:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23183153'%3E%3Cpath d='M17 16l-4-4V8.82C14.16 8.4 15 7.3 15 6c0-1.66-1.34-3-3-3S9 4.34 9 6c0 1.3.84 2.4 2 2.82V12l-4 4H3v5h5v-3.05l4-4.2 4 4.2V21h5v-5h-4z'/%3E%3C/svg%3E")}.security-architecture-icon.monitor:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23183153'%3E%3Cpath d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z'/%3E%3C/svg%3E")}.security-architecture-diagram-notes{background:linear-gradient(135deg,#183153,#1e3a6d);padding:2rem;border-radius:16px;color:#fff;margin-top:3rem;position:relative;box-shadow:0 15px 35px #18315326}.security-architecture-diagram-notes:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,#ffffff4d,#ffffff0d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:0}.security-architecture-diagram-notes p{font-size:1.1rem;line-height:1.6;margin:0;text-align:center;position:relative;z-index:1}.security-architecture-diagram-section .section-header h2{position:relative;display:inline-block;margin-bottom:1.5rem}.security-architecture-diagram-section .section-header h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#ff7a21,#f90);border-radius:4px}@media (max-width: 768px){.security-architecture-diagram-section .section-header h2:after{width:70px}}@media (max-width: 576px){.security-architecture-diagram-section .section-header h2:after{width:60px;height:3px}}@media (max-width: 992px){.security-architecture-diagram-container:before{left:180px}.security-architecture-diagram-label{width:180px;font-size:1rem}.security-architecture-diagram-components{padding:1.25rem;gap:.75rem}.security-architecture-component{padding:1rem .75rem;min-width:100px}}@media (max-width: 768px){.security-architecture-diagram-section{padding:5rem 0}.security-architecture-diagram-section .section-header h2{font-size:2rem}.security-architecture-diagram-layer{flex-direction:column;overflow:visible}.security-architecture-diagram-container:before{display:none}.security-architecture-diagram-label{width:100%;border-radius:16px 16px 0 0;justify-content:center;padding:1.25rem}.security-architecture-diagram-label:after{width:100%;height:5px;top:auto;bottom:0;background:linear-gradient(90deg,#ff7a21,#f90)}.security-architecture-diagram-components{justify-content:center}.security-architecture-icon{width:45px;height:45px}}@media (max-width: 576px){.security-architecture-diagram-section .section-header h2{font-size:1.8rem}.security-architecture-diagram-components{flex-direction:column;align-items:center}.security-architecture-component{width:100%;max-width:220px;flex-direction:row;text-align:left;align-items:center;gap:1rem;padding:1rem}.security-architecture-icon{margin-bottom:0}.security-architecture-diagram-notes{padding:1.5rem}.security-architecture-diagram-notes p{font-size:1rem}}.security-philosophy-section{padding:6rem 0;background-color:#f8fafc;position:relative;overflow:hidden}.security-philosophy-section:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(24,49,83,.03) 0%,transparent 70%);border-radius:50%;top:-200px;right:-200px;z-index:0}.security-philosophy-section:after{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(255,122,33,.03) 0%,transparent 70%);border-radius:50%;bottom:-200px;left:-200px;z-index:0}.security-philosophy-section .container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem}.security-philosophy-header{text-align:center;max-width:850px;margin:0 auto 4rem;position:relative}.security-philosophy-header h2{font-size:2.5rem;font-weight:800;color:#183153;margin-bottom:1.5rem;background:linear-gradient(90deg,#183153,#1e3a6d);-webkit-background-clip:text;background-clip:text;color:transparent;position:relative;display:inline-block}.security-philosophy-header h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#ff7a21,#f90);border-radius:4px}.security-philosophy-header p{font-size:1.2rem;color:#475569;line-height:1.6}.security-philosophy-pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1100px;margin:0 auto}.security-philosophy-pillar{background:#fff;border-radius:20px;box-shadow:0 15px 35px #0000000f;padding:2.5rem;position:relative;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease;border:1px solid rgba(240,240,250,.8);display:flex;flex-direction:column;height:100%}.security-philosophy-pillar:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.security-philosophy-pillar:before{content:"";position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(255,122,33,.04) 0%,transparent 70%);border-radius:50%;top:-100px;right:-100px}.security-philosophy-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative}.security-philosophy-icon-bg{position:absolute;width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#ff7a211a,#ff99001a);transform:rotate(10deg);transition:transform .3s ease}.security-philosophy-pillar:hover .security-philosophy-icon-bg{transform:rotate(0)}.security-philosophy-icon svg{width:32px;height:32px;color:#ff7a21;position:relative;z-index:1}.security-philosophy-title{font-size:1.3rem;font-weight:700;color:#183153;margin-top:0;margin-bottom:1rem;position:relative}.security-philosophy-description{font-size:1rem;color:#475569;line-height:1.6;margin:0;flex-grow:1}.security-philosophy-number{position:absolute;top:1.5rem;right:1.5rem;font-size:3.5rem;font-weight:800;color:#1831530a;line-height:1}.security-philosophy-learn-more{margin-top:1.5rem;display:inline-flex;align-items:center;gap:.5rem;color:#ff7a21;font-weight:600;text-decoration:none;font-size:.95rem;transition:color .3s ease}.security-philosophy-learn-more:hover{color:#183153}.security-philosophy-learn-more svg{width:16px;height:16px;transition:transform .3s ease}.security-philosophy-learn-more:hover svg{transform:translate(3px)}@media (max-width: 992px){.security-philosophy-pillars{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.security-philosophy-section{padding:5rem 0}.security-philosophy-header h2{font-size:2rem}.security-philosophy-header p{font-size:1.1rem}.security-philosophy-pillar{padding:2rem}}@media (max-width: 576px){.security-philosophy-pillars{grid-template-columns:1fr;max-width:400px;margin:0 auto}.security-philosophy-header h2{font-size:1.8rem}.security-philosophy-header h2:after{width:60px;height:3px}.security-philosophy-icon,.security-philosophy-icon-bg{width:56px;height:56px}.security-philosophy-title{font-size:1.2rem}.security-philosophy-number{font-size:3rem}}.sec-quote-block-section{padding:6rem 0;background-color:#f8fafc;position:relative;overflow:hidden}.sec-quote-block-section:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(24,49,83,.03) 0%,transparent 70%);border-radius:50%;top:-200px;right:-200px;z-index:0}.sec-quote-block-section:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,122,33,.03) 0%,transparent 70%);border-radius:50%;bottom:-200px;left:-200px;z-index:0}.sec-quote-block-container{max-width:1000px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.sec-quote-block-card{background:linear-gradient(135deg,#ffffffe6,#fffc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;box-shadow:0 20px 40px #00000012,0 4px 8px #1831530d;padding:3.5rem 3rem;text-align:center;position:relative;max-width:800px;margin:0 auto;border:1px solid rgba(240,240,250,.8);transform:translateY(0);transition:transform .5s ease,box-shadow .5s ease;overflow:hidden}.sec-quote-block-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px #0000001a,0 6px 12px #18315314}.sec-quote-block-card:before{content:"";position:absolute;width:150px;height:150px;background:radial-gradient(circle,rgba(255,122,33,.08) 0%,transparent 70%);border-radius:50%;top:-50px;right:-50px;z-index:0}.sec-quote-block-card:after{content:"";position:absolute;width:100px;height:100px;background:radial-gradient(circle,rgba(24,49,83,.06) 0%,transparent 70%);border-radius:50%;bottom:-30px;left:-30px;z-index:0}.sec-quote-block-icon{margin-bottom:2rem;display:flex;justify-content:center;position:relative;z-index:1}.sec-quote-block-icon svg{width:50px;height:50px;color:#ff7a21;opacity:.8;filter:drop-shadow(0 4px 6px rgba(255,122,33,.2))}.sec-quote-block-text{font-size:1.5rem;line-height:1.6;color:#183153;font-weight:500;font-style:italic;margin:0 0 2rem;position:relative;padding-top:2rem;z-index:1}.sec-quote-block-text:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#ff7a21,#f90);border-radius:3px}.sec-quote-block-author{display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;z-index:1;margin-top:2.5rem}.sec-quote-block-avatar{width:55px;height:55px;border-radius:50%;background:linear-gradient(135deg,#ff7a21,#f90);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;box-shadow:0 4px 10px #ff7a214d;border:2px solid white;transition:transform .3s ease,box-shadow .3s ease}.sec-quote-block-card:hover .sec-quote-block-avatar{transform:scale(1.05);box-shadow:0 6px 15px #ff7a2166}.sec-quote-block-name{font-size:1.1rem;font-weight:600;color:#183153;margin:0;transition:color .3s ease}.sec-quote-block-card:hover .sec-quote-block-name{color:#ff7a21}.sec-quote-block-role{font-size:.9rem;color:#64748b;margin:.25rem 0 0}@media (max-width: 768px){.sec-quote-block-section{padding:5rem 0}.sec-quote-block-card{padding:2.5rem 2rem}.sec-quote-block-text{font-size:1.3rem}.sec-quote-block-avatar{width:45px;height:45px;font-size:1.1rem}.sec-quote-block-name{font-size:1rem}}@media (max-width: 576px){.sec-quote-block-card{padding:2rem 1.5rem;border-radius:20px}.sec-quote-block-text{font-size:1.1rem;padding-top:1.5rem}.sec-quote-block-text:before{width:60px;height:2px}.sec-quote-block-avatar{width:40px;height:40px;font-size:1rem}.sec-quote-block-icon svg{width:40px;height:40px}}.technical-security-section{padding:6rem 0;background-color:#f8fafc;position:relative;overflow:hidden}.technical-security-section:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(24,49,83,.03) 0%,transparent 70%);border-radius:50%;top:-200px;right:-200px;z-index:0}.technical-security-section:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,122,33,.03) 0%,transparent 70%);border-radius:50%;bottom:-200px;left:-200px;z-index:0}.technical-security-section .container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem}.technical-security-section .section-header{text-align:center;max-width:850px;margin:0 auto 4rem;position:relative}.technical-security-section .section-header h2{font-size:2.5rem;font-weight:800;color:#183153;margin-bottom:1.5rem;background:linear-gradient(90deg,#183153,#1e3a6d);-webkit-background-clip:text;background-clip:text;color:transparent;position:relative;display:inline-block}.technical-security-section .section-header h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#ff7a21,#f90);border-radius:4px}.technical-security-section .section-header p{font-size:1.2rem;color:#475569;line-height:1.6}.technical-security-hexagon{max-width:1000px;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center;padding:2rem 0}.technical-security-center{width:180px;height:180px;background:#fff;border-radius:50%;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center;z-index:10;position:relative;margin-bottom:3rem;border:1px solid rgba(240,240,250,.8);background:linear-gradient(135deg,#fff,#f9fbff);transition:transform .3s ease,box-shadow .3s ease}.technical-security-center:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;background:linear-gradient(135deg,#ff7a21,#183153);opacity:.1;z-index:-1;transition:opacity .3s ease}.technical-security-center:hover{transform:scale(1.05);box-shadow:0 15px 40px #00000026}.technical-security-center:hover:before{opacity:.2}.technical-security-center img{width:50px;height:50px;margin-bottom:1rem}.technical-security-center h3{font-size:1.3rem;font-weight:700;color:#183153;margin:0}.technical-security-connections{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.technical-security-connection{position:absolute;height:2px;background:linear-gradient(90deg,#1831531a,#ff7a211a);transform-origin:left center;z-index:1}.technical-security-orbit{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:3rem;width:100%;position:relative}.technical-security-feature{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 10px 30px #0000000d;display:flex;gap:1.25rem;align-items:flex-start;transition:all .4s cubic-bezier(.165,.84,.44,1);border:1px solid rgba(240,240,250,.8);width:calc(33.33% - 1.35rem);position:relative;z-index:5;background:linear-gradient(145deg,#fff,#f9fbff)}.technical-security-feature:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 15px 35px #0000001a;z-index:6}.technical-feature-icon{width:52px;height:52px;min-width:52px;border-radius:12px;background:linear-gradient(135deg,#1831530f,#18315308);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0000000f;transition:all .3s ease;position:relative;overflow:hidden}.technical-feature-icon:before{content:"";position:absolute;width:100px;height:100px;background:linear-gradient(to right,transparent,rgba(255,255,255,.3),transparent);transform:rotate(45deg) translate(-120px);animation:shine 3s infinite}@keyframes shine{0%{transform:rotate(45deg) translate(-120px)}20%{transform:rotate(45deg) translate(120px)}to{transform:rotate(45deg) translate(120px)}}.technical-security-feature:hover .technical-feature-icon{background:linear-gradient(135deg,#ff7a2114,#ff99000f);transform:rotate(5deg)}.technical-feature-icon img{width:26px;height:26px;object-fit:contain;transition:transform .3s ease}.technical-security-feature:hover .technical-feature-icon img{transform:scale(1.1)}.technical-feature-content{flex:1}.technical-feature-content h4{font-size:1.2rem;font-weight:700;color:#183153;margin:0 0 .75rem;transition:color .3s ease}.technical-security-feature:hover .technical-feature-content h4{color:#ff7a21}.technical-feature-content p{font-size:.95rem;color:#475569;line-height:1.5;margin:0}.hover-glow:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,#ff7a2100,#18315300);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:background .3s ease}.hover-glow:hover:after{background:linear-gradient(135deg,#ff7a2166,#18315366)}.technical-security-pulse{width:10px;height:10px;background-color:#ff7a2180;border-radius:50%;position:absolute;z-index:2;transform:scale(0);opacity:0}.technical-security-pulse.animate{animation:pulse-move 3s linear infinite}@keyframes pulse-move{0%{transform:scale(0);opacity:.8}70%{transform:scale(1);opacity:0}to{transform:scale(1);opacity:0}}@media (max-width: 992px){.technical-security-feature{width:calc(50% - 1rem)}.technical-security-center{width:160px;height:160px}}@media (max-width: 768px){.technical-security-section{padding:5rem 0}.technical-security-section .section-header h2{font-size:2rem}.technical-security-section .section-header p{font-size:1.1rem}.technical-security-feature{padding:1.5rem}.technical-security-center{width:140px;height:140px}.technical-security-center img{width:40px;height:40px}}@media (max-width: 576px){.technical-security-feature{width:100%}.technical-security-section .section-header h2{font-size:1.8rem}.technical-feature-content h4{font-size:1.1rem}.technical-security-center{width:120px;height:120px;margin-bottom:2rem}.technical-security-center img{width:36px;height:36px;margin-bottom:.75rem}.technical-security-center h3{font-size:1.1rem}}.sec-key-feat-section{padding:7rem 0;background-color:#fff;position:relative;overflow:hidden}.sec-key-feat-section:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(24,49,83,.03) 0%,transparent 70%);border-radius:50%;top:-200px;right:-200px;z-index:0}.sec-key-feat-section:after{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(255,122,33,.03) 0%,transparent 70%);border-radius:50%;bottom:-150px;left:-150px;z-index:0}.sec-key-feat-section .container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem}.sec-key-feat-header{text-align:center;max-width:850px;margin:0 auto 5rem;position:relative}.sec-key-feat-header h2{font-size:2.5rem;font-weight:800;color:#183153;margin-bottom:1.5rem;background:linear-gradient(90deg,#183153,#1e3a6d);-webkit-background-clip:text;background-clip:text;color:transparent;position:relative;display:inline-block}.sec-key-feat-header h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#ff7a21,#f90);border-radius:4px}.sec-key-feat-header p{font-size:1.2rem;color:#475569;line-height:1.6}.sec-key-feat-hexagon{display:flex;flex-wrap:wrap;justify-content:center;max-width:1100px;margin:0 auto;position:relative}.sec-key-feat-hexagon:before{content:"";position:absolute;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 20L80 40L80 70L50 90L20 70L20 40L50 20Z' stroke='rgba(24, 49, 83, 0.1)' stroke-width='1' fill='none'/%3E%3C/svg%3E");background-size:150px 150px;background-position:center;opacity:.3;z-index:0}.sec-key-feat-item{position:relative;width:calc(33.333% - 60px);margin:30px;height:320px;z-index:2;aspect-ratio:1;max-width:320px;transition:all .4s cubic-bezier(.165,.84,.44,1)}.sec-key-feat-item:hover{transform:translateY(-10px) scale(1.03);z-index:5}.sec-key-feat-content{position:relative;width:100%;height:100%;background-color:#fff;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem;transition:all .3s ease;text-align:center}.sec-key-feat-title{font-size:1.3rem;font-weight:700;color:#183153;margin:0 0 .85rem;transition:color .3s ease;width:90%;text-align:center}.sec-key-feat-desc{font-size:1rem;color:#333;line-height:1.5;margin:0;width:90%;text-align:center;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.sec-key-feat-content:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);padding:2px;background:linear-gradient(135deg,#ff7a2100,#ff7a2100);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:background .4s ease}.sec-key-feat-item:hover .sec-key-feat-content:after{background:linear-gradient(135deg,#ff7a2180,#18315380)}.sec-key-feat-icon-wrapper{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#1831530f,#18315308);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;position:relative;transition:all .3s ease}.sec-key-feat-item:hover .sec-key-feat-icon-wrapper{transform:scale(1.1) rotate(10deg);background:linear-gradient(135deg,#ff7a2114,#ff99000f)}.sec-key-feat-icon{width:36px;height:36px;color:#183153;opacity:.9;transition:transform .3s ease,color .3s ease}.sec-key-feat-item:hover .sec-key-feat-icon{color:#ff7a21}.sec-key-feat-title{font-size:1.3rem;font-weight:700;color:#183153;margin:0 0 .85rem;transition:color .3s ease}.sec-key-feat-item:hover .sec-key-feat-title{color:#ff7a21}.sec-key-feat-desc{font-size:1rem;color:#333;line-height:1.6;margin:0;max-width:92%}.sec-key-feat-item:nth-child(3n+2){margin-top:85px;margin-bottom:-25px}.sec-key-feat-section .floating-circle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,122,33,.08),transparent 70%);z-index:1}.sec-key-feat-section .floating-circle:nth-child(1){width:200px;height:200px;top:10%;left:5%;animation:float 15s infinite alternate ease-in-out}.sec-key-feat-section .floating-circle:nth-child(2){width:150px;height:150px;bottom:20%;right:10%;animation:float 12s infinite alternate-reverse ease-in-out}@keyframes float{0%{transform:translateY(0) translate(0)}to{transform:translateY(30px) translate(20px)}}@media (max-width: 1100px){.sec-key-feat-item{width:calc(50% - 40px);margin:20px;height:260px}.sec-key-feat-item:nth-child(3n+2){margin-top:20px;margin-bottom:20px}.sec-key-feat-item:nth-child(odd){margin-top:60px}}@media (max-width: 768px){.sec-key-feat-section{padding:5rem 0}.sec-key-feat-item{width:calc(100% - 40px);max-width:320px;height:auto;aspect-ratio:1;margin:30px auto}.sec-key-feat-content{padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.sec-key-feat-icon-wrapper{width:56px;height:56px;margin-bottom:.8rem}.sec-key-feat-title{font-size:1.1rem;margin-bottom:.7rem;width:100%}.sec-key-feat-desc{font-size:.9rem;line-height:1.4;width:100%}}@media (max-width: 650px){.sec-key-feat-item{width:100%;max-width:300px;height:300px}}@media (max-width: 400px){.sec-key-feat-item{max-width:280px;height:280px}.sec-key-feat-content{padding:1.8rem 1.5rem}.sec-key-feat-desc{font-size:.85rem;line-height:1.35}}@media (max-width: 360px){.sec-key-feat-item{height:260px;max-width:260px}.sec-key-feat-content{padding:1.6rem 1.2rem}}.sec-contact-block-section{padding:7rem 0;background-color:#fff;position:relative;overflow:hidden}.sec-contact-block-section:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(24,49,83,.03) 0%,transparent 70%);border-radius:50%;top:-150px;right:-150px;z-index:0;animation:pulse-slow 15s infinite alternate ease-in-out}.sec-contact-block-section:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,122,33,.03) 0%,transparent 70%);border-radius:50%;bottom:-150px;left:-150px;z-index:0;animation:pulse-slow 15s infinite alternate-reverse ease-in-out}@keyframes pulse-slow{0%{transform:scale(1) translate(0);opacity:.5}to{transform:scale(1.2) translate(20px,20px);opacity:1}}.sec-contact-block-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.sec-contact-block-wrapper{background:linear-gradient(125deg,#152640,#1e3c69);border-radius:16px;padding:4rem 3rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #18315340,0 0 0 1px #ffffff1a inset;transition:transform .5s cubic-bezier(.165,.84,.44,1),box-shadow .5s ease}.sec-contact-block-wrapper:hover{transform:translateY(-5px);box-shadow:0 25px 60px #1831534d,0 0 0 1px #ffffff26 inset}.sec-contact-block-wrapper:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(28,207,201,.3) 0%,rgba(28,207,201,.1) 30%,transparent 70%);top:-300px;right:-200px;filter:blur(30px);z-index:0;animation:pulse 15s infinite alternate ease-in-out}.sec-contact-block-wrapper:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,33,.3) 0%,rgba(255,122,33,.1) 30%,transparent 70%);bottom:-250px;left:-200px;filter:blur(30px);z-index:0;animation:pulse 12s infinite alternate-reverse ease-in-out}@keyframes pulse{0%{opacity:.6;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}.sec-contact-block-mesh{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.05;z-index:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:20px 20px;pointer-events:none}.sec-contact-block-particles{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none}.sec-contact-particle{position:absolute;width:6px;height:6px;border-radius:50%;background:#fff3;pointer-events:none}.sec-contact-particle:nth-child(1){top:20%;left:20%;width:4px;height:4px;animation:floatParticle 25s infinite ease-in-out}.sec-contact-particle:nth-child(2){top:60%;left:80%;width:6px;height:6px;background:#ff99004d;animation:floatParticle 20s infinite ease-in-out reverse}.sec-contact-particle:nth-child(3){top:25%;left:70%;width:8px;height:8px;animation:floatParticle 18s infinite ease-in-out 2s}.sec-contact-particle:nth-child(4){top:70%;left:30%;width:5px;height:5px;background:#1ccfc94d;animation:floatParticle 22s infinite ease-in-out 1s reverse}.sec-contact-particle:nth-child(5){top:40%;left:50%;animation:floatParticle 30s infinite ease-in-out 3s}@keyframes floatParticle{0%{transform:translate(0)}25%{transform:translate(50px,30px)}50%{transform:translate(20px,60px)}75%{transform:translate(40px,20px)}to{transform:translate(0)}}.sec-contact-block-content{padding:0;text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2}.sec-contact-block-heading{font-size:2.2rem;font-weight:700;margin-top:0;margin-bottom:1.8rem;position:relative;display:inline-block;background:linear-gradient(90deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 5px 15px rgba(0,0,0,.1)}.sec-contact-block-heading:after{content:"";position:absolute;width:80px;height:4px;background:linear-gradient(90deg,#ff7a21,#f90);bottom:-10px;left:50%;transform:translate(-50%);border-radius:2px;box-shadow:0 2px 10px #ff7a2180}.sec-contact-block-text{font-size:1.2rem;color:#ffffffe6;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto}.sec-contact-block-btn{position:relative;display:inline-block;background:#fff;color:#183153;padding:1.1rem 2.5rem;border-radius:12px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);letter-spacing:.5px;box-shadow:0 10px 25px #00000026,0 0 0 1px #ffffff1a inset;z-index:2;overflow:hidden;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem}.sec-contact-block-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .7s ease;z-index:-1}.sec-contact-block-btn:after{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(to bottom,rgba(255,255,255,.2),transparent);opacity:.5;transition:opacity .3s ease;border-radius:12px 12px 0 0}.sec-contact-block-btn:hover{background:linear-gradient(135deg,#ff7a21,#f90);color:#fff;transform:translateY(-6px);box-shadow:0 15px 35px #ff7a214d,0 0 0 1px #fff3 inset}.sec-contact-block-btn:hover:before{left:100%}.sec-contact-block-btn:hover:after{opacity:.7}.sec-contact-block-btn svg{transition:transform .3s cubic-bezier(.175,.885,.32,1.275);width:20px;height:20px}.sec-contact-block-btn:hover svg{transform:translate(5px)}@media (max-width: 768px){.sec-contact-block-section{padding:5rem 0}.sec-contact-block-wrapper{padding:3rem 2rem}.sec-contact-block-heading{font-size:1.8rem}.sec-contact-block-heading:after{width:70px}.sec-contact-block-text{font-size:1.1rem}.sec-contact-block-btn{padding:1rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.sec-contact-block-section{padding:4rem 0}.sec-contact-block-wrapper{padding:2.5rem 1.5rem;border-radius:14px}.sec-contact-block-heading{font-size:1.6rem}.sec-contact-block-heading:after{width:60px;height:3px;bottom:-8px}.sec-contact-block-text{font-size:1rem;margin-bottom:2rem}.sec-contact-block-btn{width:100%;font-size:.95rem;padding:1rem 1.5rem;justify-content:center}.sec-contact-block-btn svg{width:18px;height:18px}}.security-comp-table-section{padding:6rem 0;background-color:#f8fafc;position:relative;overflow:hidden}.security-comp-table-section:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(24,49,83,.03) 0%,transparent 70%);border-radius:50%;top:-200px;right:-200px;z-index:0}.security-comp-table-section:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,122,33,.03) 0%,transparent 70%);border-radius:50%;bottom:-200px;left:-200px;z-index:0}.security-comp-table-section .container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem}.security-comp-section-header{text-align:center;max-width:850px;margin:0 auto 4rem}.security-comp-section-header h2{font-size:2.5rem;font-weight:800;color:#183153;margin-bottom:1.5rem;background:linear-gradient(90deg,#183153,#1e3a6d);-webkit-background-clip:text;background-clip:text;color:transparent;position:relative;display:inline-block}.security-comp-section-header h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#ff7a21,#f90);border-radius:4px}.security-comp-section-header p{font-size:1.2rem;color:#475569;line-height:1.6}.security-comp-table-wrapper{overflow-x:auto;border-radius:16px;box-shadow:0 15px 35px #00000014;background:#fff;max-width:1000px;margin:0 auto}.security-comp-table{width:100%;min-width:750px;border-collapse:collapse;border:none}.security-comp-table-header th{padding:1.5rem;text-align:left;font-weight:700;color:#fff;background:linear-gradient(135deg,#183153,#1e3a6d);position:relative;font-size:1.1rem}.security-comp-table-header th:first-child{border-radius:16px 0 0}.security-comp-table-header th:last-child{border-radius:0 16px 0 0}.security-comp-table-header th:nth-child(2){background:linear-gradient(135deg,#ff7a21,#f90);color:#183153}.security-comp-table-row td{padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;color:#475569;vertical-align:top;line-height:1.5}.security-comp-table-row:last-child td{border-bottom:none}.security-comp-table-row:last-child td:first-child{border-radius:0 0 0 16px}.security-comp-table-row:last-child td:last-child{border-radius:0 0 16px}.security-comp-table-row td:first-child{font-weight:600;color:#183153}.security-comp-table-row td:nth-child(2){background-color:#ff7a210d;font-weight:500}@media (max-width: 768px){.security-comp-table-section{padding:5rem 0}.security-comp-section-header h2{font-size:2rem}.security-comp-section-header p{font-size:1.1rem}.security-comp-table-header th,.security-comp-table-row td{padding:1rem;font-size:.95rem}.security-faq-section .section-header h2:after,.security-comp-section-header h2:after{width:70px}}@media (max-width: 576px){.security-comp-section-header h2{font-size:1.8rem}.security-comp-table-header th{font-size:.9rem}.security-comp-table-row td{padding:.9rem;font-size:.9rem}.security-faq-section .section-header h2:after,.security-comp-section-header h2:after{width:60px;height:3px;bottom:-10px}.security-comp-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.security-comp-table-header th{position:sticky;top:0;z-index:10;white-space:nowrap}.security-comp-table-row td,.security-comp-table-header th{padding:.75rem}.security-comp-section-header h2{font-size:1.6rem}.security-comp-section-header p{font-size:1rem}}.security-faq-section{padding:6rem 0;background-color:#fff;position:relative;overflow:hidden}.security-faq-section:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(24,49,83,.03) 0%,transparent 70%);border-radius:50%;top:-200px;right:-200px;z-index:0}.security-faq-section .container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem}.security-faq-section .section-header{text-align:center;max-width:850px;margin:0 auto 4rem}.security-faq-section .section-header h2{font-size:2.5rem;font-weight:800;color:#183153;margin-bottom:1.5rem;background:linear-gradient(90deg,#183153,#1e3a6d);-webkit-background-clip:text;background-clip:text;color:transparent;position:relative;display:inline-block}.security-faq-section .section-header h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#ff7a21,#f90);border-radius:4px}.security-faq-section .section-header p{font-size:1.2rem;color:#475569;line-height:1.6}.faq-container{max-width:900px;margin:0 auto}.faq-item{margin-bottom:1.5rem;border-radius:16px;background:#fff;box-shadow:0 8px 30px #0000000d;border:1px solid rgba(240,240,250,.8);overflow:hidden}.faq-question{padding:1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center;color:#183153;font-weight:600;font-size:1.1rem;transition:background-color .3s ease;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-question:hover{background-color:#18315305}.faq-question span{padding-right:2rem;flex:1}.faq-icon{min-width:24px;height:24px;transition:transform .3s ease}details[open] .faq-icon{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem;color:#475569;font-size:1rem;line-height:1.6}.faq-answer p{margin:0}@media (max-width: 768px){.security-faq-section{padding:5rem 0}.security-faq-section .section-header h2{font-size:2rem}.security-faq-section .section-header p{font-size:1.1rem}.faq-question{padding:1.25rem;font-size:1rem}.faq-question span{padding-right:1rem}.faq-answer{padding:0 1.25rem 1.25rem}.security-faq-section .section-header h2:after{width:70px}}@media (max-width: 576px){.security-faq-section .section-header h2{font-size:1.8rem}.faq-question{padding:1rem;font-size:.95rem}.faq-icon{min-width:20px;height:20px}.faq-answer{padding:0 1rem 1rem}.security-faq-section .section-header h2:after{width:60px;height:3px;bottom:-10px}}.security-cta-wrapper{position:relative;padding:7rem 0;overflow:hidden;color:#fff;z-index:1}.security-cta-wrapper-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#183153,#071022);z-index:-3}.security-cta-wrapper-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 50% 50%,#18315366,#0a1422cc);z-index:-2}.security-cta-wrapper-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.security-cta-wrapper-particle{position:absolute;border-radius:50%;filter:blur(15px)}.security-cta-wrapper-particle-1{width:400px;height:400px;top:-150px;right:-150px;background:radial-gradient(circle,rgba(255,122,33,.15) 0%,transparent 70%);animation:cta-float 30s infinite alternate ease-in-out}.security-cta-wrapper-particle-2{width:300px;height:300px;bottom:-100px;left:-100px;background:radial-gradient(circle,rgba(24,49,83,.2) 0%,transparent 70%);animation:cta-float 25s infinite alternate-reverse ease-in-out}.security-cta-wrapper-particle-3{width:200px;height:200px;top:20%;left:10%;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);animation:cta-float 20s infinite alternate ease-in-out}.security-cta-wrapper-particle-4{width:250px;height:250px;bottom:20%;right:15%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);animation:cta-float 22s infinite alternate-reverse ease-in-out}@keyframes cta-float{0%{transform:translate(0)}to{transform:translate(30px,-30px)}}.security-cta-wrapper-content{position:relative;max-width:900px;margin:0 auto;text-align:center;z-index:1}.security-cta-wrapper-content h2{font-size:2.8rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(90deg,#fff,#e1e7ef);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.3;position:relative;display:inline-block;padding-bottom:.5rem}.security-cta-wrapper-content h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#ff7a21,#f90);border-radius:4px;box-shadow:0 2px 10px #ff7a2180}.security-cta-wrapper-content p{font-size:1.25rem;line-height:1.7;margin-bottom:3rem;color:#ffffffe6;max-width:800px;margin-left:auto;margin-right:auto}.security-cta-wrapper-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem}.security-cta-wrapper-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.2rem 2.2rem;border-radius:8px;font-size:1.1rem;font-weight:600;color:#183153;background:linear-gradient(90deg,#ff7a21,#f90);border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 10px 30px #ff7a2166;text-decoration:none}.security-cta-wrapper-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #ff7a2180}.security-cta-wrapper-btn-primary:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to right,#fff0,#fff3,#fff0);transform:rotate(45deg);transition:all .5s}.security-cta-wrapper-btn-primary:hover:after{left:100%}.security-cta-wrapper-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.2rem 2.2rem;border-radius:8px;font-size:1.1rem;font-weight:600;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;text-decoration:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.security-cta-wrapper-btn-secondary:hover{transform:translateY(-3px);background:#ffffff26;border:1px solid rgba(255,255,255,.3);box-shadow:0 10px 30px #0003}.security-cta-wrapper-btn-primary svg,.security-cta-wrapper-btn-secondary svg{width:20px;height:20px}@media (max-width: 768px){.security-cta-wrapper{padding:5rem 0}.security-cta-wrapper-content h2{font-size:2.2rem}.security-cta-wrapper-content h2:after{width:70px}.security-cta-wrapper-content p{font-size:1.1rem;margin-bottom:2rem}.security-cta-wrapper-buttons{flex-direction:column;align-items:center;gap:1rem}.security-cta-wrapper-btn-primary,.security-cta-wrapper-btn-secondary{width:100%;max-width:320px;padding:1rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.security-cta-wrapper-content h2{font-size:1.8rem}.security-cta-wrapper-content h2:after{width:60px;height:3px;bottom:-10px}.security-cta-wrapper-content p{font-size:1rem}.security-cta-wrapper-btn-primary,.security-cta-wrapper-btn-secondary{padding:.9rem 1.25rem}}.enterprise-security-section{padding:7rem 0;background-color:#fff;position:relative;overflow:hidden;background-image:radial-gradient(circle at 10% 90%,rgba(240,249,255,.8) 0%,transparent 40%),radial-gradient(circle at 90% 10%,rgba(255,245,240,.7) 0%,transparent 40%)}.enterprise-security-section:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(24,49,83,.04) 0%,transparent 70%);border-radius:50%;top:-200px;right:-200px;z-index:0;animation:pulse-bg 15s infinite alternate ease-in-out}.enterprise-security-section:after{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(255,122,33,.04) 0%,transparent 70%);border-radius:50%;bottom:-200px;left:-200px;z-index:0;animation:pulse-bg 15s infinite alternate-reverse ease-in-out}.enterprise-security-section .container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem}.enterprise-security-section .section-header h2{position:relative;display:inline-block;margin-bottom:1.5rem}.enterprise-security-section .section-header h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#ff7a21,#f90);border-radius:4px}.enterprise-security-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1100px;margin:0 auto;perspective:1000px}.enterprise-security-feature{background:linear-gradient(145deg,#fff,#f9fbff);border-radius:20px;box-shadow:0 15px 35px #0000000f,0 1px 3px #00000008;padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .4s cubic-bezier(.165,.84,.44,1);border:1px solid rgba(240,240,250,.8);position:relative;overflow:hidden;height:100%;transform:translateZ(0);backface-visibility:hidden}.enterprise-security-feature:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0000001a,0 4px 8px #0000000a}.enterprise-security-feature:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#ff7a21,#f90);transform:scaleX(0);transform-origin:left;transition:transform .4s ease-out}.enterprise-security-feature:hover:before{transform:scaleX(1)}.enterprise-security-feature:after{content:"";position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(255,122,33,.03) 0%,transparent 70%);border-radius:50%;bottom:-100px;right:-100px;opacity:0;transition:opacity .4s ease}.enterprise-security-feature:hover:after{opacity:1}.enterprise-feature-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:linear-gradient(135deg,#1831530f,#18315308);position:relative;margin-bottom:.5rem;transition:all .3s ease;box-shadow:0 4px 12px #00000008}.enterprise-security-feature:hover .enterprise-feature-icon{transform:translateY(-5px) rotate(5deg);background:linear-gradient(135deg,#ff7a2114,#ff99000f);box-shadow:0 8px 16px #ff7a211f}.enterprise-feature-icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:18px;padding:2px;background:linear-gradient(to right,transparent,rgba(255,255,255,.5),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.enterprise-security-feature:hover .enterprise-feature-icon:before{opacity:1}.enterprise-feature-icon img{width:38px;height:38px;object-fit:contain;transition:transform .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.enterprise-security-feature:hover .enterprise-feature-icon img{transform:scale(1.1);filter:drop-shadow(0 4px 8px rgba(255,122,33,.2))}.enterprise-feature-content{display:flex;flex-direction:column;gap:.75rem;flex:1}.enterprise-feature-content h4{font-size:1.3rem;font-weight:700;color:#183153;margin:0;transition:color .3s ease;position:relative;display:inline-block}.enterprise-security-feature:hover .enterprise-feature-content h4{color:#ff7a21}.enterprise-feature-content p{font-size:1rem;color:#475569;line-height:1.6;margin:0}.hover-glow{position:relative}.hover-glow:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at center,rgba(255,122,33,.15),transparent 70%);opacity:0;transition:opacity .4s ease;border-radius:20px;transform:scale(.8)}.hover-glow:hover:after{opacity:1;transform:scale(1.1)}.stagger-item{transition:all .3s cubic-bezier(.25,.46,.45,.94);opacity:0;transform:translateY(20px)}.stagger-container.visible .stagger-item{opacity:1;transform:translateY(0)}.stagger-container.visible .stagger-item:nth-child(1){transition-delay:.1s}.stagger-container.visible .stagger-item:nth-child(2){transition-delay:.2s}.stagger-container.visible .stagger-item:nth-child(3){transition-delay:.3s}.stagger-container.visible .stagger-item:nth-child(4){transition-delay:.4s}.stagger-container.visible .stagger-item:nth-child(5){transition-delay:.5s}.stagger-container.visible .stagger-item:nth-child(6){transition-delay:.6s}@media (max-width: 992px){.enterprise-security-features{grid-template-columns:repeat(2,1fr);gap:2rem}.enterprise-security-section .section-header h2:after{width:70px}}@media (max-width: 768px){.enterprise-security-section{padding:5rem 0}.enterprise-security-feature{padding:2rem}.enterprise-feature-icon{width:64px;height:64px;border-radius:16px}.enterprise-feature-icon img{width:34px;height:34px}.enterprise-feature-content h4{font-size:1.2rem}.enterprise-security-section .section-header h2:after{width:60px;height:3px}}@media (max-width: 576px){.enterprise-security-features{grid-template-columns:1fr;max-width:400px;margin:0 auto}.enterprise-security-feature{padding:1.75rem}.enterprise-feature-content{flex:1}.enterprise-feature-icon{width:56px;height:56px;border-radius:14px}.enterprise-feature-icon img{width:30px;height:30px}.enterprise-security-section .section-header h2:after{width:50px}}@keyframes fadeUpIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0}.animate-on-scroll.animated{animation:fadeUpIn .7s ease forwards}.stagger-item{opacity:0}.stagger-item.animated{animation:fadeUpIn .6s ease forwards;animation-delay:calc(var(--item-index) * .1s)}.cursor-fx{position:fixed;width:20px;height:20px;border:2px solid rgba(255,122,33,.5);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:9999;transition:width .2s,height .2s,border-color .2s;opacity:0}.cursor-fx.active{opacity:1}.cursor-fx.hover{width:40px;height:40px;border-color:#1ccfc999;background-color:#1ccfc91a}.hover-glow{position:relative;transition:all .3s ease}.hover-glow:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(255,122,33,.3) 0%,transparent 70%);opacity:0;z-index:-1;transition:opacity .3s ease}.hover-glow:hover:after{opacity:1}@keyframes pulse{0%{transform:scale(.8) translate(10%,10%);opacity:.05}50%{transform:scale(1.2) translate(-10%,-5%);opacity:.1}to{transform:scale(1) translateY(-15%);opacity:.05}}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes float{0%{transform:translate(0) rotate(0)}50%{transform:translate(30px,30px) rotate(5deg)}to{transform:translate(-20px,15px) rotate(-5deg)}}.security-journey-timeline-section{padding:7rem 0 15rem;background-color:#f8fafc;position:relative;overflow:hidden}.security-journey-timeline-section:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(24,49,83,.04) 0%,transparent 70%);border-radius:50%;top:-200px;right:-200px;z-index:0;animation:pulse-bg 15s infinite alternate ease-in-out}.security-journey-timeline-section:after{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(255,122,33,.04) 0%,transparent 70%);border-radius:50%;bottom:-200px;left:-200px;z-index:0;animation:pulse-bg 15s infinite alternate-reverse ease-in-out}@keyframes pulse-bg{0%{transform:scale(1);opacity:.6}to{transform:scale(1.15);opacity:1}}.security-journey-timeline-section .container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem}.security-journey-header{text-align:center;max-width:850px;margin:0 auto 5rem;position:relative}.security-journey-header h2{font-size:2.5rem;font-weight:800;color:#183153;margin-bottom:1.5rem;background:linear-gradient(90deg,#183153,#1e3a6d);-webkit-background-clip:text;background-clip:text;color:transparent;position:relative;display:inline-block}.security-journey-header h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#ff7a21,#f90);border-radius:4px}.security-journey-header p{font-size:1.2rem;color:#475569;line-height:1.6}.security-journey-timeline-wrapper{position:relative;max-width:1100px;margin:0 auto 2rem}.security-journey-timeline-line{position:relative;height:8px;background:#e2e8f0;border-radius:4px;margin-bottom:3rem;overflow:visible;margin-top:2rem}.security-journey-timeline-progress{position:absolute;top:0;left:0;height:100%;width:0;background:#ff7a21;border-radius:4px;transition:width .8s cubic-bezier(.65,0,.35,1);box-shadow:0 0 15px #ff7a214d}.security-journey-timeline{position:relative;display:flex;justify-content:space-between;margin-top:-35px}.security-journey-year-marker{position:relative;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #183153;z-index:2;box-shadow:0 0 0 4px #ffffff80;transition:all .3s ease;cursor:pointer}.security-journey-year-marker.active{background:#ff7a21;border-color:#fff;transform:scale(1.2);box-shadow:0 0 0 5px #ff7a214d,0 0 20px #ff7a2180}.security-journey-cards{position:relative;margin-top:3rem;margin-bottom:4rem;min-height:400px}.security-journey-item{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 15px 40px #00000014;border:1px solid rgba(240,240,250,.8);transition:all .5s cubic-bezier(.23,1,.32,1);position:absolute;width:100%;opacity:0;transform:translateY(20px);pointer-events:none;z-index:1;display:flex;gap:3rem;overflow:visible;height:auto;min-height:300px}.security-journey-item.active{opacity:1;transform:translateY(0);pointer-events:all;z-index:2;position:relative}.security-journey-icon-wrapper{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:0;margin-top:1rem;box-shadow:0 10px 25px #00000026;transition:all .3s ease;position:relative;overflow:hidden}.security-journey-item:hover .security-journey-icon-wrapper{transform:scale(1.1) rotate(5deg);box-shadow:0 15px 35px #0003}.security-journey-icon{font-size:2rem;color:#fff;transition:all .3s ease}.security-journey-item:hover .security-journey-icon{transform:scale(1.2)}.security-journey-item:before{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(255,122,33,.07) 0%,transparent 70%);border-radius:50%;top:-150px;right:-150px;z-index:0}.security-journey-item:after{content:"";position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(24,49,83,.06) 0%,transparent 70%);border-radius:50%;bottom:-100px;left:-100px;z-index:0}.security-journey-item-left{min-width:200px;display:flex;flex-direction:column;align-items:center;justify-content:center}.security-journey-year{display:inline-block;background:linear-gradient(90deg,#ff7a21e6,#ff9900e6);color:#fff;padding:.6rem 1.4rem;border-radius:100px;font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;box-shadow:0 8px 20px #ff7a2133;position:relative;z-index:1;min-width:120px;text-align:center}.security-journey-image{width:160px;height:160px;border-radius:20px;object-fit:cover;border:4px solid white;box-shadow:0 10px 25px #0000001a}.security-journey-item-right{flex:1;position:relative;z-index:1}.security-journey-title{font-size:1.6rem;font-weight:800;color:#183153;margin-top:0;margin-bottom:1.25rem;position:relative;display:inline-block}.security-journey-title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background:linear-gradient(90deg,#ff7a21,#f90);border-radius:2px}.security-journey-description{font-size:1.05rem;color:#475569;line-height:1.7;margin-bottom:1.5rem}.security-journey-milestones{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;margin-bottom:.5rem}.security-journey-milestone{background:#1831530f;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;color:#183153;font-weight:500;transition:all .3s ease}.security-journey-milestone:hover{background:#1831531a;transform:translateY(-2px)}.security-journey-nav{display:flex;justify-content:center;gap:1rem;margin-top:4rem;margin-bottom:2rem;position:relative;z-index:5}.security-journey-nav-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:none;background:#fff;color:#183153;cursor:pointer;box-shadow:0 5px 15px #0000001a;transition:all .3s ease}.security-journey-nav-btn:hover{background:#183153;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.security-journey-nav-btn svg{width:20px;height:20px}.security-journey-nav-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 5px 15px #0000000d}.security-journey-pager{display:none;justify-content:center;gap:.5rem;margin-top:2rem}.security-journey-pager-dot{width:10px;height:10px;border-radius:50%;background:#18315333;cursor:pointer;transition:all .3s ease}.security-journey-pager-dot.active{background:#ff7a21;transform:scale(1.2)}.security-journey-mobile-nav{display:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;justify-content:space-between;z-index:3}.security-journey-mobile-btn{width:40px;height:40px;border-radius:50%;background:#fff;border:none;box-shadow:0 5px 15px #0000001a;display:flex;align-items:center;justify-content:center;color:#183153;cursor:pointer;transition:all .3s ease}.security-journey-mobile-btn:hover{background:#183153;color:#fff}.security-journey-mobile-btn svg{width:18px;height:18px}@media (max-width: 992px){.security-journey-timeline-section{padding:5rem 0}.security-journey-header{margin-bottom:4rem}.security-journey-header h2{font-size:2.2rem}.security-journey-item{padding:2rem;gap:2rem}.security-journey-item-left{min-width:160px}.security-journey-year{font-size:1.1rem;padding:.6rem 1.5rem}.security-journey-image{width:140px;height:140px}.security-journey-title{font-size:1.4rem}.security-journey-timeline-wrapper{margin:0 10px 3rem}.year-label{font-size:.8rem}}@media (max-width: 768px){.security-journey-header h2{font-size:2rem}.security-journey-header p{font-size:1.1rem}.security-journey-timeline-wrapper{margin-bottom:3rem}.security-journey-item{flex-direction:column;gap:1.5rem;padding:1.75rem}.security-journey-item-left{min-width:auto;flex-direction:row;gap:1.5rem;align-items:center}.security-journey-year{margin-bottom:0;font-size:1rem;padding:.5rem 1.25rem}.security-journey-image{width:100px;height:100px}.security-journey-title{font-size:1.3rem}.security-journey-description{font-size:1rem}.security-journey-pager{position:absolute;bottom:1.5rem;left:0;right:0;width:100%;display:flex;justify-content:center;gap:8px;margin:0 auto}.security-journey-pager-dot{width:10px;height:10px;border-radius:50%;background-color:#18315326;border:none;cursor:pointer;padding:0;transition:all .3s ease}.security-journey-pager-dot.active{background-color:#ff7a21;transform:scale(1.2)}.security-journey-mobile{position:relative;padding-bottom:4rem}.security-journey-mobile-nav{position:absolute;bottom:50%;left:0;right:0;display:flex;justify-content:space-between;padding:0 1rem;z-index:20}}@media (max-width: 640px){.desktop-only{display:none!important}.security-journey-mobile{display:flex;flex-direction:column;margin-top:2rem;background:#fff;border-radius:16px;box-shadow:0 8px 30px #00000014;overflow:hidden}.security-journey-item{display:flex;flex-direction:column;padding:2rem;opacity:1;transform:none;position:relative;height:auto}.security-journey-item.active{display:flex}.security-journey-item-left{flex-direction:row;justify-content:flex-start;width:100%;margin-bottom:1.5rem;gap:1rem;align-items:center}.security-journey-year{font-size:1rem;padding:.5rem 1.25rem;margin-bottom:0;min-width:auto}.security-journey-icon-wrapper{width:50px;height:50px;min-width:50px;margin:0}.security-journey-icon{font-size:1.4rem}.security-journey-title{font-size:1.4rem;margin-bottom:1rem}.security-journey-description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.security-journey-milestones{margin-top:0;margin-bottom:1rem;gap:.5rem}.security-journey-controls-mobile{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:1rem 2rem 2rem;background-color:#fff;position:absolute;bottom:0;left:0;right:0;width:100%}.security-journey-mobile-nav{position:static;bottom:auto;left:auto;right:auto;display:flex;justify-content:center;width:180px;margin:0;gap:2rem;order:2}.security-journey-pager{position:static;bottom:auto;left:auto;right:auto;display:flex;justify-content:center;gap:8px;margin:0 1rem;order:1}.security-journey-mobile{position:relative;padding-bottom:5rem}.security-journey-mobile-btn{position:static;transform:none}}@media (max-width: 480px){.security-journey-mobile-nav{max-width:180px}.security-journey-mobile-btn{width:42px;height:42px}.security-journey-mobile-btn svg{width:18px;height:18px}.security-journey-item{padding:1.5rem}.security-journey-controls-mobile{padding:.5rem 1.5rem 1.5rem}}.year-label{position:absolute;top:-30px;left:50%;transform:translate(-50%);font-weight:600;font-size:.9rem;color:#183153;white-space:nowrap}@media (max-width: 640px){.security-journey-mobile{position:relative;padding-bottom:5rem}.security-journey-controls-mobile{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 0 2rem;width:100%;background-color:#fff}.security-journey-pager{display:flex;justify-content:center;width:100%;margin-bottom:1.5rem;gap:8px}.security-journey-mobile-nav{display:flex;justify-content:center;gap:2rem;width:100%}.security-journey-mobile-btn{width:46px;height:46px;position:static;transform:none}.security-journey-mobile-btn:first-child{margin-right:1rem}.security-journey-mobile-btn:last-child{margin-left:1rem}}.gradient-border{position:relative;border-radius:16px;padding:1px;background:linear-gradient(45deg,#183153,#1ccfc9,#ff7a21,#183153);background-size:400% 400%;animation:gradientMove 15s ease infinite;overflow:visible}.gradient-border:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:15px;background-color:#fff;z-index:0}.gradient-content{position:relative;background:#fff;border-radius:15px;z-index:1;height:100%;overflow:hidden}.gradient-border-dark{position:relative;border-radius:16px;padding:1px;background:linear-gradient(45deg,#1ccfc9,#ff7a21,#1ccfc9);background-size:400% 400%;animation:gradientMove 15s ease infinite;overflow:visible}.gradient-border-dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:15px;background-color:#183153;z-index:0}.shadow-soft{box-shadow:0 5px 20px #0000000d,0 15px 30px #0000000d}.shadow-intense{box-shadow:0 10px 30px #0000001a,0 30px 60px #0000001f,0 0 0 1px #00000005}.shadow-colorful{box-shadow:0 8px 20px #18315312,0 16px 32px #1831530d,0 24px 48px #ff7a2108}.glass-card{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a,0 0 0 1px #fff3 inset}.glass-dark{background:#183153cc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#fff}.glass-border{position:relative;border-radius:16px;overflow:hidden}.glass-border:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,#ffffff80,#ffffff1a,#ffffff4d,#ffffff1a);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.hover-lift{transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.hover-lift:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001a,0 5px 15px #0000000d}.hover-scale{transition:all .3s ease}.hover-scale:hover{transform:scale(1.05)}.svg-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;opacity:.5;pointer-events:none}.svg-background .circles circle{opacity:.1;filter:blur(50px)}.svg-background .circle1{fill:var(--primary-orange, #ff7a21);animation:pulse 20s infinite alternate}.svg-background .circle2{fill:var(--accent-teal, #1ccfc9);animation:pulse 15s infinite alternate-reverse;animation-delay:-5s}.svg-background .circle3{fill:var(--primary-blue, #183153);animation:pulse 25s infinite alternate;animation-delay:-10s}.svg-background .circle4{fill:var(--cta-orange, #ff9900);animation:pulse 18s infinite alternate-reverse;animation-delay:-8s}.svg-background .circle5{fill:var(--accent-teal, #1ccfc9);animation:pulse 22s infinite alternate;animation-delay:-15s}.svg-background .dots{opacity:.3}.svg-background .dot{fill:var(--primary-blue, #183153)}
