/*
Theme Name:   GeneratePress AI Child - Jasa Pasang AC Malang
Theme URI:    https://jasapasangacmalang.web.id
Description:  High-End Modern & pSEO AC Installation Theme for Jasa Pasang AC Malang.
Author:       Jasa Pasang AC Malang Team
Template:     generatepress
Version:      3.6.0
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --ac-primary: #0284c7;
  --ac-primary-dark: #0369a1;
  --ac-navy: #0f172a;
  --ac-navy-dark: #090d16;
  --ac-accent: #f59e0b;
  --ac-accent-hover: #d97706;
  --ac-success: #16a34a;
  --ac-success-dark: #15803d;
  --ac-gray-bg: #f8fafc;
  --ac-border: #e2e8f0;
  --ac-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --ac-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);
  --ac-shadow-md: 0 10px 30px rgba(0, 0, 0, 0.08);
  --ac-shadow-lg: 0 18px 40px -4px rgba(15, 23, 42, 0.12);
}

*, *::before, *::after {
  box-sizing: border-box !important;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  font-family: var(--ac-font) !important;
  background-color: #ffffff !important;
  color: #334155 !important;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

/* Remove GP Parent layout restrictions */
#page, .site, #content, .site-content, .site-main, article, .inside-article {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Container Centering for Body Sections */
.ac-container {
  width: 100% !important;
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  box-sizing: border-box !important;
}

/* Full Width Container for Header & Footer */
.ac-container-full {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: clamp(1rem, 2.5vw, 2.5rem) !important;
  padding-right: clamp(1rem, 2.5vw, 2.5rem) !important;
  box-sizing: border-box !important;
}

/* ==========================================================================
   TOP BAR & HEADER NAVIGATION
   ========================================================================== */
.ac-top-bar {
  background: var(--ac-navy-dark);
  color: #cbd5e1;
  font-size: 0.825rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box !important;
}

.ac-top-bar a {
  color: #38bdf8;
  text-decoration: none;
  font-weight: 700;
}

.ac-top-bar a:hover {
  text-decoration: underline;
}

.ac-main-header {
  background: #0f172a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: sticky;
  top: 0;
  z-index: 999;
  box-sizing: border-box !important;
}

.ac-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-sizing: border-box !important;
}

.ac-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  flex-shrink: 0;
}

.ac-brand-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #0284c7 0%, #38bdf8 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 4px 10px rgba(2, 132, 199, 0.4);
}

.ac-brand-title {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

/* Desktop Nav Menu */
.ac-desktop-nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.ac-nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.2rem;
  flex-wrap: nowrap;
}

.ac-nav-menu li a {
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.835rem;
  padding: 6px 10px;
  border-radius: 6px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.ac-nav-menu li a:hover,
.ac-nav-menu li.current-menu-item a {
  background: rgba(255, 255, 255, 0.12);
  color: #38bdf8;
}

/* Redesigned Search Box v2 (Glassmorphic Expanding Pill) */
.ac-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.ac-search-box-v2 {
  position: relative;
  display: flex;
  align-items: center;
}

.ac-search-v2-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: #94a3b8;
  pointer-events: none;
  z-index: 5;
  transition: color 0.2s ease;
}

.ac-search-box-v2 .ac-search-v2-input,
input[type="search"].ac-search-v2-input,
.ac-search-v2-input {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  padding: 8px 30px 8px 38px !important;
  border-radius: 9999px !important;
  font-size: 0.825rem !important;
  font-weight: 500 !important;
  width: 140px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: var(--ac-font) !important;
  box-sizing: border-box !important;
  line-height: normal !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.ac-search-box-v2 .ac-search-v2-input:hover,
input[type="search"].ac-search-v2-input:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.ac-search-box-v2 .ac-search-v2-input:focus,
input[type="search"].ac-search-v2-input:focus {
  width: 220px;
  background: #ffffff !important;
  color: #0f172a !important;
  outline: none !important;
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25) !important;
  padding-left: 38px !important;
}

.ac-search-box-v2:focus-within .ac-search-v2-icon {
  color: #0284c7;
}

.ac-search-v2-kbd {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  color: #cbd5e1;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 4px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.2s ease;
}

.ac-search-box-v2:focus-within .ac-search-v2-kbd {
  opacity: 0;
}

.ac-btn-header-wa {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.825rem;
  padding: 7px 14px;
  border-radius: 8px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 10px rgba(22, 163, 74, 0.35);
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.ac-btn-header-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(22, 163, 74, 0.5);
}

/* Mobile Toggle */
.ac-mobile-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  width: 36px;
  height: 36px;
  padding: 8px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  flex-shrink: 0;
}

.ac-mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
}

/* Mobile Drawer */
.ac-nav-mobile-drawer {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  background: #0f172a;
  z-index: 10000;
  box-shadow: -6px 0 25px rgba(0, 0, 0, 0.4);
  transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.ac-nav-mobile-drawer.is-open {
  right: 0;
}

.ac-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ac-drawer-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.75rem;
  cursor: pointer;
  line-height: 1;
}

.ac-drawer-search-wrapper {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ac-drawer-body {
  padding: 16px 0;
}

.ac-mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ac-mobile-menu li a {
  display: block;
  padding: 12px 24px;
  color: #e2e8f0;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ac-mobile-menu li a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #38bdf8;
}

.ac-drawer-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.ac-drawer-backdrop.is-active {
  opacity: 1;
  visibility: visible;
}

/* Breakpoint for Laptop/Desktop: switch to drawer on narrow screens */
@media (max-width: 1180px) {
  .ac-desktop-nav, .ac-search-box-v2 {
    display: none;
  }
  .ac-mobile-toggle {
    display: flex;
  }
}

/* ==========================================================================
   BUTTONS & ACCENTS
   ========================================================================== */
.ac-btn-primary {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

.ac-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(2, 132, 199, 0.45);
}

.ac-btn-green {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 13px 26px;
  border-radius: 10px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

.ac-btn-green:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(22, 163, 74, 0.5);
}

.ac-btn-outline {
  background: #ffffff;
  color: #0f172a !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 24px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.ac-btn-outline:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  transform: translateY(-2px);
}

/* ==========================================================================
   HERO SECTION (SPACIOUS & NEVER OVERLAPPED)
   ========================================================================== */
.ac-hero {
  padding-top: clamp(3.5rem, 6vw, 5.5rem) !important;
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem) !important;
  background: radial-gradient(circle at 10% 20%, rgba(2, 132, 199, 0.08) 0%, rgba(255, 255, 255, 1) 90%);
  border-bottom: 1px solid #e2e8f0;
  box-sizing: border-box !important;
}

.ac-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.ac-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eff6ff;
  color: #0284c7;
  border: 1px solid #dbeafe;
  padding: 7px 18px;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.ac-hero h1 {
  font-size: clamp(2.1rem, 4vw + 0.5rem, 3.35rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0 0 1.25rem 0;
}

.ac-hero-desc {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
  margin: 0 0 1.75rem 0;
}

.ac-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.ac-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
  box-shadow: var(--ac-shadow-sm);
}

.ac-trust-pill span {
  color: #16a34a;
  font-weight: 800;
}

.ac-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.ac-hero-rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.885rem;
  color: #475569;
}

.ac-rating-stars {
  color: #f59e0b;
  font-size: 1.15rem;
  letter-spacing: 2px;
}

/* Hero Right Interactive Box */
.ac-hero-card {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: var(--ac-shadow-lg);
}

.ac-hero-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0.5rem 0 0.25rem;
}

.ac-hero-card p {
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 1.25rem;
}

.ac-quick-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ac-quick-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.2rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.ac-quick-item:hover {
  background: #eff6ff;
  border-color: #93c5fd;
  transform: translateX(4px);
}

.ac-quick-info strong {
  display: block;
  font-size: 0.95rem;
  color: #0f172a;
}

.ac-quick-info span {
  font-size: 0.8125rem;
  color: #0284c7;
  font-weight: 700;
}

.ac-quick-arrow {
  color: #94a3b8;
  font-weight: 800;
}

.ac-quick-item:hover .ac-quick-arrow {
  color: #0284c7;
}

@media (max-width: 900px) {
  .ac-hero-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   SECTIONS & BENTO 3-COLUMN MEMANJANG CARDS
   ========================================================================== */
.ac-section {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.ac-section-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(2.5rem, 4vw, 3.5rem);
}

.ac-section-title h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.35rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.02em;
}

.ac-section-title p {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* 6 Why-us Bento Grid */
.ac-why-grid-6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.ac-why-card-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: var(--ac-shadow-sm);
  transition: all 0.25s ease;
}

.ac-why-card-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--ac-shadow-md);
  border-color: #cbd5e1;
}

.ac-why-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.ac-why-card-item h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.5rem 0;
}

.ac-why-card-item p {
  font-size: 0.885rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* 3-Column Memanjang Horizontal Cards */
.ac-why-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.ac-memanjang-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  box-shadow: var(--ac-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ac-memanjang-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ac-shadow-md);
  border-color: #cbd5e1;
}

.ac-card-icon-wrapper {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.ac-card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ac-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}

.ac-card-head h3 {
  font-size: 1.08rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.ac-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 6px;
}

.tag-blue { background: #eff6ff; color: #0284c7; border: 1px solid #dbeafe; }
.tag-green { background: #f0fdf4; color: #16a34a; border: 1px solid #dcfce7; }
.tag-amber { background: #fffbeb; color: #d97706; border: 1px solid #fef3c7; }

.ac-card-info p {
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.55;
  margin: 0 0 0.85rem 0;
}

.ac-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.85rem;
  padding-top: 0.65rem;
  border-top: 1px dashed #f1f5f9;
  font-size: 0.77rem;
  font-weight: 600;
  color: #334155;
}

@media (max-width: 1024px) {
  .ac-why-grid-3col {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   SERVICES GRID (6 MODULES)
   ========================================================================== */
.ac-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.75rem;
}

.ac-service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
  box-shadow: var(--ac-shadow-sm);
}

.ac-service-card:hover {
  transform: translateY(-5px);
  border-color: #93c5fd;
  box-shadow: var(--ac-shadow-md);
}

.ac-service-badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: #0284c7;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 9999px;
}

.ac-service-icon {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.ac-service-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.ac-service-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.ac-service-features {
  list-style: none;
  padding: 0;
  margin: auto 0 1.5rem 0;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.ac-service-features li {
  font-size: 0.85rem;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ac-service-features li::before {
  content: "✓";
  color: #0284c7;
  font-weight: 800;
}

.ac-service-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px dashed #e2e8f0;
}

.ac-service-price {
  font-weight: 800;
  color: #0284c7;
  font-size: 1.05rem;
}

/* ==========================================================================
   PRICING TABLE
   ========================================================================== */
.ac-pricing-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: var(--ac-shadow-md);
  overflow-x: auto;
}

.ac-pricing-table {
  width: 100%;
  border-collapse: collapse;
}

.ac-pricing-table th {
  background: #f8fafc;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0f172a;
  border-bottom: 2px solid #e2e8f0;
  text-transform: uppercase;
  text-align: left;
}

.ac-pricing-table td {
  padding: 1.1rem 1.25rem;
  font-size: 0.95rem;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
}

.ac-pricing-table tr:hover td {
  background: #f8fafc;
}

/* ==========================================================================
   ARTICLE / BLOG GRID
   ========================================================================== */
.ac-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.75rem;
}

.ac-article-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--ac-shadow-sm);
  transition: all 0.25s ease;
}

.ac-article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ac-shadow-md);
  border-color: #cbd5e1;
}

.ac-article-img-placeholder {
  background: linear-gradient(135deg, #0284c7 0%, #0f172a 100%);
  color: #ffffff;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
}

.ac-article-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ac-article-cat {
  font-size: 0.75rem;
  font-weight: 700;
  color: #0284c7;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.ac-article-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.35;
  margin: 0 0 0.75rem 0;
}

.ac-article-title a {
  color: #0f172a;
  text-decoration: none;
}

.ac-article-title a:hover {
  color: #0284c7;
}

.ac-article-excerpt {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.ac-article-meta {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px dashed #f1f5f9;
  font-size: 0.8rem;
  color: #94a3b8;
  display: flex;
  justify-content: space-between;
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.ac-faq-list {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ac-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.ac-faq-item.is-open {
  border-color: #93c5fd;
  box-shadow: var(--ac-shadow-sm);
}

.ac-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  font-family: var(--ac-font);
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  text-align: left;
  cursor: pointer;
}

.ac-faq-icon {
  font-size: 1.4rem;
  color: #0284c7;
  transition: transform 0.2s ease;
}

.ac-faq-item.is-open .ac-faq-icon {
  transform: rotate(45deg);
}

.ac-faq-answer {
  display: none;
  padding: 0 1.5rem 1.25rem;
  font-size: 0.925rem;
  color: #475569;
  line-height: 1.7;
}

.ac-faq-item.is-open .ac-faq-answer {
  display: block;
}

/* ==========================================================================
   CTA BANNER SECTION
   ========================================================================== */
.ac-cta-banner {
  padding: 4.5rem 0;
  background: linear-gradient(135deg, #0f172a 0%, #0369a1 100%);
  color: #ffffff;
  text-align: center;
}

.ac-cta-banner h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 1rem 0;
}

.ac-cta-banner p {
  font-size: 1.05rem;
  color: #e2e8f0;
  max-width: 700px;
  margin: 0 auto 2rem auto;
  line-height: 1.7;
}

/* ==========================================================================
   FOOTER (RICH 4-COLUMN DARK THEME)
   ========================================================================== */
.ac-site-footer {
  background: #0f172a;
  color: #94a3b8;
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-size: 0.9rem;
  border-top: 4px solid #0284c7;
  box-sizing: border-box !important;
}

.ac-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  margin-bottom: 3rem;
  box-sizing: border-box !important;
}

.ac-footer-col h3,
.ac-footer-col h4 {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 1rem 0;
}

.ac-footer-col h4 {
  font-size: 1.05rem;
  border-bottom: 2px solid #334155;
  padding-bottom: 8px;
}

.ac-footer-col p {
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.ac-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ac-footer-links li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ac-footer-links li a:hover {
  color: #38bdf8;
}

.ac-footer-bottom {
  border-top: 1px solid #1e293b;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
}

/* ==========================================================================
   FLOATING MOBILE WHATSAPP BAR
   ========================================================================== */
.ac-floating-bar {
  display: none;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 75px !important;
  }
  .ac-floating-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 1.25rem;
    background: rgba(15, 23, 42, 0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
  }

  .ac-floating-info {
    display: flex;
    flex-direction: column;
  }

  .ac-floating-label {
    font-size: 0.7rem;
    color: #94a3b8;
    text-transform: uppercase;
    font-weight: 700;
  }

  .ac-floating-phone {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
  }

  .ac-floating-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #16a34a;
    color: #ffffff !important;
    padding: 0.55rem 1.15rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.4);
    text-decoration: none !important;
  }
}
