:root{--hero-cursor-padding-y: 5rem;--hero-cursor-gap: 4rem;--hero-cursor-content-gap: 1.5rem;--hero-cursor-stats-gap: 1rem;--hero-cursor-button-gap: 1rem;--hero-cursor-bg-start: #1e293b;--hero-cursor-bg-end: #1e40af;--hero-cursor-title-start: #06b6d4;--hero-cursor-title-end: #0891b2;--hero-cursor-badge-bg: rgba(148, 163, 184, .2);--hero-cursor-text-white: #ffffff;--hero-cursor-text-light: rgba(255, 255, 255, .8);--hero-cursor-bullet-color: rgba(148, 163, 184, .6);--hero-cursor-primary-btn: #2563eb;--hero-cursor-primary-btn-hover: #1d4ed8;--hero-cursor-secondary-btn-border: rgba(255, 255, 255, .3);--hero-cursor-badge-size: .875rem;--hero-cursor-title-size: clamp(2.5rem, 6vw, 4rem);--hero-cursor-subhead-size: clamp(1.125rem, 2vw, 1.25rem);--hero-cursor-bullet-size: 1rem;--hero-cursor-stat-value-size: .875rem;--hero-cursor-stat-label-size: .75rem;--hero-cursor-button-size: 1rem}.hero-cursor-rules{position:relative;min-height:100vh;padding:var(--hero-cursor-padding-y) 0;background:linear-gradient(135deg,var(--hero-cursor-bg-start) 0%,var(--hero-cursor-bg-end) 100%);background-image:radial-gradient(ellipse at center,transparent 60%,rgba(0,0,0,.1) 100%);color:var(--hero-cursor-text-white)}.hero-cursor-rules:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;pointer-events:none}.hero-cursor-rules__container{position:relative;max-width:1200px;margin:0 auto;padding:0 1rem;z-index:1}.hero-cursor-rules__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--hero-cursor-gap);align-items:center;min-height:70vh}.hero-cursor-rules__content{display:flex;flex-direction:column;gap:var(--hero-cursor-content-gap);text-align:left}.hero-cursor-rules__badge{display:inline-block;padding:.5rem 1rem;background:var(--hero-cursor-badge-bg);border:1px solid rgba(255,255,255,.1);border-radius:9999px;font-size:var(--hero-cursor-badge-size);font-weight:500;color:var(--hero-cursor-text-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:fit-content;margin-bottom:.5rem}.hero-cursor-rules__title{font-size:var(--hero-cursor-title-size);font-weight:800;line-height:1.1;margin:0;margin-bottom:.5rem;background:linear-gradient(135deg,var(--hero-cursor-title-start),var(--hero-cursor-title-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:var(--hero-cursor-title-start)}.hero-cursor-rules__subhead{font-size:var(--hero-cursor-subhead-size);line-height:1.6;color:var(--hero-cursor-text-white);font-weight:400;margin:0;margin-bottom:.5rem}.hero-cursor-rules__bullets{display:flex;flex-direction:column;gap:.5rem;margin:.5rem 0}.hero-cursor-rules__bullet{display:flex;align-items:center;gap:.75rem;font-size:var(--hero-cursor-bullet-size);color:var(--hero-cursor-text-light)}.hero-cursor-rules__bullet-icon{color:var(--hero-cursor-bullet-color);font-size:.875rem;flex-shrink:0}.hero-cursor-rules__stats{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:var(--hero-cursor-stats-gap);margin:1rem 0}.hero-cursor-rules__stat{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-cursor-rules__stat-icon{font-size:1.25rem;flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;line-height:1;text-align:center}.hero-cursor-rules__stat-text{flex:1;min-width:0}.hero-cursor-rules__stat-value{font-size:var(--hero-cursor-stat-value-size);font-weight:600;color:var(--hero-cursor-text-white);line-height:1.2}.hero-cursor-rules__stat-label{font-size:var(--hero-cursor-stat-label-size);color:var(--hero-cursor-text-light);line-height:1.3}.hero-cursor-rules__ctas{display:flex;gap:var(--hero-cursor-button-gap);margin-top:1rem}.hero-cursor-rules__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:var(--hero-cursor-button-size);font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .2s ease;cursor:pointer;border:2px solid transparent}.hero-cursor-rules__btn-icon{font-size:.875rem}.hero-cursor-rules__btn--primary{background:var(--hero-cursor-primary-btn);color:var(--hero-cursor-text-white);box-shadow:0 4px 14px #2563eb40}.hero-cursor-rules__btn--primary:hover{background:var(--hero-cursor-primary-btn-hover);transform:translateY(-2px);box-shadow:0 8px 25px #2563eb59}.hero-cursor-rules__btn--secondary{background:transparent;color:var(--hero-cursor-text-white);border-color:var(--hero-cursor-secondary-btn-border)}.hero-cursor-rules__btn--secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.hero-cursor-rules__visual{display:flex;justify-content:center;align-items:center;position:relative}.hero-cursor-rules__book{position:relative;transform:rotate(8deg);transition:transform .3s ease;filter:drop-shadow(0 25px 50px rgba(0,0,0,.25))}.hero-cursor-rules__book:hover{transform:rotate(3deg) scale(1.02)}.hero-cursor-rules__book-image{width:100%;max-width:400px;height:auto;border-radius:.5rem;transition:transform .3s ease}@media screen and (max-width: 1024px){:root{--hero-cursor-gap: 3rem;--hero-cursor-title-size: clamp(2.25rem, 5vw, 3.5rem)}.hero-cursor-rules__book-image{max-width:350px}}@media screen and (max-width: 768px){:root{--hero-cursor-padding-y: 3rem;--hero-cursor-gap: 1.5rem;--hero-cursor-content-gap: 1.25rem}.hero-cursor-rules__grid{display:flex;flex-direction:column;gap:0;text-align:center}.hero-cursor-rules__content,.hero-cursor-rules__visual{display:contents}.hero-cursor-rules__badge{order:1;margin:0 auto 1.5rem}.hero-cursor-rules__title{order:2;margin-bottom:1.5rem}.hero-cursor-rules__subhead{order:3;margin-bottom:1.5rem;text-align:center}.hero-cursor-rules__bullets{order:4;text-align:left;max-width:320px;margin:0 auto 1.5rem}.hero-cursor-rules__book{order:5;transform:rotate(4deg);margin:0 auto 1.5rem;display:block}.hero-cursor-rules__stats{order:6;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);max-width:400px;margin:0 auto 1.5rem}.hero-cursor-rules__ctas{order:7;flex-direction:row;max-width:100%;margin:0 auto;gap:.625rem;justify-content:center}.hero-cursor-rules__ctas .hero-cursor-rules__btn{flex:1;max-width:180px;padding:.75rem 1.25rem;font-size:.875rem;white-space:nowrap}.hero-cursor-rules__book-image{max-width:280px}}@media screen and (max-width: 480px){:root{--hero-cursor-padding-y: 2rem;--hero-cursor-badge-size: .8125rem;--hero-cursor-subhead-size: 1.125rem;--hero-cursor-stat-value-size: .8125rem;--hero-cursor-stat-label-size: .6875rem}.hero-cursor-rules__container{padding:0 .75rem}.hero-cursor-rules__badge,.hero-cursor-rules__title{margin-bottom:1.25rem}.hero-cursor-rules__subhead{margin-bottom:1.25rem;text-align:center}.hero-cursor-rules__bullets{margin:0 auto 1.25rem;max-width:300px}.hero-cursor-rules__book{margin:0 auto 1.25rem}.hero-cursor-rules__stats{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:.75rem;max-width:320px;margin:0 auto 1.25rem}.hero-cursor-rules__ctas .hero-cursor-rules__btn{max-width:165px;padding:.625rem 1rem;font-size:.8125rem;white-space:nowrap}.hero-cursor-rules__book-image{max-width:240px}}.hero-cursor-rules__btn:focus{outline:2px solid var(--hero-cursor-title-start);outline-offset:2px}@media (prefers-contrast: high){.hero-cursor-rules__title{-webkit-text-fill-color:var(--hero-cursor-text-white);color:var(--hero-cursor-text-white)}.hero-cursor-rules__badge,.hero-cursor-rules__stat{background:#ffffff26;border-color:#ffffff4d}}@media (prefers-reduced-motion: reduce){.hero-cursor-rules__book,.hero-cursor-rules__book-image,.hero-cursor-rules__btn{transition:none}.hero-cursor-rules__book:hover{transform:rotate(8deg)}.hero-cursor-rules__btn--primary:hover,.hero-cursor-rules__btn--secondary:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-hero-cursor-rules.css.map */
