:root {
  --ckm-cream: #f3fffc;
  --ckm-warm: #d8fff3;
  --ckm-coral: #0ffcbe;
  --ckm-teal: #106ebe;
  --ckm-forest: #0b5ca3;
  --ckm-navy: #0b2942;
  --ckm-text: #1f2937;
  --ckm-muted: #6b7280;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ckm-text);
  background: radial-gradient(circle at 15% 10%, #ecf5ff 0%, #f4fffb 34%, #f3fffc 100%);
}

h1,
h2,
h3,
h4 {
  font-family: "Fraunces", serif;
  letter-spacing: -0.01em;
  color: var(--ckm-navy);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(12px);
  background: rgba(243, 255, 252, 0.88);
  border-bottom: 1px solid rgba(16, 110, 190, 0.14);
}

.site-nav {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-badge {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(140deg, var(--ckm-teal), var(--ckm-coral));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
}

.brand-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a {
  font-weight: 600;
  color: #334155;
  transition: 0.2s ease;
}

.nav-links a:hover {
  color: var(--ckm-forest);
}


.btn-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: none;
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-site:hover {
  transform: translateY(-1px);
  }

.btn-primary {
  background: linear-gradient(135deg, var(--ckm-teal), var(--ckm-forest));
  color: #fff;
  box-shadow: 0 10px 20px rgba(16, 110, 190, 0.28);
}

.btn-accent {
  background: linear-gradient(135deg, var(--ckm-coral), #09d5a1);
  color: #083756;
  box-shadow: 0 10px 20px rgba(15, 252, 190, 0.36);
}

.hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 20px 40px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
  align-items: start;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.07;
  margin: 0 0 12px 0;
}

.hero p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #475569;
}

.hero-content {
  margin-top: -16px;
}

.hero-right {
  display: grid;
  gap: 18px;
  justify-items: end;
}

.hero-image-wrap {
  width: min(340px, 92%);
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 28px;
  border: 1px solid rgba(16, 110, 190, 0.16);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(15, 252, 190, 0.14));
  box-shadow: 0 14px 28px rgba(11, 92, 163, 0.18);
}

.hero-image {
  width: 100%;
  display: block;
  border-radius: 20px;
  box-shadow: 0 10px 22px rgba(11, 92, 163, 0.14);
}

.hero-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(15, 252, 190, 0.2));
  border: 1px solid rgba(16, 110, 190, 0.14);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(16, 110, 190, 0.12);
  width: 100%;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.chip {
  background: #fff;
  border: 1px solid rgba(16, 110, 190, 0.28);
  color: var(--ckm-teal);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.86rem;
  font-weight: 700;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 20px;
}

.section-title {
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  margin-bottom: 8px;
}

.section-subtitle {
  margin: 0 0 22px;
  color: var(--ckm-muted);
  max-width: 760px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
 /* background: #fff;*/
  border-radius: 18px;
  border: 1px solid rgba(23, 49, 58, 0.1);
  padding: 20px;
  box-shadow: 0 12px 24px rgba(23, 49, 58, 0.08);
}

.video-card {
  padding: 14px;
  width: 314px;
}

.home-video {
  width: 283px;
  height: 500px;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(16, 110, 190, 0.14);
  box-shadow: 0 12px 22px rgba(11, 92, 163, 0.14);
}

.testimonial {
  background: linear-gradient(165deg, #ffffff 0%, #e8fff8 100%);
}

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(23, 49, 58, 0.1);
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
}

.carousel-slide {
  min-width: 100%;
  height: 380px;
  position: relative;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  right: 20px;
  background: rgba(17, 24, 39, 0.58);
  color: #fff;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 600;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
}

.floating-whatsapp a {
  background: #22c55e;
  color: #fff;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  box-shadow: 0 14px 24px rgba(34, 197, 94, 0.34);
}

.footer {
  background: #0b2942;
  color: #e2e8f0;
  margin-top: 36px;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.mobile-toggle {
  display: none;
  border: none;
  background: transparent;
  font-size: 1.5rem;
}

.mobile-panel {
  display: none;
  border-top: 1px solid rgba(16, 110, 190, 0.16);
  padding: 12px 20px 18px;
}

.mobile-panel a {
  display: block;
  padding: 10px 0;
  font-weight: 600;
  color: #334155;
}

.flash {
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 0 20px;
}

.flash-item {
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 600;
}

.flash-success {
  background: #dcfce7;
  color: #166534;
}

.flash-error {
  background: #fee2e2;
  color: #991b1b;
}

.map-wrap iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-grid .full {
  grid-column: span 2;
}

.input-group label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 10px;
  font-family: inherit;
}

.input-group textarea {
  min-height: 100px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .hero-right {
    justify-items: stretch;
  }

  .hero-content {
    margin-top: 0;
  }

  .hero-image-wrap {
    max-width: 280px;
    margin: 0 auto;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .nav-links {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .mobile-panel.open {
    display: block;
  }
}

@media (max-width: 680px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .carousel-slide {
    height: 250px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid .full {
    grid-column: span 1;
  }
}
