:root{--hp-navy: #0f2044;--hp-navy-mid: #1e3a6e;--hp-blue: #3b82f6;--hp-blue-light: #93c5fd;--hp-blue-muted: #60a5fa;--hp-text: #111827;--hp-muted: #6b7280;--hp-border: #e5e7eb;--hp-bg-soft: #f9fafb;--hp-radius: 10px;--hp-radius-lg: 14px;--hp-max: 1100px}.hp-eyebrow{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--hp-muted);margin-bottom:8px;display:block}.hp-section-heading{font-size:26px;font-weight:600;color:var(--hp-text);line-height:1.25;margin-bottom:28px}.hp-stars{color:#f59e0b;letter-spacing:2px;font-size:15px}.hp-stars--sm{font-size:12px}.hp-stars-label{font-size:12px;color:var(--hp-muted);margin-left:6px}.hp-stars-row{display:flex;align-items:center;margin-bottom:24px}.hp-btn{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:500;padding:12px 24px;border-radius:var(--hp-radius);text-decoration:none;cursor:pointer;border:none;transition:opacity .15s,transform .1s;white-space:nowrap}.hp-btn:hover{opacity:.88;transform:translateY(-1px)}.hp-btn:active{transform:scale(.98)}.hp-btn--primary{background:var(--hp-blue);color:#fff}.hp-btn--dark{background:var(--hp-navy);color:#fff}.hp-btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.hp-btn--full{width:100%;justify-content:center;margin-top:18px}.hp-btn-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.hp-btn-row--centered{justify-content:center}.hp-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:20px}.hp-pill--outline{background:#3b82f61f;border:1px solid rgba(59,130,246,.28);color:var(--hp-blue-light)}.hp-trust-item{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#ffffff80}.hp-trust-item--muted{color:#ffffff73}.hp-trust-item svg{flex-shrink:0}.hp-badge{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:3px 10px;border-radius:20px;margin-bottom:12px}.hp-badge--blue{background:#dbeafe;color:#1d4ed8}.hp-badge--green{background:#dcfce7;color:#166534}.hp-badge--white{background:#ffffff1a;color:#ffffffb3}.hp-hero{background:var(--hp-navy);padding:60px 24px;position:relative;overflow:hidden}.hp-hero:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:600px;height:360px;border-radius:50%;background:#3b82f60f;pointer-events:none}.hp-hero__inner{max-width:var(--hp-max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:1}.hp-hero__content{max-width:520px}.hp-hero__heading{font-size:40px;font-weight:700;color:#fff;line-height:1.15;margin-bottom:14px}.hp-hero__heading-accent{color:var(--hp-blue)}.hp-hero__sub{font-size:15px;color:#fff9;line-height:1.7;margin-bottom:8px;max-width:440px}.hp-hero__trust-row{display:flex;flex-wrap:wrap;gap:16px}.hp-hero__cards{display:flex;flex-direction:column;gap:10px;flex-shrink:0}.hp-stat-card{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--hp-radius);padding:16px 20px;min-width:148px}.hp-stat-card__label{font-size:10px;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.hp-stat-card__value{font-size:28px;font-weight:600;color:#fff;line-height:1}.hp-stat-card__value span{font-size:14px;font-weight:400}.hp-stat-card__value--accent{color:var(--hp-blue)}.hp-stat-card__sub{font-size:11px;color:#fff6;margin-top:3px}.hp-stat-card--blue{background:#3b82f61f;border-color:#3b82f640}.hp-stat-card__feature-title{font-size:12px;font-weight:500;color:var(--hp-blue-light);margin-bottom:5px}.hp-stat-card__feature-sub{font-size:11px;color:#ffffff73;line-height:1.5}.hp-pillars{background:var(--hp-bg-soft);padding:40px 24px;border-top:1px solid var(--hp-border);border-bottom:1px solid var(--hp-border)}.hp-pillars__inner{max-width:var(--hp-max);margin:0 auto;text-align:center}.hp-pillars__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:24px;margin-top:20px}.hp-pillar{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.hp-pillar__icon{width:30px;height:30px;color:var(--hp-blue)}.hp-pillar__title{font-size:13px;font-weight:600;color:var(--hp-text)}.hp-pillar__sub{font-size:11px;color:var(--hp-muted);line-height:1.5}.hp-how{padding:56px 24px;border-bottom:1px solid var(--hp-border)}.hp-how__inner{max-width:var(--hp-max);margin:0 auto;text-align:center}.hp-how__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:8px}.hp-step{background:var(--hp-bg-soft);border:1px solid var(--hp-border);border-radius:var(--hp-radius-lg);padding:28px 22px;text-align:center}.hp-step__icon-wrap{width:48px;height:48px;border-radius:50%;background:var(--hp-navy);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.hp-step__num{font-size:10px;font-weight:600;color:var(--hp-muted);letter-spacing:.1em;margin-bottom:6px}.hp-step__title{font-size:15px;font-weight:600;color:var(--hp-text);margin-bottom:8px}.hp-step__body{font-size:12px;color:var(--hp-muted);line-height:1.6}.hp-products{padding:56px 24px;border-bottom:1px solid var(--hp-border)}.hp-products__inner{max-width:var(--hp-max);margin:0 auto;text-align:center}.hp-products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:8px}.hp-prod-card{background:#fff;border:1px solid var(--hp-border);border-radius:var(--hp-radius-lg);padding:24px 22px;text-align:left;transition:box-shadow .2s,border-color .2s}.hp-prod-card:hover{box-shadow:0 4px 20px #00000014;border-color:var(--hp-blue)}.hp-prod-card--dark{background:var(--hp-navy);border-color:#1e3a6e}.hp-prod-card--dark:hover{border-color:var(--hp-blue)}.hp-prod-card__title{font-size:17px;font-weight:700;color:var(--hp-text);margin-bottom:8px}.hp-prod-card__body{font-size:12px;color:var(--hp-muted);line-height:1.6;margin-bottom:14px}.hp-prod-card__price{font-size:20px;font-weight:700;color:var(--hp-navy);margin-bottom:14px}.hp-prod-card__features{display:flex;flex-direction:column;gap:5px}.hp-prod-card__feat{font-size:12px;color:var(--hp-muted)}.hp-features{padding:56px 24px;border-bottom:1px solid var(--hp-border)}.hp-features__inner{max-width:var(--hp-max);margin:0 auto;text-align:center}.hp-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin-top:8px}.hp-feat{background:var(--hp-bg-soft);border:1px solid var(--hp-border);border-radius:var(--hp-radius);padding:20px 14px;text-align:center;transition:border-color .2s}.hp-feat:hover{border-color:var(--hp-blue)}.hp-feat__icon{width:28px;height:28px;color:var(--hp-blue);margin:0 auto 10px;display:block}.hp-feat__title{font-size:12px;font-weight:600;color:var(--hp-text);margin-bottom:4px}.hp-feat__sub{font-size:11px;color:var(--hp-muted)}.hp-reviews{padding:56px 24px;border-bottom:1px solid var(--hp-border)}.hp-reviews__inner{max-width:var(--hp-max);margin:0 auto;text-align:center}.hp-reviews__stars-row{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:28px}.hp-reviews__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;text-align:left}.hp-review{background:var(--hp-bg-soft);border:1px solid var(--hp-border);border-radius:var(--hp-radius-lg);padding:18px}.hp-review__header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.hp-review__name{font-size:13px;font-weight:600;color:var(--hp-text);margin-bottom:2px}.hp-review__text{font-size:12px;color:var(--hp-muted);line-height:1.6}.hp-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.hp-avatar--blue{background:#dbeafe;color:#1d4ed8}.hp-avatar--green{background:#dcfce7;color:#166534}.hp-avatar--yellow{background:#fef9c3;color:#854d0e}.hp-avatar--pink{background:#fce7f3;color:#9d174d}.hp-faq{padding:56px 24px;border-bottom:1px solid var(--hp-border)}.hp-faq__inner{max-width:660px;margin:0 auto}.hp-faq__item{border-bottom:1px solid var(--hp-border)}.hp-faq__item:last-child{border-bottom:none}.hp-faq__q{display:flex;justify-content:space-between;align-items:center;padding:16px 0;font-size:14px;font-weight:600;color:var(--hp-text);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.hp-faq__q::-webkit-details-marker{display:none}.hp-faq__q:after{content:"+";font-size:20px;font-weight:400;color:var(--hp-muted);flex-shrink:0;margin-left:12px;transition:transform .2s}.hp-faq__item[open] .hp-faq__q:after{transform:rotate(45deg)}.hp-faq__a{font-size:13px;color:var(--hp-muted);line-height:1.7;padding:0 0 16px}.hp-cta-banner{background:var(--hp-navy);padding:64px 24px}.hp-cta-banner__inner{max-width:var(--hp-max);margin:0 auto;text-align:center}.hp-cta-banner__heading{font-size:30px;font-weight:700;color:#fff;line-height:1.25;margin-bottom:10px}.hp-cta-banner__sub{font-size:14px;color:#ffffff80;margin-bottom:28px}.hp-cta-banner__trust{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-top:20px}@media(max-width:768px){.hp-hero__inner{flex-direction:column}.hp-hero__cards{flex-direction:row;flex-wrap:wrap;width:100%}.hp-stat-card{flex:1;min-width:120px}.hp-hero__heading{font-size:28px}.hp-section-heading{font-size:20px}.hp-cta-banner__heading{font-size:22px}.hp-hero__trust-row{gap:10px}.hp-products__grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/hp-sections.css.map */
