@import url('./login.css');
@import url('./spages.css');

:root {
  --brand-blue: #1143A3;
  --brand-red: #E4002B;
  --brand-blue-soft: #6b7bb5;
  --border-soft: #e6ecf5;
  --text-soft: #64748b;
  --bg-soft: #f8fbff;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  color: #0f172a;
  background: #fff;
}

a {
  text-decoration: none;
}

.topbar {
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(255, 255, 255, 0.96));
  border-bottom: 1px solid var(--border-soft);
}

.topbar .container {
  padding-right: 1rem;
  padding-left: 1rem;
}

.topbar-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.25rem;
  color: #334155;
  font-size: 0.92rem;
}

.topbar-phone {
  color: #334155;
  font-weight: 700;
  white-space: nowrap;
}

.topbar-phone:hover {
  color: var(--brand-blue);
}

.icon-btn {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: #fff;
  color: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
  box-shadow: 0 0.375rem 1rem rgba(17, 67, 163, 0.06);
  transition: all 0.2s ease;
}

.icon-btn:hover {
  border-color: #cdd9f3;
  color: #0d2f7a;
}

.search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.search-field {
  width: 0;
  height: 2.375rem;
  opacity: 0;
  pointer-events: none;
  margin-right: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font: 600 0.875rem 'Inter', sans-serif;
  box-shadow: 0 0.375rem 1rem rgba(17, 67, 163, 0.06);
  transition: width 0.28s ease, opacity 0.2s ease, border-color 0.2s ease, margin-right 0.28s ease, padding 0.28s ease;
}

.search-field::placeholder {
  color: #94a3b8;
}

.search-wrap:hover .search-field,
.search-wrap:focus-within .search-field {
  width: 11rem;
  opacity: 1;
  pointer-events: auto;
  margin-right: 0.5rem;
  padding: 0 0.875rem 0 1rem;
  border-color: var(--border-soft);
}

.cart-badge {
  position: absolute;
  top: -0.25rem;
  right: -0.125rem;
  background: var(--brand-red);
  color: #fff;
  font-size: 0.625rem;
border-radius: 999px;
  padding: 0.125rem 0.3125rem;
}

.gsa {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  min-width: 12.5rem;
  padding: 0.28rem 0.95rem 0.28rem 0.4rem;
  border: 1px solid #bfd1f0;
  border-radius: 999px;
  color: #0f367f;
  font-size: 0.72rem;
letter-spacing: 0.05em;
  background: linear-gradient(90deg, #eef4ff 0%, #ffffff 56%, #fff2f4 100%);
  box-shadow: 0 0.5rem 1rem rgba(17, 67, 163, 0.08);
  text-transform: uppercase;
}

.gsa-logo-wrap {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 54, 127, 0.12);
  flex: 0 0 auto;
}

.gsa-logo {
  display: block;
  width: 4rem;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.gsa-text {
  line-height: 1;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-soft);
  box-shadow: 0 10px 30px rgba(17,67,163,0.08);
}

.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #1143A3, #6b7bb5, #E4002B);
}

.header-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-brand,
.header-actions {
  flex: 0 0 auto;
}

.header-brand {
  padding-left: 1.5rem;
}

.logo-shell {
  border: 1px solid var(--border-soft);
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.5rem rgba(15, 23, 42, 0.06);
  padding: 0.75rem 1rem;
  color: inherit;
  text-decoration: none;
}

.divider-vertical {
  width: 1px;
  height: 28px;
  background: #cbd5e1;
}

.avery-note {
  margin-top: 0.25rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brand-blue-soft);
  line-height: 1;
}

.main-nav > li {
  position: relative;
}

.main-nav {
  justify-self: center;
}

.nav-link-custom,
.nav-link-static {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 1rem;
  border-radius: 0.85rem;
  color: var(--brand-blue);
  font-size: 0.95rem;
  font-weight: 700;
  transition: all 0.2s ease;
  position: relative;
  white-space: nowrap;
}

.nav-link-custom:hover,
.nav-link-static:hover {
  color: #a30021;
  background: linear-gradient(90deg, #eef4ff, #fff1f4);
}

.nav-link-custom::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.2rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, #1143A3, #E4002B);
  transition: transform 0.25s ease;
}

.main-nav > li:hover .nav-link-custom::after {
  transform: scaleX(1);
}

.chevron {
  width: 16px;
  height: 16px;
  color: var(--brand-blue-soft);
  transition: color 0.2s ease, transform 0.2s ease;
}

.main-nav > li:hover .chevron {
  color: var(--brand-red);
  transform: translateY(1px);
}

.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 820px;
  padding-top: 1rem;
}

.main-nav > li:hover .mega-menu {
  display: block;
}

.services-menu,
.company-menu {
  left: 50%;
  width: 22rem;
  transform: translateX(-50%);
}

.company-menu {
  width: 24rem;
}

.services-card {
  border-radius: 1.35rem;
}

.services-body {
  padding: 0.8rem;
}

.services-item {
  display: block;
  padding: 0.95rem 1rem;
  border-radius: 0.95rem;
  color: #334155;
  transition: background 0.2s ease, color 0.2s ease;
}

.services-item + .services-item {
  margin-top: 0.2rem;
}

.services-item:hover {
  background: #fff1f4;
  color: #a30021;
}

.services-title {
  display: block;
  font-size: 0.98rem;
line-height: 1.3;
}

.services-tagline {
  display: block;
  margin-top: 0.3rem;
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.45;
}

.mega-card {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1.75rem;
  background: #fff;
  box-shadow: 0 24px 70px rgba(228,0,43,0.10);
}

.mega-topline {
  height: 3px;
  background: linear-gradient(90deg, transparent, #E4002B, transparent);
}

.mega-side {
  background: rgba(248, 250, 252, 0.95);
  border-right: 1px solid #e2e8f0;
  padding: 1.5rem;
  height: 100%;
}

.eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--brand-blue-soft);
}

.mega-body {
  padding: 2rem;
}

.mega-section-title {
  font-size: 0.72rem;
text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brand-blue-soft);
  margin-bottom: 1rem;
}

a.mega-section-title,
a.mobile-submenu-heading,
a.footer-link-group-title {
  display: block;
  text-decoration: none;
}

a.mega-section-title:hover,
a.footer-link-group-title:hover {
  color: var(--brand-blue-soft);
  text-decoration: none;
}

a.mobile-submenu-heading:hover {
  color: #6b7280;
  text-decoration: none;
}

.mega-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.85rem;
  color: #334155;
  font-size: 0.92rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.mega-item-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.2s ease;
}

.mega-item:hover {
  background: #fff1f4;
  color: #a30021;
}

.mega-item:hover .mega-item-dot {
  background: var(--brand-red);
}

.icon-circle-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-blue);
  transition: all 0.2s ease;
}

.icon-circle-btn:hover {
  border-color: #cdd9f3;
  color: #0d2f7a;
}

.btn-contact-custom {
  border-radius: 1rem;
  border: 1px solid #ffd1da;
  background: #fff;
  color: #a30021;
  padding: 0.7rem 1.25rem;
  font-weight: 600;
}

.btn-contact-custom:hover {
  background: #fff1f4;
  color: #a30021;
  border-color: #ffd1da;
}

.btn-red-gradient,
.btn-red-solid,
.btn-red-outline {
  border-radius: 1rem;
  font-weight: 600;
  padding: 0.75rem 1.35rem;
}

.btn-red-gradient {
  color: #fff;
  border: 0;
  background: linear-gradient(90deg, #E4002B, #ff4d6d);
  box-shadow: 0 10px 20px rgba(228,0,43,0.25);
}

.btn-red-gradient:hover,
.btn-red-solid:hover {
  color: #fff;
  opacity: 0.96;
}

.btn-red-solid {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--brand-red);
  --bs-btn-border-color: var(--brand-red);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c90026;
  --bs-btn-hover-border-color: #c90026;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b80023;
  --bs-btn-active-border-color: #b80023;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e85a73;
  --bs-btn-disabled-border-color: #e85a73;
  color: #fff;
  border: 1px solid var(--brand-red);
  background: var(--brand-red);
}

.btn-red-solid:hover,
.btn-red-solid:focus,
.btn-red-solid:active,
.btn-red-solid.show {
  color: #fff !important;
  border-color: #c90026 !important;
  background: #c90026 !important;
  opacity: 1;
}

.btn-soft-outline {
  border-radius: 0.85rem;
  border: 1px solid #cbd5e1;
  color: #334155;
  padding: 0.75rem 1.35rem;
  font-weight: 600;
  background: #fff;
}

.btn-soft-outline:hover {
  background: #f8fafc;
  color: #334155;
  border-color: #cbd5e1;
}

.btn-red-outline {
  border: 2px solid var(--brand-red);
  color: var(--brand-red);
  background: transparent;
}

.btn-red-outline:hover {
  color: var(--brand-red);
  background: #fff5f7;
  border-color: var(--brand-red);
}

.mobile-menu-toggle {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.mobile-menu-chevron {
  width: 1rem;
  height: 1rem;
  color: var(--brand-blue-soft);
  transition: transform 0.2s ease, color 0.2s ease;
}

.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-chevron {
  transform: rotate(180deg);
  color: var(--brand-red);
}

.mobile-submenu {
  padding-top: 0.35rem;
}

.mobile-submenu-panel {
  margin-left: 0.4rem;
  padding: 0.35rem 0 0.2rem 0.95rem;
  border-left: 2px solid #d8e3f8;
}

.mobile-submenu-heading {
  margin: 0.55rem 0 0.3rem;
  color: #6b7280;
  font-size: 0.72rem;
letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-submenu-item {
  display: block;
  padding: 0.45rem 0;
  color: var(--brand-blue);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.mobile-submenu-item:hover {
  color: var(--brand-red);
}

.hero {
  padding: 2.125rem 0 1rem;
}

.hero + .section-space {
  padding-top: 0.5rem;
}

.hero-shell {
  background: radial-gradient(circle at top right, rgba(228, 0, 43, 0.08), transparent 30%), #fff;
  border: 1px solid var(--border-soft);
  border-radius: 2rem;
  box-shadow: 0 1.125rem 2.625rem rgba(17, 67, 163, 0.08);
  padding: 1.875rem;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 1.625rem;
}

.hero .eyebrow {
  margin-bottom: 0.75rem;
  color: var(--brand-red);
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  margin: 0;
}

.hero p {
  max-width: 56ch;
  margin: 1.125rem 0 0;
  color: #64748b;
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875rem;
  margin-top: 1.5rem;
}

.hero-points .point {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.hero-points .point b {
  display: block;
  font-size: 0.95rem;
}

.hero-points .point span {
  display: block;
  margin-top: 0.1875rem;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.4;
}

.hero-points .dot {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 999px;
  background: #edf3ff;
  color: var(--brand-blue);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-weight: 900;
}

.hero-visual {
  position: relative;
  min-height: 35rem;
}

.hero-collage {
  position: relative;
  min-height: inherit;
  isolation: isolate;
}

.hero-collage::before,
.hero-collage::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  z-index: 0;
}

.hero-collage::before {
  left: 0;
  top: 3.25rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle at 35% 35%, rgba(17,67,163,0.18), rgba(107,123,181,0.12) 42%, rgba(107,123,181,0) 72%);
}

.hero-collage::after {
  right: 0;
  bottom: 0;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle at 50% 50%, rgba(228,0,43,0.16), rgba(255,175,187,0.12) 40%, rgba(255,175,187,0) 74%);
}

.hero-piece {
  position: absolute;
  margin: 0;
  z-index: 1;
}

.hero-piece img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-piece-art,
.hero-piece-f1,
.hero-piece-oversized,
.hero-piece-person {
  overflow: hidden;
  padding: 0.55rem;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(226, 232, 240, 0.88);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.16);
}

.hero-piece-art img,
.hero-piece-f1 img,
.hero-piece-oversized img,
.hero-piece-person img {
  object-fit: cover;
  border-radius: inherit;
}

@media (min-width: 992px) {
  .topbar .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .main-nav {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
  }

  .header-actions {
    margin-left: auto;
  }
}

@media (min-width: 992px) and (max-width: 1099.98px) {
  .main-nav {
    gap: 0.1rem !important;
  }

  .nav-link-custom,
  .nav-link-static {
    gap: 0.25rem;
    padding: 0.625rem 0.7rem;
    font-size: 0.88rem;
  }

  .nav-link-custom::after {
    left: 0.7rem;
    right: 0.7rem;
  }

  .chevron {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 991.98px) {
  .topbar {
    display: none;
  }
}

.hero-piece-art {
  left: 0;
  top: 2.5rem;
  width: 24%;
  aspect-ratio: 0.82;
  border-radius: 1.9rem 1.3rem 1.9rem 1.4rem;
  transform: rotate(-13deg);
  z-index: 3;
}

.hero-piece-f1 {
  right: 1.5rem;
  top: 4.75rem;
  width: 26%;
  aspect-ratio: 0.82;
  border-radius: 1.5rem 1.9rem 1.4rem 2rem;
  transform: rotate(10deg);
  z-index: 4;
}

.hero-piece-oversized {
  left: 4%;
  bottom: 3.25rem;
  width: 30%;
  aspect-ratio: 1.22;
  border-radius: 2rem 1.25rem 2.2rem 1.5rem;
  transform: rotate(-8deg);
  z-index: 2;
}

.hero-piece-person {
  left: 24%;
  top: 0;
  width: 34%;
  aspect-ratio: 0.78;
  border-radius: 2.4rem 1.9rem 2.9rem 1.8rem;
  transform: rotate(-6deg);
  z-index: 5;
}

.hero-piece-person img {
  object-position: 52% center;
}

.hero-piece-printer {
  right: 0.5rem;
  bottom: 0;
  width: 68%;
  height: 24rem;
  z-index: 3;
}

.hero-piece-printer img {
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 28px 46px rgba(15, 23, 42, 0.22));
}

.hero-chip {
  position: absolute;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(10px);
  color: var(--brand-blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.hero-chip-top {
  right: 7%;
  top: 1rem;
}

.hero-chip-bottom {
  left: 16%;
  bottom: 0.75rem;
  color: var(--brand-red);
}

.solutions {
  padding: 2.625rem 0;
}

.solutions .section-head {
  margin-bottom: 1.375rem;
}

.solutions .section-head h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: 0;
  margin-bottom: 0.625rem;
  color: var(--brand-blue);
}

.solutions .section-head h2 a {
  color: inherit;
  text-decoration: none;
}

.solutions .section-head h2 a:hover {
  color: var(--brand-red);
}

.solutions .section-head p {
  color: #64748b;
  max-width: 70ch;
  line-height: 1.75;
  margin-bottom: 0;
}

.solutions .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.125rem;
  margin-bottom: 1.375rem;
}

.solutions .solution-card {
  background: #fff;
  border: 1px solid #dfe5f1;
  border-radius: 1.375rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.solutions .solution-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 2.125rem rgba(23, 60, 143, 0.08);
}

.solutions .thumb {
  aspect-ratio: 1.25 / 1;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbff, #e8eef9);
}

.solutions .solution-thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions .thumb.health::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(203, 217, 234, 0.88) 0 18%, transparent 18% 100%), linear-gradient(180deg, #d7e5f3 0, #f7fbff 42%, #dbe8f4 100%);
}

.solutions .thumb.health::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 16%;
  width: 74%;
  height: 52%;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fff, #eef4fb 70%, #d7e0ea);
  box-shadow: 120px -46px 0 -24px rgba(96, 132, 170, 0.18), 154px -18px 0 -36px rgba(70, 90, 120, 0.16);
  transform: skew(-10deg);
}

.solutions .thumb.edu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #86b6eb 0, #dfeefe 48%, #f2efe8 48%, #f7f4ee 100%);
}

.solutions .thumb.edu::after {
  content: "";
  position: absolute;
  left: 12%;
  top: 28%;
  width: 76%;
  height: 46%;
  border-radius: 1.5rem;
  background: radial-gradient(circle at 18% 60%, #f4cf90 0 10%, transparent 11%), radial-gradient(circle at 34% 54%, #f8ddb3 0 11%, transparent 12%), radial-gradient(circle at 54% 48%, #f2c27e 0 11%, transparent 12%), radial-gradient(circle at 73% 56%, #7f5438 0 11%, transparent 12%), linear-gradient(180deg, rgba(62, 121, 58, 0.88) 0 38%, rgba(227, 239, 230, 0) 38% 100%);
}

.solutions .thumb.property::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #8ec3fb 0, #d7ecff 60%, #eef2f7 60%, #f5f7fb 100%);
}

.solutions .thumb.property::after {
  content: "";
  position: absolute;
  left: 18%;
  bottom: 16%;
  width: 60%;
  height: 58%;
  background: linear-gradient(90deg, transparent 0 18%, rgba(19, 49, 106, 0.9) 18% 31%, transparent 31% 35%, rgba(33, 86, 167, 0.85) 35% 52%, transparent 52% 56%, rgba(56, 110, 189, 0.82) 56% 71%, transparent 71% 100%);
  border-radius: 8px 8px 0 0;
  box-shadow: 74px 12px 0 -20px rgba(94, 120, 155, 0.65), 106px 18px 0 -28px rgba(120, 145, 180, 0.55);
}

.solutions .thumb.gov::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #8fc3fb 0, #dff0ff 52%, #f1f3f8 52%, #f7f8fb 100%);
}

.solutions .thumb.gov::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 14%;
  height: 46%;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, rgba(233, 238, 245, 0.96) 0 8%, transparent 8% 13%, rgba(233, 238, 245, 0.96) 13% 21%, transparent 21% 26%, rgba(233, 238, 245, 0.96) 26% 34%, transparent 34% 39%, rgba(233, 238, 245, 0.96) 39% 47%, transparent 47% 52%, rgba(233, 238, 245, 0.96) 52% 60%, transparent 60% 65%, rgba(233, 238, 245, 0.96) 65% 73%, transparent 73% 78%, rgba(233, 238, 245, 0.96) 78% 86%, transparent 86% 100%);
  box-shadow: 0 -32px 0 -20px rgba(235, 241, 247, 0.96), 0 -54px 0 -34px rgba(235, 241, 247, 0.96);
}

.solutions .solution-body {
  padding: 1.125rem;
}

.solutions .solution-body h3 {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: var(--brand-blue);
}

.solutions .solution-body h3 a {
  color: inherit;
  text-decoration: none;
}

.solutions .solution-body h3 a:hover {
  color: var(--brand-red);
}

.solutions .solution-body p {
  color: #5e6d86;
  line-height: 1.65;
  margin-bottom: 0.875rem;
}

.solutions .solution-card-copy {
  color: #5e6d86;
  line-height: 1.65;
  margin-bottom: 0.875rem;
}

.solutions .solution-card-copy p:last-child {
  margin-bottom: 0;
}

.solutions .solution-card-copy h3 {
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  margin: 0 0 0.875rem;
}

.solutions .solution-card-copy h3:last-child {
  margin-bottom: 0;
}

.solutions .link {
color: var(--brand-red);
  align-self: flex-start;
  text-decoration: none;
}

.solutions .solutions-cta {
  display: flex;
  justify-content: center;
}

.section-space {
  padding: 3rem 0;
}

.product-card,
.stack-card {
  border-radius: 1.5rem;
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card {
  border: 1px solid #dee2e6;
  padding: 1.5rem;
  height: 100%;
}

.product-card:hover {
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.10);
  transform: translateY(-2px);
}

.rental-section {
  padding: 2.5rem 0 3.5rem;
  scroll-margin-top: 7rem;
}

.rental-shell {
  border: 1px solid var(--border-soft);
  border-radius: 1.75rem;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 48%, #fff6fa 100%);
  box-shadow: 0 1.125rem 2.625rem rgba(17, 67, 163, 0.08);
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.rental-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.95fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}

.rental-title {
  color: var(--brand-blue);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.rental-lead {
  max-width: 43rem;
  color: #64748b;
  font-size: 1.06rem;
  line-height: 1.75;
  margin-bottom: 1.35rem;
}

.rental-points {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.rental-point {
  display: grid;
  grid-template-columns: 2.375rem 1fr;
  gap: 0.85rem;
  align-items: start;
}

.rental-point b {
  display: block;
  color: #172033;
  font-size: 0.98rem;
  line-height: 1.35;
}

.rental-point span:not(.rental-point-icon) {
  display: block;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.65;
}

.rental-point-icon {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #1143A3, #2e68df);
  font-weight: 800;
  font-size: 0.92rem;
  box-shadow: 0 0.5rem 1rem rgba(17, 67, 163, 0.16);
}

.rental-point-icon-red {
  background: linear-gradient(135deg, #ff315f, #ff6d8d);
  box-shadow: 0 0.5rem 1rem rgba(228, 0, 43, 0.16);
}

.rental-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.rental-model-panel {
  display: grid;
  gap: 1rem;
}

.rental-model,
.rental-model-small {
  border: 1px solid #e6e8f2;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0.75rem 1.75rem rgba(17, 67, 163, 0.07);
  color: inherit;
  text-decoration: none;
}

.rental-model:hover,
.rental-model-small:hover {
  box-shadow: 0 1rem 2rem rgba(17, 67, 163, 0.11);
  color: inherit;
  transform: translateY(-1px);
}

.rental-model {
  min-height: 15rem;
  border-radius: 1.5rem;
  padding: 1.35rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(10rem, 0.8fr);
  gap: 1rem;
  align-items: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rental-model-featured {
  background: linear-gradient(135deg, #ffffff 0%, #f3f7ff 100%);
}

.rental-model-tag {
  display: inline-flex;
  color: var(--brand-red);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 0.65rem;
}

.rental-model h3,
.rental-model-small h3 {
  color: var(--brand-blue);
  margin-bottom: 0.4rem;
}

.rental-model h3 {
  font-size: 1.35rem;
}

.rental-model p,
.rental-model-small p {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

.rental-model img {
  width: 100%;
  max-height: 12rem;
  object-fit: contain;
  filter: drop-shadow(0 1rem 1.25rem rgba(17, 67, 163, 0.12));
}

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

.rental-model-small {
  min-height: 8.5rem;
  border-radius: 1.25rem;
  padding: 0.85rem;
  display: grid;
  grid-template-columns: 5.25rem 1fr;
  gap: 0.8rem;
  align-items: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rental-model-small img {
  width: 5.25rem;
  height: 5.25rem;
  object-fit: contain;
}

.rental-model-small h3 {
  font-size: 1rem;
}

.rental-model-small p {
  font-size: 0.82rem;
}

.product-title,
.stack-title,
.cta-title {
  color: var(--brand-blue);
}

.stack-wrap {
  border: 1px solid var(--border-soft);
  border-radius: 1.75rem;
  background: linear-gradient(135deg, #f8f9ff 0%, #fff6fa 100%);
  box-shadow: 0 1.125rem 2.625rem rgba(17, 67, 163, 0.08);
  padding: 1.75rem;
}

.stack-card {
  border: 1px solid #e6e8f2;
  box-shadow: none;
  outline: 0;
  background: rgba(255,255,255,0.88);
  border-radius: 1.5rem;
  padding: 1.375rem 1.125rem 1.25rem;
  min-height: 196px;
  height: 100%;
  position: relative;
}

.stack-number {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
font-size: 1rem;
  margin-bottom: 1rem;
}

.stack-arrow {
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #1143A3, #2559ca);
  box-shadow: 0 0.25rem 0.75rem rgba(17,67,163,0.22);
  font-weight: 700;
  z-index: 3;
}

.cta-section {
  padding: 6rem 0;
  text-align: center;
}

.site-footer {
  background: linear-gradient(180deg, #f8fbff 0%, #edf3fb 100%);
  color: #58667d;
}

.site-footer-legacy {
  display: none;
}

.footer-links-stage {
  padding: 5.9rem 0 0;
}

.footer-nav-block {
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.footer-nav-block + .footer-nav-block {
  margin-top: 1rem;
}

.footer-nav-block-primary {
  background: transparent;
}

.footer-links-grid {
  display: grid;
  gap: 1.35rem 1.65rem;
}

.footer-links-grid-primary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-column-title {
  margin: 0 0 0.8rem;
  color: var(--brand-blue);
  font-size: 0.96rem;
letter-spacing: -0.01em;
}

.footer-link-group + .footer-link-group {
  margin-top: 0.95rem;
}

.footer-link-group-company {
  margin-top: 0 !important;
  padding-top: 3.8rem;
}

.footer-link-group-title {
  margin-bottom: 0.45rem;
  color: var(--brand-blue-soft);
  font-size: 0.66rem;
letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-link-list {
  display: grid;
  gap: 0.35rem;
}

.footer-link {
  color: #58667d;
  font-size: 0.88rem;
  line-height: 1.35;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-link:hover {
  color: var(--brand-red);
  transform: translateX(2px);
}

.footer-brand-strip {
  margin-top: 1.25rem;
  padding: 1.75rem 0;
  background: #fff;
  border-top: 1px solid #dfe7f3;
}

.footer-logos {
  margin-bottom: 0.85rem;
}

.idesco-logo {
  height: 36px;
  width: auto;
}

.site-header .idesco-logo {
  height: 64px;
}

.avery-logo-small {
  height: 16px;
  width: auto;
}

.avery-logo-large {
  height: 32px;
  width: auto;
}

.footer-brand-strip .idesco-logo {
  height: 18px;
}

.footer-brand-strip .avery-logo-large {
  height: 16px;
}

.footer-brand-divider {
  height: 16px;
}

.footer-legal {
  margin: 0 auto;
  max-width: 78ch;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.7;
}

@media (max-width: 1199.98px) {
  .footer-links-grid-primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .offcanvas.offcanvas-start#mobileMenu {
    top: 3rem;
  }

  .footer-links-stage {
    padding-top: 2.6rem;
  }

  .footer-nav-block {
    padding: 0;
  }

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

  .footer-link-group-company {
    margin-top: 0 !important;
    padding-top: 1.2rem;
  }

  .footer-brand-strip {
    padding: 1.5rem 0;
  }

  .footer-legal {
    font-size: 0.78rem;
  }
}

@media (min-width: 992px) {
  .stack-arrow {
    display: inline-flex;
  }
}

@media (max-width: 991.98px) {
  .home-solution-stack {
    display: none;
  }

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

  .rental-model-panel {
    max-width: 42rem;
  }
}

@media (max-width: 767.98px) {
  .rental-section {
    padding: 1.75rem 0 2.75rem;
  }

  .rental-shell {
    border-radius: 1.25rem;
  }

  .rental-model {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .rental-model img {
    max-height: 10rem;
  }

  .rental-model-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .rental-actions .btn {
    width: 100%;
  }

  .rental-model-small {
    grid-template-columns: 4.5rem 1fr;
  }

  .rental-model-small img {
    width: 4.5rem;
    height: 4.5rem;
  }
}

@media (max-width: 1199.98px) {
  .mega-menu {
    width: 760px;
  }

  .solutions .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .hero + .section-space {
    padding-top: 0.25rem;
  }

  .hero-shell {
    padding: 1.5rem;
  }

  .hero-grid,
  .hero-points {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 31rem;
    margin-top: 1.25rem;
  }

  .hero-collage {
    position: relative;
    min-height: 31rem;
  }

  .hero-piece-art {
    top: 2.6rem;
    left: 0.25rem;
    width: 28%;
  }

  .hero-piece-f1 {
    right: 0.5rem;
    top: 5.25rem;
    width: 29%;
  }

  .hero-piece-oversized {
    left: 4%;
    bottom: 4.25rem;
    width: 34%;
  }

  .hero-piece-person {
    left: 18%;
    width: 40%;
  }

  .hero-piece-printer {
    right: -0.25rem;
    bottom: 0;
    width: 72%;
    height: 20rem;
  }

  .hero-chip {
    padding: 0.6rem 0.85rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .hero-chip-top {
    right: 3%;
    top: 0.75rem;
  }

  .hero-chip-bottom {
    left: 10%;
    bottom: 0.5rem;
  }

  .logo-shell {
    width: 100%;
    justify-content: center;
  }

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

  .oversized-card {
    position: relative;
    right: auto;
    top: auto;
    margin: 0.625rem auto 0;
    transform: rotate(0);
  }

  .oversized-shadow {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .partner-ecosystem-head {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

@media (max-width: 575.98px) {
  .partner-graveyard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions .grid-4 {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 27rem;
  }

  .hero-collage {
    min-height: 27rem;
  }

  .hero-piece-art {
    width: 32%;
  }

  .hero-piece-f1 {
    width: 31%;
  }

  .hero-piece-oversized {
    width: 38%;
    bottom: 3.75rem;
  }

  .hero-piece-person {
    left: 16%;
    width: 43%;
  }

  .hero-piece-printer {
    right: -0.75rem;
    width: 78%;
    height: 16.75rem;
  }

  .hero-chip-top {
    display: none;
  }

  .hero-chip-bottom {
    left: 7%;
    max-width: 12rem;
    line-height: 1.35;
  }
}

.copy-relaxed {
  line-height: 1.8;
}

.stack-main-title {
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.stack-copy {
  max-width: 72ch;
  line-height: 1.8;
}

.eyebrow-red {
  color: var(--brand-red);
}

.stack-number-blue {
  background: linear-gradient(135deg, #1143A3, #2e68df);
}

.stack-number-red {
  background: linear-gradient(135deg, #ff315f, #ff6d8d);
}

.oversized-section {
  padding: 3rem 0 3rem;
}

.oversized-shell {
  background: linear-gradient(135deg, #173c8f, #2f6be3);
  color: #fff;
  border-radius: 1.75rem;
  padding: 2rem 2.25rem;
  box-shadow: 0 1.25rem 2.5rem rgba(23, 60, 143, 0.25);
}

.oversized-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 1.25rem;
}

.oversized-eyebrow {
  color: rgba(255,255,255,0.85);
}

.oversized-title {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.625rem;
}

.oversized-copy {
  max-width: 32.5rem;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 0.875rem;
}

.oversized-cta {
  background: #fff;
  color: #173c8f;
}

.oversized-cta:hover {
  color: #173c8f;
  background: #fff;
}

.oversized-mock {
  position: relative;
  min-height: 12.5rem;
}

.oversized-card {
  position: absolute;
  right: 1.25rem;
  top: 0.625rem;
  width: 12.5rem;
  height: 16.25rem;
  border-radius: 1.125rem;
  background: linear-gradient(180deg, #ffffff, #eef3ff);
  box-shadow: 0 1.25rem 2.5rem rgba(0,0,0,0.2);
  transform: rotate(6deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}

.oversized-card-label {
  width: 100%;
  text-align: center;
font-size: 0.8rem;
  color: #173c8f;
  margin-bottom: 0.375rem;
}

.oversized-photo {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #dbe6ff, #ffffff);
  margin-bottom: 0.875rem;
}

.oversized-card-meta {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.625rem;
}

.oversized-card-name {
color: #172033;
}

.oversized-card-role {
  font-size: 0.75rem;
  color: #667085;
}

.oversized-card-accent {
  width: 100%;
  height: 0.375rem;
  background: #e83f6f;
  border-radius: 0.25rem;
  margin-bottom: 0.625rem;
}

.oversized-card-lines {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: auto;
}

.oversized-card-lines span {
  height: 0.5rem;
  border-radius: 0.375rem;
  background: #d5def5;
}

.oversized-card-chip {
  width: 2.625rem;
  height: 1.75rem;
  border-radius: 0.375rem;
  background: linear-gradient(135deg, #ffd27a, #ffb347);
}

.oversized-shadow {
  position: absolute;
  right: 1.125rem;
  bottom: -0.375rem;
  width: 10rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(0,0,0,0.25);
  filter: blur(10px);
}

.partner-ecosystem {
  padding: 3rem 0 3rem;
}

.partner-ecosystem-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.partner-view-link {
  color: #6b7bb5;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.partner-view-link:hover {
  color: var(--brand-blue);
}

.partner-graveyard {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.75rem 1.25rem;
}

.partner-item {
  text-align: center;
  padding: 0.5rem 0.25rem;
}

.partner-logo-wrap {
  height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.875rem;
}

.partner-logo {
  max-width: 10.25rem;
  max-height: 4rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.partner-name {
  color: var(--brand-blue);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
}

.partner-site {
  margin-top: 0.25rem;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.resources-section {
  padding: 3rem 0 3rem;
}

.resources-head {
  margin-bottom: 1.75rem;
}

.resources-copy {
  max-width: 95ch;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 0;
}

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

.articles-grid {
  margin-bottom: 2rem;
}

.resource-card {
  background: #fff;
  border: 1px solid #dfe5f1;
  border-radius: 1.375rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.resource-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 2.125rem rgba(23, 60, 143, 0.08);
}

.resource-image-link {
  display: block;
  aspect-ratio: 1.4 / 1;
  background: linear-gradient(135deg, #eef3ff, #f9fbff);
  overflow: hidden;
}

.resource-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.06) translateY(-9%);
  transform-origin: center top;
}

.resource-body {
  padding: 1.25rem;
}

.resource-body h3 {
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 0.625rem;
  color: var(--brand-blue);
}

.resource-body p {
  color: #5e6d86;
  font-size: 0.88rem;
  line-height: 1.55;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f4f8ff;
  border: 1px solid #c9d8f4;
color: var(--brand-blue);
  transition: 0.2s;
  text-decoration: none;
  white-space: nowrap;
}

.download-btn:hover {
  background: #eef4ff;
  border-color: #b9caed;
  box-shadow: 0 8px 18px rgba(16, 42, 100, 0.08);
  color: var(--brand-blue);
}

@media (max-width: 767.98px) {
  .oversized-card {
    right: -3.75rem;
  }

  .partner-ecosystem-head {
    display: block;
    margin-bottom: 1.75rem;
  }

  .partner-ecosystem-head > div {
    margin-bottom: 0.5rem;
  }

  .partner-ecosystem-head .eyebrow,
  .partner-ecosystem-head .stack-main-title,
  .partner-view-link {
    text-align: left;
  }

  .partner-graveyard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 0.75rem;
  }

  .partner-item {
    padding: 0.25rem 0.15rem;
  }

  .partner-logo-wrap {
    height: 3.5rem;
    margin-bottom: 0.55rem;
  }

  .partner-logo {
    max-width: 8rem;
    max-height: 2.8rem;
  }

  .partner-name {
    font-size: 0.9rem;
  }

  .partner-site {
    display: none;
  }

  .resources-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}

.divider-vertical-short {
  height: 24px;
}

/* CMS integration only: keep visual rules above aligned with the approved mock-up. */
.alert-msg {
  background: var(--brand-red);
  border: 0;
  border-radius: 0;
  color: #fff;
}

.after_logout_return svg {
  width: 18px;
  height: 18px;
}

body:not(.body_index):not(.body_index-new) .container.px-xl-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.resources-head h2 a,
.resources-head h1 a,
.resource-body h3 a {
  color: inherit;
  text-decoration: none;
}

.resources-head h2 a:hover,
.resources-head h1 a:hover,
.resource-body h3 a:hover {
  color: var(--brand-red);
}

.resources-empty {
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.6;
}

.resource-body > .flex-grow-1,
.resource-body .resource-description {
  color: #5e6d86;
  font-size: 0.88rem;
  line-height: 1.55;
  margin-bottom: 1rem;
}

.article-breadcrumb {
  padding-top: 1.25rem;
}

.article-breadcrumb .breadcrumb {
  margin-bottom: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.article-breadcrumb .breadcrumb a {
  color: var(--brand-blue);
text-decoration: none;
  transition: color 0.2s;
}

.article-breadcrumb .breadcrumb a:hover {
  color: var(--brand-red);
}

.article-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--brand-blue-soft);
}

.article-breadcrumb .breadcrumb-item.active,
.article-breadcrumb .breadcrumb-item:last-child {
  color: var(--text-soft);
}

.page-hero {
  margin: 0 0 1.75rem;
  padding: 2rem 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.page-hero h1 {
  margin: 0;
  color: var(--brand-blue);
  font-size: clamp(2rem, 4vw, 3.65rem);
line-height: 1.08;
}

.page-hero .cat_desc {
  max-width: 95ch;
  margin-top: 1rem;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.75;
}

.page-hero .file {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  margin-top: 1rem;
  border: 1px solid #1143a3;
  border-radius: 0.9rem;
  background: #1143a3;
  color: #fff;
padding: 0.75rem 1.25rem;
  text-decoration: none;
}

.page-hero .file:hover {
  border-color: #0f347d;
  background: #0f347d;
  color: #fff;
}

.page_navigator .page-link {
  color: var(--brand-blue);
  background-color: #fff;
  border-color: var(--border-soft);
}

.page_navigator .page-link:hover,
.page_navigator .page-link:focus {
  border-color: #c7d7f6;
  background: #eef4ff;
  color: #0d2f7a;
}

.page_navigator .active .page-link,
.page_navigator .active .page-link:hover,
.page_navigator .active .page-link:focus {
  border-color: var(--brand-blue);
  background: var(--brand-blue);
  color: #fff;
}

.ask-expert-modal .modal-content {
  display: flex;
  flex-direction: column;
  border: 1px solid #dfe5f1;
  border-radius: 1.375rem;
  background: #fff;
  box-shadow: 0 1.5rem 4rem rgba(23, 60, 143, 0.18);
  max-height: calc(100vh - 2rem);
  overflow: hidden;
}

.ask-expert-form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  max-height: inherit;
  margin: 0;
}

.ask-expert-header,
.ask-expert-body,
.ask-expert-footer {
  padding: 1rem;
}

.ask-expert-header {
  align-items: flex-start;
  flex: 0 0 auto;
  background: #fff;
}

.ask-expert-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  background: #fff;
}

.ask-expert-footer {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem;
  background: #fff;
}

.ask-expert-footer .btn + .btn {
  margin-left: 0;
}

.ask-expert-header .modal-title {
  color: var(--brand-blue);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.ask-expert-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 0.85rem;
}

.ask-expert-field-full {
  grid-column: 1 / -1;
}

.ask-expert-field.floating-label {
  display: flex;
  flex-direction: column-reverse;
}

.ask-expert-field label {
  display: block;
  margin-bottom: 0.25rem;
  color: #14213d;
  font-size: 0.85rem;
  text-align: left;
}

.ask-expert-field.floating-label label {
  height: 1rem;
  margin: 0 0 0.2rem;
  opacity: 1;
  overflow: hidden;
  transition: all 0.2s ease;
}

.ask-expert-field.floating-label > input:placeholder-shown + label,
.ask-expert-field.floating-label > textarea:placeholder-shown + label {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
}

.ask-expert-field.floating-label > input:focus + label,
.ask-expert-field.floating-label > textarea:focus + label {
  height: 1rem;
  margin-bottom: 0.2rem;
  opacity: 1;
}

.ask-expert-field .form-control {
  width: 100%;
  min-height: 3rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid #d7e0ef;
  border-radius: 0.75rem;
  color: #14213d;
  box-shadow: none;
}

.ask-expert-field textarea.form-control {
  min-height: 6.75rem;
  resize: vertical;
}

.ask-expert-field .form-control:focus {
  border-color: #1143a3;
  box-shadow: 0 0 0 0.2rem rgba(17, 67, 163, 0.12);
}

.ask-expert-modal .contact-alert {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid #ffd5de;
  border-radius: 0.9rem;
  background: #fff4f6;
  color: #9f1239;
  font-weight: 700;
}

.ask-expert-modal .form_err_message,
.ask-expert-modal .form_err_message span {
  display: none;
}

.ask-expert-submit {
  min-width: 7rem;
  min-height: 2.75rem;
  padding: 0.55rem 1.15rem;
  border: 1px solid #1143a3;
  border-radius: 0.75rem;
  background: #1143a3;
  color: #fff;
}

.ask-expert-submit:hover,
.ask-expert-submit:focus-visible {
  border-color: #0f347d;
  background: #0f347d;
  color: #fff;
}

.ask-expert-close {
  min-height: 2.75rem;
  padding: 0.55rem 1.15rem;
  border-radius: 0.75rem;
}

@media (max-width: 575.98px) {
  .ask-expert-modal .modal-dialog {
    margin: 0.5rem;
  }

  .ask-expert-modal .modal-content {
    height: calc(100vh - 1rem);
    max-height: calc(100vh - 1rem);
  }

  .ask-expert-form {
    height: 100%;
  }

  .ask-expert-fields {
    grid-template-columns: 1fr;
  }

  .ask-expert-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .ask-expert-close,
  .ask-expert-submit {
    width: 100%;
  }
}

.quote-request-modal .modal-dialog {
  max-width: 34rem;
}

.quote-request-content {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 2rem);
  overflow: hidden;
  border: 1px solid #dfe5f1;
  border-radius: 1.125rem;
  background: #fff;
  box-shadow: 0 1.35rem 3.5rem rgba(17, 67, 163, 0.18);
}

.quote-request-form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  margin: 0;
}

.quote-request-header {
  align-items: flex-start;
  flex: 0 0 auto;
  padding: 1rem 1.1rem 0.85rem;
  border-bottom: 1px solid #edf2f8;
  background: linear-gradient(180deg, #fff, #fbfdff);
}

.quote-request-eyebrow {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--brand-red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.quote-request-header .modal-title {
  color: var(--brand-blue);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.quote-request-header .modal-title span {
  display: block;
  margin-top: 0.2rem;
  color: var(--text-soft);
  font-size: 0.88rem;
  font-weight: 600;
}

.quote-request-body {
  flex: 1 1 auto;
  min-height: 0;
  max-height: calc(100vh - 12rem);
  overflow-y: auto;
  padding: 1rem 1.1rem 0.85rem;
  background: #fff;
}

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

.quote-field {
  position: relative;
  margin: 0;
}

.quote-field-full {
  grid-column: 1 / -1;
}

.quote-field .form-control,
.quote-field .form-select {
  width: 100%;
  min-height: 3rem;
  padding: 1.14rem 0.85rem 0.42rem;
  border: 1px solid #d7e0ef;
  border-radius: 0.65rem;
  background-color: #fff;
  color: #14213d;
  font-size: 0.95rem;
  line-height: 1.25;
  box-shadow: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.quote-field .form-select {
  padding-right: 2.25rem;
}

.quote-field textarea.form-control {
  min-height: 5.35rem;
  padding-top: 1.35rem;
  resize: vertical;
}

.quote-field .form-control::placeholder {
  color: transparent;
}

.quote-field label {
  position: absolute;
  top: 0.44rem;
  left: 0.72rem;
  z-index: 2;
  max-width: calc(100% - 1.44rem);
  margin: 0;
  padding: 0 0.18rem;
  overflow: hidden;
  background: #fff;
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quote-field .form-control:focus,
.quote-field .form-select:focus {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 0.18rem rgba(228, 0, 43, 0.11);
}

.quote-field:focus-within label,
.quote-request-modal .madatorystar {
  color: var(--brand-red);
}

.quote-request-modal .contact-alert {
  margin-bottom: 0.85rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid #ffd5de;
  border-radius: 0.75rem;
  background: #fff4f6;
  color: #9f1239;
  font-weight: 700;
}

.quote-request-modal .form_err_message,
.quote-request-modal .form_err_message span {
  display: none;
}

.quote-request-footer {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0.85rem 1.1rem 1rem;
  border-top: 1px solid #edf2f8;
  background: #fff;
}

.quote-request-footer .btn + .btn {
  margin-left: 0;
}

.quote-request-close,
.quote-request-submit {
  min-height: 2.55rem;
  padding: 0.48rem 0.95rem;
  border-radius: 0.6rem;
  font-weight: 700;
}

.quote-request-submit {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--brand-red);
  --bs-btn-border-color: var(--brand-red);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c90026;
  --bs-btn-hover-border-color: #c90026;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b80023;
  --bs-btn-active-border-color: #b80023;
  min-width: 7rem;
  border: 1px solid var(--brand-red);
  background: var(--brand-red);
  color: #fff;
}

.quote-request-submit:hover,
.quote-request-submit:focus,
.quote-request-submit:active {
  border-color: #c90026 !important;
  background: #c90026 !important;
  color: #fff !important;
}

@media (max-width: 575.98px) {
  .quote-request-modal .modal-dialog {
    max-width: none;
    margin: 0.5rem;
  }

  .quote-request-content {
    max-height: calc(100vh - 1rem);
  }

  .quote-request-body {
    max-height: calc(100vh - 11rem);
    padding: 0.9rem;
  }

  .quote-request-header,
  .quote-request-footer {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }

  .quote-request-fields {
    grid-template-columns: 1fr;
  }

  .quote-request-close,
  .quote-request-submit {
    width: 100%;
  }
}

.page_navigator .view_all .page-link {
  border-color: rgba(228, 0, 43, 0.18);
  color: var(--brand-red);
  background-color: #fff;
}

.page_navigator .view_all .page-link:hover,
.page_navigator .view_all .page-link:focus {
  border-color: rgba(228, 0, 43, 0.28);
  background: #fff1f4;
  color: #c40025;
}

.whitepaper-download-form .form-floating {
  position: relative;
}

.whitepaper-download-form .form-floating > .form-control {
  height: calc(3rem + 2px);
  min-height: calc(3rem + 2px);
  padding: 1.35rem 0.65rem 0.45rem;
  font-size: 0.95rem;
}

.whitepaper-download-form .form-floating > .form-control::placeholder {
  color: transparent;
}

.whitepaper-download-form .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  padding: 0.78rem 0.65rem;
  color: #5f6f86;
  pointer-events: none;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.whitepaper-download-form .form-floating > .form-control:focus ~ label,
.whitepaper-download-form .form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.75;
  transform: scale(0.82) translateY(-0.48rem) translateX(0.12rem);
}

.whitepaper-download-form .d-grid {
  display: grid;
}

.whitepaper-download-form .btn {
  min-height: 2.55rem;
  font-weight: 700;
}
