.hw-page{--site-font-body: "DM Sans", system-ui, sans-serif;--site-font-heading: "DM Sans", system-ui, sans-serif}.hw-page,.hw-page *{font-family:var(--site-font-body)!important}.hw-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hw-breadcrumb{background:#0a1628;padding:.875rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.hw-breadcrumb__list{display:flex;align-items:center;gap:.25rem;list-style:none;padding:0;margin:0;font-size:.8125rem}.hw-breadcrumb__list li{display:flex;align-items:center;gap:.25rem;color:#fff6}.hw-breadcrumb__list a{color:#ffffff80;text-decoration:none;transition:color .15s}.hw-breadcrumb__list a:hover{color:#fff}.hw-breadcrumb__current{color:#ffffffbf}.hw-hero{position:relative;background:#0a1628;padding:4rem 0 4.5rem;overflow:hidden}.hw-hero__bg{position:absolute;inset:0;pointer-events:none}.hw-hero__glow{position:absolute;width:500px;height:500px;border-radius:50%;filter:blur(120px);opacity:.12}.hw-hero__glow--coral{background:#e66551;top:-150px;left:-100px}.hw-hero__glow--green{background:#319065;bottom:-150px;right:-100px}.hw-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:767px){.hw-hero__inner{grid-template-columns:1fr;gap:2.5rem}}.hw-hero__meta{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.hw-type-badge{display:inline-block;padding:.3rem .875rem;border-radius:999px;background:#e6655126;color:#e66551;border:1px solid rgba(230,101,81,.25);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.hw-category-badge{display:inline-block;padding:.3rem .875rem;border-radius:999px;background:#ffffff0f;color:#ffffff80;border:1px solid rgba(255,255,255,.1);font-size:.75rem;font-weight:500;text-transform:capitalize}.hw-hero__title{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:400;color:#fff;line-height:1.15;margin:0 0 1rem}.hw-hero__desc{font-size:1.0625rem;color:#ffffffa6;line-height:1.65;margin:0 0 1.5rem}.hw-methods{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.hw-method-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .875rem;border-radius:8px;background:#3190651f;color:#5ec795;border:1px solid rgba(49,144,101,.25);font-size:.8125rem;font-weight:500}.hw-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.hw-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.8125rem 1.5rem;background:#e66551;color:#fff;font-size:.9375rem;font-weight:600;border-radius:10px;text-decoration:none;transition:all .2s;box-shadow:0 4px 16px #e665514d}.hw-btn-primary:hover{background:#d45540;transform:scale(1.02)}.hw-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.8125rem 1.5rem;border:1.5px solid rgba(255,255,255,.2);color:#fffc;font-size:.9375rem;font-weight:500;border-radius:10px;text-decoration:none;transition:all .2s}.hw-btn-secondary:hover{background:#ffffff14;color:#fff}.hw-hero__image-wrap{display:flex;align-items:center;justify-content:center}.hw-hero__image-card{background:#fffffff7;border-radius:20px;padding:2rem;box-shadow:0 20px 60px #00000059;display:flex;align-items:center;justify-content:center;width:100%;max-width:420px}.hw-hero__image{width:100%;max-height:320px;object-fit:contain}.hw-hero__image-placeholder{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:20px;width:100%;max-width:420px;aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#ffffff40}.hw-section{padding:4.5rem 0}.hw-section--white{background:#fff;border-top:1px solid #e5e7eb}.hw-section--alt{background:#f7f8fa;border-top:1px solid #e5e7eb}.hw-section__grid{display:grid;grid-template-columns:220px 1fr;gap:3rem;align-items:start}@media(max-width:767px){.hw-section__grid{grid-template-columns:1fr;gap:1.5rem}}.hw-section__label{padding-top:.35rem}.hw-section__title{font-size:1.5rem;font-weight:400;color:#27314a;margin:0 0 1.5rem;line-height:1.3}.hw-pill{display:inline-block;padding:.35rem 1rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:#e665511a;color:#e66551;border:1px solid rgba(230,101,81,.2)}.hw-pill--green{background:#3190651a;color:#319065;border-color:#31906533}.hw-ideal-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.hw-ideal-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:#374151;line-height:1.55}.hw-ideal-check{flex-shrink:0;width:22px;height:22px;background:#3190651a;border:1px solid rgba(49,144,101,.25);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#319065;margin-top:1px}.hw-specs-table{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}@media(max-width:640px){.hw-specs-table{grid-template-columns:1fr}}.hw-spec-row{display:contents}.hw-specs-table .hw-spec-row:nth-child(odd) .hw-spec-key,.hw-specs-table .hw-spec-row:nth-child(odd) .hw-spec-val{background:#f9fafb}.hw-spec-key,.hw-spec-val{padding:.75rem 1rem;font-size:.875rem;border-bottom:1px solid #e5e7eb;line-height:1.5}.hw-spec-key{font-weight:600;color:#374151;border-right:1px solid #e5e7eb}.hw-spec-val{color:#5a6579;word-break:break-word}.hw-spec-row:last-child .hw-spec-key,.hw-spec-row:last-child .hw-spec-val{border-bottom:none}
