@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;600;700&display=swap");

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Ubuntu", Arial, sans-serif;
  color: #0f2230;
  background: #f4f4f4;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.site-header .container-fluid {
  padding-right: clamp(1.5rem, 5.5vw, 6.5rem);
  padding-left: clamp(1.5rem, 5.5vw, 6.5rem);
}

.site-logo {
  width: clamp(170px, 12vw, 230px);
  height: auto;
}

main {
  flex: 1;
}

.site-header .navbar-nav {
  gap: clamp(0.75rem, 1.8vw, 2rem);
}

.site-header .nav-link {
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 115%;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: #FFFFFF;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9rem 1.5rem 5rem;
  text-align: center;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0%, rgba(7, 45, 72, 0.58) 52%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 15, 28, 0.72) 100%),
    url("../img/bg.png");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.hero h1 {
  margin-bottom: 1.6rem;
  font-size: clamp(2.4rem, 2.8vw, 3.7rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;

}

.hero p {
  margin: 0;
  font-size: clamp(1.1rem, 1.4vw, 1.65rem);
  font-weight: 500;
  line-height: 1.35;
}

.content-container {
  width: min(100% - 3rem, 1200px);
  margin: 0 auto;
}

.content-container-narrow {
  width: min(100% - 3rem, 840px);
}

.intro-section {
  padding: clamp(5rem, 8vw, 8.5rem) 0;
  color: #fff;
  background: #27363d;
}

.intro-section h2 {
  margin-bottom: 1.7rem;
  font-size: clamp(2.5rem, 3.2vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.intro-section h2 span {
  color: #f2441d;
}

.intro-section p {
  margin: 0 auto;
  font-size: clamp(1.05rem, 1.2vw, 1.35rem);
  font-weight: 500;
  line-height: 1.45;
}

.feature-section {
  padding: clamp(4.5rem, 7.5vw, 7rem) 0;
}

.feature-section-light {
  color: #102331;
  background: #f5f5f5;
}

.feature-section-dark {
  color: #fff;
  background: #27363d;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.feature-media img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

.feature-copy h2 {
  margin-bottom: 2rem;
  font-size: clamp(2.3rem, 3.2vw, 3.4rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.feature-copy p {
  margin-bottom: 1.5rem;
  font-size: clamp(1.05rem, 1.16vw, 1.3rem);
  font-weight: 400;
  line-height: 1.45;
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  min-height: 40px;
  padding: 0.75rem 1.8rem;
  color: #fff;
  background: #f2441d;
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary:hover,
.button-primary:focus {
  color: #fff;
  background: #d93814;
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  min-height: 40px;
  padding: 0.75rem 1.8rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.button-secondary:hover,
.button-secondary:focus {
  color: #0f2230;
  background: #fff;
}

.page-spoteffects-fuer-connected-tv .site-header,
.page-spoteffects-fuer-lineares-tv .site-header,
.page-spoteffects-for-connected-tv .site-header,
.page-spoteffects-for-linear-tv .site-header,
.page-spoteffects-for-lineares-tv .site-header,
.page-spotresearch .site-header {
  position: relative;
  background: #0d2230;
}

.solution-hero {
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  color: #fff;
  background: #27363d;
}

.solution-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.solution-eyebrow {
  margin: 0 0 1rem;
  color: #f2441d;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.15;
  text-transform: uppercase;
}

.solution-hero h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(2.7rem, 4vw, 5rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
  hyphens: auto;
}

.solution-hero p {
  margin: 0;
  font-size: clamp(1.08rem, 1.25vw, 1.35rem);
  line-height: 1.5;
}

.solution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.solution-hero-media img {
  display: block;
  width: 100%;
  max-height: 380px;
  object-fit: contain;
}

.solution-section {
  padding: clamp(4rem, 6vw, 6rem) 0;
}

.solution-section-light {
  color: #102331;
  background: #fff;
}

.solution-section-dark {
  color: #fff;
  background: #27363d;
}

.solution-two-column,
.solution-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.solution-section h2,
.solution-cta-section h2,
.pricing-section h2 {
  margin: 0 0 1.3rem;
  font-size: clamp(2rem, 2.8vw, 3.4rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.solution-section p,
.solution-cta-section p {
  margin: 0;
  font-size: clamp(1.02rem, 1.12vw, 1.22rem);
  line-height: 1.55;
}

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

.solution-cta-section .solution-card-grid {
  margin: 2rem auto;
  text-align: left;
}

.solution-card {
  min-height: 118px;
  display: flex;
  align-items: center;
  padding: 1.2rem;
  color: #102331;
  background: #fff;
  border-bottom: 4px solid #f2441d;
  font-weight: 600;
  line-height: 1.35;
}

.solution-list {
  margin: 0;
  padding-left: 1.2rem;
  font-size: clamp(1.02rem, 1.12vw, 1.22rem);
  line-height: 1.55;
}

.solution-cta-section .solution-list {
  width: min(100%, 760px);
  margin: 0 auto 2rem;
}

.solution-list li {
  margin-bottom: 0.75rem;
}

.solution-image-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.solution-image-grid-dark {
  padding: clamp(2.5rem, 4vw, 4rem);
  color: #fff;
  background: #27363d;
}

.solution-image-copy .button-primary {
  margin-top: 1.6rem;
}

.solution-screenshot img,
.solution-screenshot video {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid #f2441d;
}

.solution-video-frame {
  margin: 0;
}

.solution-video-frame video {
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: cover;
}

.solution-video-frame figcaption {
  margin-top: 0.25rem;
  color: #5d6670;
  font-size: 1rem;
  text-align: right;
}

.solution-video-thumb {
  position: relative;
  margin: 0;
}

.solution-video-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(58px, 5vw, 82px);
  aspect-ratio: 1;
  border: 8px solid #fff;
  border-radius: 50%;
  background: rgba(16, 35, 49, 0.16);
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.solution-video-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 23px solid #fff;
  transform: translate(-36%, -50%);
  pointer-events: none;
}

.solution-video-thumb figcaption {
  margin-top: 0.25rem;
  color: #5d6670;
  font-size: 1rem;
  text-align: right;
}

.solution-section-light .solution-screenshot img,
.solution-section-light .solution-screenshot video {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.16);
}

.solution-cta-section {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  color: #fff;
  background: #27363d;
}

.solution-cta-section p {
  max-width: 760px;
  margin: 0 auto 2rem;
}

.solution-cta-section-light {
  color: #102331;
  background: #fff;
}

.solution-cta-section-light p {
  color: #102331;
}

.pricing-heading-section {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  color: #fff;
  background: #27363d;
}

.pricing-heading-section h2 {
  margin: 0;
  text-align: center;
}

.pricing-section {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  color: #102331;
  background: #f5f5f5;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.75rem, 3vw, 3rem);
}

.pricing-card {
  padding: clamp(1.6rem, 2.4vw, 2.5rem);
  color: #102331;
  background: #fff;
  border-bottom: 5px solid #f2441d;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.pricing-card h3 {
  margin: 0 0 0.5rem;
  color: #f2441d;
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
}

.pricing-subline {
  margin: 0 0 1rem;
  font-style: italic;
}

.pricing-price {
  margin: 0 0 0.4rem;
  font-size: clamp(1.9rem, 2.4vw, 2.7rem);
  font-weight: 400;
  text-align: center;
}

.pricing-fee {
  margin: 0 0 1.6rem;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}

.pricing-card ul {
  margin: 0 0 1.8rem;
  padding: 0;
  color: #899199;
  line-height: 1.45;
  list-style: none;
  text-align: center;
}

.pricing-card li {
  padding: 0.55rem 0.5rem;
  border-top: 1px solid #e0e0e0;
}

.pricing-card li:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.pricing-footnote {
  margin: 2.5rem 0 0;
  color: #102331;
  font-size: 1rem;
  font-weight: 700;
}

.page-unternehmen .site-header,
.page-company .site-header {
  position: relative;
  background: #0d2230;
}

.company-hero-section {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0 clamp(5rem, 8vw, 7rem);
  color: #102331;
  background:
    radial-gradient(ellipse at 18% 5%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(156deg, rgba(210, 215, 218, 0.6) 0 22%, rgba(255, 255, 255, 0) 22% 100%),
    linear-gradient(22deg, rgba(218, 222, 224, 0) 0 58%, rgba(255, 255, 255, 0.72) 58% 62%, rgba(218, 222, 224, 0) 62% 100%),
    #eceff0;
}

.company-eyebrow {
  width: min(100%, 760px);
  margin: 0 auto 1.6rem;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  line-height: 1.45;
}

.company-hero-section h1 {
  margin: 0;
  color: #f2441d;
  font-size: clamp(2.8rem, 3.5vw, 4.3rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.company-story-section {
  padding: clamp(2.8rem, 4.2vw, 4.4rem) 0;
  color: #fff;
  background: #27363d;
}

.company-story-copy {
  width: min(100% - 3rem, 1245px);
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  font-weight: 600;
  line-height: 1.45;
}

.company-story-copy p {
  margin: 0 0 1.6rem;
}

.company-story-copy p:last-child {
  margin-bottom: 0;
  text-align: center;
}

.management-section {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0 clamp(5.5rem, 8vw, 8rem);
  color: #2d3a42;
  background: #fff;
}

.management-section h2 {
  margin: 0 0 clamp(5rem, 7vw, 8rem);
  text-align: center;
  font-size: clamp(2.8rem, 3.2vw, 4.1rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.management-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.75rem, 2vw, 2.5rem);
  width: min(100%, 1210px);
  margin: 0 auto;
}

.management-card {
  overflow: hidden;
  background: #fff;
  border-bottom: 5px solid #f2441d;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.management-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
}

.management-card-body {
  padding: clamp(1.6rem, 2vw, 2.2rem) clamp(1.5rem, 2vw, 2rem) clamp(2rem, 2.4vw, 2.6rem);
  text-align: center;
}

.management-card h3 {
  margin: 0 0 0.4rem;
  color: #f2441d;
  font-size: clamp(1.8rem, 2vw, 2.25rem);
  font-weight: 700;
  line-height: 1.1;
}

.management-role {
  margin: 0 0 1.3rem;
  color: #0f2230;
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  font-style: italic;
  line-height: 1.3;
}

.management-card-body p:not(.management-role) {
  margin: 0;
  color: #0f2230;
  font-size: clamp(1rem, 1.05vw, 1.16rem);
  line-height: 1.45;
}

.page-impressum .site-header,
.page-imprint .site-header {
  position: relative;
  background: #0d2230;
}

.page-datenschutzerklaerung .site-header,
.page-privacy-policy .site-header {
  position: relative;
  background: #0d2230;
}

.page-allgemeine-geschaeftsbedingungen .site-header,
.page-general-terms .site-header {
  position: relative;
  background: #0d2230;
}

.page-kontakt .site-header,
.page-contact .site-header {
  position: relative;
  background: #0d2230;
}

.legal-section {
  padding: clamp(4rem, 6vw, 6.5rem) 0;
  color: #0f2230;
  background: #fff;
}

.legal-content {
  width: min(100% - 3rem, 960px);
}

.legal-content h1 {
  margin: 0 0 2rem;
  color: #f2441d;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  font-weight: 400;
  line-height: 1.1;
}

.legal-content h2 {
  margin: 2.6rem 0 1rem;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 500;
  line-height: 1.2;
}

.legal-content h3 {
  margin: 1.8rem 0 0.75rem;
  font-size: clamp(1.2rem, 1.45vw, 1.55rem);
  font-weight: 600;
  line-height: 1.25;
}

.legal-content p {
  margin: 0 0 1.1rem;
  font-size: 1rem;
  line-height: 1.6;
}

.legal-content ul {
  margin: 0 0 1.4rem;
  padding-left: 1.4rem;
}

.legal-content li {
  margin-bottom: 0.45rem;
  line-height: 1.55;
}

.legal-content a {
  color: #f2441d;
  overflow-wrap: anywhere;
}

.terms-section {
  padding: clamp(3.8rem, 6vw, 6rem) 0 clamp(2rem, 4vw, 4rem);
  color: #2d3a42;
  background: #fff;
}

.terms-list {
  width: min(100% - 3rem, 1280px);
}

.terms-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: start;
  margin-bottom: clamp(3.8rem, 6.5vw, 6rem);
}

.terms-item h1 {
  margin: 0;
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.terms-item .button-primary {
  min-width: 140px;
  margin-top: 0.2rem;
}

.contact-section {
  padding: clamp(4rem, 6vw, 6.5rem) 0;
  color: #0f2230;
  background: #fff;
}

.contact-heading {
  max-width: 820px;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.contact-heading h1 {
  margin: 0 0 0.8rem;
  color: #f2441d;
  font-size: clamp(2.6rem, 3.4vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
}

.contact-heading p {
  margin: 0;
  font-size: clamp(1.05rem, 1.2vw, 1.3rem);
  line-height: 1.45;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.contact-calendly h2,
.contact-form-panel h2 {
  margin: 0 0 1.4rem;
  font-size: clamp(1.8rem, 2.2vw, 2.5rem);
  font-weight: 400;
  line-height: 1.15;
}

.calendly-inline-widget {
  min-width: 320px;
  height: 720px;
  border: 1px solid #d9dee2;
  background: #f5f5f5;
}

.contact-form-panel {
  padding: clamp(1.5rem, 2.4vw, 2.4rem);
  background: #f5f5f5;
  border-bottom: 5px solid #f2441d;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.contact-form-panel-single {
  width: min(100%, 760px);
}

.contact-form {
  display: grid;
  gap: 1.25rem;
}

.form-field {
  display: grid;
  gap: 0.7rem;
}

.form-field-hidden {
  position: absolute;
  left: -9999px;
}

.form-field label {
  font-size: 0.95rem;
  font-weight: 400;
  color: #5c6570;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 0.75rem 0.8rem;
  color: #0f2230;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  font: inherit;
}

.form-field input {
  min-height: 45px;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 2px solid rgba(242, 68, 29, 0.35);
  border-color: #f2441d;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #5c6570;
  opacity: 1;
}

.form-field textarea {
  resize: vertical;
}

.form-checkline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.6rem;
  align-items: start;
  color: #5c6570;
  font-size: 1rem;
  line-height: 1.55;
}

.form-checkline input {
  width: 13px;
  height: 13px;
  margin-top: 0.35rem;
}

.form-checkline a {
  color: #008dd2;
  text-decoration: none;
}

.form-checkline a:hover,
.form-checkline a:focus {
  text-decoration: underline;
}

.form-message {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  line-height: 1.45;
}

.form-message p {
  margin: 0;
}

.form-message-success {
  color: #12351f;
  background: #dff2e6;
}

.form-message-error {
  color: #5a1207;
  background: #fde2dc;
}

footer {
  text-align: center;
  padding: 2rem 1rem;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 14, 25, 0.9);
}

footer a {
  color: inherit;
  margin: 0 0.5rem;
}

@media (max-width: 991.98px) {
  .site-header {
    position: relative;
    background: #0d2230;
  }

  .site-header .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(0, 14, 25, 0.76);
  }

  .hero {
    min-height: calc(100vh - 96px);
    padding-top: 5rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .feature-section-dark .feature-media {
    order: -1;
  }

  .management-grid {
    grid-template-columns: 1fr;
    width: min(100%, 620px);
  }

  .management-section h2 {
    margin-bottom: 3rem;
  }

  .terms-item {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 3.5rem;
  }

  .solution-hero-grid,
  .solution-two-column,
  .solution-feature-grid,
  .solution-image-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

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

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .calendly-inline-widget {
    height: 680px;
  }
}