* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f4f5f7; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #333; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.passively-wrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.passively-topbar { background: #222222; color: #cccccc; font-size: 13px; padding: 8px 0; }
.passively-topbar .passively-wrap { display: flex; justify-content: space-between; align-items: center; }
.passively-topbar a:hover { color: #ffffff; }
.passively-header { background: #ffffff; padding: 20px 0; }
.passively-header-flex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.passively-logo img { height: 40px; max-width: 180px; object-fit: contain; }
.passively-search { flex: 1; max-width: 500px; display: flex; border: 2px solid #ff6b00; border-radius: 4px; overflow: hidden; }
.passively-search input { flex: 1; border: none; padding: 0 15px; height: 40px; outline: none; font-size: 14px; }
.passively-search button { background: #ff6b00; color: #fff; border: none; padding: 0 20px; font-weight: bold; cursor: pointer; }
.passively-contact { display: flex; align-items: center; gap: 10px; font-weight: bold; color: #222; }
.passively-navbar { background: #ffffff; border-bottom: 1px solid #e0e0e0; display: flex; align-items: center; }
.passively-cat-btn { background: #ff6b00; color: #fff; padding: 0 25px; height: 50px; line-height: 50px; font-weight: bold; display: inline-flex; align-items: center; gap: 10px; }
.passively-nav-links { display: flex; align-items: center; gap: 25px; margin-left: 30px; }
.passively-nav-links a { font-weight: bold; color: #222; transition: color 0.2s; }
.passively-nav-links a:hover { color: #ff6b00; }
.passively-main { margin: 30px auto; }
.passively-hero-grid { display: grid; grid-template-columns: 1fr 300px; gap: 20px; margin-bottom: 30px; }
@media(max-width: 992px) { .passively-hero-grid { grid-template-columns: 1fr; } }
.passively-hero-banner { background: #f9ede4; border-radius: 8px; padding: 40px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; border: 1px solid #eee; }
.passively-hero-banner img { position: absolute; right: 0; top: 0; height: 100%; object-fit: cover; opacity: 0.8; z-index: 1; }
.passively-hero-content { position: relative; z-index: 2; max-width: 60%; }
.passively-hero-badge { color: #ff6b00; font-weight: bold; font-size: 18px; margin-bottom: 10px; }
.passively-hero-title { font-size: 32px; font-weight: 900; line-height: 1.2; margin-bottom: 15px; color: #222; }
.passively-hero-btn { display: inline-block; background: #ff6b00; color: #fff; padding: 10px 25px; border-radius: 4px; font-weight: bold; }
.passively-hero-list { background: #fff; border-radius: 8px; padding: 20px; border: 1px solid #eee; display: flex; flex-direction: column; justify-content: space-between; }
.passively-hero-list-title { font-size: 16px; font-weight: bold; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 15px; }
.passively-list-item { display: flex; gap: 15px; align-items: center; margin-bottom: 15px; }
.passively-list-item:last-child { margin-bottom: 0; }
.passively-list-img { width: 70px; height: 70px; object-fit: contain; background: #f9f9f9; border-radius: 6px; border: 1px solid #eee; flex-shrink: 0; }
.passively-list-info { flex: 1; overflow: hidden; }
.passively-list-title { font-size: 14px; font-weight: bold; color: #333; margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.passively-list-stars { color: #ffb300; font-size: 12px; margin-bottom: 5px; }
.passively-list-price { color: #222; font-weight: bold; font-size: 14px; }
.passively-list-price span { color: #999; text-decoration: line-through; font-size: 12px; margin-left: 5px; font-weight: normal; }
.passively-offers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 40px; }
@media(max-width: 768px) { .passively-offers-grid { grid-template-columns: 1fr; } }
.passively-offer-card { background: #fff; border-radius: 8px; border: 1px solid #eee; padding: 30px; display: flex; align-items: center; justify-content: space-between; transition: transform 0.2s; overflow: hidden; position: relative; }
.passively-offer-card:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.passively-offer-content { position: relative; z-index: 2; }
.passively-offer-badge { color: #ff6b00; font-weight: bold; font-size: 14px; margin-bottom: 10px; }
.passively-offer-title { font-size: 20px; font-weight: 800; color: #222; margin-bottom: 15px; }
.passively-offer-btn { background: #fff; color: #222; border: 1px solid #ddd; padding: 8px 20px; border-radius: 4px; font-weight: bold; font-size: 13px; }
.passively-offer-card img { position: absolute; right: 20px; bottom: 0; max-height: 90%; object-fit: contain; z-index: 1; }
.passively-sec-tab { text-align: center; margin-bottom: 25px; position: relative; }
.passively-sec-tab::before { content: ""; position: absolute; top: 50%; left: 0; right: 0; border-top: 1px solid #ddd; z-index: 1; }
.passively-sec-tab span { position: relative; z-index: 2; background: #222; color: #fff; padding: 8px 20px; font-weight: bold; font-size: 16px; border-radius: 4px; }
.passively-sec-center { text-align: center; margin-bottom: 30px; }
.passively-sec-center h2 { font-size: 24px; font-weight: 900; color: #222; margin-bottom: 8px; text-transform: uppercase; }
.passively-sec-center p { color: #777; font-size: 14px; }
.passively-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; }
@media(max-width: 992px) { .passively-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 640px) { .passively-grid-4 { grid-template-columns: 1fr; } }
.passively-card { background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 20px; text-align: center; transition: box-shadow 0.2s; display: flex; flex-direction: column; justify-content: space-between; }
.passively-card:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.passively-card-img { width: 100%; height: 160px; object-fit: contain; margin-bottom: 15px; }
.passively-card-cat { color: #ff6b00; font-size: 12px; font-weight: bold; margin-bottom: 5px; }
.passively-card-title { font-size: 15px; font-weight: bold; color: #222; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.passively-card-price { font-size: 16px; font-weight: bold; color: #222; }
.passively-col3-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
@media(max-width: 768px) { .passively-col3-grid { grid-template-columns: 1fr; } }
.passively-col { background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 20px; }
.passively-col-title { font-size: 16px; font-weight: 900; color: #222; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 20px; }
.passively-grid-4-mini { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 40px; }
@media(max-width: 992px) { .passively-grid-4-mini { grid-template-columns: repeat(2, 1fr); } }
.passively-mini-card { display: flex; align-items: center; gap: 15px; background: #fff; border: 1px solid #eee; border-radius: 6px; padding: 15px; transition: transform 0.2s; }
.passively-mini-card:hover { transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0,0,0,0.04); }
.passively-mini-img { width: 50px; height: 50px; object-fit: cover; border-radius: 4px; }
.passively-mini-info { flex: 1; overflow: hidden; }
.passively-mini-title { font-size: 14px; font-weight: bold; color: #222; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.passively-mini-sub { font-size: 12px; color: #888; }
.passively-grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; margin-bottom: 40px; }
@media(max-width: 1200px) { .passively-grid-6 { grid-template-columns: repeat(3, 1fr); } }
@media(max-width: 640px) { .passively-grid-6 { grid-template-columns: repeat(2, 1fr); } }
.passively-card-small { background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 15px; text-align: center; transition: box-shadow 0.2s; display: flex; flex-direction: column; justify-content: space-between; }
.passively-card-small:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.passively-card-small img { width: 100%; height: 120px; object-fit: contain; margin-bottom: 10px; }
.passively-card-small .title { font-size: 13px; font-weight: bold; color: #222; margin: 5px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.passively-card-small .price { font-size: 14px; font-weight: bold; color: #222; }
.passively-card-small .cat { font-size: 11px; color: #ff6b00; font-weight: bold; }
.passively-footer { background: #222222; color: #aaaaaa; padding-top: 50px; margin-top: 40px; }
.passively-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 30px; }
@media(max-width: 992px) { .passively-footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 640px) { .passively-footer-grid { grid-template-columns: 1fr; } }
.passively-footer-col h4 { color: #ffffff; font-size: 16px; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.passively-footer-link { display: block; color: #aaaaaa; font-size: 14px; margin-bottom: 10px; transition: color 0.2s; }
.passively-footer-link:hover { color: #ff6b00; }
.passively-footer-bottom { border-top: 1px solid #333; padding: 20px 0; text-align: center; font-size: 13px; color: #888; }
.passively-form-box { background: #fff; padding: 30px; border-radius: 8px; border: 1px solid #eee; max-width: 600px; margin: 0 auto 40px auto; }
.passively-form-title { font-size: 20px; font-weight: bold; margin-bottom: 20px; text-align: center; }
