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

/* Excel, Daten & Dateien: Hero */
.smentdt-hero .hero-content {
  align-items: flex-start;
  gap: 3rem;
}

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

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

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

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

.smentdt-hero-actions .btn {
  width: auto;
  min-height: 54px;
  margin-top: 0;

  display: inline-flex;
  align-items: center;
  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;
}

.smentdt-hero-primary {
  min-width: 230px;
  background: var(--accent);
  color: #111827;
  border-color: transparent;
  box-shadow: 0 12px 26px rgba(247, 148, 30, 0.24);
}

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

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

.smentdt-hero-secondary:hover,
.smentdt-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);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.09);
}

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

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

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

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

/* Excel, Daten & Dateien: Typische Aufgaben */
.smentdt-tasks-section {
  margin-top: 2.8rem;
  padding: 3.2rem 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.smentdt-tasks-head {
  max-width: 820px;
  margin-bottom: 1.6rem;
}

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

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

.smentdt-task-grid {
  list-style: none;
  margin: 0;
  padding: 0;

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

.smentdt-task-grid li {
  position: relative;
  margin: 0;
  padding: 0.9rem 1rem 0.9rem 2.65rem;

  border-radius: 15px;
  border: 1px solid rgba(62, 166, 161, 0.17);
  background: #ffffff;
  color: #4b5f70;

  font-size: 1rem;
  line-height: 1.45;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

.smentdt-task-grid li::before {
  content: "✓";
  position: absolute;
  left: 0.9rem;
  top: 0.88rem;

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

.smentdt-task-grid li:hover {
  border-color: rgba(62, 166, 161, 0.34);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.075);
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .smentdt-tasks-section {
    padding: 2.8rem 0;
  }

  .smentdt-task-grid {
    grid-template-columns: 1fr;
  }
}

/* Excel, Daten & Dateien: Beispiele aus dem Firmenalltag */
.smentdt-examples-section {
  padding: 3.2rem 0;
  background: #ffffff;
}

.smentdt-examples-head {
  max-width: 820px;
  margin-bottom: 1.6rem;
}

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

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

.smentdt-example-card {
  position: relative;
  padding: 1.35rem 1.4rem 1.3rem 4.2rem;
  border-radius: 17px;
  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);
}

.smentdt-example-card::before {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;

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

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

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

.smentdt-example-card:nth-child(1)::before {
  content: "XLS";
}

.smentdt-example-card:nth-child(2)::before {
  content: "↔";
  font-size: 1.1rem;
}

.smentdt-example-card:nth-child(3)::before {
  content: "CSV";
}

.smentdt-example-card:nth-child(4)::before {
  content: "PDF";
}

.smentdt-example-card:nth-child(5)::before {
  content: "⇢";
  font-size: 1.15rem;
}

.smentdt-example-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #123f46;
}

.smentdt-example-card p {
  margin: 0;
  color: #5f6f80;
  font-size: 1rem;
  line-height: 1.62;
}

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

.smentdt-example-card-wide {
  grid-column: 1 / -1;
}

.smentdt-example-card-wide p {
  max-width: 850px;
}

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

  .smentdt-example-card,
  .smentdt-example-card-wide {
    grid-column: auto;
  }

  .smentdt-example-card {
    padding: 1.2rem 1.2rem 1.2rem 3.85rem;
  }

  .smentdt-example-card::before {
    left: 1.05rem;
    top: 1.15rem;
  }
}

/* Excel, Daten & Dateien: Wann lohnt sich Automatisierung? */
.smentdt-auto-section {
  padding: 3.2rem 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.smentdt-auto-box {
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 22px;
  border: 1px solid rgba(247, 148, 30, 0.22);
  background:
    radial-gradient(circle at top right, rgba(247, 148, 30, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.065);
}

.smentdt-auto-head {
  max-width: 850px;
  margin-bottom: 1.35rem;
}

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

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

.smentdt-auto-head p:last-child {
  margin-bottom: 0;
}

.smentdt-auto-list {
  list-style: none;
  margin: 0;
  padding: 0;

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

.smentdt-auto-list li {
  position: relative;
  margin: 0;
  padding: 0.9rem 1rem 0.9rem 2.7rem;

  border-radius: 14px;
  border: 1px solid rgba(247, 148, 30, 0.18);
  background: rgba(255, 255, 255, 0.82);
  color: #4b5f70;

  font-size: 1rem;
  line-height: 1.45;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.035);
}

.smentdt-auto-list li::before {
  content: "!";
  position: absolute;
  left: 0.9rem;
  top: 0.88rem;

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

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

.smentdt-auto-list li:last-child {
  grid-column: 1 / -1;
  border-color: rgba(62, 166, 161, 0.18);
  background: #ffffff;
}

.smentdt-auto-list li:last-child::before {
  content: "✓";
  background: rgba(62, 166, 161, 0.14);
  color: var(--brand-dark);
}

@media (max-width: 760px) {
  .smentdt-auto-section {
    padding: 2.8rem 0;
  }

  .smentdt-auto-list {
    grid-template-columns: 1fr;
  }

  .smentdt-auto-list li:last-child {
    grid-column: auto;
  }
}

/* Excel, Daten & Dateien: Kleine Tools statt großer Software */
.smentdt-tool-section {
  padding: 3.2rem 0;
  background: #ffffff;
}

.smentdt-tool-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 1.6rem;
  align-items: center;

  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 22px;
  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 32px rgba(15, 23, 42, 0.06);
}

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

.smentdt-tool-text p {
  margin: 0 0 0.85rem;
  color: #5f6f80;
  font-size: 1.05rem;
  line-height: 1.68;
}

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

.smentdt-tool-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;

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

.smentdt-tool-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.48rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: rgba(62, 166, 161, 0.07);

  color: #123f46;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.2;
}

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

/* Excel, Daten & Dateien: Mögliche Lösungen */
.smentdt-solutions-section {
  padding: 3.2rem 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.smentdt-solutions-head {
  max-width: 820px;
  margin-bottom: 1.6rem;
}

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

.smentdt-solution-grid {
  list-style: none;
  margin: 0;
  padding: 0;

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

.smentdt-solution-grid li {
  position: relative;
  margin: 0;
  padding: 1rem 1.05rem 1rem 3.1rem;

  border-radius: 16px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: #ffffff;
  color: #4b5f70;

  font-size: 1rem;
  line-height: 1.5;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

.smentdt-solution-grid li::before {
  position: absolute;
  left: 1rem;
  top: 0.95rem;

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

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

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

.smentdt-solution-grid li:nth-child(1)::before {
  content: "XLS";
}

.smentdt-solution-grid li:nth-child(2)::before {
  content: "CSV";
}

.smentdt-solution-grid li:nth-child(3)::before {
  content: "PDF";
}

.smentdt-solution-grid li:nth-child(4)::before {
  content: "↔";
  font-size: 1.1rem;
}

.smentdt-solution-grid li:nth-child(5)::before {
  content: "✓";
  font-size: 0.95rem;
}

.smentdt-solution-grid li:nth-child(6)::before {
  content: "DB";
}

.smentdt-solution-grid li:nth-child(7)::before {
  content: "XML";
}

.smentdt-solution-grid li:nth-child(8)::before {
  content: "⇢";
  font-size: 1.05rem;
}

.smentdt-solution-grid li:nth-child(9)::before {
  content: "⟳";
  font-size: 1rem;
}

.smentdt-solution-grid li:nth-child(10)::before {
  content: "⚙";
  font-size: 0.95rem;
}

.smentdt-solution-grid li:nth-child(11)::before {
  content: "★";
  font-size: 0.9rem;
}

.smentdt-solution-grid li:nth-child(11) {
  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;
}

.smentdt-solution-grid li:hover {
  transform: translateY(-2px);
  border-color: rgba(62, 166, 161, 0.34);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.075);
}

@media (max-width: 760px) {
  .smentdt-solutions-section {
    padding: 2.8rem 0;
  }

  .smentdt-solution-grid {
    grid-template-columns: 1fr;
  }

  .smentdt-solution-grid li:nth-child(11) {
    grid-column: auto;
  }
}

/* Excel, Daten & Dateien: Umsetzung */
.smentdt-process-section {
  padding: 3.2rem 0;
  background: #ffffff;
}

.smentdt-process-head {
  max-width: 820px;
  margin-bottom: 1.6rem;
}

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

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

.smentdt-process-card {
  position: relative;
  padding: 1.35rem;
  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);
}

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

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

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

.smentdt-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: 1000px) {
  .smentdt-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .smentdt-process-section {
    padding: 2.8rem 0;
  }

  .smentdt-process-grid {
    grid-template-columns: 1fr;
  }
}

/* Excel, Daten & Dateien: Erfahrungsblock */
.smentdt-trust-section {
  padding: 3.2rem 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.smentdt-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);
}

.smentdt-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);
}

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

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

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

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

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

/* Excel, Daten & Dateien: finaler CTA */
.smentdt-final-cta-section {
  padding-top: 3.2rem;
}
