@charset "utf-8";
/* ============================================
   OYOXO - Construction & Contractors
   Custom Stylesheet
   ============================================ */

/* ---------- CSS Variables ---------- */
:root {
  --oyoxo-dark: #1F2937;
  --oyoxo-darker: #111827;
  --oyoxo-yellow: #F59E0B;
  --oyoxo-yellow-dark: #D97706;
  --oyoxo-yellow-light: #FDE68A;
  --oyoxo-orange: #EA580C;
  --oyoxo-gray: #6B7280;
  --oyoxo-gray-light: #F3F4F6;
  --oyoxo-white: #FFFFFF;
  --oyoxo-text: #374151;
  --oyoxo-heading: #111827;
  --oyoxo-border: #E5E7EB;
  --oyoxo-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);
  --oyoxo-shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
  --oyoxo-shadow-xl: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
  --oyoxo-transition: all .3s ease;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: var(--oyoxo-text);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a { transition: var(--oyoxo-transition); }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  color: var(--oyoxo-heading);
  font-weight: 800;
  line-height: 1.2;
}

/* ---------- Utility Classes ---------- */
.oyoxo-section {
  padding: 100px 0;
  position: relative;
}

.oyoxo-section-dark {
  background: var(--oyoxo-darker);
  color: var(--oyoxo-white);
}

.oyoxo-section-dark h1,
.oyoxo-section-dark h2,
.oyoxo-section-dark h3,
.oyoxo-section-dark h4 {
  color: var(--oyoxo-white);
}

.oyoxo-section-gray {
  background: var(--oyoxo-gray-light);
}

.section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--oyoxo-yellow);
  margin-bottom: 12px;
  position: relative;
  padding-left: 50px;
}

.section-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 2px;
  background: var(--oyoxo-yellow);
}

.section-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.15;
}

.section-subtitle {
  font-size: 18px;
  color: var(--oyoxo-gray);
  max-width: 600px;
  line-height: 1.7;
}

.text-accent { color: var(--oyoxo-yellow) !important; }

/* ---------- Buttons ---------- */
.btn-oyoxo {
  display: inline-block;
  padding: 15px 36px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: var(--oyoxo-transition);
  text-decoration: none;
}

.btn-oyoxo-primary {
  background: var(--oyoxo-yellow);
  color: var(--oyoxo-darker);
}

.btn-oyoxo-primary:hover {
  background: var(--oyoxo-yellow-dark);
  color: var(--oyoxo-darker);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(245,158,11,.4);
  text-decoration: none;
}

.btn-oyoxo-outline {
  background: transparent;
  color: var(--oyoxo-white);
  border: 2px solid var(--oyoxo-white);
}

.btn-oyoxo-outline:hover {
  background: var(--oyoxo-white);
  color: var(--oyoxo-darker);
  text-decoration: none;
  transform: translateY(-2px);
}

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

.btn-oyoxo-dark:hover {
  background: var(--oyoxo-darker);
  color: var(--oyoxo-yellow);
  text-decoration: none;
  transform: translateY(-2px);
}

/* ---------- Topbar ---------- */
.oyoxo-topbar {
  background: var(--oyoxo-darker);
  padding: 8px 0;
  font-size: 13px;
  color: #9CA3AF;
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.oyoxo-topbar a {
  color: #9CA3AF;
}

.oyoxo-topbar a:hover {
  color: var(--oyoxo-yellow);
}

.oyoxo-topbar .topbar-right {
  text-align: right;
}

.oyoxo-topbar .social-links a {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}

/* ---------- Navbar ---------- */
.oyoxo-navbar {
  background: var(--oyoxo-white);
  padding: 0;
  border: none;
  box-shadow: var(--oyoxo-shadow);
  transition: var(--oyoxo-transition);
  z-index: 9999;
  margin-bottom: 0;
  border-radius: 0;
  min-height: auto;
}

.oyoxo-navbar .container {
  position: relative;
}

.oyoxo-navbar .navbar-brand {
  padding: 12px 15px 12px 0;
  height: auto;
}

.oyoxo-navbar .navbar-brand img {
  height: 45px;
  width: auto;
}

.oyoxo-navbar .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 600;
  color: var(--oyoxo-dark);
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 22px 18px;
  transition: var(--oyoxo-transition);
}

.oyoxo-navbar .navbar-nav > li > a:hover,
.oyoxo-navbar .navbar-nav > li.active > a {
  color: var(--oyoxo-yellow);
  background: none;
}

.oyoxo-navbar .navbar-nav > li > a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--oyoxo-yellow);
  transition: width .3s;
  margin-top: 2px;
}

.oyoxo-navbar .navbar-nav > li > a:hover::after,
.oyoxo-navbar .navbar-nav > li.active > a::after {
  width: 100%;
}

.oyoxo-navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: slideDown .35s ease;
}

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.oyoxo-navbar .navbar-toggle {
  border: 2px solid var(--oyoxo-dark);
  border-radius: 3px;
  margin-top: 14px;
}

.oyoxo-navbar .navbar-toggle .icon-bar {
  background: var(--oyoxo-dark);
}

/* ---------- Hero Section ---------- */
.oyoxo-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.oyoxo-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .55;
  transition: transform 8s ease;
}

.oyoxo-hero:hover .oyoxo-hero-bg {
  transform: scale(1.03);
}

.oyoxo-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17,24,39,.85) 0%, rgba(17,24,39,.4) 100%);
}

.oyoxo-hero-content {
  position: relative;
  z-index: 2;
  padding: 140px 0 100px;
}

.oyoxo-hero h1 {
  font-size: 62px;
  font-weight: 900;
  color: var(--oyoxo-white);
  line-height: 1.1;
  margin-bottom: 24px;
  max-width: 700px;
}

.oyoxo-hero h1 span {
  color: var(--oyoxo-yellow);
}

.oyoxo-hero p {
  font-size: 20px;
  color: rgba(255,255,255,.8);
  max-width: 550px;
  margin-bottom: 40px;
  line-height: 1.7;
}

.oyoxo-hero .btn-oyoxo {
  margin-right: 15px;
  margin-bottom: 10px;
}

.hero-stats {
  display: flex;
  gap: 50px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.hero-stat-item h3 {
  font-size: 42px;
  font-weight: 900;
  color: var(--oyoxo-yellow);
  margin-bottom: 4px;
}

.hero-stat-item p {
  font-size: 14px;
  color: rgba(255,255,255,.6);
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ---------- Services Section ---------- */
.service-card {
  background: var(--oyoxo-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--oyoxo-shadow);
  transition: var(--oyoxo-transition);
  margin-bottom: 30px;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--oyoxo-shadow-xl);
}

.service-card-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

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

.service-card-img .service-icon {
  position: absolute;
  bottom: -25px;
  left: 25px;
  width: 50px;
  height: 50px;
  background: var(--oyoxo-yellow);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--oyoxo-darker);
  box-shadow: var(--oyoxo-shadow);
}

.service-card-body {
  padding: 40px 25px 25px;
}

.service-card-body h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-card-body p {
  font-size: 15px;
  color: var(--oyoxo-gray);
  margin-bottom: 15px;
}

.service-card-body a {
  font-size: 14px;
  font-weight: 600;
  color: var(--oyoxo-yellow-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-card-body a:hover {
  color: var(--oyoxo-orange);
}

/* ---------- Projects Grid ---------- */
.project-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}

.project-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform .6s ease;
}

.project-item.tall img {
  height: 630px;
}

.project-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17,24,39,.9) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  transition: var(--oyoxo-transition);
}

.project-item:hover img {
  transform: scale(1.08);
}

.project-item:hover .project-item-overlay {
  background: linear-gradient(to top, rgba(17,24,39,.95) 0%, rgba(245,158,11,.15) 100%);
}

.project-item-overlay .project-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--oyoxo-yellow);
  margin-bottom: 8px;
}

.project-item-overlay h3 {
  font-size: 22px;
  color: var(--oyoxo-white);
  margin-bottom: 4px;
}

.project-item-overlay p {
  font-size: 14px;
  color: rgba(255,255,255,.6);
  margin: 0;
}

/* ---------- About Section ---------- */
.about-img-wrapper {
  position: relative;
}

.about-img-wrapper img {
  border-radius: 8px;
  box-shadow: var(--oyoxo-shadow-lg);
}

.about-img-wrapper .about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--oyoxo-yellow);
  color: var(--oyoxo-darker);
  padding: 20px 28px;
  border-radius: 8px;
  text-align: center;
  box-shadow: var(--oyoxo-shadow-lg);
}

.about-img-wrapper .about-badge h3 {
  font-size: 38px;
  font-weight: 900;
  color: var(--oyoxo-darker);
  line-height: 1;
}

.about-img-wrapper .about-badge p {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  color: var(--oyoxo-darker);
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.about-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
}

.about-list li::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  color: var(--oyoxo-yellow);
  font-weight: 600;
}

/* ---------- Why Choose Section ---------- */
.why-card {
  text-align: center;
  padding: 40px 25px;
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  transition: var(--oyoxo-transition);
  margin-bottom: 30px;
  height: 100%;
}

.why-card:hover {
  background: rgba(245,158,11,.1);
  border-color: rgba(245,158,11,.2);
  transform: translateY(-5px);
}

.why-card .why-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(245,158,11,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: var(--oyoxo-yellow);
  transition: var(--oyoxo-transition);
}

.why-card:hover .why-icon {
  background: var(--oyoxo-yellow);
  color: var(--oyoxo-darker);
}

.why-card h4 {
  color: var(--oyoxo-white);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.why-card p {
  font-size: 14px;
  color: #9CA3AF;
  margin: 0;
  line-height: 1.7;
}

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform .5s ease, filter .3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
  filter: brightness(1.1);
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(17,24,39,.3);
  opacity: 0;
  transition: opacity .3s ease;
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item.span-2 {
  grid-column: span 2;
}

.gallery-item.span-2 img {
  height: 250px;
}

/* ---------- Testimonials ---------- */
.testimonial-card {
  background: var(--oyoxo-white);
  border-radius: 8px;
  padding: 35px;
  box-shadow: var(--oyoxo-shadow);
  transition: var(--oyoxo-transition);
  margin-bottom: 30px;
  position: relative;
  height: 100%;
}

.testimonial-card:hover {
  box-shadow: var(--oyoxo-shadow-xl);
  transform: translateY(-5px);
}

.testimonial-card .quote-icon {
  font-size: 40px;
  color: var(--oyoxo-yellow);
  opacity: .3;
  position: absolute;
  top: 20px;
  right: 25px;
}

.testimonial-card p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.8;
  color: var(--oyoxo-text);
  margin-bottom: 25px;
}

.testimonial-card .stars {
  color: var(--oyoxo-yellow);
  margin-bottom: 15px;
  font-size: 14px;
}

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

.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-author h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
  color: var(--oyoxo-heading);
}

.testimonial-author span {
  font-size: 13px;
  color: var(--oyoxo-gray);
}

/* ---------- CTA / Parallax ---------- */
.oyoxo-cta {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.oyoxo-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(17,24,39,.85);
}

.oyoxo-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.oyoxo-cta h2 {
  font-size: 44px;
  color: var(--oyoxo-white);
  margin-bottom: 20px;
}

.oyoxo-cta p {
  font-size: 18px;
  color: rgba(255,255,255,.7);
  max-width: 600px;
  margin: 0 auto 35px;
}

/* ---------- Map Section ---------- */
.oyoxo-map {
  position: relative;
}

.oyoxo-map iframe {
  width: 100%;
  height: 450px;
  border: none;
  filter: grayscale(.4) contrast(1.1);
}

/* ---------- Contact Section ---------- */
.contact-info-card {
  background: var(--oyoxo-white);
  border-radius: 8px;
  padding: 35px;
  box-shadow: var(--oyoxo-shadow);
  text-align: center;
  transition: var(--oyoxo-transition);
  height: 100%;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--oyoxo-shadow-xl);
}

.contact-info-card .contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(245,158,11,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: var(--oyoxo-yellow);
}

.contact-info-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.contact-info-card p {
  font-size: 15px;
  color: var(--oyoxo-gray);
  margin: 0;
}

.contact-info-card a {
  color: var(--oyoxo-yellow-dark);
  font-weight: 600;
}

.contact-info-card a:hover {
  color: var(--oyoxo-orange);
}

.contact-form .form-control {
  border: 2px solid var(--oyoxo-border);
  border-radius: 6px;
  padding: 14px 18px;
  font-size: 15px;
  transition: var(--oyoxo-transition);
  background: var(--oyoxo-white);
}

.contact-form .form-control:focus {
  border-color: var(--oyoxo-yellow);
  box-shadow: 0 0 0 3px rgba(245,158,11,.15);
}

/* ---------- Footer ---------- */
.oyoxo-footer {
  background: var(--oyoxo-darker);
  color: #9CA3AF;
  padding: 80px 0 0;
}

.oyoxo-footer h4 {
  color: var(--oyoxo-white);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
}

.oyoxo-footer h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--oyoxo-yellow);
}

.oyoxo-footer p {
  font-size: 14px;
  line-height: 1.8;
  color: #9CA3AF;
}

.oyoxo-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.oyoxo-footer ul li {
  margin-bottom: 10px;
}

.oyoxo-footer ul li a {
  color: #9CA3AF;
  font-size: 14px;
  transition: var(--oyoxo-transition);
}

.oyoxo-footer ul li a:hover {
  color: var(--oyoxo-yellow);
  padding-left: 5px;
}

.oyoxo-footer .footer-brand img {
  height: 45px;
  margin-bottom: 20px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 25px 0;
  margin-top: 60px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 13px;
}

/* ---------- Scroll to Top ---------- */
.oyoxo-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: var(--oyoxo-yellow);
  color: var(--oyoxo-darker);
  border-radius: 8px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 9999;
  cursor: pointer;
  transition: var(--oyoxo-transition);
  box-shadow: var(--oyoxo-shadow);
  border: none;
}

.oyoxo-scroll-top:hover {
  background: var(--oyoxo-yellow-dark);
  transform: translateY(-3px);
}

.oyoxo-scroll-top.visible {
  display: flex;
}

/* ---------- Counter Section ---------- */
.counter-section {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.counter-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(245,158,11,.9);
}

.counter-item {
  text-align: center;
  position: relative;
  z-index: 2;
}

.counter-item h2 {
  font-size: 52px;
  font-weight: 900;
  color: var(--oyoxo-darker);
  margin-bottom: 5px;
}

.counter-item p {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--oyoxo-darker);
  opacity: .7;
}

/* ---------- Loading Animation ---------- */
.oyoxo-loader {
  position: fixed;
  inset: 0;
  background: var(--oyoxo-darker);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity .5s ease;
}

.oyoxo-loader.loaded {
  opacity: 0;
  pointer-events: none;
}

.loader-bar {
  width: 200px;
  height: 3px;
  background: rgba(255,255,255,.1);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 20px;
}

.loader-bar::after {
  content: '';
  display: block;
  width: 40%;
  height: 100%;
  background: var(--oyoxo-yellow);
  border-radius: 3px;
  animation: loading 1.2s ease infinite;
}

@keyframes loading {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(350%); }
}

/* ---------- Lazy Loading ---------- */
.lazy-img {
  opacity: 0;
  transition: opacity .6s ease;
}

.lazy-img.loaded {
  opacity: 1;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .oyoxo-hero h1 {
    font-size: 42px;
  }

  .section-title {
    font-size: 32px;
  }

  .hero-stats {
    gap: 30px;
  }

  .hero-stat-item h3 {
    font-size: 32px;
  }

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

  .project-item.tall img {
    height: 300px;
  }

  .about-img-wrapper .about-badge {
    right: 10px;
    bottom: -10px;
  }

  .oyoxo-navbar .navbar-nav > li > a {
    padding: 12px 18px;
  }
}

@media (max-width: 767px) {
  .oyoxo-hero {
    min-height: auto;
    padding: 0;
  }

  .oyoxo-hero-content {
    padding: 120px 0 60px;
  }

  .oyoxo-hero h1 {
    font-size: 32px;
  }

  .oyoxo-hero p {
    font-size: 16px;
  }

  .section-title {
    font-size: 28px;
  }

  .oyoxo-section {
    padding: 60px 0;
  }

  .hero-stats {
    flex-wrap: wrap;
    gap: 20px;
  }

  .hero-stat-item h3 {
    font-size: 28px;
  }

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

  .gallery-item.span-2 {
    grid-column: span 1;
  }

  .oyoxo-cta h2 {
    font-size: 28px;
  }

  .counter-item h2 {
    font-size: 36px;
  }

  .about-img-wrapper {
    margin-bottom: 40px;
  }

  .about-img-wrapper .about-badge {
    position: relative;
    bottom: auto;
    right: auto;
    display: inline-block;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    flex-direction: column;
    gap: 15px;
  }
}
