﻿/* Page: Webprogrammierung
   Loaded after site.css. Keep only styles used by this page here. */

/* =========================
   Webprogrammierung: Hero
   ========================= */

.smentwp-hero {
  padding-top: 2.8rem;
  padding-bottom: 2.6rem;
}

.smentwp-hero .hero-title {
  max-width: 900px;
  margin-bottom: 1.4rem;
}

.smentwp-hero .hero-content {
  align-items: center;
  gap: 3rem;
}

.smentwp-hero .hero-text {
  max-width: 690px;
}

.smentwp-hero .hero-text h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.25;
  color: #123f46;
}

.smentwp-hero .lead {
  font-size: 1.08rem;
  line-height: 1.75;
}

.smentwp-hero-actions {
  margin-top: 1.4rem;
}

.smentwp-hero-actions .btn.btn-primary {
  width: auto;
  min-width: 230px;
  margin-top: 0;

  justify-content: center;
  padding: 0.95rem 1.2rem;
  border-radius: 14px;

  font-size: 1rem;
  font-weight: 750;
  line-height: 1.25;

  box-shadow: 0 12px 26px rgba(247, 148, 30, 0.24);
}

.smentwp-hero-actions .btn.btn-primary:hover,
.smentwp-hero-actions .btn.btn-primary:focus {
  color: #111827;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(247, 148, 30, 0.30);
}

.smentwp-hero .hero-image {
  max-width: 400px;
  border-radius: 22px;
  border: 1px solid rgba(62, 166, 161, 0.16);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10);
  background: #ffffff;
  padding: 0.35rem;
}

@media (max-width: 900px) {
  .smentwp-hero .hero-content {
    align-items: flex-start;
    gap: 1.5rem;
  }

  .smentwp-hero .hero-image {
    max-width: 360px;
  }

  .smentwp-hero-actions,
  .smentwp-hero-actions .btn.btn-primary {
    width: 100%;
  }
}

/* =========================
   Webprogrammierung: Für wen sinnvoll?
   ========================= */

.smentwp-for-section {
  margin-top: 2rem;
}

.smentwp-for-box {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 1.4rem;
  align-items: stretch;

  padding: 1.45rem;
  border-radius: 22px;
  border: 1px solid rgba(62, 166, 161, 0.24);
  background:
    radial-gradient(circle at top right, rgba(62, 166, 161, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.065);
}

.smentwp-for-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 0.35rem 0.2rem;
}

.smentwp-for-kicker {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 0.8rem;
  padding: 0.28rem 0.7rem;

  border-radius: 999px;
  background: rgba(62, 166, 161, 0.12);
  color: var(--brand-dark);

  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.smentwp-for-text h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.18;
  color: #111827;
}

.smentwp-for-text p {
  margin: 0;
  color: #5f6f80;
  font-size: 1.05rem;
  line-height: 1.7;
}

.smentwp-for-rule {
  margin-top: 1.15rem;
  padding: 1rem 1.05rem;

  border-radius: 15px;
  border: 1px solid rgba(247, 148, 30, 0.22);
  background:
    linear-gradient(90deg, rgba(247, 148, 30, 0.12), rgba(247, 148, 30, 0.04));
  color: #334155;
  line-height: 1.55;
}

.smentwp-for-rule strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #123f46;
  font-size: 0.96rem;
}

.smentwp-for-rule span {
  display: block;
  font-size: 0.98rem;
}

.smentwp-for-triggers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 1rem;
}

.smentwp-for-triggers span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0.65rem 0.65rem 0.65rem 2rem;

  border-radius: 13px;
  background: #ffffff;
  border: 1px solid rgba(62, 166, 161, 0.15);
  color: #123f46;

  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.25;
  box-shadow: 0 7px 18px rgba(15, 23, 42, 0.04);
}

.smentwp-for-triggers span::before {
  content: "→";
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);

  color: var(--brand);
  font-weight: 900;
}

.smentwp-for-list {
  padding: 1.15rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(62, 166, 161, 0.17);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.smentwp-for-list h3 {
  margin: 0 0 0.9rem;
  font-size: 1.05rem;
  line-height: 1.3;
  color: #123f46;
}

.smentwp-for-list ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.smentwp-for-list li {
  position: relative;
  margin: 0;
  padding: 0.72rem 0.75rem 0.72rem 2.2rem;

  border-radius: 13px;
  background: rgba(62, 166, 161, 0.07);
  color: #4b5f70;
  font-size: 0.96rem;
  line-height: 1.42;
}

.smentwp-for-list li::before {
  content: "✓";
  position: absolute;
  left: 0.75rem;
  top: 0.72rem;

  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 7px;
  background: rgba(62, 166, 161, 0.16);
  color: var(--brand-dark);
  font-weight: 900;
  font-size: 0.75rem;
}

@media (max-width: 900px) {
  .smentwp-for-box {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .smentwp-for-text {
    padding: 0;
  }

  .smentwp-for-list ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .smentwp-for-triggers {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Webprogrammierung: kleine Weblösungen
   ========================= */

.smentwp-small-section {
  margin-top: 3rem;
}

.smentwp-section-head {
  max-width: 860px;
  margin-bottom: 1.6rem;
}

.smentwp-section-head h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  line-height: 1.25;
  color: #111827;
}

.smentwp-section-head p {
  margin: 0 0 0.75rem;
  color: #5f6f80;
  font-size: 1.05rem;
  line-height: 1.7;
}

.smentwp-section-head p:last-child {
  margin-bottom: 0;
}

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

.smentwp-small-card {
  position: relative;
  padding: 1.25rem 1.25rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.smentwp-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;
  margin-bottom: 0.9rem;

  border-radius: 13px;
  background: rgba(62, 166, 161, 0.12);
  color: var(--brand-dark);

  font-size: 0.85rem;
  font-weight: 850;
}

.smentwp-small-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.08rem;
  line-height: 1.3;
  color: #123f46;
}

.smentwp-small-card p {
  margin: 0;
  color: #5f6f80;
  font-size: 0.98rem;
  line-height: 1.6;
}

.smentwp-small-card:hover {
  border-color: rgba(62, 166, 161, 0.34);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

@media (max-width: 960px) {
  .smentwp-small-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .smentwp-small-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Webprogrammierung: keine technische Lösung nötig
   ========================= */

.smentwp-tech-section {
  margin-top: 3.2rem;
}

.smentwp-tech-box {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 1.4rem;
  align-items: stretch;

  padding: 1.45rem;
  border-radius: 22px;
  border: 1px solid rgba(247, 148, 30, 0.25);
  background:
    radial-gradient(circle at top right, rgba(247, 148, 30, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.065);
}

.smentwp-tech-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.35rem 0.2rem;
}

.smentwp-tech-kicker {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 0.8rem;
  padding: 0.28rem 0.7rem;

  border-radius: 999px;
  background: rgba(247, 148, 30, 0.14);
  color: #c85a00;

  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.smentwp-tech-text h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.18;
  color: #111827;
}

.smentwp-tech-text p {
  margin: 0 0 0.85rem;
  color: #5f6f80;
  font-size: 1.05rem;
  line-height: 1.7;
}

.smentwp-tech-note {
  margin-top: 0.35rem;
  padding: 1rem 1.05rem;

  border-radius: 15px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: rgba(62, 166, 161, 0.075);

  color: #123f46;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.smentwp-tech-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 1rem;
}

.smentwp-tech-steps span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0.65rem 0.65rem 0.65rem 2rem;

  border-radius: 13px;
  background: #ffffff;
  border: 1px solid rgba(247, 148, 30, 0.16);
  color: #123f46;

  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.25;
  box-shadow: 0 7px 18px rgba(15, 23, 42, 0.04);
}

.smentwp-tech-steps span::before {
  content: "→";
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);

  color: var(--brand);
  font-weight: 900;
}

.smentwp-tech-list-wrap {
  padding: 1.15rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(247, 148, 30, 0.18);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.smentwp-tech-list-title {
  margin: 0 0 0.9rem;
  color: #123f46;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
}

.smentwp-tech-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.smentwp-tech-list li {
  position: relative;
  margin: 0;
  padding: 0.78rem 0.8rem 0.78rem 2.35rem;

  border-radius: 13px;
  background: #ffffff;
  border: 1px solid rgba(247, 148, 30, 0.14);

  color: #4b5f70;
  font-size: 0.98rem;
  line-height: 1.45;
}

.smentwp-tech-list li::before {
  content: "?";
  position: absolute;
  left: 0.78rem;
  top: 0.78rem;

  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;
  background: rgba(247, 148, 30, 0.16);
  color: #c85a00;
  font-weight: 900;
  font-size: 0.78rem;
}

.smentwp-tech-end {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(247, 148, 30, 0.18);

  color: #123f46;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 750;
}

@media (max-width: 900px) {
  .smentwp-tech-box {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .smentwp-tech-text {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .smentwp-tech-steps {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Webprogrammierung: mögliche Funktionen
   ========================= */

.smentwp-poss-section {
  margin-top: 3.2rem;
}

.smentwp-poss-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.smentwp-poss-card {
  position: relative;
  padding: 1.35rem 1.4rem;
  border-radius: 18px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
}

.smentwp-poss-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;
  background: rgba(62, 166, 161, 0.12);
  color: var(--brand-dark);

  font-size: 1.05rem;
  font-weight: 850;
}

.smentwp-poss-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.12rem;
  line-height: 1.3;
  color: #123f46;
}

.smentwp-poss-card ul {
  margin: 0;
  padding-left: 1.15rem;
}

.smentwp-poss-card li {
  margin-bottom: 0.42rem;
  color: #4b5f70;
  font-size: 0.98rem;
  line-height: 1.45;
}

.smentwp-poss-card li:last-child {
  margin-bottom: 0;
}

.smentwp-poss-card:hover {
  border-color: rgba(62, 166, 161, 0.34);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .smentwp-poss-grid {
    grid-template-columns: 1fr;
  }

  .smentwp-poss-card {
    padding: 1.2rem;
  }
}

/* =========================
   Webprogrammierung: passend zum Unternehmen
   ========================= */

.smentwp-suit-section {
  margin-top: 3.2rem;
}

.smentwp-suit-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 1.4rem;
  align-items: stretch;

  padding: 1.45rem;
  border-radius: 22px;
  border: 1px solid rgba(62, 166, 161, 0.24);
  background:
    radial-gradient(circle at top right, rgba(62, 166, 161, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.065);
}

.smentwp-suit-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.35rem 0.2rem;
}

.smentwp-suit-kicker {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 0.8rem;
  padding: 0.28rem 0.7rem;

  border-radius: 999px;
  background: rgba(62, 166, 161, 0.12);
  color: var(--brand-dark);

  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.smentwp-suit-text h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.18;
  color: #111827;
}

.smentwp-suit-text p {
  margin: 0 0 0.85rem;
  color: #5f6f80;
  font-size: 1.05rem;
  line-height: 1.7;
}

.smentwp-suit-note {
  margin-top: 0.35rem;
  padding: 1rem 1.05rem;

  border-radius: 15px;
  border: 1px solid rgba(247, 148, 30, 0.22);
  background:
    linear-gradient(90deg, rgba(247, 148, 30, 0.12), rgba(247, 148, 30, 0.04));

  color: #123f46;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.smentwp-suit-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 1rem;
}

.smentwp-suit-principles span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0.65rem 0.65rem 0.65rem 2rem;

  border-radius: 13px;
  background: #ffffff;
  border: 1px solid rgba(62, 166, 161, 0.15);
  color: #123f46;

  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.25;
  box-shadow: 0 7px 18px rgba(15, 23, 42, 0.04);
}

.smentwp-suit-principles span::before {
  content: "✓";
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);

  color: var(--brand);
  font-weight: 900;
}

.smentwp-suit-points {
  padding: 1.15rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(62, 166, 161, 0.17);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.smentwp-suit-points-title {
  margin: 0 0 0.9rem;
  color: #123f46;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
}

.smentwp-suit-points ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.smentwp-suit-points li {
  position: relative;
  margin: 0;
  padding: 0.78rem 0.8rem 0.78rem 2.35rem;

  border-radius: 13px;
  background: rgba(62, 166, 161, 0.07);
  color: #4b5f70;
  font-size: 0.98rem;
  line-height: 1.45;
}

.smentwp-suit-points li::before {
  content: "✓";
  position: absolute;
  left: 0.78rem;
  top: 0.78rem;

  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;
  background: rgba(62, 166, 161, 0.16);
  color: var(--brand-dark);
  font-weight: 900;
  font-size: 0.78rem;
}

@media (max-width: 900px) {
  .smentwp-suit-box {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .smentwp-suit-text {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .smentwp-suit-principles {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Webprogrammierung: technische Umsetzung
   ========================= */

.smentwp-real-section {
  margin-top: 3rem;
}

.smentwp-real-box {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;

  padding: 1.35rem 1.45rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-left: 5px solid var(--brand);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
}

.smentwp-real-icon {
  width: 44px;
  height: 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 15px;
  background: rgba(62, 166, 161, 0.12);
  color: var(--brand-dark);
  font-size: 1.25rem;
}

.smentwp-real-text h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.25;
  color: #111827;
}

.smentwp-real-text p {
  margin: 0 0 0.75rem;
  color: #5f6f80;
  font-size: 1.03rem;
  line-height: 1.7;
}

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

@media (max-width: 640px) {
  .smentwp-real-box {
    grid-template-columns: 1fr;
    padding: 1.2rem;
  }
}

/* =========================
   Webprogrammierung: Praxisbeispiele
   ========================= */

.smentwp-examples-section {
  margin-top: 3.4rem;
}

.smentwp-examples-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.smentwp-example-card {
  padding: 1.35rem 1.4rem;
  border-radius: 18px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
}

.smentwp-example-kicker {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;

  background: rgba(62, 166, 161, 0.12);
  color: var(--brand-dark);

  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.smentwp-example-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.14rem;
  line-height: 1.3;
  color: #123f46;
}

.smentwp-example-card p {
  margin: 0 0 0.85rem;
  color: #5f6f80;
  font-size: 0.99rem;
  line-height: 1.65;
}

.smentwp-example-func {
  margin-top: 1rem;
  margin-bottom: 0.55rem;
  color: #123f46;
  font-weight: 750;
}

.smentwp-example-card ul {
  margin: 0;
  padding-left: 1.15rem;
}

.smentwp-example-card li {
  margin-bottom: 0.42rem;
  color: #4b5f70;
  font-size: 0.97rem;
  line-height: 1.45;
}

.smentwp-example-card li:last-child {
  margin-bottom: 0;
}

.smentwp-example-card:hover {
  border-color: rgba(62, 166, 161, 0.34);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

@media (max-width: 820px) {
  .smentwp-examples-grid {
    grid-template-columns: 1fr;
  }

  .smentwp-example-card {
    padding: 1.2rem;
  }
}

/* =========================
   Webprogrammierung: Vorteile für Firmen
   ========================= */

.smentwp-adv-section {
  margin-top: 3.4rem;
}

.smentwp-adv-box {
  padding: 1.6rem;
  border-radius: 20px;
  border: 1px solid rgba(62, 166, 161, 0.22);
  background:
    radial-gradient(circle at top right, rgba(62, 166, 161, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.smentwp-adv-box .smentwp-section-head {
  margin-bottom: 1.3rem;
}

.smentwp-adv-grid {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.smentwp-adv-grid li {
  position: relative;
  margin: 0;
  padding: 0.95rem 1rem 0.95rem 2.75rem;

  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(62, 166, 161, 0.16);
  box-shadow: 0 7px 18px rgba(15, 23, 42, 0.04);

  color: #4b5f70;
  font-size: 1rem;
  line-height: 1.5;
}

.smentwp-adv-grid li::before {
  content: "✓";
  position: absolute;
  left: 0.95rem;
  top: 0.95rem;

  width: 24px;
  height: 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;
  background: rgba(62, 166, 161, 0.15);
  color: var(--brand-dark);

  font-size: 0.85rem;
  font-weight: 900;
}

@media (max-width: 760px) {
  .smentwp-adv-box {
    padding: 1.25rem;
  }

  .smentwp-adv-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Webprogrammierung: Homepage vs. Webprogrammierung
   ========================= */

.smentwp-compare-section {
  margin-top: 3.4rem;
}

.smentwp-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.smentwp-compare-card {
  padding: 1.4rem 1.45rem;
  border-radius: 18px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
}

.smentwp-compare-card-strong {
  border-color: rgba(247, 148, 30, 0.24);
  background:
    radial-gradient(circle at top right, rgba(247, 148, 30, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
}

.smentwp-compare-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;
  background: rgba(62, 166, 161, 0.12);
  color: var(--brand-dark);
  font-size: 1.1rem;
}

.smentwp-compare-card-strong .smentwp-compare-icon {
  background: rgba(247, 148, 30, 0.15);
}

.smentwp-compare-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.16rem;
  line-height: 1.3;
  color: #123f46;
}

.smentwp-compare-card ul {
  margin: 0;
  padding-left: 1.15rem;
}

.smentwp-compare-card li {
  margin-bottom: 0.45rem;
  color: #4b5f70;
  font-size: 0.98rem;
  line-height: 1.5;
}

.smentwp-compare-card li:last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .smentwp-compare-grid {
    grid-template-columns: 1fr;
  }

  .smentwp-compare-card {
    padding: 1.2rem;
  }
}

/* Webprogrammierung: Abschluss-CTA */
.smentwp-final-cta-section {
  padding-top: 3.6rem;
  padding-bottom: 3.8rem;
}

.smentwp-final-cta {
  margin-top: 0;
}

.smentwp-final-cta .software-final-cta__content p + p {
  margin-top: 0.45rem;
}
