.amhero{position:relative;min-height:560px;overflow:hidden;display:flex;align-items:center;padding:60px 24px;background:linear-gradient(170deg,#fff6e8,#fdecd0 35%,#fdf4e7 60%,#f7e8d3);cursor:default}.amhero__aurora{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.amhero:before{content:"";position:absolute;top:20px;right:30px;width:90px;height:90px;border-radius:50%;background:radial-gradient(circle,#f7d96e 0%,rgba(240,192,64,.5) 35%,rgba(232,168,56,.15) 60%,transparent 80%);box-shadow:0 0 50px #e8a83880,0 0 100px #e8a83840,0 0 150px #e8a8381a;z-index:3;animation:amBreathe 4s ease-in-out infinite}.amhero:after{content:"";position:absolute;top:-25px;right:-15px;width:180px;height:180px;border-radius:50%;border:2px solid rgba(232,168,56,.18);z-index:2;animation:amRingPulse 4s ease-in-out infinite;pointer-events:none}@keyframes amBreathe{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.15);opacity:1}}@keyframes amRingPulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:.3}}.amhero__aurora-wave{position:absolute;top:-50%;left:-20%;width:140%;height:200%;background:radial-gradient(ellipse at 30% 40%,rgba(232,168,56,.25) 0%,transparent 50%),radial-gradient(ellipse at 70% 30%,rgba(240,184,200,.2) 0%,transparent 45%),radial-gradient(ellipse at 50% 70%,rgba(126,200,200,.18) 0%,transparent 40%);animation:amAuroraShift 15s ease-in-out infinite}@keyframes amAuroraShift{0%,to{transform:rotate(-2deg) scale(1)}50%{transform:rotate(2deg) scale(1.05)}}.amhero__orb{position:absolute;border-radius:50%;filter:blur(40px);animation:amPulse 8s ease-in-out infinite}@keyframes amPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes amFloat{0%,to{transform:translate(0);opacity:.8}25%{transform:translate(15px,-25px);opacity:1}50%{transform:translate(-10px,-15px);opacity:.9}75%{transform:translate(20px,-35px);opacity:1}}@keyframes amRayShimmer{0%{opacity:.3}to{opacity:.8}}.amhero__inner{max-width:1060px;margin:0 auto;width:100%;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.amhero__content{opacity:0;animation:amSlideUp 1s ease-out .2s forwards}@keyframes amSlideUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.amhero__badge{display:inline-flex;align-items:center;gap:8px;background:#e8a8382e;color:#d49420;font-weight:700;font-size:11px;letter-spacing:1.8px;text-transform:uppercase;padding:8px 18px;border-radius:24px;margin-bottom:20px}.amhero__badge svg{width:16px;height:16px;animation:amSpin 12s linear infinite}@keyframes amSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.amhero__title{font-size:54px;font-weight:700;line-height:1.08;margin-bottom:16px;letter-spacing:-.5px}.amhero__title-line{display:block;overflow:hidden}.amhero__title-text{display:block;opacity:0;animation:amReveal .8s ease-out forwards}.amhero__title-line:nth-child(1) .amhero__title-text{animation-delay:.4s}.amhero__title-line:nth-child(2) .amhero__title-text{animation-delay:.55s}.amhero__title-accent{background:linear-gradient(135deg,#7ec8c8,#b8a9c9,#f0b8c8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes amReveal{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.amhero__desc{font-size:17px;color:#666;line-height:1.65;max-width:420px;margin-bottom:28px;opacity:0;animation:amFadeUp .8s ease-out .7s forwards}@keyframes amFadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.amhero__actions{display:flex;align-items:center;gap:20px;opacity:0;animation:amFadeUp .8s ease-out .9s forwards}.amhero__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:30px;font-weight:700;font-size:14px;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;font-family:inherit}.amhero__btn--primary{background:#1a1a1a;color:#fff}.amhero__btn--primary:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.amhero__btn--primary svg{width:16px;height:16px;transition:transform .3s ease}.amhero__btn--primary:hover svg{transform:translate(3px)}.amhero__btn--secondary{background:transparent;color:#1a1a1a;font-weight:600;padding:14px 4px}.amhero__btn--secondary:hover{color:#e8a838}.amhero__visual{position:relative;display:flex;flex-direction:column}.amhero__step{display:flex;align-items:center;gap:16px;padding:18px 20px;background:#ffffff80;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.85);border-radius:16px;margin-bottom:10px;opacity:0;transform:translate(30px);animation:amStepSlide .7s ease-out forwards;transition:all .3s ease;cursor:default;box-shadow:0 4px 20px #0000000a,inset 0 1px #fff9}.amhero__step:hover{background:#ffffffbf;transform:translate(4px);box-shadow:0 8px 32px #00000012}.amhero__step:nth-child(1){animation-delay:.6s}.amhero__step:nth-child(2){animation-delay:.75s}.amhero__step:nth-child(3){animation-delay:.9s}.amhero__step:nth-child(4){animation-delay:1.05s}@keyframes amStepSlide{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.amhero__step-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.amhero__step-icon svg{width:20px;height:20px}.amhero__step:nth-child(1) .amhero__step-icon{background:#7ec8c838;color:#7ec8c8}.amhero__step:nth-child(2) .amhero__step-icon{background:#b8a9c938;color:#b8a9c9}.amhero__step:nth-child(3) .amhero__step-icon{background:#f0b8c838;color:#f0b8c8}.amhero__step:nth-child(4) .amhero__step-icon{background:#e8a8382e;color:#e8a838}.amhero__step-text{flex:1;min-width:0}.amhero__step-label{font-size:15px;font-weight:700;margin-bottom:2px}.amhero__step-product{font-size:13px;color:#666}.amhero__step-num{font-size:28px;font-weight:700;color:#0000000f;line-height:1;flex-shrink:0}.amhero__time{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:6px 14px;background:#ffffff80;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.85);border-radius:20px;font-size:12px;font-weight:600;color:#666;opacity:0;animation:amFadeUp .6s ease-out 1.3s forwards;align-self:flex-end}.amhero__time svg{width:14px;height:14px;color:#e8a838}@media screen and (max-width:768px){.amhero{min-height:auto;padding:40px 20px 52px}.amhero__inner{grid-template-columns:1fr;gap:32px}.amhero:before{top:10px;right:15px;width:55px;height:55px}.amhero:after{top:-18px;right:-13px;width:110px;height:110px}.amhero__rays{top:38px!important;right:43px!important}.amhero__rays span{height:250px!important}.amhero__title{font-size:36px}.amhero__desc{font-size:15px}.amhero__actions{flex-direction:column;align-items:flex-start;gap:8px}.amhero__step{padding:14px 16px}.amhero__step-icon{width:38px;height:38px}.amhero__step-label{font-size:14px}.amhero__step-product{font-size:12px}.amhero__step-num{font-size:22px}}@media screen and (max-width:480px){.amhero{padding:32px 16px 44px}.amhero__step{gap:12px;padding:12px 14px}.amhero__title{font-size:30px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-am-routine-hero.css.map */
