:root {
  --surface-0: #ffffff;
  --surface-1: rgba(255, 255, 255, 0.94);
  --surface-2: rgba(248, 250, 252, 0.92);
  --surface-border: rgba(15, 23, 42, 0.08);
  --surface-border-strong: rgba(47, 156, 234, 0.2);
  --text-body: #32435c;
  --text-heading: #15263d;
  --text-muted: #5f7088;
  --text-soft: #7d8ea7;
  --shadow-soft: 0 18px 48px rgba(15, 23, 42, 0.08);
  --shadow-lift: 0 24px 64px rgba(15, 23, 42, 0.14);
  --radius-card: 24px;
  --radius-panel: 28px;
  --section-space: clamp(4.75rem, 7vw, 7rem);
}

html {
  scroll-padding-top: 96px;
}

body {
  color: var(--text-body);
  background:
    radial-gradient(circle at 0% 0%, rgba(47, 156, 234, 0.08), transparent 28%),
    radial-gradient(circle at 100% 15%, rgba(4, 57, 108, 0.06), transparent 28%),
    #f8fafc;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: rgba(47, 156, 234, 0.2);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

p {
  margin-bottom: 0;
}

.skip-link {
  position: fixed;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 11000;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  background: #ffffff;
  color: var(--primary-dark);
  box-shadow: var(--shadow-soft);
  transform: translateY(-180%);
  transition: transform 0.18s ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.site-navbar {
  border-bottom: 1px solid rgba(226, 232, 240, 0.68);
  background: rgba(248, 250, 252, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.site-navbar.navbar.scrolled {
  background: rgba(248, 250, 252, 0.92);
}

.site-navbar .navbar-brand {
  flex-shrink: 0;
}

.site-navbar .navbar-brand img {
  height: 74px;
  width: auto;
}

.site-navbar .nav-link {
  color: #16355d !important;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0.62rem 0.88rem !important;
}

.site-navbar .navbar-nav {
  align-items: center;
  gap: 0.1rem;
}

.site-navbar .nav-link.active,
.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus-visible {
  background: rgba(47, 156, 234, 0.18);
}

.site-navbar .dropdown-menu {
  margin-top: 0.85rem;
}

.site-navbar .navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 44px;
  border: 1px solid rgba(21, 38, 61, 0.12);
  border-radius: 14px;
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.site-navbar .navbar-toggler:focus-visible {
  outline: 3px solid rgba(47, 156, 234, 0.55);
  outline-offset: 3px;
}

.site-navbar .navbar-toggler-icon {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2304396c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M5 7h20M5 15h20M5 23h20'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  .site-navbar.navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

header#home,
.site-page-header,
.product-hero {
  position: relative;
  isolation: isolate;
}

header#home::before,
.site-page-header::after,
.product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 31, 59, 0.94) 0%, rgba(2, 31, 59, 0.82) 46%, rgba(2, 31, 59, 0.5) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 38%);
}

header#home .container,
.site-page-header .container,
.product-hero .container {
  position: relative;
  z-index: 2;
}

header#home .hero-content,
.site-page-header .hero-content,
.product-hero .hero-content {
  max-width: 720px;
}

header#home .hero-content h1,
.site-page-header .hero-content h1,
.product-hero .hero-content h1 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 5vw, 4.75rem);
  line-height: 1.05;
}

header#home .hero-content .lead,
.site-page-header .hero-content .lead,
.product-hero .hero-content .lead {
  max-width: 36rem;
  color: rgba(239, 246, 255, 0.9) !important;
}

.hero-eyebrow,
.site-page-header .kicker,
.product-hero .kicker {
  color: rgba(214, 228, 255, 0.82) !important;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.75rem;
}

.hero-signal-list,
.product-signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.hero-signal-list span,
.product-signal-list span {
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(186, 230, 253, 0.22);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
  color: rgba(241, 245, 249, 0.92);
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.hero-proof-list,
.page-proof-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.9rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof-list li,
.page-proof-list li {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  padding: 1rem 1rem 0.95rem;
  border: 1px solid rgba(186, 230, 253, 0.2);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.18);
  color: rgba(241, 245, 249, 0.92);
}

.hero-proof-list strong,
.page-proof-list strong {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
}

.hero-proof-list span,
.page-proof-list span {
  font-size: 0.88rem;
  color: rgba(226, 232, 240, 0.88);
}

.btn {
  min-height: 48px;
  border-radius: 14px;
  font-weight: 700;
  letter-spacing: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.service-card:focus-visible,
.portfolio-link:focus-visible .portfolio-item,
.service-line-card:focus-visible,
.related-links a:focus-visible,
.legal-links a:focus-visible {
  outline: 3px solid rgba(47, 156, 234, 0.45);
  outline-offset: 4px;
}

.btn-light {
  color: var(--primary-dark);
}

.btn-outline-light {
  border-width: 1.5px;
}

main > section,
main > .section {
  position: relative;
}

section,
.section {
  padding-block: var(--section-space);
}

.section-title {
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.section-title h2 {
  color: var(--text-heading);
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.08;
  margin-bottom: 0.9rem;
}

.section-title p {
  max-width: 760px;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.answer-item,
.market-answer-item,
.feature-card,
.journey-step,
.card-clean,
.story-card,
.contact-panel,
.legal-card,
.legal-sidebar-card,
.stat-card-refresh,
.page-cta-card {
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-card);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  box-shadow: var(--shadow-soft);
}

.answer-item,
.market-answer-item,
.feature-card,
.journey-step,
.stat-card-refresh,
.page-cta-card {
  height: 100%;
}

.answer-item {
  position: relative;
  padding: 1.65rem;
  border-left: 0;
}

.answer-item::before,
.market-answer-item::before,
.journey-step::before,
.legal-sidebar-card::before,
.page-cta-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: inherit;
  background: var(--gradient);
}

.answer-item span {
  margin-bottom: 0.6rem;
  color: var(--primary-dark);
  font-weight: 800;
}

.answer-item p,
.market-answer-item p,
.service-line-text p,
.feature-card p,
.journey-step p,
.story-body p,
.legal-card p,
.legal-card li {
  color: var(--text-muted);
  line-height: 1.72;
}

.market-answer-item {
  position: relative;
  padding: 1.5rem;
}

.service-card,
.portfolio-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.service-card {
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.service-card::before {
  background:
    radial-gradient(circle at 100% 0%, rgba(125, 211, 252, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(4, 57, 108, 0.98), rgba(2, 31, 59, 0.98));
}

.service-card .card-body {
  align-items: flex-start;
  gap: 0.85rem;
  padding: 2rem;
  text-align: left;
}

.service-card .service-icon {
  width: 64px;
  height: 64px;
  margin: 0 0 0.35rem;
  border-radius: 18px;
  background: rgba(47, 156, 234, 0.12);
}

.service-card h3,
.service-card .h5 {
  color: var(--text-heading);
  margin-bottom: 0.2rem;
}

.service-card .text-muted {
  color: var(--text-muted) !important;
  line-height: 1.72;
}

.service-card .service-link-label {
  margin-top: auto;
  color: var(--primary);
  gap: 0.45rem;
}

.service-card .service-link-label::after {
  content: "\2192";
  margin-left: 0;
}

.service-line-card {
  border-radius: var(--radius-card);
}

.service-line-card .service-line-text h3 {
  color: var(--text-heading);
}

.service-line-points li::before {
  content: "\2713";
}

.card-clean {
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.feature-card,
.journey-step {
  position: relative;
  padding: 1.6rem;
}

.feature-card h3,
.journey-step h3 {
  color: var(--text-heading);
}

.story-card {
  border-radius: var(--radius-card);
}

.story-header {
  padding: 1.6rem;
}

.story-body {
  padding: 1.65rem;
}

#stats {
  padding-block: clamp(4rem, 6vw, 5.5rem);
}

.stats-band {
  background:
    radial-gradient(circle at 12% 15%, rgba(47, 156, 234, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 250, 252, 0.98));
}

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

.stat-card-refresh {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  text-align: left;
}

.stat-kicker {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
}

.stat-value {
  display: flex;
  align-items: baseline;
  gap: 0.12rem;
  font-family: Poppins, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
  color: var(--primary-dark);
}

.stat-value .count {
  color: inherit;
}

.stat-suffix {
  color: var(--secondary);
}

.stat-label {
  color: var(--text-muted);
  font-weight: 600;
}

.portfolio-item {
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.portfolio-item:hover,
.portfolio-item:focus-visible {
  box-shadow: var(--shadow-lift);
}

.portfolio-overlay {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.portfolio-overlay .h5 {
  margin-bottom: 0;
}

.portfolio-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.35rem;
  color: #bae6fd;
  font-size: 0.88rem;
  font-weight: 700;
}

.portfolio-cta::after {
  content: "\2192";
}

.process-item .card {
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-soft);
}

.testimonials-section .section-title p {
  max-width: 660px;
}

.testimonial-tile::before {
  content: "\201C";
  font-size: 4.6rem;
  opacity: 0.1;
  font-family: Poppins, serif;
}

.testimonial-badge {
  color: var(--primary-dark);
}

.faq-item {
  border: 1px solid var(--surface-border);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}

.faq details {
  border: 1px solid var(--surface-border);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  box-shadow: var(--shadow-soft);
}

.faq details + details {
  margin-top: 1rem;
}

.faq summary {
  position: relative;
  padding: 1.2rem 3.5rem 1.2rem 1.25rem;
  color: var(--text-heading);
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 700;
}

.faq details[open] summary::after {
  content: "\2212";
}

.faq details p {
  padding: 0 1.25rem 1.15rem;
  color: var(--text-muted);
  line-height: 1.72;
}

.faq-question {
  width: 100%;
  border: 0;
  text-align: left;
  color: var(--text-heading);
}

.faq-question:hover {
  color: var(--primary);
}

.faq-answer {
  color: var(--text-muted);
  line-height: 1.72;
}

.faq-answer[hidden] {
  display: none !important;
}

.contact-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(125, 211, 252, 0.12), transparent 20%),
    linear-gradient(135deg, #0d1b34, #17345a 58%, #0f2746);
}

.contact-panel-info {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.58), rgba(15, 23, 42, 0.42)),
    radial-gradient(circle at 100% 0%, rgba(125, 211, 252, 0.12), transparent 28%);
}

.contact-panel-form {
  background: rgba(255, 255, 255, 0.98);
}

.contact-next-steps {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.contact-next-step {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.contact-next-step i {
  color: #7dd3fc;
  font-size: 1rem;
  line-height: 1.4;
}

.contact-next-step strong {
  display: block;
  color: #ffffff;
  font-size: 0.98rem;
}

.contact-next-step span {
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.92rem;
}

.contact-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.contact-quick-actions .btn {
  min-width: 0;
}

.contact-panel-form .form-label {
  font-size: 0.96rem;
}

.site-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.site-footer-brand {
  gap: 0.85rem;
}

.site-footer-brand span {
  color: #ffffff;
}

.site-footer .social-links a:focus-visible,
.site-footer .social-links a:hover {
  transform: translateY(-2px);
}

.newsletter-form .input-group {
  align-items: stretch;
}

.newsletter-form .btn {
  min-height: auto;
}

.page-proof-section {
  padding-top: 2.5rem;
  padding-bottom: 0;
}

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

.mini-stat-card {
  padding: 1.3rem 1.35rem;
  border: 1px solid var(--surface-border);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.98));
  box-shadow: var(--shadow-soft);
}

.mini-stat-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--primary-dark);
}

.mini-stat-card span {
  color: var(--text-muted);
  font-weight: 600;
  font-size: 0.95rem;
}

.page-cta-card {
  position: relative;
  padding: 1.6rem;
}

.page-cta-card h3 {
  color: var(--text-heading);
}

.page-cta-card p {
  color: var(--text-muted);
  margin-top: 0.4rem;
}

.legal-page .section-title {
  text-align: left;
}

.legal-shell {
  align-items: flex-start;
}

.legal-card {
  padding: clamp(1.6rem, 3vw, 2.2rem);
}

.legal-card > * + * {
  margin-top: 1rem;
}

.legal-card h2 {
  margin-top: 1.8rem;
  margin-bottom: 0.55rem;
  color: var(--text-heading);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.legal-card ul {
  padding-left: 1.1rem;
}

.legal-sidebar {
  display: grid;
  gap: 1rem;
}

.legal-sidebar-card {
  position: relative;
  padding: 1.4rem 1.4rem 1.4rem 1.6rem;
}

.legal-sidebar-card h3 {
  color: var(--text-heading);
  margin-bottom: 0.75rem;
}

.legal-sidebar-card p,
.legal-sidebar-card li,
.legal-sidebar-card a {
  color: var(--text-muted);
}

.legal-links {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.legal-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.legal-links a::after {
  content: "\2192";
}

.legal-links a:hover,
.legal-links a:focus-visible {
  color: var(--primary-dark);
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.link-arrow::after {
  content: "\2192";
}

.link-arrow:hover,
.link-arrow:focus-visible {
  color: var(--primary-dark);
}

.proof-band {
  padding-block: clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.98));
  border-bottom: 1px solid var(--surface-border);
}

.proof-band-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  align-items: center;
}

.proof-band h2,
.case-study-card h3,
.industry-card h3,
.resource-card h3,
.schedule-panel h3,
.detail-card h2,
.detail-card h3 {
  color: var(--text-heading);
}

.proof-band p,
.case-study-card p,
.industry-card p,
.resource-card p,
.detail-card p,
.detail-card li,
.schedule-panel p {
  color: var(--text-muted);
  line-height: 1.72;
}

.proof-logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.proof-logo-pill,
.stack-badge,
.market-badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--surface-border-strong);
  border-radius: 999px;
  background: #ffffff;
  color: var(--primary-dark);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

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

.proof-outcome {
  padding: 1.1rem;
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.proof-outcome strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--primary-dark);
  font-family: Poppins, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.trust-band {
  background: #ffffff;
}

.case-study-grid,
.industry-grid,
.resource-grid,
.trust-signal-grid,
.detail-grid,
.outcome-grid {
  display: grid;
  gap: 1rem;
}

.case-study-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industry-grid,
.resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-signal-grid,
.outcome-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-grid {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: start;
}

.case-study-card,
.industry-card,
.resource-card,
.trust-signal-card,
.detail-card,
.schedule-panel,
.case-meta-card {
  height: 100%;
  padding: 1.4rem;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-card);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  box-shadow: var(--shadow-soft);
}

.case-study-card,
.industry-card,
.resource-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  text-decoration: none;
  color: inherit;
}

.case-study-card:hover,
.case-study-card:focus-visible,
.industry-card:hover,
.industry-card:focus-visible,
.resource-card:hover,
.resource-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lift);
}

.case-kicker,
.industry-kicker,
.resource-kicker,
.source-context {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.case-metrics,
.case-meta-grid,
.timeline-list,
.stack-badge-row,
.market-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.case-metrics span,
.case-meta-grid span,
.timeline-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: rgba(47, 156, 234, 0.1);
  color: var(--primary-dark);
  font-size: 0.88rem;
  font-weight: 700;
}

.client-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.client-logo-mark {
  min-width: 112px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #ffffff;
  color: var(--text-heading);
  font-family: Poppins, sans-serif;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.testimonial-source {
  display: block;
  margin-top: 0.4rem;
  color: var(--text-soft);
  font-size: 0.82rem;
}

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

.qualification-grid .full-span {
  grid-column: 1 / -1;
}

.schedule-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 1.25rem;
}

.schedule-option {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-height: 100%;
  padding: 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(226, 232, 240, 0.9);
}

.schedule-option strong {
  color: #ffffff;
}

.form-helper {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.contact-section .section-title h2,
.contact-section .section-title p {
  color: #ffffff !important;
}

.page-link-list {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-link-list a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.page-link-list a:hover,
.page-link-list a:focus-visible {
  color: var(--primary-dark);
}

.breadcrumb-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.9rem;
}

.breadcrumb-inline a {
  color: #bae6fd;
  text-decoration: none;
}

.breadcrumb-inline span::before {
  content: "/";
  margin-right: 0.45rem;
  color: rgba(226, 232, 240, 0.5);
}

@media (max-width: 1199px) {
  .stats-shell,
  .mini-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-study-grid,
  .industry-grid,
  .resource-grid,
  .trust-signal-grid,
  .outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1499px) and (min-width: 992px) {
  .site-navbar .nav-link {
    font-size: 0.9rem;
    padding: 0.56rem 0.65rem !important;
  }
}

@media (max-width: 1299px) and (min-width: 992px) {
  .site-navbar .navbar-brand img {
    height: 62px;
  }

  .site-navbar .nav-link {
    font-size: 0.85rem;
    padding: 0.5rem 0.48rem !important;
  }
}

@media (max-width: 991px) {
  .site-navbar .navbar-brand img {
    height: 56px;
  }

  .site-navbar .navbar-collapse {
    margin-top: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow-soft);
  }

  .site-navbar .navbar-nav {
    gap: 0.15rem;
  }

  .site-navbar .nav-link {
    border-radius: 14px;
  }

  .site-navbar .dropdown-menu {
    margin-top: 0.5rem;
    padding: 0.45rem;
    background: #f8fbff;
  }

  .hero-proof-list,
  .page-proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-band-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  header#home .hero-content h1,
  .site-page-header .hero-content h1,
  .product-hero .hero-content h1 {
    max-width: none;
  }

  .hero-cta-group {
    gap: 0.75rem;
  }

  .service-card .card-body,
  .feature-card,
  .journey-step,
  .stat-card-refresh,
  .page-cta-card,
  .legal-card,
  .legal-sidebar-card {
    padding: 1.35rem;
  }

  .contact-quick-actions .btn {
    width: 100%;
  }

  .qualification-grid,
  .schedule-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-navbar .container {
    max-width: calc(100% - 20px);
  }

  .site-navbar .navbar-brand img {
    height: 46px;
  }

  header#home .hero-content,
  .site-page-header .hero-content,
  .product-hero .hero-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  header#home .hero-content h1,
  .site-page-header .hero-content h1,
  .product-hero .hero-content h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 7.4vw, 2.05rem) !important;
    line-height: 1.12;
    text-wrap: wrap !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  header#home .hero-content p,
  .site-page-header .hero-content p,
  .product-hero .hero-content p,
  .hero-eyebrow,
  .site-page-header .kicker,
  .product-hero .kicker {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero-cta-group .btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding-left: 0.95rem;
    padding-right: 0.95rem;
    font-size: 1rem;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.25;
  }

  .hero-signal-list,
  .product-signal-list {
    gap: 0.6rem;
  }

  .hero-signal-list span,
  .product-signal-list span {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-proof-list,
  .page-proof-list,
  .stats-shell,
  .mini-stat-grid {
    grid-template-columns: 1fr;
  }

  .stat-card-refresh,
  .mini-stat-card {
    text-align: left;
  }

  .section-title h2 {
    font-size: clamp(1.8rem, 7vw, 2.35rem);
  }

  #portfolio .section-title {
    margin-bottom: 2.25rem;
  }

  .portfolio-overlay {
    opacity: 1;
  }

  .portfolio-item img {
    transform: scale(1);
  }

  .legal-sidebar {
    grid-template-columns: 1fr;
  }

  .case-study-grid,
  .industry-grid,
  .resource-grid,
  .trust-signal-grid,
  .outcome-grid,
  .proof-outcome-grid {
    grid-template-columns: 1fr;
  }
}

@media (hover: none) {
  .portfolio-overlay {
    opacity: 1;
  }

  .portfolio-item img {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .service-card,
  .portfolio-item,
  .testimonial-tile,
  .service-line-card,
  .site-footer .social-links a {
    transition: none !important;
  }
}

/* Compact typography and stronger industry section polish. */
:root {
  --radius-card: 18px;
  --radius-panel: 22px;
  --section-space: clamp(3.25rem, 5vw, 5.25rem);
}

html {
  font-size: 15.5px;
}

body {
  font-size: 0.95rem;
}

p,
li {
  font-size: 0.95rem;
}

.site-navbar .nav-link {
  font-size: 0.84rem;
}

header#home,
.site-page-header,
.product-hero {
  padding-top: clamp(6.8rem, 9vw, 8.5rem);
  padding-bottom: clamp(4.9rem, 7vw, 6.2rem);
}

.site-page-header {
  min-height: 380px;
}

header#home .hero-content h1,
.site-page-header .hero-content h1,
.product-hero .hero-content h1 {
  max-width: 15ch;
  font-size: clamp(1.95rem, 3.8vw, 3.35rem);
  line-height: 1.08;
}

header#home .hero-content .lead,
.site-page-header .hero-content .lead,
.product-hero .hero-content .lead {
  max-width: 34rem;
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  line-height: 1.65;
}

.hero-eyebrow,
.site-page-header .kicker,
.product-hero .kicker,
.section-kicker {
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.section-title {
  margin-bottom: clamp(1.6rem, 3vw, 2.7rem);
}

.section-title-compact {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 0.65rem;
  padding: 0.34rem 0.65rem;
  border: 1px solid rgba(47, 156, 234, 0.2);
  border-radius: 999px;
  background: rgba(47, 156, 234, 0.08);
  color: var(--primary);
  font-weight: 800;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
  line-height: 1.14;
}

.section-title p {
  max-width: 650px;
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  line-height: 1.65;
}

.service-card .card-body,
.feature-card,
.journey-step,
.stat-card-refresh,
.page-cta-card,
.legal-card,
.legal-sidebar-card {
  padding: clamp(1.1rem, 2vw, 1.55rem);
}

.service-card .h5,
.service-line-text h3 {
  font-size: clamp(1rem, 1.2vw, 1.18rem);
}

.service-card .card-body p,
.service-line-text p,
.service-line-points li,
.answer-item p,
.market-answer-item p {
  font-size: 0.92rem;
}

.btn {
  min-height: 44px;
  padding: 0.65rem 1.1rem;
  font-size: 0.92rem;
}

.hero-signal-list span,
.product-signal-list span,
.proof-logo-pill,
.stack-badge,
.market-badge,
.case-metrics span,
.case-meta-grid span,
.timeline-list span {
  min-height: 34px;
  padding: 0.48rem 0.7rem;
  font-size: 0.82rem;
}

.proof-band {
  padding-block: clamp(2rem, 4vw, 3.2rem);
}

.proof-band h2 {
  font-size: clamp(1.45rem, 2.3vw, 2.1rem);
  line-height: 1.15;
}

.case-study-card h3,
.industry-card h3,
.resource-card h3,
.schedule-panel h3,
.detail-card h2,
.detail-card h3 {
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.24;
}

.case-study-card p,
.industry-card p,
.resource-card p,
.detail-card p,
.detail-card li,
.schedule-panel p,
.proof-band p,
.testimonial-quote {
  font-size: 0.92rem;
  line-height: 1.62;
}

.stat-value {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.metric-value,
.proof-outcome strong {
  font-size: 1.38rem;
}

.faq-question {
  padding: 1rem 1.15rem;
  font-size: 0.96rem;
}

.contact-panel {
  padding: clamp(1.2rem, 2vw, 1.6rem);
}

.industry-showcase {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.96) 0%, #ffffff 100%);
}

.industry-showcase .container {
  max-width: 1160px;
}

.industry-showcase .industry-grid {
  gap: 0.85rem;
  align-items: stretch;
}

.industry-showcase .industry-card {
  position: relative;
  isolation: isolate;
  gap: 0.72rem;
  min-height: 232px;
  padding: 1.05rem;
  overflow: hidden;
  border-color: rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.industry-showcase .industry-card::after {
  content: "";
  position: absolute;
  right: -32%;
  bottom: -46%;
  z-index: -1;
  width: 230px;
  height: 160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(47, 156, 234, 0.16), rgba(4, 57, 108, 0.04) 52%, transparent 70%);
}

.industry-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.industry-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(4, 57, 108, 0.1), rgba(47, 156, 234, 0.15));
  color: var(--primary);
  font-size: 1.15rem;
}

.industry-showcase .industry-card h3 {
  margin: 0.05rem 0 0;
}

.industry-showcase .industry-card p {
  margin-top: 0;
}

.industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
}

.industry-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.34rem 0.55rem;
  border-radius: 999px;
  background: #f1f7fd;
  color: #18365e;
  font-size: 0.74rem;
  font-weight: 800;
}

.industry-showcase .industry-card .link-arrow {
  font-size: 0.86rem;
  font-weight: 800;
}

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

@media (max-width: 991px) {
  html {
    font-size: 15px;
  }

  .site-page-header {
    min-height: 340px;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 0.92rem;
  }

  p,
  li {
    font-size: 0.92rem;
  }

  header#home,
  .site-page-header,
  .product-hero {
    padding-top: 6.35rem;
    padding-bottom: 4rem;
  }

  .site-page-header {
    min-height: 300px;
  }

  header#home .hero-content h1,
  .site-page-header .hero-content h1,
  .product-hero .hero-content h1 {
    font-size: clamp(1.52rem, 6.4vw, 1.78rem) !important;
    line-height: 1.13;
  }

  header#home .hero-content .lead,
  .site-page-header .hero-content .lead,
  .product-hero .hero-content .lead {
    font-size: 0.93rem;
    line-height: 1.58;
  }

  .section-title h2 {
    font-size: clamp(1.35rem, 5.8vw, 1.65rem);
  }

  .section-title p {
    font-size: 0.9rem;
  }

  .btn {
    min-height: 42px;
    font-size: 0.9rem;
  }

  .industry-showcase .industry-card {
    min-height: 0;
    padding: 1rem;
  }

  .industry-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 1rem;
  }
}
