.particles{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.particle{animation:float 8s linear infinite;background:#ffd70099;border-radius:50%;height:2px;position:absolute;width:2px}@keyframes float{0%{opacity:0;transform:translateY(100vh) translateX(0) rotate(0deg)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100px) translateX(100px) rotate(1turn)}}.hero{background:radial-gradient(ellipse at 30% 20%,#ffd70026 0,#0000 50%),radial-gradient(ellipse at 70% 80%,#ff6b351a 0,#0000 50%),radial-gradient(circle at 50% 50%,#00c8510d 0,#0000 70%),linear-gradient(135deg,#0a0e1a,#1a1f35 50%,#2a1810);text-align:center}.hero:before{animation:gridMove 20s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M10 0H0v10' fill='none' stroke='rgba(255,215,0,0.1)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";right:0;z-index:-1}.hero:before,.stock-ticker{left:0;position:absolute;top:0}.stock-ticker{background:#000c;height:50px;overflow:hidden;width:100%;z-index:5}.stock-ticker,.ticker-content{align-items:center;display:flex}.ticker-content{animation:tickerMove 60s linear infinite;white-space:nowrap}.ticker-item{align-items:center;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-right:3rem}.ticker-symbol{color:gold;font-weight:700}.ticker-price{color:#fff}.ticker-change{font-weight:600}.ticker-up{color:#00c851}.ticker-down{color:#f44}@keyframes tickerMove{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.candlestick-bg{height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index:2}.candlestick{animation:candlestickGrow 3s ease-in-out infinite;background:linear-gradient(0deg,#f44,#00c851);border-radius:2px;position:absolute;width:3px}@keyframes candlestickGrow{0%,to{opacity:.3;transform:scaleY(.5)}50%{opacity:.7;transform:scaleY(1)}}.chart-decoration{height:200px;opacity:.15;position:absolute;right:5%;top:20%;width:300px;z-index:3}.chart-line{animation:chartPulse 4s ease-in-out infinite;background:linear-gradient(90deg,#0000,#00c851,gold,#00c851,#0000);height:2px;position:absolute;width:100%}.chart-line:first-child{animation-delay:0s;top:20%}.chart-line:nth-child(2){animation-delay:.5s;top:40%}.chart-line:nth-child(3){animation-delay:1s;top:60%}.chart-line:nth-child(4){animation-delay:1.5s;top:80%}@keyframes chartPulse{0%,to{opacity:0;transform:scaleX(0)}50%{opacity:1;transform:scaleX(1)}}.trading-data{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:1px solid #ffd7004d;border-radius:10px;font-family:Courier New,monospace;font-size:.85rem;left:5%;opacity:.8;padding:1.5rem;position:absolute;top:25%;z-index:4}.trading-data h4{color:gold;font-size:1rem;font-weight:600;margin-bottom:1rem}.data-row{color:#e0e0e0;display:flex;justify-content:space-between;margin-bottom:.5rem}.data-value{color:#00c851;font-weight:600}.stock-icons{height:100%;pointer-events:none;position:absolute;width:100%;z-index:2}.stock-icon{animation:floatIcon 6s ease-in-out infinite;color:#ffd7004d;font-size:1.5rem;position:absolute}.stock-icon:first-child{animation-delay:0s;left:15%;top:15%}.stock-icon:nth-child(2){animation-delay:1s;right:25%;top:25%}.stock-icon:nth-child(3){animation-delay:2s;bottom:30%;left:20%}.stock-icon:nth-child(4){animation-delay:3s;bottom:20%;right:15%}.stock-icon:nth-child(5){animation-delay:4s;left:70%;top:40%}@keyframes floatIcon{0%,to{opacity:.3;transform:translateY(0) rotate(0deg)}50%{opacity:.7;transform:translateY(-20px) rotate(180deg)}}@keyframes gridMove{0%{transform:translateX(0) translateY(0)}to{transform:translateX(10px) translateY(10px)}}.hero-content{align-items:center;animation:fadeInUp 1s ease-out;display:flex;flex-wrap:wrap;gap:3rem;margin-top:50px;padding:2rem;position:relative;z-index:6}.hero-text{flex:1 1;min-width:400px;text-align:left}.hero-image{flex:0 0 300px}.hero-image,.profile-photo{align-items:center;display:flex;justify-content:center;position:relative}.profile-photo{animation:profileGlow 3s ease-in-out infinite;background:linear-gradient(45deg,gold,#ff6b35);border:4px solid #ffd700cc;border-radius:50%;box-shadow:0 0 50px #ffd7004d,0 0 100px #ffd7001a;color:#1a1f35;font-size:5rem;font-weight:900;height:280px;overflow:hidden;width:280px}.profile-photo img{border-radius:50%;height:100%;object-fit:cover;width:100%}.profile-photo:before{animation:photoSpin 4s linear infinite;background:linear-gradient(45deg,#0000,#ffd7004d,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:1}@keyframes profileGlow{0%,to{box-shadow:0 0 50px #ffd7004d,0 0 100px #ffd7001a;transform:scale(1)}50%{box-shadow:0 0 80px #ffd70080,0 0 150px #ffd70033;transform:scale(1.02)}}@keyframes photoSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-achievements{animation:achievementFloat 2s ease-in-out infinite;background:linear-gradient(45deg,#00c851,#4caf50);border-radius:20px;box-shadow:0 5px 15px #00c8514d;color:#fff;font-size:.8rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:-20px;top:-20px}@keyframes achievementFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.title-main{animation:gradientMove 3s ease-in-out infinite;background:linear-gradient(45deg,gold,#ffed4e,gold,#ff6b35);background-size:300% 300%;font-size:clamp(2.5rem,6vw,5rem)}.title-sub{animation:fadeIn 1.5s ease-out .5s both;font-size:clamp(1.2rem,3vw,2rem);margin-bottom:1rem}.title-subtitle{animation:fadeIn 1.5s ease-out .8s both;color:silver;font-size:clamp(.9rem,2vw,1.3rem)}.hero-stats{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start;margin-top:2rem}.stat-item{animation:fadeInUp 1s ease-out 1s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffd70033;border-radius:15px;min-width:100px;padding:1rem 1.5rem;text-align:center;transition:all .3s ease}.stat-item:hover{border-color:#ffd70066;transform:translateY(-5px)}.stat-number,.stat-number1{color:gold;display:block;font-size:1.8rem;font-weight:900}.stat-label{color:silver;font-size:.8rem;margin-top:.5rem}.philosophy-section{background:#ffffff05;position:relative;z-index:10}.section-title{color:gold;font-size:2.5rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(45deg,gold,#ff6b35);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.philosophy-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.philosophy-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffd70033;border-radius:20px;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.philosophy-card:before{background:linear-gradient(90deg,#0000,#ffd7001a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.philosophy-card:hover:before{left:100%}.philosophy-card:hover{border-color:#ffd70066;transform:translateY(-10px)}.philosophy-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.philosophy-title{color:gold;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.philosophy-text{color:#e0e0e0;line-height:1.8}.profile-section{padding:5rem 0;position:relative;z-index:10}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.profile-card{animation:slideInLeft 1s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffd70033;border-radius:30px;box-shadow:0 20px 60px #0000004d;margin-bottom:3rem;padding:3rem;transition:all .3s ease}.profile-card:hover{box-shadow:0 30px 80px #ffd7001a;transform:translateY(-10px)}.profile-header{flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.profile-header,.profile-image{align-items:center;display:flex}.profile-image{animation:pulse 2s infinite;background:linear-gradient(45deg,gold,#ff6b35);border-radius:50%;color:#1a1f35;font-size:3rem;font-weight:700;height:120px;justify-content:center;width:120px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.profile-info h2{color:gold;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.profile-info .position{color:#ff6b35;font-size:1.3rem;font-weight:500}.profile-description{color:#e0e0e0;font-size:1.1rem;line-height:1.8}.success-section{background:#0000001a;padding:5rem 0;position:relative;z-index:10}.success-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.success-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0d;border:1px solid #00c8514d;border-radius:20px;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.success-card:before{background:linear-gradient(45deg,#00c8511a,#0000);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.success-card:hover:before{opacity:1}.success-card:hover{border-color:#00c85180;transform:translateY(-5px)}.success-percentage{color:#00c851;font-size:3rem;font-weight:900;margin-bottom:1rem}.success-title{color:gold;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.success-description{color:silver;font-size:.95rem;line-height:1.6}.testimonials-section{padding:5rem 0;position:relative;z-index:10}.testimonials-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.testimonial-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffd70033;border-radius:20px;padding:2.5rem;position:relative;transition:all .3s ease}.testimonial-card:hover{border-color:#ffd70066;transform:translateY(-5px)}.testimonial-text{color:#e0e0e0;font-size:1.1rem;font-style:italic;line-height:1.8;margin-bottom:1.5rem}.testimonial-text:before{color:gold;content:'"';font-size:3rem;line-height:1}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{align-items:center;background:linear-gradient(45deg,#ff6b35,gold);border-radius:50%;color:#1a1f35;display:flex;font-weight:700;height:50px;justify-content:center;width:50px}.author-info .name{color:gold;font-weight:600;margin-bottom:.2rem}.author-info .title{color:silver;font-size:.9rem}.insights-section{background:#ffffff05;padding:5rem 0;position:relative;z-index:10}.insights-container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.insights-content h3{color:gold;font-size:2rem;margin-bottom:1.5rem}.insights-content p{color:#e0e0e0;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.insights-points{list-style:none}.insights-points li{border-bottom:1px solid #ffd7001a;color:silver;padding:.8rem 0 .8rem 2rem;position:relative}.insights-points li:before{color:#00c851;content:"✓";font-weight:700;left:0;position:absolute}.insights-visual{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffd70033;border-radius:20px;padding:2rem;text-align:center}.chart-placeholder{align-items:center;background:linear-gradient(135deg,#ffd7001a,#00c8511a);border-radius:15px;color:gold;display:flex;font-size:1.2rem;height:300px;justify-content:center;margin-bottom:1rem;width:100%}.features-section{padding:30px 0;position:relative;z-index:10}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.feature-card{animation:slideInRight 1s ease-out;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff08;border:1px solid #ffd7001a;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#ffd7004d;transform:translateY(-5px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-title{color:gold;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-text{color:silver;line-height:1.6}.cta-section{padding:4rem 0;position:relative;text-align:center;z-index:10}.cta-container{animation:slideInUp 1s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffd7001a,#ff6b351a);border:2px solid #ffd7004d;border-radius:30px;padding:3rem}.cta-title{color:gold;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-subtitle{color:#e0e0e0;font-size:1.2rem;margin-bottom:2rem}.vip-badge{animation:bounce 2s infinite;background:linear-gradient(45deg,#ff6b35,gold);border-radius:25px;color:#1a1f35;display:inline-block;font-size:1.1rem;font-weight:700;margin-bottom:2rem;padding:.8rem 2rem}.cta-button{align-items:center;background:linear-gradient(45deg,#00c851,#007e33);border-radius:50px;box-shadow:0 10px 30px #00c8514d;color:#fff;display:inline-flex;font-size:1.3rem;font-weight:600;gap:1rem;padding:1.2rem 3rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{box-shadow:0 15px 40px #00c85166;transform:translateY(-3px)}.line-icon{align-items:center;background:#fff;border-radius:8px;color:#00c851;display:flex;font-weight:700;height:30px;justify-content:center;width:30px}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientMove{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.hero-content{flex-direction:column;gap:2rem;text-align:center}.hero-text{min-width:auto;text-align:center}.hero-image{flex:none;order:-1}.profile-photo{font-size:4rem;height:220px;width:220px}.hero-stats{justify-content:center}}@media (max-width:768px){.chart-decoration,.trading-data{display:none}.stock-ticker{height:40px}.ticker-item{font-size:.7rem;margin-right:1.5rem}.hero-content{gap:1.5rem;margin-top:40px;padding:1rem}.profile-photo{font-size:3rem;height:180px;width:180px}.hero-achievements{font-size:.7rem;padding:.3rem .8rem;right:-10px;top:-10px}.hero-stats{flex-direction:column;gap:2rem}.stat-item{min-width:80px;padding:.8rem 1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.7rem}.stock-icons .stock-icon{font-size:1rem}.insights-container,.philosophy-grid,.success-grid,.testimonials-container{grid-template-columns:1fr}.insights-container{gap:2rem}.profile-header{flex-direction:column;text-align:center}.profile-card{padding:2rem}.features-grid{grid-template-columns:1fr}.cta-container{padding:2rem}}@media (max-width:480px){.hero-content{padding:.5rem}.profile-photo{font-size:2.5rem;height:150px;width:150px}.hero-stats{align-items:center;flex-direction:column;gap:.8rem}.stat-item{max-width:200px;width:100%}.ticker-item{font-size:.7rem;margin-right:1.5rem}}.floating-button-container{bottom:30px;display:flex;justify-content:center;left:0;pointer-events:none;position:fixed;right:0;z-index:1000}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.floating-button{align-items:center;animation:bounce 2s infinite;background:linear-gradient(45deg,#ff6b35,gold);border-radius:50px;box-shadow:0 5px 15px #0003;color:#fff;display:flex;font-size:18px;font-weight:700;gap:10px;padding:15px 30px;pointer-events:auto;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.floating-button:hover{box-shadow:0 8px 20px #0000004d;transform:scale(1.05)}.floating-button .icon{font-size:24px}@media (max-width:768px){.floating-button-container{bottom:20px}.floating-button{font-size:16px;padding:12px 24px}}@media (max-width:480px){.floating-button{font-size:14px;padding:10px 20px}.floating-button .icon{font-size:18px}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0a0e1a,#1a1f35 50%,#2a1810);color:#fff;font-display:swap;font-family:Zen Kaku Gothic Antique,Noto Sans JP,sans-serif;line-height:1.6;overflow-x:hidden}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative;z-index:10}.hero-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;z-index:15}.title-main{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.2;margin-bottom:1rem;text-shadow:0 0 30px #ffd7004d}.title-sub{color:#e0e0e0;font-size:clamp(1.5rem,3vw,2rem);font-weight:500;margin-bottom:.5rem}.title-subtitle{color:#b0b0b0;font-size:clamp(1rem,2vw,1.2rem);margin-bottom:2rem}.hero-image img{loading:eager;border-radius:inherit;height:100%;object-fit:cover;width:100%}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.title-main{font-size:2.5rem}}