/* =========================================
   STEEL HORSE CLEAN STYLE.CSS
========================================= */

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

:root {
  --gold: #f3b21a;
  --gold-light: #ffd76a;
  --gold-dark: #c98a00;
  --black: #000000;
  --dark: #050505;
  --card: #0b0b0b;
  --text: #ffffff;
  --muted: #aaaaaa;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #000;
  color: #fff;
  overflow-x: hidden;
  line-height: 1.5;
  animation: pageFade .6s ease;
}

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

.container {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}

@keyframes pageFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================
   HEADER / NAVIGATION
========================================= */

.header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(0,0,0,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.05);
  padding: 16px 0;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo {
  height: 58px;
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

nav a {
  color: #dddddd;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  transition: .3s;
}

nav a:hover {
  color: var(--gold);
}

nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: .3s;
}

nav a:hover::after {
  width: 100%;
}

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

.btn,
.btn-outline,
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease,
    color .25s ease;
}

.btn,
.btn-gold {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: #000000;
}

.btn:hover,
.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(243,178,26,.25);
}

.btn-outline {
  border: 1px solid var(--gold);
  color: var(--gold);
  background: rgba(243,178,26,.03);
}

.btn-outline:hover {
  transform: translateY(-3px);
  background: var(--gold);
  color: #000000;
}

.full-btn,
.full {
  width: 100%;
}

/* =========================================
   WHATSAPP FLOAT
========================================= */

.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 10px 35px rgba(0,0,0,.4);
}

.whatsapp img {
  width: 28px;
  height: 28px;
}

/* =========================================
   GLOBAL HERO SYSTEM
   Home / Wraps / Tint / Contact
========================================= */

.hero,
.wrap-hero,
.tint-hero,
.contact-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero {
  background-image: url('mustang-bg.webp');
  background-position: 72% center;
}

.wrap-hero {
  background-image: url('wrap-bg.webp');
  background-position: 75% center;
}

.tint-hero {
  background-image: url('tint-bg.webp');
  background-position: 82% center;
}

.contact-hero {
  background-image: url('contact-bg.webp');
  background-position: center;
}

.hero::before,
.wrap-hero::before,
.tint-hero::before,
.contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,.88) 0%,
    rgba(0,0,0,.60) 34%,
    rgba(0,0,0,.18) 68%,
    rgba(0,0,0,.04) 100%
  );
  z-index: 1;
}

.hero::after {
  display: none;
}

.wrap-overlay,
.tint-overlay,
.contact-overlay {
  display: none;
}

.hero-content,
.wrap-hero-content,
.tint-hero-content,
.contact-hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  text-align: left;
}

.hero-left,
.wrap-left {
  max-width: 620px;
}

.hero-logo {
  width: 180px;
  margin-bottom: 28px;
}

.hero h1,
.wrap-left h1,
.tint-hero h1,
.contact-hero h1 {
  font-size: clamp(48px, 6vw, 86px);
  line-height: .95;
  margin-bottom: 24px;
  font-weight: 900;
  letter-spacing: -.5px;
}

.hero h1 span,
.wrap-left h1 span,
.tint-hero h1 span,
.contact-hero h1 span,
.section-title span {
  color: var(--gold);
}

.hero p,
.wrap-desc,
.tint-hero p,
.contact-hero p {
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 34px;
}

.hero-buttons,
.cta-buttons,
.ppf-hero-actions,
.ppf-final-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.wrap-sub,
.tint-sub,
.contact-sub,
.section-sub,
.pricing-sub,
.eyebrow {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/* =========================================
   GLOBAL SECTIONS / TYPOGRAPHY
========================================= */

section {
  position: relative;
}

.services-bar,
.pricing-new,
.process,
.wrap-cta,
.tint-benefits,
.tint-pricing,
.tint-levels,
.tint-process,
.tint-cta,
.contact-section,
.map-section,
.featured-projects {
  padding: 110px 5%;
}

.section-title,
.pricing-new h2,
.process h2,
.contact-info h2,
.contact-form-box h2 {
  font-size: clamp(34px, 4vw, 60px);
  margin-bottom: 24px;
  font-weight: 900;
  letter-spacing: -.5px;
}

.center {
  text-align: center;
}

p {
  line-height: 1.8;
}

/* =========================================
   GLOBAL CARDS
========================================= */

.card,
.card-new,
.tint-card,
.tint-benefit,
.level-card,
.process-card-home,
.contact-info,
.contact-form-box,
.wrap-cta-box,
.tint-cta-box {
  background: var(--card);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 22px;
  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}

.card:hover,
.card-new:hover,
.tint-card:hover,
.tint-benefit:hover,
.level-card:hover,
.process-card-home:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 22px 45px rgba(0,0,0,.45);
}

/* =========================================
   HOME SERVICES
========================================= */

.services-bar {
  text-align: center;
  background: #050505;
}

.services-bar h2 {
  margin-bottom: 40px;
  font-size: 40px;
}

.services-icons {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.service-item {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  transition: .35s;
}

.service-item img {
  width: 65px;
  height: 65px;
  margin: 0 auto 12px;
  filter: drop-shadow(0 0 12px rgba(243,178,26,.45));
}

.service-item:hover {
  transform: translateY(-6px);
}

/* =========================================
   WRAPS PAGE
========================================= */

.pricing-new {
  text-align: center;
  background: #050505;
}

.pricing-desc,
.pricing-note {
  color: #aaa;
  max-width: 760px;
  margin: 20px auto 40px;
}

.pricing-grid-new {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 50px;
}

.card-new {
  overflow: hidden;
}

.card-new img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  filter: contrast(1.02) saturate(1.05);
  transition: transform .6s ease;
}

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

.card-body {
  padding: 24px;
}

.card-body h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px;
}

.card-body p {
  color: #aaa;
}

.from {
  display: block;
  margin-top: 10px;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.price,
.pricing-new .price {
  color: var(--gold);
  font-size: 32px;
  font-weight: 900;
  margin-top: 10px;
}

.wrap-cta-box,
.tint-cta-box {
  padding: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.wrap-cta-box h3,
.tint-cta-box h2 {
  font-size: clamp(34px, 4vw, 58px);
  margin-bottom: 14px;
  font-weight: 900;
}

.wrap-cta-box p,
.tint-cta-box p {
  color: #aaa;
}

/* =========================================
   TINT PAGE
========================================= */

.tint-benefits,
.tint-levels {
  background: #050505;
}

.tint-benefit-grid,
.tint-grid,
.tint-level-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.tint-grid,
.tint-level-grid {
  margin-top: 50px;
}

.tint-benefit,
.tint-card,
.level-card {
  padding: 34px;
}

.tint-benefit span,
.process-card-home span {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: #000;
  font-weight: 900;
  margin-bottom: 20px;
}

.tint-benefit h3,
.tint-card h3,
.level-card h3,
.process-card-home h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 12px;
}

.tint-benefit p,
.tint-card p,
.level-card p,
.process-card-home p,
.tint-note {
  color: #aaa;
}

.tint-card {
  text-align: center;
}

.tint-card.popular {
  border-color: var(--gold);
  box-shadow: 0 0 30px rgba(243,178,26,.12);
}

.tint-card small {
  display: inline-block;
  background: var(--gold);
  color: #000;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 18px;
}

.tint-price {
  color: var(--gold);
  font-size: 38px;
  font-weight: 900;
  margin-top: 20px;
}

.tint-note {
  text-align: center;
  margin-top: 35px;
}

.level-card {
  text-align: center;
}

.level-window {
  height: 180px;
  border-radius: 18px;
  margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,.12);
}

.level-window.light {
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(0,0,0,.45));
}

.level-window.medium {
  background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(0,0,0,.70));
}

.level-window.dark {
  background: linear-gradient(135deg, rgba(255,255,255,.04), rgba(0,0,0,.92));
}

.process-grid-home {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 50px;
}

.process-card-home {
  padding: 34px;
}

.tint-cta-box {
  border-color: rgba(243,178,26,.14);
}

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

.contact-section {
  background: #000;
}

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

.contact-info,
.contact-form-box {
  padding: 40px;
}

.info-item {
  margin-bottom: 28px;
}

.info-item h3 {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.info-item p {
  color: #aaa;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  background: #050505;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 18px 20px;
  color: #ffffff;
  font-size: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 18px rgba(243,178,26,.08);
}

.booking-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.map-section {
  padding-top: 0;
}

.map-section iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 24px;
}

/* =========================================
   FEATURED PROJECTS
========================================= */

.featured-projects {
  background: #050505;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 50px;
}

.featured-card {
  overflow: hidden;
  border-radius: 24px;
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,.06);
  transition: .35s;
}

.featured-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 22px 45px rgba(0,0,0,.45);
}

.featured-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform .6s ease;
}

.featured-card:hover img {
  transform: scale(1.05);
}

.featured-content {
  padding: 28px;
}

.featured-content span {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 800;
}

.featured-content h3 {
  font-size: 28px;
  margin: 14px 0;
}

.featured-content p {
  color: #aaa;
}

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

.footer {
  padding: 50px 20px;
  text-align: center;
}

.footer-logo {
  height: 42px;
  margin: 0 auto 16px;
}

.footer p {
  color: #888888;
}

/* =========================================
   MOBILE / TABLET
========================================= */

@media (max-width: 1100px) {

  .pricing-grid-new {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid-home,
  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wrap-cta-box,
  .tint-cta-box {
    flex-direction: column;
    text-align: center;
  }

  .cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 1000px) {

  .header .container {
    flex-direction: column;
    gap: 18px;
  }

  nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }

  nav a {
    font-size: 13px;
  }

  .contact-grid,
  .tint-benefit-grid,
  .tint-grid,
  .tint-level-grid {
    grid-template-columns: 1fr;
  }

  .contact-info,
  .contact-form-box,
  .tint-benefit,
  .tint-card,
  .level-card,
  .process-card-home {
    padding: 28px;
  }
}

@media (max-width: 768px) {

  .container {
    width: calc(100% - 32px);
  }

  .hero,
  .wrap-hero,
  .tint-hero,
  .contact-hero {
    min-height: 75vh;
    background-position: center;
    text-align: center;
  }

  .hero-content,
  .wrap-hero-content,
  .tint-hero-content,
  .contact-hero-content {
    max-width: 100%;
    text-align: center;
  }

  .hero-left,
  .wrap-left {
    max-width: 100%;
  }

  .hero-logo {
    margin: 0 auto 24px;
  }

  .hero h1,
  .wrap-left h1,
  .tint-hero h1,
  .contact-hero h1 {
    font-size: 42px;
  }

  .hero p,
  .wrap-desc,
  .tint-hero p,
  .contact-hero p {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-buttons,
  .cta-buttons {
    justify-content: center;
  }

  .pricing-grid-new,
  .process-grid-home,
  .featured-grid {
    grid-template-columns: 1fr;
  }

  .services-bar,
  .pricing-new,
  .process,
  .wrap-cta,
  .tint-benefits,
  .tint-pricing,
  .tint-levels,
  .tint-process,
  .tint-cta,
  .contact-section,
  .featured-projects {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-grid {
    gap: 20px;
  }

  .contact-info,
  .contact-form-box {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .contact-info h2,
  .contact-form-box h2 {
    font-size: 28px;
  }

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

  .map-section iframe {
    height: 340px;
  }
}
/* =========================================
   HERO TEXT MORE LEFT
========================================= */

.hero .container,
.wrap-hero .container,
.tint-hero .container,
.contact-hero .container {
    width: 92%;
    max-width: 1400px;
}

.hero-content,
.wrap-hero-content,
.tint-hero-content,
.contact-hero-content {
    margin-left: 0;
    padding-left: 10px;
    max-width: 560px;
}

