body.fres-body { background-color: #ebdfcb; color: #2b4a3f; font-family: "Futura", -apple-system, sans-serif; margin: 0; padding: 0; }
.fres-header { background-color: #ebdfcb; border-bottom: 4px solid #000000; padding: 15px 0; }
.fres-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.fres-logo { float: left; }
.fres-logo img { height: 40px; display: block; filter: grayscale(100%) contrast(200%); }
.fres-nav { float: right; list-style: none; margin: 0; padding: 0; display: flex; }
.fres-nav-item { margin-left: 20px; line-height: 40px; }
.fres-nav-item a { color: #000000; text-decoration: none; font-weight: bold; }
.fres-nav-item a:hover { color: #cf5c42; }
.fres-main-layout { display: flex; flex-wrap: wrap; margin-top: 30px; }
.fres-column-left { width: 50%; padding: 15px; box-sizing: border-box; }
.fres-column-right { width: 50%; padding: 15px; box-sizing: border-box; }
.fres-poster-panel { background-color: #2b4a3f; border: 4px solid #000000; padding: 40px; box-sizing: border-box; min-height: 500px; position: relative; overflow: hidden; }
.fres-poster-shape1 { position: absolute; left: -10%; top: -10%; width: 60%; height: 60%; background: #cf5c42; transform: rotate(15deg); opacity: 0.85; }
.fres-poster-shape2 { position: absolute; right: -5%; bottom: -5%; width: 50%; height: 50%; background: #d9a041; transform: rotate(-10deg); opacity: 0.85; }
.fres-poster-content { position: relative; z-index: 5; }
.fres-panel { background-color: #ffffff; border: 3px solid #000000; padding: 35px; box-sizing: border-box; box-shadow: 8px 8px 0 #cf5c42; border-radius: 0; }
.fres-notice-strip { background-color: #ffffff; border: 3px solid #000000; border-left: 6px solid #cf5c42; padding: 18px 25px; margin-bottom: 25px; color: #000000; font-size: 15px; border-radius: 0; }
.fres-notice-seal { display: inline-block; padding: 3px 10px; background-color: #cf5c42; color: #ffffff; font-weight: bold; margin-right: 15px; font-size: 11px; }
.fres-product-grid { display: flex; flex-wrap: wrap; margin: -1.5%; }
.fres-product-card { width: 47%; margin: 1.5% 1.5% 4.5% 1.5%; background-color: #ffffff; border: 3px solid #000000; padding: 20px; box-sizing: border-box; transition: all 0.15s; border-radius: 0; box-shadow: 6px 6px 0 #cf5c42; position: relative; }
.fres-product-card:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 #cf5c42; }
.fres-product-name { font-size: 16px; font-weight: bold; color: #000000; text-decoration: none; display: block; margin-bottom: 12px; }
.fres-product-name:hover { color: #cf5c42; }
.fres-badge { display: inline-block; font-size: 10px; padding: 2px 6px; border-radius: 0; font-weight: bold; margin-bottom: 10px; border: 1.5px solid #000000; }
.fres-badge-auto { background-color: #cf5c42; color: #ffffff; border-color: #cf5c42; }
.fres-badge-manual { background-color: #ffffff; color: #000000; }
.fres-price-box { margin-top: 15px; border-top: 2px dashed #000000; padding-top: 15px; display: flex; justify-content: space-between; align-items: center; }
.fres-price { color: #cf5c42; font-weight: bold; font-size: 20px; }
.fres-btn-buy { display: inline-block; text-align: center; background-color: #000000; color: #ffffff !important; border: 1px solid #000000; padding: 6px 16px; text-decoration: none; border-radius: 0; font-weight: bold; transition: all 0.2s; text-transform: uppercase; }
.fres-btn-buy:hover { background-color: #ffffff; color: #000000 !important; }
.fres-footer { background-color: transparent; padding: 30px 0; margin-top: 60px; clear: both; }
.fres-footer a { color: #2b4a3f; text-decoration: none; font-weight: bold; }
.fres-tab-title { list-style: none; padding: 0; margin: 0 0 25px 0; display: flex; border-bottom: 4px solid #000000; }
.fres-tab-item { padding: 12px 24px; cursor: pointer; font-weight: bold; text-transform: uppercase; font-size: 16px; }
.fres-tab-item.active { background-color: #000000; color: #ffffff; }
.fres-tab-item a { color: inherit; text-decoration: none; }
.fres-form-item { margin-bottom: 20px; }
.fres-form-label { display: block; margin-bottom: 8px; font-weight: bold; color: #000000; text-transform: uppercase; }
.fres-form-input { width: 100%; padding: 12px; border: 3px solid #000000; background-color: #ffffff; color: #000000; box-sizing: border-box; border-radius: 0; font-family: inherit; font-size: 15px; font-weight: bold; }
.fres-form-input:focus { outline: none; background-color: #fcfbf7; }
.fres-btn-submit { width: 100%; padding: 14px; background-color: #000000; color: #ffffff; border: 3px solid #000000; font-weight: bold; cursor: pointer; border-radius: 0; font-size: 16px; text-transform: uppercase; transition: all 0.2s; box-shadow: 4px 4px 0 #cf5c42; }
.fres-btn-submit:hover { background-color: #ffffff; color: #000000; }
.fres-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.fres-table th, .fres-table td { border: 3px solid #000000; padding: 15px; text-align: left; }
.fres-table th { background-color: #000000; color: #ffffff; text-transform: uppercase; }
@media (max-width: 991px) {
    .fres-main-layout { flex-direction: column; }
    .fres-column-left, .fres-column-right { width: 100%; padding: 0; }
    .fres-column-right { margin-bottom: 30px; }
}
@media (max-width: 767px) {
    .fres-product-card { width: 100%; margin-left: 0; margin-right: 0; }
}
