.hero-section{align-items:center;color:#fff;display:flex;justify-content:center;min-height:100vh;padding:5rem 2rem;text-align:center}.hero-content{max-width:900px}.hero-heading{font-family:Yu Mincho,YuMincho,Hiragino Mincho ProN,HG明朝E,MS PMincho,serif;font-size:3.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;margin-bottom:1.5rem}.hero-heading,.hero-subheading{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5)}.hero-subheading{font-size:1.5rem;font-weight:400;line-height:1.6;margin-bottom:3rem;opacity:.95}.hero-cta{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.hero-cta a.btn.btn-primary{display:none}.btn{border-radius:50px;display:inline-block;font-size:1.125rem;font-weight:600;padding:1.25rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#ff6b35,#ff8c5a);box-shadow:0 4px 15px rgba(255,107,53,.4);color:#fff}.btn-primary:hover{box-shadow:0 8px 25px rgba(255,107,53,.5);transform:translateY(-3px)}.btn-secondary{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.8);color:#fff}.btn-secondary:hover{background:hsla(0,0%,100%,.2);border-color:#fff;box-shadow:0 8px 25px hsla(0,0%,100%,.3);transform:translateY(-3px)}@media (max-width:768px){.hero-section{padding:4rem 1.5rem}.hero-heading{font-size:2.25rem;margin-bottom:1rem}.hero-subheading{font-size:1.125rem;margin-bottom:2rem}.hero-cta{align-items:center;flex-direction:column}.btn{font-size:1rem;max-width:300px;padding:1rem 2rem;width:100%}}