/* =========================================================
   PYTHON SOFTWAREENTWICKLUNG
========================================================= */

.ws-python-page {
  overflow: hidden;
}

.ws-python-hero {
  padding: clamp(90px, 10vw, 145px) 0;
  background: #fff;
}

.ws-python-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.ws-python-hero-copy h1 {
  max-width: 800px;
  color: #071a2f;
}

.ws-python-lead {
  max-width: 760px;
  margin-top: 22px;
  color: #071a2f;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.7;
}

.ws-python-subline {
  max-width: 700px;
  color: rgba(7,26,47,.65);
  line-height: 1.75;
}

.ws-python-terminal {
  overflow: hidden;
  border: 1px solid rgba(7,26,47,.12);
  background: #071a2f;
  box-shadow: 0 28px 80px rgba(7,26,47,.12);
}

.ws-python-terminal-head {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.ws-python-terminal-head > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.24);
}

.ws-python-terminal-head strong {
  margin-left: 8px;
  color: rgba(255,255,255,.55);
  font-size: .76rem;
  font-weight: 700;
}

.ws-python-terminal pre {
  min-height: 330px;
  margin: 0;
  padding: 38px;
  overflow: auto;
  color: #fff;
  font-size: clamp(.8rem, 1.4vw, .96rem);
  line-height: 1.85;
}

.ws-python-terminal code {
  color: inherit;
}

.ws-py-muted { color: rgba(255,255,255,.42); }
.ws-py-keyword { color: #27c7e8; }
.ws-py-fn { color: #fff; font-weight: 700; }

.ws-python-terminal-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.1);
}

.ws-python-terminal-meta span {
  padding: 15px 12px;
  color: rgba(255,255,255,.66);
  font-size: .72rem;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.1);
}

.ws-python-terminal-meta span:last-child {
  border-right: 0;
}


/* CONTEXT */

.ws-python-context {
  padding: clamp(80px, 9vw, 125px) 0;
  background: #f4f7f9;
}

.ws-python-context-grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: clamp(45px, 7vw, 100px);
}

.ws-python-context-grid h2 {
  max-width: 650px;
}

.ws-python-context-copy p {
  max-width: 700px;
  color: rgba(7,26,47,.68);
  line-height: 1.78;
}


/* SECTION HEAD */

.ws-python-section-head {
  max-width: 840px;
  margin-bottom: 50px;
}

.ws-python-section-head > p:last-child {
  max-width: 720px;
  color: rgba(7,26,47,.66);
  line-height: 1.75;
}


/* USE CASES */

.ws-python-usecases {
  padding: clamp(90px,10vw,145px) 0;
  background: #fff;
}

.ws-python-usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid rgba(7,26,47,.12);
  border-left: 1px solid rgba(7,26,47,.12);
}

.ws-python-usecase-grid article {
  min-height: 255px;
  padding: 28px;
  border-right: 1px solid rgba(7,26,47,.12);
  border-bottom: 1px solid rgba(7,26,47,.12);
}

.ws-python-usecase-grid article > span {
  display: block;
  margin-bottom: 32px;
  color: #27c7e8;
  font-size: .7rem;
  font-weight: 800;
}

.ws-python-usecase-grid h3 {
  margin-bottom: 11px;
  color: #071a2f;
  font-size: 1.08rem;
}

.ws-python-usecase-grid p {
  margin: 0;
  color: rgba(7,26,47,.63);
  line-height: 1.65;
}


/* STACK */

.ws-python-stack {
  padding: clamp(90px,10vw,145px) 0;
  background: #071a2f;
  color: #fff;
}

.ws-python-stack-grid {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr);
  gap: clamp(50px,8vw,110px);
}

.ws-python-stack-copy h2 {
  color: #fff;
}

.ws-python-stack-copy > p:not(.ws-section-kicker) {
  max-width: 620px;
  color: rgba(255,255,255,.68);
  line-height: 1.75;
}

.ws-python-stack-groups {
  border-top: 1px solid rgba(255,255,255,.14);
}

.ws-python-stack-groups article {
  display: grid;
  grid-template-columns: 190px minmax(0,1fr);
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.ws-python-stack-groups article > span {
  color: #27c7e8;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ws-python-stack-groups article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ws-python-stack-groups strong {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.035);
  color: #fff;
  font-size: .79rem;
}


/* PROCESS */

.ws-python-process {
  padding: clamp(90px,10vw,145px) 0;
  background: #f4f7f9;
}

.ws-python-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border-top: 1px solid rgba(7,26,47,.12);
}

.ws-python-process-grid article {
  padding: 28px 25px 10px;
  border-right: 1px solid rgba(7,26,47,.1);
}

.ws-python-process-grid article:last-child {
  border-right: 0;
}

.ws-python-process-grid span {
  display: block;
  margin-bottom: 30px;
  color: #27c7e8;
  font-size: .7rem;
  font-weight: 800;
}

.ws-python-process-grid strong {
  display: block;
  margin-bottom: 9px;
  color: #071a2f;
}

.ws-python-process-grid p {
  color: rgba(7,26,47,.62);
  font-size: .88rem;
  line-height: 1.6;
}


/* EXISTING */

.ws-python-existing {
  padding: clamp(90px,10vw,145px) 0;
  background: #fff;
}

.ws-python-existing-grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: clamp(50px,8vw,100px);
}

.ws-python-existing-grid > div:first-child > p:not(.ws-section-kicker) {
  max-width: 650px;
  color: rgba(7,26,47,.66);
  line-height: 1.75;
}

.ws-python-existing-list {
  border-top: 1px solid rgba(7,26,47,.12);
}

.ws-python-existing-list article {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 25px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(7,26,47,.1);
}

.ws-python-existing-list span {
  color: #078fad;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ws-python-existing-list strong {
  color: #071a2f;
}


/* WISSEN */

.ws-python-wissen {
  padding: clamp(90px,10vw,145px) 0;
  background: #f4f7f9;
}

.ws-python-wissen-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  border-top: 1px solid rgba(7,26,47,.12);
  border-left: 1px solid rgba(7,26,47,.12);
}

.ws-python-wissen-card {
  position: relative;
  display: block;
  min-height: 280px;
  padding: 30px 30px 68px;
  border-right: 1px solid rgba(7,26,47,.12);
  border-bottom: 1px solid rgba(7,26,47,.12);
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.ws-python-wissen-card > span {
  display: block;
  margin-bottom: 14px;
  color: #078fad;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ws-python-wissen-card h3 {
  color: #071a2f;
  font-size: 1.15rem;
}

.ws-python-wissen-card p {
  color: rgba(7,26,47,.62);
  line-height: 1.65;
}

.ws-python-wissen-card strong {
  position: absolute;
  left: 30px;
  bottom: 28px;
  color: #078fad;
  font-size: .84rem;
}


/* RELATED */

.ws-python-related {
  padding: clamp(90px,10vw,145px) 0;
  background: #fff;
}

.ws-python-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border-top: 1px solid rgba(7,26,47,.12);
  border-left: 1px solid rgba(7,26,47,.12);
}

.ws-python-related-grid a {
  min-height: 180px;
  padding: 26px;
  border-right: 1px solid rgba(7,26,47,.12);
  border-bottom: 1px solid rgba(7,26,47,.12);
  color: inherit;
  text-decoration: none;
}

.ws-python-related-grid span {
  display: block;
  margin-bottom: 18px;
  color: #078fad;
  font-size: .67rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.ws-python-related-grid strong {
  color: #071a2f;
  line-height: 1.45;
}


/* FAQ */

.ws-python-faq {
  padding: clamp(90px,10vw,145px) 0;
  background: #f4f7f9;
}

.ws-python-faq-list {
  max-width: 960px;
}

.ws-python-faq-list details {
  border-top: 1px solid rgba(7,26,47,.12);
}

.ws-python-faq-list details:last-child {
  border-bottom: 1px solid rgba(7,26,47,.12);
}

.ws-python-faq-list summary {
  padding: 22px 0;
  color: #071a2f;
  font-weight: 800;
  cursor: pointer;
}

.ws-python-faq-list p {
  max-width: 780px;
  padding-bottom: 22px;
  color: rgba(7,26,47,.64);
  line-height: 1.7;
}


/* CTA */

.ws-python-cta {
  padding: clamp(80px,9vw,120px) 0;
  background: #071a2f;
  color: #fff;
}

.ws-python-cta-inner {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 50px;
  align-items: end;
}

.ws-python-cta h2 {
  max-width: 750px;
  color: #fff;
}

.ws-python-cta p:not(.ws-section-kicker) {
  max-width: 700px;
  color: rgba(255,255,255,.68);
  line-height: 1.7;
}


@media (max-width: 991.98px) {
  .ws-python-hero-grid,
  .ws-python-context-grid,
  .ws-python-stack-grid,
  .ws-python-existing-grid,
  .ws-python-cta-inner {
    grid-template-columns: 1fr;
  }

  .ws-python-usecase-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .ws-python-process-grid,
  .ws-python-related-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 767.98px) {
  .ws-python-usecase-grid,
  .ws-python-process-grid,
  .ws-python-wissen-grid,
  .ws-python-related-grid {
    grid-template-columns: 1fr;
  }

  .ws-python-stack-groups article,
  .ws-python-existing-list article {
    grid-template-columns: 1fr;
  }

  .ws-python-process-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(7,26,47,.1);
  }

  .ws-python-terminal pre {
    min-height: 280px;
    padding: 24px;
  }

  .ws-python-terminal-meta {
    grid-template-columns: repeat(2,1fr);
  }
}
