* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f8f9fa; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #111; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.lately-wrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.lately-topbar { background: #0b162c; color: #a0aabf; font-size: 12px; line-height: 36px; height: 36px; border-bottom: 1px solid #1a2744; }
.lately-topbar .lately-wrap { display: flex; justify-content: space-between; align-items: center; }
.lately-header { background: #00b4d8; padding: 20px 0; }
.lately-headflex { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.lately-logo { font-size: 26px; font-weight: 900; color: #fff; display: flex; align-items: center; gap: 8px; }
.lately-logo img { height: 38px; object-fit: contain; filter: brightness(0) invert(1); }
.lately-search { flex: 1; max-width: 550px; display: flex; border-radius: 4px; overflow: hidden; height: 40px; background: #fff; }
.lately-search input { flex: 1; border: none; padding: 0 15px; height: 100%; outline: none; font-size: 14px; }
.lately-search button { background: #0b162c; color: #fff; border: none; padding: 0 25px; font-weight: bold; cursor: pointer; transition: background 0.3s; }
.lately-navbar { background: #ffffff; border-bottom: 1px solid #eee; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.lately-navflex { display: flex; align-items: center; gap: 30px; overflow-x: auto; white-space: nowrap; height: 50px; }
.lately-navitem { color: #333; font-size: 14px; font-weight: 700; transition: color 0.2s; position: relative; padding: 15px 0; }
.lately-navitem:hover, .lately-navitem.active { color: #00b4d8; }
.lately-main { margin: 30px auto; }
.lately-hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 20px; margin-bottom: 30px; }
@media (max-width: 992px) { .lately-hero-grid { grid-template-columns: 1fr; } }
.lately-hero-card { display: block; position: relative; border-radius: 8px; overflow: hidden; height: 360px; background: #0b162c; }
.lately-hero-card img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; transition: transform 0.5s; }
.lately-hero-card:hover img { transform: scale(1.05); }
.lately-hero-info { position: absolute; inset: 0; padding: 40px; display: flex; flex-direction: column; justify-content: center; color: #fff; }
.lately-hero-title { font-size: 28px; font-weight: 900; margin-bottom: 10px; line-height: 1.2; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }
.lately-hero-price { font-size: 20px; color: #00b4d8; font-weight: bold; margin-bottom: 20px; }
.lately-hero-btn { display: inline-block; background: #00b4d8; color: #fff; padding: 10px 25px; border-radius: 4px; font-weight: bold; width: fit-content; transition: background 0.3s; }
.lately-hero-btn:hover { background: #0096b4; }
.lately-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 40px; }
@media (max-width: 992px) { .lately-feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .lately-feature-grid { grid-template-columns: 1fr; } }
.lately-feat-card { display: flex; align-items: center; gap: 15px; background: #fff; border: 1px solid #eee; border-radius: 6px; padding: 15px; transition: box-shadow 0.2s; }
.lately-feat-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.05); border-color: #00b4d8; }
.lately-feat-img { width: 44px; height: 44px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.lately-feat-info { flex: 1; overflow: hidden; }
.lately-feat-title { font-size: 13px; font-weight: bold; color: #111; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lately-feat-price { color: #e53935; font-size: 14px; font-weight: bold; }
.lately-sec-title { text-align: center; font-size: 24px; font-weight: 900; color: #0b162c; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; }
.lately-offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; }
@media (max-width: 1024px) { .lately-offer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .lately-offer-grid { grid-template-columns: 1fr; } }
.lately-card { background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 15px; position: relative; transition: box-shadow 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.lately-card:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.06); }
.lately-badge-top { position: absolute; top: 15px; left: 15px; background: #00b4d8; color: #fff; font-size: 11px; font-weight: bold; padding: 4px 8px; border-radius: 4px; z-index: 2; }
.lately-card-img { width: 100%; height: 180px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.lately-card-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lately-card-stars { color: #ffb300; font-size: 12px; margin-bottom: 8px; }
.lately-card-status { float: right; background: #e8f5e9; color: #4caf50; font-size: 9px; padding: 2px 6px; border-radius: 3px; font-weight: bold; }
.lately-card-title { font-size: 14px; font-weight: bold; color: #111; margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lately-card-price { color: #111; font-size: 16px; font-weight: 900; margin-bottom: 15px; }
.lately-card-btn { display: block; width: 100%; text-align: center; background: #00b4d8; color: #fff; padding: 10px 0; border-radius: 4px; font-weight: bold; font-size: 13px; transition: background 0.2s; }
.lately-card-btn:hover { background: #0096b4; }
.lately-banner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 40px; }
@media (max-width: 768px) { .lately-banner-grid { grid-template-columns: 1fr; } }
.lately-wide-card { position: relative; border-radius: 8px; overflow: hidden; height: 160px; display: block; }
.lately-wide-card img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.lately-wide-info { position: absolute; inset: 0; padding: 25px; display: flex; flex-direction: column; justify-content: center; color: #fff; background: linear-gradient(to right, rgba(11,22,44,0.9), transparent); }
.lately-wide-title { font-size: 20px; font-weight: 900; margin-bottom: 10px; }
.lately-wide-btn { display: inline-block; background: #00b4d8; color: #fff; padding: 6px 15px; border-radius: 4px; font-size: 12px; font-weight: bold; width: fit-content; }
.lately-section-grid { display: grid; grid-template-columns: 280px 1fr; gap: 20px; margin-bottom: 40px; }
@media (max-width: 992px) { .lately-section-grid { grid-template-columns: 1fr; } }
.lately-side-hero { border-radius: 8px; overflow: hidden; position: relative; height: 100%; min-height: 300px; display: block; background: #0b162c; }
.lately-side-hero img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }
.lately-side-info { position: absolute; inset: 0; padding: 25px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; }
.lately-side-title { font-size: 22px; font-weight: 900; margin-bottom: 10px; }
.lately-side-btn { background: #00b4d8; color: #fff; padding: 8px 20px; border-radius: 4px; font-weight: bold; font-size: 13px; }
.lately-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 768px) { .lately-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .lately-grid-3 { grid-template-columns: 1fr; } }
.lately-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 40px; }
@media (max-width: 768px) { .lately-cat-grid { grid-template-columns: repeat(2, 1fr); } }
.lately-mini-card { background: #fff; border: 1px solid #eee; border-radius: 6px; padding: 15px; text-align: center; transition: box-shadow 0.2s; display: block; }
.lately-mini-card:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-color: #00b4d8; }
.lately-mini-img { width: 50px; height: 50px; object-fit: contain; margin: 0 auto 10px auto; }
.lately-mini-title { font-size: 13px; font-weight: bold; color: #111; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lately-mini-price { font-size: 13px; color: #00b4d8; font-weight: bold; }
.lately-brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-bottom: 40px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 20px 0; }
@media (max-width: 992px) { .lately-brand-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .lately-brand-grid { grid-template-columns: repeat(2, 1fr); } }
.lately-brand-item { text-align: center; padding: 10px; font-size: 13px; font-weight: bold; color: #555; background: #fff; border-radius: 4px; border: 1px solid #eee; }
.lately-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 40px; }
@media (max-width: 768px) { .lately-list-grid { grid-template-columns: 1fr; } }
.lately-list-item { display: flex; gap: 15px; align-items: center; background: #fff; border: 1px solid #eee; border-radius: 6px; padding: 12px; }
.lately-list-item:hover { border-color: #00b4d8; }
.lately-cardbox { background: #ffffff; border-radius: 8px; padding: 40px; max-width: 650px; margin: 40px auto; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #eee; }
.lately-footer { background: #0b162c; color: #8a94a6; padding: 50px 0 20px 0; text-align: center; }
.lately-footer-links { margin-bottom: 20px; }
.lately-footer-links a { color: #cbd5e1; margin: 0 15px; font-weight: bold; font-size: 14px; transition: color 0.2s; }
.lately-footer-links a:hover { color: #00b4d8; }
.lately-footer p { font-size: 12px; color: #51607a; border-top: 1px solid #1a2744; padding-top: 20px; margin-top: 10px; }
