/* corporate-clean + sharp + flat + logo-left + gradient
   #9B59B6 / #F7DC6F / #1D2A3C / #F5F5F5
   reviews: horizontal strip (dark left + text right) */

:root { --a:#9B59B6; --y:#F7DC6F; --d:#1D2A3C; --bg:#F5F5F5; --brd:#ddd0e8; }
* { box-sizing:border-box; margin:0; padding:0; }
body { font-family:'Inter',sans-serif; background:var(--bg); color:#1a1a1a; font-size:clamp(14px,4vw,16px); -webkit-font-smoothing:antialiased; }

/* HEADER logo-left */
.site-header { background:#fff; border-bottom:1px solid var(--brd); padding:0 24px; }
.header-inner { max-width:1200px; margin:0 auto; height:66px; display:flex; align-items:center; }
.hlogo { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.hb { font-size:clamp(15px,3.5vw,20px); font-weight:700; color:var(--a); }
.hs { color:var(--brd); font-size:20px; }
.hp { font-size:clamp(12px,2.8vw,15px); color:#777; font-weight:400; }

/* MAIN */
.site-main { max-width:1200px; margin:0 auto; padding:28px 16px 52px; }

/* PRODUCT SECTION */
.product-section { display:grid; grid-template-columns:1fr; background:#fff; border:1px solid var(--brd); margin-bottom:40px; }
@media(min-width:768px){.product-section{grid-template-columns:1fr 1fr;}}

/* GALLERY */
.gallery-block { padding:22px; border-bottom:1px solid var(--brd); }
@media(min-width:768px){.gallery-block{border-bottom:none;border-right:1px solid var(--brd);}}
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
.gimg { display:none; max-width:100%; height:auto; width:100%; object-fit:contain; animation:fi .3s ease; }
@keyframes fi{from{opacity:0}to{opacity:1}}
.main-img-wrap { background:#f9f5fc; border:1px solid var(--brd); min-height:240px; display:flex; align-items:center; justify-content:center; padding:12px; margin-bottom:12px; }
#i1:checked~.main-img-wrap .g1{display:block}#i2:checked~.main-img-wrap .g2{display:block}#i3:checked~.main-img-wrap .g3{display:block}#i4:checked~.main-img-wrap .g4{display:block}
.thumbs { display:flex; gap:7px; justify-content:center; }
.tl { cursor:pointer; border:1px solid var(--brd); display:block; transition:border-color .2s; }
.tl:hover{border-color:var(--a);}
.tl img { width:52px; height:52px; object-fit:cover; display:block; }
#i1:checked~.thumbs label[for="i1"],#i2:checked~.thumbs label[for="i2"],#i3:checked~.thumbs label[for="i3"],#i4:checked~.thumbs label[for="i4"]{border:2px solid var(--a);}

/* PRODUCT INFO */
.product-info { padding:24px; }
.product-title { font-size:clamp(15px,3.5vw,21px); font-weight:700; color:var(--d); line-height:1.35; margin-bottom:16px; }

/* META GRID */
.meta-grid { display:grid; grid-template-columns:1fr 1fr; gap:0; border:1px solid var(--brd); margin-bottom:16px; }
.mg-item { padding:8px 12px; border-bottom:1px solid var(--brd); border-right:1px solid var(--brd); }
.mg-item:nth-child(even){border-right:none;}
.mg-item:nth-last-child(-n+2){border-bottom:none;}
.mgk { display:block; font-size:10px; font-weight:700; color:#aaa; text-transform:uppercase; letter-spacing:.1em; margin-bottom:2px; }
.mgv { font-size:13px; font-weight:600; color:var(--d); }

.section-line { height:1px; background:var(--brd); margin-bottom:14px; }

.feat-list { list-style:none; display:flex; flex-direction:column; gap:8px; margin-bottom:16px; }
.feat { font-size:clamp(13px,3.5vw,14px); color:#444; line-height:1.6; padding-left:13px; position:relative; }
.feat::before { content:''; position:absolute; left:0; top:8px; width:5px; height:5px; background:var(--a); }
.kw-note { font-size:13px; color:#555; background:#f3eefa; border-left:3px solid var(--a); padding:10px 14px; }

/* CTA gradient */
.cta-wrap { text-align:center; margin-bottom:48px; }
.cta-btn { display:inline-block; background:linear-gradient(135deg,var(--a) 0%,#6c3483 100%); color:#fff; font-weight:700; font-size:clamp(14px,4vw,16px); text-transform:uppercase; letter-spacing:.08em; padding:16px 52px; min-height:44px; text-decoration:none; box-shadow:none; transition:all .25s ease; }
.cta-btn:hover{background:linear-gradient(135deg,#6c3483 0%,var(--d) 100%);box-shadow:0 6px 24px rgba(155,89,182,.5);transform:translateY(-1px);}
.cta-btn:active{transform:translateY(0);}

/* REVIEWS — horizontal strip */
.reviews-section { max-width:900px; margin:0 auto; padding-bottom:40px; }
.rev-title { font-size:clamp(20px,4vw,26px); font-weight:700; color:var(--d); margin-bottom:20px; border-bottom:2px solid var(--a); padding-bottom:8px; display:inline-block; }
.reviews-list { display:flex; flex-direction:column; gap:10px; }
.rev-strip { display:flex; background:#fff; border:1px solid var(--brd); overflow:hidden; transition:box-shadow .25s; }
.rev-strip:hover{box-shadow:0 4px 20px rgba(155,89,182,.18);}
.rs-left { background:var(--d); min-width:88px; max-width:88px; flex-shrink:0; display:flex; flex-direction:column; align-items:center; padding:16px 8px; gap:5px; }
.rs-ava { width:42px; height:42px; border-radius:50%; object-fit:cover; border:2px solid var(--a); }
.rs-name { font-size:10px; font-weight:700; color:rgba(255,255,255,.8); text-align:center; line-height:1.2; word-break:break-word; }
.rs-stars { font-size:11px; color:var(--y); font-weight:700; }
.rs-date { font-size:10px; color:rgba(255,255,255,.4); text-align:center; }
.rs-right { flex:1; padding:14px 18px; border-left:3px solid var(--a); }
.rs-hl { font-weight:700; font-size:14px; color:var(--d); margin-bottom:5px; }
.rs-badge { display:block; font-size:11px; color:#888; margin-bottom:8px; }
.rs-text { font-size:clamp(13px,3.5vw,14px); color:#444; line-height:1.65; margin-bottom:8px; }
.rs-text:last-child{margin-bottom:0;}

/* FOOTER */
.site-footer { background:var(--d); padding:28px 16px; }
.footer-inner { max-width:1200px; margin:0 auto; text-align:center; }
.fname { font-size:12px; color:rgba(255,255,255,.3); margin-bottom:14px; font-weight:600; text-transform:uppercase; letter-spacing:.05em; }
.fnav { display:flex; flex-direction:column; align-items:center; gap:8px; }
@media(min-width:768px){.fnav{flex-direction:row;justify-content:center;gap:16px;}}
.flink { color:rgba(255,255,255,.4); font-size:11px; text-transform:uppercase; letter-spacing:.08em; font-weight:600; text-decoration:none; transition:color .2s; }
.flink:hover{color:var(--y);}
.fsep { color:rgba(255,255,255,.12); display:none; }
@media(min-width:768px){.fsep{display:inline;}}