.landing-section{min-height:100vh;width:100%;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.section-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.section-content{max-width:1200px;width:100%;padding:2rem;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center}.landing-first{background:#fff}.landing-first .section-background{background:transparent}.landing-first h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#1f2937;text-shadow:0 2px 10px rgba(0,0,0,.1)}.landing-first .section-description{font-size:1.5rem;color:#4b5563;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.start-button{background:linear-gradient(to right,var(--turquoise),var(--yellow));color:#fff;font-weight:600;font-size:1.125rem;padding:.75rem 2rem;border-radius:.5rem;border:2px solid #fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.start-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}.scroll-indicator{position:absolute;bottom:2rem;left:0;right:0;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#4b5563;font-size:.875rem;opacity:.8;animation:bounce 2s infinite;width:200px;text-align:center}.scroll-arrow{width:20px;height:20px;border-right:2px solid #4b5563;border-bottom:2px solid #4b5563;transform:rotate(45deg);margin-top:.5rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.landing-second{background:#fff}.landing-second .section-background{background:transparent}.landing-second .start-button{background:var(--turquoise);color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.15)}.landing-second .section-content h2{color:var(--text-dark);font-weight:700}.feature-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;margin-bottom:3rem}.feature-card{background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;width:100%;max-width:350px;text-align:left;border:1px solid hsla(0,0%,100%,.2);box-shadow:0 8px 32px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.card-number{position:absolute;top:-15px;right:-15px;width:60px;height:60px;background:linear-gradient(135deg,var(--orange) 0,var(--coral) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;box-shadow:0 4px 10px rgba(0,0,0,.2)}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-dark)}.feature-card p{color:var(--text-dark);font-size:1rem;line-height:1.6;opacity:.85}.landing-third{background-color:#fff;color:#1f2937;position:relative;overflow:hidden}.landing-third .section-background{background:transparent}.landing-third .faq-section{max-width:800px;margin:0 auto}.landing-third .accordion{background-color:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.landing-third .accordion>div{border-bottom:1px solid rgba(0,0,0,.1)}.landing-third .accordion>div:last-child{border-bottom:none}.landing-third .accordion button{padding:1rem 1.5rem;color:#1f2937;font-weight:500;transition:background-color .3s ease}.landing-third .accordion button:hover{background-color:rgba(0,0,0,.05)}.landing-third .accordion .accordion-content{color:#4b5563;line-height:1.6}.contact-info{margin-top:3rem;color:#6b7280;text-align:center}.contact-info p{margin-bottom:.5rem}.email{font-weight:500}.project-info{margin-top:1rem;font-size:.875rem}.copyright{margin-top:1rem;font-size:.75rem;opacity:.7}@media (max-width:768px){.landing-first h1{font-size:2.5rem}.landing-first .section-description{font-size:1.25rem}.feature-cards{flex-direction:column;align-items:center}.feature-card{max-width:100%}}.start-screen{height:100vh;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;width:100%;position:relative}.animated-gradient-text{background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57,#ff9ff3,#54a0ff,#5f27cd,#00d2d3,#ff9f43,#10ac84,#ee5a24);background-size:400% 400%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 32s ease-in-out infinite;font-weight:800;text-shadow:none;position:relative}@keyframes gradientShift{0%{background-position:0 50%}25%{background-position:100% 50%}50%{background-position:100% 100%}75%{background-position:0 100%}to{background-position:0 50%}}.animated-gradient-text:before{content:attr(data-text);position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57,#ff9ff3,#54a0ff,#5f27cd,#00d2d3,#ff9f43,#10ac84,#ee5a24);background-size:400% 400%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 32s ease-in-out infinite;filter:blur(2px);opacity:.3;z-index:-1}@media (max-width:768px){.landing-first .animated-gradient-text,.landing-second .animated-gradient-text,.landing-third .animated-gradient-text{font-size:2.5rem}.button .animated-gradient-text,button .animated-gradient-text{font-size:.875rem!important;font-weight:500!important}}@media (max-width:480px){.landing-first .animated-gradient-text,.landing-second .animated-gradient-text,.landing-third .animated-gradient-text{font-size:2rem}.button .animated-gradient-text,button .animated-gradient-text{font-size:.875rem!important;font-weight:500!important}}