/* CSS Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  line-height: 1.7;
  color: #1a1a1a;
  background-color: #fafafa;
  overflow-x: hidden;
}

/* Luxury Premium Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1a4563;
  margin-bottom: 20px;
  line-height: 1.3;
}

h1 {
  font-size: 48px;
  letter-spacing: 0.03em;
  text-transform: none;
}

h2 {
  font-size: 32px;
  position: relative;
  padding-bottom: 15px;
}

h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #e67e22 0%, #d4af37 100%);
}

h3 {
  font-size: 24px;
  color: #2C5F8D;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

p {
  margin-bottom: 16px;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

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

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

/* Header - Luxury Premium Styling */
header {
  background: linear-gradient(135deg, #1a4563 0%, #2C5F8D 100%);
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 900;
  box-shadow: 0 4px 12px rgba(26, 69, 99, 0.15);
  border-bottom: 2px solid #d4af37;
}

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

.logo img {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
}

/* Main Navigation */
.main-nav {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.main-nav a {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding: 8px 0;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #e67e22 0%, #d4af37 100%);
  transition: width 0.3s ease;
}

.main-nav a:hover {
  color: #d4af37;
}

.main-nav a:hover::after {
  width: 100%;
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1100;
  background: linear-gradient(135deg, #2C5F8D 0%, #1a4563 100%);
  border: 2px solid #d4af37;
  color: #ffffff;
  font-size: 28px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(26, 69, 99, 0.3);
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
  background: linear-gradient(135deg, #1a4563 0%, #2C5F8D 100%);
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(26, 69, 99, 0.4);
}

/* Mobile Menu Overlay */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 350px;
  height: 100vh;
  background: linear-gradient(180deg, #1a4563 0%, #2C5F8D 100%);
  z-index: 1000;
  padding: 80px 30px 30px;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 2px solid #d4af37;
  color: #ffffff;
  font-size: 32px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background: #d4af37;
  transform: rotate(90deg);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobile-nav a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.mobile-nav a:hover {
  color: #d4af37;
  padding-left: 10px;
}

/* Hero Section - Luxury Premium */
.hero {
  background: linear-gradient(135deg, #1a4563 0%, #2C5F8D 50%, #1a4563 100%);
  padding: 80px 20px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23d4af37" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  opacity: 0.4;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero h1 {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 24px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  line-height: 1.2;
}

.hero-subtitle {
  color: #f0f0f0;
  font-size: 20px;
  margin-bottom: 32px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

/* Luxury Premium Buttons */
.btn {
  display: inline-block;
  padding: 16px 40px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  text-align: center;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
}

.btn:hover::before {
  width: 300px;
  height: 300px;
}

.btn-primary {
  background: linear-gradient(135deg, #e67e22 0%, #d4af37 100%);
  color: #ffffff;
  border-color: #d4af37;
  box-shadow: 0 4px 12px rgba(230, 126, 34, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #d4af37 0%, #e67e22 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
}

.btn-secondary {
  background: transparent;
  border: 2px solid #d4af37;
}

.btn-secondary:hover {
  background: #d4af37;
  color: #1a4563;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.trust-indicator,
.trust-badge,
.guarantee {
  color: #d4af37;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.5px;
}

/* Page Hero */
.page-hero {
  background: linear-gradient(135deg, #2C5F8D 0%, #1a4563 100%);
  padding: 60px 20px;
  margin-bottom: 60px;
  text-align: center;
}

.page-hero h1 {
  color: #ffffff;
  margin-bottom: 16px;
}

.page-hero .hero-subtitle {
  color: #f0f0f0;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
}

/* Sections */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* Value Proposition */
.value-proposition {
  background: #ffffff;
  border-top: 3px solid #d4af37;
  border-bottom: 3px solid #d4af37;
}

.value-proposition h2 {
  text-align: center;
  margin-bottom: 48px;
}

.three-column-grid,
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}

.column {
  flex: 1 1 calc(33.333% - 24px);
  min-width: 250px;
  text-align: center;
  padding: 24px;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.column:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(26, 69, 99, 0.15);
  border-color: #d4af37;
}

.column h3 {
  margin-bottom: 16px;
  color: #1a4563;
}

/* Services Grid */
.services-preview,
.all-courses {
  background: #ffffff;
}

.services-grid,
.courses-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}

.service-card,
.course-card {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 280px;
  background: #ffffff;
  padding: 32px;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.service-card::before,
.course-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #e67e22 0%, #d4af37 100%);
  border-radius: 8px 8px 0 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover,
.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(26, 69, 99, 0.2);
  border-color: #d4af37;
}

.service-card:hover::before,
.course-card:hover::before {
  opacity: 1;
}

.service-card h3,
.course-card h3 {
  color: #1a4563;
  font-size: 22px;
  margin-bottom: 12px;
}

.price {
  font-size: 28px;
  font-weight: 700;
  color: #e67e22;
  margin-bottom: 8px;
  font-family: 'Montserrat', serif;
}

.meta,
.duration {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

/* Featured Course */
.featured-course {
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  border: 3px solid #d4af37;
  border-radius: 12px;
  padding: 48px;
  margin-bottom: 60px;
  position: relative;
}

.badge {
  background: linear-gradient(135deg, #e67e22 0%, #d4af37 100%);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.featured-course h2 {
  margin-bottom: 16px;
}

.featured-course ul {
  margin: 24px 0;
  padding-left: 0;
}

.featured-course li {
  padding: 12px 0 12px 32px;
  position: relative;
  color: #333;
  line-height: 1.6;
}

.featured-course li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #e67e22;
  font-weight: 700;
  font-size: 18px;
}

.includes {
  background: #f8f8f8;
  padding: 16px;
  border-left: 4px solid #d4af37;
  margin: 24px 0;
  font-style: italic;
  color: #666;
}

/* Testimonials - Fixed Contrast */
.testimonials {
  background: linear-gradient(135deg, #f0f0f0 0%, #ffffff 100%);
  padding: 60px 20px;
  border-top: 3px solid #d4af37;
  border-bottom: 3px solid #d4af37;
}

.testimonials h2 {
  text-align: center;
  margin-bottom: 48px;
  color: #1a4563;
}

.testimonial-card {
  background: #ffffff;
  padding: 32px;
  border-radius: 8px;
  margin-bottom: 24px;
  border-left: 4px solid #e67e22;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial-card p {
  font-size: 18px;
  line-height: 1.7;
  color: #1a1a1a;
  font-style: italic;
}

.testimonial-card cite {
  font-style: normal;
  font-weight: 700;
  color: #1a4563;
  font-size: 16px;
}

.stats-bar {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
  padding: 32px;
  background: linear-gradient(135deg, #1a4563 0%, #2C5F8D 100%);
  border-radius: 8px;
}

.stat,
.stats-bar span {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}

.stat strong {
  display: block;
  font-size: 32px;
  color: #d4af37;
  margin-bottom: 8px;
  font-family: 'Montserrat', serif;
}

/* CTA Banner */
.cta-banner,
.cta-section {
  background: linear-gradient(135deg, #1a4563 0%, #2C5F8D 100%);
  padding: 60px 20px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.cta-banner::before,
.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23d4af37" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  opacity: 0.3;
}

.cta-banner h2,
.cta-section h2 {
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.cta-banner h2::after,
.cta-section h2::after {
  background: linear-gradient(90deg, #e67e22 0%, #d4af37 100%);
  left: 50%;
  transform: translateX(-50%);
}

.cta-banner p,
.cta-section p {
  color: #f0f0f0;
  font-size: 18px;
  margin-bottom: 32px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

/* Mission Vision */
.mission-vision {
  background: #ffffff;
  padding: 60px 20px;
}

.mission-statement {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  color: #1a4563;
  max-width: 800px;
  margin: 0 auto 48px;
  font-weight: 600;
  font-style: italic;
}

.values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.value-item {
  flex: 1 1 calc(50% - 16px);
  min-width: 250px;
  padding: 32px;
  background: #fafafa;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}

.value-item:hover {
  border-color: #d4af37;
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(26, 69, 99, 0.15);
}

.value-item h3 {
  color: #e67e22;
  margin-bottom: 12px;
}

/* Team Grid */
.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 40px;
}

.team-member {
  flex: 1 1 calc(50% - 20px);
  min-width: 280px;
  background: #ffffff;
  padding: 32px;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(26, 69, 99, 0.15);
  border-color: #d4af37;
}

.team-member h3 {
  color: #1a4563;
  margin-bottom: 8px;
}

.team-member .title {
  color: #e67e22;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}

/* Success Stories */
.featured-story {
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  padding: 48px;
  border-radius: 12px;
  border: 2px solid #d4af37;
  margin-bottom: 60px;
}

.before-after {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 32px 0;
}

.before,
.after {
  flex: 1 1 calc(50% - 20px);
  min-width: 280px;
  padding: 24px;
  border-radius: 8px;
}

.before {
  background: #f5f5f5;
  border-left: 4px solid #999;
}

.after {
  background: #f0f8f5;
  border-left: 4px solid #e67e22;
}

.before h3,
.after h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

blockquote {
  background: #ffffff;
  padding: 32px;
  border-left: 4px solid #d4af37;
  border-radius: 8px;
  margin: 32px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

blockquote p {
  font-size: 20px;
  line-height: 1.8;
  color: #1a1a1a;
  font-style: italic;
  margin-bottom: 16px;
}

blockquote cite {
  font-style: normal;
  font-weight: 700;
  color: #1a4563;
  font-size: 16px;
}

.stories-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.story-card {
  flex: 1 1 calc(50% - 16px);
  min-width: 280px;
  background: #ffffff;
  padding: 32px;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.story-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(26, 69, 99, 0.15);
  border-color: #d4af37;
}

.story-card h3 {
  color: #1a4563;
  margin-bottom: 4px;
}

.story-card .title {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.outcome {
  margin-top: auto;
  padding-top: 16px;
  border-top: 2px solid #e0e0e0;
  color: #e67e22;
  font-weight: 700;
  font-size: 14px;
}

/* Statistics */
.statistics {
  background: linear-gradient(135deg, #2C5F8D 0%, #1a4563 100%);
  padding: 60px 20px;
  margin-bottom: 60px;
}

.statistics h2 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 48px;
}

.statistics h2::after {
  background: linear-gradient(90deg, #e67e22 0%, #d4af37 100%);
  left: 50%;
  transform: translateX(-50%);
}

.stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-around;
}

.stat-item {
  flex: 1 1 calc(25% - 28px);
  min-width: 200px;
  text-align: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  border: 2px solid rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
}

.stat-item:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #d4af37;
  transform: translateY(-5px);
}

.stat-item strong {
  display: block;
  font-size: 48px;
  color: #d4af37;
  font-family: 'Montserrat', serif;
  margin-bottom: 12px;
}

.stat-item p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

/* Resources */
.resource-categories {
  background: #ffffff;
  padding: 60px 20px;
}

.categories-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.category-card {
  flex: 1 1 calc(50% - 16px);
  min-width: 250px;
  background: #fafafa;
  padding: 32px;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
  text-align: center;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(26, 69, 99, 0.15);
  border-color: #d4af37;
}

.category-card h3 {
  color: #1a4563;
  margin-bottom: 12px;
}

.count {
  color: #e67e22;
  font-weight: 700;
  font-size: 14px;
  margin-top: 12px;
}

.resources-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.resource-card {
  flex: 1 1 calc(50% - 16px);
  min-width: 280px;
  background: #ffffff;
  padding: 32px;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(26, 69, 99, 0.15);
  border-color: #d4af37;
}

.resource-card h3 {
  color: #1a4563;
  margin-bottom: 8px;
}

.type {
  color: #e67e22;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.quick-tips {
  background: linear-gradient(135deg, #f0f0f0 0%, #ffffff 100%);
  padding: 60px 20px;
}

.tips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.tip {
  flex: 1 1 calc(50% - 16px);
  min-width: 250px;
  padding: 24px;
  background: #ffffff;
  border-left: 4px solid #e67e22;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
}

.tip:hover {
  transform: translateX(5px);
  border-left-width: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Contact Page */
.contact-options {
  background: #ffffff;
  padding: 60px 20px;
}

.options-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.option-card {
  flex: 1 1 calc(50% - 16px);
  min-width: 250px;
  background: #fafafa;
  padding: 32px;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.option-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(26, 69, 99, 0.15);
  border-color: #d4af37;
}

.contact-info {
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  padding: 60px 20px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.contact-details {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.detail-item {
  padding: 24px;
  background: #ffffff;
  border-radius: 8px;
  border-left: 4px solid #e67e22;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.detail-item h3 {
  color: #1a4563;
  margin-bottom: 12px;
  font-size: 18px;
}

.detail-item p {
  color: #333;
  margin-bottom: 8px;
}

.hours,
.response-time,
.directions {
  color: #666;
  font-size: 14px;
  margin-top: 8px;
}

.message-form {
  flex: 1 1 400px;
  padding: 40px;
  background: #ffffff;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-note {
  background: #f8f8f8;
  padding: 20px;
  border-left: 4px solid #d4af37;
  border-radius: 4px;
  margin-top: 20px;
}

.form-note p {
  margin-bottom: 12px;
  color: #333;
  line-height: 1.6;
}

.map-section {
  background: #ffffff;
  padding: 60px 20px;
  border-top: 2px solid #e0e0e0;
}

.location-info {
  background: #fafafa;
  padding: 32px;
  border-radius: 8px;
  margin-top: 24px;
  border: 2px solid #e0e0e0;
}

.location-info p {
  margin-bottom: 16px;
  line-height: 1.8;
}

.location-info strong {
  color: #1a4563;
}

/* Legal Pages */
.legal-page {
  background: #ffffff;
  padding: 40px 20px;
}

.legal-page h1 {
  color: #1a4563;
  margin-bottom: 16px;
}

.last-updated {
  color: #666;
  font-size: 14px;
  margin-bottom: 32px;
  font-style: italic;
}

.legal-content {
  max-width: 800px;
  line-height: 1.8;
}

.legal-content h2 {
  color: #2C5F8D;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
}

.legal-content p {
  margin-bottom: 16px;
  color: #333;
}

.legal-content a {
  color: #e67e22;
  text-decoration: underline;
}

.legal-content a:hover {
  color: #d4af37;
}

/* Thank You Page */
.thank-you-hero {
  background: linear-gradient(135deg, #2C5F8D 0%, #1a4563 100%);
  padding: 80px 20px;
  text-align: center;
}

.checkmark {
  width: 80px;
  height: 80px;
  background: #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #ffffff;
  margin: 0 auto 24px;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.thank-you-hero h1 {
  color: #ffffff;
  margin-bottom: 20px;
}

.message,
.confirmation {
  color: #f0f0f0;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 16px;
}

.next-steps {
  background: #ffffff;
  padding: 60px 20px;
}

.steps-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 40px;
}

.step {
  flex: 1 1 calc(33.333% - 24px);
  min-width: 250px;
  padding: 32px;
  background: #fafafa;
  border-radius: 8px;
  border-top: 4px solid #e67e22;
  text-align: center;
  position: relative;
}

.step h3 {
  color: #1a4563;
  margin-bottom: 12px;
}

.timing {
  color: #e67e22;
  font-weight: 700;
  font-size: 14px;
  margin-top: 16px;
}

.immediate-resources {
  background: linear-gradient(135deg, #f0f0f0 0%, #ffffff 100%);
  padding: 60px 20px;
}

.contact-reminder {
  background: #ffffff;
  padding: 60px 20px;
  text-align: center;
  border-top: 2px solid #e0e0e0;
}

.contact-details {
  max-width: 600px;
  margin: 32px auto 0;
  text-align: left;
  padding: 32px;
  background: #fafafa;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
}

.contact-details p {
  margin-bottom: 16px;
  line-height: 1.8;
}

.note {
  font-style: italic;
  color: #666;
  font-size: 14px;
  margin-top: 24px;
}

/* Footer - Luxury Premium */
footer {
  background: linear-gradient(135deg, #1a4563 0%, #0d2d42 100%);
  color: #ffffff;
  padding: 60px 20px 20px;
  border-top: 3px solid #d4af37;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
  justify-content: space-between;
}

.footer-section {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-section h4 {
  color: #d4af37;
  font-size: 18px;
  margin-bottom: 8px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.5px;
}

.footer-section p {
  color: #e0e0e0;
  line-height: 1.7;
  font-size: 14px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav a {
  color: #e0e0e0;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 4px 0;
}

.footer-nav a:hover {
  color: #d4af37;
  padding-left: 8px;
}

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  text-align: center;
}

.footer-legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 16px;
}

.footer-legal a {
  color: #e0e0e0;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: #d4af37;
}

.footer-bottom p {
  color: #b0b0b0;
  font-size: 14px;
}

/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #1a4563 0%, #2C5F8D 100%);
  padding: 24px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
  z-index: 950;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 2px solid #d4af37;
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}

.cookie-text {
  flex: 1 1 400px;
  color: #ffffff;
}

.cookie-text p {
  margin-bottom: 8px;
  line-height: 1.6;
  color: white;
}

.cookie-text a {
  color: #d4af37;
  text-decoration: underline;
}

.cookie-text a:hover {
  color: #e67e22;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.cookie-btn-accept {
  background: linear-gradient(135deg, #e67e22 0%, #d4af37 100%);
  color: #ffffff;
}

.cookie-btn-accept:hover {
  background: linear-gradient(135deg, #d4af37 0%, #e67e22 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(230, 126, 34, 0.4);
}

.cookie-btn-reject {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.cookie-btn-reject:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cookie-btn-settings {
  background: transparent;
  color: #d4af37;
  border: 2px solid #d4af37;
}

.cookie-btn-settings:hover {
  background: rgba(212, 175, 55, 0.1);
}

/* Cookie Settings Modal */
.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.cookie-modal.show {
  opacity: 1;
  visibility: visible;
}

.cookie-modal-content {
  background: #ffffff;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.cookie-modal.show .cookie-modal-content {
  transform: scale(1);
}

.cookie-modal h2 {
  color: #1a4563;
  margin-bottom: 24px;
}

.cookie-category {
  padding: 20px;
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 16px;
  border: 1px solid #e0e0e0;
}

.cookie-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.cookie-category h3 {
  color: #2C5F8D;
  font-size: 18px;
  margin-bottom: 0;
}

.cookie-toggle {
  position: relative;
  width: 50px;
  height: 26px;
  background: #ccc;
  border-radius: 13px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cookie-toggle.active {
  background: #e67e22;
}

.cookie-toggle.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cookie-toggle::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.cookie-toggle.active::after {
  transform: translateX(24px);
}

.cookie-category p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.cookie-modal-buttons {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  
  h2 {
    font-size: 28px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  .main-nav {
    display: none;
  }
  
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .hero,
  .page-hero {
    padding: 60px 20px;
  }
  
  .hero h1 {
    font-size: 32px;
  }
  
  .hero-subtitle,
  .hero-subtitle {
    font-size: 16px;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  
  .btn {
    width: 100%;
  }
  
  .three-column-grid,
  .services-grid,
  .courses-grid,
  .values-grid,
  .team-grid,
  .categories-grid,
  .resources-grid,
  .stories-grid,
  .tips-grid,
  .options-grid,
  .steps-timeline {
    flex-direction: column;
  }
  
  .column,
  .service-card,
  .course-card,
  .value-item,
  .team-member,
  .category-card,
  .resource-card,
  .story-card,
  .tip,
  .option-card,
  .step {
    flex: 1 1 100%;
  }
  
  .stats-bar,
  .stats-grid {
    flex-direction: column;
    gap: 20px;
  }
  
  .before-after {
    flex-direction: column;
  }
  
  .before,
  .after {
    flex: 1 1 100%;
  }
  
  .contact-grid {
    flex-direction: column;
  }
  
  .contact-details,
  .message-form {
    flex: 1 1 100%;
  }
  
  .footer-content {
    flex-direction: column;
    gap: 32px;
  }
  
  .footer-section {
    flex: 1 1 100%;
  }
  
  .footer-legal {
    flex-direction: column;
    gap: 12px;
  }
  
  .cookie-content {
    flex-direction: column;
  }
  
  .cookie-buttons {
    width: 100%;
    flex-direction: column;
  }
  
  .cookie-btn {
    width: 100%;
  }
  
  .featured-course,
  .featured-story {
    padding: 32px 20px;
  }
  
  .cookie-modal-content {
    padding: 24px;
  }
  
  section {
    padding: 32px 20px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 28px;
  }
  
  h2 {
    font-size: 24px;
  }
  
  .hero h1 {
    font-size: 28px;
  }
  
  .btn {
    padding: 14px 28px;
    font-size: 14px;
  }
  
  .price {
    font-size: 24px;
  }
  
  .stat-item strong {
    font-size: 36px;
  }
  
  .mobile-menu {
    width: 90%;
  }
}