.pro-specs-cards{--card-radius: 24px;--card-shadow: 0 4px 16px rgba(0, 0, 0, .06);--card-shadow-hover: 0 8px 32px rgba(0, 0, 0, .1);--card-border: 1px solid rgba(0, 0, 0, .08);--card-bg: #fafafa;--card-bg-hover: #f5f5f5;--icon-size: 48px;--transition-speed: .3s;--led-red: #E53935;--led-red-light: #FFEBEE;--led-blue: #1E88E5;--led-blue-light: #E3F2FD;--led-green: #43A047;--led-green-light: #E8F5E9;--led-nir: #8E24AA;--led-nir-light: #F3E5F5;--led-cyan: #00ACC1;--led-cyan-light: #E0F7FA;--led-multi: linear-gradient(135deg, #E53935, #1E88E5, #8E24AA)}.pro-specs-cards__header{text-align:center;margin-bottom:var(--grid-gap-lg, 64px)}.pro-specs-cards__title{margin:0 0 var(--text-gap-sm, 16px)}.pro-specs-cards__subtitle{margin:0 auto;max-width:60ch;opacity:.7}.pro-specs-cards__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--grid-gap-md, 32px)}.pro-specs-cards__grid .pro-spec-card{grid-column:span 2}.pro-specs-cards__grid .pro-spec-card--half{grid-column:span 3}.pro-specs-cards__grid .pro-spec-card--full{grid-column:1 / -1}@media screen and (max-width: 749px){.pro-specs-cards__grid{grid-template-columns:1fr;gap:var(--grid-gap-sm, 16px)}.pro-specs-cards__grid .pro-spec-card,.pro-specs-cards__grid .pro-spec-card--half,.pro-specs-cards__grid .pro-spec-card--full{grid-column:span 1}}@media screen and (min-width: 750px) and (max-width: 1232px){.pro-specs-cards__grid{grid-template-columns:repeat(2,1fr)}.pro-specs-cards__grid .pro-spec-card,.pro-specs-cards__grid .pro-spec-card--half{grid-column:span 1}.pro-specs-cards__grid .pro-spec-card--full{grid-column:1 / -1}}.pro-spec-card{position:relative;background:var(--card-bg);border:var(--card-border);border-radius:var(--card-radius);box-shadow:var(--card-shadow);overflow:hidden;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease,background-color var(--transition-speed) ease;cursor:pointer}.pro-spec-card:hover{transform:translateY(-2px);box-shadow:var(--card-shadow-hover);background:var(--card-bg-hover)}.pro-spec-card:focus-within{outline:2px solid var(--brand-black);outline-offset:2px}.pro-spec-card__summary{display:flex;align-items:flex-start;gap:var(--grid-gap-sm, 16px);padding:var(--card-pad-sm, 32px);width:100%;text-align:start;background:none;border:none;cursor:pointer;font-family:inherit}@media screen and (max-width: 749px){.pro-spec-card__summary{padding:var(--card-pad-sm, 20px)}}.pro-spec-card__icon{flex-shrink:0;width:var(--icon-size);height:var(--icon-size);display:flex;align-items:center;justify-content:center;background:var(--brand-white);border-radius:12px;box-shadow:0 2px 8px #0000000f}.pro-spec-card__icon svg{width:24px;height:24px;color:var(--brand-black)}.pro-spec-card__icon--red{background:var(--led-red-light)}.pro-spec-card__icon--red svg{color:var(--led-red)}.pro-spec-card__icon--blue{background:var(--led-blue-light)}.pro-spec-card__icon--blue svg{color:var(--led-blue)}.pro-spec-card__icon--green{background:var(--led-green-light)}.pro-spec-card__icon--green svg{color:var(--led-green)}.pro-spec-card__icon--nir{background:var(--led-nir-light)}.pro-spec-card__icon--nir svg{color:var(--led-nir)}@media screen and (max-width: 749px){.pro-spec-card__icon{--icon-size: 40px}.pro-spec-card__icon svg{width:20px;height:20px}}.pro-spec-card__text{flex:1;min-width:0}.pro-spec-card__title{margin:0 0 4px;font-weight:500}.pro-spec-card__tagline{margin:0;opacity:.6;font-size:13px;line-height:1.4}@media screen and (max-width: 749px){.pro-spec-card__tagline{font-size:12px}}.pro-spec-card__toggle{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--brand-white);border:1px solid rgba(0,0,0,.1);transition:transform var(--transition-speed) ease,background-color var(--transition-speed) ease;align-self:center}.pro-spec-card__toggle svg{width:16px;height:16px;transition:transform var(--transition-speed) ease}.pro-spec-card.is-expanded .pro-spec-card__toggle{background:var(--brand-black)}.pro-spec-card.is-expanded .pro-spec-card__toggle svg{transform:rotate(180deg);color:var(--brand-white)}.pro-spec-card__content{max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .3s ease;padding:0 var(--card-pad-sm, 32px)}.pro-spec-card.is-expanded .pro-spec-card__content{max-height:2000px;padding:0 var(--card-pad-sm, 32px) var(--card-pad-sm, 32px)}@media screen and (max-width: 749px){.pro-spec-card__content{padding:0 var(--card-pad-sm, 20px)}.pro-spec-card.is-expanded .pro-spec-card__content{padding:0 var(--card-pad-sm, 20px) var(--card-pad-sm, 20px)}}.pro-spec-card__divider{height:1px;background:#00000014;margin-bottom:var(--grid-gap-sm, 16px)}.pro-spec-card__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.pro-spec-card__list-item{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.05)}.pro-spec-card__list-item:last-child{border-bottom:none;padding-bottom:0}.pro-spec-card__label{opacity:.6;font-size:13px;flex-shrink:0}.pro-spec-card__value{font-weight:500;font-size:14px;text-align:end}@media screen and (max-width: 749px){.pro-spec-card__label,.pro-spec-card__value{font-size:12px}}.pro-spec-card__description{margin:0;line-height:1.6;opacity:.8}.pro-spec-card__description+.pro-spec-card__description{margin-top:12px}.pro-spec-card__benefits{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px;margin-bottom:16px}.pro-spec-card__benefit-tag{font-size:11px;padding:4px 10px;background:#0000000a;border-radius:20px;color:var(--brand-black)}.pro-spec-card__highlight{background:var(--brand-white);border-radius:12px;padding:16px;margin-top:16px}.pro-spec-card__highlight--red{background:var(--led-red-light)}.pro-spec-card__highlight--blue{background:var(--led-blue-light)}.pro-spec-card__highlight--green{background:var(--led-green-light)}.pro-spec-card__highlight--nir{background:var(--led-nir-light)}.pro-spec-card__highlight-label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;opacity:.5;margin-bottom:4px}.pro-spec-card__highlight-value{font-weight:600;font-size:20px}.pro-spec-card__modes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}@media screen and (max-width: 989px){.pro-spec-card__modes-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 749px){.pro-spec-card__modes-grid{grid-template-columns:1fr}}.pro-spec-card__mode-card{background:var(--brand-white);border-radius:16px;padding:20px;position:relative;overflow:hidden}.pro-spec-card__mode-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--brand-black)}.pro-spec-card__mode-card--red:before{background:var(--led-red)}.pro-spec-card__mode-card--blue:before{background:var(--led-blue)}.pro-spec-card__mode-card--green:before{background:var(--led-green)}.pro-spec-card__mode-card--nir:before{background:var(--led-nir)}.pro-spec-card__mode-card--cyan:before{background:var(--led-cyan)}.pro-spec-card__mode-card--multi:before{background:var(--led-multi)}.pro-spec-card__mode-card--red-intense:before{background:linear-gradient(90deg,var(--led-red),#FF5722)}.pro-spec-card__mode-number{position:absolute;top:16px;right:16px;width:28px;height:28px;border-radius:50%;background:#0000000f;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;opacity:.6}.pro-spec-card__mode-title{margin:0 0 4px;font-size:16px;font-weight:600;padding-right:40px}.pro-spec-card__mode-wavelength{margin:0 0 8px;font-size:12px;opacity:.5;text-transform:uppercase;letter-spacing:.03em}.pro-spec-card__mode-desc{margin:0 0 12px;font-size:13px;line-height:1.5;opacity:.7}.pro-spec-card__mode-duration{margin:0;font-size:12px;font-weight:500;padding-top:10px;border-top:1px solid rgba(0,0,0,.06)}.pro-spec-card__usage-note{padding:16px;background:linear-gradient(135deg,#f8f4f0,#f0ebe6);border-radius:12px}.pro-spec-card__usage-title{margin:0 0 6px;font-size:13px;font-weight:500;opacity:.8}.pro-spec-card__usage-text{margin:0;font-size:13px;line-height:1.5;opacity:.7}.pro-spec-card__cert-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.pro-spec-card__cert-item{display:flex;align-items:center;gap:16px;padding:12px;background:var(--brand-white);border-radius:12px}.pro-spec-card__cert-badge{flex-shrink:0;min-width:52px;height:32px;display:flex;align-items:center;justify-content:center;padding:0 12px;background:var(--brand-black);color:var(--brand-white);border-radius:6px;font-size:11px;font-weight:600;letter-spacing:.02em}.pro-spec-card__cert-info{display:flex;flex-direction:column;gap:2px}.pro-spec-card__cert-name{font-size:14px;font-weight:500}.pro-spec-card__cert-desc{font-size:12px;opacity:.6;line-height:1.4}@media screen and (max-width: 749px){.pro-spec-card__cert-item{gap:12px;padding:10px}.pro-spec-card__cert-badge{min-width:44px;height:28px;font-size:10px;padding:0 8px}.pro-spec-card__cert-name{font-size:13px}.pro-spec-card__cert-desc{font-size:11px}}.pro-spec-card__included-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.pro-spec-card__included-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--brand-white);border-radius:10px}.pro-spec-card__included-item svg{width:18px;height:18px;flex-shrink:0;color:var(--led-green)}.pro-spec-card__included-item span{font-size:14px}@media screen and (max-width: 749px){.pro-spec-card__included-item{padding:10px}.pro-spec-card__included-item span{font-size:13px}}.pro-spec-card__science-stats{display:flex;gap:16px;margin-top:20px}.pro-spec-card__science-stat{flex:1;background:var(--brand-white);border-radius:12px;padding:16px;text-align:center}.pro-spec-card__science-stat-value{display:block;font-size:28px;font-weight:600;line-height:1;margin-bottom:4px}.pro-spec-card__science-stat-label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.03em;opacity:.5}@media screen and (max-width: 749px){.pro-spec-card__science-stats{flex-direction:column;gap:10px}.pro-spec-card__science-stat{padding:12px;display:flex;align-items:center;justify-content:center;gap:10px}.pro-spec-card__science-stat-value{font-size:24px;margin-bottom:0}}@media (prefers-reduced-motion: no-preference){.pro-spec-card{opacity:0;transform:translateY(20px);animation:proSpecCardFadeIn .5s ease forwards}.pro-spec-card:nth-child(1){animation-delay:.05s}.pro-spec-card:nth-child(2){animation-delay:.1s}.pro-spec-card:nth-child(3){animation-delay:.15s}.pro-spec-card:nth-child(4){animation-delay:.2s}.pro-spec-card:nth-child(5){animation-delay:.25s}.pro-spec-card:nth-child(6){animation-delay:.3s}.pro-spec-card:nth-child(7){animation-delay:.35s}.pro-spec-card:nth-child(8){animation-delay:.4s}.pro-spec-card:nth-child(9){animation-delay:.45s}}@keyframes proSpecCardFadeIn{to{opacity:1;transform:translateY(0)}}.pro-specs-cards-section{padding-top:var(--global-sect-pad-y-md, 92px);padding-bottom:var(--global-sect-pad-y-md, 92px)}.pro-specs-cards-section.has-bg{background:linear-gradient(180deg,#f8f8f8,#fff)}
/*# sourceMappingURL=/cdn/shop/t/65/assets/pro-specs-cards.css.map */
