.hotspots-section{position:relative;overflow:hidden}.hotspots-header{text-align:center;margin-bottom:4rem}.hotspots-heading{font-family:var(--font-heading, "Bebas Neue", sans-serif);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#1a1a1a;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.08em;line-height:1.1}.hotspots-subheading{font-size:1.125rem;color:#666;max-width:600px;margin:0 auto;line-height:1.7;font-weight:400}.hotspots-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width: 768px){.hotspots-grid{grid-template-columns:1.3fr .7fr;gap:4rem}.hotspots-grid--image-right .hotspots-image-container{order:2}.hotspots-grid--image-right .hotspots-benefits{order:1}}@media (min-width: 1200px){.hotspots-grid{grid-template-columns:1.4fr .6fr;gap:5rem}}.hotspots-image-container{position:relative}.hotspots-image-wrapper{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#f8f8f8,#efefef);box-shadow:0 25px 50px -12px #00000014,0 12px 24px -8px #0000000a}.hotspots-image{display:block;width:100%;height:auto;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.hotspots-image-wrapper:hover .hotspots-image{transform:scale(1.02)}.hotspots-image-placeholder{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f5f5f5,#e8e8e8)}.hotspots-image-placeholder .placeholder-svg{width:50%;height:auto;opacity:.4}.hotspot{position:absolute;width:44px;height:44px;border-radius:50%;background:#f8d400f2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:3px solid rgba(255,255,255,.9);box-shadow:0 8px 32px #f8d40059,0 4px 12px #0000001a,inset 0 1px #fff6;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);transition:all .4s cubic-bezier(.4,0,.2,1)}.hotspot:hover,.hotspot:focus,.hotspot.active{background:#f8d400;transform:translate(-50%,-50%) scale(1.2);box-shadow:0 12px 40px #f8d40080,0 6px 20px #00000026,inset 0 1px #ffffff80}.hotspot:focus{outline:none}.hotspot:focus-visible{box-shadow:0 12px 40px #f8d40080,0 0 0 3px #fff,0 0 0 6px #1a1a1a}.hotspot-icon{display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-weight:700;font-size:1.25rem;line-height:1}.hotspot-icon svg{display:block;transition:transform .3s ease}.hotspot:hover .hotspot-icon svg,.hotspot.active .hotspot-icon svg{transform:rotate(45deg)}.hotspot-pulse{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:2px solid rgba(248,212,0,.5);animation:hotspot-pulse-modern 3s ease-out infinite;pointer-events:none}@keyframes hotspot-pulse-modern{0%{transform:scale(1);opacity:.8}50%{opacity:.4}to{transform:scale(2);opacity:0}}.hotspot:hover .hotspot-pulse,.hotspot:focus .hotspot-pulse,.hotspot.active .hotspot-pulse{animation:none;opacity:0}.hotspot-tooltip{position:absolute;background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;padding:1.5rem;box-shadow:0 20px 60px #0000001f,0 8px 24px #00000014,0 0 0 1px #0000000a;min-width:260px;max-width:320px;opacity:0;visibility:hidden;transform:translateY(15px) scale(.96);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:20;pointer-events:none}.hotspot-tooltip.active{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.hotspot-tooltip.tooltip-right:before{content:"";position:absolute;left:-10px;top:20px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid rgba(255,255,255,.98);filter:drop-shadow(-3px 0 3px rgba(0,0,0,.06))}.hotspot-tooltip.tooltip-left:before{content:"";position:absolute;right:-10px;top:20px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid rgba(255,255,255,.98);filter:drop-shadow(3px 0 3px rgba(0,0,0,.06))}.hotspot-tooltip__title{font-family:var(--font-heading, "Inter", sans-serif);font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0 0 .625rem;line-height:1.3}.hotspot-tooltip__description{font-size:.9375rem;color:#555;line-height:1.6;margin:0 0 1rem}.hotspot-tooltip__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#1a1a1a;text-decoration:none;padding:.5rem 1rem;background:#f8d400;border-radius:8px;transition:all .3s ease}.hotspot-tooltip__link:hover{background:#e6c500;transform:translate(2px)}.hotspot-tooltip__link svg{transition:transform .3s ease}.hotspot-tooltip__link:hover svg{transform:translate(4px)}.hotspots-benefits{padding:0}@media (min-width: 768px){.hotspots-benefits{padding:1rem 0}}.hotspots-benefits__heading{font-family:var(--font-heading, "Bebas Neue", sans-serif);font-size:1.25rem;font-weight:400;color:#1a1a1a;margin:0 0 2rem;text-transform:uppercase;letter-spacing:.12em;position:relative;padding-bottom:1rem}.hotspots-benefits__heading:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:#f8d400;border-radius:2px}.benefits-list{list-style:none;margin:0;padding:0}.benefits-list__item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;line-height:1.5;padding:1rem 1.25rem;background:#f8d4000f;border-radius:12px;border:1px solid rgba(248,212,0,.15);transition:all .3s ease;opacity:0;transform:translate(20px);animation:benefit-slide-in .5s ease forwards}.benefits-list__item:nth-child(1){animation-delay:.1s}.benefits-list__item:nth-child(2){animation-delay:.2s}.benefits-list__item:nth-child(3){animation-delay:.3s}.benefits-list__item:nth-child(4){animation-delay:.4s}.benefits-list__item:nth-child(5){animation-delay:.5s}.benefits-list__item:nth-child(6){animation-delay:.6s}@keyframes benefit-slide-in{to{opacity:1;transform:translate(0)}}.benefits-list__item:last-child{margin-bottom:0}.benefits-list__item:hover{background:#f8d4001f;border-color:#f8d4004d;transform:translate(4px)}.benefits-list__icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--benefits-icon-color, #F8D400);background:#f8d40026;border-radius:50%;padding:4px}.benefits-list__icon svg{display:block;width:16px;height:16px}.benefits-list__text{font-size:1rem;color:var(--benefits-text-color, #1A1A1A);font-weight:500;font-family:var(--benefits-font, "Inter", sans-serif);letter-spacing:.01em;line-height:1.5}@media (max-width: 767px){.hotspots-header{margin-bottom:2.5rem}.hotspots-heading{font-size:2rem}.hotspot{width:38px;height:38px}.hotspot-tooltip{min-width:220px;max-width:280px;padding:1.25rem}.hotspots-benefits{padding-top:2.5rem;border-top:1px solid rgba(0,0,0,.08);margin-top:1.5rem}.hotspots-benefits__heading{font-size:1.125rem;margin-bottom:1.5rem}.benefits-list__item{gap:.875rem;margin-bottom:.875rem;padding:.875rem 1rem}.benefits-list__icon{width:24px;height:24px}.benefits-list__icon svg{width:14px;height:14px}.benefits-list__text{font-size:.9375rem}}@media (prefers-reduced-motion: reduce){.hotspot,.hotspot-tooltip,.hotspot-tooltip__link svg,.benefits-list__item,.hotspots-image{transition:none}.hotspot-pulse{animation:none}.benefits-list__item{animation:none;opacity:1;transform:none}}.hotspots-section[style*="background-color: #1"] .hotspots-heading,.hotspots-section[style*="background-color: #2"] .hotspots-heading,.hotspots-section[style*="background-color: #0"] .hotspots-heading{color:#fff}.hotspots-section[style*="background-color: #1"] .hotspots-subheading,.hotspots-section[style*="background-color: #2"] .hotspots-subheading,.hotspots-section[style*="background-color: #0"] .hotspots-subheading{color:#ffffffb3}.hotspots-section[style*="background-color: #1"] .hotspots-benefits__heading,.hotspots-section[style*="background-color: #2"] .hotspots-benefits__heading,.hotspots-section[style*="background-color: #0"] .hotspots-benefits__heading{color:#fff}.hotspots-section[style*="background-color: #1"] .benefits-list__item,.hotspots-section[style*="background-color: #2"] .benefits-list__item,.hotspots-section[style*="background-color: #0"] .benefits-list__item{background:#ffffff0d;border-color:#ffffff1a}.hotspots-section[style*="background-color: #1"] .benefits-list__item:hover,.hotspots-section[style*="background-color: #2"] .benefits-list__item:hover,.hotspots-section[style*="background-color: #0"] .benefits-list__item:hover{background:#ffffff1a;border-color:#f8d4004d}.hotspots-section[style*="background-color: #1"] .benefits-list__text,.hotspots-section[style*="background-color: #2"] .benefits-list__text,.hotspots-section[style*="background-color: #0"] .benefits-list__text{color:#fff}.hotspots-section[style*="background-color: #1"] .benefits-list__icon,.hotspots-section[style*="background-color: #2"] .benefits-list__icon,.hotspots-section[style*="background-color: #0"] .benefits-list__icon{color:#f8d400;background:#f8d40033}
/*# sourceMappingURL=/cdn/shop/t/211/assets/image-hotspots.css.map */
