.product-header{display:grid;gap:40px;grid-template-columns:40% 60%;margin:0 auto 80px;max-width:1200px;padding:0 24px}.product-header__content,.product-media{min-width:0}.product-media{display:flex;flex-direction:column;gap:16px;max-width:420px}.product-media__item{aspect-ratio:4/3;border-radius:6px;overflow:hidden;width:100%}.product-media__img,.product-media__video{border-radius:4px;display:block;height:100%;object-fit:contain;width:100%}.product-media__iframe-wrapper{border-radius:4px;height:100%;overflow:hidden;padding-top:56.25%;position:relative;width:100%}.product-media__iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.product-info__product-name{border-left:5px solid #8998af;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 28px;padding-left:14px}.product-info__section{margin-bottom:32px}.product-info__heading{border-bottom:1px solid #2c5aa0;font-size:28px;font-weight:700;margin-bottom:16px;padding-bottom:8px}.product-info__list{list-style:none;margin:0;padding-left:0}.product-info__item{margin-bottom:12px;padding-left:18px;position:relative}.product-info__item:before{content:"•";left:0;line-height:1.4;position:absolute;top:0}.product-info__title{font-weight:500}.product-info__sub{color:#333;font-size:.95em;line-height:1.6;margin-top:4px}.product-info__text{margin:0}.product-info__badge-area{background:#e9e9e9;border-radius:6px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:24px;padding:20px}.product-badge-card{min-width:0;width:100%}.product-badge-card__label{align-items:center;border-radius:4px;box-sizing:border-box;color:#fff;display:flex;font-size:16px;font-weight:700;gap:6px;justify-content:center;line-height:1.2;margin-bottom:8px;min-height:38px;padding:6px 10px;text-align:center;width:100%}.product-badge-card__icon{display:block;flex-shrink:0;height:20px;object-fit:contain;width:20px}.product-badge-card__label-text{display:inline-block}.product-badge-card__subtext{color:#333;font-size:15px;line-height:1.5}.product-badge-card__label--green{background:#4caf50}.product-badge-card__label--red{background:#f44336}.product-badge-card__label--blue{background:#4aa3df}.product-badge-card__label--yellow{background:#fbc036}@media (max-width:768px){.product-header__media{order:1}.product-header__content{order:2}.product-header{gap:24px;grid-template-columns:1fr;padding:0 16px}.product-media{max-width:100%}.product-info__product-name{font-size:1.5rem}.product-info__heading{font-size:1.2rem}.product-info__item,.product-info__text{font-size:.9rem}.product-info__badge-area{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));padding:16px}.product-badge-card__label{font-size:.7rem;min-height:34px;padding:6px 8px}.product-badge-card__subtext{font-size:.7rem}}