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

/* Kleine Softwaretools: Hero */
.smenttl-hero .hero-content {
  align-items: flex-start;
  gap: 3rem;
}

.smenttl-hero .hero-text {
  max-width: 720px;
}

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

.smenttl-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;
}

.smenttl-hero-actions {
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.smenttl-hero-actions .btn {
  width: auto;
  min-height: 54px;
  margin-top: 0;
  justify-content: center;
  padding: 0.85rem 1.15rem;
  border-radius: 13px;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.smenttl-hero-primary {
  min-width: 190px;
  box-shadow: 0 12px 26px rgba(247, 148, 30, 0.24);
}

.smenttl-hero-secondary {
  min-width: 180px;
  background: #ffffff;
  color: #123f46;
  border: 1px solid rgba(62, 166, 161, 0.28);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.smenttl-hero-secondary:hover,
.smenttl-hero-secondary:focus {
  color: var(--brand-dark);
  background: rgba(62, 166, 161, 0.07);
  border-color: rgba(62, 166, 161, 0.45);
  text-decoration: none;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .smenttl-hero .hero-content {
    gap: 1.5rem;
  }

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

@media (max-width: 640px) {
  .smenttl-hero-actions {
    align-items: stretch;
  }

  .smenttl-hero-actions .btn {
    width: 100%;
  }
}

/* Kleine Softwaretools: Für wen interessant */
.smenttl-interest-section {
  margin-top: 2.8rem;
}

.smenttl-interest-card {
  padding: 1.6rem 1.7rem;
  border-radius: 18px;
  border: 1px solid rgba(62, 166, 161, 0.20);
  background:
    radial-gradient(circle at top right, rgba(62, 166, 161, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.smenttl-interest-head {
  max-width: 860px;
  margin-bottom: 1.4rem;
}

.smenttl-interest-head h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  line-height: 1.25;
  color: #111827;
}

.smenttl-interest-head p {
  margin: 0 0 0.8rem;
  color: #5f6f80;
  font-size: 1.05rem;
  line-height: 1.65;
}

.smenttl-interest-head p:last-child {
  margin-bottom: 0;
}

.smenttl-interest-label {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(62, 166, 161, 0.13);
  color: var(--brand-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.smenttl-interest-list {
  list-style: none;
  margin: 0;
  padding: 0;

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

.smenttl-interest-list li {
  position: relative;
  margin: 0;
  padding: 0.85rem 1rem 0.85rem 2.55rem;

  border-radius: 14px;
  border: 1px solid rgba(62, 166, 161, 0.16);
  background: #ffffff;
  color: #4b5f70;
  font-size: 1rem;
  line-height: 1.45;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.035);
}

.smenttl-interest-list li::before {
  content: "✓";
  position: absolute;
  left: 0.9rem;
  top: 0.85rem;

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

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

@media (max-width: 760px) {
  .smenttl-interest-card {
    padding: 1.25rem;
  }

  .smenttl-interest-list {
    grid-template-columns: 1fr;
  }
}

/* Kleine Softwaretools: Beispielkarten */
.grid.cards.smenttl-tool-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 1.8rem;
  align-items: stretch;
}

.smenttl-tool-cards .card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;

  padding: 1.45rem 1.45rem 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);

  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.smenttl-tool-cards .card::before {
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;

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

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

  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.smenttl-tool-cards .card:nth-child(1)::before {
  content: "Excel";
}

.smenttl-tool-cards .card:nth-child(2)::before {
  content: "Check";
}

.smenttl-tool-cards .card:nth-child(3)::before {
  content: "Import";
}

.smenttl-tool-cards .card:nth-child(4)::before {
  content: "PDF";
}

.smenttl-tool-cards .card:nth-child(5)::before {
  content: "Admin";
}

.smenttl-tool-cards .card:nth-child(6)::before {
  content: "Calc";
}

.smenttl-tool-cards .card:nth-child(7)::before {
  content: "Team";
}

.smenttl-tool-cards .card:hover {
  transform: translateY(-3px);
  border-color: rgba(62, 166, 161, 0.34);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
}

.smenttl-tool-cards .card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.18rem;
  line-height: 1.25;
  color: #123f46;
}

.smenttl-tool-cards .card .nolead {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.62;
}

.smenttl-tool-cards .card ul {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
}

.smenttl-tool-cards .card li {
  margin-bottom: 0.35rem;
  color: #4b5f70;
  font-size: 0.98rem;
  line-height: 1.45;
}

@media (min-width: 821px) {
  .smenttl-tool-cards .card:nth-child(3) {
    grid-column: 1 / -1;
  }

  .smenttl-tool-cards .card:nth-child(3) p,
  .smenttl-tool-cards .card:nth-child(3) ul {
    max-width: 820px;
  }
}

@media (max-width: 820px) {
  .grid.cards.smenttl-tool-cards {
    grid-template-columns: 1fr;
  }

  .smenttl-tool-cards .card {
    padding: 1.25rem;
  }
}

/* Kleine Softwaretools: Desktopprogramm oder Webtool */
.smenttl-choice-section {
  margin-top: 3.2rem;
  padding: 3.2rem 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.smenttl-choice-head {
  max-width: 820px;
  margin-bottom: 1.7rem;
}

.smenttl-choice-head h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.2;
  color: #111827;
}

.smenttl-choice-head p {
  margin: 0;
  color: #5f6f80;
  font-size: 1.05rem;
  line-height: 1.65;
}

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

.smenttl-choice-card {
  padding: 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
}

.smenttl-choice-card-featured {
  border-color: rgba(247, 148, 30, 0.28);
  background:
    radial-gradient(circle at top right, rgba(247, 148, 30, 0.12), transparent 34%),
    #ffffff;
}

.smenttl-choice-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: 0.78rem;
  font-weight: 850;
}

.smenttl-choice-card-featured .smenttl-choice-icon {
  background: rgba(247, 148, 30, 0.15);
  color: #c85a00;
}

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

.smenttl-choice-card ul {
  margin: 0;
  padding-left: 1.15rem;
}

.smenttl-choice-card li {
  margin-bottom: 0.45rem;
  color: #4b5f70;
  font-size: 0.98rem;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .smenttl-choice-grid {
    grid-template-columns: 1fr;
  }
}

/* Kleine Softwaretools: Ablauf */
.smenttl-process-section {
  padding: 3.4rem 0;
  background: #ffffff;
}

.smenttl-process-head {
  max-width: 820px;
  margin-bottom: 1.7rem;
}

.smenttl-process-head h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.2;
  color: #111827;
}

.smenttl-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

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

.smenttl-process-number {
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;

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

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

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

.smenttl-process-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  line-height: 1.3;
  color: #123f46;
}

.smenttl-process-card p {
  margin: 0;
  color: #5f6f80;
  font-size: 0.98rem;
  line-height: 1.55;
}

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

@media (max-width: 1100px) {
  .smenttl-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smenttl-process-card:last-child {
    grid-column: 1 / -1;
  }
}

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

  .smenttl-process-card:last-child {
    grid-column: auto;
  }
}

/* Kleine Softwaretools: Vorteile */
.smenttl-benefits-section {
  padding: 3.4rem 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.smenttl-benefits-head {
  max-width: 820px;
  margin-bottom: 1.6rem;
}

.smenttl-benefits-head h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.2;
  color: #111827;
}

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

.smenttl-benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;

  padding: 1rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

.smenttl-benefit-icon {
  flex: 0 0 auto;

  width: 26px;
  height: 26px;
  margin-top: 0.1rem;

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

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

.smenttl-benefit-card p {
  margin: 0;
  color: #4b5f70;
  font-size: 1rem;
  line-height: 1.45;
}

.smenttl-benefit-card-wide {
  grid-column: span 3;
  border-color: rgba(247, 148, 30, 0.24);
  background:
    radial-gradient(circle at top right, rgba(247, 148, 30, 0.10), transparent 30%),
    #ffffff;
}

.smenttl-benefit-card-wide .smenttl-benefit-icon {
  background: rgba(247, 148, 30, 0.15);
  color: #c85a00;
}

@media (max-width: 900px) {
  .smenttl-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smenttl-benefit-card-wide {
    grid-column: span 2;
  }
}

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

  .smenttl-benefit-card-wide {
    grid-column: auto;
  }
}

.smenttl-process-section {
  padding-bottom: 2rem;
}

.smenttl-benefits-section {
  padding-top: 2rem;
}

/* Kleine Softwaretools: typische Ausgangssituationen */
.smenttl-situations-section {
  padding: 3.2rem 0;
  background: #ffffff;
}

.smenttl-situations-head {
  max-width: 820px;
  margin-bottom: 1.6rem;
}

.smenttl-situations-head h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.2;
  color: #111827;
}

.smenttl-situations-head p {
  margin: 0;
  color: #5f6f80;
  font-size: 1.05rem;
  line-height: 1.65;
}

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

.smenttl-situation-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;

  padding: 1rem 1.1rem;
  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.045);
}

.smenttl-situation-icon {
  flex: 0 0 auto;

  width: 28px;
  height: 28px;
  margin-top: 0.05rem;

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

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

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

.smenttl-situation-card p {
  margin: 0;
  color: #4b5f70;
  font-size: 1rem;
  line-height: 1.5;
}

.smenttl-situation-card-wide {
  grid-column: 1 / -1;
  border-color: rgba(247, 148, 30, 0.24);
  background:
    radial-gradient(circle at top right, rgba(247, 148, 30, 0.10), transparent 32%),
    #ffffff;
}

.smenttl-situation-card-wide .smenttl-situation-icon {
  background: rgba(62, 166, 161, 0.13);
  color: var(--brand-dark);
}

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

  .smenttl-situation-card-wide {
    grid-column: auto;
  }
}

/* Kleine Softwaretools: Vertrauensblock */
.smenttl-trust-section {
  padding: 3.2rem 0;
  background: #ffffff;
}

.smenttl-trust-box {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;

  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 22px;
  border: 1px solid rgba(62, 166, 161, 0.20);
  background:
    radial-gradient(circle at top right, rgba(62, 166, 161, 0.11), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.smenttl-trust-badge {
  width: 96px;
  height: 96px;

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

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

  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(247, 148, 30, 0.18);
}

.smenttl-trust-content h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.2;
  color: #111827;
}

.smenttl-trust-content p {
  max-width: 850px;
  margin: 0 0 0.85rem;
  color: #5f6f80;
  font-size: 1.05rem;
  line-height: 1.68;
}

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

.smenttl-note-link-section {
  margin-top: 0.5rem;
  margin-bottom: 2.4rem;
}

.smenttl-note-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.smenttl-note-link:hover,
.smenttl-note-link:focus {
  border-color: rgba(62, 166, 161, 0.36);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
  text-decoration: none;
  transform: translateY(-1px);
}

.smenttl-note-label {
  padding: 0.36rem 0.62rem;
  border-radius: 999px;
  background: rgba(247, 148, 30, 0.12);
  color: #9a4b00;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.smenttl-note-content {
  display: grid;
  gap: 0.18rem;
}

.smenttl-note-content strong {
  color: #123f46;
  font-size: 1.02rem;
  line-height: 1.35;
}

.smenttl-note-content span {
  color: #5f6f80;
  font-size: 0.98rem;
  line-height: 1.5;
}

.smenttl-note-action {
  color: var(--brand-dark);
  font-size: 0.94rem;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .smenttl-trust-box {
    grid-template-columns: 1fr;
  }

  .smenttl-trust-badge {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    font-size: 1.55rem;
  }

  .smenttl-note-link {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .smenttl-note-action {
    white-space: normal;
  }
}

/* Kleine Softwaretools: finaler CTA */
.smenttl-final-cta-section {
  padding-top: 3.2rem;
}
