@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");:root{--fudi-orange:#ff6b35;--fudi-cyan:#00bcd4;--fudi-blue:#3b82f6;--text-primary:rgba(255,255,255,0.98);--text-secondary:rgba(255,255,255,0.8);--text-tertiary:rgba(255,255,255,0.6);--text-muted:rgba(255,255,255,0.5);--section-padding:8rem 2rem;--container-max-width:1200px}.splash-container-refined{position:relative;z-index:1;min-height:100vh;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif}.hero-refined{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;z-index:10;padding:12rem 2rem 8rem;text-align:center}.hero-content-refined{max-width:900px;margin:0 auto;position:relative;z-index:20}.hero-title-refined{font-size:clamp(3.5rem,12vw,7rem);font-weight:800;line-height:1.05;margin-bottom:3rem;color:var(--text-primary);position:relative;z-index:30;letter-spacing:-.02em}.title-highlight-orange{color:var(--fudi-orange);position:relative}.hero-subtitle-refined{margin-bottom:4rem;position:relative;z-index:30;max-width:800px;margin-left:auto;margin-right:auto}.subtitle-main-refined{font-size:clamp(1.4rem,3vw,1.8rem);color:var(--text-secondary);font-weight:500;margin-bottom:1.5rem;line-height:1.5;letter-spacing:-.01em}.subtitle-secondary-refined{font-size:clamp(1.1rem,2.5vw,1.4rem);color:var(--text-tertiary);font-weight:400;line-height:1.6;letter-spacing:-.005em}.subtitle-highlight{color:rgba(255,255,255,.85);font-weight:500}.dream-scenarios-refined{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:5rem auto;position:relative;z-index:30}.dream-card-refined{transition:all .6s cubic-bezier(.4,0,.2,1);opacity:.5;transform:scale(.92);height:100%;display:flex;align-items:stretch}.dream-card-refined.active{opacity:1;transform:scale(1)}.dream-content-refined{text-align:left;display:flex;flex-direction:column;justify-content:space-between;width:100%}.dream-title-refined{font-size:1.1rem;font-weight:600;color:var(--fudi-orange);margin-bottom:1rem;text-transform:lowercase;letter-spacing:0}.dream-scenario-refined{font-size:1.1rem;color:rgba(255,255,255,.85);line-height:1.6;margin-bottom:1.2rem;font-weight:400;flex-grow:1}.dream-impact-refined{background:rgba(0,188,212,.1);border:1px solid rgba(0,188,212,.3);border-radius:8px;padding:.8rem 1rem;font-weight:600;color:rgba(0,188,212,.95);font-size:.9rem;text-align:center}.hero-cta-refined{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:5rem 0;position:relative;z-index:30}.timeline-refined{padding:var(--section-padding);position:relative;z-index:10;max-width:1000px;margin:0 auto}.timeline-header-refined{text-align:center;margin-bottom:6rem}.timeline-title-refined{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:var(--text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.timeline-subtitle-refined{font-size:clamp(1.2rem,3vw,1.6rem);color:var(--text-secondary);line-height:1.6;font-weight:400}.timeline-flow{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:4rem}.flow-start{background:rgba(26,26,30,.8);border:2px solid rgba(255,107,53,.3);border-radius:20px;padding:2rem;text-align:center;width:100%;max-width:500px}.flow-start h3{font-size:1.4rem;font-weight:700;color:var(--fudi-orange);margin-bottom:.5rem}.flow-start p{color:var(--text-secondary);font-size:1.1rem}.flow-steps{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px;position:relative}.flow-step{background:rgba(26,26,30,.6);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem 1.5rem;text-align:center;position:relative}.flow-step:after{content:"";position:absolute;bottom:-1.5rem;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:12px solid var(--fudi-cyan)}.flow-step:last-child:after{display:none}.step-time{font-weight:700;color:var(--fudi-cyan);font-size:.9rem;margin-bottom:.3rem}.step-action{color:var(--text-secondary);font-size:.95rem;font-weight:500}.flow-result{background:linear-gradient(135deg,rgba(255,107,53,.15),rgba(0,188,212,.15));border:2px solid rgba(255,107,53,.4);border-radius:24px;padding:3rem 2rem;text-align:center;width:100%;max-width:600px;position:relative;overflow:hidden}.flow-result:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--fudi-orange),var(--fudi-cyan))}.result-title{font-size:2.2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.result-stats{font-size:1.5rem;color:var(--text-secondary);margin-bottom:2rem;font-weight:600}.evolution-refined{padding:var(--section-padding);position:relative;z-index:10;min-height:80vh;display:flex;align-items:center;justify-content:center}.evolution-content{max-width:1000px;margin:0 auto;text-align:center}.evolution-title-refined{font-size:clamp(3rem,8vw,5.5rem);font-weight:900;color:var(--text-primary);margin-bottom:2rem;line-height:1.1;letter-spacing:-.02em}.evolution-subtitle-refined{font-size:clamp(1.4rem,4vw,2rem);color:var(--text-secondary);line-height:1.5;font-weight:400;max-width:800px;margin:0 auto 4rem}.before-after-refined{display:grid;grid-template-columns:1fr auto 1fr;gap:3rem;align-items:center;margin-top:4rem}.after-card-refined,.before-card-refined{background:rgba(26,26,30,.8);border-radius:20px;padding:2.5rem;text-align:left}.before-card-refined{border:2px solid rgba(255,107,53,.3)}.after-card-refined{border:2px solid rgba(0,188,212,.3)}.after-title-refined,.before-title-refined{font-size:1.5rem;font-weight:800;margin-bottom:2rem;text-align:center}.before-title-refined{color:var(--fudi-orange)}.after-title-refined{color:var(--fudi-cyan)}.evolution-list{list-style:none;padding:0;margin:0}.evolution-list li{padding:.8rem 0;font-size:1.05rem;line-height:1.5;border-bottom:1px solid rgba(255,255,255,.08);font-weight:400}.evolution-list li:last-child{border-bottom:none;font-weight:600;font-style:italic;padding-top:1.5rem}.before-card-refined .evolution-list li{color:rgba(255,107,53,.9)}.after-card-refined .evolution-list li{color:rgba(0,188,212,.9)}.transformation-arrow-refined{display:flex;flex-direction:column;align-items:center;gap:1rem;font-weight:700;color:var(--fudi-orange);font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.transformation-arrow-refined svg{color:var(--fudi-orange);animation:gentle-pulse 3s ease-in-out infinite}@keyframes gentle-pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}.final-cta-refined{padding:var(--section-padding);position:relative;z-index:10}.final-content-refined{max-width:800px;margin:0 auto;text-align:center}.final-title-refined{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:900;color:var(--text-primary);margin-bottom:2rem;line-height:1.2;letter-spacing:-.01em}.highlight-orange{color:var(--fudi-orange)}.final-subtitle-refined{font-size:clamp(1.3rem,3vw,1.7rem);color:var(--text-secondary);margin-bottom:3rem;line-height:1.6;font-weight:400}.final-guarantee-refined{font-size:1.1rem;color:var(--text-tertiary);margin-top:2rem;font-weight:400;letter-spacing:.5px}@media (max-width:1024px){.before-after-refined{grid-template-columns:1fr;gap:2rem}.transformation-arrow-refined{transform:rotate(90deg);margin:1rem 0}.flow-result,.flow-steps{max-width:100%}.dream-scenarios-refined{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){:root{--section-padding:6rem 1rem}.hero-refined{padding:8rem 1rem 6rem}.hero-cta-refined{flex-direction:column;align-items:center}.flow-steps{gap:.8rem}.flow-step{padding:.8rem 1rem}}@media (max-width:480px){.dream-scenarios-refined{gap:1rem}}::selection{background:rgba(255,107,53,.2);color:var(--text-primary)}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(255,107,53,.3)}@media (prefers-reduced-motion:reduce){.dream-card-refined,.transformation-arrow-refined svg{animation:none!important;transition:none!important}}