:root {
  --qc-sky: #eef5ff;
  --qc-text: #132144;
  --qc-muted: #5d6c8c;
  --qc-primary: #1e55ff;
  --qc-primary-soft: #e2e8ff;
  --qc-border: rgba(19, 33, 68, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  background: var(--qc-sky);
  color: var(--qc-text);
}

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-navbar {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--qc-border);
  box-shadow: 0 12px 35px rgba(19, 33, 68, 0.08);
}

.logo-image {
  height: 40px;
  width: auto;
}

.logo-text strong {
  display: block;
  font-size: 1.1rem;
}

.logo-text small {
  font-size: 0.75rem;
  color: var(--qc-muted);
}

.nav-link {
  font-weight: 600;
  color: var(--qc-muted) !important;
}

.nav-link.active,
.dropdown-item.active {
  color: var(--qc-primary) !important;
}

.btn-gradient {
  background: linear-gradient(135deg, #1e55ff, #4ac1ff);
  color: #fff !important;
  border-radius: 999px;
  padding: 0.45rem 1.25rem;
  font-weight: 600;
  box-shadow: 0 18px 30px rgba(76, 137, 255, 0.25);
}

.navbar-toggler {
  border-color: rgba(19, 33, 68, 0.2);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(30, 85, 255, 0.25);
}

@media (max-width: 991.98px) {
  .site-navbar .navbar-collapse {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(19, 33, 68, 0.12);
    padding: 1rem;
    margin-top: 0.75rem;
  }

  .site-navbar .navbar-nav {
    align-items: flex-start !important;
    gap: 0.35rem;
  }

  .site-navbar .navbar-nav .btn {
    width: 100%;
    text-align: center;
  }
}

.hero {
  padding: 4rem 0 5rem;
  background-size: cover;
  background-position: center;
}

.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
}

.hero-content-card {
  background: rgba(7, 11, 36, 0.8);
  border-radius: 28px;
  padding: clamp(2rem, 4vw, 3rem);
  box-shadow: 0 40px 80px rgba(5, 5, 30, 0.4);
}

.hero-content-card.hero-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.hero-logo-wrap {
  flex: 0 0 auto;
}

.hero-logo-wrap img {
  max-width: 120px;
  height: auto;
}

.hero-text-wrap {
  flex: 1 1 auto;
  text-align: left;
  max-width: 900px;
}

.hero-text-wrap h1 {
  text-align: left;
}

.hero-text-wrap p {
  text-align: left;
}

.home-hero {
  position: relative;
  display: grid;
  min-height: clamp(600px, 72svh, 720px);
  overflow: hidden;
  color: #fff;
  background-image: url("../images/banner.png");
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.home-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(7, 11, 36, 0.82);
}

.home-hero__inner {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(540px, 1.18fr);
  gap: clamp(2.5rem, 4vw, 4rem);
  align-items: center;
  width: min(1360px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 2.75rem 0 3.25rem;
}

.home-hero__copy {
  position: relative;
  z-index: 6;
  min-width: 0;
  max-width: 510px;
}

.home-hero__logo {
  display: block;
  width: 92px;
  height: auto;
  margin-bottom: 1.25rem;
}

.home-hero h1 {
  max-width: 500px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 3.6vw, 4rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.home-hero__copy > p:not(.home-hero__note) {
  max-width: 500px;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.55;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  min-width: 0;
  width: 100%;
  margin-top: 1.5rem;
}

.home-hero__note {
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.home-hero__visual {
  position: relative;
  min-height: clamp(380px, 31vw, 500px);
  isolation: isolate;
}

.home-hero__shot {
  position: absolute;
  width: 68%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(5, 5, 30, 0.3);
  aspect-ratio: 8 / 5;
}

.home-hero__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.home-hero__shot--topics {
  top: 8%;
  left: 2%;
  z-index: 1;
  transform: rotate(-4deg);
}

.home-hero__shot--questionnaire {
  top: 3%;
  right: 2%;
  z-index: 2;
  transform: rotate(4deg);
}

.home-hero__shot--benchmark {
  top: 19%;
  left: 7%;
  z-index: 3;
  transform: rotate(-2deg);
}

.home-hero__shot--reporting {
  top: 29%;
  right: 7%;
  z-index: 4;
  transform: rotate(0.75deg);
}

@media (max-width: 991.98px) {
  .hero {
    padding: 3.5rem 0 4rem;
  }

  .hero-content-card.hero-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .hero-logo-wrap img {
    max-width: 100px;
  }

  .hero-text-wrap {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .hero .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .hero {
    padding: 3rem 0 3.5rem;
  }

  .hero-content-card {
    padding: 1.5rem;
  }

  .hero h1 {
    font-size: clamp(1.85rem, 7vw, 2.6rem);
  }

  .hero .lead {
    font-size: 1.05rem;
  }
}

@media (max-width: 1199.98px) {
  .home-hero__inner {
    grid-template-columns: minmax(300px, 0.9fr) minmax(460px, 1.1fr);
    gap: 2rem;
  }

  .home-hero__visual {
    min-height: 430px;
  }

  .home-hero__shot {
    width: 74%;
  }
}

@media (max-width: 991.98px) {
  .home-hero {
    min-height: 0;
  }

  .home-hero__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: min(760px, calc(100% - 2rem));
    padding: 3rem 0 2.25rem;
  }

  .home-hero__copy {
    max-width: 620px;
  }

  .home-hero h1 {
    max-width: 620px;
  }

  .home-hero__visual {
    min-height: 420px;
  }

  .home-hero__shot {
    width: 72%;
  }
}

@media (max-width: 575.98px) {
  .home-hero__inner {
    padding-top: 2.75rem;
  }

  .home-hero__logo {
    width: 88px;
    margin-bottom: 1.25rem;
  }

  .home-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.15rem);
  }

  .home-hero__actions .btn {
    display: block;
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  .home-hero__copy > p {
    overflow-wrap: anywhere;
  }

  .home-hero__visual {
    min-height: 280px;
  }

  .home-hero__shot {
    width: 74%;
    border-radius: 7px;
    box-shadow: 0 10px 26px rgba(5, 5, 30, 0.28);
  }
}

.page-hero {
  padding: 2.75rem 0 2.5rem;
  background-image: url("../images/banner.png");
  background-size: cover;
  background-position: center;
}

.page-hero h1 {
  font-size: clamp(2rem, 3.2vw, 2.6rem);
}

.hero br {
  color: #fff;
}

.hero-banner {
  border-radius: 24px;
  border: 1px solid var(--qc-border);
  box-shadow: 0 25px 80px rgba(15, 27, 67, 0.12);
  object-fit: cover;
}

.screenshot-frame {
  position: relative;
  border-radius: 24px;
  border: 1px solid var(--qc-border);
  background: #fff;
  min-height: 280px;
  box-shadow: 0 25px 80px rgba(15, 27, 67, 0.12);
}

.screenshot-frame::after {
  content: "Screenshot Platzhalter";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--qc-muted);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-heading span {
  color: var(--qc-primary);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin: 0.5rem 0;
}

.feature-card,
.info-card {
  border-radius: 18px;
  border: 1px solid var(--qc-border);
  padding: 1.5rem;
  background: #fff;
  height: 100%;
  box-shadow: 0 12px 35px rgba(28, 47, 94, 0.08);
}

.faq-accordion {
  border: 1px solid var(--qc-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(28, 47, 94, 0.08);
  overflow: hidden;
}

.faq-accordion-item {
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.faq-accordion-item + .faq-accordion-item {
  border-top: 1px solid var(--qc-border);
}

.faq-accordion-button {
  padding: 1.35rem 1.5rem;
  font-weight: 600;
  color: var(--qc-text);
  background: #fff;
  box-shadow: none;
}

.faq-accordion-button:not(.collapsed) {
  color: var(--qc-text);
  background:
    radial-gradient(circle at 0 0, rgba(76, 137, 255, 0.08), transparent 60%),
    #fff;
  box-shadow: none;
}

.faq-accordion-button:focus {
  box-shadow: inset 0 0 0 1px rgba(30, 85, 255, 0.18);
}

.faq-accordion-button::after {
  flex-shrink: 0;
}

.faq-accordion-topic {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--qc-primary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.faq-accordion-question {
  display: block;
  font-size: 1.05rem;
  line-height: 1.45;
}

.faq-accordion-body {
  padding: 0 1.5rem 1.5rem;
  color: var(--qc-muted);
}

.content-band {
  border-top: 1px solid var(--qc-border);
  border-bottom: 1px solid var(--qc-border);
  background: transparent;
}

.content-band__grid {
  display: grid;
  grid-template-columns: 1fr;
}

.content-band__cell {
  padding: 1.6rem;
  min-width: 0;
}

.content-band__cell + .content-band__cell {
  border-top: 1px solid var(--qc-border);
}

.content-band__cell h2,
.content-band__cell h3 {
  margin-bottom: 0.75rem;
}

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

.content-band__cell--center {
  text-align: center;
}

.content-band__eyebrow {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: var(--qc-primary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.content-band__value {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--qc-primary);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.1;
}

.pricing-band {
  background: rgba(238, 245, 255, 0.35);
}

.pricing-tier {
  display: grid;
  align-content: center;
  gap: 0.25rem;
}

.pricing-tier__label,
.pricing-tier__unit {
  margin: 0;
  color: var(--qc-muted);
  line-height: 1.35;
}

.pricing-tier__label {
  min-height: 2.2rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.pricing-tier__unit {
  font-size: 0.9rem;
}

.pricing-tier .content-band__value {
  font-size: clamp(1.75rem, 2.5vw, 2.2rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.025em;
}

.price-nowrap {
  white-space: nowrap;
}

.content-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.section-summary {
  max-width: 820px;
  margin: 2rem auto 0;
  text-align: center;
}

.section-summary h3,
.section-summary h2 {
  margin-bottom: 0.75rem;
}

.section-summary .bullet-list {
  display: inline-block;
  text-align: left;
}

.section-summary__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .content-band__grid--2,
  .content-band__grid--3,
  .content-band__grid--4,
  .content-band__grid--5,
  .content-band__grid--6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-band__grid--2 .content-band__cell,
  .content-band__grid--3 .content-band__cell,
  .content-band__grid--4 .content-band__cell,
  .content-band__grid--5 .content-band__cell,
  .content-band__grid--6 .content-band__cell {
    border-top: 1px solid var(--qc-border);
    border-left: none;
  }

  .content-band__grid--2 .content-band__cell:nth-child(-n + 2),
  .content-band__grid--3 .content-band__cell:nth-child(-n + 2),
  .content-band__grid--4 .content-band__cell:nth-child(-n + 2),
  .content-band__grid--5 .content-band__cell:nth-child(-n + 2),
  .content-band__grid--6 .content-band__cell:nth-child(-n + 2) {
    border-top: none;
  }

  .content-band__grid--2 .content-band__cell:nth-child(2n),
  .content-band__grid--3 .content-band__cell:nth-child(2n),
  .content-band__grid--4 .content-band__cell:nth-child(2n),
  .content-band__grid--5 .content-band__cell:nth-child(2n),
  .content-band__grid--6 .content-band__cell:nth-child(2n) {
    border-left: 1px solid var(--qc-border);
  }
}

@media (min-width: 992px) {
  .content-band__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .content-band__grid--3 .content-band__cell {
    border-top: 1px solid var(--qc-border);
    border-left: none;
  }

  .content-band__grid--3 .content-band__cell:nth-child(-n + 3) {
    border-top: none;
  }

  .content-band__grid--3 .content-band__cell:nth-child(3n + 2),
  .content-band__grid--3 .content-band__cell:nth-child(3n) {
    border-left: 1px solid var(--qc-border);
  }
}

@media (min-width: 1200px) {
  .content-band__grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .content-band__grid--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .content-band__grid--6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .content-band__grid--4 .content-band__cell,
  .content-band__grid--5 .content-band__cell,
  .content-band__grid--6 .content-band__cell {
    border-top: 1px solid var(--qc-border);
    border-left: none;
  }

  .content-band__grid--4 .content-band__cell:nth-child(-n + 4),
  .content-band__grid--5 .content-band__cell:nth-child(-n + 5),
  .content-band__grid--6 .content-band__cell:nth-child(-n + 3) {
    border-top: none;
  }

  .content-band__grid--4 .content-band__cell:nth-child(4n + 2),
  .content-band__grid--4 .content-band__cell:nth-child(4n + 3),
  .content-band__grid--4 .content-band__cell:nth-child(4n),
  .content-band__grid--5 .content-band__cell:nth-child(5n + 2),
  .content-band__grid--5 .content-band__cell:nth-child(5n + 3),
  .content-band__grid--5 .content-band__cell:nth-child(5n + 4),
  .content-band__grid--5 .content-band__cell:nth-child(5n),
  .content-band__grid--6 .content-band__cell:nth-child(3n + 2),
  .content-band__grid--6 .content-band__cell:nth-child(3n) {
    border-left: 1px solid var(--qc-border);
  }
}

@media (min-width: 1400px) {
  .content-band__grid--6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .content-band__grid--6 .content-band__cell {
    border-top: none;
  }

  .content-band__grid--6 .content-band__cell:not(:first-child) {
    border-left: 1px solid var(--qc-border);
  }
}

.product-card {
  position: relative;
  border-radius: 22px;
  border: 1px solid rgba(19, 33, 68, 0.1);
  padding: 1.75rem;
  background:
    radial-gradient(circle at 0 0, rgba(76, 137, 255, 0.08), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(45, 212, 191, 0.08), transparent 55%),
    #ffffff;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.2);
  border-color: rgba(37, 99, 235, 0.45);
}

.product-overview-visual {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(19, 33, 68, 0.12);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  background: #fff;
}

.home-intro,
.product-proof,
.home-comparisons,
.home-reporting-depth,
.home-workflow,
.home-cta {
  scroll-margin-top: 72px;
}

.home-intro {
  padding: 3.25rem 0;
  background: #fff;
  border-bottom: 1px solid var(--qc-border);
}

.home-intro__inner,
.product-proof__inner,
.home-comparisons__inner,
.home-reporting-depth__inner,
.home-workflow__inner {
  width: min(1240px, calc(100% - 3rem));
  margin: 0 auto;
}

.home-intro__lead,
.home-section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: end;
}

.home-intro h2,
.home-section-heading h2,
.home-reporting-depth h2,
.product-proof__copy h2 {
  margin: 0;
  color: var(--qc-text);
  font-size: clamp(1.85rem, 2.6vw, 2.55rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.home-intro__lead p,
.home-section-heading p,
.product-proof__copy p {
  max-width: 620px;
  margin: 0;
  color: var(--qc-muted);
  font-size: 1rem;
  line-height: 1.62;
}

.home-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 2.25rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(19, 33, 68, 0.16);
  border-bottom: 1px solid rgba(19, 33, 68, 0.16);
}

.home-process li {
  min-width: 0;
  padding: 1.15rem 1.5rem;
}

.home-process li + li {
  border-left: 1px solid rgba(19, 33, 68, 0.16);
}

.home-process strong,
.home-process span {
  display: block;
}

.home-process strong {
  margin-bottom: 0.25rem;
  color: var(--qc-text);
  font-size: 1rem;
}

.home-process span {
  color: var(--qc-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.product-proof {
  padding: 3.75rem 0;
  border-top: 1px solid var(--qc-border);
  background: #fff;
}

.product-proof__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2.75rem, 5vw, 5rem);
  align-items: center;
}

.product-proof__copy {
  max-width: 420px;
}

.product-proof__copy p {
  margin-top: 0.9rem;
}

.product-proof__copy .link-arrow {
  display: inline-block;
  margin-top: 1.1rem;
}

.product-proof__media,
.home-reporting-depth__media {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(19, 33, 68, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.product-proof__media {
  max-width: 620px;
  justify-self: end;
}

.product-proof__media--questionnaire {
  max-width: 580px;
}

.product-proof__media img,
.home-reporting-depth__media img {
  display: block;
  width: 100%;
  height: auto;
}

.product-proof--media-first .product-proof__inner {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
}

.product-proof--media-first .product-proof__copy {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

.product-proof--media-first .product-proof__media {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.home-comparisons,
.home-workflow {
  padding: 3.75rem 0;
  border-top: 1px solid var(--qc-border);
  border-bottom: 1px solid var(--qc-border);
}

.home-comparisons {
  background: var(--qc-sky);
}

.home-workflow {
  background: #fff;
}

.home-comparisons__grid,
.home-workflow__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.25rem;
}

.home-comparisons figure,
.home-workflow figure {
  min-width: 0;
  margin: 0;
}

.home-comparisons figure img,
.home-workflow figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border: 1px solid rgba(19, 33, 68, 0.13);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.09);
}

.home-comparisons figcaption,
.home-workflow figcaption {
  display: flex;
  gap: 1.25rem;
  align-items: baseline;
  justify-content: space-between;
  margin: 0.85rem 0.15rem 0;
}

.home-comparisons figcaption strong,
.home-workflow figcaption strong {
  color: var(--qc-text);
  font-size: 0.98rem;
}

.home-comparisons figcaption span,
.home-workflow figcaption span {
  color: var(--qc-muted);
  font-size: 0.88rem;
  line-height: 1.4;
  text-align: right;
}

.home-reporting-depth {
  padding: 4rem 0;
  color: #fff;
  background: #0b1535;
}

.home-reporting-depth__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 5vw, 5rem);
  align-items: center;
}

.home-reporting-depth__copy {
  max-width: 470px;
}

.home-reporting-depth h2 {
  color: #fff;
}

.home-reporting-depth__copy > p {
  margin: 0.95rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.62;
}

.home-feature-lines {
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-feature-lines li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1rem;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.home-feature-lines strong {
  color: #fff;
  font-size: 0.95rem;
}

.home-feature-lines span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.45;
}

.home-feature-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 1.35rem;
}

.home-reporting-depth .link-arrow {
  color: #fff;
}

.home-reporting-depth__media {
  max-width: 650px;
  justify-self: end;
}

.home-reporting-depth__media img {
  aspect-ratio: 8 / 5;
  object-fit: contain;
  object-position: center;
}

.home-cta {
  padding: 3.75rem 0;
  color: #fff;
  background: #0b1535;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-cta__inner {
  width: min(760px, calc(100% - 3rem));
  margin: 0 auto;
  text-align: center;
}

.home-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.home-cta p {
  margin: 0.8rem auto 1.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero__copy,
  .home-hero__shot {
    animation: home-fade-in 420ms ease-out both;
  }

  .home-hero__shot--questionnaire {
    animation-delay: 60ms;
  }

  .home-hero__shot--benchmark {
    animation-delay: 120ms;
  }

  .home-hero__shot--reporting {
    animation-delay: 180ms;
  }

  @keyframes home-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
  }
}

@media (max-width: 991.98px) {
  .home-intro__lead,
  .home-section-heading,
  .home-reporting-depth__inner {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

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

  .home-process li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(19, 33, 68, 0.16);
  }

  .home-process li:nth-child(4) {
    border-top: 1px solid rgba(19, 33, 68, 0.16);
  }

  .product-proof__inner,
  .product-proof--media-first .product-proof__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: min(760px, calc(100% - 3rem));
  }

  .product-proof__copy,
  .product-proof--media-first .product-proof__copy {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    max-width: 620px;
  }

  .product-proof__media,
  .product-proof--media-first .product-proof__media {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }

  .home-reporting-depth__copy {
    max-width: 680px;
  }

  .home-reporting-depth__media {
    justify-self: start;
  }
}

@media (max-width: 767.98px) {
  .home-comparisons__grid,
  .home-workflow__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 575.98px) {
  .home-intro__inner,
  .home-comparisons__inner,
  .home-reporting-depth__inner,
  .home-workflow__inner,
  .product-proof__inner,
  .product-proof--media-first .product-proof__inner,
  .home-cta__inner {
    width: calc(100% - 2rem);
  }

  .home-intro,
  .product-proof,
  .home-comparisons,
  .home-reporting-depth,
  .home-workflow,
  .home-cta {
    padding: 2.75rem 0;
  }

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

  .home-process li {
    padding: 0.95rem 0.25rem;
  }

  .home-process li + li {
    border-top: 1px solid rgba(19, 33, 68, 0.16);
    border-left: 0;
  }

  .product-proof__inner {
    gap: 1.5rem;
  }

  .product-proof__media,
  .home-reporting-depth__media,
  .home-comparisons figure img,
  .home-workflow figure img {
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.09);
  }

  .home-comparisons figcaption,
  .home-workflow figcaption {
    display: block;
  }

  .home-comparisons figcaption span,
  .home-workflow figcaption span {
    display: block;
    margin-top: 0.2rem;
    text-align: left;
  }

  .home-feature-lines li {
    grid-template-columns: 90px minmax(0, 1fr);
  }
}

.product-card a:hover .product-overview-visual {
  transform: translateY(-2px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18);
}

.product-hero {
  background:
    radial-gradient(circle at 0 0, rgba(76, 137, 255, 0.1), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(45, 212, 191, 0.12), transparent 55%),
    #f9fbff;
  border-top: none;
}

.product-hero h1 {
  font-size: clamp(2rem, 3.3vw, 2.8rem);
}

.feature-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--qc-primary-soft);
  color: var(--qc-primary);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.pill,
.pill-light {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: var(--qc-primary-soft);
  border-radius: 999px;
  padding: 0.3rem 0.9rem;
  color: var(--qc-primary);
  font-weight: 600;
  font-size: 0.85rem;
}

.pill-light {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.news-card {
  border: 1px solid var(--qc-border);
  border-radius: 16px;
  padding: 1.25rem;
  background: #fff;
}

.usecase-card {
  border-radius: 18px;
  border: 1px solid var(--qc-border);
  background: #fff;
  padding: 1rem;
  box-shadow: 0 12px 35px rgba(28, 47, 94, 0.08);
  text-align: left;
}

.usecase-card img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin-bottom: 0.75rem;
  object-fit: cover;
}

.usecase-card h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.module-visual {
  max-width: 100%;
  height: auto;
  max-height: 260px;
  border-radius: 18px;
  margin-bottom: 1rem;
  border: 1px solid var(--qc-border);
  box-shadow: 0 18px 40px rgba(18, 35, 72, 0.1);
  object-fit: cover;
}

.page-section {
  background: #fff;
  border-top: 1px solid rgba(19, 33, 68, 0.05);
  border-bottom: 1px solid rgba(19, 33, 68, 0.05);
}

.bullet-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.bullet-list li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.35rem;
}

.bullet-list li::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--qc-primary);
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.cta-card {
  border-radius: 18px;
  border: 1px solid var(--qc-border);
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 12px 35px rgba(28, 47, 94, 0.08);
}

.contact-section {
  background: radial-gradient(circle at top, #fdfdff, var(--qc-sky));
}

.contact-card {
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  padding: 1.75rem;
  background-color: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.contact-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.contact-form .form-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--qc-muted);
}

.contact-form .form-control,
.contact-form textarea {
  background-color: #ffffff !important;
  border-radius: 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.5) !important;
  color: var(--qc-text);
}

.contact-form .form-control::placeholder,
.contact-form textarea::placeholder {
  color: rgba(19, 33, 68, 0.55);
}

.contact-form .form-select {
  background-color: #ffffff !important;
  border-radius: 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.5) !important;
  color: var(--qc-text);
}

.contact-form .form-control:focus,
.contact-form textarea:focus {
  background-color: #ffffff !important;
  border-color: rgba(59, 130, 246, 0.85) !important;
  box-shadow: 0 0 0 0.15rem rgba(59, 130, 246, 0.3) !important;
}

.contact-form .form-select:focus {
  background-color: #ffffff !important;
  border-color: rgba(59, 130, 246, 0.85) !important;
  box-shadow: 0 0 0 0.15rem rgba(59, 130, 246, 0.3) !important;
}

.contact-form .alert-success {
  color: var(--qc-muted);
  font-weight: 500;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: var(--qc-primary);
}

.link-arrow::after {
  content: "→";
  font-weight: 600;
}

.news-card small {
  color: var(--qc-muted);
  text-transform: uppercase;
  font-weight: 600;
}

.site-footer {
  margin-top: auto;
  padding: 2.5rem 0;
  background: #fff;
  border-top: 1px solid var(--qc-border);
}

.footer-link-button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--bs-link-color);
  font: inherit;
  text-decoration: none;
}

.footer-link-button:hover {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}

.footer-link-button:focus-visible {
  border-radius: 0.2rem;
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.newsletter-box input {
  border-radius: 999px;
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--qc-border);
}

.newsletter-box .btn {
  border-radius: 999px;
  padding-inline: 1.5rem;
}

.contact-form .form-check-input {
  -webkit-appearance: auto;
  appearance: auto;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.contact-form .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.18rem rgba(13, 110, 253, 0.25);
}
