.iridescence-container{position:relative;width:100%;height:100%;z-index:0;pointer-events:auto;overflow:hidden;will-change:transform,opacity}.hero-logo{font-size:clamp(2.5rem,8vw,5.5rem);font-weight:700;letter-spacing:-.02em;line-height:.9;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none;color:var(--primary-white);position:relative;z-index:10}.logo-letter{display:inline-block;color:var(--primary-white);position:relative}.hero-blur-text{width:100%;justify-content:center;align-items:center;color:var(--primary-white);font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}@media (max-width: 768px){.hero-logo{font-size:clamp(1.5rem,8vw,3.5rem)}}.card-spotlight{position:relative;background:radial-gradient(ellipse at 60% 0%,rgba(80,70,110,.7) 0%,#181322 100%);border-radius:32px;box-shadow:0 4px 32px #281e4640;padding:48px 40px 40px;min-width:300px;max-width:400px;min-height:400px;color:#fff;overflow:hidden;transition:box-shadow .3s,transform .3s;cursor:pointer;border:none}.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(250px circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color, rgba(255,255,255,.08)),transparent 40%);opacity:var(--spotlight-opacity, 0);transition:opacity .3s;pointer-events:none}.card-spotlight:hover{box-shadow:0 8px 40px #50466e59;transform:translateY(-2px) scale(1.02)}.card-spotlight:active{transform:scale(.98)}.card-spotlight .spotlight-heading{font-size:2rem;font-weight:600;margin:32px 0 12px;color:#fff;letter-spacing:-.01em}.card-spotlight .spotlight-subtext{font-size:1.08rem;color:#bcb6d3;font-weight:400;margin-bottom:0;line-height:1.5}.card-spotlight .spotlight-icon{position:absolute;top:32px;left:32px;width:48px;height:48px;opacity:.9;color:#fff;pointer-events:none}.card-spotlight a{color:inherit;text-decoration:none;display:block;width:100%;height:100%}.info-section-container{display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:800px;margin:0 auto}.info-text{font-size:1.25rem;line-height:1.7;color:#ffffffe6;text-align:center;font-weight:400;letter-spacing:.01em}.cta-container{display:flex;justify-content:center}.cta-button{text-decoration:none;color:var(--primary-white);font-size:1.125rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;padding:1rem 2rem;border:2px solid var(--primary-white);border-radius:8px;background:transparent;transition:all .3s ease;cursor:pointer;display:inline-block;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--primary-white);transition:left .3s ease;z-index:-1}.cta-button:hover{color:var(--primary-black)}.cta-button:hover:before{left:0}@media (max-width: 768px){.info-section-container{gap:2rem}.info-text{font-size:1.125rem;line-height:1.6}.cta-button{font-size:1rem;padding:.875rem 1.75rem}}.flip-words-container,.flipwords-bold-align{display:inline-flex;align-items:baseline;vertical-align:baseline}.flip-words-text{display:inline-block;position:relative;vertical-align:baseline}.flip-word{display:inline-block;position:relative;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);color:inherit;font-weight:700;text-shadow:inherit;background:none!important;box-shadow:none!important;padding:0!important;vertical-align:baseline;font-size:inherit;line-height:inherit}.flip-word.flipping{transform:rotateX(-90deg)}.flip-word:before,.flip-word:after{display:none!important}@media (max-width: 768px){.flip-word{font-size:.9em}}.typewriter-bold{font-weight:700;color:inherit;font-size:inherit;line-height:inherit;vertical-align:baseline}.typewriter-cursor{display:inline-block;width:1ch;color:inherit;font-weight:400;opacity:1;animation:blink-cursor 2s steps(2,start) infinite;font-size:inherit;line-height:inherit;vertical-align:baseline;position:relative;top:-2px;left:-5px}@keyframes blink-cursor{0%,50%{opacity:1}51%,to{opacity:0}}.modern-header{width:100%;position:fixed;top:0;left:0;z-index:100;border-radius:35px;padding:0 1.8rem;height:48px;display:flex;align-items:stretch;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;justify-content:space-between;margin:8px 250px;width:calc(100% - 500px);opacity:1;transform:translateY(0);pointer-events:auto;animation:fadeInHeader .8s ease-out}@keyframes fadeInHeader{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInButton{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.modern-header.header-with-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(168,85,247,.1) 25%,rgba(217,70,239,.1) 75%,transparent 100%);pointer-events:none;z-index:-1;border-radius:35px}.modern-header.header-with-background{background:rgba(88,28,135,.25);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(168,85,247,.2);box-shadow:0 4px 32px #0000004d,0 2px 16px #8b5cf61a,inset 0 1px #ffffff1a;transition:all .4s cubic-bezier(.4,0,.2,1);margin-top:8px}.modern-header.header-transparent{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid transparent;box-shadow:none;transition:all .1s ease-out;margin-top:20px}.header-section{display:flex;align-items:center;position:relative;z-index:2}.header-left{flex:1;margin-left:-20px;transition:all .4s cubic-bezier(.4,0,.2,1)}.modern-header.header-transparent .header-left{margin-left:-240px}.modern-header.header-with-background .header-left{margin-left:-20px}.header-center{flex:0 0 auto;display:flex;justify-content:center}.header-right{flex:1;justify-content:flex-end;margin-right:-20px;transition:all .4s cubic-bezier(.4,0,.2,1)}.modern-header.header-transparent .header-right{margin-right:-240px}.modern-header.header-with-background .header-right{margin-right:-23px}.header-nav-group{gap:clamp(.3rem,1vw,.8rem);display:flex;align-items:center;justify-content:center;padding:.8rem 0;transition:all .4s cubic-bezier(.4,0,.2,1)}.header-link.header-link-middle{transition:all .4s cubic-bezier(.4,0,.2,1)}.header-link.header-link-middle:nth-child(2){animation:fadeInButton .6s ease-out .3s both}.header-link.header-link-middle:nth-child(3){animation:fadeInButton .6s ease-out .4s both}.modern-header.header-transparent .header-link.header-link-middle:nth-child(2){margin-right:clamp(1.2rem,3.5vw,2.5rem)}.modern-header.header-transparent .header-link.header-link-middle:nth-child(3){margin-left:clamp(1.2rem,3.5vw,2.5rem)}.modern-header.header-with-background .header-link.header-link-middle:nth-child(2){margin-right:clamp(.2rem,.6vw,.5rem)}.modern-header.header-with-background .header-link.header-link-middle:nth-child(3){margin-left:clamp(.2rem,.6vw,.5rem)}.header-link{color:#ffffffd9;font-size:clamp(.7rem,1.3vw,.85rem);font-weight:500;text-decoration:none;padding:clamp(.2rem,.5vw,.3rem) clamp(.5rem,1.2vw,.8rem);transition:all .25s ease;cursor:pointer;letter-spacing:.01em;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:transparent;border:1px solid transparent;border-radius:25px;position:relative;overflow:hidden;white-space:nowrap}.header-link:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background:linear-gradient(135deg,#9333ea 0%,#ec4899 100%);border-radius:25px;opacity:0;transition:opacity .25s ease;z-index:-1;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px}.header-link:hover{color:#fff;background:rgba(255,255,255,.1)}.header-link:hover:before{opacity:1}.header-main-btn{background:none;border:none;color:#e6e0f7;font-size:1.8rem;font-weight:500;font-family:inherit;letter-spacing:.01em;cursor:pointer;padding:0;margin:0;transition:color .2s;outline:none}.header-main-btn:hover{color:#fff}.header-main-link{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;padding:0;margin:0;transition:transform .2s ease-out;outline:none;text-decoration:none;background:none;border:none;line-height:48px;height:48px;display:flex;align-items:center;white-space:nowrap;animation:fadeInButton .6s ease-out .1s both}.header-spotlight-card{min-width:auto;max-width:none;min-height:unset;padding:clamp(.2rem,.5vw,.3rem) clamp(.7rem,1.6vw,1.2rem);height:auto;display:flex;align-items:center;justify-content:center;border-radius:25px;background:linear-gradient(135deg,#7c2d92 0%,#be185d 100%);box-shadow:0 0 20px #7c2d9266,0 0 40px #be185d4d,0 0 60px #9333ea33;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;color:#fff;font-size:clamp(.7rem,1.3vw,.85rem);font-weight:500;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;letter-spacing:.025em;text-decoration:none;cursor:pointer;border:1px solid transparent;white-space:nowrap;animation:fadeInButton .6s ease-out .5s both}.header-spotlight-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 50%,rgba(255,255,255,.15) 100%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.header-spotlight-card:hover{box-shadow:0 4px 15px #9333ea4d,0 2px 8px #0003,inset 0 1px #fff3;border:1px solid #ffffff;color:#fff}.header-spotlight-card:hover:before{opacity:1}.header-section,.header-link,.header-main-link{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.header-logo-image{height:clamp(24px,4vw,32px);width:auto;object-fit:contain;transition:all .3s ease;filter:brightness(1)}.header-logo-image:hover{transform:scale(1.05)}.header-logo-text{color:#ffffffd9;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;font-size:clamp(.7rem,1.3vw,.85rem);margin-left:.2rem;opacity:1;transition:opacity .3s ease-out;letter-spacing:.01em}.modern-header.header-transparent .header-logo-text{opacity:1;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.modern-header.header-with-background .header-logo-text{opacity:1;transition:opacity .3s ease-out}@media (max-width: 1024px){.modern-header{padding:0 1.6rem;margin:8px 200px;width:calc(100% - 400px);height:46px}.header-main-link{line-height:46px;height:46px}.header-logo-image{height:clamp(22px,3.5vw,30px)}.header-logo-text{font-size:clamp(.7rem,1.2vw,.8rem);margin-left:.2rem}.header-link{font-size:clamp(.7rem,1.2vw,.8rem);padding:clamp(.2rem,.4vw,.3rem) clamp(.4rem,1vw,.7rem)}.header-spotlight-card{font-size:clamp(.7rem,1.2vw,.8rem);padding:clamp(.2rem,.4vw,.3rem) clamp(.5rem,1.1vw,.8rem)}.header-nav-group{gap:clamp(.3rem,.8vw,.6rem)}.modern-header.header-transparent .header-link.header-link-middle:nth-child(2){margin-right:clamp(1rem,3vw,2rem)}.modern-header.header-transparent .header-link.header-link-middle:nth-child(3){margin-left:clamp(1rem,3vw,2rem)}.modern-header.header-with-background .header-link.header-link-middle:nth-child(2){margin-right:clamp(.2rem,.5vw,.4rem)}.modern-header.header-with-background .header-link.header-link-middle:nth-child(3){margin-left:clamp(.2rem,.5vw,.4rem)}.modern-header.header-transparent .header-left{margin-left:-200px}.modern-header.header-transparent .header-right{margin-right:-200px}}@media (max-width: 768px){.modern-header{padding:0 1.3rem;margin:8px 160px;width:calc(100% - 320px);height:44px}.header-main-link{line-height:44px;height:44px}.header-logo-image{height:clamp(20px,3.2vw,28px)}.header-logo-text{font-size:clamp(.65rem,1.1vw,.75rem);margin-left:.18rem}.header-link{font-size:clamp(.65rem,1.1vw,.75rem);padding:clamp(.2rem,.35vw,.25rem) clamp(.35rem,.9vw,.6rem)}.header-spotlight-card{font-size:clamp(.65rem,1.1vw,.75rem);padding:clamp(.2rem,.35vw,.25rem) clamp(.45rem,1vw,.7rem)}.header-nav-group{gap:clamp(.25rem,.7vw,.5rem)}.modern-header.header-transparent .header-link.header-link-middle:nth-child(2){margin-right:clamp(.8rem,2.5vw,1.6rem)}.modern-header.header-transparent .header-link.header-link-middle:nth-child(3){margin-left:clamp(.8rem,2.5vw,1.6rem)}.modern-header.header-with-background .header-link.header-link-middle:nth-child(2){margin-right:clamp(.15rem,.4vw,.3rem)}.modern-header.header-with-background .header-link.header-link-middle:nth-child(3){margin-left:clamp(.15rem,.4vw,.3rem)}.modern-header.header-transparent .header-left{margin-left:-160px}.modern-header.header-transparent .header-right{margin-right:-160px}}@media (max-width: 640px){.modern-header{padding:0 1rem;margin:8px 120px;width:calc(100% - 240px);height:42px}.header-main-link{line-height:42px;height:42px}.header-logo-image{height:clamp(18px,2.8vw,26px)}.header-logo-text{font-size:clamp(.6rem,1vw,.7rem);margin-left:.16rem}.header-link{font-size:clamp(.6rem,1vw,.7rem);padding:clamp(.18rem,.3vw,.22rem) clamp(.3rem,.8vw,.5rem)}.header-spotlight-card{font-size:clamp(.6rem,1vw,.7rem);padding:clamp(.18rem,.3vw,.22rem) clamp(.4rem,.9vw,.6rem)}.header-nav-group{gap:clamp(.2rem,.6vw,.4rem)}.modern-header.header-transparent .header-link.header-link-middle:nth-child(2){margin-right:clamp(.6rem,2vw,1.2rem)}.modern-header.header-transparent .header-link.header-link-middle:nth-child(3){margin-left:clamp(.6rem,2vw,1.2rem)}.modern-header.header-with-background .header-link.header-link-middle:nth-child(2){margin-right:clamp(.12rem,.35vw,.25rem)}.modern-header.header-with-background .header-link.header-link-middle:nth-child(3){margin-left:clamp(.12rem,.35vw,.25rem)}.modern-header.header-transparent .header-left{margin-left:-120px}.modern-header.header-transparent .header-right{margin-right:-120px}}@media (max-width: 480px){.modern-header{padding:0 .8rem;margin:8px 80px;width:calc(100% - 160px);height:40px}.header-main-link{line-height:40px;height:40px}.header-logo-image{height:clamp(16px,2.5vw,24px)}.header-logo-text{font-size:clamp(.55rem,.9vw,.65rem);margin-left:.14rem}.header-link{font-size:clamp(.55rem,.9vw,.65rem);padding:clamp(.15rem,.25vw,.2rem) clamp(.25rem,.7vw,.4rem)}.header-spotlight-card{font-size:clamp(.55rem,.9vw,.65rem);padding:clamp(.15rem,.25vw,.2rem) clamp(.35rem,.8vw,.5rem)}.header-nav-group{gap:clamp(.15rem,.5vw,.3rem)}.modern-header.header-transparent .header-link.header-link-middle:nth-child(2){margin-right:clamp(.5rem,1.5vw,1rem)}.modern-header.header-transparent .header-link.header-link-middle:nth-child(3){margin-left:clamp(.5rem,1.5vw,1rem)}.modern-header.header-with-background .header-link.header-link-middle:nth-child(2){margin-right:clamp(.1rem,.3vw,.2rem)}.modern-header.header-with-background .header-link.header-link-middle:nth-child(3){margin-left:clamp(.1rem,.3vw,.2rem)}.modern-header.header-transparent .header-left{margin-left:-80px}.modern-header.header-transparent .header-right{margin-right:-80px}}@media (max-width: 360px){.modern-header{padding:0 .6rem;margin:8px 60px;width:calc(100% - 120px);height:38px}.header-main-link{line-height:38px;height:38px}.header-logo-image{height:clamp(14px,2.2vw,22px)}.header-logo-text{font-size:clamp(.5rem,.8vw,.6rem);margin-left:.12rem}.header-link{font-size:clamp(.5rem,.8vw,.6rem);padding:clamp(.12rem,.2vw,.18rem) clamp(.2rem,.6vw,.35rem)}.header-spotlight-card{font-size:clamp(.5rem,.8vw,.6rem);padding:clamp(.12rem,.2vw,.18rem) clamp(.3rem,.7vw,.45rem)}.header-nav-group{gap:clamp(.12rem,.4vw,.25rem)}.modern-header.header-transparent .header-link.header-link-middle:nth-child(2){margin-right:clamp(.4rem,1.2vw,.8rem)}.modern-header.header-transparent .header-link.header-link-middle:nth-child(3){margin-left:clamp(.4rem,1.2vw,.8rem)}.modern-header.header-with-background .header-link.header-link-middle:nth-child(2){margin-right:clamp(.08rem,.25vw,.15rem)}.modern-header.header-with-background .header-link.header-link-middle:nth-child(3){margin-left:clamp(.08rem,.25vw,.15rem)}.modern-header.header-transparent .header-left{margin-left:-60px}.modern-header.header-transparent .header-right{margin-right:-60px}}.landing-page{width:100%;min-height:100vh;background:none;position:relative;z-index:1}.hero-section{height:100vh;width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-logo-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.section-container{max-width:1600px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;gap:6rem;min-height:100vh}.free-platform-section{min-height:60vh;width:100%;display:flex;align-items:center;justify-content:center;background:#000000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;padding-bottom:4rem;padding-top:4rem}.free-platform-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 15%,rgba(76,175,80,.1) 0%,transparent 25%),radial-gradient(circle at 70% 60%,rgba(33,150,243,.1) 0%,transparent 25%),radial-gradient(circle at 50% calc(60% + 40px),rgba(156,39,176,.1) 0%,transparent 25%);pointer-events:none}.free-platform-section .star{position:absolute;width:2px;height:2px;background:rgba(255,255,255,.8);border-radius:50%;box-shadow:0 0 4px #fff9;animation:random-twinkle var(--twinkle-duration, 3s) ease-in-out infinite;animation-delay:var(--twinkle-delay, 0s);will-change:transform,opacity}.free-platform-section .star.small{width:1px;height:1px;box-shadow:0 0 2px #ffffff80}.free-platform-section .star:nth-child(4){top:7%;left:13%;--twinkle-delay: .37s;--twinkle-duration: 2.73s}.free-platform-section .star:nth-child(5){top:23%;left:67%;--twinkle-delay: 1.42s;--twinkle-duration: 3.81s}.free-platform-section .star:nth-child(6){top:41%;left:29%;--twinkle-delay: 2.13s;--twinkle-duration: 2.37s}.free-platform-section .star:nth-child(7){top:59%;left:81%;--twinkle-delay: .71s;--twinkle-duration: 4.23s}.free-platform-section .star:nth-child(8){top:77%;left:44%;--twinkle-delay: 3.17s;--twinkle-duration: 2.91s}.free-platform-section .star:nth-child(9){top:91%;left:16%;--twinkle-delay: 1.83s;--twinkle-duration: 3.47s}.free-platform-section .star:nth-child(10){top:14%;left:89%;--twinkle-delay: 2.59s;--twinkle-duration: 2.13s}.free-platform-section .star:nth-child(11){top:33%;left:37%;--twinkle-delay: .94s;--twinkle-duration: 3.62s}.free-platform-section .star:nth-child(12){top:48%;left:73%;--twinkle-delay: 2.87s;--twinkle-duration: 2.41s}.free-platform-section .star:nth-child(13){top:66%;left:21%;--twinkle-delay: 1.26s;--twinkle-duration: 3.94s}.free-platform-section .star:nth-child(14){top:84%;left:58%;--twinkle-delay: .43s;--twinkle-duration: 2.68s}.free-platform-section .star:nth-child(15){top:96%;left:83%;--twinkle-delay: 3.31s;--twinkle-duration: 3.19s}.free-platform-section .star:nth-child(16){top:11%;left:51%;--twinkle-delay: 1.78s;--twinkle-duration: 2.85s}.free-platform-section .star:nth-child(17){top:27%;left:19%;--twinkle-delay: 2.93s;--twinkle-duration: 3.76s}.free-platform-section .star:nth-child(18){top:43%;left:95%;--twinkle-delay: .61s;--twinkle-duration: 2.24s}.free-platform-section .star:nth-child(19){top:61%;left:8%;--twinkle-delay: 2.21s;--twinkle-duration: 4.17s}.free-platform-section .star:nth-child(20){top:79%;left:76%;--twinkle-delay: 1.53s;--twinkle-duration: 2.97s}.free-platform-section .star:nth-child(21){top:93%;left:34%;--twinkle-delay: 3.64s;--twinkle-duration: 3.38s}.free-platform-section .star:nth-child(22){top:17%;left:62%;--twinkle-delay: .82s;--twinkle-duration: 2.56s}.free-platform-section .star:nth-child(23){top:35%;left:87%;--twinkle-delay: 2.74s;--twinkle-duration: 3.89s}.free-platform-section .star:nth-child(24){top:53%;left:11%;--twinkle-delay: 1.15s;--twinkle-duration: 2.83s}.free-platform-section .star:nth-child(25){top:71%;left:39%;--twinkle-delay: 3.42s;--twinkle-duration: 3.25s}.free-platform-section .star:nth-child(26){top:89%;left:67%;--twinkle-delay: .58s;--twinkle-duration: 2.47s}.free-platform-section .star:nth-child(27){top:6%;left:93%;--twinkle-delay: 2.31s;--twinkle-duration: 3.71s}.free-platform-section .star:nth-child(28){top:24%;left:31%;--twinkle-delay: 1.67s;--twinkle-duration: 2.19s}.free-platform-section .star:nth-child(29){top:42%;left:59%;--twinkle-delay: 3.85s;--twinkle-duration: 3.52s}.free-platform-section .star:nth-child(30){top:60%;left:87%;--twinkle-delay: .29s;--twinkle-duration: 2.64s}.free-platform-section .star:nth-child(31){top:78%;left:15%;--twinkle-delay: 2.76s;--twinkle-duration: 3.18s}.free-platform-section .star:nth-child(32){top:96%;left:43%;--twinkle-delay: 1.33s;--twinkle-duration: 2.91s}.free-platform-section .star:nth-child(33){top:13%;left:71%;--twinkle-delay: 3.59s;--twinkle-duration: 3.44s}.free-platform-section .star:nth-child(34){top:31%;left:99%;--twinkle-delay: .47s;--twinkle-duration: 2.26s}.free-platform-section .star:nth-child(35){top:49%;left:27%;--twinkle-delay: 2.88s;--twinkle-duration: 3.67s}.free-platform-section .star:nth-child(36){top:67%;left:55%;--twinkle-delay: 1.74s;--twinkle-duration: 2.38s}.free-platform-section .star:nth-child(37){top:85%;left:83%;--twinkle-delay: 3.26s;--twinkle-duration: 3.29s}.free-platform-section .star:nth-child(38){top:3%;left:11%;--twinkle-delay: .63s;--twinkle-duration: 2.72s}.free-platform-section .star:nth-child(39){top:21%;left:39%;--twinkle-delay: 2.45s;--twinkle-duration: 3.81s}.free-platform-section .star:nth-child(40){top:39%;left:67%;--twinkle-delay: 1.91s;--twinkle-duration: 2.15s}.free-platform-section .shooting-star{position:absolute;width:2px;height:2px;background:rgba(255,255,255,.8);border-radius:50%;box-shadow:0 0 4px #fffc;animation:shooting-star 6s linear infinite;opacity:0;z-index:-1}.free-platform-section .shooting-star:before{content:"";position:absolute;top:0;left:0;width:100px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.8),transparent);transform:translate(-100px)}.free-platform-section .shooting-star:nth-child(1){top:20%;left:-100px;animation-delay:0s}.free-platform-section .shooting-star:nth-child(2){top:60%;left:-100px;animation-delay:3s}.free-platform-section .shooting-star:nth-child(3){top:80%;left:-100px;animation-delay:5s}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:1}}@keyframes random-twinkle{0%{opacity:.1;transform:scale(.7)}15%{opacity:.4;transform:scale(.9)}30%{opacity:.8;transform:scale(1.1)}45%{opacity:1;transform:scale(1.3)}60%{opacity:.9;transform:scale(1.1)}75%{opacity:.5;transform:scale(.9)}90%{opacity:.2;transform:scale(.8)}to{opacity:.1;transform:scale(.7)}}@keyframes shooting-star{0%{transform:translate(0) translateY(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translate(calc(100vw + 100px)) translateY(100px);opacity:0}}.free-content{flex:1;max-width:1200px;width:100%}.free-header{margin-bottom:4rem;display:flex;flex-direction:column;align-items:center}.free-title-container{display:flex;flex-direction:column;align-items:center;width:100%}.title-line{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.title-word{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 50%,#a855f7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;text-shadow:0 4px 20px rgba(236,72,153,.3)}.title-subtitle{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;color:#ffffffe6;line-height:1}.free-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#4CAF50 0%,#45a049 100%);color:#fff;padding:.5rem 1.2rem;border-radius:25px;font-weight:700;font-size:.85rem;box-shadow:0 4px 20px #4caf5066;border:2px solid rgba(255,255,255,.2);transform:rotate(-2deg);transition:transform .3s ease}.free-badge:hover{transform:rotate(0) scale(1.05)}.badge-icon{display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 8px rgba(255,255,255,.8)) drop-shadow(0 0 16px rgba(255,255,255,.4));animation:gentle-glow 3s ease-in-out infinite}@keyframes gentle-glow{0%,to{filter:drop-shadow(0 0 8px rgba(255,255,255,.8)) drop-shadow(0 0 16px rgba(255,255,255,.4))}50%{filter:drop-shadow(0 0 16px rgba(255,255,255,.9)) drop-shadow(0 0 32px rgba(255,255,255,.6))}}.free-description-container{max-width:700px;text-align:center;padding:0 2rem}.free-description{font-size:1.2rem;color:#ffffffe6;line-height:1.7;margin:0;font-weight:400}.free-mission-statement{margin-top:4rem;margin-bottom:4rem;width:100%;position:relative}.mission-line{display:flex;align-items:center;justify-content:center;max-width:1000px;margin:0 auto;padding:0 2rem;position:relative}.mission-segment{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 2rem;background:linear-gradient(135deg,rgba(76,175,80,.15) 0%,rgba(76,175,80,.05) 100%);border-radius:16px;border:2px solid rgba(76,175,80,.3);transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;min-width:180px}.mission-segment:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.mission-segment:hover:before{left:100%}.mission-segment:hover{transform:translateY(-6px) scale(1.02);border-color:#4caf50cc;box-shadow:0 20px 60px #4caf5066,0 8px 25px #4caf5033;background:linear-gradient(135deg,rgba(76,175,80,.25) 0%,rgba(76,175,80,.1) 100%);transition:all .4s cubic-bezier(.25,.46,.45,.94)}.segment-icon{font-size:2rem;filter:drop-shadow(0 0 10px rgba(76,175,80,.5));animation:iconBounce 2s ease-in-out infinite}@keyframes iconBounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.segment-text{color:#fffffff2;font-weight:600;font-size:1rem;text-align:center;line-height:1.3}.mission-divider{width:60px;height:3px;background:linear-gradient(90deg,transparent,rgba(76,175,80,.6),transparent);margin:0 1rem;position:relative;animation:dividerPulse 3s ease-in-out infinite}@keyframes dividerPulse{0%,to{opacity:.6;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.2)}}.gradient-text{background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 50%,#a855f7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.free-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.benefit-card{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:rgba(255,255,255,.08);border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);transition:all .4s cubic-bezier(.25,.46,.45,.94);min-height:140px}.benefit-card:hover{background:rgba(255,255,255,.15);border-color:#ffffff40;transform:translateY(-6px) scale(1.02);box-shadow:0 20px 60px #0006,0 8px 25px #ffffff1a;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.benefit-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(76,175,80,.15);border-radius:12px;flex-shrink:0}.benefit-content h3{color:#fff;font-weight:600;font-size:1.1rem;margin-bottom:.5rem;line-height:1.3}.benefit-content p{color:#fffc;font-size:.95rem;line-height:1.5;margin:0}.free-graphic{flex:1;display:flex;justify-content:center;align-items:center;position:relative;height:350px;max-width:600px}.floating-elements{position:relative;width:450px;height:450px}.floating-card{position:absolute;min-width:140px;min-height:140px;box-shadow:0 8px 32px #00000040,0 2px 8px #0000001a;border-radius:20px;background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:1;transition:box-shadow .3s}.floating-card:hover{box-shadow:0 12px 40px #00000059,0 4px 16px #00000026;background:rgba(255,255,255,.13)}.floating-card-vote{left:0%;top:0%;z-index:2}.floating-card-learn{right:0%;top:25%;z-index:3}.floating-card-fast{left:10%;bottom:0%;z-index:2}@media (max-width: 600px){.floating-elements{width:220px;height:320px}.floating-card{min-width:90px;min-height:90px;border-radius:14px}.floating-card-vote{left:0%;top:0%}.floating-card-learn{right:0%;top:32%}.floating-card-fast{left:10%;bottom:0%}}.card-content{background:none;border:none;box-shadow:none;min-width:0;padding:1.5rem 1.2rem;text-align:center;display:flex;flex-direction:column;align-items:center}.card-icon{font-size:2.2rem;margin-bottom:.5rem;filter:drop-shadow(0 2px 8px #fff2)}.card-content span{color:#fff;font-weight:600;font-size:1rem;letter-spacing:.01em}.what-we-do-section{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:#000000;position:relative;margin-bottom:2rem;padding-top:4rem;padding-bottom:4rem;padding-left:20px;padding-right:20px}.circular-buttons{position:absolute;top:5.5rem;left:2.75rem;display:flex;gap:.75rem;z-index:100;pointer-events:auto}.circular-button{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0003}.circular-button:hover{transform:scale(1.2);box-shadow:0 0 10px #ffffff4d}.circular-button.red{background-color:red}.circular-button.yellow{background-color:gold}.circular-button.green{background-color:#0f0}.what-we-do-section .section-container{flex-direction:column;gap:1.5rem;text-align:center;width:100%;background:rgba(255,255,255,.95);border-radius:30px;box-shadow:0 0 80px #fff6,0 0 160px #fff3,0 0 240px #ffffff1a,0 20px 40px #0000001a;padding:40px 20px;position:relative;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.what-we-do-content{display:flex;align-items:center;gap:1rem;width:100%;max-width:1400px;margin:0 auto}.what-we-do-graphic{flex:1;display:flex;justify-content:flex-start;align-items:center;position:absolute;left:0;top:50%;transform:translateY(-50%)}.what-we-do-features{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:600px;margin-left:auto;margin-right:120px}.what-we-do-header{max-width:800px;margin:0 auto}.what-we-do-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#4a148c 0%,#6a1b9a 25%,#c2185b 50%,#d81b60 75%,#1565c0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;filter:drop-shadow(0 4px 12px rgba(74,20,140,.4));padding-top:.5rem}.what-we-do-subtitle{font-size:1.2rem;color:#000;line-height:1.6;margin-bottom:2rem}.feature-card{background:rgba(156,39,176,.35);border:1px solid rgba(156,39,176,.5);border-radius:16px;padding:2rem;transition:all .3s ease;cursor:pointer;position:relative;box-shadow:0 12px 40px #9c27b066}.feature-card:nth-child(1){background:rgba(255,0,0,.35);border:1px solid rgba(255,0,0,.5);box-shadow:0 12px 40px #f006}.feature-card:nth-child(2){background:rgba(255,255,0,.35);border:1px solid #FFD700;box-shadow:0 12px 40px #ffd70099}.feature-card:nth-child(3){background:rgba(0,255,0,.35);border:1px solid rgba(0,255,0,.5);box-shadow:0 12px 40px #0f06}.feature-card:nth-child(4){background:rgba(0,180,255,.35);border:1px solid rgba(0,180,255,.5);box-shadow:0 12px 40px #00b4ff66}.feature-card:hover{background:rgba(156,39,176,.5);border-color:#9c27b0cc;box-shadow:0 20px 60px #9c27b099;transform:translateY(-8px)}.feature-card:nth-child(1):hover{background:rgba(255,0,0,.5);border-color:#f00c;box-shadow:0 20px 60px #f009;transform:translateY(-8px)}.feature-card:nth-child(2):hover{background:rgba(255,255,0,.5);border-color:gold;box-shadow:0 20px 60px #ffd700cc;transform:translateY(-8px)}.feature-card:nth-child(3):hover{background:rgba(0,255,0,.5);border-color:#0f0c;box-shadow:0 20px 60px #0f09;transform:translateY(-8px)}.feature-card:nth-child(4):hover{background:rgba(0,180,255,.5);border-color:#00b4ffcc;box-shadow:0 20px 60px #00b4ff99;transform:translateY(-8px)}.feature-number{position:absolute;top:-15px;left:-15px;width:40px;height:40px;background:linear-gradient(135deg,#ffffff 0%,#f8f9fa 50%,#e9ecef 100%);color:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;box-shadow:0 6px 20px #00000026,0 2px 8px #0000001a;z-index:2;border:2px solid rgba(255,255,255,.8)}.feature-icon{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;margin-top:.5rem;width:80px;height:80px;margin-left:auto;margin-right:auto}.feature-icon svg{width:60px;height:60px;filter:drop-shadow(0 2px 8px rgba(255,255,255,.1));flex-shrink:0}.feature-card h3{font-size:1.3rem;font-weight:600;color:#000;margin-bottom:.75rem;text-align:center}.feature-card p{color:#000;line-height:1.5;font-size:.95rem;text-align:center;margin:0}.what-we-do-graphic{display:flex;justify-content:center;align-items:center;position:relative;margin:0rem 0}.chat-interface{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:20px;max-width:420px;width:100%;overflow:hidden;box-shadow:0 8px 32px #0000004d;height:536px;display:flex;flex-direction:column;position:relative}.chat-header{background:rgba(255,255,255,.1);padding:.75rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.8rem;position:relative;background:#212121}.chat-avatar{font-size:1.5rem;width:40px;height:40px;background:linear-gradient(135deg,#9C27B0,#673AB7);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #9c27b04d}.chat-info{flex:1}.chat-name{color:#fff;font-weight:600;font-size:1rem;margin-bottom:-.2rem}.chat-status{color:#9c27b0;font-size:.8rem;font-weight:500}.try-chat-btn{background:linear-gradient(135deg,#9C27B0,#673AB7);color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #9c27b04d;text-decoration:none;display:inline-flex;align-items:center;gap:.05rem}.try-chat-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #9c27b066}.arrow-icon{width:18px;height:18px;transition:transform .3s ease;margin-top:1px}.try-chat-btn:hover .arrow-icon{transform:translate(2px,-2px)}.example-chat-label{color:#ffffffb3;font-style:italic;font-size:.8rem;text-align:center;padding:.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);background:#212121}.chat-interface .chat-messages{padding:.5rem 1.5rem .25rem;display:flex;flex-direction:column;gap:.4rem;background:#333333;overflow:hidden;flex:1;justify-content:flex-start}.chat-bubble{padding:.625rem 1rem;border-radius:18px;max-width:75%;word-wrap:break-word;position:relative;margin-bottom:.25rem;text-align:left}.chat-bubble:first-child{margin-top:0}.chat-bubble:last-child{margin-bottom:0}.chat-bubble-user{background:linear-gradient(135deg,#4CAF50,#45a049);color:#fff;margin-left:auto;border-bottom-right-radius:6px;box-shadow:0 2px 8px #4caf504d;align-self:flex-end}.chat-bubble-ai{background:#4a4a4a;color:#fff;border:1px solid rgba(255,255,255,.2);margin-right:auto;border-bottom-left-radius:6px;box-shadow:0 2px 8px #0000004d;align-self:flex-start}.chat-bubble span{font-size:.875rem;line-height:1.5;display:block}.typing-indicator{display:flex;justify-content:flex-start;padding:0rem 1.5rem;margin-top:-.8rem;margin-left:1rem}.typing-dots{display:flex;gap:.4rem}.typing-dots span{width:8px;height:8px;background:rgba(255,255,255,.7);border-radius:50%;animation:typingPulse 1.4s ease-in-out infinite}.typing-dots span:nth-child(1){animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.mission-section{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.mission-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(156,39,176,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,193,7,.1) 0%,transparent 50%);pointer-events:none}.mission-content{flex:1;max-width:600px}.mission-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.mission-subtitle{font-size:1.2rem;color:#fffc;line-height:1.6;margin-bottom:3rem;font-weight:400}.goal{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:rgba(255,255,255,.05);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,background .3s ease}.goal:hover{transform:translateY(-5px);background:rgba(255,255,255,.1)}.goal-number{background:linear-gradient(135deg,#9C27B0,#673AB7);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.goal h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.goal p{color:#fffc;line-height:1.6;margin:0}.mission-graphic{flex:1;display:flex;justify-content:center;align-items:center;height:400px}.pulse-circle{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center}.pulse-ring{position:absolute;width:100%;height:100%;border:2px solid rgba(156,39,176,.3);border-radius:50%;top:0;left:0}.center-icon{font-size:4rem;z-index:2;position:relative}.chatbot-hero-section{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 25%,#f093fb 50%,#f5576c 75%,#4facfe 100%);position:relative;overflow:hidden;border-radius:30px;margin:0 20px;width:calc(100% - 40px)}.chatbot-hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.floating-particles{position:absolute;width:100%;height:100%;pointer-events:none}.particle{position:absolute;width:4px;height:4px;background:rgba(255,255,255,.6);border-radius:50%;box-shadow:0 0 8px #fff6;will-change:transform,opacity}.chatbot-hero-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:4rem;position:relative;z-index:2}.chatbot-hero-content{flex:1;max-width:600px}.chatbot-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.2);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.chatbot-badge-icon{font-size:1.2rem;display:flex;align-items:center;justify-content:center}.chatbot-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.3)}.chatbot-description{font-size:1.2rem;color:#ffffffe6;line-height:1.6;margin-bottom:2.5rem}.chatbot-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}.chatbot-feature{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:rgba(255,255,255,.1);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.feature-dot{font-size:1.2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.chatbot-feature span{color:#fff;font-weight:500;font-size:.95rem}.chatbot-cta{display:inline-block}.chatbot-button{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#ffffff 0%,#f8f9fa 100%);color:#333;padding:1.25rem 2.5rem;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;box-shadow:0 8px 32px #0003;transition:all .3s ease;border:none;cursor:pointer}.chatbot-button:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000004d;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%)}.button-arrow{font-size:1.3rem;font-weight:800}.chatbot-preview{flex:1;display:flex;justify-content:center;align-items:center}.chat-interface-preview{background:rgba(255,255,255,.95);border-radius:20px;max-width:400px;width:100%;overflow:hidden;box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.chat-header-preview{background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem 1.5rem;display:flex;align-items:center;gap:.8rem}.chat-avatar-preview{width:40px;height:40px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.chat-info-preview{flex:1}.chat-name-preview{color:#fff;font-weight:600;font-size:1rem;margin-bottom:-.2rem}.chat-status-preview{color:#fffc;font-size:.8rem;font-weight:500}.try-chat-preview-btn{display:flex;align-items:center;gap:.5rem;background:#f8f9fa;color:#764ba2;padding:.5rem 1rem;border-radius:25px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;margin-left:auto;border:1px solid rgba(102,126,234,.2)}.try-chat-preview-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026;background:#f8f9fa;color:#764ba2}.try-chat-arrow{font-size:.9rem;font-weight:700}.chat-messages-preview{padding:1.5rem;background:#f8f9fa;min-height:300px;display:flex;flex-direction:column;gap:1rem}.message{padding:.75rem 1rem;border-radius:18px;max-width:80%;word-wrap:break-word;font-size:.9rem;line-height:1.4}.user-message{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-left:auto;border-bottom-right-radius:6px}.ai-message{background:white;color:#333;border:1px solid #e9ecef;margin-right:auto;border-bottom-left-radius:6px;box-shadow:0 2px 8px #0000001a}.chat-input-preview{padding:1rem 1.5rem;background:white;border-top:1px solid #e9ecef}.typing-indicator-preview{display:flex;gap:.3rem;justify-content:flex-start;margin-top:.5rem;margin-left:.5rem}.typing-indicator-preview span{width:8px;height:8px;background:#667eea;border-radius:50%;animation:typingPulse 1.4s ease-in-out infinite}.typing-indicator-preview span:nth-child(1){animation-delay:0s}.typing-indicator-preview span:nth-child(2){animation-delay:.2s}.typing-indicator-preview span:nth-child(3){animation-delay:.4s}.testimonials-section{min-height:80vh;width:100%;display:flex;align-items:center;justify-content:center;background:#000000;position:relative;padding:4rem 0}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.testimonials-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.testimonials-header p{font-size:1.2rem;color:#fffc;line-height:1.6;margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem 2rem;text-align:left;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;display:flex;flex-direction:column;justify-content:center;min-height:200px}.testimonial-stars{font-size:1.2rem;margin-bottom:1.5rem;filter:drop-shadow(0 2px 4px rgba(255,215,0,.3))}.testimonial-card p{color:#ffffffe6;line-height:1.6;margin-bottom:0;font-style:italic;font-size:1.1rem;flex:1;display:flex;align-items:center}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 4px 12px #667eea4d}.author-name{color:#fff;font-weight:600;font-size:1rem;margin-bottom:.2rem}.author-location{color:#ffffffb3;font-size:.9rem}.final-cta-section{min-height:80vh;width:100%;display:flex;align-items:center;justify-content:center;background:#000000;position:relative;overflow:hidden;padding-top:6rem;padding-bottom:12rem}.final-cta-section .star{position:absolute;width:2px;height:2px;background:rgba(255,255,255,.8);border-radius:50%;box-shadow:0 0 4px #fff9;animation:random-twinkle var(--twinkle-duration, 3s) ease-in-out infinite;animation-delay:var(--twinkle-delay, 0s);will-change:transform,opacity}.final-cta-section .star.small{width:1px;height:1px;box-shadow:0 0 2px #ffffff80}.final-cta-section .star:nth-child(1){top:7%;left:5%;--twinkle-delay: .37s;--twinkle-duration: 2.73s}.final-cta-section .star:nth-child(2){top:23%;left:67%;--twinkle-delay: 1.42s;--twinkle-duration: 3.81s}.final-cta-section .star:nth-child(3){top:41%;left:29%;--twinkle-delay: 2.13s;--twinkle-duration: 2.37s}.final-cta-section .star:nth-child(4){top:59%;left:81%;--twinkle-delay: .71s;--twinkle-duration: 4.23s}.final-cta-section .star:nth-child(5){top:77%;left:44%;--twinkle-delay: 3.17s;--twinkle-duration: 2.91s}.final-cta-section .star:nth-child(6){top:91%;left:16%;--twinkle-delay: 1.83s;--twinkle-duration: 3.47s}.final-cta-section .star:nth-child(7){top:14%;left:89%;--twinkle-delay: 2.59s;--twinkle-duration: 2.13s}.final-cta-section .star:nth-child(8){top:33%;left:37%;--twinkle-delay: .94s;--twinkle-duration: 3.62s}.final-cta-section .star:nth-child(9){top:48%;left:73%;--twinkle-delay: 2.87s;--twinkle-duration: 2.41s}.final-cta-section .star:nth-child(10){top:66%;left:21%;--twinkle-delay: 1.26s;--twinkle-duration: 3.94s}.final-cta-section .star:nth-child(11){top:84%;left:58%;--twinkle-delay: .43s;--twinkle-duration: 2.68s}.final-cta-section .star:nth-child(12){top:96%;left:83%;--twinkle-delay: 3.31s;--twinkle-duration: 3.19s}.final-cta-section .star:nth-child(13){top:11%;left:51%;--twinkle-delay: 1.78s;--twinkle-duration: 2.85s}.final-cta-section .star:nth-child(14){top:27%;left:19%;--twinkle-delay: 2.93s;--twinkle-duration: 3.76s}.final-cta-section .star:nth-child(15){top:43%;left:95%;--twinkle-delay: .61s;--twinkle-duration: 2.24s}.final-cta-section .star:nth-child(16){top:61%;left:8%;--twinkle-delay: 2.21s;--twinkle-duration: 4.17s}.final-cta-section .star:nth-child(17){top:79%;left:76%;--twinkle-delay: 1.53s;--twinkle-duration: 2.97s}.final-cta-section .star:nth-child(18){top:93%;left:34%;--twinkle-delay: 3.64s;--twinkle-duration: 3.38s}.final-cta-section .star:nth-child(19){top:17%;left:62%;--twinkle-delay: .82s;--twinkle-duration: 2.56s}.final-cta-section .star:nth-child(20){top:35%;left:87%;--twinkle-delay: 2.74s;--twinkle-duration: 3.89s}.final-cta-section .star:nth-child(21){top:53%;left:11%;--twinkle-delay: 1.15s;--twinkle-duration: 2.83s}.final-cta-section .star:nth-child(22){top:71%;left:39%;--twinkle-delay: 3.42s;--twinkle-duration: 3.25s}.final-cta-section .star:nth-child(23){top:89%;left:67%;--twinkle-delay: .58s;--twinkle-duration: 2.47s}.final-cta-section .star:nth-child(24){top:6%;left:93%;--twinkle-delay: 2.31s;--twinkle-duration: 3.71s}.final-cta-section .star:nth-child(25){top:24%;left:31%;--twinkle-delay: 1.67s;--twinkle-duration: 2.19s}.final-cta-section .star:nth-child(26){top:42%;left:59%;--twinkle-delay: 3.85s;--twinkle-duration: 3.52s}.final-cta-section .star:nth-child(27){top:60%;left:87%;--twinkle-delay: .29s;--twinkle-duration: 2.64s}.final-cta-section .star:nth-child(28){top:78%;left:15%;--twinkle-delay: 2.76s;--twinkle-duration: 3.18s}.final-cta-section .star:nth-child(29){top:96%;left:43%;--twinkle-delay: 1.33s;--twinkle-duration: 2.91s}.final-cta-section .star:nth-child(30){top:13%;left:71%;--twinkle-delay: 3.59s;--twinkle-duration: 3.44s}.final-cta-section .star:nth-child(31){top:31%;left:99%;--twinkle-delay: .47s;--twinkle-duration: 2.26s}.final-cta-section .star:nth-child(32){top:49%;left:27%;--twinkle-delay: 2.88s;--twinkle-duration: 3.67s}.final-cta-section .star:nth-child(33){top:67%;left:55%;--twinkle-delay: 1.74s;--twinkle-duration: 2.38s}.final-cta-section .star:nth-child(34){top:85%;left:83%;--twinkle-delay: 3.26s;--twinkle-duration: 3.29s}.final-cta-section .star:nth-child(35){top:3%;left:11%;--twinkle-delay: .63s;--twinkle-duration: 2.72s}.final-cta-section .star:nth-child(36){top:21%;left:39%;--twinkle-delay: 2.45s;--twinkle-duration: 3.81s}.final-cta-section .star:nth-child(37){top:39%;left:67%;--twinkle-delay: 1.91s;--twinkle-duration: 2.15s}.final-cta-section .star:nth-child(38){top:57%;left:95%;--twinkle-delay: 3.12s;--twinkle-duration: 3.45s}.final-cta-section .star:nth-child(39){top:75%;left:23%;--twinkle-delay: .89s;--twinkle-duration: 2.93s}.final-cta-section .star:nth-child(40){top:93%;left:51%;--twinkle-delay: 2.67s;--twinkle-duration: 3.21s}.final-cta-section .star:nth-child(41){top:5%;left:2%;--twinkle-delay: 1.23s;--twinkle-duration: 2.95s}.final-cta-section .star:nth-child(42){top:15%;left:8%;--twinkle-delay: 2.87s;--twinkle-duration: 3.14s}.final-cta-section .star:nth-child(43){top:25%;left:3%;--twinkle-delay: .45s;--twinkle-duration: 2.78s}.final-cta-section .star:nth-child(44){top:35%;left:7%;--twinkle-delay: 3.21s;--twinkle-duration: 3.67s}.final-cta-section .star:nth-child(45){top:45%;left:1%;--twinkle-delay: 1.67s;--twinkle-duration: 2.43s}.final-cta-section .star:nth-child(46){top:55%;left:6%;--twinkle-delay: 2.34s;--twinkle-duration: 3.89s}.final-cta-section .star:nth-child(47){top:65%;left:4%;--twinkle-delay: .89s;--twinkle-duration: 2.56s}.final-cta-section .star:nth-child(48){top:75%;left:9%;--twinkle-delay: 3.45s;--twinkle-duration: 3.12s}.final-cta-section .star:nth-child(49){top:85%;left:2%;--twinkle-delay: 1.12s;--twinkle-duration: 2.91s}.final-cta-section .star:nth-child(50){top:95%;left:7%;--twinkle-delay: 2.78s;--twinkle-duration: 3.34s}.final-cta-section .shooting-star{position:absolute;width:2px;height:2px;background:rgba(255,255,255,.8);border-radius:50%;box-shadow:0 0 4px #fffc;animation:shooting-star 6s linear infinite;opacity:0;z-index:-1}.final-cta-section .shooting-star:before{content:"";position:absolute;top:0;left:0;width:100px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.8),transparent);transform:translate(-100px)}.final-cta-section .shooting-star:nth-child(41){top:20%;left:-100px;animation-delay:0s}.final-cta-section .shooting-star:nth-child(42){top:60%;left:-100px;animation-delay:3s}.final-cta-section .shooting-star:nth-child(43){top:80%;left:-100px;animation-delay:5s}.final-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:none;pointer-events:none}.final-cta-container{max-width:800px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:2}.final-cta-content h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.final-cta-content p{font-size:1.3rem;color:#ffffffe6;line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.final-cta-buttons{display:flex;gap:1.5rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.primary-cta-button{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:1.25rem 2.5rem;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;box-shadow:0 8px 32px #667eea66;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:none;cursor:pointer}.primary-cta-button:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 60px #667eea80,0 8px 25px #667eea4d;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.secondary-cta-button{display:inline-flex;align-items:center;background:rgba(255,255,255,.1);color:#fff;padding:1.25rem 2.5rem;border-radius:50px;font-weight:600;font-size:1.1rem;text-decoration:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.secondary-cta-button:hover{background:rgba(255,255,255,.2);border-color:#ffffff4d;transform:translateY(-2px)}.cta-arrow{font-size:1.3rem;font-weight:800}.final-cta-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;margin-bottom:1rem}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#667eea;margin-bottom:.5rem;text-shadow:0 4px 12px rgba(102,126,234,.4)}.stat-label{color:#fffc;font-size:1rem;font-weight:500}.back-to-top-container{display:flex;justify-content:center;align-items:center;padding:2rem 2rem 1rem;background:transparent;position:absolute;bottom:0;left:0;right:0;width:100%}.back-to-top-button{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:.75rem 1.5rem;color:#fff;font-size:.95rem;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;box-shadow:0 4px 15px #0000004d;min-width:140px;justify-content:center}.back-to-top-button:hover{background:rgba(255,255,255,.25);border-color:#ffffff80;transform:translateY(-2px)}.back-to-top-arrow{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;transition:transform .3s ease}.back-to-top-button:hover .back-to-top-arrow{transform:translateY(-2px)}.info-section{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:0 2rem;position:relative}.info-content{max-width:800px;text-align:center;width:100%}.page-spacer{height:100vh;width:100%}.problems-solved-section{min-height:100vh;width:100%;display:block;background:#000;position:relative;padding:0}.problems-solved-section .section-container{display:block!important;height:auto!important;min-height:0!important;gap:0!important;flex-direction:unset!important;align-items:unset!important;justify-content:unset!important}.problems-reveal{width:100%;height:300vh;position:relative}.problems-sticky-viewport{position:sticky;top:0;height:100vh;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.4rem;background:#000;text-align:center;padding:96px 24px;will-change:opacity,transform;contain:paint;backface-visibility:hidden;transform:translateZ(0)}.crossed-out{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#b4b4b499;text-decoration:line-through;text-decoration-color:#ffffff4d;text-decoration-thickness:3px;margin:.38em 0;line-height:1.08;pointer-events:auto}.solution-text{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;background:linear-gradient(120deg,#a259ff 0%,#e664fa 50%,#ff6ec4 100%);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease-in-out infinite;text-shadow:0 6px 32px #a259ff66,0 2px 8px #ff6ec488;letter-spacing:-.02em;line-height:1.08;margin:.38em 0;pointer-events:auto}.problems-sticky-viewport .crossed-out,.problems-sticky-viewport .solution-text{will-change:opacity,transform}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.sticky-container.fading-out{opacity:0!important;transition:opacity .6s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.section-container{flex-direction:column;gap:2rem;padding:4rem 1rem;min-height:auto}.free-platform-section,.mission-section,.how-it-works-section,.what-we-do-section,.problems-solved-section{min-height:auto;padding:4rem 0}.free-content,.mission-content,.what-we-do-content{max-width:100%}.free-benefits-grid{grid-template-columns:1fr;gap:1.5rem}.benefit-card{padding:1.5rem;min-height:120px}.what-we-do-features{grid-template-columns:repeat(2,1fr);gap:1.5rem}.mission-goals{gap:1.5rem}.goal{flex-direction:column;text-align:center;gap:1rem}.chatbot-hero-container{flex-direction:column;gap:3rem;text-align:center}.chatbot-features{grid-template-columns:1fr;gap:1rem}.chatbot-preview{order:-1}.chat-interface-preview{max-width:350px}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.final-cta-buttons{flex-direction:column;gap:1rem}.final-cta-stats{gap:2rem}.back-to-top-container{padding:3rem 1rem 1.5rem}.back-to-top-button{padding:.6rem 1.2rem;font-size:.9rem;min-width:120px}.floating-elements{width:250px;height:250px}.card-content{min-width:100px;padding:1rem}.feature-card{padding:1.5rem}.chat-interface{padding:1.5rem;max-width:350px}.info-section{padding:0 1rem}.info-content{max-width:100%}.problems-solved-section{min-height:100vh;padding:0}.problems-reveal{height:400vh}.problems-sticky-viewport{padding:0 16px}}@media (max-width: 768px){.what-we-do-content{flex-direction:column;gap:3rem}.what-we-do-features{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:100%}.what-we-do-graphic{order:-1}}@media (max-width: 600px){.what-we-do-content{gap:2rem}.what-we-do-features{grid-template-columns:1fr;gap:1.5rem}.chat-interface{max-width:350px;height:550px}}@media (max-width: 480px){.section-container{padding:0 .5rem}.free-badge{padding:.5rem 1rem;font-size:.8rem}.step{padding:2rem 1.5rem}.step-number{width:50px;height:50px;font-size:1.2rem}.step-icon{font-size:2.5rem}.crossed-out{font-size:clamp(1.2rem,4vw,1.8rem)}}.chat-interface-what-we-do{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:20px;max-width:420px;width:100%;overflow:hidden;box-shadow:0 8px 32px #0000004d;height:585px;display:flex;flex-direction:column;position:relative}.chat-header-what-we-do{background:rgba(255,255,255,.1);padding:.75rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.8rem;position:relative;background:#212121}.chat-avatar-what-we-do{font-size:1.5rem;width:40px;height:40px;background:linear-gradient(135deg,#9C27B0,#673AB7);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #9c27b04d}.chat-info-what-we-do{flex:1}.chat-name-what-we-do{color:#fff;font-weight:600;font-size:1rem;margin-bottom:-.2rem}.chat-status-what-we-do{color:#9c27b0;font-size:.8rem;font-weight:500}.try-chat-btn-what-we-do{background:linear-gradient(135deg,#9C27B0,#673AB7);color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #9c27b04d;text-decoration:none;display:inline-flex;align-items:center;gap:.05rem}.try-chat-btn-what-we-do:hover{transform:translateY(-2px);box-shadow:0 4px 12px #9c27b066}.arrow-icon-what-we-do{width:18px;height:18px;transition:transform .3s ease;margin-top:1px}.try-chat-btn-what-we-do:hover .arrow-icon-what-we-do{transform:translate(2px,-2px)}.example-chat-label-what-we-do{color:#ffffffb3;font-style:italic;font-size:.8rem;text-align:center;padding:.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);background:#212121}.chat-messages-what-we-do{padding:.5rem 1.5rem .25rem;display:flex;flex-direction:column;gap:.4rem;background:#333333;overflow:hidden;flex:1;justify-content:flex-start}.message-what-we-do{padding:.625rem 1rem;border-radius:18px;max-width:75%;word-wrap:break-word;position:relative;margin-bottom:.25rem;text-align:left}.message-what-we-do:first-child{margin-top:0}.message-what-we-do:last-child{margin-bottom:0}.user-message-what-we-do{background:linear-gradient(135deg,#4CAF50,#45a049);color:#fff;margin-left:auto;border-bottom-right-radius:6px;box-shadow:0 2px 8px #4caf504d;align-self:flex-end}.ai-message-what-we-do{background:#4a4a4a;color:#fff;border:1px solid rgba(255,255,255,.2);margin-right:auto;border-bottom-left-radius:6px;box-shadow:0 2px 8px #0000004d;align-self:flex-start}.message-what-we-do span{font-size:.875rem;line-height:1.5;display:block}.typing-indicator-what-we-do{display:flex;justify-content:flex-start;padding:0rem 1.5rem;margin-top:.6rem;margin-left:-1rem;gap:.4rem;align-self:flex-start}.typing-indicator-what-we-do span{width:8px;height:8px;background:rgba(255,255,255,.7);border-radius:50%;animation:typingPulse 1.4s ease-in-out infinite}.typing-indicator-what-we-do span:nth-child(1){animation-delay:0s}.typing-indicator-what-we-do span:nth-child(2){animation-delay:.2s}.typing-indicator-what-we-do span:nth-child(3){animation-delay:.4s}.falling-text-container{position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-align:center;padding-top:2em}.falling-text-target{display:inline-block}.word{display:inline-block;margin:0 2px;-webkit-user-select:none;user-select:none}.highlighted{color:#0ff;font-weight:700}.falling-text-canvas{position:absolute;top:0;left:0;z-index:0}.chat-page{height:100vh;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%);color:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,Noto Sans,sans-serif}.welcome-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:2rem;position:relative;z-index:2}@keyframes fadeUpIn{0%{opacity:0;transform:translateY(16px) scale(.98);filter:saturate(.9)}to{opacity:1;transform:translateY(0) scale(1);filter:saturate(1)}}.welcome-screen .welcome-title,.welcome-screen .model-version,.welcome-screen .main-input-container{opacity:0;will-change:opacity,transform}.welcome-screen .welcome-title{animation:fadeUpIn .52s cubic-bezier(.22,1,.36,1) 40ms forwards}.welcome-screen .model-version{animation:fadeUpIn .52s cubic-bezier(.22,1,.36,1) .16s forwards}.welcome-screen .main-input-container{animation:fadeUpIn .56s cubic-bezier(.22,1,.36,1) .32s forwards}@media (prefers-reduced-motion: reduce){.welcome-screen .welcome-title,.welcome-screen .model-version,.welcome-screen .main-input-container{animation:none!important;opacity:1!important;transform:none!important}}.welcome-content{display:flex;flex-direction:column;align-items:center;max-width:920px;width:100%;gap:.75rem;position:relative}.welcome-title{font-size:clamp(2.35rem,4.6vw,3.4rem);font-weight:700;letter-spacing:-.01em;color:#fff;margin:0;text-align:center;margin-bottom:.1rem}.main-input-container{width:100%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:.9rem;display:flex;flex-direction:column;gap:.6rem}.welcome-screen .main-input-container{background:#1f1f1f;border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:.9rem 1.2rem 1rem 1.1rem}.welcome-screen .input-wrapper{background:transparent;border:none;padding:0}.welcome-screen .chat-input{padding:0 0 .6rem;color:#ebebebf2;font-size:1.02rem;min-height:68px;line-height:1.6}.welcome-screen .chat-input::placeholder{color:#ebebebb3}.suggestion-buttons{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-start;align-items:center;position:relative}.suggestion-button{position:relative;display:flex;align-items:center;gap:.45rem;background:#1f1f1f;border:1px solid rgba(255,255,255,.1);color:#fffffff2;height:43px;padding:0 .75rem;border-radius:9999px;font-family:inherit;font-size:.86rem;font-weight:500;font-style:normal;letter-spacing:normal;cursor:pointer;transition:background .12s ease,border-color .12s ease;white-space:nowrap;justify-content:center;box-shadow:none}.suggestion-button:before{display:none}.suggestion-button:hover{background:#262626;border-color:#ffffff29}.suggestion-button:focus-visible{outline:none;box-shadow:none}.suggestion-button svg{width:18px;height:18px;opacity:.95}.model-version{display:flex;align-items:center;gap:.2rem;padding:.22rem .5rem;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.1);font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:-.2rem auto .6rem;transform:translateY(-6px) scale(.94)}.version-number{font-size:.75rem;font-weight:500;color:#fff}.version-number .model-text{color:#fff}.version-number .version-text{background:linear-gradient(135deg,#a855f7 0%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-size:.75rem;padding-right:.2rem;font-weight:600;text-shadow:0 0 8px rgba(168,85,247,.4)}.beta-tag{font-size:.55rem;font-weight:700;color:#ff0;background:transparent;padding:.1rem .3rem;border-radius:20px;text-transform:uppercase;letter-spacing:.1em;box-shadow:0 0 3px #ffff004d,0 0 6px #ff03;border:1px solid rgba(255,255,0,.6);text-shadow:0 0 2px rgba(255,255,0,.3);animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{box-shadow:0 0 3px #ffff004d,0 0 6px #ff03}to{box-shadow:0 0 5px #ff06,0 0 8px #ffff004d}}.chat-container{flex:1;display:flex;flex-direction:column;width:100%;height:90vh;position:relative;z-index:5;margin-top:0;overflow:visible}.chat-messages{flex:1;overflow-y:auto;overflow-x:visible;padding:4rem 3rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;scroll-behavior:smooth;min-height:0;max-height:100%;width:100%;max-width:none;margin:0}.first-message-container{width:100%;padding:1rem}.first-bubble{display:inline-block;background:rgba(255,255,255,.08);color:#fffffff2;border:1px solid rgba(255,255,255,.18);border-radius:9999px;padding:.5rem 1rem;font-size:1rem;line-height:1.6;letter-spacing:.01em}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px;transition:background .3s ease}.chat-messages::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.chat-container .message{display:flex;width:100%;margin:0rem 0;animation:messageSlideIn .3s ease-out}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-container .message.user{flex-direction:row-reverse;justify-content:flex-start}.ai-avatar-small{width:32px;height:32px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 16px #667eea4d}.user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 16px #f093fb4d}.chat-container .message-content{display:flex;flex-direction:column;gap:.25rem;max-width:100%;flex:1;overflow-wrap:break-word;word-break:break-word}.chat-container .message.user .message-content{align-items:flex-end}.chat-container .message .message-bubble{max-width:980px}.chat-container .message-bubble{padding:1rem 1.25rem;border-radius:20px;line-height:1.6;font-size:1rem;position:relative;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;transition:all .2s ease;white-space:pre-wrap;text-align:left;box-shadow:0 2px 8px #00000026}.chat-container .message.ai .message-bubble{color:#fffffff2;margin-right:auto;margin-left:20%;max-width:80%;min-width:auto;width:fit-content;background:transparent;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;line-height:1.7;padding:.5rem 0;box-shadow:none;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.3);white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none}.chat-container .message.user .message-bubble{color:#fff;margin-left:auto;margin-right:-5%;max-width:60%;min-width:auto;width:fit-content;background:#363636;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;transition:all .2s ease}.message.user .message-bubble:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000040;background:#404040}.message-time{font-size:.75rem;color:#ffffff80;font-weight:400;margin-top:.25rem;position:relative}.chat-container .message.user .message-time{text-align:right;margin-right:-4%}.chat-container .message.ai .message-time{text-align:left;margin-left:20%}.typing-indicator{display:flex;gap:.25rem;align-items:center;padding:.5rem 0}.typing-cursor{display:inline-block;color:#fffc;font-weight:700;animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.6);animation:typing 1.4s ease-in-out infinite}.typing-indicator span:nth-child(1){animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.6}30%{transform:translateY(-10px);opacity:1}}.suggestions{padding:1.5rem 0;text-align:center;flex-shrink:0}.suggestions p{font-size:.9rem;color:#ffffffb3;margin-bottom:1rem;font-weight:500}.suggestion-chips{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.suggestion-chip{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#ffffffe6;padding:.75rem 1.25rem;border-radius:25px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.suggestion-chip:hover{background:rgba(255,255,255,.15);border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.chat-input-container{padding:20px;position:relative;flex-shrink:0;width:100%;background:transparent;border-top:none;display:block}.input-wrapper{display:flex;gap:.75rem;align-items:flex-start;background:#1f1f1f;border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:.9rem 3.25rem 1rem 1.1rem;width:100%;max-width:none;position:relative;transition:all .2s ease}.chat-container .input-wrapper{width:66.666667%;max-width:800px;margin:0 auto}.chat-container .send-button{display:none}.input-wrapper:focus-within{background:#1f1f1f;border-color:#ffffff29}.welcome-screen .input-wrapper:focus-within{background:transparent;border:none}.chat-input{flex:1;background:transparent;border:none;color:#ebebebf2;font-size:1.02rem;line-height:1.6;resize:none;outline:none;font-family:inherit;min-height:68px;max-height:120px;overflow-y:auto;padding:0 0 .6rem}.chat-input:focus{outline:none;border:none;box-shadow:none}.chat-input::placeholder{color:#ebebebb3}.send-button{width:43px;height:43px;background:linear-gradient(135deg,#a855f7 0%,#ec4899 100%);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #a855f74d;flex-shrink:0;position:absolute;right:.75rem;bottom:.75rem}.send-button svg{width:18px;height:18px}.send-button:hover:not(.disabled){transform:scale(1.04) translateY(-3px);box-shadow:0 8px 25px #a855f766;opacity:.97}.send-button:active:not(.disabled){transform:translateY(0) scale(1)}.send-button.disabled{opacity:.5;cursor:not-allowed;transform:none}.input-footer{text-align:center;margin-top:.75rem}.input-footer span{font-size:.75rem;color:#ebebeb66;font-weight:400;transition:opacity .3s ease;display:inline-block}@media (max-width: 768px){.welcome-content{max-width:600px}.welcome-title{font-size:2.5rem}.main-input-container{padding:1.5rem}.action-buttons{flex-direction:column;align-items:center}.suggestion-buttons{flex-direction:column;align-items:center;max-width:600px}.suggestion-button{width:100%;max-width:300px;justify-content:center}.model-version{top:90px;left:50%;transform:translate(-50%);padding:.4rem .8rem}.version-number{font-size:.7rem}.beta-tag{font-size:.6rem;padding:.15rem .3rem}.chat-container{padding:0}.chat-messages{padding:1rem 0;gap:1rem}.message-content{max-width:85%}.suggestion-chips{flex-direction:column;align-items:center}.suggestion-chip{width:100%;max-width:300px;text-align:center}.input-wrapper{padding:.5rem}.send-button{width:34px;height:34px}.message.ai .message-bubble,.message.user .message-bubble{max-width:100%;min-width:auto}}@media (max-width: 480px){.model-version{top:80px;left:50%;transform:translate(-50%);padding:.3rem .6rem}.version-number{font-size:.65rem}.beta-tag{font-size:.55rem;padding:.1rem .25rem}.message-content{max-width:90%}.message-bubble{padding:.75rem 1rem;font-size:.9rem;-webkit-hyphens:none;hyphens:none}}*{transition:all .2s ease}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:none}.mission-page{min-height:100vh;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%);color:#fff;position:relative;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding-top:4rem;padding-bottom:6rem}.mission-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.floating-particles{position:absolute;width:100%;height:100%}.particle{position:absolute;width:4px;height:4px;background:linear-gradient(45deg,#9c27b0,#673ab7);border-radius:50%;box-shadow:0 0 10px #9c27b080}.mission-container{position:relative;z-index:5;max-width:1400px;margin:0 auto;padding:4rem 4rem 2rem;min-height:calc(100vh - 200px);display:flex;align-items:flex-start}.mission-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:flex-start;width:100%}.mission-content{max-width:600px}.mission-title{font-size:clamp(3rem,6vw,4.5rem);font-weight:800;background:linear-gradient(135deg,#ffffff 0%,#e0e7ff 50%,#c7d2fe 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.mission-subtitle{font-size:1.25rem;color:#ffffffd9;line-height:1.7;margin-bottom:4rem;font-weight:400;max-width:500px}.mission-goals{display:flex;flex-direction:column;gap:2rem}.goal-card{position:relative;background:rgba(255,255,255,.05);border:1px solid rgba(156,39,176,.3);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 20px 40px #0000004d}.goal-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(156,39,176,.1) 0%,rgba(103,58,183,.1) 100%);opacity:1;transition:opacity .3s ease;border-radius:20px}.goal-card:hover:before{opacity:1}.goal-card:hover{border-color:#9c27b080;box-shadow:0 25px 50px #0006;transform:translateY(-5px)}.goal-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.goal-number{background:linear-gradient(135deg,#9c27b0 0%,#673ab7 100%);color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 8px 20px #9c27b04d;position:relative}.goal-number:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#9c27b0,#673ab7);border-radius:50%;z-index:-1;opacity:.5;filter:blur(8px)}.goal-icon{font-size:2rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.goal-card h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.75rem;line-height:1.3}.goal-card p{color:#fffc;line-height:1.6;font-size:1rem;margin:0}.goal-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle,rgba(156,39,176,.1) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.goal-card:hover .goal-glow{opacity:1}.mission-visual-section{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;gap:3rem;padding-top:4rem}.mission-visual{display:flex;justify-content:center;align-items:center;height:400px;position:relative;margin-top:4rem}.visual-container{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center;transform:translateY(.5rem)}.pulse-circles{position:absolute;width:100%;height:100%;transform:translateY(.5rem)}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:2px solid rgba(156,39,176,.3)}.ring-1{width:150px;height:150px;animation:pulse1 3s ease-in-out infinite}.ring-2{width:210px;height:210px;animation:pulse2 3s ease-in-out infinite 1s}.ring-3{width:270px;height:270px;animation:pulse3 3s ease-in-out infinite 2s}@keyframes pulse1{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.8}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.3}}@keyframes pulse2{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.15);opacity:.2}}@keyframes pulse3{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.4}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.1}}.center-building{position:relative;z-index:10;transform:translateY(.5rem)}.building-icon{font-size:4rem;filter:drop-shadow(0 8px 20px rgba(0,0,0,.3));position:relative;z-index:2}.building-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;background:radial-gradient(circle,rgba(156,39,176,.2) 0%,transparent 70%);border-radius:50%;z-index:1}.floating-elements{position:absolute;width:100%;height:100%;pointer-events:none;transform:translateY(3rem)}.floating-element{position:absolute;font-size:1.2rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.element-1{top:13%;left:20%}.element-2{top:23%;right:25%}.element-3{bottom:32%;left:30%}.stats-section{width:100%;max-width:800px;text-align:center;margin-top:6rem}.stats-grid{display:flex;flex-direction:row;gap:1rem;justify-content:center;width:100%;overflow:visible}.stat-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:2.5rem .5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;overflow:visible;min-height:280px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:calc(33.333% - 1rem);min-width:200px;max-width:280px;box-shadow:0 8px 32px #0000001a}.stat-card:nth-child(1){background:linear-gradient(135deg,rgba(156,39,176,.2) 0%,rgba(103,58,183,.2) 100%);border-color:#9c27b066}.stat-card:nth-child(2){background:linear-gradient(135deg,rgba(255,193,7,.2) 0%,rgba(255,152,0,.2) 100%);border-color:#ffc10766}.stat-card:nth-child(3){background:linear-gradient(135deg,rgba(76,175,80,.2) 0%,rgba(139,195,74,.2) 100%);border-color:#4caf5066}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease;border-radius:24px}.stat-card:nth-child(1):before{background:linear-gradient(135deg,rgba(156,39,176,.3) 0%,rgba(103,58,183,.3) 100%)}.stat-card:nth-child(2):before{background:linear-gradient(135deg,rgba(255,193,7,.3) 0%,rgba(255,152,0,.3) 100%)}.stat-card:nth-child(3):before{background:linear-gradient(135deg,rgba(76,175,80,.3) 0%,rgba(139,195,74,.3) 100%)}.stat-card:hover:before{opacity:1}.stat-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 25px 50px #0000004d}.stat-icon{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;width:100%}.stat-number{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;color:#fff;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;line-height:1;width:100%;overflow:visible;white-space:nowrap;padding:0 1.5rem;box-sizing:border-box;min-width:0}.stat-card:nth-child(1) .stat-number{background:linear-gradient(135deg,#9c27b0 0%,#673ab7 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.stat-card:nth-child(2) .stat-number{background:linear-gradient(135deg,#ffc107 0%,#ff9800 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.stat-card:nth-child(3) .stat-number{background:linear-gradient(135deg,#4caf50 0%,#8bc34a 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:clamp(.9rem,1.8vw,1.1rem);color:#fffffff2;font-weight:600;display:flex;align-items:center;justify-content:center;line-height:1.3;width:100%}.our-goals-text{margin-top:.5rem;text-align:center}.our-goals-text em{font-size:.95rem;color:#fffc;font-style:italic;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.2)}.back-button-container{display:flex;justify-content:center;align-items:flex-end;margin-top:5.67rem}.back-button{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:.75rem 1.5rem;color:#fff;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;box-shadow:0 4px 15px #0000004d;min-width:140px;justify-content:center}.back-button:hover{background:rgba(255,255,255,.25);border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 25px #0006}.back-arrow{font-size:1.2rem;font-weight:600}@media (max-width: 1200px){.mission-content-wrapper{gap:4rem}.visual-container{width:250px;height:250px}.building-icon{font-size:3.5rem}.ring-1{width:120px;height:120px}.ring-2{width:170px;height:170px}.ring-3{width:220px;height:220px}.stats-section{max-width:500px}.stat-card{max-width:240px}}@media (max-width: 768px){.mission-page{padding-top:5rem;padding-bottom:5rem}.mission-container{padding:1rem 2rem}.mission-content-wrapper{grid-template-columns:1fr;gap:3rem;text-align:center}.mission-content{max-width:100%}.mission-title{font-size:clamp(2.5rem,8vw,3.5rem)}.mission-subtitle{font-size:1.1rem;margin-bottom:3rem}.goal-card{padding:1.5rem}.goal-header{justify-content:center}.mission-visual-section{gap:2rem}.visual-container{width:250px;height:250px}.building-icon{font-size:3rem}.ring-1{width:100px;height:100px}.ring-2{width:140px;height:140px}.ring-3{width:180px;height:180px}.stats-section{margin-top:2rem;max-width:450px}.stats-grid{gap:1rem}.stat-card{padding:2rem 1.5rem;min-height:240px;max-width:200px}.stat-icon{font-size:2.5rem}.stat-number{font-size:2.2rem}.stat-label{font-size:1rem}}@media (max-width: 480px){.mission-page{padding-top:4rem;padding-bottom:4rem}.back-button{padding:.6rem 1.2rem;font-size:.9rem;min-width:120px}.mission-container{padding:1rem}.goal-card{padding:1.25rem}.goal-number{width:50px;height:50px;font-size:1rem}.goal-icon{font-size:1.5rem}.goal-card h3{font-size:1.25rem}.visual-container{width:200px;height:200px}.building-icon{font-size:2.5rem}.ring-1{width:80px;height:80px}.ring-2{width:110px;height:110px}.ring-3{width:140px;height:140px}.stats-section{margin-top:1.5rem;max-width:400px}.stats-grid{gap:.75rem}.stat-card{padding:1.75rem 1.25rem;min-height:220px;max-width:180px}.stat-icon{font-size:2rem}.stat-number{font-size:1.8rem}.stat-label{font-size:.9rem}}:root{--pointer-x: 50%;--pointer-y: 50%;--pointer-from-center: 0;--pointer-from-top: .5;--pointer-from-left: .5;--card-opacity: 0;--rotate-x: 0deg;--rotate-y: 0deg;--background-x: 50%;--background-y: 50%;--grain: none;--icon: none;--behind-gradient: none;--inner-gradient: none;--sunpillar-1: hsl(2, 100%, 73%);--sunpillar-2: hsl(53, 100%, 69%);--sunpillar-3: hsl(93, 100%, 69%);--sunpillar-4: hsl(176, 100%, 76%);--sunpillar-5: hsl(228, 100%, 74%);--sunpillar-6: hsl(283, 100%, 73%);--sunpillar-clr-1: var(--sunpillar-1);--sunpillar-clr-2: var(--sunpillar-2);--sunpillar-clr-3: var(--sunpillar-3);--sunpillar-clr-4: var(--sunpillar-4);--sunpillar-clr-5: var(--sunpillar-5);--sunpillar-clr-6: var(--sunpillar-6);--card-radius: 30px}.pc-card-wrapper{perspective:500px;transform:translateZ(.1px);position:relative;touch-action:none}.pc-card-wrapper:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;background:inherit;background-position:inherit;border-radius:inherit;transition:all .5s ease;filter:contrast(1) saturate(2) blur(40px) opacity(.6);transform:scale(.9) translateZ(.1px);background-size:100% 100%;background-image:var(--behind-gradient)}.pc-card-wrapper:after{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:inherit;padding:2px;background:conic-gradient(from 0deg,rgba(147,51,234,.45),rgba(190,24,93,.45),rgba(59,130,246,.35),rgba(147,51,234,.45));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;filter:blur(28px) opacity(.35);will-change:transform,filter,opacity;pointer-events:none;z-index:-1;animation:pc-spin-edge 18s linear infinite,pc-pulse-edge 4.5s ease-in-out infinite alternate}.pc-card-wrapper:hover:after,.pc-card-wrapper.active:after{filter:blur(30px) opacity(.55)}@keyframes pc-spin-edge{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pc-pulse-edge{0%{filter:blur(26px) opacity(.28)}to{filter:blur(30px) opacity(.5)}}.pc-card-wrapper:hover,.pc-card-wrapper.active{--card-opacity: 1}.pc-card-wrapper:hover:before,.pc-card-wrapper.active:before{filter:contrast(1) saturate(2) blur(40px) opacity(1);transform:scale(.9) translateZ(.1px)}.pc-card{height:80svh;max-height:540px;display:grid;aspect-ratio:.718;border-radius:var(--card-radius);position:relative;background-blend-mode:color-dodge,normal,normal,normal;animation:glow-bg 12s linear infinite;box-shadow:#000c calc((var(--pointer-from-left) * 10px) - 3px) calc((var(--pointer-from-top) * 20px) - 6px) 20px -5px;transition:transform 1s ease;transform:translateZ(.1px) rotateX(0) rotateY(0);background-size:100% 100%;background-position:0 0,0 0,50% 50%,0 0;background-image:radial-gradient(farthest-side circle at var(--pointer-x) var(--pointer-y),hsla(266,100%,90%,var(--card-opacity)) 4%,hsla(266,50%,80%,calc(var(--card-opacity) * .75)) 10%,hsla(266,25%,70%,calc(var(--card-opacity) * .5)) 50%,hsla(266,0%,60%,0) 100%),radial-gradient(35% 52% at 55% 20%,#00ffaac4 0%,#073aff00 100%),radial-gradient(100% 100% at 50% 50%,#00c1ffff 1%,#073aff00 76%),conic-gradient(from 124deg at 50% 50%,#c137ffff 0%,#07c6ffff 40%,#07c6ffff 60%,#c137ffff 100%);overflow:hidden}.pc-card:hover,.pc-card.active{transition:none;transform:translateZ(.1px) rotateX(var(--rotate-y)) rotateY(var(--rotate-x))}.pc-card *{display:grid;grid-area:1/-1;border-radius:var(--card-radius);transform:translateZ(.1px);pointer-events:none}.pc-inside{top:1px;right:1px;bottom:1px;left:1px;position:absolute;background-image:var(--inner-gradient);background-color:#000000e6;transform:translateZ(.01px)}.pc-shine{-webkit-mask-image:var(--icon);mask-image:var(--icon);mask-mode:luminance;-webkit-mask-repeat:repeat;mask-repeat:repeat;-webkit-mask-size:150%;mask-size:150%;-webkit-mask-position:top calc(200% - (var(--background-y) * 5)) left calc(100% - var(--background-x));mask-position:top calc(200% - (var(--background-y) * 5)) left calc(100% - var(--background-x));transition:filter .6s ease;filter:brightness(.66) contrast(1.33) saturate(.33) opacity(.5);animation:holo-bg 18s linear infinite;mix-blend-mode:color-dodge}.pc-shine,.pc-shine:after{--space: 5%;--angle: -45deg;transform:translateZ(1px);overflow:hidden;z-index:3;background:transparent;background-size:cover;background-position:center;background-image:repeating-linear-gradient(0deg,var(--sunpillar-clr-1) calc(var(--space) * 1),var(--sunpillar-clr-2) calc(var(--space) * 2),var(--sunpillar-clr-3) calc(var(--space) * 3),var(--sunpillar-clr-4) calc(var(--space) * 4),var(--sunpillar-clr-5) calc(var(--space) * 5),var(--sunpillar-clr-6) calc(var(--space) * 6),var(--sunpillar-clr-1) calc(var(--space) * 7)),repeating-linear-gradient(var(--angle),#0e152e 0%,hsl(180,10%,60%) 3.8%,hsl(180,29%,66%) 4.5%,hsl(180,10%,60%) 5.2%,#0e152e 10%,#0e152e 12%),radial-gradient(farthest-corner circle at var(--pointer-x) var(--pointer-y),hsla(0,0%,0%,.1) 12%,hsla(0,0%,0%,.15) 20%,hsla(0,0%,0%,.25) 120%);background-position:0 var(--background-y),var(--background-x) var(--background-y),center;background-blend-mode:color,hard-light;background-size:500% 500%,300% 300%,200% 200%;background-repeat:repeat}.pc-shine:before,.pc-shine:after{content:"";background-position:center;background-size:cover;grid-area:1/1;opacity:0}.pc-card:hover .pc-shine,.pc-card.active .pc-shine{filter:brightness(.85) contrast(1.5) saturate(.5);animation:none}.pc-card:hover .pc-shine:before,.pc-card.active .pc-shine:before,.pc-card:hover .pc-shine:after,.pc-card.active .pc-shine:after{opacity:1}.pc-shine:before{background-image:linear-gradient(45deg,var(--sunpillar-4),var(--sunpillar-5),var(--sunpillar-6),var(--sunpillar-1),var(--sunpillar-2),var(--sunpillar-3)),radial-gradient(circle at var(--pointer-x) var(--pointer-y),hsl(0,0%,70%) 0%,hsla(0,0%,30%,.2) 90%),var(--grain);background-size:250% 250%,100% 100%,220px 220px;background-position:var(--pointer-x) var(--pointer-y),center,calc(var(--pointer-x) * .01) calc(var(--pointer-y) * .01);background-blend-mode:color-dodge;filter:brightness(calc(2 - var(--pointer-from-center))) contrast(calc(var(--pointer-from-center) + 2)) saturate(calc(.5 + var(--pointer-from-center)));mix-blend-mode:luminosity}.pc-shine:after{background-position:0 var(--background-y),calc(var(--background-x) * .4) calc(var(--background-y) * .5),center;background-size:200% 300%,700% 700%,100% 100%;mix-blend-mode:difference;filter:brightness(.8) contrast(1.5)}.pc-glare{transform:translateZ(1.1px);overflow:hidden;background-image:radial-gradient(farthest-corner circle at var(--pointer-x) var(--pointer-y),hsl(248,25%,80%) 12%,hsla(207,40%,30%,.8) 90%);mix-blend-mode:overlay;filter:brightness(.8) contrast(1.2);z-index:4}.pc-avatar-content{mix-blend-mode:screen;overflow:hidden}.pc-avatar-content .avatar{width:100%;position:absolute;left:50%;transform:translate(-50%) scale(1);bottom:2px;opacity:calc(1.75 - var(--pointer-from-center))}.pc-avatar-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);mask:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%);pointer-events:none}.pc-user-info{position:absolute;bottom:20px;left:20px;right:20px;z-index:2;display:flex;align-items:center;justify-content:space-between;background:rgba(24,24,32,.32);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:.5rem 1rem;pointer-events:auto}.pc-user-details{display:flex;align-items:center;gap:12px}.pc-mini-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;border:1px solid rgba(255,255,255,.1);flex-shrink:0;background:rgba(24,24,32,.32)}.pc-mini-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.pc-user-text{display:flex;align-items:flex-start;flex-direction:column;gap:6px}.pc-handle{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-weight:600;font-size:14px;color:#ffffffe6;line-height:1}.pc-status{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-size:14px;color:#ffffffb3;line-height:1}.pc-contact-btn{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-weight:600;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 16px;font-size:14px;color:#ffffffe6;background:rgba(24,24,32,.32);cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);outline:none;display:flex;align-items:center;justify-content:center}.pc-contact-btn:hover{border-color:#fff6;transform:translateY(-1px);transition:all .2s ease}.pc-content{max-height:100%;overflow:hidden;text-align:center;position:relative;transform:translate3d(calc(var(--pointer-from-left) * -6px + 3px),calc(var(--pointer-from-top) * -6px + 3px),.1px)!important;z-index:5;mix-blend-mode:luminosity}.pc-details{width:100%;position:absolute;top:3em;display:flex;flex-direction:column}.pc-details h3{font-weight:600;font-size:min(5svh,3em);margin:0;background-image:linear-gradient(to bottom,#fff,#6f6fbe);background-size:1em 1.5em;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}.pc-details p{font-weight:600;position:relative;top:-12px;white-space:nowrap;font-size:16px;margin:0 auto;width:min-content;background-image:linear-gradient(to bottom,#fff,#4a4ac0);background-size:1em 1.5em;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}@keyframes glow-bg{0%{--bgrotate: 0deg}to{--bgrotate: 360deg}}@keyframes holo-bg{0%{background-position:0 var(--background-y),0 0,center}to{background-position:0 var(--background-y),90% 90%,center}}@media (max-width: 768px){.pc-card{height:70svh;max-height:450px}.pc-details{top:2em}.pc-details h3{font-size:min(4svh,2.5em)}.pc-details p{font-size:14px}.pc-user-info{bottom:15px;left:15px;right:15px;padding:10px 12px}.pc-mini-avatar{width:28px;height:28px}.pc-user-details{gap:10px}.pc-handle{font-size:13px}.pc-status{font-size:10px}.pc-contact-btn{padding:6px 12px;font-size:11px}}@media (max-width: 480px){.pc-card{height:60svh;max-height:380px}.pc-details{top:1.5em}.pc-details h3{font-size:min(3.5svh,2em)}.pc-details p{font-size:12px;top:-8px}.pc-user-info{bottom:12px;left:12px;right:12px;padding:8px 10px;border-radius:50px}.pc-mini-avatar{width:24px;height:24px}.pc-user-details{gap:8px}.pc-handle{font-size:12px}.pc-status{font-size:9px}.pc-contact-btn{padding:5px 10px;font-size:10px;border-radius:50px}}@media (max-width: 320px){.pc-card{height:55svh;max-height:320px}.pc-details h3{font-size:min(3svh,1.5em)}.pc-details p{font-size:11px}.pc-user-info{padding:6px 8px;border-radius:50px}.pc-mini-avatar{width:20px;height:20px}.pc-user-details{gap:6px}.pc-handle{font-size:11px}.pc-status{font-size:8px}.pc-contact-btn{padding:4px 8px;font-size:9px;border-radius:50px}}.footer-root{width:100%;background:#111;color:#d1d5db;padding:0;margin:0;border:none;border-top:1px solid rgba(255,255,255,.04);position:relative;z-index:10;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.footer-content{max-width:1400px;margin:0 auto;padding:64px 48px 32px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:32px}.footer-left{flex:1 1 420px;min-width:320px;max-width:520px;display:flex;flex-direction:column;align-items:flex-start;gap:18px}.footer-brand-row{display:flex;align-items:center;gap:0px;margin-bottom:0;margin-left:-6px}.footer-logo-circle{width:48px;height:48px;border-radius:50%;background:none;display:flex;align-items:center;justify-content:center;box-shadow:none}.footer-logo-square{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border-radius:8px;box-shadow:none;overflow:hidden}.footer-logo-square img{width:32px;height:32px;border-radius:6px;object-fit:cover;background:none;box-shadow:none}.footer-title{font-size:1.2rem;font-weight:700;color:#fff;letter-spacing:.01em;margin-bottom:0}.footer-desc{font-size:.95rem;color:#d1d5db;margin-bottom:4px;margin-top:0;line-height:1.5;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;padding-top:0}.footer-social-row{display:flex;align-items:center;gap:16px;margin:2px 0 0}.footer-social-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:#888;opacity:1;transition:color .2s,opacity .2s;text-decoration:none;font-size:18px}.footer-social-icon svg{width:18px;height:18px;stroke:#888;fill:none}.footer-social-icon:hover{color:#fff;opacity:.85}.footer-status-row{display:flex;align-items:center;gap:0px;margin:32px 0 0;background:#18181b;border-radius:14px;padding:6px 10px;font-size:.8rem;font-weight:500;color:#b6fcb6;box-shadow:0 1px 4px #00000014;border:1.5px solid #232325;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.footer-status-dot{width:12px;height:12px;border-radius:50%;background:#22c55e;display:inline-block;margin-right:6px;position:relative;border:2px solid #18181b;z-index:1}.footer-status-dot:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:12px;border-radius:50%;background:rgba(34,197,94,.5);transform:translate(-50%,-50%) scale(0);opacity:.9;z-index:0;animation:status-dot-wave 1.2s infinite cubic-bezier(.4,0,.2,1)}@keyframes status-dot-wave{0%{transform:translate(-50%,-50%) scale(0);opacity:.9}to{transform:translate(-50%,-50%) scale(1.8);opacity:0}}.footer-status-text{color:#b6fcb6;font-weight:400;font-size:.65rem;letter-spacing:.01em;line-height:1.2;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.footer-copyright{margin-top:-10px;font-size:.85rem;color:#888;font-weight:400}.footer-right{display:flex;flex-direction:row;gap:64px;min-width:320px;justify-content:flex-end}.footer-links-col{display:flex;flex-direction:column;gap:10px;min-width:160px}.footer-links-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.footer-link{color:#d1d5db;text-decoration:none;font-size:.9rem;font-weight:400;transition:color .2s;margin-bottom:2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.footer-link:hover{color:#fff;text-decoration:underline}@media (max-width: 900px){.footer-content{flex-direction:column;align-items:flex-start;padding:48px 24px 24px;gap:32px}.footer-right{flex-direction:row;gap:32px;min-width:0;width:100%;justify-content:flex-start}}@media (max-width: 600px){.footer-content{padding:32px 8px 16px;gap:24px}.footer-left{min-width:0;max-width:100%;gap:12px}.footer-title{font-size:1.3rem}.footer-desc,.footer-links-title{font-size:1rem}.footer-link{font-size:.98rem}.footer-right{gap:16px}}.your-data-page{min-height:100vh;background:linear-gradient(135deg,#0f0f23 0%,#1a1a2e 50%,#16213e 100%);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex;flex-direction:column}.your-data-container{max-width:800px;margin:0 auto;padding:120px 24px 80px;flex:1}.your-data-header{text-align:center;margin-bottom:60px}.your-data-header h1{font-size:3rem;font-weight:700;margin-bottom:16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.your-data-header .subtitle{font-size:1.2rem;color:#a0a0a0;font-weight:400;margin:0}.your-data-content{display:flex;flex-direction:column;gap:40px}.data-section{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.data-section:hover{background:rgba(255,255,255,.05);border-color:#ffffff26;transform:translateY(-2px)}.data-section h2{font-size:2rem;font-weight:600;margin-bottom:20px;color:#fff;letter-spacing:-.01em}.data-section h3{font-size:1.4rem;font-weight:600;margin-bottom:16px;color:#fff;letter-spacing:-.01em}.data-section p{font-size:1.1rem;line-height:1.7;color:#d1d5db;margin-bottom:16px}.data-section p:last-child{margin-bottom:0}.data-section ul{list-style:none;padding:0;margin:16px 0}.data-section li{font-size:1.1rem;line-height:1.6;color:#d1d5db;margin-bottom:12px;padding-left:24px;position:relative}.data-section li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700;font-size:1.2rem}.data-section li:last-child{margin-bottom:0}.data-section strong{color:#fff;font-weight:600}@media (max-width: 768px){.your-data-container{padding:100px 16px 80px}.your-data-header h1{font-size:2.5rem}.your-data-header .subtitle{font-size:1.1rem}.data-section{padding:24px}.data-section h2{font-size:1.8rem}.data-section h3{font-size:1.3rem}.data-section p,.data-section li{font-size:1rem}}@media (max-width: 480px){.your-data-header h1{font-size:2rem}.data-section{padding:20px}.data-section h2{font-size:1.6rem}.data-section h3{font-size:1.2rem}}.privacy-policy-page{min-height:100vh;background:linear-gradient(135deg,#0f0f23 0%,#1a1a2e 50%,#16213e 100%);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex;flex-direction:column}.privacy-policy-container{max-width:800px;margin:0 auto;padding:120px 24px 80px;flex:1}.privacy-policy-header{text-align:center;margin-bottom:60px}.privacy-policy-header h1{font-size:3rem;font-weight:700;margin-bottom:16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.privacy-policy-header .subtitle{font-size:1.2rem;color:#a0a0a0;font-weight:400;margin:0}.privacy-policy-content{display:flex;flex-direction:column;gap:40px}.policy-section{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.policy-section:hover{background:rgba(255,255,255,.05);border-color:#ffffff26;transform:translateY(-2px)}.policy-section h2{font-size:2rem;font-weight:600;margin-bottom:20px;color:#fff;letter-spacing:-.01em}.policy-section h3{font-size:1.4rem;font-weight:600;margin-bottom:16px;color:#fff;letter-spacing:-.01em}.policy-section p{font-size:1.1rem;line-height:1.7;color:#d1d5db;margin-bottom:16px}.policy-section p:last-child{margin-bottom:0}.policy-section ul{list-style:none;padding:0;margin:16px 0}.policy-section li{font-size:1.1rem;line-height:1.6;color:#d1d5db;margin-bottom:12px;padding-left:24px;position:relative}.policy-section li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.2rem}.policy-section li:last-child{margin-bottom:0}.contact-info{background:rgba(255,255,255,.02);border-radius:8px;padding:20px;margin-top:16px}.contact-info p{margin:0;font-size:1.1rem}.policy-section strong{color:#fff;font-weight:600}@media (max-width: 768px){.privacy-policy-container{padding:100px 16px 80px}.privacy-policy-header h1{font-size:2.5rem}.privacy-policy-header .subtitle{font-size:1.1rem}.policy-section{padding:24px}.policy-section h2{font-size:1.8rem}.policy-section h3{font-size:1.3rem}.policy-section p,.policy-section li{font-size:1rem}.contact-info{padding:16px}}@media (max-width: 480px){.privacy-policy-header h1{font-size:2rem}.policy-section{padding:20px}.policy-section h2{font-size:1.6rem}.policy-section h3{font-size:1.2rem}}.careers-page{min-height:100vh;background:linear-gradient(135deg,#0f0f23 0%,#1a1a2e 50%,#16213e 100%);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex;flex-direction:column}.careers-container{max-width:800px;margin:0 auto;padding:120px 24px 80px;flex:1}.careers-header{text-align:center;margin-bottom:60px}.careers-header h1{font-size:3rem;font-weight:700;margin-bottom:16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.careers-header .subtitle{font-size:1.2rem;color:#a0a0a0;font-weight:400;margin:0}.careers-content{display:flex;flex-direction:column;gap:40px}.careers-section{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.careers-section:hover{background:rgba(255,255,255,.05);border-color:#ffffff26;transform:translateY(-2px)}.careers-section h2{font-size:2rem;font-weight:600;margin-bottom:20px;color:#fff;letter-spacing:-.01em}.careers-section h3{font-size:1.4rem;font-weight:600;margin-bottom:16px;color:#fff;letter-spacing:-.01em}.careers-section p{font-size:1.1rem;line-height:1.7;color:#d1d5db;margin-bottom:16px}.careers-section p:last-child{margin-bottom:0}.careers-section ul{list-style:none;padding:0;margin:16px 0}.careers-section li{font-size:1.1rem;line-height:1.6;color:#d1d5db;margin-bottom:12px;padding-left:24px;position:relative}.careers-section li:before{content:"→";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.2rem}.careers-section li:last-child{margin-bottom:0}.careers-section strong{color:#fff;font-weight:600}@media (max-width: 768px){.careers-container{padding:100px 16px 80px}.careers-header h1{font-size:2.5rem}.careers-header .subtitle{font-size:1.1rem}.careers-section{padding:24px}.careers-section h2{font-size:1.8rem}.careers-section h3{font-size:1.3rem}.careers-section p,.careers-section li{font-size:1rem}}@media (max-width: 480px){.careers-header h1{font-size:2rem}.careers-section{padding:20px}.careers-section h2{font-size:1.6rem}.careers-section h3{font-size:1.2rem}}.faq-page{min-height:100vh;background:linear-gradient(135deg,#0f0f23 0%,#1a1a2e 50%,#16213e 100%);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex;flex-direction:column}.faq-container{max-width:800px;margin:0 auto;padding:120px 24px 80px;flex:1}.faq-header{text-align:center;margin-bottom:60px}.faq-header h1{font-size:3rem;font-weight:700;margin-bottom:16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.faq-header .subtitle{font-size:1.2rem;color:#a0a0a0;font-weight:400;margin:0}.faq-content{display:flex;flex-direction:column;gap:40px}.faq-section{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.faq-section:hover{background:rgba(255,255,255,.05);border-color:#ffffff26;transform:translateY(-2px)}.faq-section h2{font-size:2rem;font-weight:600;margin-bottom:24px;color:#fff;letter-spacing:-.01em}.faq-item{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}.faq-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.faq-item h3{font-size:1.3rem;font-weight:600;margin-bottom:12px;color:#667eea;letter-spacing:-.01em}.faq-item p{font-size:1.1rem;line-height:1.7;color:#d1d5db;margin:0}@media (max-width: 768px){.faq-container{padding:100px 16px 80px}.faq-header h1{font-size:2.5rem}.faq-header .subtitle{font-size:1.1rem}.faq-section{padding:24px}.faq-section h2{font-size:1.8rem}.faq-item h3{font-size:1.2rem}.faq-item p{font-size:1rem}}@media (max-width: 480px){.faq-header h1{font-size:2rem}.faq-section{padding:20px}.faq-section h2{font-size:1.6rem}.faq-item h3{font-size:1.1rem}}.terms-page{min-height:100vh;background:linear-gradient(135deg,#0f0f23 0%,#1a1a2e 50%,#16213e 100%);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex;flex-direction:column}.terms-container{max-width:800px;margin:0 auto;padding:120px 24px 80px;flex:1}.terms-header{text-align:center;margin-bottom:60px}.terms-header h1{font-size:3rem;font-weight:700;margin-bottom:16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.terms-header .subtitle{font-size:1.2rem;color:#a0a0a0;font-weight:400;margin:0}.terms-content{display:flex;flex-direction:column;gap:40px}.terms-section{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.terms-section:hover{background:rgba(255,255,255,.05);border-color:#ffffff26;transform:translateY(-2px)}.terms-section h2{font-size:1.6rem;font-weight:600;margin-bottom:16px;color:#fff;letter-spacing:-.01em}.terms-section h3{font-size:1.4rem;font-weight:600;margin-bottom:16px;color:#fff;letter-spacing:-.01em}.terms-section p{font-size:1.1rem;line-height:1.7;color:#d1d5db;margin-bottom:16px}.terms-section p:last-child{margin-bottom:0}.terms-section ul{list-style:none;padding:0;margin:16px 0}.terms-section li{font-size:1.1rem;line-height:1.6;color:#d1d5db;margin-bottom:8px;padding-left:20px;position:relative}.terms-section li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.2rem}.terms-section li:last-child{margin-bottom:0}.email-link{color:#667eea;text-decoration:none;font-weight:500;transition:color .2s ease}.email-link:hover{color:#764ba2;text-decoration:underline}.highlight-box{background:linear-gradient(135deg,rgba(102,126,234,.1) 0%,rgba(118,75,162,.1) 100%);border:1px solid rgba(102,126,234,.2)}.highlight-box h3{color:#667eea}.terms-section strong{color:#fff;font-weight:600}@media (max-width: 768px){.terms-container{padding:100px 16px 80px}.terms-header h1{font-size:2.5rem}.terms-header .subtitle{font-size:1.1rem}.terms-section{padding:24px}.terms-section h2{font-size:1.4rem}.terms-section h3{font-size:1.3rem}.terms-section p,.terms-section li{font-size:1rem}}@media (max-width: 480px){.terms-header h1{font-size:2rem}.terms-section{padding:20px}.terms-section h2{font-size:1.3rem}.terms-section h3{font-size:1.2rem}}.app{width:100%;min-height:100vh;background-color:var(--primary-black)}:root{--primary-white: #ffffff;--primary-black: #000000;--gradient-white: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);--transition-smooth: cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;height:100%;background-color:var(--primary-black);overscroll-behavior:none}body{background-color:var(--primary-black);color:var(--primary-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;line-height:1.6;min-height:100vh;margin:0;padding:0;overscroll-behavior:none}#root{min-height:100vh;width:100%;background-color:var(--primary-black)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:4px}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:4px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}html{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(255,255,255,.1)}*{scroll-behavior:smooth}a,button,.nav-button,.cta-button{transition:all .3s var(--transition-smooth)}
