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


.knack-feature-section .row-fluid {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.knack-feature-section .row-fluid-wrapper {
    padding: 30px 20px;
    padding-bottom: 0px;
}

.knack-feature-section {
  padding: 30px 0;
  font-family: "Lato", Arial, sans-serif;
}

.knack-feature-section__kicker {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #ff349a;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.knack-feature-section__title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #000000;
  letter-spacing: -0.5px;
}

.knack-feature-section__desc {
  font-size: 20px;
  font-family: "Lato", serif;
  font-weight: 400; 
}

.knack-feature-section__desc p {
  margin-bottom: 20px;
}

.knack-feature-section__desc ul {
  padding-left: 35px;
  margin-bottom: 20px;
}

.knack-feature-section__desc ul li {
  list-style: none;
  padding-bottom: 10px;
  position: relative;
}

.knack-feature-section__desc ul li:before {
  color: #982a86;
  content: "\2192";
  font-size: 28px;
  left: -35px;
  position: absolute;
  top: -3px;
  font-weight: 900;
}

.knack-feature-section__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Global CTA */
.knack-feature-section__cta-global {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.knack-feature-section__cta-global .button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 30px;
  background: #9c2b7a;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}
.knack-feature-section__cta-global .button:hover {
  background: #7a2160; /* darker hover */
}

/* Themes */
.knack-feature-section.theme-white {
  background: #fff;
}
.knack-feature-section.theme-pink {
  background: #fbeff8;
}
.knack-feature-section.theme-pink .knack-feature-section__kicker {
  color: #982a86;
}

/* Video responsive wrapper (16:9) */
.knack-feature-section__media { width:100%; box-sizing:border-box; }
.knack-feature-section__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(74,20,55,0.08);
}
.knack-feature-section__video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* Responsive */
@media (min-width: 768px) {
  .knack-feature-section { padding: 40px 0; }
  .knack-feature-section .row-fluid { display: flex; align-items: center; justify-content: space-between; max-width: 1200px;}
  .knack-feature-section .span6 { width: 50%; padding: 0 20px; box-sizing: border-box;}
  .knack-feature-section__title { font-size: 40px; }
  .knack-feature-section__desc { font-size: 18px; }
}