/* ============================================
   CALL SOFT CORP - Microsoft.com Exact Style
   Font: Segoe UI | Colors: #0067b8 / #fff / #242424
   ============================================ */

:root {
    --ms-blue:       #0067b8;
    --ms-blue-hover: #005a9e;
    --ms-dark-blue:  #002050;
    --ms-light-blue: #deecf9;
    --ms-dark:       #242424;
    --ms-gray:       #616161;
    --ms-light-gray: #f2f2f2;
    --ms-border:     #d2d2d2;
    --ms-white:      #ffffff;
    --font:          'Segoe UI', SegoeUI, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: var(--font);
    font-size: 15px;
    color: var(--ms-dark);
    background: var(--ms-white);
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ===================== TOP BAR ===================== */
.topbar {
    background: var(--ms-dark-blue);
    color: rgba(255,255,255,0.8);
    font-size: 11px;
    padding: 5px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar a { color: rgba(255,255,255,0.8); }
.topbar a:hover { color: #fff; text-decoration: underline; }
.topbar-left, .topbar-right { display: flex; gap: 18px; align-items: center; }

/* ===================== HEADER ===================== */
.header {
    background: var(--ms-white);
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 24px;
    height: 48px;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 0 rgba(0,0,0,0.12);
}
.header-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid var(--ms-border);
}
.header-logo span {
    font-size: 15px;
    font-weight: 600;
    color: var(--ms-dark);
    white-space: nowrap;
    letter-spacing: -0.3px;
}

/* Nav */
.nav-links {
    display: flex;
    height: 48px;
    align-items: stretch;
}
.nav-links > li {
    position: relative;
    display: flex;
    align-items: center;
}
.nav-links > li > a {
    padding: 0 14px;
    font-size: 13px;
    font-weight: 400;
    color: var(--ms-dark);
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    transition: border-color 0.15s, background 0.15s;
    white-space: nowrap;
}
.nav-links > li > a:hover {
    background: var(--ms-light-gray);
    border-bottom-color: var(--ms-blue);
}
.nav-links > li > a.active { border-bottom-color: var(--ms-blue); }

/* Mega Dropdown */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    background: var(--ms-white);
    min-width: 200px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.14);
    border-top: 1px solid var(--ms-border);
    z-index: 999;
    padding: 8px 0;
}
.dropdown-menu li a {
    display: block;
    padding: 9px 20px;
    font-size: 13px;
    color: var(--ms-dark);
    transition: background 0.1s;
}
.dropdown-menu li a:hover { background: var(--ms-light-gray); color: var(--ms-blue); }
.nav-links > li:hover .dropdown-menu { display: block; }
.has-dropdown > a::after { content: " \25BE"; font-size: 10px; }

.header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
}
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    margin-left: 10px;
    color: var(--ms-dark-blue);
}
.btn-header {
    background: var(--ms-blue);
    color: #fff;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--font);
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: background 0.15s;
}
.btn-header:hover { background: var(--ms-blue-hover); }

/* ===================== HERO SLIDER ===================== */
.hero-slider {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    background: var(--ms-light-gray);
}
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.7s ease;
    display: flex;
    align-items: center;
}
.slide.active { opacity: 1; z-index: 2; }
.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right;
}
.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 55%, rgba(0,0,0,0.0) 100%);
}
.slide-content {
    position: relative;
    z-index: 3;
    padding: 0 48px;
    max-width: 400px;
    color: #fff;
}
.slide-badge {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
    display: block;
}
.slide-content h1, .slide-title {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 10px;
    font-family: var(--font);
    color: #fff;
}
.slide-content h1 strong, .slide-title strong { font-weight: 700; }
.slide-content p {
    font-size: 13px;
    opacity: 0.88;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 300;
}
.slide-btns { display: flex; gap: 10px; flex-wrap: wrap; }

/* Microsoft style buttons */
.btn-ms-blue {
    background: var(--ms-blue);
    color: #fff;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font);
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: background 0.15s;
}
.btn-ms-blue:hover { background: var(--ms-blue-hover); }

.btn-ms-outline {
    background: transparent;
    color: #fff;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font);
    border: 1px solid rgba(255,255,255,0.7);
    cursor: pointer;
    display: inline-block;
    transition: background 0.15s, border-color 0.15s;
}
.btn-ms-outline:hover { background: rgba(255,255,255,0.12); border-color: #fff; }

/* Slider Dots */
.slider-controls {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 6px;
}
.slider-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}
.slider-dot.active { background: #fff; transform: scale(1.3); }
.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.25);
    border: none;
    color: #fff;
    width: 36px; height: 36px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}
.slider-prev { left: 14px; }
.slider-next { right: 14px; }
.slider-prev:hover, .slider-next:hover { background: rgba(0,0,0,0.5); }

/* ===================== QUICK LINKS (Microsoft Icon Row) ===================== */
.quick-links {
    border-top: 1px solid var(--ms-border);
    border-bottom: 1px solid var(--ms-border);
    padding: 0;
    display: flex;
    justify-content: center;
}
.quick-links-inner {
    display: flex;
    gap: 0;
}
.quick-link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 28px;
    font-size: 12px;
    color: var(--ms-dark);
    border-bottom: 2px solid transparent;
    transition: border-color 0.15s, background 0.15s;
    min-width: 100px;
    text-align: center;
    gap: 6px;
}
.quick-link-item:hover { background: var(--ms-light-gray); border-bottom-color: var(--ms-blue); }
.quick-link-item .ql-icon { font-size: 20px; line-height: 1; }

/* ===================== SECTIONS ===================== */
.ms-section { padding: 40px 24px; max-width: 1400px; margin: 0 auto; }
.ms-section-title {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--ms-dark);
    margin-bottom: 20px;
    line-height: 1.3;
}
.ms-section-title strong { font-weight: 600; }

/* ===================== MICROSOFT-STYLE PRODUCT CARDS ===================== */
.ms-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.ms-card {
    padding: 16px;
    background: var(--ms-white);
    transition: background 0.15s;
    display: flex;
    flex-direction: column;
    border: 1px solid transparent;
}
.ms-card:hover { background: var(--ms-light-gray); }
.ms-card-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    background: var(--ms-light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    overflow: hidden;
}
.ms-card-img img { width: 100%; height: 100%; object-fit: cover; }
.ms-card-badge {
    display: inline-block;
    background: var(--ms-blue);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    margin-bottom: 6px;
    width: fit-content;
}
.ms-card-cat {
    font-size: 11px;
    font-weight: 400;
    color: var(--ms-gray);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ms-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--ms-dark);
    margin-bottom: 6px;
    line-height: 1.3;
}
.ms-card-desc {
    font-size: 12px;
    color: var(--ms-gray);
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 14px;
}
.ms-learn-more {
    font-size: 12px;
    font-weight: 400;
    color: var(--ms-blue);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    transition: gap 0.15s;
}
.ms-card:hover .ms-learn-more { gap: 8px; text-decoration: underline; }

/* ===================== FEATURE BANNER (Full-width) ===================== */
.feature-banner {
    position: relative;
    overflow: hidden;
    height: 300px;
    display: flex;
    align-items: center;
}
.feature-banner-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}
.feature-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,32,80,0.82) 0%, rgba(0,32,80,0.45) 55%, transparent 100%);
}
.feature-banner-content {
    position: relative;
    z-index: 2;
    padding: 0 5%;
    color: #fff;
    max-width: 480px;
}
.feature-banner-content h2 {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.3;
}
.feature-banner-content h2 strong { font-weight: 700; }
.feature-banner-content p {
    font-size: 13px;
    opacity: 0.88;
    margin-bottom: 18px;
    line-height: 1.6;
}

/* ===================== BRANDS ROW ===================== */
.brands-bar {
    background: var(--ms-light-gray);
    padding: 32px 24px;
}
.brands-bar-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--ms-gray);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.brands-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.brand-pill {
    background: var(--ms-white);
    border: 1px solid var(--ms-border);
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 140px;
    transition: box-shadow 0.15s, border-color 0.15s;
    cursor: pointer;
}
.brand-pill:hover { border-color: var(--ms-blue); box-shadow: 0 2px 10px rgba(0,103,184,0.12); }
.brand-pill img { height: 50px; width: 130px; object-fit: contain; }
.brand-pill span { font-size: 11px; color: var(--ms-gray); }

/* ===================== SOLUTIONS STRIP ===================== */
.solutions-strip {
    background: var(--ms-dark-blue);
    padding: 40px 24px;
}
.solutions-strip-inner { max-width: 1400px; margin: 0 auto; }
.solutions-strip h2 {
    font-size: 1.4rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 24px;
}
.solutions-strip h2 strong { font-weight: 700; }
.solutions-strip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.sol-strip-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 24px 20px;
    transition: background 0.2s;
    cursor: pointer;
}
.sol-strip-card:hover { background: rgba(255,255,255,0.12); }
.sol-strip-icon { font-size: 28px; margin-bottom: 10px; }
.sol-strip-card h3 { font-size: 15px; font-weight: 600; color: #fff; margin-bottom: 6px; }
.sol-strip-card p { font-size: 12px; color: rgba(255,255,255,0.65); line-height: 1.6; margin-bottom: 14px; }
.sol-learn { font-size: 12px; color: #4fc3f7; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }
.sol-strip-card:hover .sol-learn { gap: 8px; text-decoration: underline; }

/* ===================== WHY STRIP ===================== */
.why-strip { padding: 36px 24px; background: var(--ms-white); }
.why-strip-inner { max-width: 1400px; margin: 0 auto; }
.why-strip h2 { font-size: 1.4rem; font-weight: 300; color: var(--ms-dark); margin-bottom: 24px; }
.why-strip h2 strong { font-weight: 700; }
.why-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.why-strip-card {
    padding: 20px 16px;
    border-top: 3px solid var(--ms-blue);
    background: var(--ms-light-gray);
    margin: 4px;
    transition: background 0.15s;
}
.why-strip-card:hover { background: var(--ms-light-blue); }
.why-strip-card .wi { font-size: 28px; margin-bottom: 10px; }
.why-strip-card h4 { font-size: 14px; font-weight: 600; color: var(--ms-dark); margin-bottom: 6px; }
.why-strip-card p { font-size: 12px; color: var(--ms-gray); line-height: 1.6; }

/* ===================== CTA BAND ===================== */
.cta-band {
    background: linear-gradient(135deg, var(--ms-dark-blue), var(--ms-blue));
    padding: 50px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.cta-band h2 { font-size: 1.5rem; font-weight: 300; color: #fff; }
.cta-band h2 strong { font-weight: 700; }
.cta-band p { color: rgba(255,255,255,0.8); font-size: 13px; margin-top: 6px; }
.btn-white {
    background: #fff;
    color: var(--ms-blue);
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font);
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
    display: inline-block;
}
.btn-white:hover { background: var(--ms-light-blue); }

/* ===================== FOOTER ===================== */
.footer { background: var(--ms-dark-blue); }
.footer-main {
    padding: 40px 24px 30px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto;
}
.footer-brand .logo-text { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.footer-brand p { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 14px; }
.footer-gstn { font-size: 11px; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.05); padding: 8px 12px; margin-bottom: 14px; border-radius: 2px; }
.footer-gstn span { color: rgba(255,255,255,0.85); font-weight: 600; }
.footer-social { display: flex; gap: 8px; }
.social-btn {
    width: 32px; height: 32px;
    background: rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    transition: background 0.15s;
}
.social-btn:hover { background: var(--ms-blue); }
.footer-col h5 {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-col li { margin-bottom: 8px; }
.footer-col a { font-size: 12px; color: rgba(255,255,255,0.6); transition: color 0.15s; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 14px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: rgba(255,255,255,0.45);
    flex-wrap: wrap;
    gap: 8px;
    max-width: 1400px;
    margin: 0 auto;
}
.footer-bottom a { color: rgba(255,255,255,0.45); }
.footer-bottom a:hover { color: #fff; text-decoration: underline; }

/* ===================== INNER PAGE HERO ===================== */
.page-hero {
    background: var(--ms-light-gray);
    padding: 40px 24px;
    border-bottom: 1px solid var(--ms-border);
}
.page-hero h1 { font-size: 2rem; font-weight: 300; color: var(--ms-dark); }
.page-hero h1 strong { font-weight: 600; }
.page-hero p { font-size: 14px; color: var(--ms-gray); margin-top: 8px; }

/* Breadcrumb */
.breadcrumb { padding: 10px 24px; font-size: 12px; color: var(--ms-gray); border-bottom: 1px solid var(--ms-border); }
.breadcrumb a { color: var(--ms-blue); }
.breadcrumb a:hover { text-decoration: underline; }

/* ===================== PRODUCT DETAIL ===================== */
.product-detail-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 1100px; margin: 0 auto; padding: 40px 24px; align-items: start; }
.product-img-box { background: var(--ms-light-gray); padding: 40px; min-height: 320px; display: flex; align-items: center; justify-content: center; }
.product-img-box img { max-height: 260px; object-fit: contain; }
.product-info-box {}
.product-info-brand { font-size: 12px; color: var(--ms-blue); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.product-info-title { font-size: 1.7rem; font-weight: 300; color: var(--ms-dark); margin-bottom: 16px; line-height: 1.3; }
.product-info-title strong { font-weight: 600; }
.product-info-desc { font-size: 14px; color: var(--ms-gray); line-height: 1.8; margin-bottom: 24px; }
.product-info-note { background: var(--ms-light-blue); border-left: 3px solid var(--ms-blue); padding: 12px 16px; font-size: 13px; color: var(--ms-dark-blue); margin-bottom: 24px; }
.product-btns { display: flex; gap: 10px; flex-wrap: wrap; }

/* ===================== CONTACT FORM ===================== */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; max-width: 1100px; margin: 0 auto; padding: 40px 24px; align-items: start; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.contact-icon { width: 44px; height: 44px; background: var(--ms-light-blue); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.contact-info-item h4 { font-size: 13px; font-weight: 600; color: var(--ms-dark); margin-bottom: 4px; }
.contact-info-item p, .contact-info-item a { font-size: 13px; color: var(--ms-gray); line-height: 1.6; }
.contact-info-item a { color: var(--ms-blue); }
.contact-info-item a:hover { text-decoration: underline; }
.ms-form-box { background: var(--ms-white); border: 1px solid var(--ms-border); padding: 32px; }
.ms-form-box h2 { font-size: 1.3rem; font-weight: 300; margin-bottom: 6px; }
.ms-form-box h2 strong { font-weight: 600; }
.ms-form-box p { font-size: 12px; color: var(--ms-gray); margin-bottom: 24px; }
.ms-form label { display: block; font-size: 12px; font-weight: 600; color: var(--ms-dark); margin-bottom: 5px; }
.ms-form input, .ms-form select, .ms-form textarea {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid var(--ms-border);
    font-size: 14px;
    font-family: var(--font);
    color: var(--ms-dark);
    background: var(--ms-white);
    margin-bottom: 14px;
    outline: none;
    transition: border-color 0.15s;
}
.ms-form input:focus, .ms-form select:focus, .ms-form textarea:focus { border-color: var(--ms-blue); }
.ms-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ms-form textarea { resize: vertical; min-height: 120px; }
.ms-alert-success { background: #dff0d8; border: 1px solid #c3e6cb; color: #155724; padding: 12px 16px; font-size: 13px; margin-bottom: 16px; }
.ms-alert-error { background: #f8d7da; border: 1px solid #f5c6cb; color: #721c24; padding: 12px 16px; font-size: 13px; margin-bottom: 16px; }

/* ===================== ADMIN PANEL ===================== */
.admin-body { font-family: var(--font); background: #f3f2f1; }
.admin-sidebar { width: 240px; background: var(--ms-dark-blue); position: fixed; height: 100%; z-index: 100; }
.admin-sidebar h2 { padding: 16px 20px; color: #fff; font-size: 14px; font-weight: 600; background: rgba(0,0,0,0.2); border-bottom: 1px solid rgba(255,255,255,0.1); }
.admin-sidebar a { display: flex; align-items: center; gap: 10px; padding: 12px 20px; color: rgba(255,255,255,0.7); font-size: 13px; border-bottom: 1px solid rgba(255,255,255,0.06); transition: background 0.15s, color 0.15s; }
.admin-sidebar a:hover { background: rgba(255,255,255,0.1); color: #fff; }
.admin-main { margin-left: 240px; padding: 24px; }
.admin-topbar { background: #fff; padding: 14px 20px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 1px 0 var(--ms-border); margin-bottom: 20px; }
.admin-topbar h2 { font-size: 16px; font-weight: 600; color: var(--ms-dark-blue); }
.admin-card { background: #fff; padding: 24px; border: 1px solid var(--ms-border); margin-bottom: 16px; }
.admin-card h3 { font-size: 15px; font-weight: 600; color: var(--ms-dark-blue); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--ms-border); }
.admin-btn { background: var(--ms-blue); color: #fff; padding: 8px 18px; font-size: 13px; font-weight: 600; font-family: var(--font); border: none; cursor: pointer; display: inline-block; transition: background 0.15s; }
.admin-btn:hover { background: var(--ms-blue-hover); }
.admin-btn-danger { background: #c42b1c; }
.admin-btn-danger:hover { background: #a42015; }
.admin-input { width: 100%; padding: 9px 12px; border: 1px solid var(--ms-border); font-size: 13px; font-family: var(--font); margin-bottom: 12px; outline: none; }
.admin-input:focus { border-color: var(--ms-blue); }
.admin-label { display: block; font-size: 12px; font-weight: 600; color: var(--ms-dark); margin-bottom: 5px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.admin-table th { background: var(--ms-light-gray); padding: 10px 12px; text-align: left; font-size: 12px; font-weight: 600; color: var(--ms-gray); text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 1px solid var(--ms-border); }
.admin-table td { padding: 10px 12px; border-bottom: 1px solid var(--ms-border); }
.admin-table tr:hover td { background: var(--ms-light-gray); }
.admin-alert-success { background: #dff0d8; border: 1px solid #c3e6cb; color: #155724; padding: 10px 14px; font-size: 13px; margin-bottom: 14px; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1100px) {
    .ms-grid { grid-template-columns: repeat(2, 1fr); }
    .solutions-strip-grid { grid-template-columns: repeat(2, 1fr); }
    .why-strip-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .product-detail-wrap { grid-template-columns: 1fr; }
    .contact-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .mobile-menu-btn { display: block; }
    .topbar { display: none; }
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        z-index: 1000;
        height: auto;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }
    .nav-links.active { display: flex; }
    .nav-links > li { width: 100%; }
    .nav-links > li > a { padding: 10px 15px; border-bottom: 1px solid #eee; width: 100%; display: block; font-size: 14px; }
    .dropdown-menu { position: static; box-shadow: none; display: none; padding-left: 20px; width: 100%; }
    .nav-links > li.has-dropdown:hover .dropdown-menu { display: block; }
    .header { padding: 0 14px; }
    .hero-slider { height: 260px; }
    .slide-content { padding: 0 20px; max-width: 90%; }
    .slide-content h1, .slide-title { font-size: 1.3rem; }
    .ms-grid { grid-template-columns: 1fr; }
    .solutions-strip-grid { grid-template-columns: 1fr; }
    .why-strip-grid { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr; }
    .quick-links-inner { flex-wrap: wrap; }
    .brands-row { gap: 8px; }
    .cta-band { flex-direction: column; text-align: center; }
    .admin-sidebar { display: none; }
    .admin-main { margin-left: 0; }
}
