@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";:root{--primary-color: #006ac1;--primary-light: #1a7dd1;--primary-dark: #0057a1;--accent-color: #4f46e5;--text-primary: #1f2937;--text-secondary: #6b7280;--text-light: #9ca3af;--border-light: rgba(0, 0, 0, .06);--shadow-light: rgba(0, 0, 0, .04);--shadow-medium: rgba(0, 0, 0, .1)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffc;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border-light);transition:all .4s cubic-bezier(.25,.46,.45,.94);font-family:Plus Jakarta Sans,sans-serif}.header--scrolled{background:#fffffff2;box-shadow:0 1px 3px var(--shadow-light),0 1px 2px var(--shadow-light);border-bottom:1px solid rgba(0,0,0,.08)}.header__container{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:72px}.header__logo{display:flex;align-items:center;z-index:1001}.header__logo-img{height:36px;width:auto;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.header__logo-img:hover{transform:scale(1.02)}.header__nav{display:flex;align-items:center;gap:.5rem}.header__nav-item{position:relative}.header__nav-link{display:flex;align-items:center;gap:.375rem;padding:.625rem 1rem;font-weight:500;font-size:.875rem;color:var(--text-primary);text-decoration:none;background:none;border:none;cursor:pointer;transition:all .2s cubic-bezier(.25,.46,.45,.94);position:relative;border-radius:8px;letter-spacing:-.01em}.header__nav-link:hover{color:var(--primary-color);background:#006ac10a}.header__dropdown-icon{width:14px;height:14px;transition:transform .2s cubic-bezier(.25,.46,.45,.94);opacity:.7}.header__nav-item--dropdown:hover .header__dropdown-icon{transform:rotate(180deg);opacity:1}.header__dropdown{position:absolute;top:calc(100% + 8px);left:-1rem;min-width:840px;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid var(--border-light);opacity:0;visibility:hidden;transform:translateY(-8px) scale(.98);transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:1000}.header__dropdown--open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.header__dropdown-content{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1.5rem}.header__dropdown-section{padding:0}.header__dropdown-title{font-weight:600;font-size:.875rem;color:var(--primary-color);margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid #f1f5f9;letter-spacing:-.01em}.header__dropdown-list{list-style:none;padding:0;margin:0}.header__dropdown-item{margin-bottom:.25rem}.header__dropdown-link{display:flex;align-items:center;gap:12px;padding:.5rem .75rem;font-size:.8125rem;color:var(--text-secondary);text-decoration:none;transition:all .15s cubic-bezier(.25,.46,.45,.94);line-height:1.4;border-radius:6px;letter-spacing:-.005em;background:none;border:none;cursor:pointer;width:100%;text-align:left;font-family:inherit}.header__dropdown-icon{font-size:16px;line-height:1;min-width:20px;text-align:center}.header__dropdown-link:hover{color:var(--primary-color);background:#006ac10a;transform:translate(2px)}.header__dropdown--simple{min-width:200px;left:0}.header__dropdown--simple .header__dropdown-content{display:block;padding:.75rem 0}.header__dropdown--simple .header__dropdown-list{display:flex;flex-direction:column;gap:0}.header__dropdown--simple .header__dropdown-item{margin:0}.header__dropdown--simple .header__dropdown-link{padding:.75rem 1rem;border-radius:0;margin:0;font-size:.875rem}.header__dropdown--simple .header__dropdown-link:hover{background:#006ac10f;transform:none}.header__dropdown--simple .header__dropdown-icon{font-size:14px;min-width:18px}.header__cta{display:flex;align-items:center;justify-content:center;gap:16px}.header__login-btn{display:flex;align-items:center;gap:8px;padding:.625rem 1.25rem;background:transparent;color:var(--primary-color);border:1px solid rgba(0,106,193,.2);border-radius:12px;font-size:14px;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .2s cubic-bezier(.25,.46,.45,.94);text-decoration:none;letter-spacing:-.01em;position:relative;overflow:hidden}.header__login-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#006ac10d;opacity:0;transition:opacity .2s ease}.header__login-btn:hover{border-color:var(--primary-color);transform:translateY(-1px);box-shadow:0 2px 8px #006ac11a}.header__login-btn:hover:before{opacity:1}.header__login-btn:active{transform:translateY(0);box-shadow:0 1px 2px #006ac11a}.header__login-btn>*{position:relative;z-index:1}.header__login-icon{width:14px;height:14px;transition:transform .2s cubic-bezier(.25,.46,.45,.94)}.header__login-btn:hover .header__login-icon{transform:scale(1.1)}.header__cta-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:#fff;border:none;border-radius:24px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s cubic-bezier(.25,.46,.45,.94);box-shadow:0 1px 3px #006ac11f,0 1px 2px #006ac114;letter-spacing:-.01em;position:relative;overflow:hidden}.header__cta-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary-color) 100%);opacity:0;transition:opacity .2s ease}.header__cta-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #006ac126,0 2px 4px #006ac11a}.header__cta-btn:hover:before{opacity:1}.header__cta-btn:active{transform:translateY(0);box-shadow:0 1px 2px #006ac11a}.header__cta-btn>*{position:relative;z-index:1}.header__cta-icon{width:14px;height:14px;transition:transform .2s cubic-bezier(.25,.46,.45,.94)}.header__cta-btn:hover .header__cta-icon{transform:translate(2px)}.header__mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;border-radius:6px;transition:background-color .2s ease}.header__mobile-toggle:hover{background:#201c440a}.header__hamburger{display:flex;flex-direction:column;width:20px;height:16px;position:relative}.header__hamburger span{display:block;height:2px;width:100%;background:var(--text-primary);border-radius:1px;transition:all .25s cubic-bezier(.25,.46,.45,.94)}.header__hamburger span:nth-child(1){transform-origin:top left}.header__hamburger span:nth-child(2){margin:5px 0}.header__hamburger span:nth-child(3){transform-origin:bottom left}.header__hamburger--open span:nth-child(1){transform:rotate(45deg) translateY(-1px)}.header__hamburger--open span:nth-child(2){opacity:0;transform:translate(-15px)}.header__hamburger--open span:nth-child(3){transform:rotate(-45deg) translateY(1px)}.header__mobile-menu{position:fixed;top:72px;left:0;right:0;background:#fff;border-top:1px solid var(--border-light);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .25s cubic-bezier(.25,.46,.45,.94);max-height:calc(100vh - 72px);overflow-y:auto}.header__mobile-menu--open{transform:translateY(0);opacity:1;visibility:visible}.header__mobile-nav{padding:1.5rem}.header__mobile-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 0;font-weight:500;color:var(--text-primary);text-decoration:none;background:none;border:none;border-bottom:1px solid #f1f5f9;cursor:pointer;font-size:.9375rem;letter-spacing:-.01em}.header__mobile-dropdown-icon{width:18px;height:18px;transition:transform .2s cubic-bezier(.25,.46,.45,.94);opacity:.6}.header__mobile-dropdown-icon--open{transform:rotate(180deg);opacity:1}.header__mobile-dropdown{max-height:0;overflow:hidden;transition:max-height .25s cubic-bezier(.25,.46,.45,.94)}.header__mobile-dropdown--open{max-height:800px}.header__mobile-dropdown-section{padding:.75rem 0;border-bottom:1px solid #f8fafc}.header__mobile-dropdown-title{font-weight:600;color:var(--primary-color);margin-bottom:.5rem;font-size:.8125rem;letter-spacing:-.01em}.header__mobile-dropdown-list{list-style:none;padding:0;margin:0}.header__mobile-dropdown-link{display:flex;align-items:center;gap:10px;padding:.375rem 0;color:var(--text-secondary);text-decoration:none;font-size:.8125rem;line-height:1.4;letter-spacing:-.005em}.header__mobile-dropdown-icon{font-size:14px;line-height:1;min-width:18px;text-align:center}.header__mobile-cta{width:100%;padding:.875rem;margin-top:1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:#fff;border:none;border-radius:12px;font-weight:500;font-size:.9375rem;cursor:pointer;letter-spacing:-.01em;box-shadow:0 2px 4px #006ac11a}@media (max-width: 1024px){.header__dropdown{min-width:720px;left:-2rem}.header__dropdown-content{grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:1.25rem}}@media (max-width: 768px){.header__container{padding:0 1rem;height:64px}.header__mobile-menu{top:64px;max-height:calc(100vh - 64px)}.header__logo-img{height:32px}.header__nav,.header__cta{display:none}.header__mobile-toggle{display:block}}@media (max-width: 480px){.header__container{padding:0 .75rem}.header__mobile-nav{padding:1rem}}::selection{background-color:#006ac1;color:#fff}::-moz-selection{background-color:#006ac1;color:#fff}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fafbff,#f8faff,#f5f7ff);font-family:Plus Jakarta Sans,sans-serif;overflow:hidden;padding:120px 0 80px}.hero__container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2}.hero__content{max-width:900px;margin-bottom:80px;opacity:0;animation:fadeIn .8s ease-out .3s forwards}.hero__content--loaded{animation-play-state:running}.hero__headline-wrapper{position:relative;margin-bottom:32px}.hero__headline{font-size:clamp(3rem,6vw,5rem);font-weight:600;line-height:1.3;margin:0;letter-spacing:-.02em;display:flex;flex-wrap:wrap;justify-content:center;gap:.3em}.hero__headline-word{display:inline-block;background:linear-gradient(135deg,#201c44,#2d2654,#3a3366);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;animation:fadeInUp .6s ease-out forwards}.hero__headline-word--1{animation-delay:.1s}.hero__headline-word--2{animation-delay:.2s}.hero__headline-word--3{animation-delay:.3s}.hero__headline-word--4{animation-delay:.4s}.hero__headline-word--5{animation-delay:.5s}.hero__headline-word--6{animation-delay:.6s}.hero__headline-underline{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:0;height:4px;background:linear-gradient(90deg,#006ac1,#3490e1,#006ac1);border-radius:2px;animation:underlineGrow .8s ease-out .8s forwards}.hero__subheadline{margin-bottom:40px;opacity:0;animation:fadeIn .8s ease-out .8s forwards}.hero__tagline{font-size:clamp(1.5rem,3vw,2rem);font-weight:500;color:#374151;margin:0 0 20px;letter-spacing:-.01em;display:flex;flex-wrap:wrap;justify-content:center;gap:.5em}.hero__tagline-part{display:inline-block;opacity:0;animation:fadeIn .6s ease-out forwards}.hero__tagline-part--1{animation-delay:1s}.hero__tagline-part--2{animation-delay:1.2s}.hero__tagline-part--3{animation-delay:1.4s}.hero__description{font-size:clamp(1.125rem,2.2vw,1.375rem);color:#6b7280;line-height:1.6;margin:0;letter-spacing:-.005em;font-weight:400;opacity:0;animation:fadeIn .6s ease-out 1.4s forwards}.hero__cta{margin-bottom:40px;opacity:0;animation:fadeIn .6s ease-out 1.6s forwards;display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap}.hero__cta-btn{display:inline-flex;align-items:center;gap:16px;padding:20px 40px;background:linear-gradient(135deg,#006ac1,#1a7dd1,#3490e1 60%,#4ea3f1);color:#fff;border:none;border-radius:60px;font-weight:500;font-size:18px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 30px #201c444d,0 4px 12px #201c4433;letter-spacing:-.005em;position:relative;overflow:hidden;white-space:nowrap;transform:scale(1)}.hero__cta-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a7dd1,#3490e1,#4ea3f1 60%,#68b6ff);opacity:0;transition:opacity .4s ease}.hero__cta-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 15px 40px #201c4466,0 8px 20px #201c4440}.hero__cta-btn:hover:before{opacity:1}.hero__cta-btn:active{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #201c444d}.hero__cta-text,.hero__cta-icon-wrapper{position:relative;z-index:1}.hero__cta-icon-wrapper{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff3;border-radius:50%;transition:all .4s ease}.hero__cta-icon{width:16px;height:16px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.hero__cta-btn:hover .hero__cta-icon{transform:translate(4px) rotate(5deg)}.hero__cta-btn:hover .hero__cta-icon-wrapper{background:#ffffff4d;transform:rotate(360deg)}.hero__cta-btn--secondary{background:transparent;color:#006ac1;border:2px solid #006ac1;box-shadow:0 4px 15px #006ac133}.hero__cta-btn--secondary:before{background:linear-gradient(135deg,#006ac1,#1a7dd1,#3490e1 60%,#4ea3f1)}.hero__cta-btn--secondary:hover{color:#fff;border-color:transparent;transform:translateY(-4px) scale(1.05);box-shadow:0 15px 40px #006ac166,0 8px 20px #006ac140}.hero__cta-btn--secondary .hero__cta-icon-wrapper{background:#006ac11a}.hero__cta-btn--secondary:hover .hero__cta-icon-wrapper{background:#ffffff4d}.hero__cta-ripple{position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);animation:ripple 4s infinite}.hero__trust-indicators{display:flex;gap:32px;margin-top:40px;justify-content:center;flex-wrap:wrap}.hero__trust-item{display:flex;flex-direction:column;align-items:center;padding:12px 16px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(32,28,68,.1);box-shadow:0 2px 10px #201c4414;opacity:0;animation:fadeIn .8s ease-out forwards;transition:all .2s ease}.hero__trust-item:hover{transform:translateY(-2px);box-shadow:0 4px 15px #201c441f}.hero__trust-item:nth-child(1){animation-delay:2s}.hero__trust-item:nth-child(2){animation-delay:2.2s}.hero__trust-item:nth-child(3){animation-delay:2.4s}.hero__trust-icon{width:24px;height:24px;color:#006ac1;margin-bottom:8px}.hero__trust-number{font-size:20px;font-weight:600;color:#006ac1;line-height:1;margin-bottom:4px}.hero__trust-label{font-size:11px;color:#6b7280;font-weight:400;text-transform:uppercase;letter-spacing:.5px;text-align:center}.hero__badges{display:flex;gap:12px;margin-top:24px;justify-content:center;flex-wrap:wrap;opacity:0;transform:translateY(20px);animation:slideUpFade .8s cubic-bezier(.4,0,.2,1) 2.6s forwards}.hero__badge{position:relative;padding:8px 16px;background:linear-gradient(135deg,#201c440d,#2d265414);border:1px solid rgba(32,28,68,.15);border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;transition:all .3s ease}.hero__badge:hover{transform:translateY(-2px);box-shadow:0 8px 25px #201c4426;border-color:#201c4440}.hero__badge-text{font-size:10px;font-weight:500;color:#006ac1;text-transform:uppercase;letter-spacing:.8px;position:relative;z-index:1}.hero__badge-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:badgeShine 3s infinite}.hero__image{width:100%;max-width:900px;position:relative;opacity:0;animation:imageReveal .8s ease-out 1.8s forwards}.hero__image--loaded{animation-play-state:running}.hero__image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #201c4426,0 8px 16px #201c441a;background:#fff;padding:0;transition:all .3s ease}.hero__image-container:hover{transform:translateY(-4px);box-shadow:0 25px 50px #201c4433,0 10px 20px #201c441f}.hero__mac-header{position:relative;background:linear-gradient(180deg,#f6f6f6,#e8e8e8);border-bottom:1px solid #d1d1d1;padding:12px 16px;display:flex;align-items:center;border-radius:20px 20px 0 0}.hero__mac-buttons{display:flex;gap:8px;align-items:center}.hero__mac-button{width:12px;height:12px;border-radius:50%;border:.5px solid rgba(0,0,0,.1);cursor:pointer;transition:all .2s ease;position:relative}.hero__mac-button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s ease}.hero__mac-button--close{background:linear-gradient(135deg,#ff5f57,#f44)}.hero__mac-button--close:hover:before{content:"×";color:#8b0000;font-size:10px;font-weight:700;opacity:1}.hero__mac-button--minimize{background:linear-gradient(135deg,#ffbd2e,#fa0)}.hero__mac-button--minimize:hover:before{content:"−";color:#8b4500;font-size:10px;font-weight:700;opacity:1}.hero__mac-button--maximize{background:linear-gradient(135deg,#28ca42,#20a034)}.hero__mac-button--maximize:hover:before{content:"+";color:#0d4f1c;font-size:10px;font-weight:700;opacity:1}.hero__mac-button:hover{transform:scale(1.1);box-shadow:0 2px 4px #0000001a}.hero__image-glow{position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:#201c440d;border-radius:30px;filter:blur(15px);z-index:-1}.hero__software-img{width:100%;height:auto;display:block;border-radius:0 0 16px 16px;transition:all .6s cubic-bezier(.4,0,.2,1);padding:8px;background:#fff}.hero__image-container:hover .hero__software-img{transform:scale(1.03)}.hero__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#201c4408,#2d265403);border-radius:20px;pointer-events:none}.hero__floating-elements{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hero__floating-card{position:absolute;display:flex;align-items:center;gap:10px;padding:14px 18px;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;border:1px solid rgba(32,28,68,.1);box-shadow:0 12px 30px #201c4426,0 4px 8px #201c441a;font-size:13px;font-weight:500;color:#006ac1;opacity:0;animation:floatingCardReveal 1.2s cubic-bezier(.4,0,.2,1) forwards;transition:all .4s ease;position:relative;overflow:hidden}.hero__floating-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#201c4405,#2d26540a);opacity:0;transition:opacity .3s ease}.hero__floating-card:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 16px 40px #201c4433,0 6px 12px #201c4426}.hero__floating-card:hover:before{opacity:1}.hero__floating-card--1{top:10%;left:-12%;animation-delay:2.5s;animation-name:floatingCardReveal,floatUpDown;animation-duration:1.2s,4s;animation-timing-function:cubic-bezier(.4,0,.2,1),ease-in-out;animation-iteration-count:1,infinite;animation-delay:2.5s,3.7s}.hero__floating-card--2{top:55%;right:-10%;animation-delay:3s;animation-name:floatingCardReveal,floatUpDown;animation-duration:1.2s,5s;animation-timing-function:cubic-bezier(.4,0,.2,1),ease-in-out;animation-iteration-count:1,infinite;animation-delay:3s,4.2s}.hero__floating-card--3{bottom:25%;left:-8%;animation-delay:3.5s;animation-name:floatingCardReveal,floatUpDown;animation-duration:1.2s,6s;animation-timing-function:cubic-bezier(.4,0,.2,1),ease-in-out;animation-iteration-count:1,infinite;animation-delay:3.5s,4.7s}.hero__floating-card--4{top:30%;right:-15%;animation-delay:4s;animation-name:floatingCardReveal,floatUpDown;animation-duration:1.2s,7s;animation-timing-function:cubic-bezier(.4,0,.2,1),ease-in-out;animation-iteration-count:1,infinite;animation-delay:4s,5.2s}.hero__floating-card--5{bottom:5%;right:-5%;animation-delay:4.5s;animation-name:floatingCardReveal,floatUpDown;animation-duration:1.2s,5.5s;animation-timing-function:cubic-bezier(.4,0,.2,1),ease-in-out;animation-iteration-count:1,infinite;animation-delay:4.5s,5.7s}.hero__floating-icon{width:22px;height:22px;color:#006ac1;position:relative;z-index:1;filter:drop-shadow(0 2px 4px rgba(32,28,68,.2))}.hero__image-decorations{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hero__image-decoration{position:absolute;background:linear-gradient(45deg,#201c441a,#2d26540d);border-radius:50%;animation:decorationFloat 10s ease-in-out infinite}.hero__image-decoration--1{width:30px;height:30px;top:-15px;left:-15px;animation-delay:0s}.hero__image-decoration--2{width:25px;height:25px;top:-10px;right:-10px;animation-delay:2.5s}.hero__image-decoration--3{width:35px;height:35px;bottom:-15px;left:-15px;animation-delay:5s}.hero__image-decoration--4{width:20px;height:20px;bottom:-10px;right:-10px;animation-delay:7.5s}.hero__decorative-elements{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.hero__glow-orb{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(32,28,68,.1) 0%,rgba(45,38,84,.05) 50%,transparent 100%);filter:blur(20px);animation:orbFloat 8s ease-in-out infinite}.hero__glow-orb--1{width:200px;height:200px;top:20%;right:10%;animation-delay:0s}.hero__glow-orb--2{width:150px;height:150px;bottom:30%;left:15%;animation-delay:4s}.hero__geometric-shape{position:absolute;border:2px solid rgba(32,28,68,.1);animation:shapeRotate 12s linear infinite}.hero__geometric-shape--1{width:60px;height:60px;top:40%;right:5%;transform:rotate(45deg);animation-delay:0s}.hero__geometric-shape--2{width:40px;height:40px;bottom:40%;left:10%;border-radius:50%;animation-delay:6s}.hero__bg-elements{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;overflow:hidden}.hero__bg-circle{position:absolute;border-radius:50%;background:#201c4408}.hero__bg-circle--1{width:150px;height:150px;top:10%;left:-5%}.hero__bg-circle--2{width:100px;height:100px;bottom:20%;right:-3%}.hero__bg-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(32,28,68,.015) 0%,transparent 70%)}@keyframes fadeIn{to{opacity:1}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes underlineGrow{to{width:150px}}@keyframes imageReveal{to{opacity:1;transform:translateY(0)}}@keyframes ripple{0%{width:0;height:0;opacity:.8}to{width:200px;height:200px;opacity:0}}@keyframes heroReveal{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes decorationFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes glowGrow{to{width:300px}}@keyframes ctaGlow{0%,to{opacity:0}50%{opacity:.3}}@keyframes trustPulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:.2;transform:scale(1.05)}}@keyframes badgeShine{0%{left:-100%}to{left:100%}}@keyframes floatingGlow{0%,to{opacity:0;transform:translate(-50%,-50%) scale(1)}50%{opacity:.3;transform:translate(-50%,-50%) scale(1.1)}}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.hero{padding:100px 0 60px;min-height:90vh}.hero__container{padding:0 16px}.hero__content{margin-bottom:50px}.hero__headline{gap:.2em}.hero__headline-underline{bottom:-8px;height:4px}.hero__subheadline{margin-bottom:36px}.hero__tagline{flex-direction:column;gap:.2em}.hero__cta{flex-direction:column;gap:12px;align-items:stretch}.hero__cta-btn{padding:16px 32px;font-size:16px;gap:12px;justify-content:center}.hero__trust-indicators{gap:24px;margin-top:24px}.hero__trust-number{font-size:20px}.hero__image-container{border-radius:16px;padding:0}.hero__software-img{border-radius:0 0 12px 12px;padding:6px}.hero__mac-header{padding:10px 12px;border-radius:16px 16px 0 0}.hero__mac-button{width:10px;height:10px}.hero__mac-buttons{gap:6px}.hero__floating-card{padding:8px 12px;font-size:12px}.hero__floating-icon{font-size:14px}.hero__bg-circle--1{width:250px;height:250px}.hero__bg-circle--2{width:200px;height:200px}.hero__bg-circle--3{width:150px;height:150px}}@media (max-width: 480px){.hero{padding:80px 0 40px}.hero__container{padding:0 12px}.hero__content{margin-bottom:40px}.hero__headline-underline{bottom:-6px;height:3px}.hero__cta{gap:10px}.hero__cta-btn{padding:14px 28px;font-size:15px;gap:10px}.hero__cta-icon-wrapper{width:20px;height:20px}.hero__cta-icon{width:14px;height:14px}.hero__trust-indicators{gap:20px}.hero__trust-number{font-size:18px}.hero__trust-label{font-size:11px}.hero__floating-card{display:none}.hero__performance-indicators{bottom:20px;gap:12px}.hero__performance-item{padding:6px 12px;font-size:11px}.hero__floating-actions{display:none}}.why-telescope{position:relative;padding:120px 0;background:#fff;font-family:Plus Jakarta Sans,sans-serif;overflow:hidden}.why-telescope__container{max-width:1200px;margin:0 auto;padding:0 24px}.why-telescope__content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;opacity:0;transform:translateY(30px);transition:all .8s ease-out}.why-telescope--visible .why-telescope__content{opacity:1;transform:translateY(0)}.why-telescope__text{text-align:left}.why-telescope__label{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#006ac11a,#006ac10d);color:#006ac1;border-radius:20px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(0,106,193,.1)}.why-telescope__headline{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;color:#201c44;line-height:1.2;margin:0 0 32px;letter-spacing:-.02em;background:linear-gradient(135deg,#201c44,#2d2654,#3a3366);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.why-telescope__body{font-size:clamp(1.125rem,2vw,1.25rem);color:#6b7280;line-height:1.6;margin:0;font-weight:400;letter-spacing:-.005em;max-width:500px}.why-telescope__image{display:flex;justify-content:center;align-items:center}.why-telescope__image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #006ac11a;background:#fff;transition:all .3s ease;max-width:500px;width:100%}.why-telescope__image-container:hover{transform:translateY(-5px);box-shadow:0 20px 40px #006ac126}.why-telescope__mac-header{position:relative;background:linear-gradient(180deg,#f6f6f6,#e8e8e8);border-bottom:1px solid #d1d1d1;padding:12px 16px;display:flex;align-items:center;border-radius:20px 20px 0 0}.why-telescope__mac-buttons{display:flex;gap:8px;align-items:center}.why-telescope__mac-button{width:12px;height:12px;border-radius:50%;border:.5px solid rgba(0,0,0,.1);cursor:pointer;transition:all .2s ease;position:relative}.why-telescope__mac-button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s ease}.why-telescope__mac-button--close{background:linear-gradient(135deg,#ff5f57,#f44)}.why-telescope__mac-button--close:hover:before{content:"×";color:#8b0000;font-size:10px;font-weight:700;opacity:1}.why-telescope__mac-button--minimize{background:linear-gradient(135deg,#ffbd2e,#fa0)}.why-telescope__mac-button--minimize:hover:before{content:"−";color:#8b4500;font-size:10px;font-weight:700;opacity:1}.why-telescope__mac-button--maximize{background:linear-gradient(135deg,#28ca42,#20a034)}.why-telescope__mac-button--maximize:hover:before{content:"+";color:#0d4f1c;font-size:10px;font-weight:700;opacity:1}.why-telescope__mac-button:hover{transform:scale(1.1);box-shadow:0 2px 4px #0000001a}.why-telescope__main-image{width:100%;height:auto;object-fit:contain;border-radius:0 0 16px 16px;transition:all .3s ease;display:block}@media (max-width: 1024px){.why-telescope__content{gap:60px}}@media (max-width: 768px){.why-telescope{padding:80px 0}.why-telescope__container{padding:0 16px}.why-telescope__content{grid-template-columns:1fr;gap:40px;text-align:center}.why-telescope__text{text-align:center}.why-telescope__body{max-width:600px;margin:0 auto}.why-telescope__label{font-size:13px;padding:6px 14px;margin-bottom:20px}.why-telescope__headline{margin-bottom:24px}}@media (max-width: 480px){.why-telescope{padding:60px 0}.why-telescope__container{padding:0 12px}.why-telescope__content{gap:32px}.why-telescope__label{font-size:12px;padding:6px 12px;margin-bottom:16px}.why-telescope__headline{margin-bottom:20px}.why-telescope__image-container{border-radius:16px}.why-telescope__mac-header{padding:10px 12px;border-radius:16px 16px 0 0}.why-telescope__mac-button{width:10px;height:10px}.why-telescope__mac-buttons{gap:6px}.why-telescope__main-image{border-radius:0 0 12px 12px}}.core-features{position:relative;padding:120px 0;background:#fafbff;font-family:Plus Jakarta Sans,sans-serif}.core-features__container{max-width:1200px;margin:0 auto;padding:0 24px}.core-features__header{text-align:center;margin-bottom:80px;opacity:1;transform:translateY(0);transition:all .8s ease-out}.core-features--visible .core-features__header{opacity:1;transform:translateY(0)}.core-features__label{display:inline-block;padding:8px 16px;background:#201c440d;color:#201c44;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;margin-bottom:24px;border:1px solid rgba(32,28,68,.1)}.core-features__title{font-size:clamp(2rem,4vw,2.75rem);font-weight:600;color:#201c44;line-height:1.3;letter-spacing:-.02em;max-width:600px;margin:0 auto}.core-features__zigzag{margin-top:5rem;display:flex;flex-direction:column;gap:6rem;max-width:1200px;margin-left:auto;margin-right:auto}.core-features__item{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;opacity:1;transform:translateY(0);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.core-features--visible .core-features__item{opacity:1;transform:translateY(0)}.core-features__item--reverse{direction:rtl}.core-features__item--reverse>*{direction:ltr}.core-features__content{padding:2rem 0}.core-features__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#006ac11a,#006ac10d);color:#006ac1;border-radius:20px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(0,106,193,.1)}.core-features__badge-icon{font-size:16px;line-height:1}.core-features__item-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;color:#1a1a1a;margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.02em}.core-features__item-description{font-size:1.125rem;color:#6b7280;line-height:1.7;margin:0 0 1.5rem}.core-features__checklist{list-style:none;padding:0;margin:0 0 2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}.core-features__checklist-item{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#4b5563;line-height:1.5;font-weight:400}.core-features__check-icon{width:16px;height:16px;color:#10b981;background:transparent;border:1.5px solid #10b981;border-radius:50%;padding:3px;flex-shrink:0;margin-top:1px}.core-features__cta{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;text-decoration:none;letter-spacing:-.01em}.core-features__cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #006ac14d}.core-features__cta-icon{width:16px;height:16px;transition:transform .2s ease}.core-features__cta:hover .core-features__cta-icon{transform:translate(2px)}.core-features__cta-section{margin-top:80px;padding:60px 40px;background:linear-gradient(135deg,#f8faff,#f0f4ff);border-radius:24px;text-align:center;border:1px solid rgba(0,106,193,.1);position:relative;overflow:hidden}.core-features__cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(0,106,193,.03) 0%,transparent 70%);pointer-events:none}.core-features__cta-content{position:relative;z-index:2;max-width:600px;margin:0 auto}.core-features__cta-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:500;color:#1a1a1a;margin:0 0 16px;line-height:1.3;letter-spacing:-.02em}.core-features__cta-description{font-size:1.125rem;color:#6b7280;line-height:1.6;max-width:500px;margin:0 auto 32px}.core-features__view-all-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;border:none;border-radius:50px;font-size:16px;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;text-decoration:none;letter-spacing:-.01em;box-shadow:0 4px 16px #006ac133}.core-features__view-all-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #006ac14d;background:linear-gradient(135deg,#1a7dd1,#3490e1)}.core-features__view-all-btn:active{transform:translateY(0)}.core-features__view-all-icon{width:18px;height:18px;transition:transform .2s ease}.core-features__view-all-btn:hover .core-features__view-all-icon{transform:translate(3px)}.core-features__image{position:relative;display:flex;justify-content:center;align-items:center}.core-features__image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #006ac11a;background:#fff;transition:all .3s ease;width:100%;max-width:600px;min-height:300px;border:2px solid rgba(0,0,0,.101)}.core-features__image-container:hover{transform:translateY(-5px);box-shadow:0 20px 40px #006ac126}.core-features__image-container--small{max-width:350px;margin:0 auto}.core-features__mac-header{position:relative;background:linear-gradient(180deg,#f6f6f6,#e8e8e8);border-bottom:1px solid #d1d1d1;padding:12px 16px;display:flex;align-items:center;border-radius:20px 20px 0 0}.core-features__mac-buttons{display:flex;gap:8px;align-items:center}.core-features__mac-button{width:12px;height:12px;border-radius:50%;border:.5px solid rgba(0,0,0,.1);cursor:pointer;transition:all .2s ease;position:relative}.core-features__mac-button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s ease}.core-features__mac-button--close{background:linear-gradient(135deg,#ff5f57,#f44)}.core-features__mac-button--close:hover:before{content:"×";color:#8b0000;font-size:10px;font-weight:700;opacity:1}.core-features__mac-button--minimize{background:linear-gradient(135deg,#ffbd2e,#fa0)}.core-features__mac-button--minimize:hover:before{content:"−";color:#8b4500;font-size:10px;font-weight:700;opacity:1}.core-features__mac-button--maximize{background:linear-gradient(135deg,#28ca42,#20a034)}.core-features__mac-button--maximize:hover:before{content:"+";color:#0d4f1c;font-size:10px;font-weight:700;opacity:1}.core-features__mac-button:hover{transform:scale(1.1);box-shadow:0 2px 4px #0000001a}.core-features__feature-image{width:100%;height:auto;object-fit:contain;border-radius:0 0 16px 16px;transition:all .3s ease;display:block}.core-features__image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(135deg,#f8faff,#f0f4ff);border-radius:0 0 16px 16px;min-height:250px}.core-features__image-icon{font-size:4rem;opacity:.7}.core-features__image-label{font-size:1rem;font-weight:500;color:#6b7280;text-align:center}@keyframes cardReveal{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.core-features{padding:80px 0}.core-features__container{padding:0 16px}.core-features__header{margin-bottom:60px}.core-features__zigzag{gap:4rem;margin-top:3rem}.core-features__item{grid-template-columns:1fr;gap:2rem;text-align:center}.core-features__item--reverse{direction:ltr}.core-features__content{padding:1rem 0}.core-features__label{font-size:13px;padding:6px 14px;margin-bottom:20px}.core-features__item-title{font-size:clamp(1.5rem,4vw,2rem)}.core-features__item-description{font-size:1rem}.core-features__image-container{border-radius:16px}.core-features__mac-header{padding:10px 12px;border-radius:16px 16px 0 0}.core-features__mac-button{width:10px;height:10px}.core-features__mac-buttons{gap:6px}.core-features__feature-image{border-radius:0 0 12px 12px}.core-features__image-container--small{max-width:280px}.core-features__checklist{gap:16px 20px;margin-bottom:2rem}.core-features__checklist-item{font-size:.85rem}.core-features__check-icon{width:14px;height:14px;padding:2.5px;border-width:1.5px}}@media (max-width: 480px){.core-features{padding:60px 0}.core-features__container{padding:0 12px}.core-features__header{margin-bottom:40px}.core-features__grid{gap:20px}.core-features__card{padding:28px 20px}.core-features__label{font-size:12px;padding:6px 12px;margin-bottom:16px}.core-features__icon{font-size:36px;margin-bottom:16px}.core-features__image-container{border-radius:12px}.core-features__mac-header{padding:8px 10px;border-radius:12px 12px 0 0}.core-features__mac-button{width:8px;height:8px}.core-features__mac-buttons{gap:5px}.core-features__feature-image{border-radius:0 0 8px 8px}.core-features__image-container--small{max-width:220px}.core-features__checklist{gap:14px;grid-template-columns:1fr;margin-bottom:1.5rem}.core-features__checklist-item{font-size:.8rem}.core-features__check-icon{width:12px;height:12px;padding:2px;border-width:1px}.core-features__cta-section{margin-top:40px;padding:32px 20px}.core-features__cta-title{font-size:clamp(1.25rem,4vw,1.5rem);margin-bottom:12px}.core-features__cta-description{font-size:.9rem;margin-bottom:20px}.core-features__view-all-btn{padding:12px 24px;font-size:14px}.core-features__view-all-icon{width:16px;height:16px}}.core-features-mobile-mockup{width:280px;height:560px;background:#1a1a1a;border-radius:40px;padding:8px;box-shadow:0 20px 60px #0000004d;margin:0 auto;position:relative}.core-features-volume-up{position:absolute;left:-3px;top:120px;width:3px;height:40px;background:#1a1a1a;border-radius:2px 0 0 2px;z-index:5}.core-features-volume-down{position:absolute;left:-3px;top:170px;width:3px;height:40px;background:#1a1a1a;border-radius:2px 0 0 2px;z-index:5}.core-features-power-button{position:absolute;right:-3px;top:140px;width:3px;height:60px;background:#1a1a1a;border-radius:0 2px 2px 0;z-index:5}.core-features-phone-screen{width:100%;height:100%;background:#fff;border-radius:32px;overflow:hidden;display:flex;flex-direction:column;position:relative}.core-features-phone-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px 8px;background:#fff;border-bottom:1px solid rgba(0,0,0,.05);flex-shrink:0;position:relative}.core-features-dynamic-island{position:absolute;top:12px;left:50%;transform:translate(-50%);width:120px;height:32px;background:#1a1a1a;border-radius:16px;display:flex;align-items:center;justify-content:center;z-index:10}.core-features-dynamic-island:before{content:"";position:absolute;left:8px;width:8px;height:8px;background:#333;border-radius:50%}.core-features-dynamic-island:after{content:"";position:absolute;right:8px;width:12px;height:6px;background:#333;border-radius:3px}.core-features-phone-time{font-size:.875rem;font-weight:600;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.core-features-phone-status{display:flex;align-items:center;gap:4px}.core-features-phone-signal{width:16px;height:10px;background:#1a1a1a;border-radius:2px;position:relative}.core-features-phone-signal:before{content:"";position:absolute;top:2px;left:2px;width:2px;height:6px;background:#1a1a1a;border-radius:1px}.core-features-phone-signal:after{content:"";position:absolute;top:1px;left:5px;width:2px;height:8px;background:#1a1a1a;border-radius:1px}.core-features-phone-battery{width:20px;height:10px;background:#1a1a1a;border-radius:2px;position:relative}.core-features-phone-battery:after{content:"";position:absolute;right:-2px;top:3px;width:2px;height:4px;background:#1a1a1a;border-radius:0 1px 1px 0}.core-features-phone-content{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:0;position:relative;overflow:hidden}.core-features-phone-home-indicator{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:134px;height:5px;background:#000;border-radius:3px;z-index:10}.core-features-phone-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:0}.core-features-phone-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(135deg,#f8faff,#f0f4ff);border-radius:0;min-height:100%;width:100%}.core-features-phone-icon{font-size:3rem;opacity:.7;margin-bottom:12px}.core-features-phone-label{font-size:.9rem;font-weight:500;color:#6b7280;text-align:center}@media (max-width: 1024px){.core-features-mobile-mockup{width:240px;height:480px}.core-features-dynamic-island{width:100px;height:28px}.core-features-phone-home-indicator{width:120px;height:4px}.core-features-volume-up{top:100px;height:35px}.core-features-volume-down{top:145px;height:35px}.core-features-power-button{top:120px;height:50px}}@media (max-width: 768px){.core-features-mobile-mockup{width:200px;height:400px}.core-features-dynamic-island{width:80px;height:24px}.core-features-phone-home-indicator{width:100px;height:4px}.core-features-volume-up{top:85px;height:30px}.core-features-volume-down{top:125px;height:30px}.core-features-power-button{top:100px;height:40px}}@media (max-width: 480px){.core-features-mobile-mockup{width:180px;height:360px}.core-features-phone-header{padding:12px 16px 6px}.core-features-phone-time{font-size:.75rem}.core-features-phone-signal{width:12px;height:8px}.core-features-phone-battery{width:16px;height:8px}.core-features-dynamic-island{width:70px;height:20px}.core-features-phone-home-indicator{width:90px;height:3px}.core-features-volume-up{top:75px;height:25px}.core-features-volume-down{top:110px;height:25px}.core-features-power-button{top:85px;height:35px}}.grouped-features{padding:120px 0;background:linear-gradient(135deg,#f8faff,#f0f4ff);font-family:Plus Jakarta Sans,sans-serif;position:relative;transition:all .3s ease}.grouped-features--hijacked{background:linear-gradient(135deg,#f0f4ff,#e5e7eb)}.grouped-features__container{max-width:1200px;margin:0 auto;padding:0 24px}.grouped-features__content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.grouped-features__summary{padding:2rem 0}.grouped-features__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#006ac11a,#006ac10d);color:#006ac1;border-radius:20px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(0,106,193,.1)}.grouped-features__badge-icon{font-size:16px;line-height:1}.grouped-features__title{font-size:clamp(2rem,4vw,3rem);font-weight:400;color:#1a1a1a;margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.02em}.grouped-features__description{font-size:1.125rem;color:#6b7280;line-height:1.7;margin:0 0 2rem}.grouped-features__cta{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;text-decoration:none;letter-spacing:-.01em}.grouped-features__cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #201c444d}.grouped-features__cta-icon{width:16px;height:16px;transition:transform .2s ease}.grouped-features__cta:hover .grouped-features__cta-icon{transform:translate(2px)}.grouped-features__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:2rem 0;padding:2rem 0;border-top:1px solid rgba(32,28,68,.1);border-bottom:1px solid rgba(32,28,68,.1)}.grouped-features__stat{text-align:center;opacity:0;transform:translateY(20px);animation:statSlideIn .6s ease-out forwards}.grouped-features--visible .grouped-features__stat:nth-child(1){animation-delay:.3s}.grouped-features--visible .grouped-features__stat:nth-child(2){animation-delay:.5s}@keyframes statSlideIn{to{opacity:1;transform:translateY(0)}}.grouped-features__stat-number{font-size:2.5rem;font-weight:600;color:#006ac1;line-height:1;margin-bottom:.5rem;background:linear-gradient(135deg,#006ac1,#1a7dd1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.grouped-features__stat-label{font-size:.875rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.grouped-features__bento-container{position:relative;height:600px;overflow:hidden;border-radius:24px;transition:all .3s ease}.grouped-features--hijacked .grouped-features__bento-container{box-shadow:0 0 0 2px #201c441a}.grouped-features__scroll-indicator{position:absolute;top:20px;left:20px;right:20px;z-index:3;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:12px 16px;border:1px solid rgba(32,28,68,.1);animation:slideInDown .3s ease-out}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.grouped-features__scroll-text{font-size:.875rem;color:#006ac1;font-weight:500;margin-bottom:8px;text-align:center}.grouped-features__scroll-progress{height:4px;background:#201c441a;border-radius:2px;overflow:hidden}.grouped-features__scroll-progress-bar{height:100%;background:linear-gradient(90deg,#006ac1,#1a7dd1);border-radius:2px;transition:width .1s ease-out}.grouped-features__bento-blur{position:absolute;left:0;right:0;height:80px;z-index:2;pointer-events:none}.grouped-features__bento-blur--top{top:0;background:linear-gradient(180deg,rgba(248,250,255,.9) 0%,rgba(248,250,255,.7) 50%,transparent 100%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.grouped-features__bento-blur--bottom{bottom:0;background:linear-gradient(0deg,rgba(248,250,255,.9) 0%,rgba(248,250,255,.7) 50%,transparent 100%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.grouped-features__bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(8,1fr);gap:16px;height:100%;padding:20px 20px 120px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;position:relative}.grouped-features__bento-grid::-webkit-scrollbar{display:none}.grouped-features__bento-grid:after{content:"";position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#201c4433;border-radius:2px;opacity:0;transition:opacity .3s ease}.grouped-features--hijacked .grouped-features__bento-grid:after{opacity:1}.grouped-features__card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 20px #201c4414;border:1px solid rgba(32,28,68,.06);transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;justify-content:center;text-align:center;opacity:0;transform:translateY(30px);animation:cardSlideIn .6s ease-out forwards}.grouped-features--visible .grouped-features__card{animation-play-state:running}@keyframes cardSlideIn{to{opacity:1;transform:translateY(0)}}.grouped-features__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #201c4426;border-color:#201c441f}.grouped-features__card--small{grid-column:span 1;grid-row:span 1}.grouped-features__card--medium{grid-column:span 2;grid-row:span 1}.grouped-features__card--large{grid-column:span 2;grid-row:span 2}.grouped-features__card-icon{font-size:2rem;margin-bottom:12px;line-height:1}.grouped-features__card--large .grouped-features__card-icon{font-size:3rem;margin-bottom:16px}.grouped-features__card-title{font-size:1rem;font-weight:600;color:#006ac1;margin:0 0 8px;line-height:1.3}.grouped-features__card--large .grouped-features__card-title{font-size:1.25rem;margin-bottom:12px}.grouped-features__card-description{font-size:.875rem;color:#6b7280;line-height:1.4;margin:0}.grouped-features__card--large .grouped-features__card-description{font-size:1rem;line-height:1.5}.grouped-features{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.grouped-features--visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.grouped-features{padding:80px 0}.grouped-features__container{padding:0 16px}.grouped-features__content{grid-template-columns:1fr;gap:4rem}.grouped-features__summary{text-align:center}.grouped-features__stats{grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0;padding:1.5rem 0}.grouped-features__stat-number{font-size:2rem}.grouped-features__bento-container{height:500px}.grouped-features__bento-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,1fr);gap:12px;padding:16px}.grouped-features__card--medium,.grouped-features__card--large{grid-column:span 1;grid-row:span 1}}@media (max-width: 480px){.grouped-features{padding:60px 0}.grouped-features__content{gap:3rem}.grouped-features__stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin:1rem 0;padding:1rem 0}.grouped-features__stat-number{font-size:1.75rem}.grouped-features__stat-label{font-size:.75rem}.grouped-features__bento-container{height:400px}.grouped-features__bento-grid{grid-template-columns:1fr;grid-template-rows:repeat(9,1fr);gap:10px;padding:12px}.grouped-features__card--small,.grouped-features__card--medium,.grouped-features__card--large{grid-column:span 1;grid-row:span 1}}.testimonials{padding:120px 0;background:linear-gradient(135deg,#f8faff,#f0f4ff);font-family:Plus Jakarta Sans,sans-serif;position:relative}.testimonials__container{max-width:1400px;margin:0 auto;padding:0 24px}.testimonials__content{border-radius:32px;box-shadow:0 25px 50px -12px #0000001a,0 10px 20px -5px #0000000a;border:1px solid rgba(0,0,0,.05);overflow:hidden;position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:600px}.testimonials__content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f8faff,#f8faff 49.5%,#006ac1 49.5%,#006ac1 50.5%,#fff 50.5%,#fff);z-index:1}.testimonials__header{display:flex;flex-direction:column;gap:3rem;padding:4rem;position:relative;z-index:2;height:100%;justify-content:center;background:transparent}.testimonials__header-content{padding:0}.testimonials__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#1a1a1a;margin:0 0 1rem;line-height:1.2;letter-spacing:-.02em;opacity:0;transform:translateY(30px);transition:all .8s ease-out}.testimonials--visible .testimonials__title{opacity:1;transform:translateY(0)}.testimonials__subtitle{font-size:1.25rem;color:#4b5563;margin:0;line-height:1.6}.testimonials__header-image{height:280px;border-radius:20px;overflow:hidden}.testimonials__main-image{width:100%;height:100%;object-fit:cover;transition:all .3s ease;object-position:top}.testimonials__main-image:hover{transform:scale(1.05)}.testimonials__carousel{display:flex;justify-content:center;align-items:center;padding:4rem;position:relative;z-index:2;height:100%;background:transparent;opacity:0;transform:translate(30px);transition:all .8s ease-out .3s}.testimonials--visible .testimonials__carousel{opacity:1;transform:translate(0)}.testimonials__carousel-container{background:transparent;border-radius:0;padding:0;box-shadow:none;border:none;max-width:100%;width:100%;text-align:center;position:relative;display:flex;flex-direction:column;justify-content:center;height:100%}.testimonials__carousel-container{transition:all .3s ease}.testimonials__quote-icon{width:48px;height:48px;color:#006ac1;margin:0 auto 32px;opacity:.8}.testimonials__quote-icon svg{width:100%;height:100%}.testimonials__review{margin-bottom:40px}.testimonials__quote{font-size:1.5rem;color:#1a1a1a;line-height:1.6;margin:0;font-weight:400;font-style:italic}.testimonials__client{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.testimonials__client-info{display:flex;align-items:center;gap:16px}.testimonials__client-image{width:64px;height:64px;border-radius:50%;overflow:hidden}.testimonials__client-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:all .3s ease}.testimonials__client-details{text-align:left}.testimonials__client-name{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 4px}.testimonials__client-title{font-size:.875rem;color:#6b7280;margin:0 0 2px}.testimonials__company-name{font-size:.875rem;color:#006ac1;margin:0;font-weight:500}.testimonials__company-logo{font-size:2.5rem;opacity:.8}.testimonials__navigation{display:flex;align-items:center;justify-content:center;gap:24px}.testimonials__nav-btn{width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,106,193,.2);background:#fff;color:#006ac1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:scale(1)}.testimonials__nav-btn:hover{background:#006ac1;color:#fff;border-color:#006ac1;transform:scale(1.1);box-shadow:0 4px 12px #006ac14d}.testimonials__nav-btn:active{transform:scale(.95)}.testimonials__nav-btn svg{width:20px;height:20px}.testimonials__dots{display:flex;gap:8px}.testimonials__dot{width:12px;height:12px;border-radius:50%;border:none;background:#201c4433;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);transform:scale(1)}.testimonials__dot:hover{background:#006ac166;transform:scale(1.2)}.testimonials__dot--active{background:#006ac1;transform:scale(1.3);box-shadow:0 2px 8px #006ac166}.testimonials{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.testimonials--visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.testimonials{padding:80px 0}.testimonials__container{padding:0 16px}.testimonials__content{grid-template-columns:1fr;min-height:auto;border-radius:24px}.testimonials__content:before{background:linear-gradient(180deg,#f8faff,#f8faff 49.5%,#006ac1 49.5%,#006ac1 50.5%,#fff 50.5%,#fff)}.testimonials__header{gap:2rem;text-align:center;padding:3rem 2rem 2rem}.testimonials__header-image{height:200px}.testimonials__carousel{padding:2rem 2rem 3rem}.testimonials__quote{font-size:1.25rem}.testimonials__client{flex-direction:column;gap:16px;text-align:center}.testimonials__client-details{text-align:center}}@media (max-width: 480px){.testimonials{padding:60px 0}.testimonials__content{border-radius:20px}.testimonials__header{gap:1.5rem;padding:2rem 1.5rem 1.5rem}.testimonials__header-image{height:180px}.testimonials__carousel{padding:1.5rem 1.5rem 2rem}.testimonials__quote{font-size:1.125rem}.testimonials__navigation{gap:16px}.testimonials__nav-btn{width:36px;height:36px}}.full-support{padding:120px 0;background:linear-gradient(135deg,#fff,#f8faff);font-family:Plus Jakarta Sans,sans-serif;position:relative}.full-support__container{max-width:1200px;margin:0 auto;padding:0 24px}.full-support__header{text-align:center;margin-bottom:4rem}.full-support__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#1a1a1a;margin:0 0 1rem;line-height:1.2;letter-spacing:-.02em;opacity:0;transform:translateY(30px);transition:all .8s ease-out}.full-support--visible .full-support__title{opacity:1;transform:translateY(0)}.full-support__subtitle{font-size:1.25rem;color:#6b7280;margin:0;line-height:1.6;opacity:0;transform:translateY(30px);transition:all .8s ease-out .2s}.full-support--visible .full-support__subtitle{opacity:1;transform:translateY(0)}.full-support__team{display:flex;flex-direction:column;gap:4rem;margin-bottom:4rem;position:relative;max-width:1000px;margin-left:auto;margin-right:auto}.full-support__flow-line{position:absolute;top:0;left:0;right:0;height:100%;z-index:1;pointer-events:none;overflow:hidden}.full-support__flow-line svg{position:absolute;top:0;left:0;width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,106,193,.1))}.full-support__flow-line line{stroke-dasharray:6,4;stroke-dashoffset:100;animation:drawDottedLine 1.5s ease-in-out forwards}.full-support__flow-line line:nth-child(2){animation-delay:.8s}.full-support__flow-line line:nth-child(3){animation-delay:1.6s}@keyframes drawDottedLine{to{stroke-dashoffset:0}}.full-support--visible .full-support__flow-line line{animation-play-state:running}@media (max-width: 768px){.full-support__team{gap:3rem}.full-support__flow-line{display:none}}.full-support__member{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 10px 30px #006ac114;border:1px solid rgba(0,106,193,.06);transition:all .3s ease;opacity:0;transform:translateY(20px);animation:memberSlideIn .6s ease-out forwards;position:relative;z-index:2;max-width:500px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto;gap:1.5rem;align-items:start}.full-support__member--1{margin-left:0;margin-right:auto}.full-support__member--2{margin-left:auto;margin-right:0}.full-support__member--3{margin-left:0;margin-right:auto}.full-support--visible .full-support__member{animation-play-state:running}@keyframes memberSlideIn{to{opacity:1;transform:translateY(0)}}.full-support__member:hover{transform:translateY(-5px);box-shadow:0 15px 40px #006ac11f;border-color:#006ac11a}.full-support__step-number{grid-column:1;grid-row:1;width:40px;height:40px;background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;box-shadow:0 4px 15px #006ac14d;position:relative;z-index:3}.full-support__member-image{grid-column:2;grid-row:1;width:80px;height:80px;border-radius:16px;display:flex;align-items:center;justify-content:center;justify-self:end;overflow:hidden}.full-support__feature-image{width:100%;height:100%;object-fit:cover;border-radius:16px;transition:all .3s ease}.full-support__feature-image:hover{transform:scale(1.1)}.full-support__member-header{grid-column:1 / -1;grid-row:2;display:flex;align-items:center;gap:1rem}.full-support__avatar{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#006ac1,#1a7dd1);box-shadow:0 4px 15px #006ac133}.full-support__avatar-emoji{font-size:1.5rem;line-height:1}.full-support__member-info{flex:1}.full-support__member-name{font-size:1.25rem;font-weight:600;color:#006ac1;margin:0 0 .25rem;line-height:1.3}.full-support__member-role{font-size:.875rem;color:#6b7280;margin:0;font-weight:500}.full-support__member-content{grid-column:1 / -1;grid-row:3;padding-left:0}.full-support__connector{position:absolute;bottom:-1.5rem;z-index:3;transition:all .3s ease;opacity:0;animation:fadeInArrow .8s ease-out 1.5s forwards}@keyframes fadeInArrow{to{opacity:1}}.full-support__member--1 .full-support__connector{right:-1.5rem;transform:rotate(0)}.full-support__member--2 .full-support__connector{left:-1.5rem;transform:rotate(180deg)}.full-support__arrow{width:24px;height:24px;color:#006ac1;background:linear-gradient(135deg,#fff,#f8faff);border-radius:50%;padding:3px;box-shadow:0 3px 8px #006ac11f,0 1px 3px #006ac114;border:1.5px solid #006ac1;transition:all .3s ease}.full-support__arrow:hover{transform:scale(1.1);box-shadow:0 4px 12px #006ac12e,0 2px 4px #006ac11f;background:linear-gradient(135deg,#f8faff,#e5e7eb)}.full-support__member-title{font-size:1.125rem;font-weight:600;color:#006ac1;margin:0 0 .75rem;line-height:1.4}.full-support__member-description{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.full-support__cta-section{background:linear-gradient(135deg,#006ac1,#1a7dd1);border-radius:24px;padding:3rem;text-align:center;position:relative;overflow:hidden}.full-support__cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="20" cy="80" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3;z-index:1}.full-support__cta-content{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr;gap:4rem;align-items:center}.full-support__cta-title{font-size:2rem;font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.3}.full-support__cta-subtitle{font-size:1.25rem;color:#ffffffe6;margin:0 0 .5rem;line-height:1.5}.full-support__cta-features{font-size:1rem;color:#ffffffb3;margin:0 0 2rem;line-height:1.5}.full-support__cta-button{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:#fff;color:#006ac1;border:none;border-radius:12px;font-size:16px;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;text-decoration:none;letter-spacing:-.01em;box-shadow:0 4px 15px #0000001a}.full-support__cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003;background:#f8faff}.full-support__cta-icon{width:18px;height:18px;transition:transform .2s ease}.full-support__cta-button:hover .full-support__cta-icon{transform:translate(2px)}.full-support__cta-image{position:relative;flex-shrink:0}.full-support__image-container{position:relative;width:280px;height:280px}.full-support__team-image{width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:0 8px 32px #0000001a;animation:float 3s ease-in-out infinite;transition:all .3s ease}.full-support__team-image:hover{transform:scale(1.05);box-shadow:0 12px 40px #00000026}.full-support__image-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.full-support__main-icon{font-size:4rem;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.full-support__rating{display:flex;flex-direction:column;align-items:center;gap:.25rem}.full-support__stars{display:flex;gap:4px;font-size:1.5rem;line-height:1}.full-support__stars span{animation:sparkle 2s ease-in-out infinite}.full-support__stars span:nth-child(1){animation-delay:0s}.full-support__stars span:nth-child(2){animation-delay:.2s}.full-support__stars span:nth-child(3){animation-delay:.4s}.full-support__stars span:nth-child(4){animation-delay:.6s}.full-support__stars span:nth-child(5){animation-delay:.8s}@keyframes sparkle{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.full-support__rating-text{color:#ffffffe6;font-weight:600;font-size:1.25rem}.full-support__rating-overlay{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:8px 16px;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #0000001a}.full-support__rating-overlay .full-support__rating{flex-direction:row;align-items:center;gap:8px}.full-support__rating-overlay .full-support__rating-text{color:#006ac1;font-size:1rem}.full-support__decor{position:absolute;font-size:2rem;opacity:.8;animation:floatDecor 4s ease-in-out infinite;pointer-events:none}.full-support__decor--1{top:10%;left:10%;animation-delay:0s}.full-support__decor--2{top:20%;right:15%;animation-delay:.5s}.full-support__decor--3{bottom:30%;left:5%;animation-delay:1s}.full-support__decor--4{bottom:15%;right:10%;animation-delay:1.5s}.full-support__decor--5{top:50%;left:-10%;animation-delay:2s}.full-support__decor--6{top:60%;right:-5%;animation-delay:2.5s}@keyframes floatDecor{0%,to{transform:translateY(0) rotate(0);opacity:.6}25%{transform:translateY(-15px) rotate(90deg);opacity:.8}50%{transform:translateY(-10px) rotate(180deg);opacity:1}75%{transform:translateY(-20px) rotate(270deg);opacity:.8}}.full-support{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.full-support--visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.full-support{padding:80px 0}.full-support__container{padding:0 16px}.full-support__header{margin-bottom:3rem}.full-support__team{gap:2rem;margin-bottom:3rem}.full-support__member{padding:2rem;grid-template-columns:auto 1fr;gap:1rem;max-width:100%}.full-support__member--1,.full-support__member--2,.full-support__member--3{margin-left:auto;margin-right:auto}.full-support__member-image{width:60px;height:60px}.full-support__image-icon{font-size:1.5rem}.full-support__connector{display:none}.full-support__cta-section{padding:2rem}.full-support__cta-content{grid-template-columns:1fr;gap:2rem;text-align:center}.full-support__image-container{width:200px;height:200px;margin:0 auto}.full-support__main-icon{font-size:3rem}.full-support__stars{font-size:1.25rem}.full-support__decor,.full-support__cta-title{font-size:1.5rem}.full-support__cta-subtitle{font-size:1.125rem}}@media (max-width: 480px){.full-support{padding:60px 0}.full-support__header,.full-support__team{margin-bottom:2rem}.full-support__member{padding:1.5rem;grid-template-columns:1fr;grid-template-rows:auto auto auto auto;text-align:center;gap:1rem;max-width:100%}.full-support__member--1,.full-support__member--2,.full-support__member--3{margin-left:auto;margin-right:auto}.full-support__step-number{grid-column:1;grid-row:1;justify-self:center}.full-support__member-image{grid-column:1;grid-row:2;justify-self:center;width:50px;height:50px}.full-support__image-icon{font-size:1.25rem}.full-support__member-header{grid-column:1;grid-row:3;flex-direction:column;text-align:center;gap:.75rem}.full-support__member-content{grid-column:1;grid-row:4}.full-support__connector{display:none}.full-support__cta-section{padding:1.5rem}.full-support__image-container{width:160px;height:160px}.full-support__main-icon{font-size:2.5rem}.full-support__stars{font-size:1.125rem}.full-support__decor{font-size:1.25rem}.full-support__cta-button{padding:14px 28px;font-size:14px}}.review-badges{position:relative;padding:60px 0;background:#fff;font-family:Plus Jakarta Sans,sans-serif;border-top:1px solid rgba(32,28,68,.08);border-bottom:1px solid rgba(32,28,68,.08)}.review-badges__container{max-width:800px;margin:0 auto;padding:0 24px;text-align:center}.review-badges__header{margin-bottom:40px;opacity:0;transform:translateY(20px);transition:all .8s ease-out}.review-badges--visible .review-badges__header{opacity:1;transform:translateY(0)}.review-badges__title{font-size:18px;font-weight:500;color:#6b7280;margin:0;letter-spacing:-.005em}.review-badges__grid{display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap}.review-badges__item{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fffc;border:1px solid rgba(32,28,68,.08);border-radius:16px;box-shadow:0 4px 20px #201c440f;opacity:0;transform:translateY(30px);animation:badgeReveal .8s ease-out forwards;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.review-badges--visible .review-badges__item{animation-play-state:running}.review-badges__item:hover{transform:translateY(-4px);box-shadow:0 8px 30px #006ac11f;border-color:#006ac126}.review-badges__logo{font-size:32px;line-height:1;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#006ac10d,#1a7dd114);border-radius:12px;border:1px solid rgba(0,106,193,.1);padding:6px}.review-badges__info{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.review-badges__name{font-size:16px;font-weight:600;color:#006ac1;line-height:1.2;letter-spacing:-.01em}.review-badges__stars{display:flex;align-items:center;gap:8px}.review-badges__rating{color:#fbbf24;font-size:14px;line-height:1}.review-badges__score{font-size:13px;font-weight:500;color:#6b7280}@keyframes badgeReveal{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.review-badges{padding:40px 0}.review-badges__container{padding:0 16px}.review-badges__header{margin-bottom:32px}.review-badges__grid{gap:24px;flex-direction:column}.review-badges__item{padding:16px 20px;width:100%;max-width:280px}.review-badges__logo{font-size:28px;width:44px;height:44px}.review-badges__title{font-size:16px}}@media (max-width: 480px){.review-badges{padding:32px 0}.review-badges__container{padding:0 12px}.review-badges__header{margin-bottom:24px}.review-badges__grid{gap:16px}.review-badges__item{padding:12px 16px}.review-badges__logo{font-size:24px;width:40px;height:40px}.review-badges__name{font-size:15px}.review-badges__rating{font-size:13px}.review-badges__score{font-size:12px}}.trusted-by{padding:80px 0;background:linear-gradient(135deg,#fafbff,#f8faff);font-family:Plus Jakarta Sans,sans-serif;overflow:hidden;position:relative}.trusted-by__container{max-width:1200px;margin:0 auto;padding:0 24px}.trusted-by__header{text-align:center;margin-bottom:60px}.trusted-by__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:#1a1a1a;margin:0;letter-spacing:-.02em;line-height:1.2}.trusted-by__marquee{width:100%;overflow:hidden;position:relative;mask:linear-gradient(90deg,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask:linear-gradient(90deg,transparent 0%,black 10%,black 90%,transparent 100%)}.trusted-by__marquee-track{display:flex;align-items:center;gap:60px;animation:marquee 40s linear infinite;width:fit-content}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.trusted-by__marquee:hover .trusted-by__marquee-track{animation-play-state:paused}.trusted-by__company{display:flex;align-items:center;justify-content:center;padding:24px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000a;border:1px solid rgba(0,0,0,.06);transition:all .3s ease;min-width:120px}.trusted-by__company:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014;border-color:#006ac11a}.trusted-by__company-logo{display:flex;align-items:center;justify-content:center;width:96px;height:96px;background:#fff;border-radius:12px;border:1px solid rgba(0,106,193,.1);overflow:hidden}.trusted-by__company-logo-img{width:100%;height:100%;object-fit:contain;padding:6px}.trusted-by__company-name{font-size:14px;font-weight:500;color:#374151;letter-spacing:-.01em}.trusted-by{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.trusted-by--visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.trusted-by{padding:60px 0}.trusted-by__container{padding:0 16px}.trusted-by__header{margin-bottom:40px}.trusted-by__marquee-track{gap:40px;animation-duration:30s}.trusted-by__company{padding:20px;min-width:100px}.trusted-by__company-logo{width:80px;height:80px}.trusted-by__company-name{font-size:13px}}@media (max-width: 480px){.trusted-by{padding:40px 0}.trusted-by__marquee-track{gap:30px;animation-duration:25s}.trusted-by__company{padding:16px;min-width:80px}.trusted-by__company-logo{width:72px;height:72px}.trusted-by__company-name{font-size:12px}}.roi-section{position:relative;padding:120px 0;background:linear-gradient(135deg,#006ac1,#1a7dd1,#3490e1);font-family:Plus Jakarta Sans,sans-serif;color:#fff;overflow:hidden}.roi-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.03) 0%,transparent 50%);pointer-events:none}.roi-section__container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.roi-section__content{margin-bottom:80px}.roi-section__header{text-align:center;margin-bottom:60px;opacity:0;transform:translateY(30px);transition:all .8s ease-out}.roi-section--visible .roi-section__header{opacity:1;transform:translateY(0)}.roi-section__title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;color:#fff;line-height:1.2;margin:0;letter-spacing:-.02em}.roi-section__stats{display:flex;flex-direction:column;gap:40px;max-width:900px;margin:0 auto}.roi-section__stat{display:flex;align-items:flex-start;gap:24px;padding:32px;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0003;opacity:0;transform:translate(-40px);animation:statReveal .8s ease-out forwards;transition:all .3s ease}.roi-section--visible .roi-section__stat{animation-play-state:running}.roi-section__stat:hover{transform:translate(0) translateY(-4px);background:#ffffff1f;border-color:#fff3}.roi-section__stat-icon{font-size:48px;line-height:1;padding:16px;background:#ffffff1a;border-radius:16px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;min-width:80px;height:80px}.roi-section__stat-content{flex:1;padding-top:8px}.roi-section__stat-text{font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.6;color:#ffffffe6;margin:0;font-weight:400;letter-spacing:-.005em}.roi-section__highlight{color:#fbbf24;font-weight:700;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.roi-section__cta{text-align:center;opacity:0;transform:translateY(40px);transition:all .8s ease-out .4s}.roi-section--visible .roi-section__cta{opacity:1;transform:translateY(0)}.roi-section__cta-content{max-width:600px;margin:0 auto}.roi-section__cta-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:600;color:#fff;line-height:1.3;margin:0 0 40px;letter-spacing:-.02em}.roi-section__cta-btn{position:relative;display:inline-flex;align-items:center;gap:12px;padding:18px 36px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f2937;border:none;border-radius:50px;font-size:18px;font-weight:600;font-family:var(--font-europa-grotesk);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #fbbf244d,0 1px #fff3 inset;overflow:hidden;margin-bottom:16px}.roi-section__cta-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 40px #fbbf2466,0 1px #ffffff4d inset;background:linear-gradient(135deg,#f59e0b,#d97706)}.roi-section__cta-btn:active{transform:translateY(0) scale(1)}.roi-section__cta-text{position:relative;z-index:2}.roi-section__cta-icon{width:20px;height:20px;position:relative;z-index:2;transition:transform .3s ease}.roi-section__cta-btn:hover .roi-section__cta-icon{transform:translate(4px)}.roi-section__cta-ripple{position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);transition:all .6s ease}.roi-section__cta-btn:hover .roi-section__cta-ripple{width:300px;height:300px}.roi-section__cta-subtitle{font-size:14px;color:#ffffffb3;margin:0;font-weight:400}@keyframes statReveal{to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.roi-section{padding:80px 0}.roi-section__container{padding:0 16px}.roi-section__content{margin-bottom:60px}.roi-section__header{margin-bottom:40px}.roi-section__stats{gap:24px}.roi-section__stat{padding:24px 20px;gap:16px;flex-direction:column;text-align:center}.roi-section__stat-icon{font-size:40px;width:64px;height:64px;margin:0 auto}.roi-section__stat-content{padding-top:0}.roi-section__cta-title{margin-bottom:32px}.roi-section__cta-btn{padding:16px 32px;font-size:16px}}@media (max-width: 480px){.roi-section{padding:60px 0}.roi-section__container{padding:0 12px}.roi-section__content{margin-bottom:40px}.roi-section__header{margin-bottom:32px}.roi-section__stats{gap:20px}.roi-section__stat{padding:20px 16px}.roi-section__stat-icon{font-size:36px;width:56px;height:56px}.roi-section__cta-title{margin-bottom:24px}.roi-section__cta-btn{padding:14px 28px;font-size:15px;gap:8px}.roi-section__cta-icon{width:16px;height:16px}}.footer{position:relative;background:linear-gradient(135deg,#1f2937,#111827,#0f172a);font-family:Plus Jakarta Sans,sans-serif;color:#fff;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.05) 0%,transparent 50%);pointer-events:none}.footer__container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.footer__main{display:grid;grid-template-columns:1fr 2fr;gap:80px;padding:80px 0 60px;opacity:0;transform:translateY(40px);transition:all .8s ease-out}.footer--visible .footer__main{opacity:1;transform:translateY(0)}.footer__brand{max-width:350px}.footer__logo{display:flex;align-items:center;margin-bottom:24px}.footer__logo-img{height:40px;width:auto;filter:brightness(0) invert(1);transition:all .3s ease}.footer__logo-img:hover{filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(255,255,255,.3))}.footer__description{font-size:16px;line-height:1.6;color:#fffc;margin:0 0 32px;font-weight:400}.footer__social{display:flex;gap:16px}.footer__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff14;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;text-decoration:none}.footer__social-link:hover{background:#ffffff26;border-color:#fff3;transform:translateY(-2px)}.footer__social-icon{font-size:20px;line-height:1}.footer__links{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.footer__section{opacity:0;transform:translateY(30px);animation:sectionReveal .8s ease-out forwards}.footer--visible .footer__section{animation-play-state:running}.footer__section-title{font-size:16px;font-weight:600;color:#fff;margin:0 0 20px;letter-spacing:-.01em}.footer__section-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer__link-item{margin:0}.footer__link{font-size:14px;color:#ffffffb3;text-decoration:none;transition:all .2s ease;font-weight:400;line-height:1.4}.footer__link:hover{color:#fff;transform:translate(4px)}.footer__link--button{background:none;border:none;padding:0;cursor:pointer;text-align:left;font-family:inherit}.footer__newsletter{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:40px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);opacity:0;transform:translateY(30px);transition:all .8s ease-out .2s}.footer--visible .footer__newsletter{opacity:1;transform:translateY(0)}.footer__newsletter-title{font-size:20px;font-weight:600;color:#fff;margin:0 0 8px;letter-spacing:-.01em}.footer__newsletter-description{font-size:14px;color:#ffffffb3;margin:0;line-height:1.5}.footer__input-group{display:flex;gap:12px;max-width:400px}.footer__email-input{flex:1;padding:12px 16px;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:14px;font-family:var(--font-europa-grotesk);transition:all .3s ease}.footer__email-input::placeholder{color:#ffffff80}.footer__email-input:focus{outline:none;background:#ffffff1f;border-color:#ffffff4d}.footer__subscribe-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#201c44,#2d2654);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:500;font-family:var(--font-europa-grotesk);cursor:pointer;transition:all .3s ease;white-space:nowrap}.footer__subscribe-btn:hover{background:linear-gradient(135deg,#2d2654,#3a3366);transform:translateY(-1px)}.footer__subscribe-icon{width:16px;height:16px;transition:transform .3s ease}.footer__subscribe-btn:hover .footer__subscribe-icon{transform:translate(2px)}.footer__bottom{padding:24px 0;opacity:0;transform:translateY(20px);transition:all .8s ease-out .4s}.footer--visible .footer__bottom{opacity:1;transform:translateY(0)}.footer__bottom-content{display:flex;justify-content:space-between;align-items:center}.footer__copyright{font-size:14px;color:#fff9;margin:0}.footer__bottom-links{display:flex;gap:24px}.footer__bottom-link{font-size:14px;color:#fff9;text-decoration:none;transition:color .2s ease}.footer__bottom-link:hover{color:#ffffffe6}.footer__policy{margin-top:20px;padding:16px;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.footer__policy-text{font-size:.75rem;color:#fff9;line-height:1.5;margin:0;text-align:center}@keyframes sectionReveal{to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.footer__main{gap:60px}.footer__links{gap:32px}}@media (max-width: 768px){.footer__container{padding:0 16px}.footer__main{grid-template-columns:1fr;gap:40px;padding:60px 0 40px}.footer__links{grid-template-columns:repeat(2,1fr);gap:32px}.footer__newsletter{grid-template-columns:1fr;gap:24px;text-align:center;padding:32px 0}.footer__input-group{margin:0 auto}.footer__bottom-content{flex-direction:column;gap:16px;text-align:center}.footer__bottom-links{gap:16px}}@media (max-width: 480px){.footer__main{padding:40px 0 32px}.footer__container{padding:0 12px}.footer__links{grid-template-columns:1fr;gap:24px}.footer__newsletter{padding:24px 0}.footer__input-group{flex-direction:column;width:100%}.footer__subscribe-btn{justify-content:center}.footer__bottom{padding:20px 0}.footer__bottom-links{flex-wrap:wrap;justify-content:center;gap:12px}}.features-nav__scroll-btn:hover:not(:disabled){background:linear-gradient(135deg,#005aa1,#1a6db1);transform:translateY(-1px);box-shadow:0 4px 12px #006ac14d}.features-nav__scroll-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.features-nav__tabs-container{display:flex;gap:4px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex:1;padding:0 4px}.features-nav__tab{background:transparent;border:none;padding:12px 20px;border-radius:8px;font-size:.95rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0;font-family:Plus Jakarta Sans,sans-serif;position:relative}.features-nav__tab:hover{background:#006ac114;color:#006ac1}.features-nav__tab--active{background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;font-weight:600;box-shadow:0 2px 8px #006ac133}.features-nav__tab--active:hover{background:linear-gradient(135deg,#005aa1,#1a6db1);color:#fff}@media (max-width: 768px){.features-nav{padding:120px 0 20px}.features-nav__title{font-size:2rem;padding-top:20px}.features-nav__subtitle{font-size:1.1rem}.features-nav__container{padding:0 16px}.features-nav__tabs-sticky{padding:16px 0}.features-nav__tab{padding:10px 16px;font-size:.9rem}.features-nav__scroll-btn{width:32px;height:32px}.features-nav__scroll-btn svg{width:14px;height:14px}}@media (max-width: 480px){.features-nav__title{font-size:1.75rem}.features-nav__subtitle{font-size:1rem}.features-nav__tab{padding:8px 12px;font-size:.85rem}}.feature-hero__content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;animation:fadeInUp .6s ease-out}.feature-hero__cta-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;border:none;border-radius:50px;font-size:16px;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 15px #006ac133}@media (max-width: 1024px){.feature-hero__content{gap:60px}.feature-hero__mobile-container{max-width:180px}}@media (max-width: 768px){.feature-hero{padding:60px 0}.feature-hero__container{padding:0 20px}.feature-hero__content{grid-template-columns:1fr;gap:40px}.feature-hero__images{order:-1}.feature-hero__mobile-container{max-width:160px;align-self:center}.feature-hero__cta{flex-direction:column;align-items:stretch}.feature-hero__cta-btn,.feature-hero__demo-btn{text-align:center;justify-content:center}}@media (max-width: 480px){.feature-hero{padding:40px 0}.feature-hero__container{padding:0 16px}.feature-hero__content{gap:30px}.feature-hero__text{gap:20px}.feature-hero__benefits{gap:12px}.feature-hero__benefit{font-size:.9rem}.feature-hero__mobile-container{max-width:140px}.feature-hero__cta-btn,.feature-hero__demo-btn{padding:14px 24px;font-size:15px}.feature-hero__web-image{min-height:200px}}.features-mobile-mockup{width:280px;height:560px;background:#1a1a1a;border-radius:40px;padding:8px;box-shadow:0 20px 60px #0000004d;margin:0 auto;position:relative}.features-volume-up{position:absolute;left:-3px;top:120px;width:3px;height:40px;background:#1a1a1a;border-radius:2px 0 0 2px;z-index:5}.features-volume-down{position:absolute;left:-3px;top:170px;width:3px;height:40px;background:#1a1a1a;border-radius:2px 0 0 2px;z-index:5}.features-power-button{position:absolute;right:-3px;top:140px;width:3px;height:60px;background:#1a1a1a;border-radius:0 2px 2px 0;z-index:5}.features-phone-screen{width:100%;height:100%;background:#fff;border-radius:32px;overflow:hidden;display:flex;flex-direction:column;position:relative}.features-phone-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px 8px;background:#fff;border-bottom:1px solid rgba(0,0,0,.05);flex-shrink:0;position:relative}.features-dynamic-island{position:absolute;top:12px;left:50%;transform:translate(-50%);width:120px;height:32px;background:#1a1a1a;border-radius:16px;display:flex;align-items:center;justify-content:center;z-index:10}.features-dynamic-island:before{content:"";position:absolute;left:8px;width:8px;height:8px;background:#333;border-radius:50%}.features-dynamic-island:after{content:"";position:absolute;right:8px;width:12px;height:6px;background:#333;border-radius:3px}.features-phone-time{font-size:.875rem;font-weight:600;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.features-phone-status{display:flex;align-items:center;gap:4px}.features-phone-signal{width:16px;height:10px;background:#1a1a1a;border-radius:2px;position:relative}.features-phone-signal:before{content:"";position:absolute;top:2px;left:2px;width:2px;height:6px;background:#1a1a1a;border-radius:1px}.features-phone-signal:after{content:"";position:absolute;top:1px;left:5px;width:2px;height:8px;background:#1a1a1a;border-radius:1px}.features-phone-battery{width:20px;height:10px;background:#1a1a1a;border-radius:2px;position:relative}.features-phone-battery:after{content:"";position:absolute;right:-2px;top:3px;width:2px;height:4px;background:#1a1a1a;border-radius:0 1px 1px 0}.features-phone-content{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:0;position:relative;overflow:hidden}.features-phone-home-indicator{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:134px;height:5px;background:#000;border-radius:3px;z-index:10}.features-phone-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:0}.features-phone-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(135deg,#f8faff,#f0f4ff);border-radius:0;min-height:100%;width:100%}.features-phone-icon{font-size:3rem;opacity:.7;margin-bottom:12px}.features-phone-label{font-size:.9rem;font-weight:500;color:#6b7280;text-align:center}@media (max-width: 1024px){.features-mobile-mockup{width:240px;height:480px}.features-dynamic-island{width:100px;height:28px}.features-phone-home-indicator{width:120px;height:4px}.features-volume-up{top:100px;height:35px}.features-volume-down{top:145px;height:35px}.features-power-button{top:120px;height:50px}}@media (max-width: 768px){.features-mobile-mockup{width:200px;height:400px}.features-dynamic-island{width:80px;height:24px}.features-phone-home-indicator{width:100px;height:4px}.features-volume-up{top:85px;height:30px}.features-volume-down{top:125px;height:30px}.features-power-button{top:100px;height:40px}}@media (max-width: 480px){.features-mobile-mockup{width:180px;height:360px}.features-phone-header{padding:12px 16px 6px}.features-phone-time{font-size:.75rem}.features-phone-signal{width:12px;height:8px}.features-phone-battery{width:16px;height:8px}.features-dynamic-island{width:70px;height:20px}.features-phone-home-indicator{width:90px;height:3px}.features-volume-up{top:75px;height:25px}.features-volume-down{top:110px;height:25px}.features-power-button{top:85px;height:35px}}.feature-problems__check-item{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:#374151;line-height:1.5;font-family:Plus Jakarta Sans,sans-serif}.feature-problems__cta{background:linear-gradient(135deg,#006ac1,#0056a3);color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:1rem;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;align-self:flex-start;box-shadow:0 4px 15px #006ac133}.feature-problems__image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a;background:#fff;transition:all .3s ease;width:100%;max-width:500px}.feature-problems__mac-header{position:relative;background:linear-gradient(180deg,#f6f6f6,#e8e8e8);border-bottom:1px solid #d1d1d1;padding:12px 16px;display:flex;align-items:center;justify-content:flex-start}.feature-why-use{background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#f8faff);padding:100px 0 50px;position:relative;overflow:hidden;margin-top:-50px;clip-path:polygon(0 50px,100% 0,100% 100%,0 100%)}.feature-why-use:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(135deg,#006ac10d,#006ac105);z-index:0}.feature-why-use__item{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;background:#fffc;border-radius:24px;padding:60px 50px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #006ac114,0 1px #fffc;transition:all .4s ease}.feature-why-use__benefit{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:#374151;line-height:1.5;font-family:Plus Jakarta Sans,sans-serif}.feature-why-use__cta{background:linear-gradient(135deg,#006ac1,#0056a3);color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:1rem;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;align-self:flex-start;box-shadow:0 4px 15px #006ac133}.feature-why-use__image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a;background:#fff;transition:all .3s ease;width:100%;max-width:500px}.feature-why-use__mac-header{position:relative;background:linear-gradient(180deg,#f6f6f6,#e8e8e8);border-bottom:1px solid #d1d1d1;padding:12px 16px;display:flex;align-items:center;justify-content:flex-start}.feature-why-use__img{width:100%;height:auto;display:block;border-radius:0 0 16px 16px;transition:transform .2s ease}@media (max-width: 768px){.feature-problems{padding:80px 0}.feature-problems__container{padding:0 16px}.feature-problems__zigzag{gap:80px}.feature-problems__item{grid-template-columns:1fr;gap:40px;text-align:center}.feature-problems__item--reverse{direction:ltr}.feature-problems__content{gap:20px}.feature-problems__problem{font-size:1rem}.feature-problems__checklist{gap:12px}.feature-problems__check-item{font-size:.9rem}.feature-problems__cta{padding:14px 28px;font-size:.9rem;align-self:center}.feature-problems__image{order:-1}.feature-problems__image-container{border-radius:16px}.feature-problems__mac-header{padding:10px 12px;border-radius:16px 16px 0 0}.feature-problems__mac-button{width:10px;height:10px}.feature-problems__mac-buttons{gap:6px}.feature-problems__img{border-radius:0 0 12px 12px}.feature-why-use{padding:120px 0 80px;margin-top:-30px;clip-path:polygon(0 30px,100% 0,100% 100%,0 100%)}.feature-why-use__container{padding:0 16px}.feature-why-use__zigzag{gap:60px}.feature-why-use__item{grid-template-columns:1fr;gap:30px;text-align:center;padding:40px 30px}.feature-why-use__item--reverse{direction:ltr}.feature-why-use__content{gap:20px}.feature-why-use__benefits{gap:12px}.feature-why-use__benefit{font-size:.9rem}.feature-why-use__cta{padding:14px 28px;font-size:.9rem;align-self:center}.feature-why-use__image{order:-1}.feature-why-use__image-container{border-radius:16px}.feature-why-use__mac-header{padding:10px 12px;border-radius:16px 16px 0 0}.feature-why-use__mac-button{width:10px;height:10px}.feature-why-use__mac-buttons{gap:6px}.feature-why-use__img{border-radius:0 0 12px 12px}}@media (max-width: 480px){.feature-problems{padding:60px 0}.feature-problems__zigzag{gap:60px}.feature-problems__item{gap:30px}.feature-problems__content{gap:16px}.feature-why-use{padding:100px 0 60px}.feature-why-use__zigzag{gap:50px}.feature-why-use__item{gap:25px;padding:30px 20px}.feature-why-use__content{gap:16px}}@media (max-width: 480px){.feature-testimonial{padding:60px 0}.feature-testimonial__content{gap:30px}.feature-testimonial__text{gap:20px}.feature-testimonial__quote{font-size:1.125rem}.feature-testimonial__quote-icon{width:40px;height:40px}.feature-testimonial__author-name{font-size:1rem}.feature-testimonial__author-title{font-size:.9rem}.feature-testimonial__author-location{font-size:.8rem}.feature-testimonial__image{max-width:250px}}.feature-parallax-container{position:relative;font-family:Plus Jakarta Sans,sans-serif;width:100%;overflow:hidden}.feature-parallax-section{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.feature-parallax-background{position:absolute;top:0;left:0;width:100%;height:120%;will-change:transform}.feature-parallax-bg{width:100%;height:100%;background:linear-gradient(135deg,#006ac1,#0056a3);display:flex;align-items:center;justify-content:center;position:relative}.feature-not-done__tile{background:#006ac1;border-radius:20px;padding:60px 80px;box-shadow:0 30px 60px #006ac14d;border:none;transform:translateY(50px);opacity:0;transition:all .8s ease}.feature-not-done__tile--visible{transform:translateY(0);opacity:1}.feature-not-done__text{font-size:clamp(2rem,4vw,3rem);font-weight:400;color:#fff;margin:0;text-align:center;font-style:italic;letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif}.feature-manager-parallax-container{position:relative;font-family:Plus Jakarta Sans,sans-serif;width:100%;overflow:hidden}.feature-manager-parallax-section{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.feature-manager-parallax-background{position:absolute;top:0;left:0;width:100%;height:120%;will-change:transform}.feature-manager-parallax-bg{width:100%;height:100%;background:linear-gradient(135deg,#1a7dd1,#006ac1);display:flex;align-items:center;justify-content:center;position:relative}.feature-manager-content{display:grid;grid-template-columns:1fr 300px;gap:80px;align-items:center;max-width:1200px;padding:0 24px;width:100%}.feature-manager-text{color:#fff}.feature-manager-title{font-size:clamp(2rem,4vw,3rem);font-weight:500;margin:0 0 20px;line-height:1.2;font-family:Plus Jakarta Sans,sans-serif}.feature-manager-subtitle{font-size:1.25rem;margin:0 0 30px;opacity:.9;font-family:Plus Jakarta Sans,sans-serif}.feature-manager-cta{background:#fff;color:#006ac1;border:2px solid white;padding:16px 32px;border-radius:12px;font-size:1rem;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:12px;box-shadow:0 8px 25px #00000026}.feature-manager-cta:hover{background:#fffffff2;transform:translateY(-2px);box-shadow:0 12px 35px #0003;color:#006ac1;text-decoration:none}.feature-manager-cta-icon{width:18px;height:18px;transition:transform .3s ease;flex-shrink:0}.feature-manager-icons{display:flex;flex-direction:column;gap:40px;opacity:0;transform:translate(50px);transition:all .8s ease}.feature-manager-icon{width:60px;height:60px;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.2);animation:float 3s ease-in-out infinite}.feature-manager-icon--2{animation-delay:1.5s;margin-left:40px}.feature-manager-arrow{width:24px;height:24px}.feature-ratings-parallax-container{position:relative;font-family:Plus Jakarta Sans,sans-serif;width:100%;overflow:hidden}.feature-ratings-parallax-section{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.feature-ratings-parallax-background{position:absolute;top:0;left:0;width:100%;height:120%;will-change:transform}.feature-ratings-parallax-bg{width:100%;height:100%;background:linear-gradient(135deg,#0056a3,#003d7a);display:flex;align-items:center;justify-content:center;position:relative}.feature-ratings__container{max-width:1200px;padding:0 24px;width:100%}.feature-ratings__content{text-align:center;color:#fff}.feature-ratings__title{font-size:clamp(2rem,4vw,3rem);font-weight:500;margin:0 0 20px;line-height:1.2;font-family:Plus Jakarta Sans,sans-serif}.feature-ratings__subtitle{font-size:1.25rem;margin:0;opacity:.9;font-family:Plus Jakarta Sans,sans-serif}.feature-ratings__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.feature-ratings__card{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:30px 20px;text-align:center;transition:all .3s ease}.feature-ratings__card:hover{background:#ffffff26;transform:translateY(-5px)}.feature-ratings__stars{display:flex;justify-content:center;gap:4px;margin-bottom:15px}.feature-ratings__star{width:20px;height:20px}.feature-ratings__score{font-size:2rem;font-weight:600;margin-bottom:10px;font-family:Plus Jakarta Sans,sans-serif}.feature-ratings__platform{font-size:1.125rem;font-weight:500;margin-bottom:5px;font-family:Plus Jakarta Sans,sans-serif}.feature-ratings__reviews{font-size:.9rem;opacity:.8;font-family:Plus Jakarta Sans,sans-serif}@media (max-width: 768px){.feature-parallax-container,.feature-manager-parallax-container,.feature-ratings-parallax-container{width:100%}.feature-parallax-section,.feature-manager-parallax-section,.feature-ratings-parallax-section{min-height:500px;height:80vh}.feature-not-done__tile{padding:40px 50px;margin:0 20px}.feature-not-done__text{font-size:2rem}.feature-manager-content{grid-template-columns:1fr;gap:40px;text-align:center;padding:0 20px}.feature-manager-title{font-size:2rem}.feature-manager-subtitle{font-size:1.125rem}.feature-manager-icons{flex-direction:row;justify-content:center;gap:20px}.feature-manager-icon--2{margin-left:0}.feature-ratings__container{padding:0 20px}.feature-ratings__title{font-size:2rem}.feature-ratings__subtitle{font-size:1.125rem}.feature-ratings__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.feature-ratings__card{padding:20px 15px}}@media (max-width: 480px){.feature-parallax-container,.feature-manager-parallax-container,.feature-ratings-parallax-container{width:100%}.feature-parallax-section,.feature-manager-parallax-section,.feature-ratings-parallax-section{min-height:400px;height:70vh}.feature-not-done__tile{padding:30px 40px;margin:0 16px}.feature-not-done__text{font-size:1.75rem}.feature-manager-content{padding:0 16px;gap:30px}.feature-manager-title{font-size:1.75rem}.feature-manager-subtitle{font-size:1rem}.feature-manager-cta{padding:14px 28px;font-size:.9rem}.feature-manager-icon{width:50px;height:50px}.feature-manager-arrow{width:20px;height:20px}.feature-ratings__container{padding:0 16px}.feature-ratings__title{font-size:1.75rem}.feature-ratings__subtitle{font-size:1rem}.feature-ratings__grid{grid-template-columns:1fr 1fr;gap:16px}.feature-ratings__card{padding:16px 12px}.feature-ratings__score{font-size:1.5rem}.feature-ratings__platform{font-size:1rem}.feature-ratings__reviews{font-size:.8rem}}@media (prefers-reduced-motion: reduce){.feature-parallax-background,.feature-manager-parallax-background,.feature-ratings-parallax-background{transform:none!important}.feature-manager-icon{animation:none}.feature-not-done__tile,.feature-manager-icons{transition:none}}.feature-how-it-works{background:#fff;padding:100px 0}.feature-how-it-works__title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#1a1a1a;margin:0 0 20px;line-height:1.2;font-family:Plus Jakarta Sans,sans-serif}.feature-how-it-works__subtitle{font-size:1.25rem;color:#6b7280;margin:0;font-family:Plus Jakarta Sans,sans-serif}.feature-how-it-works__steps{display:flex;flex-direction:column;gap:40px;margin-bottom:80px}.feature-how-it-works__step{display:flex;align-items:flex-start;gap:24px;padding:30px;background:linear-gradient(135deg,#f8faff,#fff);border-radius:16px;border:1px solid rgba(0,106,193,.1);transition:all .3s ease}.feature-how-it-works__step:hover{transform:translateY(-2px);box-shadow:0 8px 25px #006ac11a}.feature-how-it-works__step-number{background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;flex-shrink:0;font-family:Plus Jakarta Sans,sans-serif}.feature-how-it-works__cta{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:20px;padding:60px 40px;text-align:center;border:1px solid rgba(0,106,193,.1)}.feature-how-it-works__cta-content{max-width:600px;margin:0 auto}.feature-how-it-works__cta-title{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0 0 16px;font-family:Plus Jakarta Sans,sans-serif}.feature-how-it-works__cta-description{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0 0 32px;font-family:Plus Jakarta Sans,sans-serif}.feature-how-it-works__cta-btn{background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;border:none;padding:18px 36px;border-radius:50px;font-size:1.125rem;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 15px #006ac133}.feature-how-it-works__cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #006ac14d}.feature-how-it-works__cta-icon{width:18px;height:18px;transition:transform .3s ease}@media (max-width: 768px){.feature-how-it-works{padding:80px 0}.feature-how-it-works__container{padding:0 16px}.feature-how-it-works__header,.feature-how-it-works__steps{margin-bottom:60px}.feature-how-it-works__step{flex-direction:column;text-align:center;gap:20px;padding:24px}.feature-how-it-works__step-number{align-self:center}.feature-how-it-works__cta{padding:40px 24px}.feature-how-it-works__cta-btn{padding:16px 32px;font-size:1rem}}@media (max-width: 480px){.feature-how-it-works{padding:60px 0}.feature-how-it-works__step{padding:20px}.feature-how-it-works__step-number{width:40px;height:40px;font-size:1.125rem}.feature-how-it-works__cta{padding:30px 20px}}.feature-everything-works{background:#fff;padding:100px 0;position:relative}.feature-everything-works__title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#1a1a1a;margin:0 0 20px;line-height:1.2;letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif}.feature-everything-works__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto;font-family:Plus Jakarta Sans,sans-serif}.feature-everything-works__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.feature-everything-works__item{background:linear-gradient(135deg,#f8faff,#fff);border:1px solid rgba(0,106,193,.1);border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.feature-everything-works__item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#006ac1,#1a7dd1);transform:scaleX(0);transition:transform .3s ease}.feature-everything-works__item:hover{transform:translateY(-4px);box-shadow:0 12px 30px #006ac126;border-color:#006ac133}.feature-everything-works__item:hover:before{transform:scaleX(1)}.feature-everything-works__icon{font-size:3rem;margin-bottom:20px;display:block;line-height:1}.feature-everything-works__item-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 12px;line-height:1.3;font-family:Plus Jakarta Sans,sans-serif}.feature-everything-works__item-description{font-size:1rem;color:#6b7280;line-height:1.5;margin:0;font-family:Plus Jakarta Sans,sans-serif}@media (max-width: 768px){.feature-everything-works{padding:80px 0}.feature-everything-works__container{padding:0 16px}.feature-everything-works__header{margin-bottom:60px}.feature-everything-works__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.feature-everything-works__item{padding:28px 20px}.feature-everything-works__icon{font-size:2.5rem;margin-bottom:16px}.feature-everything-works__item-title{font-size:1.125rem}.feature-everything-works__item-description{font-size:.9rem}}@media (max-width: 480px){.feature-everything-works{padding:60px 0}.feature-everything-works__grid{grid-template-columns:1fr;gap:20px}.feature-everything-works__item{padding:24px 18px}.feature-everything-works__icon{font-size:2rem;margin-bottom:14px}.feature-everything-works__item-title{font-size:1rem}.feature-everything-works__item-description{font-size:.85rem}}@media (prefers-reduced-motion: no-preference){.feature-everything-works__item{animation:fadeInUp .6s ease-out}.feature-everything-works__item:nth-child(2){animation-delay:.1s}.feature-everything-works__item:nth-child(3){animation-delay:.2s}.feature-everything-works__item:nth-child(4){animation-delay:.3s}.feature-everything-works__item:nth-child(5){animation-delay:.4s}.feature-everything-works__item:nth-child(6){animation-delay:.5s}}.feature-everything-works__item:focus-within{outline:2px solid #006ac1;outline-offset:2px}@media (min-width: 1400px){.feature-everything-works__grid{grid-template-columns:repeat(4,1fr)}}.feature-everything-works__item--featured{background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff}.feature-everything-works__item--featured .feature-everything-works__item-title{color:#fff}.feature-everything-works__item--featured .feature-everything-works__item-description{color:#ffffffe6}.feature-everything-works__item--featured:before{background:#ffffff4d}.feature-faq{background:linear-gradient(135deg,#f8faff,#fff);padding:100px 0;position:relative}.feature-faq__title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#1a1a1a;margin:0 0 20px;line-height:1.2;letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif}.feature-faq__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin:0;font-family:Plus Jakarta Sans,sans-serif}.feature-faq__item{background:#fff;border:1px solid rgba(0,106,193,.1);border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #006ac10d}.feature-faq__question{width:100%;background:none;border:none;padding:24px 28px;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;transition:all .3s ease;font-family:Plus Jakarta Sans,sans-serif}.feature-faq__question:hover{background:#006ac105}.feature-faq__question--open{background:#006ac10d;border-bottom:1px solid rgba(0,106,193,.1)}.feature-faq__question-text{font-size:1.125rem;font-weight:500;color:#1a1a1a;line-height:1.4;flex:1;text-align:left}.feature-faq__question-icon{width:20px;height:20px;color:#006ac1;transition:transform .3s ease;flex-shrink:0}.feature-faq__question--open .feature-faq__question-icon{transform:rotate(180deg)}.feature-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease;opacity:0}.feature-faq__answer--open{max-height:500px;opacity:1}.feature-faq__answer-content{padding:0 28px;transition:all .3s ease}.feature-faq__answer--open .feature-faq__answer-content{padding:0 28px 24px}.feature-faq__answer-text{font-size:1rem;color:#374151;line-height:1.6;margin:0;font-family:Plus Jakarta Sans,sans-serif}@media (max-width: 768px){.feature-faq{padding:80px 0}.feature-faq__container{padding:0 16px}.feature-faq__header{margin-bottom:40px}.feature-faq__question{padding:20px 24px;gap:16px}.feature-faq__question-text{font-size:1rem}.feature-faq__question-icon{width:18px;height:18px}.feature-faq__answer-content{padding:0 24px}.feature-faq__answer--open .feature-faq__answer-content{padding:0 24px 20px}.feature-faq__answer-text{font-size:.9rem}}@media (max-width: 480px){.feature-faq{padding:60px 0}.feature-faq__question{padding:18px 20px;gap:12px}.feature-faq__question-text{font-size:.95rem}.feature-faq__question-icon{width:16px;height:16px}.feature-faq__answer-content{padding:0 20px}.feature-faq__answer--open .feature-faq__answer-content{padding:0 20px 18px}.feature-faq__answer-text{font-size:.85rem}.feature-faq__list{gap:12px}.feature-faq__item{border-radius:12px}}@media (prefers-reduced-motion: no-preference){.feature-faq__answer{transition:max-height .4s cubic-bezier(.4,0,.2,1)}.feature-faq__answer{transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease}.feature-faq__answer-content{transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-faq__question-icon{transition:transform .3s cubic-bezier(.4,0,.2,1)}}.feature-faq__question:focus{outline:2px solid #006ac1;outline-offset:2px}.feature-faq__question:focus:not(:focus-visible){outline:none}.feature-faq__item:hover .feature-faq__question-icon{color:#1a7dd1}.feature-faq__question--open .feature-faq__question-text{color:#006ac1}.feature-faq__item--loading{opacity:.6;pointer-events:none}.feature-faq__item--loading .feature-faq__question-icon{animation:spin 1s linear infinite}.feature-final-cta{background:linear-gradient(135deg,#f8faff,#fff);padding:120px 0;position:relative;overflow:hidden}.feature-final-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(0,106,193,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.5}.feature-final-cta__container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.feature-final-cta__grid{display:flex;flex-direction:column;gap:60px;align-items:center;max-width:800px;margin:0 auto}.feature-final-cta__content{color:#1a1a1a;text-align:center}.feature-final-cta__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:500;margin:0 0 24px;line-height:1.2;letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif;color:#1a1a1a}.feature-final-cta__subtitle{font-size:1.25rem;font-weight:400;line-height:1.5;margin:0 0 40px;color:#6b7280;font-family:Plus Jakarta Sans,sans-serif}.feature-final-cta__stats{display:flex;gap:40px;margin-top:40px;justify-content:center}.feature-final-cta__stat{display:flex;flex-direction:column;align-items:center}.feature-final-cta__stat-number{font-size:2rem;font-weight:700;color:#006ac1;line-height:1;font-family:Plus Jakarta Sans,sans-serif}.feature-final-cta__stat-label{font-size:.875rem;color:#6b7280;font-weight:500;margin-top:4px;font-family:Plus Jakarta Sans,sans-serif}.feature-final-cta__card{background:#fff;border-radius:24px;padding:40px;box-shadow:0 20px 60px #006ac11a;border:1px solid rgba(0,106,193,.1);position:relative;width:100%;max-width:500px}.feature-final-cta__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#006ac1,#1a7dd1);border-radius:24px 24px 0 0}.feature-final-cta__card-header{text-align:center;margin-bottom:32px}.feature-final-cta__card-title{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0 0 8px;font-family:Plus Jakarta Sans,sans-serif}.feature-final-cta__card-subtitle{font-size:1rem;color:#6b7280;margin:0;font-family:Plus Jakarta Sans,sans-serif}.feature-final-cta__buttons{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.feature-final-cta__primary-btn{background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;border:none;padding:18px 24px;border-radius:12px;font-size:1.125rem;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;text-decoration:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 8px 25px #006ac140;position:relative;overflow:hidden}.feature-final-cta__primary-btn:hover{transform:translateY(-2px);box-shadow:0 12px 35px #006ac159;color:#fff;text-decoration:none}.feature-final-cta__secondary-btn{background:transparent;color:#006ac1;border:2px solid #006ac1;padding:16px 24px;border-radius:12px;font-size:1.125rem;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;text-decoration:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px}.feature-final-cta__secondary-btn:hover{background:#006ac1;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #006ac140;text-decoration:none}.feature-final-cta__btn-icon{width:20px;height:20px;transition:transform .3s ease;flex-shrink:0}.feature-final-cta__primary-btn:hover .feature-final-cta__btn-icon,.feature-final-cta__secondary-btn:hover .feature-final-cta__btn-icon{transform:scale(1.1)}.feature-final-cta__features{display:flex;flex-direction:column;gap:12px;padding-top:24px;border-top:1px solid rgba(0,106,193,.1)}.feature-final-cta__feature{display:flex;align-items:center;gap:12px;font-size:.875rem;color:#374151;font-family:Plus Jakarta Sans,sans-serif}.feature-final-cta__feature-icon{width:16px;height:16px;color:#10b981;flex-shrink:0}@media (max-width: 1024px){.feature-final-cta__grid{gap:50px}.feature-final-cta__stats{gap:30px}}@media (max-width: 768px){.feature-final-cta{padding:80px 0}.feature-final-cta__container{padding:0 16px}.feature-final-cta__grid{gap:40px}.feature-final-cta__subtitle{font-size:1.125rem;margin-bottom:32px}.feature-final-cta__stats{gap:20px}.feature-final-cta__stat-number{font-size:1.75rem}.feature-final-cta__card{padding:32px}.feature-final-cta__card-title{font-size:1.5rem}.feature-final-cta__primary-btn,.feature-final-cta__secondary-btn{padding:16px 20px;font-size:1rem}}@media (max-width: 480px){.feature-final-cta{padding:60px 0}.feature-final-cta__grid{gap:32px}.feature-final-cta__subtitle{font-size:1rem;margin-bottom:24px}.feature-final-cta__stats{flex-wrap:wrap;gap:16px;justify-content:center}.feature-final-cta__stat-number{font-size:1.5rem}.feature-final-cta__card{padding:24px}.feature-final-cta__card-title{font-size:1.25rem}.feature-final-cta__primary-btn,.feature-final-cta__secondary-btn{padding:14px 18px;font-size:.95rem}.feature-final-cta__btn-icon{width:18px;height:18px}.feature-final-cta__feature-icon{width:14px;height:14px}.feature-final-cta__feature{font-size:.8rem}}@media (prefers-reduced-motion: no-preference){.feature-final-cta__content{animation:fadeInLeft .8s ease-out}.feature-final-cta__card{animation:fadeInRight .8s ease-out .2s both}.feature-final-cta__stats{animation:fadeInUp .8s ease-out .4s both}}.feature-final-cta__primary-btn:focus,.feature-final-cta__secondary-btn:focus{outline:3px solid #006ac1;outline-offset:2px}.feature-final-cta__primary-btn:focus:not(:focus-visible),.feature-final-cta__secondary-btn:focus:not(:focus-visible){outline:none}.feature-final-cta__primary-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.2) 50%,transparent 70%);transform:translate(-100%);transition:transform .6s ease;border-radius:inherit}.feature-final-cta__primary-btn:hover:before{transform:translate(100%)}.feature-final-cta__primary-btn--loading,.feature-final-cta__secondary-btn--loading{pointer-events:none;opacity:.7}.feature-final-cta__primary-btn--loading .feature-final-cta__btn-icon,.feature-final-cta__secondary-btn--loading .feature-final-cta__btn-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.features-page{min-height:100vh;background:#fff;font-family:Plus Jakarta Sans,sans-serif}html{scroll-behavior:smooth}*{box-sizing:border-box}.features-page>*{position:relative;z-index:1}.features-page{overflow-x:hidden}.features-page{min-height:100vh;background:#fff;font-family:Plus Jakarta Sans,sans-serif;overflow-x:hidden}.features-nav{background:linear-gradient(135deg,#f8faff,#f0f4ff);padding:160px 0 20px;border-bottom:1px solid rgba(0,106,193,.1);position:relative}.features-nav__container{max-width:1200px;margin:0 auto;padding:0 24px}.features-nav__header{text-align:center;margin-bottom:40px}.features-nav__title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;color:#1a1a1a;margin:0 0 16px;padding-top:40px;line-height:1.2;letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif}.features-nav__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto;font-family:Plus Jakarta Sans,sans-serif}.features-nav__tabs-sticky{position:fixed;top:72px;left:0;right:0;z-index:999;background:#f8fafff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:20px 0;border-bottom:1px solid rgba(0,106,193,.2);box-shadow:0 4px 20px #006ac11a;transition:all .3s ease;width:100%}.features-nav__tabs-sticky.scrolled{background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 30px #006ac126;border-bottom:1px solid rgba(0,106,193,.3)}.features-nav__tabs{background:#fff;border-radius:12px;padding:8px;box-shadow:0 4px 20px #006ac114;border:1px solid rgba(0,106,193,.1);margin:0 auto;max-width:1200px;position:relative;overflow:hidden}.features-nav__tabs-wrapper{display:flex;align-items:center;gap:8px}.features-nav__scroll-btn{background:linear-gradient(135deg,#006ac1,#1a7dd1);border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;color:#fff}.features-nav__scroll-btn:hover{background:linear-gradient(135deg,#1a7dd1,#3490e1);transform:scale(1.05)}.features-nav__scroll-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none}.features-nav__scroll-btn svg{width:16px;height:16px}.features-nav__tabs-container{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;flex:1;padding:0 4px}.features-nav__tabs-container::-webkit-scrollbar{display:none}.features-nav__tab{background:transparent;border:none;border-radius:8px;padding:12px 20px;font-size:.9rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative;font-family:Plus Jakarta Sans,sans-serif;letter-spacing:-.01em;min-width:fit-content}.features-nav__tab:hover{color:#006ac1;background:#006ac10d}.features-nav__tab--active{background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;box-shadow:0 2px 8px #006ac133}.features-nav__tab--active:hover{background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff}.feature-hero{padding:40px 0 60px;background:#fff}.feature-hero__container{max-width:1200px;margin:0 auto;padding:0 24px}.feature-hero__content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.feature-hero__text{display:flex;flex-direction:column;gap:20px}.feature-hero__badge{display:inline-flex;align-self:flex-start}.feature-hero__badge-text{background:linear-gradient(135deg,#006ac11a,#006ac10d);color:#006ac1;padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid rgba(0,106,193,.1);text-transform:uppercase;letter-spacing:.05em;font-family:Plus Jakarta Sans,sans-serif}.feature-hero__title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#1a1a1a;line-height:1.2;letter-spacing:-.02em;margin:0;font-family:Plus Jakarta Sans,sans-serif}.feature-hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin:0;font-family:Plus Jakarta Sans,sans-serif}.feature-hero__benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.feature-hero__benefit{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:#374151;line-height:1.5;font-family:Plus Jakarta Sans,sans-serif}.feature-hero__check-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}.feature-hero__cta{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.feature-hero__cta-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;border:none;border-radius:50px;font-size:16px;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 16px #006ac133}.feature-hero__cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #006ac14d;background:linear-gradient(135deg,#1a7dd1,#3490e1)}.feature-hero__cta-icon{width:16px;height:16px;transition:transform .2s ease}.feature-hero__cta-btn:hover .feature-hero__cta-icon{transform:translate(2px)}.feature-hero__demo-btn{padding:16px 32px;background:transparent;color:#006ac1;border:2px solid rgba(0,106,193,.2);border-radius:50px;font-size:16px;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease}.feature-hero__demo-btn:hover{background:#006ac10d;border-color:#006ac14d;transform:translateY(-1px)}.feature-hero__testimonial{background:linear-gradient(135deg,#f8faff,#f0f4ff);border-radius:16px;padding:24px;border-left:4px solid #006ac1;margin-top:8px}.feature-hero__testimonial-quote{font-size:1.125rem;color:#374151;line-height:1.6;font-style:italic;margin-bottom:12px;font-family:Plus Jakarta Sans,sans-serif}.feature-hero__testimonial-author{font-size:.9rem;color:#6b7280;font-weight:500;font-family:Plus Jakarta Sans,sans-serif}.feature-hero__how-it-works{background:#fff;border:1px solid rgba(0,106,193,.1);border-radius:16px;padding:24px;margin-top:8px}.feature-hero__how-it-works-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 16px;font-family:Plus Jakarta Sans,sans-serif}.feature-hero__how-it-works-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.feature-hero__how-it-works-step{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:#374151;line-height:1.5;font-family:Plus Jakarta Sans,sans-serif}.feature-hero__step-number{background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;flex-shrink:0;margin-top:2px}.feature-hero__images{display:flex;flex-direction:column;gap:24px;position:relative}.feature-hero__web-container{background:#f5f5f7;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(0,0,0,.1)}.feature-hero__mac-header{background:#e5e5e7;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.1)}.feature-hero__mac-buttons{display:flex;gap:8px}.feature-hero__mac-button{width:12px;height:12px;border-radius:50%;cursor:pointer;transition:opacity .2s ease}.feature-hero__mac-button:hover{opacity:.8}.feature-hero__mac-button--close{background:#ff5f57}.feature-hero__mac-button--minimize{background:#ffbd2e}.feature-hero__mac-button--maximize{background:#28ca42}.feature-hero__web-image{background:#fff;padding:0;min-height:300px;display:flex;align-items:center;justify-content:center}.feature-hero__web-img{width:100%;height:auto;display:block}.feature-hero__mobile-container{align-self:flex-end;max-width:200px;position:relative;z-index:2}.feature-hero__mobile-frame{background:#1a1a1a;border-radius:24px;padding:8px;box-shadow:0 15px 30px #0003}.feature-hero__mobile-img{width:100%;height:auto;border-radius:16px;display:block}@media (max-width: 1024px){.features-nav__tabs-sticky{top:72px;padding:16px 0}.features-nav__tabs-sticky .features-nav__container{padding:0 12px}.features-nav__scroll-btn{width:32px;height:32px}.features-nav__scroll-btn svg{width:14px;height:14px}.features-nav__tab{padding:10px 16px;font-size:.85rem}.feature-hero__content{gap:60px}.feature-hero__mobile-container{max-width:180px}}@media (max-width: 768px){.features-nav{padding:140px 0 20px}.features-nav__container{padding:0 20px}.features-nav__header{margin-bottom:30px}.features-nav__title{padding-top:30px}.features-nav__tabs-sticky{top:72px;padding:12px 0}.features-nav__tabs-sticky .features-nav__container{padding:0 20px}.features-nav__tabs{border-radius:8px}.features-nav__tabs-wrapper{gap:6px}.features-nav__scroll-btn{width:30px;height:30px}.features-nav__scroll-btn svg{width:12px;height:12px}.features-nav__tab{padding:8px 12px;font-size:.8rem;white-space:nowrap}.feature-hero{padding:60px 0}.feature-hero__container{padding:0 20px}.feature-hero__content{grid-template-columns:1fr;gap:40px}.feature-hero__images{order:-1}.feature-hero__mobile-container{max-width:160px;align-self:center}.feature-hero__cta{flex-direction:column;align-items:stretch}.feature-hero__cta-btn,.feature-hero__demo-btn{text-align:center;justify-content:center}}@media (max-width: 480px){.features-nav{padding:120px 0 15px}.features-nav__container{padding:0 16px}.features-nav__header{margin-bottom:25px}.features-nav__title{padding-top:20px}.features-nav__tabs-sticky{top:72px;padding:10px 0}.features-nav__tabs-sticky .features-nav__container{padding:0 16px}.features-nav__tabs{border-radius:6px;padding:4px}.features-nav__tabs-wrapper{gap:4px}.features-nav__scroll-btn{width:28px;height:28px}.features-nav__scroll-btn svg{width:10px;height:10px}.features-nav__tab{padding:6px 10px;font-size:.7rem;min-width:auto;white-space:nowrap}.feature-hero{padding:40px 0}.feature-hero__container{padding:0 16px}.feature-hero__content{gap:30px}.feature-hero__text{gap:20px}.feature-hero__benefits{gap:12px}.feature-hero__benefit{font-size:.9rem}.feature-hero__mobile-container{max-width:140px}.feature-hero__cta-btn,.feature-hero__demo-btn{padding:14px 24px;font-size:15px}.feature-hero__web-image{min-height:200px}.feature-hero__testimonial{padding:20px}.feature-hero__testimonial-quote{font-size:1rem}.feature-hero__how-it-works{padding:20px}.feature-hero__how-it-works-title{font-size:1.125rem}.feature-hero__how-it-works-step{font-size:.9rem}}.feature-hero__content{animation:fadeInUp .6s ease-out}.feature-trusted-by{background:linear-gradient(135deg,#f8faff,#fff);padding:80px 0;border-bottom:1px solid rgba(0,106,193,.1)}.feature-trusted-by__container{max-width:1200px;margin:0 auto;padding:0 24px}.feature-trusted-by__header{text-align:center;margin-bottom:60px}.feature-trusted-by__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;color:#1a1a1a;margin:0;line-height:1.3;letter-spacing:-.01em;font-family:Plus Jakarta Sans,sans-serif}.feature-trusted-by__marquee{overflow:hidden;position:relative;background:#fffc;border-radius:16px;padding:20px 0;box-shadow:0 4px 20px #006ac114}.feature-trusted-by__marquee-track{display:flex;gap:60px;animation:marqueeScroll 40s linear infinite;width:max-content}.feature-trusted-by__company{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#ffffffe6;border-radius:12px;border:1px solid rgba(0,106,193,.1);min-width:200px;transition:all .3s ease}.feature-trusted-by__company:hover{transform:translateY(-2px);box-shadow:0 8px 25px #006ac126}.feature-trusted-by__company-logo{font-size:24px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#006ac1,#0056a3);border-radius:8px;color:#fff;flex-shrink:0}.feature-trusted-by__company-name{font-size:.95rem;font-weight:500;color:#374151;white-space:nowrap;font-family:Plus Jakarta Sans,sans-serif}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.feature-problems{background:#fff;padding:100px 0;position:relative}.feature-problems__container{max-width:1200px;margin:0 auto;padding:0 24px}.feature-problems__zigzag{display:flex;flex-direction:column;gap:120px}.feature-problems__item{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative}.feature-problems__item--reverse{direction:rtl}.feature-problems__item--reverse .feature-problems__content{direction:ltr}.feature-problems__content{display:flex;flex-direction:column;gap:24px}.feature-problems__problem{font-size:1.125rem;color:#ef4444;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;line-height:1.5}.feature-problems__solution{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:500;color:#1a1a1a;margin:0;line-height:1.3;letter-spacing:-.01em;font-family:Plus Jakarta Sans,sans-serif}.feature-problems__checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.feature-problems__check-item{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:#374151;line-height:1.6;font-family:Plus Jakarta Sans,sans-serif}.feature-problems__check-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}.feature-problems__cta{background:linear-gradient(135deg,#006ac1,#0056a3);color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:1rem;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;align-self:flex-start;box-shadow:0 4px 15px #006ac14d}.feature-problems__cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #006ac166}.feature-problems__cta-icon{width:16px;height:16px;transition:transform .3s ease}.feature-problems__cta:hover .feature-problems__cta-icon{transform:translate(4px)}.feature-problems__image{position:relative;display:flex;justify-content:center;align-items:center}.feature-problems__image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a;background:#fff;transition:all .3s ease;width:100%;max-width:600px}.feature-problems__image-container:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000026}.feature-problems__mac-header{position:relative;background:linear-gradient(180deg,#f6f6f6,#e8e8e8);border-bottom:1px solid #d1d1d1;padding:12px 16px;display:flex;align-items:center;border-radius:20px 20px 0 0}.feature-problems__mac-buttons{display:flex;gap:8px;align-items:center}.feature-problems__mac-button{width:12px;height:12px;border-radius:50%;border:.5px solid rgba(0,0,0,.1);cursor:pointer;transition:all .2s ease;position:relative}.feature-problems__mac-button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s ease}.feature-problems__mac-button--close{background:linear-gradient(135deg,#ff5f57,#f44)}.feature-problems__mac-button--close:hover:before{content:"×";color:#8b0000;font-size:10px;font-weight:700;opacity:1}.feature-problems__mac-button--minimize{background:linear-gradient(135deg,#ffbd2e,#fa0)}.feature-problems__mac-button--minimize:hover:before{content:"−";color:#8b4500;font-size:10px;font-weight:700;opacity:1}.feature-problems__mac-button--maximize{background:linear-gradient(135deg,#28ca42,#20a034)}.feature-problems__mac-button--maximize:hover:before{content:"+";color:#0d4f1c;font-size:10px;font-weight:700;opacity:1}.feature-problems__mac-button:hover{transform:scale(1.1);box-shadow:0 2px 4px #0000001a}.feature-problems__img{width:100%;height:auto;display:block;border-radius:0 0 16px 16px;transition:transform .3s ease}@media (max-width: 768px){.feature-trusted-by{padding:60px 0}.feature-trusted-by__container{padding:0 16px}.feature-trusted-by__header{margin-bottom:40px}.feature-trusted-by__marquee-track{gap:40px;animation-duration:30s}.feature-trusted-by__company{padding:12px 20px;min-width:180px}.feature-trusted-by__company-logo{font-size:20px;width:28px;height:28px}.feature-trusted-by__company-name{font-size:.875rem}.feature-problems{padding:80px 0}.feature-problems__container{padding:0 16px}.feature-problems__zigzag{gap:80px}.feature-problems__item{grid-template-columns:1fr;gap:40px;text-align:center}.feature-problems__item--reverse{direction:ltr}.feature-problems__content{gap:20px}.feature-problems__problem{font-size:1rem}.feature-problems__checklist{gap:12px}.feature-problems__check-item{font-size:.9rem}.feature-problems__cta{padding:14px 28px;font-size:.9rem;align-self:center}.feature-problems__image{order:-1}.feature-problems__image-container{border-radius:16px}.feature-problems__mac-header{padding:10px 12px;border-radius:16px 16px 0 0}.feature-problems__mac-button{width:10px;height:10px}.feature-problems__mac-buttons{gap:6px}.feature-problems__img{border-radius:0 0 12px 12px}}.feature-testimonial{background:linear-gradient(135deg,#f8faff,#fff);padding:100px 0;position:relative}.feature-testimonial__container{max-width:1200px;margin:0 auto;padding:0 24px}.feature-testimonial__content{display:grid;grid-template-columns:1fr 400px;gap:80px;align-items:center}.feature-testimonial__text{display:flex;flex-direction:column;gap:32px}.feature-testimonial__quote-icon{width:48px;height:48px}.feature-testimonial__quote-svg{width:100%;height:100%}.feature-testimonial__quote{font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:#1a1a1a;line-height:1.4;font-family:Plus Jakarta Sans,sans-serif;font-style:italic;margin:0}.feature-testimonial__author{display:flex;align-items:center;gap:16px}.feature-testimonial__author-info{display:flex;flex-direction:column;gap:4px}.feature-testimonial__author-name{font-size:1.125rem;font-weight:600;color:#1a1a1a;font-family:Plus Jakarta Sans,sans-serif}.feature-testimonial__author-title{font-size:1rem;font-weight:500;color:#006ac1;font-family:Plus Jakarta Sans,sans-serif}.feature-testimonial__author-location{font-size:.9rem;color:#6b7280;font-family:Plus Jakarta Sans,sans-serif}.feature-testimonial__image{position:relative}.feature-testimonial__image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #006ac126;background:linear-gradient(135deg,#006ac1,#0056a3);padding:8px}.feature-testimonial__img{width:100%;height:auto;display:block;border-radius:16px;transition:transform .3s ease}.feature-testimonial__image-decoration{position:absolute;top:-20px;right:-20px;width:80px;height:80px;background:linear-gradient(135deg,#006ac1,#0056a3);border-radius:50%;opacity:.1;z-index:-1}.feature-testimonial__image-decoration:before{content:"";position:absolute;top:-40px;left:-40px;width:120px;height:120px;background:linear-gradient(135deg,#006ac1,#0056a3);border-radius:50%;opacity:.05}@media (max-width: 768px){.feature-testimonial{padding:80px 0}.feature-testimonial__container{padding:0 16px}.feature-testimonial__content{grid-template-columns:1fr;gap:40px;text-align:center}.feature-testimonial__text{gap:24px}.feature-testimonial__quote{font-size:1.25rem}.feature-testimonial__author{justify-content:center}.feature-testimonial__image{max-width:300px;margin:0 auto}}.feature-parallax-container{position:relative;font-family:Plus Jakarta Sans,sans-serif;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:0}.feature-parallax-section{position:relative;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%;margin:0;padding:0}.feature-parallax-background{position:absolute;top:-20%;left:0;right:0;width:100%;height:120%;will-change:transform;z-index:1;margin:0;padding:0}.feature-parallax-bg{width:100%;height:100%;background:linear-gradient(135deg,#006ac1,#0056a3);background-size:cover;background-position:center;display:flex;align-items:flex-start;justify-content:center;position:relative;padding-top:15vh}.feature-parallax-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%);z-index:-1}.feature-not-done__tile{background:transparent;padding:40px 60px;position:relative;z-index:2;opacity:0;transform:translateY(30px);transition:opacity .3s ease,transform .3s ease}.feature-not-done__tile--visible{animation:fadeInUp .8s cubic-bezier(.25,.46,.45,.94) forwards}.feature-not-done__text{font-size:clamp(3rem,8vw,6rem);font-weight:800;color:#fff;margin:0;text-align:center;font-style:italic;font-family:Plus Jakarta Sans,sans-serif;letter-spacing:-.04em;text-shadow:0 4px 20px rgba(0,0,0,.6),0 2px 10px rgba(0,0,0,.4);position:relative;z-index:2;line-height:.9}.feature-how-it-works{position:relative;background:linear-gradient(135deg,#f8faff,#fff);z-index:10;min-height:100vh;display:flex;align-items:center;justify-content:center;border-radius:40px 40px 0 0;width:100%;margin:0;padding:100px 0;top:-40px;box-shadow:0 -20px 40px #0000001a}.feature-how-it-works__container{max-width:1200px;margin:0 auto;padding:0 24px}.feature-how-it-works__header{text-align:center;margin-bottom:80px}.feature-how-it-works__title{font-size:clamp(2rem,4vw,3rem);font-weight:500;color:#1a1a1a;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif}.feature-how-it-works__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin:0;font-family:Plus Jakarta Sans,sans-serif}.feature-how-it-works__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-bottom:80px}.feature-how-it-works__step{display:flex;gap:24px;padding:32px;background:#fffc;border-radius:16px;border:1px solid rgba(0,106,193,.1);transition:all .3s ease;position:relative}.feature-how-it-works__step:hover{transform:translateY(-4px);box-shadow:0 20px 40px #006ac126;border-color:#006ac133}.feature-how-it-works__step-number{width:48px;height:48px;background:linear-gradient(135deg,#006ac1,#0056a3);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;flex-shrink:0}.feature-how-it-works__step-content{flex:1}.feature-how-it-works__step-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 12px;font-family:Plus Jakarta Sans,sans-serif}.feature-how-it-works__step-description{font-size:1rem;color:#374151;line-height:1.6;margin:0;font-family:Plus Jakarta Sans,sans-serif}.feature-how-it-works__cta{background:#ffffffe6;border-radius:20px;padding:48px;text-align:center;border:1px solid rgba(0,106,193,.1);box-shadow:0 10px 30px #006ac11a}.feature-how-it-works__cta-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:#1a1a1a;margin:0 0 16px;font-family:Plus Jakarta Sans,sans-serif}.feature-how-it-works__cta-description{font-size:1.125rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto 32px;font-family:Plus Jakarta Sans,sans-serif}.feature-how-it-works__cta-btn{background:linear-gradient(135deg,#006ac1,#0056a3);color:#fff;border:none;padding:18px 36px;border-radius:12px;font-size:1.125rem;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:12px;box-shadow:0 8px 25px #006ac14d}.feature-how-it-works__cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 35px #006ac166}.feature-how-it-works__cta-icon{width:20px;height:20px;transition:transform .3s ease}.feature-how-it-works__cta-btn:hover .feature-how-it-works__cta-icon{transform:translate(4px)}@media (max-width: 768px){.feature-parallax-section{height:80vh;min-height:500px}.feature-parallax-bg{padding-top:10vh}.feature-not-done__tile{padding:30px 40px}.feature-not-done__text{font-size:clamp(2.5rem,12vw,4rem);font-weight:800;line-height:.85}.feature-how-it-works{padding:80px 0;border-radius:30px 30px 0 0}.feature-how-it-works__container{padding:0 16px}.feature-how-it-works__header{margin-bottom:60px}.feature-how-it-works__steps{grid-template-columns:1fr;gap:24px;margin-bottom:60px}.feature-how-it-works__step{padding:24px;gap:16px}.feature-how-it-works__step-number{width:40px;height:40px;font-size:1.125rem}.feature-how-it-works__step-title{font-size:1.125rem}.feature-how-it-works__step-description{font-size:.9rem}.feature-how-it-works__cta{padding:32px 24px}.feature-how-it-works__cta-btn{padding:16px 28px;font-size:1rem}}.feature-why-use{background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#f8faff);padding:150px 0 50px;position:relative;overflow:hidden;margin-top:-50px;clip-path:polygon(0 50px,100% 0,100% 100%,0 100%)}.feature-why-use:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(0,106,193,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,106,193,.03) 0%,transparent 50%);z-index:0}.feature-why-use__container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 24px}.feature-why-use__zigzag{display:flex;flex-direction:column;gap:120px}.feature-why-use__item:nth-child(2){background:#ffffffe6;border:1px solid rgba(0,106,193,.1)}.feature-why-use__item:nth-child(2):hover{background:#fffffff2;border:1px solid rgba(0,106,193,.15)}.feature-why-use__item{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:60px;box-shadow:0 20px 40px #006ac114,0 1px #fffc;border:1px solid rgba(255,255,255,.5);transition:all .3s ease}.feature-why-use__item:hover{transform:translateY(-5px);box-shadow:0 30px 60px #006ac11f,0 1px #ffffffe6}.feature-why-use__item--reverse{direction:rtl}.feature-why-use__item--reverse .feature-why-use__content{direction:ltr}.feature-why-use__content{display:flex;flex-direction:column;gap:24px}.feature-why-use__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;color:#1a1a1a;margin:0;line-height:1.3;letter-spacing:-.01em;font-family:Plus Jakarta Sans,sans-serif}.feature-why-use__subtitle{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0;font-family:Plus Jakarta Sans,sans-serif}.feature-why-use__benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.feature-why-use__benefit{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:#374151;line-height:1.6;font-family:Plus Jakarta Sans,sans-serif}.feature-why-use__check-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}.feature-why-use__cta{background:linear-gradient(135deg,#006ac1,#0056a3);color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:1rem;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;align-self:flex-start;box-shadow:0 4px 15px #006ac14d}.feature-why-use__cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #006ac166}.feature-why-use__cta-icon{width:16px;height:16px;transition:transform .3s ease}.feature-why-use__cta:hover .feature-why-use__cta-icon{transform:translate(4px)}.feature-why-use__image{position:relative;display:flex;justify-content:center;align-items:center}.feature-why-use__image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a;background:#fff;transition:all .3s ease;width:100%;max-width:600px}.feature-why-use__image-container:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000026}.feature-why-use__mac-header{position:relative;background:linear-gradient(180deg,#f6f6f6,#e8e8e8);border-bottom:1px solid #d1d1d1;padding:12px 16px;display:flex;align-items:center;border-radius:20px 20px 0 0}.feature-why-use__mac-buttons{display:flex;gap:8px;align-items:center}.feature-why-use__mac-button{width:12px;height:12px;border-radius:50%;border:.5px solid rgba(0,0,0,.1);cursor:pointer;transition:all .2s ease;position:relative}.feature-why-use__mac-button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s ease}.feature-why-use__mac-button--close{background:linear-gradient(135deg,#ff5f57,#f44)}.feature-why-use__mac-button--close:hover:before{content:"×";color:#8b0000;font-size:10px;font-weight:700;opacity:1}.feature-why-use__mac-button--minimize{background:linear-gradient(135deg,#ffbd2e,#fa0)}.feature-why-use__mac-button--minimize:hover:before{content:"−";color:#8b4500;font-size:10px;font-weight:700;opacity:1}.feature-why-use__mac-button--maximize{background:linear-gradient(135deg,#28ca42,#20a034)}.feature-why-use__mac-button--maximize:hover:before{content:"+";color:#0d4f1c;font-size:10px;font-weight:700;opacity:1}.feature-why-use__mac-button:hover{transform:scale(1.1);box-shadow:0 2px 4px #0000001a}.feature-why-use__img{width:100%;height:auto;display:block;border-radius:0 0 16px 16px;transition:transform .2s ease;will-change:transform;transform:translateZ(0)}.feature-manager-parallax-container{position:relative;font-family:Plus Jakarta Sans,sans-serif;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:0;margin-top:-50px}.feature-manager-parallax-section{position:relative;height:120vh;min-height:650px;overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%;margin:0;padding:50px 0;background:linear-gradient(135deg,#f8faff,#e6f3ff)}.feature-manager-parallax-background{position:absolute;top:-20%;left:0;right:0;width:100%;height:120%;will-change:transform;z-index:1;margin:0;padding:0}.feature-manager-parallax-bg{width:100%;height:100%;background:linear-gradient(135deg,#f8faff,#e6f3ff);background-size:cover;background-position:center;display:flex;align-items:flex-start;justify-content:center;position:relative;padding-top:15vh}.feature-manager-content{display:grid;grid-template-columns:1fr 300px;gap:80px;align-items:center;max-width:1200px;width:100%;padding:0 24px;z-index:2;position:relative;top:20%}.feature-manager-text{display:flex;flex-direction:column;gap:24px}.feature-manager-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#1a1a1a;margin:0;line-height:1.2;letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif}.feature-manager-subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin:0;font-family:Plus Jakarta Sans,sans-serif}.feature-manager-cta{background:linear-gradient(135deg,#006ac1,#0056a3);color:#fff;border:none;padding:18px 36px;border-radius:12px;font-size:1.125rem;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:12px;align-self:flex-start;box-shadow:0 8px 25px #006ac14d}.feature-manager-cta:hover{transform:translateY(-2px);box-shadow:0 12px 35px #006ac166}.feature-manager-cta-icon{width:20px;height:20px;transition:transform .3s ease}.feature-manager-cta:hover .feature-manager-cta-icon{transform:translate(4px)}.feature-manager-icons{display:flex;flex-direction:column;gap:40px;align-items:center;opacity:0;transform:translate(50px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.feature-manager-icons--visible{opacity:1;transform:translate(0)}.feature-manager-icon{width:80px;height:80px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #006ac133;transition:all .3s ease}.feature-manager-icon--1{animation-delay:.2s}.feature-manager-icon--2{animation-delay:.4s}.feature-manager-icons--visible .feature-manager-icon{animation:iconPulse 2s ease-in-out infinite}.feature-manager-arrow{width:40px;height:40px}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 10px 30px #006ac133}50%{transform:scale(1.1);box-shadow:0 15px 40px #006ac14d}}.feature-ratings-parallax-container{position:relative;font-family:Plus Jakarta Sans,sans-serif;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:0}.feature-ratings-parallax-section{position:relative;height:150vh;min-height:900px;overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%;margin:0;padding:0}.feature-ratings-parallax-background{position:absolute;top:-20%;left:0;right:0;width:100%;height:120%;will-change:transform;z-index:5;margin:0;padding:0}.feature-ratings-parallax-bg{width:100%;height:100%;background:linear-gradient(135deg,#006ac1,#0056a3);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative}.feature-ratings__container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:10}.feature-ratings__content{text-align:center}.feature-ratings__header{margin-bottom:60px}.feature-ratings__title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif}.feature-ratings__subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.6;font-family:Plus Jakarta Sans,sans-serif;max-width:600px;margin:0 auto}.feature-ratings__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.feature-ratings__card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:40px 30px;text-align:center;transition:all .3s ease;box-shadow:0 10px 30px #0000001a}.feature-ratings__card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003;background:#fff3}.feature-ratings__stars{display:flex;justify-content:center;gap:4px;margin-bottom:16px}.feature-ratings__star{width:24px;height:24px}.feature-ratings__score{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:8px;font-family:Plus Jakarta Sans,sans-serif}.feature-ratings__platform{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:8px;font-family:Plus Jakarta Sans,sans-serif}.feature-ratings__reviews{font-size:.9rem;color:#fffc;font-family:Plus Jakarta Sans,sans-serif}.feature-final-cta{position:relative;background:linear-gradient(135deg,#fff,#f8faff);padding:100px 0;display:flex;align-items:center;justify-content:center}.feature-final-cta__container{max-width:800px;margin:0 auto;padding:0 24px;text-align:center}.feature-final-cta__content{display:flex;flex-direction:column;gap:32px;align-items:center}.feature-final-cta__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:600;color:#1a1a1a;margin:0;line-height:1.2;letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif}.feature-final-cta__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin:0;font-family:Plus Jakarta Sans,sans-serif;max-width:600px}.feature-final-cta__buttons{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.feature-final-cta__primary{background:linear-gradient(135deg,#006ac1,#0056a3);color:#fff;border:none;padding:20px 40px;border-radius:12px;font-size:1.125rem;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:12px;box-shadow:0 8px 25px #006ac14d}.feature-final-cta__primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #006ac166}.feature-final-cta__secondary{background:transparent;color:#006ac1;border:2px solid #006ac1;padding:18px 38px;border-radius:12px;font-size:1.125rem;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease}.feature-final-cta__secondary:hover{background:#006ac1;color:#fff;transform:translateY(-3px)}.feature-final-cta__icon{width:20px;height:20px;transition:transform .3s ease}.feature-final-cta__primary:hover .feature-final-cta__icon{transform:translate(4px)}.feature-everything-works{background:linear-gradient(135deg,#f8faff,#fff);padding:100px 0;position:relative}.feature-everything-works__container{max-width:1200px;margin:0 auto;padding:0 24px}.feature-everything-works__header{text-align:center;margin-bottom:80px}.feature-everything-works__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:600;color:#1a1a1a;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif}.feature-everything-works__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;font-family:Plus Jakarta Sans,sans-serif;max-width:600px;margin:0 auto}.feature-everything-works__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:80px}.feature-everything-works__card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,106,193,.1);border-radius:16px;padding:32px;text-align:center;transition:all .3s ease;box-shadow:0 4px 20px #006ac10d}.feature-everything-works__card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #006ac126;border-color:#006ac133}.feature-everything-works__icon{font-size:3rem;margin-bottom:16px;display:block}.feature-everything-works__card-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 12px;font-family:Plus Jakarta Sans,sans-serif}.feature-everything-works__card-description{font-size:1rem;color:#6b7280;line-height:1.6;margin:0;font-family:Plus Jakarta Sans,sans-serif}.feature-everything-works__cta{text-align:center;background:#006ac10d;border-radius:20px;padding:48px;border:1px solid rgba(0,106,193,.1)}.feature-everything-works__cta-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 24px;font-family:Plus Jakarta Sans,sans-serif}.feature-everything-works__cta-btn{background:linear-gradient(135deg,#006ac1,#0056a3);color:#fff;border:none;padding:18px 36px;border-radius:12px;font-size:1.125rem;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:12px;box-shadow:0 8px 25px #006ac14d}.feature-everything-works__cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 35px #006ac166}.feature-everything-works__cta-icon{width:20px;height:20px;transition:transform .3s ease}.feature-everything-works__cta-btn:hover .feature-everything-works__cta-icon{transform:translate(4px)}.feature-faq{background:#fff;padding:100px 0;position:relative}.feature-faq__container{max-width:800px;margin:0 auto;padding:0 24px}.feature-faq__header{text-align:center;margin-bottom:60px}.feature-faq__title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#1a1a1a;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif}.feature-faq__subtitle{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0;font-family:Plus Jakarta Sans,sans-serif}.feature-faq__list{display:flex;flex-direction:column;gap:16px}.feature-faq__item{background:#f8faffcc;border:1px solid rgba(0,106,193,.1);border-radius:12px;overflow:hidden;transition:all .3s ease}.feature-faq__item:hover{border-color:#006ac133;box-shadow:0 4px 20px #006ac11a}.feature-faq__question{width:100%;background:none;border:none;padding:24px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:500;color:#1a1a1a;font-family:Plus Jakarta Sans,sans-serif;transition:all .3s ease}.feature-faq__question:hover{background:#006ac10d}.feature-faq__icon{width:24px;height:24px;color:#006ac1;transition:transform .3s ease;flex-shrink:0;margin-left:16px}.feature-faq__answer{padding:0 24px 24px;border-top:1px solid rgba(0,106,193,.1);background:#fffc}.feature-faq__answer p{font-size:1rem;color:#374151;line-height:1.6;margin:16px 0 0;font-family:Plus Jakarta Sans,sans-serif}@media (max-width: 768px){.feature-why-use{padding:120px 0 80px;margin-top:-30px;clip-path:polygon(0 30px,100% 0,100% 100%,0 100%)}.feature-why-use__container{padding:0 16px}.feature-why-use__zigzag{gap:60px}.feature-why-use__item{grid-template-columns:1fr;gap:30px;text-align:center;padding:40px 30px}.feature-why-use__item--reverse{direction:ltr}.feature-why-use__content{gap:20px}.feature-why-use__benefits{gap:12px}.feature-why-use__benefit{font-size:.9rem}.feature-why-use__cta{padding:14px 28px;font-size:.9rem;align-self:center}.feature-why-use__image{order:-1}.feature-why-use__image-container{border-radius:16px}.feature-why-use__mac-header{padding:10px 12px;border-radius:16px 16px 0 0}.feature-why-use__mac-button{width:10px;height:10px}.feature-why-use__mac-buttons{gap:6px}.feature-why-use__img{border-radius:0 0 12px 12px}.feature-manager-parallax-container{margin-top:-30px}.feature-manager-parallax-section{height:100vh;min-height:500px;padding:40px 0}.feature-manager-parallax-bg{padding-top:10vh}.feature-manager-content{grid-template-columns:1fr;gap:40px;text-align:center}.feature-manager-icons{flex-direction:row;gap:20px;justify-content:center}.feature-manager-icon{width:60px;height:60px}.feature-manager-arrow{width:30px;height:30px}.feature-ratings-parallax-section{height:120vh;min-height:700px}.feature-ratings__container{padding:0 16px}.feature-ratings__header{margin-bottom:40px}.feature-ratings__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.feature-ratings__card{padding:30px 20px}.feature-ratings__score{font-size:2rem}.feature-ratings__platform{font-size:1.125rem}.feature-final-cta{padding:80px 0;margin-top:-60px}.feature-final-cta__container{padding:0 16px}.feature-final-cta__content{gap:24px}.feature-final-cta__buttons{flex-direction:column;gap:16px;width:100%}.feature-final-cta__primary,.feature-final-cta__secondary{width:100%;justify-content:center}.feature-everything-works{padding:80px 0}.feature-everything-works__container{padding:0 16px}.feature-everything-works__header{margin-bottom:60px}.feature-everything-works__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:60px}.feature-everything-works__card{padding:24px}.feature-everything-works__icon{font-size:2.5rem;margin-bottom:12px}.feature-everything-works__card-title{font-size:1.125rem}.feature-everything-works__card-description{font-size:.9rem}.feature-everything-works__cta{padding:32px 24px}.feature-everything-works__cta-btn{padding:16px 28px;font-size:1rem}.feature-faq{padding:80px 0}.feature-faq__container{padding:0 16px}.feature-faq__header{margin-bottom:40px}.feature-faq__question{padding:20px;font-size:1rem}.feature-faq__icon{width:20px;height:20px;margin-left:12px}.feature-faq__answer{padding:0 20px 20px}.feature-faq__answer p{font-size:.9rem}}.contact-us{font-family:Plus Jakarta Sans,sans-serif}.contact-hero{background:linear-gradient(135deg,#f8faff,#fff);padding:120px 0 100px;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(0,106,193,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.5}.contact-hero__container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.contact-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.contact-hero__content{text-align:left}.contact-hero__badge{display:inline-flex;align-items:center;gap:8px;background:#006ac11a;color:#006ac1;padding:8px 16px;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:24px}.contact-hero__badge-icon{width:16px;height:16px}.contact-hero__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:500;color:#1a1a1a;margin:0 0 24px;line-height:1.2;letter-spacing:-.02em}.contact-hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin:0 0 40px}.contact-hero__stats{display:flex;gap:32px;margin-top:40px}.contact-hero__stat{text-align:center}.contact-hero__stat-number{font-size:1.5rem;font-weight:700;color:#006ac1;line-height:1;display:block}.contact-hero__stat-label{font-size:.875rem;color:#6b7280;margin-top:4px;display:block}.contact-hero__visual{position:relative;display:flex;justify-content:center;align-items:center}.contact-hero__image-container{position:relative;width:100%;max-width:400px}.contact-hero__main-visual{position:relative;z-index:2}.contact-hero__phone-mockup{width:280px;height:560px;background:#1a1a1a;border-radius:40px;padding:8px;box-shadow:0 20px 60px #0000004d;margin:0 auto}.contact-hero__phone-screen{width:100%;height:100%;background:#fff;border-radius:32px;overflow:hidden;display:flex;flex-direction:column}.contact-hero__phone-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px 8px;background:#fff}.contact-hero__phone-time{font-size:.875rem;font-weight:600;color:#1a1a1a}.contact-hero__phone-status{display:flex;gap:4px;align-items:center}.contact-hero__phone-signal,.contact-hero__phone-battery{width:18px;height:10px;background:#1a1a1a;border-radius:2px}.contact-hero__dynamic-island{position:absolute;top:20px;left:50%;transform:translate(-50%) scale(.8);background:#1a1a1a;border-radius:20px;transition:all .6s cubic-bezier(.4,0,.2,1);overflow:hidden;z-index:10;box-shadow:0 2px 8px #0000004d,0 0 0 1px #ffffff1a;cursor:pointer;opacity:0}.contact-hero--visible .contact-hero__dynamic-island{opacity:1;transform:translate(-50%) scale(1);transition-delay:1s}.contact-hero__dynamic-island:hover{transform:translate(-50%) scale(1.02);box-shadow:0 4px 12px #0006,0 0 0 1px #ffffff26}.contact-hero__dynamic-island--default{width:120px;height:32px}.contact-hero__dynamic-island--call,.contact-hero__dynamic-island--notification,.contact-hero__dynamic-island--music,.contact-hero__dynamic-island--timer{width:220px;height:48px;border-radius:24px}.contact-hero__island-default{display:flex;align-items:center;justify-content:center;gap:8px;height:100%;padding:0 16px;animation:islandPulse 3s ease-in-out infinite}.contact-hero__island-camera{width:8px;height:8px;background:radial-gradient(circle,#444 30%,#222);border-radius:50%;box-shadow:inset 0 1px 2px #0000004d}.contact-hero__island-speaker{width:16px;height:4px;background:linear-gradient(to right,#333,#222,#333);border-radius:2px;box-shadow:inset 0 1px 1px #0003}.contact-hero__island-expanded{display:flex;align-items:center;gap:10px;height:100%;padding:10px 16px;animation:islandExpand .6s ease-out}.contact-hero__island-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.contact-hero__island-content{flex:1;min-width:0}.contact-hero__island-title{font-size:.75rem;font-weight:600;color:#fff;line-height:1;margin-bottom:2px}.contact-hero__island-subtitle{font-size:.625rem;color:#ffffffb3;line-height:1}.contact-hero__island-actions{display:flex;gap:6px}.contact-hero__island-action{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;cursor:pointer;transition:transform .2s ease}.contact-hero__island-action:hover{transform:scale(1.1)}.contact-hero__island-action--decline{background:#ff3b30;color:#fff}.contact-hero__island-action--accept{background:#34c759;color:#fff}.contact-hero__island-waveform{display:flex;align-items:center;gap:2px;height:20px}.contact-hero__wave{width:2px;background:#fffc;border-radius:1px;animation:waveAnimation 1.5s ease-in-out infinite}.contact-hero__wave:nth-child(1){height:8px;animation-delay:0s}.contact-hero__wave:nth-child(2){height:16px;animation-delay:.2s}.contact-hero__wave:nth-child(3){height:12px;animation-delay:.4s}@keyframes islandExpand{0%{width:120px;height:32px;border-radius:20px}to{width:220px;height:48px;border-radius:24px}}@keyframes waveAnimation{0%,to{transform:scaleY(.5);opacity:.7}50%{transform:scaleY(1);opacity:1}}@keyframes islandPulse{0%,to{opacity:1}50%{opacity:.8}}.contact-hero__phone-content{padding:20px;background:#f8faff;display:flex;flex-direction:column;gap:16px}.contact-hero__chat-bubble{max-width:80%;padding:12px 16px;border-radius:18px;position:relative}.contact-hero__chat-bubble--received{background:#fff;align-self:flex-start;box-shadow:0 2px 8px #0000001a}.contact-hero__chat-bubble--sent{background:#006ac1;color:#fff;align-self:flex-end}.contact-hero__chat-text{font-size:.875rem;line-height:1.4;margin-bottom:4px}.contact-hero__chat-time{font-size:.75rem;opacity:.7}.contact-hero__floating-card{position:absolute;background:#fff;border-radius:16px;padding:16px;box-shadow:0 8px 30px #006ac126;border:1px solid rgba(0,106,193,.1);display:flex;align-items:center;gap:12px;z-index:5;opacity:0;transform:translateY(30px) scale(.9);transition:all 1s cubic-bezier(.4,0,.2,1)}.contact-hero--visible .contact-hero__floating-card{opacity:1;transform:translateY(0) scale(1)}.contact-hero__floating-card--1{top:10%;left:-10%;transition-delay:.8s}.contact-hero--visible .contact-hero__floating-card--1{animation:float 6s ease-in-out infinite 1.8s}.contact-hero__floating-card--2{top:60%;right:-15%;transition-delay:1s}.contact-hero--visible .contact-hero__floating-card--2{animation:float 6s ease-in-out infinite 2s}.contact-hero__floating-card--3{bottom:10%;left:-5%;transition-delay:1.2s}.contact-hero--visible .contact-hero__floating-card--3{animation:float 6s ease-in-out infinite 2.2s}.contact-hero__card-icon{width:40px;height:40px;background:linear-gradient(135deg,#006ac1,#1a7dd1);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-hero__card-icon svg{width:20px;height:20px;color:#fff}.contact-hero__card-text{min-width:0}.contact-hero__card-title{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0 0 2px}.contact-hero__card-subtitle{font-size:.75rem;color:#6b7280;margin:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.contact-content{padding:120px 0;background:#fff}.contact-content__container{max-width:1200px;margin:0 auto;padding:0 24px}.contact-content__header{text-align:center;margin-bottom:80px}.contact-content__title{font-size:clamp(2rem,3vw,2.5rem);font-weight:600;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.02em}.contact-content__subtitle{font-size:1.125rem;color:#6b7280;margin:0;line-height:1.6}.contact-content__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}.contact-methods{display:flex;flex-direction:column;gap:24px}.contact-method__card{background:#fff;border:1px solid rgba(0,106,193,.1);border-radius:20px;padding:32px;transition:all .3s ease;box-shadow:0 4px 20px #006ac10d;position:relative;overflow:hidden}.contact-method__card:hover{border-color:#006ac133;box-shadow:0 8px 30px #006ac11a;transform:translateY(-4px)}.contact-method__card--primary{border-color:#006ac133;background:linear-gradient(135deg,#006ac105,#1a7dd105)}.contact-method__card--primary:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#006ac1,#1a7dd1)}.contact-method__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.contact-method__icon{width:48px;height:48px;background:linear-gradient(135deg,#006ac1,#1a7dd1);border-radius:12px;display:flex;align-items:center;justify-content:center}.contact-method__icon svg{width:24px;height:24px;color:#fff}.contact-method__badge{background:#006ac11a;color:#006ac1;padding:4px 12px;border-radius:50px;font-size:.75rem;font-weight:500}.contact-method__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 12px}.contact-method__description{font-size:1rem;color:#6b7280;line-height:1.6;margin:0 0 20px}.contact-method__detail{margin-top:20px}.contact-method__link{color:#006ac1;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.contact-method__link:hover{color:#1a7dd1;transform:translate(4px)}.contact-method__link svg{width:16px;height:16px}.contact-method__link--button{background:#006ac1;color:#fff;padding:12px 20px;border-radius:8px;text-decoration:none}.contact-method__link--button:hover{background:#1a7dd1;color:#fff;transform:translateY(-2px)}.contact-method__schedule{display:flex;flex-direction:column;gap:8px}.contact-method__schedule-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(0,106,193,.1)}.contact-method__schedule-item:last-child{border-bottom:none}.contact-method__day{font-size:.875rem;color:#6b7280}.contact-method__time{font-size:.875rem;font-weight:500;color:#1a1a1a}.contact-form{background:#fff;border:1px solid rgba(0,106,193,.1);border-radius:24px;box-shadow:0 8px 40px #006ac114;position:relative;overflow:hidden}.contact-form__visual{position:absolute;top:0;right:0;width:200px;height:200px;pointer-events:none}.contact-form__decoration{position:relative;width:100%;height:100%}.contact-form__decoration-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#006ac11a,#1a7dd10d)}.contact-form__decoration-circle--1{width:120px;height:120px;top:-60px;right:-60px;animation:float 8s ease-in-out infinite}.contact-form__decoration-circle--2{width:80px;height:80px;top:20px;right:20px;animation:float 8s ease-in-out infinite reverse;animation-delay:2s}.contact-form__decoration-circle--3{width:40px;height:40px;top:80px;right:80px;animation:float 8s ease-in-out infinite;animation-delay:4s}.contact-form__content{padding:40px;position:relative;z-index:1}.contact-form__header{margin-bottom:32px}.contact-form__badge{display:inline-flex;align-items:center;gap:8px;background:#006ac11a;color:#006ac1;padding:8px 16px;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:16px}.contact-form__badge-icon{width:16px;height:16px}.contact-form__title{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.02em}.contact-form__subtitle{font-size:1rem;color:#6b7280;margin:0;line-height:1.6}.contact-form__form{display:flex;flex-direction:column;gap:24px}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form__field{display:flex;flex-direction:column;gap:8px}.contact-form__label{font-size:.875rem;font-weight:500;color:#374151}.contact-form__input,.contact-form__select,.contact-form__textarea{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{outline:none;border-color:#006ac1;box-shadow:0 0 0 3px #006ac11a}.contact-form__textarea{resize:vertical;min-height:120px}.contact-form__submit{background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 20px #006ac140}.contact-form__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #006ac159}.contact-form__submit:disabled{opacity:.7;cursor:not-allowed}.contact-form__submit-icon,.contact-form__loading-icon{width:18px;height:18px;flex-shrink:0}.contact-form__success,.contact-form__error{padding:16px;border-radius:8px;display:flex;align-items:center;gap:12px;font-size:.875rem;font-weight:500}.contact-form__success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.contact-form__error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.contact-form__success-icon{width:20px;height:20px;color:#16a34a;flex-shrink:0}.contact-actions{background:linear-gradient(135deg,#f8faff,#fff);padding:120px 0;position:relative}.contact-actions:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="5" cy="5" r="1" fill="rgba(0,106,193,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');opacity:.5}.contact-actions__container{max-width:1000px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.contact-actions__header{text-align:center;margin-bottom:60px}.contact-actions__title{font-size:clamp(2rem,3vw,2.5rem);font-weight:600;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.02em}.contact-actions__subtitle{font-size:1.125rem;color:#6b7280;margin:0;line-height:1.6}.contact-actions__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.contact-actions__card{background:#fff;border:1px solid rgba(0,106,193,.1);border-radius:24px;padding:40px;transition:all .3s ease;box-shadow:0 8px 30px #006ac114;position:relative;overflow:hidden}.contact-actions__card:hover{border-color:#006ac133;box-shadow:0 12px 40px #006ac126;transform:translateY(-8px)}.contact-actions__card--featured{border-color:#006ac133;background:linear-gradient(135deg,#006ac105,#1a7dd105)}.contact-actions__card--featured:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#006ac1,#1a7dd1)}.contact-actions__card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.contact-actions__icon{width:56px;height:56px;background:linear-gradient(135deg,#006ac1,#1a7dd1);border-radius:14px;display:flex;align-items:center;justify-content:center}.contact-actions__icon svg{width:28px;height:28px;color:#fff}.contact-actions__badge{background:#006ac11a;color:#006ac1;padding:6px 12px;border-radius:50px;font-size:.75rem;font-weight:500}.contact-actions__card-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.02em}.contact-actions__description{font-size:1rem;color:#6b7280;line-height:1.6;margin:0 0 24px}.contact-actions__features{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px}.contact-actions__feature{display:flex;align-items:center;gap:12px;font-size:.875rem;color:#374151}.contact-actions__feature svg{width:16px;height:16px;color:#10b981;flex-shrink:0}.contact-actions__button{width:100%;background:transparent;color:#006ac1;border:2px solid #006ac1;padding:16px 24px;border-radius:12px;font-size:1rem;font-weight:600;font-family:inherit;text-decoration:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.contact-actions__button:hover{background:#006ac1;color:#fff;transform:translateY(-2px);text-decoration:none;box-shadow:0 8px 25px #006ac140}.contact-actions__button--primary{background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;border:none}.contact-actions__button--primary:hover{background:linear-gradient(135deg,#1a7dd1,#006ac1);color:#fff;box-shadow:0 8px 25px #006ac159}.contact-actions__button svg{width:18px;height:18px;transition:transform .3s ease}.contact-actions__button:hover svg{transform:translate(4px)}@media (max-width: 1024px){.contact-hero__grid{gap:60px}.contact-hero__stats{gap:24px}.contact-hero__floating-card{display:none}.contact-content__grid{gap:60px}.contact-actions__grid{gap:32px}}@media (max-width: 768px){.contact-hero{padding:100px 0 80px}.contact-hero__grid{grid-template-columns:1fr;gap:60px;text-align:center}.contact-hero__content{text-align:center}.contact-hero__stats{justify-content:center}.contact-hero__phone-mockup{width:240px;height:480px}.contact-content{padding:100px 0}.contact-content__header{margin-bottom:60px}.contact-content__grid{grid-template-columns:1fr;gap:60px}.contact-form__content{padding:32px 24px}.contact-form__row{grid-template-columns:1fr;gap:16px}.contact-actions{padding:100px 0}.contact-actions__grid{grid-template-columns:1fr;gap:32px}.contact-actions__card{padding:32px}}@media (max-width: 480px){.contact-hero{padding:80px 0 60px}.contact-hero__container,.contact-content__container,.contact-actions__container{padding:0 16px}.contact-hero__stats{flex-direction:column;gap:16px;align-items:center}.contact-hero__phone-mockup{width:200px;height:400px}.contact-content{padding:80px 0}.contact-content__header{margin-bottom:40px}.contact-content__grid{gap:40px}.contact-methods{gap:20px}.contact-method__card{padding:24px}.contact-form__content{padding:24px 20px}.contact-actions{padding:80px 0}.contact-actions__header{margin-bottom:40px}.contact-actions__card{padding:24px}.contact-actions__icon{width:48px;height:48px}.contact-actions__icon svg{width:24px;height:24px}.contact-actions__card-title{font-size:1.25rem}.contact-hero__dynamic-island--default{width:100px;height:28px}.contact-hero__dynamic-island--call,.contact-hero__dynamic-island--notification,.contact-hero__dynamic-island--music,.contact-hero__dynamic-island--timer{width:200px;height:44px}.contact-hero__island-icon{width:28px;height:28px;font-size:12px}.contact-hero__dynamic-island--default{width:80px;height:24px}.contact-hero__dynamic-island--call,.contact-hero__dynamic-island--notification,.contact-hero__dynamic-island--music,.contact-hero__dynamic-island--timer{width:180px;height:40px}.contact-hero__island-icon{width:24px;height:24px;font-size:10px}.contact-hero__island-title{font-size:.625rem}.contact-hero__island-subtitle{font-size:.5rem}}.pricing{font-family:Plus Jakarta Sans,sans-serif}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.pricing-hero{background:linear-gradient(135deg,#f8faff,#fff);padding:120px 0 80px;position:relative;overflow:hidden;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.pricing-hero--visible{opacity:1;transform:translateY(0)}.pricing-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(0,106,193,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.5}.pricing-hero__container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.pricing-hero__content{text-align:center;max-width:800px;margin:0 auto}.pricing-hero__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:#1a1a1a;margin:0 0 24px;letter-spacing:-.02em;line-height:1.1;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}.pricing-hero--visible .pricing-hero__title{opacity:1;transform:translateY(0)}.pricing-hero__subtitle{font-size:1.25rem;color:#6b7280;margin:0;line-height:1.6;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .4s}.pricing-hero--visible .pricing-hero__subtitle{opacity:1;transform:translateY(0)}.pricing-content{padding:100px 0;background:#fff;opacity:0;transform:translateY(50px);transition:all 1s cubic-bezier(.4,0,.2,1)}.pricing-content--visible{opacity:1;transform:translateY(0)}.pricing-content__container{max-width:1200px;margin:0 auto;padding:0 24px}.pricing-content__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.pricing-features{opacity:0;transform:translate(-30px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}.pricing-content--visible .pricing-features{opacity:1;transform:translate(0)}.pricing-features__title{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 32px;letter-spacing:-.02em}.pricing-features__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.pricing-features__item{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:#374151;line-height:1.6;opacity:0;transform:translate(-20px);transition:all .5s cubic-bezier(.4,0,.2,1)}.pricing-content--visible .pricing-features__item{opacity:1;transform:translate(0)}.pricing-content--visible .pricing-features__item:nth-child(1){transition-delay:.4s}.pricing-content--visible .pricing-features__item:nth-child(2){transition-delay:.5s}.pricing-content--visible .pricing-features__item:nth-child(3){transition-delay:.6s}.pricing-content--visible .pricing-features__item:nth-child(4){transition-delay:.7s}.pricing-content--visible .pricing-features__item:nth-child(5){transition-delay:.8s}.pricing-content--visible .pricing-features__item:nth-child(6){transition-delay:.9s}.pricing-content--visible .pricing-features__item:nth-child(7){transition-delay:1s}.pricing-content--visible .pricing-features__item:nth-child(8){transition-delay:1.1s}.pricing-content--visible .pricing-features__item:nth-child(9){transition-delay:1.2s}.pricing-features__icon{width:20px;height:20px;color:#006ac1;flex-shrink:0;margin-top:2px}.pricing-form{background:#fff;border:1px solid rgba(0,106,193,.1);border-radius:24px;box-shadow:0 8px 40px #006ac114;position:relative;overflow:hidden;opacity:0;transform:translate(30px) scale(.95);transition:all .8s cubic-bezier(.4,0,.2,1) .4s}.pricing-content--visible .pricing-form{opacity:1;transform:translate(0) scale(1)}.pricing-form__content{padding:40px;position:relative;z-index:1}.pricing-form__title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 8px}.pricing-form__subtitle{font-size:1rem;color:#6b7280;margin:0 0 32px;line-height:1.6}.pricing-form__form{display:flex;flex-direction:column;gap:24px}.pricing-form__field{display:flex;flex-direction:column;gap:8px}.pricing-form__label{font-size:.875rem;font-weight:500;color:#374151}.pricing-form__input,.pricing-form__select{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.pricing-form__input:focus,.pricing-form__select:focus{outline:none;border-color:#006ac1;box-shadow:0 0 0 3px #006ac11a}.pricing-form__submit{background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.pricing-form__submit:hover{background:linear-gradient(135deg,#1a7dd1,#006ac1);transform:translateY(-3px) scale(1.02);box-shadow:0 12px 35px #006ac166}.pricing-form__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.pricing-form__submit-icon{width:18px;height:18px;transition:transform .3s ease}.pricing-form__submit:hover .pricing-form__submit-icon{transform:translate(4px)}.pricing-form__success{background:#22c55e1a;color:#16a34a;padding:12px 16px;border-radius:8px;font-size:.875rem;text-align:center}.pricing-form__error{background:#ef44441a;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:.875rem;text-align:center}.pricing-form__policy{margin:16px 0;padding:16px;background:#006ac10d;border-radius:8px;border:1px solid rgba(0,106,193,.1)}.pricing-form__policy-text{font-size:.75rem;color:#6b7280;line-height:1.5;margin:0;text-align:center}.pricing-faq{padding:100px 0;background:#f8faff;opacity:0;transform:translateY(50px);transition:all 1s cubic-bezier(.4,0,.2,1)}.pricing-faq--visible{opacity:1;transform:translateY(0)}.pricing-faq__container{max-width:1000px;margin:0 auto;padding:0 24px}.pricing-faq__header{text-align:center;margin-bottom:60px}.pricing-faq__title{font-size:2.5rem;font-weight:600;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.02em}.pricing-faq__subtitle{font-size:1.125rem;color:#6b7280;margin:0;line-height:1.6}.pricing-faq__list{display:flex;flex-direction:column;gap:32px}.pricing-faq__item{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #006ac10d;border:1px solid rgba(0,106,193,.1);opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.pricing-faq--visible .pricing-faq__item{opacity:1;transform:translateY(0)}.pricing-faq--visible .pricing-faq__item:nth-child(1){transition-delay:.1s}.pricing-faq--visible .pricing-faq__item:nth-child(2){transition-delay:.2s}.pricing-faq--visible .pricing-faq__item:nth-child(3){transition-delay:.3s}.pricing-faq--visible .pricing-faq__item:nth-child(4){transition-delay:.4s}.pricing-faq--visible .pricing-faq__item:nth-child(5){transition-delay:.5s}.pricing-faq--visible .pricing-faq__item:nth-child(6){transition-delay:.6s}.pricing-faq__item:hover{transform:translateY(-4px);box-shadow:0 8px 30px #006ac126;border-color:#006ac133}.pricing-faq__question{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 16px;line-height:1.4}.pricing-faq__answer{font-size:1rem;color:#6b7280;margin:0;line-height:1.6}.pricing-cta{padding:100px 0;background:linear-gradient(135deg,#006ac1,#1a7dd1);color:#fff;opacity:0;transform:translateY(50px);transition:all 1s cubic-bezier(.4,0,.2,1)}.pricing-cta--visible{opacity:1;transform:translateY(0)}.pricing-cta__container{max-width:800px;margin:0 auto;padding:0 24px}.pricing-cta__content{text-align:center}.pricing-cta__title{font-size:2.5rem;font-weight:600;margin:0 0 16px;letter-spacing:-.02em}.pricing-cta__subtitle{font-size:1.125rem;margin:0 0 32px;line-height:1.6;opacity:.9}.pricing-cta__button{background:#fff;color:#006ac1;border:none;padding:16px 32px;border-radius:12px;font-size:1.125rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;margin-bottom:32px}.pricing-cta__button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 40px #0000004d}.pricing-cta__icon{width:20px;height:20px}.pricing-cta__features{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.pricing-cta__feature{display:flex;align-items:center;gap:8px;font-size:.875rem;opacity:.9}.pricing-cta__feature-icon{width:16px;height:16px}@media (max-width: 1024px){.pricing-content__grid{gap:60px}}@media (max-width: 768px){.pricing-hero{padding:100px 0 60px}.pricing-content{padding:80px 0}.pricing-content__grid{grid-template-columns:1fr;gap:60px}.pricing-features__title{font-size:1.75rem}.pricing-form__content{padding:32px 24px}.pricing-faq{padding:80px 0}.pricing-faq__header{margin-bottom:40px}.pricing-faq__title{font-size:2rem}.pricing-faq__item{padding:24px}.pricing-cta{padding:80px 0}.pricing-cta__title{font-size:2rem}.pricing-cta__features{gap:24px}}@media (max-width: 480px){.pricing-hero{padding:80px 0 40px}.pricing-hero__container,.pricing-content__container,.pricing-faq__container,.pricing-cta__container{padding:0 16px}.pricing-content{padding:60px 0}.pricing-content__grid{gap:40px}.pricing-features__title{font-size:1.5rem}.pricing-form__content{padding:24px 20px}.pricing-faq{padding:60px 0}.pricing-faq__list{gap:24px}.pricing-faq__item{padding:20px}.pricing-faq__question{font-size:1.125rem}.pricing-cta{padding:60px 0}.pricing-cta__title{font-size:1.75rem}.pricing-cta__features{flex-direction:column;gap:16px;align-items:center}}.terms-of-service{font-family:Plus Jakarta Sans,sans-serif}.terms-hero{background:linear-gradient(135deg,#f8faff,#fff);padding:120px 0 80px;position:relative;overflow:hidden;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.terms-hero--visible{opacity:1;transform:translateY(0)}.terms-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(0,106,193,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.5}.terms-hero__container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.terms-hero__content{text-align:center;max-width:800px;margin:0 auto}.terms-hero__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:#1a1a1a;margin:0 0 24px;letter-spacing:-.02em;line-height:1.1;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}.terms-hero--visible .terms-hero__title{opacity:1;transform:translateY(0)}.terms-hero__subtitle{font-size:1.25rem;color:#6b7280;margin:0 0 32px;line-height:1.6;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .4s}.terms-hero--visible .terms-hero__subtitle{opacity:1;transform:translateY(0)}.terms-hero__meta{opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .6s}.terms-hero--visible .terms-hero__meta{opacity:1;transform:translateY(0)}.terms-hero__revision{display:inline-block;background:#006ac11a;color:#006ac1;padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:500}.terms-content{padding:100px 0;background:#fff;opacity:0;transform:translateY(50px);transition:all 1s cubic-bezier(.4,0,.2,1)}.terms-content--visible{opacity:1;transform:translateY(0)}.terms-content__container{max-width:1200px;margin:0 auto;padding:0 24px}.terms-content__grid{display:grid;grid-template-columns:300px 1fr;gap:60px;align-items:start}.terms-toc{position:sticky;top:100px;opacity:0;transform:translate(-30px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}.terms-content--visible .terms-toc{opacity:1;transform:translate(0)}.terms-toc__content{background:#f8faff;border-radius:16px;padding:24px;border:1px solid rgba(0,106,193,.1)}.terms-toc__title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 20px}.terms-toc__nav{display:flex;flex-direction:column;gap:8px}.terms-toc__link{color:#6b7280;text-decoration:none;font-size:.875rem;padding:8px 12px;border-radius:8px;transition:all .3s ease;border-left:3px solid transparent;word-spacing:.05em}.terms-toc__link:hover{background:#006ac11a;color:#006ac1;border-left-color:#006ac1;transform:translate(4px)}.terms-main{opacity:0;transform:translate(30px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}.terms-content--visible .terms-main{opacity:1;transform:translate(0)}.terms-section{margin-bottom:48px;scroll-margin-top:100px}.terms-section__title{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0 0 24px;letter-spacing:-.02em;padding-bottom:12px;border-bottom:2px solid rgba(0,106,193,.1)}.terms-section__content{line-height:1.7;word-spacing:.08em}.terms-section__paragraph{font-size:1rem;color:#374151;margin:0 0 16px;line-height:1.7;word-spacing:.1em;letter-spacing:.01em}.terms-section__paragraph:last-child{margin-bottom:0}@media (max-width: 1024px){.terms-content__grid{gap:40px}.terms-toc{position:static}}@media (max-width: 768px){.terms-hero{padding:100px 0 60px}.terms-content{padding:80px 0}.terms-content__grid{grid-template-columns:1fr;gap:40px}.terms-toc__content{padding:20px}.terms-section__title{font-size:1.5rem}}@media (max-width: 480px){.terms-hero{padding:80px 0 40px}.terms-hero__container,.terms-content__container{padding:0 16px}.terms-content{padding:60px 0}.terms-content__grid{gap:32px}.terms-toc__content{padding:16px}.terms-section{margin-bottom:40px}.terms-section__title{font-size:1.375rem}.terms-section__paragraph{font-size:.9375rem}}.privacy-policy{font-family:Plus Jakarta Sans,sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.privacy-hero{background:linear-gradient(135deg,#f8faff,#fff);padding:120px 0 80px;position:relative;overflow:hidden;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.privacy-hero--visible{opacity:1;transform:translateY(0)}.privacy-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(0,106,193,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.5}.privacy-hero__container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.privacy-hero__content{text-align:center;max-width:800px;margin:0 auto}.privacy-hero__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:#1a1a1a;margin:0 0 24px;letter-spacing:-.02em;line-height:1.1;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}.privacy-hero--visible .privacy-hero__title{opacity:1;transform:translateY(0)}.privacy-hero__subtitle{font-size:1.25rem;color:#6b7280;margin:0 0 32px;line-height:1.6;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .4s}.privacy-hero--visible .privacy-hero__subtitle{opacity:1;transform:translateY(0)}.privacy-hero__meta{opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .6s}.privacy-hero--visible .privacy-hero__meta{opacity:1;transform:translateY(0)}.privacy-hero__revision{display:inline-block;background:#006ac11a;color:#006ac1;padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:500}.privacy-content{padding:100px 0;background:#fff;opacity:0;transform:translateY(50px);transition:all 1s cubic-bezier(.4,0,.2,1)}.privacy-content--visible{opacity:1;transform:translateY(0)}.privacy-content__container{max-width:1200px;margin:0 auto;padding:0 24px}.privacy-content__grid{display:grid;grid-template-columns:280px 1fr;gap:80px;align-items:start}.privacy-toc{position:sticky;top:100px;opacity:0;transform:translate(-30px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}.privacy-content--visible .privacy-toc{opacity:1;transform:translate(0)}.privacy-toc__content{background:#f8faff;border-radius:16px;padding:24px;border:1px solid rgba(0,106,193,.1)}.privacy-toc__title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 20px}.privacy-toc__nav{display:flex;flex-direction:column;gap:8px}.privacy-toc__link{color:#6b7280;text-decoration:none;font-size:.875rem;padding:8px 12px;border-radius:8px;transition:all .3s ease;border-left:3px solid transparent;word-spacing:.05em}.privacy-toc__link:hover{background:#006ac11a;color:#006ac1;border-left-color:#006ac1;transform:translate(4px)}.privacy-main{opacity:0;transform:translate(30px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}.privacy-content--visible .privacy-main{opacity:1;transform:translate(0)}.privacy-section{margin-bottom:48px;scroll-margin-top:100px}.privacy-section__title{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0 0 24px;letter-spacing:-.02em;padding-bottom:12px;border-bottom:2px solid rgba(0,106,193,.1)}.privacy-section__content{line-height:1.7;word-spacing:.08em}.privacy-section__paragraph{font-size:1rem;color:#374151;margin:0 0 16px;line-height:1.7;word-spacing:.1em;letter-spacing:.01em}.privacy-section__paragraph:last-child{margin-bottom:0}.privacy-list{margin:16px 0;padding-left:0;list-style:none}.privacy-list__item{position:relative;padding:8px 0 8px 24px;font-size:1rem;color:#374151;line-height:1.7;margin-bottom:8px}.privacy-list__item:before{content:"•";position:absolute;left:0;top:8px;color:#006ac1;font-weight:700;font-size:1.2rem}.privacy-list__item:last-child{margin-bottom:0}.privacy-subsection__title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:24px 0 12px}.privacy-subsection__title:first-child{margin-top:0}@media (max-width: 1024px){.privacy-content__grid{gap:40px}.privacy-toc{position:static}}@media (max-width: 768px){.privacy-hero{padding:100px 0 60px}.privacy-content{padding:80px 0}.privacy-content__grid{grid-template-columns:1fr;gap:40px}.privacy-toc__content{padding:20px}.privacy-section__title{font-size:1.5rem}}@media (max-width: 480px){.privacy-hero{padding:80px 0 40px}.privacy-hero__container,.privacy-content__container{padding:0 16px}.privacy-content{padding:60px 0}.privacy-content__grid{gap:32px}.privacy-toc__content{padding:16px}.privacy-section{margin-bottom:40px}.privacy-section__title{font-size:1.375rem}.privacy-section__paragraph{font-size:.9375rem}}.videos{font-family:Plus Jakarta Sans,sans-serif}.videos-hero{background:linear-gradient(135deg,#f8faff,#fff);padding:120px 0 80px;position:relative;overflow:hidden;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.videos-hero--visible{opacity:1;transform:translateY(0)}.videos-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(0,106,193,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.5}.videos-hero__container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.videos-hero__content{text-align:center;max-width:800px;margin:0 auto}.videos-hero__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:#1a1a1a;margin:0 0 24px;letter-spacing:-.02em;line-height:1.1;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}.videos-hero--visible .videos-hero__title{opacity:1;transform:translateY(0)}.videos-hero__subtitle{font-size:1.25rem;color:#6b7280;margin:0 0 48px;line-height:1.6;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .4s}.videos-hero--visible .videos-hero__subtitle{opacity:1;transform:translateY(0)}.videos-hero__stats{display:flex;justify-content:center;gap:48px;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .6s}.videos-hero--visible .videos-hero__stats{opacity:1;transform:translateY(0)}.videos-hero__stat{text-align:center}.videos-hero__stat-number{display:block;font-size:2.5rem;font-weight:700;color:#006ac1;line-height:1;margin-bottom:8px}.videos-hero__stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.videos-content{padding:100px 0;background:#fff;opacity:0;transform:translateY(50px);transition:all 1s cubic-bezier(.4,0,.2,1)}.videos-content--visible{opacity:1;transform:translateY(0)}.videos-content__container{max-width:1200px;margin:0 auto;padding:0 24px}.videos-filter{margin-bottom:48px;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}.videos-content--visible .videos-filter{opacity:1;transform:translateY(0)}.videos-filter__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 20px}.videos-filter__buttons{display:flex;flex-wrap:wrap;gap:12px}.videos-filter__button{padding:10px 20px;border:2px solid rgba(0,106,193,.2);background:#fff;color:#6b7280;border-radius:25px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.videos-filter__button:hover{border-color:#006ac1;color:#006ac1;transform:translateY(-2px)}.videos-filter__button--active{background:#006ac1;color:#fff;border-color:#006ac1}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-bottom:80px}.video-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #006ac114;border:1px solid rgba(0,106,193,.1);cursor:pointer;transition:all .3s ease;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards}.videos-content--visible .video-card{opacity:1;transform:translateY(0)}.video-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #006ac126}.video-card__thumbnail{position:relative;width:100%;height:200px;overflow:hidden}.video-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.video-card:hover .video-card__image{transform:scale(1.05)}.video-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.video-card:hover .video-card__overlay{opacity:1}.video-card__play-button{width:60px;height:60px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#006ac1;transform:scale(.8);transition:transform .3s ease}.video-card:hover .video-card__play-button{transform:scale(1)}.video-card__duration{position:absolute;bottom:8px;right:8px;background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:500}.video-card__content{padding:24px}.video-card__category{display:inline-block;background:#006ac11a;color:#006ac1;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:500;margin-bottom:12px}.video-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.video-card__title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.4;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-card__expand-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:6px;transition:all .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:26px;height:26px}.video-card__expand-btn:hover{background:#006ac11a;color:#006ac1;transform:scale(1.1)}.video-card__description{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:all .3s ease}.video-card__description--expanded{display:block;-webkit-line-clamp:unset;overflow:visible}.video-card__meta{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#9ca3af}.video-card__channel,.video-card__stats{display:flex;align-items:center;gap:6px}.videos-cta{background:linear-gradient(135deg,#006ac1,#1a7dd1);border-radius:24px;padding:60px 40px;text-align:center;color:#fff;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1) .4s}.videos-content--visible .videos-cta{opacity:1;transform:translateY(0)}.videos-cta__title{font-size:2rem;font-weight:700;margin:0 0 16px;letter-spacing:-.02em}.videos-cta__description{font-size:1.125rem;line-height:1.6;opacity:.9;max-width:600px;margin:0 auto 32px}.videos-cta__buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.videos-cta__button{padding:14px 28px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.videos-cta__button--primary{background:#fff;color:#006ac1}.videos-cta__button--primary:hover{background:#f8faff;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.videos-cta__button--secondary{background:transparent;color:#fff;border-color:#ffffff4d}.videos-cta__button--secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.videos-hero{padding:100px 0 60px}.videos-hero__stats{gap:32px}.videos-hero__stat-number{font-size:2rem}.videos-content{padding:80px 0}.videos-grid{grid-template-columns:1fr;gap:24px}.videos-filter__buttons{justify-content:center}.videos-cta{padding:40px 24px}.videos-cta__title{font-size:1.75rem}.videos-cta__buttons{flex-direction:column;align-items:center}.videos-cta__button{width:100%;max-width:280px}}@media (max-width: 480px){.videos-hero{padding:80px 0 40px}.videos-hero__container,.videos-content__container{padding:0 16px}.videos-content{padding:60px 0}.videos-hero__stats{flex-direction:column;gap:24px}.videos-filter__buttons{gap:8px}.videos-filter__button{padding:8px 16px;font-size:.8125rem}.video-card__content{padding:20px}.videos-cta{padding:32px 20px}.videos-cta__title{font-size:1.5rem}.videos-cta__description{font-size:1rem}}.blog{font-family:Plus Jakarta Sans,sans-serif}.blog-hero{background:linear-gradient(135deg,#f8faff,#fff);padding:120px 0 80px;position:relative;overflow:hidden;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.blog-hero--visible{opacity:1;transform:translateY(0)}.blog-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(0,106,193,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.5}.blog-hero__container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.blog-hero__content{text-align:center;max-width:800px;margin:0 auto}.blog-hero__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:#1a1a1a;margin:0 0 24px;letter-spacing:-.02em;line-height:1.1;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}.blog-hero--visible .blog-hero__title{opacity:1;transform:translateY(0)}.blog-hero__subtitle{font-size:1.25rem;color:#6b7280;margin:0 0 48px;line-height:1.6;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .4s}.blog-hero--visible .blog-hero__subtitle{opacity:1;transform:translateY(0)}.blog-hero__stats{display:flex;justify-content:center;gap:48px;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .6s}.blog-hero--visible .blog-hero__stats{opacity:1;transform:translateY(0)}.blog-hero__stat{text-align:center}.blog-hero__stat-number{display:block;font-size:2.5rem;font-weight:700;color:#006ac1;line-height:1;margin-bottom:8px}.blog-hero__stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.blog-content{padding:100px 0;background:#fff;opacity:0;transform:translateY(50px);transition:all 1s cubic-bezier(.4,0,.2,1)}.blog-content--visible{opacity:1;transform:translateY(0)}.blog-content__container{max-width:1200px;margin:0 auto;padding:0 24px}.blog-featured{display:grid;grid-template-columns:1fr 400px;gap:48px;margin-bottom:80px;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}.blog-content--visible .blog-featured{opacity:1;transform:translateY(0)}.blog-featured__post{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #006ac114;border:1px solid rgba(0,106,193,.1);cursor:pointer;transition:all .3s ease}.blog-featured__post:hover{transform:translateY(-8px);box-shadow:0 12px 40px #006ac126}.blog-featured__image{width:100%;height:300px;overflow:hidden}.blog-featured__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-featured__post:hover .blog-featured__image img{transform:scale(1.05)}.blog-featured__content{padding:32px}.blog-featured__title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 16px;line-height:1.4}.blog-featured__description{font-size:1rem;color:#6b7280;line-height:1.6;margin:0 0 24px}.blog-featured__meta{display:flex;align-items:center;gap:16px;font-size:.875rem;color:#9ca3af}.blog-featured__author{font-weight:500}.blog-featured__sidebar{background:#f8faff;border-radius:16px;padding:32px;border:1px solid rgba(0,106,193,.1)}.blog-featured__sidebar-header h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 24px}.blog-featured__sidebar-post{cursor:pointer;padding:16px;border-radius:12px;transition:all .3s ease}.blog-featured__sidebar-post:hover{background:#006ac10f}.blog-featured__sidebar-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 12px;line-height:1.4}.blog-featured__sidebar-meta{display:flex;align-items:center;gap:12px;font-size:.875rem;color:#9ca3af}.blog-section{margin-bottom:80px;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1) .4s}.blog-content--visible .blog-section{opacity:1;transform:translateY(0)}.blog-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.blog-section__title{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0}.blog-section__see-more{color:#006ac1;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .3s ease}.blog-section__see-more:hover{color:#1a7dd1}.blog-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.blog-section__grid--single{grid-template-columns:repeat(auto-fit,minmax(350px,400px));justify-content:start}.blog-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #006ac114;border:1px solid rgba(0,106,193,.1);cursor:pointer;transition:all .3s ease;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards}.blog-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #006ac126}.blog-card__image{width:100%;height:200px;overflow:hidden}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card__image img{transform:scale(1.05)}.blog-card__content{padding:24px}.blog-card__title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card__description{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__meta{display:flex;align-items:center;gap:12px;font-size:.75rem;color:#9ca3af}.blog-card__author{font-weight:500}.blog-cta{background:linear-gradient(135deg,#006ac1,#1a7dd1);border-radius:24px;padding:60px 40px;text-align:center;color:#fff;margin-top:80px;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1) .6s}.blog-content--visible .blog-cta{opacity:1;transform:translateY(0)}.blog-cta__title{font-size:2rem;font-weight:700;margin:0 0 16px;letter-spacing:-.02em}.blog-cta__description{font-size:1.125rem;line-height:1.6;opacity:.9;max-width:600px;margin:0 auto 32px}.blog-cta__buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.blog-cta__button{padding:14px 28px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.blog-cta__button--primary{background:#fff;color:#006ac1}.blog-cta__button--primary:hover{background:#f8faff;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.blog-cta__button--secondary{background:transparent;color:#fff;border-color:#ffffff4d}.blog-cta__button--secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.blog-hero{padding:100px 0 60px}.blog-hero__stats{gap:32px}.blog-hero__stat-number{font-size:2rem}.blog-content{padding:80px 0}.blog-featured{grid-template-columns:1fr;gap:32px}.blog-section__header{flex-direction:column;align-items:flex-start;gap:16px}.blog-section__title{font-size:1.75rem}.blog-section__grid{grid-template-columns:1fr;gap:24px}.blog-featured__image{height:250px}.blog-card__image{height:180px}.blog-cta{padding:40px 24px;margin-top:60px}.blog-cta__title{font-size:1.75rem}.blog-cta__buttons{flex-direction:column;align-items:center}.blog-cta__button{width:100%;max-width:280px}}@media (max-width: 480px){.blog-hero{padding:80px 0 40px}.blog-hero__container,.blog-content__container{padding:0 16px}.blog-content{padding:60px 0}.blog-hero__stats{flex-direction:column;gap:24px}.blog-featured__content,.blog-featured__sidebar{padding:24px}.blog-card__content{padding:20px}.blog-section__title{font-size:1.5rem}.blog-featured__title{font-size:1.25rem}.blog-cta{padding:32px 20px;margin-top:40px}.blog-cta__title{font-size:1.5rem}.blog-cta__description{font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
