/*
Theme Name: BearsHDTransport Website (WPConvert)
Theme URI: https://wpconvert.ai
Author: WPConvert.ai
Author URI: https://wpconvert.ai
Description: This theme was automatically generated from your original site design using WPConvert.ai. It preserves your layout, colors, typography, header, footer, and page content, and makes it editable in WordPress.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpconvert
Tags: landing page, responsive, custom header, custom footer
*/

/* External Stylesheets - @import statements MUST come before any CSS rules */

/* CSS Variables */
:root {
}

/* Inline Styles */

/* Extracted CSS from page */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Barlow:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600&family=Barlow+Condensed:wght@400;600;700;800&display=swap');
:root {
  --black: #0d0d0d;
  --dark: #141414;
  --dark2: #1a1a1a;
  --dark3: #242424;
  --grey-dark: #2e2e2e;
  --grey-mid: #444444;
  --grey-light: #888888;
  --gold: #c9a84c;
  --gold-light: #e8c96a;
  --gold-dark: #8b6914;
  --white: #f5f5f5;
  --font-head: 'Oswald', sans-serif;
  --font-body: 'Barlow', sans-serif;
  --font-cond: 'Barlow Condensed', sans-serif;
  --transition: all 0.3s ease;
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
  --shadow-gold: 0 4px 20px rgba(201, 168, 76, 0.25);
  --radius: 6px;
}
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--gold);
  text-decoration: none;
  transition: var(--transition);
}
a:hover {
  color: var(--gold-light);
}
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 24px;
}
.gold-rule {
  width: 80px;
  height: 3px;
  background: var(--gold);
  margin: 12px auto 0px;
}
.gold-rule.left {
  margin-left: 0px;
}
.btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: var(--font-head);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
  text-transform: uppercase;
}
.btn-gold {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}
.btn-gold:hover {
  background: var(--gold-light);
  color: var(--black);
  box-shadow: var(--shadow-gold);
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn-outline:hover {
  background: var(--gold);
  color: var(--black);
  box-shadow: var(--shadow-gold);
  transform: translateY(-2px);
}
.section-header {
  text-align: center;
  margin-bottom: 52px;
}
.section-header h2 {
  font-size: 2.4rem;
  color: var(--white);
}
.section-header h2 span {
  color: var(--gold);
}
.section-header p {
  color: var(--grey-light);
  font-size: 1rem;
  margin-top: 10px;
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
}
.section-header .gold-rule {
  margin: 14px auto 0px;
}
.navbar {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  background: rgba(13, 13, 13, 0.97);
  border-bottom: 2px solid var(--gold);
  backdrop-filter: blur(10px);
}
.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 24px;
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.navbar-brand img {
  height: 48px;
  width: auto;
  object-fit: contain;
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand-text .bears {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
}
.brand-text .bears span {
  color: var(--gold);
  margin-left: 8px;
}
.brand-text .tagline {
  font-family: var(--font-cond);
  font-size: 0.65rem;
  color: var(--grey-light);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  list-style: none;
  gap: 6px;
  align-items: center;
}
.nav-links a {
  font-family: var(--font-cond);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--white);
  padding: 8px 14px;
  border-radius: 4px;
  transition: var(--transition);
  text-transform: uppercase;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
}
.nav-links .nav-cta a {
  background: var(--gold);
  color: var(--black);
  padding: 9px 20px;
  font-weight: 700;
}
.nav-links .nav-cta a:hover {
  background: var(--gold-light);
  color: var(--black);
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--white);
  transition: var(--transition);
}
.page-hero {
  background: var(--black);
  padding: 120px 0px 48px;
  border-bottom: 2px solid var(--gold);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0px;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 40px,
    rgba(201, 168, 76, 0.02) 40px,
    rgba(201, 168, 76, 0.02) 41px
  );
}
.page-hero h1 {
  font-size: 3rem;
  color: var(--white);
}
.page-hero h1 span {
  color: var(--gold);
}
.page-hero p {
  color: var(--grey-light);
  font-size: 1rem;
  margin-top: 8px;
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
}
.hero {
  min-height: 100vh;
  background: var(--black);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 68px;
}
.hero-bg {
  position: absolute;
  inset: 0px;
  background:
    radial-gradient(
      60% 80% at 70% 50%,
      rgba(201, 168, 76, 0.07) 0%,
      transparent 70%
    ),
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 60px,
      rgba(201, 168, 76, 0.016) 60px,
      rgba(201, 168, 76, 0.016) 61px
    );
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0px;
  max-width: 1200px;
  margin: 0px auto;
  padding: 60px 24px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.hero-content {
  padding-right: 40px;
}
.hero-eyebrow {
  font-family: var(--font-cond);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: var(--gold);
}
.hero-title {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
  margin-bottom: 8px;
}
.hero-title .bears {
  color: var(--white);
}
.hero-title .hd {
  color: var(--gold);
  margin-left: 16px;
}
.hero-subtitle {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--white);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.hero-tagline {
  font-family: var(--font-cond);
  font-size: 1rem;
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.hero-desc {
  color: var(--grey-light);
  font-size: 0.9rem;
  margin-bottom: 28px;
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.8;
}
.hero-bullets {
  list-style: none;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-bullets li {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
}
.hero-bullets li::before {
  content: '▸';
  color: var(--gold);
  font-size: 0.8rem;
}
.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hero-contact {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-contact a {
  font-family: var(--font-cond);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--grey-light);
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.05em;
}
.hero-contact a:hover {
  color: var(--gold);
}
.hero-contact a .icon {
  color: var(--gold);
}
.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-image::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: radial-gradient(rgba(201, 168, 76, 0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.hero-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  filter: drop-shadow(rgba(0, 0, 0, 0.8) 0px 20px 60px);
  position: relative;
  z-index: 2;
  animation: 6s ease-in-out 0s infinite normal none running floatImg;
}
@keyframes floatImg {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
}
.services-strip {
  background: var(--black);
  border-top: 1px solid var(--grey-dark);
  border-bottom: 2px solid var(--gold);
  padding: 20px 0px;
}
.services-strip-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 24px;
  flex-wrap: wrap;
  gap: 12px;
}
.strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-family: var(--font-cond);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
}
.strip-item .strip-icon {
  font-size: 1.4rem;
}
.strip-item:not(:last-child) {
  border-right: 1px solid var(--grey-dark);
}
.why-us {
  background: var(--dark2);
  padding: 80px 0px;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.card {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: var(--transition);
}
.card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}
.card:hover::before {
  transform: scaleX(1);
}
.card-icon {
  font-size: 2.4rem;
  margin-bottom: 14px;
}
.card h3 {
  font-size: 0.95rem;
  color: var(--gold);
  margin-bottom: 10px;
}
.card p {
  font-size: 0.82rem;
  color: var(--grey-light);
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.7;
}
.quote-banner {
  background: var(--gold);
  padding: 36px 0px;
  text-align: center;
}
.quote-banner blockquote {
  font-family: var(--font-head);
  font-size: 1.5rem;
  color: var(--black);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.quote-banner cite {
  font-family: var(--font-cond);
  font-size: 0.85rem;
  color: var(--black);
  opacity: 0.7;
  letter-spacing: 0.12em;
  font-style: normal;
}
.contact-strip {
  background: var(--dark3);
  padding: 40px 0px;
  border-top: 1px solid var(--grey-dark);
}
.contact-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 24px;
}
.contact-strip h3 {
  font-size: 1.1rem;
  color: var(--gold);
}
.contact-strip-items {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.contact-strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-cond);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.05em;
}
.contact-strip-item .icon {
  color: var(--gold);
  font-size: 1.1rem;
}
.about-section {
  padding: 80px 0px;
  background: var(--dark2);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.about-text h2 {
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 6px;
}
.about-text h2 span {
  color: var(--gold);
}
.about-text .gold-rule.left {
  margin-bottom: 24px;
}
.about-text p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--grey-light);
  line-height: 1.8;
  margin-bottom: 18px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 32px;
}
.stat-box {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 20px 12px;
  text-align: center;
}
.stat-box .number {
  font-family: var(--font-head);
  font-size: 1.8rem;
  color: var(--gold);
  display: block;
}
.stat-box .label {
  font-family: var(--font-cond);
  font-size: 0.7rem;
  color: var(--grey-light);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
  display: block;
}
.values-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.value-item {
  background: var(--dark3);
  border-top-color:;
  border-top-style:;
  border-top-width:;
  border-right-color:;
  border-right-style:;
  border-right-width:;
  border-bottom-color:;
  border-bottom-style:;
  border-bottom-width:;
  border-image-source:;
  border-image-slice:;
  border-image-width:;
  border-image-outset:;
  border-image-repeat:;
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: var(--transition);
}
.value-item:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
}
.value-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.value-item h4 {
  font-size: 0.9rem;
  color: var(--gold);
  margin-bottom: 4px;
}
.value-item p {
  font-size: 0.82rem;
  color: var(--grey-light);
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.6;
}
.certs-section {
  background: var(--dark);
  padding: 60px 0px;
  border-top: 1px solid var(--grey-dark);
}
.certs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.cert-item {
  background: var(--dark2);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  font-family: var(--font-cond);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cert-item .cert-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 8px;
}
.services-section {
  padding: 80px 0px;
  background: var(--dark2);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}
.service-card::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 4px;
  height: 100%;
  background: var(--gold);
  transform: scaleY(0);
  transition: var(--transition);
}
.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}
.service-card:hover::after {
  transform: scaleY(1);
}
.service-card.featured {
  border-color: var(--gold);
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: center;
}
.service-card.featured::after {
  transform: scaleY(1);
}
.service-badge {
  position: absolute;
  top: 16px;
  right: 20px;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-cond);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}
.service-icon {
  font-size: 3rem;
  margin-bottom: 16px;
}
.service-card.featured .service-icon {
  font-size: 4rem;
  text-align: center;
}
.service-card h3 {
  font-size: 1.1rem;
  color: var(--gold);
  margin-bottom: 4px;
}
.service-card .service-sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-style: italic;
  color: var(--grey-light);
  margin-bottom: 16px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
}
.service-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.service-bullets li {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1.4;
}
.service-bullets li::before {
  content: '▸';
  color: var(--gold);
  font-size: 0.75rem;
  flex-shrink: 0;
}
.quote-section {
  padding: 80px 0px;
  background: var(--dark2);
}
.quote-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}
.form-card {
  background: var(--dark);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 40px;
}
.form-card h2 {
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 6px;
}
.form-card h2 span {
  color: var(--gold);
}
.form-card .gold-rule.left {
  margin-bottom: 28px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.form-group.full {
  grid-column: span 2;
}
.form-group label {
  font-family: var(--font-cond);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 12px 14px;
  outline: none;
  transition: var(--transition);
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: rgba(201, 168, 76, 0.12) 0px 0px 0px 3px;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--grey-mid);
}
.form-group select option {
  background: var(--dark3);
}
.form-group textarea {
  min-height: 100px;
  resize: vertical;
}
.map-section {
  margin-bottom: 16px;
}
.map-section label {
  font-family: var(--font-cond);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.map-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 12px;
}
.map-placeholder {
  width: 100%;
  height: 220px;
  background: rgb(30, 42, 30);
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.map-placeholder .map-grid {
  position: absolute;
  inset: 0px;
  background-image:
    linear-gradient(rgba(42, 61, 42, 0.6) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 61, 42, 0.6) 1px, transparent 1px);
  background-size: 32px 32px;
}
.map-placeholder .map-label {
  font-family: var(--font-cond);
  font-size: 0.8rem;
  color: var(--grey-light);
  letter-spacing: 0.05em;
  z-index: 2;
  text-align: center;
  padding: 0px 16px;
}
.map-placeholder .map-icon {
  font-size: 2rem;
  z-index: 2;
}
.form-submit {
  text-align: center;
  margin-top: 8px;
}
.form-submit .btn {
  width: 100%;
  font-size: 1rem;
  padding: 16px;
}
.form-note {
  text-align: center;
  margin-top: 10px;
  font-size: 0.75rem;
  color: var(--grey-light);
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
}
.quote-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar-card {
  background: var(--dark);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 24px;
}
.sidebar-card h4 {
  font-size: 0.9rem;
  color: var(--gold);
  margin-bottom: 14px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0px;
  border-bottom: 1px solid var(--grey-dark);
}
.contact-item:last-child {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}
.contact-item .icon {
  font-size: 1.2rem;
  color: var(--gold);
  flex-shrink: 0;
}
.contact-item .info {
  font-family: var(--font-body);
}
.contact-item .info strong {
  display: block;
  font-size: 0.9rem;
  color: var(--white);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0px;
}
.contact-item .info span {
  font-size: 0.78rem;
  color: var(--grey-light);
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
}
.contact-section {
  padding: 80px 0px;
  background: var(--dark2);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.contact-info h2 {
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 6px;
}
.contact-info h2 span {
  color: var(--gold);
}
.contact-info .gold-rule.left {
  margin-bottom: 28px;
}
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-card {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: var(--transition);
}
.contact-card:hover {
  border-color: var(--gold);
}
.contact-card .cc-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.contact-card .cc-label {
  font-family: var(--font-cond);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--grey-light);
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}
.contact-card .cc-value {
  font-family: var(--font-head);
  font-size: 1rem;
  color: var(--white);
  display: block;
  margin-bottom: 2px;
}
.contact-card .cc-note {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--grey-light);
  font-style: italic;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 300;
}
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.badge {
  background: var(--dark3);
  border: 1px solid var(--gold);
  border-radius: 20px;
  padding: 8px 16px;
  font-family: var(--font-cond);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer {
  background: var(--black);
  border-top: 2px solid var(--gold);
  padding: 52px 0px 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand img {
  height: 64px;
  margin-bottom: 16px;
}
.footer-brand p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--grey-light);
  line-height: 1.7;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 300;
}
.footer-col h4 {
  font-size: 0.85rem;
  color: var(--gold);
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-col ul li a {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--grey-light);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  transition: var(--transition);
}
.footer-col ul li a:hover {
  color: var(--gold);
  padding-left: 4px;
}
.footer-col .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.footer-col .footer-contact-item .fi {
  color: var(--gold);
  font-size: 1rem;
}
.footer-col .footer-contact-item span {
  font-family: var(--font-body);
  font-size: 0.83rem;
  color: var(--grey-light);
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 1.5;
}
.footer-bottom {
  border-top: 1px solid var(--grey-dark);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom p {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--grey-light);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
}
.footer-bottom a {
  color: var(--grey-light);
}
.footer-bottom a:hover {
  color: var(--gold);
}
@media (max-width: 992px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-content {
    padding-right: 0px;
  }
  .hero-eyebrow {
    justify-content: center;
  }
  .hero-bullets {
    align-items: center;
  }
  .hero-btns {
    justify-content: center;
  }
  .hero-contact {
    justify-content: center;
  }
  .hero-image {
    display: none;
  }
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .certs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card.featured {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }
  .quote-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 68px;
    left: 0px;
    right: 0px;
    background: var(--black);
    padding: 16px 24px;
    border-bottom: 2px solid var(--gold);
  }
  .cards-grid {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .services-strip-inner {
    gap: 6px;
  }
  .strip-item:not(:last-child) {
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    border-bottom: 1px solid var(--grey-dark);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fade-up {
  animation: 0.6s ease 0s 1 normal forwards running fadeUp;
}
.fade-up-1 {
  animation-delay: 0.1s;
  opacity: 0;
}
.fade-up-2 {
  animation-delay: 0.2s;
  opacity: 0;
}
.fade-up-3 {
  animation-delay: 0.3s;
  opacity: 0;
}
.fade-up-4 {
  animation-delay: 0.4s;
  opacity: 0;
}

/* EC-NCE-005: Per-page CSS for /quote */
#route-map {
  width: 100%;
  height: 280px;
  border-radius: 6px;
  border: 1px solid var(--gold);
  margin-top: 12px;
  background: #1e2a1e;
}
.map-distance-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--dark3);
  border: 1px solid var(--gold);
  border-radius: 20px;
  padding: 6px 16px;
  font-family: var(--font-cond);
  font-size: 0.8rem;
  color: var(--gold);
  margin-top: 10px;
  letter-spacing: 0.06em;
}
#distance-label {
  font-weight: 700;
}

/* From css/style.css */
/* ============================================================
   BEARS HD TRANSPORT — Main Stylesheet
   BearsHDTransport.com
   Color Scheme: Black #0D0D0D, Gold #C9A84C, White #F5F5F5
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Barlow:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600&family=Barlow+Condensed:wght@400;600;700;800&display=swap');

/* ── CSS Variables ─────────────────────────────────────────── */
:root {
  --black: #0d0d0d;
  --dark: #141414;
  --dark2: #1a1a1a;
  --dark3: #242424;
  --grey-dark: #2e2e2e;
  --grey-mid: #444444;
  --grey-light: #888888;
  --gold: #c9a84c;
  --gold-light: #e8c96a;
  --gold-dark: #8b6914;
  --white: #f5f5f5;
  --font-head: 'Oswald', sans-serif;
  --font-body: 'Barlow', sans-serif;
  --font-cond: 'Barlow Condensed', sans-serif;
  --transition: all 0.3s ease;
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
  --shadow-gold: 0 4px 20px rgba(201, 168, 76, 0.25);
  --radius: 6px;
}

/* ── Reset & Base ──────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: var(--gold);
  text-decoration: none;
  transition: var(--transition);
}
a:hover {
  color: var(--gold-light);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

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

/* ── Gold Rule ─────────────────────────────────────────────── */
.gold-rule {
  width: 80px;
  height: 3px;
  background: var(--gold);
  margin: 12px auto 0;
}
.gold-rule.left {
  margin-left: 0;
}

/* ── Buttons ───────────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: var(--font-head);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
  text-transform: uppercase;
}

.btn-gold {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}
.btn-gold:hover {
  background: var(--gold-light);
  color: var(--black);
  box-shadow: var(--shadow-gold);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn-outline:hover {
  background: var(--gold);
  color: var(--black);
  box-shadow: var(--shadow-gold);
  transform: translateY(-2px);
}

/* ── Section Headers ───────────────────────────────────────── */
.section-header {
  text-align: center;
  margin-bottom: 52px;
}
.section-header h2 {
  font-size: 2.4rem;
  color: var(--white);
}
.section-header h2 span {
  color: var(--gold);
}
.section-header p {
  color: var(--grey-light);
  font-size: 1rem;
  margin-top: 10px;
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}
.section-header .gold-rule {
  margin: 14px auto 0;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(13, 13, 13, 0.97);
  border-bottom: 2px solid var(--gold);
  backdrop-filter: blur(10px);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-brand img {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text .bears {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
}

.brand-text .bears span {
  color: var(--gold);
  margin-left: 8px;
}

.brand-text .tagline {
  font-family: var(--font-cond);
  font-size: 0.65rem;
  color: var(--grey-light);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 6px;
  align-items: center;
}

.nav-links a {
  font-family: var(--font-cond);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--white);
  padding: 8px 14px;
  border-radius: 4px;
  transition: var(--transition);
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
}

.nav-links .nav-cta a {
  background: var(--gold);
  color: var(--black);
  padding: 9px 20px;
  font-weight: 700;
}
.nav-links .nav-cta a:hover {
  background: var(--gold-light);
  color: var(--black);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--white);
  transition: var(--transition);
}

/* ============================================================
   PAGE HERO BANNER (inner pages)
   ============================================================ */
.page-hero {
  background: var(--black);
  padding: 120px 0 48px;
  border-bottom: 2px solid var(--gold);
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 40px,
    rgba(201, 168, 76, 0.02) 40px,
    rgba(201, 168, 76, 0.02) 41px
  );
}

.page-hero h1 {
  font-size: 3rem;
  color: var(--white);
}
.page-hero h1 span {
  color: var(--gold);
}
.page-hero p {
  color: var(--grey-light);
  font-size: 1rem;
  margin-top: 8px;
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

/* ============================================================
   HOME — HERO SECTION
   ============================================================ */
.hero {
  min-height: 100vh;
  background: var(--black);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 68px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 60% 80% at 70% 50%,
      rgba(201, 168, 76, 0.07) 0%,
      transparent 70%
    ),
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 60px,
      rgba(201, 168, 76, 0.015) 60px,
      rgba(201, 168, 76, 0.015) 61px
    );
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero-content {
  padding-right: 40px;
}

.hero-eyebrow {
  font-family: var(--font-cond);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: var(--gold);
}

.hero-title {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
  margin-bottom: 8px;
}

.hero-title .bears {
  color: var(--white);
}
.hero-title .hd {
  color: var(--gold);
  margin-left: 16px;
}

.hero-subtitle {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--white);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.hero-tagline {
  font-family: var(--font-cond);
  font-size: 1rem;
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.hero-desc {
  color: var(--grey-light);
  font-size: 0.9rem;
  margin-bottom: 28px;
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.8;
}

.hero-bullets {
  list-style: none;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-bullets li {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
.hero-bullets li::before {
  content: '▸';
  color: var(--gold);
  font-size: 0.8rem;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-contact {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-contact a {
  font-family: var(--font-cond);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--grey-light);
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.05em;
}
.hero-contact a:hover {
  color: var(--gold);
}
.hero-contact a .icon {
  color: var(--gold);
}

/* Hero image */
.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: radial-gradient(
    ellipse at center,
    rgba(201, 168, 76, 0.12) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.hero-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.8));
  position: relative;
  z-index: 2;
  animation: floatImg 6s ease-in-out infinite;
}

@keyframes floatImg {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* ── Services Icon Strip ─────────────────────────────────── */
.services-strip {
  background: var(--black);
  border-top: 1px solid var(--grey-dark);
  border-bottom: 2px solid var(--gold);
  padding: 20px 0;
}

.services-strip-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-family: var(--font-cond);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
}

.strip-item .strip-icon {
  font-size: 1.4rem;
}

.strip-item:not(:last-child) {
  border-right: 1px solid var(--grey-dark);
}

/* ── Why Choose Us ─────────────────────────────────────────── */
.why-us {
  background: var(--dark2);
  padding: 80px 0;
}

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

.card {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: var(--transition);
}

.card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}

.card:hover::before {
  transform: scaleX(1);
}

.card-icon {
  font-size: 2.4rem;
  margin-bottom: 14px;
}

.card h3 {
  font-size: 0.95rem;
  color: var(--gold);
  margin-bottom: 10px;
}

.card p {
  font-size: 0.82rem;
  color: var(--grey-light);
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.7;
}

/* ── Quote Banner ─────────────────────────────────────────── */
.quote-banner {
  background: var(--gold);
  padding: 36px 0;
  text-align: center;
}

.quote-banner blockquote {
  font-family: var(--font-head);
  font-size: 1.5rem;
  color: var(--black);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.quote-banner cite {
  font-family: var(--font-cond);
  font-size: 0.85rem;
  color: var(--black);
  opacity: 0.7;
  letter-spacing: 0.12em;
  font-style: normal;
}

/* ── Contact Strip ────────────────────────────────────────── */
.contact-strip {
  background: var(--dark3);
  padding: 40px 0;
  border-top: 1px solid var(--grey-dark);
}

.contact-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.contact-strip h3 {
  font-size: 1.1rem;
  color: var(--gold);
}

.contact-strip-items {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.contact-strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-cond);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.05em;
}
.contact-strip-item .icon {
  color: var(--gold);
  font-size: 1.1rem;
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-section {
  padding: 80px 0;
  background: var(--dark2);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.about-text h2 {
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 6px;
}
.about-text h2 span {
  color: var(--gold);
}
.about-text .gold-rule.left {
  margin-bottom: 24px;
}

.about-text p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--grey-light);
  line-height: 1.8;
  margin-bottom: 18px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.stat-box {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 20px 12px;
  text-align: center;
}

.stat-box .number {
  font-family: var(--font-head);
  font-size: 1.8rem;
  color: var(--gold);
  display: block;
}

.stat-box .label {
  font-family: var(--font-cond);
  font-size: 0.7rem;
  color: var(--grey-light);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
  display: block;
}

/* Values */
.values-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.value-item {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: var(--transition);
}

.value-item:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
}

.value-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}

.value-item h4 {
  font-size: 0.9rem;
  color: var(--gold);
  margin-bottom: 4px;
}

.value-item p {
  font-size: 0.82rem;
  color: var(--grey-light);
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.6;
}

/* Certifications */
.certs-section {
  background: var(--dark);
  padding: 60px 0;
  border-top: 1px solid var(--grey-dark);
}

.certs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.cert-item {
  background: var(--dark2);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  font-family: var(--font-cond);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cert-item .cert-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 8px;
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.services-section {
  padding: 80px 0;
  background: var(--dark2);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: var(--gold);
  transform: scaleY(0);
  transition: var(--transition);
}

.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}
.service-card:hover::after {
  transform: scaleY(1);
}

.service-card.featured {
  border-color: var(--gold);
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: center;
}

.service-card.featured::after {
  transform: scaleY(1);
}

.service-badge {
  position: absolute;
  top: 16px;
  right: 20px;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-cond);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}

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

.service-card.featured .service-icon {
  font-size: 4rem;
  text-align: center;
}

.service-card h3 {
  font-size: 1.1rem;
  color: var(--gold);
  margin-bottom: 4px;
}

.service-card .service-sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-style: italic;
  color: var(--grey-light);
  margin-bottom: 16px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.service-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.service-bullets li {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4;
}

.service-bullets li::before {
  content: '▸';
  color: var(--gold);
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* ============================================================
   QUOTE / CONTACT FORM PAGE
   ============================================================ */
.quote-section {
  padding: 80px 0;
  background: var(--dark2);
}

.quote-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.form-card {
  background: var(--dark);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 40px;
}

.form-card h2 {
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 6px;
}
.form-card h2 span {
  color: var(--gold);
}
.form-card .gold-rule.left {
  margin-bottom: 28px;
}

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

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

.form-group.full {
  grid-column: span 2;
}

.form-group label {
  font-family: var(--font-cond);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 12px 14px;
  outline: none;
  transition: var(--transition);
  width: 100%;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
}

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

.form-group select option {
  background: var(--dark3);
}

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

/* Map placeholder */
.map-section {
  margin-bottom: 16px;
}

.map-section label {
  font-family: var(--font-cond);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.map-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 12px;
}

.map-placeholder {
  width: 100%;
  height: 220px;
  background: #1e2a1e;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.map-placeholder .map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(42, 61, 42, 0.6) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 61, 42, 0.6) 1px, transparent 1px);
  background-size: 32px 32px;
}

.map-placeholder .map-label {
  font-family: var(--font-cond);
  font-size: 0.8rem;
  color: var(--grey-light);
  letter-spacing: 0.05em;
  z-index: 2;
  text-align: center;
  padding: 0 16px;
}

.map-placeholder .map-icon {
  font-size: 2rem;
  z-index: 2;
}

.form-submit {
  text-align: center;
  margin-top: 8px;
}

.form-submit .btn {
  width: 100%;
  font-size: 1rem;
  padding: 16px;
}

.form-note {
  text-align: center;
  margin-top: 10px;
  font-size: 0.75rem;
  color: var(--grey-light);
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

/* Quote sidebar */
.quote-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-card {
  background: var(--dark);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 24px;
}

.sidebar-card h4 {
  font-size: 0.9rem;
  color: var(--gold);
  margin-bottom: 14px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--grey-dark);
}
.contact-item:last-child {
  border-bottom: none;
}

.contact-item .icon {
  font-size: 1.2rem;
  color: var(--gold);
  flex-shrink: 0;
}

.contact-item .info {
  font-family: var(--font-body);
}
.contact-item .info strong {
  display: block;
  font-size: 0.9rem;
  color: var(--white);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
.contact-item .info span {
  font-size: 0.78rem;
  color: var(--grey-light);
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-section {
  padding: 80px 0;
  background: var(--dark2);
}

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

.contact-info h2 {
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 6px;
}
.contact-info h2 span {
  color: var(--gold);
}
.contact-info .gold-rule.left {
  margin-bottom: 28px;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-card {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: var(--transition);
}
.contact-card:hover {
  border-color: var(--gold);
}

.contact-card .cc-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.contact-card .cc-label {
  font-family: var(--font-cond);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--grey-light);
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

.contact-card .cc-value {
  font-family: var(--font-head);
  font-size: 1rem;
  color: var(--white);
  display: block;
  margin-bottom: 2px;
}

.contact-card .cc-note {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--grey-light);
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
}

/* Trust badges */
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.badge {
  background: var(--dark3);
  border: 1px solid var(--gold);
  border-radius: 20px;
  padding: 8px 16px;
  font-family: var(--font-cond);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--black);
  border-top: 2px solid var(--gold);
  padding: 52px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand img {
  height: 64px;
  margin-bottom: 16px;
}

.footer-brand p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--grey-light);
  line-height: 1.7;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
}

.footer-col h4 {
  font-size: 0.85rem;
  color: var(--gold);
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-col ul li a {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--grey-light);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  transition: var(--transition);
}
.footer-col ul li a:hover {
  color: var(--gold);
  padding-left: 4px;
}

.footer-col .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.footer-col .footer-contact-item .fi {
  color: var(--gold);
  font-size: 1rem;
}

.footer-col .footer-contact-item span {
  font-family: var(--font-body);
  font-size: 0.83rem;
  color: var(--grey-light);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1.5;
}

.footer-bottom {
  border-top: 1px solid var(--grey-dark);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom p {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--grey-light);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

.footer-bottom a {
  color: var(--grey-light);
}
.footer-bottom a:hover {
  color: var(--gold);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 992px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-content {
    padding-right: 0;
  }
  .hero-eyebrow {
    justify-content: center;
  }
  .hero-bullets {
    align-items: center;
  }
  .hero-btns {
    justify-content: center;
  }
  .hero-contact {
    justify-content: center;
  }
  .hero-image {
    display: none;
  }
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .certs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card.featured {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }
  .quote-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--black);
    padding: 16px 24px;
    border-bottom: 2px solid var(--gold);
  }
  .cards-grid {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .services-strip-inner {
    gap: 6px;
  }
  .strip-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--grey-dark);
  }
}

/* ── Animations ───────────────────────────────────────────── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  animation: fadeUp 0.6s ease forwards;
}
.fade-up-1 {
  animation-delay: 0.1s;
  opacity: 0;
}
.fade-up-2 {
  animation-delay: 0.2s;
  opacity: 0;
}
.fade-up-3 {
  animation-delay: 0.3s;
  opacity: 0;
}
.fade-up-4 {
  animation-delay: 0.4s;
  opacity: 0;
}

/* Source extracted CSS */

/* From css/style.css */
/* ============================================================
   BEARS HD TRANSPORT — Main Stylesheet
   BearsHDTransport.com
   Color Scheme: Black #0D0D0D, Gold #C9A84C, White #F5F5F5
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Barlow:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600&family=Barlow+Condensed:wght@400;600;700;800&display=swap');

/* ── CSS Variables ─────────────────────────────────────────── */
:root {
  --black: #0d0d0d;
  --dark: #141414;
  --dark2: #1a1a1a;
  --dark3: #242424;
  --grey-dark: #2e2e2e;
  --grey-mid: #444444;
  --grey-light: #888888;
  --gold: #c9a84c;
  --gold-light: #e8c96a;
  --gold-dark: #8b6914;
  --white: #f5f5f5;
  --font-head: 'Oswald', sans-serif;
  --font-body: 'Barlow', sans-serif;
  --font-cond: 'Barlow Condensed', sans-serif;
  --transition: all 0.3s ease;
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
  --shadow-gold: 0 4px 20px rgba(201, 168, 76, 0.25);
  --radius: 6px;
}

/* ── Reset & Base ──────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: var(--gold);
  text-decoration: none;
  transition: var(--transition);
}
a:hover {
  color: var(--gold-light);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

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

/* ── Gold Rule ─────────────────────────────────────────────── */
.gold-rule {
  width: 80px;
  height: 3px;
  background: var(--gold);
  margin: 12px auto 0;
}
.gold-rule.left {
  margin-left: 0;
}

/* ── Buttons ───────────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: var(--font-head);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
  text-transform: uppercase;
}

.btn-gold {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}
.btn-gold:hover {
  background: var(--gold-light);
  color: var(--black);
  box-shadow: var(--shadow-gold);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn-outline:hover {
  background: var(--gold);
  color: var(--black);
  box-shadow: var(--shadow-gold);
  transform: translateY(-2px);
}

/* ── Section Headers ───────────────────────────────────────── */
.section-header {
  text-align: center;
  margin-bottom: 52px;
}
.section-header h2 {
  font-size: 2.4rem;
  color: var(--white);
}
.section-header h2 span {
  color: var(--gold);
}
.section-header p {
  color: var(--grey-light);
  font-size: 1rem;
  margin-top: 10px;
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}
.section-header .gold-rule {
  margin: 14px auto 0;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(13, 13, 13, 0.97);
  border-bottom: 2px solid var(--gold);
  backdrop-filter: blur(10px);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-brand img {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text .bears {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
}

.brand-text .bears span {
  color: var(--gold);
  margin-left: 8px;
}

.brand-text .tagline {
  font-family: var(--font-cond);
  font-size: 0.65rem;
  color: var(--grey-light);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 6px;
  align-items: center;
}

.nav-links a {
  font-family: var(--font-cond);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--white);
  padding: 8px 14px;
  border-radius: 4px;
  transition: var(--transition);
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
}

.nav-links .nav-cta a {
  background: var(--gold);
  color: var(--black);
  padding: 9px 20px;
  font-weight: 700;
}
.nav-links .nav-cta a:hover {
  background: var(--gold-light);
  color: var(--black);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--white);
  transition: var(--transition);
}

/* ============================================================
   PAGE HERO BANNER (inner pages)
   ============================================================ */
.page-hero {
  background: var(--black);
  padding: 120px 0 48px;
  border-bottom: 2px solid var(--gold);
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 40px,
    rgba(201, 168, 76, 0.02) 40px,
    rgba(201, 168, 76, 0.02) 41px
  );
}

.page-hero h1 {
  font-size: 3rem;
  color: var(--white);
}
.page-hero h1 span {
  color: var(--gold);
}
.page-hero p {
  color: var(--grey-light);
  font-size: 1rem;
  margin-top: 8px;
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

/* ============================================================
   HOME — HERO SECTION
   ============================================================ */
.hero {
  min-height: 100vh;
  background: var(--black);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 68px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 60% 80% at 70% 50%,
      rgba(201, 168, 76, 0.07) 0%,
      transparent 70%
    ),
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 60px,
      rgba(201, 168, 76, 0.015) 60px,
      rgba(201, 168, 76, 0.015) 61px
    );
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero-content {
  padding-right: 40px;
}

.hero-eyebrow {
  font-family: var(--font-cond);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: var(--gold);
}

.hero-title {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
  margin-bottom: 8px;
}

.hero-title .bears {
  color: var(--white);
}
.hero-title .hd {
  color: var(--gold);
  margin-left: 16px;
}

.hero-subtitle {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--white);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.hero-tagline {
  font-family: var(--font-cond);
  font-size: 1rem;
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.hero-desc {
  color: var(--grey-light);
  font-size: 0.9rem;
  margin-bottom: 28px;
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.8;
}

.hero-bullets {
  list-style: none;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-bullets li {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
.hero-bullets li::before {
  content: '▸';
  color: var(--gold);
  font-size: 0.8rem;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-contact {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-contact a {
  font-family: var(--font-cond);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--grey-light);
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.05em;
}
.hero-contact a:hover {
  color: var(--gold);
}
.hero-contact a .icon {
  color: var(--gold);
}

/* Hero image */
.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: radial-gradient(
    ellipse at center,
    rgba(201, 168, 76, 0.12) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.hero-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.8));
  position: relative;
  z-index: 2;
  animation: floatImg 6s ease-in-out infinite;
}

@keyframes floatImg {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* ── Services Icon Strip ─────────────────────────────────── */
.services-strip {
  background: var(--black);
  border-top: 1px solid var(--grey-dark);
  border-bottom: 2px solid var(--gold);
  padding: 20px 0;
}

.services-strip-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-family: var(--font-cond);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
}

.strip-item .strip-icon {
  font-size: 1.4rem;
}

.strip-item:not(:last-child) {
  border-right: 1px solid var(--grey-dark);
}

/* ── Why Choose Us ─────────────────────────────────────────── */
.why-us {
  background: var(--dark2);
  padding: 80px 0;
}

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

.card {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: var(--transition);
}

.card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}

.card:hover::before {
  transform: scaleX(1);
}

.card-icon {
  font-size: 2.4rem;
  margin-bottom: 14px;
}

.card h3 {
  font-size: 0.95rem;
  color: var(--gold);
  margin-bottom: 10px;
}

.card p {
  font-size: 0.82rem;
  color: var(--grey-light);
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.7;
}

/* ── Quote Banner ─────────────────────────────────────────── */
.quote-banner {
  background: var(--gold);
  padding: 36px 0;
  text-align: center;
}

.quote-banner blockquote {
  font-family: var(--font-head);
  font-size: 1.5rem;
  color: var(--black);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.quote-banner cite {
  font-family: var(--font-cond);
  font-size: 0.85rem;
  color: var(--black);
  opacity: 0.7;
  letter-spacing: 0.12em;
  font-style: normal;
}

/* ── Contact Strip ────────────────────────────────────────── */
.contact-strip {
  background: var(--dark3);
  padding: 40px 0;
  border-top: 1px solid var(--grey-dark);
}

.contact-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.contact-strip h3 {
  font-size: 1.1rem;
  color: var(--gold);
}

.contact-strip-items {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.contact-strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-cond);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.05em;
}
.contact-strip-item .icon {
  color: var(--gold);
  font-size: 1.1rem;
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-section {
  padding: 80px 0;
  background: var(--dark2);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.about-text h2 {
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 6px;
}
.about-text h2 span {
  color: var(--gold);
}
.about-text .gold-rule.left {
  margin-bottom: 24px;
}

.about-text p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--grey-light);
  line-height: 1.8;
  margin-bottom: 18px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.stat-box {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 20px 12px;
  text-align: center;
}

.stat-box .number {
  font-family: var(--font-head);
  font-size: 1.8rem;
  color: var(--gold);
  display: block;
}

.stat-box .label {
  font-family: var(--font-cond);
  font-size: 0.7rem;
  color: var(--grey-light);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
  display: block;
}

/* Values */
.values-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.value-item {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: var(--transition);
}

.value-item:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
}

.value-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}

.value-item h4 {
  font-size: 0.9rem;
  color: var(--gold);
  margin-bottom: 4px;
}

.value-item p {
  font-size: 0.82rem;
  color: var(--grey-light);
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.6;
}

/* Certifications */
.certs-section {
  background: var(--dark);
  padding: 60px 0;
  border-top: 1px solid var(--grey-dark);
}

.certs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.cert-item {
  background: var(--dark2);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  font-family: var(--font-cond);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cert-item .cert-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 8px;
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.services-section {
  padding: 80px 0;
  background: var(--dark2);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: var(--gold);
  transform: scaleY(0);
  transition: var(--transition);
}

.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}
.service-card:hover::after {
  transform: scaleY(1);
}

.service-card.featured {
  border-color: var(--gold);
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: center;
}

.service-card.featured::after {
  transform: scaleY(1);
}

.service-badge {
  position: absolute;
  top: 16px;
  right: 20px;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-cond);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}

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

.service-card.featured .service-icon {
  font-size: 4rem;
  text-align: center;
}

.service-card h3 {
  font-size: 1.1rem;
  color: var(--gold);
  margin-bottom: 4px;
}

.service-card .service-sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-style: italic;
  color: var(--grey-light);
  margin-bottom: 16px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.service-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.service-bullets li {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4;
}

.service-bullets li::before {
  content: '▸';
  color: var(--gold);
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* ============================================================
   QUOTE / CONTACT FORM PAGE
   ============================================================ */
.quote-section {
  padding: 80px 0;
  background: var(--dark2);
}

.quote-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.form-card {
  background: var(--dark);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 40px;
}

.form-card h2 {
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 6px;
}
.form-card h2 span {
  color: var(--gold);
}
.form-card .gold-rule.left {
  margin-bottom: 28px;
}

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

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

.form-group.full {
  grid-column: span 2;
}

.form-group label {
  font-family: var(--font-cond);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 12px 14px;
  outline: none;
  transition: var(--transition);
  width: 100%;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
}

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

.form-group select option {
  background: var(--dark3);
}

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

/* Map placeholder */
.map-section {
  margin-bottom: 16px;
}

.map-section label {
  font-family: var(--font-cond);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.map-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 12px;
}

.map-placeholder {
  width: 100%;
  height: 220px;
  background: #1e2a1e;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.map-placeholder .map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(42, 61, 42, 0.6) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 61, 42, 0.6) 1px, transparent 1px);
  background-size: 32px 32px;
}

.map-placeholder .map-label {
  font-family: var(--font-cond);
  font-size: 0.8rem;
  color: var(--grey-light);
  letter-spacing: 0.05em;
  z-index: 2;
  text-align: center;
  padding: 0 16px;
}

.map-placeholder .map-icon {
  font-size: 2rem;
  z-index: 2;
}

.form-submit {
  text-align: center;
  margin-top: 8px;
}

.form-submit .btn {
  width: 100%;
  font-size: 1rem;
  padding: 16px;
}

.form-note {
  text-align: center;
  margin-top: 10px;
  font-size: 0.75rem;
  color: var(--grey-light);
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

/* Quote sidebar */
.quote-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-card {
  background: var(--dark);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 24px;
}

.sidebar-card h4 {
  font-size: 0.9rem;
  color: var(--gold);
  margin-bottom: 14px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--grey-dark);
}
.contact-item:last-child {
  border-bottom: none;
}

.contact-item .icon {
  font-size: 1.2rem;
  color: var(--gold);
  flex-shrink: 0;
}

.contact-item .info {
  font-family: var(--font-body);
}
.contact-item .info strong {
  display: block;
  font-size: 0.9rem;
  color: var(--white);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
.contact-item .info span {
  font-size: 0.78rem;
  color: var(--grey-light);
  font-family: var(--font-body);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-section {
  padding: 80px 0;
  background: var(--dark2);
}

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

.contact-info h2 {
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 6px;
}
.contact-info h2 span {
  color: var(--gold);
}
.contact-info .gold-rule.left {
  margin-bottom: 28px;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-card {
  background: var(--dark3);
  border: 1px solid var(--grey-dark);
  border-radius: var(--radius);
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: var(--transition);
}
.contact-card:hover {
  border-color: var(--gold);
}

.contact-card .cc-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.contact-card .cc-label {
  font-family: var(--font-cond);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--grey-light);
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

.contact-card .cc-value {
  font-family: var(--font-head);
  font-size: 1rem;
  color: var(--white);
  display: block;
  margin-bottom: 2px;
}

.contact-card .cc-note {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--grey-light);
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
}

/* Trust badges */
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.badge {
  background: var(--dark3);
  border: 1px solid var(--gold);
  border-radius: 20px;
  padding: 8px 16px;
  font-family: var(--font-cond);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--black);
  border-top: 2px solid var(--gold);
  padding: 52px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand img {
  height: 64px;
  margin-bottom: 16px;
}

.footer-brand p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--grey-light);
  line-height: 1.7;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
}

.footer-col h4 {
  font-size: 0.85rem;
  color: var(--gold);
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-col ul li a {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--grey-light);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  transition: var(--transition);
}
.footer-col ul li a:hover {
  color: var(--gold);
  padding-left: 4px;
}

.footer-col .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.footer-col .footer-contact-item .fi {
  color: var(--gold);
  font-size: 1rem;
}

.footer-col .footer-contact-item span {
  font-family: var(--font-body);
  font-size: 0.83rem;
  color: var(--grey-light);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1.5;
}

.footer-bottom {
  border-top: 1px solid var(--grey-dark);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom p {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--grey-light);
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

.footer-bottom a {
  color: var(--grey-light);
}
.footer-bottom a:hover {
  color: var(--gold);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 992px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-content {
    padding-right: 0;
  }
  .hero-eyebrow {
    justify-content: center;
  }
  .hero-bullets {
    align-items: center;
  }
  .hero-btns {
    justify-content: center;
  }
  .hero-contact {
    justify-content: center;
  }
  .hero-image {
    display: none;
  }
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .certs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card.featured {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }
  .quote-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--black);
    padding: 16px 24px;
    border-bottom: 2px solid var(--gold);
  }
  .cards-grid {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .services-strip-inner {
    gap: 6px;
  }
  .strip-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--grey-dark);
  }
}

/* ── Animations ───────────────────────────────────────────── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  animation: fadeUp 0.6s ease forwards;
}
.fade-up-1 {
  animation-delay: 0.1s;
  opacity: 0;
}
.fade-up-2 {
  animation-delay: 0.2s;
  opacity: 0;
}
.fade-up-3 {
  animation-delay: 0.3s;
  opacity: 0;
}
.fade-up-4 {
  animation-delay: 0.4s;
  opacity: 0;
}

/* WordPress-specific styles */
.wp-block-group {
  margin-bottom: 1rem;
}

.wp-block-image {
  margin-bottom: 1rem;
}

.wp-block-button {
  margin-bottom: 1rem;
}

/* CRITICAL: Reset WordPress default constraints that break layouts */
/* WordPress adds default max-width to containers which breaks original layouts */
.entry-content,
.site-content,
.content-area {
  max-width: none !important;
  width: 100% !important;
}

/* EC-CONTAIN-001: Only override .container / section max-width when the site's
   own CSS does NOT define them. Tailwind and Bootstrap sites intentionally set
   .container { max-width: … } — blasting it with !important breaks every section. */
section,
.section {
  max-width: none !important;
}

/* EC-ANIM-008 / EC-ANIM-009: Scroll-reveal utilities (.scroll-fade-up etc.) start at opacity:0
   and transition to visible when an IntersectionObserver adds .visible (injected in functions.php).
   Carousels inside scroll-reveal wrappers must be forced visible immediately so Embla can measure. */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}

/* EC-SCROLL-001: Auto-scroll marquee CSS (always included - lightweight, no-op if no marquee elements) */

/* EC-SCROLL-001: Auto-scroll gallery marquee animation */
/* Replaces React requestAnimationFrame/scrollLeft with pure CSS animation */
.wpconvert-marquee-container {
  overflow: hidden !important;
}
.wpconvert-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: wpconvert-marquee 30s linear infinite;
}
@keyframes wpconvert-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Pause on hover for accessibility */
.wpconvert-marquee-container:hover .wpconvert-marquee-track {
  animation-play-state: paused;
}
/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .wpconvert-marquee-track {
    animation: none;
    overflow-x: auto;
  }
}

/* EC-ANIM-011: Frozen Framer Motion infinite float/pulse animations replaced with CSS keyframes.
   4 float variants with staggered durations and amplitudes, plus a pulse variant. */
@keyframes wpconvert-float-1 {
  0%,
  100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes wpconvert-float-2 {
  0%,
  100% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes wpconvert-float-3 {
  0%,
  100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(12px);
  }
}
@keyframes wpconvert-float-4 {
  0%,
  100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes wpconvert-pulse {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
}
@keyframes wpconvert-float-tilt {
  0%,
  100% {
    transform: translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateY(4%) rotate(-2deg);
  }
}
.wpconvert-float-1 {
  animation: wpconvert-float-1 5s ease-in-out infinite;
}
.wpconvert-float-2 {
  animation: wpconvert-float-2 6s ease-in-out infinite 0.5s;
}
.wpconvert-float-3 {
  animation: wpconvert-float-3 5.5s ease-in-out infinite 1s;
}
.wpconvert-float-4 {
  animation: wpconvert-float-4 6.5s ease-in-out infinite 1.5s;
}
.wpconvert-pulse {
  animation: wpconvert-pulse 4s ease-in-out infinite;
}
.wpconvert-float-tilt {
  animation: wpconvert-float-tilt 6s ease-in-out infinite;
}
/* EC-ANIM-011c: z-0 override for centered pulse cards whose z-10 was demoted */
.wpconvert-pulse.z-0 {
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .wpconvert-float-1,
  .wpconvert-float-2,
  .wpconvert-float-3,
  .wpconvert-float-4,
  .wpconvert-pulse,
  .wpconvert-float-tilt {
    animation: none;
  }
}

/* WPConvert Tabs Component CSS */

/* WPConvert Tabs Component */
.wpconvert-tabs {
  max-width: 64rem;
  margin: 0 auto;
}

.wpconvert-tab-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(6, 1fr);
  }
}

.wpconvert-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-btn:hover {
  border-color: hsl(var(--primary) / 0.5);
  color: hsl(var(--foreground));
}

.wpconvert-tab-btn.active {
  background: hsl(var(--primary) / 0.1);
  border-color: hsl(var(--primary));
  color: hsl(var(--primary));
}

.wpconvert-tab-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}

.wpconvert-tab-icon svg {
  width: 100%;
  height: 100%;
}

.wpconvert-tab-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.wpconvert-tab-viewport {
  position: relative;
  display: flex;
  align-items: center;
}

.wpconvert-tab-content {
  flex: 1;
  position: relative;
}

.wpconvert-tab-panel {
  display: none;
  padding: 2rem;
  border-radius: 0.75rem;
  background: linear-gradient(
    135deg,
    hsl(var(--card)) 0%,
    hsl(var(--muted) / 0.3) 100%
  );
  border: 1px solid hsl(var(--border));
  text-align: center;
  animation: wpconvert-tab-fade-in 0.3s ease;
}

.wpconvert-tab-panel.active {
  display: block;
}

@keyframes wpconvert-tab-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wpconvert-tab-icon-large {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background: hsl(var(--primary) / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpconvert-tab-icon-large svg {
  width: 100%;
  height: 100%;
  color: hsl(var(--primary));
}

.wpconvert-tab-title {
  font-family: var(--font-display, inherit);
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-title {
    font-size: 1.875rem;
  }
}

.wpconvert-tab-description {
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
}

.wpconvert-tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.wpconvert-tab-arrow:hover {
  color: hsl(var(--primary));
  border-color: hsl(var(--primary));
}

.wpconvert-tab-prev {
  left: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-prev {
    left: -1.5rem;
  }
}

.wpconvert-tab-next {
  right: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-next {
    right: -1.5rem;
  }
}

.wpconvert-tab-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.wpconvert-tab-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: hsl(var(--muted-foreground) / 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-dot:hover {
  background: hsl(var(--muted-foreground) / 0.5);
}

.wpconvert-tab-dot.active {
  background: hsl(var(--primary));
  width: 2rem;
  border-radius: 0.375rem;
}

/* EC-MSTEP-001: Multi-step form wizard CSS */

/* EC-MSTEP-001: Multi-step form wizard */
.wpconvert-multistep-form {
  width: 100%;
}
.wpconvert-step-panel {
  display: none;
}
.wpconvert-step-panel.active {
  display: block;
  animation: wpconvert-step-fade-in 0.25s ease;
}
@keyframes wpconvert-step-fade-in {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.wpconvert-step-progress-fill {
  transition: width 0.4s ease-out;
}
/* Signature canvas */
canvas[data-wpc-sig-init] {
  width: 100%;
  min-height: 150px;
  border: 2px solid var(--border, #e5e7eb);
  border-radius: 1rem;
  background: #fff;
  cursor: crosshair;
  touch-action: none;
}

/* EC-CALC-001: Interactive calculator CSS */

/* EC-CALC-001: Interactive calculator */
[data-wpc-calc] input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
[data-wpc-calc] input[type='range']:focus {
  outline: none;
}
[data-wpc-calc] [data-wpc-calc-toggle].wpc-calc-toggle-active {
  opacity: 1;
}
[data-wpc-calc] [data-wpc-calc-toggle]:not(.wpc-calc-toggle-active) {
  opacity: 0.6;
}

/* CRITICAL FIX: Ensure gradient overlays respect their default hidden state */
/* NOTE: The main fix is in cleanHtmlContent() which corrects captured hover states */
/* These CSS rules are a FALLBACK to ensure overlays stay hidden if any slip through */

/* Keep gradient overlays hidden - they're decorative hover effects */
.group [class*='absolute'][class*='inset-0'][class*='bg-gradient'].opacity-0 {
  opacity: 0 !important;
}

/* Keep bottom accent bars hidden by default */
.group [class*='absolute'][class*='bottom-0'][class*='bg-gradient'].scale-x-0 {
  transform: scaleX(0) !important;
}

/* Reset WordPress default margins that break spacing */
.entry-content > *:first-child,
.site-content > *:first-child {
  margin-top: 0 !important;
}

/* EC-DARK-001: In dark-themed sites (html.dark), containers with explicit bg-white
   backgrounds need dark text. The .dark scope sets --foreground to a light color,
   making text invisible on white cards. Reset to :root-scope (light) variable values. */
.dark .bg-white,
.dark [class*='bg-white'] {
  --foreground: 222.2 84% 4.9%;
  --muted-foreground: 215.4 16.3% 46.9%;
  color: hsl(222.2 84% 4.9%);
}
.dark .bg-white .text-foreground,
.dark [class*='bg-white'] .text-foreground,
.dark .bg-white [class*='text-foreground'],
.dark [class*='bg-white'] [class*='text-foreground'] {
  color: hsl(222.2 84% 4.9%);
}

/* Navigation Menu Styling - Universal for all dropdown patterns */
/* Reset ALL menu items */
.menu-item,
li.menu-item,
li.menu-item-type-post_type,
li.menu-item-type-custom,
li.menu-item-object-page,
li.menu-item-has-children {
  position: relative;
  list-style: none !important;
  margin: 0;
}

/* CRITICAL: Top-level menu MUST be horizontal - Maximum specificity */
/* NOTE: nav ul#wpconvert-primary-ul is NOT included here to avoid conflicting with .main-nav styling */
/* EC-NAV-095: Do NOT set gap here. A fixed gap with !important (previously 0.25rem, briefly 2rem) overrides
   menus.json ulClasses / Tailwind (e.g. gap-8) and breaks diverse nav densities. Spacing comes from ulClasses. */
header ul#wpconvert-primary-ul,
#wpconvert-primary-ul,
#wpconvert-primary-ul.menu,
ul#wpconvert-primary-ul.menu,
ul.menu:not(.submenu):not(.sub-menu) {
  display: flex !important;
  flex-direction: row !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

/* CRITICAL: Preserve original .main-nav styling for static sites - MUST come AFTER generic rules */
/* MAXIMUM specificity with header prefix ensures this overrides ALL other rules */
header nav.main-nav ul#wpconvert-primary-ul,
header .main-nav ul#wpconvert-primary-ul,
nav.main-nav ul#wpconvert-primary-ul,
.main-nav #wpconvert-primary-ul,
.main-nav ul#wpconvert-primary-ul {
  /* Inherit the original .main-nav ul styles */
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

/* Preserve original .main-nav link styling */
header nav.main-nav ul#wpconvert-primary-ul a,
header .main-nav ul#wpconvert-primary-ul a,
nav.main-nav ul#wpconvert-primary-ul a,
.main-nav #wpconvert-primary-ul a,
.main-nav ul#wpconvert-primary-ul a {
  text-decoration: none;
  font-weight: 500;
}

/* CRITICAL: Top-level items MUST be inline - Maximum specificity for ALL WordPress classes */
/* NOTE: nav ul#wpconvert-primary-ul > li is NOT included to avoid conflicting with .main-nav */
header ul#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li.menu-item,
#wpconvert-primary-ul > li.menu-item-type-post_type,
#wpconvert-primary-ul > li.menu-item-type-custom,
#wpconvert-primary-ul > li.menu-item-object-page,
#wpconvert-primary-ul > li.menu-item-object-custom,
#wpconvert-primary-ul > li.menu-item-has-children,
#wpconvert-primary-ul > li.current-menu-item,
#wpconvert-primary-ul > li.current_page_item,
#wpconvert-primary-ul > li.current-menu-ancestor,
#wpconvert-primary-ul.menu > li,
ul.menu:not(.submenu):not(.sub-menu) > li,
body #wpconvert-primary-ul > li {
  display: inline-block !important;
  position: relative !important;
  flex-shrink: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  vertical-align: middle !important;
  float: none !important;
  width: auto !important;
  clear: none !important;
}

/* Top-level links maintain their button appearance */
#wpconvert-primary-ul > .menu-item > a {
  /* Keep original classes for styling */
}

/* Hide submenus by default with high z-index - CRITICAL for all sites */
/* EC-NAV-220: Layout & visibility properties stay !important so the
   hover-to-show behaviour overrides Tailwind's display:none / opacity:0
   defaults on sites without their own dropdown CSS. */
.menu-item.menu-item-has-children > .submenu,
.menu-item.menu-item-has-children > .sub-menu,
.menu-item-has-children > ul,
li.menu-item-has-children > ul {
  display: none !important; /* Important to override inline-flex and other display classes */
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 9999 !important; /* Higher than content */
  list-style: none !important;
  margin: 0 !important;
}
/* EC-NAV-220: Visual surface properties (background / border / shadow /
   padding / sizing) are emitted via :where(...) so the selector collapses
   to specificity (0,0,0). Any captured custom-submenu CSS rule with
   non-zero specificity (e.g. aura-lace .dropdown-menu with background
   var(--emerald)) automatically wins via the cascade so the author's
   luxury / dark-themed dropdown panel renders correctly.
   For sites WITHOUT captured dropdown CSS, these white-card defaults
   still apply because nothing else competes. */
:where(.menu-item.menu-item-has-children) > :where(.submenu),
:where(.menu-item.menu-item-has-children) > :where(.sub-menu),
:where(.menu-item-has-children) > :where(ul),
:where(li.menu-item-has-children) > :where(ul) {
  background: white;
  min-width: 200px;
  max-width: 500px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
}

/* Show on hover/focus - Maximum specificity to override everything */
.menu-item.menu-item-has-children:hover > .submenu,
.menu-item.menu-item-has-children:hover > .sub-menu,
.menu-item.menu-item-has-children:hover > ul,
.menu-item.menu-item-has-children:focus-within > .submenu,
.menu-item.menu-item-has-children:focus-within > .sub-menu,
.menu-item.menu-item-has-children:focus-within > ul,
li.menu-item-has-children:hover > ul,
li.menu-item-has-children:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Force submenu items to display as block - Override ALL WordPress and utility classes */
.submenu li,
.submenu .menu-item,
.submenu .menu-item-type-post_type,
.submenu .menu-item-type-custom,
.submenu .menu-item-object-page,
.submenu .menu-item-object-custom,
.submenu .current-menu-item,
.submenu .current_page_item,
ul.sub-menu li,
ul.sub-menu .menu-item,
body .submenu li {
  display: block !important;
  width: 100% !important;
  position: relative !important;
  flex-direction: column !important;
  list-style: none !important;
  float: none !important;
  clear: both !important;
}

.submenu .menu-item a,
.submenu a,
ul.sub-menu a {
  display: block !important;
  width: 100% !important;
  padding: 0.5rem 1rem !important;
  white-space: nowrap !important;
  text-align: left !important;
}

/* Override ANY utility classes that could break submenu layout */
.submenu .menu-item.inline-flex,
.submenu .menu-item.flex,
.submenu .menu-item.grid,
.submenu li.inline-flex,
.submenu li.flex,
.submenu li.grid,
.submenu .inline-flex,
.submenu .flex,
.submenu .grid {
  display: block !important;
  flex-direction: column !important;
}

.submenu .menu-item a.inline-flex,
.submenu .menu-item a.flex,
.submenu .menu-item a.grid,
.submenu a.inline-flex,
.submenu a.flex,
.submenu a.grid {
  display: block !important;
}

/* Ensure submenu container is vertical */
.submenu,
ul.sub-menu {
  flex-direction: column !important;
  display: block !important;
}

/* FLAT NAV ACTIVE STATE - For React/Vite sites converted to wp_nav_menu() */
/* EC-NAV-010: Dynamic current page highlighting */
/* The .wpconvert-active-link class is added by WPConvert_Flat_Menu_Walker to current page links */
.wpconvert-active-link {
  /* Default active styling - will be enhanced by extracted classes if available */
  font-weight: 600;
}

/* EC-NAV-010: When active link has text-primary class, override any text-foreground from base */
/* This ensures the active item shows the highlighted color (text-primary = green/brand color) */
a.wpconvert-active-link.text-primary,
.current-menu-item > a.text-primary,
.current_page_item > a.text-primary {
  color: hsl(var(--primary)) !important;
}

/* EC-NAV-010: Ensure inactive items don't get active color */
/* Links WITHOUT wpconvert-active-link should use text-foreground */
nav a.text-foreground:not(.wpconvert-active-link):not(.text-primary) {
  color: hsl(var(--foreground)) !important;
}

/* Also style current-menu-item for flat navs */
.current-menu-item > a,
.current_page_item > a,
a.current-menu-item,
a.wpconvert-active-link {
  /* The actual active styling comes from extracted activeLinkClasses */
  /* These are fallback styles if extraction doesn't provide specific classes */
}

/* Flat nav submenu styling */
.wpconvert-flat-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  padding: 0.5rem 0;
  display: none;
  z-index: 9999;
}

.wpconvert-flat-submenu a {
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

/* EC-NAV-140: Large flat dropdowns flow into two columns (mega-style) without extra walker markup */
.wpconvert-flat-submenu--mega-cols-2 {
  min-width: min(640px, 92vw);
  column-count: 2;
  column-gap: 2.5rem;
  padding: 0.75rem 1.25rem !important;
}
.wpconvert-flat-submenu--mega-cols-2 > a {
  white-space: normal !important;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
/* Show flat submenu when parent <li> hovers (wp_nav_menu wraps items in li.menu-item-has-children) */
li.menu-item-has-children:hover > .wpconvert-flat-submenu,
li.menu-item-has-children:focus-within > .wpconvert-flat-submenu {
  display: block !important;
}

/* Hide Radix UI viewport containers and similar dropdown containers - Universal */
[data-radix-navigation-menu-viewport],
[class*='viewport'][data-state='open'],
[class*='popover'][data-state='open'],
.radix-navigation-menu-viewport,
nav > div[class*='absolute'][class*='top-full'] {
  display: none !important;
  visibility: hidden !important;
}

/* EC-DIALOG-001: Hide Radix Sheet/Dialog overlays and panels that survive into converted themes */
/* These are interactive React components captured in open state during snapshot */
[role='dialog'][class*='fixed'],
[data-radix-dialog-content][class*='fixed'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='bg-black'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='backdrop'] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Responsive design */
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .menu-item.menu-item-has-children > .submenu {
    position: static;
    box-shadow: none;
  }
}

/* CRITICAL: Ensure header and navigation are above hero/content sections */
/* Only apply relative positioning if nav is NOT sticky/fixed/absolute */
/* Exclude #wpconvert-mobile-nav — it must stay position:fixed as an overlay */
/* EC-NAV-190: Also exclude position:absolute overlay headers (Tailwind
   "absolute" utility class) — common in hero-overlay navbars (e.g.
   svg-to-site-magic-main: <header class="absolute inset-x-0 top-6 z-30 ...">).
   Without this exclusion, the !important rule below forces the absolute
   overlay header into normal flow, taking up its full height and pushing
   the hero section down by ~80px (visible as a white band above the navbar). */
header:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']),
.site-header:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
nav:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']):not(
    #wpconvert-mobile-nav
  ),
[role='banner']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
[role='navigation']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ):not(#wpconvert-mobile-nav) {
  position: relative !important;
  z-index: 1000 !important;
}

/* Preserve sticky/fixed positioning for navs that have it */
/* CRITICAL: Ensure sticky/fixed actually works - add explicit CSS for common patterns */
nav[class*='sticky'],
nav[class*='fixed'],
header nav[class*='sticky'],
header nav[class*='fixed'],
header[class*='sticky'],
header[class*='fixed'],
.site-header[class*='sticky'],
.site-header[class*='fixed'] {
  z-index: 1000 !important; /* Keep z-index for visibility */
}

/* Explicit sticky positioning support - ensures it works even without Tailwind CSS loaded */
/* Only apply if sticky class is present and no explicit position override */
nav.sticky,
nav[class*='sticky']:not([style*='position']),
header nav.sticky,
header nav[class*='sticky']:not([style*='position']),
header.sticky,
header[class*='sticky']:not([style*='position']) {
  position: sticky !important;
}

/* Explicit fixed positioning support - ensures it works even without Tailwind CSS loaded */
nav.fixed,
nav[class*='fixed']:not([style*='position']),
header nav.fixed,
header nav[class*='fixed']:not([style*='position']),
header.fixed,
header[class*='fixed']:not([style*='position']) {
  position: fixed !important;
}

/* Common Tailwind patterns: sticky top-0, fixed top-0 */
nav[class*='sticky'][class*='top-0'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='sticky'][class*='top-0'],
header nav[class*='fixed'][class*='top-0'],
header[class*='sticky'][class*='top-0'],
header[class*='fixed'][class*='top-0'] {
  top: 0 !important;
}

/* Fixed navs typically need full width */
nav[class*='fixed'][class*='w-full'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='fixed'][class*='w-full'],
header nav[class*='fixed'][class*='top-0'],
header[class*='fixed'][class*='w-full'],
header[class*='fixed'][class*='top-0'] {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

/* Ensure hero and main content respect header z-index */
section[class*='hero'],
.hero,
main,
.site-main {
  position: relative;
  z-index: 1;
}

/* Theme-specific overrides */
/* Only apply relative if not sticky/fixed */
.site-header:not([class*='sticky']):not([class*='fixed']) {
  position: relative;
}

.site-main {
  margin-top: 0;
  padding-top: 0;
  min-height: 60vh;
}

/* Remove gap between fixed navbar and first content (white band under header).
 * Use :first-of-type (not :first-child): WP templates often have a whitespace text node
 * between <div id="primary"> and <section>, so section is never :first-child and rules
 * would silently fail (EC-NAV-086 follow-up). */
.site-main > section:first-of-type,
.site-main > div:first-of-type > section:first-of-type {
  margin-top: 0;
}

/* EC-NAV-086: Skipped hero overlap CSS — nav is not fixed/sticky */

.site-footer {
  margin-top: auto;
}

/* EC-TW4-001: WordPress default style overrides */

body {
  line-height: 1.6;
}
body.wp-admin {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
}
/* EC-BTN-104: :where() = 0 specificity so Tailwind text-* utilities always win over these resets.
   Plain "a:hover { color: inherit }" can outrank .text-white on links (0,2,0 vs 0,1,0) and wash out hero CTAs. */
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(a:hover) {
  color: inherit;
}
/* EC-CSS-001: Long-hand padding-left/right (NOT shorthand 'padding: 0 20px') so
 * compound selectors like .container.hero-grid (which sets padding-top: 74px)
 * keep their vertical padding. The shorthand resets ALL four sides at the same
 * specificity, which on Dabster Labs caused the hero badge to slide under the
 * fixed 74px nav. Horizontal gutter (20px each side) unchanged; vertical
 * defaults to the browser's 0 — same effective behavior for sites that do not
 * set padding-top via another selector. */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
:where(button, .btn) {
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}
input,
textarea,
select {
  font-family: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

/* Grid Layout & Sidebar Preservation - Ensures Bootstrap and other grid systems work properly */
.grid-layout-container {
  width: 100%;
  max-width: 100%;
}

/* Preserve Bootstrap row structure */
.grid-layout-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Ensure Bootstrap columns work */
.grid-layout-container [class*='col-'] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Bootstrap column widths - responsive */
@media (min-width: 768px) {
  .grid-layout-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-layout-container .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-layout-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-layout-container .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-layout-container .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-layout-container .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobile stacking for sidebars */
@media (max-width: 767px) {
  .grid-layout-container [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Sidebar styling */
.grid-layout-container aside,
.grid-layout-container [class*='sidebar'] {
  padding: 20px;
}

/* CRITICAL: Disable popups marked by WPConvert - Universal for ALL popup libraries */
/* This targets ONLY popups we've marked, regardless of the library used */
/* Users can re-enable by overriding this CSS in Customizer → Additional CSS */
[data-wpconvert-popup-disabled='true'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -9999 !important;
  position: absolute !important;
  left: -99999px !important;
  transform: scale(0) !important;
}

/* Also hide child elements of disabled popups (for nested structures) */
[data-wpconvert-popup-disabled='true'] * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Disable popup overlay backgrounds (universal) */
[data-wpconvert-popup-disabled='true'].overlay,
[data-wpconvert-popup-disabled='true'][class*='overlay'],
[data-wpconvert-popup-disabled='true'][class*='backdrop'],
[data-wpconvert-popup-disabled='true'][class*='bg'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* EC-FORM-004: Native <select> option list styling.
 *
 * Why: EC-FORMS-004 / EC-MSTEP-001C converts Radix shadcn comboboxes to
 * native <select> elements so the form submits as a real HTML form. Native
 * select-popups inherit the trigger element background, so on shadcn forms
 * with translucent inputs (e.g. bg-white slash 10), the option list paints
 * as a translucent panel that bleeds the parent form background and makes
 * options nearly unreadable.
 *
 * The rule below paints each option on a solid surface using the same
 * shadcn --card design tokens the rest of the theme already uses, so
 * dropdowns visually match the original SelectContent / bg-popover render.
 *
 * Safety:
 *   - Scoped strictly to select option / select optgroup — never leaks
 *     to custom popover divs.
 *   - hsl(var(--card, ...)) with fallbacks degrades cleanly on themes
 *     that do not define the variable.
 *   - Safari ignores option styling entirely (no DOM hook into the native
 *     popup) so this is a no-op there. Chrome/Edge/Firefox/Brave honour it.
 */
/* EC-FORM-004 / EC-FORM-004b: solid option surfaces — card tokens by default,
   popover tokens on dark booking sections (bg-secondary / needs-wiring forms). */
select option,
select optgroup,
.bg-secondary select option,
.bg-secondary select optgroup,
form[data-wpconvert-form] select option,
form[data-wpconvert-form] select optgroup {
  background-color: hsl(var(--popover, var(--card, 0 0% 100%)));
  color: hsl(var(--popover-foreground, var(--card-foreground, 222.2 84% 4.9%)));
}

/* CRITICAL: Tailwind Font Override - ensure custom fonts take precedence over Tailwind CDN */
/* Tailwind CDN generates CSS dynamically that can override static CSS, so we use !important */
/* No custom font classes detected */

/* EC-ANIM-008b / EC-ANIM-009: carousel-only override — scroll-reveal elements animate via IO in functions.php */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}
