/*
Theme Name: Mahd Sanat Diesel Arya
Theme URI: https://mehdsanat-diesel.ir
Author: Mahd Sanat Diesel Arya
Author URI: https://mehdsanat-diesel.ir
Description: قالب اختصاصی B2B صنعتی برای نمایندگی فروش و خدمات پس از فروش خودروهای تجاری دیزل. طراحی فارسی RTL با تم صنعتی (amber/orange)، پشتیبانی از Custom Post Type محصولات، Taxonomy برندها، Meta Boxهای مشخصات فنی، و فرم تماس. مناسب شرکت‌های صنعتی و ناوگان تجاری.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mehd-sanat
Tags: b2b, industrial, rtl, right-to-left, persian, custom-post-type, custom-taxonomy, full-width-template, custom-colors, translation-ready
*/

/* ==========================================================================
   Mahd Sanat Diesel Arya — Industrial B2B WordPress Theme
   Stylesheet (RTL, Persian, Industrial amber/orange)
   ========================================================================== */

:root {
  --radius: 0.75rem;
  --background: oklch(0.985 0.002 240);
  --foreground: oklch(0.21 0.01 260);
  --card: #ffffff;
  --card-foreground: oklch(0.21 0.01 260);
  --primary: oklch(0.66 0.17 55);
  --primary-foreground: oklch(0.16 0.02 50);
  --secondary: oklch(0.96 0.005 240);
  --secondary-foreground: oklch(0.25 0.01 260);
  --muted: oklch(0.96 0.005 240);
  --muted-foreground: oklch(0.52 0.01 260);
  --accent: oklch(0.95 0.03 60);
  --accent-foreground: oklch(0.3 0.08 50);
  --destructive: oklch(0.577 0.245 27.325);
  --border: oklch(0.9 0.005 240);
  --ring: oklch(0.66 0.17 55);
  --zinc-950: oklch(0.16 0.008 260);
  --zinc-900: #18181b;
  --amber-500: #f59e0b;
  --orange-600: #ea580c;
  --emerald-500: #10b981;
  --emerald-600: #059669;
  --emerald-700: #047857;
  --sky-500: #0ea5e9;
  --max-w: 80rem;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Vazirmatn', 'Segoe UI', Tahoma, sans-serif;
  background: var(--background);
  color: var(--foreground);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, picture, svg, video { display: block; max-width: 100%; height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }
table { border-collapse: collapse; width: 100%; }
h1, h2, h3, h4 { line-height: 1.2; font-weight: 800; letter-spacing: -0.01em; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--max-w); margin-inline: auto; padding-inline: 1rem; }
.site-main { min-height: 60vh; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.text-center { text-align: center; }
.relative { position: relative; }
.overflow-hidden { overflow: hidden; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.625rem 1rem; border-radius: 0.5rem; font-weight: 600; font-size: 0.875rem;
  border: 1px solid transparent; cursor: pointer; transition: all 0.2s; text-align: center;
  line-height: 1.2;
}
.btn-lg { padding: 0.625rem 1.5rem; height: 2.75rem; font-size: 0.95rem; }
.btn-primary { background: linear-gradient(135deg, var(--amber-500), var(--orange-600)); color: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px -8px rgba(245,158,11,.35); }
.btn-primary:hover { opacity: 0.92; }
.btn-outline { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.2); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.1); }
.btn-ghost { background: transparent; }
.btn-ghost:hover { background: var(--muted); }
.btn svg { width: 1rem; height: 1rem; }

/* ---------- Badges ---------- */
.badge {
  display: inline-flex; align-items: center; gap: 0.25rem;
  padding: 0.25rem 0.625rem; border-radius: 0.375rem; font-size: 0.75rem; font-weight: 600;
  border: 1px solid transparent;
}
.badge-amber { background: rgba(245,158,11,.15); color: #fbbf24; border-color: rgba(245,158,11,.3); }
.badge-emerald { background: rgba(16,185,129,.15); color: var(--emerald-700); border-color: rgba(16,185,129,.3); }
.badge-dark { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.2); backdrop-filter: blur(8px); }
.badge-popular { background: rgba(245,158,11,.9); color: #111827; }

/* ---------- Icons (inline SVG sizing) ---------- */
.icon { width: 1.25rem; height: 1.25rem; }
.icon-lg { width: 1.75rem; height: 1.75rem; }
.icon-sm { width: 1rem; height: 1rem; }

/* ==========================================================================
   Header (Glassmorphism sticky)
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 50; width: 100%;
  transition: all 0.3s; border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border-bottom-color: rgba(0,0,0,.08);
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 5rem; }
.site-brand { display: flex; align-items: center; gap: 0.625rem; flex-shrink: 0; cursor: pointer; }
.brand-mark {
  display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--amber-500), var(--orange-600)); color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px -8px rgba(245,158,11,.35);
}
.brand-mark svg { width: 1.5rem; height: 1.5rem; }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text .name { font-weight: 800; font-size: 0.95rem; color: var(--foreground); }
.brand-text .sub { font-size: 0.7rem; color: var(--muted-foreground); font-weight: 500; }

.main-nav { display: none; align-items: center; gap: 0.25rem; }
.main-nav a {
  padding: 0.5rem 0.875rem; border-radius: 0.5rem; font-size: 0.875rem; font-weight: 500;
  color: rgba(33,33,46,.7); transition: all 0.2s;
}
.main-nav a:hover, .main-nav a.active { background: rgba(245,158,11,.1); color: var(--primary); }
.header-cta { display: flex; align-items: center; gap: 0.5rem; }
.header-phone { display: none; }

.menu-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.5rem; height: 2.5rem; border-radius: 0.5rem; border: 1px solid var(--border);
  background: transparent; cursor: pointer;
}
.menu-toggle svg { width: 1.25rem; height: 1.25rem; }

/* Mobile nav drawer */
.mobile-nav {
  position: fixed; inset: 0 0 0 auto; width: 300px; max-width: 85vw; z-index: 60;
  background: #fff; transform: translateX(100%); transition: transform 0.3s;
  box-shadow: -10px 0 40px rgba(0,0,0,.15); overflow-y: auto;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-backdrop {
  position: fixed; inset: 0; z-index: 55; background: rgba(0,0,0,.4);
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.mobile-nav-backdrop.open { opacity: 1; pointer-events: auto; }
.mobile-nav-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem; border-bottom: 1px solid var(--border);
}
.mobile-nav a {
  display: block; padding: 0.875rem 1rem; border-radius: 0.5rem; margin: 0.25rem;
  font-size: 0.875rem; font-weight: 500; color: rgba(33,33,46,.8);
}
.mobile-nav a:hover { background: var(--muted); }
.mobile-nav .btn { margin: 1rem; }

@media (min-width: 1024px) {
  .main-nav { display: flex; }
  .header-phone { display: inline-flex; }
  .menu-toggle { display: none; }
}

/* ==========================================================================
   Hero (Full viewport industrial)
   ========================================================================== */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(245,158,11,.18), transparent),
    linear-gradient(180deg, oklch(0.13 0.008 260), oklch(0.16 0.008 260));
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(24,24,27,.6), rgba(24,24,27,.7), rgba(24,24,27,1));
}
.hero-grid {
  position: absolute; inset: 0; opacity: 0.4;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 48px 48px;
}
.hero-glow-1 { position: absolute; top: -8rem; right: 25%; width: 24rem; height: 24rem; border-radius: 50%; background: rgba(245,158,11,.15); filter: blur(60px); }
.hero-inner { position: relative; padding: 5rem 1rem 6rem; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 1.5rem;
  padding: 0.375rem 1rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 700;
  color: #fbbf24; background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.3);
}
.hero-title { font-size: 2rem; line-height: 1.15; font-weight: 800; }
.hero-title .grad { background: linear-gradient(90deg, #fbbf24, #f97316); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-desc { margin-top: 1.5rem; color: #d4d4d8; max-width: 42rem; line-height: 1.7; }
.hero-actions { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
.hero-trust { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; font-size: 0.75rem; color: #a1a1aa; }
.hero-trust span { display: inline-flex; align-items: center; gap: 0.375rem; }
.hero-visual { margin-top: 2.5rem; }

.hero-featured-card {
  position: relative; border-radius: 1rem; border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05); backdrop-filter: blur(8px); padding: 1.5rem;
}
.hero-featured-tag {
  position: absolute; top: -0.75rem; right: 1.5rem; padding: 0.25rem 0.75rem;
  border-radius: 0.375rem; background: var(--amber-500); color: #111827; font-size: 0.75rem; font-weight: 700;
}
.hero-featured-img {
  aspect-ratio: 16/9; border-radius: 0.75rem; background: #18181b; overflow: hidden;
  display: grid; place-items: center; padding: 1rem;
}
.hero-featured-specs { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.75rem; margin-top: 1rem; }
.hero-featured-specs .spec { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 0.5rem; padding: 0.75rem; text-align: center; }
.hero-featured-specs .spec .l { font-size: 0.7rem; color: #a1a1aa; }
.hero-featured-specs .spec .v { font-size: 0.875rem; font-weight: 700; color: #fff; margin-top: 0.25rem; }

@media (min-width: 1024px) {
  .hero-inner { padding: 7rem 1rem 8rem; }
  .hero-grid-layout { display: grid; grid-template-columns: 7fr 5fr; gap: 2.5rem; align-items: center; }
  .hero-title { font-size: 3.5rem; }
  .hero-actions { flex-direction: row; }
  .hero-visual { margin-top: 0; }
}

/* Stats bar */
.stats-bar {
  position: relative; border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(24,24,27,.4); backdrop-filter: blur(8px);
}
.stats-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; padding: 2rem 0; }
.stat { text-align: center; }
.stat .num { font-size: 1.75rem; font-weight: 800; }
.stat .num .v { background: linear-gradient(90deg, #fbbf24, #f97316); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat .num .s { color: #fbbf24; }
.stat .label { margin-top: 0.375rem; font-size: 0.875rem; font-weight: 700; color: #fff; }
.stat .sub { font-size: 0.7rem; color: #a1a1aa; }
@media (min-width: 768px) { .stats-grid { grid-template-columns: repeat(4,1fr); } .stat .num { font-size: 2.5rem; } }

/* ==========================================================================
   Sections
   ========================================================================== */
.section { padding: 4rem 0; }
.section-dark { background: var(--zinc-950); color: #fff; position: relative; overflow: hidden; }
.section-muted { background: rgba(245,245,245,.6); }
.section-head { max-width: 48rem; margin: 0 auto 3rem; text-align: center; }
.section-head.right { margin-inline: 0 0; text-align: right; }
.section-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem; }
.section-eyebrow::before, .section-eyebrow::after { content: ""; height: 1px; width: 2rem; background: rgba(245,158,11,.6); }
.section-eyebrow span { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.05em; color: var(--primary); text-transform: uppercase; }
.section-title { font-size: 1.75rem; font-weight: 800; }
.section-desc { margin-top: 1rem; color: var(--muted-foreground); line-height: 1.7; }
@media (min-width: 768px) { .section { padding: 6rem 0; } .section-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .section-title { font-size: 2.5rem; } }

/* ==========================================================================
   Service cards
   ========================================================================== */
.cards-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
.cards-grid.cols-2 { grid-template-columns: 1fr; }
.cards-grid.cols-3 { grid-template-columns: 1fr; }
.cards-grid.cols-4 { grid-template-columns: 1fr; }
@media (min-width: 640px) { .cards-grid.cols-2, .cards-grid.cols-3, .cards-grid.cols-4 { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .cards-grid.cols-3 { grid-template-columns: repeat(3,1fr); } .cards-grid.cols-4 { grid-template-columns: repeat(4,1fr); } }

.service-card {
  position: relative; overflow: hidden; border-radius: 1rem; border: 1px solid var(--border);
  background: var(--card); padding: 1.5rem; transition: all 0.3s;
}
.service-card:hover { box-shadow: 0 20px 40px -16px rgba(245,158,11,.25); transform: translateY(-4px); border-color: rgba(245,158,11,.4); }
.service-icon {
  display: grid; place-items: center; width: 3.5rem; height: 3.5rem; border-radius: 0.75rem;
  background: rgba(245,158,11,.1); color: var(--primary); margin-bottom: 1.25rem;
}
.service-icon svg { width: 1.75rem; height: 1.75rem; }
.service-card h3 { font-size: 1.125rem; }
.service-card p { margin-top: 0.5rem; font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.6; }
.service-features { margin-top: 1rem; display: grid; gap: 0.375rem; }
.service-features li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; color: rgba(33,33,46,.7); }
.service-features svg { width: 0.875rem; height: 0.875rem; color: var(--emerald-500); flex-shrink: 0; }

/* ==========================================================================
   Brand grid
   ========================================================================== */
.brand-card {
  position: relative; overflow: hidden; border-radius: 0.75rem; border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05); padding: 1.5rem; text-align: center; transition: all 0.2s;
}
.brand-card:hover { border-color: rgba(245,158,11,.5); background: rgba(255,255,255,.1); }
.brand-mark-lg {
  display: grid; place-items: center; width: 3.5rem; height: 3.5rem; margin: 0 auto 0.75rem;
  border-radius: 0.5rem; background: linear-gradient(135deg, var(--amber-500), var(--orange-600)); color: #fff; font-weight: 800; font-size: 1.125rem;
}
.brand-card .name { font-weight: 700; color: #fff; }
.brand-card .name-en { font-size: 0.7rem; color: #a1a1aa; margin-top: 0.25rem; }
.brand-card .spec { margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px solid rgba(255,255,255,.1); font-size: 0.75rem; color: #a1a1aa; line-height: 1.5; }

/* ==========================================================================
   Advantage cards
   ========================================================================== */
.advantage-card {
  position: relative; overflow: hidden; border-radius: 1rem; border: 1px solid var(--border);
  background: linear-gradient(135deg, var(--card), rgba(245,245,245,.5)); padding: 1.75rem; transition: all 0.3s;
}
.advantage-card:hover { box-shadow: 0 20px 40px -16px rgba(245,158,11,.25); transform: translateY(-4px); }
.advantage-top { display: flex; align-items: flex-start; justify-content: space-between; }
.advantage-icon {
  display: grid; place-items: center; width: 3.5rem; height: 3.5rem; border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--amber-500), var(--orange-600)); color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px -8px rgba(245,158,11,.35);
}
.advantage-num { font-size: 3rem; font-weight: 800; color: rgba(245,158,11,.1); line-height: 1; }
.advantage-card h3 { margin-top: 1.25rem; font-size: 1.25rem; }
.advantage-card p { margin-top: 0.75rem; font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.7; }
.advantage-stat {
  margin-top: 1.25rem; display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.375rem 0.75rem; border-radius: 0.5rem; background: rgba(16,185,129,.1);
  font-size: 0.75rem; font-weight: 700; color: var(--emerald-700);
}

/* ==========================================================================
   Product card
   ========================================================================== */
.product-card {
  display: flex; flex-direction: column; text-align: right; width: 100%; overflow: hidden;
  border-radius: 1rem; border: 1px solid var(--border); background: var(--card);
  transition: all 0.3s; cursor: pointer;
}
.product-card:hover { box-shadow: 0 20px 40px -16px rgba(245,158,11,.25); transform: translateY(-4px); border-color: rgba(245,158,11,.4); }
.product-visual { position: relative; height: 10rem; overflow: hidden; background: var(--zinc-900); color: #fff; }
.product-visual .grid-bg { position: absolute; inset: 0; opacity: 0.5; background-image: linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 48px 48px; }
.product-visual .glow { position: absolute; top: -2rem; left: -2rem; width: 8rem; height: 8rem; border-radius: 50%; background: rgba(255,255,255,.05); filter: blur(40px); }
.product-visual .top-row { position: absolute; top: 0.75rem; right: 0.75rem; left: 0.75rem; display: flex; justify-content: space-between; z-index: 2; }
.product-thumb { position: absolute; inset: 0; display: grid; place-items: center; padding: 1rem; }
.product-thumb img { max-height: 100%; width: auto; object-fit: contain; }
.product-body { display: flex; flex-direction: column; flex: 1; padding: 1.25rem; }
.product-cat { font-size: 0.7rem; color: var(--muted-foreground); font-weight: 500; margin-bottom: 0.25rem; }
.product-card h3 { font-size: 1rem; transition: color 0.2s; }
.product-card:hover h3 { color: var(--primary); }
.product-tag { margin-top: 0.5rem; font-size: 0.75rem; color: var(--muted-foreground); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-bullets { margin-top: 1rem; display: grid; gap: 0.375rem; }
.product-bullets .row { display: flex; align-items: center; justify-content: space-between; font-size: 0.75rem; }
.product-bullets .row .l { color: var(--muted-foreground); }
.product-bullets .row .v { font-weight: 600; display: inline-flex; align-items: center; gap: 0.25rem; }
.product-bullets svg { width: 0.75rem; height: 0.75rem; color: var(--emerald-500); }
.product-foot { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(0,0,0,.07); display: flex; align-items: center; justify-content: space-between; font-size: 0.75rem; color: var(--muted-foreground); }
.product-foot .arrow { color: var(--primary); transition: transform 0.2s; }
.product-card:hover .product-foot .arrow { transform: translateX(-4px); }

/* ==========================================================================
   CTA section
   ========================================================================== */
.cta-section { padding: 3rem 0; }
.cta-box {
  position: relative; overflow: hidden; border-radius: 1.5rem; padding: 2rem; text-align: center;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(245,158,11,.18), transparent),
    linear-gradient(180deg, oklch(0.13 0.008 260), oklch(0.16 0.008 260));
  color: #fff;
}
.cta-box .grid-bg { position: absolute; inset: 0; opacity: 0.4; background-image: linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 48px 48px; }
.cta-glow { position: absolute; top: -6rem; left: 50%; transform: translateX(-50%); width: 18rem; height: 18rem; border-radius: 50%; background: rgba(245,158,11,.2); filter: blur(60px); }
.cta-inner { position: relative; }
.cta-pulse { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; padding: 0.25rem 0.75rem; border-radius: 9999px; background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.3); font-size: 0.75rem; font-weight: 700; color: #fbbf24; }
.cta-pulse .dot { width: 0.375rem; height: 0.375rem; border-radius: 50%; background: #fbbf24; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.cta-box h2 { font-size: 1.5rem; font-weight: 800; }
.cta-box p { margin-top: 1rem; max-width: 42rem; margin-inline: auto; color: #d4d4d8; font-size: 0.95rem; }
.cta-actions { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; align-items: center; }
@media (min-width: 640px) { .cta-actions { flex-direction: row; justify-content: center; } }
@media (min-width: 768px) { .cta-box { padding: 3rem 4rem; } .cta-box h2 { font-size: 2.25rem; } }

/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 0.375rem; font-size: 0.875rem; color: var(--muted-foreground); }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb .sep { width: 0.875rem; height: 0.875rem; opacity: 0.6; }
.breadcrumb .current { color: var(--foreground); font-weight: 500; }

/* ==========================================================================
   Product single
   ========================================================================== */
.product-hero { position: relative; overflow: hidden; background: var(--zinc-950); color: #fff; }
.product-hero .grid-bg { position: absolute; inset: 0; opacity: 0.4; background-image: linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 48px 48px; }
.product-hero-inner { position: relative; padding: 2.5rem 0; }
.product-hero h1 { font-size: 1.75rem; line-height: 1.3; margin-top: 1rem; }
.product-hero .intro { margin-top: 1.25rem; color: #d4d4d8; line-height: 1.7; }
.product-bullets-hero { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.product-bullets-hero .pill { display: flex; align-items: center; gap: 0.5rem; padding: 0.625rem 1rem; border-radius: 0.5rem; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); font-size: 0.875rem; }
.product-bullets-hero svg { width: 1rem; height: 1rem; color: var(--emerald-500); flex-shrink: 0; }
.product-bullets-hero .l { color: #a1a1aa; }
.product-bullets-hero .v { font-weight: 700; color: #fff; }
.product-hero-actions { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
.product-hero-visual { margin-top: 2.5rem; }
.product-hero-card { border-radius: 1rem; border: 1px solid rgba(255,255,255,.1); background: linear-gradient(135deg, rgba(255,255,255,.05), transparent); padding: 1.5rem; }
.product-hero-img { aspect-ratio: 16/9; border-radius: 0.75rem; background: #18181b; overflow: hidden; display: grid; place-items: center; padding: 1.5rem; }
@media (min-width: 1024px) {
  .product-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
  .product-hero h1 { font-size: 2.5rem; }
  .product-hero-actions { flex-direction: row; }
  .product-hero-visual { margin-top: 0; }
}

/* Spec tables */
.spec-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .spec-grid { grid-template-columns: repeat(3,1fr); } }
.spec-block { overflow: hidden; border-radius: 1rem; border: 1px solid var(--border); background: var(--card); }
.spec-block-head { display: flex; align-items: center; gap: 0.75rem; padding: 1rem 1.25rem; background: rgba(245,158,11,.05); border-bottom: 1px solid var(--border); }
.spec-block-head .ic { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 0.5rem; background: rgba(245,158,11,.1); color: var(--primary); }
.spec-block-head .ic svg { width: 1.25rem; height: 1.25rem; }
.spec-block-head h3 { font-size: 1rem; }
.spec-block table td { padding: 0.75rem 1.25rem; font-size: 0.875rem; border-bottom: 1px solid rgba(0,0,0,.05); }
.spec-block table tr:nth-child(even) { background: rgba(245,245,245,.4); }
.spec-block table td:first-child { color: var(--muted-foreground); }
.spec-block table td:last-child { font-weight: 600; text-align: left; }
.spec-block table tr:last-child td { border-bottom: 0; }

/* Use cases & advantages boxes */
.info-box { border-radius: 1rem; border: 1px solid var(--border); background: var(--card); padding: 1.75rem; }
.info-box-head { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; }
.info-box-head .ic { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 0.5rem; }
.info-box-head .ic svg { width: 1.25rem; height: 1.25rem; }
.ic-sky { background: rgba(14,165,233,.1); color: var(--sky-500); }
.ic-amber { background: rgba(245,158,11,.1); color: #d97706; }
.ic-emerald { background: rgba(16,185,129,.1); color: var(--emerald-600); }
.info-box h3 { font-size: 1.125rem; }
.info-box ul { display: grid; gap: 0.625rem; }
.info-box li { display: flex; align-items: flex-start; gap: 0.625rem; font-size: 0.875rem; color: rgba(33,33,46,.8); }
.info-box li svg { width: 1rem; height: 1rem; flex-shrink: 0; margin-top: 0.125rem; }
.list-check svg { color: var(--emerald-500); }
.list-spark svg { color: var(--amber-500); }

.safety-tags { display: flex; flex-wrap: wrap; gap: 0.625rem; }
.safety-tags .tag { display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.375rem 0.75rem; border-radius: 0.5rem; background: rgba(16,185,129,.1); font-size: 0.875rem; color: var(--emerald-700); font-weight: 500; }
.safety-tags svg { width: 0.875rem; height: 0.875rem; }

/* Comparison table */
.compare-table { overflow: hidden; border-radius: 1rem; border: 1px solid var(--border); background: var(--card); }
.compare-row { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.compare-row.head { background: var(--zinc-950); color: #fff; }
.compare-row.head > div { padding: 1.25rem 1rem; text-align: center; border-left: 1px solid rgba(255,255,255,.1); }
.compare-row.head > div:last-child { border-left: 0; }
.compare-row.head .col-self { background: rgba(245,158,11,.15); }
.compare-row.head .col-self .b { color: #fbbf24; font-size: 0.75rem; }
.compare-row.head .b { color: #a1a1aa; font-size: 0.75rem; }
.compare-row.head .n { font-weight: 700; font-size: 1rem; margin-top: 0.25rem; }
.compare-row > div { padding: 0.875rem 1rem; font-size: 0.875rem; border-left: 1px solid rgba(0,0,0,.05); }
.compare-row > div:first-child { color: var(--muted-foreground); font-weight: 500; }
.compare-row > div:nth-child(2), .compare-row > div:nth-child(3) { text-align: center; font-weight: 600; }
.compare-row > div:last-child { border-left: 0; }
.compare-row:nth-child(even) { background: rgba(245,245,245,.4); }
.compare-conclusion { margin-top: 1.5rem; border-radius: 0.75rem; background: rgba(245,158,11,.1); border: 1px solid rgba(245,158,11,.2); padding: 1.25rem; font-size: 0.875rem; color: rgba(33,33,46,.9); line-height: 1.7; }
.compare-conclusion .label { font-weight: 700; color: #b45309; margin-left: 0.25rem; }

/* Accordion (FAQ) */
.accordion { border-radius: 1rem; border: 1px solid var(--border); background: var(--card); overflow: hidden; }
.acc-item { border-bottom: 1px solid var(--border); }
.acc-item:last-child { border-bottom: 0; }
.acc-trigger { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; background: transparent; border: 0; cursor: pointer; text-align: right; font-weight: 700; font-size: 1rem; color: var(--foreground); }
.acc-trigger:hover { text-decoration: underline; }
.acc-trigger .chev { width: 1rem; height: 1rem; color: var(--muted-foreground); transition: transform 0.2s; flex-shrink: 0; margin-top: 0.125rem; }
.acc-item.open .acc-trigger .chev { transform: rotate(180deg); }
.acc-content { max-height: 0; overflow: hidden; transition: max-height 0.3s; }
.acc-content-inner { padding: 0 1.25rem 1rem; color: var(--muted-foreground); line-height: 1.7; font-size: 0.9rem; }

/* ==========================================================================
   Comparison page
   ========================================================================== */
.cmp-hero { position: relative; overflow: hidden; background: var(--zinc-950); color: #fff; }
.cmp-hero .grid-bg { position: absolute; inset: 0; opacity: 0.4; background-image: linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 48px 48px; }
.cmp-hero-inner { position: relative; padding: 3rem 0; }
.cmp-score { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; max-width: 28rem; margin-top: 2rem; }
.cmp-score .box { border-radius: 0.75rem; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 1rem; text-align: center; }
.cmp-score .box .l { font-size: 0.75rem; color: #a1a1aa; }
.cmp-score .box .v { font-size: 1.5rem; font-weight: 800; color: #fbbf24; margin-top: 0.25rem; }
.cmp-table { overflow: hidden; border-radius: 1rem; border: 1px solid var(--border); background: var(--card); }
.cmp-table .row { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.cmp-table .row.head { background: var(--zinc-950); color: #fff; }
.cmp-table .row.head > div { padding: 1.25rem; border-left: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; }
.cmp-table .row.head > div:first-child { color: #d4d4d8; font-weight: 700; font-size: 0.875rem; }
.cmp-table .row.head .col { text-align: center; }
.cmp-table .row.head .col .b { color: #fbbf24; font-size: 0.7rem; }
.cmp-table .row.head .col .n { font-weight: 700; font-size: 0.875rem; }
.cmp-table .row.head .thumb { height: 5rem; border-radius: 0.5rem; background: #18181b; overflow: hidden; display: grid; place-items: center; padding: 0.5rem; margin-bottom: 0.5rem; }
.cmp-table .row > div { padding: 1rem; font-size: 0.875rem; border-left: 1px solid rgba(0,0,0,.05); display: flex; align-items: center; }
.cmp-table .row > div:first-child { color: var(--muted-foreground); font-weight: 500; }
.cmp-table .row > div:nth-child(2), .cmp-table .row > div:nth-child(3) { justify-content: center; gap: 0.375rem; font-weight: 600; }
.cmp-table .row > div:last-child { border-left: 0; }
.cmp-table .row:nth-child(even) { background: rgba(245,245,245,.4); }
.cmp-winner { color: var(--emerald-700) !important; background: rgba(16,185,129,.05); }
.cmp-winner svg { width: 0.875rem; height: 0.875rem; color: var(--emerald-500); }

.analysis-box { border-radius: 1rem; border: 1px solid var(--border); background: var(--card); padding: 1.5rem; }
.analysis-head { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.analysis-num { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 0.5rem; background: linear-gradient(135deg, var(--amber-500), var(--orange-600)); color: #fff; font-weight: 700; font-size: 0.875rem; }
.analysis-box h3 { font-size: 1.125rem; }
.analysis-box p { color: var(--muted-foreground); line-height: 1.7; font-size: 0.9rem; }

.conclusion-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .conclusion-grid { grid-template-columns: 1fr 1fr; } }
.conclusion-box { border-radius: 1rem; padding: 1.75rem; }
.conclusion-box.left { border: 2px solid rgba(16,185,129,.3); background: rgba(16,185,129,.05); }
.conclusion-box.right { border: 2px solid rgba(245,158,11,.3); background: rgba(245,158,11,.05); }
.conclusion-box h3 { display: flex; align-items: center; gap: 0.5rem; font-size: 1.125rem; }
.conclusion-box.left h3 svg { color: var(--emerald-600); }
.conclusion-box.right h3 svg { color: #d97706; }
.conclusion-box ul { margin-top: 1.25rem; display: grid; gap: 0.625rem; }
.conclusion-box li { display: flex; align-items: flex-start; gap: 0.625rem; font-size: 0.875rem; color: rgba(33,33,46,.8); }
.conclusion-box.left li svg { color: var(--emerald-500); }
.conclusion-box.right li svg { color: var(--amber-500); }
.conclusion-box li svg { width: 1rem; height: 1rem; flex-shrink: 0; margin-top: 0.125rem; }
.conclusion-box .btn { margin-top: 1.5rem; width: 100%; }
.conclusion-box.left .btn { background: var(--emerald-600); color: #fff; }
.conclusion-box.left .btn:hover { background: var(--emerald-700); }

/* ==========================================================================
   Use-case page
   ========================================================================== */
.uc-features { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .uc-features { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .uc-features { grid-template-columns: repeat(3,1fr); } }
.uc-feature { border-radius: 1rem; border: 1px solid var(--border); background: var(--card); padding: 1.5rem; transition: all 0.3s; }
.uc-feature:hover { box-shadow: 0 20px 40px -16px rgba(245,158,11,.25); transform: translateY(-4px); }
.uc-feature .top { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.uc-feature .num { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 0.5rem; background: linear-gradient(135deg, var(--amber-500), var(--orange-600)); color: #fff; font-weight: 700; }
.uc-feature h3 { font-size: 1rem; }
.uc-feature p { font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.6; }

.uc-pick { display: block; text-align: right; position: relative; overflow: hidden; border-radius: 1rem; border: 1px solid var(--border); background: var(--card); transition: all 0.3s; width: 100%; }
.uc-pick:hover { box-shadow: 0 20px 40px -16px rgba(245,158,11,.25); transform: translateY(-4px); }
.uc-pick.editor { border-color: rgba(245,158,11,.4); box-shadow: 0 0 0 1px rgba(245,158,11,.2); }
.uc-pick-banner { background: linear-gradient(90deg, var(--amber-500), var(--orange-600)); color: #fff; text-align: center; padding: 0.375rem; font-size: 0.75rem; font-weight: 700; }
.uc-pick-body { padding: 1.5rem; }
.uc-pick-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.uc-pick-rank { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 0.75rem; background: linear-gradient(135deg, var(--amber-500), var(--orange-600)); color: #fff; font-weight: 800; font-size: 1.125rem; }
.uc-pick-img { height: 8rem; border-radius: 0.75rem; background: #18181b; overflow: hidden; display: grid; place-items: center; padding: 1rem; margin-bottom: 1rem; }
.uc-pick-body .b { font-size: 0.7rem; color: var(--muted-foreground); }
.uc-pick-body h3 { font-size: 1.125rem; }
.uc-pick-reason { margin-top: 0.5rem; display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.25rem 0.625rem; border-radius: 0.5rem; background: rgba(245,158,11,.1); font-size: 0.75rem; font-weight: 700; color: #b45309; }
.uc-pick-body .desc { margin-top: 0.75rem; font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.6; }
.uc-pick-foot { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(0,0,0,.07); display: flex; align-items: center; justify-content: space-between; font-size: 0.875rem; font-weight: 500; color: var(--primary); }

.quick-table { overflow: hidden; border-radius: 1rem; border: 1px solid var(--border); background: var(--card); }
.quick-table .row { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.quick-table .row.head { background: var(--zinc-950); color: #fff; }
.quick-table .row.head > div { padding: 1rem; font-size: 0.875rem; font-weight: 700; border-left: 1px solid rgba(255,255,255,.1); }
.quick-table .row.head > div:last-child { border-left: 0; }
.quick-table .row.head .best { color: #fbbf24; }
.quick-table .row > div { padding: 1rem; font-size: 0.875rem; border-left: 1px solid rgba(0,0,0,.05); }
.quick-table .row > div:first-child { color: rgba(33,33,46,.8); font-weight: 500; }
.quick-table .row > div:nth-child(2) { color: var(--primary); font-weight: 700; }
.quick-table .row > div:last-child { color: var(--muted-foreground); border-left: 0; }
.quick-table .row:nth-child(even) { background: rgba(245,245,245,.4); }

/* ==========================================================================
   About page
   ========================================================================== */
.about-box { border-radius: 1rem; border: 1px solid var(--border); background: var(--card); padding: 1.75rem; }
.about-box.head { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.about-box .ic { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 0.5rem; }
.about-box h2 { font-size: 1.25rem; }
.about-box p { color: var(--muted-foreground); line-height: 1.7; font-size: 0.9rem; }
.value-card { border-radius: 1rem; border: 1px solid var(--border); background: var(--card); padding: 1.5rem; text-align: center; transition: all 0.3s; }
.value-card:hover { box-shadow: 0 20px 40px -16px rgba(245,158,11,.25); transform: translateY(-4px); }
.value-icon { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; margin: 0 auto 1rem; border-radius: 0.75rem; background: linear-gradient(135deg, var(--amber-500), var(--orange-600)); color: #fff; }
.value-icon svg { width: 1.75rem; height: 1.75rem; }
.value-card h3 { font-size: 1rem; }
.value-card p { margin-top: 0.5rem; font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.6; }

.commitment-box { position: relative; overflow: hidden; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); padding: 2rem; }
.commitment-box .grid-bg { position: absolute; inset: 0; opacity: 0.5; background-image: linear-gradient(to right, rgba(0,0,0,.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,.04) 1px, transparent 1px); background-size: 48px 48px; }
.commitment-box .glow { position: absolute; top: -5rem; left: -5rem; width: 16rem; height: 16rem; border-radius: 50%; background: rgba(245,158,11,.1); filter: blur(60px); }
.commitment-inner { position: relative; }

/* ==========================================================================
   Services page
   ========================================================================== */
.service-detail { position: relative; overflow: hidden; border-radius: 1rem; border: 1px solid var(--border); background: var(--card); padding: 1.75rem; transition: all 0.3s; }
.service-detail:hover { box-shadow: 0 20px 40px -16px rgba(245,158,11,.25); }
.service-detail-top { display: flex; align-items: flex-start; gap: 1rem; }
.service-detail-icon { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; border-radius: 0.75rem; background: linear-gradient(135deg, var(--amber-500), var(--orange-600)); color: #fff; flex-shrink: 0; box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px -8px rgba(245,158,11,.35); }
.service-detail-icon svg { width: 1.75rem; height: 1.75rem; }
.service-detail .num { font-size: 0.75rem; font-weight: 700; color: var(--primary); }
.service-detail h3 { font-size: 1.125rem; }
.service-detail .desc { margin-top: 0.5rem; font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.6; }
.service-detail-features { margin-top: 1.25rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.service-detail-features li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; color: rgba(33,33,46,.8); background: rgba(245,245,245,.5); padding: 0.5rem 0.75rem; border-radius: 0.5rem; }
.service-detail-features svg { width: 0.875rem; height: 0.875rem; color: var(--emerald-500); flex-shrink: 0; }

.process-step { position: relative; }
.process-step .box { border-radius: 1rem; border: 1px solid var(--border); background: var(--card); padding: 1.5rem; height: 100%; }
.process-step .num { font-size: 3rem; font-weight: 800; color: rgba(245,158,11,.15); line-height: 1; margin-bottom: 0.75rem; }
.process-step h3 { font-size: 1rem; }
.process-step p { margin-top: 0.5rem; font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.6; }

/* ==========================================================================
   Contact page
   ========================================================================== */
.contact-card { display: block; height: 100%; border-radius: 1rem; border: 1px solid var(--border); background: var(--card); padding: 1.5rem; transition: all 0.3s; }
.contact-card:hover { box-shadow: 0 20px 40px -16px rgba(245,158,11,.25); border-color: rgba(245,158,11,.4); }
.contact-card .ic { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 0.75rem; background: rgba(245,158,11,.1); color: var(--primary); margin-bottom: 1rem; }
.contact-card .ic svg { width: 1.5rem; height: 1.5rem; }
.contact-card .t { font-size: 0.75rem; color: var(--muted-foreground); margin-bottom: 0.25rem; }
.contact-card .v { font-weight: 700; font-size: 0.875rem; word-break: break-word; }
.contact-card .s { margin-top: 0.25rem; font-size: 0.75rem; color: var(--muted-foreground); }

.contact-form-box { border-radius: 1rem; border: 1px solid var(--border); background: var(--card); padding: 1.5rem; }
.contact-form-box h2 { font-size: 1.25rem; }
.contact-form-box .sub { margin-top: 0.5rem; font-size: 0.875rem; color: var(--muted-foreground); }
.form-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; margin-top: 1.5rem; }
@media (min-width: 640px) { .form-grid.cols-2 { grid-template-columns: 1fr 1fr; } }
.form-field { display: grid; gap: 0.375rem; }
.form-field label { font-size: 0.875rem; font-weight: 500; }
.form-field label .req { color: var(--destructive); }
.form-field input, .form-field select, .form-field textarea {
  padding: 0.5rem 0.75rem; border-radius: 0.5rem; border: 1px solid var(--border);
  background: var(--card); font-size: 0.875rem; transition: border-color 0.2s, box-shadow 0.2s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(245,158,11,.15);
}
.form-field textarea { resize: vertical; min-height: 6rem; }
.form-success { border-radius: 0.75rem; background: rgba(16,185,129,.1); border: 1px solid rgba(16,185,129,.3); padding: 1.5rem; text-align: center; margin-top: 1.5rem; }
.form-success svg { width: 3rem; height: 3rem; margin: 0 auto 0.75rem; color: var(--emerald-600); }
.form-success h3 { font-weight: 700; }
.form-success p { margin-top: 0.5rem; font-size: 0.875rem; color: var(--muted-foreground); }
.form-error { border-radius: 0.5rem; background: rgba(220,38,38,.1); border: 1px solid rgba(220,38,38,.3); padding: 0.75rem; font-size: 0.875rem; color: #991b1b; margin-top: 1rem; }

.contact-info-list { display: grid; gap: 1rem; }
.contact-info-list li { display: flex; align-items: flex-start; gap: 0.75rem; }
.contact-info-list .ic { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 0.5rem; background: rgba(245,158,11,.1); color: var(--primary); flex-shrink: 0; }
.contact-info-list .ic svg { width: 1.25rem; height: 1.25rem; }
.contact-info-list .t { font-size: 0.875rem; font-weight: 700; }
.contact-info-list .d { font-size: 0.875rem; color: var(--muted-foreground); margin-top: 0.125rem; }
.contact-info-list .emerald { background: rgba(16,185,129,.1); color: var(--emerald-600); }

.map-box { border-radius: 1rem; border: 1px solid var(--border); background: var(--card); overflow: hidden; }
.map-box .head { background: rgba(245,158,11,.05); padding: 0.75rem 1.25rem; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 0.875rem; }
.map-box .head svg { width: 1rem; height: 1rem; color: var(--primary); }
.map-box iframe { width: 100%; aspect-ratio: 16/9; border: 0; display: block; }

/* ==========================================================================
   Footer (sticky bottom)
   ========================================================================== */
.site-footer { margin-top: auto; background: var(--zinc-950); color: #a1a1aa; border-top: 1px solid #27272a; }
.footer-cta { border-bottom: 1px solid rgba(39,39,42,.7); }
.footer-cta-inner { padding: 2rem 0; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 1rem; }
.footer-cta h3 { font-size: 1.125rem; color: #fff; text-align: center; }
.footer-cta p { font-size: 0.875rem; color: #a1a1aa; margin-top: 0.25rem; text-align: center; }
.footer-cta-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.btn-wa { background: var(--emerald-600); color: #fff; }
.btn-wa:hover { background: var(--emerald-500); }
@media (min-width: 768px) { .footer-cta-inner { flex-direction: row; } .footer-cta h3, .footer-cta p { text-align: right; } }

.footer-main { padding: 3rem 0; }
.footer-grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.5fr; } }
.footer-brand .brand-mark { margin-bottom: 1rem; }
.footer-brand p { font-size: 0.875rem; color: #a1a1aa; line-height: 1.7; }
.footer-col h4 { font-weight: 700; color: #fff; margin-bottom: 1rem; font-size: 0.875rem; }
.footer-col ul { display: grid; gap: 0.625rem; }
.footer-col a { color: #a1a1aa; font-size: 0.875rem; transition: color 0.2s; }
.footer-col a:hover { color: #fbbf24; }
.footer-contact li { display: flex; align-items: flex-start; gap: 0.625rem; font-size: 0.875rem; color: #a1a1aa; }
.footer-contact svg { width: 1rem; height: 1rem; color: #fbbf24; flex-shrink: 0; margin-top: 0.125rem; }
.footer-contact a:hover { color: #fbbf24; }
.footer-bottom { border-top: 1px solid rgba(39,39,42,.7); }
.footer-bottom-inner { padding: 1.25rem 0; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 0.5rem; font-size: 0.75rem; color: #71717a; }
.footer-bottom-inner .muted { color: #52525b; }
@media (min-width: 640px) { .footer-bottom-inner { flex-direction: row; } }

/* ==========================================================================
   Site wrapper (sticky footer)
   ========================================================================== */
.site { display: flex; flex-direction: column; min-height: 100vh; }
.site-content { flex: 1; display: flex; flex-direction: column; }

/* ==========================================================================
   Generic utilities
   ========================================================================== */
.mt-2 { margin-top: 0.5rem; } .mt-3 { margin-top: 0.75rem; } .mt-4 { margin-top: 1rem; } .mt-6 { margin-top: 1.5rem; } .mt-8 { margin-top: 2rem; } .mt-10 { margin-top: 2.5rem; } .mt-12 { margin-top: 3rem; }
.mb-6 { margin-bottom: 1.5rem; } .mb-8 { margin-bottom: 2rem; } .mb-10 { margin-bottom: 2.5rem; } .mb-12 { margin-bottom: 3rem; }
.text-sm { font-size: 0.875rem; } .text-xs { font-size: 0.75rem; } .text-lg { font-size: 1.125rem; } .text-xl { font-size: 1.25rem; }
.font-bold { font-weight: 700; } .font-extrabold { font-weight: 800; } .font-medium { font-weight: 500; }
.text-muted { color: var(--muted-foreground); }
.text-center { text-align: center; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: 0.5rem; } .gap-3 { gap: 0.75rem; } .gap-4 { gap: 1rem; }
.rounded { border-radius: 0.5rem; } .rounded-lg { border-radius: 0.75rem; } .rounded-xl { border-radius: 1rem; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.text-balance { text-wrap: balance; }
.dir-ltr { direction: ltr; }

/* Pagination */
.pagination { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-top: 3rem; }
.pagination .page-numbers { padding: 0.5rem 0.875rem; border-radius: 0.5rem; border: 1px solid var(--border); background: var(--card); font-size: 0.875rem; font-weight: 600; transition: all 0.2s; }
.pagination .page-numbers.current { background: linear-gradient(135deg, var(--amber-500), var(--orange-600)); color: #fff; border-color: transparent; }
.pagination .page-numbers:hover:not(.current) { border-color: rgba(245,158,11,.4); color: var(--primary); }

/* 404 */
.error-404 { padding: 6rem 0; text-align: center; }
.error-404 .num { font-size: 6rem; font-weight: 800; background: linear-gradient(135deg, var(--amber-500), var(--orange-600)); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.error-404 h1 { font-size: 1.5rem; margin-top: 1rem; }
.error-404 p { margin-top: 0.75rem; color: var(--muted-foreground); }

/* Admin bar adjust */
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

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

/* Scrollbar */
.scrollbar-thin { scrollbar-width: thin; scrollbar-color: rgba(245,158,11,.4) transparent; }
.scrollbar-thin::-webkit-scrollbar { width: 8px; height: 8px; }
.scrollbar-thin::-webkit-scrollbar-thumb { background: rgba(245,158,11,.4); border-radius: 9999px; }
