/* HERO */
.rozen-hero {
  margin-bottom: 20px;
}

.rozen-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.rozen-subtitle {
  font-size: 14px;
  color: #555;
  max-width: 600px;
}

/* KEUZEBLOK */
.rozen-keuze {
  margin-top: 15px;
}

/* CARD BASIS */
.keuze-card {
  border-radius: 10px;
  padding: 12px 14px;
  transition: all 0.2s ease;
  margin-bottom: 10px;
}

/* TITELS */
.keuze-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3px;
}

.keuze-sub {
  font-size: 12px;
  color: #666;
}

/* KWEKER */
.keuze-kweker {
  background-color: #E6F4EA;
}

/* BLOEMIST */
.keuze-bloemist {
  background-color: #F6E7E7;
}

/* MOBILE OPTIMALISATIE */
@media (max-width: 768px) {
  .rozen-title {
    font-size: 22px;
  }

  .rozen-subtitle {
    font-size: 13px;
  }

  .keuze-card {
    padding: 10px;
  }
}

/* chat code */
/* artikelopmaak onder de H1 */
.article-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 10px 15px 40px;
}

.article-wrap .intro {
  font-size: 22px;
  line-height: 1.55;
  font-weight: 400;
  margin: 0 0 28px;
  color: #111;
}

.article-wrap p {
  font-size: 21px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: #111;
}

.article-wrap h2 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin: 42px 0 18px;
  color: #111;
}

.article-wrap h3 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  margin: 34px 0 16px;
  color: #111;
}

.article-wrap ul,
.article-wrap ol {
  margin: 0 0 28px 28px;
  padding: 0;
}

.article-wrap li {
  font-size: 21px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.article-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 28px 0 34px;
}

.article-wrap a {
  color: #c00;
  text-decoration: underline;
}

.article-wrap strong {
  font-weight: 700;
}

/* Optioneel: H1 ook iets krachtiger maken */
.page-header h1,
h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 991px) {
  .article-wrap {
    max-width: 640px;
  }

  .article-wrap .intro,
  .article-wrap p,
  .article-wrap li {
    font-size: 18px;
  }

  .article-wrap h2 {
    font-size: 28px;
  }

  .article-wrap h3 {
    font-size: 23px;
  }

  .page-header h1,
  h1 {
    font-size: 36px;
  }
}

/* Mobiel */
@media (max-width: 767px) {
  .article-wrap {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .article-wrap .intro,
  .article-wrap p,
  .article-wrap li {
    font-size: 17px;
    line-height: 1.65;
  }

  .article-wrap h2 {
    font-size: 25px;
    margin-top: 32px;
  }

  .article-wrap h3 {
    font-size: 21px;
  }

  .page-header h1,
  h1 {
    font-size: 29px;
    line-height: 1.2;
  }
}

/* claude code */

.variant-card {
  background: #fdf9f7;
  border-left: 3px solid #d4537e;
  padding: 16px 20px;
  margin-bottom: 20px;
}

.variant-card h3,
.bezorg-card h3 {
  margin-top: 4px;
  margin-bottom: 6px;
}

.bezorg-card {
  background: #fdf9f7;
  border: 1px solid #ece8e4;
  padding: 20px 24px;
  margin-bottom: 20px;
}

.tag-kweker {
  display: inline-block;
  padding: 2px 10px;
  background: #fbeaf0;
  color: #993556;
  border-radius: 20px;
  margin-bottom: 8px;
}

.tag-bloemist {
  display: inline-block;
  padding: 2px 10px;
  background: #eaf3de;
  color: #3b6d11;
  border-radius: 20px;
  margin-bottom: 8px;
}

.kwaliteit-block {
  background: #fdf9f7;
  border: 1px solid #ece8e4;
  padding: 24px 28px;
  margin-bottom: 20px;
}

.kwaliteit-block h2,
.cta-block h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.kwaliteit-block p,
.cta-block p {
  margin-bottom: 8px;
}

.cta-block {
  background: #fdf9f7;
  border: 1px solid #ece8e4;
  padding: 24px 28px;
  margin-top: 20px;
}

/* Aantallen: tabel-stijl, werkt op elke breedte */
.aantal-tabel {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.aantal-tabel td {
  border-bottom: 1px solid #ece8e4;
  padding: 10px 12px;
  vertical-align: top;
}

.aantal-tabel td:first-child {
  white-space: nowrap;
  font-weight: bold;
  width: 90px;
}

.aantal-tabel tr:last-child td {
  border-bottom: none;
}