/*
Theme Name: Sriguna Computindo
Theme URI: https://srigunacomputindo.com
Author: Sriguna Computindo
Author URI: https://srigunacomputindo.com
Description: Website resmi Sriguna Computindo â€” Jual Beli Komputer Bekas dan Laptop Bekas Berkualitas. Theme modern, responsive, dan SEO-friendly.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sriguna
Tags: one-page, custom-logo, custom-menu, featured-images, translation-ready, responsive
*/

/* ============================================
   CSS RESET & BASE
   ============================================ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  color: var(--text-primary);
  background-color: var(--bg-white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
}

/* ============================================
   CSS CUSTOM PROPERTIES (DESIGN TOKENS)
   ============================================ */
:root {
  /* Primary Colors â€” Blue Gradient */
  --primary-50: #E3F2FD;
  --primary-100: #BBDEFB;
  --primary-200: #90CAF9;
  --primary-300: #64B5F6;
  --primary-400: #42A5F5;
  --primary-500: #1E88E5;
  --primary-600: #1565C0;
  --primary-700: #0D47A1;
  --primary-800: #0A3A8A;
  --primary-900: #072D6F;

  /* Secondary Colors â€” Dark Gray */
  --secondary-50: #ECEFF1;
  --secondary-100: #CFD8DC;
  --secondary-200: #B0BEC5;
  --secondary-300: #90A4AE;
  --secondary-400: #78909C;
  --secondary-500: #607D8B;
  --secondary-600: #546E7A;
  --secondary-700: #455A64;
  --secondary-800: #37474F;
  --secondary-900: #263238;

  /* Accent Colors â€” Gold/Yellow */
  --accent-300: #FFD54F;
  --accent-400: #FFCA28;
  --accent-500: #F5A623;
  --accent-600: #F09000;
  --accent-700: #E65100;

  /* Semantic Colors */
  --success: #4CAF50;
  --warning: #FF9800;
  --error: #F44336;
  --info: #2196F3;

  /* Text Colors */
  --text-primary: #1A1A2E;
  --text-secondary: #4A5568;
  --text-tertiary: #6B7280;
  --text-light: #9CA3AF;
  --text-white: #FFFFFF;
  --text-accent: var(--accent-500);

  /* Background Colors */
  --bg-white: #FFFFFF;
  --bg-light: #F5F7FA;
  --bg-gray: #EDF2F7;
  --bg-dark: #0F172A;
  --bg-dark-secondary: #1E293B;
  --bg-overlay: rgba(15, 23, 42, 0.85);

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-800) 100%);
  --gradient-primary-light: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  --gradient-dark: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  --gradient-hero: linear-gradient(160deg, #0a1628 0%, #0d2847 40%, #0f3060 100%);
  --gradient-accent: linear-gradient(135deg, var(--accent-500) 0%, var(--accent-600) 100%);
  --gradient-glass: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 14px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 20px 50px rgba(0, 0, 0, 0.15);
  --shadow-primary: 0 8px 30px rgba(21, 101, 192, 0.3);
  --shadow-accent: 0 8px 30px rgba(245, 166, 35, 0.3);
  --shadow-card: 0 2px 20px rgba(0, 0, 0, 0.06);

  /* Border */
  --border-light: 1px solid rgba(0, 0, 0, 0.06);
  --border-color: #E5E7EB;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 50px;

  /* Spacing */
  --section-padding: 80px 0;
  --container-max: 1200px;
  --container-padding: 0 20px;

  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-bounce: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
}

h1 { font-size: 2.25rem; }
h2 { font-size: 1.875rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

p {
  color: var(--text-secondary);
  line-height: 1.7;
}

.text-highlight {
  color: var(--accent-500);
}

.section-label {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-600);
  margin-bottom: 8px;
}

.section-title {
  font-size: 1.875rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.section-desc {
  font-size: 1rem;
  color: var(--text-tertiary);
  max-width: 600px;
}

/* ============================================
   LAYOUT UTILITIES
   ============================================ */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--container-padding);
}

.section {
  padding: var(--section-padding);
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: var(--radius-full);
  transition: all var(--transition-base);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.btn:hover::after {
  opacity: 1;
}

.btn-primary {
  background: var(--gradient-primary);
  color: var(--text-white);
  box-shadow: var(--shadow-primary);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(21, 101, 192, 0.4);
}

.btn-outline {
  background: transparent;
  color: var(--text-primary);
  border: 2px solid var(--secondary-900);
}

.btn-outline:hover {
  background: var(--secondary-900);
  color: var(--text-white);
  transform: translateY(-2px);
}

.btn-accent {
  background: var(--gradient-accent);
  color: var(--text-white);
  box-shadow: var(--shadow-accent);
}

.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(245, 166, 35, 0.4);
}

.btn-white {
  background: var(--bg-white);
  color: var(--primary-700);
  box-shadow: var(--shadow-md);
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-icon {
  font-size: 1.1rem;
}

/* ============================================
   NAVBAR
   ============================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: var(--border-light);
  transition: all var(--transition-base);
  height: 72px;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-md);
  height: 64px;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.navbar-logo img {
  height: 40px;
  width: auto;
}

.navbar-logo span {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--primary-700);
  letter-spacing: -0.5px;
}

.nav-menu {
  display: none;
  align-items: center;
  gap: 4px;
}

.nav-menu a {
  padding: 8px 16px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
  transition: all var(--transition-base);
  position: relative;
}

.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 16px;
  right: 16px;
  height: 2px;
  background: var(--gradient-primary);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform var(--transition-base);
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--primary-600);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
  transform: scaleX(1);
}

.nav-cta {
  display: none;
  align-items: center;
  gap: 8px;
}

.nav-cta .btn {
  padding: 10px 22px;
  font-size: 0.875rem;
}

.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary-700);
  background: var(--primary-50);
  border: 2px solid var(--primary-200);
  border-radius: var(--radius-full);
  transition: all var(--transition-base);
}

.nav-phone:hover {
  background: var(--primary-600);
  color: var(--text-white);
  border-color: var(--primary-600);
}

.nav-phone svg {
  width: 16px;
  height: 16px;
}

/* Mobile Menu Toggle */
.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  cursor: pointer;
  z-index: 1001;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all var(--transition-base);
}

.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu Overlay */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 380px;
  height: 100vh;
  background: var(--bg-white);
  z-index: 999;
  padding: 90px 24px 24px;
  transition: right var(--transition-base);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-base);
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--text-primary);
  border-radius: var(--radius-md);
  transition: all var(--transition-base);
  border-bottom: 1px solid var(--bg-gray);
}

.mobile-menu a:hover,
.mobile-menu a.active {
  background: var(--primary-50);
  color: var(--primary-600);
}

.mobile-menu .mobile-cta {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
}

.mobile-menu .btn {
  width: 100%;
  justify-content: center;
  margin-bottom: 12px;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  position: relative;
  padding: 120px 0 60px;
  background: var(--gradient-hero);
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(21, 101, 192, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: heroGlow 8s ease-in-out infinite alternate;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: heroGlow 10s ease-in-out infinite alternate-reverse;
}

@keyframes heroGlow {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.2) translate(30px, -20px); }
}

.hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.hero-content {
  text-align: left;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  background: rgba(245, 166, 35, 0.15);
  border: 1px solid rgba(245, 166, 35, 0.3);
  border-radius: var(--radius-full);
  margin-bottom: 24px;
  animation: fadeInDown 0.8s ease;
}

.hero-badge span {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--accent-400);
  letter-spacing: 1px;
  text-transform: uppercase;
}
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary-700);
  background: var(--primary-50);
  border: 2px solid var(--primary-200);
  border-radius: var(--radius-full);
  transition: all var(--transition-base);
}

.nav-phone:hover {
  background: var(--primary-600);
  color: var(--text-white);
  border-color: var(--primary-600);
}

.nav-phone svg {
  width: 16px;
  height: 16px;
}

/* Mobile Menu Toggle */
.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  cursor: pointer;
  z-index: 1001;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all var(--transition-base);
}

.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu Overlay */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 380px;
  height: 100vh;
  background: var(--bg-white);
  z-index: 999;
  padding: 90px 24px 24px;
  transition: right var(--transition-base);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-base);
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--text-primary);
  border-radius: var(--radius-md);
  transition: all var(--transition-base);
  border-bottom: 1px solid var(--bg-gray);
}

.mobile-menu a:hover,
.mobile-menu a.active {
  background: var(--primary-50);
  color: var(--primary-600);
}

.mobile-menu .mobile-cta {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
}

.mobile-menu .btn {
  width: 100%;
  justify-content: center;
  margin-bottom: 12px;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  position: relative;
  padding: 120px 0 60px;
  background: var(--gradient-hero);
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(21, 101, 192, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: heroGlow 8s ease-in-out infinite alternate;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: heroGlow 10s ease-in-out infinite alternate-reverse;
}

@keyframes heroGlow {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.2) translate(30px, -20px); }
}

.hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.hero-content {
  text-align: left;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  background: rgba(245, 166, 35, 0.15);
  border: 1px solid rgba(245, 166, 35, 0.3);
  border-radius: var(--radius-full);
  margin-bottom: 24px;
  animation: fadeInDown 0.8s ease;
}

.hero-badge span {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--accent-400);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-white);
  line-height: 1.15;
  margin-bottom: 20px;
  animation: fadeInUp 0.8s ease 0.1s both;
}

.hero h1 .highlight {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 32px;
  animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  justify-content: flex-start;
  animation: fadeInUp 0.8s ease 0.3s both;
}

.hero-feature {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 8px 4px 0;
  background: transparent;
  border: none;
  transition: all var(--transition-base);
}

.hero-feature:hover {
  transform: translateY(-2px);
}

.hero-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  flex-shrink: 0;
}

.hero-feature-icon svg {
  width: 24px;
  height: 24px;
  color: var(--accent-400);
}

.hero-feature-text h4 {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 4px;
}

.hero-feature-text p {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  animation: fadeInUp 0.8s ease 0.4s both;
}

.hero-buttons .btn {
  padding: 10px 24px;
  font-size: 0.875rem;
}

.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  animation: fadeInUp 1s ease 0.5s both;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.8)) drop-shadow(0 0 30px rgba(56, 189, 248, 0.4));
}

.hero-badge-check {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  animation: floatBadge 3s ease-in-out infinite;
}

.hero-badge-check .check-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  border-radius: 50%;
  color: var(--text-white);
}

.hero-badge-check .check-icon svg {
  width: 18px;
  height: 18px;
}

.hero-badge-check span {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ============================================
   STATS BAR
   ============================================ */
.stats-bar {
  position: relative;
  margin-top: -40px;
  z-index: 10;
  padding: 0 0 60px;
}

.stats-container {
  background: var(--gradient-primary);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
  box-shadow: var(--shadow-xl);
  position: relative;
  overflow: hidden;
}

.stats-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-glass);
  border-radius: var(--radius-xl);
}

.stats-label {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.stat-item {
  text-align: center;
  padding: 8px;
}

.stat-icon {
  margin: 0 auto 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-sm);
}

.stat-icon svg {
  width: 20px;
  height: 20px;
  color: var(--text-white);
}

.stat-number {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--text-white);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-text {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

/* ============================================
   PRODUCTS SECTION
   ============================================ */
.products {
  padding: 60px 0 80px;
  background: var(--bg-white);
}

.products-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.products-header-left .section-title {
  font-size: 1.75rem;
}

.products-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.products-header-right p {
  font-size: 0.9375rem;
  color: var(--text-tertiary);
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--primary-600);
  padding: 10px 24px;
  border: 2px solid var(--primary-600);
  border-radius: var(--radius-full);
  transition: all var(--transition-base);
}

.btn-link:hover {
  background: var(--primary-600);
  color: var(--text-white);
  transform: translateY(-2px);
}

.btn-link svg {
  width: 16px;
  height: 16px;
  transition: transform var(--transition-base);
}

.btn-link:hover svg {
  transform: translateX(4px);
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

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

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

.product-card-image {
  position: relative;
  padding: 24px;
  background: var(--bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  overflow: hidden;
}

.product-card-image img {
  max-height: 160px;
  width: auto;
  object-fit: contain;
  transition: transform var(--transition-slow);
}

.product-card:hover .product-card-image img {
  transform: scale(1.05);
}

.product-card-content {
  padding: 20px;
}

.product-card-content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.product-card-content p {
  font-size: 0.875rem;
  color: var(--text-tertiary);
  margin-bottom: 16px;
  line-height: 1.6;
}

.product-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary-600);
  transition: all var(--transition-base);
}

.product-card-link svg {
  width: 16px;
  height: 16px;
  transition: transform var(--transition-base);
}

.product-card-link:hover {
  color: var(--primary-700);
}

.product-card-link:hover svg {
  transform: translateX(4px);
}

/* ============================================
   SELL TO US (CTA BANNER)
   ============================================ */
.sell-section {
  padding: 0 0 80px;
}

.sell-banner {
  position: relative;
  background: var(--gradient-dark);
  border-radius: var(--radius-xl);
  padding: 40px 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.sell-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(21, 101, 192, 0.2) 0%, transparent 70%);
  border-radius: 50%;
}

.sell-content {
  position: relative;
  z-index: 2;
}

.sell-content .section-label {
  color: var(--primary-300);
}

.sell-content h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 12px;
  line-height: 1.2;
}

.sell-content h2 .highlight {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sell-content > p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
  line-height: 1.7;
}

.sell-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.sell-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-full);
}

.sell-benefit-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary-light);
  border-radius: 50%;
  flex-shrink: 0;
}

.sell-benefit-icon svg {
  width: 14px;
  height: 14px;
  color: var(--text-white);
}

.sell-benefit span {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.3;
}

.sell-image {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-white, #ffffff);
  border-radius: var(--radius-xl, 24px);
  padding: 32px;
  box-shadow: var(--shadow-lg);
  height: 100%;
}

.sell-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.sell-badge {
  position: absolute;
  bottom: 20px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: var(--gradient-primary);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-primary);
  animation: floatBadge 3s ease-in-out infinite;
}

.sell-badge-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.sell-badge-icon svg {
  width: 20px;
  height: 20px;
  color: var(--text-white);
}

.sell-badge-text h4 {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-white);
}

.sell-badge-text p {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.7);
}

/* ============================================
   HOW IT WORKS
   ============================================ */
.how-it-works {
  padding: 80px 0;
  background: var(--bg-light);
}

.how-it-works .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.how-it-works .section-title {
  font-size: 1.875rem;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.step-card {
  text-align: center;
  padding: 32px 20px;
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  transition: all var(--transition-base);
  position: relative;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.step-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-primary);
  transition: all var(--transition-base);
}

.step-card:hover .step-icon {
  transform: scale(1.1);
}

.step-icon svg {
  width: 28px;
  height: 28px;
  color: var(--text-white);
}

.step-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.step-card p {
  font-size: 0.875rem;
  color: var(--text-tertiary);
  line-height: 1.6;
}

.step-number {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-accent);
  border-radius: 50%;
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--text-white);
  box-shadow: var(--shadow-accent);
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials {
  padding: 80px 0;
  background: var(--bg-white);
}

.testimonials .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.testimonials .section-title {
  font-size: 1.875rem;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonial-card {
  min-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.testimonial-card-inner {
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: all var(--transition-base);
}

.testimonial-card-inner:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--primary-200);
}

.testimonial-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
}

.testimonial-stars svg {
  width: 18px;
  height: 18px;
  color: var(--accent-500);
  fill: var(--accent-500);
}

.testimonial-card-inner blockquote {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  font-size: 1.125rem;
  font-weight: 700;
  flex-shrink: 0;
}

.testimonial-author-info h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--text-primary);
}

.testimonial-author-info p {
  font-size: 0.8125rem;
  color: var(--text-tertiary);
}

/* Testimonial Dots */
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border-color);
  cursor: pointer;
  transition: all var(--transition-base);
  border: none;
  padding: 0;
}

.testimonial-dot.active {
  background: var(--primary-600);
  width: 32px;
  border-radius: 5px;
}

/* ============================================
   WHATSAPP FLOATING BUTTON
   ============================================ */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #25D366;
  color: var(--text-white);
  border-radius: 50%;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
  transition: all var(--transition-base);
  animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
}

@keyframes whatsappPulse {
  0%, 100% { box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 8px 40px rgba(37, 211, 102, 0.6); }
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--bg-dark);
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  max-width: 320px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.footer-logo img {
  height: 65px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-logo span {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--text-white);
}

.footer-brand > p {
  font-size: 0.875rem;
  color: var(--text-white);
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  color: rgba(255, 255, 255, 0.6);
  transition: all var(--transition-base);
}

.footer-social a:hover {
  background: var(--primary-600);
  border-color: var(--primary-600);
  color: var(--text-white);
  transform: translateY(-3px);
}

.footer-social svg {
  width: 18px;
  height: 18px;
}

.footer-col h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 12px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: var(--gradient-accent);
  border-radius: 2px;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 0.875rem;
  color: var(--text-white);
  transition: all var(--transition-base);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-col ul li a:hover {
  color: var(--text-white);
  transform: translateX(4px);
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px !important;
}

.footer-contact-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-icon svg {
  width: 16px;
  height: 16px;
  color: var(--primary-400);
}

.footer-contact li span {
  font-size: 0.875rem;
  color: var(--text-white);
  line-height: 1.6;
}

.footer-bottom {
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.8125rem;
  color: var(--text-white);
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Scroll Reveal Animation Classes */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

/* Staggered animation delays */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

/* ============================================
   RESPONSIVE: TABLET (768px+)
   ============================================ */
@media (min-width: 480px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  :root {
    --section-padding: 100px 0;
    --container-padding: 0 32px;
  }

  h1 { font-size: 2.75rem; }
  h2 { font-size: 2.25rem; }

  .section-title {
    font-size: 2.25rem;
  }

  /* Hero */
  .hero {
    padding: 140px 0 80px;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero-features {
    gap: 16px;
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .stat-number {
    font-size: 2rem;
  }

  /* Products */
  .products-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .products-header-right {
    align-items: flex-end;
    text-align: right;
  }

  /* Sell Banner */
  .sell-banner {
    padding: 48px 40px;
  }

  /* Testimonials */
  .testimonial-card {
    min-width: 50%;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 40px;
  }
}

/* ============================================
   RESPONSIVE: DESKTOP (1024px+)
   ============================================ */
@media (min-width: 1024px) {
  :root {
    --container-padding: 0 40px;
  }

  /* Navbar */
  .nav-toggle {
    display: none;
  }

  .nav-menu {
    display: flex;
  }

  .nav-cta {
    display: flex;
  }

  .mobile-menu,
  .mobile-menu-overlay {
    display: none !important;
  }

  /* Hero */
  .hero {
    padding: 140px 0 100px;
  }

  .hero .container {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .hero-content {
    text-align: left;
    max-width: 540px;
    padding-right: 20px;
  }

  .hero h1 {
    font-size: 2.75rem;
  }

  .hero-desc {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-features {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: flex-start;
  }

  .hero-buttons {
    justify-content: flex-start;
  }

  .hero-image {
    position: relative;
    width: 100%;
    margin-left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
  }

  .hero-image img {
    width: 100%;
    max-width: 100%;
    transform: scale(1.05) translateY(-5%);
    filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.8)) drop-shadow(0 0 30px rgba(56, 189, 248, 0.4));
  }

  /* Products */
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .products-header-left .section-title {
    font-size: 2rem;
  }

  /* Sell Banner */
  .sell-banner {
    grid-template-columns: 4.2fr 5.8fr;
    padding: 56px 48px;
  }

  .sell-content h2 {
    font-size: 2rem;
  }

  /* Steps */
  .steps-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  /* Testimonials */
  .testimonial-card {
    min-width: 33.333%;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 40px;
  }
}

/* ============================================
   RESPONSIVE: LARGE DESKTOP (1200px+)
   ============================================ */
@media (min-width: 1200px) {
  .hero h1 {
    font-size: 3.25rem;
  }


  .hero-desc {
    font-size: 1.0625rem;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .stats-container {
    padding: 40px 60px;
  }

  .stat-number {
    font-size: 2.5rem;
  }
}

/* ============================================
   WORDPRESS SPECIFIC
   ============================================ */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Screen reader text */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ============================================
   BLOG PAGE STYLES
   ============================================ */
.blog-page-container {
    padding-top: 130px;
    padding-bottom: 80px;
    background-color: var(--bg-white);
}

.blog-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

@media (max-width: 991px) {
    .blog-layout {
        grid-template-columns: 1fr;
    }
}

.blog-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Hero Card */
.blog-hero-card {
    position: relative;
    border-radius: var(--radius-lg, 12px);
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow-md, 0 4px 6px rgba(0,0,0,0.1));
    text-decoration: none;
    color: #fff;
}

.blog-hero-card .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 100%);
    z-index: 1;
}

.blog-hero-card .hero-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    width: 100%;
}

.hero-meta {
    display: flex;
    gap: 10px;
    font-size: 0.875rem;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.hero-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.hero-title a {
    color: #fff;
    text-decoration: none;
}

.hero-title a:hover {
    color: var(--primary-500);
}

.hero-excerpt {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* List Card */
.blog-list-card {
    display: flex;
    background: var(--surface-color, #fff);
    border-radius: var(--radius-lg, 12px);
    overflow: hidden;
    box-shadow: var(--shadow-sm, 0 2px 4px rgba(0,0,0,0.05));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-list-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md, 0 4px 6px rgba(0,0,0,0.1));
}

.list-card-image {
    width: 250px;
    flex-shrink: 0;
}

.list-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.list-title a {
    color: var(--text-primary, #333);
    text-decoration: none;
}

.list-title a:hover {
    color: var(--primary-500);
}

.list-excerpt {
    font-size: 0.9375rem;
    color: var(--text-secondary, #666);
    margin-bottom: 15px;
    line-height: 1.6;
}

.list-meta {
    font-size: 0.8125rem;
    color: var(--text-tertiary, #999);
}

@media (max-width: 768px) {
    .blog-list-card {
        flex-direction: column;
    }
    .list-card-image {
        width: 100%;
        height: 200px;
    }
}

/* Sidebar */
.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.widget {
    background: var(--surface-color, #fff);
    padding: 25px;
    border-radius: var(--radius-lg, 12px);
    box-shadow: var(--shadow-sm, 0 2px 4px rgba(0,0,0,0.05));
}

.widget-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: var(--primary-500);
    border-radius: 2px;
}

.search-form {
    display: flex;
    position: relative;
}

.search-field {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1px solid var(--border-color, #eee);
    border-radius: var(--radius-md, 8px);
    outline: none;
    transition: border-color 0.3s ease;
}

.search-field:focus {
    border-color: var(--primary-500);
}

.search-submit {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 35px;
    background: none;
    border: none;
    color: var(--text-secondary, #666);
    cursor: pointer;
    border-radius: var(--radius-sm, 4px);
}

.search-submit:hover {
    color: var(--primary-500);
}

.widget-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color, #eee);
}

.widget-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-post-title {
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}

.widget-post-title a {
    color: var(--text-primary, #333);
    text-decoration: none;
}

.widget-post-title a:hover {
    color: var(--primary-500);
}

.widget-post-date {
    font-size: 0.75rem;
    color: var(--text-tertiary, #999);
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--radius-md, 8px);
    background: var(--surface-color, #fff);
    color: var(--text-primary, #333);
    text-decoration: none;
    font-weight: 600;
    box-shadow: var(--shadow-sm, 0 2px 4px rgba(0,0,0,0.05));
    transition: all 0.3s ease;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: var(--primary-500);
    color: #fff;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    width: auto;
    padding: 0 15px;
}

/* Blog Single Content */
.post-content h2 { font-size: 1.5rem; margin-top: 1.5rem; margin-bottom: 0.75rem; }
.post-content h3 { font-size: 1.25rem; margin-top: 1.2rem; margin-bottom: 0.6rem; }

/* Fix Visited Links */
.nav-menu a:visited, 
.mobile-menu a:not(.btn):visited {
    color: var(--text-primary, #333);
}
.nav-menu a.active:visited, 
.mobile-menu a.active:visited {
    color: var(--primary-500, #1E88E5);
}
.footer-col ul li a:visited {
    color: var(--text-white);
}
