/* =============================================
   KLENSEC GROUP OF COMPANIES – MAIN STYLESHEET
   ============================================= */

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap');

/* ── CSS Custom Properties ── */
:root {
  --navy:       #0f1f3d;
  --navy-mid:   #162850;
  --navy-light: #1e3a6e;
  --gold:       #c9a84c;
  --gold-light: #e0bf72;
  --gold-dark:  #a07832;
  --green:      #1a5c38;
  --green-light:#2d8a56;
  --red:        #a31c1c;
  --gray-50:    #f8f9fb;
  --gray-100:   #f1f3f7;
  --gray-200:   #e4e8f0;
  --gray-400:   #9ca3af;
  --gray-600:   #4b5563;
  --gray-800:   #1f2937;
  --white:      #ffffff;
  --radius:     0.5rem;
  --shadow-sm:  0 1px 3px rgba(0,0,0,.08);
  --shadow-md:  0 4px 16px rgba(0,0,0,.12);
  --shadow-lg:  0 8px 32px rgba(0,0,0,.16);
  --transition: 0.25s ease;
}

/* ════════════════════════════════════════════════
   SVG ICON SYSTEM (mask-based, currentColor-themed)
   Use: <i class="icon icon-pin"></i>
   ──────────────────────────────────────────────── */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  vertical-align: -0.15em;
  flex-shrink: 0;
}
.icon-lg { width: 1.5em; height: 1.5em; }
.icon-xl { width: 2em;   height: 2em; }
.icon-2xl{ width: 2.75em;height: 2.75em; }

.icon-pin       { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z'/><circle cx='12' cy='10' r='3'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z'/><circle cx='12' cy='10' r='3'/></svg>"); }
.icon-phone     { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92Z'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92Z'/></svg>"); }
.icon-mail      { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='4' width='20' height='16' rx='2'/><path d='m22 7-10 6L2 7'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='4' width='20' height='16' rx='2'/><path d='m22 7-10 6L2 7'/></svg>"); }
.icon-clock     { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><polyline points='12 6 12 12 16 14'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><polyline points='12 6 12 12 16 14'/></svg>"); }
.icon-lock      { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='11' width='18' height='11' rx='2'/><path d='M7 11V7a5 5 0 0 1 10 0v4'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='11' width='18' height='11' rx='2'/><path d='M7 11V7a5 5 0 0 1 10 0v4'/></svg>"); }
.icon-shield    { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/></svg>"); }
.icon-check     { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>"); }
.icon-check-circle { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><polyline points='16 10 11 15 8 12'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><polyline points='16 10 11 15 8 12'/></svg>"); }
.icon-x         { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>"); }
.icon-x-circle  { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='15' y1='9' x2='9' y2='15'/><line x1='9' y1='9' x2='15' y2='15'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='15' y1='9' x2='9' y2='15'/><line x1='9' y1='9' x2='15' y2='15'/></svg>"); }
.icon-alert     { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0Z'/><line x1='12' y1='9' x2='12' y2='13'/><line x1='12' y1='17' x2='12.01' y2='17'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0Z'/><line x1='12' y1='9' x2='12' y2='13'/><line x1='12' y1='17' x2='12.01' y2='17'/></svg>"); }
.icon-info      { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='12' y1='16' x2='12' y2='12'/><line x1='12' y1='8' x2='12.01' y2='8'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='12' y1='16' x2='12' y2='12'/><line x1='12' y1='8' x2='12.01' y2='8'/></svg>"); }
.icon-search    { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>"); }
.icon-cart      { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='9' cy='21' r='1'/><circle cx='20' cy='21' r='1'/><path d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='9' cy='21' r='1'/><circle cx='20' cy='21' r='1'/><path d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/></svg>"); }
.icon-calendar  { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>"); }
.icon-chart     { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='20' x2='18' y2='10'/><line x1='12' y1='20' x2='12' y2='4'/><line x1='6'  y1='20' x2='6'  y2='14'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='20' x2='18' y2='10'/><line x1='12' y1='20' x2='12' y2='4'/><line x1='6'  y1='20' x2='6'  y2='14'/></svg>"); }
.icon-instagram { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='2' width='20' height='20' rx='5'/><path d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37Z'/><line x1='17.5' y1='6.5' x2='17.51' y2='6.5'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='2' width='20' height='20' rx='5'/><path d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37Z'/><line x1='17.5' y1='6.5' x2='17.51' y2='6.5'/></svg>"); }
.icon-cookie    { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 12a9 9 0 1 1-9-9c0 1.5.5 3 2 4 1 .67 2 .67 3 0 .67-.67.67-1.67 0-3 1.5 0 3 .5 4 2 .67 1 .67 2 0 3-.67.67-1.67.67-3 0 1 1.5 1.5 3 3 3Z'/><circle cx='12' cy='12' r='1'/><circle cx='8' cy='15' r='1'/><circle cx='15' cy='17' r='1'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 12a9 9 0 1 1-9-9c0 1.5.5 3 2 4 1 .67 2 .67 3 0 .67-.67.67-1.67 0-3 1.5 0 3 .5 4 2 .67 1 .67 2 0 3-.67.67-1.67.67-3 0 1 1.5 1.5 3 3 3Z'/><circle cx='12' cy='12' r='1'/><circle cx='8' cy='15' r='1'/><circle cx='15' cy='17' r='1'/></svg>"); }
.icon-gear      { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='3'/><path d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 1 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1Z'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='3'/><path d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 1 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1Z'/></svg>"); }
.icon-mobile    { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='5' y='2' width='14' height='20' rx='2'/><line x1='12' y1='18' x2='12.01' y2='18'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='5' y='2' width='14' height='20' rx='2'/><line x1='12' y1='18' x2='12.01' y2='18'/></svg>"); }
.icon-globe     { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='2' y1='12' x2='22' y2='12'/><path d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10Z'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='2' y1='12' x2='22' y2='12'/><path d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10Z'/></svg>"); }
.icon-target    { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><circle cx='12' cy='12' r='6'/><circle cx='12' cy='12' r='2'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><circle cx='12' cy='12' r='6'/><circle cx='12' cy='12' r='2'/></svg>"); }
.icon-building  { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='4' y='2' width='16' height='20' rx='1'/><line x1='9' y1='22' x2='9' y2='17'/><line x1='15' y1='22' x2='15' y2='17'/><line x1='9' y1='7' x2='9.01' y2='7'/><line x1='15' y1='7' x2='15.01' y2='7'/><line x1='9' y1='12' x2='9.01' y2='12'/><line x1='15' y1='12' x2='15.01' y2='12'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='4' y='2' width='16' height='20' rx='1'/><line x1='9' y1='22' x2='9' y2='17'/><line x1='15' y1='22' x2='15' y2='17'/><line x1='9' y1='7' x2='9.01' y2='7'/><line x1='15' y1='7' x2='15.01' y2='7'/><line x1='9' y1='12' x2='9.01' y2='12'/><line x1='15' y1='12' x2='15.01' y2='12'/></svg>"); }
.icon-briefcase { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='7' width='20' height='14' rx='2'/><path d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='7' width='20' height='14' rx='2'/><path d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/></svg>"); }
.icon-news      { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2'/><path d='M18 14h-8'/><path d='M15 18h-5'/><path d='M10 6h8v4h-8V6Z'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2'/><path d='M18 14h-8'/><path d='M15 18h-5'/><path d='M10 6h8v4h-8V6Z'/></svg>"); }
.icon-message   { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2Z'/></svg>");        mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2Z'/></svg>"); }

/* ── Soft icon-tile (subtle navy chip behind an icon) ── */
.icon-tile {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(15,35,64,.06);
  color: var(--navy);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  border: 1px solid rgba(15,35,64,.1);
  transition: all var(--transition);
}
.icon-tile--lg { width: 56px; height: 56px; font-size: 1.4rem; border-radius: 14px; }
.icon-tile--xl { width: 64px; height: 64px; font-size: 1.6rem; border-radius: 16px; }
.icon-tile--gold { background: rgba(201,168,76,.1); color: var(--gold-dark); border-color: rgba(201,168,76,.25); }
.icon-tile--solid { background: var(--navy); color: var(--gold); border-color: transparent; }

/* ── Icon-color defaults for common containers ──
   (.icon uses background-color: currentColor — these set the text color
   so the icon mask is visible against its container background.) */
.contact-card__icon,
.div-card__top .div-card__icon,
.division-contact__header .division-contact__icon,
.mv-card__icon,
.loc-card__pin,
.value-icon { color: var(--gold); }

.service-card__icon,
.expertise-item__icon,
.trust-item__icon,
.about-icon-row .about-icon,
.contact-card__icon,
.cart-empty__icon { color: var(--navy); }

/* Solid-coloured navy backdrops on icon containers should reset color to gold */
.contact-card__icon,
.division-contact__icon,
.loc-card__pin,
.mv-card__icon { color: var(--gold); }

/* Footer / dark surface icons */
.footer .icon { color: rgba(255,255,255,.65); }
.footer__social-link .icon { color: var(--gold); width: 1.1em; height: 1.1em; }

/* Toast icon size */
.toast__icon .icon { width: 1.3em; height: 1.3em; }
.toast__close .icon { width: 1em; height: 1em; }

/* Cookie banner */
.cookie-banner__icon .icon { width: 1.4em; height: 1.4em; color: var(--gold); }

/* Cart sidebar title icon */
.cart-sidebar__title .icon,
.modal__close .icon,
.cart-sidebar__close .icon,
.rental-modal__close .icon,
.vehicle-modal__close .icon,
.lightbox__close .icon { width: 1em; height: 1em; }

/* Ensure inline-text icons (📍 Kumasi, 📞 ...) align nicely in footer lists */
.footer ul li .icon,
.footer p .icon { margin-right: .4em; }

/* ── Numbered step badge (replaces decorative emoji on cards) ── */
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0f2340, #1e3a6e);
  color: var(--gold);
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  border: 1px solid rgba(201,168,76,.25);
}
.step-num--lg { width: 56px; height: 56px; font-size: 1.15rem; border-radius: 14px; }

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--gray-800);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }

/* ── Typography ── */
h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }
h4 { font-size: 1.15rem; font-family: 'Inter', sans-serif; font-weight: 700; }
p  { max-width: 72ch; }

/* ── Utility Classes ── */
.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
.section { padding-block: 5rem; }
.section--sm { padding-block: 3rem; }
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-navy { color: var(--navy); }
.text-white { color: var(--white); }
.bg-navy { background: var(--navy); }
.bg-navy-mid { background: var(--navy-mid); }
.bg-gray { background: var(--gray-50); }
.bg-white { background: var(--white); }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.rounded { border-radius: var(--radius); }
.rounded-lg { border-radius: 1rem; }
.shadow { box-shadow: var(--shadow-md); }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.btn-primary {
  background: var(--gold);
  color: var(--navy);
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(201,168,76,.35); }
.btn-outline {
  background: transparent;
  border-color: var(--gold);
  color: var(--gold);
}
.btn-outline:hover { background: var(--gold); color: var(--navy); }
.btn-white {
  background: var(--white);
  color: var(--navy);
}
.btn-white:hover { background: var(--gold); }
.btn-navy {
  background: var(--navy);
  color: var(--white);
}
.btn-navy:hover { background: var(--navy-light); }
.btn-lg { padding: 1rem 2.25rem; font-size: 1rem; }

/* ── Navigation ── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(15, 31, 61, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,168,76,.15);
  transition: all var(--transition);
}
.navbar.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.3); }
.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.navbar__logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.navbar__logo-icon {
  width: 40px; height: 40px;
  background: var(--gold);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--navy);
  font-family: 'Playfair Display', serif;
}
/* New KG monogram navbar mark — gold gradient SVG on transparent background.
   Replaces the older single-letter gold tile (.navbar__logo-icon) — both kept
   for backwards compat in case any internal/legacy page still references the icon class. */
.navbar__logo-mark {
  height: 44px;
  width: auto;
  display: block;
  flex-shrink: 0;
  border-radius: 6px;
  /* Navy bg in the JPG matches the navbar bg, so it blends seamlessly */
}
.navbar__logo-text {
  color: var(--white);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
}
.navbar__logo-text span { color: var(--gold); }
.navbar__nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.navbar__link {
  color: rgba(255,255,255,.8);
  padding: 0.5rem 0.875rem;
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 500;
  transition: all var(--transition);
  position: relative;
}
.navbar__link:hover, .navbar__link.active {
  color: var(--white);
  background: rgba(201,168,76,.12);
}
.navbar__link.active::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 50%; transform: translateX(-50%);
  width: 20px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
}
.navbar__cta { margin-left: 0.75rem; }
.navbar__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0.5rem;
  background: none;
  border: none;
}
.navbar__hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--transition);
}

/* Mobile Nav */
.navbar__mobile {
  display: none;
  background: var(--navy-mid);
  border-top: 1px solid rgba(201,168,76,.15);
  padding: 1rem 1.5rem;
}
.navbar__mobile.open { display: block; }
.navbar__mobile a {
  display: block;
  color: rgba(255,255,255,.85);
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  font-size: 0.95rem;
  font-weight: 500;
}
.navbar__mobile a:last-child { border-bottom: none; }

/* Dropdown */
.navbar__dropdown { position: relative; }
.navbar__dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--navy-mid);
  border: 1px solid rgba(201,168,76,.2);
  border-radius: var(--radius);
  min-width: 180px;
  padding: 0.5rem 0;
  box-shadow: var(--shadow-lg);
  z-index: 100;
}
.navbar__dropdown:hover .navbar__dropdown-menu { display: block; }
.navbar__dropdown-menu a {
  display: block;
  padding: 0.6rem 1.25rem;
  color: rgba(255,255,255,.8);
  font-size: 0.875rem;
  transition: all var(--transition);
}
.navbar__dropdown-menu a:hover { color: var(--gold); background: rgba(201,168,76,.07); }

/* ── Hero ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--navy);
}
.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(15,31,61,.95) 0%, rgba(22,40,80,.88) 50%, rgba(15,31,61,.92) 100%),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(201,168,76,0.06)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  background-size: cover;
}
.hero__flag {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 90%;
  transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400" preserveAspectRatio="none"><rect width="600" height="133.33" y="0" fill="%23CE1126"/><rect width="600" height="133.34" y="133.33" fill="%23FCD116"/><rect width="600" height="133.33" y="266.67" fill="%23006B3F"/><polygon points="300,145 313,183 353,184 321,209 333,248 300,225 267,248 279,209 247,184 287,183" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  opacity: 0.10;
  mix-blend-mode: screen;
  pointer-events: none;
  filter: blur(0.5px);
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 30%, rgba(0,0,0,0.5) 65%, rgba(0,0,0,0) 100%);
          mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 30%, rgba(0,0,0,0.5) 65%, rgba(0,0,0,0) 100%);
  animation: heroFlagWave 9s ease-in-out infinite;
  will-change: transform;
}
@keyframes heroFlagWave {
  0%, 100% { transform: translate(-50%, -50%) skewY(-1.2deg) scale(1); }
  25%      { transform: translate(-50.6%, -50.4%) skewY(0.8deg) scale(1.01); }
  50%      { transform: translate(-49.4%, -49.6%) skewY(1.4deg) scale(1.005); }
  75%      { transform: translate(-50.3%, -50.2%) skewY(-0.4deg) scale(1.01); }
}
@media (prefers-reduced-motion: reduce) {
  .hero__flag { animation: none; }
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.25);
  color: var(--gold);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero__title { color: var(--white); margin-bottom: 1.25rem; }
.hero__title span { color: var(--gold); }
.hero__subtitle {
  font-size: 1.125rem;
  color: rgba(255,255,255,.7);
  margin-bottom: 2.5rem;
  max-width: 56ch;
}
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 4rem; }
.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 2.5rem;
  max-width: 500px;
}
.hero__stat-num {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  line-height: 1;
}
.hero__stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,.55);
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__card-stack { position: relative; width: 100%; max-width: 420px; margin: auto; }
.division-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(201,168,76,.18);
  border-radius: 1rem;
  padding: 1.5rem;
  backdrop-filter: blur(8px);
  transition: all var(--transition);
}
.division-card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,.45); }
.division-card__icon {
  width: 48px; height: 48px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
}
.division-card__name {
  font-weight: 700;
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.division-card__desc {
  font-size: 0.8rem;
  color: rgba(255,255,255,.55);
  line-height: 1.4;
  max-width: 99ch;
}

/* ── Section Headers ── */
.section-header { margin-bottom: 3rem; }
.section-header--center { text-align: center; }
.section-header--center p { margin-inline: auto; }
.section-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.section-title { color: var(--navy); margin-bottom: 0.875rem; }
.section-title--white { color: var(--white); }
.section-subtitle {
  color: var(--gray-600);
  font-size: 1.0625rem;
  line-height: 1.7;
}
.section-subtitle--white { color: rgba(255,255,255,.65); }
.section-divider {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin-top: 1rem;
}
.section-divider--center { margin-inline: auto; }

/* ── Division Cards (Homepage) ── */
.divisions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.division-showcase {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 1.25rem;
  overflow: hidden;
  transition: all var(--transition);
  position: relative;
}
.division-showcase:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--gold); }
.division-showcase__header {
  height: 180px;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}
.division-showcase__header::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.9;
}
/* All divisions share the Klensec navy-to-gold brand gradient for consistency.
   Differentiation comes from the emoji/icon + tag pill copy. */
.division-showcase--consult .division-showcase__header,
.division-showcase--farms .division-showcase__header,
.division-showcase--autos .division-showcase__header,
.division-showcase--klensecrent .division-showcase__header {
  background: linear-gradient(135deg, #0f2340 0%, #1e3a6e 55%, #5e3b00 100%);
}
.division-showcase__logo-img {
  position: absolute;
  top: 1rem; right: 1rem;
  height: 64px; width: auto;
  background: #0f2340;
  padding: 6px 10px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
/* Consult & Farms logo wordmarks use navy text → need a light pill so they're readable. */
.division-showcase--consult .division-showcase__logo-img,
.division-showcase--farms .division-showcase__logo-img {
  background: #f8f5ec;
}
/* Text-only wordmark "banner" for divisions without an SVG logo yet (e.g. Autos).
   Sits in the same top-right slot as .division-showcase__logo-img to keep visual parity. */
.division-showcase__wordmark {
  position: absolute;
  top: 1rem; right: 1rem;
  background: #f8f5ec;
  padding: 10px 18px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: #0F2340;
  letter-spacing: -0.5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.division-showcase__wordmark span { color: #C9A24A; }
.division-showcase__wordmark small {
  font-family: 'Inter', 'Helvetica', sans-serif;
  font-weight: 600;
  font-size: 0.5rem;
  letter-spacing: 1.5px;
  color: #6b6b6b;
  margin-top: 4px;
  text-transform: uppercase;
}
.division-showcase__emoji {
  position: absolute;
  top: 1.25rem; right: 1.25rem;
  font-size: 3rem;
  opacity: 0.6;
}
.division-showcase__tag {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,.15);
  color: var(--white);
  padding: 0.3rem 0.875rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.2);
}
.division-showcase__body { padding: 1.75rem; }
.division-showcase__name { font-size: 1.3rem; color: var(--navy); margin-bottom: 0.5rem; }
.division-showcase__desc { color: var(--gray-600); font-size: 0.9375rem; margin-bottom: 1.5rem; max-width: 99ch; }
.division-showcase__features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.feature-pill {
  background: var(--gray-100);
  color: var(--gray-600);
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 500;
}

/* ── Cards ── */
.card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all var(--transition);
}
.card:hover { box-shadow: var(--shadow-md); border-color: var(--gold-dark); }
.card__img { width: 100%; height: 200px; object-fit: cover; background: var(--gray-100); display: flex; align-items: center; justify-content: center; font-size: 4rem; }
.card__body { padding: 1.5rem; }
.card__tag { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold-dark); margin-bottom: 0.5rem; }
.card__title { font-size: 1.1rem; color: var(--navy); margin-bottom: 0.5rem; }
.card__desc { color: var(--gray-600); font-size: 0.9rem; max-width: 99ch; }
.card__footer { padding: 1rem 1.5rem; background: var(--gray-50); border-top: 1px solid var(--gray-200); display: flex; align-items: center; justify-content: space-between; }

/* Product Cards */
.product-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 1rem;
  overflow: hidden;
  transition: all var(--transition);
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.product-card__img {
  height: 220px;
  background: linear-gradient(135deg, var(--gray-100), var(--gray-200));
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem;
  position: relative;
  overflow: hidden;
}
.product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.product-card:hover .product-card__img img { transform: scale(1.04); }
.product-card__img--contain { background: #ffffff; }
.product-card__img--contain img { object-fit: contain; padding: 0; }
.product-card:hover .product-card__img--contain img { transform: scale(1.03); }
.product-card__badge {
  position: absolute;
  top: 1rem; right: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}
.badge-instock { background: #dcfce7; color: #16a34a; }
.badge-limited { background: #fef9c3; color: #ca8a04; }
.badge-preorder { background: #e0f2fe; color: #0369a1; }
.product-card__body { padding: 1.25rem; }
.product-card__name { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 0.25rem; }
.product-card__sub { font-size: 0.85rem; color: var(--gray-400); margin-bottom: 1rem; }
.product-card__prices { display: flex; gap: 1.5rem; margin-bottom: 1.25rem; }
.price-group__label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gray-400); margin-bottom: 0.15rem; font-weight: 600; }
.price-group__value { font-size: 1.1rem; font-weight: 800; color: var(--navy); }
.price-group__value.wholesale { color: var(--green); }

/* Vehicle Cards */
.vehicle-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 1rem;
  overflow: hidden;
  transition: all var(--transition);
}
.vehicle-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.vehicle-card__img {
  height: 200px;
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem;
  position: relative;
}
.vehicle-card__status {
  position: absolute;
  top: 1rem; left: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}
.status-available { background: #dcfce7; color: #16a34a; }
.status-transit { background: #dbeafe; color: #1d4ed8; }
.status-sold { background: #fee2e2; color: #dc2626; }
.status-reserved { background: #fef9c3; color: #ca8a04; }
.vehicle-card__body { padding: 1.25rem; }
.vehicle-card__name { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 0.25rem; }
.vehicle-card__year { font-size: 0.85rem; color: var(--gray-400); margin-bottom: 0.875rem; }
.vehicle-card__specs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; }
.spec-tag {
  background: var(--gray-100);
  color: var(--gray-600);
  padding: 0.2rem 0.65rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
}
.vehicle-card__price { font-size: 1.35rem; font-weight: 800; color: var(--navy); }
.vehicle-card__price-sub { font-size: 0.8rem; color: var(--gray-400); font-weight: 400; }
.vehicle-card__footer { padding: 1rem 1.25rem; border-top: 1px solid var(--gray-100); display: flex; gap: 0.75rem; }

/* ── Forms ── */
.form-group { margin-bottom: 1.25rem; }
.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gray-800);
  margin-bottom: 0.5rem;
}
.form-label span { color: #e53e3e; margin-left: 2px; }
.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius);
  font-size: 0.9375rem;
  color: var(--gray-800);
  background: var(--white);
  transition: all var(--transition);
  font-family: 'Inter', sans-serif;
}
.form-control:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,.12);
}
.form-control::placeholder { color: var(--gray-400); }
textarea.form-control { resize: vertical; min-height: 120px; }
select.form-control { cursor: pointer; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-note { font-size: 0.8rem; color: var(--gray-400); margin-top: 0.375rem; }
.form-error { font-size: 0.8rem; color: #e53e3e; margin-top: 0.375rem; }

/* ── Filters (Search Bar) ── */
.search-bar {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: 0.75rem;
  padding: 1.25rem;
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  flex-wrap: wrap;
  box-shadow: var(--shadow-sm);
}
.search-bar .form-group { margin-bottom: 0; flex: 1; min-width: 150px; }

/* ── Stats Strip ── */
.stats-strip {
  background: var(--navy);
  padding: 3rem 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stat-item__num {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  line-height: 1;
  display: block;
}
.stat-item__label {
  font-size: 0.85rem;
  color: rgba(255,255,255,.6);
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── Testimonials ── */
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 1rem; left: 1.5rem;
  font-size: 4rem;
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  line-height: 1;
  opacity: 0.4;
}
.testimonial-card__text { color: var(--gray-600); font-style: italic; margin-bottom: 1.5rem; padding-top: 1.5rem; max-width: 99ch; }
.testimonial-card__author { display: flex; align-items: center; gap: 1rem; }
.testimonial-card__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  color: var(--navy);
  font-size: 0.875rem;
  flex-shrink: 0;
}
.testimonial-card__name { font-weight: 700; font-size: 0.9rem; color: var(--navy); }
.testimonial-card__role { font-size: 0.8rem; color: var(--gray-400); }

/* ── CTA Strip ── */
.cta-strip {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="15" height="15" patternUnits="userSpaceOnUse"><circle cx="7.5" cy="7.5" r="1" fill="rgba(201,168,76,0.06)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
}
.cta-strip .container { position: relative; z-index: 1; }
.cta-strip h2 { color: var(--white); margin-bottom: 1rem; }
.cta-strip p { color: rgba(255,255,255,.65); margin-inline: auto; margin-bottom: 2.5rem; font-size: 1.0625rem; }
.cta-strip__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── Footer ── */
.footer {
  background: #08111f;
  color: rgba(255,255,255,.65);
  padding-top: 4rem;
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer__brand-name {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
}
.footer__brand-name span { color: var(--gold); }
.footer__tagline { font-size: 0.9rem; line-height: 1.6; margin-bottom: 1.5rem; max-width: 99ch; }
.footer__social { display: flex; gap: 0.75rem; }
.footer__social-link {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  color: rgba(255,255,255,.65);
  transition: all var(--transition);
}
.footer__social-link:hover { background: var(--gold); color: var(--navy); }
.footer__col-title {
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 1.25rem;
}
.footer__links li { margin-bottom: 0.625rem; }
.footer__links a {
  color: rgba(255,255,255,.55);
  font-size: 0.875rem;
  transition: color var(--transition);
}
.footer__links a:hover { color: var(--gold); }
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.5rem;
  font-size: 0.8125rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer__bottom-links { display: flex; gap: 1.5rem; }
.footer__bottom-links a { color: rgba(255,255,255,.4); transition: color var(--transition); }
.footer__bottom-links a:hover { color: var(--gold); }

/* ── Page Hero (subpages) ── */
.page-hero {
  background: var(--navy);
  padding: 7rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(201,168,76,0.06)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
}
.page-hero__inner { position: relative; z-index: 1; }
.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,.5);
  font-size: 0.825rem;
  margin-bottom: 1.5rem;
}
.page-hero__breadcrumb a { color: rgba(255,255,255,.5); transition: color var(--transition); }
.page-hero__breadcrumb a:hover { color: var(--gold); }
.page-hero__breadcrumb span { color: rgba(255,255,255,.25); }
.page-hero__division-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  border: 1px solid;
}
.badge-consult { background: rgba(30,58,110,.5); color: #93c5fd; border-color: rgba(147,197,253,.25); }
.badge-farms   { background: rgba(26,92,56,.5);  color: #86efac; border-color: rgba(134,239,172,.25); }
.badge-autos   { background: rgba(163,28,28,.5); color: #fca5a5; border-color: rgba(252,165,165,.25); }
.page-hero__title { color: var(--white); margin-bottom: 1rem; }
.page-hero__subtitle { color: rgba(255,255,255,.65); font-size: 1.0625rem; max-width: 60ch; }

/* Brand mark on division page heroes — Klensec Group logo on the right */
.page-hero--branded .page-hero__inner { padding-right: 460px; }
.page-hero__brand-mark {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 420px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(201, 162, 74, 0.3);
  pointer-events: none;
  user-select: none;
}
@media (max-width: 1100px) {
  .page-hero--branded .page-hero__inner { padding-right: 0; }
  .page-hero__brand-mark { display: none; }
}

/* ── Grid Layouts ── */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.75rem; }

/* ── Tag Filter Buttons ── */
.tag-filters { display: flex; gap: 0.625rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.tag-filter {
  padding: 0.5rem 1.25rem;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  border: 1.5px solid var(--gray-200);
  color: var(--gray-600);
  background: var(--white);
  transition: all var(--transition);
}
.tag-filter:hover, .tag-filter.active {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

/* ── Info Blocks ── */
.info-block {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: var(--gray-50);
  border-radius: var(--radius);
  border-left: 3px solid var(--gold);
}
.info-block__icon { font-size: 1.5rem; color: var(--gold-dark); flex-shrink: 0; display: inline-flex; align-items: center; }
.info-block__title { font-weight: 700; color: var(--navy); margin-bottom: 0.25rem; font-size: 0.95rem; }
.info-block__text { color: var(--gray-600); font-size: 0.875rem; max-width: 99ch; }

/* ── Team Member ── */
.team-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 1rem;
  transition: all var(--transition);
}
.team-card:hover { box-shadow: var(--shadow-md); }
.team-card__avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 1.75rem;
}
.team-card__name { font-weight: 700; color: var(--navy); margin-bottom: 0.25rem; }
.team-card__role { color: var(--gold-dark); font-size: 0.875rem; font-weight: 600; margin-bottom: 0.75rem; }
.team-card__bio { color: var(--gray-600); font-size: 0.875rem; max-width: 99ch; }

/* ── Process Steps ── */
.steps { display: flex; flex-direction: column; gap: 0; }
.step {
  display: flex;
  gap: 1.5rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--gray-200);
  position: relative;
}
.step:last-child { border-bottom: none; }
.step__num {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
  font-family: 'Playfair Display', serif;
}
.step__content { flex: 1; }
.step__title { font-weight: 700; color: var(--navy); margin-bottom: 0.375rem; }
.step__desc { color: var(--gray-600); font-size: 0.9rem; max-width: 99ch; }

/* ── Alert / Notice ── */
.alert {
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.alert-success { background: #dcfce7; color: #16a34a; border: 1px solid #bbf7d0; }
.alert-warning { background: #fef9c3; color: #854d0e; border: 1px solid #fde047; }
.alert-info    { background: #dbeafe; color: #1e40af; border: 1px solid #93c5fd; }
.alert-error   { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }

/* ── Toast Notification ── */
.toast {
  position: fixed;
  bottom: 2rem; right: 2rem;
  background: var(--navy);
  color: var(--white);
  padding: 1rem 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 0.875rem;
  z-index: 9999;
  transform: translateX(150%);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  min-width: 280px;
  max-width: 380px;
}
.toast.show { transform: translateX(0); }
.toast__icon { font-size: 1.25rem; }
.toast__text { flex: 1; font-size: 0.9rem; font-weight: 500; }
.toast__close { color: rgba(255,255,255,.5); cursor: pointer; font-size: 1rem; }
.toast__close:hover { color: var(--white); }

/* ── Loading Spinner ── */
.spinner {
  width: 20px; height: 20px;
  border: 2px solid rgba(255,255,255,.3);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: inline-block;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ── Back-to-top ── */
.back-to-top {
  position: fixed;
  bottom: 2rem; left: 2rem;
  width: 44px; height: 44px;
  background: var(--gold);
  color: var(--navy);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateY(8px);
  transition: all var(--transition);
  z-index: 500;
}
.back-to-top.show { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: var(--gold-light); }

/* ── Pagination ── */
.pagination { display: flex; align-items: center; gap: 0.5rem; justify-content: center; margin-top: 3rem; }
.page-btn {
  width: 40px; height: 40px;
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border: 1.5px solid var(--gray-200);
  color: var(--gray-600);
  background: var(--white);
  transition: all var(--transition);
}
.page-btn:hover, .page-btn.active { background: var(--navy); color: var(--white); border-color: var(--navy); }

/* ── Accordion / FAQ ── */
.accordion { border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; }
.accordion-item { border-bottom: 1px solid var(--gray-200); }
.accordion-item:last-child { border-bottom: none; }
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--navy);
  font-size: 0.95rem;
  transition: background var(--transition);
  user-select: none;
}
.accordion-header:hover { background: var(--gray-50); }
.accordion-header .chevron { transition: transform var(--transition); font-size: 0.75rem; }
.accordion-item.open .accordion-header .chevron { transform: rotate(180deg); }
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion-item.open .accordion-body { max-height: 500px; }
.accordion-body__inner { padding: 0 1.5rem 1.25rem; color: var(--gray-600); font-size: 0.9rem; line-height: 1.7; }

/* ── Success State ── */
.success-state {
  text-align: center;
  padding: 3rem;
}
.success-state__icon { font-size: 4rem; margin-bottom: 1rem; }
.success-state__title { color: var(--navy); margin-bottom: 0.75rem; }
.success-state__text { color: var(--gray-600); max-width: 45ch; margin-inline: auto; }

/* ── Map Placeholder ── */
.map-placeholder {
  background: var(--gray-100);
  border-radius: 1rem;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  color: var(--gray-400);
}
.map-placeholder__icon { font-size: 3rem; }

/* ── Dividers ── */
hr { border: none; border-top: 1px solid var(--gray-200); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hero__stats { grid-template-columns: 1fr 1fr; max-width: 100%; }
}

@media (max-width: 768px) {
  .navbar__nav, .navbar__cta { display: none; }
  .navbar__hamburger { display: flex; }
  .grid-2, .grid-3, .form-row { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .footer__grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .cta-strip__actions { flex-direction: column; align-items: center; }
  .search-bar { flex-direction: column; }
  .hero__stats { grid-template-columns: 1fr 1fr 1fr; font-size: 0.8rem; }
}

@media (max-width: 480px) {
  .section { padding-block: 3.5rem; }
  .divisions-grid { grid-template-columns: 1fr; }
  .hero__stats { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
}

/* ═══════════════════ COOKIE BANNER ═══════════════════ */
.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  max-width: 820px;
  margin: 0 auto;
  background: #0f2340;
  color: #fff;
  border: 1px solid rgba(201, 162, 74, 0.35);
  border-radius: 0.875rem;
  padding: 1.1rem 1.25rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  display: none;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.9rem;
  line-height: 1.55;
}
.cookie-banner.show { display: flex; }
.cookie-banner__icon { font-size: 1.4rem; line-height: 1; flex-shrink: 0; }
.cookie-banner__text { flex: 1 1 280px; color: rgba(255, 255, 255, 0.85); }
.cookie-banner__text a { color: #c9a24a; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner__text a:hover { color: #e6c167; }
.cookie-banner__actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.cookie-banner__btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  padding: 0.55rem 1.1rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  font-family: inherit;
}
.cookie-banner__btn--primary {
  background: #c9a24a;
  color: #0f2340;
  border-color: #c9a24a;
}
.cookie-banner__btn--primary:hover { background: #e6c167; border-color: #e6c167; }
.cookie-banner__btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.25);
}
.cookie-banner__btn--ghost:hover { color: #fff; border-color: rgba(255, 255, 255, 0.55); }

@media (max-width: 560px) {
  .cookie-banner { padding: 1rem; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__btn { flex: 1 1 auto; }
}
