/*
Theme Name: The Paw Pantry by Bunnu
Theme URI: https://thepawpantry.example
Author: Bunnu Team
Version: 2.0.0
Text Domain: paw-pantry
*/

/* ============================================================
   CSS VARIABLES - JerHigh-Inspired Color Theme
   Primary: #fcc60b (Gold/Yellow)
   Secondary: #003375 (Deep Navy Blue)
   ============================================================ */
:root {
  --jh-primary: #fcc60b;
  --jh-secondary: #003375;
  --jh-primary-dark: #e6af00;
  --jh-secondary-light: #0048a8;
  --jh-cream: #fffbee;
  --jh-light: #f4f8ff;
  --jh-white: #ffffff;
  --jh-dark: #1a1a2e;
  --jh-gray: #6b7280;
  --jh-light-gray: #f9fafb;
  --jh-border: #e5e7eb;
  --jh-radius: 16px;
  --jh-radius-sm: 10px;
  --jh-radius-lg: 24px;
  --jh-max-width: 1200px;
  --jh-shadow: 0 4px 24px rgba(0,51,117,0.10);
  --jh-shadow-lg: 0 8px 40px rgba(0,51,117,0.15);
  --jh-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ============================================================ RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--jh-font); color: var(--jh-dark); background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ============================================================ UTILITY */
.jh-container { max-width: var(--jh-max-width); margin: 0 auto; padding: 0 24px; }
.jh-accent { color: var(--jh-primary); }
.jh-section-label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--jh-primary); margin-bottom: 10px; display: block; }
.jh-section-title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; color: var(--jh-secondary); line-height: 1.2; margin-bottom: 16px; }
.jh-section-sub { font-size: 1.05rem; color: var(--jh-gray); max-width: 700px; margin: 0 auto 40px; text-align: center; line-height: 1.7; }
.jh-divider { width: 60px; height: 4px; background: var(--jh-primary); border-radius: 2px; margin: 0 0 24px; }

/* ============================================================ BUTTONS */
.jh-btn {
  display: inline-block; padding: 14px 32px; border-radius: 50px;
  font-weight: 700; font-size: 0.95rem; cursor: pointer;
  transition: all 0.25s ease; border: 2px solid transparent;
  text-align: center; letter-spacing: 0.02em;
}
.jh-btn-primary { background: var(--jh-primary); color: var(--jh-secondary); border-color: var(--jh-primary); }
.jh-btn-primary:hover { background: var(--jh-primary-dark); border-color: var(--jh-primary-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(252,198,11,0.4); }
.jh-btn-outline { background: transparent; color: var(--jh-white); border-color: var(--jh-white); }
.jh-btn-outline:hover { background: var(--jh-white); color: var(--jh-secondary); }
.jh-btn-outline-dark { background: transparent; color: var(--jh-secondary); border-color: var(--jh-secondary); padding: 12px 28px; }
.jh-btn-outline-dark:hover { background: var(--jh-secondary); color: var(--jh-white); }
.jh-btn-white { background: var(--jh-white); color: var(--jh-secondary); border-color: var(--jh-white); }
.jh-btn-white:hover { background: var(--jh-primary); border-color: var(--jh-primary); }
.jh-btn-small { padding: 10px 22px; font-size: 0.85rem; }
.jh-btn-cta { background: var(--jh-primary); color: var(--jh-secondary); border-color: var(--jh-primary); font-size: 1.1rem; padding: 16px 40px; }
.jh-btn-cta:hover { background: var(--jh-white); color: var(--jh-secondary); border-color: var(--jh-white); transform: translateY(-2px); }

/* ============================================================ HEADER */
.site-header, header {
  background: var(--jh-secondary);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 2px 20px rgba(0,51,117,0.2);
}
.site-header nav, header nav { max-width: var(--jh-max-width); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.site-header .site-title a, header .site-title a, .site-branding a { color: var(--jh-white); font-weight: 800; font-size: 1.1rem; letter-spacing: -0.01em; }
.site-header nav ul, header nav ul { display: flex; gap: 32px; list-style: none; }
.site-header nav ul a, header nav ul a { color: rgba(255,255,255,0.85); font-size: 0.9rem; font-weight: 600; padding: 8px 0; position: relative; transition: color 0.2s; letter-spacing: 0.02em; }
.site-header nav ul a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--jh-primary); transition: width 0.2s; }
.site-header nav ul a:hover, header nav ul a:hover { color: var(--jh-primary); }
.site-header nav ul a:hover::after, header nav ul a:hover::after { width: 100%; }
.site-header .nav-cta a, .header-cta { background: var(--jh-primary); color: var(--jh-secondary) !important; padding: 10px 24px !important; border-radius: 50px; font-weight: 700 !important; }
.site-header .nav-cta a:hover { background: var(--jh-primary-dark); transform: translateY(-1px); }
.site-header .nav-cta a::after { display: none; }

/* ============================================================ HERO */
.jh-hero {
  background: linear-gradient(135deg, var(--jh-secondary) 0%, #001f5e 50%, #002d8a 100%);
  padding: 80px 0 0; position: relative; overflow: hidden; min-height: 520px;
}
.jh-hero::before {
  content: ''; position: absolute; top: -50%; right: -10%; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(252,198,11,0.12) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.jh-hero-inner { max-width: var(--jh-max-width); margin: 0 auto; padding: 0 24px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.jh-hero-tag { display: inline-block; background: rgba(252,198,11,0.2); color: var(--jh-primary); padding: 6px 18px; border-radius: 50px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; border: 1px solid rgba(252,198,11,0.3); }
.jh-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; color: var(--jh-white); line-height: 1.15; margin-bottom: 20px; }
.jh-hero h1 .jh-accent { color: var(--jh-primary); }
.jh-hero > .jh-hero-inner > .jh-hero-text > p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 24px; line-height: 1.7; }
.jh-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.jh-hero-badges span { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.9); padding: 6px 14px; border-radius: 50px; font-size: 0.8rem; font-weight: 600; border: 1px solid rgba(255,255,255,0.2); }
.jh-hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.jh-hero-visual { display: flex; align-items: center; justify-content: center; }
.jh-hero-circle {
  width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(252,198,11,0.25), rgba(0,51,117,0.3));
  border: 2px solid rgba(252,198,11,0.3); display: flex; align-items: center; justify-content: center;
  position: relative; box-shadow: 0 0 80px rgba(252,198,11,0.15);
}
.jh-hero-paw { font-size: 5rem; animation: float 3s ease-in-out infinite; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.jh-floating-tag {
  position: absolute; background: var(--jh-white); color: var(--jh-secondary);
  padding: 8px 16px; border-radius: 50px; font-size: 0.8rem; font-weight: 700;
  box-shadow: var(--jh-shadow); border-left: 3px solid var(--jh-primary);
}
.jh-tag-1 { top: 15%; left: -5%; animation: floatTag 4s ease-in-out infinite; }
.jh-tag-2 { top: 50%; right: -12%; animation: floatTag 4s ease-in-out infinite 1s; }
.jh-tag-3 { bottom: 15%; left: -8%; animation: floatTag 4s ease-in-out infinite 2s; }
@keyframes floatTag { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.jh-hero-wave { line-height: 0; }
.jh-hero-wave svg { width: 100%; display: block; }

/* ============================================================ BRAND BAR */
.jh-brand-bar { background: var(--jh-cream); padding: 20px 0; border-bottom: 2px solid var(--jh-border); }
.jh-brand-row { display: flex; gap: 0; justify-content: center; flex-wrap: wrap; }
.jh-brand-item { padding: 12px 40px; font-weight: 700; font-size: 0.9rem; color: var(--jh-gray); border-right: 1px solid var(--jh-border); cursor: pointer; transition: all 0.2s; letter-spacing: 0.02em; }
.jh-brand-item:last-child { border-right: none; }
.jh-brand-item:hover, .jh-brand-active { color: var(--jh-secondary); background: rgba(252,198,11,0.1); }

/* ============================================================ WHY SECTION */
.jh-why { padding: 80px 0; background: #fff; text-align: center; }
.jh-why .jh-divider { margin: 0 auto 24px; }
.jh-why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 40px; }
.jh-why-card {
  background: var(--jh-light); padding: 40px 32px; border-radius: var(--jh-radius-lg);
  border: 1px solid var(--jh-border); transition: all 0.3s; text-align: center;
  position: relative; overflow: hidden;
}
.jh-why-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--jh-primary), var(--jh-secondary)); transform: scaleX(0); transition: transform 0.3s; }
.jh-why-card:hover { transform: translateY(-6px); box-shadow: var(--jh-shadow-lg); }
.jh-why-card:hover::before { transform: scaleX(1); }
.jh-why-icon { font-size: 3rem; margin-bottom: 20px; display: block; }
.jh-why-card h3 { font-size: 1.15rem; font-weight: 800; color: var(--jh-secondary); margin-bottom: 12px; }
.jh-why-card p { color: var(--jh-gray); font-size: 0.95rem; line-height: 1.7; }

/* ============================================================ BRAND SHOWCASE */
.jh-showcase { background: var(--jh-secondary); overflow: hidden; }
.jh-showcase-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.jh-showcase-left { padding: 80px 60px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.jh-showcase-num { font-size: 6rem; font-weight: 900; color: rgba(255,255,255,0.06); line-height: 1; margin-bottom: -20px; }
.jh-showcase-line { width: 2px; height: 60px; background: var(--jh-primary); margin-bottom: 16px; }
.jh-showcase-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; color: rgba(255,255,255,0.5); text-transform: uppercase; margin-bottom: 32px; display: block; }
.jh-showcase-content h2 { font-size: clamp(1.6rem, 2.5vw, 2.4rem); font-weight: 800; color: var(--jh-white); line-height: 1.2; margin-bottom: 20px; }
.jh-showcase-content h2 .jh-accent { color: var(--jh-primary); }
.jh-showcase-content p { color: rgba(255,255,255,0.75); line-height: 1.7; font-size: 1rem; margin-bottom: 32px; }
.jh-showcase-right { background: rgba(255,255,255,0.04); padding: 60px 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; gap: 24px; }
.jh-showcase-badge {
  border: 2px dashed var(--jh-primary); border-radius: 50%; width: 100px; height: 100px;
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-size: 0.65rem; font-weight: 700; color: var(--jh-primary); letter-spacing: 0.05em;
  text-transform: uppercase; line-height: 1.3; padding: 8px;
}
.jh-showcase-products { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.jh-sp-card {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--jh-radius); padding: 24px 20px; text-align: center; min-width: 120px;
  transition: all 0.3s;
}
.jh-sp-card:hover { background: rgba(252,198,11,0.15); border-color: var(--jh-primary); }
.jh-sp-featured { background: rgba(252,198,11,0.15); border-color: var(--jh-primary); transform: scale(1.05); }
.jh-sp-emoji { font-size: 2.5rem; margin-bottom: 10px; display: block; }
.jh-sp-card strong { display: block; color: var(--jh-white); font-size: 0.85rem; margin-bottom: 4px; }
.jh-sp-card span { color: rgba(255,255,255,0.6); font-size: 0.75rem; }
.jh-showcase-name { color: rgba(255,255,255,0.5); font-size: 0.85rem; font-style: italic; }

/* ============================================================ PRODUCTS */
.jh-products { padding: 80px 0; background: var(--jh-light-gray); }
.jh-products .jh-section-label, .jh-products .jh-section-title { text-align: center; display: block; margin-left: auto; margin-right: auto; }
.jh-products .jh-divider { margin: 0 auto 40px; }
.jh-products-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.jh-product-card {
  background: var(--jh-white); border-radius: var(--jh-radius-lg); overflow: hidden;
  border: 1px solid var(--jh-border); box-shadow: var(--jh-shadow); transition: all 0.3s;
}
.jh-product-card:hover { transform: translateY(-6px); box-shadow: var(--jh-shadow-lg); border-color: var(--jh-primary); }
.jh-product-img-wrap { background: linear-gradient(135deg, var(--jh-cream), #fff8e0); padding: 40px 20px; text-align: center; }
.jh-product-emoji { font-size: 4rem; display: block; }
.jh-product-info { padding: 24px; }
.jh-product-info h3 { font-size: 1rem; font-weight: 800; color: var(--jh-secondary); margin-bottom: 10px; }
.jh-product-info p { color: var(--jh-gray); font-size: 0.875rem; line-height: 1.6; margin-bottom: 16px; }
.jh-see-more-wrap { text-align: center; margin-top: 40px; }

/* ============================================================ BENEFITS */
.jh-benefits { padding: 80px 0; background: #fff; }
.jh-benefits-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.jh-benefits-text .jh-divider { margin: 0 0 24px; }
.jh-benefits-text > p { color: var(--jh-gray); line-height: 1.7; margin-bottom: 32px; font-size: 1rem; }
.jh-benefit-list { display: flex; flex-direction: column; gap: 24px; margin-bottom: 36px; }
.jh-benefit-list li { display: flex; gap: 16px; align-items: flex-start; }
.jh-check { background: var(--jh-primary); color: var(--jh-secondary); width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.85rem; flex-shrink: 0; margin-top: 2px; }
.jh-benefit-list strong { font-size: 0.95rem; font-weight: 800; color: var(--jh-secondary); display: block; margin-bottom: 4px; }
.jh-benefit-list p { color: var(--jh-gray); font-size: 0.875rem; line-height: 1.6; margin: 0; }
.jh-benefits-visual { display: flex; align-items: center; justify-content: center; }
.jh-benefits-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; width: 100%; }
.jh-stat-box {
  background: linear-gradient(135deg, var(--jh-secondary), #001f5e);
  border-radius: var(--jh-radius-lg); padding: 32px 24px; text-align: center;
  border: 1px solid rgba(252,198,11,0.2);
}
.jh-stat-box:first-child { grid-column: 1/-1; background: linear-gradient(135deg, var(--jh-primary), var(--jh-primary-dark)); }
.jh-stat-box:first-child .jh-stat-num { color: var(--jh-secondary); }
.jh-stat-box:first-child .jh-stat-label { color: rgba(0,51,117,0.7); }
.jh-stat-num { font-size: 2.5rem; font-weight: 900; color: var(--jh-white); display: block; line-height: 1; margin-bottom: 8px; }
.jh-stat-label { font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.08em; display: block; }

/* ============================================================ CATEGORIES */
.jh-categories { padding: 80px 0; background: var(--jh-cream); }
.jh-categories .jh-section-label, .jh-categories .jh-section-title { text-align: center; display: block; margin-left: auto; margin-right: auto; }
.jh-categories .jh-divider { margin: 0 auto 40px; }
.jh-cat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.jh-cat-card {
  background: var(--jh-white); border-radius: var(--jh-radius-lg); padding: 40px 32px;
  text-align: center; border: 2px solid var(--jh-border); transition: all 0.3s;
  display: block; color: inherit;
}
.jh-cat-card:hover { border-color: var(--jh-primary); transform: translateY(-6px); box-shadow: var(--jh-shadow-lg); background: linear-gradient(135deg, #fffbee, #fff); }
.jh-cat-icon { font-size: 3.5rem; display: block; margin-bottom: 20px; }
.jh-cat-card h3 { font-size: 1.1rem; font-weight: 800; color: var(--jh-secondary); margin-bottom: 8px; }
.jh-cat-card p { color: var(--jh-gray); font-size: 0.875rem; margin-bottom: 20px; }
.jh-cat-link { color: var(--jh-primary); font-weight: 700; font-size: 0.9rem; border-bottom: 2px solid var(--jh-primary); padding-bottom: 2px; }

/* ============================================================ TESTIMONIALS */
.jh-testimonials { padding: 80px 0; background: linear-gradient(135deg, var(--jh-secondary) 0%, #001f5e 100%); }
.jh-testimonials .jh-section-label { text-align: center; display: block; }
.jh-testimonials .jh-section-title { text-align: center; color: var(--jh-white); margin-left: auto; margin-right: auto; }
.jh-testimonials .jh-section-title .jh-accent { color: var(--jh-primary); }
.jh-testimonials .jh-divider { margin: 0 auto 40px; }
.jh-testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.jh-testi-card {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--jh-radius-lg); padding: 36px 32px;
  transition: all 0.3s; backdrop-filter: blur(4px);
}
.jh-testi-card:hover { background: rgba(255,255,255,0.12); border-color: var(--jh-primary); transform: translateY(-4px); }
.jh-testi-stars { color: var(--jh-primary); font-size: 1.2rem; margin-bottom: 16px; letter-spacing: 2px; }
.jh-testi-card p { color: rgba(255,255,255,0.85); line-height: 1.7; font-size: 0.95rem; font-style: italic; margin-bottom: 20px; }
.jh-testi-author { color: var(--jh-primary); font-size: 0.85rem; font-weight: 700; }

/* ============================================================ INSTAGRAM */
.jh-instagram { padding: 80px 0; background: var(--jh-light-gray); }
.jh-insta-header { text-align: center; margin-bottom: 40px; }
.jh-insta-icon { font-size: 2.5rem; margin-bottom: 12px; display: block; }
.jh-insta-header h2 { font-size: 1.8rem; font-weight: 800; color: var(--jh-secondary); }
.jh-insta-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; }
.jh-insta-item {
  aspect-ratio: 1; background: linear-gradient(135deg, #e8efff, #d4e4ff);
  border-radius: var(--jh-radius-sm); display: flex; flex-direction: column;
  align-items: center; justify-content: center; font-size: 0.75rem;
  color: var(--jh-gray); text-align: center; padding: 12px;
  transition: all 0.3s; cursor: pointer; gap: 8px; border: 2px solid transparent;
}
.jh-insta-item:hover { border-color: var(--jh-primary); transform: scale(1.03); background: linear-gradient(135deg, #fff8e0, #fffbee); }
.jh-insta-item a { color: var(--jh-secondary); font-weight: 600; font-size: 0.7rem; }
.jh-insta-item a:hover { color: var(--jh-primary); }

/* ============================================================ CTA BANNER */
.jh-cta-banner {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--jh-primary) 0%, var(--jh-primary-dark) 100%);
  text-align: center; position: relative; overflow: hidden;
}
.jh-cta-banner::before { content: '🐾'; position: absolute; font-size: 15rem; opacity: 0.05; right: -2%; top: -20%; pointer-events: none; }
.jh-cta-banner h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900; color: var(--jh-secondary); margin-bottom: 16px; }
.jh-cta-banner p { color: rgba(0,51,117,0.75); font-size: 1.1rem; margin-bottom: 36px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ============================================================ FOOTER */
.site-footer, footer {
  background: var(--jh-secondary);
  color: rgba(255,255,255,0.85); padding: 60px 0 30px;
}
.site-footer .footer-inner, footer .footer-inner {
  max-width: var(--jh-max-width); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px;
}
.site-footer .footer-brand p, footer .footer-brand p { color: rgba(255,255,255,0.6); line-height: 1.7; font-size: 0.9rem; margin-top: 12px; }
.site-footer h3, footer h3 { color: var(--jh-primary); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; }
.site-footer a, footer a { color: rgba(255,255,255,0.7); font-size: 0.9rem; line-height: 2; transition: color 0.2s; }
.site-footer a:hover, footer a:hover { color: var(--jh-primary); }
.footer-bottom { max-width: var(--jh-max-width); margin: 40px auto 0; padding: 20px 24px 0; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; color: rgba(255,255,255,0.4); font-size: 0.8rem; }

/* ============================================================ RESPONSIVE */
@media (max-width: 1024px) {
  .jh-products-grid { grid-template-columns: repeat(2,1fr); }
  .jh-testi-grid { grid-template-columns: repeat(2,1fr); }
  .jh-insta-grid { grid-template-columns: repeat(3,1fr); }
  .site-footer .footer-inner, footer .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .jh-hero-inner { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .jh-hero-visual { display: none; }
  .jh-hero-badges { justify-content: center; }
  .jh-hero-btns { justify-content: center; }
  .jh-why-grid { grid-template-columns: 1fr; }
  .jh-showcase-split { grid-template-columns: 1fr; }
  .jh-products-grid { grid-template-columns: 1fr; }
  .jh-benefits-inner { grid-template-columns: 1fr; }
  .jh-cat-grid { grid-template-columns: 1fr; }
  .jh-testi-grid { grid-template-columns: 1fr; }
  .jh-insta-grid { grid-template-columns: repeat(2,1fr); }
  .site-footer .footer-inner, footer .footer-inner { grid-template-columns: 1fr; }
  .jh-brand-row { flex-direction: column; }
  .jh-brand-item { border-right: none; border-bottom: 1px solid var(--jh-border); text-align: center; }
  .jh-section-title { font-size: 1.8rem; }
}

/* ============================================================ WOOCOMMERCE OVERRIDES */
.woocommerce-message, .woocommerce-info { border-top-color: var(--jh-primary); }
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button { background: var(--jh-primary); color: var(--jh-secondary); font-weight: 700; border-radius: 50px; padding: 12px 28px; }
.woocommerce button.button:hover, .woocommerce a.button:hover { background: var(--jh-primary-dark); color: var(--jh-secondary); }
.woocommerce button.button.alt { background: var(--jh-secondary); color: var(--jh-white); }
.woocommerce button.button.alt:hover { background: var(--jh-secondary-light); }
.woocommerce .price { color: var(--jh-secondary); font-weight: 800; }
.woocommerce ul.products li.product .price { color: var(--jh-secondary); }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 50px; }


/* ============================================================
   BLOG / EDUCATIONAL CONTENT SECTION
   ============================================================ */

.jh-blog-section {
    padding: 80px 0;
    background: #fff;
}

.jh-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
}

@media (max-width: 900px) { .jh-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .jh-blog-grid { grid-template-columns: 1fr; } }

.jh-blog-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.jh-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.jh-blog-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1f5c 0%, #1a3a8c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jh-blog-placeholder {
    background: linear-gradient(135deg, #0a1f5c 0%, #1a3a8c 100%);
}

.jh-blog-icon { font-size: 48px; opacity: 0.8; }

.jh-blog-card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.jh-blog-meta {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.jh-blog-date { font-size: 12px; color: #888; }

.jh-blog-category {
    font-size: 11px;
    background: #f5c518;
    color: #0a1f5c;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.jh-blog-title {
    font-size: 18px;
    font-weight: 700;
    color: #0a1f5c;
    margin: 0 0 12px;
    line-height: 1.4;
}

.jh-blog-title a { color: inherit; text-decoration: none; }
.jh-blog-title a:hover { color: #f5c518; }

.jh-blog-excerpt {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 16px;
}

.jh-blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0a1f5c;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 2px solid #f5c518;
    padding-bottom: 2px;
    transition: color 0.3s;
    margin-top: auto;
    align-self: flex-start;
}

.jh-blog-read-more:hover { color: #f5c518; }
.jh-blog-footer { text-align: center; margin-top: 40px; }

.jh-blog-empty {
    text-align: center;
    padding: 40px;
    background: #f8f9fc;
    border-radius: 12px;
    color: #666;
}

/* ============================================================
   WOOCOMMERCE STYLES
   ============================================================ */

ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

@media (max-width: 900px) { ul.products { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 600px) { ul.products { grid-template-columns: 1fr !important; } }

ul.products li.product {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0 !important;
    margin: 0 !important;
}

ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.15);
}

ul.products li.product img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    background: linear-gradient(135deg, #0a1f5c, #1a3a8c);
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px;
    font-weight: 700;
    color: #0a1f5c;
    padding: 16px 16px 4px;
    margin: 0;
}

ul.products li.product .price {
    display: block;
    padding: 4px 16px 8px;
    font-size: 18px;
    font-weight: 800;
    color: #0a1f5c;
}

ul.products li.product .price del { color: #999; font-size: 13px; font-weight: 400; margin-right: 6px; }
ul.products li.product .price ins { text-decoration: none; color: #e67e00; }

ul.products li.product .button,
ul.products li.product a.button {
    display: block;
    margin: 0 16px 16px;
    padding: 10px 20px;
    background: #0a1f5c;
    color: #fff !important;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

ul.products li.product .button:hover,
ul.products li.product a.button:hover {
    background: #f5c518;
    color: #0a1f5c !important;
}

ul.products li.product .onsale {
    background: #f5c518 !important;
    color: #0a1f5c !important;
    font-weight: 800;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 12px;
}

.woocommerce-page .pp-page-wrapper,
.woocommerce .pp-page-wrapper {
    padding: 40px 20px 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.woocommerce h1.page-title,
.woocommerce-page h1.page-title {
    font-size: 36px;
    font-weight: 800;
    color: #0a1f5c;
    margin-bottom: 24px;
    text-align: center;
}

.single-product div.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    padding: 40px 0;
}

@media (max-width: 768px) { .single-product div.product { grid-template-columns: 1fr; } }

.single-product div.product .summary h1.product_title {
    font-size: 32px;
    font-weight: 800;
    color: #0a1f5c;
    margin-bottom: 12px;
    line-height: 1.2;
}

.single-product div.product .summary .price {
    font-size: 28px;
    font-weight: 800;
    color: #0a1f5c;
    margin-bottom: 20px;
}

.single-product div.product .summary .price del { color: #999; font-size: 18px; font-weight: 400; margin-right: 8px; }
.single-product div.product .summary .price ins { text-decoration: none; color: #e67e00; }

.single-product div.product .summary .single_add_to_cart_button {
    background: #0a1f5c !important;
    color: #fff !important;
    padding: 14px 36px !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

.single-product div.product .summary .single_add_to_cart_button:hover {
    background: #f5c518 !important;
    color: #0a1f5c !important;
}

.woocommerce table.shop_table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.woocommerce table.shop_table th {
    background: #0a1f5c;
    color: #fff;
    padding: 14px 18px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce table.shop_table td {
    padding: 14px 18px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.woocommerce table.shop_table .product-name a {
    color: #0a1f5c;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce .cart_totals {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.woocommerce .cart_totals h2 {
    font-size: 20px;
    font-weight: 800;
    color: #0a1f5c;
    margin-bottom: 20px;
}

.woocommerce a.checkout-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button {
    display: block;
    width: 100%;
    padding: 16px;
    background: #0a1f5c !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    text-align: center;
    text-decoration: none !important;
    margin-top: 20px;
    transition: background 0.3s;
}

.woocommerce a.checkout-button:hover {
    background: #f5c518 !important;
    color: #0a1f5c !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #0a1f5c;
    outline: none;
}

#place_order {
    display: block;
    width: 100%;
    padding: 16px !important;
    background: #0a1f5c !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
}

#place_order:hover {
    background: #f5c518 !important;
    color: #0a1f5c !important;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button {
    background: #0a1f5c !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 10px 24px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #f5c518 !important;
    color: #0a1f5c !important;
}

.woocommerce-message,
.woocommerce-info {
    background: #f0f7ff !important;
    border-left: 4px solid #0a1f5c !important;
    color: #0a1f5c !important;
    padding: 16px 20px !important;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
}

.pp-woo-wrap {
    padding: 40px 0 80px;
    min-height: 50vh;
}
