#fw-section-rich-text-174927956830331 {

pre {
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
  max-width: 90vw;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}
}





#fw-section-rich-text-175087596196265 {

.discord-block {
  border: 2px solid #5865F2;
  background-color: #f6f6ff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 2px 8px rgba(88, 101, 242, 0.1);
  margin: 40px 0;
}

.discord-block h2 {
  color: #313540;
  margin-bottom: 10px;
  font-size: 24px;
}

.discord-block p {
  color: #5865F2;
  margin-bottom: 16px;
  font-size: 16px;
}

.discord-button {
  background-color: #5865F2;
  color: white;
  padding: 12px 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.discord-button:hover {
  background-color: #4752C4;
}

}


#fw-section-header {
--color-primary: #14b9dc;
--color-primary-rgb: 20, 185, 220;
--color-background: #fefaf6;
--color-background-rgb: 254, 250, 246;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #1e1e1e;
--color-on-background-rgb: 30, 30, 30;
--color-product-image-background: #1e1e1e;
--color-background-brightness: 251;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-custom-html-79eb150a-5d2e-4acd-9f85-fb0f230fb283 {

.kdcc-carousel {
  max-width: 1200px;
  margin: 0 auto;
  font-family: sans-serif;
  position: relative;
}

.kdcc-carousel input[type="radio"] {
  display: none;
}

.carousel-content {
  display: flex;
  flex-wrap: wrap;
  background: #fdf8f5;
  padding: 24px;
  border-radius: 20px;
  gap: 24px;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.carousel-left {
  flex: 1 1 45%;
  min-width: 280px;
  max-width: 480px;
  height: auto;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.carousel-left .carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 1;
}

.carousel-left .carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
  display: block;
}

#img1:checked ~ .carousel-content .carousel-left .carousel-image:nth-child(1),
#img2:checked ~ .carousel-content .carousel-left .carousel-image:nth-child(2),
#img3:checked ~ .carousel-content .carousel-left .carousel-image:nth-child(3) {
  opacity: 1;
  z-index: 2;
}

.carousel-right {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.quote-subheader {
  font-size: 20px;
  font-weight: 700;
  color: #14b9dc;
  margin-bottom: -6px;
  margin-top: 4px;
}

.carousel-right .quote {
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-align: left;
}

.carousel-right .quote p {
  font-size: 1.1rem;
  margin: 0;
}

.carousel-right .quote span {
  display: block;
  margin-top: 1rem;
  color: #ec4f59;
  font-weight: bold;
}

.carousel-right .quote.with-image {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.carousel-right .quote.with-image img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  margin-top: 4px;
}

.carousel-right .quote.with-image .quote-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.carousel-right .quote.with-image .quote-text p {
  margin: 0;
  font-size: 1.1rem;
}

.carousel-right .quote.with-image .quote-text span {
  color: #ec4f59;
  font-weight: bold;
  margin-top: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.carousel-dots label {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

#img1:checked ~ .carousel-dots label:nth-child(1),
#img2:checked ~ .carousel-dots label:nth-child(2),
#img3:checked ~ .carousel-dots label:nth-child(3) {
  background: #313540;
}

.kdcc-cta-button {
  background: linear-gradient(to right, #14b9dc, #0da3c9);
  color: white;
  padding: 14px 28px;
  border: none;
  border-radius: 16px;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0px 6px 14px rgba(20, 185, 220, 0.3);
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s ease;
}

.kdcc-cta-button:hover {
  transform: scale(1.03);
}

.kdcc-discord-cta {
  text-align: center;
  margin-top: 32px;
}

.kdcc-cta-tagline {
  margin-top: 8px;
  color: #313540;
  font-size: 0.95rem;
}

.carousel-left::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border: 4px solid rgba(0,0,0,0.1);
  border-top-color: #14b9dc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}

.carousel-left.loading::after {
  opacity: 1;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 768px) {
  .carousel-content {
    flex-direction: column;
    text-align: center;
  }

  .carousel-left,
  .carousel-right {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .carousel-right {
    margin-top: 16px;
  }

  .carousel-right .quote {
    text-align: left;
  }

  .carousel-right .quote.with-image {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
  }

  .carousel-right .quote.with-image img {
    width: 48px;
    height: 48px;
    margin-top: 4px;
  }
}

.kdcc-proof-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
  padding: 0 20px;
}

.kdcc-proof-header h2 {
  font-size: 28px;
  font-weight: 800;
  color: #14b9dc;
  margin-bottom: 10px;
}

.kdcc-proof-header p {
  font-size: 16px;
  color: #313540;
  margin: 0;
}

}
#fw-section-custom-html-ef05de29-a6ed-449f-a39a-87918aa67b01 {

.markdown a {
  background-color: #14b9dc;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
}

.markdown a:hover {
  background-color: #119bbf;
}

}

#fw-section-rich-text-4d2009e9-c396-4400-a771-80e6f45e6ca4 {
--color-primary: #ec4f59;
--color-primary-rgb: 236, 79, 89;
--color-background: #fefaf6;
--color-background-rgb: 254, 250, 246;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #1e1e1e;
--color-on-background-rgb: 30, 30, 30;
--color-product-image-background: #1e1e1e;
--color-background-brightness: 251;
background-color: var(--color-background);
color: var(--color-on-background);
h2 {
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
h4 {
  color: #14b9dc;
  font-size: 1.2rem;
  line-height: 1.2;
}
}


#fw-section-featured-collection-0 {
--color-primary: #ec4f59;
--color-primary-rgb: 236, 79, 89;
--color-background: #fefaf6;
--color-background-rgb: 254, 250, 246;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #1e1e1e;
--color-on-background-rgb: 30, 30, 30;
--color-product-image-background: #1e1e1e;
--color-background-brightness: 251;
background-color: var(--color-background);
color: var(--color-on-background);

}


#fw-section-rich-text-5119031d-d26c-4883-a80f-e5855472d6a2 {
--color-primary: #ec4f59;
--color-primary-rgb: 236, 79, 89;
--color-background: #fefaf6;
--color-background-rgb: 254, 250, 246;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #1e1e1e;
--color-on-background-rgb: 30, 30, 30;
--color-product-image-background: #1e1e1e;
--color-background-brightness: 251;
background-color: var(--color-background);
color: var(--color-on-background);
h2 {
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
h4 {
  color: #14b9dc;
  font-size: 1.2rem;
  line-height: 1.2;
}

}
#fw-section-recent-videos-42a7e713-d58b-48c0-b635-22f72c99190a {
--color-primary: #14b9dc;
--color-primary-rgb: 20, 185, 220;
--color-background: #fefaf6;
--color-background-rgb: 254, 250, 246;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #1e1e1e;
--color-on-background-rgb: 30, 30, 30;
--color-product-image-background: #1e1e1e;
--color-background-brightness: 251;
background-color: var(--color-background);
color: var(--color-on-background);

}



#fw-section-custom-html-b9a17b62-654d-4bc9-8e92-0603684efe2f {

.kdcc-steps-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
  background: #fffaf7; /* Site background color */
  text-align: center;
  font-family: 'Inter', sans-serif;
  color: #313540;
}

.kdcc-steps-header {
  font-size: 2.25rem;
  font-weight: 900;
  color: #ec4f59; /* KDCC Red */
  margin-bottom: 12px;
  line-height: 1.2;
}

.kdcc-steps-subheader {
  font-size: 1.125rem;
  color: #313540;
  margin-bottom: 36px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 1.5;
}

.kdcc-steps-container {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.kdcc-step {
  background: #ffffff; /* White card */
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 28px 24px;
  flex: 1 1 300px;
  max-width: 350px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.kdcc-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(236, 79, 89, 0.2);
}

.kdcc-step-number {
  background-color: #ec4f59; /* Filled with KDCC Red */
  color: #ffffff; /* White text */
  font-weight: 900;
  font-size: 1.75rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid #ec4f59; /* Red border */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;

  animation: glowPulse 3s ease-in-out infinite;
}

.kdcc-step-title {
  color: #14b9dc; /* KDCC Blue */
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 12px;
  user-select: none;
}

.kdcc-step-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #313540;
}

/* Glow pulse animation */
@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(236, 79, 89, 0.7);
  }
  50% {
    box-shadow: 0 0 15px 8px rgba(236, 79, 89, 0);
  }
}

/* Responsive */
@media (max-width: 800px) {
  .kdcc-steps-container {
    flex-direction: column;
    align-items: center;
  }

  .kdcc-step {
    max-width: 100%;
    width: 100%;
  }
}

}



#fw-section-custom-html-05aaed9f-e3a2-4e32-b4ce-e7728b87e6e0 {

.kdcc-contact-form-section {
  max-width: 700px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'Arial', sans-serif;
  color: #313540;
}

.kdcc-contact-form-section h1 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #14b9dc;
  text-align: center;
  margin-bottom: 12px;
}

.kdcc-contact-form-section .intro-text {
  text-align: center;
  font-size: 1.2rem;
  color: #555555;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.kdcc-contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.kdcc-contact-form label {
  font-weight: 700;
  color: #ec4f59;
  font-size: 1rem;
}

.kdcc-contact-form input,
.kdcc-contact-form select,
.kdcc-contact-form textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid #ccc;
  font-size: 1rem;
  font-family: inherit;
  color: #333;
  transition: border-color 0.3s ease;
}

.kdcc-contact-form input:focus,
.kdcc-contact-form select:focus,
.kdcc-contact-form textarea:focus {
  border-color: #14b9dc;
  outline: none;
}

.kdcc-submit-button {
  background: linear-gradient(90deg, #14b9dc 0%, #0fa1c2 100%);
  color: white;
  padding: 14px 0;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.kdcc-submit-button:hover {
  background: linear-gradient(90deg, #0fa1c2 0%, #0c8eb0 100%);
  transform: scale(1.05);
}

/* Mobile */
@media (max-width: 600px) {
  .kdcc-contact-form {
    gap: 14px;
  }
}

}


#fw-section-tiers-fa26e851-748e-49da-8961-316862f3b1a3 {

/* Red Header */
h3 {
  background-color: #ec4f59;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  padding: 16px 0;
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 12px !important;
}

/* Price Text – reduced spacing and centered */
.tiers__tier-price {
  margin-top: 0 !important;
  margin-bottom: 20px !important;  /* Was 32px */
  font-size: 1.3rem;  /* Slightly smaller */
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.tiers__tier-annual-link {
  font-size: 0; /* Hides the original text visually */
  position: relative;
}

.tiers__tier-annual-link::after {
  content: "Pay Annually, Get 2 Months Free";
  font-size: 16px; /* Adjust to match your site's font */
  display: inline-block;
  position: relative;
}
.tiers__tier-annual-link {
  font-size: 0;
  position: relative;
}

.tiers__tier-annual-link::after {
  content: "Pay Annually, Get 2 Months Free";
  font-size: 16px;
  color: #000000;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}
.tiers__tier-annual-link {
  font-size: 0;
  position: relative;
}

.tiers__tier-annual-link::after {
  content: "Pay Annually, Get 2 Months Free";
  font-size: 14px;
  font-weight: 600;
  background-color: #fed771; /* KDCC yellow */
  color: #000;
  padding: 6px 10px;
  border-radius: 20px;
  display: inline-block;
}
/* Base pill style */
.tiers__tier-annual-link {
  font-size: 0;
  position: relative;
}

.tiers__tier-annual-link::after {
  content: "Pay Annually, Get 2 Months Free";
  font-size: 14px;
  font-weight: 600;
  background-color: #fed771; /* KDCC yellow */
  color: #000000;
  padding: 6px 10px;
  border-radius: 20px;
  display: inline-block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover pulse effect */
.tiers__tier-annual-link:hover::after {
  transform: scale(1.05);
  box-shadow: 0 0 0 4px rgba(254, 215, 113, 0.4); /* soft yellow glow */
}



}
#fw-section-custom-html-1c2be0e7-e407-49eb-a402-a035c0142008 {

.kdcc-contact-section {
  max-width: 700px;
  margin: 60px auto 80px;
  padding: 0 20px;
  font-family: 'Inter', sans-serif;
  color: #313540;
  text-align: center;
}

.kdcc-contact-section h2 {
  color: #14b9dc;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 12px;
}

.kdcc-contact-section p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.kdcc-form-wrapper {
  box-shadow: 0 4px 15px rgba(20, 185, 220, 0.15);
  border-radius: 16px;
  overflow: hidden;
}

/* Make iframe responsive */
.kdcc-form-wrapper iframe {
  width: 100% !important;
  height: 1300px; /* adjust as needed */
  border: none;
  display: block;
  border-radius: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .kdcc-contact-section {
    margin: 40px 15px 60px;
  }
  
  .kdcc-form-wrapper iframe {
    height: 1400px; /* more height for mobile scroll */
  }
}

}



#fw-section-image-with-text-3300a4a8-4b6c-4111-95f0-525c51328f20 {

/* Container around the image */
.image-container {
  max-width: 280px;  /* same as resource cards */
  margin: 0 auto;    /* center horizontally */
  padding: 20px 0;   /* vertical spacing */
}

/* The image itself */
.image-container img {
  width: 100%;
  height: auto;
  max-height: 150px; /* restrict height for better fit */
  object-fit: contain;
}

}

#fw-section-custom-html-cccf0e63-79c3-4eb4-bc12-e83948fcd553 {

.kdcc-built-to-help {
  background-color: #fffaf7;
  padding: 30px 20px 40px 20px; /* reduced top padding */
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  animation: fadeInUp 0.8s ease-out;
}


.kdcc-section-title {
  color: #ec4f59;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 10px; /* was 20px */
}
.kdcc-section-text p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: justify;
}

.kdcc-feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

.kdcc-feature-card {
  flex: 1 1 calc(25% - 20px);
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: transform 0.3s ease;
}

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

.kdcc-feature-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.kdcc-feature-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #14b9dc;
  margin-bottom: 8px;
}

.kdcc-feature-card p {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.4;
}

.kdcc-button-wrap {
  margin-top: 40px;
  text-align: center;
}

.kdcc-cta-button {
  background: linear-gradient(90deg, #14b9dc 0%, #0fa1c2 100%);
  color: white;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease, transform 0.3s ease;
}

.kdcc-cta-button:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #0fa1c2 0%, #0c8eb0 100%);
}

/* Scroll animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .kdcc-feature-grid {
    flex-direction: column;
    gap: 20px;
  }

  .kdcc-feature-card {
    flex: 1 1 100%;
  }

  .kdcc-section-text p {
    text-align: left;
  }
}
.kdcc-cta-button {
  background: linear-gradient(90deg, #ec4f59 0%, #d7434e 100%); /* KDCC red gradient */
  color: white;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, background 0.3s ease;
  animation: pulseAnimation 2s infinite;
}

.kdcc-cta-button:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #d7434e 0%, #b93139 100%);
}

@keyframes pulseAnimation {
  0% {
    box-shadow: 0 0 0 0 rgba(236, 79, 89, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(236, 79, 89, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(236, 79, 89, 0);
  }
}
.kdcc-feature-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  flex: 1 1 calc(25% - 20px);
}

.kdcc-feature-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  height: 100%;
}

.kdcc-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
}
.kdcc-feature-card h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #14b9dc;
  margin-bottom: 14px; /* was 8px */
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
}


.kdcc-feature-card h3::before {
  content: "Opens in new tab";
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #313540;
  color: #ffffff;
  padding: 4px 8px;
  font-size: 0.7rem;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.kdcc-feature-card:hover h3::before {
  opacity: 1;
}

.kdcc-feature-card:hover h3 {
  transform: translateY(13px);
}
/* Default desktop style — show tooltip */
.kdcc-feature-card h3::before {
  content: "Opens in new tab";
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #313540;
  color: #ffffff;
  padding: 4px 8px;
  font-size: 0.7rem;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.kdcc-feature-card:hover h3::before {
  opacity: 1;
}

.kdcc-feature-card h3 {
  position: relative;
  cursor: pointer;
  margin-bottom: 14px;
  transition: transform 0.2s ease;
}

/* Default desktop: no arrow icon */
.kdcc-feature-card h3::after {
  content: "";
}

/* On mobile: remove tooltip and show arrow icon */
@media (max-width: 768px) {
  .kdcc-feature-card h3::before {
    display: none;
  }

  .kdcc-feature-card:hover h3 {
    transform: none;
  }

  .kdcc-feature-card h3::after {
    content: " ↗";
    font-size: 0.9rem;
    color: #14b9dc;
  }
}
.kdcc-feature-card h3::after {
  font-weight: bold;
}

}
#fw-section-hero-video-bf3e70a3-d1ad-42c1-b9cb-016b09f71c27 {

/* Base style: make all buttons white with bold black text */
button,
.button,
a.button {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 6px;
  padding: 12px 24px;
  transition: background-color 0.3s ease;
}

/* WATCH NOW button: KDCC blue with white text (assumed first button) */
a.button:first-of-type,
button:first-of-type {
  background-color: #14b9dc !important;
  color: #ffffff !important;
}

/* Optional hover styling */
button:hover,
.button:hover,
a.button:hover {
  opacity: 0.95;
  cursor: pointer;
}
}
#fw-section-rich-text-e7c62dc0-2760-44ae-86c1-bc99e50d0692 {

.discord-block {
  border: 2px solid #5865F2;
  background-color: #f6f6ff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 2px 8px rgba(88, 101, 242, 0.1);
  margin: 40px 0;
}

.discord-block h2 {
  color: #313540;
  margin-bottom: 10px;
  font-size: 24px;
}

.discord-block p {
  color: #5865F2;
  margin-bottom: 16px;
  font-size: 16px;
}

.discord-button {
  background-color: #5865F2;
  color: white;
  padding: 12px 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.discord-button:hover {
  background-color: #4752C4;
}

}

#fw-section-custom-html-5b6125c1-b1e6-44fd-94b4-dba76ac1253e {

/* Container max width and padding */
.responsive-section {
  max-width: 720px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Feature cards container */
.feature-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* Feature cards */
.feature-card {
  flex: 1 1 280px;
  max-width: 320px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-align: center;
}

/* Responsive adjustments for tablets and smaller */
@media (max-width: 768px) {
  .feature-cards {
    flex-direction: column;
    align-items: center;
  }
  .feature-card {
    max-width: 90%;
  }
  h2 {
    font-size: 2rem !important;
  }
  .intro-text {
    font-size: 1.1rem !important;
    max-width: 90% !important;
  }
  .glow-button {
    padding: 12px 30px !important;
    font-size: 1.1rem !important;
  }
}

}



#fw-section-custom-html-7a9e27e3-3e75-436c-bd69-d70b17f3f0bf {

/* Container max width and padding */
.responsive-section {
  max-width: 720px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Feature cards container */
.feature-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* Feature cards */
.feature-card {
  flex: 1 1 280px;
  max-width: 320px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-align: center;
}

/* Responsive adjustments for tablets and smaller */
@media (max-width: 768px) {
  .feature-cards {
    flex-direction: column;
    align-items: center;
  }
  .feature-card {
    max-width: 90%;
  }
  h2 {
    font-size: 2rem !important;
  }
  .intro-text {
    font-size: 1.1rem !important;
    max-width: 90% !important;
  }
  .glow-button {
    padding: 12px 30px !important;
    font-size: 1.1rem !important;
  }
}

}
#fw-section-custom-html-2dc63083-f9ef-473d-9b65-8d41ee4a889b {

.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 8px;
}

.resource-card {
  border: 1.5px solid #d13438;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  margin-bottom: 24px;
  box-sizing: border-box;

  /* Flexbox for content alignment */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /* Fixed height for consistent card size */
  height: 140px;
  min-height: 140px;
}

.resource-card:hover {
  box-shadow: 0 8px 20px rgba(209, 52, 56, 0.3);
  transform: translateY(-6px);
}

.resource-card.featured {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 20px;
  padding: 30px;
  margin-bottom: 40px;
  height: auto; /* Let featured cards grow with content */
}

.resource-card.featured .resource-icon {
  height: 64px;
  width: auto;
}

.resource-icon {
  font-size: 3.5rem;
  margin-bottom: 12px;
  user-select: none;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resource-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.resource-text h3 {
  margin: 0;
  color: #d13438;
  font-weight: 700;
  font-size: 1.25rem;
}

.resource-text p {
  margin-top: 2px;
  margin-bottom: 0;
  font-weight: 600;
}

.resource-text a {
  color: #d13438;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 4px;
  display: inline-block;
}

/* Section titles */
.section-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 24px 0;
  padding: 12px 20px;
  color: white;
  border-radius: 6px;
  text-align: left;
}

/* Background colors for sections */
.section-title.featured { background-color: #e33c3a; }
.section-title.content-tools { background-color: #f2b90f; }
.section-title.youtube-growth { background-color: #9c27b0; }
.section-title.audio-resources { background-color: #388e3c; }
.section-title.affordable-gears { background-color: #ff5722; }
.section-title.free-resources { background-color: #03a9f4; }
.section-title.video-production { background-color: #3f51b5; }
.section-title.graphics-visual { background-color: #795548; }
.section-title.livestreaming { background-color: #009688; }
.section-title.engagement-tools { background-color: #607d8b; }
.section-title.organization-planning { background-color: #455a64; }
.section-title.elgato {
  background-color: #5e4a9a;
  color: white;
  border-radius: 6px;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 24px 0;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .resource-card {
    height: auto; /* let cards expand on small screens */
    min-height: unset;
  }

  .resource-card.featured {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 24px 0;
  padding: 12px 20px;
  color: white;
  border-radius: 6px;
  text-align: left; /* Default left aligned */
}

/* Center text on wider screens */
@media (min-width: 601px) {
  .section-title {
    text-align: center;
  }
}

}
#fw-section-custom-html-2f67ecde-a45b-4a14-bc40-92b02a10c4b2 {

/* ========= KDCC Pills → FAQ (no-JS, smooth, with hints) ========= */

/* Visually hidden radios (accessible) + stop mobile jump */
.vh{
  position: fixed;
  top: -100vh;
  left: -100vw;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}
.vh:focus{ outline: none; }

/* Wrapper */
.kdcc-pills-accordion{ max-width:900px; margin:0 auto 40px; }

/* Instruction line */
.pill-instructions{
  margin: 0 auto 10px;
  color:#666;
  font-size:.95rem;
}

/* Grid: 3 → 2 → 1 */
.pill-grid{
  display:grid;
  gap:16px 18px;
  grid-template-columns:repeat(3, minmax(220px, 1fr));
}
@media (max-width:900px){
  .pill-grid{ grid-template-columns:repeat(2, minmax(200px,1fr)); }
}
@media (max-width:560px){
  .pill-grid{ grid-template-columns:1fr; }
}

/* Pills (labels) with subtle button look and arrow */
.pill{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:56px;
  padding:10px 18px;
  border-radius:999px;
  color:#fff;
  font-weight:700;
  font-size:1rem;
  cursor:pointer;
  text-align:center;
  user-select:none;
  /* tactile feel */
  box-shadow:0 2px 10px rgba(0,0,0,.10), inset 0 0 0 1px rgba(255,255,255,.08);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.pill .pill-arrow{
  display:inline-block;
  font-size:1.2rem;
  line-height:1;
  opacity:.9;
  transform: translateX(0);
  transition: transform .18s ease, opacity .18s ease;
}
.pill:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(0,0,0,.16), inset 0 0 0 1px rgba(255,255,255,.10);
  filter:brightness(1.02) saturate(1.02);
}
.pill:hover .pill-arrow{ transform: translateX(3px); opacity:1; }
.pill:active{ transform:translateY(-1px) scale(.99); }

/* Brand color fills with soft gradient */
.pill.red{
  background: linear-gradient(135deg, #f06b73 0%, #ec4f59 60%, #e23b46 100%);
}
.pill.blue{
  background: linear-gradient(135deg, #3fd0eb 0%, #14b9dc 60%, #0ea8c8 100%);
}
.pill.green{
  background: linear-gradient(135deg, #7edb3d 0%, #67bb26 60%, #54a31e 100%);
}

/* One-time gentle hint on the FIRST pill */
.pill-grid label[for="feat-free"]{
  animation: pillHint 1.2s ease-out .4s 1 both;
}
@keyframes pillHint{
  0%{ transform:scale(1); }
  35%{ transform:scale(1.03); }
  100%{ transform:scale(1); }
}
@media (prefers-reduced-motion:reduce){
  .pill-grid label[for="feat-free"]{ animation:none; }
}

/* Panels container layers */
.pill-panels{
  position:relative;
  margin-top:14px;
}

/* Smooth height with grid track animation + fade */
.panel{
  display:grid;
  grid-template-rows: 0fr;      /* collapsed height */
  background:#fff;
  border:0;                     /* no border when closed */
  border-radius:12px;
  box-shadow:none;              /* no shadow when closed */
  overflow:hidden;              /* hides inner as it collapses */
  padding:0;
  margin:0;
  opacity:0;
  transform:translateY(4px);
  pointer-events:none;
  text-align:left;
  transition:
    grid-template-rows .38s cubic-bezier(.4,0,.2,1),
    opacity            .28s ease,
    transform          .32s ease,
    box-shadow         .38s ease,
    border-color       .38s ease;
}

/* Inner wrapper actually animates the content height */
.panel-inner{
  overflow:hidden;
  padding:0 16px;
}
.panel h3{
  margin:14px 0 6px;
  font-size:1.05rem;
  color:#313540;
  font-weight:800;
}
.panel p{
  margin:0 0 8px;
  color:#555;
  line-height:1.55;
}
.panel-close{
  display:inline-block;
  margin:6px 0 12px;
  color:#14b9dc;
  font-weight:700;
  cursor:pointer;
}
.panel-close:hover{ text-decoration:underline; }

/* OPEN state: radio immediately before the panel controls it */
#feat-free:checked           + #panel-free,
#feat-video:checked          + #panel-video,
#feat-thumb:checked          + #panel-thumb,
#feat-channel:checked        + #panel-channel,
#feat-resources:checked      + #panel-resources,
#feat-community:checked      + #panel-community,
#feat-collab:checked         + #panel-collab,
#feat-accountability:checked + #panel-accountability,
#feat-updates:checked        + #panel-updates{
  grid-template-rows: 1fr;     /* expands to natural height smoothly */
  margin-top:12px;
  border:1px solid #eee;       /* border only when open */
  box-shadow:0 2px 10px rgba(0,0,0,.05);
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
  z-index:1;                   /* sits above during fade */
}

/* Optional active-pill highlight */
.kdcc-pills-accordion:has(#feat-free:checked)           .pill-grid label[for="feat-free"],
.kdcc-pills-accordion:has(#feat-video:checked)          .pill-grid label[for="feat-video"],
.kdcc-pills-accordion:has(#feat-thumb:checked)          .pill-grid label[for="feat-thumb"],
.kdcc-pills-accordion:has(#feat-channel:checked)        .pill-grid label[for="feat-channel"],
.kdcc-pills-accordion:has(#feat-resources:checked)      .pill-grid label[for="feat-resources"],
.kdcc-pills-accordion:has(#feat-community:checked)      .pill-grid label[for="feat-community"],
.kdcc-pills-accordion:has(#feat-collab:checked)         .pill-grid label[for="feat-collab"],
.kdcc-pills-accordion:has(#feat-accountability:checked) .pill-grid label[for="feat-accountability"],
.kdcc-pills-accordion:has(#feat-updates:checked)        .pill-grid label[for="feat-updates"]{
  outline:3px solid #14b9dc;
  outline-offset:3px;
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(0,0,0,.16);
}

/* Keep CTA safe below this section */
section[aria-labelledby="inside-kdcc"]{ isolation:isolate; }

/* Mobile-friendly layout and spacing */
@media (max-width:640px){
  .kdcc-pills-accordion{ padding:0 4px; }
  .pill-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .pill{
    min-height:60px;
    padding:12px 18px;
    font-size:1.05rem;
    border-radius:9999px;
    box-shadow:0 2px 8px rgba(0,0,0,.10);
  }
  .pill-panels{ margin-top:10px; }
  .panel{ border-radius:10px; }
  .panel h3{ font-size:1rem; margin-bottom:4px; }
  .panel p{ font-size:.98rem; line-height:1.5; }

  /* slightly slower on phones for extra smoothness */
  .panel{
    transition:
      grid-template-rows .42s cubic-bezier(.4,0,.2,1),
      opacity            .30s ease,
      transform          .34s ease,
      box-shadow         .42s ease,
      border-color       .42s ease;
  }
}

/* Touch devices: keep things steady */
@media (hover:none), (pointer:coarse){
  .pill:hover{
    transform:none;
    box-shadow:0 2px 8px rgba(0,0,0,.10);
    filter:none;
  }
  .pill:active{
    transform:scale(.99);
    box-shadow:0 6px 14px rgba(0,0,0,.14);
  }
}

/* Accessibility: honor reduced motion */
@media (prefers-reduced-motion:reduce){
  .pill-grid label[for="feat-free"]{ animation:none; }
  .pill{ transition:box-shadow .15s ease; }
  .panel{
    transition:none;
    transform:none;
    opacity:1;
    grid-template-rows: 1fr;
  }
}

}

#fw-section-custom-html-0392b1dd-9052-4015-a380-6677281d76ed {

/* KDCC Quick Start Section Styling */
#kdcc-quick-start article {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#kdcc-quick-start article:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(20, 185, 220, 0.3);
}

#kdcc-quick-start h2,
#kdcc-quick-start h3 {
  line-height: 1.3;
}

#kdcc-quick-start p {
  line-height: 1.6;
}

#kdcc-quick-start a {
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

#kdcc-quick-start a:hover {
  background-color: #4752c4;
  box-shadow: 0 0 36px rgba(88, 101, 242, 0.85);
}

@media (max-width: 640px) {
  #kdcc-quick-start {
    padding: 40px 16px;
  }
  #kdcc-quick-start h2 {
    font-size: 2rem;
  }
  #kdcc-quick-start article {
    padding: 16px;
  }
  #kdcc-quick-start img {
    width: 40px;
    height: 40px;
  }
}

}