.animation-container{flex-direction:column;height:400px;background:linear-gradient(135deg,white,white);padding:20px}.animation-container,.logo-container-model{display:flex;justify-content:center;align-items:center}.logo-container-model{position:relative;width:220px;height:90px;margin-bottom:40px;background:transparent}.logo-background{width:100%;height:100%;border-radius:16px;position:absolute}.logo-letter{font-size:60px;font-weight:700;color:rgba(255,255,255,.95);text-shadow:0 2px 10px rgba(0,0,0,.2),0 0 30px rgba(255,255,255,.3);position:relative;z-index:2;transition:all .5s ease}.glow-effect{position:absolute;width:200%;height:200%;background:radial-gradient(circle,rgba(0,162,255,.4) 0,rgba(0,162,255,0) 70%);border-radius:50%;opacity:0;transition:opacity .8s ease}.particles-container{position:absolute;width:100%;height:100%;overflow:hidden}.particle{position:absolute;width:8px;height:8px;border-radius:50%;background-color:rgba(255,255,255,.8);box-shadow:0 0 10px rgba(255,255,255,.8);opacity:0}.text-container{position:relative;overflow:hidden;height:40px;display:flex;justify-content:center;align-items:center;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.text-content{font-size:28px;font-weight:700;color:#00a8e1;letter-spacing:3px;position:relative;display:inline-block}.text-glow{position:absolute;width:100%;height:100%;opacity:0}.text-content:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:3px;background:linear-gradient(90deg,#00a8e1,#00a8e1);transform-origin:left;transform:scaleX(0);transition:transform .5s ease}@keyframes logoAnimation{0%{transform:scale(.5);opacity:0}20%{transform:scale(1.1);opacity:1}40%{transform:scale(.95);opacity:1}60%{transform:scale(1.05);opacity:1}80%{transform:scale(1);opacity:1;transform:translateY(0)}to{transform:scale(1.1);opacity:0;transform:translateY(-60px)}}@keyframes letterAnimation{0%{opacity:0;transform:scale(.7)}15%{opacity:1;transform:scale(1.2)}30%{opacity:1;transform:scale(1)}80%{opacity:1;transform:scale(1.1) rotate(0deg)}to{opacity:0;transform:scale(.8) rotate(15deg)}}@keyframes glowAnimation{0%{opacity:0;transform:scale(.5)}40%{opacity:.7;transform:scale(1)}80%{opacity:.3;transform:scale(1.2)}to{opacity:0;transform:scale(1.5)}}@keyframes particleAnimation{0%{opacity:0;transform:translate(0)}30%{opacity:.8}to{opacity:0;transform:translate(var(--x),var(--y))}}@keyframes textAnimation{0%{opacity:0;transform:translateY(20px)}30%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes textGlowAnimation{0%{opacity:0}30%{opacity:.7}80%{opacity:.3}to{opacity:0}}@keyframes underlineAnimation{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.logo-container.animate .logo-background{animation:logoAnimation 3s cubic-bezier(.34,1.56,.64,1) forwards}.logo-container.animate .logo-letter{animation:letterAnimation 3s ease forwards}.logo-container.animate .glow-effect{animation:glowAnimation 3s ease forwards}.logo-container.animate .particle{animation:particleAnimation 2s ease-out forwards;animation-delay:calc(var(--delay) * .1s)}.text-container.animate{opacity:1;transform:translateY(0)}.text-container.animate .text-content{animation:textAnimation 3s ease-in-out forwards}.text-container.animate .text-glow{animation:textGlowAnimation 3s ease-in-out forwards}.text-container.animate .text-content:after{animation:underlineAnimation 1.5s ease forwards;animation-delay:.5s}.particle:first-child{--x:-50px;--y:-40px;--delay:10}.particle:nth-child(2){--x:60px;--y:-30px;--delay:12}.particle:nth-child(3){--x:-40px;--y:50px;--delay:14}.particle:nth-child(4){--x:50px;--y:40px;--delay:16}.particle:nth-child(5){--x:-60px;--y:10px;--delay:18}.particle:nth-child(6){--x:30px;--y:-50px;--delay:20}.particle:nth-child(7){--x:-30px;--y:-55px;--delay:11}.particle:nth-child(8){--x:55px;--y:20px;--delay:13}.particle:nth-child(9){--x:-20px;--y:60px;--delay:15}.particle:nth-child(10){--x:40px;--y:-45px;--delay:17}.particle:nth-child(11){--x:-55px;--y:-15px;--delay:19}.particle:nth-child(12){--x:25px;--y:55px;--delay:21}.designed-info-section{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#fff,#0077a2,#fff);perspective:1200px}.floating-elements-container{position:absolute;width:100%;height:100%;transform-style:preserve-3d;perspective:1200px}.floating-element{position:absolute;border-radius:24%;filter:blur(4px);box-shadow:0 0 30px rgba(0,168,225,.6)}.designed-card,.floating-element{transform-style:preserve-3d;will-change:transform}.designed-card{position:relative;width:90%;max-width:800px;transform:perspective(1200px);z-index:10;min-height:300px}.designed-content-wrapper{position:relative;padding:60px;background:rgba(255,255,255,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:24px;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 80px rgba(0,0,0,.25),inset 0 0 0 1px rgba(255,255,255,.1),inset 0 0 40px rgba(0,168,225,.15);transform-style:preserve-3d;overflow:hidden;min-height:250px}.designed-content-wrapper:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to bottom right,rgba(255,255,255,0),rgba(255,255,255,0) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 60%,rgba(255,255,255,0));transform:rotate(-45deg);animation:shine 6s linear infinite;pointer-events:none}@keyframes shine{0%{top:-100%;left:-100%}to{top:100%;left:100%}}.designed-section-subtitle{display:block;margin-bottom:16px;font-size:14px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:rgba(255,255,255,.95);text-shadow:0 2px 10px rgba(0,0,0,.2);transform:translateZ(40px)}.designed-section-title{margin-bottom:30px;font-size:42px;font-weight:800;line-height:1.2;color:#ffffff;text-shadow:0 2px 5px rgba(0,0,0,.2),0 5px 15px rgba(0,0,0,.1);transform:translateZ(60px);background:linear-gradient(90deg,#ffffff,#e0f7ff,#94e0ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-family:Arial!important}.designed-section-text{font-size:18px;line-height:1.8;color:rgba(255,255,255,.9);transform:translateZ(20px);text-shadow:0 1px 3px rgba(0,0,0,.2);font-family:Arial!important}.designed-icon-pulse{position:absolute;top:-20px;right:40px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:50%;box-shadow:0 15px 35px rgba(0,0,0,.2),inset 0 0 0 1px rgba(255,255,255,.1);color:#ffffff;transform:translateZ(80px);z-index:1}.designed-icon-pulse:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:rgba(0,168,225,.4);z-index:-1;animation:pulse 2s infinite}.designed-content-wrapper:after{content:"";position:absolute;bottom:-80px;left:50%;transform:translateX(-50%);width:70%;height:120px;background:radial-gradient(ellipse at center,rgba(0,168,225,.3) 0,rgba(0,168,225,0) 70%);border-radius:50%;opacity:.7;filter:blur(10px);animation:wave 3s ease-in-out infinite}@keyframes wave{0%,to{transform:translateX(-50%) scale(1)}50%{transform:translateX(-50%) scale(1.1)}}.designed-info-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 30%,rgba(0,168,225,.4) 0,transparent 100px),radial-gradient(circle at 80% 70%,rgba(0,168,225,.4) 0,transparent 100px),radial-gradient(circle at 50% 50%,rgba(0,168,225,.2) 0,transparent 200px);animation:ambientLight 10s infinite alternate}@keyframes ambientLight{0%{opacity:.7;background-position:0 0,100% 100%,50% 50%}to{opacity:1;background-position:5% 10%,95% 90%,45% 55%}}@media (max-width:768px){.designed-info-section{height:auto;padding:100px 20px}.designed-content-wrapper{padding:40px 30px}.designed-section-title{font-size:32px}.designed-icon-pulse{width:60px;height:60px;top:-10px;right:20px}.floating-element{opacity:.3}}.remote-session-container{padding:60px 50px;font-family:Arial!important;color:#333;perspective:1000px;position:relative}.remote-session-header{text-align:center;margin-bottom:50px;animation:float 6s ease-in-out infinite}.remote-session-badge{display:inline-block;padding:10px 20px;background:linear-gradient(90deg,#0077b6,#00a8e1);color:white;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:25px;margin-bottom:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);position:relative;overflow:hidden;animation:scalePulse 1.5s ease-in-out infinite}@keyframes scalePulse{0%,to{transform:scale(1);box-shadow:0 4px 10px rgba(0,0,0,.1)}50%{transform:scale(1.1);box-shadow:0 6px 15px rgba(0,0,0,.2)}}.remote-session-title{font-size:38px;font-weight:700;color:#1f2937;max-width:800px;margin:0 auto;line-height:1.4;animation:fadeIn 1.5s ease-out;text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:30px;gap:30px;margin-bottom:60px}.step-card,.steps-grid{transform-style:preserve-3d}.step-card{background:rgba(255,255,255,.7);border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 5px 20px rgba(0,0,0,.12);padding:28px;transition:all .5s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(255,255,255,.4);animation:cardEntry .8s cubic-bezier(.215,.61,.355,1) backwards;animation-delay:calc(var(--index, 0) * .1s);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.step-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 15px 35px rgba(0,0,0,.2)}.step-header{display:flex;align-items:center;margin-bottom:16px;font-family:Arial!important;will-change:transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.card-container{perspective:1000px}.step-number{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:linear-gradient(135deg,#00a8e1,#0077b6);color:white;font-weight:700;border-radius:50%;font-size:18px;margin-right:14px;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative;animation-delay:calc(var(--index, 0) * .2s);will-change:transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.step-card:hover .step-number{box-shadow:0 8px 15px rgba(0,119,182,.3)}.step-title{font-size:20px;font-weight:600;color:#1f2937;margin:0;transition:transform .3s ease}.step-card:hover .step-title{transform:translateZ(15px);color:#0077b6}.step-description{font-size:16px;color:#4a5568;line-height:1.5;margin:0;transition:transform .5s ease;font-family:Arial!important}.step-card:hover .step-description{transform:translateZ(10px)}.tasks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:35px;gap:35px;transform-style:preserve-3d}.task-card-perceptual,.task-card-report,.task-card-voice{background:linear-gradient(135deg,#ffffff,#e0f2f1);border-radius:15px;box-shadow:0 6px 20px rgba(0,0,0,.12);padding:35px;transition:all .5s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;border-top:5px solid #00a8e1;transform-style:preserve-3d;animation:fadeInUp .8s ease-out backwards;animation-delay:calc(var(--index, 0) * .15s);display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content;min-height:500px}.task-title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 14px;transition:transform .4s ease,color .3s ease}.task-card-perceptual:hover .task-title,.task-card-report:hover .task-title,.task-card-voice:hover .task-title{transform:translateZ(25px);color:#0077b6}.task-description{font-size:16px;color:#4a5568;line-height:1.6;margin-bottom:20px;transition:transform .5s ease}.task-card:hover .task-description{transform:translateZ(15px)}.task-list{list-style:none;padding:0;margin:0;transform-style:preserve-3d;flex-grow:1}.task-item{display:flex;align-items:flex-start;margin-bottom:12px;transition:transform .3s ease-in-out;transform-origin:left center;border-bottom:1px solid rgba(0,138,225,.1);font-family:Arial!important}.task-card-perceptual:hover .task-item,.task-card-report:hover .task-item,.task-card-voice:hover .task-item{transform:translateX(5px) translateZ(5px)}.task-item:hover{transform:translateZ(10px) translateX(5px)!important}.check-icon{color:#008AE1;font-weight:700;font-size:18px;margin-right:10px;flex-shrink:0;transition:all .3s ease;display:inline-block}.task-card-perceptual:hover .check-icon,.task-card-report:hover .check-icon,.task-card-voice:hover .check-icon{color:#28a745;transform:scale(1.2) rotate(5deg)}.session-title{font-size:24px;font-weight:700;color:white;position:relative;display:inline-block;padding:8px 24px;margin:30px auto;transition:all .3s ease-in-out;animation:fadeInUp 1s ease-out;background:linear-gradient(90deg,#0077b6,#00a8e1);border-radius:30px;box-shadow:0 4px 15px rgba(0,119,182,.3);transform-style:preserve-3d;transform:translateZ(0);text-align:center}.session-title:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(225deg,#00a8e1,#0077b6);z-index:-1;border-radius:30px;opacity:0;transition:opacity .4s ease;filter:blur(15px)}.session-title:hover{transform:translateZ(10px) scale(1.05)}.session-title:hover:before{opacity:.7}.view-more-container{display:flex;justify-content:flex-end;margin-top:15px;position:relative;transform-style:preserve-3d}.view-more-button{padding:8px 18px;background:linear-gradient(135deg,#0077b6,#00a8e1);color:white;border:none;border-radius:30px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 12px rgba(0,119,182,.3);position:relative;overflow:hidden;display:flex;align-items:center;z-index:1;margin-top:auto}.view-more-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00a8e1,#0077b6);z-index:-1;opacity:0;transition:opacity .3s ease}.view-more-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 20px rgba(0,119,182,.4)}.view-more-button:hover:before{opacity:1}.view-more-button:active{transform:translateY(1px) scale(.98);box-shadow:0 2px 8px rgba(0,119,182,.3)}.view-more-icon{display:inline-block;width:0;height:0;margin-left:8px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid white;transition:transform .3s ease}.view-more-icon.expanded{transform:rotate(180deg)}.view-more-button:hover .view-more-icon{animation:pulse 1.5s infinite}.fade-in{animation:fadeIn .4s ease-out forwards;opacity:0}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes cardEntry{0%{opacity:0;transform:perspective(1000px) rotateX(10deg) translateY(50px) scale(.9)}to{opacity:1;transform:perspective(1000px) rotateX(0deg) translateY(0) scale(1)}}@media (max-width:768px){.remote-session-title{font-size:30px}.step-card,.task-card{transform:none!important}.step-card:hover,.task-card:hover{transform:translateY(-5px)!important}}@media (max-width:500px){.remote-session-container{padding:60px 30px;font-family:Arial!important;color:#333;perspective:1000px}}@media (min-width:501px) and (max-width:1500px){.remote-session-container{padding:60px 50px;font-family:Arial!important;color:#333;perspective:1000px}}@media (min-width:1501px){.remote-session-container{font-family:Arial!important;color:#333;perspective:1000px;padding:60px 50px;padding-bottom:30px!important;margin:auto}}.session-title-container{text-align:center}.plan-container.visible{opacity:1;transform:translateY(0)}.plan-title{text-align:center;font-size:2.5rem;color:#333;margin-bottom:30px;font-weight:600;position:relative;transform-style:preserve-3d;font-family:Arial!important}.plan-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;border-radius:2px;box-shadow:0 5px 15px rgba(0,138,225,.5)}.plan-title-text,.plan-title:after{background:linear-gradient(90deg,#008AE1,#00C2FF)}.plan-title-text{-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;position:relative;text-shadow:0 2px 5px rgba(0,0,0,.1);animation:textFloat 3s ease-in-out infinite}@keyframes textFloat{0%,to{transform:translateY(0) rotateX(0)}50%{transform:translateY(-5px) rotateX(5deg)}}.plan-description{text-align:center;font-size:1.1rem;color:#555;margin-bottom:50px;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.group-plan-notice{color:#e74c3c;display:block;margin-top:10px;font-weight:500;animation:glow 2s ease-in-out infinite}@keyframes glow{0%,to{text-shadow:0 0 5px rgba(231,76,60,.3)}50%{text-shadow:0 0 15px rgba(231,76,60,.6)}}.flex-display{display:flex;justify-content:space-around;flex-wrap:wrap;gap:30px}.flex-display,.plan-card{transform-style:preserve-3d}.plan-card{background:white;border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,.1);overflow:hidden;position:relative;opacity:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2);-webkit-backface-visibility:hidden;backface-visibility:hidden}.plan-card.group-plan,.plan-card.individual-pro,.plan-card.individual-trial{animation:none}.plan-section.active .plan-card.individual-trial{animation:card3DRotate .6s ease-out forwards}.plan-section.active .plan-card.individual-pro{animation:card3DRotate .6s ease-out forwards;box-shadow:0 10px 25px rgba(0,0,0,.15)}.plan-section.active .plan-card.group-plan{animation:card3DRotate .8s ease-out forwards;animation-delay:.6s}@keyframes card3DRotate{0%{opacity:0;transform:perspective(1000px) rotateY(90deg)}to{opacity:1;transform:perspective(1000px) rotateY(0)}}.plan-card:hover{transform:perspective(1000px) translateY(-10px) rotateX(5deg) rotateY(5deg) scale(1.03);box-shadow:0 25px 40px rgba(0,0,0,.2);z-index:1}.card-shine{position:absolute;top:-100%;left:-100%;width:300%;height:300%;background:linear-gradient(135deg,rgba(255,255,255,0),rgba(255,255,255,.1) 45%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.1) 55%,rgba(255,255,255,0));transform:rotate(45deg);transition:all 1s;pointer-events:none;z-index:1;filter:blur(3px)}.plan-card:hover .card-shine{top:-30%;left:-30%;transition:all .6s;filter:blur(0)}.popular-badge{position:absolute;top:31px;right:-30px;background:linear-gradient(135deg,#ff6b6b,#ff8585);color:white;padding:5px 30px;font-size:12px;transform:rotate(45deg);font-weight:700;z-index:999;box-shadow:0 2px 10px rgba(255,107,107,.5);animation:badgePulse 2s infinite}@keyframes badgePulse{0%,to{box-shadow:0 2px 10px rgba(255,107,107,.5)}50%{box-shadow:0 2px 20px rgba(255,107,107,.8)}}.price{list-style:none;padding:0;text-align:center;margin:1px;z-index:2;transform-style:preserve-3d;min-width:357px}.header2,.price{position:relative}.header2{padding:25px 20px;font-size:24px;font-weight:700;transition:all .3s ease;overflow:hidden;display:flex;justify-content:center}.header2:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:rgba(255,255,255,.3);box-shadow:0 2px 5px rgba(0,0,0,.1)}.group-header,.pro-header,.trial-header{background:linear-gradient(135deg,#008AE1,#00C2FF);color:white;text-shadow:0 2px 4px rgba(0,0,0,.2);text-align:center}.grey{background:#f8f9fa;font-size:18px;justify-content:center}.grey,.price-value{padding:20px 15px;position:relative;display:flex}.price-value{flex-direction:column;align-items:center;z-index:2}.price-number{font-size:3rem;font-weight:700;margin-bottom:5px;background:linear-gradient(90deg,#333,#555);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;animation:priceFloat 3s ease-in-out infinite;transform-style:preserve-3d}@keyframes priceFloat{0%,to{transform:translateZ(0)}50%{transform:translateZ(10px)}}.price-duration{font-size:1rem;color:#595959;font-weight:500}.checkIcon{color:#28a745;font-size:18px;margin-right:10px;transition:all .3s ease;display:inline-block}.plan-card:hover .checkIcon{transform:scale(1.2) rotate(5deg) translateZ(10px);color:#1dc937;filter:drop-shadow(0 3px 5px rgba(40,167,69,.5))}.span-text{font-size:16px;color:#333;display:inline-block;margin:12px 0;line-height:1.5;transition:all .3s ease}.plan-card:hover .span-text{transform:translateZ(5px)}.button{display:inline-block;background:#008AE1;color:white;text-decoration:none;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;margin-top:15px;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,138,225,.3);transform-style:preserve-3d}.button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.3) 50%,rgba(255,255,255,0));transition:all .6s ease}.button:hover:before{left:100%}.group-button,.pro-button,.trial-button{background:linear-gradient(135deg,#008AE1,#00C2FF);box-shadow:0 8px 15px rgba(0,138,225,.4)}.button:hover{transform:translateY(-3px) translateZ(15px);letter-spacing:1px;box-shadow:0 12px 20px rgba(0,138,225,.5)}.plan-footer{padding:30px;font-size:14px;color:#6c757d;text-align:center;margin-top:40px;background:linear-gradient(180deg,#f8f9fa,#f0f1f2);border-radius:8px;box-shadow:inset 0 2px 5px rgba(0,0,0,.05),0 5px 15px rgba(0,0,0,.05);max-width:900px;margin-left:auto;margin-right:auto;line-height:1.6;transform:perspective(1000px);transform-style:preserve-3d;animation:footerAppear 1s ease-out forwards;animation-delay:1s;opacity:0}@keyframes footerAppear{0%{opacity:0;transform:perspective(1000px) rotateX(-5deg) translateY(20px)}to{opacity:1;transform:perspective(1000px) rotateX(0) translateY(0)}}.trial-notice{color:#e74c3c;display:block;margin-bottom:10px;font-weight:500;animation:noticeGlow 2s infinite}@keyframes noticeGlow{0%,to{text-shadow:0 0 5px rgba(231,76,60,.3)}50%{text-shadow:0 0 10px rgba(231,76,60,.6)}}.plan-separator{height:2px;background:linear-gradient(90deg,transparent,rgba(0,138,225,.8),transparent);margin:60px auto;position:relative;width:80%;opacity:0;animation:separatorGlow 1s ease-out forwards,separatorPulse 4s infinite;animation-delay:.8s}.plan-separator:before{content:"";position:absolute;width:30px;height:30px;background:white;border:2px solid #008ae1;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 15px rgba(0,138,225,.6);animation:orbRotate 6s linear infinite}@keyframes separatorGlow{0%{opacity:0}to{opacity:1}}@keyframes separatorPulse{0%,to{box-shadow:0 0 10px rgba(0,138,225,.3)}50%{box-shadow:0 0 25px rgba(0,138,225,.6)}}@keyframes orbRotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.group-title{margin-top:40px;opacity:0;animation:titleSlideIn 1s ease-out forwards;animation-delay:.9s}@keyframes titleSlideIn{0%{opacity:0;transform:perspective(1000px) rotateX(20deg) translateY(-30px)}to{opacity:1;transform:perspective(1000px) rotateX(0) translateY(0)}}.plan-card ul li{transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.05);padding:20px;text-align:center!important;font-family:Arial!important;display:flex}.plan-card:hover ul li{transform:translateX(5px) translateZ(5px);border-bottom:1px solid rgba(0,138,225,.1)}.plan-tabs{display:flex;justify-content:center;margin-bottom:40px;gap:10px;perspective:1000px}.plan-tab{padding:12px 24px;font-size:16px;font-weight:600;background:white;border:2px solid #ddd;border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;transform-style:preserve-3d;animation:tabsAppear .8s cubic-bezier(.17,.67,.83,.67) forwards;opacity:0}.plan-tab:first-child{animation-delay:.2s}.plan-tab:nth-child(2){animation-delay:.4s}@keyframes tabsAppear{0%{opacity:0;transform:perspective(1000px) rotateX(30deg) translateY(-20px)}to{opacity:1;transform:perspective(1000px) rotateX(0) translateY(0)}}.plan-tab:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#008AE1,#00C2FF);transform:scaleX(0);transition:transform .3s ease}.plan-tab:hover{border-color:#008AE1;transform:perspective(1000px) translateY(-5px) rotateX(10deg);box-shadow:0 10px 20px rgba(0,138,225,.2)}.plan-tab.active{border-color:#008AE1;color:#0077a3;box-shadow:0 10px 20px rgba(0,138,225,.3);transform:perspective(1000px) translateY(-3px)}.plan-tab.active:before{transform:scaleX(1)}.plan-section{opacity:0;transform:perspective(1000px) translateY(20px);transition:opacity .6s ease,transform .6s ease;position:absolute;width:100%;left:0;pointer-events:none;transform-style:preserve-3d}.plan-section.active{opacity:1;transform:perspective(1000px) translateY(0);position:relative;pointer-events:all}.checkIcon{color:#008AE1;margin-right:8px;font-size:16px;vertical-align:middle}@media (min-width:400px) and (max-width:550px){.plan-container{max-width:1200px;margin:40px auto;font-family:Arial!important;padding:15px 30px;border-radius:12px;opacity:0;perspective:1000px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@media (max-width:399px){.plan-container{max-width:1200px;font-family:Arial!important;padding:15px 30px;border-radius:12px;opacity:0;perspective:1000px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@media (min-width:551px){.plan-container{width:90%;max-width:1200px;margin:40px auto;font-family:Arial!important;padding:15px;border-radius:12px;opacity:0;perspective:1000px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@media (max-width:500px){.plan-card{width:100%!important}}@media (min-width:501px){.plan-card{width:500px}}:root{--phn-stagger-primary:#00a8e1;--phn-stagger-background:#ecf0f1;--phn-stagger-text:#333;--phn-stagger-highlight:#0086b3;--phn-stagger-shadow:rgba(0,0,0,0.1);--phn-stagger-gradient:linear-gradient(135deg,#00a8e1,#0086b3)}.phn-outer-container{width:100%;display:flex;justify-content:center;background-image:linear-gradient(180deg,#f5f7fa 0,#ecf0f1);perspective:1000px}.phn-stagger-container{width:100%;max-width:1200px;margin:0 auto;padding:50px 20px;text-align:center}.phn-stagger-intro{margin-bottom:50px;width:100%;position:relative;font-family:Arial!important}.phn-stagger-intro h2{font-size:clamp(1.8rem,4vw,2.8rem);color:var(--phn-stagger-text);margin-bottom:15px;position:relative;display:inline-block;font-weight:600;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.phn-stagger-intro h2:after{content:"";position:absolute;width:60%;height:4px;background:var(--phn-stagger-gradient);bottom:-10px;left:50%;transform:translateX(-50%);border-radius:5px;box-shadow:0 2px 5px rgba(0,138,179,.3)}.phn-stagger-intro p{font-size:clamp(1rem,2vw,1.2rem);color:rgba(0,0,0,.7);margin-top:20px}.phn-stagger-grid{display:flex;flex-direction:column;align-items:center;width:100%;gap:20px}.phn-faq-item{max-width:min(800px,90vw);border-radius:12px;box-shadow:0 8px 15px var(--phn-stagger-shadow);transition:all .4s cubic-bezier(.175,.885,.32,1.275);background:white}.phn-faq-item,.phn-stagger-item{width:100%;text-align:left;overflow:hidden}.phn-stagger-item{background:var(--phn-stagger-gradient);color:white;padding:18px 20px;border-radius:10px 10px 0 0;display:block;font-size:clamp(.95rem,2vw,1.15rem);transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:none;cursor:pointer;font-weight:500;position:relative;z-index:1}.phn-stagger-item:before{content:"";position:absolute;width:120%;height:120%;top:-10%;left:-10%;background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,0) 50%);z-index:-1;transition:transform .5s ease}.phn-stagger-item:active{transform:scale(.98)}.phn-question-content{display:flex;justify-content:space-between;align-items:center;width:100%}.phn-arrow{font-size:1.5rem;font-weight:700;transition:all .5s cubic-bezier(.68,-.55,.27,1.55);width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.2);min-width:24px}.phn-arrow-down{transform:rotate(0deg)}.phn-arrow-up{transform:rotate(180deg);background:rgba(255,255,255,.4)}.phn-answer{background:white;margin-top:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-left:3px solid var(--phn-stagger-primary);will-change:height,opacity,padding}.phn-answer-inner{padding:10px}.phn-answer p{font-size:clamp(.9rem,1.5vw,1rem);color:#555;line-height:1.7;white-space:pre-line;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(0,168,225,.7)}70%{box-shadow:0 0 0 10px rgba(0,168,225,0)}to{box-shadow:0 0 0 0 rgba(0,168,225,0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-7px)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}.phn-stagger-item:focus{animation:pulse 1s;outline:none}@media (max-width:768px){.phn-stagger-container{padding:30px 15px}.phn-faq-item{max-width:100%}.phn-stagger-item{padding:15px}.phn-answer{padding:10px!important}}