.coupang-page { max-width: 980px; }
.coupang-hero, .coupang-article { background: #fff; }
.coupang-hero { border: 1px solid #e9ecef; border-radius: 18px; padding: 28px; }
.coupang-hero h1, .coupang-article h1 { font-weight: 800; letter-spacing: -0.04em; }
.eyebrow { color: #0d6efd; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.coupang-card { border: 1px solid #e9ecef; border-radius: 16px; padding: 22px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.04); }
.coupang-card h2 { font-size: 1.25rem; font-weight: 800; }
.coupang-card a { text-decoration: none; }
.notice-box { border-left: 4px solid #0d6efd; background: #f8fbff; padding: 14px 16px; color: #334155; }
.content-block, .product-section { border-top: 1px solid #edf2f7; padding-top: 22px; }
.quick-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; }
.product-card { display: grid; grid-template-columns: 86px 1fr; gap: 14px; align-items: center; border: 1px solid #e9ecef; border-radius: 14px; padding: 14px; color: inherit; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; background: #fff; }
.product-card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.08); color: inherit; }
.product-card img { width: 86px; height: 86px; object-fit: contain; border-radius: 10px; background: #f8f9fa; }
.product-card strong, .product-card span, .product-card small { display: block; }
.product-card span { color: #198754; margin-top: 4px; }
.product-card small { color: #64748b; margin-top: 6px; line-height: 1.35; }
.coupang-banner { max-width: 100%; overflow-x: auto; padding: 12px 0; }
.affiliate-disclosure { margin-top: 28px; padding: 14px 16px; border: 1px solid #ffd6a0; border-radius: 12px; background: #fff8ec; color: #5f3b00; font-weight: 700; }
.home-coupang-strip .product-card { min-height: 118px; }
@media (max-width: 576px) { .product-card { grid-template-columns: 70px 1fr; } .product-card img { width: 70px; height: 70px; } }
