/* Für Kitas – page-specific enhancements
   Keep styles minimal and leverage globals from style.css */

.kitas-main{
  row-gap: 2.5rem;
}

/* Generic section wrapper already provided by .ka-sec */

/* Features grid */
.features-list{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.feature-item{
  background: var(--panel, #ffffff);
  border: 1px solid var(--line, #E6E1DC);
  border-radius: var(--r, 2px);
  padding: 1rem;
}
.feature-bullets{
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: .5rem;
  list-style: disc;
}

/* Benefits / Support lists */
.benefits-list,
.support-list,
.privacy-list{
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: .5rem;
  list-style: disc;
}

/* CTA section */
.contact-section{
  padding: 2rem 1.5rem;
  text-align: center;
}
.contact-btn{
  background-color: var(--brand, #ea3891) !important;
  color: #ffffff !important;
  padding: 0.75rem 1.5rem;
  border-radius: var(--r, 2px);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: filter .15s ease;
}
.contact-btn:hover{
  filter: brightness(0.92);
}

/* Für Kitas - Nutzt bestehende home.css Klassen */

/* Hero Section - nutzt ka-hero Stil */
.kitas-hero {
  padding: 4rem 0 3rem 0;
}

.hero-headline {
  /* Nutzt ka-h1 aus home.css */
  font-size: clamp(2.25rem, 1.9615rem + 1.2821vw, 3.5rem); 
  line-height: 1.2; 
  font-weight: 700;
  color: var(--text-strong);
  margin-bottom: 1.5rem;
}

.hero-subheadline {
  /* Nutzt ka-sub aus home.css */
  font-size: 1.25rem; 
  line-height: 1.6; 
  color: var(--text);
  margin: 0;
}

/* Section Titles - nutzt ka-h2 */
.section-title,
.main-section-title {
  font-size: 1.6rem; 
  font-weight: 700; 
  color: var(--text-strong);
  margin-bottom: 1.5rem;
}

/* Intro Content - nutzt ka-p */
.intro-content {
  font-size: 1.1rem; 
  line-height: 1.5; 
  color: var(--text);
}

.intro-content p {
  margin-bottom: 1rem;
}

.intro-content p:last-child {
  margin-bottom: 0;
}

/* Feature Sections - nutzt ka-sec Spacing */
.intro-section,
.features-section,
.benefits-section {
  margin-bottom: 4rem;
}

.feature-item {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.feature-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.feature-title {
  font-size: 1.6rem; 
  font-weight: 700; 
  color: var(--text-strong);
  margin-bottom: 1rem;
}

.feature-description {
  font-size: 1.1rem; 
  line-height: 1.5; 
  color: var(--text);
  margin-bottom: 1rem;
}

.ul-headline {
  font-size: 1.25rem;
  font-weight: 600;
}

.feature-challenge,
.feature-challenge p {
  font-size: 1.1rem !important; 
  line-height: 1.5; 
  color: var(--text);
  margin-bottom: 0;
}

.feature-challenge strong {
  color: var(--text-strong);
  font-weight: 600;
}

.feature-usp,
.feature-usp p {
  font-size: 1.1rem !important; 
  line-height: 1.5; 
  color: var(--text);
  margin-bottom: 0;
  font-weight: 600;
}

.feature-usp strong {
  color: var(--text-strong);
  font-weight: 600;
}

.feature-cta {
  margin-top: 1.5rem;
}

/* Feature Bullets - nutzt de-list Stil aus Wiki */
.feature-bullets {
  margin: .25rem 0 0; 
  padding-left: .8rem; 
  list-style-type: square; 
  list-style-position: outside;
}

.feature-bullets li {
  padding-left: .6rem;
  font-size: 1.1rem; 
  line-height: 1.65; 
  color: var(--text);
}

/* How-List (ordered list) - gleiche Styles wie feature-bullets */
.how-list {
  margin: .25rem 0 0; 
  padding-left: 1.4rem; 
  display: grid;
  gap: .5rem;
  counter-reset: how-counter;
  list-style-type: none;
}

.how-list li {
  padding-left: .6rem;
  font-size: 1.1rem; 
  line-height: 1.65; 
  color: var(--text);
  counter-increment: how-counter;
  position: relative;
}

.how-list li::before {
  content: counter(how-counter) ". ";
  font-weight: 600;
  position: absolute;
  left: -1.4rem;
}

ul li p,
ol li p {
  margin: 0 !important;
}

/* Benefits Section */
.benefits-section {
  margin-bottom: 4rem;
}

.benefits-intro {
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--text);
  margin: 0;
}

.benefits-list {
  margin: .25rem 0 0; 
  padding-left: .8rem; 
  list-style-type: square; 
  list-style-position: outside;
}

.benefits-list li {
  padding-left: .6rem;
  font-size: 1.1rem; 
  line-height: 1.65; 
  color: var(--text);
  margin-bottom: 0.5rem;
}

.benefits-list li:last-child {
  margin-bottom: 0;
}

/* Support Section */
.wiki-text {
  font-size: 1.1rem !important;
  line-height: 1.5;
  color: var(--text);
}

.wiki-text p {
  font-size: 1.1rem !important;
  line-height: 1.5;
  color: var(--text);
}

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

.support-list {
  margin: .25rem 0 0; 
  padding-left: .8rem; 
  list-style-type: square; 
  list-style-position: outside;
}

.support-list li {
  padding-left: .6rem;
  font-size: 1.1rem; 
  line-height: 1.65; 
  color: var(--text);
  margin-bottom: 0.5rem;
}

.support-list li:last-child {
  margin-bottom: 0;
}

/* Privacy Section */
.privacy-text,
.privacy-text p {
  font-size: 1.1rem !important;
  line-height: 1.5;
  color: var(--text);
  margin-bottom: 0;
}

.privacy-list {
  margin: .25rem 0 0; 
  padding-left: .8rem; 
  list-style-type: square; 
  list-style-position: outside;
}

.privacy-list li {
  padding-left: .6rem;
  font-size: 1.1rem; 
  line-height: 1.65; 
  color: var(--text);
  margin-bottom: 0.5rem;
}

.privacy-list li:last-child {
  margin-bottom: 0;
}

/* Contact Section - Callout-Stil */
.contact-section {

  padding: 3rem;
  margin-bottom: 4rem;
  text-align: center;
}

.contact-intro {
  font-size: 1.1rem; 
  line-height: 1.5; 
  color: var(--text);
  margin-bottom: 2rem;
}

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

.contact-btn {
  padding: 0.75rem 2rem;
  border-radius: 2px !important;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: none !important;
  transition: filter .15s ease;
  outline: none !important;
  border: 1px solid transparent;
  cursor: pointer;
  min-width: 140px;
}

.contact-btn-primary {
  background-color: rgb(234, 56, 145) !important;
  color: #ffffff !important;
}

.contact-btn-primary:hover {
  filter: brightness(0.92);
}

/* CTA Button - exakt wie ka-button von Home */
.cta-button {
  background-color: rgb(234, 56, 145) !important;
  color: #ffffff !important;
  padding: 1rem 2rem;
  border-radius: 2px !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: none !important;
  transition: filter .15s ease;
  outline: none !important;
  border: none;
  cursor: pointer;
}

.cta-button:hover {
  filter: brightness(0.92);
}

/* Responsive Anpassungen - nutzt home.css Breakpoints */
@media (max-width: 768px) {
  .hero-headline {
    font-size: clamp(1.75rem, 1.5rem + 1vw, 2.25rem);
  }
  
  .hero-subheadline {
    font-size: 1.1rem;
  }
  
  .section-title,
  .main-section-title {
    font-size: 1.4rem;
  }
  
  .contact-section {
    padding: 2rem 1.5rem;
  }
  
  .contact-intro {
    font-size: 1rem;
  }
  
  .contact-cta {
    flex-direction: column;
    align-items: stretch;
  }
  
  .contact-btn {
    width: 100%;
  }
}

/* Extra small devices (phones in portrait) */
@media (max-width: 480px) {
  .contact-section {
    padding: 1.5rem 1rem;
  }
}

/* FAQ Accordion Styles */
.ka-landing-faq-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0;
}

.ka-landing-faq-group {
  background: transparent;
  border: 1px solid #ece9e6;
  border-radius: 2px;
  overflow: hidden;
}

.ka-landing-faq {
  border-top: 0.5px solid #ECE9E6;
}

.ka-landing-faq:first-child {
  border-top: none;
}

.ka-landing-faq-q {
  list-style: none;
  cursor: pointer;
  padding: 0.8rem 1rem;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

.ka-landing-faq-q::-webkit-details-marker {
  display: none;
}

.ka-landing-faq-q:focus,
.ka-landing-faq-q:focus-visible,
.ka-landing-faq:focus-within summary {
  outline: none !important;
  box-shadow: none !important;
}

.ka-faq-arrow {
  margin-left: auto;
  color: #ea3891;
  transition: transform 0.2s ease;
}

.ka-landing-faq[open] .ka-faq-arrow {
  transform: rotate(180deg);
}

.ka-landing-faq-a {
  padding: 16px;
  background: #ffffff;
}

.ka-landing-faq-a .bullet-text {
  margin: 0;
}

@media (min-width: 768px) {
  .ka-landing-faq-q {
    padding: 0.8rem 2rem 0.8rem 1rem;
  }
}

@media (min-width: 1024px) {
  .ka-landing-faq-q {
    padding: 0.8rem 3rem 0.8rem 1rem;
  }
}

@media (min-width: 1280px) {
  .ka-landing-faq-q {
    padding: 0.8rem 4rem 0.8rem 1rem;
  }
}
