@charset "UTF-8";/* ========================================= SHARED HERO Tooth Fairy / Santa ========================================= */ .hero-tooth-fairy{--hero-gold:#d9b86c;--hero-gold-bright:#f8d66d;--hero-text:#ffffff;--hero-muted:rgba(239,231,255,0.76);position:relative;isolation:isolate;overflow:hidden;width:100%;min-height:680px;display:flex;align-items:center;padding:clamp(78px,7vw,112px) 0 clamp(72px,6vw,96px);background:radial-gradient(circle at 68% 42%,rgba(113,53,183,0.3) 0%,rgba(67,25,121,0.16) 32%,transparent 59%),radial-gradient(circle at 18% 48%,rgba(75,33,145,0.22) 0%,transparent 50%),linear-gradient(125deg,#07021d 0%,#11042c 42%,#1d0743 72%,#08031f 100%);}/* ========================================= IMPORTANT:NO BOTTOM GRADIENT OR WAVE ========================================= */ .hero-tooth-fairy::after,.hero-tooth-fairy__bottom-wave{display:none !important;content:none !important;}/* ========================================= STARS ========================================= */ .hero-tooth-fairy::before{content:"";position:absolute;inset:0;z-index:-3;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,0.76) 0 1px,transparent 1.6px),radial-gradient(circle,rgba(248,214,109,0.84) 0 1px,transparent 1.7px),radial-gradient(circle,rgba(198,145,255,0.52) 0 1px,transparent 1.7px);background-size:170px 170px,245px 245px,325px 325px;background-position:15px 20px,75px 65px,135px 105px;opacity:0.2;}.hero-tooth-fairy__stars{position:absolute;inset:0;z-index:-2;pointer-events:none;}.hero-tooth-fairy__stars::before,.hero-tooth-fairy__stars::after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;filter:blur(70px);}.hero-tooth-fairy__stars::before{left:-230px;bottom:-210px;background:rgba(93,40,166,0.18);}.hero-tooth-fairy__stars::after{right:-220px;bottom:-210px;background:rgba(130,63,190,0.17);}/* ========================================= CONTAINER ========================================= */ .hero-tooth-fairy__container{position:relative;z-index:2;width:100%;max-width:1600px;margin:0 auto;padding-inline:clamp(24px,4vw,64px);display:grid;grid-template-columns:minmax(0,0.94fr) minmax(470px,1.06fr);align-items:center;gap:clamp(55px,6vw,105px);}/* ========================================= CONTENT ========================================= */ .hero-tooth-fairy__content{width:100%;max-width:710px;}/* ========================================= EYEBROW ========================================= */ .hero-tooth-fairy__eyebrow{width:fit-content;display:inline-flex;align-items:center;gap:0.65rem;margin:0 0 1.6rem;padding:0.72rem 1.3rem;border:1px solid rgba(217,184,108,0.34);border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,0.055),rgba(255,255,255,0.015));color:var(--hero-gold-bright);font-size:0.76rem;font-weight:800;line-height:1;letter-spacing:0.17em;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,0.06),0 12px 32px rgba(0,0,0,0.14);}.hero-tooth-fairy__eyebrow-icon{font-size:0.86rem;text-shadow:0 0 14px rgba(248,214,109,0.72);}/* ========================================= TITLE Цялото заглавие остава един текст. Само първата буква се оцветява чрез CSS. ========================================= */ .hero-tooth-fairy__title{width:100%;max-width:700px;margin:0 0 1.6rem;color:var(--hero-text);font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.25rem,4.3vw,5rem);font-weight:400;line-height:1.025;letter-spacing:-0.043em;text-wrap:balance;overflow-wrap:normal;word-break:normal;hyphens:none;}.hero-tooth-fairy__title::first-letter{color:#f3ce68;text-shadow:0 0 18px rgba(217,184,108,0.25);}/* * Старият span вече не се използва. * Това правило предотвратява проблем,* ако стар кеширан HTML все още съдържа span. */ .hero-tooth-fairy__title .gold-word{color:inherit;background:none;-webkit-text-fill-color:currentColor;filter:none;}/* ========================================= DESCRIPTION ========================================= */ .hero-tooth-fairy__description{width:100%;max-width:620px;margin:0 0 2rem;color:var(--hero-muted);font-size:clamp(1.04rem,1.2vw,1.22rem);line-height:1.72;overflow-wrap:normal;word-break:normal;}/* ========================================= BUTTONS ========================================= */ .hero-tooth-fairy__buttons{display:flex;flex-wrap:wrap;align-items:center;gap:0.9rem;margin:0 0 1.55rem;}.hero-tooth-fairy__btn{min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:0.7rem;padding:0 1.85rem;border-radius:999px;font-size:0.96rem;font-weight:800;line-height:1;text-decoration:none;transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease,background-color 0.25s ease;}.hero-tooth-fairy__btn:hover{transform:translateY(-3px);}.hero-tooth-fairy__btn:focus-visible{outline:3px solid rgba(255,226,128,0.45);outline-offset:4px;}.hero-tooth-fairy__btn--primary{color:#21132c;border:1px solid rgba(255,239,181,0.78);background:linear-gradient(135deg,#ffe58a 0%,#f6cf5b 54%,#e9b83b 100%);box-shadow:0 13px 35px rgba(232,184,58,0.24),inset 0 1px 0 rgba(255,255,255,0.58);}.hero-tooth-fairy__btn--primary:hover{box-shadow:0 18px 44px rgba(232,184,58,0.34),inset 0 1px 0 rgba(255,255,255,0.68);}.hero-tooth-fairy__btn--secondary{color:#ffffff;border:1px solid rgba(217,184,108,0.55);background:rgba(255,255,255,0.035);box-shadow:inset 0 1px 0 rgba(255,255,255,0.055);}.hero-tooth-fairy__btn--secondary:hover{border-color:rgba(255,226,139,0.88);background:rgba(255,255,255,0.07);}.hero-tooth-fairy__btn-icon{font-size:0.78rem;}.hero-tooth-fairy__play-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding-bottom:2px;border:1px solid rgba(217,184,108,0.68);border-radius:50%;color:var(--hero-gold-bright);font-size:0.68rem;}/* ========================================= BENEFITS ========================================= */ .hero-tooth-fairy__benefits{display:flex;flex-wrap:wrap;align-items:center;gap:0.72rem;color:rgba(255,255,255,0.7);font-size:0.9rem;}.hero-tooth-fairy__benefit{display:inline-flex;align-items:center;gap:0.5rem;}.hero-tooth-fairy__benefit span{color:var(--hero-gold-bright);font-size:1.05rem;}.hero-tooth-fairy__benefit p{margin:0;}.hero-tooth-fairy__separator{color:rgba(217,184,108,0.56);}/* ========================================= OPTIONAL TRUST ========================================= */ .hero-tooth-fairy__trust{display:flex;align-items:center;gap:0.6rem;margin-top:1rem;color:rgba(255,255,255,0.72);font-size:0.9rem;}.hero-tooth-fairy__trust-icon{color:var(--hero-gold-bright);}.hero-tooth-fairy__trust p{margin:0;}/* ========================================= MEDIA ========================================= */ .hero-tooth-fairy__media{position:relative;width:100%;max-width:700px;margin-left:auto;}.hero-tooth-fairy__media-glow{position:absolute;inset:3% -9% -3%;z-index:-2;border-radius:50%;background:radial-gradient(ellipse at center,rgba(157,86,213,0.27),rgba(100,42,158,0.12) 48%,transparent 73%);filter:blur(50px);}/* ========================================= PRODUCT CARD ========================================= */ .hero-tooth-fairy__product-card{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;padding:clamp(34px,3.8vw,54px);border:1px solid rgba(217,184,108,0.42);border-radius:34px;background:radial-gradient(circle at 54% 42%,rgba(126,68,184,0.22),transparent 52%),linear-gradient(145deg,rgba(255,255,255,0.052),rgba(255,255,255,0.014));box-shadow:inset 0 0 0 9px rgba(255,255,255,0.014),inset 0 1px 0 rgba(255,255,255,0.065),0 28px 80px rgba(0,0,0,0.32),0 0 60px rgba(120,59,183,0.11);backdrop-filter:blur(10px);}.hero-tooth-fairy__product-card::before{content:"";position:absolute;inset:12px;border:1px solid rgba(180,120,227,0.2);border-radius:25px;pointer-events:none;}/* ========================================= IMAGE ========================================= */ .hero-tooth-fairy__image-frame{position:relative;z-index:3;width:min(100%,475px);display:flex;align-items:center;justify-content:center;}.hero-tooth-fairy__image{width:100%;height:auto;max-height:410px;display:block;object-fit:contain;border-radius:8px;filter:drop-shadow(0 26px 30px rgba(0,0,0,0.31)) drop-shadow(0 0 23px rgba(248,216,125,0.14));transform:rotate(-1deg);transition:transform 0.4s ease,filter 0.4s ease;}.hero-tooth-fairy__media:hover .hero-tooth-fairy__image{transform:rotate(-0.3deg) translateY(-4px);filter:drop-shadow(0 32px 36px rgba(0,0,0,0.36)) drop-shadow(0 0 29px rgba(248,216,125,0.2));}/* ========================================= FREE SEAL ========================================= */ .hero-tooth-fairy__free-seal{position:absolute;top:22px;left:22px;z-index:7;width:96px;height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:3px solid #e1aa2e;border-radius:50%;color:#251532;text-align:center;background:radial-gradient(circle at 35% 29%,#fff9dc 0%,#ffe489 48%,#dfa72b 100%);box-shadow:0 15px 34px rgba(0,0,0,0.28),0 0 24px rgba(247,209,95,0.18),inset 0 0 0 4px rgba(255,255,255,0.46);}.hero-tooth-fairy__free-seal::before{content:"";position:absolute;inset:-7px;z-index:-1;border:1px dashed rgba(248,211,95,0.72);border-radius:50%;}.hero-tooth-fairy__free-seal strong{font-family:Georgia,"Times New Roman",serif;font-size:1.12rem;line-height:1;}.hero-tooth-fairy__free-seal span{margin-top:0.18rem;font-size:0.61rem;font-weight:900;letter-spacing:0.035em;}.hero-tooth-fairy__free-seal small{margin-top:0.27rem;font-size:0.62rem;}/* ========================================= PLATFORM ========================================= */ .hero-tooth-fairy__platform{position:absolute;left:10%;right:10%;bottom:17px;z-index:1;height:62px;border:1px solid rgba(217,184,108,0.25);border-radius:50%;background:radial-gradient(ellipse at center,rgba(201,144,232,0.21),rgba(69,21,114,0.29) 52%,rgba(12,4,34,0.62) 79%);box-shadow:0 10px 29px rgba(0,0,0,0.3),inset 0 8px 15px rgba(255,255,255,0.024);}.hero-tooth-fairy__platform span{position:absolute;left:5%;right:5%;top:7px;height:39px;border-top:1px solid rgba(255,220,117,0.27);border-radius:50%;}/* ========================================= MAGIC DUST ========================================= */ .hero-tooth-fairy__fairy-dust{position:absolute;top:18%;right:3%;bottom:15%;width:135px;z-index:4;pointer-events:none;background:radial-gradient(circle at 35% 10%,#ffe79a 0 1px,transparent 2px),radial-gradient(circle at 62% 21%,#fff4c7 0 2px,transparent 3px),radial-gradient(circle at 45% 34%,#f8c94f 0 1px,transparent 2px),radial-gradient(circle at 76% 44%,#ffe79a 0 2px,transparent 3px),radial-gradient(circle at 32% 56%,#fff3be 0 1px,transparent 2px),radial-gradient(circle at 64% 69%,#f7d15f 0 2px,transparent 3px),radial-gradient(circle at 38% 82%,#fff1b1 0 1px,transparent 2px);filter:drop-shadow(0 0 8px rgba(247,209,95,0.82));opacity:0.78;}/* ========================================= IMAGE BADGE ========================================= */ .hero-tooth-fairy__badge{position:absolute;right:-18px;bottom:-11px;z-index:9;display:inline-flex;align-items:center;gap:0.6rem;padding:0.82rem 1.12rem;border:1px solid rgba(217,184,108,0.4);border-radius:15px;color:#ffffff;background:linear-gradient(135deg,rgba(37,17,72,0.97),rgba(17,8,44,0.97));box-shadow:0 15px 38px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.06);backdrop-filter:blur(14px);}.hero-tooth-fairy__badge span{color:var(--hero-gold-bright);}.hero-tooth-fairy__badge p{margin:0;font-size:0.88rem;}/* ========================================= DARK VARIANT ========================================= */ .hero-tooth-fairy--dark{background:radial-gradient(circle at 68% 40%,rgba(72,52,144,0.24),transparent 53%),linear-gradient(125deg,#040210 0%,#0a061f 48%,#141034 75%,#050214 100%);}/* ========================================= SANTA VARIANT No purple colors ========================================= */ .hero-tooth-fairy--santa{--hero-gold:#d9b86c;--hero-gold-bright:#f5d16b;--hero-text:#fffaf2;--hero-muted:rgba(255,241,226,0.76);background:radial-gradient(circle at 73% 37%,rgba(216,100,42,0.23) 0%,rgba(139,45,26,0.14) 34%,transparent 59%),radial-gradient(circle at 20% 51%,rgba(105,22,35,0.21) 0%,transparent 48%),linear-gradient(120deg,#0a0206 0%,#1c050b 31%,#3a0d10 60%,#5f1e14 82%,#260809 100%);}.hero-tooth-fairy--santa::before{background-image:radial-gradient(circle,rgba(255,255,255,0.73) 0 1px,transparent 1.7px),radial-gradient(circle,rgba(249,215,113,0.87) 0 1px,transparent 1.7px),radial-gradient(circle,rgba(255,150,86,0.5) 0 1px,transparent 1.7px);opacity:0.19;}.hero-tooth-fairy--santa .hero-tooth-fairy__stars::before{background:rgba(108,23,29,0.21);}.hero-tooth-fairy--santa .hero-tooth-fairy__stars::after{background:rgba(173,61,30,0.18);}.hero-tooth-fairy--santa .hero-tooth-fairy__eyebrow{border-color:rgba(240,198,99,0.34);background:linear-gradient(135deg,rgba(101,22,23,0.42),rgba(42,7,12,0.27));}.hero-tooth-fairy--santa .hero-tooth-fairy__btn--secondary{border-color:rgba(240,198,99,0.49);background:linear-gradient(135deg,rgba(93,20,22,0.41),rgba(36,6,11,0.4));}.hero-tooth-fairy--santa .hero-tooth-fairy__btn--secondary:hover{border-color:rgba(255,226,144,0.86);background:linear-gradient(135deg,rgba(113,27,24,0.54),rgba(46,7,12,0.49));}.hero-tooth-fairy--santa .hero-tooth-fairy__media-glow{background:radial-gradient(ellipse at center,rgba(231,105,49,0.24) 0%,rgba(130,38,25,0.13) 47%,transparent 73%);}.hero-tooth-fairy--santa .hero-tooth-fairy__product-card{border-color:rgba(236,188,90,0.4);background:radial-gradient(circle at 54% 40%,rgba(177,60,32,0.23) 0%,rgba(93,24,25,0.12) 49%,transparent 70%),linear-gradient(145deg,rgba(255,221,190,0.05),rgba(65,11,16,0.085));box-shadow:inset 0 0 0 9px rgba(255,231,205,0.014),inset 0 1px 0 rgba(255,235,213,0.065),0 28px 80px rgba(0,0,0,0.35),0 0 58px rgba(174,58,31,0.11);}.hero-tooth-fairy--santa .hero-tooth-fairy__product-card::before{border-color:rgba(232,174,86,0.2);}.hero-tooth-fairy--santa .hero-tooth-fairy__platform{border-color:rgba(239,196,100,0.27);background:radial-gradient(ellipse at center,rgba(228,137,70,0.22) 0%,rgba(105,28,25,0.34) 52%,rgba(27,5,10,0.75) 80%);}.hero-tooth-fairy--santa .hero-tooth-fairy__platform span{border-top-color:rgba(242,202,108,0.29);}.hero-tooth-fairy--santa .hero-tooth-fairy__badge{border-color:rgba(237,191,95,0.4);background:linear-gradient(135deg,rgba(74,16,18,0.97),rgba(30,5,10,0.98));}/* ========================================= ANCHOR NAVIGATION ========================================= */ html{scroll-behavior:smooth;}.wd-anchor-section{scroll-margin-top:125px;}/* ========================================= TABLET ========================================= */ @media (max-width:1180px){.hero-tooth-fairy{min-height:auto;}.hero-tooth-fairy__container{grid-template-columns:minmax(0,0.96fr) minmax(410px,1.04fr);gap:45px;}.hero-tooth-fairy__title{font-size:clamp(2.9rem,5vw,4.25rem);}.hero-tooth-fairy__product-card{min-height:445px;padding:40px;}.hero-tooth-fairy__free-seal{width:88px;height:88px;}}/* ========================================= TABLET / MOBILE ========================================= */ @media (max-width:991px){.hero-tooth-fairy{min-height:auto;padding:72px 0 78px;}.hero-tooth-fairy__container{grid-template-columns:1fr;gap:40px;padding-inline:22px;}.hero-tooth-fairy__content{max-width:760px;margin-inline:auto;text-align:center;}.hero-tooth-fairy__eyebrow{margin-inline:auto;}.hero-tooth-fairy__title{max-width:760px;margin-inline:auto;margin-bottom:1.35rem;font-size:clamp(2.8rem,8vw,4.25rem);}.hero-tooth-fairy__description{max-width:650px;margin-inline:auto;margin-bottom:1.75rem;}.hero-tooth-fairy__buttons,.hero-tooth-fairy__benefits{justify-content:center;}.hero-tooth-fairy__media{max-width:670px;margin-inline:auto;}.hero-tooth-fairy__product-card{min-height:475px;}.hero-tooth-fairy__badge{right:16px;bottom:-17px;}}/* ========================================= MOBILE ========================================= */ @media (max-width:767px){.hero-tooth-fairy{padding:58px 0 64px;}.hero-tooth-fairy__container{gap:32px;padding-inline:16px;}.hero-tooth-fairy__eyebrow{max-width:100%;padding:0.64rem 0.95rem;font-size:0.66rem;letter-spacing:0.12em;}.hero-tooth-fairy__title{font-size:clamp(2.3rem,10.8vw,3.15rem);line-height:1.035;letter-spacing:-0.038em;text-wrap:pretty;}.hero-tooth-fairy__description{font-size:1rem;line-height:1.66;}.hero-tooth-fairy__buttons{width:100%;flex-direction:column;}.hero-tooth-fairy__btn{width:100%;min-height:55px;}.hero-tooth-fairy__benefits{gap:0.5rem 0.66rem;font-size:0.81rem;}.hero-tooth-fairy__separator{display:none;}.hero-tooth-fairy__product-card{min-height:auto;padding:64px 22px 58px;border-radius:25px;}.hero-tooth-fairy__product-card::before{inset:9px;border-radius:18px;}.hero-tooth-fairy__image-frame{width:min(100%,390px);}.hero-tooth-fairy__image{max-height:405px;transform:rotate(-0.7deg);}.hero-tooth-fairy__free-seal{top:15px;left:15px;width:78px;height:78px;}.hero-tooth-fairy__free-seal strong{font-size:0.94rem;}.hero-tooth-fairy__free-seal span{font-size:0.52rem;}.hero-tooth-fairy__platform{left:8%;right:8%;bottom:12px;height:52px;}.hero-tooth-fairy__fairy-dust{right:-17px;width:105px;}.hero-tooth-fairy__badge{position:relative;right:auto;bottom:auto;width:fit-content;max-width:calc(100% - 20px);margin:-18px auto 0;}.wd-anchor-section{scroll-margin-top:92px;}}/* ========================================= VERY SMALL MOBILE ========================================= */ @media (max-width:430px){.hero-tooth-fairy__benefits{display:grid;grid-template-columns:1fr;justify-items:center;}.hero-tooth-fairy__product-card{padding-inline:17px;}.hero-tooth-fairy__free-seal{width:72px;height:72px;}.hero-tooth-fairy__free-seal strong{font-size:0.86rem;}}/* ========================================= REDUCED MOTION ========================================= */ @media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}.hero-tooth-fairy__btn,.hero-tooth-fairy__image{transition:none;}.hero-tooth-fairy__btn:hover,.hero-tooth-fairy__media:hover .hero-tooth-fairy__image{transform:none;}}