/* Base Reset & Styling Engine */
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Segoe UI', system-ui, sans-serif; }
html { scroll-behavior: smooth; background-color: #f8fafc; color: #334155; }

/* GLOBAL CONTENT TYPOGRAPHY SCALE UP ENGINES */
body { 
    background-color: #f5f5f5; 
    font-size: 16px !important; 
    line-height: 1.65 !important; 
    color: #334155; 
}

/* Sticky Top Navigation Bar */
.navbar { background-color: #022c22; position: sticky; top: 0; z-index: 50; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-logo { color: #34d399; font-weight: bold; font-size: 1.25rem; letter-spacing: 0.025em; }
.nav-links { display: flex; gap: 1.5rem; }
.nav-links a { color: #ffffff; text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #6ee7b7; }
.nav-btn { background-color: #f59e0b; color: #0f172a; padding: 0.5rem 1.25rem; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 0.75rem; text-transform: uppercase; transition: background 0.2s; }
.nav-btn:hover { background-color: #d97706; }

/* Hero Banner & Logo Blocks */
.hero { background: linear-gradient(135deg, #022c22 0%, #0f172a 100%); color: #ffffff; padding: 4rem 1rem; text-align: center; border-bottom: 4px solid #f59e0b; }
.logo-grid { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.logo-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 0.75rem 1.5rem; border-radius: 12px; min-width: 180px; }
.logo-title-sub { font-size: 0.65rem; text-transform: uppercase; color: #34d399; font-weight: bold; margin-bottom: 0.25rem; }
.logo-placeholder { font-size: 0.875rem; color: #e2e8f0; font-weight: 600; }
.hero-badge { color: #f59e0b; font-weight: bold; text-transform: uppercase; font-size: 0.875rem; letter-spacing: 0.1em; display: block; margin-bottom: 1rem; }
.hero-title { font-size: 2.25rem; font-weight: 800; max-width: 850px; margin: 0 auto 1rem auto; line-height: 1.2; }
.hero-subtitle { color: #cbd5e1; font-size: 1.125rem; max-width: 650px; margin: 0 auto 2rem auto; }

/* Countdown Clock Display Grid */
.timer-box { background: rgba(15,23,42,0.6); border: 1px solid #1e293b; border-radius: 16px; padding: 1.5rem; max-width: 500px; margin: 0 auto 1.5rem auto; box-shadow: 0 10px 25px rgba(0,0,0,0.3); }
.timer-title { font-size: 0.75rem; text-transform: uppercase; color: #94a3b8; margin-bottom: 1rem; font-weight: bold; letter-spacing: 0.05em; }
.timer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; }
.timer-unit { background: #0f172a; padding: 0.75rem; border-radius: 10px; border: 1px solid #1e293b; }
.timer-num { font-size: 1.75rem; font-weight: bold; color: #34d399; display: block; }
.timer-label { font-size: 0.65rem; color: #94a3b8; text-transform: uppercase; }
.hero-meta { font-size: 0.875rem; color: #94a3b8; font-weight: 600; }

/* Workspace Containers */
.main-content { max-width: 1200px; margin: 3rem auto; padding: 0 1rem; display: flex; flex-direction: column; gap: 2.5rem; }
.card { background: #ffffff; padding: 2.5rem; border-radius: 16px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.02); }

/* SCALED SECTIONS */
.section-title { 
    font-size: 1.75rem !important; 
    font-weight: bold; 
    color: #0f172a; 
    margin-bottom: 1.25rem !important; 
    border-left: 4px solid #047857; 
    padding-left: 0.75rem; 
}
.section-text { 
    color: #475569; 
    line-height: 1.7 !important; 
    font-size: 1.05rem !important; 
}

/* Timeline Grids & Buttons */
.dates-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e2e8f0; padding-bottom: 1rem; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.submit-btn { background: #047857; color: white; padding: 0.75rem 1.5rem; border-radius: 10px; font-weight: bold; text-decoration: none; font-size: 0.875rem; transition: background 0.2s; }
.submit-btn:hover { background: #065f46; }
.dates-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.date-card { background: #f8fafc; padding: 1.25rem; border-radius: 12px; border-top: 4px solid #047857; text-align: center; }
.date-card.highlight { border-top-color: #f59e0b; background: #fffbeb; }
.date-card p:first-child { font-size: 0.75rem; font-weight: bold; text-transform: uppercase; color: #64748b; margin-bottom: 0.25rem; }
.date-card p:last-child { font-size: 1.125rem; font-weight: bold; color: #0f172a; }

/* Table Configuration Layout */
.table-wrapper { overflow-x: auto; border: 1px solid #e2e8f0; border-radius: 12px; margin-top: 1rem; }
table { width: 100%; border-collapse: collapse; text-align: left; font-size: 0.95rem !important; }
th { background: #022c22; color: white; padding: 1rem; font-weight: 600; }
td { padding: 1rem; border-bottom: 1px solid #e2e8f0; }
tr:hover { background: #f8fafc; }
.price-tag { color: #047857; font-weight: bold; }

/* Input Forms layout */
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; margin-bottom: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1rem; }
.form-group label { font-size: 0.75rem; font-weight: bold; text-transform: uppercase; color: #64748b; }
.form-group input, .form-group textarea { padding: 0.75rem; border: 1px solid #cbd5e1; border-radius: 10px; font-size: 0.95rem !important; outline: none; background: #f8fafc; transition: all 0.2s; }
.form-group input:focus, .form-group textarea:focus { border-color: #047857; background: white; }
.form-btn { background: #022c22; color: #34d399; border: 1px solid #064e3b; padding: 0.75rem 1.5rem; border-radius: 10px; font-weight: bold; cursor: pointer; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.05em; transition: all 0.2s; }
.form-btn:hover { background: #047857; color: white; }

/* Document Footer */
.footer { background: #0f172a; color: #64748b; padding: 2rem 1rem; text-align: center; font-size: 0.875rem; border-top: 1px solid #1e293b; }
.footer a { color: #34d399; text-decoration: none; }
.footer a:hover { text-decoration: underline; }

/* ========================================== */
/* MOBILE RESPONSIVE NAVBAR OVERRIDES         */
/* ========================================== */
@media screen and (max-width: 768px) {
    body { font-size: 15px !important; }
    .navbar { height: auto !important; padding: 12px 10px !important; }
    .nav-container { flex-direction: column !important; gap: 12px !important; align-items: center !important; width: 100% !important; height: auto !important; }
    .nav-links { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; gap: 10px 14px !important; width: 100% !important; }
    .nav-links a { font-size: 13px !important; padding: 4px 6px !important; white-space: nowrap !important; }
    .dropdown-content { position: absolute !important; left: 50% !important; transform: translateX(-50%) !important; top: 25px !important; }
    .hero-title { font-size: 1.75rem !important; }
    .section-title { font-size: 1.4rem !important; }
    .section-text { font-size: 0.95rem !important; }
}
