.ct-hero {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 80px;
}

.ct-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
}

.ct-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,36,64,0.65) 0%, rgba(26,90,128,0.55) 50%, rgba(143,211,232,0.35) 100%);
  z-index: 1;
}

.ct-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 60px 5%;
}

.ct-hero-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.ct-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  color: #ffffff;
  line-height: 1.6;
}

.ct-section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--ocean);
  text-align: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.ct-title-left {
  text-align: left;
}

.ct-combined-section {
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f0f9fc 0%, var(--white) 100%);
}

.ct-combined-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
  position: relative;
  z-index: 1;
}

.ct-combined-left,
.ct-combined-right {
  display: flex;
  flex-direction: column;
}

.ct-info-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ct-info-card {
  background: var(--white);
  border-radius: 16px;
  padding: 24px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
}

.ct-info-card:nth-child(1) { transition-delay: 0s; }
.ct-info-card:nth-child(2) { transition-delay: 0.15s; }
.ct-info-card:nth-child(3) { transition-delay: 0.3s; }

.ct-info-card.ct-card-visible {
  opacity: 1;
  transform: translateY(0);
}

.ct-info-card:hover {
  box-shadow: 0 8px 36px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.ct-info-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--bubble);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--seal-blue);
}

.ct-info-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--ocean);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ct-info-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #5a6a7a;
  line-height: 1.6;
}

.ct-form-slot {
  background: var(--bubble);
  border-radius: 16px;
  padding: 32px 16px;
  text-align: center;
  position: relative;
  z-index: 1;
  min-height: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.ct-form-slot > div {
  width: 100%;
}

.ct-form-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: var(--seal-blue);
}

.ct-review-banner {
  background: linear-gradient(135deg, var(--ocean), var(--seal-blue));
  padding: 60px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ct-review-seal {
  position: absolute;
  bottom: 10px;
  right: 4%;
  width: 180px;
  z-index: 4;
  opacity: 0;
  transform: translateY(0);
  animation: sealEntrance 1s ease-out 0.5s forwards, sealFloat 3s ease-in-out 1.5s infinite;
  pointer-events: none;
}

.ct-review-inner {
  max-width: 700px;
  margin: 0 auto;
}

.ct-review-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: var(--white);
  margin-bottom: 12px;
}

.ct-review-sub {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 28px;
  line-height: 1.6;
}

.ct-review-cta {
  font-size: 16px;
  padding: 16px 40px;
}

.ct-map-section {
  padding: 0;
}

.ct-map-wrap {
  width: 100%;
  line-height: 0;
}

.ct-map-wrap iframe {
  width: 100%;
  height: 400px;
  display: block;
}

.ct-manage-section {
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--white) 0%, #f0f9fc 100%);
}

.ct-manage-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ct-manage-body {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #5a6a7a;
  margin-bottom: 28px;
  line-height: 1.6;
}

.ct-manage-cta {
  font-size: 16px;
  padding: 16px 40px;
}

.ct-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white);
  padding: 12px 20px;
  box-shadow: 0 -2px 16px rgba(0,0,0,0.1);
  z-index: 999;
  text-align: center;
}

.ct-sticky-btn {
  width: 100%;
  max-width: 400px;
  text-align: center;
  font-size: 14px;
  padding: 14px 24px;
}

.ct-animate {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.ct-animate.ct-visible {
  opacity: 1;
  transform: translateY(0);
}

.bubble {
  position: absolute;
  border-radius: 50%;
  background: var(--bubble);
  opacity: 0.5;
  animation: floatBubble 6s ease-in-out infinite;
  z-index: 0;
}

.bubble-1 { width: 120px; height: 120px; top: -30px; left: 5%; animation-delay: 0s; }
.bubble-2 { width: 80px; height: 80px; bottom: 20px; right: 8%; animation-delay: 1.5s; }
.bubble-3 { width: 60px; height: 60px; top: 40%; left: 85%; animation-delay: 3s; }
.bubble-4 { width: 100px; height: 100px; top: -20px; right: 10%; animation-delay: 0.5s; }
.bubble-5 { width: 70px; height: 70px; bottom: 30px; left: 3%; animation-delay: 2s; }
.bubble-6 { width: 90px; height: 90px; top: -15px; left: 8%; animation-delay: 1s; }
.bubble-7 { width: 60px; height: 60px; bottom: 10px; right: 5%; animation-delay: 2.5s; }

@media (max-width: 768px) {
  .ct-hero {
    min-height: 50vh;
    padding-top: 70px;
  }

  .ct-hero-img {
    object-position: 70% center;
  }

  .ct-hero-headline {
    font-size: 36px;
  }

  .ct-hero-sub {
    font-size: 16px;
  }

  .ct-section-title {
    font-size: 28px;
  }

  .ct-title-left {
    text-align: center;
  }

  .ct-combined-section {
    padding: 60px 16px;
  }

  .ct-combined-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ct-combined-right {
    order: -1;
  }

  .ct-form-slot {
    padding: 12px 2px;
    min-height: auto;
  }

  .ct-review-banner {
    padding: 48px 20px;
  }

  .ct-review-seal {
    width: 110px;
    right: 3%;
    bottom: -12px;
  }

  .ct-review-headline {
    font-size: 26px;
  }

  .ct-map-wrap iframe {
    height: 280px;
  }

  .ct-manage-section {
    padding: 60px 16px;
    padding-bottom: 100px;
  }

  .ct-sticky-bar {
    display: block;
  }
}
