/* ========================= FAIRY THEME ========================= */ .hero-theme-fairy{--hero-primary-1:#7040f0;--hero-primary-2:#c880ff;--hero-shadow:rgba(110,60,240,0.45);--hero-accent:linear-gradient( 90deg,#d8b4ff 0%,#f1d4ff 45%,#c084fc 100% );}/* ========================= SANTA THEME ========================= */ .hero-theme-santa{--hero-primary-1:#d42020;--hero-primary-2:#ff3c3c;--hero-shadow:rgba(220,40,40,0.4);--hero-accent:linear-gradient( 90deg,#ffb36b 0%,#f35d47 45%,#ffd27a 100% );}/* ========================= HERO SECTION ========================= */ .hero-fairy-section{position:relative;min-height:90vh;overflow:hidden;display:flex;align-items:center;}/* ========================= BACKGROUND IMAGE ========================= */ .hero-fairy-section__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1;}/* ========================= FAIRY OVERLAY ========================= */ .hero-theme-fairy.hero-fairy-section::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,8,36,0.94) 0%,rgba(12,8,36,0.76) 34%,rgba(12,8,36,0.3) 66%,rgba(12,8,36,0.1) 100%);z-index:2;}/* ========================= SANTA OVERLAY ========================= */ .hero-theme-santa.hero-fairy-section::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,8,10,0.82) 0%,rgba(24,12,12,0.48) 36%,rgba(80,38,14,0.16) 68%,rgba(140,90,30,0.03) 100%);z-index:2;}/* ========================= CONTAINER ========================= */ .hero-fairy-section__container{position:relative;z-index:3;}/* ========================= CONTENT ========================= */ .hero-fairy-section__content{max-width:560px;color:#fff;}/* ========================= LABEL ========================= */ .hero-fairy-section__label{display:inline-block;margin-bottom:24px;padding:10px 24px;border-radius:999px;letter-spacing:4px;font-size:13px;font-weight:700;text-transform:uppercase;backdrop-filter:blur(10px);}/* FAIRY LABEL */ .hero-theme-fairy .hero-fairy-section__label{border:1px solid rgba(200,128,255,0.35);background:rgba(112,64,240,0.12);color:#f1dcff;}/* SANTA LABEL */ .hero-theme-santa .hero-fairy-section__label{border:1px solid rgba(255,170,120,0.25);background:rgba(140,30,20,0.12);color:#ffd7b8;}/* ========================= TITLE ========================= */ .hero-fairy-section__title{max-width:560px;margin-bottom:24px;font-size:clamp(48px,5vw,74px);line-height:1.02;font-weight:800;letter-spacing:-2px;color:#ffffff;text-shadow:0 8px 30px rgba(0,0,0,0.55),0 2px 8px rgba(0,0,0,0.35),0 0 30px rgba(255,255,255,0.06);}/* ========================= ACCENT WORDS ========================= */ .hero-fairy-section__title span{background:var(--hero-accent);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 18px rgba(255,255,255,0.12);}/* ========================= SUBTITLE ========================= */ .hero-fairy-section__subtitle{max-width:560px;margin-bottom:38px;color:rgba(255,255,255,0.84);font-size:clamp(18px,2vw,21px);line-height:1.7;text-shadow:0 2px 12px rgba(0,0,0,0.45);}/* ========================= BUTTONS ========================= */ .hero-fairy-section__buttons{display:flex;gap:16px;flex-wrap:wrap;}/* ========================= BUTTON BASE ========================= */ .hero-fairy-section__btn{display:inline-flex;align-items:center;justify-content:center;min-height:60px;padding-inline:34px;border-radius:999px;text-decoration:none;font-size:16px;font-weight:700;transition:transform 0.25s ease,box-shadow 0.25s ease,background 0.25s ease,filter 0.25s ease;}/* ========================= PRIMARY BUTTON ========================= */ .hero-fairy-section__btn--primary{background:linear-gradient(90deg,var(--hero-primary-1),var(--hero-primary-2));color:#ffffff;border:none;box-shadow:0 18px 40px var(--hero-shadow);}.hero-fairy-section__btn--primary:hover{transform:translateY(-3px);box-shadow:0 24px 50px var(--hero-shadow);filter:brightness(1.08);}/* ========================= SECONDARY BUTTON ========================= */ .hero-fairy-section__btn--secondary{border-radius:999px;backdrop-filter:blur(10px);color:#ffffff;}/* FAIRY SECONDARY */ .hero-theme-fairy .hero-fairy-section__btn--secondary{border:1px solid rgba(200,128,255,0.35);background:rgba(112,64,240,0.08);}/* SANTA SECONDARY */ .hero-theme-santa .hero-fairy-section__btn--secondary{border:1px solid rgba(255,170,120,0.2);background:rgba(120,28,18,0.1);}.hero-fairy-section__btn--secondary:hover{background:rgba(255,255,255,0.08);transform:translateY(-3px);}/* ========================= CONTENT POSITION ========================= */ .hero-fairy-section.position-center .hero-fairy-section__content{margin-inline:auto;text-align:center;}.hero-fairy-section.position-center .hero-fairy-section__buttons{justify-content:center;}.hero-fairy-section.position-right .hero-fairy-section__content{margin-left:auto;text-align:right;}.hero-fairy-section.position-right .hero-fairy-section__buttons{justify-content:flex-end;}/* ========================= TABLET ========================= */ @media (max-width:991px){.hero-fairy-section{min-height:820px;align-items:flex-end;padding-bottom:70px;}.hero-theme-fairy.hero-fairy-section::after{background:linear-gradient(180deg,rgba(12,8,36,0.18) 0%,rgba(12,8,36,0.82) 55%,rgba(12,8,36,0.96) 100%);}.hero-theme-santa.hero-fairy-section::after{background:linear-gradient(180deg,rgba(12,8,10,0.12) 0%,rgba(24,12,12,0.62) 55%,rgba(32,10,10,0.9) 100%);}.hero-fairy-section__content{max-width:100%;}.hero-fairy-section__title{font-size:clamp(42px,8vw,60px);}.hero-fairy-section__subtitle{font-size:17px;line-height:1.65;}}/* ========================= MOBILE ========================= */ @media (max-width:640px){.hero-fairy-section{min-height:760px;padding-bottom:50px;}.hero-fairy-section__buttons{flex-direction:column;align-items:stretch;}.hero-fairy-section__btn{width:100%;}.hero-fairy-section__title{font-size:42px;letter-spacing:-1px;}.hero-fairy-section__label{font-size:11px;letter-spacing:3px;}}