#root{height:100%;width:100%}body,html{margin:0;padding:0;color:#fff;height:100%}.studyBuddy{height:100vh;width:100%;display:flex;flex-direction:row;overflow:hidden;position:relative}.content{flex:1;position:relative;height:100vh;overflow:hidden}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow:hidden;width:100%;height:100%;margin:0;padding:0}.landing-page-wrapper{height:100vh;background-color:#fff;width:100%;display:flex;flex-direction:column;overflow:hidden}@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)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.animate-on-scroll-delay-1{opacity:0;transform:translateY(30px);transition:opacity .8s ease .1s,transform .8s ease .1s}.animate-on-scroll-delay-2{opacity:0;transform:translateY(30px);transition:opacity .8s ease .2s,transform .8s ease .2s}.animate-on-scroll-delay-3{opacity:0;transform:translateY(30px);transition:opacity .8s ease .3s,transform .8s ease .3s}.animate-visible{opacity:1!important;transform:translateY(0)!important}.landing-nav{height:var(--nav-h);position:fixed;top:0;z-index:50;width:100%;background:#fff;animation:slideInFromTop .6s ease}@keyframes slideInFromTop{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.logo-box{width:34px;height:34px;border-radius:8px;object-fit:contain}.logo-text{font-weight:800;font-size:1rem;background:#467fe6;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;letter-spacing:.5px}.nav-links{display:none;gap:2rem;align-items:center}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{font-size:.95rem;color:var(--text-primary);text-decoration:none;font-weight:400;transition:color .2s}.nav-link:hover{color:var(--brand-blue)}.nav-cta .cta-button{background:var(--brand-primary);color:#fff;font-size:.9rem;padding:10px 24px;border-radius:8px;border:none;cursor:pointer;font-weight:500;transition:all .2s}.nav-cta .cta-button:hover{background:#2d3548;transform:translateY(-1px)}@media (max-width: 767px){.nav-cta{display:none}}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:100}@media (min-width: 768px){.mobile-menu-toggle{display:none}}.hamburger-line{display:block;width:22px;height:2px;background-color:var(--text-primary);border-radius:2px;transition:all .3s ease}.mobile-menu-toggle.open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.open .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;background:#fff;z-index:99;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;box-shadow:0 4px 20px #0000001a;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.mobile-menu-overlay.open{opacity:1;visibility:visible;transform:translateY(0)}@media (min-width: 768px){.mobile-menu-overlay{display:none!important}}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:var(--nav-h);border-bottom:1px solid #f0f0f0}.mobile-menu-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;color:var(--text-primary);transition:color .2s}.mobile-menu-close:hover{color:var(--brand-blue)}.mobile-menu-links{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem 2rem}.mobile-menu-link{font-size:1.1rem;color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .2s;padding:.5rem 1rem}.mobile-menu-link:hover{color:var(--brand-blue)}.mobile-menu-cta{padding:1rem 2rem 1.5rem}.mobile-menu-cta .cta-button{width:100%;background:var(--brand-primary);color:#fff;font-size:1rem;padding:14px 24px;border-radius:8px;border:none;cursor:pointer;font-weight:500;transition:all .2s}.mobile-menu-cta .cta-button:hover{background:#2d3548}.landing-content-offset{margin-top:var(--nav-h);flex:1;overflow-y:auto;overflow-x:hidden}.hero-section{max-width:1440px;width:calc(100% - 1.5rem);margin:1.2rem auto;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:80px;background-image:url(/assets/cloudBackground-BnlV55XI.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:16px;box-shadow:0 10px 40px #0000001a;position:relative;overflow:hidden}@media (min-width: 480px){.hero-section{width:calc(100% - 2.5rem);margin:.75rem auto;padding:3.5rem 2.5rem;gap:60px;border-radius:18px}}@media (min-width: 640px){.hero-section{width:calc(100% - 3rem);margin:1rem auto;padding:4rem 3rem;gap:60px;border-radius:20px}}@media (min-width: 768px){.hero-section{width:calc(100% - 4rem);padding:4.5rem 3.5rem;gap:70px;border-radius:22px}}@media (min-width: 1024px){.hero-section{width:calc(100% - 6rem);padding:5rem 3.5rem;gap:80px;border-radius:24px;background-size:100% 100%}}@media (min-width: 1280px){.hero-section{width:calc(100% - 7rem);padding:6rem 4rem 4rem}}.hero-content{text-align:center;max-width:700px;z-index:3;position:relative;animation:fadeInUp 1s ease .3s backwards}.hero-title{font-family:"IBM Plex Serif",serif;font-size:2.3rem;font-weight:600;line-height:1.12;letter-spacing:-1.96px;color:#fff;margin-bottom:1.5rem;text-shadow:0 2px 8px rgba(0,0,0,.15);animation:fadeInUp 1s ease .5s backwards}@media (min-width: 480px){.hero-title{font-size:2rem;margin-bottom:1.25rem}}@media (min-width: 640px){.hero-title{font-size:2.5rem;margin-bottom:1.35rem}}@media (min-width: 768px){.hero-title{font-size:3rem;margin-bottom:1.5rem}}@media (min-width: 1024px){.hero-title{font-size:3.8rem}}@media (min-width: 1280px){.hero-title{font-size:4.2rem}}.hero-subtitle{font-size:1.1rem;color:#fffffff2;margin-bottom:3.5rem;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.1);animation:fadeInUp 1s ease .7s backwards;padding:0 .5rem}@media (min-width: 480px){.hero-subtitle{font-size:1rem;margin-bottom:1.75rem;padding:0}}@media (min-width: 640px){.hero-subtitle{font-size:1.1rem;margin-bottom:2rem}}@media (min-width: 768px){.hero-subtitle{font-size:1.15rem;line-height:1.6}}@media (min-width: 1024px){.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem}}.hero-section:before,.hero-section:after{content:"";position:absolute;width:2px;height:90px;background:linear-gradient(to top,#fff0,#ffffffe6);box-shadow:0 0 10px #ffffff80;transform:rotate(105deg);animation:shimmerDiagonal 4s ease-in-out infinite;opacity:0;pointer-events:none;z-index:0}@media (max-width: 640px){.hero-section:before,.hero-section:after{transform:rotate(115deg)}}@media (min-width: 640px){.hero-section:before,.hero-section:after{animation:shimmerDiagonal 10s ease-in-out infinite}}.hero-section:before{animation-delay:0s}.hero-section:after{animation-delay:2s}@keyframes shimmerDiagonal{0%{top:-15%;left:-10%;opacity:0}10%{opacity:.9}20%{opacity:.7}80%{opacity:.5}to{top:22%;left:170%;opacity:0}}.shimmer{position:absolute;width:2px;background:linear-gradient(to top,#fff0,#ffffffe6);box-shadow:0 0 15px #fff9;transform:rotate(105deg);opacity:0;pointer-events:none;z-index:0}@media (max-width: 640px){.shimmer{transform:rotate(115deg)}}.shimmer-1{height:70px;animation:shimmerDiagonal1 4s ease-in-out infinite;animation-delay:1s}.shimmer-2{height:100px;animation:shimmerDiagonal2 4.5s ease-in-out infinite;animation-delay:2.5s}.shimmer-3{height:80px;animation:shimmerDiagonal3 3.5s ease-in-out infinite;animation-delay:3.5s}.shimmer-4{height:110px;animation:shimmerDiagonal4 4s ease-in-out infinite;animation-delay:.5s}@media (min-width: 640px){.shimmer-1{animation:shimmerDiagonal1 10s ease-in-out infinite;animation-delay:.7s}.shimmer-2{animation:shimmerDiagonal2 7s ease-in-out infinite;animation-delay:.1s}.shimmer-3{animation:shimmerDiagonal3 8s ease-in-out infinite;animation-delay:.2s}.shimmer-4{animation:shimmerDiagonal4 9s ease-in-out infinite;animation-delay:.5s}}@keyframes shimmerDiagonal1{0%{top:-8%;left:-25%;opacity:0}10%{opacity:.9}20%{opacity:.7}80%{opacity:.5}to{top:29%;left:110%;opacity:0}}@keyframes shimmerDiagonal2{0%{top:2%;left:-20%;opacity:0}10%{opacity:.9}20%{opacity:.7}80%{opacity:.5}to{top:39%;left:125%;opacity:0}}@keyframes shimmerDiagonal3{0%{top:4%;left:-23%;opacity:0}10%{opacity:.9}20%{opacity:.7}80%{opacity:.5}to{top:41%;left:145%;opacity:0}}@keyframes shimmerDiagonal4{0%{top:10%;left:-20%;opacity:0}10%{opacity:.9}20%{opacity:.7}80%{opacity:.5}to{top:47%;left:165%;opacity:0}}.hero-section .star{position:absolute;background:#fff;border-radius:50%;box-shadow:0 0 4px #fffc;animation:twinkle 3s ease-in-out infinite;pointer-events:none;z-index:1}.star-1{width:2px;height:2px;top:8%;left:12%;animation-delay:0s}.star-2{width:1.5px;height:1.5px;top:15%;left:25%;animation-delay:.5s}.star-3{width:2.5px;height:2.5px;top:6%;left:45%;animation-delay:1s}.star-4{width:1.5px;height:1.5px;top:12%;left:60%;animation-delay:1.5s}.star-5{width:2px;height:2px;top:18%;left:78%;animation-delay:2s}.star-6{width:1.5px;height:1.5px;top:9%;left:88%;animation-delay:2.5s}.star-7{width:2px;height:2px;top:5%;left:35%;animation-delay:.8s}.star-8{width:1.5px;height:1.5px;top:14%;left:52%;animation-delay:1.3s}.star-9{width:2.5px;height:2.5px;top:10%;left:70%;animation-delay:1.8s}.star-10{width:1.5px;height:1.5px;top:7%;left:20%;animation-delay:2.3s}.star-11{width:2px;height:2px;top:16%;left:8%;animation-delay:.3s}.star-12{width:1.5px;height:1.5px;top:11%;left:92%;animation-delay:1.1s}.star-13{width:2px;height:2px;top:13%;left:40%;animation-delay:1.6s}.star-14{width:1.5px;height:1.5px;top:8%;left:65%;animation-delay:2.1s}.star-15{width:2.5px;height:2.5px;top:17%;left:15%;animation-delay:.6s}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.hero-buttons{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;animation:fadeInUp 1s ease .9s backwards;width:100%;padding:0}@media (max-width: 480px){.hero-buttons{display:flex;justify-content:center;align-items:center;gap:.75rem;flex-wrap:wrap;animation:fadeInUp 1s ease .9s backwards;width:100%;padding:0 .5rem;flex-direction:column}}.btn-primary{background:var(--brand-primary);color:#fff;padding:14px 24px;font-size:.9rem;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s;width:100%;max-width:280px}@media (min-width: 480px){.btn-primary{padding:12px 28px;font-size:.95rem;flex:1;max-width:200px;min-width:120px}}@media (min-width: 640px){.btn-primary{padding:13px 30px}}@media (min-width: 768px){.btn-primary{padding:14px 32px;font-size:1rem}}.btn-primary:hover{background:#2d3548;transform:translateY(-2px) scale(1.05);animation:none}.btn-secondary{background:#fff;color:var(--text-primary);padding:14px 24px;font-size:.9rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s;width:100%;max-width:280px}@media (min-width: 480px){.btn-secondary{padding:12px 28px;font-size:.95rem;flex:1;max-width:200px;min-width:120px}}@media (min-width: 640px){.btn-secondary{padding:13px 30px}}@media (min-width: 768px){.btn-secondary{padding:14px 32px;font-size:1rem}}.btn-secondary:hover{border-color:var(--brand-blue);color:var(--brand-blue);transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px #6badf833}.hero-preview{width:100%;max-width:1100px;z-index:5;position:relative;animation:fadeIn 1.2s ease 1.1s backwards;padding:0;transform-style:preserve-3d;will-change:transform;transition:transform .1s ease-out}@media (min-width: 480px){.hero-preview{padding:0}}.preview-browser{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000026;z-index:4;transition:transform .3s ease,box-shadow .3s ease;border:3px solid #e0e0e0}@media (min-width: 640px){.preview-browser{border-radius:14px;box-shadow:0 15px 45px #0000002e}}@media (min-width: 768px){.preview-browser{border-radius:16px;box-shadow:0 20px 60px #0003}}.preview-browser:hover{transform:translateY(-4px);box-shadow:0 25px 70px #00000038}@media (min-width: 768px){.preview-browser:hover{transform:translateY(-8px);box-shadow:0 30px 80px #00000040}}.browser-content{aspect-ratio:16 / 9;position:relative;background:#f0f0f0}.browser-content.video-loading{overflow:hidden}.video-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:8px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.preview-video{width:100%;height:100%;display:block;cursor:pointer;object-fit:cover;opacity:0;transition:opacity .3s ease}.preview-video.video-loaded{opacity:1}.volume-icon{position:absolute;bottom:12px;right:12px;background:#0009;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (min-width: 480px){.volume-icon{width:40px;height:40px;bottom:14px;right:14px}}@media (min-width: 768px){.volume-icon{width:44px;height:44px;bottom:16px;right:16px}}.volume-icon:hover{background:#000c;transform:scale(1.1)}.volume-icon svg{width:16px;height:16px}@media (min-width: 480px){.volume-icon svg{width:18px;height:18px}}@media (min-width: 768px){.volume-icon svg{width:20px;height:20px}}.universities-section{max-width:1280px;margin:0 auto 1rem;text-align:center;background:transparent;width:100%;padding:0 1rem}@media (min-width: 768px){.universities-section{margin:0 auto 2rem;padding:0 2rem}}.universities-title{font-size:1rem;font-weight:500;letter-spacing:1px;color:#ffffffe6;margin-bottom:1.5rem;text-transform:uppercase}@media (min-width: 480px){.universities-title{font-size:1.1rem}}@media (min-width: 768px){.universities-title{font-size:1.25rem;margin-bottom:2rem;font-weight:400;color:#fff}}@media (min-width: 1024px){.universities-title{font-size:1.5rem}}.universities-logos-wrapper{overflow:hidden;width:100%;position:relative;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.universities-logos{display:flex;align-items:center;animation:scroll 25s linear infinite;width:fit-content;will-change:transform}@media (min-width: 768px){.universities-logos{animation-duration:35s}}.universities-logos-set{display:flex;align-items:center;gap:2rem;padding-right:2rem;flex-shrink:0}@media (min-width: 768px){.universities-logos-set{gap:4rem;padding-right:4rem}}.universities-logos-wrapper:hover .universities-logos{animation-play-state:paused}.university-logo{height:30px;width:auto;min-width:80px;object-fit:contain;filter:brightness(0) invert(1);opacity:.6;flex-shrink:0;transition:opacity .3s ease}@media (min-width: 480px){.university-logo{height:40px;min-width:100px}}@media (min-width: 768px){.university-logo{height:50px;min-width:120px;opacity:.7}}.university-logo:hover{opacity:1}.university-logo:nth-child(2){height:80px}@media (min-width: 768px){.university-logo:nth-child(2){height:120px}}.university-logo:nth-child(3){height:80px}@media (min-width: 768px){.university-logo:nth-child(3){height:120px}}.university-logo:nth-child(4){height:80px}@media (min-width: 768px){.university-logo:nth-child(4){height:120px}}.university-logo:nth-child(5){height:60px}@media (min-width: 768px){.university-logo:nth-child(5){height:90px}}.university-logo:nth-child(6){height:80px}@media (min-width: 768px){.university-logo:nth-child(6){height:120px}}.university-logo:nth-child(7){height:30px}@media (min-width: 480px){.university-logo:nth-child(7){height:40px}}@media (min-width: 768px){.university-logo:nth-child(7){height:50px}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-badge{display:inline-block;padding:6px 16px;background:var(--brand-light-blue);color:var(--brand-blue);border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1rem;transition:all .3s ease;animation:fadeIn .6s ease}.section-badge:hover{transform:scale(1.05);box-shadow:0 4px 12px #6badf833}.section-title{font-family:"IBM Plex Serif",serif;font-size:2rem;font-weight:500;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.12;letter-spacing:-1.96px}@media (min-width: 768px){.section-title{font-size:2.5rem;margin-bottom:2rem}}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.6}.features-section{background-color:transparent;padding:2.5rem 0;margin:0}@media (min-width: 640px){.features-section{padding:6rem 0}}.features-section>*{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.features-header{text-align:center;margin-bottom:3rem;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.features-header{padding-left:1.5rem;padding-right:1.5rem;margin-bottom:3.5rem}}@media (min-width: 768px){.features-header{padding-left:2rem;padding-right:2rem;margin-bottom:4rem}}.features-cloud-decoration{position:absolute;top:26%;left:-10%;width:200px;height:auto;opacity:.5;pointer-events:none;z-index:0;animation:float 8s ease-in-out infinite;overflow:visible}@media (min-width: 640px){.features-cloud-decoration{width:250px;opacity:.55;left:-90px;top:230px}}@media (min-width: 768px){.features-cloud-decoration{width:300px;top:220px;left:-80px;opacity:.6}}@media (min-width: 1024px){.features-cloud-decoration{width:400px;top:20%;left:-6%}}.features-interactive-container{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.features-interactive-container{padding:0 1.5rem;gap:2.5rem}}@media (min-width: 768px){.features-interactive-container{padding:0 2rem;gap:3rem}}@media (min-width: 1024px){.features-interactive-container{grid-template-columns:1fr 400px;gap:4rem}}.features-labels{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 1024px){.features-labels{gap:0}}.feature-label-card{background:transparent;border-radius:16px;padding:1rem 1.25rem;margin-bottom:0;transition:all .3s ease,margin-bottom .3s ease;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;cursor:pointer;animation:fadeInRight .6s ease backwards}@media (min-width: 768px){.feature-label-card{padding:1rem 1.5rem;border-radius:20px}}@media (min-width: 1024px){.feature-label-card{border-radius:24px}}.feature-label-card:hover{border-color:#cbd5e1;transform:translate(8px);background:#e8f2ff}.feature-label-card.active{transform:translate(8px);margin-bottom:.5rem;background:#cbe2ff}.feature-label-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s ease;padding:2px}@media (min-width: 768px){.feature-label-icon{width:33px;height:33px}}.feature-label-icon img{width:100%;height:100%;object-fit:contain}.feature-label-icon img.voice-icon-special{width:140%;height:90%;transform:scale(1.8)}.feature-label-card.active .feature-label-icon{transform:scale(1.05)}.feature-label-content{display:flex;flex-direction:column;gap:.35rem;width:100%}.feature-label-header{display:flex;align-items:center;gap:.75rem}.feature-label-title{font-size:.9rem;font-weight:600;color:var(--text-primary);margin:0;transition:color .3s ease;letter-spacing:-.01em}@media (min-width: 768px){.feature-label-title{font-size:1rem}}.feature-label-card.active .feature-label-title{font-weight:700}.feature-label-desc{font-size:.8rem;color:var(--text-secondary);line-height:1.5;margin:0;max-height:0;overflow:hidden;opacity:0;transition:all .3s ease}@media (min-width: 768px){.feature-label-desc{font-size:.875rem}}.feature-label-card.active .feature-label-desc{color:#334155;max-height:100px;opacity:1;margin-top:.35rem}.features-video-container{position:relative;animation:fadeInLeft .8s ease .3s backwards;min-height:210px;width:100%}@media (min-width: 640px){.features-video-container{min-height:350px}}@media (min-width: 768px){.features-video-container{min-height:400px}}@media (min-width: 1024px){.features-video-container{position:sticky;top:calc(var(--nav-h) + 2rem);min-height:450px}}.video-wrapper{overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;aspect-ratio:16 / 9;background:#f1f5f9;border-radius:12px;box-shadow:0 12px 50px #00000026}@media (min-width: 768px){.video-wrapper{border-radius:16px;box-shadow:0 16px 70px #0003}}.video-wrapper:hover{box-shadow:0 20px 60px #0003;transform:translateY(-4px)}@media (min-width: 768px){.video-wrapper:hover{box-shadow:0 25px 70px #0003;transform:translateY(-6px)}}.feature-video{width:100%;height:100%;display:block;border-radius:12px;object-fit:cover;z-index:2}@media (min-width: 768px){.feature-video{border-radius:16px;z-index:3}}.feature-card{background:transparent;border-radius:16px;overflow:visible;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;animation:fadeInUp .8s ease backwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-image-container{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 6px 24px #00000014;transition:transform .25s ease,box-shadow .25s ease;height:100%}.feature-image-container:hover{transform:translateY(-8px);box-shadow:0 16px 40px #00000026}.feature-image-container .feature-img{border-radius:12px;width:100%;height:auto;object-fit:cover;margin-bottom:.75rem;border:1px solid #e2e8f0}.feature-image-container .feature-content{padding:1rem;flex:1;display:flex;flex-direction:column;width:100%}.feature-label{background:#f1f5f9;color:#1e293b;font-weight:500;font-size:.95rem;border-radius:8px;padding:6px 16px;text-align:center;margin-top:.5rem}.feature-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.feature-description{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem;flex:1}.feature-link{color:var(--brand-blue);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;margin-top:auto}.feature-link:hover{color:#5a9ee8}.benefits-section{background-color:var(--bg-gray);padding:2.5rem 1rem;margin:0;position:relative;overflow:visible}@media (min-width: 640px){.benefits-section{padding:4rem 1.5rem}}@media (min-width: 768px){.benefits-section{padding:5rem 2rem}}@media (min-width: 1024px){.benefits-section{padding:6rem 2rem}}.benefits-cloud-decoration{position:absolute;top:-5%;right:-50px;width:200px;height:auto;opacity:.5;pointer-events:none;z-index:1;animation:float 8s ease-in-out infinite;overflow:visible}@media (min-width: 640px){.benefits-cloud-decoration{width:250px;top:-100px;right:-30px;opacity:.55}}@media (min-width: 768px){.benefits-cloud-decoration{width:300px;top:-90px;right:0;opacity:.6}}@media (min-width: 1024px){.benefits-cloud-decoration{width:400px;top:-10%}}.benefits-header{text-align:center;margin-bottom:2rem;max-width:1280px;margin-left:auto;margin-right:auto;position:relative;z-index:2}@media (min-width: 640px){.benefits-header{margin-bottom:2.5rem}}@media (min-width: 768px){.benefits-header{margin-bottom:3rem}}@media (min-width: 1024px){.benefits-header{margin-bottom:4rem}}.benefits-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1280px;margin:0 auto;position:relative;z-index:2}@media (min-width: 640px){.benefits-grid{gap:1.75rem}}@media (min-width: 768px){.benefits-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 1024px){.benefits-grid{gap:2rem}}.benefit-card{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:transparent;border-radius:12px;padding:24px 20px;min-height:280px;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);animation:fadeInUp .8s ease backwards;z-index:1}@media (min-width: 480px){.benefit-card{padding:28px 24px;min-height:250px;border-radius:14px}}@media (min-width: 640px){.benefit-card{padding:36px 28px;min-height:250px;border-radius:16px}}@media (min-width: 868px){.benefit-card{padding:40px 32px;min-height:400px;border-radius:18px}}@media (min-width: 1024px){.benefit-card{padding:50px 40px;min-height:450px;border-radius:20px}}.benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000,#000000b3);z-index:2}.benefit-card:nth-child(1){animation-delay:.1s}.benefit-card:nth-child(2){animation-delay:.3s}.benefit-card:nth-child(3){animation-delay:.5s}.benefit-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #00000040}@media (min-width: 768px){.benefit-card:hover{transform:translateY(-8px);box-shadow:0 18px 38px #00000047}}@media (min-width: 1024px){.benefit-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}}.benefit-content{position:relative;z-index:2}.benefit-title{font-size:1.05rem;font-weight:700;margin-bottom:6px;color:#fff;line-height:1.3}@media (min-width: 480px){.benefit-title{font-size:1.1rem}}@media (min-width: 640px){.benefit-title{font-size:1.2rem;margin-bottom:8px}}@media (min-width: 768px){.benefit-title{font-size:1.25rem}}@media (min-width: 1024px){.benefit-title{font-size:1.45rem;margin-bottom:10px}}.benefit-subtitle{font-size:.8rem;color:#ffffffd9;margin:0 0 .9rem;line-height:1.5}@media (min-width: 480px){.benefit-subtitle{font-size:.825rem;margin:0 0 1rem}}@media (min-width: 640px){.benefit-subtitle{font-size:.85rem;margin:0 0 1.15rem}}@media (min-width: 768px){.benefit-subtitle{font-size:.875rem;margin:0 0 1.25rem}}@media (min-width: 1024px){.benefit-subtitle{font-size:.9rem;margin:0 0 1.5rem}}.benefit-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}@media (min-width: 640px){.benefit-list{gap:.4rem}}@media (min-width: 1024px){.benefit-list{gap:.65rem}}.benefit-list li{display:flex;align-items:flex-start;gap:.45rem;font-size:.8rem;color:#ffffffe6;line-height:1.5}@media (min-width: 480px){.benefit-list li{font-size:.825rem;gap:.5rem}}@media (min-width: 640px){.benefit-list li{font-size:.85rem;gap:.525rem}}@media (min-width: 768px){.benefit-list li{font-size:.875rem;gap:.55rem}}@media (min-width: 1024px){.benefit-list li{font-size:.95rem}}.benefit-icon{flex-shrink:0;width:18px;height:18px;color:#fff;margin-top:2px}@media (min-width: 480px){.benefit-icon{width:19px;height:19px}}@media (min-width: 640px){.benefit-icon{width:20px;height:20px}}@media (min-width: 768px){.benefit-icon{width:22px;height:22px}}@media (min-width: 1024px){.benefit-icon{width:24px;height:24px}}.benefit-list li:hover .benefit-icon{background:var(--brand-blue);color:#fff;transform:scale(1.1) rotate(5deg);border-color:var(--brand-blue)}.testimonial{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem;padding:2rem 1.5rem;max-width:900px;margin-left:auto;margin-right:auto}@media (min-width: 640px){.testimonial{margin-top:3.5rem;padding:2.5rem 2rem}}@media (min-width: 768px){.testimonial{flex-direction:row;gap:0;margin-top:5rem;padding:3rem 2rem}}.testimonial-quote{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:1rem;line-height:1.7;color:var(--text-primary);text-align:center;max-width:100%}@media (min-width: 480px){.testimonial-quote{font-size:1.05rem;max-width:90%}}@media (min-width: 640px){.testimonial-quote{font-size:1.1rem;max-width:500px}}@media (min-width: 768px){.testimonial-quote{font-size:1.15rem;text-align:left;max-width:480px;flex-shrink:0}}@media (min-width: 1024px){.testimonial-quote{font-size:1.25rem;max-width:550px}}.testimonial-attribution{display:flex;align-items:center;gap:.75rem}@media (min-width: 768px){.testimonial-attribution{gap:1rem}}.testimonial-line{display:none}@media (min-width: 768px){.testimonial-line{display:block;width:100px;height:1px;background-color:#d1d5db;flex-shrink:0}}@media (min-width: 900px){.testimonial-line{width:150px}}@media (min-width: 1024px){.testimonial-line{width:200px}}.testimonial-avatar-wrapper{position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:visible;box-shadow:0 2px 8px #0000001a}.testimonial-bow{position:absolute;top:-9px;right:-4px;width:25px;height:auto;z-index:10;pointer-events:none;transform:rotate(18deg)}.testimonial-avatar-border{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;overflow:hidden}.testimonial-avatar{transform:scale(1.8);width:100%;height:100%;margin-left:.5px}@media (min-width: 768px){.testimonial-avatar-border{width:56px;height:56px}.testimonial-bow{top:-10px;right:-5px;width:29px}}.testimonial-name{font-size:.875rem;font-weight:500;color:var(--text-primary);line-height:1.3;white-space:nowrap}@media (min-width: 768px){.testimonial-name{font-size:.95rem}}.video-section{background-color:var(--bg-gray);padding:2.5rem 2rem;margin:0}@media (min-width: 640px){.video-section{padding:6rem 2rem}}.video-header{text-align:center;margin-bottom:3rem;max-width:1280px;margin-left:auto;margin-right:auto}.video-header .btn-primary{margin-top:2rem}.video-container{width:100%;max-width:1200px;margin:0 auto;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000026;background:#000;transition:transform .3s ease,box-shadow .3s ease;animation:fadeInUp .8s ease .3s backwards;position:relative}.video-cloud-decoration{position:absolute;top:-2%;left:-5%;width:230px;height:auto;opacity:.5;pointer-events:none;z-index:0;animation:float 8s ease-in-out infinite 1s}@media (max-width: 413px){.video-cloud-decoration{width:200px;top:40%;left:-100px}}@media (min-width: 768px){.video-cloud-decoration{width:350px;top:120px;left:-120px}}@media (min-width: 1024px){.video-cloud-decoration{width:400px;top:120px;left:-45px}}.video-container:hover{transform:scale(1.02);box-shadow:0 25px 70px #0003;z-index:3}.video-container iframe{border:none;position:relative;z-index:2}.pricing-section{background-color:transparent;padding:2.5rem 1rem;margin:0}@media (min-width: 640px){.pricing-section{padding:4rem 1.5rem}}@media (min-width: 768px){.pricing-section{padding:5rem 2rem}}@media (min-width: 1024px){.pricing-section{padding:6rem 2rem}}.pricing-header{text-align:center;margin-bottom:2rem;max-width:1280px;margin-left:auto;margin-right:auto}@media (min-width: 640px){.pricing-header{margin-bottom:2.5rem}}@media (min-width: 768px){.pricing-header{margin-bottom:3rem}}.pricing-toggle{display:flex;justify-content:center;gap:0;margin-bottom:2rem;background:#f1f5f9;padding:3px;border-radius:50px;width:fit-content;margin-left:auto;margin-right:auto;max-width:1280px}@media (min-width: 640px){.pricing-toggle{padding:4px;margin-bottom:2.5rem}}@media (min-width: 768px){.pricing-toggle{margin-bottom:3rem}}.toggle-btn{padding:8px 18px;border:none;background:transparent;color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;border-radius:50px;transition:all .2s}@media (min-width: 640px){.toggle-btn{padding:9px 20px;font-size:.9rem}}@media (min-width: 768px){.toggle-btn{padding:10px 24px;font-size:.95rem}}.toggle-btn.active{background:var(--brand-blue);color:#fff}.pricing-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1280px;margin:0 auto;padding-top:1rem}@media (min-width: 640px){.pricing-cards{gap:1.75rem;padding-top:1.25rem}}@media (min-width: 768px){.pricing-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 1024px){.pricing-cards{gap:2rem;padding-top:1.5rem}}.pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;position:relative;transition:all .3s ease;box-shadow:0 2px 8px #0000000a;animation:fadeInUp .8s ease backwards;z-index:2;overflow:visible}@media (min-width: 640px){.pricing-card{padding:1.5rem;border-radius:14px}}@media (min-width: 768px){.pricing-card{padding:1.65rem}}@media (min-width: 1024px){.pricing-card{padding:1.75rem;border-radius:16px}}.pricing-card:nth-child(1){animation-delay:.1s}.pricing-card:nth-child(2){animation-delay:.3s}.pricing-card:nth-child(3){animation-delay:.5s}.pricing-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}@media (min-width: 768px){.pricing-card:hover{box-shadow:0 10px 28px #0000001c;transform:translateY(-6px)}}@media (min-width: 1024px){.pricing-card:hover{box-shadow:0 12px 32px #0000001f;transform:translateY(-8px)}}.pricing-card.featured{background-image:url(/assets/pricingCloud-DUW2-424.png);background-size:cover;background-position:center;background-repeat:no-repeat;border:none;color:#fff;transform:scale(1);box-shadow:0 8px 32px #6badf840;animation:float 6s ease-in-out infinite;position:relative;overflow:hidden}.pricing-card.featured .shimmer{position:absolute;width:2px;background:linear-gradient(to top,#fff0,#ffffffe6);box-shadow:0 0 15px #fff9;transform:rotate(135deg);opacity:0;pointer-events:none;z-index:2}.pricing-card.featured .shimmer-1{height:70px;animation:pricingShimmer1 4s ease-in-out infinite;animation-delay:1s}.pricing-card.featured .shimmer-2{height:100px;animation:pricingShimmer2 4.5s ease-in-out infinite;animation-delay:2.5s}.pricing-card.featured .shimmer-3{height:80px;animation:pricingShimmer3 3.5s ease-in-out infinite;animation-delay:3.5s}.pricing-card.featured .shimmer-4{height:110px;animation:pricingShimmer4 4s ease-in-out infinite;animation-delay:.5s}@keyframes pricingShimmer1{0%{top:-10%;left:10%;opacity:0}10%{opacity:.9}20%{opacity:.7}80%{opacity:.5}to{top:110%;left:140%;opacity:0}}@keyframes pricingShimmer2{0%{top:-10%;left:30%;opacity:0}10%{opacity:.9}20%{opacity:.7}80%{opacity:.5}to{top:110%;left:160%;opacity:0}}@keyframes pricingShimmer3{0%{top:-10%;left:-10%;opacity:0}10%{opacity:.9}20%{opacity:.7}80%{opacity:.5}to{top:110%;left:130%;opacity:0}}@keyframes pricingShimmer4{0%{top:-10%;left:50%;opacity:0}10%{opacity:.9}20%{opacity:.7}80%{opacity:.5}to{top:110%;left:170%;opacity:0}}.pricing-card.featured .star{position:absolute;background:#fff;border-radius:50%;box-shadow:0 0 4px #fffc;animation:twinkle 3s ease-in-out infinite;pointer-events:none;z-index:1}.pricing-card.featured .star-1{width:2px;height:2px;top:8%;left:12%;animation-delay:0s}.pricing-card.featured .star-2{width:1.5px;height:1.5px;top:15%;left:25%;animation-delay:.5s}.pricing-card.featured .star-3{width:2.5px;height:2.5px;top:6%;left:45%;animation-delay:1s}.pricing-card.featured .star-4{width:1.5px;height:1.5px;top:12%;left:60%;animation-delay:1.5s}.pricing-card.featured .star-5{width:2px;height:2px;top:18%;left:78%;animation-delay:2s}.pricing-card.featured .star-6{width:1.5px;height:1.5px;top:9%;left:88%;animation-delay:2.5s}.pricing-card.featured .star-7{width:2px;height:2px;top:5%;left:35%;animation-delay:.8s}.pricing-card.featured .star-8{width:1.5px;height:1.5px;top:14%;left:52%;animation-delay:1.3s}.pricing-card.featured .star-9{width:2.5px;height:2.5px;top:10%;left:70%;animation-delay:1.8s}.pricing-card.featured .star-10{width:1.5px;height:1.5px;top:7%;left:20%;animation-delay:2.3s}.pricing-card.featured .star-11{width:2px;height:2px;top:16%;left:8%;animation-delay:.3s}.pricing-card.featured .star-12{width:1.5px;height:1.5px;top:11%;left:92%;animation-delay:1.1s}.pricing-card.featured .star-13{width:2px;height:2px;top:13%;left:40%;animation-delay:1.6s}.pricing-card.featured .star-14{width:1.5px;height:1.5px;top:8%;left:65%;animation-delay:2.1s}.pricing-card.featured .star-15{width:2.5px;height:2.5px;top:17%;left:15%;animation-delay:.6s}.pricing-card.featured:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 12px 40px #6badf859}@media (min-width: 768px){.pricing-card.featured:hover{transform:translateY(-6px) scale(1.015);box-shadow:0 14px 44px #6badf860}}@media (min-width: 1024px){.pricing-card.featured:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 48px #6badf866}}.popular-badge{position:absolute;top:8px;right:12px;background:#fff;color:var(--brand-blue);padding:4px 12px;border-radius:16px;font-size:.7rem;font-weight:600;z-index:4;box-shadow:0 2px 8px #0000001a}@media (min-width: 640px){.popular-badge{padding:5px 14px;font-size:.75rem;top:10px;right:14px;border-radius:18px}}@media (min-width: 768px){.popular-badge{padding:5px 15px;font-size:.775rem;top:12px;right:16px;border-radius:19px}}@media (min-width: 1024px){.popular-badge{padding:6px 16px;font-size:.8rem;top:14px;right:20px;border-radius:20px}}.pricing-plan-name{font-size:1.25rem;font-weight:700;margin-top:1.1rem;margin-bottom:.4rem;padding-right:72px;color:var(--text-primary);position:relative;z-index:3}@media (min-width: 640px){.pricing-plan-name{font-size:1.35rem;margin-top:1.15rem;margin-bottom:.45rem;padding-right:80px}}@media (min-width: 768px){.pricing-plan-name{font-size:1.4rem}}@media (min-width: 1024px){.pricing-plan-name{font-size:1.5rem;margin-bottom:.5rem}}.pricing-card.featured .pricing-plan-name{color:#fff}.pricing-audience{font-size:.85rem;color:#64748b;margin-bottom:1.25rem;position:relative;z-index:3}@media (min-width: 640px){.pricing-audience{font-size:.9rem;margin-bottom:1.5rem}}@media (min-width: 768px){.pricing-audience{margin-bottom:1.75rem}}@media (min-width: 1024px){.pricing-audience{font-size:.95rem;margin-bottom:2rem}}.pricing-card.featured .pricing-audience{color:#ffffffe6}.pricing-amount{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0;position:relative;z-index:3}@media (min-width: 640px){.pricing-amount{margin-bottom:.875rem;padding-bottom:.875rem}}@media (min-width: 1024px){.pricing-amount{margin-bottom:1rem;padding-bottom:1rem}}.pricing-card.featured .pricing-amount{border-bottom-color:#fff3}.price{font-size:2rem;font-weight:700;color:var(--brand-blue)}@media (min-width: 640px){.price{font-size:2.25rem}}@media (min-width: 1024px){.price{font-size:2.5rem}}.pricing-card.featured .price{color:#fff}.period{font-size:.9rem;color:#64748b}@media (min-width: 640px){.period{font-size:.95rem}}@media (min-width: 1024px){.period{font-size:1rem}}.pricing-card.featured .period{color:#ffffffe6}.pricing-features{list-style:none;margin-bottom:.75rem;position:relative;z-index:3}@media (min-width: 640px){.pricing-features{margin-bottom:.875rem}}@media (min-width: 1024px){.pricing-features{margin-bottom:1rem}}.pricing-features li{padding:.45rem 0;font-size:.85rem;color:#64748b;display:flex;align-items:center;gap:.4rem}@media (min-width: 640px){.pricing-features li{padding:.5rem 0;font-size:.875rem;gap:.45rem}}@media (min-width: 768px){.pricing-features li{font-size:.9rem}}@media (min-width: 1024px){.pricing-features li{padding:.6rem 0;font-size:.95rem;gap:.5rem}}.pricing-features li:before{content:"✓";color:#10b981;font-weight:600;font-size:1rem}@media (min-width: 640px){.pricing-features li:before{font-size:1.05rem}}@media (min-width: 1024px){.pricing-features li:before{font-size:1.1rem}}.pricing-card.featured .pricing-features li{color:#fffffff2}.pricing-card.featured .pricing-features li:before{color:#fff}.pricing-btn{width:100%;padding:12px;background:var(--brand-primary);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;z-index:3}@media (min-width: 640px){.pricing-btn{padding:13px;font-size:.95rem}}@media (min-width: 1024px){.pricing-btn{padding:14px;font-size:1rem}}.pricing-btn:hover{background:#2d3548;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.pricing-card.featured .pricing-btn{background:#fff;color:var(--brand-primary)}.pricing-card.featured .pricing-btn:hover{background:#f8fafc;transform:translateY(-2px)}.pricing-cloud-decoration{position:absolute;bottom:-80px;left:3%;transform:translate(-50%);width:200px;height:auto;opacity:.5;pointer-events:none;z-index:1;animation:float 8s ease-in-out infinite}@media (min-width: 640px){.pricing-cloud-decoration{width:250px;bottom:-100px;opacity:.55}}@media (min-width: 768px){.pricing-cloud-decoration{width:300px;bottom:-120px;opacity:.6}}@media (min-width: 1024px){.pricing-cloud-decoration{width:400px}}@media (min-width: 1280px){.pricing-cloud-decoration{width:500px}}.faq-section{background-color:transparent;padding:2.5rem 2rem;margin:0}@media (min-width: 640px){.faq-section{padding:6rem 2rem}}.faq-header{text-align:center;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.faq-container{display:flex;flex-direction:column;gap:1rem;max-width:900px;margin:0 auto}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease;animation:fadeInLeft .6s ease backwards}.faq-item:nth-child(1){animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.2s}.faq-item:nth-child(3){animation-delay:.3s}.faq-item:nth-child(4){animation-delay:.4s}.faq-item:nth-child(5){animation-delay:.5s}.faq-item:hover{box-shadow:0 6px 20px #00000014;transform:translate(4px)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:var(--text-primary);transition:all .2s ease}.faq-question:hover{color:var(--brand-blue)}.faq-icon{flex-shrink:0;transition:transform .3s ease;color:var(--text-secondary)}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1.5rem}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{font-size:.95rem;line-height:1.6;color:#64748b;margin:0}.cta-section{background-color:#fff;padding:3.5rem 1.25rem;margin:0}@media (min-width: 640px){.cta-section{padding:4.5rem 1.75rem}}@media (min-width: 1024px){.cta-section{padding:6rem 2.5rem}}.cta-content{background-image:url(/assets/transformCloud-Ct426hiy.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat;padding:clamp(2.5rem,6vw,5rem) clamp(2rem,5vw,4rem);border-radius:clamp(16px,2.5vw,24px);text-align:left;position:relative;overflow:visible;animation:subtleZoom 20s ease-in-out infinite;max-width:1200px;margin:0 auto;min-height:clamp(250px,30vw,400px);display:flex;flex-direction:column;justify-content:center}@media (max-width: 768px){.cta-content{min-height:150px;padding:clamp(2rem,8vw,3rem) clamp(1.5rem,6vw,2.5rem)}}@media (max-width: 480px){.cta-content{min-height:130px;padding:2rem 1.5rem;background-size:contain}}.cta-bubble-boy{position:absolute;top:-100px;right:-60px;width:250px;height:auto;z-index:2;pointer-events:none}@media (max-width: 768px){.cta-bubble-boy{top:-80px;right:-75px;width:200px}}@media (max-width: 480px){.cta-bubble-boy{top:-60px;right:-60px;width:150px}}.bubble-container{position:absolute;top:-180px;right:-25px;width:120px;height:150px;pointer-events:none;z-index:1}@media (max-width: 768px){.bubble-container{top:-140px;right:-50px;width:100px;height:120px}}@media (max-width: 480px){.bubble-container{top:-120px;right:-50px;width:80px;height:100px}}.bubble{position:absolute;background:radial-gradient(circle at 30% 30%,#add8ffe6,#64b4ff4d);border-radius:50%;border:1px solid rgba(100,150,255,.5);box-shadow:inset 0 -2px 4px #fff9,0 2px 4px #6496ff33;animation:bubbleRise 4s ease-in-out infinite;opacity:0}@keyframes bubbleRise{0%{transform:translate(0) scale(1);opacity:0}10%{opacity:.7}50%{opacity:.5}to{transform:translate(20px,-120px) scale(.6);opacity:0}}@keyframes bubbleRiseRight{0%{transform:translate(0) scale(1);opacity:0}10%{opacity:.7}50%{opacity:.5}to{transform:translate(80px,-120px) scale(.6);opacity:0}}.bubble-1{width:12px;height:12px;bottom:0;left:5%;animation-name:bubbleRiseRight;animation-delay:0s;animation-duration:3.5s}.bubble-2{width:8px;height:8px;bottom:0;left:12%;animation-delay:.5s;animation-duration:4s}.bubble-3{width:10px;height:10px;bottom:0;left:2%;animation-name:bubbleRiseRight;animation-delay:1s;animation-duration:3.8s}.bubble-4{width:6px;height:6px;bottom:0;left:18%;animation-delay:1.5s;animation-duration:4.2s}.bubble-5{width:14px;height:14px;bottom:0;left:8%;animation-name:bubbleRiseRight;animation-delay:2s;animation-duration:3.6s}.bubble-6{width:7px;height:7px;bottom:0;left:0%;animation-delay:2.5s;animation-duration:4.5s}.bubble-7{width:9px;height:9px;bottom:0;left:15%;animation-name:bubbleRiseRight;animation-delay:3s;animation-duration:3.9s}.cta-content .star{position:absolute;background:#fff;border-radius:50%;box-shadow:0 0 4px #fffc;animation:twinkle 3s ease-in-out infinite;pointer-events:none;z-index:1}.cta-content .star-1{width:2px;height:2px;top:8%;left:12%;animation-delay:0s}.cta-content .star-2{width:1.5px;height:1.5px;top:15%;left:25%;animation-delay:.5s}.cta-content .star-3{width:2.5px;height:2.5px;top:6%;left:45%;animation-delay:1s}.cta-content .star-4{width:1.5px;height:1.5px;top:12%;left:60%;animation-delay:1.5s}.cta-content .star-5{width:2px;height:2px;top:18%;left:78%;animation-delay:2s}.cta-content .star-6{width:1.5px;height:1.5px;top:9%;left:88%;animation-delay:2.5s}.cta-content .star-7{width:2px;height:2px;top:5%;left:35%;animation-delay:.8s}.cta-content .star-8{width:1.5px;height:1.5px;top:14%;left:52%;animation-delay:1.3s}.cta-content .star-9{width:2.5px;height:2.5px;top:10%;left:70%;animation-delay:1.8s}.cta-content .star-10{width:1.5px;height:1.5px;top:7%;left:20%;animation-delay:2.3s}.cta-content .star-11{width:2px;height:2px;top:16%;left:8%;animation-delay:.3s}.cta-content .star-12{width:1.5px;height:1.5px;top:11%;left:92%;animation-delay:1.1s}.cta-content .star-13{width:2px;height:2px;top:13%;left:40%;animation-delay:1.6s}.cta-content .star-14{width:1.5px;height:1.5px;top:8%;left:65%;animation-delay:2.1s}.cta-content .star-15{width:2.5px;height:2.5px;top:17%;left:15%;animation-delay:.6s}@keyframes subtleZoom{0%,to{background-size:100% 100%}50%{background-size:102% 102%}}.cta-title{font-family:"IBM Plex Serif",serif;font-size:clamp(1.25rem,3.5vw,2rem);font-weight:600;color:#fff;margin-bottom:clamp(.75rem,2vw,1.5rem);max-width:min(600px,90%);line-height:1.12;letter-spacing:-1.96px;position:relative;z-index:3}.cta-subtitle{font-size:clamp(.9rem,2vw,1.1rem);color:#fffffff2;margin-bottom:clamp(1.5rem,3vw,2.5rem);max-width:min(900px,95%);line-height:1.5;position:relative;z-index:3}.btn-cta{background:#fff;color:var(--brand-primary);padding:clamp(10px,2vw,14px) clamp(20px,4vw,32px);font-size:clamp(.9rem,2vw,1rem);border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;position:relative;z-index:3;width:fit-content}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003;background:#f8fafc}@media (max-width: 768px){html,body,.landing-page-wrapper{overflow-x:hidden!important;width:100%;max-width:100vw}.hero-section,.features-section,.pricing-section,.faq-section,.cta-section,.landing-footer,.benefits-section,.video-section{max-width:100vw}.nav-container,.features-header,.benefits-header,.video-header,.pricing-header,.faq-header,.footer-content{padding-left:1rem;padding-right:1rem;max-width:100%}}.waitlist-page{height:100vh;background:linear-gradient(to bottom,#accbee 15%,#d4e2f3 35%,#fddede 65%,#ffe1c1 85%);display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif}.waitlist-container{width:100%;max-width:500px;background:#fff;border-radius:1.5rem;box-shadow:0 20px 40px #0000001a;padding:1.5rem 2rem;border:1px solid rgba(255,255,255,.2)}.waitlist-header{text-align:center;margin-bottom:2rem}.waitlist-header h1{font-size:2rem;font-weight:600;color:#0f172a;margin-bottom:1rem;line-height:1.2}.waitlist-header p{color:#475569;font-size:1rem;line-height:1.6}.waitlist-form-full{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#374151;font-size:.875rem}.form-input{padding:1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .2s ease;background:#fafafa}.form-input:focus{outline:none;border-color:#accbee;background:#fff;box-shadow:0 0 0 3px #accbee1a}.form-input::placeholder{color:#9ca3af}.error-message{color:#ef4444;font-size:.875rem;text-align:center;background:#fef2f2;padding:.75rem;border-radius:.5rem;border:1px solid #fecaca}.submit-button{background:#accbee;color:#fff;padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.submit-button:hover:not(:disabled){background:#9bb5d6;transform:translateY(-2px);box-shadow:0 8px 20px #accbee66}.submit-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.waitlist-benefits{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.waitlist-benefits h3{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem}.waitlist-benefits ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.waitlist-benefits li{display:flex;align-items:center;gap:.75rem;color:#475569;font-size:.875rem}.success-state{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.success-icon{width:80px;height:80px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.success-state h1{font-size:2rem;font-weight:800;color:#0f172a;margin:0}.success-state p{color:#475569;font-size:1rem;line-height:1.6;margin:0;max-width:400px}.back-home-btn{background:#accbee;color:#fff;padding:.75rem 1.5rem;border-radius:.75rem;text-decoration:none;font-weight:600;transition:all .2s ease}.back-home-btn:hover{background:#99bee8;transform:translateY(-2px)}@media (max-width: 640px){.waitlist-container{padding:1rem 1.5rem;margin:1rem}.waitlist-header h1{font-size:1.75rem}}:root{--nav-h: 63px;--brand-primary: #1e2330;--brand-blue: #6BADF8;--brand-light-blue: #e8f2ff;--text-primary: #1e2330;--text-secondary: #64748b;--bg-white: #ffffff;--bg-light: #f8fafc;--bg-gray: rgb(249, 250, 251);font-family:Inter,sans-serif}.legal-page-wrapper{height:100vh;background-color:var(--bg-white);width:100%;display:flex;flex-direction:column;overflow:hidden}.legal-content-offset{margin-top:var(--nav-h);flex:1;overflow-y:auto;overflow-x:hidden}.landing-nav{height:var(--nav-h);position:fixed;top:0;z-index:50;width:100%;background:#fff;border-bottom:1px solid #e2e8f0}.nav-container{max-width:1280px;margin:0 auto;padding:0 2rem;height:100%;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.legal-hero{background-color:var(--bg-gray);padding:4rem 2rem;text-align:center;position:relative;overflow:hidden;margin-bottom:3rem}.legal-title{font-size:2.5rem;font-weight:700;color:var(--brand-primary);margin-bottom:1rem;position:relative;z-index:2}.legal-date-badge{display:inline-block;padding:6px 16px;background:var(--brand-light-blue);color:var(--brand-blue);border-radius:20px;font-size:.85rem;font-weight:500;position:relative;z-index:2}.legal-container{max-width:800px;margin:0 auto 4rem;padding:0 2rem}.legal-section{margin-bottom:2.5rem;animation:fadeInUp .5s ease backwards}.legal-section h2{font-size:1.5rem;font-weight:600;color:var(--brand-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.legal-section h3{font-size:1.15rem;font-weight:600;color:var(--text-primary);margin:1.5rem 0 .75rem}.legal-section p{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1rem}.legal-section ul{list-style:none;padding-left:0;margin:1rem 0}.legal-section li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--text-secondary);line-height:1.6}.legal-section li:before{content:"•";color:var(--brand-blue);font-weight:700;position:absolute;left:0;top:0}.contact-box{background:var(--bg-light);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-top:1rem}.contact-box p{margin:0;color:var(--brand-primary);font-weight:500}.landing-footer{background:var(--bg-gray);padding:clamp(2.5rem,6vw,4rem) clamp(1rem,4vw,2rem) clamp(1.5rem,3vw,2rem);margin-top:0;border-top:1px solid #e2e8f0}.footer-content{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem);margin-bottom:clamp(2rem,4vw,3rem)}@media (min-width: 640px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 1024px){.footer-content{grid-template-columns:1.5fr 1fr;align-items:start}}.footer-left{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem)}.footer-tagline{font-size:clamp(.9rem,2vw,1rem);color:var(--text-secondary);line-height:1.6}.footer-social{display:flex;gap:clamp(.75rem,2vw,1rem);flex-wrap:wrap}.social-link{width:clamp(36px,8vw,40px);height:clamp(36px,8vw,40px);background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-primary);transition:all .2s;text-decoration:none}.social-link:hover{background:var(--brand-blue);color:#fff;transform:translateY(-4px) rotate(5deg) scale(1.1);box-shadow:0 4px 12px #6badf84d}.footer-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:clamp(1.5rem,3vw,2.5rem)}@media (min-width: 640px){.footer-links-grid{display:flex;justify-content:flex-end;gap:clamp(2rem,4vw,3rem)}}.footer-column{display:flex;flex-direction:column;gap:clamp(.75rem,1.5vw,1rem)}.footer-column-title{font-size:clamp(1rem,2.2vw,1.1rem);font-weight:600;color:var(--text-primary);margin-bottom:clamp(.25rem,1vw,.5rem)}.footer-link{color:var(--text-secondary);text-decoration:none;font-size:clamp(.85rem,1.8vw,.95rem);transition:color .2s}.footer-link:hover{color:var(--brand-blue)}.footer-bottom{max-width:1280px;margin:0 auto;padding-top:clamp(1.5rem,3vw,2rem);border-top:1px solid #e2e8f0;text-align:center}.footer-copyright{font-size:clamp(.8rem,1.8vw,.9rem);color:var(--text-secondary);line-height:1.5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.legal-title{font-size:3rem}}
