.hp2-wrapper{--hp2-orange: #eb6623;--hp2-orange-hover: #d45a1c;--hp2-navy: #1f2a38;--hp2-cream: #faf8f5;--hp2-gray-100: #f5f5f5;--hp2-gray-200: #e8e8e8;--hp2-gray-400: #999;--hp2-gray-600: #666;--hp2-gray-800: #333;--hp2-green: #2e7d32;--hp2-gold: #f5a623;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--hp2-gray-800);line-height:1.6;-webkit-font-smoothing:antialiased}.hp2-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;border-radius:6px;font-size:16px;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:background .2s,border-color .2s;font-family:inherit}.hp2-btn--primary{background:var(--hp2-orange);color:#fff}.hp2-btn--primary:hover{background:var(--hp2-orange-hover)}.hp2-btn--secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.hp2-btn--secondary:hover{border-color:#fff}.hp2-btn--lg{font-size:18px;padding:18px 44px}.hp2-hero{background:var(--hp2-navy);color:#fff;display:grid;grid-template-columns:1fr 1fr;min-height:520px;overflow:hidden}.hp2-hero__content{padding:72px 60px 72px 80px;display:flex;flex-direction:column;justify-content:center}.hp2-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--hp2-orange);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px}.hp2-hero__stars{color:var(--hp2-gold)}.hp2-hero__title{font-size:48px;font-weight:800;line-height:1.1;margin-bottom:20px;letter-spacing:-1px;color:#fff}.hp2-hero__title em{color:var(--hp2-orange);font-style:normal}.hp2-hero__sub{font-size:18px;line-height:1.6;color:#b0bec5;margin-bottom:32px;max-width:480px}.hp2-hero__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.hp2-hero__proof{display:flex;gap:28px;font-size:13px;color:#90a4ae}.hp2-hero__proof span{display:flex;align-items:center;gap:6px}.hp2-check{color:var(--hp2-green);font-weight:700}.hp2-hero__image{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#253345,#1a2430);padding:40px}.hp2-hero__image img{max-width:560px;width:100%;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3))}.hp2-trust-bar{background:var(--hp2-cream);border-bottom:1px solid var(--hp2-gray-200);padding:20px 40px;display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.hp2-trust-item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--hp2-navy)}.hp2-trust-icon{width:36px;height:36px;background:var(--hp2-navy);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--hp2-orange);font-size:16px;flex-shrink:0}.hp2-section{padding:80px 60px}.hp2-section--center{text-align:center}.hp2-section__title{font-size:36px;font-weight:800;color:var(--hp2-navy);margin-bottom:12px;letter-spacing:-.5px}.hp2-section__subtitle{font-size:17px;color:var(--hp2-gray-600);max-width:600px;margin:0 auto 48px;line-height:1.6}.hp2-ps{display:grid;grid-template-columns:1fr 1fr;gap:0}.hp2-ps__panel{padding:80px 60px;display:flex;flex-direction:column;justify-content:center}.hp2-ps__panel--problem{background:var(--hp2-gray-100)}.hp2-ps__panel--solution{background:#fff}.hp2-ps__label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}.hp2-ps__label--red{color:#c53030}.hp2-ps__label--green{color:var(--hp2-green)}.hp2-ps__panel h2{font-size:32px;font-weight:800;color:var(--hp2-navy);margin-bottom:20px;line-height:1.2}.hp2-ps__panel p{font-size:16px;color:var(--hp2-gray-600);line-height:1.7;margin-bottom:16px}.hp2-pain-list,.hp2-benefit-list{list-style:none;margin:8px 0 0;padding:0}.hp2-pain-list li,.hp2-benefit-list li{padding:8px 0;font-size:15px;display:flex;align-items:flex-start;gap:10px}.hp2-pain-list li:before{content:"\2715";color:#c53030;font-weight:700;flex-shrink:0}.hp2-benefit-list li:before{content:"\2713";color:var(--hp2-green);font-weight:700;flex-shrink:0}.hp2-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1100px;margin:0 auto}.hp2-product-card{background:#fff;border:1px solid var(--hp2-gray-200);border-radius:10px;overflow:hidden;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.hp2-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.hp2-product-card__img{background:var(--hp2-gray-100);padding:32px;display:flex;align-items:center;justify-content:center;aspect-ratio:1}.hp2-product-card__img img{max-width:220px;width:100%;height:100%;object-fit:contain}.hp2-product-card__body{padding:20px;flex:1}.hp2-product-card__body h3{font-size:16px;font-weight:700;color:var(--hp2-navy);margin-bottom:4px}.hp2-price{font-size:18px;font-weight:700;color:var(--hp2-orange)}.hp2-price-note{font-size:12px;color:var(--hp2-gray-400);font-weight:400}.hp2-product-badge{display:inline-block;background:var(--hp2-orange);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:3px;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.hp2-product-badge--navy{background:var(--hp2-navy)}.hp2-product-card__cta{display:block;text-align:center;padding:12px;background:var(--hp2-navy);color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s;margin-top:auto}.hp2-product-card:hover .hp2-product-card__cta{background:var(--hp2-orange)}.hp2-product-card--custom{border:2px dashed var(--hp2-gray-200);align-items:center;justify-content:center;text-align:center;min-height:380px}.hp2-product-card--custom__inner{padding:40px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.hp2-custom-icon{font-size:48px;margin-bottom:16px;opacity:.3}.hp2-product-card--custom h3{font-size:18px;font-weight:700;color:var(--hp2-navy);margin-bottom:8px}.hp2-product-card--custom p{font-size:14px;color:var(--hp2-gray-600);line-height:1.5}.hp2-how-it-works{background:var(--hp2-navy);color:#fff}.hp2-how-it-works .hp2-section__title{color:#fff}.hp2-how-it-works .hp2-section__subtitle{color:#cfd8dc}.hp2-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;max-width:900px;margin:0 auto;text-align:center}.hp2-step__number{width:52px;height:52px;background:var(--hp2-orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;margin:0 auto 20px;color:#fff}.hp2-step h3{font-size:18px;font-weight:700;margin-bottom:8px;color:#fff}.hp2-step p{font-size:14px;color:#cfd8dc;line-height:1.6}.hp2-use-cases-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1100px;margin:0 auto}.hp2-use-case-card{text-align:center;padding:32px 20px;background:var(--hp2-gray-100);border-radius:10px}.hp2-use-case-icon{font-size:36px;margin-bottom:14px}.hp2-use-case-card h3{font-size:16px;font-weight:700;color:var(--hp2-navy);margin-bottom:6px}.hp2-use-case-card p{font-size:13px;color:var(--hp2-gray-600);line-height:1.5}.hp2-comparison{background:#fff}.hp2-comparison-table{max-width:700px;margin:0 auto;border-collapse:collapse;width:100%}.hp2-comparison-table th,.hp2-comparison-table td{padding:14px 20px;text-align:left;font-size:15px;border-bottom:1px solid var(--hp2-gray-200)}.hp2-comparison-table th{font-weight:700;color:var(--hp2-navy);background:var(--hp2-cream)}.hp2-col-bad{text-align:center;color:#c53030}.hp2-col-good{text-align:center;color:var(--hp2-green);font-weight:600}.hp2-comparison-table td:first-child{color:var(--hp2-gray-600)}.hp2-reviews{background:var(--hp2-cream)}.hp2-reviews__header{text-align:center;margin-bottom:48px}.hp2-reviews__score{font-size:56px;font-weight:800;color:var(--hp2-navy);line-height:1}.hp2-reviews__stars{font-size:28px;color:var(--hp2-gold);margin:8px 0}.hp2-reviews__count{font-size:15px;color:var(--hp2-gray-600)}.hp2-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}.hp2-review-card{background:#fff;border-radius:10px;padding:28px;border:1px solid var(--hp2-gray-200)}.hp2-review-stars{color:var(--hp2-gold);font-size:16px;margin-bottom:12px}.hp2-review-text{font-size:15px;line-height:1.6;color:var(--hp2-gray-800);margin-bottom:16px;font-style:italic}.hp2-review-author{font-size:13px;font-weight:600;color:var(--hp2-navy)}.hp2-review-verified{font-size:12px;color:var(--hp2-green);font-weight:500}.hp2-guarantee-bar{background:var(--hp2-navy);padding:48px 60px;display:flex;align-items:center;justify-content:center;gap:28px;text-align:left}.hp2-guarantee-shield{width:72px;height:82px;flex-shrink:0}.hp2-guarantee-shield svg{width:100%;height:100%}.hp2-guarantee-text h3{font-size:20px;font-weight:800;color:#fff;margin-bottom:2px}.hp2-guarantee-text h3 span{color:var(--hp2-orange)}.hp2-guarantee-text p{font-size:14px;color:#90a4ae}.hp2-final-cta{background:var(--hp2-navy);color:#fff;text-align:center;padding:80px 60px}.hp2-final-cta h2{font-size:36px;font-weight:800;margin-bottom:16px;color:#fff}.hp2-final-cta p{font-size:17px;color:#90a4ae;margin-bottom:32px;max-width:500px;margin-left:auto;margin-right:auto}.hp2-newsletter{background:var(--hp2-cream);text-align:center;padding:60px}.hp2-newsletter h2{font-size:24px;font-weight:700;color:var(--hp2-navy);margin-bottom:8px}.hp2-newsletter p{font-size:14px;color:var(--hp2-gray-600);margin-bottom:20px}.hp2-newsletter__form{display:flex;gap:10px;max-width:440px;margin:0 auto}.hp2-newsletter__form input[type=email]{flex:1;padding:14px 18px;border:1px solid var(--hp2-gray-200);border-radius:6px;font-size:14px;font-family:inherit}.hp2-newsletter__form button{background:var(--hp2-orange);color:#fff;border:none;padding:14px 28px;border-radius:6px;font-weight:700;font-size:14px;cursor:pointer;font-family:inherit;transition:background .2s}.hp2-newsletter__form button:hover{background:var(--hp2-orange-hover)}@media(max-width:992px){.hp2-hero{grid-template-columns:1fr}.hp2-hero__content{padding:48px 32px;text-align:center}.hp2-hero__sub{margin-left:auto;margin-right:auto}.hp2-hero__ctas{justify-content:center}.hp2-hero__proof{justify-content:center;flex-wrap:wrap;gap:16px}.hp2-hero__image{padding:20px;min-height:300px}.hp2-hero__image img{max-width:280px}.hp2-hero__title{font-size:36px}.hp2-ps{grid-template-columns:1fr}.hp2-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.hp2-steps-grid{grid-template-columns:1fr;gap:32px}.hp2-use-cases-grid{grid-template-columns:repeat(2,1fr)}.hp2-reviews-grid{grid-template-columns:1fr}.hp2-section{padding:48px 24px}.hp2-trust-bar{gap:20px;padding:16px 20px}.hp2-trust-item{font-size:12px}.hp2-guarantee-bar{padding:32px 24px;flex-direction:column;text-align:center}.hp2-final-cta{padding:48px 24px}.hp2-final-cta h2{font-size:28px}.hp2-newsletter{padding:40px 24px}.hp2-newsletter__form{flex-direction:column}.hp2-comparison-table{font-size:13px}.hp2-comparison-table th,.hp2-comparison-table td{padding:10px 12px}}@media(max-width:600px){.hp2-hero__title{font-size:28px}.hp2-hero__content{padding:32px 20px}.hp2-btn{padding:14px 24px;font-size:14px;width:100%;justify-content:center}.hp2-products-grid,.hp2-use-cases-grid{grid-template-columns:1fr}.hp2-section__title{font-size:28px}.hp2-ps__panel{padding:40px 24px}.hp2-ps__panel h2{font-size:24px}.hp2-trust-bar{flex-direction:column;gap:12px;align-items:center}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/section-homepage-v2.css.map */
