/* ===================================
   ESCROWEN STAR - CREATIVE ARTISTIC DESIGN
   Modern Scientific Brand with Vibrant Aesthetics
   =================================== */

/* CSS Reset & 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: #2C3E50;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  background-attachment: fixed;
  overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rajdhani', 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #1B3A5F;
}

h1 {
  font-size: 48px;
  margin-bottom: 24px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

p {
  margin-bottom: 16px;
  font-size: 16px;
}

ul {
  list-style-position: inside;
  margin-bottom: 16px;
}

li {
  margin-bottom: 8px;
}

a {
  color: #4A90E2;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #F0A500;
  text-decoration: underline;
}

strong {
  font-weight: 600;
  color: #1B3A5F;
}

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

/* Header */
header {
  background: linear-gradient(135deg, #1B3A5F 0%, #2C5F8D 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 900;
  padding: 16px 0;
}

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

.logo img {
  height: 60px;
  width: auto;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
  filter: invert(1);
}

.logo img:hover {
  transform: scale(1.05) rotate(2deg);
}

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

.main-nav a {
  color: #FFFFFF;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.main-nav a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(240, 165, 0, 0.3), transparent);
  transition: left 0.5s ease;
}

.main-nav a:hover::before {
  left: 100%;
}

.main-nav a:hover {
  background: rgba(240, 165, 0, 0.2);
  transform: translateY(-2px);
  text-decoration: none;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
  background: linear-gradient(135deg, #F0A500 0%, #FF6B6B 100%);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(240, 165, 0, 0.4);
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 6px 20px rgba(240, 165, 0, 0.6);
}

/* Mobile Menu Overlay */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background: linear-gradient(180deg, #1B3A5F 0%, #4A90E2 100%);
  z-index: 1000;
  padding: 80px 30px 30px;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.3);
  transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow-y: auto;
}

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

.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background: rgba(240, 165, 0, 0.8);
  transform: rotate(90deg);
}

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

.mobile-nav a {
  color: white;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.mobile-nav a:hover {
  background: rgba(240, 165, 0, 0.3);
  border-left-color: #F0A500;
  transform: translateX(10px);
  text-decoration: none;
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #F093FB 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: backgroundMove 20s linear infinite;
}

@keyframes backgroundMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(50px, 50px); }
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.hero h1 {
  color: white;
  font-size: 56px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease;
}

.hero-subtitle {
  color: white;
  font-size: 20px;
  margin-bottom: 32px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 0.8s ease 0.2s backwards;
}

.hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
  animation: fadeInUp 0.8s ease 0.4s backwards;
}

.trust-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  animation: fadeInUp 0.8s ease 0.6s backwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  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.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

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

.btn-primary {
  background: linear-gradient(135deg, #F0A500 0%, #FF6B6B 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(240, 165, 0, 0.4);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(240, 165, 0, 0.6);
  text-decoration: none;
}

.btn-secondary {
  background: white;
  color: #1B3A5F;
  border: 2px solid #4A90E2;
  box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

.btn-secondary:hover {
  background: #4A90E2;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(74, 144, 226, 0.5);
  text-decoration: none;
}

/* Sections */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(240, 165, 0, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

/* Value Proposition */
.value-proposition h2 {
  text-align: center;
  color: #1B3A5F;
  margin-bottom: 48px;
}

.benefits-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.benefit-item {
  flex: 1 1 calc(50% - 12px);
  min-width: 250px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 32px 24px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  border: 3px solid transparent;
  margin-bottom: 20px;
}

.benefit-item:hover {
  transform: translateY(-8px) rotate(1deg);
  border-color: #F0A500;
  box-shadow: 0 12px 35px rgba(240, 165, 0, 0.3);
}

.benefit-item h3 {
  color: #1B3A5F;
  margin-bottom: 12px;
}

.benefit-item p {
  color: #2C3E50;
  font-size: 15px;
}

/* Services Overview */
.services-overview h2 {
  text-align: center;
  margin-bottom: 48px;
}

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

.service-card {
  flex: 1 1 calc(50% - 12px);
  min-width: 280px;
  background: white;
  padding: 32px 24px;
  border-radius: 20px;
  border: 3px solid #4A90E2;
  transition: all 0.4s ease;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(240, 165, 0, 0.1), transparent);
  transition: left 0.6s ease;
}

.service-card:hover::before {
  left: 100%;
}

.service-card:hover {
  transform: scale(1.05) rotate(-1deg);
  border-color: #F0A500;
  box-shadow: 0 15px 45px rgba(240, 165, 0, 0.3);
}

.service-card h3 {
  color: #1B3A5F;
  margin-bottom: 16px;
  font-size: 22px;
}

.service-card p {
  color: #2C3E50;
  margin-bottom: 20px;
  font-size: 15px;
}

.price {
  display: inline-block;
  background: linear-gradient(135deg, #F0A500 0%, #FF6B6B 100%);
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(240, 165, 0, 0.3);
}

/* Topic Highlights */
.topics-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.topic-card {
  flex: 1 1 calc(25% - 18px);
  min-width: 200px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 32px 20px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  cursor: pointer;
}

.topic-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 15px 40px rgba(118, 75, 162, 0.4);
}

.topic-icon {
  font-size: 48px;
  margin-bottom: 16px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}

.topic-card h3 {
  color: white;
  margin-bottom: 12px;
}

.topic-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

/* Testimonials */
.testimonials {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

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

.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.testimonial-card {
  flex: 1 1 calc(50% - 12px);
  min-width: 280px;
  background: white;
  padding: 32px 24px;
  border-radius: 16px;
  border-left: 5px solid #F0A500;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial-card:hover {
  transform: translateX(10px);
  box-shadow: 0 12px 35px rgba(240, 165, 0, 0.2);
}

.testimonial-card p {
  color: #2C3E50;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.author {
  color: #1B3A5F;
  font-weight: 600;
  font-size: 14px;
  margin-top: auto;
}

/* Stats Section */
.stats {
  background: linear-gradient(135deg, #1B3A5F 0%, #4A90E2 100%);
  color: white;
}

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

.stat-item {
  flex: 1 1 200px;
  text-align: center;
  padding: 24px 16px;
  margin-bottom: 20px;
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #F0A500;
  margin-bottom: 8px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.stat-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

/* CTA Banner */
.cta-banner, .cta-section {
  background: linear-gradient(135deg, #F093FB 0%, #F5576C 100%);
  text-align: center;
  padding: 60px 20px;
}

.cta-banner h2, .cta-section h2 {
  color: white;
  font-size: 40px;
  margin-bottom: 20px;
}

.cta-banner p, .cta-section p {
  color: white;
  font-size: 18px;
  margin-bottom: 32px;
}

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

/* Page Hero */
.page-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 60px 20px 40px;
  text-align: center;
  color: white;
  margin-bottom: 60px;
}

.breadcrumb {
  margin-bottom: 24px;
  font-size: 14px;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb a:hover {
  color: white;
}

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

.page-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.last-updated {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 12px;
}

/* Mission Section */
.mission, .values, .team, .timeline, .location {
  padding: 60px 20px;
}

.mission h2 {
  text-align: center;
  margin-bottom: 32px;
}

.mission p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.8;
}

.vision-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 40px 32px;
  border-radius: 20px;
  color: white;
  margin-top: 40px;
  text-align: center;
}

.vision-box h3 {
  color: white;
  margin-bottom: 16px;
}

.vision-box p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

/* Values Grid */
.values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.value-item {
  flex: 1 1 calc(50% - 12px);
  min-width: 250px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 32px 24px;
  border-radius: 16px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(74, 144, 226, 0.2);
}

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

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

.team-member {
  flex: 1 1 calc(50% - 16px);
  min-width: 280px;
  background: white;
  padding: 32px 24px;
  border-radius: 20px;
  border: 3px solid #4A90E2;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.team-member:hover {
  transform: scale(1.05);
  border-color: #F0A500;
  box-shadow: 0 12px 35px rgba(240, 165, 0, 0.3);
}

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

.role {
  color: #F0A500;
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 15px;
}

/* Timeline */
.timeline-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 16px;
  border-left: 5px solid #F0A500;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.timeline-item:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 25px rgba(240, 165, 0, 0.2);
}

.year {
  font-size: 32px;
  font-weight: 700;
  color: #1B3A5F;
  min-width: 100px;
}

.timeline-item p {
  color: #2C3E50;
  font-size: 16px;
}

/* Address Box */
.address-box, .contact-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 40px 32px;
  border-radius: 20px;
  color: white;
  margin-top: 40px;
  text-align: center;
}

.address-box h3, .contact-box h2 {
  color: white;
  margin-bottom: 16px;
}

.address-box p, .contact-box p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

/* Services Detail */
.service-detail-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 40px;
}

.service-detail-card {
  flex: 1 1 calc(50% - 16px);
  min-width: 300px;
  background: white;
  padding: 32px 24px;
  border-radius: 20px;
  border: 3px solid #4A90E2;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.service-detail-card:hover {
  transform: translateY(-8px);
  border-color: #F0A500;
  box-shadow: 0 15px 40px rgba(240, 165, 0, 0.3);
}

.service-features {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.service-features li {
  padding: 8px 0 8px 28px;
  position: relative;
  color: #2C3E50;
}

.service-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #F0A500;
  font-weight: 700;
  font-size: 18px;
}

/* Process Steps */
.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.step {
  flex: 1 1 calc(25% - 18px);
  min-width: 200px;
  text-align: center;
  padding: 32px 20px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 16px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.step:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(74, 144, 226, 0.2);
}

.step-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(135deg, #F0A500 0%, #FF6B6B 100%);
  color: white;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  box-shadow: 0 4px 15px rgba(240, 165, 0, 0.3);
}

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

/* Groups Grid */
.groups-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.group-card {
  flex: 1 1 calc(50% - 12px);
  min-width: 280px;
  background: white;
  padding: 32px 24px;
  border-radius: 16px;
  border: 3px solid #4A90E2;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.group-card:hover {
  transform: scale(1.05);
  border-color: #F0A500;
  box-shadow: 0 12px 35px rgba(240, 165, 0, 0.3);
}

.group-card h3 {
  color: #1B3A5F;
  margin-bottom: 12px;
}

/* Topic Detail */
.topic-detail {
  margin-bottom: 60px;
}

.topic-header {
  text-align: center;
  margin-bottom: 40px;
}

.topic-header .topic-icon {
  font-size: 64px;
  margin-bottom: 20px;
}

.subtopics {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.subtopic {
  flex: 1 1 calc(50% - 12px);
  min-width: 280px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 32px 24px;
  border-radius: 16px;
  border-left: 5px solid #4A90E2;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.subtopic:hover {
  transform: translateX(10px);
  border-left-color: #F0A500;
  box-shadow: 0 8px 25px rgba(240, 165, 0, 0.2);
}

.subtopic h3 {
  color: #1B3A5F;
  margin-bottom: 12px;
}

/* Latest Discoveries */
.discoveries-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.discovery-item {
  background: white;
  padding: 24px;
  border-radius: 16px;
  border-left: 5px solid #F0A500;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.discovery-item:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 25px rgba(240, 165, 0, 0.2);
}

.discovery-date {
  color: #4A90E2;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.discovery-topic {
  display: inline-block;
  background: linear-gradient(135deg, #F0A500 0%, #FF6B6B 100%);
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}

.discovery-item h3 {
  color: #1B3A5F;
  font-size: 20px;
}

/* Premium Packages */
.premium-packages {
  padding: 60px 20px;
}

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

.package-card {
  flex: 1 1 calc(50% - 16px);
  min-width: 320px;
  background: white;
  padding: 40px 32px;
  border-radius: 20px;
  border: 3px solid #4A90E2;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  text-align: center;
}

.package-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: #F0A500;
  box-shadow: 0 20px 50px rgba(240, 165, 0, 0.3);
}

.package-card h3 {
  color: #1B3A5F;
  font-size: 26px;
  margin-bottom: 12px;
}

.tagline {
  color: #4A90E2;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 16px;
}

.package-card .price {
  display: block;
  font-size: 32px;
  margin: 24px 0;
}

.features {
  list-style: none;
  text-align: left;
  margin: 24px 0;
  padding: 0;
}

.features li {
  padding: 10px 0 10px 32px;
  position: relative;
  color: #2C3E50;
  font-size: 15px;
}

.features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #F0A500;
  font-weight: 700;
  font-size: 20px;
}

.ideal-for {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 12px 16px;
  border-radius: 12px;
  margin: 20px 0;
  font-size: 14px;
  color: #1B3A5F;
  font-weight: 600;
}

/* Comparison Table */
.comparison-table {
  margin-top: 40px;
  border-radius: 16px;
  overflow: hidden;
}

.comparison-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: white;
  border-bottom: 2px solid #f5f7fa;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.comparison-row:hover {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.feature {
  flex: 1 1 200px;
  font-weight: 600;
  color: #1B3A5F;
}

.free, .premium {
  flex: 1 1 150px;
  color: #2C3E50;
}

.premium {
  color: #F0A500;
  font-weight: 600;
}

/* Blog Categories */
.blog-categories {
  padding: 40px 20px;
}

.categories-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

.category {
  padding: 10px 20px;
  background: white;
  border: 2px solid #4A90E2;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.category:hover, .category.active {
  background: linear-gradient(135deg, #F0A500 0%, #FF6B6B 100%);
  color: white;
  border-color: transparent;
  transform: translateY(-3px);
}

/* Featured Article */
.featured-article {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 60px 32px;
  border-radius: 20px;
  color: white;
  margin-bottom: 60px;
  position: relative;
}

.featured-badge {
  display: inline-block;
  background: #F0A500;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}

.featured-article h2 {
  color: white;
  font-size: 32px;
  margin-bottom: 16px;
}

.featured-article p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-bottom: 20px;
}

.article-meta {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

/* Blog Grid */
.articles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.article-card {
  flex: 1 1 calc(50% - 12px);
  min-width: 280px;
  background: white;
  padding: 32px 24px;
  border-radius: 16px;
  border: 3px solid #4A90E2;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 20px;
}

.article-card:hover {
  transform: translateY(-8px);
  border-color: #F0A500;
  box-shadow: 0 15px 40px rgba(240, 165, 0, 0.3);
}

.article-card h3 {
  color: #1B3A5F;
  margin-bottom: 12px;
  font-size: 20px;
}

.article-card p {
  color: #2C3E50;
  margin-bottom: 16px;
}

.article-card .article-meta {
  color: #4A90E2;
  font-size: 13px;
}

/* Newsletter Signup */
.newsletter-signup {
  background: linear-gradient(135deg, #F093FB 0%, #F5576C 100%);
  text-align: center;
  padding: 60px 32px;
  color: white;
}

.newsletter-signup h2 {
  color: white;
  margin-bottom: 16px;
}

.newsletter-signup p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
}

.signup-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 32px;
  border-radius: 16px;
  max-width: 500px;
  margin: 0 auto;
  backdrop-filter: blur(10px);
}

/* Popular Posts */
.popular-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.popular-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: white;
  padding: 20px 24px;
  border-radius: 12px;
  border-left: 5px solid #F0A500;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.popular-item:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 25px rgba(240, 165, 0, 0.2);
}

.popular-item h3 {
  color: #1B3A5F;
  font-size: 18px;
  margin: 0;
  flex: 1 1 200px;
}

.views {
  color: #4A90E2;
  font-weight: 600;
  font-size: 14px;
}

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

.contact-form-section, .contact-info-section {
  flex: 1 1 calc(50% - 20px);
  min-width: 300px;
}

.form-note {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 24px;
  border-radius: 12px;
  margin-top: 20px;
}

.info-block {
  background: white;
  padding: 24px;
  border-radius: 12px;
  border-left: 5px solid #4A90E2;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.info-block:hover {
  transform: translateX(8px);
  border-left-color: #F0A500;
  box-shadow: 0 6px 20px rgba(240, 165, 0, 0.2);
}

.info-block h3 {
  color: #1B3A5F;
  margin-bottom: 12px;
}

/* Map Section */
.map-info {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 32px;
  border-radius: 16px;
  margin-top: 24px;
}

/* FAQ Section */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.faq-item {
  background: white;
  padding: 24px;
  border-radius: 12px;
  border-left: 5px solid #4A90E2;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.faq-item:hover {
  transform: translateX(8px);
  border-left-color: #F0A500;
  box-shadow: 0 6px 20px rgba(240, 165, 0, 0.2);
}

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

/* Business Inquiries */
.business-inquiries {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 60px 32px;
  border-radius: 20px;
}

.business-inquiries h2 {
  color: white;
  margin-bottom: 20px;
}

.business-inquiries p, .business-inquiries ul {
  color: rgba(255, 255, 255, 0.9);
}

.business-inquiries li {
  margin-bottom: 12px;
}

/* Legal Content */
.legal-content {
  max-width: 900px;
  margin: 0 auto;
}

.legal-section {
  background: white;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 32px;
  border-left: 5px solid #4A90E2;
}

.legal-section h2 {
  color: #1B3A5F;
  margin-bottom: 20px;
  font-size: 24px;
}

.legal-section h3 {
  color: #4A90E2;
  margin-bottom: 12px;
  font-size: 18px;
}

/* Cookie Table */
.cookie-table {
  margin: 24px 0;
}

.cookie-row {
  padding: 16px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 14px;
}

.cookie-settings-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 32px;
  border-radius: 16px;
  color: white;
  margin-top: 32px;
}

.cookie-settings-box h2 {
  color: white;
  margin-bottom: 16px;
}

.cookie-settings-box ul {
  list-style: none;
  padding: 0;
}

.cookie-settings-box li {
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 12px;
}

/* Thank You Page */
.thank-you-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 80px 20px;
  text-align: center;
  color: white;
  margin-bottom: 60px;
}

.success-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #F0A500;
  color: white;
  border-radius: 50%;
  font-size: 60px;
  margin-bottom: 24px;
  box-shadow: 0 8px 30px rgba(240, 165, 0, 0.4);
  animation: successPulse 2s infinite;
}

@keyframes successPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.thank-you-hero h1 {
  color: white;
  margin-bottom: 16px;
}

.thank-you-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
}

.confirmation {
  text-align: center;
  padding: 60px 20px;
}

.timeline {
  color: #4A90E2;
  font-weight: 600;
  margin-top: 20px;
}

.next-steps {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.steps-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-around;
  margin-top: 40px;
}

.steps-grid .step {
  flex: 1 1 calc(33.333% - 16px);
  min-width: 250px;
}

.step-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.explore-more {
  padding: 60px 20px;
}

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

.suggestion-card {
  flex: 1 1 calc(33.333% - 16px);
  min-width: 250px;
  background: white;
  padding: 32px 24px;
  border-radius: 16px;
  border: 3px solid #4A90E2;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.suggestion-card:hover {
  transform: translateY(-8px);
  border-color: #F0A500;
  box-shadow: 0 15px 40px rgba(240, 165, 0, 0.3);
}

.suggestion-card h3 {
  color: #1B3A5F;
  margin-bottom: 12px;
}

.quick-links {
  padding: 40px 20px;
  text-align: center;
}

.links-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
  margin: 24px auto 0;
}

.quick-link {
  display: block;
  padding: 16px 24px;
  background: white;
  border: 2px solid #4A90E2;
  border-radius: 12px;
  color: #1B3A5F;
  font-weight: 600;
  transition: all 0.3s ease;
}

.quick-link:hover {
  background: #4A90E2;
  color: white;
  transform: translateX(10px);
  text-decoration: none;
}

/* Footer */
footer {
  background: linear-gradient(135deg, #1B3A5F 0%, #2C5F8D 100%);
  color: white;
  padding: 60px 20px 24px;
  margin-top: 60px;
}

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

.footer-section {
  flex: 1 1 250px;
}

.footer-section h3 {
  color: #F0A500;
  margin-bottom: 16px;
  font-size: 20px;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
}

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

.footer-nav a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.footer-nav a:hover {
  color: #F0A500;
  transform: translateX(5px);
  text-decoration: none;
}

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

.footer-bottom p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin: 0;
}

/* Cookie Consent Banner */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #1B3A5F 0%, #2C5F8D 100%);
  color: white;
  padding: 24px 20px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

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

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

.cookie-text {
  flex: 1 1 300px;
  font-size: 14px;
}

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

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.cookie-accept {
  background: linear-gradient(135deg, #F0A500 0%, #FF6B6B 100%);
  color: white;
}

.cookie-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(240, 165, 0, 0.4);
}

.cookie-reject {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid white;
}

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

.cookie-settings {
  background: transparent;
  color: white;
  border: 2px solid #4A90E2;
}

.cookie-settings:hover {
  background: #4A90E2;
}

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

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

.modal-content {
  background: white;
  padding: 40px 32px;
  border-radius: 20px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

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

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #2C3E50;
  transition: all 0.3s ease;
}

.modal-close:hover {
  color: #F0A500;
  transform: rotate(90deg);
}

.cookie-category {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 16px;
}

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

.category-header h4 {
  color: #1B3A5F;
  margin: 0;
}

.toggle-switch {
  position: relative;
  width: 50px;
  height: 24px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  border-radius: 24px;
  transition: 0.3s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background: white;
  border-radius: 50%;
  transition: 0.3s;
}

input:checked + .slider {
  background: #F0A500;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

input:disabled + .slider {
  background: #4A90E2;
  cursor: not-allowed;
}

.category-description {
  color: #2C3E50;
  font-size: 14px;
}

.modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
  /* Mobile Menu */
  .mobile-menu-toggle {
    display: block;
  }
  
  .main-nav {
    display: none;
  }
  
  .mobile-menu {
    width: 280px;
  }
  
  /* Typography */
  h1 {
    font-size: 32px;
  }
  
  h2 {
    font-size: 28px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  .hero h1 {
    font-size: 36px;
  }
  
  .hero-subtitle {
    font-size: 16px;
  }
  
  /* Layout */
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .btn {
    width: 100%;
    max-width: 300px;
  }
  
  .benefits-grid,
  .services-grid,
  .topics-grid,
  .testimonials-grid,
  .stats-grid,
  .values-grid,
  .team-grid,
  .service-detail-grid,
  .process-steps,
  .groups-grid,
  .subtopics,
  .package-grid,
  .articles-grid,
  .contact-grid,
  .suggestions-grid,
  .footer-content {
    flex-direction: column;
  }
  
  .benefit-item,
  .service-card,
  .topic-card,
  .testimonial-card,
  .value-item,
  .team-member,
  .service-detail-card,
  .step,
  .group-card,
  .subtopic,
  .package-card,
  .article-card,
  .suggestion-card,
  .footer-section {
    flex: 1 1 100%;
    min-width: 100%;
  }
  
  .comparison-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .feature, .free, .premium {
    flex: 1 1 100%;
  }
  
  .cookie-content {
    flex-direction: column;
    text-align: center;
  }
  
  .cookie-buttons {
    width: 100%;
    justify-content: center;
  }
  
  .cookie-btn {
    flex: 1 1 auto;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
  
  .container {
    padding: 0 16px;
  }
  
  section {
    padding: 32px 16px;
    margin-bottom: 40px;
  }
  
  .hero {
    padding: 60px 16px;
  }
  
  .hero h1 {
    font-size: 28px;
  }
  
  .page-hero {
    padding: 40px 16px 32px;
  }
  
  .modal-content {
    padding: 32px 20px;
  }
}

/* Print Styles */
@media print {
  .mobile-menu-toggle,
  .mobile-menu,
  .cookie-consent,
  .cookie-modal,
  .hero-cta,
  .cta-banner,
  .cta-section,
  .cta-buttons {
    display: none;
  }
  
  body {
    background: white;
  }
  
  section {
    box-shadow: none;
    border: 1px solid #ddd;
  }
}