html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
}

.glass-nav {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.homepage-nav {
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.06);
}

.nav-link {
  position: relative;
  padding: 0.5rem 0;
}

.nav-link::after {
  background: linear-gradient(90deg, #2563eb, #10b981);
  border-radius: 999px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.nav-cta,
.primary-button,
.cta-primary {
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

.nav-cta:hover,
.primary-button:hover,
.cta-primary:hover {
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.3);
  transform: translateY(-1px);
}

.secondary-button {
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.secondary-button:hover {
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

.mobile-menu-panel {
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.14);
}

@media (max-width: 767px) {
  #navbar::after {
    background: rgba(15, 23, 42, 0.38);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 240ms ease;
    z-index: 55;
  }

  #navbar.menu-open::after {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-panel,
  .mobile-menu-panel.hidden {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    border-left: 1px solid rgba(226, 232, 240, 0.95);
    border-top: 0;
    bottom: 0;
    display: block !important;
    height: 100vh;
    max-width: 380px;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(105%);
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, visibility 220ms ease;
    visibility: hidden;
    width: min(88vw, 380px) !important;
    z-index: 60;
  }

  .mobile-menu-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }

  .mobile-menu-inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.15rem 1.15rem 1.25rem;
  }

  .mobile-menu-brand {
    align-items: center;
    background: rgba(239, 246, 255, 0.72);
    border: 1px solid rgba(191, 219, 254, 0.75);
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin: 0 3.75rem 1.25rem 0;
    padding: 0.95rem 1rem;
  }

  .mobile-menu-brand img {
    height: auto;
    max-height: 3rem;
    object-fit: contain;
    object-position: center;
    width: min(100%, 13rem);
  }

  .mobile-menu-brand span {
    color: #64748b;
    text-align: center;
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.25;
  }

  .mobile-menu-links {
    display: grid;
    gap: 0.7rem;
  }

  .mobile-menu-link {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 1rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    color: #334155;
    display: grid;
    font-size: 1rem;
    font-weight: 800;
    gap: 0.85rem;
    grid-template-columns: 2.55rem 1fr auto;
    min-height: 4rem;
    padding: 0.65rem 0.85rem;
  }

  .mobile-menu-link > .fa-chevron-right {
    color: #94a3b8;
    font-size: 0.8rem;
  }

  .mobile-menu-icon {
    align-items: center;
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    border-radius: 0.85rem;
    color: #2563eb;
    display: inline-flex;
    height: 2.55rem;
    justify-content: center;
    width: 2.55rem;
  }

  .mobile-menu-cta-card {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border-radius: 1.25rem;
    box-shadow: 0 18px 38px rgba(37, 99, 235, 0.28);
    margin-top: 1.25rem;
    padding: 1rem;
  }

  .mobile-menu-cta-card p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
    line-height: 1.35;
    margin: 0 0 0.9rem;
  }

  .mobile-menu-cta-card a {
    align-items: center;
    background: #ffffff;
    border-radius: 0.9rem;
    color: #1d4ed8;
    display: flex;
    font-weight: 900;
    justify-content: center;
    min-height: 3.25rem;
    text-align: center;
  }

  .mobile-menu-toggle {
    position: relative;
    z-index: 70;
  }
}

@media (min-width: 768px) {
  .mobile-menu-panel {
    display: none !important;
  }
}

.mobile-menu-toggle {
  border-radius: 0.75rem;
  transition: background-color 180ms ease, color 180ms ease;
}

.mobile-menu-toggle:hover {
  background: #f1f5f9;
}

.hero-elevated {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 43%, rgba(239, 248, 255, 0.96) 43%, rgba(232, 246, 255, 0.94) 100%);
  isolation: isolate;
}

.hero-elevated::before {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0 18%, transparent 18% 100%),
    repeating-linear-gradient(90deg, rgba(14, 165, 233, 0.08) 0 1px, transparent 1px 72px);
  content: "";
  inset: 0;
  opacity: 0.65;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.hero-elevated::after {
  background: linear-gradient(160deg, rgba(14, 165, 233, 0.17), rgba(16, 185, 129, 0.09));
  clip-path: polygon(58% 0, 100% 0, 100% 82%, 76% 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.hero-eyebrow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 10px 24px rgba(37, 99, 235, 0.12);
}

.hero-proof-item {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 0.9rem;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  padding: 0.8rem 0.75rem;
  text-align: center;
}

.hero-proof-item strong,
.hero-proof-item span {
  display: block;
}

.hero-proof-item strong {
  color: #0f172a;
  font-size: 1.15rem;
  line-height: 1.2;
}

.hero-proof-item span {
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 700;
  margin-top: 0.15rem;
  text-transform: uppercase;
}

.hero-visual-frame {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 1.75rem;
  box-shadow: 0 34px 80px rgba(15, 23, 42, 0.22);
  padding-top: 2.4rem;
}

.dashboard-chrome {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  gap: 0.45rem;
  height: 2.4rem;
  left: 0;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.dashboard-chrome span {
  background: #cbd5e1;
  border-radius: 999px;
  height: 0.62rem;
  width: 0.62rem;
}

.dashboard-chrome span:first-child {
  background: #38bdf8;
}

.dashboard-chrome span:nth-child(2) {
  background: #34d399;
}

.dashboard-chrome p {
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 700;
  margin-left: 0.5rem;
  text-transform: uppercase;
}

.hero-flow-card,
.hero-stat-card,
.ui-chip {
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
}

.hero-flow-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1rem;
  padding: 1rem;
  position: absolute;
  right: 1.25rem;
  top: 4.5rem;
  z-index: 4;
}

.hero-stat-card {
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
  z-index: 5;
}

.logo-strip {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.trust-strip-title {
  align-items: center;
  color: #0f172a;
  display: flex;
  font-size: 0.9rem;
  font-weight: 900;
  gap: 1rem;
  justify-content: center;
  letter-spacing: 0.16em;
  margin-bottom: 1.4rem;
}

.trust-strip-title::before,
.trust-strip-title::after {
  background: linear-gradient(90deg, transparent, #38bdf8);
  content: "";
  height: 2px;
  max-width: 5rem;
  width: 10vw;
}

.trust-strip-title::after {
  background: linear-gradient(90deg, #10b981, transparent);
}

.client-mark {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  display: flex;
  height: 5.25rem;
  justify-content: center;
  padding: 1rem 1.25rem;
  width: 12.5rem;
}

.client-mark img {
  filter: none;
  max-height: 3rem;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.96;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.client-mark:hover img {
  opacity: 1;
  transform: translateY(-1px);
}

.feature-card {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  position: relative;
}

.feature-card::before {
  background: linear-gradient(90deg, #2563eb, #10b981, #f59e0b);
  content: "";
  height: 4px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}

.feature-card:hover {
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.13);
  transform: translateY(-0.35rem);
}

.feature-icon,
.section-icon {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 12px 22px rgba(37, 99, 235, 0.12);
}

.feature-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.feature-card-meta span {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #475569;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.35rem 0.6rem;
}

.section-band {
  position: relative;
}

.section-band::before {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.07), rgba(16, 185, 129, 0.04));
  clip-path: polygon(0 8%, 28% 0, 18% 100%, 0 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.section-band > div {
  position: relative;
  z-index: 1;
}

.section-band-blue {
  background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
}

.section-band-white {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.section-band-green {
  background: linear-gradient(180deg, #f8fbff 0%, #f0fdf7 100%);
}

.media-card {
  border: 1px solid rgba(203, 213, 225, 0.7);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.16);
}

.media-card::after {
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.ui-chip {
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.industry-band {
  background: linear-gradient(135deg, #0f172a 0%, #123454 58%, #0b4c66 100%);
  overflow: hidden;
  position: relative;
}

.industry-band::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 72px),
    linear-gradient(45deg, rgba(14, 165, 233, 0.14), transparent 45%);
  content: "";
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

.industry-band > div {
  position: relative;
  z-index: 1;
}

.industry-card {
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.92), rgba(15, 23, 42, 0.94));
  box-shadow: 0 20px 45px rgba(2, 6, 23, 0.25);
  color: #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.industry-card:hover {
  color: #ffffff;
}

.industry-card::before {
  background: linear-gradient(90deg, #38bdf8, #34d399);
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 180ms ease;
}

.industry-card:hover {
  background: linear-gradient(180deg, rgba(30, 64, 105, 0.95), rgba(15, 52, 76, 0.95));
  box-shadow: 0 28px 60px rgba(2, 6, 23, 0.36);
  transform: translateY(-0.3rem);
}

.industry-card:hover::before {
  opacity: 1;
}

.testimonial-band {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.testimonial-card {
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.testimonial-card::after {
  background: linear-gradient(90deg, #2563eb, #10b981, #f59e0b);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.customer-testimonial {
  min-height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.customer-testimonial:hover {
  box-shadow: 0 34px 78px rgba(15, 23, 42, 0.15);
  transform: translateY(-0.25rem);
}

.testimonial-video-link {
  display: inline-flex;
  position: relative;
}

.testimonial-video-link span {
  align-items: center;
  background: rgba(37, 99, 235, 0.95);
  border: 3px solid #ffffff;
  border-radius: 999px;
  bottom: -0.25rem;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25);
  color: #ffffff;
  display: flex;
  height: 2.35rem;
  justify-content: center;
  position: absolute;
  right: -0.25rem;
  width: 2.35rem;
}

.testimonial-video-link span i {
  font-size: 0.78rem;
  margin-left: 0.12rem;
}

.cta-band {
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.18), transparent 42%),
    linear-gradient(125deg, #0f6fa8 0%, #1d8fc4 45%, #0f766e 100%);
}

.cta-band::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  position: absolute;
}

.cta-primary {
  box-shadow: 0 18px 34px rgba(2, 6, 23, 0.2);
}

.cta-secondary {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 16px 30px rgba(2, 6, 23, 0.14);
}

.cta-secondary:hover {
  transform: translateY(-1px);
}

.footer-premium {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.18), transparent 32%),
    linear-gradient(150deg, #eef7ff 0%, #ffffff 42%, #e8fbf7 100%);
  margin-top: -1px;
  overflow: hidden;
  position: relative;
}

.footer-premium::before {
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 23, 42, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  inset: 0;
  opacity: 0.52;
  pointer-events: none;
  position: absolute;
}

.footer-premium > div {
  position: relative;
  z-index: 1;
}

.footer-main {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  padding: 0;
  position: relative;
}

.footer-main::before {
  content: none;
}

.footer-main > * {
  position: relative;
  z-index: 1;
}

.footer-brand {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(239, 248, 255, 0.9));
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 1.15rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 24px 58px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  padding: 1.75rem;
  position: relative;
}

.footer-brand::before {
  background: linear-gradient(180deg, #2563eb, #10b981);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 5px;
}

.footer-brand p {
  color: #475569;
  font-size: 0.98rem;
}

.footer-mini-stats div {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid #bfdbfe;
  border-radius: 0.85rem;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.1);
  padding: 0.75rem;
}

.footer-mini-stats strong,
.footer-mini-stats span {
  display: block;
}

.footer-mini-stats strong {
  color: #1d4ed8;
  font-size: 1rem;
  line-height: 1.2;
}

.footer-mini-stats span {
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 800;
  margin-top: 0.2rem;
  text-transform: uppercase;
}

.footer-social {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #eff6ff);
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.12);
  color: #2563eb;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, border-color 180ms ease;
  width: 2.5rem;
}

.footer-social:hover {
  background: #2563eb;
  border-color: #2563eb;
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.22);
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-contact-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.footer-contact-row a {
  align-items: center;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 0.8rem;
  color: #475569;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 700;
  gap: 0.55rem;
  padding: 0.7rem 0.85rem;
  transition: border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.footer-contact-row a:hover {
  border-color: #bfdbfe;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.1);
  color: #2563eb;
}

.footer-contact-row i {
  color: #94a3b8;
}

.footer-links h4 {
  align-items: center;
  display: flex;
  gap: 0.55rem;
}

.footer-links h4::before {
  background: linear-gradient(180deg, #2563eb, #10b981);
  border-radius: 999px;
  content: "";
  height: 1.15rem;
  width: 3px;
}

.footer-links a {
  color: #64748b;
  display: inline-flex;
  font-weight: 600;
  position: relative;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links a::after {
  background: #2563eb;
  bottom: -0.18rem;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease, opacity 180ms ease;
  width: 100%;
}

.footer-links a:hover {
  color: #2563eb;
  transform: translateX(0.18rem);
}

.footer-links a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.footer-menu-zone {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 251, 247, 0.78));
  border: 1px solid rgba(191, 219, 254, 0.84);
  border-radius: 1.15rem;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
  min-width: 0;
  padding: 1.75rem;
}

.footer-niche-tags {
  border-top: 1px solid rgba(226, 232, 240, 0.9);
  margin-top: 1.75rem;
  padding-top: 1.1rem;
}

.footer-niche-tags h4 {
  align-items: center;
  display: flex;
  gap: 0.55rem;
}

.footer-niche-tags h4::before {
  background: linear-gradient(180deg, #2563eb, #10b981);
  border-radius: 999px;
  content: "";
  height: 1.15rem;
  width: 3px;
}

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

.footer-niche-tags a {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid #dbeafe;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
  color: #475569;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 700;
  gap: 0.5rem;
  line-height: 1.25;
  padding: 0.65rem 0.95rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
  width: 100%;
}

.footer-niche-tags a i {
  color: #2563eb;
  font-size: 0.84rem;
}

.footer-niche-tags a:hover {
  background: #ffffff;
  border-color: #93c5fd;
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.16);
  color: #2563eb;
  transform: translateY(-2px);
}

.footer-bottom {
  align-items: center;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(226, 232, 240, 0.78);
  border-radius: 1rem;
  min-height: 3.25rem;
  padding: 0.55rem 1rem !important;
}

.footer-bottom p {
  line-height: 1.4;
  margin: 0;
}

.image-mask {
  mask-image: radial-gradient(circle at center, black 60%, transparent 100%);
  -webkit-mask-image: -webkit-radial-gradient(circle at center, black 60%, transparent 100%);
}

.clip-path-slant {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .animate-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 767px) {
  .hero-elevated {
    background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
  }

  .hero-elevated::after,
  .section-band::before {
    display: none;
  }

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

  .hero-proof-item {
    text-align: center;
  }

  .hero-visual-frame {
    border-radius: 1.25rem;
  }

  .hero-stat-card {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }
  .logo-strip {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding-bottom: 1.75rem;
    padding-top: 2.5rem;
  }

  .trust-strip-title {
    font-size: 0.92rem;
    gap: 0.75rem;
    letter-spacing: 0.16em;
    line-height: 1.45;
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
  }

  .trust-strip-title::before,
  .trust-strip-title::after {
    flex: 0 0 3rem;
    width: 3rem;
  }

  .client-mark-row {
    display: grid !important;
    gap: 1.1rem 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
    max-width: 39rem;
  }

  .client-mark {
    border-radius: 0.9rem;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.07);
    height: clamp(6.2rem, 22vw, 7.25rem);
    padding: 1rem;
    width: 100%;
  }

  .client-mark:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(50%, 18.5rem);
  }

  .client-mark img {
    max-height: 3.25rem;
  }

  .footer-main {
    padding: 1rem;
  }

  .footer-brand {
    border-right: 0;
    padding-right: 0;
  }

  .footer-mini-stats {
    grid-template-columns: 1fr;
  }

  .footer-niche-grid {
    grid-template-columns: 1fr;
  }

  .feature-card:hover,
  .industry-card:hover,
  .customer-testimonial:hover,
  .nav-cta:hover,
  .primary-button:hover,
  .secondary-button:hover,
  .footer-social:hover,
  .footer-links a:hover,
  .footer-niche-tags a:hover,
  .cta-secondary:hover {
    transform: none;
  }
}
