.navbar-brand,
.preloader-text {
  font-family: var(--font-display);
}
#about,
#contact,
#featured,
#how-it-works {
  padding: 7rem 0;
  background: var(--dark);
}
.category-card,
.equip-card,
.equip-img,
.preloader-bar,
.pricing-card,
.testi-avatar,
.ticker-section,
section {
  overflow: hidden;
}
#preloader,
body,
footer {
  background: var(--black);
}
#preloader.fade-out,
#scrollTop {
  opacity: 0;
  visibility: hidden;
}
#preloader,
#toast {
  position: fixed;
  z-index: 9999;
}
#about::before,
#toast,
.ticker-track {
  white-space: nowrap;
}
.blog-link,
.page-link-custom,
.related-link,
a {
  text-decoration: none;
}
#cta-section,
.about-badge,
.blog-newsletter,
.price-item,
.step-card {
  text-align: center;
}
:root {
  --yellow: #f5c518;
  --yellow-dark: #d4a800;
  --black: #0a0a0a;
  --dark: #111111;
  --dark2: #1a1a1a;
  --dark3: #222222;
  --gray: #888888;
  --light-gray: #cccccc;
  --white: #ffffff;
  --font-display: "Bebas Neue", sans-serif;
  --font-condensed: "Barlow Condensed", sans-serif;
  --font-body: "Barlow", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  color: var(--white);
  overflow-x: hidden;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
}
#preloader {
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s, visibility 0.6s;
}
.gear-wrap {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gear-icon {
  font-size: 4rem;
  color: var(--yellow);
  animation: 2s linear infinite spinGear;
}
.gear-inner,
.preloader-text {
  color: var(--white);
  font-size: 2rem;
}
.gear-inner {
  position: absolute;
  animation: 2s linear infinite reverse spinGear;
}
#hero,
.nav-link {
  position: relative;
}
@keyframes spinGear {
  to {
    transform: rotate(360deg);
  }
}
.preloader-text {
  letter-spacing: 6px;
  margin-top: 1rem;
}
.category-card:hover .category-name,
.cta-title span,
.footer-brand span,
.hero-blog-detail .hero-title span,
.hero-title span,
.navbar-brand span,
.preloader-text span,
.section-title span,
.summary-item strong,
.yellow-accent {
  color: var(--yellow);
}
.preloader-bar {
  width: 200px;
  height: 3px;
  background: var(--dark3);
  margin-top: 1.5rem;
  border-radius: 2px;
}
.btn-nav-cta,
.btn-primary-custom,
.nav-link::after,
.preloader-bar::after {
  background: var(--yellow);
}
.preloader-bar::after {
  content: "";
  display: block;
  height: 100%;
  animation: 2.2s forwards loadBar;
}
@keyframes loadBar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#mainNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.2rem 0;
  background: 0 0;
  transition: background 0.4s, padding 0.4s, box-shadow 0.4s;
  border-bottom: 1px solid transparent;
}
#mainNav.scrolled {
  background: rgba(10, 10, 10, 0.97);
  padding: 0.7rem 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(245, 197, 24, 0.15);
}
.navbar-brand {
  font-size: 2rem;
  letter-spacing: 3px;
  color: #fff;
}
.btn-nav-cta,
.nav-link {
  font-family: var(--font-condensed);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.nav-link {
  font-size: 1rem;
  color: var(--light-gray) !important;
  padding: 0.3rem 1rem !important;
  transition: color 0.3s;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 1rem;
  right: 1rem;
  height: 2px;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.nav-link:hover {
  color: var(--yellow) !important;
}
.nav-link:hover::after {
  transform: scaleX(1);
}
.navbar-toggler {
  border-color: var(--yellow);
}
.navbar-toggler-icon {
  filter: invert(1);
}
.btn-nav-cta {
  color: var(--black) !important;
  font-weight: 700;
  padding: 0.5rem 1.5rem !important;
  border-radius: 3px;
  transition: transform 0.3s, box-shadow 0.3s !important;
}
.btn-outline-custom,
.btn-primary-custom {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 2px;
  padding: 1rem 2.2rem;
  display: inline-block;
  font-family: var(--font-condensed);
  text-transform: uppercase;
  cursor: pointer;
}
.btn-nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245, 197, 24, 0.4) !important;
  background: var(--yellow) !important;
}
.btn-primary-custom {
  color: var(--black);
  border: none;
  border-radius: 3px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.btn-primary-custom:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(245, 197, 24, 0.45);
  color: var(--black);
}
.btn-outline-custom {
  background: 0 0;
  color: var(--white);
  border: 2px solid var(--white);
  border-radius: 3px;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s;
}
.btn-outline-custom:hover {
  background: var(--white);
  color: var(--black);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.2);
}
.section-label {
  font-family: var(--font-condensed);
  font-size: 1rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 0.5rem;
  display: block;
}
.category-btn a,
.hero-tag {
  display: inline-block;
  font-weight: 700;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3rem);
  line-height: 1;
  letter-spacing: 2px;
}
.section-subtitle {
  color: var(--gray);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 600px;
  margin: 1rem auto 0;
}
#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(
      to right,
      rgba(10, 10, 10, 0.92) 40%,
      rgba(10, 10, 10, 0.5) 100%
    ),
    url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1800&q=80")
      center/cover no-repeat;
  padding-top: 100px;
}
.hero-tag {
  background: var(--yellow);
  color: var(--black);
  font-family: var(--font-condensed);
  font-size: 1rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  margin-bottom: 1.2rem;
  margin-top: 10%;
}
.hero-title,
.stat-num {
  font-family: var(--font-display);
}
.hero-title {
  font-size: clamp(3.5rem, 8vw, 2.5rem);
  line-height: 0.95;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}
.hero-desc {
  color: var(--light-gray);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 2.5rem;
}
.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero-stats {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
}
.stat-num {
  font-size: 3.2rem;
  line-height: 1;
  color: var(--yellow);
}
.stat-label,
.ticker-item {
  font-family: var(--font-condensed);
}
.hero-scroll,
.stat-label {
  color: var(--gray);
  letter-spacing: 3px;
  text-transform: uppercase;
}
.stat-label {
  font-size: 1rem;
  margin-top: 0.2rem;
}
.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
}
.about-badge,
.ticker-item {
  color: var(--black);
  display: flex;
}
.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--yellow), transparent);
  animation: 1.5s infinite scrollPulse;
}
@keyframes scrollPulse {
  0%,
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
  50% {
    opacity: 0.4;
    transform: scaleY(0.7);
  }
}
.ticker-section {
  background: var(--yellow);
  padding: 0.7rem 0;
}
.ticker-track {
  display: flex;
  gap: 0;
  animation: 20s linear infinite tickerMove;
}
.ticker-item {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 2rem;
  align-items: center;
  gap: 1rem;
}
#about::before,
.about-badge {
  font-family: var(--font-display);
}
.ticker-item i {
  font-size: 0.7rem;
}
@keyframes tickerMove {
  to {
    transform: translateX(-50%);
  }
}
#about,
#how-it-works {
  position: relative;
}
#about::before {
  content: "MACHIMA";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18vw;
  letter-spacing: 10px;
  color: rgba(255, 255, 255, 0.02);
  pointer-events: none;
}
#scrollTop.visible,
.category-card:hover .category-btn {
  opacity: 1;
  transform: translateY(0);
}
.about-img-wrap,
.equip-card {
  position: relative;
}
.about-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.5s;
}
.about-img-wrap:hover img {
  transform: scale(1.03);
}
.about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--yellow);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(245, 197, 24, 0.4);
}
.about-badge .num {
  font-size: 2.5rem;
  line-height: 1;
}
.about-badge .txt {
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.feature-item {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  padding: 1.2rem;
  border-radius: 4px;
  background: var(--dark2);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 1rem;
}
.category-btn a,
.feature-icon {
  background: var(--yellow);
  color: var(--black);
}
.feature-item:hover {
  transform: translateX(8px);
  box-shadow: -4px 0 0 var(--yellow);
}
.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.feature-title {
  font-family: var(--font-condensed);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.feature-desc {
  color: var(--gray);
  font-size: 1rem;
  margin-top: 0.2rem;
}
#categories,
#pricing,
#testimonials {
  padding: 7rem 0;
  background: var(--black);
}
.category-card {
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  height: 280px;
  background: var(--dark2);
}
.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
  filter: brightness(0.6);
}
.category-card:hover img {
  transform: scale(1.1);
  filter: brightness(0.4);
}
.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.9) 0, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  transition: background 0.4s;
}
.category-card:hover .category-overlay {
  background: linear-gradient(
    to top,
    rgba(245, 197, 24, 0.15) 0,
    rgba(10, 10, 10, 0.7) 100%
  );
}
.category-name {
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: 2px;
  transition: color 0.3s;
}
.category-btn a,
.equip-name {
  font-family: var(--font-condensed);
}
.category-specs {
  color: var(--gray);
  font-size: 1rem;
  margin-top: 0.3rem;
}
.category-btn {
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
}
.category-btn a {
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.4rem 1.2rem;
  border-radius: 2px;
}
.equip-card {
  background: var(--dark2);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.4s, box-shadow 0.4s;
}
.equip-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(245, 197, 24, 0.2);
}
.equip-img {
  height: 220px;
}
.equip-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.equip-card:hover .equip-img img {
  transform: scale(1.08);
}
.equip-body,
.related-content {
  padding: 1.5rem;
}
.equip-name {
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.spec-row {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  color: var(--gray);
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.spec-row span:last-child {
  color: var(--white);
  font-weight: 600;
}
.price-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.2rem;
}
.price-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--yellow);
}
.price-per {
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: var(--gray);
  text-transform: uppercase;
}
.btn-book,
.pricing-badge {
  color: var(--black);
  font-weight: 700;
  letter-spacing: 2px;
  font-family: var(--font-condensed);
  text-transform: uppercase;
}
.equip-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.btn-book {
  width: 100%;
  background: var(--yellow);
  font-size: 0.95rem;
  padding: 0.7rem;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.btn-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245, 197, 24, 0.4);
}
.pricing-card {
  background: var(--dark2);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.4s, box-shadow 0.4s;
  position: relative;
}
.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.pricing-card.featured {
  border-color: var(--yellow);
  background: linear-gradient(135deg, #1e1a00, var(--dark2));
}
.pricing-badge {
  position: absolute;
  top: 0;
  right: 1.5rem;
  background: var(--yellow);
  font-size: 0.75rem;
  padding: 0.3rem 1rem;
  border-radius: 0 0 6px 6px;
}
.pricing-feature.na,
.pricing-type {
  color: var(--gray);
}
.pricing-header {
  padding: 2rem 2rem 1rem;
}
.pricing-type {
  font-family: var(--font-condensed);
  font-size: 1rem;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.pricing-price,
.step-num {
  font-family: var(--font-display);
  line-height: 1;
}
.pricing-price {
  font-size: 3.5rem;
  color: var(--yellow);
  margin: 1.5rem 0;
}
.pricing-price sup {
  font-size: 1.5rem;
  vertical-align: top;
  margin-top: 1rem;
}
.pricing-price span {
  font-size: 1rem;
  color: var(--gray);
  font-family: var(--font-body);
}
.pricing-body {
  padding: 0 2rem 2rem;
}
.pricing-feature {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 0.95rem;
}
.pricing-feature i {
  color: var(--yellow);
  width: 16px;
}
.pricing-feature.na i {
  color: var(--dark3);
}
.pricing-footer {
  padding: 1.5rem 2rem 2rem;
}
.steps-connector {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.step-card {
  flex: 1;
  padding: 2rem 1.5rem;
  position: relative;
}
.step-card::after {
  content: "";
  position: absolute;
  top: 3rem;
  right: -1px;
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, var(--yellow), transparent);
}
.step-card:last-child::after {
  display: none;
}
.step-num {
  font-size: 5rem;
  color: rgba(245, 197, 24, 0.08);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.step-title,
.testi-name {
  font-family: var(--font-condensed);
  font-weight: 700;
}
.step-icon-wrap {
  width: 80px;
  height: 80px;
  background: var(--dark3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.8rem;
  color: var(--yellow);
  border: 2px solid rgba(245, 197, 24, 0.2);
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
  position: relative;
  z-index: 1;
}
.step-card:hover .step-icon-wrap {
  border-color: var(--yellow);
  background: rgba(245, 197, 24, 0.1);
  transform: scale(1.1);
}
.step-title {
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
#toast,
.cta-title {
  letter-spacing: 2px;
}
.step-desc {
  color: var(--gray);
  font-size: 1rem;
  line-height: 1.6;
}
.stars,
.step-arrow,
.testi-text::before {
  color: var(--yellow);
}
.step-arrow {
  font-size: 1.5rem;
  align-self: center;
  flex-shrink: 0;
  opacity: 0.4;
}
.stars,
.testi-name,
.testi-role,
.testi-text {
  font-size: 1rem;
}
.testi-card {
  background: var(--dark2);
  border-radius: 6px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color 0.3s, transform 0.4s;
}
.testi-card:hover {
  border-color: rgba(245, 197, 24, 0.3);
  transform: translateY(-5px);
}
.stars {
  margin-bottom: 1rem;
}
.testi-text {
  line-height: 1.7;
  color: var(--light-gray);
  font-style: italic;
  margin-bottom: 1.5rem;
}
.testi-text::before {
  content: "\201C";
  font-size: 3rem;
  line-height: 0;
  vertical-align: -1rem;
  margin-right: 0.2rem;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testi-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--yellow);
}
.testi-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-role {
  color: var(--gray);
}
#cta-section {
  position: relative;
  padding: 8rem 0;
  background: linear-gradient(rgba(10, 10, 10, 0.8), rgba(10, 10, 10, 0.8))
      fixed,
    url("../images/19091.jpg") center/cover no-repeat fixed;
}
.cta-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3rem);
  line-height: 1.05;
  margin-bottom: 1.5rem;
}
#scrollTop,
.contact-icon,
.cta-sub {
  font-size: 1.1rem;
}
.cta-sub {
  color: var(--light-gray);
  max-width: 500px;
  margin: 0 auto 2.5rem;
}
.cta-yellow-line {
  width: 80px;
  height: 4px;
  background: var(--yellow);
  margin: 0 auto 1.5rem;
}
.contact-form .form-control,
.contact-form .form-select {
  background: var(--dark3);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: 1rem 1.2rem;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color 0.3s;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  background: var(--dark3);
  color: var(--white);
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.1);
}
.contact-form .form-control::placeholder {
  color: var(--gray);
}
.contact-form .form-select option {
  background: var(--dark3);
}
.contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.contact-icon {
  width: 45px;
  height: 45px;
  background: rgba(245, 197, 24, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(245, 197, 24, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
  flex-shrink: 0;
}
.map-placeholder,
.social-link {
  background: var(--dark2);
  display: flex;
}
.contact-detail-val,
.footer-bottom p,
.map-placeholder {
  color: var(--gray);
  font-size: 1rem;
}
.contact-detail-title {
  font-family: var(--font-condensed);
  font-size: 1rem;
  font-weight: 700;
}
.map-placeholder {
  height: 250px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
}
.map-placeholder iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: invert(0.9) hue-rotate(180deg);
}
footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 4rem 0 1.5rem;
}
.footer-brand {
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: 3px;
}
.footer-tagline {
  color: var(--gray);
  font-size: 1rem;
  margin-top: 0.5rem;
  max-width: 250px;
}
.footer-title {
  font-family: var(--font-condensed);
  font-size: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 1.2rem;
}
.blog-category,
.blog-link,
.cat-filter,
.faq-question,
.related-category {
  letter-spacing: 1px;
}
.footer-links {
  list-style: none;
}
.footer-links li {
  margin-bottom: 0.6rem;
}
.footer-links a {
  color: var(--gray);
  font-size: 1rem;
  transition: color 0.3s, padding-left 0.3s;
  display: block;
}
.footer-links a:hover {
  color: var(--yellow);
  padding-left: 6px;
}
.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.social-link {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: var(--gray);
  font-size: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
#scrollTop,
.divider,
.social-link:hover {
  background: var(--yellow);
}
#scrollTop,
#toast,
.social-link:hover {
  color: var(--black);
}
.blog-card,
.related-card {
  transition: 0.3s;
  overflow: hidden;
}
.social-link:hover {
  border-color: var(--yellow);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
#scrollTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(20px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 15px rgba(245, 197, 24, 0.3);
}
#scrollTop.visible {
  visibility: visible;
}
#scrollTop:hover {
  box-shadow: 0 8px 25px rgba(245, 197, 24, 0.5);
  transform: translateY(-3px);
}
.divider {
  width: 60px;
  height: 3px;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .hero-stats {
    gap: 1.5rem;
    flex-wrap: wrap;
  }
  .steps-connector {
    flex-direction: column;
  }
  .step-arrow,
  .step-card::after {
    display: none;
  }
  .about-badge {
    right: 10px;
    bottom: -15px;
    width: 100px;
    height: 100px;
  }
}
.hero-generator,
.hero-privacy,
.hero-terms {
  align-items: center;
  border-bottom: 4px solid var(--yellow);
}
ol,
ul {
  padding-left: 0;
}
.hero-generator {
  background: linear-gradient(
      95deg,
      var(--dark) 0,
      rgba(0, 0, 0, 0.7) 50%,
      transparent 90%
    ),
    url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=1400&q=85")
      center/cover no-repeat;
  min-height: 85vh;
  display: flex;
  position: relative;
}
.hero-blog .hero-title span,
.hero-booking .hero-title span,
.hero-bulldozer .hero-title span,
.hero-crane .hero-title span,
.hero-dump .hero-title span,
.hero-excavator .hero-title span,
.hero-faq .hero-title span,
.hero-generator .hero-title span,
.hero-loader .hero-title span,
.hero-privacy .hero-title span,
.hero-terms .hero-title span {
  color: var(--yellow);
  font-weight: 800;
}
.crane-tag,
.dozer-tag,
.excavator-tag,
.gen-tag,
.loader-tag,
.truck-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--yellow);
  color: var(--black);
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
  border-radius: 30px;
  letter-spacing: 1px;
  z-index: 2;
}
.hero-privacy,
.hero-terms {
  background: linear-gradient(
      95deg,
      var(--dark) 0,
      rgba(0, 0, 0, 0.7) 50%,
      transparent 90%
    ),
    url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=1400&q=85")
      center/cover no-repeat;
  min-height: 50vh;
  display: flex;
  position: relative;
}
.privacy-content,
.terms-content {
  background: var(--dark2);
  border-radius: 24px;
  padding: 3rem;
  border: 1px solid rgba(245, 197, 24, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
  color: var(--gray);
  line-height: 1.8;
}
.hero-blog-detail,
.hero-dump,
.hero-excavator {
  min-height: 90vh;
  border-bottom: 4px solid var(--yellow);
  position: relative;
}
.privacy-content h2,
.terms-content h2 {
  font-family: var(--font-condensed);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--white);
  margin: 2.5rem 0 1.5rem;
  border-left: 6px solid var(--yellow);
  padding-left: 1.2rem;
}
.privacy-content h3,
.terms-content h3 {
  font-family: var(--font-condensed);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--yellow);
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#toast,
.blog-category,
.blog-link,
.blog-title,
.related-link,
.related-title {
  font-weight: 700;
}
.privacy-content p,
.terms-content p {
  margin-bottom: 1.2rem;
  color: var(--gray);
}
.privacy-content ul,
.terms-content ol,
.terms-content ul {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.privacy-content li,
.terms-content li {
  margin-bottom: 0.5rem;
  color: var(--gray);
}
.breadcrumb-custom a,
.faq-answer a,
.privacy-content a,
.terms-content a {
  color: var(--yellow);
  text-decoration: none;
}
.breadcrumb-custom a:hover,
.faq-answer a:hover,
.privacy-content a:hover,
.terms-content a:hover {
  text-decoration: underline;
}
.privacy-highlight,
.terms-highlight {
  background: var(--dark);
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid var(--yellow);
  margin: 2rem 0;
}
.hero-dump,
.hero-excavator {
  background: linear-gradient(
      95deg,
      var(--dark) 0,
      rgba(0, 0, 0, 0.7) 50%,
      transparent 90%
    ),
    url("https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?w=1400&q=85")
      center/cover no-repeat;
  display: flex;
  align-items: center;
}
.hero-blog-detail {
  background: linear-gradient(
      95deg,
      var(--dark) 0,
      rgba(0, 0, 0, 0.7) 50%,
      transparent 90%
    ),
    url("../images/19091.jpg") center/cover no-repeat;
  align-items: flex-end;
  padding-bottom: 3rem;
  padding-top: 2%;
}
.hero-blog-detail .hero-title {
  font-size: 4rem;
  line-height: 1.1;
}
.blog-meta-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  color: var(--gray);
  font-family: var(--font-primary);
  margin: 1.5rem 0 0;
}
.blog-meta-hero i {
  color: var(--yellow);
  margin-right: 0.5rem;
}
.article-body {
  margin: 0 auto;
  padding: 3rem 0;
}
.article-body p {
  color: var(--gray);
  line-height: 1.9;
  font-size: 1.15rem;
  margin-bottom: 2rem;
}
.article-body h2,
.article-body h3 {
  font-size: 2rem;
  font-family: var(--font-condensed);
}
.article-body h2 {
  font-weight: 700;
  color: var(--white);
  margin: 3rem 0 1.5rem;
  border-left: 6px solid var(--yellow);
  padding-left: 1.5rem;
}
.article-body h3 {
  font-weight: 600;
  color: var(--yellow);
  margin: 2.5rem 0 1rem;
}
.article-body blockquote {
  background: var(--dark2);
  padding: 2rem 2rem 2rem 3rem;
  border-radius: 30px;
  margin: 2.5rem 0;
  border-left: 6px solid var(--yellow);
  font-size: 1.3rem;
  font-style: italic;
  color: var(--white);
  position: relative;
}
.article-body blockquote::before {
  content: "\201C";
  font-size: 5rem;
  color: var(--yellow);
  position: absolute;
  left: 1rem;
  top: -0.5rem;
  opacity: 0.5;
}
.article-body ol,
.article-body ul {
  color: var(--gray);
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.author-info h4,
.author-social a:hover,
.blog-link:hover {
  color: var(--white);
}
.article-body li {
  margin-bottom: 0.5rem;
}
.article-body img {
  width: 100%;
  border-radius: 24px;
  margin: 2rem 0;
  border: 2px solid rgba(245, 197, 24, 0.2);
}
.author-box {
  background: var(--dark2);
  border-radius: 24px;
  padding: 2.5rem;
  margin: 3rem 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid rgba(245, 197, 24, 0.1);
}
.author-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid var(--yellow);
  object-fit: cover;
}
.author-info h4 {
  font-family: var(--font-condensed);
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.author-info p {
  color: var(--gray);
  margin-bottom: 1rem;
}
.author-social a {
  color: var(--yellow);
  font-size: 1.3rem;
  margin-right: 1rem;
  transition: 0.2s;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  margin: 2rem 0 4rem;
}
.related-card {
  background: var(--dark2);
  border-radius: 20px;
  border: 1px solid rgba(245, 197, 24, 0.1);
}
.related-card:hover {
  transform: translateY(-8px);
  border-color: var(--yellow);
}
.related-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 2px solid var(--yellow);
}
.related-category {
  color: var(--yellow);
  font-family: var(--font-condensed);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  background: rgba(245, 197, 24, 0.1);
  padding: 0.2rem 1rem;
  border-radius: 30px;
}
.related-title {
  font-family: var(--font-condensed);
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: 0.8rem;
}
.related-link {
  color: var(--yellow);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.comments-section {
  max-width: 900px;
  margin: 4rem auto;
}
.comment-item {
  background: var(--dark2);
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(245, 197, 24, 0.1);
}
.comment-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}
.hero-crane,
.hero-loader {
  min-height: 90vh;
  align-items: center;
}
.comment-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--yellow);
}
.hero-blog,
.hero-crane,
.hero-faq,
.hero-loader {
  display: flex;
  border-bottom: 4px solid var(--yellow);
  position: relative;
}
.comment-author {
  font-family: var(--font-condensed);
  font-size: 1.3rem;
  color: var(--white);
}
.comment-date {
  color: var(--gray);
  font-size: 0.9rem;
}
.comment-text {
  color: var(--gray);
  line-height: 1.7;
}
.comment-form {
  background: var(--dark2);
  border-radius: 24px;
  padding: 2.5rem;
  margin-top: 3rem;
}
.comment-form h3 {
  font-family: var(--font-condensed);
  font-size: 2rem;
  color: var(--yellow);
  margin-bottom: 1.5rem;
}
#toast {
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--yellow);
  font-family: var(--font-condensed);
  padding: 1rem 2rem;
  border-radius: 4px;
  transition: transform 0.4s;
  box-shadow: 0 8px 30px rgba(245, 197, 24, 0.4);
}
.hero-crane {
  background: linear-gradient(
      95deg,
      var(--dark) 0,
      rgba(0, 0, 0, 0.7) 50%,
      transparent 90%
    ),
    url("../images/19091.jpg") center/cover no-repeat;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: #fff;
}
.hero-loader {
  background: linear-gradient(rgba(10, 10, 10, 0.8), rgba(10, 10, 10, 0.8)),
    url("../images/19091.jpg") center/cover no-repeat;
}
.hero-blog,
.hero-faq {
  background: linear-gradient(
      95deg,
      var(--dark) 0,
      rgba(0, 0, 0, 0.8) 40%,
      transparent 90%
    ),
    url("../images/19091.jpg") center/cover no-repeat;
  min-height: 50vh;
  align-items: center;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.blog-card {
  background: var(--dark2);
  border-radius: 20px;
  border: 1px solid rgba(245, 197, 24, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-8px);
  border-color: var(--yellow);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.7);
}
.blog-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 2px solid var(--yellow);
}
.blog-content {
  padding: 1.8rem 1.5rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-category {
  display: inline-block;
  background: rgba(245, 197, 24, 0.15);
  color: var(--yellow);
  font-family: var(--font-condensed);
  font-size: 0.9rem;
  padding: 0.3rem 1rem;
  border-radius: 30px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  align-self: flex-start;
}
.blog-title {
  font-family: var(--font-condensed);
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--white);
  margin-bottom: 0.8rem;
}
.blog-meta {
  color: var(--gray);
  font-size: 0.9rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-meta i {
  color: var(--yellow);
  width: 16px;
  margin-right: 4px;
}
.blog-excerpt {
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}
.blog-link {
  color: var(--yellow);
  font-family: var(--font-condensed);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: 0.2s;
  margin-top: auto;
}
.blog-link i {
  font-size: 0.9rem;
  transition: transform 0.2s;
}
.blog-link:hover i {
  transform: translateX(6px);
}
.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0 1rem;
}
.cat-filter {
  background: 0 0;
  border: 1px solid rgba(245, 197, 24, 0.3);
  color: var(--gray);
  font-family: var(--font-condensed);
  font-size: 1.1rem;
  padding: 0.5rem 1.5rem;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.2s;
  text-transform: uppercase;
}
.blog-newsletter h3,
.faq-question,
.page-link-custom {
  color: var(--white);
  font-weight: 700;
  font-family: var(--font-condensed);
}
.cat-filter.active,
.cat-filter:hover,
.page-link-custom.active,
.page-link-custom:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}
.pagination-custom {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin: 4rem 0 2rem;
}
.page-link-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: var(--dark2);
  border: 1px solid rgba(245, 197, 24, 0.2);
  font-size: 1.2rem;
  border-radius: 8px;
  transition: 0.2s;
}
.blog-newsletter {
  background: var(--dark2);
  border-radius: 30px;
  padding: 3rem;
  margin-top: 4rem;
  border: 1px solid rgba(245, 197, 24, 0.1);
}
.blog-newsletter h3 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.blog-newsletter .newsletter-form {
  max-width: 500px;
  margin: 2rem auto 0;
  display: flex;
  gap: 0.5rem;
}
.faq-section {
  background: var(--dark);
  padding: 4rem 0;
}
.faq-item,
.faq-question {
  background: var(--dark2);
  transition: 0.2s;
}
.faq-container {
  max-width: 1000px;
  margin: 0 auto;
}
.faq-item {
  border: 1px solid rgba(245, 197, 24, 0.1);
  border-radius: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.faq-item:hover {
  border-color: rgba(245, 197, 24, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}
.faq-question {
  padding: 1.2rem 1.8rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  border: none;
  width: 100%;
  text-align: left;
}
.faq-question:hover {
  background: rgba(245, 197, 24, 0.05);
}
.faq-question i {
  color: var(--yellow);
  transition: transform 0.3s;
}
.faq-question[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.faq-answer {
  padding: 0 1.8rem 1.5rem;
  color: var(--gray);
  line-height: 1.7;
  font-size: 1.1rem;
}
.hero-booking {
  background: linear-gradient(
      95deg,
      var(--dark) 0,
      rgba(0, 0, 0, 0.8) 40%,
      transparent 90%
    ),
    url("../images/19091.jpg") center/cover no-repeat;
  min-height: 60vh;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 4px solid var(--yellow);
}
.booking-form-wrapper {
  background: var(--dark2);
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid rgba(245, 197, 24, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}
.form-section-title {
  font-family: var(--font-condensed);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 1.5rem;
  border-left: 6px solid var(--yellow);
  padding-left: 1rem;
}
.form-label {
  color: var(--gray);
  font-family: var(--font-condensed);
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
.form-control,
.form-select {
  background: var(--dark);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--white);
  padding: 0.8rem 1rem;
  font-family: var(--font-primary);
}
.form-control:focus,
.form-select:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 0.2rem rgba(245, 197, 24, 0.25);
  background: var(--dark);
  color: var(--white);
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.btn-booking {
  background: var(--yellow);
  color: var(--black);
  font-family: var(--font-condensed);
  font-weight: 800;
  letter-spacing: 2px;
  padding: 1rem 2rem;
  border: none;
  border-radius: 4px;
  transition: 0.2s;
  width: 100%;
  font-size: 1.3rem;
}
.attachment-item h5,
.breadcrumb-custom,
.spec-badge {
  font-family: var(--font-condensed);
  letter-spacing: 1px;
}
.btn-booking:hover {
  background: var(--white);
  color: var(--black);
}
.booking-summary {
  background: var(--dark);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(245, 197, 24, 0.15);
  margin-top: 2rem;
}
.model-chart td,
.summary-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.summary-item {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
  color: var(--gray);
}
.hero-bulldozer {
  background: linear-gradient(
      95deg,
      var(--dark) 0,
      rgba(0, 0, 0, 0.7) 50%,
      transparent 90%
    ),
    url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1400&q=85")
      center/cover no-repeat;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 4px solid var(--yellow);
}
.spec-badge-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1.5rem;
}
.spec-badge {
  background: rgba(245, 197, 24, 0.12);
  border: 1px solid rgba(245, 197, 24, 0.3);
  color: var(--yellow);
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.7rem 1.8rem;
  border-radius: 40px;
  backdrop-filter: blur(4px);
}
.spec-badge i {
  margin-right: 8px;
  font-size: 1.1rem;
  color: var(--yellow);
}
.attachment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.attachment-item {
  background: var(--dark2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 1rem;
  text-align: center;
  border-radius: 12px;
  transition: 0.2s;
}
.attachment-item i {
  font-size: 2.5rem;
  color: var(--yellow);
  margin-bottom: 0.8rem;
}
.attachment-item h5 {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.25rem;
}
.attachment-item p {
  color: var(--gray);
  font-size: 0.9rem;
  margin: 0;
}
.model-chart {
  background: var(--dark2);
  border-radius: 24px;
  padding: 2rem;
  border-left: 6px solid var(--yellow);
  margin: 2rem 0;
}
.model-chart table {
  width: 100%;
  color: var(--white);
}
.model-chart td {
  padding: 0.75rem 0.5rem;
  font-family: var(--font-primary);
}
.model-chart td:first-child {
  font-weight: 700;
  color: var(--yellow);
}
.model-chart td:last-child {
  text-align: right;
  color: var(--gray);
}
.breadcrumb-custom {
  display: flex;
  gap: 0.5rem;
  color: var(--gray);
  font-size: 1rem;
  margin-bottom: 1.5rem;
}