/*
Theme Name: Excar
Theme URI: https://antiquewhite-crab-779829.hostingersite.com
Author: Excar
Author URI: https://antiquewhite-crab-779829.hostingersite.com
Description: Þema fyrir Excar - íslenskan söluaðila rafmagnsgolfbíla og vinnubíla.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: excar
Tags: dark, woocommerce, responsive
*/

/* ==========================================================================
   CSS VARIABLES
   ========================================================================== */

:root {
  --bg: #060E1F;
  --bg-card: #0D1B36;
  --bg-hover: #132448;
  --primary: #1A56DB;
  --primary-hover: #1648C2;
  --green: #22C55E;
  --amber: #F59E0B;
  --white: #FFFFFF;
  --text-secondary: #94A3B8;
  --text-muted: #64748B;
  --border: rgba(255,255,255,0.08);
  --border-bright: rgba(255,255,255,0.2);
  --radius: 12px;
  --radius-lg: 20px;
  --header-height: 72px;
}

/* ==========================================================================
   RESET & BASE
   ========================================================================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: var(--bg);
  color: var(--white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */

.main-content {
  padding-top: var(--header-height);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }

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

/* ==========================================================================
   SITE HEADER / NAV
   ========================================================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(6, 14, 31, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  transition: background 0.3s ease;
}

.site-header.scrolled {
  background: rgba(6, 14, 31, 0.98);
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

.site-logo img {
  height: 36px;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  font-size: 0.925rem;
  font-weight: 500;
  color: var(--text-secondary);
  padding: 8px 14px;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}

.nav-links a:hover {
  color: var(--white);
  background: var(--border);
}

.nav-links a.nav-cta {
  background: var(--primary);
  color: var(--white);
  padding: 9px 20px;
  border-radius: var(--radius);
  font-weight: 600;
  transition: background 0.2s;
}

.nav-links a.nav-cta:hover {
  background: var(--primary-hover);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.btn-primary,
.btn-secondary,
.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  text-decoration: none;
  line-height: 1;
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(26, 86, 219, 0.35);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--border-bright);
}

.btn-secondary:hover {
  background: var(--border);
  border-color: var(--white);
  transform: translateY(-1px);
}

.btn-white {
  background: var(--white);
  color: var(--primary);
}

.btn-white:hover {
  background: #F0F4FF;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--bg);
  background-image:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(26, 86, 219, 0.18) 0%, transparent 70%),
    radial-gradient(ellipse 60% 40% at 80% 50%, rgba(26, 86, 219, 0.08) 0%, transparent 60%);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26, 86, 219, 0.15);
  border: 1px solid rgba(26, 86, 219, 0.35);
  color: #7EB5FF;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}

.hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
}

.hero-content h1 {
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.hero-content h1 span {
  color: var(--primary);
  background: linear-gradient(135deg, #1A56DB, #4A90E2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-content p {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 480px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-image {
  position: relative;
  z-index: 1;
}

.hero-image img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: 0 32px 80px rgba(0,0,0,0.5);
}

/* ==========================================================================
   FEATURES STRIP
   ========================================================================== */

.features-strip {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 40px;
}

.features-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.feature-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.feature-text strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
}

.feature-text span {
  font-size: 0.825rem;
  color: var(--text-muted);
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */

.section {
  padding: 96px 40px;
}

.section-inner {
  max-width: 1280px;
  margin: 0 auto;
}

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

.section-tag {
  display: inline-block;
  background: rgba(26, 86, 219, 0.15);
  border: 1px solid rgba(26, 86, 219, 0.3);
  color: #7EB5FF;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-header h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.section-header p {
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
}

/* ==========================================================================
   PRODUCT GRID & CARDS
   ========================================================================== */

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}

.product-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  border-color: var(--border-bright);
}

.product-card-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg-hover);
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

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

.ribbon {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 2;
}

.ribbon.new {
  background: var(--green);
  color: #fff;
}

.ribbon.order {
  background: var(--primary);
  color: #fff;
}

.ribbon.sale {
  background: var(--amber);
  color: #fff;
}

.ribbon.forpantning {
  background: var(--primary);
  color: #fff;
}

.ribbon.serpantning {
  background: #6366f1;
  color: #fff;
}

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

.product-card-tag {
  font-size: 0.775rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.product-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.product-card p,
.product-card .product-card-desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 0;
}

.product-card-footer {
  padding: 20px 24px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.product-card-price {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--white);
}

.product-card-price del {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--text-muted);
  display: block;
}

.product-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary);
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 8px;
  transition: background 0.2s;
  white-space: nowrap;
}

.product-card-btn:hover {
  background: var(--primary-hover);
}

/* WooCommerce loop overrides */
ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
  gap: 28px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.products li.product {
  background: var(--bg-card) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-lg) !important;
  overflow: hidden !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  float: none !important;
  width: auto !important;
}

ul.products li.product:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4) !important;
  border-color: var(--border-bright) !important;
}

ul.products li.product a img {
  width: 100% !important;
  height: 240px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: var(--white) !important;
  padding: 20px 24px 8px !important;
}

ul.products li.product .price {
  padding: 0 24px 16px !important;
  color: var(--white) !important;
  font-weight: 800 !important;
  font-size: 1.1rem !important;
}

ul.products li.product .price del {
  color: var(--text-muted) !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}

ul.products li.product .product-card-btn {
  margin: 0 24px 24px !important;
}

/* ==========================================================================
   BLOG GRID & CARDS
   ========================================================================== */

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}

.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  border-color: var(--border-bright);
}

.blog-card-image {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--bg-hover);
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.04);
}

.blog-card-no-image {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--bg-hover), var(--bg-card));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

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

.blog-card-meta {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-card-meta span {
  color: var(--primary);
  font-weight: 600;
}

.blog-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
  color: var(--white);
}

.blog-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 20px;
}

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

.blog-card-link:hover {
  gap: 10px;
}

/* ==========================================================================
   CTA BANNER
   ========================================================================== */

.cta-banner {
  background: linear-gradient(135deg, #1235A8 0%, #1A56DB 50%, #1648C2 100%);
  border-radius: var(--radius-lg);
  padding: 56px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  pointer-events: none;
}

.cta-banner-content h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  margin-bottom: 12px;
}

.cta-banner-content p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  max-width: 520px;
}

/* ==========================================================================
   PAGE HEADER
   ========================================================================== */

.page-header {
  padding: 80px 40px 64px;
  text-align: center;
  position: relative;
  background: var(--bg);
  background-image: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(26, 86, 219, 0.15) 0%, transparent 70%);
}

.page-header h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.page-header p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0 auto;
}

/* ==========================================================================
   SHOP / FILTER PILLS
   ========================================================================== */

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.filter-pill {
  background: var(--bg-card);
  border: 1px solid var(--border);
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s;
}

.filter-pill:hover {
  border-color: var(--border-bright);
  color: var(--white);
  background: var(--bg-hover);
}

.filter-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  font-weight: 600;
}

/* ==========================================================================
   SINGLE PRODUCT
   ========================================================================== */

.single-product-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 40px 120px;
}

.single-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

/* Gallery */
.product-gallery {
  position: static;
}

.product-gallery-main {
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border);
  margin-bottom: 16px;
}

.product-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.product-gallery-thumbs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.product-gallery-thumb {
  width: 80px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s;
  background: var(--bg-card);
  flex-shrink: 0;
}

.product-gallery-thumb.active,
.product-gallery-thumb:hover {
  border-color: var(--primary);
}

.product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product info */
.product-info {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.product-info-ribbon {
  display: inline-block;
  font-size: 0.775rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 6px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: fit-content;
}

.product-info-ribbon.new { background: var(--green); color: #fff; }
.product-info-ribbon.order { background: var(--primary); color: #fff; }
.product-info-ribbon.sale { background: var(--amber); color: #fff; }
.product-info-ribbon.forpantning { background: var(--primary); color: #fff; }
.product-info-ribbon.serpantning { background: #6366f1; color: #fff; }

.product-info h1 {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.product-tagline {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.product-price-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}

.product-price-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.product-price-amount {
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
}

.product-price-regular {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-left: 12px;
}

.product-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-inquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 28px;
  background: var(--primary);
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.btn-inquiry:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26, 86, 219, 0.4);
}

.btn-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 28px;
  background: transparent;
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  border-radius: var(--radius);
  border: 1px solid var(--border-bright);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  text-decoration: none;
}

.btn-phone:hover {
  background: var(--border);
  border-color: var(--white);
}

.product-guarantees {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.guarantee-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.guarantee-item-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.guarantee-item-text {
  font-weight: 500;
  color: var(--white);
}

/* Product Tabs */
.product-description-section {
  margin-top: 64px;
  border-top: 1px solid var(--border);
  padding-top: 48px;
}

.product-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--border);
  margin-bottom: 40px;
}

.product-tab {
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-muted);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: -1px;
}

.product-tab.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.product-tab:hover:not(.active) {
  color: var(--white);
}

.product-tab-content {
  display: none;
}

.product-tab-content.active {
  display: block;
}

/* ==========================================================================
   BREADCRUMB
   ========================================================================== */

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: var(--text-muted);
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: var(--white);
}

.breadcrumb-sep {
  color: var(--text-muted);
  opacity: 0.5;
}

.breadcrumb-current {
  color: var(--text-secondary);
}

/* ==========================================================================
   BLOG SINGLE POST
   ========================================================================== */

.single-post-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 48px 40px 96px;
}

.post-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.post-breadcrumb a {
  color: var(--text-muted);
  transition: color 0.2s;
}

.post-breadcrumb a:hover {
  color: var(--white);
}

.post-breadcrumb span {
  opacity: 0.5;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.post-meta-cat {
  background: rgba(26, 86, 219, 0.15);
  border: 1px solid rgba(26, 86, 219, 0.3);
  color: #7EB5FF;
  font-weight: 600;
  font-size: 0.775rem;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.post-meta-dot {
  width: 3px;
  height: 3px;
  background: var(--text-muted);
  border-radius: 50%;
  flex-shrink: 0;
}

.single-post-wrap h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 32px;
}

.post-featured-image {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 48px;
  background: var(--bg-card);
}

.post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.post-content h2,
.post-content h3,
.post-content h4 {
  color: var(--white);
  margin-top: 2em;
  margin-bottom: 0.75em;
}

.post-content h2 { font-size: 1.6rem; }
.post-content h3 { font-size: 1.3rem; }
.post-content h4 { font-size: 1.1rem; }

.post-content p {
  margin-bottom: 1.4em;
  color: var(--text-secondary);
}

.post-content ul,
.post-content ol {
  margin-bottom: 1.4em;
  padding-left: 24px;
}

.post-content ul { list-style: disc; }
.post-content ol { list-style: decimal; }

.post-content li {
  margin-bottom: 0.5em;
  color: var(--text-secondary);
}

.post-content a {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-color: rgba(26, 86, 219, 0.4);
  transition: text-decoration-color 0.2s;
}

.post-content a:hover {
  text-decoration-color: var(--primary);
}

.post-content blockquote {
  border-left: 3px solid var(--primary);
  padding: 12px 24px;
  margin: 2em 0;
  background: var(--bg-card);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic;
  color: var(--text-secondary);
}

.post-content img {
  border-radius: var(--radius);
  margin: 1.5em 0;
}

.post-content hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2em 0;
}

.post-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.925rem;
  margin-top: 48px;
  transition: gap 0.2s;
}

.post-back-link:hover {
  gap: 12px;
}

/* ==========================================================================
   GENERIC PAGE CONTENT
   ========================================================================== */

.page-content-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 40px 96px;
}

.page-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.page-content h2,
.page-content h3,
.page-content h4 {
  color: var(--white);
  margin-top: 2em;
  margin-bottom: 0.75em;
}

.page-content h2 { font-size: 1.6rem; }
.page-content h3 { font-size: 1.3rem; }

.page-content p {
  margin-bottom: 1.4em;
}

.page-content ul,
.page-content ol {
  margin-bottom: 1.4em;
  padding-left: 24px;
}

.page-content ul { list-style: disc; }
.page-content ol { list-style: decimal; }

.page-content li {
  margin-bottom: 0.5em;
}

.page-content a {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-color: rgba(26, 86, 219, 0.4);
}

.page-content a:hover {
  text-decoration-color: var(--primary);
}

.page-content img {
  border-radius: var(--radius);
  margin: 1.5em 0;
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */

.contact-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 40px 96px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}

.contact-info h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.contact-info > p {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 40px;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-item-icon {
  width: 44px;
  height: 44px;
  background: rgba(26, 86, 219, 0.15);
  border: 1px solid rgba(26, 86, 219, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-item-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

.contact-item-value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
}

.contact-item-value a {
  color: var(--white);
  transition: color 0.2s;
}

.contact-item-value a:hover {
  color: var(--primary);
}

.contact-form-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px;
}

.contact-form-box h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 28px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.form-group label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.form-group input,
.form-group textarea,
.form-group select {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 0.95rem;
  color: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  width: 100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-muted);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(26, 86, 219, 0.15);
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-message {
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 16px;
  display: none;
}

.form-message.success {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: var(--green);
  display: block;
}

.form-message.error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #EF4444;
  display: block;
}

/* ==========================================================================
   INQUIRY MODAL
   ========================================================================== */

.inquiry-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 14, 31, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.inquiry-modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.inquiry-modal {
  background: var(--bg-card);
  border: 1px solid var(--border-bright);
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(30px) scale(0.97);
  transition: transform 0.3s ease;
  position: relative;
}

.inquiry-modal-overlay.open .inquiry-modal {
  transform: translateY(0) scale(1);
}

.inquiry-modal-header {
  padding: 28px 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inquiry-modal-header h3 {
  font-size: 1.2rem;
  font-weight: 700;
}

.inquiry-modal-close {
  width: 36px;
  height: 36px;
  background: var(--bg-hover);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--text-muted);
  transition: all 0.2s;
  flex-shrink: 0;
}

.inquiry-modal-close:hover {
  background: var(--border);
  color: var(--white);
}

.inquiry-product-summary {
  margin: 20px 32px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.inquiry-product-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
}

.inquiry-product-price {
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
  white-space: nowrap;
}

.inquiry-modal-form {
  padding: 0 32px 32px;
}

.inquiry-success {
  display: none;
  text-align: center;
  padding: 48px 32px;
}

.inquiry-success.visible {
  display: block;
}

.inquiry-success-icon {
  font-size: 3rem;
  margin-bottom: 16px;
}

.inquiry-success h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.inquiry-success p {
  font-size: 0.95rem;
  color: var(--text-secondary);
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */

.faq-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px 96px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s;
}

.faq-item.open {
  border-color: var(--border-bright);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  gap: 16px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  transition: color 0.2s;
  user-select: none;
}

.faq-question:hover {
  color: var(--primary);
}

.faq-item.open .faq-question {
  color: var(--primary);
}

.faq-icon {
  width: 24px;
  height: 24px;
  background: var(--bg-hover);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.2s, color 0.2s;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: rgba(26, 86, 219, 0.2);
  color: var(--primary);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 600px;
}

.faq-answer-inner {
  padding: 0 24px 24px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-secondary);
  border-top: 1px solid var(--border);
  padding-top: 20px;
}

/* ==========================================================================
   ABOUT PAGE
   ========================================================================== */

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 64px;
}

.about-value-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}

.about-value-card:hover {
  border-color: var(--border-bright);
  transform: translateY(-4px);
}

.about-value-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.about-value-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-value-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ==========================================================================
   ARCHIVE PAGINATION
   ========================================================================== */

.archive-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 56px;
}

.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  background: var(--bg-card);
  border: 1px solid var(--border);
  color: var(--text-secondary);
  transition: all 0.2s;
}

.archive-pagination .page-numbers:hover,
.archive-pagination .page-numbers.current {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.archive-pagination .page-numbers.dots {
  background: none;
  border-color: transparent;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.site-footer {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  padding: 64px 40px 0;
}

.footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  padding-bottom: 56px;
}

.footer-brand img {
  height: 32px;
  width: auto;
  margin-bottom: 20px;
}

.footer-tagline {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 300px;
}

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

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--bg-hover);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 1rem;
  transition: all 0.2s;
  text-decoration: none;
}

.social-link:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
}

.footer-col h4 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white);
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 0.9rem;
  color: var(--text-muted);
  transition: color 0.2s;
  padding: 2px 0;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
}

.footer-contact-item-icon {
  font-size: 0.9rem;
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-item-text {
  color: var(--text-muted);
  line-height: 1.5;
}

.footer-contact-item-text a {
  color: var(--text-muted);
  transition: color 0.2s;
}

.footer-contact-item-text a:hover {
  color: var(--white);
}

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

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

.footer-bottom a {
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: color 0.2s;
}

.footer-bottom a:hover {
  color: var(--white);
}

/* ==========================================================================
   UTILITIES
   ========================================================================== */

.section-dark {
  background: var(--bg-card);
}

.text-center { text-align: center; }
.mt-48 { margin-top: 48px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Loading spinner */
.btn-loading {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

/* ==========================================================================
   RESPONSIVE — 1024px
   ========================================================================== */

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 60px 32px;
  }

  .hero-image {
    display: none;
  }

  .features-strip {
    padding: 32px;
  }

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

  .section {
    padding: 72px 32px;
  }

  .cta-banner {
    flex-direction: column;
    padding: 48px 40px;
    text-align: center;
  }

  .single-product-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-gallery {
    position: static;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .about-values-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ==========================================================================
   RESPONSIVE — 768px
   ========================================================================== */

@media (max-width: 768px) {
  .site-header {
    padding: 0 20px;
  }

  .nav-links {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d1829;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px;
    gap: 8px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    border-top: 1px solid var(--border);
    z-index: 1001;
    overflow-y: auto;
  }

  .nav-links.open {
    transform: translateX(0);
  }

  .nav-links a {
    font-size: 1.1rem;
    padding: 14px 32px;
    color: #e2e8f0;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background: rgba(255,255,255,0.04);
  }

  .nav-links a:hover {
    background: rgba(255,255,255,0.10);
    color: #fff;
  }

  .hamburger {
    display: flex;
  }

  .hero-inner {
    padding: 48px 20px 60px;
  }

  .hero-content h1 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .features-strip {
    padding: 24px 20px;
  }

  .features-strip-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .section {
    padding: 56px 20px;
  }

  .page-header {
    padding: 56px 20px 48px;
  }

  .cta-banner {
    padding: 40px 28px;
  }

  .single-post-wrap,
  .page-content-wrap,
  .contact-wrap,
  .single-product-wrap,
  .faq-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-guarantees {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-box {
    padding: 28px 20px;
  }

  .inquiry-modal-header,
  .inquiry-product-summary,
  .inquiry-modal-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   RESPONSIVE — 500px
   ========================================================================== */

@media (max-width: 500px) {
  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .features-strip-inner {
    grid-template-columns: 1fr;
  }

  .product-tabs {
    overflow-x: auto;
  }

  .product-tab {
    white-space: nowrap;
    padding: 12px 18px;
    font-size: 0.875rem;
  }
}


/* ── HERO STATS & BADGE DOT (added) ─────────────────────── */
.hero-badge::before { display: none; }

.hero-badge-dot {
  width: 7px; height: 7px;
  background: #22C55E;
  border-radius: 50%; flex-shrink: 0;
  animation: badgePulse 2s infinite;
}
@keyframes badgePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}

.hero-img-placeholder {
  aspect-ratio: 4/3;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 40px;
}

.hero-stats {
  display: flex; align-items: center;
  gap: 24px; margin-top: 40px; flex-wrap: wrap;
}
.hero-stat { text-align: center; }
.hero-stat strong { display: block; font-size: 22px; font-weight: 900; letter-spacing: -0.5px; color: var(--white); }
.hero-stat span { font-size: 11px; color: var(--text-muted); font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }
.hero-stat-divider { width: 1px; height: 32px; background: var(--border); }

/* Hide Uncategorized tag from product cards */
.product-card-tag:empty { display: none; }

/* Blog card no image */
.blog-card-no-image {
  aspect-ratio: 16/9;
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; background: var(--bg-hover);
}


/* ── HERO STATS FIX ─────────────────────────────────────── */
.hero-stats {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 28px !important;
  margin-top: 36px !important;
  flex-wrap: wrap !important;
}
.hero-stat {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 2px !important;
}
.hero-stat strong {
  display: block !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  color: var(--white) !important;
}
.hero-stat span {
  display: block !important;
  font-size: 11px !important;
  color: var(--text-muted) !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
}
.hero-stat-divider {
  width: 1px !important;
  height: 36px !important;
  background: var(--border) !important;
  flex-shrink: 0 !important;
}


/* ==========================================================================
   FRONT PAGE v2 — matching forsida.html design
   ========================================================================== */

/* HERO v2 — full-page background */
.hero-v2 {
  position: relative;
  min-height: 720px;
  height: 100vh;
  max-height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-v2-bg {
  position: absolute;
  inset: 0;
  background: url('https://static.wixstatic.com/media/ae305d_88d36fbadfb646b18262223a9d12ed79~mv2.jpg/v1/fill/w_1920,h_1080,al_c,q_85/file.jpg') center/cover no-repeat;
}

.hero-v2-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(6, 14, 31, 0.94) 0%,
    rgba(15, 43, 91, 0.65) 50%,
    rgba(6, 14, 31, 0.88) 100%
  );
}

.hero-v2-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
  padding: 0 24px;
  animation: fadeUpHero 1s ease both;
}

@keyframes fadeUpHero {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-v2-content .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26, 86, 219, 0.12);
  border: 1px solid rgba(26, 86, 219, 0.35);
  color: #60A5FA;
  padding: 7px 18px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.hero-v2-content h1 {
  font-size: clamp(52px, 9vw, 88px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -3px;
  margin-bottom: 24px;
  color: #fff;
}

.hero-v2-highlight {
  background: linear-gradient(135deg, #60A5FA 0%, #1A56DB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-v2-sub {
  font-size: 19px;
  color: var(--text-secondary);
  max-width: 520px;
  margin: 0 auto 44px;
  font-weight: 400;
  line-height: 1.65;
}

.hero-v2-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary-v2 {
  background: var(--primary);
  color: #fff;
  padding: 16px 36px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s;
}

.btn-primary-v2:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 16px 44px rgba(26, 86, 219, 0.45);
  color: #fff;
}

.btn-outline-v2 {
  background: transparent;
  color: #fff;
  padding: 16px 36px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.25);
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s;
}

.btn-outline-v2:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
  transform: translateY(-2px);
  color: #fff;
}

.scroll-indicator-v2 {
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  animation: bounceScroll 2.5s ease infinite;
}

.scroll-indicator-v2 span {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.scroll-arrow-v2 {
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

@keyframes bounceScroll {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(10px); }
}

/* CATEGORIES */
.categories-section {
  padding: 60px 0;
  background: var(--bg);
}

.categories-header {
  margin-bottom: 56px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cat-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
  transition: transform 0.35s ease;
  text-decoration: none;
  display: block;
}

.cat-card:hover { transform: scale(1.02); }

.cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.cat-card:hover img { transform: scale(1.08); }

.cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,14,31,0.92) 35%, rgba(6,14,31,0.05) 70%);
}

.cat-info {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 56px;
}

.cat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #60A5FA;
  margin-bottom: 6px;
}

.cat-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
  color: #fff;
}

.cat-desc {
  font-size: 13px;
  color: var(--text-secondary);
}

.cat-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: rgba(26, 86, 219, 0.75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  transition: all 0.25s;
}

.cat-card:hover .cat-arrow {
  background: var(--primary);
  transform: rotate(45deg);
}

/* FEATURED PRODUCTS v2 */
.featured-section {
  padding: 60px 0;
  background: linear-gradient(180deg, var(--bg) 0%, rgba(15,43,91,0.12) 50%, var(--bg) 100%);
}

.products-header-v2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
  flex-wrap: wrap;
  gap: 20px;
}

.products-header-v2 h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0;
}

.products-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-card-v2 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--white);
  display: block;
}

.product-card-v2:hover {
  border-color: rgba(26, 86, 219, 0.4);
  box-shadow: 0 24px 64px rgba(26, 86, 219, 0.12);
  transform: translateY(-5px);
  color: var(--white);
}

.product-img-v2 {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg-hover);
}

.product-img-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.product-card-v2:hover .product-img-v2 img { transform: scale(1.06); }

.product-img-placeholder-v2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.product-body-v2 { padding: 24px; }

.product-ribbon-v2 {
  display: inline-block;
  background: rgba(26, 86, 219, 0.12);
  color: #60A5FA;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid rgba(26, 86, 219, 0.25);
}

.product-name-v2 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #fff;
}

.product-desc-v2 {
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 20px;
  line-height: 1.5;
}

.product-footer-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 18px;
  gap: 12px;
}

.product-price-v2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #fff;
}

.old-price-v2 {
  font-size: 12px;
  color: var(--text-muted);
  text-decoration: line-through;
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
}

.btn-sm-v2 {
  background: var(--primary);
  color: #fff;
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  transition: background 0.2s;
  flex-shrink: 0;
}

.product-card-v2:hover .btn-sm-v2 { background: var(--primary-hover); }

/* ENCLOSURE SECTION */
.enclosure-section {
  background: linear-gradient(135deg, rgba(26,86,219,0.08) 0%, rgba(15,43,91,0.25) 100%);
  border-top: 1px solid rgba(26,86,219,0.15);
  border-bottom: 1px solid rgba(26,86,219,0.15);
  padding: 80px 48px;
}

.enclosure-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.enclosure-text { }

.enclosure-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(234,179,8,0.12);
  border: 1px solid rgba(234,179,8,0.3);
  color: #FCD34D;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block;
}

.enclosure-title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.enclosure-desc {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 28px;
}

.enclosure-perks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.enclosure-perk {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-secondary);
}

.perk-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.25);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #22C55E;
  font-style: normal;
}

.enclosure-pricing {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.enclosure-price-label {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.enclosure-price-old {
  font-size: 20px;
  color: var(--text-muted);
  text-decoration: line-through;
  font-weight: 600;
}

.enclosure-price-arrow {
  font-size: 28px;
  color: var(--text-muted);
}

.enclosure-price-tag {
  font-size: 12px;
  color: #FCD34D;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 4px;
}

.enclosure-price-new {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1px;
  color: #FCD34D;
}

.btn-amber {
  display: inline-block;
  background: linear-gradient(135deg, #D97706, #F59E0B);
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s;
}

.btn-amber:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  color: #fff;
}

.enclosure-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid rgba(26,86,219,0.2);
}

.enclosure-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* TESTIMONIALS */
.testimonials-section {
  padding: 60px 0;
  background: var(--bg);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
  transition: all 0.3s;
}

.testimonial-card:hover {
  border-color: rgba(26,86,219,0.3);
  transform: translateY(-3px);
}

.testimonial-stars {
  color: #F59E0B;
  font-size: 18px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 24px;
  font-style: italic;
}

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

.author-avatar {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.author-name {
  font-size: 15px;
  font-weight: 700;
}

.author-location {
  font-size: 13px;
  color: var(--text-muted);
}

/* FEATURES v2 */
.features-section {
  padding: 60px 0;
  background: var(--bg);
}

.features-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature-card-v2 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: all 0.3s ease;
}

.feature-card-v2:hover {
  border-color: rgba(26, 86, 219, 0.3);
  background: var(--bg-hover);
  transform: translateY(-3px);
}

.feature-icon-v2 {
  width: 52px;
  height: 52px;
  background: rgba(26, 86, 219, 0.1);
  border: 1px solid rgba(26, 86, 219, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.feature-title-v2 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.feature-text-v2 {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* STATS */
.stats-section {
  background: linear-gradient(135deg, #0F2B5B 0%, #0D1B36 100%);
  padding: 80px 48px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.stat-number {
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}

.stat-blue {
  background: linear-gradient(135deg, #60A5FA, #1A56DB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 12px;
  color: var(--text-secondary);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* CTA v2 */
.cta-section-v2 {
  padding: 60px 48px;
  background: var(--bg);
  text-align: center;
}

.cta-card-v2 {
  max-width: 820px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(26,86,219,0.1) 0%, rgba(15,43,91,0.35) 100%);
  border: 1px solid rgba(26, 86, 219, 0.25);
  border-radius: 28px;
  padding: 80px 60px;
}

.cta-card-v2 h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -1px;
  margin: 12px 0 16px;
}

.cta-card-v2 p {
  font-size: 17px;
  color: var(--text-secondary);
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.65;
}

/* RESPONSIVE — front page v2 */
@media (max-width: 1024px) {
  .features-grid-v2 { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 48px; }
}

@media (max-width: 768px) {
  .hero-v2 { max-height: none; }
  .hero-v2-content { padding: 0 16px; }
  .hero-v2-content h1 { font-size: clamp(38px, 10vw, 60px); letter-spacing: -2px; }
  .hero-v2-sub { font-size: 16px; }
  .categories-grid { grid-template-columns: 1fr; }
  .products-grid-v2 { grid-template-columns: 1fr; }
  .products-header-v2 { flex-direction: column; align-items: flex-start; }
  .enclosure-section { padding: 50px 20px; }
  .enclosure-inner { grid-template-columns: 1fr; gap: 32px; }
  .testimonials-grid { grid-template-columns: 1fr; max-width: 100%; }
  .features-grid-v2 { grid-template-columns: 1fr; }
  .stats-section { padding: 60px 20px; }
  .cta-section-v2 { padding: 60px 20px; }
  .cta-card-v2 { padding: 44px 28px; }
  .categories-section,
  .featured-section,
  .testimonials-section,
  .features-section { padding: 70px 0; }
}

/* ==========================================================================
   SHOP PAGE (archive-product.php) — v2 matching vorur.html design
   ========================================================================== */

/* --- Page Header --- */
.shop-header {
  background: linear-gradient(135deg, #060E1F 0%, #0D1B36 100%);
  padding: 100px 24px 60px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative;
}
.shop-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%; transform: translateX(-50%);
  width: 80px; height: 2px;
  background: linear-gradient(90deg, transparent, #1A56DB, transparent);
}
.shop-header-inner {
  max-width: 720px;
  margin: 0 auto;
}
.shop-section-tag {
  display: inline-block;
  background: rgba(26,86,219,0.12);
  color: #60A5FA;
  border: 1px solid rgba(26,86,219,0.3);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.shop-page-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 16px;
}
.shop-page-subtitle {
  font-size: 17px;
  color: #94A3B8;
  line-height: 1.6;
  margin-bottom: 20px;
}
.shop-product-count {
  display: inline-block;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 13px;
  color: #64748B;
  font-weight: 500;
}

/* --- Filter Bar --- */
.shop-filters-bar {
  background: #060E1F;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: sticky;
  top: var(--header-height, 72px);
  z-index: 40;
}
.shop-filters-bar::-webkit-scrollbar { display: none; }
.shop-filter-label {
  color: #64748B;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 4px;
}
.shop-filter-btn {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  color: #94A3B8;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 18px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  font-family: inherit;
  margin: 12px 0;
}
.shop-filter-btn:hover {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border-color: rgba(255,255,255,0.2);
}
.shop-filter-btn.active {
  background: #1A56DB;
  border-color: #1A56DB;
  color: #fff;
  font-weight: 600;
}

/* --- Products Section --- */
.shop-products-section {
  background: #060E1F;
  padding: 48px 24px 80px;
  min-height: 400px;
}
.shop-products-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* --- Product Card --- */
.shop-product-card {
  background: #0D1B36;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  opacity: 0;
  transform: translateY(20px);
}
.shop-product-card.shop-card-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.25s, box-shadow 0.25s;
}
.shop-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(26,86,219,0.4);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4), 0 0 0 1px rgba(26,86,219,0.15);
}

/* --- Product Image --- */
.shop-product-img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #091428;
}
.shop-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.shop-product-card:hover .shop-product-img img {
  transform: scale(1.04);
}
.shop-no-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #1e3a5f;
}

/* --- Badges --- */
.shop-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(26,86,219,0.18);
  color: #60A5FA;
  border: 1px solid rgba(26,86,219,0.35);
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  backdrop-filter: blur(4px);
}
.shop-badge-amber {
  background: rgba(245,158,11,0.18);
  color: #FCD34D;
  border-color: rgba(245,158,11,0.35);
}
.shop-sale-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(239,68,68,0.18);
  color: #F87171;
  border: 1px solid rgba(239,68,68,0.35);
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

/* --- Product Body --- */
.shop-product-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.shop-product-cat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #60A5FA;
}
.shop-cat-amber {
  color: #FCD34D;
}
.shop-product-name {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.shop-product-desc {
  font-size: 13px;
  color: #64748B;
  line-height: 1.55;
  flex: 1;
}
.shop-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}
.shop-product-price {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.shop-old-price {
  font-size: 13px;
  font-weight: 500;
  color: #64748B;
  text-decoration: line-through;
}
.shop-price-contact {
  font-size: 14px;
  font-weight: 600;
  color: #94A3B8;
}
.shop-btn-view {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1A56DB;
  color: #fff;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}
.shop-product-card:hover .shop-btn-view {
  background: #1648C2;
}
.shop-btn-amber {
  background: #F59E0B;
  color: #000;
}
.shop-product-card:hover .shop-btn-amber {
  background: #D97706;
}

/* --- Empty / No-results --- */
.shop-empty-state,
.shop-no-results {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  color: #64748B;
  font-size: 16px;
  gap: 16px;
  text-align: center;
}
.shop-empty-icon {
  font-size: 48px;
  line-height: 1;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .shop-products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .shop-header { padding: 80px 20px 48px; }
  .shop-products-section { padding: 32px 16px 60px; }
  .shop-products-grid { grid-template-columns: 1fr; gap: 16px; }
  .shop-filters-bar { padding: 0 16px; gap: 6px; }
}

/* =============================================================
   EXCAR ADD-ONS — Lokun & Asetning (product page)
   ============================================================= */
.excar-addons {
  margin: 24px 0 20px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.excar-addons-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94A3B8;
  margin: 0 0 4px;
}
.excar-addon-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  transition: border-color 0.2s, background 0.2s;
}
.excar-addon-item:hover {
  border-color: rgba(26,86,219,0.5);
  background: rgba(26,86,219,0.06);
}
.excar-addon-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  accent-color: #1A56DB;
  cursor: pointer;
}
.excar-addon-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.excar-addon-name {
  font-size: 15px;
  font-weight: 600;
  color: #F1F5F9;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.excar-addon-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #FCD34D;
  background: rgba(234,179,8,0.15);
  border: 1px solid rgba(234,179,8,0.3);
  border-radius: 4px;
  padding: 1px 7px;
}
.excar-addon-desc {
  font-size: 13px;
  color: #94A3B8;
  line-height: 1.5;
}
.excar-addon-price {
  font-size: 15px;
  font-weight: 700;
  color: #60A5FA;
  white-space: nowrap;
  margin-top: 2px;
}
.excar-addon-old-price {
  font-size: 12px;
  color: #64748B;
  text-decoration: line-through;
  margin-right: 4px;
  font-weight: 400;
}
.excar-addon-item:has(input:checked) {
  border-color: rgba(26,86,219,0.6);
  background: rgba(26,86,219,0.10);
}


/* ── WooCommerce Add to Cart button ── */
.product-cart-wrapper .single_add_to_cart_button,
.single_add_to_cart_button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1B7B4A;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  margin-top: 16px;
  transition: background 0.2s;
  letter-spacing: 0.02em;
}
.single_add_to_cart_button.button:hover {
  background: #145C38;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  margin-top: 8px;
}

/* Quantity input */
.product-cart-wrapper .quantity,
form.cart .quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
form.cart .quantity .qty {
  width: 70px;
  padding: 10px;
  border: 1px solid #334155;
  border-radius: 6px;
  background: #1e293b;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

/* View cart link after adding */
.woocommerce-message,
.wc-forward {
  background: #1e293b !important;
  border-top-color: #1B7B4A !important;
  color: #94a3b8 !important;
}
.woocommerce-message .button,
.wc-forward {
  background: #1B7B4A !important;
  color: #fff !important;
  border-radius: 6px !important;
}

/* ====================================================================
   WOOCOMMERCE - KARFA (CART) STÍLL
   ==================================================================== */

/* Karfatafla - aðallayout */
.woocommerce-cart-form table.shop_table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  color: #fff;
  table-layout: fixed;
}

.woocommerce-cart-form table.shop_table col.product-remove { width: 36px; }
.woocommerce-cart-form table.shop_table col.product-thumbnail { width: 100px; }
.woocommerce-cart-form table.shop_table col.product-name { width: auto; }
.woocommerce-cart-form table.shop_table col.product-price { width: 160px; }
.woocommerce-cart-form table.shop_table col.product-quantity { width: 110px; }
.woocommerce-cart-form table.shop_table col.product-subtotal { width: 160px; }

.woocommerce-cart-form table.shop_table th {
  padding: 12px 16px;
  text-align: left;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #aaa;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.woocommerce-cart-form table.shop_table td {
  padding: 12px 16px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #fff;
}

/* Eyða takki - mjór dálkur */
.woocommerce-cart-form table.shop_table th.product-remove,
.woocommerce-cart-form table.shop_table td.product-remove {
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  padding: 12px 8px;
  text-align: center;
}

/* Myndir í karfu - fast breidd */
.woocommerce-cart-form table.shop_table th.product-thumbnail,
.woocommerce-cart-form table.shop_table td.product-thumbnail {
  width: 100px !important;
  min-width: 100px !important;
  padding: 12px 8px;
}

.woocommerce-cart-form table.shop_table td.product-thumbnail img {
  width: 90px !important;
  height: 90px !important;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

/* Vara nafn */
.woocommerce-cart-form table.shop_table td.product-name {
  font-weight: 600;
  font-size: 0.95rem;
}

.woocommerce-cart-form table.shop_table td.product-name a {
  color: #fff;
  text-decoration: none;
}

.woocommerce-cart-form table.shop_table td.product-name a:hover {
  color: #1B7B4A;
}

/* Eyða takki */
.woocommerce-cart-form table.shop_table td.product-remove a.remove {
  color: #aaa !important;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}

.woocommerce-cart-form table.shop_table td.product-remove a.remove:hover {
  color: #EF4444 !important;
}

/* Magn input */
.woocommerce-cart-form .quantity input.qty {
  width: 60px;
  padding: 6px 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 0.95rem;
}

/* Uppfæra/afsláttarkóða takkar */
.woocommerce-cart-form .actions {
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-cart-form .actions .coupon {
  display: flex;
  gap: 8px;
  flex: 1;
}

.woocommerce-cart-form .actions .coupon input#coupon_code {
  padding: 10px 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  color: #fff;
  font-size: 0.9rem;
  width: 200px;
}

.woocommerce-cart-form .actions .coupon input#coupon_code::placeholder {
  color: #888;
}

.woocommerce-cart-form .actions button,
.woocommerce-cart-form .actions .button {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.2s;
}

.woocommerce-cart-form .actions button:hover,
.woocommerce-cart-form .actions .button:hover {
  background: rgba(255,255,255,0.18);
}

/* Karfusamtals hlið */
.cart-collaterals {
  margin-top: 32px;
}

.cart-collaterals .cart_totals h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.cart-collaterals .cart_totals table {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border-radius: 10px;
  border-collapse: collapse;
  overflow: hidden;
}

.cart-collaterals .cart_totals table th,
.cart-collaterals .cart_totals table td {
  padding: 14px 18px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
}

.cart-collaterals .cart_totals table tr:last-child th,
.cart-collaterals .cart_totals table tr:last-child td {
  border-bottom: none;
  font-weight: 700;
  font-size: 1.05rem;
}


/* Fela Karfusamtals fyrirsögn og Millisamtala röð */
.cart-collaterals .cart_totals > h2 { display: none !important; }
.cart-collaterals .cart_totals table .cart-subtotal { display: none !important; }

/* Fara í greiðslu takki */
.cart-collaterals .wc-proceed-to-checkout .checkout-button {
  display: block;
  background: #1B7B4A;
  color: #fff !important;
  text-align: center;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  margin-top: 16px;
  transition: background 0.2s;
  width: 100%;
  box-sizing: border-box;
}

.cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
  background: #145C38;
}

/* =============================================
   Pei Greiðslureiknivél
   ============================================= */
.pei-calculator {
  margin-top: 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  overflow: hidden;
}
.pei-calc-header {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(27,123,74,0.25);
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.pei-calc-logo {
  height: 22px;
  width: auto;
}
.pei-calc-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}
.pei-calc-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pei-calc-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pei-calc-label {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
}
.pei-loan-pct-display {
  color: #22C55E;
  font-weight: 700;
}
.pei-calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: rgba(255,255,255,0.2);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}
.pei-calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1B7B4A;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.pei-calc-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1B7B4A;
  cursor: pointer;
  border: 2px solid #fff;
}
.pei-calc-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
}
.pei-months-btns {
  display: flex;
  gap: 8px;
}
.pei-month-btn {
  flex: 1;
  padding: 8px 4px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  color: rgba(255,255,255,0.7);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}
.pei-month-btn:hover {
  background: rgba(27,123,74,0.3);
  border-color: #1B7B4A;
  color: #fff;
}
.pei-month-btn.active {
  background: #1B7B4A;
  border-color: #1B7B4A;
  color: #fff;
}
.pei-calc-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(27,123,74,0.2);
  border: 1px solid rgba(27,123,74,0.5);
  border-radius: 10px;
  padding: 14px 16px;
}
.pei-result-label {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
}
.pei-result-amount {
  font-size: 1.3rem;
  font-weight: 800;
  color: #22C55E;
}
.pei-calc-note {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.4);
  margin: 0;
  line-height: 1.5;
}


/* =============================================
   Um okkur — Fyrirtækjaupplýsingar
   ============================================= */
.about-company-info {
  max-width: 600px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  overflow: hidden;
}
.about-company-row {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.about-company-row:last-child {
  border-bottom: none;
}
.about-company-label {
  min-width: 130px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.about-company-value {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}
.about-company-value a {
  color: #22C55E;
  text-decoration: none;
}
.about-company-value a:hover {
  text-decoration: underline;
}
.about-stat-box {
  background: rgba(27,123,74,0.15);
  border: 1px solid rgba(27,123,74,0.3);
  border-radius: 12px;
  padding: 20px 28px;
  min-width: 120px;
  text-align: center;
}
.about-stat-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: #22C55E;
  line-height: 1.1;
}
.about-stat-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}


/* =============================================
   Um okkur — Endurhannaðar stílar
   ============================================= */

.about-center-wrap {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  padding: 0 1.5rem;
}

/* Hero */
.about-hero-new {
  padding: 5rem 1.5rem 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.about-hero-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}
.about-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}
.about-hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Section shared */
.about-section-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #22C55E;
  margin: 0 0 0.6rem;
}
.about-section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  margin: 0 0 2rem;
  letter-spacing: -0.01em;
}

/* Fyrirtækjaupplýsingar section */
.about-section-alt {
  padding: 4rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.about-info-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
  max-width: 560px;
  margin: 0 auto;
}
.about-info-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: background 0.15s;
}
.about-info-row:last-child { border-bottom: none; }
.about-info-row:hover { background: rgba(255,255,255,0.03); }
.about-info-label {
  min-width: 120px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  flex-shrink: 0;
}
.about-info-value {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}
.about-info-value a {
  color: #22C55E;
  text-decoration: none;
  font-weight: 600;
}
.about-info-value a:hover { text-decoration: underline; }

/* Um Excar section */
.about-section-main {
  padding: 4rem 1.5rem;
}
.about-excar-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 2.5rem;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); }
}
.about-stat-card {
  background: rgba(27,123,74,0.12);
  border: 1px solid rgba(27,123,74,0.3);
  border-radius: 14px;
  padding: 1.4rem 1rem;
  transition: background 0.2s, transform 0.2s;
}
.about-stat-card:hover {
  background: rgba(27,123,74,0.22);
  transform: translateY(-2px);
}
.about-stat-num {
  font-size: 1.9rem;
  font-weight: 800;
  color: #22C55E;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.about-stat-lbl {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
}

/* CTA */
.about-cta-new {
  padding: 5rem 1.5rem;
  background: linear-gradient(180deg, transparent 0%, rgba(27,123,74,0.12) 100%);
}
.about-cta-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  margin: 0 0 0.8rem;
}
.about-cta-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  margin: 0 0 2rem;
}
.about-cta-btns {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}


/* =============================================
   Excar Lightbox
   ============================================= */
#excar-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.93);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}
#excar-lb-inner {
  max-width: 90vw;
  max-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#excar-lb-img {
  max-width: 90vw;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  display: block;
}
#excar-lb-close {
  position: fixed;
  top: 1rem;
  right: 1.2rem;
  background: rgba(255,255,255,0.1);
  border: none;
  color: #fff;
  font-size: 2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  transition: background 0.2s;
  line-height: 1;
}
#excar-lb-close:hover { background: rgba(255,255,255,0.2); }
#excar-lb-prev,
#excar-lb-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  border: none;
  color: #fff;
  font-size: 2.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  transition: background 0.2s;
  line-height: 1;
}
#excar-lb-prev { left: 1rem; }
#excar-lb-next { right: 1rem; }
#excar-lb-prev:hover,
#excar-lb-next:hover { background: rgba(255,255,255,0.22); }
#excar-lb-counter {
  position: fixed;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  background: rgba(0,0,0,0.4);
  padding: 4px 14px;
  border-radius: 20px;
}


/* ===== PRODUCT DESCRIPTION POPUP ===== */
.excar-desc-popup-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26,86,219,0.08);
  border: 1px solid rgba(26,86,219,0.45);
  color: #93C5FD;
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 12px;
  letter-spacing: 0.01em;
}
.excar-desc-popup-btn:hover {
  background: rgba(26,86,219,0.18);
  border-color: rgba(26,86,219,0.7);
  color: #bfdbfe;
}
#excar-desc-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#excar-desc-overlay.open {
  display: flex;
}
#excar-desc-modal {
  background: #111827;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  max-width: 700px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px;
  position: relative;
}
#excar-desc-modal h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
#excar-desc-modal .excar-desc-content {
  color: #94A3B8;
  line-height: 1.8;
  font-size: 0.95rem;
}
#excar-desc-modal .excar-desc-content p { margin-bottom: 12px; }
#excar-desc-modal .excar-desc-content ul { padding-left: 20px; margin-bottom: 12px; }
#excar-desc-modal .excar-desc-content li { margin-bottom: 6px; }
#excar-desc-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255,255,255,0.07);
  border: none;
  color: #94A3B8;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
#excar-desc-close:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}
@media (max-width: 768px) {
  #excar-desc-modal {
    padding: 24px 20px;
    max-height: 85vh;
  }
}

/* Gallery zoom cursor */
.product-gallery-main img,
.product-gallery-thumbs img {
  cursor: zoom-in;
}
.product-gallery-main {
  cursor: zoom-in;
}

/* ===== COLOR SWATCHES ===== */
.excar-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 8px;
}
.excar-color-label {
  font-size: 0.8rem;
  color: #64748B;
  margin-bottom: 6px;
  display: block;
}
.excar-swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.15);
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s;
  position: relative;
  flex-shrink: 0;
}
.excar-swatch:hover {
  transform: scale(1.15);
  border-color: rgba(255,255,255,0.5);
}
.excar-swatch.selected {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(26,86,219,0.5);
  transform: scale(1.1);
}
.excar-swatch[title]::after {
  content: attr(title);
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  background: #1e293b;
  color: #fff;
  font-size: 0.72rem;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
}
.excar-swatch:hover::after {
  opacity: 1;
}

/* Hide WooCommerce add-to-cart notices */
.woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-message {
  display: none !important;
}

/* Hide Update Cart button - cart auto-updates */
.woocommerce-cart-form .actions .button[name="update_cart"],
button[name="update_cart"] {
  display: none !important;
}

/* ===== CHECKOUT FIXES ===== */
/* Bigger order notes textarea */
#order_comments {
  min-height: 120px !important;
  resize: vertical;
}

/* Pei payment method label */
.payment_method_dg_pei label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.payment_method_dg_pei label img {
  height: 22px;
  width: auto;
  vertical-align: middle;
  opacity: 0.9;
}

/* =============================================
   SIMPLIFY ORDER TOTALS - hide subtotal row
   ============================================= */
.cart-subtotal,
.woocommerce-checkout-review-order-table .cart-subtotal {
    display: none !important;
}

/* Hide "Millisamtala" label in checkout order review */
.woocommerce table.shop_table .cart-subtotal th,
.woocommerce table.shop_table .cart-subtotal td {
    display: none !important;
}

/* =============================================
   PRODUCT CARD - hide color swatches on cards
   ============================================= */
.products .product .excar-color-swatches-wrap,
.wc-block-grid__product .excar-color-swatches-wrap {
    display: none !important;
}


/* =============================================
   CHECKOUT PAGE - Complete Redesign
   ============================================= */

/* Layout */
.woocommerce-checkout #payment,
.woocommerce-checkout .woocommerce-checkout-review-order {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 12px !important;
    padding: 24px !important;
}

/* Section headings */
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

/* Form field labels */
.woocommerce-checkout .form-row:not(.form-row-checkbox):not(.woocommerce-form__label-for-checkbox) > label {
    color: #94a3b8 !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    margin-bottom: 6px !important;
    display: block !important;
}

/* Form inputs & selects */
.woocommerce-checkout .form-row input[type="text"],
.woocommerce-checkout .form-row input[type="email"],
.woocommerce-checkout .form-row input[type="tel"],
.woocommerce-checkout .form-row input[type="number"],
.woocommerce-checkout .form-row input[type="password"],
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 8px !important;
    color: #e2e8f0 !important;
    padding: 12px 16px !important;
    font-size: 0.95rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
    outline: none !important;
    border-color: #1B7B4A !important;
    box-shadow: 0 0 0 3px rgba(27,123,74,0.2) !important;
    background: rgba(255,255,255,0.08) !important;
}

/* Select arrow */
.woocommerce-checkout .form-row select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2394a3b8' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    padding-right: 36px !important;
}

/* Notes textarea */
#order_comments {
    min-height: 100px !important;
    resize: vertical !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 8px !important;
    color: #e2e8f0 !important;
    padding: 12px 16px !important;
    font-size: 0.95rem !important;
    width: 100% !important;
}

/* Placeholder text */
.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder {
    color: #475569 !important;
}

/* Order review table */
.woocommerce-checkout-review-order-table {
    width: 100% !important;
    border-collapse: collapse !important;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
    color: #e2e8f0 !important;
    font-size: 0.9rem !important;
}

.woocommerce-checkout-review-order-table thead th {
    color: #94a3b8 !important;
    font-size: 0.78rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    font-weight: 500 !important;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    border-bottom: none !important;
    padding-top: 16px !important;
}

/* Payment methods */
#payment .payment_methods {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
}

#payment .payment_methods li {
    padding: 14px 16px !important;
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 8px !important;
    margin-bottom: 8px !important;
    cursor: pointer !important;
    transition: border-color 0.2s !important;
}

#payment .payment_methods li.wc_payment_method input[type="radio"]:checked ~ label,
#payment .payment_methods li:has(input:checked) {
    color: #fff !important;
}

#payment .payment_methods li label {
    color: #e2e8f0 !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

#payment .payment_box {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255,255,255,0.07) !important;
    border-radius: 6px !important;
    padding: 12px 16px !important;
    margin-top: 8px !important;
    color: #94a3b8 !important;
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
}

/* Place order button */
#payment #place_order {
    width: 100% !important;
    background: linear-gradient(135deg, #1B7B4A, #145C38) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 16px 24px !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    cursor: pointer !important;
    transition: opacity 0.2s, transform 0.1s !important;
    box-shadow: 0 4px 16px rgba(27,123,74,0.35) !important;
}

#payment #place_order:hover {
    opacity: 0.92 !important;
    transform: translateY(-1px) !important;
}

#payment #place_order:active {
    transform: translateY(0) !important;
}

/* Privacy text */
.woocommerce-privacy-policy-text {
    font-size: 0.82rem !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin-bottom: 16px !important;
}
.woocommerce-privacy-policy-text a {
    color: #93c5fd !important;
}

/* Newsletter checkbox */
.woocommerce-checkout p.form-row.form-row-wide {
    margin-bottom: 0 !important;
}

/* Coupon row */
.woocommerce-checkout .woocommerce-info {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    color: #94a3b8 !important;
    font-size: 0.88rem !important;
    margin-bottom: 20px !important;
}
.woocommerce-checkout .woocommerce-info a {
    color: #93c5fd !important;
}
.woocommerce-checkout .woocommerce-info::before {
    display: none !important;
}

/* Required star */
.woocommerce-checkout abbr[title] {
    color: #ef4444 !important;
    text-decoration: none !important;
}

/* =============================================
   CHECKOUT COLUMN HEADER FIX
   ============================================= */
.woocommerce-checkout-review-order-table thead .product-total {
    text-align: right !important;
}

/* Checkbox labels - normal styling */
.woocommerce-checkout .form-row.form-row-checkbox label,
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    color: #94a3b8 !important;
    font-size: 0.88rem !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    display: inline !important;
}

/* ================================================
   KARFA - MOBILE (max-width: 768px)
   ================================================ */
@media (max-width: 768px) {

  /* Fela töfluhaus */
  .woocommerce-cart-form table.shop_table thead {
    display: none !important;
  }

  /* Breyta töflu í block layout */
  .woocommerce-cart-form table.shop_table,
  .woocommerce-cart-form table.shop_table tbody,
  .woocommerce-cart-form table.shop_table tr.cart_item {
    display: block !important;
    width: 100% !important;
  }

  /* Hvert item = kort */
  .woocommerce-cart-form table.shop_table tr.cart_item {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    margin-bottom: 14px;
    padding: 12px;
    position: relative;
    border-bottom: none !important;
  }

  /* Fela einingaverð og mynd - sýna aðeins heildarverð */
  .woocommerce-cart-form table.shop_table td.product-price,
  .woocommerce-cart-form table.shop_table td.product-thumbnail {
    display: none !important;
  }

  /* Allar td-hólur sem block */
  .woocommerce-cart-form table.shop_table td {
    display: block !important;
    width: 100% !important;
    padding: 4px 8px !important;
    border: none !important;
    text-align: left !important;
  }

  /* Eyða takki efst til hægri */
  .woocommerce-cart-form table.shop_table td.product-remove {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: auto !important;
    padding: 0 !important;
  }

  /* Vöruheiti */
  .woocommerce-cart-form table.shop_table td.product-name {
    padding: 8px 36px 6px 8px !important;
    font-size: 1rem;
    font-weight: 600;
  }

  /* Magn */
  .woocommerce-cart-form table.shop_table td.product-quantity {
    padding: 2px 8px 4px !important;
  }

  /* Heildarverð - eina verðið sem sýnir */
  .woocommerce-cart-form table.shop_table td.product-subtotal {
    padding: 6px 8px 8px !important;
    font-size: 1.1rem;
    font-weight: 700;
  }

  /* Actions row */
  .woocommerce-cart-form table.shop_table tr,
  .woocommerce-cart-form table.shop_table td[colspan] {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .woocommerce-cart-form .actions td {
    display: block !important;
    padding: 8px 0 !important;
    border: none !important;
  }

  .woocommerce-cart-form .actions .coupon {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
  }

  .woocommerce-cart-form .actions .coupon input {
    flex: 1;
  }

  .woocommerce-cart-form .actions [name="update_cart"] {
    width: 100%;
    margin-top: 8px;
  }

  /* Karfa samtals */
  .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
  }

  /* Karfa fyrirsögn - ekki klippt af föstum haus */
  .woocommerce-cart .page-hero,
  .woocommerce-cart .page-title-section {
    padding-top: 90px;
  }
}


/* ================================================
   SERPONTUN BADGE
   ================================================ */
.woocommerce ul.products li.product {
  position: relative;
}

.serpontun-badge {
  position: absolute;
  top: 14px;
  left: 0;
  background: #1B7B4A;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 16px 5px 12px;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  pointer-events: none;
  line-height: 1.2;
}


/* === SHOP HEADER: fela titil og minnka pláss === */
.shop-header {
  padding-top: 40px !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}
.shop-header-inner .shop-title,
.shop-header-inner h1,
.shop-header-inner .shop-subtitle,
.shop-header-inner p,
.shop-header-inner .shop-tag,
.shop-header-inner .product-count-badge {
  display: none !important;
}
.shop-header-inner {
  padding-bottom: 0 !important;
  min-height: 0 !important;
}
/* === PRODUCT CARD: laga myndastærð === */
.shop-product-card img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  display: block !important;
}
.shop-product-card {
  overflow: hidden;
}
/* === FELA SHOP HEADER HERO === */
.shop-header { display: none !important; }

/* === MOBILE: page headings not hidden behind header === */
@media (max-width: 768px) {
  .site-main,
  .page-content,
  .entry-content,
  main.site-main,
  #primary,
  .woocommerce,
  article.page {
    padding-top: 80px !important;
  }
}

/* === MOBILE: laga page-header fyrirsogn === */
@media (max-width: 768px) {
  .page-header {
    margin-top: 50px !important;
  }
}