@charset "UTF-8";
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans JP","Liberation Sans",Arial,sans-serif;
  color:#2A2F30;background:#fff;line-height:1.6;
  -webkit-font-smoothing:antialiased;
  display:flex;flex-direction:column;min-height:100vh
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
ul{list-style:none;margin:0;padding:0}
button{font-family:inherit;cursor:pointer}
main{flex:1}

.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.kl-wrap{max-width:1160px;margin:0 auto;padding:0 22px}

.hdr-top{background:#003DA5;position:sticky;top:0;z-index:900}
.hdr-top__inner{display:flex;align-items:center;justify-content:space-between;max-width:1160px;margin:0 auto;padding:0 22px;min-height:56px}
.hdr-brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}
.hdr-brand__name{font-size:1.25rem;font-weight:700;letter-spacing:-.3px}
.hdr-brand__sub{font-size:.65rem;letter-spacing:2.5px;text-transform:uppercase;opacity:.75;font-weight:600}
.hdr-nav{display:flex;gap:0}
.hdr-nav__link{color:#fff;padding:18px 16px;font-size:.8125rem;font-weight:600;opacity:.85;transition:opacity .15s,background .15s;display:block}
.hdr-nav__link:hover,.hdr-nav__link--active{opacity:1;background:rgba(255,255,255,.12)}
.hdr-actions{display:flex;align-items:center;gap:4px}
.hdr-actions__btn{background:none;border:none;color:#fff;padding:10px 12px;font-size:1.25rem;position:relative;display:inline-flex;align-items:center}
.hdr-cartcount{position:absolute;top:4px;right:4px;background:#D13956;color:#fff;font-size:.6rem;font-weight:700;width:17px;height:17px;border-radius:50%;display:none;align-items:center;justify-content:center}
.hdr-burger{display:none;background:none;border:none;color:#fff;font-size:1.5rem;padding:8px}

.mob-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9999;display:none}
.mob-overlay.is-open{display:block}
.mob-panel{position:absolute;top:0;left:0;bottom:0;width:290px;background:#fff;display:flex;flex-direction:column}
.mob-panel__hdr{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}
.mob-panel__close{background:none;border:none;font-size:1.6rem;color:#2A2F30}
.mob-panel__links{padding:24px 20px;display:flex;flex-direction:column;gap:14px}
.mob-panel__links a{font-size:.9375rem;font-weight:600;color:#2A2F30;padding:6px 0;border-bottom:1px solid #f2f2f2}
.mob-panel__ftr{margin-top:auto;padding:20px;font-size:.8125rem;color:#999;border-top:1px solid #eee}
.mob-panel__ftr span{display:block;line-height:1.7}

.sec-grey{background:#f5f6f8}
.sec-blue{background:#003DA5;color:#fff}
.sec-dark{background:#2A2F30;color:#fff}

.featured-hero{padding:36px 0 0}
.featured-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff;border:1px solid #e5e5e5;overflow:hidden}
.featured-hero__img{overflow:hidden;min-height:340px}
.featured-hero__img img{width:100%;height:100%;object-fit:cover}
.featured-hero__body{padding:38px 36px;display:flex;flex-direction:column;justify-content:center}
.featured-hero__tag{display:inline-block;background:#D13956;color:#fff;font-size:.6875rem;font-weight:700;padding:4px 14px;letter-spacing:.5px;margin-bottom:16px;align-self:flex-start}
.featured-hero__title{font-size:1.75rem;font-weight:700;line-height:1.25;margin-bottom:14px;color:#2A2F30}
.featured-hero__price{font-size:1.5rem;font-weight:700;color:#003DA5;margin-bottom:10px}
.featured-hero__price small{font-size:.8125rem;color:#888;font-weight:400;margin-left:4px}
.featured-hero__desc{font-size:.9375rem;line-height:1.75;color:#555;margin-bottom:22px}
.featured-hero__stats{display:flex;gap:28px;margin-bottom:24px}
.fh-stat{display:flex;flex-direction:column}
.fh-stat__val{font-size:1.375rem;font-weight:700;color:#003DA5;line-height:1}
.fh-stat__lbl{font-size:.6875rem;color:#999;margin-top:3px}

.btn-caf{display:inline-block;padding:11px 26px;font-size:.8125rem;font-weight:700;letter-spacing:.3px;text-align:center;border:none;cursor:pointer;transition:background .15s,opacity .15s;font-family:inherit}
.btn-blue{background:#003DA5;color:#fff}
.btn-blue:hover{background:#002d7a}
.btn-lightblue{background:#4A9ACB;color:#fff}
.btn-lightblue:hover{background:#3d87b5}
.btn-white{background:#fff;color:#003DA5}
.btn-white:hover{background:#f0f0f0}
.btn-outline-w{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}
.btn-outline-w:hover{border-color:#fff;background:rgba(255,255,255,.1)}

.prod-row{padding:28px 0 40px}
.prod-row__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:22px;flex-wrap:wrap;gap:10px}
.prod-row__title{font-size:1.125rem;font-weight:700;color:#2A2F30}
.prod-row__sub{font-size:.8125rem;color:#888}
.prod-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.pcard{border:1px solid #e5e5e5;background:#fff;position:relative;display:flex;flex-direction:column;cursor:pointer;transition:box-shadow .2s}
.pcard:hover{box-shadow:0 6px 24px rgba(0,0,0,.07)}
.pcard__imgwrap{overflow:hidden;aspect-ratio:16/10;background:#f0f0f0;position:relative}
.pcard__img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.pcard:hover .pcard__img{transform:scale(1.04)}
.pcard__tag{position:absolute;top:0;left:0;background:#4A9ACB;color:#fff;font-size:.6875rem;font-weight:700;padding:5px 14px;letter-spacing:.3px}
.pcard__tag--sale{background:#D13956}
.pcard__tag--new{background:#249E7D}
.pcard__body{padding:18px 20px 22px;flex:1;display:flex;flex-direction:column}
.pcard__meta{display:flex;align-items:center;gap:8px;font-size:.6875rem;color:#999;margin-bottom:8px}
.pcard__meta i{font-size:.875rem}
.pcard__name{font-size:1rem;font-weight:700;color:#2A2F30;margin-bottom:6px}
.pcard__specs{font-size:.75rem;color:#aaa;line-height:1.5;margin-bottom:10px}
.pcard__bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}
.pcard__price{font-size:1.125rem;font-weight:700;color:#003DA5}
.pcard__oldprice{font-size:.8125rem;color:#bbb;text-decoration:line-through;margin-right:6px}
.pcard__stock{font-size:.6875rem;color:#249E7D}
.pcard__stock--out{color:#D13956}
.pcard__cart-btn{background:#003DA5;color:#fff;border:none;padding:9px 18px;font-size:.75rem;font-weight:700;letter-spacing:.3px;font-family:inherit;transition:background .15s}
.pcard__cart-btn:hover{background:#002d7a}

.thema-section{padding:44px 0 48px}
.thema-section__title{font-size:1.375rem;font-weight:700;margin-bottom:6px}
.thema-section__sub{font-size:.875rem;color:#888;margin-bottom:28px}
.thema-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.thema-block{padding:28px 22px;color:#fff;display:flex;flex-direction:column;min-height:200px;position:relative;overflow:hidden}
.thema-block__icon{font-size:2rem;margin-bottom:12px;opacity:.85}
.thema-block__name{font-size:1rem;font-weight:700;margin-bottom:10px}
.thema-block__list{display:flex;flex-direction:column;gap:5px;margin-bottom:16px}
.thema-block__list li{font-size:.8125rem;opacity:.85;line-height:1.5}
.thema-block__btn{margin-top:auto;align-self:flex-start}

.qactions{padding:44px 0}
.qactions__title{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:28px}
.qactions__grid{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}
.qaction{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;color:inherit;width:120px;text-align:center;transition:transform .15s}
.qaction:hover{transform:translateY(-3px)}
.qaction__icon{width:68px;height:68px;background:#f0f4ff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.625rem;color:#003DA5;transition:background .15s}
.qaction:hover .qaction__icon{background:#dde6f7}
.qaction__label{font-size:.8125rem;font-weight:600;color:#2A2F30}

.magazine-sec{padding:48px 0}
.magazine-sec__header{text-align:center;margin-bottom:30px}
.magazine-sec__brand{font-size:1.5rem;font-weight:700;margin-bottom:4px}
.magazine-sec__sub{font-size:.8125rem;opacity:.7}
.mag-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.mag-card{background:rgba(255,255,255,.1);overflow:hidden;display:flex;flex-direction:column}
.mag-card__img{overflow:hidden;aspect-ratio:16/9;background:rgba(0,0,0,.2)}
.mag-card__img img{width:100%;height:100%;object-fit:cover}
.mag-card__tag{display:inline-block;background:#4A9ACB;color:#fff;font-size:.625rem;font-weight:700;padding:3px 10px;margin:-14px 0 0 12px;position:relative;z-index:1}
.mag-card__body{padding:16px 18px 20px;flex:1;display:flex;flex-direction:column}
.mag-card__meta{font-size:.6875rem;opacity:.65;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.mag-card__title{font-size:.9375rem;font-weight:700;margin-bottom:8px;line-height:1.4}
.mag-card__desc{font-size:.8125rem;opacity:.7;line-height:1.6;margin-bottom:14px}
.mag-card__link{margin-top:auto;font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:6px;opacity:.85}
.mag-card__link:hover{opacity:1}
.mag-card__link i{font-size:.875rem}

.spec-table-wrap{padding:44px 0;max-width:100%}
.spec-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.spec-tbl{width:100%;border-collapse:collapse;font-size:.875rem;min-width:580px}
.spec-tbl thead{background:#2A2F30;color:#fff}
.spec-tbl th{padding:13px 16px;text-align:left;font-size:.75rem;font-weight:700;letter-spacing:.4px}
.spec-tbl td{padding:11px 16px;border-bottom:1px solid #eaeaea;color:#555;background:#fff}
.spec-tbl tr:hover td{background:#fafbfd}
.spec-tbl .td-highlight{font-weight:700;color:#003DA5}
.spec-tbl .th-highlight{background:#003DA5}
.spec-tbl .td-good{color:#249E7D;font-weight:700}

.mistakes-sec{padding:44px 0}
.mistakes-sec__title{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:6px}
.mistakes-sec__sub{font-size:.875rem;text-align:center;opacity:.6;margin-bottom:30px}
.mistakes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mistake-card{background:#fff;color:#2A2F30;padding:24px 22px;display:flex;flex-direction:column}
.mistake-card__icon{font-size:1.25rem;color:#D13956;margin-bottom:10px}
.mistake-card__title{font-size:.9375rem;font-weight:700;margin-bottom:10px;color:#2A2F30}
.mistake-card__text{font-size:.8125rem;color:#555;line-height:1.7}

.faq-sec{padding:44px 0;max-width:760px;margin:0 auto}
.faq-sec__title{font-size:1.25rem;font-weight:700;margin-bottom:24px;text-align:center}
.faq-accordion{border-top:1px solid #ddd}
.faq-accordion dt{padding:16px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #e8e8e8;font-size:.9375rem;font-weight:700;color:#2A2F30}
.faq-accordion dt i{font-size:1.25rem;color:#aaa;transition:transform .2s;flex-shrink:0}
.faq-accordion dt.is-open i{transform:rotate(180deg)}
.faq-accordion dd{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-accordion dd.is-open{max-height:400px}
.faq-accordion dd p{padding:0 0 18px;font-size:.875rem;color:#666;line-height:1.8}
.faq-more{text-align:center;padding:24px 0 0}

.partner-block{padding:36px 0}
.partner-block__inner{display:flex;align-items:center;gap:30px;background:#fff;border:1px solid #e5e5e5;overflow:hidden}
.partner-block__text{flex:1;padding:30px 36px}
.partner-block__title{font-size:1.25rem;font-weight:700;margin-bottom:10px}
.partner-block__desc{font-size:.875rem;color:#666;line-height:1.7;margin-bottom:16px}
.partner-block__img{flex:0 0 340px;overflow:hidden;min-height:220px;background:#f0f0f0;display:flex;align-items:center;justify-content:center}
.partner-block__img i{font-size:4rem;color:#D13956;opacity:.6}

.order-sec{padding:48px 0}
.order-sec__head{text-align:center;margin-bottom:28px}
.order-sec__title{font-size:1.375rem;font-weight:700}
.order-sec__sub{font-size:.875rem;color:#888;margin-top:6px}
.order-layout{display:flex;gap:36px;align-items:flex-start}
.order-form-side{flex:3;min-width:0}
.order-summ-side{flex:2;min-width:270px;position:sticky;top:74px}

.ff-row{display:flex;gap:14px}
.ff-row .ff-group{flex:1}
.ff-group{margin-bottom:13px}
.ff-label{display:block;font-size:.6875rem;font-weight:700;color:#2A2F30;letter-spacing:.3px;margin-bottom:5px}
.ff-input{width:100%;border:1px solid #ddd;padding:10px 13px;font-size:.875rem;color:#2A2F30;background:#fff;outline:none;font-family:inherit;transition:border-color .15s}
.ff-input:focus{border-color:#003DA5}
.ff-textarea{width:100%;border:1px solid #ddd;padding:10px 13px;font-size:.875rem;color:#2A2F30;background:#fff;outline:none;font-family:inherit;resize:vertical;transition:border-color .15s}
.ff-textarea:focus{border-color:#003DA5}

.pay-block{margin:18px 0 22px;padding:18px;border:1px solid #e8e8e8;background:#fafafa}
.pay-block__title{font-size:.75rem;font-weight:700;letter-spacing:.3px;margin-bottom:12px}
.pay-opt{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;padding:10px 0;border-bottom:1px solid #f0f0f0;cursor:pointer}
.pay-opt:last-child{border-bottom:none}
.pay-opt input[type="radio"]{margin-top:3px;accent-color:#003DA5}
.pay-opt__name{font-size:.875rem;font-weight:700;color:#2A2F30;flex:1;min-width:140px}
.pay-opt__desc{width:100%;font-size:.6875rem;color:#999;padding-left:22px;margin-top:-2px}

.order-submit-btn{width:100%;padding:13px 28px}

.ty-block{text-align:center;padding:52px 20px;display:none}
.ty-block__icon{font-size:3.2rem;color:#249E7D;margin-bottom:12px}
.ty-block__title{font-size:1.25rem;font-weight:700;margin-bottom:10px}
.ty-block__text{font-size:.875rem;color:#666;line-height:1.7;max-width:380px;margin:0 auto}

.summ-box{border:1px solid #e5e5e5;padding:22px;background:#fff}
.summ-box__title{font-size:.75rem;font-weight:700;letter-spacing:.3px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #ddd}
.summ-box__empty{font-size:.8125rem;color:#ccc;padding:8px 0}
.summ-item{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid #f2f2f2;font-size:.8125rem}
.summ-item__name{color:#555}
.summ-item__val{font-weight:700;color:#2A2F30}
.summ-total{display:flex;justify-content:space-between;padding:14px 0 8px;font-weight:700}
.summ-total__val{font-size:1.125rem;color:#003DA5}
.summ-box__note{font-size:.6875rem;color:#aaa;margin-top:6px;line-height:1.5}

.about-row{padding:44px 0;display:flex;gap:36px;align-items:flex-start}
.about-row__text{flex:1}
.about-row__title{font-size:1.25rem;font-weight:700;margin-bottom:12px}
.about-row__p{font-size:.9375rem;color:#555;line-height:1.8;margin-bottom:8px}
.about-row__contact{flex:0 0 270px;background:#f5f6f8;padding:22px}
.about-row__contact p{font-size:.875rem;color:#555;line-height:2;display:flex;align-items:center;gap:8px}
.about-row__contact i{color:#003DA5;font-size:1.125rem}

.contact-footer{border-top:1px solid #e5e5e5}
.contact-footer__inner{display:flex;justify-content:space-between;align-items:center;padding:36px 0;gap:20px;flex-wrap:wrap}
.contact-footer__label h2{font-size:1.5rem;font-weight:700;margin-bottom:4px}
.contact-footer__label p{font-size:.875rem;color:#888}
.contact-footer__right p{font-size:.875rem;color:#555;line-height:1.8}

.ftr-nav{border-top:1px solid #e5e5e5;padding:36px 0 28px}
.ftr-nav__inner{display:flex;gap:52px;flex-wrap:wrap}
.ftr-col{min-width:150px}
.ftr-col__title{font-size:.8125rem;font-weight:700;margin-bottom:12px;color:#2A2F30}
.ftr-col__links li{margin-bottom:7px}
.ftr-col__links a{font-size:.8125rem;color:#888;transition:color .15s}
.ftr-col__links a:hover{color:#003DA5}

.ftr-sub{border-top:1px solid #e5e5e5;padding:14px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.ftr-sub__copy{font-size:.6875rem;color:#aaa}
.ftr-sub__links{display:flex;gap:14px}
.ftr-sub__links a{font-size:.6875rem;color:#999}

.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:10000;display:none;align-items:center;justify-content:center;padding:20px}
.modal-overlay.is-open{display:flex}
.modal-box{background:#fff;max-width:840px;width:100%;max-height:90vh;overflow-y:auto;position:relative}
.modal-close{position:absolute;top:12px;right:16px;font-size:1.75rem;background:none;border:none;color:#2A2F30;z-index:2}
.modal-inner{display:flex}
.modal-imgside{flex:1;background:#f0f0f0;min-height:280px;position:relative}
.modal-imgside img{width:100%;height:100%;object-fit:cover}
.modal-imgside .pcard__tag{top:14px;left:14px;position:absolute}
.modal-infoside{flex:1;padding:32px 28px;display:flex;flex-direction:column}
.modal-name{font-size:1.25rem;font-weight:700;margin-bottom:8px}
.modal-specs{font-size:.75rem;color:#999;margin-bottom:10px;line-height:1.5}
.modal-desc{font-size:.875rem;color:#555;line-height:1.7;margin-bottom:10px}
.modal-stock{font-size:.75rem;color:#249E7D;margin-bottom:14px}
.modal-stock.is-out{color:#D13956}
.modal-pricerow{display:flex;align-items:baseline;gap:10px;margin-bottom:16px}
.modal-qtyrow{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.modal-qtyrow select{width:68px;padding:7px 10px;font-family:inherit;border:1px solid #ddd;font-size:.875rem}
.modal-addbtn{width:100%;margin-top:auto}

.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:10001;display:none}
.cart-overlay.is-open{display:block}
.cart-box{position:absolute;right:0;top:0;bottom:0;width:390px;max-width:100vw;background:#fff;display:flex;flex-direction:column;box-shadow:-4px 0 24px rgba(0,0,0,.1)}
.cart-hdr{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid #eee}
.cart-hdr__title{font-size:1rem;font-weight:700}
.cart-hdr__close{background:none;border:none;font-size:1.5rem;color:#2A2F30}
.cart-items{flex:1;overflow-y:auto;padding:14px 22px}
.cart-empty{font-size:.875rem;color:#aaa;text-align:center;padding:36px 0}
.cart-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f2f2f2}
.cart-row__name{font-size:.875rem;font-weight:700;color:#2A2F30;margin-bottom:2px}
.cart-row__price{font-size:.8125rem;color:#888}
.cart-row__ctrls{display:flex;align-items:center;gap:6px}
.cart-row__qtybtn{width:26px;height:26px;border:1px solid #ddd;background:#fff;font-size:.875rem;display:flex;align-items:center;justify-content:center;color:#2A2F30}
.cart-row__qtybtn:hover{background:#f5f5f5}
.cart-row__qty{font-size:.875rem;font-weight:700;min-width:18px;text-align:center}
.cart-row__del{border:none;background:none;color:#ccc;font-size:1.125rem;margin-left:4px;display:flex;align-items:center}
.cart-row__del:hover{color:#D13956}
.cart-ftr{padding:16px 22px;border-top:1px solid #eee}
.cart-totalrow{display:flex;justify-content:space-between;font-weight:700;margin-bottom:14px}
.cart-totalrow__val{font-size:1.0625rem;color:#003DA5}
.cart-checkout-btn{display:block;width:100%;text-align:center}

.toast-bar{position:fixed;bottom:-60px;left:50%;transform:translateX(-50%);background:#2A2F30;color:#fff;padding:11px 22px;font-size:.8125rem;font-weight:600;display:flex;align-items:center;gap:8px;z-index:10002;transition:bottom .3s;white-space:nowrap}
.toast-bar i{color:#249E7D;font-size:1.125rem}
.toast-bar.is-show{bottom:28px}

.cookie-popup{position:fixed;bottom:0;left:0;right:0;z-index:99999;display:none}
.cookie-popup__box{max-width:1060px;margin:0 auto;background:#303A37;color:#fff;padding:20px 28px;display:flex;align-items:center;gap:22px;flex-wrap:wrap;box-shadow:0 -3px 16px rgba(0,0,0,.15)}
.cookie-popup__txt{flex:1;font-size:.8125rem;line-height:1.7;color:#ccc;min-width:240px}
.cookie-popup__txt a{color:#fff;text-decoration:underline}
.cookie-popup__btns{display:flex;gap:10px;flex-wrap:wrap}
.cookie-popup__btn{border:none;padding:10px 20px;font-size:.6875rem;font-weight:700;letter-spacing:.3px;cursor:pointer;font-family:inherit}
.cookie-popup__btn--accept{background:#fff;color:#303A37}
.cookie-popup__btn--reject{background:transparent;color:#fff;border:1px solid #666}

.process-steps{padding:44px 0}
.process-steps__title{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:6px}
.process-steps__sub{font-size:.875rem;color:#888;text-align:center;margin-bottom:28px}
.psteps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.pstep{display:flex;gap:12px;align-items:flex-start}
.pstep__num{font-size:2.25rem;font-weight:700;color:#e0e0e0;line-height:1;min-width:36px}
.pstep__title{font-size:.9375rem;font-weight:700;margin-bottom:6px;color:#2A2F30}
.pstep__txt{font-size:.8125rem;color:#666;line-height:1.7}

@media(max-width:1024px){
  .prod-cards{grid-template-columns:repeat(2,1fr)}
  .thema-grid{grid-template-columns:repeat(2,1fr)}
  .mag-cards{grid-template-columns:repeat(2,1fr)}
  .mistakes-grid{grid-template-columns:repeat(2,1fr)}
  .psteps-grid{grid-template-columns:repeat(2,1fr)}
  .order-layout{flex-direction:column}
  .order-summ-side{position:static;width:100%}
  .partner-block__inner{flex-direction:column}
  .partner-block__img{flex:none;width:100%;min-height:160px}
  .about-row{flex-direction:column}
  .about-row__contact{flex:none;width:100%}
}
@media(max-width:767px){
  .hdr-nav{display:none}
  .hdr-burger{display:block}
  .featured-hero__grid{grid-template-columns:1fr}
  .featured-hero__img{min-height:220px;max-height:280px}
  .featured-hero__body{padding:24px 22px}
  .featured-hero__title{font-size:1.375rem}
  .prod-cards{grid-template-columns:repeat(2,1fr);gap:14px}
  .thema-grid{grid-template-columns:1fr}
  .mag-cards{grid-template-columns:1fr}
  .mistakes-grid{grid-template-columns:1fr}
  .psteps-grid{grid-template-columns:1fr}
  .qactions__grid{gap:24px}
  .qaction{width:90px}
  .modal-inner{flex-direction:column}
  .modal-imgside{min-height:200px;max-height:260px}
  .modal-infoside{padding:20px}
  .cart-box{width:100%}
  .ff-row{flex-direction:column;gap:0}
  .contact-footer__inner{flex-direction:column;text-align:center}
  .ftr-nav__inner{flex-direction:column;gap:26px}
  .ftr-sub{flex-direction:column;text-align:center}
  .cookie-popup__box{padding:16px 18px;gap:12px}
  .cookie-popup__btns{width:100%}
  .cookie-popup__btn{flex:1;text-align:center}
}
@media(max-width:640px){
  .kl-wrap{padding:0 15px}
  .featured-hero__stats{gap:18px}
  .fh-stat__val{font-size:1.125rem}
  .prod-cards{grid-template-columns:1fr;gap:14px}
  .pcard__name{font-size:.9375rem}
}
@media(min-width:768px){
  .hdr-burger{display:none}
}

.ck-slider{position:absolute;inset:0;background:#ddd;transition:background .2s;cursor:pointer}
.ck-slider::before{content:"";position:absolute;height:16px;width:16px;left:3px;bottom:3px;background:#fff;transition:transform .2s}
input:checked+.ck-slider{background:#003DA5}
input:checked+.ck-slider::before{transform:translateX(20px)}
.legal-page{max-width:720px;margin:0 auto;padding:40px 22px 52px}
.legal-page__title{font-size:1.5rem;font-weight:700;color:#2A2F30;margin-bottom:28px;padding-bottom:14px;border-bottom:2px solid #003DA5}
.legal-page__h2{font-size:.875rem;font-weight:700;letter-spacing:.3px;color:#2A2F30;margin-top:26px;margin-bottom:8px}
.legal-page__p{font-size:.875rem;color:#555;line-height:1.85;margin-bottom:6px}
.legal-page__p a{color:#003DA5;text-decoration:underline}

.cookie-tbl-wrap{margin:12px 0 20px;overflow-x:auto}
.cookie-tbl-wrap .spec-tbl{min-width:400px;font-size:.8125rem}
.cookie-tbl-wrap .spec-tbl th{font-size:.6875rem;padding:10px 14px}
.cookie-tbl-wrap .spec-tbl td{padding:9px 14px;font-size:.8125rem}

.compat-section{margin-bottom:8px}
.compat-section__title{font-size:1.125rem;font-weight:700;color:#2A2F30;margin-bottom:10px;display:flex;align-items:center;gap:8px}
.compat-section__title i{font-size:1.25rem}
.compat-section__intro{font-size:.9375rem;color:#555;line-height:1.75;margin-bottom:18px}
.compat-section__note{font-size:.8125rem;color:#999;line-height:1.65;margin-top:14px}

.compat-grid{display:flex;gap:14px;flex-wrap:wrap}
.compat-tier{flex:1;min-width:200px;padding:16px 18px;border-left:4px solid}
.compat-tier--perfect{border-color:#249E7D;background:#f0faf6}
.compat-tier--good{border-color:#4A9ACB;background:#f0f6fc}
.compat-tier--partial{border-color:#D56087;background:#fdf0f4}
.compat-tier__label{font-size:.6875rem;font-weight:700;letter-spacing:.3px;text-transform:uppercase;margin-bottom:6px;color:#2A2F30}
.compat-tier__list{font-size:.8125rem;color:#555;line-height:1.65}

@media(max-width:640px){
  .legal-page{padding:28px 15px 40px}
  .legal-page__title{font-size:1.25rem}
  .compat-grid{flex-direction:column}
  .compat-tier{min-width:0}
}