/* soft-organic + rounded + subtle + logo-left + solid
   #4A90E2 / #F2D57F / #1D2A3C / #ECF1F1
   reviews: no-frame, name+stars big, text, date+badge at bottom */

:root { --a:#4A90E2; --y:#F2D57F; --d:#1D2A3C; --bg:#ECF1F1; }
* { 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; padding:0 24px; box-shadow:0 2px 12px rgba(0,0,0,.05); border-bottom:3px solid var(--a); }
.header-inner { max-width:1200px; margin:0 auto; height:68px; display:flex; align-items:center; }
.hlogo { display:flex; align-items:center; gap:14px; }
.hlogo-icon { font-size:26px; flex-shrink:0; }
.hlogo-title { font-size:clamp(14px,3.2vw,19px); font-weight:700; color:var(--d); line-height:1.1; }
.hlogo-sub { font-size:11px; color:var(--a); font-weight:600; letter-spacing:.04em; }

/* MAIN */
.site-main { max-width:1200px; margin:0 auto; padding:32px 16px 52px; }

/* PRODUCT SECTION */
.product-section { display:grid; grid-template-columns:1fr; background:#fff; border-radius:20px; box-shadow:0 2px 12px rgba(0,0,0,.07); overflow:hidden; margin-bottom:44px; }
@media(min-width:768px){.product-section{grid-template-columns:1fr 1fr;}}

/* GALLERY */
.gallery-block { padding:24px; }
.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:linear-gradient(145deg,#eef4fb,#fdf9e8); border-radius:14px; min-height:240px; display:flex; align-items:center; justify-content:center; padding:14px; margin-bottom:14px; }
#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:10px; justify-content:center; }
.tl { cursor:pointer; border-radius:10px; border:2px solid transparent; overflow:hidden; display:block; transition:border-color .2s; }
.tl:hover{border-color:var(--a);}
.tl img { width:56px; height:56px; 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-color:var(--a);box-shadow:0 0 0 3px rgba(74,144,226,.2);}

/* PRODUCT INFO */
.product-info { padding:26px 24px; display:flex; flex-direction:column; justify-content:center; border-top:1px solid #edf3f8; }
@media(min-width:768px){.product-info{border-top:none;border-left:1px solid #edf3f8;}}
.pi-chips { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:14px; }
.chip { font-size:11px; font-weight:700; color:var(--a); background:#eef4fb; border:1px solid #c8ddf0; padding:4px 12px; border-radius:8px; }
.product-title { font-size:clamp(15px,3.6vw,21px); font-weight:700; color:var(--d); line-height:1.3; margin-bottom:18px; }
.feat-list { list-style:none; display:flex; flex-direction:column; gap:9px; margin-bottom:18px; }
.feat { display:flex; gap:12px; align-items:flex-start; background:#f4f9fd; border-radius:12px; padding:10px 14px; font-size:clamp(13px,3.5vw,14px); line-height:1.6; color:#444; transition:background .2s; }
.feat:hover{background:#eef4fb;}
.fi { font-size:16px; flex-shrink:0; margin-top:1px; }
.kw-note { font-size:13px; color:#555; background:#fdf9e8; border-radius:10px; padding:10px 14px; border-left:3px solid var(--y); }

/* CTA solid */
.cta-wrap { text-align:center; margin-bottom:48px; }
.cta-btn { display:inline-block; background:var(--a); color:#fff; font-weight:700; font-size:clamp(14px,4vw,17px); text-transform:uppercase; letter-spacing:.08em; padding:16px 52px; min-height:44px; border-radius:10px; text-decoration:none; box-shadow:0 2px 12px rgba(74,144,226,.35); transition:all .25s; }
.cta-btn:hover{background:#2a6ec0;box-shadow:0 8px 28px rgba(74,144,226,.55);transform:translateY(-2px);}
.cta-btn:active{transform:translateY(0);}

/* REVIEWS — name+stars big, text, date bottom */
.reviews-section { max-width:800px; margin:0 auto; padding-bottom:40px; }
.rev-title { font-size:clamp(20px,4vw,26px); font-weight:700; color:var(--d); margin-bottom:22px; }
.reviews-list { display:flex; flex-direction:column; }
.rev-item { padding:20px 0; }
.rev-divider { height:1px; background:#dde8f4; }
.rev-top { display:flex; gap:12px; align-items:center; margin-bottom:8px; }
.rev-ava { width:44px; height:44px; border-radius:50%; object-fit:cover; flex-shrink:0; border:2px solid var(--a); }
.rev-name { font-weight:700; font-size:16px; color:var(--d); margin-bottom:2px; }
.stars { display:block; color:var(--y); font-size:15px; font-weight:700; filter:saturate(1.4) brightness(.85); }
.rev-hl { font-weight:700; font-size:14px; color:var(--d); margin-bottom:8px; }
.rev-text { font-size:clamp(13px,3.5vw,14px); color:#444; line-height:1.7; margin-bottom:10px; }
.rev-footer-row { display:flex; gap:12px; align-items:center; flex-wrap:wrap; margin-top:8px; }
.rev-badge { font-size:11px; color:var(--a); font-weight:600; background:#eef4fb; padding:2px 10px; border-radius:6px; }
.rev-date { font-size:11px; color:#aaa; }

/* 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;}}