/*
Theme Name:  GiaThepHinhFix
Theme URI:   https://anvinasoft.com/themes/giathephinhfix
Author:      Anvinasoft
Author URI:  https://anvinasoft.com
Description: Theme WordPress giá inox thép hình – màu xanh lá, font Merriweather/Nunito theo phong cách maythichgi.com. Tối ưu SEO, Schema.org, responsive.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: giathephinh
Tags:        e-commerce, steel, finance, custom-colors, custom-logo, featured-images, translation-ready
*/

/* ═══════════════════════════════════════════════════════════════
   DESIGN TOKENS — Bảng màu Inox Thép Hình (Steel Industrial)
══════════════════════════════════════════════════════════════ */
:root {
  /* ── Brand Steel Blue-Gray */
  --green-50:        #f0faf0;
  --green-100:       #d6f2d6;
  --green-200:       #aee4ae;
  --green-300:       #75cc75;
  --green-400:       #4ab84a;
  --green-500:       #2e9e2e;   /* primary */
  --green-600:       #1f7e1f;   /* hover */
  --green-700:       #165c16;
  --green-800:       #0f3f0f;
  --green-900:       #0a2a0a;

  /* ── Accent — cam công nghiệp */
  --accent:          #e85c1a;
  --accent-hover:    #c44c12;

  /* ── Backgrounds */
  --bg-page:         #f5f7f5;
  --bg-white:        #ffffff;
  --bg-section:      #f0f6f0;
  --bg-topbar:       #1f7e1f;
  --bg-header:       #ffffff;
  --bg-footer:       #1a5c1a;
  --bg-footer-dark:  #123f12;
  --bg-card:         #ffffff;
  --bg-tag:          #e8f5e8;

  /* ── Text */
  --text-dark:       #1a2e1a;
  --text-body:       #3a4a3a;
  --text-muted:      #6b7b6b;
  --text-light:      #9aaa9a;
  --text-on-green:   #ffffff;
  --text-on-accent:  #ffffff;

  /* ── Borders */
  --border:          #d0ddd0;
  --border-green:    rgba(46,158,46,0.25);
  --border-card:     #e4ede4;

  /* ── Price colors */
  --price-buy:       #d63031;
  --price-sell:      #00b894;
  --price-up:        #00b894;
  --price-down:      #d63031;

  /* ── Typography */
  --font-display:    'Merriweather', 'Georgia', serif;
  --font-body:       'Nunito', 'Segoe UI', sans-serif;
  --font-mono:       'JetBrains Mono', 'Courier New', monospace;

  /* ── Spacing */
  --sp-xs:   4px;
  --sp-sm:   8px;
  --sp-md:   16px;
  --sp-lg:   24px;
  --sp-xl:   40px;
  --sp-2xl:  64px;

  /* ── Shape */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-pill: 999px;

  /* ── Shadow */
  --shadow-sm:    0 1px 4px rgba(30,80,30,0.08);
  --shadow-card:  0 4px 20px rgba(30,80,30,0.10);
  --shadow-green: 0 6px 28px rgba(46,158,46,0.20);
  --shadow-hover: 0 8px 32px rgba(30,80,30,0.16);

  /* ── Transition */
  --ease: all 0.22s ease;
}

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

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

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-body);
  background: var(--bg-page);
  -webkit-font-smoothing: antialiased;
}

img, video { display: block; max-width: 100%; height: auto; }
a { color: var(--green-500); text-decoration: none; transition: var(--ease); }
a:hover { color: var(--green-600); }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

/* ── Skip link */
.skip-link {
  position: absolute; left: -9999px; top: auto; width: 1px; height: 1px;
  overflow: hidden; z-index: 9999;
}
.skip-link:focus {
  left: 16px; top: 16px; width: auto; height: auto;
  padding: 8px 16px; background: var(--green-500); color: #fff;
  border-radius: var(--radius-md); font-weight: 700; overflow: visible;
}

/* ── Container */
.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}

/* ═══════════════════════════════════════════════════════════════
   TOP BAR
══════════════════════════════════════════════════════════════ */
#topbar {
  background: var(--bg-topbar);
  color: rgba(255,255,255,0.88);
  font-size: 0.8125rem;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-md);
}
.topbar-item { display: inline-flex; align-items: center; gap: 6px; }
.topbar-item svg { flex-shrink: 0; fill: rgba(255,255,255,0.75); }
.topbar-item a { color: rgba(255,255,255,0.88); }
.topbar-item a:hover { color: #fff; text-decoration: underline; }
.topbar-hotline {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--accent); padding: 3px 12px;
  border-radius: var(--radius-pill); color: #fff;
  font-weight: 700; font-size: 0.8125rem;
}
.topbar-hotline a { color: #fff; }
.topbar-hotline svg { fill: #fff; }
.topbar-hotline .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #fff; opacity: 0.9;
  animation: blink 1.6s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:.9} 50%{opacity:.35} }

/* ═══════════════════════════════════════════════════════════════
   SITE HEADER
══════════════════════════════════════════════════════════════ */
#site-header {
  background: var(--bg-header);
  border-bottom: 3px solid var(--green-500);
  position: sticky; top: 0; z-index: 400;
  box-shadow: 0 2px 12px rgba(20,48,90,0.10);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-md);
  min-height: 68px;
}

/* Logo */
.site-logo {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--text-dark); font-weight: 800; flex-shrink: 0;
}
.site-logo:hover { color: var(--green-600); }
.logo-icon {
  width: 40px; height: 40px;
  background: var(--green-500); border-radius: var(--radius-md);
  display: grid; place-items: center; flex-shrink: 0;
}
.site-logo .name {
  display: block; font-family: var(--font-display);
  font-size: 1.2rem; line-height: 1.1;
  color: var(--green-600);
}
.site-logo .sub {
  display: block; font-size: 0.75rem; font-weight: 500;
  color: var(--text-muted); margin-top: 1px;
}

/* Nav */
.primary-nav ul { display: flex; align-items: center; gap: var(--sp-sm); }
.primary-nav a {
  display: block; padding: 8px 14px;
  font-size: 0.9375rem; font-weight: 600; color: var(--text-dark);
  border-radius: var(--radius-md);
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a {
  background: var(--green-50); color: var(--green-500);
}

/* Mobile toggle */
.menu-toggle {
  display: none; flex-direction: column;
  justify-content: center; align-items: center;
  gap: 5px; width: 44px; height: 44px;
  border-radius: var(--radius-md);
  background: var(--green-50);
}
.menu-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--green-600); border-radius: 2px;
  transition: var(--ease);
}
.menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .menu-toggle { display: flex; }
  .primary-nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--bg-white);
    border-top: 1px solid var(--border);
    box-shadow: var(--shadow-card);
    padding: var(--sp-md);
    z-index: 300;
  }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; gap: 4px; }
  #site-header { position: relative; }
}

/* ═══════════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════════ */
.page-hero {
  background: linear-gradient(135deg, var(--green-600) 0%, var(--green-500) 50%, #4a7ab5 100%);
  padding: var(--sp-lg) 0;
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.8125rem; color: rgba(255,255,255,0.72);
  margin-bottom: var(--sp-sm);
}
.breadcrumb a { color: rgba(255,255,255,0.80); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { color: rgba(255,255,255,0.45); }
.page-hero h1 {
  font-family: var(--font-display); font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 900; color: #fff;
  line-height: 1.2; margin-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.20);
}
.page-hero .subtitle {
  color: rgba(255,255,255,0.85);
  font-size: 1.0625rem; font-weight: 500;
}

/* ═══════════════════════════════════════════════════════════════
   PRICE HERO CARDS
══════════════════════════════════════════════════════════════ */
.price-hero-section {
  background: var(--bg-white);
  padding: var(--sp-xl) 0 var(--sp-lg);
  border-bottom: 1px solid var(--border);
}
.price-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-lg);
  margin-bottom: var(--sp-lg);
}
.price-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-xl);
  padding: var(--sp-xl) var(--sp-lg);
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: var(--ease);
  position: relative; overflow: hidden;
}
.price-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
}
.price-card.buy::before  { background: var(--price-buy); }
.price-card.sell::before { background: var(--price-sell); }
.price-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }

.price-card .label {
  font-size: 0.9375rem; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; color: var(--text-muted);
  margin-bottom: var(--sp-sm);
}
.price-card .value {
  font-family: var(--font-mono); font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700; line-height: 1;
  margin-bottom: var(--sp-xs);
}
.price-card.buy  .value { color: var(--price-buy); }
.price-card.sell .value { color: var(--price-sell); }
.price-card .unit {
  font-size: 0.875rem; color: var(--text-muted); font-weight: 500;
  margin-bottom: var(--sp-sm);
}
.change-badge {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 4px 12px; border-radius: var(--radius-pill);
  font-size: 0.8125rem; font-weight: 700; letter-spacing: .02em;
}
.change-badge.up   { background: #d4f5ec; color: #00875a; }
.change-badge.down { background: #ffeaea; color: #c0392b; }

/* Unit Switcher */
.unit-switcher {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: var(--sp-sm);
}
.unit-btn {
  padding: 8px 22px; border-radius: var(--radius-pill);
  font-size: 0.9375rem; font-weight: 600;
  border: 2px solid var(--border-green); color: var(--green-500);
  background: var(--bg-white); transition: var(--ease);
}
.unit-btn:hover,
.unit-btn.active {
  background: var(--green-500); color: #fff; border-color: var(--green-500);
}

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

/* ═══════════════════════════════════════════════════════════════
   TRUST SECTION
══════════════════════════════════════════════════════════════ */
.trust-section {
  background: var(--bg-section);
  padding: var(--sp-xl) 0;
  border-bottom: 1px solid var(--border);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-lg);
}
.trust-item {
  display: flex; flex-direction: column;
  align-items: center; text-align: center; gap: var(--sp-sm);
}
.trust-icon {
  width: 54px; height: 54px;
  background: var(--green-500); border-radius: var(--radius-lg);
  display: grid; place-items: center;
  box-shadow: var(--shadow-green);
  flex-shrink: 0;
}
.trust-item strong {
  font-size: 0.9375rem; font-weight: 700; color: var(--text-dark);
}
.trust-item span { font-size: 0.8125rem; color: var(--text-muted); }

@media (max-width: 860px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .trust-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════════
   CATEGORY TABS — Lọc nhóm thép
══════════════════════════════════════════════════════════════ */
.category-section {
  background: var(--bg-white);
  padding: var(--sp-xl) 0 0;
  border-bottom: 1px solid var(--border);
}
.category-tabs {
  display: flex; flex-wrap: wrap; gap: var(--sp-sm);
  margin-bottom: var(--sp-lg);
}
.cat-tab {
  padding: 8px 18px; border-radius: var(--radius-pill);
  font-size: 0.9rem; font-weight: 600;
  border: 2px solid var(--border-green); color: var(--green-500);
  background: var(--bg-white); transition: var(--ease);
}
.cat-tab:hover, .cat-tab.active {
  background: var(--green-500); color: #fff; border-color: var(--green-500);
}

/* ═══════════════════════════════════════════════════════════════
   BẢNG GIÁ
══════════════════════════════════════════════════════════════ */
.table-section {
  background: var(--bg-white);
  padding: var(--sp-xl) 0;
}
.table-header {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap;
  gap: var(--sp-md); margin-bottom: var(--sp-lg);
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.625rem);
  font-weight: 900; color: var(--text-dark);
  position: relative; padding-left: 14px;
}
.section-title::before {
  content: ''; position: absolute; left: 0; top: 10%;
  width: 4px; height: 80%; background: var(--green-500);
  border-radius: var(--radius-pill);
}
.update-time {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bg-section); padding: 6px 14px;
  border-radius: var(--radius-pill); font-size: 0.8125rem;
  color: var(--text-muted);
}
.update-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #00b894; animation: blink 1.6s infinite;
}

/* Table */
.price-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-sm);
}
.price-table {
  width: 100%; border-collapse: collapse; min-width: 620px;
}
.price-table thead th {
  background: var(--green-600); color: #fff;
  font-size: 0.875rem; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; padding: 14px 16px;
  text-align: left;
}
.price-table thead th:first-child { border-radius: var(--radius-md) 0 0 0; }
.price-table thead th:last-child  { border-radius: 0 var(--radius-md) 0 0; }
.price-table tbody tr { border-bottom: 1px solid var(--border-card); transition: background .15s; }
.price-table tbody tr:last-child { border-bottom: none; }
.price-table tbody tr:hover { background: var(--green-50); }
.price-table tbody td { padding: 13px 16px; font-size: 0.9375rem; vertical-align: middle; }
.price-table .group-head td {
  background: var(--bg-section);
  font-size: 0.8125rem; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--green-600); padding: 9px 16px;
}
.product-name { font-weight: 600; color: var(--text-dark); }
.unit-label { color: var(--text-muted); font-size: 0.875rem; }
.buy-price  { color: var(--price-buy);  font-family: var(--font-mono); font-weight: 700; font-size: 1rem; }
.sell-price { color: var(--price-sell); font-family: var(--font-mono); font-weight: 700; font-size: 1rem; }
.spec-label {
  display: inline-block; background: var(--bg-tag);
  color: var(--green-600); font-size: 0.75rem;
  padding: 2px 8px; border-radius: var(--radius-sm);
  font-weight: 600; margin-top: 4px;
}

/* ═══════════════════════════════════════════════════════════════
   BIỂU ĐỒ GIÁ
══════════════════════════════════════════════════════════════ */
.chart-section {
  background: var(--bg-section);
  padding: var(--sp-xl) 0;
  border-top: 1px solid var(--border);
}
.chart-header {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap;
  gap: var(--sp-md); margin-bottom: var(--sp-lg);
}
.chart-title {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 900; color: var(--text-dark);
  padding-left: 14px; position: relative;
}
.chart-title::before {
  content: ''; position: absolute; left: 0; top: 10%;
  width: 4px; height: 80%; background: var(--green-500);
  border-radius: var(--radius-pill);
}
.chart-range-btns { display: flex; flex-wrap: wrap; gap: var(--sp-xs); }
.range-btn {
  padding: 6px 16px; border-radius: var(--radius-pill);
  font-size: 0.875rem; font-weight: 600;
  border: 2px solid var(--border-green); color: var(--green-500);
  background: var(--bg-white); transition: var(--ease);
}
.range-btn:hover, .range-btn.active {
  background: var(--green-500); color: #fff; border-color: var(--green-500);
}
.chart-wrapper {
  background: var(--bg-white); border-radius: var(--radius-lg);
  padding: var(--sp-lg); box-shadow: var(--shadow-card);
  border: 1px solid var(--border-card);
}
#steelChart { max-height: 340px; width: 100% !important; }

/* ═══════════════════════════════════════════════════════════════
   BANNER
══════════════════════════════════════════════════════════════ */
.banner-section { padding: var(--sp-xl) 0; background: var(--bg-white); }
.banner-link {
  display: block; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-card); transition: var(--ease);
}
.banner-link:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.banner-link img { width: 100%; height: auto; border-radius: var(--radius-lg); }

/* ═══════════════════════════════════════════════════════════════
   CONTENT SECTION
══════════════════════════════════════════════════════════════ */
.content-section {
  background: var(--bg-white); padding: var(--sp-2xl) 0;
  border-top: 1px solid var(--border);
}
.content-section h2 {
  font-family: var(--font-display); font-size: 1.375rem;
  font-weight: 900; color: var(--text-dark); margin: var(--sp-xl) 0 var(--sp-md);
}
.content-section h3 {
  font-family: var(--font-display); font-size: 1.125rem;
  font-weight: 700; color: var(--green-600); margin: var(--sp-lg) 0 var(--sp-sm);
}
.content-section p { margin-bottom: var(--sp-md); color: var(--text-body); line-height: 1.75; }
.content-section ul, .content-section ol { padding-left: 1.4em; margin-bottom: var(--sp-md); }
.content-section li { margin-bottom: 6px; }
.content-section table { width: 100%; border-collapse: collapse; margin-bottom: var(--sp-lg); }
.content-section table th, .content-section table td {
  padding: 10px 14px; border: 1px solid var(--border);
}
.content-section table th { background: var(--green-600); color: #fff; }

/* ═══════════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════════ */
#site-footer { margin-top: 0; }
.footer-main {
  background: var(--bg-footer); padding: var(--sp-2xl) 0 var(--sp-xl);
}
.footer-inner {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: var(--sp-xl);
}
.footer-logo-text {
  font-family: var(--font-display); font-size: 1.2rem;
  font-weight: 900; color: #fff; margin-bottom: var(--sp-md);
}
.footer-desc {
  color: rgba(255,255,255,0.70); font-size: 0.9rem;
  line-height: 1.65; margin-bottom: var(--sp-md);
}
.footer-contact-item {
  display: flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.80); font-size: 0.875rem; margin-bottom: 8px;
}
.footer-contact-item svg { width: 16px; height: 16px; fill: rgba(255,255,255,0.65); flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,0.90); }
.footer-contact-item a:hover { color: #fff; }
.footer-heading {
  font-size: 1rem; font-weight: 700; color: #fff;
  margin-bottom: var(--sp-md); text-transform: uppercase;
  letter-spacing: .05em;
}
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a {
  font-size: 0.875rem; color: rgba(255,255,255,0.72);
  display: flex; align-items: center; gap: 6px;
}
.footer-links a::before { content: '›'; color: var(--accent); }
.footer-links a:hover { color: #fff; }

.footer-bottom {
  background: var(--bg-footer-dark);
  padding: var(--sp-md) 0;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.footer-bottom-inner {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap;
  gap: var(--sp-sm); font-size: 0.8125rem; color: rgba(255,255,255,0.55);
}
.footer-bottom-inner a { color: rgba(255,255,255,0.75); }
.footer-bottom-inner a:hover { color: #fff; }

@media (max-width: 860px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom-inner { justify-content: center; text-align: center; }
}

/* ═══════════════════════════════════════════════════════════════
   SINGULAR / BLOG
══════════════════════════════════════════════════════════════ */
.single-article { background: var(--bg-white); padding: var(--sp-2xl) 0; }
.single-article .entry-header { margin-bottom: var(--sp-xl); }
.single-article h1.entry-title {
  font-family: var(--font-display); font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 900; color: var(--text-dark); line-height: 1.25; margin-bottom: var(--sp-md);
}
.entry-meta {
  display: flex; flex-wrap: wrap; gap: var(--sp-md);
  font-size: 0.875rem; color: var(--text-muted);
}
.entry-meta time, .entry-meta .author { display: flex; align-items: center; gap: 5px; }

/* ═══════════════════════════════════════════════════════════════
   404
══════════════════════════════════════════════════════════════ */
.error-404 { text-align: center; padding: var(--sp-2xl) var(--sp-xl); }
.error-404 h1 { font-size: 4rem; font-weight: 900; color: var(--green-500); }
.error-404 p { font-size: 1.125rem; color: var(--text-muted); margin: var(--sp-md) 0 var(--sp-xl); }
.btn-home {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green-500); color: #fff;
  padding: 12px 28px; border-radius: var(--radius-pill);
  font-weight: 700; font-size: 1rem;
  transition: var(--ease);
}
.btn-home:hover { background: var(--green-600); color: #fff; transform: translateY(-1px); }

/* ═══════════════════════════════════════════════════════════════
   WIDGETS
══════════════════════════════════════════════════════════════ */
.widget { margin-bottom: var(--sp-xl); }
.widget-title {
  font-size: 1rem; font-weight: 700; color: var(--text-dark);
  border-left: 3px solid var(--green-500);
  padding-left: var(--sp-sm); margin-bottom: var(--sp-md);
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE UTILITIES
══════════════════════════════════════════════════════════════ */
@media print {
  #topbar, #site-header .menu-toggle, #site-footer { display: none; }
  .price-card { break-inside: avoid; }
}
