* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #fff; }
body { font-family: "Nunito", Arial, Helvetica, sans-serif; color: #314147; }
a { color: #ab4e4e; text-decoration: none; }
a:hover { text-decoration: underline; }
#return-page { max-width: 1200px; margin: auto; padding: 20px; color: #314147; line-height: 1.7; background: #fff; overflow-wrap: anywhere; }
.hero-inner h1 { margin: 0 0 14px; font-size: 34px; line-height: 1.2; }
.space-bottom { margin-bottom: 18px; }
.space-top { margin-top: 18px; }
#return-page h3.space-top-large { margin-top: 24px; }
#return-page h1, #return-page h2, #return-page h3, #return-page h4 { color: #314147; margin-top: 0; }
.hero-box, .info-box, .method-box, .address-box, .question-box, .trust-box { background: #ffffff; border: 1px solid #e4eaee; border-radius: 18px; box-shadow: 0 8px 24px rgba(49,65,71,0.06); }
.hero-box { background: linear-gradient(135deg, #f7f9fb 0%, #ffffff 100%); overflow: hidden; margin-bottom: 28px; }
.hero-inner { padding: 30px 24px; text-align: center; }
.badge { display: inline-block; margin-bottom: 14px; padding: 6px 12px; background: #fff1f1; color: #ab4e4e; border: 1px solid #f0d2d2; border-radius: 999px; font-size: 13px; font-weight: bold; }
.lead { max-width: 920px; margin: 0 auto 14px auto; font-size: 17px; line-height: 1.8; }
.info-box, .method-box, .address-box, .question-box, .trust-box { padding: 24px; margin-bottom: 24px; }
.info-box h3, .method-box h3, .address-box h3, .question-box h3, .trust-box h3 { margin-bottom: 12px; font-size: 26px; line-height: 1.25; }
.return-card { background: #f7f9fb; border: 1px solid #e7edf1; border-radius: 14px; padding: 18px; }
.return-card h4 { margin: 0 0 10px 0; color: #ab4e4e; font-size: 18px; }
.notice-box { background: #fff8f1; border: 1px solid #f2d6b8; border-radius: 14px; padding: 18px; margin-top: 16px; }
.green-box { background: #f2fbf6; border: 1px solid #cfe9d9; border-radius: 14px; padding: 18px; margin-top: 16px; }
.form-row { margin-bottom: 18px; }
.form-row label, .form-label { display: block; font-weight: bold; margin-bottom: 6px; }
.input, select, textarea { width: 100%; border: 1px solid #d5dfe4; border-radius: 10px; padding: 12px 13px; font: inherit; color: #314147; background: #fff; }
textarea { min-height: 110px; resize: vertical; }
.input:focus, select:focus, textarea:focus { outline: 2px solid #f0d2d2; border-color: #ab4e4e; }
.btn-primary, .btn-dark, .btn-light { display: inline-block; border: 0; border-radius: 10px; padding: 13px 18px; font: inherit; font-weight: bold; cursor: pointer; text-decoration: none; }
.btn-primary { background: #ab4e4e; color: #fff; }
.btn-dark { background: #314147; color: #fff; }
.btn-light { background: #fff; color: #314147; border: 1px solid #d5dfe4; }
.btn-primary:hover, .btn-dark:hover, .btn-light:hover { text-decoration: none; opacity: .95; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.product-row { display: grid; grid-template-columns: auto minmax(0, 1fr) 110px; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid #e7edf1; }
.product-row:last-child { border-bottom: 0; }
.product-name { font-weight: bold; }
.product-meta { font-size: 13px; color: #66757c; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice { display: block; background: #f7f9fb; border: 1px solid #e7edf1; border-radius: 14px; padding: 16px; cursor: pointer; }
.choice input { margin-right: 8px; }
.hidden { display: none; }
.summary-list { padding-left: 22px; }
.summary-list li { margin-bottom: 8px; }
.muted { color: #66757c; }
.error-text { color: #9c3131; font-weight: bold; margin-bottom: 16px; }
.toplink { text-align: center; margin: 0 0 18px; }
@media (max-width: 768px) {
  #return-page { padding: 14px; }
  .hero-inner, .info-box, .method-box, .address-box, .question-box, .trust-box { padding: 18px; }
  .hero-inner h1 { font-size: 28px !important; }
  .choice-grid { grid-template-columns: 1fr; }
  .product-row { grid-template-columns: auto minmax(0, 1fr); }
  .product-row .qty-wrap { grid-column: 2; }
  .actions .btn-primary, .actions .btn-dark, .actions .btn-light { width: 100%; text-align: center; }
}
