:root{--jj-black: #000000;--jj-blue: #A2CCEB;--jj-white: #ffffff;--jj-light-bg: #F7FAFD;--jj-text: #444444;--jj-text-light: #cccccc;--jj-radius: 16px;--jj-radius-sm: 10px;--jj-shadow: 0 4px 24px rgba(0,0,0,.08);--jj-shadow-lg: 0 12px 48px rgba(0,0,0,.12);--jj-transition: all .3s ease}.hp-container{max-width:1200px;margin:0 auto;padding:0 24px}.hp-container--wide{max-width:1400px}.hp-eyebrow{font-size:.8rem;letter-spacing:3px;text-transform:uppercase;font-weight:600;margin-bottom:12px}.hp-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-1px;margin-bottom:20px}.hp-subtitle{font-size:1.1rem;line-height:1.6;max-width:600px}.hp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 36px;font-size:1rem;font-weight:700;text-decoration:none;border-radius:50px;transition:var(--jj-transition);cursor:pointer;border:2px solid transparent;font-family:inherit}.hp-btn--primary{background:var(--jj-blue);color:var(--jj-black);border-color:var(--jj-blue)}.hp-btn--primary:hover{background:#8abde0;transform:translateY(-2px);box-shadow:0 8px 24px #a2cceb66}.hp-btn--outline{background:transparent;border-color:var(--jj-white);color:var(--jj-white)}.hp-btn--outline:hover{background:var(--jj-white);color:var(--jj-black);transform:translateY(-2px)}.hp-btn--dark{background:var(--jj-black);color:var(--jj-white);border-color:var(--jj-black)}.hp-btn--dark:hover{background:#222;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.hp-btn--large{padding:18px 48px;font-size:1.1rem}.hp-hero{position:relative;min-height:85vh;display:flex;align-items:center;background:var(--jj-black);overflow:hidden}.hp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hp-hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.4}.hp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000d9,#0006);z-index:1}.hp-hero__content{position:relative;z-index:2;max-width:700px;padding:60px 0}.hp-hero__eyebrow{color:var(--jj-blue)}.hp-hero__title{color:var(--jj-white);font-size:clamp(2.5rem,6vw,4rem)}.hp-hero__subtitle{color:#ffffffd9;margin-bottom:36px;font-size:1.15rem}.hp-hero__ctas{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:48px}.hp-hero__badges{display:flex;gap:24px;flex-wrap:wrap}.hp-hero__badge{display:flex;align-items:center;gap:8px;color:#ffffffb3;font-size:.85rem}.hp-hero__badge-icon{font-size:1.1rem}.hp-bundles{padding:100px 0;text-align:center}.hp-bundles__header{margin-bottom:60px}.hp-bundles__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:40px}.hp-bundle-card{background:var(--jj-white);border-radius:var(--jj-radius);overflow:hidden;box-shadow:var(--jj-shadow);transition:var(--jj-transition);position:relative;text-decoration:none;color:inherit;display:flex;flex-direction:column}.hp-bundle-card:hover{transform:translateY(-6px);box-shadow:var(--jj-shadow-lg)}.hp-bundle-card--popular{border:3px solid var(--jj-blue)}.hp-bundle-card__badge{position:absolute;top:16px;right:16px;background:var(--jj-blue);color:var(--jj-black);font-size:.75rem;font-weight:700;padding:6px 14px;border-radius:50px;z-index:2;text-transform:uppercase;letter-spacing:1px}.hp-bundle-card__image{position:relative;height:240px;overflow:hidden}.hp-bundle-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hp-bundle-card:hover .hp-bundle-card__image img{transform:scale(1.05)}.hp-bundle-card__body{padding:28px;flex:1;display:flex;flex-direction:column}.hp-bundle-card__name{font-size:1.4rem;font-weight:700;margin-bottom:4px}.hp-bundle-card__price{font-size:2rem;font-weight:800;color:var(--jj-black);margin-bottom:8px}.hp-bundle-card__per{font-size:.85rem;color:var(--jj-text);margin-bottom:16px}.hp-bundle-card__desc{font-size:.9rem;color:var(--jj-text);line-height:1.5;margin-bottom:24px;flex:1}.hp-bundle-card__cta{display:block;text-align:center;padding:14px 24px;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;transition:var(--jj-transition)}.hp-bundle-card--popular .hp-bundle-card__cta{background:var(--jj-blue);color:var(--jj-black)}.hp-bundle-card--popular .hp-bundle-card__cta:hover{background:#8abde0}.hp-bundle-card:not(.hp-bundle-card--popular) .hp-bundle-card__cta{background:var(--jj-black);color:var(--jj-white)}.hp-bundle-card:not(.hp-bundle-card--popular) .hp-bundle-card__cta:hover{background:#222}.hp-bundles__promo{display:inline-flex;align-items:center;gap:10px;background:#fff3cd;padding:12px 24px;border-radius:50px;font-size:.9rem;font-weight:600;color:#856404}.hp-specialties{padding:100px 0;overflow:hidden}.hp-specialties__header{text-align:center;margin-bottom:60px}.hp-specialties__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.hp-specialty-card{background:var(--jj-white);border-radius:var(--jj-radius);overflow:hidden;box-shadow:var(--jj-shadow);transition:var(--jj-transition)}.hp-specialty-card:hover{transform:translateY(-4px);box-shadow:var(--jj-shadow-lg)}.hp-specialty-card__image{height:220px;overflow:hidden;position:relative}.hp-specialty-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hp-specialty-card:hover .hp-specialty-card__image img{transform:scale(1.08)}.hp-specialty-card__tag{position:absolute;top:12px;left:12px;background:#000c;color:var(--jj-blue);font-size:.7rem;font-weight:700;padding:4px 12px;border-radius:50px;text-transform:uppercase;letter-spacing:1px}.hp-specialty-card__body{padding:20px}.hp-specialty-card__name{font-size:1.15rem;font-weight:700;margin-bottom:8px}.hp-specialty-card__desc{font-size:.85rem;color:var(--jj-text);line-height:1.5}.hp-specialties__cta{text-align:center;margin-top:48px}.hp-trust{padding:60px 0;text-align:center}.hp-trust__items{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.hp-trust__item{display:flex;flex-direction:column;align-items:center;gap:8px}.hp-trust__number{font-size:2.5rem;font-weight:800;line-height:1}.hp-trust__label{font-size:.85rem;text-transform:uppercase;letter-spacing:2px;font-weight:600}.hp-how{padding:100px 0}.hp-how__header{text-align:center;margin-bottom:60px}.hp-how__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.hp-how__step{text-align:center;position:relative}.hp-how__step-number{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 auto 20px}.hp-how__step-title{font-size:1.2rem;font-weight:700;margin-bottom:10px}.hp-how__step-desc{font-size:.9rem;line-height:1.6;max-width:280px;margin:0 auto}.hp-reviews{padding:100px 0}.hp-reviews__header{text-align:center;margin-bottom:60px}.hp-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.hp-review-card{padding:36px;border-radius:var(--jj-radius);position:relative}.hp-review-card__stars{font-size:1.2rem;margin-bottom:16px;letter-spacing:2px}.hp-review-card__quote{font-size:.95rem;line-height:1.7;margin-bottom:20px;font-style:italic}.hp-review-card__author{font-weight:700;font-size:.9rem}.hp-review-card__source{font-size:.8rem;opacity:.7}.hp-locations{padding:100px 0}.hp-locations__header{text-align:center;margin-bottom:60px}.hp-locations__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.hp-location-card{border-radius:var(--jj-radius);overflow:hidden;box-shadow:var(--jj-shadow)}.hp-location-card__image{height:200px;overflow:hidden}.hp-location-card__image img{width:100%;height:100%;object-fit:cover}.hp-location-card__body{padding:28px}.hp-location-card__name{font-size:1.3rem;font-weight:700;margin-bottom:12px}.hp-location-card__detail{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px;font-size:.9rem}.hp-location-card__detail a{text-decoration:none;transition:opacity .3s}.hp-location-card__detail a:hover{opacity:.7}.hp-cta{padding:100px 0;text-align:center;position:relative;overflow:hidden}.hp-cta__content{position:relative;z-index:2}.hp-cta__ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:36px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hp-animate{opacity:0;animation:fadeUp .6s ease forwards}.hp-animate--d1{animation-delay:.1s}.hp-animate--d2{animation-delay:.2s}.hp-animate--d3{animation-delay:.3s}.hp-animate--d4{animation-delay:.4s}@media(max-width:992px){.hp-bundles__grid{grid-template-columns:repeat(2,1fr)}.hp-how__steps{grid-template-columns:1fr;gap:32px}.hp-reviews__grid,.hp-locations__grid{grid-template-columns:1fr}.hp-hero__content{max-width:100%}}@media(max-width:640px){.hp-hero{min-height:70vh}.hp-bundles__grid{grid-template-columns:1fr}.hp-hero__ctas{flex-direction:column}.hp-hero__ctas .hp-btn{width:100%;text-align:center}.hp-hero__badges{flex-direction:column;gap:12px}.hp-trust__items{gap:32px}.hp-specialties__grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.hp-specialties__grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.hp-animate{animation:none;opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/homepage-styles.css.map */
