/* ===================================
   HOME PAGE V2 - MODERN & CLEAN DESIGN
   =================================== */

/* Variables */
:root {
  --primary: #FF6B9D;
  --primary-dark: #E6528A;
  --secondary: #4A90E2;
  --text-primary: #1A1A2E;
  --text-secondary: #6C7293;
  --bg-light: #F8F9FD;
  --border-color: #E8ECEF;
  --success: #27AE60;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

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

/* ===================================
   HEADER V2
   =================================== */
.header-v2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  padding: 16px 0;
}

.nav-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-v2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
}

.logo-v2 i {
  font-size: 24px;
}

.nav-links-v2 {
  display: flex;
  gap: 32px;
  list-style: none;
}

.nav-links-v2 a {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-links-v2 a:hover {
  color: var(--primary);
}

.nav-actions-v2 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn-link {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}

.btn-link:hover {
  color: var(--primary);
}

.btn-primary-v2 {
  background: var(--primary);
  color: white;
  padding: 10px 24px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
}

.btn-primary-v2:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--text-primary);
  cursor: pointer;
}

/* ===================================
   HERO V2
   =================================== */
.hero-v2 {
  margin-top: 80px;
  padding: 110px 0 90px;
  background: linear-gradient(135deg, #FFF5F8 0%, #FEF5F9 100%);
  position: relative;
  overflow: hidden;
}

.hero-v2--photo {
  min-height: 72vh;
  display: flex;
  align-items: center;
}

.hero-bg-v2 {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-bg-v2 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.06);
  transform: scale(1.02);
}

.hero-bg-v2::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.36) 45%, rgba(0, 0, 0, 0.55) 100%),
    radial-gradient(circle at 30% 25%, rgba(255, 107, 157, 0.18) 0%, transparent 55%),
    radial-gradient(circle at 70% 30%, rgba(74, 144, 226, 0.12) 0%, transparent 55%);
}

.hero-v2--photo .hero-title-v2 {
  color: #fff;
}

.hero-v2--photo .hero-subtitle-v2 {
  color: rgba(255, 255, 255, 0.86);
}

.hero-v2--photo .hero-badge-v2,
.hero-v2--photo .feature-pill {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
}

.hero-v2--photo .btn-hero-secondary {
  background: rgba(255, 255, 255, 0.92);
}

.hero-search-v2 {
  width: min(980px, 100%);
  margin: 26px auto 10px;
  display: flex;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.94);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.hero-search-field {
  flex: 1;
  display: flex;
  align-items: center;
}

.hero-search-field input {
  width: 100%;
  border: 0;
  outline: none;
  padding: 18px 18px;
  font-size: 15px;
  background: transparent;
  color: var(--text-primary);
}

.hero-search-divider {
  width: 1px;
  background: var(--border-color);
}

.hero-search-btn {
  border: 0;
  padding: 0 26px;
  font-weight: 700;
  font-size: 14px;
  background: var(--text-primary);
  color: #fff;
  cursor: pointer;
}

.hero-search-btn:hover {
  opacity: 0.95;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}



.hero-v2::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 107, 157, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 4;
  pointer-events: none;
}
.hero-content-v2 {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.hero-badge-v2 {
  display: inline-flex;
  align-items: center;
  background: white;
  padding: 8px 20px;
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
}

.hero-title-v2 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.gradient-text-v2 {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle-v2 {
  font-size: 20px;
  color: var(--text-secondary);
  margin-bottom: 32px;
  font-weight: 400;
}

.hero-features-v2 {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.feature-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  color: var(--text-primary);
  box-shadow: var(--shadow-sm);
}

.feature-pill i {
  color: var(--success);
}

.hero-cta-v2 {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.btn-hero-primary {
  background: var(--primary);
  color: white;
  padding: 16px 32px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(255, 107, 157, 0.30);
}

.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(255, 107, 157, 0.4);
}

.btn-hero-secondary {
  background: white;
  color: var(--text-primary);
  padding: 16px 32px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid var(--border-color);
  transition: all 0.3s;
}

.btn-hero-secondary:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

/* ===================================
   LOCATION SECTION
   =================================== */
.location-section {
  padding: 80px 0;
  background: white;
}

.section-header-v2 {
  text-align: center;
  margin-bottom: 48px;
}

.section-header-v2 h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.section-header-v2 p {
  font-size: 18px;
  color: var(--text-secondary);
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}

.location-card {
  background: white;
  border: 2px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
  transition: all 0.3s;
}

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

.location-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #FFF5F8 0%, var(--bg-light) 100%);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 32px;
  color: var(--primary);
}

.location-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.location-benefits {
  list-style: none;
  margin-bottom: 24px;
}

.location-benefits li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0;
  font-size: 15px;
  color: var(--text-secondary);
}

.location-benefits i {
  color: var(--success);
  font-size: 14px;
}

.location-tagline {
  font-size: 16px;
  color: var(--primary);
  font-weight: 600;
}

/* ===================================
   SERVICES V2 - CATALOG DESIGN
   =================================== */
.services-v2 {
  padding: 80px 0;
  background: var(--bg-light);
}

/* Gender Filter */
.gender-filter {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  border: 2px solid var(--border-color);
  padding: 12px 24px;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.3s;
}

.filter-btn i {
  font-size: 18px;
}

.filter-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.filter-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

/* Services Catalog */
.services-catalog {
  transition: opacity 0.3s, transform 0.3s;
}

.services-catalog.hidden {
  display: none;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

/* Catalog Card */
.catalog-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s;
  border: 2px solid transparent;
  cursor: pointer;
}

.catalog-card:hover {
  box-shadow: var(--shadow-md);
}

.catalog-card.expanded {
  border-color: var(--accent-color);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* Catalog Header */
.catalog-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 253, 0.9) 100%);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  transition: background 0.3s;
}

.catalog-card.expanded .catalog-header {
  background: var(--accent-color);
}

.catalog-card.expanded .catalog-header * {
  color: white !important;
}

.catalog-icon {
  width: 56px;
  height: 56px;
  background: var(--accent-color);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  flex-shrink: 0;
  transition: all 0.3s;
}

.catalog-card.expanded .catalog-icon {
  background: white;
  color: var(--accent-color);
}

.catalog-title {
  flex: 1;
}

.catalog-title h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text-primary);
  transition: color 0.3s;
}

.service-count {
  font-size: 13px;
  color: var(--text-secondary);
  font-weight: 500;
  transition: color 0.3s;
}

.expand-btn {
  width: 32px;
  height: 32px;
  background: var(--bg-light);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
}

.catalog-card.expanded .expand-btn {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  transform: rotate(180deg);
}

.expand-btn:hover {
  background: var(--primary);
  color: white;
}

/* Catalog Content */
.catalog-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.catalog-card.expanded .catalog-content {
  max-height: 800px;
  padding: 20px;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.service-tags span {
  background: var(--bg-light);
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 13px;
  color: var(--text-primary);
  font-weight: 500;
  transition: all 0.2s;
}

.service-tags span:hover {
  background: var(--accent-color);
  color: white;
  transform: translateY(-2px);
}

.catalog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
  flex-wrap: wrap;
}

.availability {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-secondary);
  font-weight: 500;
}

.availability i {
  color: var(--accent-color);
}

.btn-catalog {
  background: var(--text-primary);
  color: white;
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
  white-space: nowrap;
}

.btn-catalog:hover {
  background: var(--accent-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/* Responsive Catalog */
@media (max-width: 768px) {
  .catalog-grid {
    grid-template-columns: 1fr;
  }
  
  .gender-filter {
    gap: 8px;
  }
  
  .filter-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
  
  .catalog-header {
    padding: 16px;
  }
  
  .catalog-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  
  .catalog-title h3 {
    font-size: 16px;
  }
  
  .catalog-footer {
    flex-direction: column;
    align-items: stretch;
  }
  
  .btn-catalog {
    width: 100%;
    text-align: center;
  }
}

/* ===================================
   HOW IT WORKS V2
   =================================== */
.how-it-works-v2 {
  padding: 80px 0;
  background: white;
}

.steps-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.step-v2 {
  text-align: center;
  position: relative;
}

.step-number {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: white;
  font-size: 24px;
  font-weight: 700;
}

.step-v2 h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.step-v2 p {
  font-size: 15px;
  color: var(--text-secondary);
}

/* ===================================
   TESTIMONIALS V2
   =================================== */
.testimonials-v2 {
  padding: 80px 0;
  background: var(--bg-light);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-card {
  background: white;
  padding: 28px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s;
}

.testimonial-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  color: #F39C12;
}

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

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testimonial-author strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

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

/* ===================================
   TRUST V2
   =================================== */
.trust-v2 {
  padding: 60px 0;
  background: white;
  border-top: 1px solid var(--border-color);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 24px;
}

.trust-item {
  text-align: center;
}

.trust-item i {
  font-size: 32px;
  color: var(--success);
  margin-bottom: 12px;
}

.trust-item h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
}

.trust-tagline {
  text-align: center;
  font-size: 18px;
  color: var(--text-secondary);
  font-weight: 500;
}

/* ===================================
   UNIQUE VALUE
   =================================== */
.unique-value {
  padding: 80px 0;
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 100%);
  color: white;
}

.value-comparison {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 800px;
  margin: 0 auto 40px;
}

.value-column {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  padding: 32px;
  backdrop-filter: blur(10px);
}

.column-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.column-header i {
  font-size: 28px;
}

.others .column-header i {
  color: #E74C3C;
}

.homebeautys .column-header i {
  color: #27AE60;
}

.column-header h3 {
  font-size: 20px;
  font-weight: 700;
}

.value-column ul {
  list-style: none;
}

.value-column li {
  padding: 10px 0;
  font-size: 15px;
  opacity: 0.9;
}

.value-message {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.value-message p {
  font-size: 20px;
  margin-bottom: 8px;
}

.value-message strong {
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary) 0%, #FFD700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===================================
   CTA FINAL
   =================================== */
.cta-final {
  padding: 80px 0;
  background: linear-gradient(135deg, #FFF5F8 0%, #FEF5F9 100%);
  text-align: center;
}

.cta-final h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.cta-final p {
  font-size: 18px;
  color: var(--text-secondary);
  margin-bottom: 40px;
}

.cta-buttons-v2 {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cta-primary {
  background: var(--primary);
  color: white;
  padding: 16px 32px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(255, 107, 157, 0.3);
}

.btn-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(255, 107, 157, 0.4);
}

.btn-cta-secondary {
  background: white;
  color: var(--text-primary);
  padding: 16px 32px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--border-color);
  transition: all 0.3s;
}

.btn-cta-secondary:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

/* ===================================
   FOOTER V2
   =================================== */
.footer-v2 {
  background: var(--text-primary);
  color: white;
  padding: 60px 0 20px;
}

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

.footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-logo i {
  color: var(--primary);
  font-size: 24px;
}

.footer-tagline {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 20px;
}

.social-links-v2 {
  display: flex;
  gap: 12px;
}

.social-links-v2 a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.2s;
}

.social-links-v2 a:hover {
  background: var(--primary);
  transform: translateY(-2px);
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
}

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

.footer-col a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: white;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  font-size: 14px;
  opacity: 0.6;
}

/* ===================================
   RESPONSIVE
   =================================== */
@media (max-width: 768px) {
  .mobile-menu-btn {
    display: block;
  }
  
  .nav-links-v2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    padding: 20px;
    box-shadow: var(--shadow-lg);
  }
  
  .nav-links-v2.active {
    display: flex;
  }
  
  .nav-actions-v2 {
    display: none;
  }
  
  .hero-title-v2 {
    font-size: 36px;
  }
  
  .hero-subtitle-v2 {
    font-size: 18px;
  }
  
  .location-grid {
    grid-template-columns: 1fr;
  }
  
  .catalog-grid {
    grid-template-columns: 1fr;
  }
  
  .steps-grid-v2 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .value-comparison {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .cta-final h2 {
    font-size: 32px;
  }
  
  .section-header-v2 h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .hero-title-v2 {
    font-size: 28px;
  }
  
  .hero-cta-v2 {
    flex-direction: column;
  }
  
  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
  }
}

/* Utility Classes */
.hidden {
  display: none !important;
}
