/* ============================================
   MEDPHARM - Orange & White Theme
   ============================================ */

:root {
  --primary: #048b16;
  --primary-dark: #0cea31;
  --primary-light: #FED7AA;
  --primary-xlight: #FFF7ED;
  --secondary: #1E293B;
  --text-dark: #0F172A;
  --text-mid: #475569;
  --text-light: #94A3B8;
  --bg-light: #F8FAFC;
  --white: #FFFFFF;
  --border: #E2E8F0;
  --shadow: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-hover: 0 8px 30px rgba(249,115,22,0.2);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: var(--text-dark); background: var(--white); line-height: 1.6; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-pad { padding: 80px 0; }
.bg-light { background: var(--bg-light); }
.bg-orange { background: var(--primary); color: white; }

/* ============ NAVBAR ============ */
.navbar {
  position: sticky; top: 0; z-index: 1000;
  background: var(--white);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.nav-container {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 16px 20px; gap: 20px;
}

.logo {
  display: flex; align-items: center; gap: 10px;
  font-size: 22px; font-weight: 700; color: var(--primary);
  text-decoration: none; cursor: pointer;
}
.logo i { font-size: 26px; }
.logo.white { color: var(--white); }

.nav-links {
  display: flex; list-style: none; gap: 8px;
}

.nav-links a {
  text-decoration: none; color: var(--text-mid);
  padding: 8px 16px; border-radius: var(--radius-sm);
  font-weight: 500; font-size: 15px; transition: all 0.2s;
}

.nav-links a:hover, .nav-links a.active {
  color: var(--primary); background: var(--primary-xlight);
}

.nav-actions { display: flex; align-items: center; gap: 8px; }

.btn-search, .btn-cart, .hamburger {
  background: none; border: none; cursor: pointer;
  width: 40px; height: 40px; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: var(--text-mid); transition: all 0.2s;
  position: relative;
}
.btn-cart { background: var(--primary-xlight); color: var(--primary); }
.btn-search:hover, .hamburger:hover { background: var(--bg-light); }

.cart-count {
  position: absolute; top: -4px; right: -4px;
  background: var(--primary); color: white;
  border-radius: 50%; width: 18px; height: 18px;
  font-size: 10px; display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}

.hamburger { display: none; }

.search-bar {
  display: none; background: var(--bg-light);
  border-top: 1px solid var(--border); padding: 12px 0;
}
.search-bar.open { display: block; }
.search-bar .container { display: flex; gap: 10px; }
.search-bar input {
  flex: 1; padding: 10px 16px; border: 1px solid var(--border);
  border-radius: var(--radius-sm); font-size: 15px; outline: none;
}
.search-bar input:focus { border-color: var(--primary); }
.search-bar button {
  background: var(--primary); color: white; border: none;
  padding: 10px 16px; border-radius: var(--radius-sm); cursor: pointer;
}








.product-card img{
    width: 100%;
    height: 250px;   /* apni need ke hisaab se change kar lo */
    object-fit: contain;  /* image poori show hogi */
    display: block;
}









.price,
.product-price,
.card__price,
.price-item{
    display:none !important;
}




.product-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    transition:0.3s;
    display:flex;
    flex-direction:column;
    height:100%;
}

.product-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.product-image{
    height:240px;
    padding:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f8f8f8;
}

.product-image img{
    width:100%;
    height:100%;
    object-fit:contain;   /* IMPORTANT */
}

.product-content{
    padding:18px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.category{
    color:#ff6600;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
}

.product-content h3{
    font-size:22px;
    margin:0;
}

.product-content p{
    color:#666;
    font-size:14px;
    line-height:1.5;
    margin:0;
}

.bottom-row{
    margin-top:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.price{
    color:#ff6600;
    font-size:24px;
    font-weight:700;
}

.cart-btn{
    width:44px;
    height:44px;
    border:none;
    border-radius:12px;
    background:#ff6600;
    color:#fff;
    cursor:pointer;
}






/* ============ HERO ============ */
.hero {
  background: linear-gradient(135deg, var(--primary-xlight) 0%, #fff 60%);
  min-height: 90vh; display: flex; align-items: center;
}

.hero-content {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center; padding: 60px 20px;
}

.hero-badge {
  display: inline-block; background: var(--primary-light);
  color: var(--primary-dark); padding: 6px 16px;
  border-radius: 50px; font-size: 13px; font-weight: 600;
  margin-bottom: 16px;
}

.hero-text h1 {
  font-size: clamp(36px, 5vw, 56px); font-weight: 800;
  line-height: 1.2; margin-bottom: 20px; color: var(--text-dark);
}

.hero-text h1 span { color: var(--primary); }

.hero-text p {
  font-size: 18px; color: var(--text-mid);
  margin-bottom: 32px; max-width: 480px;
}

.hero-buttons { display: flex; gap: 16px; margin-bottom: 40px; }

.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: white;
  padding: 14px 28px; border-radius: var(--radius-sm);
  text-decoration: none; font-weight: 600; font-size: 15px;
  border: none; cursor: pointer; transition: all 0.2s;
}
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
.btn-primary.full-width { width: 100%; justify-content: center; }

.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--primary);
  padding: 14px 28px; border-radius: var(--radius-sm);
  text-decoration: none; font-weight: 600; font-size: 15px;
  border: 2px solid var(--primary); transition: all 0.2s;
}
.btn-outline:hover { background: var(--primary); color: white; }

.hero-stats {
  display: flex; gap: 32px;
}

.stat { display: flex; flex-direction: column; }
.stat strong { font-size: 28px; font-weight: 800; color: var(--primary); }
.stat span { font-size: 13px; color: var(--text-mid); }

.hero-image { display: flex; justify-content: center; align-items: center; }

.hero-img-wrapper {
  width: 400px; height: 400px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--primary-xlight));
  display: flex; align-items: center; justify-content: center;
  position: relative;
}

.pill-circle {
  width: 200px; height: 200px; border-radius: 50%;
  background: var(--primary); display: flex; align-items: center;
  justify-content: center; color: white; font-size: 60px;
}

.floating-card {
  position: absolute; background: white;
  border-radius: var(--radius); padding: 12px 18px;
  box-shadow: var(--shadow); display: flex; align-items: center;
  gap: 8px; font-weight: 600; font-size: 14px; color: var(--text-dark);
}
.floating-card i { color: var(--primary); font-size: 18px; }
.card1 { top: 40px; left: -20px; }
.card2 { bottom: 40px; right: -20px; }

/* ============ FEATURES STRIP ============ */
.features-strip {
  background: var(--primary);
  padding: 30px 0;
}

.features-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}

.feature-item {
  display: flex; align-items: center; gap: 14px; color: white;
}

.feature-item i { font-size: 28px; opacity: 0.9; }
.feature-item h4 { font-size: 15px; font-weight: 600; margin-bottom: 2px; }
.feature-item p { font-size: 13px; opacity: 0.8; }

/* ============ SECTION HEADER ============ */
.section-header {
  text-align: center; margin-bottom: 48px;
}

.section-header h2 {
  font-size: 36px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px;
}

.section-header p { color: var(--text-mid); font-size: 17px; }

.section-header.flex, .section-header {
  display: flex; flex-direction: column; align-items: center;
}

.section-header.row {
  flex-direction: row; justify-content: space-between; align-items: center; text-align: left;
}

.view-all {
  color: var(--primary); text-decoration: none; font-weight: 600;
  display: flex; align-items: center; gap: 6px; font-size: 15px;
  white-space: nowrap;
}

.section-tag {
  display: inline-block; color: var(--primary); font-weight: 700;
  font-size: 13px; letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 8px;
}

/* ============ CATEGORIES ============ */
.categories-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px;
}

.category-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px 16px;
  text-align: center; cursor: pointer; transition: all 0.2s;
}

.category-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}

.cat-icon {
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: white; margin: 0 auto 12px;
}

.cat-icon.orange { background: var(--primary); }
.cat-icon.green { background: #22C55E; }
.cat-icon.blue { background: #3B82F6; }
.cat-icon.purple { background: #8B5CF6; }
.cat-icon.pink { background: #EC4899; }
.cat-icon.teal { background: #14B8A6; }

.category-card h4 { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.category-card span { font-size: 12px; color: var(--text-light); }

/* ============ PRODUCTS ============ */
.products-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}

.product-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  transition: all 0.2s; position: relative;
}

.product-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}

.product-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--primary); color: white;
  padding: 4px 10px; border-radius: 50px;
  font-size: 11px; font-weight: 700; z-index: 1;
}

.product-badge.new { background: #22C55E; }

.product-img {
  height: 160px; display: flex; align-items: center;
  justify-content: center; color: rgba(255,255,255,0.9);
}

.orange-bg { background: linear-gradient(135deg, #31e70c, #31ea0c); }
.blue-bg { background: linear-gradient(135deg, #3B82F6, #1D4ED8); }
.green-bg { background: linear-gradient(135deg, #22C55E, #15803D); }
.purple-bg { background: linear-gradient(135deg, #8B5CF6, #6D28D9); }
.pink-bg { background: linear-gradient(135deg, #EC4899, #BE185D); }
.teal-bg { background: linear-gradient(135deg, #14B8A6, #0F766E); }
.amber-bg { background: linear-gradient(135deg, #3af50b, #09b42e); }
.red-bg { background: linear-gradient(135deg, #EF4444, #B91C1C); }

.product-info { padding: 16px; }

.product-category {
  font-size: 11px; font-weight: 700; color: var(--primary);
  text-transform: uppercase; letter-spacing: 0.5px;
}

.product-info h4 { font-size: 16px; font-weight: 700; margin: 4px 0 6px; }
.product-info p { font-size: 13px; color: var(--text-mid); margin-bottom: 8px; line-height: 1.4; }

.brand-tag {
  display: inline-block; background: var(--bg-light);
  color: var(--text-mid); padding: 2px 8px; border-radius: 50px;
  font-size: 11px; margin-bottom: 10px;
}

.product-meta { margin-bottom: 8px; }

.product-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 10px; border-top: 1px solid var(--border);
}

.price { font-size: 18px; font-weight: 700; color: var(--primary); }

.add-cart {
  background: var(--primary); color: white; border: none;
  width: 36px; height: 36px; border-radius: var(--radius-sm);
  cursor: pointer; font-size: 14px; transition: all 0.2s;
  display: flex; align-items: center; justify-content: center;
}
.add-cart:hover { background: var(--primary-dark); transform: scale(1.05); }

/* ============ WHY US ============ */
.why-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}

.why-text h2 { font-size: 36px; font-weight: 700; margin-bottom: 16px; }
.why-text p { color: var(--text-mid); margin-bottom: 24px; font-size: 16px; }

.why-list { list-style: none; margin-bottom: 32px; }
.why-list li {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0; font-size: 15px; color: var(--text-mid);
}
.why-list li i { color: var(--primary); font-size: 16px; }

.why-img-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}

.why-stat-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px 20px; text-align: center;
  transition: all 0.2s;
}

.why-stat-card.highlight { background: var(--primary); border-color: var(--primary); }
.why-stat-card.highlight h3 { color: white; }
.why-stat-card.highlight p { color: rgba(255,255,255,0.85); }

.why-stat-card h3 { font-size: 36px; font-weight: 800; color: var(--primary); margin-bottom: 6px; }
.why-stat-card p { font-size: 14px; color: var(--text-mid); }

/* ============ BLOG ============ */
.blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}

.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: all 0.2s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }

.blog-img {
  height: 160px; display: flex; align-items: center;
  justify-content: center; color: rgba(255,255,255,0.9);
}

.blog-content { padding: 20px; }

.blog-tag {
  display: inline-block; background: var(--primary-xlight);
  color: var(--primary); padding: 4px 10px; border-radius: 50px;
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  margin-bottom: 10px;
}

.blog-content h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; line-height: 1.3; }
.blog-content p { font-size: 13px; color: var(--text-mid); margin-bottom: 12px; }

.read-more {
  color: var(--primary); font-weight: 600; font-size: 13px;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}

/* ============ NEWSLETTER ============ */
.newsletter {
  background: var(--secondary); color: white;
}

.newsletter-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}

.newsletter-text h2 { font-size: 28px; font-weight: 700; margin-bottom: 8px; }
.newsletter-text p { color: rgba(255,255,255,0.7); }

.newsletter-form { display: flex; gap: 12px; min-width: 400px; }
.newsletter-form input {
  flex: 1; padding: 14px 20px; border-radius: var(--radius-sm);
  border: none; font-size: 15px; outline: none;
}

/* ============ FOOTER ============ */
.footer { background: var(--text-dark); color: rgba(255,255,255,0.8); padding: 60px 0 0; }

.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px;
  padding-bottom: 40px;
}

.footer-brand p { font-size: 14px; margin: 16px 0 20px; line-height: 1.6; }

.social-links { display: flex; gap: 10px; }
.social-links a {
  width: 36px; height: 36px; background: rgba(255,255,255,0.1);
  border-radius: var(--radius-sm); display: flex; align-items: center;
  justify-content: center; color: white; text-decoration: none;
  transition: all 0.2s; font-size: 14px;
}
.social-links a:hover { background: var(--primary); }

.social-links.dark a { background: var(--bg-light); color: var(--text-mid); }
.social-links.dark a:hover { background: var(--primary); color: white; }

.footer-links h4, .footer-contact h4 {
  color: white; font-size: 16px; font-weight: 700; margin-bottom: 16px;
}

.footer-links ul { list-style: none; }
.footer-links ul li { margin-bottom: 10px; }
.footer-links ul a {
  color: rgba(255,255,255,0.7); text-decoration: none; font-size: 14px; transition: color 0.2s;
}
.footer-links ul a:hover { color: var(--primary); }

.footer-contact p {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; margin-bottom: 10px; color: rgba(255,255,255,0.7);
}
.footer-contact i { color: var(--primary); width: 16px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
}

.footer-bottom .container {
  display: flex; justify-content: space-between; align-items: center;
}

.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.5); }

/* ============ PAGE HEADER ============ */
.page-header {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white; padding: 60px 0 40px;
}

.page-header h1 { font-size: 42px; font-weight: 800; margin-bottom: 8px; }
.page-header p { font-size: 18px; opacity: 0.85; margin-bottom: 16px; }

.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: rgba(255,255,255,0.75);
}
.breadcrumb a { color: rgba(255,255,255,0.75); text-decoration: none; }
.breadcrumb i { font-size: 10px; }
.breadcrumb span { color: white; }

/* ============ PRODUCTS PAGE ============ */
.products-layout {
  display: grid; grid-template-columns: 260px 1fr; gap: 32px;
}

.filter-sidebar {}

.filter-box {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 20px; margin-bottom: 20px;
}

.filter-box h4 {
  font-size: 15px; font-weight: 700; margin-bottom: 16px;
  display: flex; align-items: center; gap: 8px; color: var(--text-dark);
}
.filter-box h4 i { color: var(--primary); }

.filter-list { list-style: none; }
.filter-list li { margin-bottom: 10px; }
.filter-list label {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--text-mid); cursor: pointer;
}
.filter-list input { accent-color: var(--primary); }

.count {
  margin-left: auto; background: var(--bg-light);
  color: var(--text-light); padding: 2px 8px;
  border-radius: 50px; font-size: 11px;
}

.sort-select {
  width: 100%; padding: 10px; border: 1px solid var(--border);
  border-radius: var(--radius-sm); font-size: 14px;
  color: var(--text-dark); cursor: pointer; outline: none;
}

.products-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--border);
}

.products-toolbar span { font-size: 14px; color: var(--text-mid); }

.view-toggle { display: flex; gap: 4px; }
.view-btn {
  width: 36px; height: 36px; border: 1px solid var(--border);
  border-radius: var(--radius-sm); cursor: pointer; background: var(--white);
  color: var(--text-mid); font-size: 14px; transition: all 0.2s;
}
.view-btn.active { background: var(--primary); color: white; border-color: var(--primary); }

/* ============ CART SIDEBAR ============ */
.cart-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.4);
  z-index: 2000; opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.cart-overlay.open { opacity: 1; pointer-events: all; }

.cart-sidebar {
  position: fixed; right: -400px; top: 0; height: 100vh;
  width: 380px; background: var(--white); z-index: 2001;
  box-shadow: -4px 0 30px rgba(0,0,0,0.15);
  transition: right 0.3s; display: flex; flex-direction: column;
}
.cart-sidebar.open { right: 0; }

.cart-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; border-bottom: 1px solid var(--border);
}
.cart-header h3 { font-size: 18px; font-weight: 700; }
.cart-header button {
  background: none; border: none; font-size: 20px;
  cursor: pointer; color: var(--text-mid);
}

.cart-items { flex: 1; overflow-y: auto; padding: 16px 24px; }

.empty-cart {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; height: 200px; color: var(--text-light); gap: 12px;
}

.cart-item {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 0; border-bottom: 1px solid var(--border);
}
.cart-item-name { flex: 1; font-size: 14px; font-weight: 600; }
.cart-item-price { font-size: 14px; color: var(--primary); font-weight: 700; }
.cart-item-qty {
  display: flex; align-items: center; gap: 8px;
}
.cart-item-qty button {
  width: 24px; height: 24px; border-radius: 50%;
  border: 1px solid var(--border); background: none; cursor: pointer; font-size: 14px;
}
.cart-item-remove {
  background: none; border: none; color: #EF4444; cursor: pointer; font-size: 14px;
}

.cart-footer { padding: 16px 24px; border-top: 1px solid var(--border); }
.cart-total {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 16px; font-size: 16px;
}
.cart-total strong { font-size: 20px; color: var(--primary); }

/* ============ TOAST ============ */
.toast {
  position: fixed; bottom: 24px; right: 24px;
  background: var(--secondary); color: white;
  padding: 14px 20px; border-radius: var(--radius-sm);
  font-size: 14px; z-index: 9999;
  transform: translateY(100px); opacity: 0;
  transition: all 0.3s; box-shadow: var(--shadow);
}
.toast.show { transform: translateY(0); opacity: 1; }

/* ============ ABOUT PAGE ============ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.about-img-box {
  background: var(--primary-xlight); border-radius: var(--radius-lg);
  height: 400px; display: flex; align-items: center; justify-content: center;
  position: relative;
}

.big-icon-box { color: var(--primary); font-size: 80px; }

.about-badge-float {
  position: absolute; bottom: 30px; right: 30px;
  background: var(--primary); color: white;
  border-radius: var(--radius); padding: 16px 24px;
  text-align: center;
}
.about-badge-float strong { display: block; font-size: 32px; font-weight: 800; }
.about-badge-float span { font-size: 13px; opacity: 0.9; }

.about-text-side h2 { font-size: 36px; font-weight: 700; margin-bottom: 16px; }
.about-text-side p { color: var(--text-mid); margin-bottom: 16px; font-size: 16px; }

.about-values { margin: 24px 0; }
.value-item {
  display: flex; gap: 16px; margin-bottom: 20px;
}
.value-item i { color: var(--primary); font-size: 24px; margin-top: 4px; }
.value-item h5 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.value-item p { font-size: 14px; color: var(--text-mid); }

.stats-section { padding: 50px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat-item h2 { font-size: 48px; font-weight: 800; margin-bottom: 8px; }
.stat-item p { font-size: 16px; opacity: 0.9; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px 24px; text-align: center;
  transition: all 0.2s;
}
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }

.team-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--primary-light); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; margin: 0 auto 16px;
}

.team-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.team-card span { color: var(--primary); font-size: 13px; font-weight: 600; display: block; margin-bottom: 10px; }
.team-card p { font-size: 14px; color: var(--text-mid); }

.partners-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.partner-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px; text-align: center; transition: all 0.2s;
}
.partner-card:hover { border-color: var(--primary); transform: translateY(-2px); }
.partner-card i { font-size: 32px; color: var(--primary); margin-bottom: 12px; display: block; }
.partner-card h4 { font-size: 14px; font-weight: 600; }

/* ============ BLOG PAGE ============ */
.blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: 40px; }

.blog-card-full {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden; margin-bottom: 24px;
}

.blog-img-full {
  height: 220px; display: flex; align-items: center;
  justify-content: center; color: rgba(255,255,255,0.9);
  position: relative;
}

.blog-date {
  position: absolute; bottom: 16px; left: 16px;
  background: rgba(0,0,0,0.4); color: white;
  padding: 4px 10px; border-radius: 50px; font-size: 12px;
}

.blog-content-full { padding: 24px; }
.blog-content-full h2 { font-size: 22px; font-weight: 700; margin-bottom: 12px; line-height: 1.3; }
.blog-content-full p { color: var(--text-mid); font-size: 15px; margin-bottom: 10px; line-height: 1.6; }

.blog-footer {
  display: flex; gap: 20px; margin-top: 16px;
  padding-top: 16px; border-top: 1px solid var(--border);
  font-size: 13px; color: var(--text-light);
}
.blog-footer i { margin-right: 4px; }

.blog-sidebar {}

.sidebar-box {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 20px; margin-bottom: 20px;
}
.sidebar-box h4 { font-size: 16px; font-weight: 700; margin-bottom: 14px; }

.sidebar-search { display: flex; gap: 8px; }
.sidebar-search input {
  flex: 1; padding: 10px; border: 1px solid var(--border);
  border-radius: var(--radius-sm); font-size: 14px; outline: none;
}
.sidebar-search button {
  background: var(--primary); color: white; border: none;
  padding: 10px 14px; border-radius: var(--radius-sm); cursor: pointer;
}

.sidebar-cats { list-style: none; }
.sidebar-cats li { border-bottom: 1px solid var(--border); }
.sidebar-cats a {
  display: flex; justify-content: space-between; padding: 8px 0;
  text-decoration: none; color: var(--text-mid); font-size: 14px; transition: color 0.2s;
}
.sidebar-cats a:hover { color: var(--primary); }
.sidebar-cats span { background: var(--bg-light); padding: 2px 8px; border-radius: 50px; font-size: 11px; }

.sidebar-products {}
.sidebar-product { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.sp-img {
  width: 48px; height: 48px; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 18px; flex-shrink: 0;
}
.sidebar-product p { font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.sidebar-product span { font-size: 13px; color: var(--primary); font-weight: 600; }

/* ============ CONTACT PAGE ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; }

.contact-info h2 { font-size: 36px; font-weight: 700; margin-bottom: 16px; }
.contact-info > p { color: var(--text-mid); margin-bottom: 32px; font-size: 16px; }

.contact-cards { margin-bottom: 32px; }
.contact-card {
  display: flex; gap: 16px; margin-bottom: 20px; align-items: flex-start;
}
.contact-icon {
  width: 48px; height: 48px; background: var(--primary-xlight);
  color: var(--primary); border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.contact-card h5 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.contact-card p { font-size: 14px; color: var(--text-mid); margin-bottom: 2px; }

.contact-social h5 { font-size: 15px; font-weight: 700; margin-bottom: 12px; }

.contact-form-box {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 36px;
}
.contact-form-box h2 { font-size: 24px; font-weight: 700; margin-bottom: 24px; }

.contact-form {}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; color: var(--text-dark); }

.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px; border: 1px solid var(--border);
  border-radius: var(--radius-sm); font-size: 14px; outline: none;
  transition: border-color 0.2s; font-family: inherit; color: var(--text-dark);
  background: var(--white);
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--primary);
}

.form-group textarea { resize: vertical; }

.map-section {}
.map-placeholder {
  background: var(--primary-xlight); height: 280px;
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 12px; color: var(--primary);
}
.map-placeholder h3 { font-size: 22px; font-weight: 700; color: var(--text-dark); }
.map-placeholder p { color: var(--text-mid); }

.faq-grid { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden; }

.faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 16px 20px; background: var(--white); border: none; cursor: pointer;
  font-size: 15px; font-weight: 600; color: var(--text-dark); text-align: left;
  transition: background 0.2s;
}
.faq-question:hover { background: var(--bg-light); }
.faq-question.open { color: var(--primary); }
.faq-question.open i { transform: rotate(45deg); }
.faq-question i { transition: transform 0.2s; color: var(--primary); }

.faq-answer { display: none; padding: 0 20px 16px; }
.faq-answer.open { display: block; }
.faq-answer p { font-size: 14px; color: var(--text-mid); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .categories-grid { grid-template-columns: repeat(3, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero-content { grid-template-columns: 1fr; text-align: center; }
  .hero-image { display: none; }
  .hero-stats { justify-content: center; }
  .blog-layout { grid-template-columns: 1fr; }
  .blog-sidebar { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .hamburger { display: flex !important; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: white; padding: 16px; box-shadow: var(--shadow); z-index: 999; }
  .nav-links.open { display: flex; }
  .products-layout { grid-template-columns: 1fr; }
  .filter-sidebar { display: none; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter-inner { flex-direction: column; text-align: center; }
  .newsletter-form { min-width: unset; width: 100%; flex-direction: column; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .products-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .hero-buttons { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
}
