:root { --primary: #1e293b; --primary-dark: #0f172a; --accent: #dc3545; --accent-hover: #be123c; --success: #10b981; --warning: #f59e0b; --light-bg: #f8fafc; --white: #ffffff; --text-main: #334155; --text-muted: #64748b; --text-light: #94a3b8; --border-color: #e2e8f0; --shadow-sm: 0 1px 2px rgba(0,0,0,0.05); --shadow-md: 0 4px 12px rgba(0,0,0,0.08); --radius-sm: 6px; --radius-md: 12px; --radius-pill: 50px; --transition: all 0.2s ease-in-out; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: var(--light-bg); color: var(--text-main); font-family: 'Inter', 'Roboto', sans-serif; font-size: 0.9rem; line-height: 1.5; overflow-x: hidden; }
a { color: #2563eb; text-decoration: none; transition: var(--transition); }
a:hover { color: #1d4ed8; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; color: var(--primary-dark); }
.small { font-size: 0.8rem !important; }
.text-muted { color: var(--text-muted) !important; }
.top-bar { background: var(--primary-dark); color: var(--text-light); padding: 6px 15px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; position: sticky; top: 0; z-index: 1002; }
.top-bar .container-fluid { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.top-bar-left { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.top-bar-right { display: flex; align-items: center; gap: 15px; }
.top-bar .btn-outline-light { padding: 4px 12px; font-size: 0.65rem; white-space: nowrap; }
.category-bar-all { background: var(--white); border-bottom: 1px solid var(--border-color); position: sticky; top: 38px; z-index: 1001; padding: 6px 0; margin: 0; }
.scroll-container { display: flex; overflow-x: auto; white-space: nowrap; gap: 6px; padding: 4px 12px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.scroll-container::-webkit-scrollbar { display: none; }
.section-label { font-size: 0.65rem; font-weight: 800; color: var(--accent); background: #fff1f2; padding: 4px 10px; border-radius: 6px; flex-shrink: 0; }
.cat-pill { display: inline-flex; align-items: center; padding: 5px 14px; background: #f1f5f9; border: 1px solid var(--border-color); border-radius: 30px; color: var(--text-main); font-size: 0.7rem; font-weight: 600; transition: all 0.2s ease; flex-shrink: 0; white-space: nowrap; }
.cat-pill:hover { background: var(--accent); color: var(--white); border-color: var(--accent); }
.hero-section { background: var(--white); border-bottom: 1px solid var(--border-color); padding: 25px 0; }
.hero-section h1 { font-size: 1.3rem; margin-bottom: 8px; }
.stat-box { text-align: center; padding: 10px 14px; background: var(--light-bg); border: 1px solid var(--border-color); border-radius: var(--radius-sm); min-width: 70px; }
.stat-box .d-block { font-size: 0.9rem; font-weight: 700; color: var(--primary-dark); }
.stat-box small { font-size: 0.6rem; color: var(--text-muted); text-transform: uppercase; }
.stat-box-sm { text-align: center; padding: 8px 12px; background: var(--light-bg); border: 1px solid var(--border-color); border-radius: var(--radius-sm); min-width: 60px; }
.stat-box-sm .d-block { font-size: 0.85rem; font-weight: 700; color: var(--primary-dark); }
.stat-box-sm small { font-size: 0.55rem; color: var(--text-muted); text-transform: uppercase; }
.submit-box { background: var(--white); border-radius: var(--radius-md); padding: 20px; border: 1px solid var(--border-color); box-shadow: var(--shadow-md); }
.form-label { font-size: 0.65rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; margin-bottom: 4px; display: block; }
.form-control, .form-select { font-size: 0.85rem; padding: 8px 12px; border-radius: var(--radius-sm); border: 1px solid var(--border-color); }
.form-control:focus, .form-select:focus { border-color: var(--accent); outline: none; box-shadow: 0 0 0 3px rgba(220,53,69,0.15); }
.btn-add-url { background: var(--accent); color: var(--white); font-weight: 700; border: none; padding: 10px 20px; border-radius: var(--radius-sm); font-size: 0.8rem; text-transform: uppercase; transition: var(--transition); display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
.btn-add-url:hover { background: var(--accent-hover); transform: translateY(-2px); }
.btn-outline-secondary { border: 1px solid var(--border-color); background: var(--white); color: var(--text-main); padding: 10px 20px; border-radius: var(--radius-sm); font-size: 0.8rem; transition: var(--transition); }
.btn-outline-secondary:hover { background: var(--primary); color: var(--white); border-color: var(--primary); }
.table-responsive-stack { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-card { background: var(--white); border-radius: 12px; overflow: hidden; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.table { margin-bottom: 0; width: 100%; }
.table thead th { background: #f1f5f9 !important; color: #475569 !important; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; padding: 14px 15px; border-bottom: 1px solid #e2e8f0; white-space: nowrap; }
.table tbody td { padding: 14px 15px; font-size: 0.85rem; vertical-align: middle; border-bottom: 1px solid #f0f0f0; }
.table tbody tr:last-child td { border-bottom: none; }
.table tbody tr:hover { background: #f8fafc !important; }
.desc-cell { max-width: 350px; min-width: 200px; line-height: 1.5; font-size: 0.85rem; word-break: break-word; white-space: normal; }
.rank-badge { font-weight: 700; font-size: 0.65rem; padding: 3px 7px; border-radius: 4px; display: inline-block; }
.rank-badge.da { background: #e0f2fe !important; color: #0369a1 !important; }
.rank-badge.pa { background: #fef3c7 !important; color: #b45309 !important; }
.cat-tag { font-size: 0.65rem; font-weight: 700; padding: 4px 10px; background: #f1f5f9 !important; color: #334155 !important; border-radius: 4px; display: inline-block; white-space: nowrap; border: none; }
.cat-badge { background: var(--primary); color: white; padding: 6px 14px; border-radius: 30px; font-size: 0.85rem; }
.site-title { font-weight: 600; color: #3b82f6; display: inline-flex; align-items: center; gap: 6px; }
.favicon-img { width: 16px; height: 16px; border-radius: 4px; }
.status-dot { width: 7px; height: 7px; background: #22c55e; border-radius: 50%; display: inline-block; margin-right: 6px; animation: blink 2s infinite; vertical-align: middle; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.4} }
.pagination .page-link { border-radius: var(--radius-sm); margin: 0 3px; border: 1px solid var(--border-color); font-size: 0.8rem; padding: 5px 10px; color: var(--text-main); background: var(--white); }
.pagination .page-item.active .page-link { background: var(--accent); border-color: var(--accent); color: var(--white); }
.offcanvas { width: 320px !important; }
.offcanvas-header { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); }
.cat-tag-menu { display: inline-block; padding: 6px 12px; background: var(--light-bg); border: 1px solid var(--border-color); border-radius: var(--radius-sm); color: var(--text-main); font-size: 0.75rem; transition: var(--transition); }
.cat-tag-menu:hover { background: var(--primary); color: var(--white); }
.empty-state { text-align: center; padding: 50px 20px; background: var(--white); border-radius: var(--radius-md); border: 2px dashed var(--border-color); }
.hero-section-modern { background: #ffffff; border-radius: 16px; padding: 20px; margin: 15px 0; border: 1px solid #eef2f6; box-shadow: 0 1px 3px rgba(0,0,0,0.03); }
.hero-modern-content { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-modern-icon img { width: 56px; height: 56px; border-radius: 14px; border: 1px solid #eef2f6; padding: 6px; }
.hero-modern-info h1 { font-size: 1.3rem; margin: 0 0 4px 0; color: #1e293b; }
.hero-modern-info .category-badge { display: inline-block; background: #f1f5f9; padding: 3px 10px; border-radius: 20px; font-size: 0.65rem; color: #64748b; }
.hero-stats { display: flex; gap: 16px; margin-top: 10px; }
.hero-stat { text-align: center; background: #f8fafc; padding: 6px 12px; border-radius: 12px; min-width: 70px; }
.hero-stat .value { font-size: 1rem; font-weight: 700; color: #1e293b; display: block; }
.hero-stat .label { font-size: 0.55rem; color: #64748b; }
.hero-button { margin-left: auto; }
.hero-button .btn-visit { background: #dc3545; color: white; padding: 10px 20px; border-radius: 30px; text-decoration: none; font-weight: 600; font-size: 0.8rem; display: inline-flex; align-items: center; gap: 6px; transition: all 0.2s ease; }
.hero-button .btn-visit:hover { background: #be123c; transform: translateY(-1px); }
.desc-card { background: #ffffff; border-radius: 16px; padding: 16px; margin: 15px 0; border: 1px solid #eef2f6; }
.desc-card h3 { font-size: 1rem; margin-bottom: 8px; color: #1e293b; font-weight: 600; }
.desc-card p { color: #64748b; line-height: 1.5; margin: 0; font-size: 0.85rem; }
.stats-grid-modern { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 20px 0; }
.stats-card-modern { background: #ffffff; border-radius: 16px; border: 1px solid #eef2f6; overflow: hidden; }
.card-header-modern { padding: 12px 16px; display: flex; align-items: center; gap: 8px; background: #f8fafc; border-bottom: 1px solid #eef2f6; }
.card-header-modern i { font-size: 1.2rem; color: #dc3545; }
.card-header-modern span { font-weight: 600; font-size: 0.85rem; color: #1e293b; }
.card-body-modern { padding: 12px 16px; }
.stats-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #f0f2f5; }
.stats-row:last-child { border-bottom: none; }
.stats-row span:first-child { color: #64748b; font-size: 0.75rem; }
.stats-row span:last-child, .stats-row strong { font-weight: 600; color: #1e293b; font-size: 0.8rem; }
.progress-mini { display: inline-block; width: 60px; height: 4px; background: #e2e8f0; border-radius: 10px; overflow: hidden; vertical-align: middle; margin-right: 5px; }
.progress-fill-mini { height: 100%; background: linear-gradient(90deg, #10b981, #34d399); border-radius: 10px; }
.badge-success { background: #d1fae5; color: #059669; padding: 3px 8px; border-radius: 20px; font-size: 0.65rem; font-weight: 600; display: inline-block; }
.badge-purple { background: #e9d5ff; color: #7e22ce; padding: 3px 8px; border-radius: 20px; font-size: 0.65rem; font-weight: 600; display: inline-block; }
.ai-bots-wrap { display: flex; flex-wrap: wrap; gap: 5px; justify-content: flex-end; }
.ai-bot-mini { background: #f1f5f9; padding: 3px 8px; border-radius: 15px; font-size: 0.65rem; font-weight: 500; display: inline-block; cursor: pointer; transition: all 0.2s ease; color: #475569; }
.ai-bot-mini:hover { background: #e2e8f0; transform: translateY(-1px); }
.btn-outline-custom { background: transparent; border: 1px solid #e2e8f0; padding: 8px 18px; border-radius: 30px; text-decoration: none; color: #475569; font-size: 0.8rem; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; transition: all 0.2s ease; }
.btn-outline-custom:hover { background: #f8fafc; border-color: #cbd5e1; }
.update-bar { background: #f8fafc; border-bottom: 1px solid #eef2f6; padding: 6px 0; font-size: 0.7rem; color: #64748b; }
.update-content { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.update-content i { margin-right: 4px; color: #3b82f6; }
#notification-area { position: fixed; bottom: 20px; left: 20px; z-index: 10000; width: 320px; }
.notification-item { background: linear-gradient(135deg, #0f172a, #000000); border-left: 3px solid #dc3545; border-radius: 12px; padding: 10px 14px; margin-bottom: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); cursor: pointer; transition: all 0.2s ease; animation: slideInLeft 0.4s ease-out; }
.notification-item:hover { transform: translateX(3px); border-left-color: #10b981; }
.notification-item.hide { animation: slideOutLeft 0.4s ease-in forwards; }
.notification-close { background: none; border: none; color: #64748b; cursor: pointer; font-size: 0.7rem; padding: 2px 6px; border-radius: 15px; }
.notification-close:hover { background: rgba(220,53,69,0.2); color: #fff; }
@keyframes slideInLeft { from { transform: translateX(-100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes slideOutLeft { from { transform: translateX(0); opacity: 1; } to { transform: translateX(-100%); opacity: 0; } }
@media (min-width: 769px) { .top-bar .container-fluid { flex-direction: row !important; } .top-bar-left { order: 1; } .top-bar-right { order: 2; margin-left: auto; } .top-bar .d-lg-none { display: inline-block !important; } }
@media (max-width: 1024px) { .stats-grid-modern { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { 
.top-bar { padding: 4px 12px; font-size: 0.6rem; }
.top-bar .container-fluid { flex-direction: row !important; justify-content: space-between !important; gap: 8px; }
.top-bar-left { flex: 1; font-size: 0.6rem; }
.top-bar-right { flex-shrink: 0; }
.top-bar .btn-outline-light { padding: 3px 8px; font-size: 0.55rem; }
.category-bar-all { top: 32px; padding: 4px 0; width: 100%; overflow-x: auto !important; overflow-y: hidden !important; -webkit-overflow-scrolling: touch !important; scrollbar-width: none !important; cursor: grab; }
.category-bar-all:active { cursor: grabbing; }
.category-bar-all::-webkit-scrollbar { display: none !important; width: 0 !important; height: 0 !important; }
.category-bar-all .container-fluid { padding-left: 0 !important; padding-right: 0 !important; width: auto !important; min-width: 100% !important; }
.category-bar-all .scroll-container { display: inline-flex !important; flex-direction: row !important; flex-wrap: nowrap !important; gap: 6px !important; padding: 4px 12px !important; width: auto !important; min-width: max-content !important; }
.cat-pill, .section-label { flex-shrink: 0 !important; white-space: nowrap !important; user-select: none; }
.hero-section-modern { padding: 15px; margin: 10px 0; }
.hero-modern-content { flex-direction: column; text-align: center; gap: 12px; }
.hero-modern-icon img { width: 50px; height: 50px; }
.hero-modern-info h1 { font-size: 1.2rem; }
.hero-stats { justify-content: center; gap: 10px; }
.hero-stat { padding: 4px 8px; min-width: 60px; }
.hero-stat .value { font-size: 0.85rem; }
.hero-stat .label { font-size: 0.5rem; }
.hero-button { margin-left: 0; width: 100%; }
.hero-button .btn-visit { display: block; text-align: center; }
.stats-grid-modern { grid-template-columns: 1fr; gap: 12px; margin: 15px 0; }
.card-header-modern { padding: 10px 14px; }
.card-header-modern i { font-size: 1rem; }
.card-header-modern span { font-size: 0.8rem; }
.card-body-modern { padding: 10px 14px; }
.stats-row { padding: 6px 0; }
.stats-row span:first-child { font-size: 0.7rem; }
.stats-row span:last-child, .stats-row strong { font-size: 0.75rem; }
.desc-card { padding: 12px; margin: 10px 0; }
.desc-card h3 { font-size: 0.9rem; }
.desc-card p { font-size: 0.75rem; }
.ai-bots-wrap { justify-content: flex-start; margin-top: 4px; }
.table-responsive-stack { margin: 0; padding: 0; overflow: visible; }
.table-responsive-stack .table { min-width: auto; width: 100%; background: transparent; }
.table thead { display: none; }
.table tbody, .table tr, .table td { display: block; width: 100%; }
.table tbody tr { background: #ffffff !important; border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 14px; margin-bottom: 15px; box-shadow: none; display: flex; flex-wrap: wrap; flex-direction: row; gap: 10px; }
.table tbody tr:hover { background: #ffffff !important; }
.table tbody td { padding: 6px 0; border: none !important; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 6px; background: transparent !important; width: 100%; flex: 0 0 100%; }
.table tbody td:not(:last-child) { border-bottom: none !important; }
.table tbody td:last-child { border-bottom: none !important; padding-bottom: 0; }
.table tbody td::before { content: attr(data-label); font-weight: 700; font-size: 0.65rem; color: var(--text-muted); text-transform: uppercase; min-width: 85px; letter-spacing: 0.3px; background: transparent !important; }
.table tbody td:first-child { flex-direction: column; align-items: flex-start; gap: 5px; padding-top: 0; }
.table tbody td:first-child .site-title { font-size: 1rem; word-break: break-all; }
.table tbody td[data-label="DA/PA"] { gap: 8px; align-items: center; flex-wrap: wrap; }
.table tbody td[data-label="DA/PA"] .rank-badge { display: inline-block; }
.table tbody td[data-label="Category"] { align-items: center; }
.table tbody td[data-label="Description"] { flex-direction: column; gap: 4px; }
.table tbody td[data-label="Description"] .desc-cell { max-width: 100%; width: 100%; font-size: 0.85rem; line-height: 1.4; white-space: normal; background: transparent !important; padding: 0; }
.table tbody td[data-label="Status"], .table tbody td[data-label="Date"] { width: auto; flex: 1; flex-direction: row; justify-content: space-between; align-items: center; border: none !important; padding: 4px 0; background: transparent !important; }
.table tbody td[data-label="Status"]::before, .table tbody td[data-label="Date"]::before { min-width: 55px; font-size: 0.65rem; }
.table tbody td[data-label="Status"] .status-dot, .table tbody td[data-label="Status"] small { display: inline-flex; align-items: center; }
.table tbody td[data-label="Date"] { justify-content: flex-end; text-align: right; }
.table tbody td[data-label="Date"]::before { margin-right: auto; }
.table tbody td[data-label="Description"] { width: 100%; flex: 0 0 100%; }
.table tbody tr, .table tbody td, .table tbody td::before, .desc-cell, .rank-badge, .cat-tag, .site-title, .status-dot, .table tbody td[data-label="Status"], .table tbody td[data-label="Date"] { background: transparent !important; box-shadow: none !important; text-shadow: none !important; }
.table tbody tr { background: #ffffff !important; }
.rank-badge.da { background: #e0f2fe !important; }
.rank-badge.pa { background: #fef3c7 !important; }
.cat-tag { background: #f1f5f9 !important; }
.table tbody tr, .table tbody td, .cat-pill, .btn-add-url { transition: none !important; }
.table tbody tr:hover, .table tbody tr:hover td { background: #ffffff !important; }
.update-content { gap: 12px; justify-content: center; }
.update-bar { padding: 5px 0; text-align: center; }
#notification-area { width: 280px; bottom: 10px; left: 10px; }
.notification-item { padding: 8px 12px; }
.hero-modern-icon img { width: 64px !important; height: 64px !important; border-radius: 16px !important; object-fit: cover !important; }
}
@media (max-width: 400px) { .table tbody td[data-label="DA/PA"] { display: none !important; } }
@media (max-width: 480px) { .mobile-stats-card-header { padding: 12px 15px; } .mobile-stats-card-header i { font-size: 1.2rem; } .mobile-stats-card-header span { font-size: 0.8rem; } .mobile-stats-card-body { padding: 10px 14px; } .mobile-stats-row { padding: 8px 0; } .mobile-stats-row span, .mobile-stats-row strong { font-size: 0.75rem; } }
@media (max-width: 768px) { .hero-modern-icon img { width: 50px !important; height: 50px !important; } }

.checkout-box { max-width: 550px; margin: 60px auto; background: white; padding: 35px; border-radius: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #eef2f6; }
.order-summary { background: #f8fafc; border-radius: 16px; padding: 18px; margin-bottom: 20px; }
.order-summary h5 { font-size: 0.9rem; margin-bottom: 12px; color: #1e293b; }
.summary-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #e2e8f0; font-size: 0.85rem; }
.summary-row:last-child { border-bottom: none; }
.alert-info { background: #e0f2fe; border: 1px solid #bae6fd; border-radius: 12px; padding: 12px; margin-bottom: 20px; font-size: 0.8rem; color: #0369a1; }
.wallet-box { background: #0f172a; border-radius: 16px; padding: 20px; text-align: center; margin-bottom: 25px; }
.wallet-box label { color: #94a3b8; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1px; }
.wallet-address { font-family: monospace; font-size: 0.9rem; color: #10b981; word-break: break-all; background: #1e293b; padding: 12px; border-radius: 12px; margin: 10px 0; border: 1px solid #334155; }
.copy-btn { background: #334155; color: white; border: none; padding: 6px 16px; border-radius: 30px; font-size: 0.7rem; transition: all 0.2s; }
.copy-btn:hover { background: #475569; transform: translateY(-1px); }
.txid-input { width: 100%; padding: 12px; border: 2px solid #e2e8f0; border-radius: 12px; font-size: 0.85rem; font-family: monospace; }
.txid-input:focus { outline: none; border-color: #dc3545; }
.btn-pay { background: #dc3545; color: white; border: none; padding: 12px; border-radius: 40px; font-weight: 700; font-size: 0.85rem; transition: all 0.2s; }
.btn-pay:hover { background: #be123c; transform: translateY(-1px); }
.btn-cancel { background: transparent; color: #64748b; border: 1px solid #e2e8f0; padding: 10px; border-radius: 40px; font-size: 0.8rem; text-decoration: none; text-align: center; transition: all 0.2s; }
.btn-cancel:hover { background: #f1f5f9; border-color: #cbd5e1; color: #1e293b; }
@media (max-width: 768px) { .checkout-box { margin: 30px 15px; padding: 20px; } }
#goTop { position: fixed; bottom: 30px; right: 20px; background: transparent; color: #dc3545; border: none; cursor: pointer; display: none; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 400; z-index: 9999; transition: all 0.3s ease; padding: 5px; line-height: 1; }
#goTop:hover { transform: translateY(-3px); color: #be123c; }
#goTop.show { display: flex; }
@media (max-width: 768px) { #goTop { bottom: 20px; right: 15px; font-size: 1.5rem; } }
.info-card { background: #ffffff; border-radius: 16px; padding: 24px 20px; text-align: center; border: 1px solid #eef2f6; transition: all 0.3s ease; height: 100%; }
.info-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); border-color: #e2e8f0; }
.info-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #dc3545, #be123c); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px auto; }
.info-icon i { font-size: 28px; color: white; }
.info-card h4 { font-size: 1.1rem; margin-bottom: 12px; color: #1e293b; }
.info-card p { font-size: 0.85rem; color: #64748b; line-height: 1.5; margin: 0; }
@media (max-width: 768px) { .info-card { padding: 18px 15px; } .info-icon { width: 50px; height: 50px; } .info-icon i { font-size: 24px; } .info-card h4 { font-size: 1rem; } .info-card p { font-size: 0.75rem; } }
.hero-section { background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%); padding: 40px 0; border-bottom: 1px solid #eef2f6; }
.hero-wrapper { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.hero-left { flex: 1; min-width: 280px; }
.hero-left h1 { font-size: 2rem; margin-bottom: 16px; color: #1e293b; }
.text-accent { color: #dc3545; }
.hero-left p { color: #64748b; line-height: 1.5; margin-bottom: 24px; }
.hero-features { display: flex; flex-direction: column; gap: 16px; }
.hero-feature { display: flex; align-items: center; gap: 14px; background: #fff; padding: 12px 16px; border-radius: 12px; border: 1px solid #eef2f6; transition: all 0.2s; }
.hero-feature:hover { border-color: #dc3545; transform: translateX(5px); }
.feature-icon { width: 44px; height: 44px; background: #fff1f2; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.feature-icon i { font-size: 1.4rem; color: #dc3545; }
.hero-feature strong { font-size: 0.9rem; color: #1e293b; }
.hero-feature small { font-size: 0.7rem; color: #64748b; }
.hero-right { flex: 1; min-width: 320px; }
.submit-box { background: #fff; border-radius: 24px; padding: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); border: 1px solid #eef2f6; }
.submit-header { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid #f0f2f5; }
.submit-header i { font-size: 1.6rem; color: #dc3545; }
.submit-header h5 { margin: 0; font-size: 1.1rem; font-weight: 700; color: #1e293b; }
.submit-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: flex; gap: 12px; flex-wrap: wrap; }
.form-group { flex: 1; min-width: 120px; }
.form-group label { font-size: 0.65rem; font-weight: 700; color: #64748b; text-transform: uppercase; margin-bottom: 4px; display: block; }
.form-group input, .form-group select { width: 100%; padding: 8px 12px; font-size: 0.85rem; border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; transition: all 0.2s; }
.form-group input:focus, .form-group select:focus { outline: none; border-color: #dc3545; box-shadow: 0 0 0 3px rgba(220,53,69,0.1); }
.btn-submit { width: 100%; background: #dc3545; color: #fff; border: none; padding: 12px; border-radius: 30px; font-weight: 700; font-size: 0.8rem; text-transform: uppercase; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.2s; margin-top: 8px; }
.btn-submit:hover { background: #be123c; transform: translateY(-2px); }
.submit-footer { margin-top: 16px; text-align: center; padding-top: 12px; border-top: 1px solid #f0f2f5; }
.submit-footer small { font-size: 0.65rem; color: #10b981; }
.submit-footer i { margin-right: 4px; }
@media (max-width: 768px) { .hero-section { padding: 24px 0; } .hero-left h1 { font-size: 1.5rem; text-align: center; } .hero-left p { text-align: center; } .hero-feature { padding: 10px 12px; } .feature-icon { width: 38px; height: 38px; } .hero-feature strong { font-size: 0.8rem; } .submit-box { padding: 18px; } .form-row { flex-direction: column; gap: 10px; } }
@media (min-width: 769px) and (max-width: 1024px) { .hero-wrapper { flex-direction: column; } .hero-left { text-align: center; } .hero-features { flex-direction: row; flex-wrap: wrap; justify-content: center; } .hero-feature { flex: 1; min-width: 200px; } }