 *{ margin:0; padding:0; box-sizing:border-box; font-family:'Segoe UI', Roboto, sans-serif; } body{ background-color:#ffffff; color:#222222; line-height:1.8; } .auction-container{ max-width:1100px; margin:0 auto; padding:60px 25px; } .page-title{ text-align:center; margin-bottom:40px; padding-bottom:25px; border-bottom:1px solid #D4AF37; } .page-title h1{ font-size:38px; color:#D4AF37; letter-spacing:1px; margin-bottom:12px; font-weight:600; } .page-title p{ font-size:16px; color:#555555; max-width:750px; margin:0 auto; } /* Highlight Box */ .brand-highlight { background-color: #FDFBF5; border-left: 4px solid #D4AF37; padding: 26px 30px; margin: 40px 0; border-radius: 8px; font-size: 16px; line-height: 1.9; color: #333; } .brand-highlight strong { color: #D4AF37; font-weight: 600; } .brand-highlight em { color: #017D8B; font-style: normal; font-weight: 600; } /* Section */ .auction-section { margin-bottom: 35px; } .auction-section h2 { font-size: 24px; color: #017D8B; margin-bottom: 18px; font-weight: 600; } .auction-section p { font-size: 16px; color: #444; line-height: 1.9; margin-bottom: 16px; } /* Button */ .auction-btn { display: inline-block; margin-top: 10px; padding: 14px 32px; background-color: #017D8B; color: #fff; border-radius: 8px; font-size: 15px; font-weight: 500; text-decoration: none; transition: background 0.3s ease; } .auction-btn:hover { background-color: #D4AF37; color: #fff; } @media(max-width:768px){ .page-title h1{ font-size:28px; } .brand-highlight { padding: 20px; font-size:15px; } .auction-section h2 { font-size:22px; } } 