:root {
  --bg: #020403;
  --panel: #050907;
  --panel-soft: rgba(5, 9, 7, 0.76);
  --line: rgba(122, 255, 44, 0.14);
  --line-strong: rgba(139, 255, 58, 0.45);
  --text: #f3f4ef;
  --muted: #c8cbc1;
  --soft: #aeb4a5;
  --accent: #98ff2d;
  --accent-dim: #78c827;
  --max: 1480px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at 82% 12%, rgba(109, 255, 48, 0.13), transparent 28%),
    linear-gradient(180deg, #020302 0%, #010201 100%);
}

body.services-page {
  background:
    linear-gradient(180deg, rgba(1, 2, 1, 0.42) 0%, rgba(1, 2, 1, 0.62) 42%, rgba(1, 2, 1, 0.8) 100%),
    linear-gradient(90deg, rgba(2, 4, 3, 0.72) 0%, rgba(2, 4, 3, 0.44) 32%, rgba(2, 4, 3, 0.14) 58%, rgba(2, 4, 3, 0.04) 100%),
    url("/wp-content/uploads/aiqwacker/services-approved-bg.png");
  background-size: 122% auto;
  background-position: 84% 0;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

body.how-it-works-page {
  background:
    linear-gradient(180deg, rgba(1, 2, 1, 0.42) 0%, rgba(1, 2, 1, 0.62) 42%, rgba(1, 2, 1, 0.8) 100%),
    linear-gradient(90deg, rgba(2, 4, 3, 0.72) 0%, rgba(2, 4, 3, 0.44) 32%, rgba(2, 4, 3, 0.14) 58%, rgba(2, 4, 3, 0.04) 100%),
    url("/wp-content/uploads/aiqwacker/how-it-works-approved-route.png");
  background-size: 122% auto;
  background-position: 84% 0;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

body.products-page {
  background:
    linear-gradient(180deg, rgba(1, 2, 1, 0.42) 0%, rgba(1, 2, 1, 0.62) 42%, rgba(1, 2, 1, 0.8) 100%),
    linear-gradient(90deg, rgba(2, 4, 3, 0.72) 0%, rgba(2, 4, 3, 0.44) 32%, rgba(2, 4, 3, 0.14) 58%, rgba(2, 4, 3, 0.04) 100%),
    url("/wp-content/uploads/aiqwacker/products-approved-stack.png");
  background-size: 122% auto;
  background-position: 84% 0;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

body.solutions-page {
  background:
    linear-gradient(180deg, rgba(1, 2, 1, 0.06) 0%, rgba(1, 2, 1, 0.16) 42%, rgba(1, 2, 1, 0.28) 100%),
    linear-gradient(90deg, rgba(2, 4, 3, 0.3) 0%, rgba(2, 4, 3, 0.12) 30%, rgba(2, 4, 3, 0.04) 58%, rgba(2, 4, 3, 0) 100%),
    url("/wp-content/uploads/aiqwacker/solutions-approved-bg-tall.png");
  background-size: 100% 100%, 100% 100%, 100% auto;
  background-position: center top;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-attachment: scroll;
}

body.solutions-page::before {
  content: none;
  background: none;
  opacity: 0;
}

body.contact-page {
  background:
    linear-gradient(180deg, rgba(1, 2, 1, 0.42) 0%, rgba(1, 2, 1, 0.62) 42%, rgba(1, 2, 1, 0.8) 100%),
    linear-gradient(90deg, rgba(2, 4, 3, 0.8) 0%, rgba(2, 4, 3, 0.52) 28%, rgba(2, 4, 3, 0.16) 58%, rgba(2, 4, 3, 0.04) 100%),
    url("/wp-content/uploads/aiqwacker/contact-approved-bg.png");
  background-size: 122% auto;
  background-position: 84% 0;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

body.software-page {
  background:
    linear-gradient(180deg, rgba(1, 2, 1, 0.42) 0%, rgba(1, 2, 1, 0.62) 42%, rgba(1, 2, 1, 0.8) 100%),
    linear-gradient(90deg, rgba(2, 4, 3, 0.82) 0%, rgba(2, 4, 3, 0.54) 30%, rgba(2, 4, 3, 0.16) 58%, rgba(2, 4, 3, 0.04) 100%),
    url("/wp-content/uploads/aiqwacker/software-approved-bg-final.png");
  background-size: 122% auto;
  background-position: 84% 0;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

body.pricing-page {
  background:
    linear-gradient(180deg, rgba(1, 2, 1, 0.08) 0%, rgba(1, 2, 1, 0.18) 42%, rgba(1, 2, 1, 0.3) 100%),
    linear-gradient(90deg, rgba(2, 4, 3, 0.32) 0%, rgba(2, 4, 3, 0.14) 30%, rgba(2, 4, 3, 0.04) 58%, rgba(2, 4, 3, 0) 100%),
    url("/wp-content/uploads/aiqwacker/pricing-approved-bg-tall.png");
  background-size: 100% 100%, 100% 100%, 100% auto;
  background-position: center top;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-attachment: scroll;
}

body.pricing-page::before {
  content: none;
  background: none;
  opacity: 0;
}

body.insights-page {
  background:
    linear-gradient(180deg, rgba(1, 2, 1, 0.05) 0%, rgba(1, 2, 1, 0.14) 42%, rgba(1, 2, 1, 0.26) 100%),
    linear-gradient(90deg, rgba(2, 4, 3, 0.28) 0%, rgba(2, 4, 3, 0.1) 28%, rgba(2, 4, 3, 0.03) 58%, rgba(2, 4, 3, 0) 100%),
    url("/wp-content/uploads/aiqwacker/insights-approved-bg-tall.png");
  background-size: 100% 100%, 100% 100%, 100% auto;
  background-position: center top;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-attachment: scroll;
}

body.insights-page::before {
  content: none;
  background: none;
  opacity: 0;
}

body.es-page {
  background:
    linear-gradient(180deg, rgba(1, 2, 1, 0.42) 0%, rgba(1, 2, 1, 0.62) 42%, rgba(1, 2, 1, 0.8) 100%),
    linear-gradient(90deg, rgba(2, 4, 3, 0.82) 0%, rgba(2, 4, 3, 0.56) 30%, rgba(2, 4, 3, 0.18) 58%, rgba(2, 4, 3, 0.04) 100%),
    url("/wp-content/uploads/aiqwacker/services-approved-bg.png");
  background-size: 122% auto;
  background-position: 84% 0;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

body.es-page::before {
  content: none;
  background: none;
  opacity: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(130deg, rgba(112, 255, 41, 0.05), transparent 32%),
    repeating-linear-gradient(
      118deg,
      rgba(105, 255, 40, 0.045) 0,
      rgba(105, 255, 40, 0.045) 1px,
      transparent 1px,
      transparent 56px
    );
  opacity: 0.42;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding-bottom: 28px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.nav a,
.subnav a,
.back-link {
  color: var(--text);
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 1rem;
  font-weight: 600;
}

.nav a[aria-current="page"] {
  color: var(--accent);
}

.hero-shell {
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background:
    linear-gradient(180deg, rgba(4, 7, 4, 0.94), rgba(2, 4, 2, 0.99));
  overflow: hidden;
}

.hero-shell.services-hero {
  min-height: 520px;
  display: flex;
  align-items: end;
  padding: 38px 28px 32px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.04);
}

.hero-shell.how-it-works-hero {
  min-height: 540px;
  display: flex;
  align-items: end;
  padding: 36px 28px 32px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.04);
}

.hero-shell.products-hero {
  min-height: 540px;
  display: flex;
  align-items: end;
  padding: 36px 28px 32px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.04);
}

.hero-shell.solutions-hero {
  min-height: 540px;
  display: flex;
  align-items: end;
  padding: 36px 28px 32px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.04);
}

.hero-shell.contact-hero {
  min-height: 520px;
  display: flex;
  align-items: end;
  padding: 36px 28px 32px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.04);
}

.hero-shell.software-hero {
  min-height: 520px;
  display: flex;
  align-items: end;
  padding: 36px 28px 32px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.04);
}

.hero-shell.pricing-hero {
  min-height: 520px;
  display: flex;
  align-items: end;
  padding: 36px 28px 32px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.04);
}

.hero-shell.insights-hero {
  min-height: 520px;
  display: flex;
  align-items: end;
  padding: 36px 28px 32px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.04);
}

.hero-shell.text-only .hero-copy {
  border-bottom: 0;
  padding-bottom: 28px;
}

.hero-shell.services-hero .hero-copy {
  width: min(100%, 820px);
  align-self: end;
  padding-top: 34px;
  padding-bottom: 30px;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.84) 0%, rgba(2, 4, 3, 0.56) 62%, rgba(2, 4, 3, 0.14) 100%);
}

.hero-shell.how-it-works-hero .hero-copy {
  width: min(50%, 680px);
  align-self: end;
  padding-top: 34px;
  padding-bottom: 30px;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.94) 0%, rgba(2, 4, 3, 0.8) 62%, rgba(2, 4, 3, 0.18) 86%, rgba(2, 4, 3, 0.02) 100%);
}

.hero-shell.products-hero .hero-copy {
  width: min(50%, 680px);
  align-self: end;
  padding-top: 34px;
  padding-bottom: 30px;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.94) 0%, rgba(2, 4, 3, 0.8) 62%, rgba(2, 4, 3, 0.18) 86%, rgba(2, 4, 3, 0.02) 100%);
}

.hero-shell.solutions-hero .hero-copy {
  width: min(42%, 640px);
  align-self: end;
  padding-top: 34px;
  padding-bottom: 30px;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.82) 0%, rgba(2, 4, 3, 0.58) 62%, rgba(2, 4, 3, 0.12) 86%, rgba(2, 4, 3, 0.01) 100%);
}

.hero-shell.contact-hero .hero-copy {
  width: min(54%, 760px);
  align-self: end;
  padding-top: 34px;
  padding-bottom: 30px;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.95) 0%, rgba(2, 4, 3, 0.84) 60%, rgba(2, 4, 3, 0.22) 86%, rgba(2, 4, 3, 0.03) 100%);
}

.hero-shell.software-hero .hero-copy {
  width: min(54%, 760px);
  align-self: end;
  padding-top: 34px;
  padding-bottom: 30px;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.95) 0%, rgba(2, 4, 3, 0.84) 60%, rgba(2, 4, 3, 0.22) 86%, rgba(2, 4, 3, 0.03) 100%);
}

.hero-shell.pricing-hero .hero-copy {
  width: min(42%, 640px);
  align-self: end;
  padding-top: 34px;
  padding-bottom: 30px;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.82) 0%, rgba(2, 4, 3, 0.58) 62%, rgba(2, 4, 3, 0.12) 86%, rgba(2, 4, 3, 0.01) 100%);
}

.hero-shell.insights-hero .hero-copy {
  width: min(42%, 640px);
  align-self: end;
  padding-top: 34px;
  padding-bottom: 30px;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.78) 0%, rgba(2, 4, 3, 0.54) 60%, rgba(2, 4, 3, 0.1) 86%, rgba(2, 4, 3, 0.01) 100%);
}

.hero-shell.es-hero .hero-copy {
  width: min(56%, 780px);
  align-self: end;
  padding-top: 34px;
  padding-bottom: 30px;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.95) 0%, rgba(2, 4, 3, 0.84) 60%, rgba(2, 4, 3, 0.22) 86%, rgba(2, 4, 3, 0.03) 100%);
}

body.insights-page .mini-card {
  background: rgba(5, 9, 7, 0.52);
}

body.insights-page .mini-grid {
  grid-template-columns: 1fr;
}

body.insights-page .detail-card,
body.insights-page .section-band,
body.insights-page .process-card {
  background: rgba(5, 9, 7, 0.52);
}

body.insights-page .card-kicker {
  margin: 0 0 9px;
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.insights-intro {
  padding-top: 28px;
  padding-bottom: 28px;
}

.insights-category-section,
.insights-architecture,
.insights-standard-section {
  margin-top: 16px;
  padding: 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(4, 8, 5, 0.64);
}

.insights-section-heading {
  max-width: 920px;
  margin-bottom: 20px;
}

.insights-section-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.insights-section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.insights-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.insight-category-card {
  position: relative;
  display: block;
  min-height: 390px;
  padding: 24px 22px 22px;
  overflow: hidden;
  border: 1px solid rgba(139, 255, 58, 0.13);
  color: inherit;
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(11, 20, 13, 0.9), rgba(3, 7, 4, 0.84));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.insight-category-card:hover,
.insight-category-card:focus-visible {
  border-color: rgba(139, 255, 58, 0.42);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.24),
    0 0 26px rgba(122, 255, 44, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transform: translateY(-3px);
}

.insight-category-card:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.insight-category-card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -52px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(139, 255, 58, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 44px rgba(122, 255, 44, 0.05);
}

.insight-category-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.insight-category-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  margin-bottom: 0;
  border: 1px solid rgba(139, 255, 58, 0.38);
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.insight-category-icon {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: cover;
  border: 1px solid rgba(139, 255, 58, 0.2);
  border-radius: 18px;
  background: #020403;
  box-shadow:
    0 0 24px rgba(122, 255, 44, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.insight-category-card h2 {
  margin: 0 0 12px;
  font-size: 1.65rem;
}

.insight-category-card > p:not(.card-kicker) {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.insight-topic-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.insight-topic-list li {
  position: relative;
  padding-left: 17px;
  color: var(--soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.insight-topic-list li + li {
  margin-top: 7px;
}

.insight-topic-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(152, 255, 45, 0.5);
}

.insight-category-card .route-links {
  position: relative;
  z-index: 1;
  margin-top: 18px;
}

.insight-card-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.insights-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.insights-path-card {
  padding: 22px;
  border-top: 2px solid rgba(152, 255, 45, 0.5);
  background: rgba(5, 10, 6, 0.78);
}

.insights-path-card span {
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.insights-path-card h3 {
  margin: 12px 0 9px;
  font-size: 1.4rem;
}

.insights-path-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.insights-standard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.insights-standard-grid article {
  min-height: 180px;
  padding: 20px;
  border: 1px solid rgba(255, 164, 36, 0.16);
  background: linear-gradient(155deg, rgba(15, 12, 5, 0.68), rgba(4, 8, 5, 0.78));
}

.insights-standard-grid h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
}

.insights-standard-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.insights-next-step {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

@media (max-width: 700px) {
  .insights-category-section,
  .insights-architecture,
  .insights-standard-section {
    padding: 22px 18px;
  }

  .insights-category-grid,
  .insights-path-grid,
  .insights-standard-grid {
    grid-template-columns: 1fr;
  }

  .insight-category-card {
    min-height: 0;
  }
}

body.es-page .detail-card,
body.es-page .mini-card,
body.es-page .section-band,
body.es-page .process-card {
  background: rgba(5, 9, 7, 0.68);
}

body.solutions-page .detail-grid {
  grid-template-columns: 1fr;
}

body.solutions-page .detail-card,
body.solutions-page .section-band {
  background: rgba(5, 9, 7, 0.52);
}

body.solutions-page .solution-support-image {
  display: block;
  width: 50%;
  height: auto;
  margin: 18px auto;
  border: 1px solid rgba(139, 255, 58, 0.18);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
}

body.pricing-page .mini-card,
body.pricing-page .section-band {
  background: rgba(5, 9, 7, 0.52);
}

.services-hero {
  position: relative;
}

.how-it-works-hero {
  position: relative;
}

.products-hero {
  position: relative;
}

.solutions-hero {
  position: relative;
}

.contact-hero {
  position: relative;
}

.software-hero {
  position: relative;
}

.insights-hero {
  position: relative;
}

.es-hero {
  position: relative;
}

.pricing-hero {
  position: relative;
}

.floating-cta-form {
  position: fixed;
  top: 138px;
  right: max(24px, calc((100vw - var(--max)) / 2 + 24px));
  width: 360px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(139, 255, 58, 0.24);
  background: rgba(5, 9, 7, 0.78);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  z-index: 30;
}

.floating-cta-form .form-kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.floating-cta-form h2 {
  font-size: 1.65rem;
  margin-bottom: 8px;
}

.floating-cta-form p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.cta-form-fields {
  display: grid;
  gap: 10px;
}

.cta-form-fields input,
.cta-form-fields textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 4, 3, 0.72);
  color: var(--text);
  padding: 12px 13px;
  font: inherit;
}

.cta-form-fields textarea {
  min-height: 86px;
  resize: vertical;
}

.cta-form-fields button {
  border: 1px solid var(--line-strong);
  background: var(--accent);
  color: #081004;
  padding: 12px 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.services-flow {
  position: relative;
  z-index: 2;
  margin-top: 16px;
}

.services-flow .detail-card {
  background: rgba(5, 9, 7, 0.72);
  backdrop-filter: blur(3px);
  border-color: rgba(139, 255, 58, 0.16);
}

.services-story {
  background: rgba(4, 7, 5, 0.66);
}

.showcase {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(4, 7, 5, 0.72);
}

.showcase-copy {
  max-width: 720px;
  margin: 0 auto 18px;
  text-align: center;
}

.showcase-kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showcase-copy h2 {
  margin: 0;
  color: var(--text);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.showcase-copy p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.showcase-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(3, 5, 4, 0.8);
}

.showcase-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.how-workflow-visual {
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid rgba(139, 255, 58, 0.16);
  border-radius: 16px;
  background: rgba(3, 5, 4, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.how-workflow-visual-wide {
  margin-top: 16px;
}

.how-workflow-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.services-mobile-phone-showcase .showcase-frame {
  width: min(330px, 100%);
  margin: 0 auto;
  padding: 8px 6px 0;
  border-color: rgba(139, 255, 58, 0.12);
  background: transparent;
}

.services-mobile-phone-showcase .showcase-frame img {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

.services-mobile-phone-showcase {
  display: grid;
  grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
}

.services-mobile-phone-showcase .showcase-frame {
  grid-column: 1;
  grid-row: 1;
}

.services-mobile-phone-showcase .showcase-copy {
  grid-column: 2;
  grid-row: 1;
  max-width: none;
  margin: 0;
  text-align: left;
}

.hero-copy {
  padding: 28px 36px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.98) 0%, rgba(2, 4, 3, 0.9) 62%, rgba(2, 4, 3, 0.72) 100%);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--soft);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

h1 {
  font-size: clamp(3.2rem, 6vw, 5rem);
  line-height: 0.92;
  max-width: 980px;
}

.lead {
  max-width: 940px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.subnav {
  display: flex;
  gap: 28px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(128, 255, 47, 0.14);
  flex-wrap: wrap;
}

.hero-image-wrap {
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(2, 4, 3, 0.82), rgba(2, 4, 3, 0.94));
}

.hero-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-image-wrap.flush {
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-image-wrap.flush img {
  border: 0;
}

.wide-screen {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(4, 7, 5, 0.72);
}

.wide-screen img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.detail-card {
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: var(--panel-soft);
}

.detail-card h2 {
  font-size: 1.55rem;
  margin-bottom: 12px;
}

.detail-card p,
.detail-card li {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.detail-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.detail-card .card-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section-band {
  margin-top: 16px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(4, 7, 5, 0.72);
}

.section-band h2 {
  font-size: 1.85rem;
  margin-bottom: 10px;
}

.section-band p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 980px;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.mini-card {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(5, 9, 7, 0.66);
}

.mini-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.mini-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.process-card {
  min-height: 180px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(5, 9, 7, 0.66);
}

.process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border: 1px solid var(--line-strong);
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.process-card h3 {
  font-size: 1.28rem;
  margin-bottom: 10px;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

body.products-page .process-card {
  position: relative;
  padding-top: 20px;
}

body.products-page .product-process-icon {
  display: block;
  width: min(100%, 156px);
  height: auto;
  margin: -2px auto 16px;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
}

.route-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.route-links a {
  color: var(--text);
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 10px 14px;
  border: 1px solid var(--line-strong);
}

.story-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 16px;
  margin-top: 16px;
}

.story-card {
  min-height: 100%;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(5, 9, 7, 0.68);
}

.story-card h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.story-card p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.68;
}

.story-card p:last-child {
  margin-bottom: 0;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.check-list span {
  display: block;
  padding-left: 18px;
  position: relative;
  color: var(--muted);
  line-height: 1.6;
}

.check-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(152, 255, 45, 0.45);
}

.journey-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.journey-step {
  min-height: 215px;
  padding: 22px 18px 20px;
  background: rgba(5, 9, 7, 0.76);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.journey-step:last-child {
  border-right: 0;
}

.journey-step .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border: 1px solid var(--line-strong);
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.journey-step h3 {
  font-size: 1.26rem;
  margin-bottom: 10px;
}

.journey-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.product-family-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.product-card {
  min-height: 210px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 7, 5, 0.64);
}

.product-card.featured {
  border-color: rgba(145, 255, 67, 0.28);
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid currentColor;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
}

.pill.live {
  color: #b8f75a;
}

.pill.soon {
  color: #96b667;
}

.product-card h3 {
  margin: 10px 0 0;
  font-size: 2rem;
}

.product-icon {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 18px 0 8px;
  border: 2px solid rgba(136, 255, 50, 0.76);
  box-shadow: inset 0 0 0 6px rgba(139, 255, 58, 0.06);
  border-radius: 22px;
  clip-path: none;
  background:
    radial-gradient(circle at 50% 18%, rgba(154, 255, 88, 0.18), rgba(154, 255, 88, 0) 42%),
    linear-gradient(180deg, rgba(12, 20, 14, 0.96) 0%, rgba(5, 9, 7, 0.9) 100%);
  overflow: hidden;
}

.product-icon::before,
.product-icon::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Barlow Condensed", sans-serif;
  color: var(--accent);
}

.product-icon-duck::before {
  content: "QWACKER";
  top: 11px;
  padding: 1px 8px 2px;
  border-radius: 999px;
  border: 1px solid rgba(145, 255, 67, 0.34);
  background: rgba(145, 255, 67, 0.08);
  font-size: 0.64rem;
  letter-spacing: 0.11em;
}

.product-icon-duck::after {
  content: "QW";
  top: 31px;
  font-size: 2.35rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-shadow: 0 0 14px rgba(145, 255, 67, 0.22);
}

.product-icon-lite::before,
.product-icon-plus::before,
.product-icon-pro::before {
  top: 11px;
  padding: 1px 8px 2px;
  border-radius: 999px;
  border: 1px solid rgba(145, 255, 67, 0.34);
  background: rgba(145, 255, 67, 0.08);
  font-size: 0.64rem;
  letter-spacing: 0.11em;
}

.product-icon-lite::after,
.product-icon-plus::after,
.product-icon-pro::after {
  font-weight: 800;
  text-shadow: 0 0 14px rgba(145, 255, 67, 0.22);
}

.product-icon-lite::after {
  content: "LITE";
  top: 31px;
  font-size: 1.95rem;
  letter-spacing: 0.08em;
}

.product-icon-plus::after {
  content: "Q+";
  top: 28px;
  font-size: 2.65rem;
  letter-spacing: 0.04em;
}

.product-icon-pro::after {
  content: "PRO";
  top: 31px;
  font-size: 2rem;
  letter-spacing: 0.08em;
}

.product-icon-lite::before {
  content: "1 LINE";
}

.product-icon-plus::before {
  content: "MULTI LINE";
}

.product-icon-pro::before {
  content: "SCALE";
}

.product-icon-plus {
  border-color: rgba(173, 255, 89, 0.78);
}

.product-icon-pro {
  border-color: rgba(193, 255, 106, 0.82);
}

.product-subtitle {
  display: block;
  margin-top: 6px;
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.84rem;
  line-height: 1.3;
}

.product-summary {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.52;
}

.product-card ul {
  margin: 12px 0 0;
  padding-left: 16px;
}

.product-card li {
  color: var(--soft);
  font-size: 0.84rem;
  line-height: 1.36;
}

.product-card li + li {
  margin-top: 6px;
}

.mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  min-width: 110px;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(145, 255, 67, 0.4);
  color: #c1fb72;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
}

.mini-cta:hover {
  border-color: rgba(145, 255, 67, 0.7);
  color: #e8ffb6;
}

.product-family-card {
  min-height: 100%;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(5, 9, 7, 0.72);
}

.product-family-card h2 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}

body.products-page .product-family-icon {
  display: block;
  width: min(100%, 176px);
  height: auto;
  margin: 18px auto 16px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
}

.product-line-label {
  margin: 0 0 14px;
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-family-summary {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.product-family-card .check-list {
  margin-top: 18px;
}

.product-family-card .route-links {
  margin-top: 20px;
}

.is-coming-soon {
  border-color: rgba(255, 183, 58, 0.18);
}

.comparison-wrap {
  margin-top: 16px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(4, 7, 5, 0.72);
}

.comparison-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  color: var(--text);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-table td {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.contact-form-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-form-grid input,
.contact-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 4, 3, 0.72);
  color: var(--text);
  padding: 12px 13px;
  font: inherit;
}

.contact-form-grid textarea {
  min-height: 124px;
  resize: vertical;
}

.contact-form-grid button {
  border: 1px solid var(--line-strong);
  background: var(--accent);
  color: #081004;
  padding: 12px 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 980px) {
  .nav,
  .subnav,
  .detail-grid,
  .mini-grid,
  .process-grid,
  .story-grid,
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-grid,
  .mini-grid,
  .process-grid,
  .story-grid,
  .product-family-grid {
    grid-template-columns: 1fr;
  }

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

  .journey-strip {
    grid-template-columns: 1fr;
  }

  .journey-step {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .journey-step:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .services-mobile-phone-showcase {
    grid-template-columns: 1fr;
  }

  .services-mobile-phone-showcase .showcase-frame,
  .services-mobile-phone-showcase .showcase-copy {
    grid-column: 1;
  }

  .services-mobile-phone-showcase .showcase-frame {
    grid-row: 1;
  }

  .services-mobile-phone-showcase .showcase-copy {
    grid-row: 2;
    text-align: center;
  }

  .page-shell {
    width: min(calc(100% - 24px), var(--max));
  }

  .hero-copy,
  .hero-image-wrap,
  .section-band {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-shell.services-hero {
    min-height: 420px;
    padding: 20px 0 0;
  }

  .hero-shell.how-it-works-hero {
    min-height: 420px;
    padding: 20px 0 0;
    background-size: 100% auto;
    background-position: center top;
  }

  .hero-shell.products-hero {
    min-height: 420px;
    padding: 20px 0 0;
    background-size: 112% auto;
    background-position: center top;
  }

  .hero-shell.solutions-hero {
    min-height: 420px;
    padding: 20px 0 0;
    background-size: 112% auto;
    background-position: center top;
  }

  .hero-shell.contact-hero {
    min-height: 420px;
    padding: 20px 0 0;
    background-size: 112% auto;
    background-position: center top;
  }

  .hero-shell.software-hero {
    min-height: 420px;
    padding: 20px 0 0;
    background-size: 112% auto;
    background-position: center top;
  }

  .hero-shell.pricing-hero {
    min-height: 420px;
    padding: 20px 0 0;
    background-size: 112% auto;
    background-position: center top;
  }

  .hero-shell.insights-hero {
    min-height: 420px;
    padding: 20px 0 0;
    background-size: 112% auto;
    background-position: center top;
  }

  .hero-shell.services-hero .hero-copy {
    width: 100%;
    background:
      linear-gradient(180deg, rgba(2, 4, 3, 0.64) 0%, rgba(2, 4, 3, 0.84) 100%);
  }

  .hero-shell.how-it-works-hero .hero-copy {
    width: 100%;
    background:
      linear-gradient(180deg, rgba(2, 4, 3, 0.66) 0%, rgba(2, 4, 3, 0.88) 100%);
  }

  .hero-shell.products-hero .hero-copy {
    width: 100%;
    background:
      linear-gradient(180deg, rgba(2, 4, 3, 0.66) 0%, rgba(2, 4, 3, 0.88) 100%);
  }

  .hero-shell.solutions-hero .hero-copy {
    width: 100%;
    background:
      linear-gradient(180deg, rgba(2, 4, 3, 0.66) 0%, rgba(2, 4, 3, 0.88) 100%);
  }

  .hero-shell.contact-hero .hero-copy {
    width: 100%;
    background:
      linear-gradient(180deg, rgba(2, 4, 3, 0.66) 0%, rgba(2, 4, 3, 0.88) 100%);
  }

  .hero-shell.software-hero .hero-copy {
    width: 100%;
    background:
      linear-gradient(180deg, rgba(2, 4, 3, 0.66) 0%, rgba(2, 4, 3, 0.88) 100%);
  }

  .hero-shell.pricing-hero .hero-copy {
    width: 100%;
    background:
      linear-gradient(180deg, rgba(2, 4, 3, 0.66) 0%, rgba(2, 4, 3, 0.88) 100%);
  }

  .hero-shell.insights-hero .hero-copy {
    width: 100%;
    background:
      linear-gradient(180deg, rgba(2, 4, 3, 0.66) 0%, rgba(2, 4, 3, 0.88) 100%);
  }

  .floating-cta-form {
    position: static;
    width: 100%;
    margin: 18px;
  }

  h1 {
    font-size: 2.7rem;
  }

}
