html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    background-color: #f6fbff;
    color: #0f1f3d;
}

:target {
  scroll-margin-top: 3rem;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand {
    font-family: "Montserrat", "Inter", sans-serif;
    letter-spacing: 0.2px;
}
/* Ena LOGO */

.ena-logo {
  width: 60px;
  height: auto;
}

@media (min-width: 992px) {
  .ena-logo {
    width: 70px;
    height: 50px;
  }
}

/* Navbar Styles */
.navbar {
    --navbar-height: 70px;
    background: rgba(27, 58, 110, 0.85) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(124, 207, 244, 0.2);
    transition: box-shadow 0.3s ease;
    min-height: var(--navbar-height);
}

.navbar-brand img {
    height: 36px;
}

.navbar-toggler i {
    color: #7ccff4;
}

.nav-link {
    transition: color 0.3s ease;
}

.ena-cta {
    color: #0e3f7c;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(44, 98, 164, 0.6);
    transition: all 0.3s ease;
}

/* Hero Section */

.mt-nav-offset {
    padding-top: 50px;
}

@media (min-width: 992px) {
    .mt-nav-offset {
        padding-top: 50px;
    }
}



/* Hero Section Badges */
.hero-badge {
  background: rgba(124, 207, 244, 0.15);
  color: #7ccff4;
  border: 1px solid rgba(124, 207, 244, 0.3);
  font-weight: 500;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  cursor: default;
  animation: fadeInUp 0.6s ease-out backwards;
}

.hero-badge:nth-child(1) { animation-delay: 0.1s; }
.hero-badge:nth-child(2) { animation-delay: 0.2s; }
.hero-badge:nth-child(3) { animation-delay: 0.3s; }
.hero-badge:nth-child(4) { animation-delay: 0.4s; }

.hero-badge:hover {
  background: rgba(124, 207, 244, 0.25);
  border-color: rgba(124, 207, 244, 0.6);
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(124, 207, 244, 0.2);
}

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

/* Hero CTA Buttons */
.hero-btn-primary {
  background: #7ccff4;
  color: #1b3a6e;
  border: 2px solid #7ccff4;
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease-out backwards 0.5s;
}

.hero-btn-primary:hover {
  background: #ffffff;
  color: #1b3a6e;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(124, 207, 244, 0.3);
}

.hero-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease-out backwards 0.6s;
}

.hero-btn-secondary:hover {
  background: rgba(124, 207, 244, 0.15);
  color: #7ccff4;
  border-color: #7ccff4;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(124, 207, 244, 0.2);
}

/* Fade-in Animations - Prevent FOUC */
.fade-in-up,
.fade-in-down,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}

.fade-in-up.animate {
  transform: translateY(40px);
  animation: fadeInUp 0.8s ease-out forwards;
}

.fade-in-down.animate {
  transform: translateY(-40px);
  animation: fadeInDown 0.8s ease-out forwards;
}

.fade-in-left.animate {
  transform: translateX(-40px);
  animation: fadeInLeft 0.8s ease-out forwards;
}

.fade-in-right.animate {
  transform: translateX(40px);
  animation: fadeInRight 0.8s ease-out forwards;
}

/* Animation Delays */
.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-400 { animation-delay: 0.4s; }
.delay-500 { animation-delay: 0.5s; }
.delay-600 { animation-delay: 0.6s; }

/* Keyframes */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Value Section Specific */
#value {
  background: linear-gradient(135deg, rgba(124,207,244,0.03) 0%, rgba(27,58,110,0.03) 100%);
}

#value .btn:hover {
  background: #ffffff !important;
  color: #1b3a6e !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(124, 207, 244, 0.3);
}

/* Value Section Portrait */
.value-portrait {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .value-portrait {
    aspect-ratio: 2/3;
  }
}

@media (min-width: 992px) {
  .value-portrait {
    aspect-ratio: 3/4;
  }
}

/* Approach Section */
.approach-section {
  background: linear-gradient(135deg, #e8f4f8 0%, #f0f7fa 100%);
  position: relative;
  overflow: hidden;
}

.approach-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(124,207,244,0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.content-block {
  padding: 2rem;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.content-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.content-block h3 {
  color: #1b3a6e;
  font-size: 1.5rem;
}

.content-block p {
  line-height: 1.8;
  color: #5a6f8e;
}

.icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #7ccff4 0%, #5ab8e8 100%);
  border-radius: 16px;
  color: white;
  font-size: 1.8rem;
  box-shadow: 0 4px 12px rgba(124, 207, 244, 0.3);
}

.icon-wrapper-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #7ccff4 0%, #5ab8e8 100%);
  border-radius: 20px;
  color: white;
  font-size: 2.5rem;
  box-shadow: 0 6px 16px rgba(124, 207, 244, 0.3);
  margin: 0 auto;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.image-wrapper img {
  transition: transform 0.5s ease;
}

.image-wrapper:hover img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(27,58,110,0.05) 0%, rgba(124,207,244,0.05) 100%);
  pointer-events: none;
}

.cta-block {
  background: white;
  border: 2px solid rgba(124, 207, 244, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.cta-block .btn-primary {
  background: linear-gradient(135deg, #7ccff4 0%, #5ab8e8 100%);
  border: none;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-block .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(124, 207, 244, 0.4);
}

@media (max-width: 991.98px) {
  .content-block {
    padding: 1.5rem;
  }
  
  .image-wrapper {
    margin: 2rem 0;
  }
}

/* About Section */
.about-section {
  background: linear-gradient(135deg, #f0f7fa 0%, #e8f4f8 100%);
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(124, 207, 244, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.about-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1b3a6e;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
}

.about-subtitle {
  font-size: 1.1rem;
  color: #7ccff4;
  font-weight: 500;
  opacity: 0;
}

/* Timeline Cards (Before/After) */
.timeline-card {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.timeline-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7ccff4 0%, #5ab8e8 100%);
}

.timeline-card-before::before {
  background: linear-gradient(90deg, #ff6b6b 0%, #ee5a6f 100%);
}

.timeline-card-after::before {
  background: linear-gradient(90deg, #51cf66 0%, #40c057 100%);
}

.timeline-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(124, 207, 244, 0.15);
}

.timeline-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.timeline-year {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1b3a6e;
}

.timeline-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(124, 207, 244, 0.15);
  color: #7ccff4;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
}

.timeline-card-before .timeline-label {
  background: rgba(255, 107, 107, 0.15);
  color: #ff6b6b;
}

.timeline-card-after .timeline-label {
  background: rgba(81, 207, 102, 0.15);
  color: #51cf66;
}

.timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline-list-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
}

.timeline-list-item:last-child {
  margin-bottom: 0;
}

.timeline-list-item i {
  font-size: 1.5rem;
  color: #7ccff4;
  margin-top: 0.3rem;
  flex-shrink: 0;
}

.timeline-card-before .timeline-list-item i {
  color: #ff6b6b;
}

.timeline-card-after .timeline-list-item i {
  color: #51cf66;
}

.timeline-list-item span {
  color: #5a6f8e;
  line-height: 1.6;
  font-weight: 500;
}

/* Divider Section */
.divider-section {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #7ccff4 50%, transparent 100%);
  margin: 3rem 0;
  opacity: 0;
  animation: fadeIn 0.8s ease-out forwards;
}

/* Mission Statement */
.mission-statement {
  background: linear-gradient(135deg, rgba(124, 207, 244, 0.1) 0%, rgba(91, 184, 232, 0.05) 100%);
  padding: 3rem;
  border-radius: 20px;
  border-left: 5px solid #7ccff4;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.mission-title {
  color: #1b3a6e;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.mission-text {
  color: #5a6f8e;
  line-height: 1.9;
  font-size: 1.1rem;
  margin: 0;
}

/* Narrative Block */
.narrative-block {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.narrative-text {
  color: #5a6f8e;
  line-height: 1.9;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.narrative-text:last-child {
  margin-bottom: 0;
}

.narrative-text::first-letter {
  font-weight: 600;
  color: #1b3a6e;
}

/* Image Placeholder */
.image-placeholder {
  background: white;
  border-radius: 20px;
  aspect-ratio: 1;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  transition: transform 0.3s ease;
}

.image-placeholder:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(124, 207, 244, 0.2);
}

.placeholder-content {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8f4f8 0%, #f0f7fa 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #7ccff4;
}

.placeholder-content i {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.6;
}

.placeholder-content p {
  color: #5a6f8e;
  font-size: 0.95rem;
  opacity: 0.7;
}

/* Credential Cards */
.credential-card {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
  height: 100%;
  animation: fadeInUp 0.8s ease-out forwards;
}

.credential-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(124, 207, 244, 0.15);
}

.credential-icon {
  font-size: 2.5rem;
  color: #7ccff4;
  margin-bottom: 1rem;
}

.credential-card h4 {
  color: #1b3a6e;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.credential-card p {
  color: #5a6f8e;
  line-height: 1.6;
  font-size: 0.9rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .about-title {
    font-size: 2.5rem;
  }

  .timeline-card {
    padding: 2rem;
  }

  .timeline-year {
    font-size: 1.8rem;
  }

  .mission-statement {
    padding: 2rem;
  }

  .narrative-block {
    padding: 2rem;
  }

  .mission-title {
    font-size: 1.5rem;
  }

  .narrative-text,
  .mission-text {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .about-title {
    font-size: 2rem;
  }

  .timeline-card {
    padding: 1.5rem;
  }

  .timeline-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .timeline-year {
    font-size: 1.5rem;
  }

  .timeline-list-item {
    gap: 1rem;
    margin-bottom: 1.2rem;
  }

  .mission-statement,
  .narrative-block {
    padding: 1.5rem;
  }

  .mission-title {
    font-size: 1.3rem;
  }

  .narrative-text,
  .mission-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .credential-card {
    padding: 1.5rem;
  }
}

/* Animation delays for timeline items */
.timeline-card-before .timeline-list-item { animation-delay: 0.3s; }
.timeline-card-after .timeline-list-item { animation-delay: 0.3s; }

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Coaching Section */
.coaching-section {
  background: linear-gradient(135deg, #e8f4f8 0%, #f0f7fa 100%);
  position: relative;
  overflow: hidden;
}

.coaching-section::before {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(124, 207, 244, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Coaching Image Card */
.coaching-image-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  transition: transform 0.3s ease;
}

.coaching-image-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(124, 207, 244, 0.2);
}

.coaching-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.coaching-image-card:hover .coaching-image {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(27, 58, 110, 0.05) 0%, rgba(124, 207, 244, 0.08) 100%);
  pointer-events: none;
}

/* Coaching Content */
.coaching-content {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.coaching-title {
  font-size: 3rem;
  font-weight: 700;
  color: #1b3a6e;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
}

.coaching-subtitle {
  font-size: 1.2rem;
  color: #7ccff4;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.coaching-text {
  margin-bottom: 2.5rem;
}

.coaching-text p {
  color: #5a6f8e;
  line-height: 1.9;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.coaching-text p:last-of-type {
  margin-bottom: 0;
}

.coaching-subheading {
  color: #1b3a6e;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(124, 207, 244, 0.3);
}

.coaching-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.coaching-list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.2rem;
  color: #5a6f8e;
  line-height: 1.7;
}

.coaching-list-item i {
  color: #51cf66;
  font-size: 1.3rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.coaching-highlight {
  background: linear-gradient(135deg, rgba(124, 207, 244, 0.1) 0%, rgba(91, 184, 232, 0.05) 100%);
  padding: 1.5rem;
  border-left: 4px solid #7ccff4;
  border-radius: 8px;
  color: #5a6f8e;
  line-height: 1.8;
  font-size: 0.95rem;
  margin-top: 2rem;
}

.coaching-cta {
  margin-top: 2.5rem;
}

.coaching-cta .btn-primary {
  background: linear-gradient(135deg, #7ccff4 0%, #5ab8e8 100%);
  border: none;
  color: white;
  font-weight: 600;
  padding: 0.9rem 2.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(124, 207, 244, 0.3);
}

.coaching-cta .btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(124, 207, 244, 0.4);
  color: white;
  background: linear-gradient(135deg, #5ab8e8 0%, #3fa5dc 100%);
}

/* Responsive */
@media (max-width: 991.98px) {
  .coaching-title {
    font-size: 2.2rem;
  }

  .coaching-subtitle {
    font-size: 1.05rem;
  }

  .coaching-image-card {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .coaching-title {
    font-size: 1.8rem;
  }

  .coaching-subtitle {
    font-size: 1rem;
  }

  .coaching-text p {
    font-size: 0.95rem;
  }

  .coaching-subheading {
    font-size: 1.05rem;
    margin-top: 1.5rem;
  }

  .coaching-list-item {
    gap: 0.8rem;
    margin-bottom: 1rem;
  }

  .coaching-highlight {
    padding: 1.2rem;
    font-size: 0.9rem;
  }

  .coaching-cta .btn-primary {
    padding: 0.8rem 2rem;
    font-size: 0.95rem;
    width: 100%;
  }
}

/* Services Section */
.services-section {
  background: linear-gradient(135deg, #f0f7fa 0%, #e8f4f8 100%);
  position: relative;
  overflow: hidden;
}

.services-section::after {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(124, 207, 244, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.services-title {
  font-size: 3rem;
  font-weight: 700;
  color: #1b3a6e;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.services-subtitle {
  font-size: 1.2rem;
  color: #7ccff4;
  font-weight: 500;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards 0.2s;
}

/* Service Card */
.service-card {
  background: white;
  border-radius: 24px;
  padding: 2.5rem 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7ccff4 0%, #5ab8e8 100%);
}

.service-card-1::before {
  background: linear-gradient(90deg, #7ccff4 0%, #5ab8e8 100%);
}

.service-card-2::before {
  background: linear-gradient(90deg, #51cf66 0%, #40c057 100%);
}

.service-card-3::before {
  background: linear-gradient(90deg, #7ccff4 0%, #5ab8e8 100%);
}

.service-card-featured {
  border: 2px solid #51cf66;
  transform: scale(1.02);
  position: relative;
  z-index: 10;
}

.service-badge-featured {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #51cf66 0%, #40c057 100%);
  color: white;
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(81, 207, 102, 0.3);
}

.service-card-header {
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 16px;
  color: white;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.service-icon-1 {
  background: linear-gradient(135deg, #7ccff4 0%, #5ab8e8 100%);
}

.service-icon-2 {
  background: linear-gradient(135deg, #51cf66 0%, #40c057 100%);
}

.service-icon-3 {
  background: linear-gradient(135deg, #7ccff4 0%, #5ab8e8 100%);
}

.service-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b3a6e;
  margin-bottom: 0.8rem;
  letter-spacing: -0.3px;
}

.service-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.service-badge-free {
  background: rgba(124, 207, 244, 0.15);
  color: #7ccff4;
}

.service-badge-package {
  background: rgba(81, 207, 102, 0.15);
  color: #51cf66;
}

.service-badge-business {
  background: rgba(124, 207, 244, 0.15);
  color: #7ccff4;
}

.service-description {
  margin-bottom: 2rem;
  text-align: center;
}

.service-description p {
  color: #5a6f8e;
  line-height: 1.7;
  font-size: 0.95rem;
  margin: 0;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
  flex-grow: 1;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  color: #5a6f8e;
  line-height: 1.6;
  font-size: 0.9rem;
}

.feature-item i {
  color: #51cf66;
  font-size: 1.1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.service-price {
  background: linear-gradient(135deg, rgba(124, 207, 244, 0.08) 0%, rgba(91, 184, 232, 0.05) 100%);
  padding: 1.5rem;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 1.5rem;
}

.price-label {
  display: block;
  color: #5a6f8e;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.price-value {
  display: block;
  color: #1b3a6e;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.price-detail {
  display: block;
  color: #7ccff4;
  font-size: 0.85rem;
  font-weight: 500;
  font-style: italic;
}

.service-cta {
  margin-top: auto;
}

.btn-service {
  font-weight: 600;
  padding: 0.85rem 1.5rem;
  transition: all 0.3s ease;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-service-1 {
  background: linear-gradient(135deg, #7ccff4 0%, #5ab8e8 100%);
  color: white;
  box-shadow: 0 6px 20px rgba(124, 207, 244, 0.3);
}

.btn-service-1:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(124, 207, 244, 0.4);
  color: white;
  background: linear-gradient(135deg, #5ab8e8 0%, #3fa5dc 100%);
}

.btn-service-2 {
  background: linear-gradient(135deg, #51cf66 0%, #40c057 100%);
  color: white;
  box-shadow: 0 6px 20px rgba(81, 207, 102, 0.3);
}

.btn-service-2:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(81, 207, 102, 0.4);
  color: white;
  background: linear-gradient(135deg, #40c057 0%, #2f9e44 100%);
}

.btn-service-3 {
  background: linear-gradient(135deg, #7ccff4 0%, #5ab8e8 100%);
  color: white;
  box-shadow: 0 6px 20px rgba(124, 207, 244, 0.3);
}

.btn-service-3:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(124, 207, 244, 0.4);
  color: white;
  background: linear-gradient(135deg, #5ab8e8 0%, #3fa5dc 100%);
}

/* Services Info */
.services-info {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  border-left: 4px solid #7ccff4;
}

.info-title {
  color: #1b3a6e;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.info-text {
  color: #5a6f8e;
  line-height: 1.8;
  font-size: 0.95rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .services-title {
    font-size: 2.2rem;
  }

  .services-subtitle {
    font-size: 1.05rem;
  }

  .service-card {
    padding: 2rem 1.5rem;
  }

  .service-card-featured {
    transform: scale(1);
  }
}

@media (max-width: 576px) {
  .services-title {
    font-size: 1.8rem;
  }

  .services-subtitle {
    font-size: 1rem;
  }

  .service-card {
    padding: 1.5rem;
  }

  .service-title {
    font-size: 1.3rem;
  }

  .service-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .price-value {
    font-size: 1.5rem;
  }

  .btn-service {
    padding: 0.75rem 1.2rem;
    font-size: 0.9rem;
  }

  .services-info {
    padding: 1.5rem;
  }
}

/* Terms & Transparency Section */
.terms-section {
  background: linear-gradient(135deg, #f0f7fa 0%, #e8f4f8 100%);
  position: relative;
  overflow: hidden;
}

.terms-section::before {
  content: '';
  position: absolute;
  top: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(124, 207, 244, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.terms-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1b3a6e;
  margin-bottom: 0.5rem;
  letter-spacing: -0.3px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.terms-subtitle {
  font-size: 1.1rem;
  color: #7ccff4;
  font-weight: 500;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards 0.1s;
}

/* Terms Content */
.terms-content {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards 0.2s;
}

.terms-block {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 2rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.terms-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(124, 207, 244, 0.12);
}

.terms-block-icon {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: rgba(124, 207, 244, 0.15);
  border-radius: 12px;
  color: #7ccff4;
  font-size: 1.5rem;
  margin-top: 0.2rem;
}

.terms-icon-highlight {
  background: rgba(81, 207, 102, 0.15);
  color: #51cf66;
}

.terms-block-title {
  color: #1b3a6e;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.8rem 0;
}

.terms-text {
  color: #5a6f8e;
  line-height: 1.8;
  font-size: 0.95rem;
  margin: 0;
}

.terms-text strong {
  color: #1b3a6e;
  font-weight: 600;
}

.terms-block-highlight {
  background: linear-gradient(135deg, rgba(81, 207, 102, 0.08) 0%, rgba(51, 195, 153, 0.05) 100%);
  border-left: 4px solid #51cf66;
}

.terms-closing {
  background: white;
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  text-align: center;
  margin-top: 3rem;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards 0.3s;
  border-top: 4px solid #7ccff4;
}

.closing-text {
  color: #5a6f8e;
  line-height: 1.9;
  font-size: 1rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .terms-title {
    font-size: 2rem;
  }

  .terms-subtitle {
    font-size: 1rem;
  }

  .terms-block {
    padding: 1.5rem;
    gap: 1.2rem;
  }

  .terms-closing {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .terms-title {
    font-size: 1.6rem;
  }

  .terms-subtitle {
    font-size: 0.95rem;
  }

  .terms-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .terms-block-icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }

  .terms-block-title {
    font-size: 1.05rem;
  }

  .terms-text {
    font-size: 0.9rem;
  }

  .terms-closing {
    padding: 1.5rem;
    margin-top: 2rem;
  }

  .closing-text {
    font-size: 0.9rem;
  }
}

/* Contact Section */
.contact-section {
  background: linear-gradient(135deg, #1b3a6e 0%, #2c5aa0 50%, #1e4276 100%);
  position: relative;
  overflow: hidden;
  color: white;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(124, 207, 244, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.contact-section::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(124, 207, 244, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Contact Header */
.contact-header {
  margin-bottom: 3rem;
}

.contact-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.contact-tagline {
  font-size: 1.4rem;
  color: #7ccff4;
  font-weight: 600;
  font-style: italic;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards 0.1s;
}

/* Contact Content */
.contact-content {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards 0.2s;
}

.contact-intro {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  margin-bottom: 2.5rem;
  text-align: center;
}

/* Contact Methods */
.contact-method {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(124, 207, 244, 0.2);
  padding: 2.5rem 2rem;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.contact-method:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(124, 207, 244, 0.4);
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(124, 207, 244, 0.2);
}

.method-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 16px;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.method-icon-whatsapp {
  background: rgba(81, 207, 102, 0.2);
  color: #51cf66;
  border: 2px solid rgba(81, 207, 102, 0.4);
}

.contact-method-whatsapp:hover .method-icon-whatsapp {
  background: rgba(81, 207, 102, 0.3);
  border-color: rgba(81, 207, 102, 0.6);
  transform: scale(1.1);
}

.method-icon-email {
  background: rgba(124, 207, 244, 0.2);
  color: #7ccff4;
  border: 2px solid rgba(124, 207, 244, 0.4);
}

.contact-method-email:hover .method-icon-email {
  background: rgba(124, 207, 244, 0.3);
  border-color: rgba(124, 207, 244, 0.6);
  transform: scale(1.1);
}

.method-title {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
}

.method-description {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.btn-method {
  font-weight: 600;
  padding: 0.85rem 1.8rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-method-whatsapp {
  background: linear-gradient(135deg, #51cf66 0%, #40c057 100%);
  color: white;
  box-shadow: 0 6px 20px rgba(81, 207, 102, 0.3);
}

.btn-method-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(81, 207, 102, 0.4);
  color: white;
  background: linear-gradient(135deg, #40c057 0%, #2f9e44 100%);
}

.btn-method-email {
  background: linear-gradient(135deg, #7ccff4 0%, #5ab8e8 100%);
  color: white;
  box-shadow: 0 6px 20px rgba(124, 207, 244, 0.3);
}

.btn-method-email:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(124, 207, 244, 0.4);
  color: white;
  background: linear-gradient(135deg, #5ab8e8 0%, #3fa5dc 100%);
}

/* Contact Divider */
.contact-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0;
  opacity: 0;
  animation: fadeIn 0.8s ease-out forwards 0.35s;
}

.contact-divider::before,
.contact-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 207, 244, 0.3), transparent);
}

.contact-divider span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Booking Section */
.booking-section {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(124, 207, 244, 0.3);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards 0.4s;
  margin-top: 2rem;
}

.booking-title {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
}

.booking-description {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.booking-btn {
  background: linear-gradient(135deg, #7ccff4 0%, #5ab8e8 100%);
  border: none;
  color: white;
  font-weight: 600;
  padding: 0.95rem 2.5rem;
  box-shadow: 0 8px 25px rgba(124, 207, 244, 0.4);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.booking-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(124, 207, 244, 0.5);
  color: white;
  background: linear-gradient(135deg, #5ab8e8 0%, #3fa5dc 100%);
}

/* Contact Footer */
.contact-footer {
  margin-top: 3rem;
  text-align: center;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards 0.5s;
}

.footer-text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  font-size: 0.9rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.footer-text i {
  color: #51cf66;
  font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 991.98px) {
  .contact-title {
    font-size: 2.5rem;
  }

  .contact-tagline {
    font-size: 1.2rem;
  }

  .contact-intro {
    font-size: 1rem;
  }

  .contact-method {
    padding: 2rem 1.5rem;
  }

  .booking-section {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .contact-title {
    font-size: 2rem;
  }

  .contact-tagline {
    font-size: 1rem;
  }

  .contact-intro {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }

  .contact-method {
    padding: 1.5rem;
  }

  .method-icon {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .method-title {
    font-size: 1.2rem;
  }

  .method-description {
    font-size: 0.9rem;
  }

  .btn-method {
    width: 100%;
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }

  .contact-divider {
    margin: 2rem 0;
  }

  .booking-section {
    padding: 1.5rem;
    margin-top: 1.5rem;
  }

  .booking-title {
    font-size: 1.2rem;
  }

  .booking-description {
    font-size: 0.9rem;
  }

  .booking-btn {
    width: 100%;
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }

  .footer-text {
    font-size: 0.85rem;
  }
}

/* Footer */
.footer {
  background: linear-gradient(135deg, #0f1f3d 0%, #1b3a6e 50%, #0f1f3d 100%);
  color: #ffffff;
  margin-top: 5rem;
}

.footer-main {
  padding: 4rem 0 0 0;
  border-top: 1px solid rgba(124, 207, 244, 0.2);
}

/* Footer Brand Section */
.footer-brand {
  margin-bottom: 2rem;
}

.footer-brand-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.3px;
}

.footer-brand-text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

/* Social Links */
.footer-social {
  display: flex;
  gap: 1rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: rgba(124, 207, 244, 0.15);
  color: #7ccff4;
  transition: all 0.3s ease;
  border: 1px solid rgba(124, 207, 244, 0.3);
}

.social-link:hover {
  background: rgba(124, 207, 244, 0.25);
  border-color: rgba(124, 207, 244, 0.5);
  transform: translateY(-3px);
}

/* Footer Sections */
.footer-section {
  margin-bottom: 2rem;
}

.footer-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.95rem;
}

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

.footer-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  line-height: 1.8;
}

.footer-link:hover {
  color: #7ccff4;
  transform: translateX(4px);
}

/* Contact Items */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.6;
}

.contact-item i {
  color: #7ccff4;
  font-size: 1.1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.contact-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #7ccff4;
}

/* Footer Divider */
.footer-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 207, 244, 0.2), transparent);
  margin: 3rem 0;
}

/* Footer Bottom */
.footer-bottom {
  padding: 2rem 0 3rem 0;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.6;
}

.footer-bottom-links {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem;
}

.footer-bottom-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.footer-bottom-link:hover {
  color: #7ccff4;
}

.divider {
  color: rgba(124, 207, 244, 0.3);
}

/* Responsive */
@media (max-width: 991.98px) {
  .footer-main {
    padding: 3rem 0 0 0;
  }

  .footer-section-title {
    font-size: 1rem;
  }

  .footer-links {
    columns: 2;
    column-gap: 1.5rem;
  }

  .footer-bottom {
    padding: 2rem 0 2.5rem 0;
  }
}

@media (max-width: 576px) {
  .footer-main {
    padding: 2rem 0 0 0;
  }

  .footer-brand-title {
    font-size: 1.3rem;
  }

  .footer-brand-text {
    font-size: 0.9rem;
  }

  .footer-social {
    gap: 0.8rem;
  }

  .social-link {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .footer-section-title {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .footer-link {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .contact-item {
    gap: 0.6rem;
    font-size: 0.85rem;
  }

  .footer-divider {
    margin: 2rem 0;
  }

  .footer-bottom {
    padding: 1.5rem 0 2rem 0;
  }

  .footer-copyright {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .footer-bottom-links {
    justify-content: center;
    text-align: center;
  }

  .footer-bottom-link {
    font-size: 0.8rem;
  }
}