/* ========================================== TOOTH FAIRY COIN SECTION ========================================== */ .coin-tooth-fairy-section{padding:4rem 0;}.coin-tooth-fairy-section .container{max-width:1250px;margin:0 auto;padding:0 2rem;}.coin-tooth-fairy{position:relative;overflow:hidden;display:grid;grid-template-columns:1.05fr 0.95fr;align-items:center;gap:2.5rem;padding:2.4rem 2.8rem;border-radius:1.6rem;border:1px solid rgba(217,184,108,0.28);background:radial-gradient(circle at 78% 45%,rgba(217,184,108,0.1),transparent 32%),radial-gradient(circle at 20% 20%,rgba(140,80,255,0.12),transparent 42%),rgba(30,10,65,0.38);box-shadow:inset 0 1px 0 rgba(255,255,255,0.06),0 18px 45px rgba(0,0,0,0.22);transition:transform 0.25s ease,border-color 0.25s ease,box-shadow 0.25s ease;}.coin-tooth-fairy:hover{transform:translateY(-4px);border-color:rgba(217,184,108,0.48);box-shadow:inset 0 1px 0 rgba(255,255,255,0.08),0 24px 55px rgba(0,0,0,0.28),0 0 28px rgba(217,184,108,0.1);}/* ========================================== LABEL ========================================== */ .coin-tooth-fairy__label{display:inline-flex;align-items:center;margin-bottom:0.9rem;padding:0.45rem 1rem;border:1px solid rgba(217,184,108,0.38);border-radius:999px;background:rgba(217,184,108,0.06);color:#f4c85a;font-size:0.68rem;font-weight:800;line-height:1;letter-spacing:0.12em;text-transform:uppercase;}/* ========================================== TITLE ========================================== */ .coin-tooth-fairy__title{max-width:580px;margin:0 0 1rem;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.1rem,3.2vw,2.9rem);font-weight:400;line-height:1.12;color:#ffffff;text-shadow:0 0 22px rgba(255,255,255,0.08);}/* ========================================== DESCRIPTION ========================================== */ .coin-tooth-fairy__description{max-width:560px;margin:0 0 0.9rem;color:rgba(230,220,255,0.75);font-size:1.08rem;line-height:1.7;}/* ========================================== SMALL TEXT ========================================== */ .coin-tooth-fairy__small-text{max-width:540px;margin:0 0 1.5rem;color:rgba(230,220,255,0.58);font-size:0.95rem;line-height:1.6;}/* ========================================== BUTTON ========================================== */ .coin-tooth-fairy__button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 2.2rem;border-radius:999px;background:linear-gradient(180deg,#ffd85c,#eeb936);color:#1f1238;font-size:1rem;font-weight:800;line-height:1;text-decoration:none;box-shadow:0 12px 28px rgba(248,200,71,0.28),inset 0 1px 0 rgba(255,255,255,0.35);transition:transform 0.25s ease,box-shadow 0.25s ease,filter 0.25s ease;}.coin-tooth-fairy__button:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 16px 34px rgba(248,200,71,0.36),inset 0 1px 0 rgba(255,255,255,0.4);}/* ========================================== IMAGE ========================================== */ .coin-tooth-fairy__image{position:relative;display:flex;justify-content:center;align-items:center;min-height:260px;}.coin-tooth-fairy__image::before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;background:rgba(255,196,0,0.12);filter:blur(55px);z-index:0;}.coin-tooth-fairy__image img{position:relative;z-index:1;width:100%;max-width:320px;height:auto;object-fit:contain;filter:drop-shadow(0 14px 22px rgba(0,0,0,0.24)) drop-shadow(0 0 14px rgba(255,196,0,0.14));animation:coinMagicFloat 5s ease-in-out infinite;}/* ========================================== ANIMATION ========================================== */ @keyframes coinMagicFloat{0%{transform:translateY(0);}50%{transform:translateY(-7px);}100%{transform:translateY(0);}}/* ========================================== TABLET ========================================== */ @media (max-width:991px){.coin-tooth-fairy-section{padding:3.5rem 0;}.coin-tooth-fairy-section .container{padding:0 1.5rem;}.coin-tooth-fairy{grid-template-columns:1fr;gap:1.7rem;max-width:760px;margin:0 auto;padding:2.2rem;text-align:center;}.coin-tooth-fairy__title,.coin-tooth-fairy__description,.coin-tooth-fairy__small-text{margin-left:auto;margin-right:auto;}.coin-tooth-fairy__image{order:-1;min-height:auto;}.coin-tooth-fairy__image img{max-width:260px;}.coin-tooth-fairy__image::before{width:160px;height:160px;}}/* ========================================== MOBILE ========================================== */ @media (max-width:767px){.coin-tooth-fairy-section{padding:3rem 0;}.coin-tooth-fairy-section .container{padding:0 1.2rem;}.coin-tooth-fairy{padding:1.6rem;gap:1.4rem;border-radius:1.3rem;}.coin-tooth-fairy__label{font-size:0.62rem;padding:0.42rem 0.85rem;margin-bottom:0.8rem;}.coin-tooth-fairy__title{font-size:clamp(1.85rem,8vw,2.35rem);}.coin-tooth-fairy__description{font-size:1rem;line-height:1.65;}.coin-tooth-fairy__small-text{font-size:0.9rem;line-height:1.55;}.coin-tooth-fairy__button{width:100%;min-height:54px;padding:0 1.5rem;font-size:0.98rem;}.coin-tooth-fairy__image img{max-width:220px;}.coin-tooth-fairy__image::before{width:140px;height:140px;}}