@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html {
  scroll-behavior: smooth;
}


nav {
    display: flex;
    gap: 2rem;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    position: fixed;
    top: 0;
    z-index: 1000; 
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 1px white;
}

nav.scrolled {
    background: white;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
}

nav.scrolled a {
    color: black !important;
}

nav.scrolled .btn-login {
    border: 1px solid #000000;
    color: #000000 !important;
}

.nav-logo {
    margin-right: auto;
    font-size: 1.8rem;
    font-weight: bold;
    color: white !important;
    text-decoration: none;
    font-family: "Domine", serif;
    transition: color 0.3s ease;
}

nav.scrolled .nav-logo {
    color: black !important;
}

nav h1{
    color: #333 !important;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    transition: color 0.25s;
    text-decoration: none !important;
    font-family: "Domine", serif;
    justify-content: flex-start;
    font-weight: bold;
}

nav a {
    position: relative;
    color: white !important;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    transition: color 0.25s;
    text-decoration: none !important;
    font-family: "Domine", serif;
    justify-content: center;
}

a::after {
    position: absolute;
    content: "";
    inset: 0;
    /* background: white; */
    scale: 1 0;
    z-index: -1;
    transition: 0.45s;
    border-radius: 10px;
}


nav a:hover::after {
    scale: 1 1;
}

.logo {
    margin-right: auto; /* Logo di kiri, menu di kanan */
    margin-left: 2rem;
    display: flex;
    align-items: center;
}

.logo img{
     max-width: 4rem;
      height: auto;
      border-radius: 10px;
      margin-left: 2.3rem;
}

.btn-login {
    padding: 10px 20px;
    border: 2px solid white;
    color: white !important;
    background: transparent;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
    font-size: 1rem;
}

.btn-login:hover {
    background: white;
    color: #667eea !important;
    border-color: white;
}

body {
      font-family: Arial, sans-serif;
      background: #ffffff;
    }
.hero {
  position: relative;
  background-image: url('/img/landing.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 1rem;
  font-family: "Domine", serif;
}

    .hero-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
        background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.13));
    }
    .hero-content {
      position: relative;
      z-index: 1;
    }
    .hero-content h1 {
      font-size: 3rem;
      margin-bottom: 1rem;
      font-family: 'Roboto', "Domine", serif;
      letter-spacing: 0.5px;
      animation: slideUp 0.8s ease;
    }
    .hero-content p {
      font-size: 1.18rem;
      margin-bottom: 1.2rem;
      font-family: 'Roboto', Arial, sans-serif;
      opacity: 0.95;
      animation: fadeIn 1s ease 0.2s both;
    }
    .hero-content .btn-blue {
      animation: float 3s ease-in-out infinite;
    }
    .hero-content a  {
      padding: 10px 20px;
      border: none;
      background: #2ecc71;
      color: white;
      text-decoration: none;
      font-weight: bold;
      border-radius: 5px;
      transition: 0.3s;
    }
    .hero-content a:hover {
      background: #3ee888;
      color: white;
    }
    
.btn-blue {
  padding: 10px 20px;
  border: none;
  background: #2ecc71;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}


.btn-blue:hover {
  background: #217a48;
  color: white !important;
}

.btn-blue::after {
  display: none;
}


.about {
  padding: 5rem 10%;
  background: linear-gradient(180deg, #f4f5f7 0%, #e9ebee 100%);
  display: flex;
  justify-content: center;
  /* align-items: center;      */
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.about::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(220, 53, 69, 0.25) 0%, rgba(220, 53, 69, 0.1) 70%, transparent 100%);
  border-radius: 50%;
  top: -300px;
  right: -300px;
  z-index: 0;
  pointer-events: none;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 3rem;
}

.about-img img {
  margin: 11rem;
  max-width: 350px;
  border-radius: 10px;
}

.about-text {
  flex: 1;
}

.about-subtitle {
  color: teal;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.about-text h2 {
  padding-left: 1rem;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #333;
}

.about-text p {
  padding: 1rem;
  font-size: 1rem;
  color: #555;
}

.lokasi {
  padding: 5rem 10%;
  background: linear-gradient(180deg, #f4f5f7 0%, #e9ebee 100%);
  width: 100%;
  text-align: center;
  position: relative;
}

.lokasi h2 {
  position: relative;
  z-index: 1;
}

.lokasi-container {
  margin: 2rem 0;
  position: relative;
  z-index: 1;
}

.lokasi-btn {
  padding: 10px 20px;
  margin: 0.5rem;
  border: 2px solid #00c3ff;
  background: white;
  color: #00c3ff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.lokasi-btn:hover {
  background: #00c3ff;
  color: white;
}

.detail-lokasi {
  margin-top: 2rem;
  padding: 2rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  display: none;
}

.detail-lokasi img {
  max-width: 400px;
  border-radius: 10px;
  margin-bottom: 1rem;
}

#map {
  width: 100%;
  height: 400px;
  margin-top: 2rem;
  border-radius: 10px;
}

/* Marker label styling */
.marker-label {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #667eea;
  border-radius: 6px;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 13px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.marker-label::before {
  border-top-color: #667eea !important;
}

.detail-lokasi {
  margin-top: 2rem;
  padding: 2rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  display: none; /* awalnya disembunyikan */
  text-align: left;
}

.detail-lokasi img {
  max-width: 400px;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.lokasi-galeri {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

#lokasi-galeri img {
  width: 100%;
  height: 200px;        /* semua sama tinggi */
  object-fit: cover;    /* crop biar seragam */
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.keunggulan {
  padding: 5rem 0;
  background: #ffffff;
}

.keunggulan h2 {
  margin-bottom: 2rem;
  color: #333;
}

/* Keunggulan slider */
.keunggulan-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
}

/* Desktop: Grid layout */
@media (min-width: 768px) {
  .keunggulan-slider {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 0.5rem 0.25rem;
    max-width: 1200px;
    width: 100%;
  }
  
  .keunggulan-slider .card {
    min-width: auto;
    width: 100%;
  }
  
  /* Hide arrows and dots on desktop */
  .slide-arrow {
    display: none !important;
  }
  
  .keunggulan-dots {
    display: none !important;
  }
}

/* Mobile: Horizontal scroll */
@media (max-width: 767px) {
  .keunggulan-slider {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0.5rem 0.25rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    max-width: 1200px;
    width: 100%;
  }
  
  .keunggulan-slider .card { 
    min-width: 100%;
    flex: 0 0 auto;
  }
  
  .slide-arrow {
    background: rgba(0,0,0,0.06);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
  }
  
  .slide-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
}

/* hide scrollbar on webkit */
.keunggulan-slider::-webkit-scrollbar { display: none; }

/* Dots */
.keunggulan-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.keunggulan-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0,0,0,0.12);
  cursor: pointer;
}
.keunggulan-dots .dot.active {
  background: #2ecc71;
  box-shadow: 0 0 6px rgba(46,204,113,0.35);
}

/* Card entrance animation */
.keunggulan-slider .card {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.keunggulan-slider .card.visible {
  opacity: 1;
  transform: translateY(0);
}

.card-info .card {
  border: none;
  border-radius: 15px;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  overflow: hidden;
}

.card-info .card:hover {
  transform: translateY(-5px);
}

.card-info .card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-info .card-body {
  padding: 1.5rem;
}

.card-info .card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}

.card-info .card-text {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
}

footer a{
  color: #ffffff !important;
  text-decoration: none;
}


/* animasi dasar */
.animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* variasi arah */
.animate-left {
  transform: translateX(-50px);
}
.animate-left.show {
  transform: translateX(0);
}

.animate-right {
  transform: translateX(50px);
}
.animate-right.show {
  transform: translateX(0);
}

.animate-up {
  transform: translateY(100px);
}
.animate-up.show {
  transform: translateY(0);
  opacity: 1;
}

.animate-down {
  transform: translateY(-100px);
}
.animate-down.show {
  transform: translateY(0);
  opacity: 1;
}

.animate-fade {
  opacity: 0;
  transition-duration: 1.2s !important;
  transition-delay: 0.3s !important;
}

.animate-fade.show {
  opacity: 1;
}

.custom-popup {
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  background: #ffffff;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
}

.custom-popup::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.25) 0%, rgba(118, 75, 162, 0.25) 100%);
  border-radius: 50%;
  top: -150px;
  right: -150px;
  z-index: 0;
  pointer-events: none;
}

.custom-popup::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
  border-radius: 50%;
  bottom: -100px;
  left: -100px;
  z-index: 0;
  pointer-events: none;
}

.modal-body {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  padding: 2rem;
  position: relative;
  z-index: 1;
}

.popup-img{
  display: flex;
  width: 220px;
  height: 260px;
  position: relative;
}

.popup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.popup-img img:hover {
  transform: scale(1.03);
}

.popup-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.kos-nama {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
  line-height: 1.3;
}

.kos-tipe {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.kos-fasilitas {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  padding: 0.5rem 0;
}

.kos-kamar {
  font-size: 1rem;
  color: #dc3545;
  font-weight: 600;
  padding: 0.6rem 1rem;
  background: rgba(220, 53, 69, 0.1);
  border-radius: 10px;
  border-left: 4px solid #dc3545;
}

.kos-harga {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 1rem;
  text-align: right;
  letter-spacing: -0.5px;
}

.custom-popup:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

/* ===================== */
/* === RESPONSIVE CSS === */
/* ===================== */

/* Untuk layar di bawah 1024px (tablet landscape) */
@media (max-width: 1024px) {
  nav {
    gap: 1rem;
    padding-right: 1.5rem;
  }

  nav a {
    font-size: 1.1rem;
    padding: 0.3rem 0.8rem;
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }

  .about {
    padding: 4rem 5%;
  }

  .about-img img {
    max-width: 300px;
    margin: 5rem auto;
  }
}

/* Untuk layar di bawah 768px (tablet & HP besar) */
@media (max-width: 768px) {
  nav {
    justify-content: space-between;
    padding: 0.8rem 1.5rem;
  }

  nav h1 {
    font-size: 1.8rem;
  }

  .nav-links {
    display: none; /* disembunyikan di HP */
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 2rem;
    border-radius: 0 0 10px 10px;
  }

  .nav-links.show {
    display: flex;
  }

  .hero {
    height: 80vh;
    padding: 2rem 1rem;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

    .about-container {
    flex-direction: column;      /* susun vertikal */
    align-items: center;         /* tengah semua */
    text-align: center;
  }

  .about-img img {
    margin: 1rem auto;          /* jarak atas bawah */
    max-width: 250px;           /* kecilin biar proporsional */
  }

  .about-text {
    padding: 0 1rem;
  }

  .about-text h2 {
    margin-top: 1rem;
    font-size: 1.6rem;
  }

  .about-text p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .lokasi-btn {
    width: 100%;
    margin: 0.5rem 0;
  }

  #map {
    height: 300px;
  }

}

/* Untuk layar di bawah 480px (HP kecil) */
@media (max-width: 480px) {
  nav h1 {
    font-size: 1.5rem;
  }

  .btn-login {
    padding: 6px 12px;
    font-size: 0.9rem;
  }

  .hero-content h1 {
    font-size: 1.6rem;
  }

  .hero-content a {
    padding: 8px 14px;
    font-size: 0.9rem;
  }

  .about-text h2 {
    font-size: 1.5rem;
  }

  .about-text p {
    font-size: 0.9rem;
  }

  footer p {
    font-size: 0.9rem;
  }

  .social-icons a {
    font-size: 0.9rem;
  }
}

/* ===================== */
/* === STATS SECTION === */
/* ===================== */
.stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.stat-item i {
  font-size: 2.5rem;
  color: #667eea;
  margin-bottom: 1rem;
}

.stat-item h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0.5rem 0;
}

.stat-item p {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 768px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .stat-item {
    padding: 1rem;
  }
  
  .stat-item i {
    font-size: 2rem;
  }
  
  .stat-item h3 {
    font-size: 1.5rem;
  }
}

/* ===================== */
/* === TESTIMONIAL SECTION === */
/* ===================== */
.testimonial {
  padding: 5rem 0;
  background: linear-gradient(180deg, #f4f5f7 0%, #e9ebee 100%);
}

.testimonial h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

.testimonial-slider {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  min-height: 300px;
}

.testimonial-item {
  display: none;
  animation: fadeIn 0.5s ease;
}

.testimonial-item.active {
  display: block;
}

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

.testimonial-content {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  position: relative;
}

.testimonial-content i {
  font-size: 3rem;
  color: #667eea;
  opacity: 0.2;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.testimonial-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin: 2rem 0;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testimonial-avatar i {
  font-size: 1.8rem;
  color: white;
  position: static;
  opacity: 1;
}

.testimonial-author h5 {
  margin: 0;
  font-weight: 700;
  color: #1a1a1a;
}

.testimonial-author p {
  margin: 0;
  font-size: 0.9rem;
  color: #888;
  font-style: normal;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

.testimonial-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0,0,0,0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-dots .dot.active {
  background: #667eea;
  width: 30px;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .testimonial-content {
    padding: 2rem;
  }
  
  .testimonial-content p {
    font-size: 1rem;
  }
}

/* ===================== */
/* === FAQ SECTION === */
/* ===================== */
.faq {
  padding: 5rem 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.faq::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(13, 110, 253, 0.25) 0%, rgba(13, 110, 253, 0.1) 70%, transparent 100%);
  border-radius: 50%;
  bottom: -300px;
  left: -300px;
  z-index: 0;
  pointer-events: none;
}

.faq h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.faq-item {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.faq-question {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.faq-question h5 {
  margin: 0;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1.1rem;
}

.faq-question i {
  color: #667eea;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-answer p {
  padding: 0 1.5rem 1.5rem;
  margin: 0;
  color: #666;
  line-height: 1.6;
}

/* ===================== */
/* === CTA SECTION === */
/* ===================== */
.cta {
  padding: 5rem 0;
  background-image: url('/img/landing.png');
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  color: white;
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-cta {
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-cta.primary {
  background: white;
  color: #667eea;
}

.btn-cta.primary:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,255,255,0.3);
}

.btn-cta.secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.btn-cta.secondary:hover {
  background: white;
  color: #667eea;
  transform: translateY(-2px);
}

.btn-cta i {
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .cta-content h2 {
    font-size: 1.8rem;
  }
  
  .cta-content p {
    font-size: 1rem;
  }
  
  .btn-cta {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}
