* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}
body {
    background-color: #0b0f19;
    color: #f1f5f9;
}
.container {
    width: 95%;
    max-width: 1440px;
    margin: auto;
}

/* క్లీన్ నేవిగేషన్ బార్ */
header {
    background: #0f172a;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 18px 0;
}
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    max-width: 1440px;
    margin: auto;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
}
.nav-item {
    color: #94a3b8;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}
.nav-item:hover, .nav-item.active {
    color: #3b82f6;
}
.signup-btn {
    background: #3b82f6;
    color: white !important;
    padding: 8px 20px;
    border-radius: 20px;
}

/* హీరో సెక్షన్ & సేమ్ టు సేమ్ బిగ్ లోగో */
.premium-hero {
    position: relative;
    background: #0b0f19;
    padding: 50px 0;
    text-align: center;
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: auto;
}

/* మెయిన్ లోగో స్ట్రక్చర్ (ఇమేజ్ లాగే కచ్చితంగా) */
.main-big-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.crane-icon-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.crane-truck-base {
    color: #eab308; /* గోల్డ్ ఎల్లో */
    font-size: 45px;
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.actual-crane-arm {
    color: #3b82f6; /* బ్లూ */
    font-size: 75px;
    position: absolute;
    top: 0;
    right: 5px;
    filter: drop-shadow(0 0 15px rgba(59, 130, 246, 0.4));
}
.big-brand-title {
    font-size: 44px;
    font-weight: 800;
    color: #3b82f6; /* Bes పార్ట్ బ్లూ */
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
}
.big-brand-title span {
    color: #eab308; /* Tender పార్ట్ గోల్డ్ */
}
.big-company-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

/* సెర్చ్ అండ్ బ్యాడ్జ్ */
.badge {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.2);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.live-pulse {
    font-size: 9px;
    animation: blink 1.2s infinite;
}
.hero-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}
.hero-content p {
    color: #64748b;
    font-size: 16px;
    margin-bottom: 25px;
}
.modern-search-box {
    position: relative;
    max-width: 600px;
    margin: auto;
}
.search-icon {
    position: absolute;
    left: 20px; top: 50%;
    transform: translateY(-50%);
    color: #64748b;
}
.modern-search-box input {
    width: 100%;
    padding: 14px 20px 14px 50px;
    font-size: 15px;
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    color: white;
    outline: none;
}

/* రెస్పాన్సివ్ టేబుల్ */
.main-content-area { padding: 40px 0; }
.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.title-left { display: flex; align-items: center; gap: 10px; }
.live-dot { width: 8px; height: 8px; background-color: #10b981; border-radius: 50%; animation: blink 1.5s infinite; }
.title-left h3 { font-size: 20px; color: #fff; }
.tender-count { background: #1e293b; padding: 4px 12px; border-radius: 12px; font-size: 13px; color: #94a3b8; }
.premium-table-wrapper { width: 100%; overflow-x: auto; background: #111827; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
table { width: 100%; border-collapse: collapse; min-width: 1200px; }
th { background-color: #1f2937; color: #94a3b8; font-weight: 600; font-size: 12px; padding: 14px 18px; text-align: left; }
td { padding: 16px 18px; font-size: 13px; color: #cbd5e1; border-bottom: 1px solid rgba(255, 255, 255, 0.02); }
tr:hover td { background-color: rgba(255,255,255,0.01); color: #fff; }
.sort-icon-table { font-size: 10px; color: #64748b; margin-left: 3px; }

/* గ్రీన్ EYE VIEW బటన్ */
.btn-view-premium {
    background: #10b981;
    color: white;
    padding: 6px 14px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
@keyframes blink { 0% { opacity: 0.2; } 50% { opacity: 1; } 100% { opacity: 0.2; } }
footer { background: #090d16; padding: 25px 0; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.05); color: #64748b; font-size: 13px; }
