.review-hero { padding: 32px 0; background: #1B2A4A; }
.review-hero .review-hero-inner { display: flex; flex-direction: column; gap: 20px; }
.review-hero .review-hero-brand { display: flex; align-items: center; gap: 16px; }
.review-hero .review-hero-logo { width: 120px; height: 60px; border-radius: 8px; background: #ffffff; padding: 8px 14px; object-fit: contain; flex-shrink: 0; }
.review-hero .review-hero-info { flex: 1; }
.review-hero .review-hero-name { font-size: 28px; font-weight: 300; color: #ffffff; margin-bottom: 4px; letter-spacing: 0.5px; }
.review-hero .review-hero-rating { display: flex; align-items: center; gap: 8px; flex-wrap: nowrap; }
.review-hero .review-hero-stars { display: flex; gap: 2px; flex-shrink: 0; }
.review-hero .review-hero-score { font-size: 14px; font-weight: 600; color: #C9A84C; white-space: nowrap; }
.review-hero .review-hero-bonus { padding: 24px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(201, 168, 76, 0.3); border-radius: 8px; text-align: center; }
.review-hero .review-hero-bonus-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #C9A84C; margin-bottom: 4px; }
.review-hero .review-hero-bonus-value { font-size: 24px; font-weight: 700; color: #ffffff; margin-bottom: 12px; }
.review-hero .review-hero-cta { display: inline-block; padding: 12px 32px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #1B2A4A; background: #C9A84C; border-radius: 4px; transition: background 0.2s; }
.review-hero .review-hero-cta:hover { background: #b89a3f; color: #1B2A4A; }
.review-hero .review-hero-tcs { font-size: 11px; color: rgba(255, 255, 255, 0.4); margin-top: 8px; line-height: 1.5; }
@media (min-width: 768px) {
  .review-hero .review-hero-inner { flex-direction: row; align-items: center; justify-content: space-between; }
  .review-hero .review-hero-name { font-size: 34px; }
  .review-hero .review-hero-bonus { min-width: 280px; }
  .review-hero .review-hero-bonus-value { font-size: 28px; }
}
.info-page { padding: 32px 0 48px; }
.info-page .info-section { margin-bottom: 32px; }
.info-page .info-section p { color: #4a5568; line-height: 1.8; font-size: 15px; }
.info-page .info-section ul { margin: 12px 0; padding-left: 20px; }
.info-page .info-section li { font-size: 15px; color: #4a5568; margin-bottom: 8px; line-height: 1.7; list-style: disc; }
.info-page .info-section li::marker { color: #C9A84C; }
.info-page .info-contact-card { padding: 20px; background: #ffffff; border: 1px solid #E8E6E1; border-radius: 6px; margin-bottom: 16px; }
.info-page .info-contact-name { font-size: 16px; font-weight: 600; color: #1B2A4A; margin-bottom: 4px; }
.info-page .info-contact-detail { font-size: 14px; color: #C9A84C; margin-bottom: 2px; }
.info-page .contact-form { max-width: 600px; }
.info-page .form-group { margin-bottom: 16px; }
.info-page .form-label { display: block; font-size: 12px; font-weight: 600; color: #1B2A4A; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.info-page .form-input, .info-page .form-textarea { width: 100%; padding: 10px 14px; font-size: 14px; background: #ffffff; border: 1px solid #E8E6E1; border-radius: 4px; color: #2D3436; outline: none; transition: border-color 0.2s; }
.info-page .form-input:focus, .info-page .form-textarea:focus { border-color: #C9A84C; }
.info-page .form-textarea { min-height: 120px; resize: vertical; }
.info-page .form-submit { display: inline-block; padding: 12px 32px; font-size: 13px; font-weight: 700; color: #ffffff; background: #1B2A4A; border: none; border-radius: 4px; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; transition: background 0.2s; }
.info-page .form-submit:hover { background: #C9A84C; }
.sitemap-page .sitemap-section { margin-bottom: 24px; }
.sitemap-page .sitemap-section-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #C9A84C; margin-bottom: 12px; }
.sitemap-page .sitemap-links li { margin-bottom: 8px; }
.sitemap-page .sitemap-links a { font-size: 15px; color: #4a5568; transition: color 0.2s; }
.sitemap-page .sitemap-links a:hover { color: #C9A84C; }
