.landing-container{min-height:100vh;min-height:100dvh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow-y:auto;overflow-x:hidden}.hero-section{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;position:relative}.hero-section:before{content:"";position:absolute;inset:0;background:url(../../../pokeball.svg) no-repeat center;background-size:200px;opacity:.03;z-index:0;filter:blur(2px)}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-icon{margin-bottom:2rem;animation:float 3s ease-in-out infinite}.hero-icon img{filter:drop-shadow(0 10px 20px rgba(0,0,0,.3))}.hero-title{font-size:clamp(2.5rem,8vw,4rem);font-weight:800;margin-bottom:1.5rem;text-shadow:0 4px 8px rgba(0,0,0,.3);line-height:1.2}.hero-subtitle{font-size:clamp(1.1rem,4vw,1.5rem);margin-bottom:3rem;opacity:.9;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #0003;min-height:56px;min-width:200px;justify-content:center;color:inherit}.cta-button.primary{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 12px 35px #0000004d;background:linear-gradient(135deg,#ff5252,#d63031)}.cta-button.secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.features-section{padding:5rem 2rem;background:#ffffff0d;backdrop-filter:blur(10px);text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#fff;text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#ffffff1a;padding:2rem;border-radius:20px;text-align:center;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.feature-card p{color:#fffc;line-height:1.6}.stats-section{padding:5rem 2rem;text-align:center}.stats-content{max-width:800px;margin:0 auto}.stats-content h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-number{font-size:2rem;font-weight:800;color:#ff6b6b;text-shadow:0 2px 4px rgba(0,0,0,.3)}.stat-label{font-size:1rem;color:#fffc;text-transform:uppercase;letter-spacing:1px}.stats-note{color:#fff9;font-size:.9rem;font-style:italic}.pokemon-info-section{padding:5rem 2rem;background:#ffffff14;backdrop-filter:blur(10px)}.pokemon-info-content{max-width:1000px;margin:0 auto;text-align:center}.pokemon-info-content h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#fff}.pokemon-info-content p{font-size:1.2rem;margin-bottom:3rem;color:#ffffffe6;line-height:1.8;max-width:800px;margin-left:auto;margin-right:auto}.pokemon-features-list{text-align:left;max-width:800px;margin:0 auto}.pokemon-features-list h3{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:#fff;text-align:center}.pokemon-features-list ul{list-style:none;padding:0}.pokemon-features-list li{background:#ffffff1a;margin-bottom:1rem;padding:1.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.pokemon-features-list li:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.pokemon-features-list strong{color:#ff6b6b;font-weight:700}.cta-section{padding:5rem 2rem;background:#0000001a;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.cta-content p{font-size:1.2rem;margin-bottom:2rem;color:#fffc;line-height:1.6}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.hero-section{padding:1rem}.hero-title{font-size:clamp(2rem,10vw,3rem)}.hero-subtitle{font-size:clamp(1rem,5vw,1.2rem)}.cta-button{padding:.875rem 1.5rem;font-size:1rem;min-width:180px}.features-section,.stats-section,.pokemon-info-section,.cta-section{padding:3rem 1rem}.feature-grid{grid-template-columns:1fr;gap:1.5rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}}@media (max-width: 480px){.hero-actions{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:280px}}@media (prefers-color-scheme: dark){.landing-container{background:linear-gradient(135deg,#2c3e50,#34495e)}}@media (prefers-reduced-motion: reduce){.hero-icon{animation:none}.cta-button:hover,.feature-card:hover{transform:none}}
