.hero-section-2{position:relative;display:flex;align-items:center;justify-content:center;padding:40px 0;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}@media (min-width: 768px){.hero-section-2{padding:120px 0}}@media (min-width: 1024px){.hero-section-2{padding:160px 0}}.hero-section-2__content{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:30px 20px;border-radius:12px;width:80%}@media (min-width: 768px){.hero-section-2__content{padding:50px 30px}}@media (min-width: 1024px){.hero-section-2__content{padding:60px 40px}}.hero-section-2__overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;border-radius:12px}.hero-section-2__title{position:relative;z-index:2;font-family:var(--font-heading, serif);font-size:32px;font-weight:400;line-height:1.2;margin:0 0 20px;color:var(--color-text-primary, #000);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (min-width: 480px){.hero-section-2__title{font-size:42px;margin-bottom:24px}}@media (min-width: 768px){.hero-section-2__title{font-size:56px;margin-bottom:32px}}@media (min-width: 1024px){.hero-section-2__title{font-size:72px;margin-bottom:40px}}.hero-section-2__word{display:inline-block;animation:hero-word-bounce 2s ease-in-out infinite;margin-right:.25em}.hero-section-2__description{position:relative;z-index:2;font-family:var(--font-body, sans-serif);font-size:16px;line-height:1.6;margin:0 0 24px;color:var(--color-text-secondary, #666);word-wrap:break-word}@media (min-width: 480px){.hero-section-2__description{font-size:18px;margin-bottom:32px}}@media (min-width: 768px){.hero-section-2__description{font-size:20px;margin-bottom:40px}}@media (min-width: 1024px){.hero-section-2__description{font-size:22px;margin-bottom:48px}}.hero-section-2__button{position:relative;z-index:2;margin-top:24px}@media (min-width: 768px){.hero-section-2__button{margin-top:32px}}.hero-section-2__button-link{display:inline-block;padding:12px 24px;font-family:var(--font-body, sans-serif);font-size:14px;font-weight:500;text-decoration:none;color:#fff;border-radius:4px;transition:all .3s ease;white-space:nowrap}@media (min-width: 480px){.hero-section-2__button-link{padding:14px 32px;font-size:16px}}@media (min-width: 768px){.hero-section-2__button-link{padding:16px 40px;font-size:18px}}.hero-section-2__button-link:hover{filter:brightness(.9);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.hero-section-2__button-link:active{transform:translateY(0)}@keyframes hero-word-bounce{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-10px) rotate(-2deg)}50%{transform:translateY(0) rotate(0)}75%{transform:translateY(-5px) rotate(2deg)}}
