.review-hero { padding: 32px 0; background: linear-gradient(135deg, #1D3557 0%, #0d1b2a 100%); }
.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: 10px; 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: 800; color: #ffffff; margin-bottom: 4px; }
.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: 700; color: #A8DADC; white-space: nowrap; }
.review-hero .review-hero-bonus { padding: 20px; background: rgba(69, 123, 157, 0.2); border: 1px solid rgba(69, 123, 157, 0.3); border-radius: 10px; text-align: center; }
.review-hero .review-hero-bonus-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #A8DADC; margin-bottom: 4px; }
.review-hero .review-hero-bonus-value { font-size: 24px; font-weight: 800; color: #ffffff; margin-bottom: 8px; }
.review-hero .review-hero-cta { display: inline-block; padding: 12px 32px; font-size: 14px; font-weight: 800; text-transform: uppercase; color: #ffffff; background: #E63946; border-radius: 6px; transition: background 0.2s; }
.review-hero .review-hero-cta:hover { background: #c5303c; color: #ffffff; }
.review-hero .review-hero-tcs { font-size: 11px; color: #6b7f99; 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: 30px; }
}
.info-page { padding: 32px 0 48px; }
.info-page .info-section { margin-bottom: 32px; }
.info-page .info-section p { color: #c0c8d4; line-height: 1.7; font-size: 15px; }
.info-page .info-section ul { margin: 12px 0; padding-left: 20px; }
.info-page .info-section li { font-size: 15px; color: #c0c8d4; margin-bottom: 8px; line-height: 1.6; list-style: disc; }
.info-page .info-section li::marker { color: #457B9D; }
.info-page .info-contact-card { padding: 20px; background: rgba(29, 53, 87, 0.4); border: 1px solid rgba(69, 123, 157, 0.2); border-radius: 8px; margin-bottom: 16px; }
.info-page .info-contact-name { font-size: 16px; font-weight: 700; color: #ffffff; margin-bottom: 4px; }
.info-page .info-contact-detail { font-size: 14px; color: #A8DADC; 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: 14px; font-weight: 600; color: #A8DADC; margin-bottom: 6px; }
.info-page .form-input, .info-page .form-textarea { width: 100%; padding: 10px 14px; font-size: 14px; background: rgba(29, 53, 87, 0.6); border: 1px solid rgba(69, 123, 157, 0.3); border-radius: 6px; color: #e0e0e0; outline: none; transition: border-color 0.2s; }
.info-page .form-input:focus, .info-page .form-textarea:focus { border-color: #A8DADC; }
.info-page .form-textarea { min-height: 120px; resize: vertical; }
.info-page .form-submit { display: inline-block; padding: 12px 32px; font-size: 14px; font-weight: 700; color: #ffffff; background: #E63946; border: none; border-radius: 6px; cursor: pointer; transition: background 0.2s; }
.info-page .form-submit:hover { background: #c5303c; }
.sitemap-page .sitemap-section { margin-bottom: 24px; }
.sitemap-page .sitemap-section-title { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #A8DADC; margin-bottom: 12px; }
.sitemap-page .sitemap-links li { margin-bottom: 8px; }
.sitemap-page .sitemap-links a { font-size: 15px; color: #c0c8d4; transition: color 0.2s; }
.sitemap-page .sitemap-links a:hover { color: #A8DADC; }
