/* =========================================
   VIDHISTUTYA MANLIFTERS & EARTHMOVERS
   Main Stylesheet
   ========================================= */

/* --- Variables --- */
:root {
  --navy: #1A2E6B;
  --navy-dark: #111E4A;
  --navy-light: #2A3F85;
  --yellow: #F5B800;
  --yellow-dark: #D9A200;
  --yellow-light: #FFD040;
  --white: #FFFFFF;
  --grey-light: #F7F8FC;
  --grey-mid: #E8EAF0;
  --grey-text: #6B7280;
  --dark: #111827;
  --font-primary: 'Poppins', sans-serif;
  --transition: 0.3s ease;
  --shadow-sm: 0 2px 8px rgba(26,46,107,0.08);
  --shadow-md: 0 4px 20px rgba(26,46,107,0.12);
  --shadow-lg: 0 8px 40px rgba(26,46,107,0.18);
  --radius: 8px;
  --radius-lg: 16px;
}

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

html { scroll-behavior: smooth; font-size: 16px; }

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

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

a { color: inherit; text-decoration: none; transition: var(--transition); }

ul { list-style: none; }

/* --- Typography --- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--yellow-dark);
  background: rgba(245,184,0,0.12);
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--navy);
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 1rem;
  color: var(--grey-text);
  max-width: 600px;
  line-height: 1.7;
}

.text-yellow { color: var(--yellow); }
.text-navy { color: var(--navy); }

/* --- Sections --- */
section { padding: 80px 0; }

.section-dark {
  background: var(--navy);
  color: var(--white);
}
.section-dark h2, .section-dark h3, .section-dark h4 { color: var(--white); }
.section-dark .section-subtitle { color: rgba(255,255,255,0.7); }
.section-dark .section-label { color: var(--yellow); background: rgba(245,184,0,0.15); }

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

/* --- Buttons --- */
.btn-primary-custom {
  background: var(--yellow);
  color: var(--navy);
  border: 2px solid var(--yellow);
  padding: 12px 28px;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  cursor: pointer;
}
.btn-primary-custom:hover {
  background: var(--yellow-dark);
  border-color: var(--yellow-dark);
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-outline-custom {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
  padding: 12px 28px;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  cursor: pointer;
}
.btn-outline-custom:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-white-custom {
  background: var(--white);
  color: var(--navy);
  border: 2px solid var(--white);
  padding: 12px 28px;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.btn-white-custom:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--navy);
  transform: translateY(-2px);
}

.btn-yellow-outline {
  background: transparent;
  color: var(--yellow);
  border: 2px solid var(--yellow);
  padding: 12px 28px;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.btn-yellow-outline:hover {
  background: var(--yellow);
  color: var(--navy);
  transform: translateY(-2px);
}

/* --- Navbar --- */
#mainNav {
  background: var(--navy);
  padding: 0;
  transition: var(--transition);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: var(--shadow-md);
}

#mainNav .navbar-brand img {
  height: 52px;
  width: auto;
}

#mainNav .nav-link {
  color: rgba(255,255,255,0.85) !important;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 8px 14px !important;
  border-radius: var(--radius);
  transition: var(--transition);
  letter-spacing: 0.02em;
}

#mainNav .nav-link:hover,
#mainNav .nav-link.active {
  color: var(--yellow) !important;
  background: rgba(245,184,0,0.1);
}

#mainNav .navbar-toggler {
  border: 2px solid rgba(255,255,255,0.3);
  padding: 6px 10px;
}
#mainNav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-cta {
  background: var(--yellow) !important;
  color: var(--navy) !important;
  font-weight: 700 !important;
  padding: 8px 20px !important;
  margin-left: 8px;
}
.nav-cta:hover {
  background: var(--yellow-dark) !important;
  color: var(--navy) !important;
}

/* --- Hero --- */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy-dark);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/surat-metro-project.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  transform: scale(1.05);
  transition: transform 8s ease;
}

.hero.loaded .hero-bg { transform: scale(1); }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17,30,74,0.95) 0%, rgba(26,46,107,0.75) 60%, rgba(17,30,74,0.5) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  padding-top: 100px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245,184,0,0.15);
  border: 1px solid rgba(245,184,0,0.4);
  color: var(--yellow);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 800;
}

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

.hero-tagline {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,0.8);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 36px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.hero-stat-num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--yellow);
  line-height: 1;
}

.hero-stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

.hero-image-col {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}

.hero-img-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  max-width: 520px;
  width: 100%;
}

.hero-img-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.hero-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--yellow);
  color: var(--navy);
  padding: 10px 16px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* --- Stats Bar --- */
.stats-bar {
  background: var(--navy);
  padding: 24px 0;
}

.stat-item {
  text-align: center;
  padding: 8px 16px;
  border-right: 1px solid rgba(255,255,255,0.15);
}
.stat-item:last-child { border-right: none; }

.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--yellow);
  line-height: 1;
}

.stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

/* --- About Strip --- */
.about-section .about-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.about-section .about-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.about-badge-float {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--yellow);
  color: var(--navy);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-align: center;
  box-shadow: var(--shadow-md);
  font-size: 0.8rem;
  line-height: 1.3;
}
.about-badge-float span { font-size: 1.8rem; }

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.check-list li i {
  color: var(--yellow);
  margin-top: 3px;
  flex-shrink: 0;
}

/* --- Equipment Cards --- */
.equipment-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--grey-mid);
  height: 100%;
}
.equipment-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--yellow);
}

.equipment-card-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.equipment-card-body { padding: 24px; }

.equipment-card-body h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.spec-badge {
  display: inline-block;
  background: var(--navy);
  color: var(--yellow);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--grey-text);
  padding: 4px 0;
  border-bottom: 1px solid var(--grey-mid);
}
.feature-list li:last-child { border-bottom: none; }
.feature-list li i { color: var(--yellow); font-size: 0.75rem; }

/* --- Industries Grid --- */
.industry-card {
  background: var(--white);
  border: 1px solid var(--grey-mid);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
  height: 100%;
}
.industry-card:hover {
  background: var(--navy);
  border-color: var(--navy);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.industry-card:hover .industry-icon { background: var(--yellow); color: var(--navy); }
.industry-card:hover h4 { color: var(--white); }
.industry-card:hover p { color: rgba(255,255,255,0.7); }

.industry-icon {
  width: 60px;
  height: 60px;
  background: rgba(26,46,107,0.08);
  color: var(--navy);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 16px;
  transition: var(--transition);
}

.industry-card h4 {
  font-size: 0.95rem;
  color: var(--navy);
  transition: var(--transition);
}

.industry-card p {
  font-size: 0.8rem;
  color: var(--grey-text);
  margin-top: 4px;
  transition: var(--transition);
}

/* --- Why Choose Us --- */
.why-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: var(--transition);
  height: 100%;
}
.why-card:hover {
  background: rgba(245,184,0,0.1);
  border-color: var(--yellow);
  transform: translateY(-4px);
}

.why-icon {
  width: 52px;
  height: 52px;
  background: var(--yellow);
  color: var(--navy);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.why-card h4 { color: var(--white); font-size: 1rem; margin-bottom: 8px; }
.why-card p { color: rgba(255,255,255,0.65); font-size: 0.875rem; }

/* --- Project Highlight --- */
.project-highlight {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  border-radius: var(--radius-lg);
  padding: 48px;
  position: relative;
  overflow: hidden;
}
.project-highlight::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: var(--yellow);
  opacity: 0.06;
  border-radius: 50%;
}

.project-img {
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  min-height: 320px;
}
.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Leadership Cards --- */
.leader-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--grey-mid);
  transition: var(--transition);
}
.leader-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--yellow);
}

.leader-avatar {
  width: 100%;
  height: 280px;
  background: linear-gradient(135deg, var(--navy-light), var(--navy-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.leader-initials {
  font-size: 4rem;
  font-weight: 800;
  color: var(--white);
  opacity: 0.3;
  position: absolute;
}

.leader-icon-wrap {
  width: 100px;
  height: 100px;
  background: rgba(245,184,0,0.15);
  border: 3px solid var(--yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.leader-icon-wrap i { font-size: 2.5rem; color: var(--yellow); }

.leader-body { padding: 28px; }
.leader-body h3 { font-size: 1.25rem; color: var(--navy); margin-bottom: 4px; }

.leader-title {
  display: inline-block;
  background: var(--yellow);
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 50px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.leader-body p { font-size: 0.875rem; color: var(--grey-text); line-height: 1.7; }

.expertise-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.expertise-tag {
  background: var(--grey-light);
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
}

/* --- CTA Section --- */
.cta-section {
  background: var(--yellow);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/aero-x-cr27-boom-lift.jpg') center/cover;
  opacity: 0.08;
}
.cta-section h2 { color: var(--navy); position: relative; z-index: 1; }
.cta-section p { color: rgba(26,46,107,0.8); position: relative; z-index: 1; }
.cta-section .cta-btns { position: relative; z-index: 1; }

/* --- Contact --- */
.contact-info-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--grey-mid);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  transition: var(--transition);
}
.contact-info-card:hover { border-color: var(--yellow); box-shadow: var(--shadow-md); }

.contact-icon {
  width: 48px;
  height: 48px;
  background: var(--navy);
  color: var(--yellow);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-info-card h5 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--grey-text); margin-bottom: 4px; }
.contact-info-card p, .contact-info-card a { font-size: 0.95rem; color: var(--dark); font-weight: 500; }
.contact-info-card a:hover { color: var(--navy); }

.map-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 3px solid var(--grey-mid);
}

/* --- Footer --- */
footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.75);
}

.footer-main { padding: 64px 0 40px; }

.footer-brand img { height: 56px; margin-bottom: 16px; }
.footer-brand p { font-size: 0.875rem; color: rgba(255,255,255,0.6); max-width: 280px; }

.footer-heading {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--yellow);
  margin-bottom: 20px;
}

.footer-links li { margin-bottom: 8px; }
.footer-links a {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.65);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}
.footer-links a:hover { color: var(--yellow); transform: translateX(4px); }
.footer-links a i { font-size: 0.7rem; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.875rem;
}
.footer-contact-item i {
  color: var(--yellow);
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  font-size: 0.8rem;
}

.footer-bottom a { color: rgba(255,255,255,0.55); }
.footer-bottom a:hover { color: var(--yellow); }

/* --- Floating Buttons --- */
.floating-buttons {
  position: fixed;
  bottom: 28px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.float-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  transition: var(--transition);
  cursor: pointer;
}
.float-btn:hover { transform: scale(1.12); box-shadow: 0 6px 24px rgba(0,0,0,0.35); }

.float-whatsapp { background: #25D366; color: var(--white); }
.float-call { background: var(--yellow); color: var(--navy); }

/* --- Page Hero (inner pages) --- */
.page-hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--yellow);
}
.page-hero h1 { color: var(--white); margin-bottom: 12px; }
.page-hero .breadcrumb { background: none; padding: 0; margin: 0; }
.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item a { color: rgba(255,255,255,0.65); font-size: 0.875rem; }
.page-hero .breadcrumb-item.active { color: var(--yellow); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }

/* --- Spec Table --- */
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table tr:nth-child(even) { background: var(--grey-light); }
.spec-table td {
  padding: 12px 16px;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--grey-mid);
}
.spec-table td:first-child { font-weight: 600; color: var(--navy); width: 45%; }

/* --- Applications Grid --- */
.app-card {
  background: var(--white);
  border: 1px solid var(--grey-mid);
  border-radius: var(--radius);
  padding: 24px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: var(--transition);
  height: 100%;
}
.app-card:hover {
  border-color: var(--yellow);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}
.app-card-icon {
  width: 44px;
  height: 44px;
  background: var(--navy);
  color: var(--yellow);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.app-card h5 { font-size: 0.95rem; color: var(--navy); margin-bottom: 4px; }
.app-card p { font-size: 0.825rem; color: var(--grey-text); margin: 0; }

/* --- Divider --- */
.divider-yellow {
  width: 60px;
  height: 4px;
  background: var(--yellow);
  border-radius: 2px;
  margin-bottom: 24px;
}

/* --- Animations (AOS fallback) --- */
[data-aos] { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
[data-aos].aos-animate { opacity: 1; transform: translateY(0); }
[data-aos="fade-left"] { transform: translateX(-20px); }
[data-aos="fade-left"].aos-animate { transform: translateX(0); }
[data-aos="fade-right"] { transform: translateX(20px); }
[data-aos="fade-right"].aos-animate { transform: translateX(0); }

/* --- Back to top --- */
#backToTop {
  position: fixed;
  bottom: 28px;
  left: 24px;
  width: 44px;
  height: 44px;
  background: var(--navy);
  color: var(--yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  z-index: 998;
}
#backToTop.show { opacity: 1; pointer-events: auto; }
#backToTop:hover { background: var(--yellow); color: var(--navy); }

/* --- Responsive --- */
@media (max-width: 991px) {
  section { padding: 60px 0; }
  .project-highlight { padding: 32px 24px; }
  .hero-image-col { display: none; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); padding: 12px 0; }
  .stat-item:last-child { border-bottom: none; }
  .about-badge-float { width: 90px; height: 90px; bottom: -12px; right: -12px; }
  .about-badge-float span { font-size: 1.4rem; }
}

@media (max-width: 767px) {
  section { padding: 48px 0; }
  .hero { min-height: 100svh; }
  .hero h1 { font-size: 2rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn-primary-custom,
  .hero-actions .btn-yellow-outline,
  .hero-actions a { width: 100%; justify-content: center; }
  .hero-stats { gap: 20px; }
  .page-hero { padding: 120px 0 60px; }
  .footer-main { padding: 48px 0 32px; }
  .float-btn { width: 46px; height: 46px; font-size: 1.1rem; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 1.75rem; }
  .section-title { font-size: 1.5rem; }
  .floating-buttons { bottom: 20px; right: 16px; }
}
