@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700;800;900&display=swap");

:root {
  --eagle-primary: #001064;
  --eagle-navy: #001064;
  --eagle-navy-dark: #001064;
  --eagle-paper: #f4f5f7;
  --eagle-text: #4f5965;
}

@font-face {
  font-family: "Moderniz";
  src: url("../assets/Fonts/Moderniz.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html { scroll-behavior: smooth; }
body { color: var(--eagle-text); overflow-x: hidden; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid #73aee1;
  outline-offset: 3px;
}
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; padding: .7rem 1rem; background: #fff; color: var(--eagle-navy); }
.skip-link:focus { top: 1rem; }
.top-service-bar { overflow: hidden; }
.coverage-ticker { position: relative; min-height: 1.5rem; overflow: hidden; color: #fff; white-space: nowrap; }
.coverage-ticker span {
  position: absolute;
  left: 0;
  color: #fff;
  animation: coverage-across 15s linear infinite;
  will-change: left;
}
@keyframes coverage-across {
  from { left: 0; }
  to { left: 100%; }
}
.eagle-logo { display: block; width: 150px; height: 68px; object-fit: contain; object-position: left center; }
.eagle-logo-mobile { display: block; width: 122px; height: 54px; object-fit: contain; filter: brightness(0) invert(1); }
.nav-bar { background: var(--eagle-navy-dark); }
.navbar-dark .navbar-nav .nav-link { color: #fff; font-weight: 600; }
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active { color: #76b5ed; }
.dropdown-menu { border: 0; border-radius: 0; box-shadow: 0 12px 30px rgba(0,20,47,.18); }
.dropdown-item.active, .dropdown-item:active { background: var(--eagle-primary); }
.theme-hero .carousel-item { min-height: 610px; background: var(--eagle-navy-dark); }
.theme-hero .carousel-item img { width: 100%; height: 610px; object-fit: cover; opacity: .62; }
.theme-hero .carousel-caption { inset: 0; background: linear-gradient(90deg, rgba(0,20,47,.88), rgba(0,20,47,.58)); }
.theme-hero .carousel-caption > * { max-width: 850px; }
.theme-hero .carousel-caption p { color: #fff; font-size: 1.1rem; }
.theme-hero .carousel-caption .hero-hook { color: #fff; font-size: 3.5rem; font-weight: 700; line-height: 1.12; }
.theme-hero .carousel-caption .text-primary { color: #8fcfff !important; }
.feature { background: #fff; box-shadow: 0 10px 30px rgba(0,30,69,.08); }
.feature-item { min-height: 180px; }
.feature-item p { color: #68717d; }
.sample-section-title { max-width: 760px; margin-right: auto; margin-left: auto; }
.eagle-service-card { height: 100%; border: 0; background: #fff; box-shadow: 0 8px 24px rgba(0,30,69,.1); }
.eagle-service-card .card-img-top {
  height: 175px;
  object-fit: cover;
  border-radius: 0 0 38px 38px;
}
.eagle-service-card .card-body { min-height: 66px; background: #fff !important; border: 0; }
.eagle-service-card .card-title { color: var(--eagle-navy) !important; white-space: normal; line-height: 1.25; }
.eagle-service-card .card-footer { display: flex; flex-direction: column; min-height: 154px; padding: 1rem; background: #fff; border: 0; color: #66717e; }
.eagle-service-card .card-footer a { margin-top: auto; font-weight: 700; }
.eagle-service-card .service-icon { width: 45px; height: 45px; border-radius: 0 0 14px 14px; }
.facts { background: linear-gradient(rgba(0,20,47,.88), rgba(0,20,47,.88)), url('../assets/generated/eagle-security-guard-team-hero.png') center/cover; }
.theme-split-image { min-height: 480px; width: 100%; object-fit: cover; }
.theme-page-hero { padding: 4.5rem 0; background: linear-gradient(100deg, rgba(0,20,47,.94), rgba(1,30,69,.72)), url('../assets/generated/eagle-security-guard-team-hero.png') center/cover; }
.theme-page-hero h1, .theme-page-hero p { color: #fff; }
.theme-page-hero .text-primary { color: #91d0ff !important; }
.theme-page-hero .lead { max-width: 980px; color: #fff; text-shadow: 0 1px 3px rgba(0,20,47,.4); }
.theme-page-hero .breadcrumb { justify-content: center; background: transparent; }
.theme-page-hero .breadcrumb-item, .theme-page-hero .breadcrumb-item a { color: #d9e7f5; }
.theme-page-hero .breadcrumb-item.active { color: #fff; }
.theme-page-hero .breadcrumb-item + .breadcrumb-item::before { color: #9ebad4; }

/* Four-family services catalogue */
.services-catalogue .theme-page-hero {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: linear-gradient(90deg, rgba(0,20,47,.95), rgba(0,30,69,.82)), url('../assets/generated/eagle-security-guard-team-hero.png') center 35% / cover;
}
.service-family-nav { position: relative; z-index: 2; margin-top: -1.8rem; padding: 0 20px; }
.service-family-nav > div {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  box-shadow: 0 14px 36px rgba(0,20,47,.14);
}
.service-family-nav a {
  position: relative;
  min-width: 0;
  padding: 1.15rem 1.25rem;
  border-right: 1px solid #e2e7ed;
  color: var(--eagle-navy);
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.25;
}
.service-family-nav a:last-child { border-right: 0; }
.service-family-nav a::after { position: absolute; right: 1.25rem; bottom: 1.25rem; color: var(--eagle-primary); content: '↓'; }
.service-family-nav a:hover,
.service-family-nav a:focus { background: #eef6fd; color: #104b82; }
.service-family-nav span { display: block; margin-bottom: .3rem; color: #657486; font-size: .66rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.service-family { padding: clamp(4.5rem, 7vw, 6.5rem) 20px; scroll-margin-top: 45px; }
.service-family-soft { background: #f3f5f8; }
.service-family-shell { width: min(1180px, 100%); margin: 0 auto; }
.service-family-heading { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 6vw, 5rem); align-items: end; margin-bottom: 2.4rem; }
.service-family-heading > div:first-child p { margin-bottom: .45rem; color: var(--eagle-primary); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.service-family-heading h2 { margin: 0; color: var(--eagle-navy); font-size: clamp(2rem, 4vw, 3.2rem); }
.service-family-heading > div:last-child > span { display: inline-block; margin-bottom: .65rem; color: var(--eagle-primary); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.service-family-heading > div:last-child p { max-width: 720px; margin: 0; color: #586575; font-size: 1rem; line-height: 1.65; }
.service-family-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.service-category-card { min-width: 0; display: flex; overflow: hidden; flex-direction: column; background: #fff; box-shadow: 0 10px 28px rgba(0,30,69,.09); transition: transform .25s ease, box-shadow .25s ease; }
.service-category-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(0,30,69,.15); }
.service-category-image { display: block; overflow: hidden; }
.service-category-image img { display: block; width: 100%; height: auto !important; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 0 0 34px 34px; transition: transform .45s cubic-bezier(.22,1,.36,1); }
.service-category-card:hover .service-category-image img { transform: scale(1.035); }
.service-category-copy { position: relative; display: flex; min-height: 245px; flex: 1; flex-direction: column; padding: 1.35rem 1.35rem 1.4rem; }
.service-category-icon { display: grid; width: 42px; height: 42px; margin-top: -2.35rem; margin-bottom: 1rem; border: 4px solid #fff; border-radius: 0 0 13px 13px; background: var(--eagle-primary); color: #fff; place-items: center; }
.service-category-copy h3 { margin-bottom: .75rem; color: var(--eagle-navy); font-size: 1rem; line-height: 1.35; }
.service-category-copy p { margin-bottom: 1.15rem; color: #647080; font-size: .9rem; line-height: 1.6; }
.service-category-link { margin-top: auto; color: var(--eagle-primary); font-size: .82rem; font-weight: 800; letter-spacing: .02em; }
.service-category-link i { margin-left: .4rem; transition: transform .2s ease; }
.service-category-link:hover { color: #104b82; }
.service-category-link:hover i { transform: translateX(4px); }
.eagle-theme-content > section { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
.eagle-theme-content h1, .eagle-theme-content h2, .eagle-theme-content h3 { color: var(--eagle-navy); }
.eagle-theme-content img { max-width: 100%; object-fit: cover; }
.corporate-risk-shell {
  width: min(1140px, calc(100% - 30px));
  margin: 0 auto;
}
.corporate-risk-hero {
  min-height: 600px;
  display: flex;
  align-items: center;
}
.corporate-risk-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1.75rem;
  color: rgba(255,255,255,.62);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.corporate-risk-breadcrumb a { color: #fff; }
.corporate-risk-breadcrumb span::before { content: '/'; }
.corporate-risk-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.corporate-risk-hero-copy h1 {
  max-width: 720px;
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: clamp(2.5rem, 4.3vw, 4.25rem);
  line-height: 1.04;
}
.corporate-risk-hero-copy > p {
  max-width: 700px;
  color: rgba(255,255,255,.8);
  font-size: 1.04rem;
}
.corporate-risk-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin-top: 1.5rem;
}
.corporate-risk-check-grid span {
  padding: .8rem .9rem;
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: .88rem;
}
.corporate-risk-check-grid span::before {
  margin-right: .55rem;
  color: #76b5ed;
  content: '✓';
  font-weight: 800;
}
.corporate-risk-hero-media,
.corporate-risk-inline-media {
  margin: 0;
  overflow: hidden;
  border-radius: 0 0 56px 56px;
  box-shadow: 0 18px 38px rgba(0,20,47,.22);
}
.corporate-risk-hero-media img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.corporate-risk-band { width: 100%; }
.corporate-risk-band-white { background: #fff; }
.corporate-risk-band-soft { background: var(--eagle-paper); }
.corporate-risk-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}
.corporate-risk-copy-block > p { color: #66717e; }
.corporate-risk-inline-media img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.corporate-risk-section-heading {
  max-width: 760px;
  margin-bottom: 2.5rem;
}
.corporate-risk-section-heading h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.security-solutions-list-block {
  margin-top: 1.75rem;
  padding: 1.5rem;
  border-left: 4px solid var(--eagle-primary);
  background: var(--eagle-paper);
}
.security-solutions-list-block strong { display: block; margin-bottom: .75rem; color: var(--eagle-navy); }
.corporate-risk-card-grid article {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  border-top: 4px solid var(--eagle-primary);
}
.corporate-risk-card-grid article a { margin-top: auto; color: var(--eagle-primary); font-weight: 700; }
.eagle-theme-content .section,
.about-story-section,
.about-smart-process,
.about-promise-section,
.blog-detail-body,
.callout-band {
  width: min(1140px, calc(100% - 30px));
  margin-right: auto;
  margin-left: auto;
}
.about-intro-section {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  padding: 0 !important;
  background: var(--eagle-paper);
}
.about-intro-media { min-height: 620px; }
.about-intro-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 720px;
  object-fit: cover;
}
.about-intro-copy {
  max-width: 680px;
  padding: clamp(3rem, 7vw, 6rem);
  align-self: center;
}
.about-intro-kicker,
.eyebrow {
  margin-bottom: .65rem;
  color: var(--eagle-primary);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.about-intro-copy h1 { font-size: clamp(2.5rem, 4.5vw, 4rem); line-height: 1.05; }
.about-intro-copy p { color: #66717e; }
.button {
  display: inline-block;
  padding: .8rem 1.35rem;
  border: 0;
  background: var(--eagle-primary);
  color: #fff;
  font-weight: 700;
}
.button:hover { background: #104b82; color: #fff; }
.section-heading { max-width: 780px; margin-bottom: 2.5rem; }
.section-heading h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.about-story-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.about-story-columns article,
.feature-card {
  padding: 1.75rem;
  border-top: 4px solid var(--eagle-primary);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,30,69,.09);
}
.about-values-section {
  width: 100% !important;
  max-width: none !important;
  padding-right: max(15px, calc((100% - 1140px)/2)) !important;
  padding-left: max(15px, calc((100% - 1140px)/2)) !important;
  background: var(--eagle-paper);
}
.card-grid.four-up {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.about-process-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 7vw, 6rem);
}
.about-process-list { display: block; }
.about-process-list article {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.2rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid #dfe3e8;
  background: transparent;
  box-shadow: none;
}
.about-process-list article > span { color: var(--eagle-primary); font-size: 2.1rem; font-weight: 800; }
.about-promise-section { text-align: center; }
.about-promise-section p { max-width: 760px; margin: 0 auto; }

.quote-request-section {
  width: 100%;
  padding-right: max(15px, calc((100% - 1000px)/2)) !important;
  padding-left: max(15px, calc((100% - 1000px)/2)) !important;
  background: var(--eagle-paper);
}
.quote-request-intro { max-width: 760px; margin-bottom: 2.5rem; }
.quote-request-intro h1 { font-size: clamp(2.5rem, 4.5vw, 4rem); }
.quote-clean-form {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-top: 5px solid var(--eagle-primary);
}
.form-honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }
.quote-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem 1.4rem;
}
.quote-clean-form label {
  display: grid;
  gap: .45rem;
  color: var(--eagle-navy);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.quote-clean-form input,
.quote-clean-form select,
.quote-clean-form textarea {
  width: 100%;
  min-height: 50px;
  padding: .8rem .9rem;
  border: 1px solid #cfd5dc;
  background: #fff;
  color: #273544;
  font: inherit;
  text-transform: none;
}
.quote-clean-form textarea { min-height: 160px; resize: vertical; }
.quote-message-field { margin-top: 1.2rem; }
.quote-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.2rem; }
.quote-contact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
  background: var(--eagle-navy);
}
.quote-contact-strip > * { padding: 1.4rem; border-right: 1px solid rgba(255,255,255,.15); color: #fff; }
.quote-contact-strip span { display: block; margin-bottom: .35rem; color: #a9bfd6; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.quote-guidance { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
.quote-guidance section { padding: 2rem; background: #fff; box-shadow: 0 8px 24px rgba(0,30,69,.07); }

.blog-detail-hero {
  padding-right: max(15px, calc((100% - 1140px)/2)) !important;
  padding-left: max(15px, calc((100% - 1140px)/2)) !important;
}
.blog-detail-hero h1 { max-width: 900px; font-size: clamp(2.6rem, 5vw, 4.6rem); line-height: 1.04; }
.blog-detail-hero .lead { max-width: 800px; color: #d8e4ef; }
.blog-detail-meta { display: inline-block; margin-top: 1rem; color: #76b5ed; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.blog-detail-image {
  display: block;
  width: min(980px, calc(100% - 30px));
  max-height: 560px;
  margin: -2.25rem auto 4rem;
  object-fit: cover;
  border-radius: 0 0 56px 56px;
  box-shadow: 0 18px 38px rgba(0,20,47,.18);
}
.blog-detail-body { max-width: 800px; padding-bottom: 4rem; }
.blog-detail-body section { margin-bottom: 2.4rem; }
.blog-detail-body h2 { font-size: clamp(1.65rem, 3vw, 2.2rem); }
.blog-detail-body p { color: #66717e; font-size: 1.04rem; line-height: 1.75; }
.callout-band { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }

.industry-index-hero-copy { max-width: 900px; }
.industry-index-hero-copy h1 { max-width: 850px; font-size: clamp(2.5rem, 4.5vw, 4rem); line-height: 1.05; }
.industry-index-hero-copy > p { max-width: 880px; color: #d8e4ef; }
.industry-index-heading { max-width: 800px; margin-bottom: 2.5rem; }
.business-size-index-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
}
.industry-index-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,30,69,.09);
}
.industry-index-card img {
  display: block;
  width: 100%;
  height: 270px;
  margin-bottom: 1.25rem;
  border-radius: 0 0 38px 38px;
  object-fit: cover;
}
.industry-index-card span { color: var(--eagle-navy); font-size: 1.2rem; font-weight: 800; }
.industry-index-card p { margin-top: .65rem; color: #66717e; }
.service-template-hero, .industry-hero, .corporate-risk-hero, .blog-detail-hero,
.about-hero, .quote-hero, .industry-index-hero, .services-index-hero, .blogs-hero {
  padding: 5rem 0 !important;
  background: var(--eagle-navy-dark) !important;
  color: #fff;
}
.service-template-hero h1, .industry-hero h1, .corporate-risk-hero h1, .blog-detail-hero h1,
.about-hero h1, .quote-hero h1, .industry-index-hero h1, .services-index-hero h1, .blogs-hero h1 { color: #fff; }
.service-template-shell, .industry-shell, .about-shell, .quote-shell, .blog-shell,
.services-index-shell, .industry-index-shell, .security-solutions-shell, .business-size-shell {
  width: min(1140px, calc(100% - 30px)); margin: 0 auto;
}
.service-template-hero-grid, .industry-hero-grid, .industry-split, .about-hero-grid,
.service-template-overview-grid, .security-solutions-intro-grid, .quote-layout {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem; align-items: center;
}
.service-template-media img, .industry-media img, .about-media img, .blog-detail-media img {
  width: 100%; min-height: 330px; max-height: 520px; border-radius: 0 0 56px 56px; box-shadow: 0 15px 35px rgba(0,20,47,.16);
}
.service-template-check-list, .security-solutions-list-block ul { padding-left: 0; list-style: none; columns: 2; }
.service-template-check-list li, .security-solutions-list-block li { position: relative; break-inside: avoid; padding: .45rem 0 .45rem 1.6rem; }
.service-template-check-list li::before, .security-solutions-list-block li::before { content: '✓'; position: absolute; left: 0; color: var(--eagle-primary); font-weight: 800; }
.service-template-section-soft, .industry-section-soft, .about-section-soft { background: var(--eagle-paper); }
.service-template-button, .industry-button, .site-end-cta-button, .footer-quote-link {
  display: inline-block; padding: .8rem 1.35rem; background: var(--eagle-primary); color: #fff; font-weight: 700;
}
.service-template-button:hover, .industry-button:hover, .site-end-cta-button:hover, .footer-quote-link:hover { background: #104b82; color: #fff; }
.industry-service-grid, .services-index-grid, .industry-index-grid, .blog-card-grid,
.business-size-grid, .security-solutions-card-grid, .about-process-list, .corporate-risk-card-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem;
}
.industry-service-grid article, .services-index-grid article, .industry-index-grid article,
.blog-card-grid article, .business-size-grid article, .security-solutions-card-grid article,
.about-process-list article, .corporate-risk-card-grid article {
  padding: 1.5rem; background: #fff; box-shadow: 0 8px 24px rgba(0,30,69,.09);
}
.industry-accordion details { border-bottom: 1px solid #dce2e8; padding: 1rem 0; }
.industry-accordion summary { color: var(--eagle-navy); font-weight: 700; cursor: pointer; }
.site-end-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 4rem max(15px, calc((100% - 1140px)/2)); background: var(--eagle-primary); color: #fff; }
.site-end-cta h2 { color: #fff; }
.site-end-cta-button { background: #fff; color: var(--eagle-navy); }
.quote-clean-form input, .quote-clean-form textarea, .quote-clean-form select, .form-control { border-radius: 0; }
.quote-clean-form { padding: 2rem; background: #fff; box-shadow: 0 10px 30px rgba(0,30,69,.11); }
.site-footer a { color: #d8e6f3; }
.site-footer a:hover { color: #76b5ed; }
.site-footer .eagle-footer-logo { width: 190px; height: 100px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.back-to-top { z-index: 999; }

@media (max-width: 991.98px) {
  .theme-hero .carousel-item, .theme-hero .carousel-item img { height: 520px; min-height: 520px; }
  .service-template-hero-grid, .industry-hero-grid, .industry-split, .about-hero-grid,
  .service-template-overview-grid, .security-solutions-intro-grid, .quote-layout { grid-template-columns: 1fr; }
  .industry-service-grid, .services-index-grid, .industry-index-grid, .blog-card-grid,
  .business-size-grid, .security-solutions-card-grid, .about-process-list, .corporate-risk-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-end-cta { grid-template-columns: 1fr; }
  .corporate-risk-hero-grid,
  .corporate-risk-split { grid-template-columns: 1fr; }
  .corporate-risk-hero { min-height: 0; }
  .corporate-risk-hero-media { max-width: 680px; }
  .about-intro-section,
  .about-process-layout { grid-template-columns: 1fr; }
  .about-intro-media { min-height: 440px; }
  .about-intro-media img { max-height: 520px; }
  .card-grid.four-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575.98px) {
  .theme-hero .carousel-item, .theme-hero .carousel-item img { height: 500px; min-height: 500px; }
  .theme-hero .carousel-caption { padding: 2rem 1rem; }
  .theme-hero .display-4 { font-size: 2.2rem; }
  .industry-service-grid, .services-index-grid, .industry-index-grid, .blog-card-grid,
  .business-size-grid, .security-solutions-card-grid, .about-process-list, .corporate-risk-card-grid { grid-template-columns: 1fr; }
  .service-template-check-list, .security-solutions-list-block ul { columns: 1; }
  .eagle-service-card .card-img-top { height: 155px; }
  .corporate-risk-hero-copy h1 { font-size: 2.35rem; }
  .corporate-risk-check-grid { grid-template-columns: 1fr; }
  .corporate-risk-hero-media img,
  .corporate-risk-inline-media img { height: 300px; }
  .about-story-columns,
  .card-grid.four-up,
  .quote-form-grid,
  .quote-guidance,
  .business-size-index-grid { grid-template-columns: 1fr; }
  .about-intro-media { min-height: 360px; }
  .about-intro-copy { padding: 2.5rem 1rem; }
  .about-process-list article { grid-template-columns: 3rem 1fr; }
  .quote-contact-strip { grid-template-columns: 1fr; }
  .quote-form-actions,
  .callout-band { align-items: flex-start; flex-direction: column; }
  .blog-detail-image { margin-top: -1.25rem; margin-bottom: 2.5rem; }
  .industry-index-card { min-height: 0; }
  .industry-index-card img { height: 220px; }
}

/* Final page-family refinements must follow the shared theme selectors. */
.about-process-list { display: block; }
.about-process-list article {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 1.2rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid #dfe3e8;
  background: transparent;
  box-shadow: none;
}
.quote-request-intro {
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  text-align: center;
}
.quote-request-intro h1 { font-size: clamp(2.5rem, 4vw, 3.6rem); }
.contact-form.quote-clean-form {
  max-width: 700px;
  margin: 0 auto 15px !important;
}
.blog-detail .blog-detail-hero {
  padding-right: max(15px, calc((100% - 1140px)/2)) !important;
  padding-left: max(15px, calc((100% - 1140px)/2)) !important;
}
.blog-detail .blog-detail-hero > * { max-width: 900px; }

@media (max-width: 575.98px) {
  .about-process-list article { grid-template-columns: 3rem minmax(0, 1fr); }
  .quote-request-intro { text-align: left; }
  .blog-detail .blog-detail-hero h1 { font-size: 2.35rem; }
}

/* Unified header contact system */
.site-identity-row { width: calc(100% - 2rem); max-width: 1540px; margin-right: auto; margin-left: auto; }
.site-identity-row > .col-lg-4 { padding-left: clamp(1rem, 3vw, 3.5rem); }
.site-identity-row > .col-lg-8 { padding-right: clamp(1rem, 3vw, 3.5rem); }
.header-contact-wrap {
  display: grid;
  grid-template-columns: 1.45fr 1.15fr .8fr;
  gap: .75rem;
  align-items: stretch;
  max-width: 840px;
  margin-left: auto;
}
.header-contact-item {
  min-width: 0;
  display: flex;
  gap: .7rem;
  align-items: center;
  padding: .65rem .8rem;
  border-left: 1px solid #e1e6ec;
  text-align: left;
}
.header-contact-item > i { flex: 0 0 auto; color: var(--eagle-primary); font-size: 1rem; }
.header-contact-item > div { min-width: 0; }
.header-contact-item strong {
  display: block;
  margin-bottom: .18rem;
  color: var(--eagle-navy);
  font-size: .72rem;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.header-contact-item span,
.header-contact-item a {
  display: block;
  color: #425165;
  font-size: .84rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.header-contact-item a { color: #0d5fa8; }
.header-contact-item a:hover { color: var(--eagle-navy); }

/* One media scale across all page families */
.service-template-media img,
.industry-media img,
.corporate-risk-hero-media img,
.corporate-risk-inline-media img,
.about-media img {
  width: 100%;
  height: auto !important;
  min-height: 0;
  max-height: none;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.service-template-hero-media,
.industry-hero-media,
.corporate-risk-hero-media { width: min(100%, 520px); justify-self: end; }
.service-template-hero-grid,
.industry-hero-grid,
.corporate-risk-hero-grid { align-items: center; }
.service-template-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.service-template-split > * { min-width: 0; }
.service-template-split .service-template-media { width: 100%; margin: 0; }
.theme-split-image {
  display: block;
  width: 100%;
  height: clamp(480px, 46vw, 620px);
  min-height: 0;
  max-height: 620px;
  object-fit: cover;
}
.eagle-service-card .card-img-top { aspect-ratio: 16 / 9; height: auto; max-height: 180px; }
.blog-detail-image { aspect-ratio: 16 / 9; height: auto; }
.industry-index-card img { aspect-ratio: 4 / 3; height: auto; max-height: 270px; }

/* Scroll-triggered operational facts, adapted from the sample theme's counter UX. */
.security-stats {
  position: relative;
  overflow: hidden;
  margin: 3rem 0;
  padding: clamp(3.25rem, 6vw, 5.25rem) max(20px, calc((100% - 1320px) / 2));
  background: linear-gradient(115deg, #0d5fa8 0%, #06467e 55%, #001e45 100%);
  color: #fff;
}
.security-stats::after {
  position: absolute;
  right: -8%;
  bottom: -70%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  content: '';
}
.security-stats-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; }
.security-stat { display: flex; min-width: 0; align-items: center; flex-direction: column; padding: 0 clamp(1rem, 3vw, 2.5rem); text-align: center; }
.security-stat + .security-stat { border-left: 1px solid rgba(255,255,255,.22); }
.security-stat-icon { display: grid; width: 52px; height: 52px; margin-bottom: 1.1rem; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; place-items: center; }
.security-stat-icon i { color: #fff; font-size: 1rem; }
.security-stat-number { color: #fff; font-size: clamp(2.7rem, 5vw, 4.65rem); font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; }
.security-stat-label { margin-top: .85rem; color: #e5f2ff; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* Compact high-contrast footer */
.site-footer-v2 { background: var(--eagle-navy-dark); color: #c8d6e5; }
.footer-v2-main {
  width: min(1380px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .65fr 1fr 1fr 1.12fr;
  gap: clamp(1.5rem, 3.3vw, 3.5rem);
  padding: 3.5rem 0 3rem;
}
.footer-v2-brand { display: flex; min-width: 0; align-items: flex-start; flex-direction: column; }
.footer-v2-brand .eagle-footer-logo { display: block; width: 142px; height: 114px; margin-bottom: .8rem; object-fit: contain; object-position: left center; filter: none; }
.footer-v2-brand strong { color: #fff; font-size: .78rem; line-height: 1.5; }
.footer-v2-column { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: .58rem; font-size: .78rem; }
.footer-v2-column h2 {
  position: relative;
  margin-bottom: .75rem;
  padding-bottom: .65rem;
  color: #fff;
  font-size: .76rem;
  letter-spacing: .02em;
  text-transform: none;
}
.footer-v2-column h2::after { position: absolute; bottom: 0; left: 0; width: 28px; height: 2px; background: #80c4ff; content: ''; }
.footer-v2-column a { color: #d8e4ef; line-height: 1.4; }
.footer-v2-column a:not(.footer-v2-cta)::before { margin-right: .48rem; color: #80c4ff; content: '›'; }
.footer-v2-column a:hover { color: #fff; transform: translateX(2px); }
.footer-v2-contact p { display: flex; gap: .7rem; color: #c8d6e5; }
.footer-v2-contact p + p { margin-top: -.1rem; }
.footer-v2-contact > a:not(.footer-v2-cta) { display: flex; gap: .7rem; align-items: center; }
.footer-v2-contact > a:not(.footer-v2-cta)::before { display: none; }
.footer-v2-contact i { width: 1rem; margin-top: .25rem; color: #80c4ff; text-align: center; }
.footer-v2-contact .footer-v2-cta {
  margin-top: .5rem;
  padding: .75rem 1.1rem;
  background: var(--eagle-primary);
  color: #fff;
  font-weight: 700;
}
.footer-v2-contact .footer-v2-cta:hover { background: #fff; color: var(--eagle-navy); transform: none; }
.footer-v2-bottom {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem max(20px, calc((100% - 1380px)/2));
  border-top: 1px solid rgba(255,255,255,.18);
  background: #001126;
}
.footer-v2-bottom p { margin: 0; color: #9fb3c7; }
.footer-v2-bottom nav { display: flex; gap: 1.4rem; }
.footer-v2-bottom a { color: #c8d6e5; }

/* Scroll feedback and reveal motion */
.scroll-progress {
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: rgba(242,196,0,.2);
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #f2c400;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
.container-fluid.nav-bar { position: sticky; z-index: 1030; top: 0; transition: box-shadow .25s ease, background-color .25s ease; }
.nav-bar.is-scrolled { background: rgba(0,20,47,.97); box-shadow: 0 10px 28px rgba(0,20,47,.22); backdrop-filter: blur(10px); }
.reveal-active .scroll-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-active .scroll-reveal.is-visible { opacity: 1; transform: none; }
.back-to-top {
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0,20,47,.25);
  animation: none;
}
.back-to-top[style*="display: block"] { display: flex !important; }
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  border-color: #104b82;
  background: #104b82;
  color: #fff;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(90,172,239,.35); }

@media (max-width: 991.98px) {
  .header-contact-wrap { grid-template-columns: 1.3fr .7fr; }
  .footer-v2-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-template-hero-media,
  .industry-hero-media,
  .corporate-risk-hero-media { justify-self: start; }
  .service-template-split { grid-template-columns: 1fr; }
  .theme-split-image { height: 500px; }
  .service-family-nav > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-family-nav a:nth-child(2) { border-right: 0; }
  .service-family-nav a:nth-child(-n+2) { border-bottom: 1px solid #e2e7ed; }
  .service-family-heading { grid-template-columns: 1fr; gap: 1rem; }
  .service-family-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-v2-main { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .header-contact-office { display: none !important; }
  .header-contact-wrap { grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); }
  .header-contact-item a { overflow-wrap: normal; }
  .industry-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575.98px) {
  .site-identity-row { padding-top: .45rem !important; padding-bottom: .45rem !important; }
  .header-contact-wrap { gap: 0; }
  .header-contact-item { gap: .45rem; padding: .5rem .4rem; border-left: 0; }
  .header-contact-item + .header-contact-item { border-left: 1px solid #e1e6ec; }
  .header-contact-item > i { display: none; }
  .header-contact-item strong { font-size: .64rem; }
  .header-contact-item span,
  .header-contact-item a { font-size: .72rem; }
  .coverage-ticker { margin-top: .1rem; text-align: left; }
  .theme-split-image { height: 360px; }
  .services-catalogue .theme-page-hero { padding: 4rem 0 4.5rem; }
  .service-family-nav { margin-top: -1.3rem; padding: 0 15px; }
  .service-family-nav > div { grid-template-columns: 1fr; }
  .service-family-nav a { border-right: 0; border-bottom: 1px solid #e2e7ed; }
  .service-family-nav a:last-child { border-bottom: 0; }
  .service-family { padding: 4rem 15px; }
  .service-family-grid { grid-template-columns: 1fr; }
  .service-category-copy { min-height: 225px; }
  .security-stats { margin: 2rem 0; padding: 3rem 20px; }
  .security-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 2.5rem; }
  .security-stat { padding: 0 .65rem; }
  .security-stat:nth-child(3) { border-left: 0; }
  .security-stat-number { font-size: 2.75rem; }
  .security-stat-label { font-size: .68rem; }
  .footer-v2-main { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 0; }
  .footer-v2-bottom { align-items: flex-start; flex-direction: column; }
  .back-to-top { right: 15px; bottom: 15px; width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .coverage-ticker { text-align: center; }
  .coverage-ticker span { position: static; display: inline-block; animation: none; }
  .reveal-active .scroll-reveal { opacity: 1; transform: none; transition: none; }
  .footer-v2-column a, .container-fluid.nav-bar { transition: none; }
}

.industry-service-grid > *,
.industry-service-grid h3 { min-width: 0; overflow-wrap: anywhere; }

/* Homepage reference layouts */
.theme-home .bg-secondary,
.theme-home .nav-bar,
.theme-home .site-footer-v2 { background-color: #001064 !important; }

.why-security-section {
  margin: 5rem auto;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1.25rem, 7vw, 7rem);
  background: #001064;
  color: #fff;
}
.why-security-grid {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem 1.5rem;
  align-items: stretch;
}
.why-security-heading { align-self: center; padding-right: 1.5rem; }
.why-security-heading p { margin-bottom: 1rem; color: #fff; font-size: .82rem; }
.why-security-heading h2 { margin: 0; color: #fff; font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.15; }
.why-security-card {
  position: relative;
  min-height: 180px;
  padding: 2rem 1.35rem 1.4rem;
  border: 2px solid rgba(255,255,255,.78);
  border-radius: 7px;
}
.why-security-card > i {
  position: absolute;
  top: -17px;
  left: 1.7rem;
  padding: 0 .65rem;
  background: #001064;
  color: #fff;
  font-size: 1.5rem;
}
.why-security-card h3 { margin-bottom: .7rem; color: #fff; font-size: 1rem; }
.why-security-card p { margin: 0; color: rgba(255,255,255,.82); font-size: .88rem; line-height: 1.7; }

.theme-home main > section.container.pt-5.pb-4 {
  width: min(1320px, calc(100% - 40px));
  max-width: none;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.theme-home main > section.container.pt-5.pb-4 .sample-section-title {
  max-width: none;
  align-items: flex-start;
  text-align: left !important;
}
.theme-home main > section.container.pt-5.pb-4 .sample-section-title h2 {
  max-width: 590px;
  color: #001064;
  font-size: clamp(2.25rem, 4vw, 3.6rem);
  line-height: 1.08;
}
.theme-home .eagle-service-card { position: relative; padding: 0 !important; box-shadow: none; }
.theme-home .eagle-service-card .card-img-top { width: 100%; max-height: none; aspect-ratio: 4 / 3; border-radius: 0; }
.theme-home .eagle-service-card .card-body {
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
  min-height: auto;
  margin: -32px auto 0;
  padding: 1.1rem 1rem .45rem !important;
  border-left: 4px solid #001064;
}
.theme-home .eagle-service-card .service-icon { display: none !important; }
.theme-home .eagle-service-card .card-title { color: #001064 !important; font-size: 1.05rem; }
.theme-home .eagle-service-card .card-footer {
  width: calc(100% - 30px);
  min-height: 112px;
  margin: 0 auto;
  padding: .35rem 1rem 1rem;
  border-left: 4px solid #001064;
  color: #4f5965;
}
.theme-home .eagle-service-card .card-footer a { display: none; }
.theme-home main > section.container-fluid.my-5 { display: none; }
.theme-home .feature { box-shadow: none; }
.theme-home .theme-hero,
.theme-home .theme-hero img,
.theme-home .theme-hero .carousel-caption,
.theme-home .theme-hero .hero-hook { box-shadow: none; text-shadow: none; }
.theme-home main > section.bg-primary:last-child { margin-bottom: 3rem; }
.theme-home .security-stats { background: #001064; }
.theme-home .security-stats::after { border-color: rgba(255,255,255,.12); }
.theme-home main > section.bg-primary:last-child { background: #001064 !important; }
.theme-home #home-carousel .carousel-item:nth-child(2) img {
  content: url('../assets/unsplash-services/patrol-vehicle.jpg');
}

.security-team { padding: clamp(4rem, 7vw, 7rem) 20px; background: #001064; color: #fff; }
.security-team-inner { width: min(1240px, 100%); margin: 0 auto; }
.security-team-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.security-team-header p { margin-bottom: 1rem; color: #fff; font-size: .82rem; }
.security-team-header h2 { margin: 0; color: #fff; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.12; }
.security-team-header > a { flex: 0 0 auto; padding: .9rem 1.5rem; border: 1px solid #fff; color: #001064; background: #fff; font-weight: 700; }
.security-team-header > a:hover { color: #fff; background: transparent; }
.security-team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.security-team-card { position: relative; min-height: 480px; overflow: hidden; background: #001064; }
.security-team-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,16,100,.95) 100%); content: ''; }
.security-team-card img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.security-team-card > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 2rem 1.5rem; }
.security-team-card h3 { margin-bottom: .55rem; color: #fff; font-size: 1.2rem; }
.security-team-card p { margin: 0; color: rgba(255,255,255,.85); line-height: 1.55; }

@media (max-width: 767.98px) {
  .security-team-header { align-items: flex-start; flex-direction: column; }
  .security-team-grid { grid-template-columns: 1fr; }
  .security-team-card, .security-team-card img { min-height: 420px; }
}

/* Homepage hero and tailored-services layouts */
.theme-home main > .theme-hero,
.theme-home main > .feature,
.theme-home main > section.container-fluid.mb-5.bg-light { display: none; }

.premium-security-hero {
  position: relative;
  box-sizing: border-box;
  width: min(1380px, 100%);
  height: clamp(560px, calc(100svh - 238px), 700px);
  min-height: 560px;
  margin: 0 auto 5rem;
  padding-bottom: 70px;
  background: #fff;
}
.premium-security-main { display: grid; height: calc(100% - 70px); min-height: 0; grid-template-columns: 47% 53%; }
.premium-security-copy {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: clamp(2rem, 5vh, 3.5rem) 2rem 10rem clamp(2rem, 7vw, 7rem);
}
.premium-security-copy h1 { margin: 0 0 1rem; color: #001064; font-size: clamp(2.5rem, 4vw, 3.8rem); line-height: 1.02; }
.premium-security-copy h2 { max-width: 520px; margin-bottom: 1.15rem; color: #001064; font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.2; }
.premium-security-copy > p { max-width: 560px; margin-bottom: 1.8rem; color: #34475b; font-size: 1rem; line-height: 1.7; }
.premium-security-cta { display: inline-flex; width: fit-content; align-items: center; gap: 1rem; padding: .35rem .4rem .35rem 1.25rem; border-radius: 999px; background: #001064; color: #fff; font-weight: 700; }
.premium-security-cta span { display: grid; width: 36px; height: 36px; border-radius: 50%; background: #fff; color: #001064; font-size: 1.65rem; place-items: center; }
.premium-security-cta:hover { color: #fff; transform: translateY(-2px); }
.premium-security-image { position: relative; overflow: hidden; clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%, 13% 68%); }
.premium-security-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 35%); content: ''; }
.premium-security-image img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: 63% center; transform: scale(1.42); transform-origin: center center; }
.premium-benefits {
  position: absolute;
  z-index: 3;
  right: clamp(1.5rem, 7vw, 7rem);
  bottom: 0;
  left: clamp(1.5rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.premium-benefits article { display: flex; min-height: 145px; gap: 1rem; padding: 1.45rem 1.35rem; border-radius: 18px; background: #001064; color: #fff; box-shadow: 0 9px 0 rgba(0,16,100,.08); }
.premium-benefits i { flex: 0 0 auto; color: #fff; font-size: 1.75rem; }
.premium-benefits h2,
.premium-benefits h3 { margin: 0 0 .5rem; color: #fff; font-size: 1.1rem; }
.premium-benefits p { margin: 0; color: rgba(255,255,255,.84); font-size: .84rem; line-height: 1.55; }

.tailored-security {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto 7rem;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding: 2rem 0;
}
.tailored-kicker { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.2rem; color: #001064; font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.tailored-kicker::before { width: 28px; height: 2px; background: #001064; content: ''; }
.tailored-security-copy > h2 { margin-bottom: 2.5rem; color: #001064; font-size: clamp(2.5rem, 4vw, 4rem); line-height: 1.08; }
.tailored-service-list { display: grid; gap: 1rem; }
.tailored-service-list article { padding: 1.6rem; border-radius: 18px; background: #f7f8fa; }
.tailored-service-list h3 { margin-bottom: .65rem; color: #001064; font-size: 1.2rem; }
.tailored-service-list p { margin: 0; color: #4f5965; line-height: 1.65; }
.tailored-security-image { overflow: hidden; border-radius: 24px; }
.tailored-security-image > img:first-child { width: 100%; min-height: 570px; object-fit: cover; }

@media (max-width: 991.98px) {
  .premium-security-main { grid-template-columns: 1fr; }
  .premium-security-copy { padding: 4rem 2rem 3rem; }
  .premium-security-image { min-height: 440px; clip-path: none; }
  .premium-security-image img { min-height: 440px; }
  .premium-security-hero { margin-bottom: 4rem; padding-bottom: 0; }
  .premium-benefits { position: relative; right: auto; bottom: auto; left: auto; margin: -45px 20px 0; }
  .tailored-security { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
  .premium-benefits { grid-template-columns: 1fr; }
  .premium-security-copy h1 br { display: none; }
  .tailored-security-image > img:first-child { min-height: 420px; }
}

/* Professional homepage trust, insights, and footer system */
.theme-home .why-security-section {
  position: relative;
  isolation: isolate;
  margin: 2rem 0 7rem;
  padding: 6rem 20px;
  overflow: hidden;
  background: #fff;
  color: #001064;
}
.theme-home .why-security-section::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.78)), url('../assets/generated/eagle-security-guard-team-hero.png') center/cover;
  opacity: .42;
  content: '';
}
.theme-home .why-security-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; }
.theme-home .why-security-heading { grid-column: 1 / -1; padding: 0 0 1rem; text-align: center; }
.theme-home .why-security-heading p { color: #001064; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.theme-home .why-security-heading p::before { margin-right: .55rem; color: #001064; content: '●'; }
.theme-home .why-security-heading h2 { color: #001064; font-size: clamp(2.4rem, 4vw, 4rem); }
.theme-home .why-security-card { min-height: 0; padding: 0 1rem; border: 0; text-align: center; }
.theme-home .why-security-card > i { position: static; display: grid; width: 68px; height: 68px; margin: 0 auto 1.25rem; padding: 0; border: 1px solid #001064; border-radius: 50%; background: #fff; color: #001064; place-items: center; }
.theme-home .why-security-card h3 { color: #001064; font-size: 1.05rem; letter-spacing: .035em; }
.theme-home .why-security-card p { color: #68717d; }
.theme-home .why-security-card:last-child { display: none; }

.security-insights { width: min(1240px, calc(100% - 40px)); margin: 0 auto 7rem; }
.security-insights-heading { margin-bottom: 3rem; text-align: center; }
.security-insights-heading > p { color: #001064; font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.security-insights-heading > p::before { margin-right: .55rem; content: '●'; }
.security-insights-heading h2 { color: #001064; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.12; }
.security-insights-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.security-insights-grid > article { background: #fff; box-shadow: 0 12px 34px rgba(0,16,100,.08); }
.security-insights-image { position: relative; display: block; overflow: hidden; }
.security-insights-image img { display: block; width: 100%; height: 250px; object-fit: cover; transition: transform .35s ease; }
.security-insights-image:hover img { transform: scale(1.035); }
.security-insights-image > span { position: absolute; top: .85rem; right: .85rem; padding: .42rem .7rem; background: #001064; color: #fff; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.security-insights-body { padding: 1.25rem; }
.security-insights-body > p:first-child { color: #001064; font-size: .76rem; font-weight: 700; }
.security-insights-body h3 { min-height: 52px; color: #001064; font-size: 1.08rem; line-height: 1.45; }
.security-insights-body > p:not(:first-child) { min-height: 48px; color: #68717d; font-size: .88rem; line-height: 1.6; }
.security-insights-body > a { color: #001064; font-weight: 800; }

.theme-home main > section.bg-primary:last-child { display: none; }
.theme-home .site-footer-v2 {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 10rem 0 0;
  padding-top: 105px;
  border-radius: 0;
  background: #001064 !important;
  box-shadow: 0 18px 50px rgba(0,16,100,.12);
}
.footer-contact-panel {
  position: absolute;
  top: -75px;
  right: clamp(20px, 3vw, 55px);
  left: clamp(20px, 3vw, 55px);
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.2rem clamp(1.5rem, 5vw, 4rem);
  border: 1px solid rgba(0,16,100,.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0,16,100,.14);
}
.footer-contact-panel h2 { margin: 0; color: #001064; font-size: clamp(1.65rem, 3vw, 2.5rem); }
.footer-contact-panel > div { display: flex; gap: 1rem; }
.footer-contact-panel a { padding: .85rem 1.35rem; border: 1px solid #001064; border-radius: 5px; font-weight: 800; }
.footer-contact-secondary { color: #001064; background: #fff; }
.footer-contact-primary { color: #fff; background: #001064; }
.footer-contact-panel a:hover { color: #fff; background: #001064; }
.theme-home .footer-v2-main { padding-top: 3.5rem; }
.theme-home .footer-v2-main { width: min(1500px, calc(100% - 40px)); }
.theme-home .footer-v2-column h2::after { background: #fff; }
.theme-home .footer-v2-column a:not(.footer-v2-cta)::before,
.theme-home .footer-v2-contact i { color: #fff; }
.theme-home .footer-v2-bottom { width: calc(100% - 40px); }

@media (max-width: 991.98px) {
  .theme-home .why-security-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .security-insights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .security-insights-grid > article:last-child { grid-column: 1 / -1; width: min(100%, 600px); justify-self: center; }
  .premium-security-image img { transform: scale(1.1); }
}
@media (max-width: 767.98px) {
  .theme-home .why-security-grid, .security-insights-grid { grid-template-columns: 1fr; }
  .security-insights-grid > article:last-child { grid-column: auto; width: 100%; }
  .footer-contact-panel { position: relative; top: auto; right: auto; left: auto; align-items: flex-start; flex-direction: column; margin: -150px 20px 0; }
  .footer-contact-panel > div { width: 100%; flex-wrap: wrap; }
  .theme-home .site-footer-v2 { padding-top: 80px; }
  .security-insights-image img { height: 220px; }
}

/* Compact interactive service states */
.tailored-service-list article,
.tailored-service-list article h3,
.tailored-service-list article p,
.tailored-security-image > img:first-child {
  transition: color .28s ease, background-color .28s ease, transform .28s ease, filter .28s ease, box-shadow .28s ease;
}
.tailored-service-list article { cursor: pointer; }
.tailored-service-list article:hover,
.tailored-service-list article:focus-within {
  background: #001064;
  box-shadow: 0 14px 30px rgba(0,16,100,.16);
  transform: translateX(8px);
}
.tailored-service-list article:hover h3,
.tailored-service-list article:hover p,
.tailored-service-list article:focus-within h3,
.tailored-service-list article:focus-within p { color: #fff; }
.tailored-security:has(.tailored-service-list article:hover) .tailored-security-image > img:first-child {
  filter: saturate(.72) contrast(1.08);
  transform: scale(1.025);
}

.theme-home main > section.container.pt-5.pb-4 { width: min(1120px, calc(100% - 40px)); padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
.theme-home main > section.container.pt-5.pb-4 .sample-section-title { margin-bottom: 2.25rem !important; }
.theme-home main > section.container.pt-5.pb-4 .sample-section-title h2 { font-size: clamp(2rem, 3.3vw, 3rem); }
.theme-home main > section.container.pt-5.pb-4 .col-md-6 { margin-bottom: 1.5rem !important; }
.theme-home .eagle-service-card { overflow: hidden; transition: transform .28s ease, box-shadow .28s ease; }
.theme-home .eagle-service-card .card-img-top { height: 190px; aspect-ratio: auto; transition: transform .35s ease, filter .35s ease; }
.theme-home .eagle-service-card .card-body,
.theme-home .eagle-service-card .card-footer,
.theme-home .eagle-service-card .card-title { transition: color .28s ease, background-color .28s ease, border-color .28s ease; }
.theme-home .eagle-service-card .card-footer { min-height: 98px; }
.theme-home .eagle-service-card:hover { box-shadow: 0 15px 34px rgba(0,16,100,.16); transform: translateY(-7px); }
.theme-home .eagle-service-card:hover .card-img-top { filter: saturate(.75) contrast(1.08); transform: scale(1.035); }
.theme-home .eagle-service-card:hover .card-body,
.theme-home .eagle-service-card:hover .card-footer { border-color: #001064; background: #001064 !important; color: #fff; }
.theme-home .eagle-service-card:hover .card-title { color: #fff !important; }

.theme-home .security-stats { display: none; }

@media (prefers-reduced-motion: reduce) {
  .tailored-service-list article,
  .tailored-security-image > img:first-child,
  .theme-home .eagle-service-card,
  .theme-home .eagle-service-card .card-img-top { transition: none; transform: none; }
}

@media (max-width: 991.98px) {
  .premium-security-hero { height: auto; max-height: none; }
  .premium-security-copy { padding-bottom: 3rem; }
  .premium-security-image img { transform: none; }
}

/* Full-width homepage rhythm and directional hover fills */
.premium-security-hero,
.tailored-security,
.security-insights,
.theme-home main > section.container.pt-5.pb-4 {
  width: calc(100% - 32px);
  max-width: none;
}
.premium-security-image img { object-position: center 42%; }
.tailored-kicker { display: none; }
.tailored-security { gap: clamp(2rem, 4vw, 4.5rem); }
.tailored-security-copy > h2 { margin-bottom: 2rem; }

.tailored-service-list article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f7f8fa;
  transform: none;
}
.tailored-service-list article::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #001064;
  content: '';
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .45s cubic-bezier(.22,1,.36,1);
}
.tailored-service-list article:hover,
.tailored-service-list article:focus-within {
  background: #f7f8fa;
  transform: translateX(14px);
}
.tailored-service-list article:hover::before,
.tailored-service-list article:focus-within::before { transform: scaleX(1); }
.tailored-security-image { position: relative; }
.tailored-security-image > img:first-child { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.tailored-security-image .tailored-image-logo {
  position: absolute;
  z-index: 2;
  top: 1.4rem;
  right: 1.4rem;
  width: 118px;
  height: 88px;
  min-height: 0;
  padding: .6rem;
  border-radius: 10px;
  background: rgba(255,255,255,.9);
  object-fit: contain;
  filter: none;
  transform: none;
}

.theme-home .eagle-service-card .card-body,
.theme-home .eagle-service-card .card-footer { position: relative; isolation: isolate; overflow: hidden; background: #fff !important; }
.theme-home .eagle-service-card .card-body::before,
.theme-home .eagle-service-card .card-footer::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #001064;
  content: '';
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .45s cubic-bezier(.22,1,.36,1);
}
.theme-home .eagle-service-card:hover .card-body,
.theme-home .eagle-service-card:hover .card-footer { background: #fff !important; }
.theme-home .eagle-service-card:hover .card-body::before,
.theme-home .eagle-service-card:hover .card-footer::before { transform: scaleX(1); }

.trusted-security-panel {
  position: relative;
  isolation: isolate;
  width: calc(100% - 32px);
  min-height: 440px;
  margin: 6rem auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 5rem);
  border: 1px solid rgba(0,16,100,.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0,16,100,.08);
}
.trusted-security-backdrop { position: absolute; z-index: -2; inset: 0; }
.trusted-security-backdrop::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 46%, rgba(255,255,255,.48) 100%); content: ''; }
.trusted-security-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.trusted-security-logo { position: absolute; z-index: 1; top: 2rem; right: 2rem; width: 145px; height: 105px; padding: .7rem; border-radius: 12px; background: rgba(255,255,255,.92); object-fit: contain; }
.trusted-security-content { max-width: 610px; }
.trusted-security-content h2 { color: #001064; font-size: clamp(2.4rem, 4vw, 4rem); }
.trusted-security-content p { color: #425165; font-size: 1.05rem; }
.trusted-security-facts { display: grid; width: min(780px, 100%); margin-top: 2.5rem; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.trusted-security-facts article { display: flex; min-height: 112px; justify-content: center; flex-direction: column; padding: 1.25rem; border: 1px solid rgba(0,16,100,.14); border-radius: 14px; background: rgba(255,255,255,.94); transition: transform .3s ease, background-color .3s ease, color .3s ease; }
.trusted-security-facts strong { color: #001064; font-size: 2rem; }
.trusted-security-facts span { color: #5b6877; }
.trusted-security-facts article:hover { background: #001064; transform: translateY(-6px); }
.trusted-security-facts article:hover strong,
.trusted-security-facts article:hover span { color: #fff; }

@media (max-width: 767.98px) {
  .premium-security-hero, .tailored-security, .security-insights,
  .theme-home main > section.container.pt-5.pb-4, .trusted-security-panel { width: calc(100% - 20px); }
  .trusted-security-facts { grid-template-columns: 1fr; }
  .trusted-security-logo { width: 100px; height: 74px; }
}

/* Consistent site gutter, team reveals, testimonial, and final footer */
.theme-site main > section { max-width: calc(100% - 24px); margin-right: auto; margin-left: auto; }

.security-team-card > div {
  background: linear-gradient(180deg, transparent, rgba(0,16,100,.98));
  transform: translateY(calc(100% - 105px));
  transition: transform .42s cubic-bezier(.22,1,.36,1), background-color .3s ease;
}
.security-team-card:hover > div,
.security-team-card:focus-within > div { transform: translateY(0); }
.security-team-card img { transition: transform .45s ease, filter .45s ease; }
.security-team-card:hover img,
.security-team-card:focus-within img { filter: saturate(.82) contrast(1.08); transform: scale(1.045); }

.client-testimonial { width: calc(100% - 24px); padding: clamp(4rem, 7vw, 7rem) clamp(1rem, 6vw, 6rem); background: #fff; }
.client-testimonial-heading { width: min(1180px, 100%); margin: 0 auto 3rem; }
.client-testimonial-heading p { color: #001064; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.client-testimonial-heading h2 { color: #001064; font-size: clamp(2.4rem, 4vw, 4rem); }
.client-testimonial-layout { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.6fr); gap: 2rem; align-items: stretch; }
.client-testimonial-layout > img { width: 100%; height: 330px; object-fit: cover; object-position: center top; }
.client-testimonial blockquote { display: flex; justify-content: center; flex-direction: column; margin: 0; padding: clamp(2rem, 5vw, 4rem); border: 0; border-radius: 18px; background: #f5f5f7; }
.testimonial-stars { margin-bottom: 1.2rem; color: #d6a928; font-size: 1.35rem; letter-spacing: .18em; }
.client-testimonial blockquote > p { color: #3e4855; font-size: 1.02rem; line-height: 1.75; }
.client-testimonial blockquote footer { display: flex; gap: .85rem; align-items: center; flex-wrap: wrap; margin-top: 1rem; color: #001064; }
.client-testimonial blockquote footer span { padding-left: .85rem; border-left: 1px solid #9ba3ad; color: #66717e; }

.theme-home .footer-contact-panel { display: none; }
.theme-site .site-footer-v2 {
  width: calc(100% - 24px);
  max-width: none;
  margin: 5rem auto 12px;
  padding-top: 0;
  border-radius: 0;
  background: #050509 !important;
  box-shadow: none;
}
.theme-site .footer-v2-main {
  width: min(1600px, calc(100% - 64px));
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  padding: 5rem 0 4rem;
}
.theme-site .footer-v2-brand .eagle-footer-logo { width: 170px; height: 125px; }
.theme-site .footer-v2-brand strong { margin-top: .5rem; font-size: .9rem; }
.theme-site .footer-v2-column { font-size: .86rem; }
.theme-site .footer-v2-column h2 { font-size: 1.05rem; }
.theme-site .footer-v2-bottom { width: min(1600px, calc(100% - 64px)); padding: 1.5rem 0; }

@media (max-width: 991.98px) {
  .theme-site .footer-v2-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
  .theme-site main > section, .client-testimonial, .theme-site .site-footer-v2 { max-width: calc(100% - 12px); width: calc(100% - 12px); }
  .client-testimonial-layout { grid-template-columns: 1fr; }
  .client-testimonial-layout > img { height: 290px; }
  .theme-site .footer-v2-main { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .theme-site .footer-v2-bottom { width: calc(100% - 40px); }
}

@media (prefers-reduced-motion: reduce) {
  .security-team-card > div, .security-team-card img { transition: none; }
}

/* Final spacing, testimonial rotator, and theme footer corrections */
.theme-site main > section,
.premium-security-hero,
.tailored-security,
.security-insights,
.client-testimonial,
.trusted-security-panel,
.theme-home main > section.container.pt-5.pb-4 {
  width: calc(100% - 32px);
  max-width: calc(100% - 32px);
  margin-right: auto;
  margin-left: auto;
}
.premium-security-image img { object-position: 55% center; transform: scale(1.08); }

.testimonial-rotator { position: relative; width: min(1180px, 100%); margin: 0 auto; padding-bottom: 2.6rem; }
.testimonial-slide { display: none; opacity: 0; }
.testimonial-slide.is-active { display: grid; animation: testimonial-fade .55s ease forwards; }
@keyframes testimonial-fade {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}
.testimonial-dots { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; gap: .55rem; }
.testimonial-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid #001064; border-radius: 50%; background: #fff; cursor: pointer; }
.testimonial-dots button.is-active { background: #001064; transform: scale(1.2); }

.theme-site .site-footer-v2 {
  width: calc(100% - 32px);
  background: #001064 !important;
}

@media (max-width: 767.98px) {
  .theme-site main > section,
  .premium-security-hero,
  .tailored-security,
  .security-insights,
  .client-testimonial,
  .trusted-security-panel,
  .theme-home main > section.container.pt-5.pb-4,
  .theme-site .site-footer-v2 {
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
  }
  .testimonial-slide.is-active { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-slide.is-active { animation: none; opacity: 1; }
}

/* Natural-color imagery, clean hover states, and selective page gutters */
.theme-site main > section {
  width: calc(100% - 32px);
  max-width: calc(100% - 32px);
  margin-right: auto;
  margin-left: auto;
}
.theme-site main > .premium-security-hero,
.theme-site .site-footer-v2 {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
.theme-site main img { filter: none; }

/* One continuous card color removes the temporary white seam/flash. */
.theme-home .eagle-service-card,
.theme-home .eagle-service-card .card-body,
.theme-home .eagle-service-card .card-footer { background: #fff; }
.theme-home .eagle-service-card .card-body::before,
.theme-home .eagle-service-card .card-footer::before { display: none; }
.theme-home .eagle-service-card:hover .card-body,
.theme-home .eagle-service-card:hover .card-footer,
.theme-home .eagle-service-card:focus-within .card-body,
.theme-home .eagle-service-card:focus-within .card-footer {
  border-color: #001064;
  background: #001064 !important;
  color: #fff;
}
.theme-home .eagle-service-card:focus-within .card-title { color: #fff !important; }
.theme-home .eagle-service-card { -webkit-tap-highlight-color: transparent; }

.theme-home .why-security-card {
  padding: 1.5rem 1rem;
  border: 1px solid transparent;
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  transition: color .32s ease, background-color .32s ease, border-color .32s ease, box-shadow .32s ease, transform .32s ease;
}
.theme-home .why-security-card > i,
.theme-home .why-security-card h3,
.theme-home .why-security-card p { transition: color .32s ease, background-color .32s ease, border-color .32s ease; }
.theme-home .why-security-card:hover,
.theme-home .why-security-card:focus-within {
  border-color: #001064;
  background: #001064;
  box-shadow: 0 16px 34px rgba(0,16,100,.15);
  transform: translateY(-7px);
}
.theme-home .why-security-card:hover > i,
.theme-home .why-security-card:focus-within > i { border-color: #fff; background: transparent; color: #fff; }
.theme-home .why-security-card:hover h3,
.theme-home .why-security-card:hover p,
.theme-home .why-security-card:focus-within h3,
.theme-home .why-security-card:focus-within p { color: #fff; }

.security-insights-grid > article {
  overflow: hidden;
  border: 1px solid transparent;
  transition: border-color .32s ease, box-shadow .32s ease, transform .32s ease;
}
.security-insights-body,
.security-insights-body h3,
.security-insights-body p,
.security-insights-body > a { transition: color .32s ease, background-color .32s ease; }
.security-insights-grid > article:hover,
.security-insights-grid > article:focus-within {
  border-color: #001064;
  box-shadow: 0 18px 38px rgba(0,16,100,.16);
  transform: translateY(-8px);
}
.security-insights-grid > article:hover .security-insights-body,
.security-insights-grid > article:focus-within .security-insights-body { background: #001064; }
.security-insights-grid > article:hover .security-insights-body h3,
.security-insights-grid > article:hover .security-insights-body p,
.security-insights-grid > article:hover .security-insights-body > a,
.security-insights-grid > article:focus-within .security-insights-body h3,
.security-insights-grid > article:focus-within .security-insights-body p,
.security-insights-grid > article:focus-within .security-insights-body > a { color: #fff; }
.security-insights-grid > article:hover .security-insights-image img,
.security-insights-grid > article:focus-within .security-insights-image img { filter: none; transform: scale(1.045); }

@media (max-width: 767.98px) {
  .theme-site main > section { width: calc(100% - 16px); max-width: calc(100% - 16px); }
  .theme-site main > .premium-security-hero,
  .theme-site .site-footer-v2 { width: 100%; max-width: none; }
}

/* Rotating hero photography and final section gutters */
.premium-security-image { position: relative; }
.premium-security-image::after { z-index: 3; pointer-events: none; }
.premium-security-image .hero-rotation-image {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  transition: opacity .8s ease, transform 5.5s ease;
}
.premium-security-image .hero-rotation-image.is-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1.08);
}
.premium-security-image .hero-rotation-image:nth-child(2) { object-position: center 58%; }
.premium-security-image .hero-rotation-image:nth-child(3) { object-position: center; }
.premium-security-image .hero-rotation-image:nth-child(4) { object-position: center 65%; }

.theme-site main > section {
  width: calc(100% - 60px);
  max-width: calc(100% - 60px);
}
.theme-site main > .premium-security-hero,
.theme-site .site-footer-v2 {
  width: 100%;
  max-width: none;
}

@media (max-width: 767.98px) {
  .theme-site main > section { width: calc(100% - 32px); max-width: calc(100% - 32px); }
  .theme-site main > .premium-security-hero,
  .theme-site .site-footer-v2 { width: 100%; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  .premium-security-image .hero-rotation-image { transition: none; transform: none; }
  .premium-security-image .hero-rotation-image.is-active { transform: none; }
}

/* Unified 10% site alignment grid */
.theme-site .site-identity-row,
.theme-site .container-fluid.nav-bar > .navbar,
.theme-site main > section,
.theme-site .footer-v2-main,
.theme-site .footer-v2-bottom {
  width: 80%;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.theme-site .top-service-bar > .col-12 {
  flex: 0 0 80%;
  width: 80%;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.theme-site .site-footer-v2 {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767.98px) {
  .theme-site .site-identity-row,
  .theme-site .container-fluid.nav-bar > .navbar,
  .theme-site main > section,
  .theme-site .footer-v2-main,
  .theme-site .footer-v2-bottom,
  .theme-site .top-service-bar > .col-12 {
    width: 80%;
    max-width: 80%;
  }
}

@media (max-width: 991.98px) {
  .why-security-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-security-heading { grid-column: 1 / -1; }
}
@media (max-width: 575.98px) {
  .why-security-section { margin: 3rem auto; }
  .why-security-grid { grid-template-columns: 1fr; }
  .theme-home main > section.container.pt-5.pb-4 { width: min(100% - 30px, 1320px); }
}

/* Final centered 10% layout and reference footer */
.theme-site main > section,
.theme-home main > section.container.pt-5.pb-4,
.theme-home .why-security-section {
  width: 80%;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.theme-site main > .premium-security-hero { width: 80%; max-width: 80%; }

.theme-home main > section.container.pt-5.pb-4 .row {
  margin-right: -20px;
  margin-left: -20px;
}
.theme-home main > section.container.pt-5.pb-4 .col-md-6 {
  padding-right: 20px;
  padding-left: 20px;
}
.theme-home .why-security-grid {
  width: min(1180px, 100%);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.theme-home .why-security-heading { width: 100%; text-align: center; }

.theme-site .site-footer-v2 {
  width: 100%;
  max-width: none;
  background: #001064 !important;
}
.theme-site .footer-v2-main {
  width: 80%;
  max-width: 80%;
  grid-template-columns: 1.45fr .85fr 1.05fr 1.2fr;
  gap: clamp(2rem, 4vw, 4.5rem);
  padding: 4.5rem 0 3.5rem;
}
.footer-v2-brand > p { max-width: 320px; color: #d6deea; font-size: .86rem; line-height: 1.7; }
.footer-socials { display: flex; gap: .55rem; margin-top: 1.2rem; }
.footer-socials span { display: grid; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.35); border-radius: 5px; color: #fff; place-items: center; }
.theme-site .footer-v2-bottom { width: 80%; max-width: 80%; }

@media (max-width: 991.98px) {
  .theme-site .footer-v2-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
  .theme-site main > section,
  .theme-home main > section.container.pt-5.pb-4,
  .theme-home .why-security-section,
  .theme-site main > .premium-security-hero,
  .theme-site .footer-v2-main,
  .theme-site .footer-v2-bottom { width: 80%; max-width: 80%; }
  .theme-site .footer-v2-main { grid-template-columns: 1fr; }
  .theme-home main > section.container.pt-5.pb-4 .row { margin-right: -10px; margin-left: -10px; }
  .theme-home main > section.container.pt-5.pb-4 .col-md-6 { padding-right: 10px; padding-left: 10px; }
}

/* ================================================================
   HOMEPAGE SECTION MAP
   01  #homepage-slideshow                         Main slideshow
   02  .tailored-security                          Tailored services
   03  main > section.container.pt-5.pb-4          Services card grid
   04  .why-security-section                       Why choose us
   05  .security-insights                          Security insights
   06  .security-team                              Professional team
   07  .client-testimonial                         Testimonials
   08  .trusted-security-panel                     Trusted solutions
   Footer: .site-footer-v2                         Site footer
   ================================================================ */

/* SECTION 01 ONLY: full-bleed slideshow; never inherit section gutters. */
.theme-site main > #homepage-slideshow {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* SECTION 01: one static team photograph; no rotation or motion. */
.premium-security-image .hero-static-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  opacity: 1;
  object-fit: cover;
  object-position: center 42%;
  transform: none;
  transition: none;
}

/* SECTION 02: directional wipe / slide-fill hover pattern. */
.theme-home .tailored-service-list article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  color: #001064;
  transform: none;
  box-shadow: none;
  transition: color .18s ease;
}
.theme-home .tailored-service-list article::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  background: #001064;
  content: '';
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}
.theme-home .tailored-service-list article:hover,
.theme-home .tailored-service-list article:focus-within {
  background: #fff;
  transform: none;
  box-shadow: none;
}
.theme-home .tailored-service-list article:hover::before,
.theme-home .tailored-service-list article:focus-within::before {
  transform: scaleX(1);
}
.theme-home .tailored-service-list h3,
.theme-home .tailored-service-list p {
  position: relative;
  z-index: 1;
  color: #001064;
  transition: color .18s ease;
}
.theme-home .tailored-service-list article:hover h3,
.theme-home .tailored-service-list article:hover p,
.theme-home .tailored-service-list article:focus-within h3,
.theme-home .tailored-service-list article:focus-within p {
  color: #fff;
}
.theme-home .tailored-security:has(.tailored-service-list article:hover) .tailored-security-image > img:first-child,
.theme-home .tailored-security:has(.tailored-service-list article:focus-within) .tailored-security-image > img:first-child {
  filter: none;
  transform: none;
}

/* SECTION 03: same directional wipe on the services card text panel. */
.theme-home .eagle-service-card,
.theme-home .eagle-service-card:hover,
.theme-home .eagle-service-card:focus,
.theme-home .eagle-service-card:focus-within {
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  transform: none;
}
.theme-home .eagle-service-card:focus-visible {
  outline: 3px solid #1d6fbe;
  outline-offset: 4px;
}
.theme-home .eagle-service-card .card-img-top,
.theme-home .eagle-service-card:hover .card-img-top,
.theme-home .eagle-service-card:focus .card-img-top,
.theme-home .eagle-service-card:focus-within .card-img-top {
  filter: none;
  transform: none;
  transition: none;
}
.theme-home .eagle-service-card .card-body,
.theme-home .eagle-service-card .card-footer,
.theme-home .eagle-service-card:hover .card-body,
.theme-home .eagle-service-card:hover .card-footer,
.theme-home .eagle-service-card:focus .card-body,
.theme-home .eagle-service-card:focus .card-footer,
.theme-home .eagle-service-card:focus-within .card-body,
.theme-home .eagle-service-card:focus-within .card-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-left: 0 !important;
  background: #fff !important;
  color: #001064;
  transition: color .18s ease;
}
.theme-home .eagle-service-card .card-body::before,
.theme-home .eagle-service-card .card-footer::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block !important;
  background: #001064;
  content: '';
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}
.theme-home .eagle-service-card:hover .card-body::before,
.theme-home .eagle-service-card:hover .card-footer::before,
.theme-home .eagle-service-card:focus .card-body::before,
.theme-home .eagle-service-card:focus .card-footer::before,
.theme-home .eagle-service-card:focus-within .card-body::before,
.theme-home .eagle-service-card:focus-within .card-footer::before {
  transform: scaleX(1);
}
.theme-home .eagle-service-card .card-title,
.theme-home .eagle-service-card .card-footer a {
  position: relative;
  z-index: 1;
  color: #001064 !important;
  transition: color .18s ease;
}
.theme-home .eagle-service-card:hover .card-body,
.theme-home .eagle-service-card:hover .card-footer,
.theme-home .eagle-service-card:focus .card-body,
.theme-home .eagle-service-card:focus .card-footer,
.theme-home .eagle-service-card:focus-within .card-body,
.theme-home .eagle-service-card:focus-within .card-footer,
.theme-home .eagle-service-card:hover .card-title,
.theme-home .eagle-service-card:hover .card-footer a,
.theme-home .eagle-service-card:focus .card-title,
.theme-home .eagle-service-card:focus .card-footer a,
.theme-home .eagle-service-card:focus-within .card-title,
.theme-home .eagle-service-card:focus-within .card-footer a {
  color: #fff !important;
}

/* FOOTER: use one continuous theme color, including the copyright bar. */
.theme-site .site-footer-v2,
.theme-site .footer-v2-bottom {
  background: #001064 !important;
}
.theme-site .footer-v2-bottom {
  border-top-color: rgba(255,255,255,.2);
}

@media (prefers-reduced-motion: reduce) {
  .theme-home .tailored-service-list article,
  .theme-home .tailored-service-list h3,
  .theme-home .tailored-service-list p,
  .theme-home .tailored-service-list article::before,
  .theme-home .eagle-service-card .card-body,
  .theme-home .eagle-service-card .card-footer,
  .theme-home .eagle-service-card .card-title,
  .theme-home .eagle-service-card .card-footer a,
  .theme-home .eagle-service-card .card-body::before,
  .theme-home .eagle-service-card .card-footer::before { transition: none; }
}

/* FOOTER: reference-inspired CTA, logo column, and navy/gold theme colors. */
.theme-site .site-footer-v2 {
  --footer-bg: #001064;
  --footer-panel: #070229;
  --footer-accent: #f2c400;
  --footer-muted: #dbe4ef;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-top: 0 !important;
  background: var(--footer-bg) !important;
  color: #fff;
  box-shadow: none;
}
.footer-v2-hero {
  display: grid;
  min-height: 340px;
  place-items: center;
  align-content: center;
  gap: 1.45rem;
  padding: clamp(4rem, 7vw, 6.2rem) 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(180deg, #0d063f 0%, #08042c 100%);
  text-align: center;
}
.footer-v2-hero h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.12;
}
.footer-v2-hero p {
  max-width: 660px;
  margin: 0;
  color: #fff;
  font-size: 1rem;
}
.footer-v2-hero-button,
.footer-v2-mini-button,
.footer-v2-form button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--footer-accent);
  border-radius: 5px;
  background: var(--footer-accent);
  color: var(--footer-bg) !important;
  font-weight: 800;
  letter-spacing: .02em;
}
.footer-v2-hero-button {
  min-width: 172px;
  padding: .85rem 1.6rem;
}
.footer-v2-hero-button:hover,
.footer-v2-mini-button:hover,
.footer-v2-form button:hover {
  background: #fff;
  border-color: #fff;
  color: var(--footer-bg) !important;
  transform: none;
}
.theme-site .footer-v2-main {
  width: min(1420px, calc(100% - 64px)) !important;
  max-width: none !important;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr .95fr 1.55fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(3.8rem, 7vw, 5.5rem) 0 clamp(3.2rem, 6vw, 4.5rem);
}
.footer-v2-brand,
.footer-v2-column {
  min-width: 0;
}
.footer-v2-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-v2-logo-link {
  display: inline-flex;
  margin-bottom: 1.4rem;
}
.theme-site .footer-v2-brand .eagle-footer-logo {
  display: block;
  width: 160px;
  height: 116px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}
.footer-v2-contact-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-v2-contact-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: .85rem;
  align-items: center;
  color: #fff;
}
.footer-v2-contact-list i,
.footer-v2-column a:not(.footer-v2-mini-button)::before {
  color: var(--footer-accent);
}
.footer-v2-contact-list a,
.footer-v2-contact-list span {
  color: #fff;
  line-height: 1.55;
}
.footer-v2-follow {
  margin: 1.45rem 0 .85rem;
  color: #fff !important;
  font-weight: 700;
}
.footer-socials {
  display: flex;
  gap: .75rem;
  margin-top: 0;
}
.footer-socials span {
  display: grid;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--footer-panel);
  color: #fff;
  place-items: center;
}
.footer-socials span:hover {
  background: var(--footer-accent);
  color: var(--footer-bg);
}
.theme-site .footer-v2-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .9rem;
  color: #fff;
  font-size: .96rem;
}
.theme-site .footer-v2-column h2 {
  position: relative;
  margin: 0 0 .85rem;
  padding-bottom: .8rem;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.2;
}
.theme-site .footer-v2-column h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 2px;
  background: var(--footer-accent);
  content: '';
}
.theme-site .footer-v2-column a {
  color: #fff;
  line-height: 1.45;
}
.theme-site .footer-v2-column a:not(.footer-v2-mini-button)::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: .85rem;
  border-radius: 50%;
  background: var(--footer-accent);
  content: '';
  vertical-align: middle;
}
.theme-site .footer-v2-column a:hover {
  color: var(--footer-accent);
  transform: none;
}
.footer-v2-mini-button {
  min-height: 43px;
  margin-top: .2rem;
  padding: .65rem 1rem;
}
.footer-v2-newsletter p {
  max-width: 430px;
  margin: 0 0 .35rem;
  color: #fff;
  line-height: 1.7;
}
.footer-v2-form {
  width: 100%;
  max-width: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 0;
  margin: .55rem 0 1.35rem;
  overflow: hidden;
  border-radius: 5px;
  background: var(--footer-panel);
}
.footer-v2-form input {
  width: 100%;
  min-height: 58px;
  border: 0;
  background: var(--footer-panel);
  color: #fff;
  padding: 0 1.1rem;
  outline: 0;
}
.footer-v2-form input::placeholder {
  color: #8e9aae;
}
.footer-v2-form button {
  min-height: 58px;
  border-radius: 5px;
  cursor: pointer;
}
.footer-v2-note {
  margin-top: 1.3rem !important;
  font-weight: 700;
}
.theme-site .footer-v2-bottom {
  width: min(1420px, calc(100% - 64px)) !important;
  max-width: none !important;
  min-height: 70px;
  margin: 0 auto;
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255,255,255,.16);
  background: transparent !important;
}
.footer-v2-bottom p {
  margin: 0;
  color: var(--footer-muted);
}
.footer-v2-bottom nav {
  display: flex;
  gap: 1.4rem;
}
.footer-v2-bottom a {
  color: #fff;
}
.footer-v2-bottom a:hover {
  color: var(--footer-accent);
}

@media (max-width: 991.98px) {
  .theme-site .footer-v2-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .footer-v2-hero {
    min-height: 300px;
  }
  .theme-site .footer-v2-main,
  .theme-site .footer-v2-bottom {
    width: calc(100% - 40px) !important;
  }
  .theme-site .footer-v2-main {
    grid-template-columns: 1fr;
  }
  .footer-v2-form {
    grid-template-columns: 1fr;
  }
  .footer-v2-form button {
    width: 100%;
  }
  .theme-site .footer-v2-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* HOME REFERENCES: collage, video guide, yellow-card trust split, and two-card testimonials. */
.theme-home {
  --home-gold: #f2c400;
  --home-navy: #001064;
  --home-dark: #111722;
}
.security-pill {
  display: inline-flex;
  min-height: 42px;
  margin: 0 0 1.35rem;
  padding: .55rem 1.45rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--home-gold);
  color: #050509 !important;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.theme-home .tailored-security-image.tailored-security-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  overflow: visible;
  border-radius: 0;
}
.tailored-security-collage figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #e9edf2;
}
.tailored-security-collage .tailored-collage-main {
  grid-row: 1 / span 2;
}
.tailored-security-collage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  object-fit: cover;
  transition: transform .45s ease;
}
.tailored-security-collage .tailored-collage-main img {
  min-height: 540px !important;
}
.tailored-security-collage figure:hover img {
  transform: scale(1.035);
}

.theme-home .security-video-guide {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  min-height: 420px;
  padding: 0;
  background: var(--home-dark);
  color: #fff;
}
.security-video-copy {
  width: min(620px, calc(100% - 48px));
  margin-left: auto;
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  align-self: center;
}
.security-video-copy h2 {
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.18;
}
.security-video-copy > p:not(.security-pill) {
  max-width: 560px;
  color: #9eacc1;
  line-height: 1.8;
}
.security-video-actions {
  display: flex;
  gap: .65rem;
  align-items: center;
  margin-top: 1.55rem;
}
.security-video-actions a {
  margin-right: 1.1rem;
  color: #fff;
  font-weight: 800;
}
.security-video-actions button,
.security-video-actions .security-video-step {
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 5px;
  background: rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
  place-items: center;
}
.security-video-actions button:hover,
.security-video-actions .security-video-step:hover,
.security-video-actions .security-video-step:focus-visible {
  border-color: var(--home-gold);
  background: var(--home-gold);
  color: var(--home-dark);
}
.security-video-preview {
  position: relative;
  display: block;
  min-height: 420px;
  overflow: hidden;
  background: #050509;
}
.security-video-preview::after {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.58);
  content: '';
}
.security-video-preview img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.8) contrast(1.05);
}
.security-video-preview span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--home-gold);
  color: #fff;
  transform: translate(-50%, -50%);
  place-items: center;
}

.theme-home .why-security-section.why-security-split {
  width: min(1420px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: clamp(4rem, 7vw, 6.5rem) auto !important;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
  padding: 0 !important;
  background: #fff !important;
  color: #111722;
}
.theme-home .why-security-section.why-security-split::after {
  display: none;
}
.why-security-copy h2 {
  max-width: 650px;
  margin: 0 0 1.35rem;
  color: #111722;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.16;
}
.why-security-copy > p:not(.security-pill) {
  max-width: 640px;
  color: #5f6875;
  line-height: 1.85;
}
.why-security-checks {
  display: grid;
  gap: 1.35rem;
  margin: 1.8rem 0 2rem;
  padding: 0;
  list-style: none;
}
.why-security-checks li {
  position: relative;
  padding-left: 2.2rem;
  color: #111722;
  font-weight: 800;
}
.why-security-checks li::before {
  position: absolute;
  top: .1rem;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  border: 2px solid var(--home-gold);
  border-radius: 50%;
  color: var(--home-gold);
  content: '\2713';
  font-size: .7rem;
  place-items: center;
}
.why-security-cta {
  display: inline-flex;
  min-height: 50px;
  min-width: 180px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--home-gold);
  color: #050509;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(242,196,0,.22);
}
.why-security-media {
  position: relative;
  min-height: 560px;
}
.why-security-media > img {
  display: block;
  width: min(650px, 82%);
  height: 560px;
  object-fit: cover;
}
.why-security-operations {
  position: absolute;
  right: 0;
  bottom: 7%;
  width: min(360px, 48%);
  overflow: hidden;
  border-radius: 5px;
  background: var(--home-gold);
  color: #050509;
  box-shadow: 0 18px 38px rgba(0,16,100,.16);
}
.why-security-operations h3 {
  margin: 0;
  padding: 1.15rem 1.3rem;
  background: rgba(0,16,100,.08);
  color: #050509;
  font-size: 1rem;
}
.why-security-operations ul {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 1.45rem 1.55rem 1.65rem 2rem;
  color: #050509;
  font-weight: 800;
}

.theme-home .client-testimonial {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(4rem, 7vw, 6.3rem) 1.25rem !important;
  background: #101820 !important;
  color: #fff;
}
.client-testimonial-heading {
  width: min(1180px, 100%);
  margin: 0 auto 3rem;
  text-align: center;
}
.client-testimonial-heading p {
  display: inline-flex;
  min-height: 40px;
  margin: 0 0 1rem;
  padding: .5rem 1.45rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--home-gold);
  color: #050509;
  font-weight: 800;
  letter-spacing: .02em;
}
.client-testimonial-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3rem);
}
.testimonial-rotator {
  width: min(1180px, 100%);
  padding-bottom: 3.3rem;
}
.testimonial-frame {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.testimonial-slide.is-active.testimonial-frame {
  display: grid;
}
.testimonial-card {
  position: relative;
  min-height: 284px;
  overflow: hidden;
  padding: 2.1rem;
  border-radius: 8px;
  background: #0b1218;
  color: #8e9bad;
}
.quote-mark {
  position: absolute;
  top: -1rem;
  right: 2.8rem;
  color: var(--home-gold);
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
}
.testimonial-person {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.4rem;
}
.testimonial-person img {
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-person h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}
.testimonial-person p {
  margin: .25rem 0 0;
  color: var(--home-gold);
  font-size: .82rem;
  font-weight: 800;
}
.testimonial-card > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #8e9bad;
  line-height: 1.75;
}
.quote-watermark {
  position: absolute;
  right: 36%;
  bottom: -3.8rem;
  color: rgba(122,133,153,.32);
  font-size: 15rem;
  font-weight: 900;
  line-height: 1;
}
.testimonial-dots {
  gap: .45rem;
}
.testimonial-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  background: #b8b1c9;
}
.testimonial-dots button.is-active {
  width: 32px;
  border-radius: 999px;
  background: var(--home-gold);
  transform: none;
}

@media (max-width: 991.98px) {
  .theme-home .tailored-security-image.tailored-security-collage,
  .theme-home .security-video-guide,
  .theme-home .why-security-section.why-security-split {
    grid-template-columns: 1fr;
  }
  .security-video-copy {
    width: min(720px, calc(100% - 40px));
    margin: 0 auto;
  }
  .why-security-media > img {
    width: 100%;
  }
  .why-security-operations {
    right: 1.5rem;
    width: min(360px, calc(100% - 3rem));
  }
}
@media (max-width: 767.98px) {
  .tailored-security-collage .tailored-collage-main {
    grid-row: auto;
  }
  .tailored-security-collage .tailored-collage-main img,
  .tailored-security-collage img {
    min-height: 250px !important;
  }
  .security-video-actions {
    flex-wrap: wrap;
  }
  .why-security-media {
    min-height: 0;
  }
  .why-security-media > img {
    height: 430px;
  }
  .why-security-operations {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -2rem;
  }
  .testimonial-frame {
    grid-template-columns: 1fr;
  }
  .testimonial-card {
    min-height: 260px;
    padding: 1.5rem;
  }
}

/* TEAM SECTION: white background with yellow call-to-action hover treatment. */
.theme-home .security-team {
  width: min(1420px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: clamp(4rem, 7vw, 6rem) auto !important;
  padding: 0 !important;
  background: #fff !important;
  color: var(--home-navy);
}
.theme-home .security-team-inner {
  width: 100%;
}
.theme-home .security-team-header p {
  color: var(--home-navy);
  font-weight: 800;
}
.theme-home .security-team-header h2 {
  color: var(--home-navy);
}
.theme-home .security-team-header > a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 170px;
  padding: .95rem 1.55rem;
  border: 1px solid var(--home-gold);
  border-radius: 4px;
  background: var(--home-gold);
  color: #050509;
  text-align: center;
  font-weight: 800;
  transition: color .25s ease, border-color .25s ease, transform .25s ease;
}
.theme-home .security-team-header > a::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--home-navy);
  content: '';
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.theme-home .security-team-header > a:hover,
.theme-home .security-team-header > a:focus-visible {
  border-color: var(--home-navy);
  color: #fff;
  transform: translateY(-2px);
}
.theme-home .security-team-header > a:hover::before,
.theme-home .security-team-header > a:focus-visible::before {
  transform: scaleX(1);
}
.theme-home .security-team-card {
  background: #f4f5f7;
  box-shadow: 0 16px 34px rgba(0,16,100,.1);
}

@media (max-width: 767.98px) {
  .theme-home .security-team {
    width: calc(100% - 32px) !important;
  }
  .theme-home .security-team-header > a {
    width: 100%;
  }
}

/* SECTION 01: navy guard image hero below the navbar. */
.theme-home #homepage-slideshow.premium-security-hero {
  position: relative;
  isolation: isolate;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(560px, 74vh, 720px);
  height: clamp(560px, 74vh, 720px);
  margin: 0 0 clamp(4rem, 7vw, 6rem) !important;
  padding: 0 !important;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,16,100,.95) 0%, rgba(0,16,100,.82) 42%, rgba(0,16,100,.56) 100%),
    url('../assets/unsplash-services/executive-protection.jpg') 68% center / cover no-repeat;
}
.theme-home #homepage-slideshow .premium-security-main {
  position: relative;
  min-height: inherit;
  height: 100%;
  display: block;
}
.theme-home #homepage-slideshow .premium-security-image {
  position: absolute;
  inset: 0;
  clip-path: none !important;
}
.theme-home #homepage-slideshow .premium-security-image::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,16,100,.95) 0%, rgba(0,16,100,.82) 42%, rgba(0,16,100,.56) 100%),
    linear-gradient(180deg, rgba(0,16,100,.1), rgba(0,16,100,.46));
  content: '';
}
.theme-home #homepage-slideshow .premium-security-image img,
.theme-home #homepage-slideshow .premium-security-image .hero-static-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  opacity: 1;
  object-fit: cover;
  object-position: 68% center;
  filter: saturate(.82) contrast(1.05);
  transform: none !important;
}
.theme-home #homepage-slideshow .premium-security-copy {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}
.theme-home #homepage-slideshow .premium-security-copy h1 {
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(3.2rem, 6vw, 5.7rem);
  font-weight: 900;
  line-height: 1.02;
}
.theme-home #homepage-slideshow .premium-security-copy h2 {
  max-width: 620px;
  margin: 0 0 1.15rem;
  color: rgba(255,255,255,.96);
  width: 100%;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.28;
  white-space: normal;
}
.theme-home #homepage-slideshow .premium-security-copy > p {
  max-width: 560px;
  margin: 0 0 1.9rem;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.7;
}
.theme-home #homepage-slideshow .premium-security-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 0;
  padding: .85rem 1.45rem;
  border: 1px solid var(--home-gold, #f2c400);
  border-radius: 4px;
  background: var(--home-gold, #f2c400);
  color: #050509;
  font-weight: 900;
  transition: color .25s ease, border-color .25s ease, transform .25s ease;
}
.theme-home #homepage-slideshow .premium-security-cta::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #fff;
  content: '';
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.theme-home #homepage-slideshow .premium-security-cta span {
  display: none;
}
.theme-home #homepage-slideshow .premium-security-cta:hover,
.theme-home #homepage-slideshow .premium-security-cta:focus-visible {
  border-color: #fff;
  color: var(--home-navy, #001064);
  transform: translateY(-2px);
}
.theme-home #homepage-slideshow .premium-security-cta:hover::before,
.theme-home #homepage-slideshow .premium-security-cta:focus-visible::before {
  transform: scaleX(1);
}
.theme-home #homepage-slideshow .premium-benefits {
  display: none !important;
}

@media (max-width: 767.98px) {
  .theme-home #homepage-slideshow.premium-security-hero {
    min-height: 560px;
    height: 560px;
  }
  .theme-home #homepage-slideshow .premium-security-image img,
  .theme-home #homepage-slideshow .premium-security-image .hero-static-image {
    object-position: 62% center;
  }
  .theme-home #homepage-slideshow .premium-security-copy {
    width: calc(100% - 32px);
  }
  .theme-home #homepage-slideshow .premium-security-copy h1 {
    font-size: clamp(2.75rem, 15vw, 4.2rem);
  }
  .theme-home #homepage-slideshow .premium-security-copy h2 {
    width: min(100%, 19.5rem);
    max-width: 19.5rem !important;
    font-size: 1rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
  .theme-home #homepage-slideshow .premium-security-copy > p {
    width: min(100%, 20.5rem);
    max-width: 20.5rem !important;
  }
  .theme-home .tailored-security-copy > h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.9rem, 8.4vw, 2.2rem);
    overflow-wrap: break-word;
  }
  .theme-home .tailored-security-copy,
  .theme-home .tailored-service-list,
  .theme-home .tailored-service-list article,
  .theme-home .tailored-service-list p {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .theme-home .tailored-service-list p {
    width: min(100%, 17.75rem);
  }
}

/* SECTION 02 + 03: keep the navy start line visible on every text box. */
.theme-home .tailored-service-list article::after,
.theme-home .eagle-service-card .card-body::after,
.theme-home .eagle-service-card .card-footer::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 4px;
  background: var(--home-navy, #001064);
  content: '';
  pointer-events: none;
}

/* SECTION 07: keep team-card copy lifted above the bottom edge. */
.theme-home .security-team-card > div {
  bottom: clamp(1.15rem, 2vw, 1.8rem);
  padding: 1.4rem 1.5rem 1.55rem;
  background: linear-gradient(180deg, transparent, rgba(0,16,100,.98));
  transform: none !important;
}
.theme-home .security-team-card:hover > div,
.theme-home .security-team-card:focus-within > div {
  transform: none !important;
}

/* SECTION 01 + 04: subtler hero background and tighter video band. */
.theme-home #homepage-slideshow.premium-security-hero {
  background: var(--home-navy, #001064) !important;
}
.theme-home #homepage-slideshow .premium-security-image::after {
  background:
    linear-gradient(90deg, rgba(0,16,100,.86) 0%, rgba(0,16,100,.7) 44%, rgba(0,16,100,.46) 100%),
    linear-gradient(180deg, rgba(0,16,100,.08), rgba(0,16,100,.34)) !important;
}
.theme-home #homepage-slideshow .premium-security-image img,
.theme-home #homepage-slideshow .premium-security-image .hero-static-image {
  opacity: .64;
}
.theme-home .security-video-guide {
  min-height: 0;
  height: clamp(360px, 34vw, 500px);
}
.theme-home .security-video-copy {
  padding: clamp(1.75rem, 3.2vw, 3.5rem) 0;
}
.theme-home .security-video-preview {
  height: 100%;
  min-height: 0;
}
.theme-home .security-video-preview img {
  display: block;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .theme-home .security-video-guide {
    height: auto;
  }
  .theme-home .security-video-copy {
    padding: clamp(2.25rem, 7vw, 3.5rem) 0;
  }
  .theme-home .security-video-preview {
    height: clamp(320px, 58vw, 460px);
  }
}

/* SECTION 08: testimonials use theme navy and no center quote watermark. */
.theme-home .client-testimonial {
  background: var(--home-navy, #001064) !important;
}
.theme-home .testimonial-card {
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.76);
}
.theme-home .testimonial-card > p {
  color: rgba(255,255,255,.74);
}
.theme-home .quote-mark,
.theme-home .quote-watermark {
  display: none !important;
}
.theme-home .testimonial-dots button {
  background: rgba(255,255,255,.48);
}
.theme-home .testimonial-dots button.is-active {
  background: var(--home-gold, #f2c400);
}

/* SECTION 05: match the Why Choose Us badge to the navy theme. */
.theme-home .why-security-copy .security-pill {
  background: var(--home-navy, #001064);
  color: #fff !important;
}

/* Final homepage refinements requested after visual review. */
.theme-home .testimonial-card {
  border: 1px solid transparent;
  box-shadow: none;
  transition: transform .28s ease, border-color .28s ease, background-color .28s ease, box-shadow .28s ease;
}
.theme-home .testimonial-card:hover,
.theme-home .testimonial-card:focus-within,
.theme-home .testimonial-card:active {
  border-color: rgba(242,196,0,.72);
  background: rgba(255,255,255,.1);
  box-shadow: 0 18px 34px rgba(0,0,0,.22);
  transform: translateY(-8px);
}
.theme-home .security-team-card > div {
  transform: translateY(12px) !important;
  transition: transform .36s cubic-bezier(.22,1,.36,1), background-color .3s ease;
}
.theme-home .security-team-card h3,
.theme-home .security-team-card p {
  transition: transform .36s cubic-bezier(.22,1,.36,1), opacity .3s ease;
}
.theme-home .security-team-card:hover > div,
.theme-home .security-team-card:focus-within > div {
  transform: translateY(-10px) !important;
}
.theme-home .security-team-card:hover h3,
.theme-home .security-team-card:hover p,
.theme-home .security-team-card:focus-within h3,
.theme-home .security-team-card:focus-within p {
  transform: translateY(-4px);
}
.theme-home .security-team-header > a::before {
  background: #fff;
}
.theme-home .security-team-header > a:hover,
.theme-home .security-team-header > a:focus-visible {
  border-color: var(--home-gold, #f2c400);
  color: var(--home-navy, #001064);
}
.theme-home .security-video-guide {
  width: min(1500px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
}
.theme-home .security-video-copy {
  width: min(620px, calc(100% - 64px));
}
.theme-home .security-video-actions a {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  cursor: pointer;
  transition: color .22s ease, transform .22s ease;
}
.theme-home .security-video-actions a:hover,
.theme-home .security-video-actions a:focus-visible {
  color: var(--home-gold, #f2c400);
  transform: translateX(3px);
}
.theme-home main > section.container.pt-5.pb-4 .btn.btn-primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--home-gold, #f2c400) !important;
  background: var(--home-gold, #f2c400) !important;
  color: #050509 !important;
  box-shadow: 0 12px 24px rgba(242,196,0,.22);
  transition: color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.theme-home main > section.container.pt-5.pb-4 .btn.btn-primary::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #fff;
  content: '';
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.theme-home main > section.container.pt-5.pb-4 .btn.btn-primary:hover,
.theme-home main > section.container.pt-5.pb-4 .btn.btn-primary:focus-visible {
  border-color: var(--home-gold, #f2c400) !important;
  color: var(--home-navy, #001064) !important;
  box-shadow: 0 18px 34px rgba(0,16,100,.12);
  transform: translateY(-3px);
}
.theme-home main > section.container.pt-5.pb-4 .btn.btn-primary:hover::before,
.theme-home main > section.container.pt-5.pb-4 .btn.btn-primary:focus-visible::before {
  transform: scaleX(1);
}
.theme-home .tailored-security-image.tailored-security-collage {
  align-items: stretch;
}
.theme-home .tailored-security-collage .tailored-collage-main img {
  min-height: 450px !important;
}

@media (max-width: 991.98px) {
  .theme-home .security-video-guide {
    width: calc(100% - 32px) !important;
  }
  .theme-home .security-video-copy {
    width: min(720px, calc(100% - 40px));
  }
}

/* Shared header polish: fixed top line, shorter logo band, animated nav marker. */
.theme-site .top-service-bar {
  text-align: center;
}
.theme-site .top-service-bar > .col-12 {
  flex: 0 0 80%;
  width: 80%;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.theme-site .coverage-ticker {
  text-align: center;
}
.theme-site .coverage-ticker span {
  position: static;
  display: inline-block;
  animation: none;
}
.theme-site .site-identity-row {
  padding-top: .65rem !important;
  padding-bottom: .65rem !important;
}
.theme-site .site-identity-row .navbar-brand {
  margin: 0;
  padding: 0;
}
.theme-site .eagle-logo {
  width: 132px;
  height: 58px;
}
.theme-site .header-contact-item {
  padding-top: .55rem;
  padding-bottom: .55rem;
}
.theme-site .header-contact-wrap {
  grid-template-columns: 1.25fr 1.35fr .85fr;
  max-width: 900px;
}
.theme-site .header-contact-item a[href^="mailto:"] {
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: .78rem;
}
.theme-site .container-fluid.nav-bar > .navbar {
  min-height: 70px;
}
.theme-site .navbar-dark .navbar-nav .nav-link {
  position: relative;
  color: #fff;
  font-weight: 800;
  transition: color .24s ease;
}
.theme-site .navbar-dark .navbar-nav .nav-link::after {
  position: absolute;
  right: .78rem;
  bottom: .35rem;
  left: .78rem;
  height: 3px;
  border-radius: 999px;
  background: var(--home-gold, #f2c400);
  content: '';
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .32s cubic-bezier(.22,1,.36,1), opacity .22s ease;
}
.theme-site .navbar-dark .navbar-nav .nav-link:hover,
.theme-site .navbar-dark .navbar-nav .nav-link:focus-visible,
.theme-site .navbar-dark .navbar-nav .nav-link:active,
.theme-site .navbar-dark .navbar-nav .nav-link.active,
.theme-site .navbar-dark .navbar-nav .show > .nav-link {
  color: var(--home-gold, #f2c400) !important;
}
.theme-site .navbar-dark .navbar-nav .nav-link:hover::after,
.theme-site .navbar-dark .navbar-nav .nav-link:focus-visible::after,
.theme-site .navbar-dark .navbar-nav .nav-link:active::after,
.theme-site .navbar-dark .navbar-nav .nav-link.active::after,
.theme-site .navbar-dark .navbar-nav .show > .nav-link::after {
  opacity: 1;
  transform: scaleX(1);
}

@media (max-width: 991.98px) {
  .theme-site .container-fluid.nav-bar > .navbar {
    min-height: 58px;
  }
  .theme-site .navbar-dark .navbar-nav .nav-link::after {
    right: 0;
    bottom: .2rem;
    left: 0;
  }
}

/* Final interaction polish: navy operations card, fade buttons, and slow top ticker. */
.theme-site .top-service-bar > .col-12 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.theme-site .coverage-ticker {
  min-height: 1.5rem;
  text-align: left;
}
.theme-site .coverage-ticker span {
  position: absolute;
  left: 0;
  display: inline-block;
  min-width: max-content;
  animation: coverage-left-to-right 30s linear infinite;
  will-change: transform;
}
@keyframes coverage-left-to-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(100vw - 100%));
  }
}
.theme-home .why-security-operations {
  border: 1px solid rgba(242,196,0,.4);
  background: var(--home-navy, #001064);
  color: #fff;
  box-shadow: 0 18px 38px rgba(0,16,100,.22);
}
.theme-home .why-security-operations h3 {
  background: rgba(242,196,0,.14);
  color: var(--home-gold, #f2c400);
}
.theme-home .why-security-operations ul {
  color: #fff;
}
.theme-home .why-security-operations li::marker {
  color: var(--home-gold, #f2c400);
}

/* Final operations card placement: half on image, half on white, with dark effect. */
.theme-home .why-security-operations {
  top: 50%;
  right: clamp(-84px, -4vw, -46px);
  bottom: auto;
  width: min(380px, 54%);
  border-color: rgba(242,196,0,.72);
  background:
    linear-gradient(135deg, rgba(0,16,100,.96), rgba(0,16,100,.88) 62%, rgba(0,16,100,.78)),
    rgba(0,16,100,.92);
  color: #fff;
  box-shadow: 0 30px 60px rgba(0,16,100,.34);
  transform: translateY(-50%);
}
.theme-home .why-security-operations h3,
.theme-home .why-security-operations ul {
  color: #fff;
}
.theme-home .why-security-operations h3 {
  border-bottom-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}
.theme-home .why-security-operations::before {
  background:
    conic-gradient(from 0deg,
      rgba(242,196,0,.34) 0 22%,
      transparent 22% 32%,
      rgba(255,255,255,.14) 32% 54%,
      transparent 54% 64%,
      rgba(242,196,0,.22) 64% 80%,
      transparent 80% 100%);
}
.theme-home .why-security-operations::after {
  border-color: rgba(242,196,0,.5);
  background: rgba(255,255,255,.08);
}
.theme-home .why-security-operations:hover,
.theme-home .why-security-operations:focus-within {
  border-color: var(--home-gold, #f2c400);
  box-shadow: 0 34px 68px rgba(0,16,100,.42);
  transform: translateY(calc(-50% - 8px));
}

@media (max-width: 991.98px) {
  .theme-home .why-security-operations {
    right: 1.5rem;
    width: min(380px, calc(100% - 3rem));
  }
}

@media (max-width: 767.98px) {
  .theme-home .why-security-operations {
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }
  .theme-home .why-security-operations:hover,
  .theme-home .why-security-operations:focus-within {
    transform: translateY(-6px);
  }
}

/* Security operations card: diamond + wheel themed hover design. */
.theme-home .why-security-media {
  isolation: isolate;
  min-height: 520px;
}
.theme-home .why-security-media::before {
  position: absolute;
  z-index: 1;
  right: clamp(1.75rem, 5vw, 4.25rem);
  bottom: clamp(1.5rem, 5vw, 4rem);
  width: clamp(130px, 13vw, 190px);
  aspect-ratio: 1;
  border: 2px solid rgba(242,196,0,.62);
  background:
    linear-gradient(135deg, rgba(242,196,0,.22), rgba(0,16,100,.1)),
    rgba(255,255,255,.08);
  box-shadow: 0 22px 36px rgba(0,16,100,.22);
  content: '';
  pointer-events: none;
  transform: rotate(45deg);
  transition: transform .55s cubic-bezier(.22,1,.36,1), opacity .35s ease;
}
.theme-home .why-security-media > img {
  position: relative;
  z-index: 0;
  width: 100% !important;
  height: 520px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  box-shadow: 0 22px 42px rgba(0,16,100,.14);
}
.theme-home .why-security-operations {
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  border: 2px solid var(--home-navy, #001064);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  color: var(--home-navy, #001064);
  box-shadow: 0 22px 42px rgba(0,16,100,.2);
  transition: transform .4s cubic-bezier(.22,1,.36,1), border-color .32s ease, box-shadow .32s ease;
}
.theme-home .why-security-operations::before {
  position: absolute;
  z-index: 0;
  right: -82px;
  bottom: -92px;
  width: 240px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg,
      rgba(0,16,100,.18) 0 22%,
      transparent 22% 32%,
      rgba(242,196,0,.28) 32% 54%,
      transparent 54% 64%,
      rgba(0,16,100,.14) 64% 80%,
      transparent 80% 100%);
  content: '';
  transform: rotate(0deg) scale(.96);
  transition: transform .65s cubic-bezier(.22,1,.36,1), opacity .35s ease;
}
.theme-home .why-security-operations::after {
  position: absolute;
  z-index: 0;
  top: -54px;
  left: -54px;
  width: 130px;
  aspect-ratio: 1;
  border: 2px solid rgba(242,196,0,.35);
  background: rgba(0,16,100,.08);
  content: '';
  transform: rotate(45deg);
  transition: transform .65s cubic-bezier(.22,1,.36,1), opacity .35s ease;
}
.theme-home .why-security-operations h3,
.theme-home .why-security-operations ul {
  position: relative;
  z-index: 1;
  background: transparent;
  color: var(--home-navy, #001064);
}
.theme-home .why-security-operations h3 {
  display: flex;
  align-items: center;
  gap: .7rem;
  border-bottom: 1px solid rgba(0,16,100,.15);
}
.theme-home .why-security-operations h3::before {
  flex: 0 0 auto;
  width: .72rem;
  aspect-ratio: 1;
  background: var(--home-gold, #f2c400);
  content: '';
  transform: rotate(45deg);
  transition: transform .35s ease, border-radius .35s ease;
}
.theme-home .why-security-operations ul {
  padding-left: 1.45rem;
  list-style: none;
}
.theme-home .why-security-operations li {
  position: relative;
  padding-left: 1.4rem;
}
.theme-home .why-security-operations li::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: .46rem;
  aspect-ratio: 1;
  background: var(--home-gold, #f2c400);
  content: '';
  transform: translateY(-50%) rotate(45deg);
  transition: transform .32s ease, border-radius .32s ease, background-color .32s ease;
}
.theme-home .why-security-media:hover::before,
.theme-home .why-security-media:focus-within::before {
  opacity: .92;
  transform: rotate(225deg) scale(1.08);
}
.theme-home .why-security-operations:hover,
.theme-home .why-security-operations:focus-within {
  border-color: var(--home-gold, #f2c400);
  box-shadow: 0 28px 54px rgba(0,16,100,.28);
  transform: translateY(-8px);
}
.theme-home .why-security-operations:hover::before,
.theme-home .why-security-operations:focus-within::before {
  transform: rotate(145deg) scale(1.08);
}
.theme-home .why-security-operations:hover::after,
.theme-home .why-security-operations:focus-within::after {
  transform: rotate(225deg) scale(1.12);
}
.theme-home .why-security-operations:hover h3::before,
.theme-home .why-security-operations:focus-within h3::before {
  border-radius: 50%;
  transform: rotate(405deg) scale(1.08);
}
.theme-home .why-security-operations:hover li::before,
.theme-home .why-security-operations:focus-within li::before {
  border-radius: 50%;
  background: var(--home-navy, #001064);
  transform: translateY(-50%) rotate(405deg) scale(1.1);
}

@media (max-width: 767.98px) {
  .theme-home .why-security-media {
    min-height: 0;
  }
  .theme-home .why-security-media > img {
    height: 400px;
  }
}

/* Final contact quote alignment: close columns, small top space, intro slightly centered. */
.theme-site .eagle-theme-content > .quote-request-section {
  grid-template-columns: minmax(360px, .55fr) minmax(760px, 1fr) !important;
  gap: clamp(.5rem, .8vw, 1rem) !important;
  align-items: start !important;
  padding: clamp(1.35rem, 2.2vw, 2rem) clamp(20px, 3vw, 56px) clamp(2.75rem, 4vw, 4rem) !important;
}
.theme-site .eagle-theme-content > .quote-request-section .quote-request-intro {
  align-self: start !important;
  max-width: 600px;
  margin: clamp(1.25rem, 4vw, 4.5rem) 0 0 !important;
}
.theme-site .eagle-theme-content > .quote-request-section .contact-form.quote-clean-form {
  justify-self: stretch !important;
}

@media (max-width: 1199.98px) {
  .theme-site .eagle-theme-content > .quote-request-section {
    grid-template-columns: minmax(330px, .62fr) minmax(620px, 1fr) !important;
  }
}

@media (max-width: 991.98px) {
  .theme-site .eagle-theme-content > .quote-request-section {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    padding: 1.25rem clamp(18px, 4vw, 36px) 3rem !important;
  }
  .theme-site .eagle-theme-content > .quote-request-section .quote-request-intro {
    max-width: 760px;
    margin-top: 0 !important;
  }
}

/* Homepage hero title: keep SECURITY SERVICE on one line. */
.theme-home #homepage-slideshow .premium-security-copy h1 {
  max-width: none;
  font-size: clamp(3rem, 5.2vw, 5.15rem);
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .theme-home #homepage-slideshow .premium-security-copy h1 {
    font-size: clamp(1.8rem, 8.2vw, 2.9rem);
  }
}

/* Contact quote page: tighter middle gap with a little top breathing room. */
.theme-site .eagle-theme-content > .quote-request-section {
  grid-template-columns: minmax(360px, .55fr) minmax(760px, 1fr);
  gap: clamp(.75rem, 1vw, 1.25rem);
  align-items: center;
  padding: clamp(1.45rem, 2.4vw, 2.25rem) clamp(20px, 3vw, 56px) clamp(2.75rem, 4vw, 4rem) !important;
}
.theme-site .eagle-theme-content > .quote-request-section .quote-request-intro {
  align-self: center;
  max-width: 600px;
  margin: 0;
}
.theme-site .eagle-theme-content > .quote-request-section .contact-form.quote-clean-form {
  justify-self: stretch;
}

@media (max-width: 1199.98px) {
  .theme-site .eagle-theme-content > .quote-request-section {
    grid-template-columns: minmax(330px, .62fr) minmax(620px, 1fr);
  }
}

@media (max-width: 991.98px) {
  .theme-site .eagle-theme-content > .quote-request-section {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
    padding: 1.25rem clamp(18px, 4vw, 36px) 3rem !important;
  }
}

/* Tailored services collage: match the centered three-image reference layout. */
.theme-home .tailored-security-image.tailored-security-collage {
  justify-self: center;
  width: min(100%, 760px);
  height: clamp(560px, 46vw, 700px);
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, .96fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  overflow: visible;
  border-radius: 0;
}
.theme-home .tailored-security-collage figure {
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
}
.theme-home .tailored-security-collage .tailored-collage-main {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  height: 78%;
}
.theme-home .tailored-security-collage figure:not(.tailored-collage-main) {
  grid-column: 2;
}
.theme-home .tailored-security-collage img,
.theme-home .tailored-security-collage .tailored-collage-main img {
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .theme-home .tailored-security-image.tailored-security-collage {
    width: min(720px, 100%);
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }
  .theme-home .tailored-security-collage .tailored-collage-main {
    grid-column: 1 / -1;
    grid-row: auto;
    height: auto;
  }
  .theme-home .tailored-security-collage .tailored-collage-main img {
    aspect-ratio: 4 / 3;
  }
  .theme-home .tailored-security-collage figure:not(.tailored-collage-main) {
    grid-column: auto;
  }
  .theme-home .tailored-security-collage figure:not(.tailored-collage-main) img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 575.98px) {
  .theme-home .tailored-security-image.tailored-security-collage {
    grid-template-columns: 1fr;
  }
}

/* Global button shape and click color: rounded yellow press state site-wide. */
.theme-site .btn,
.theme-site .button,
.theme-site button[type="submit"],
.theme-site .premium-security-cta,
.theme-site .why-security-cta,
.theme-site .security-team-header > a,
.theme-site .service-template-button,
.theme-site .industry-button,
.theme-site .site-end-cta-button,
.theme-site .footer-quote-link,
.theme-site .footer-v2-hero-button,
.theme-site .footer-v2-form button,
.theme-site .quote-form-actions button,
.theme-site .security-video-actions button {
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, opacity .2s ease, transform .16s ease !important;
}
.theme-site .btn:active,
.theme-site .button:active,
.theme-site button[type="submit"]:active,
.theme-site .premium-security-cta:active,
.theme-site .why-security-cta:active,
.theme-site .security-team-header > a:active,
.theme-site .service-template-button:active,
.theme-site .industry-button:active,
.theme-site .site-end-cta-button:active,
.theme-site .footer-quote-link:active,
.theme-site .footer-v2-hero-button:active,
.theme-site .footer-v2-form button:active,
.theme-site .quote-form-actions button:active,
.theme-site .security-video-actions button:active {
  border-color: var(--home-gold, #f2c400) !important;
  background: var(--home-gold, #f2c400) !important;
  color: #050509 !important;
  opacity: 1 !important;
  box-shadow: 0 0 0 4px rgba(242,196,0,.24), 0 10px 22px rgba(0,16,100,.14) !important;
  transform: translateY(1px) scale(.98) !important;
}
.theme-site .btn:focus-visible,
.theme-site .button:focus-visible,
.theme-site button[type="submit"]:focus-visible,
.theme-site .premium-security-cta:focus-visible,
.theme-site .why-security-cta:focus-visible,
.theme-site .security-team-header > a:focus-visible,
.theme-site .service-template-button:focus-visible,
.theme-site .industry-button:focus-visible,
.theme-site .site-end-cta-button:focus-visible,
.theme-site .footer-quote-link:focus-visible,
.theme-site .footer-v2-hero-button:focus-visible,
.theme-site .footer-v2-form button:focus-visible,
.theme-site .quote-form-actions button:focus-visible,
.theme-site .security-video-actions button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(242,196,0,.28) !important;
}

/* Contact page final spacing: less side padding and no large gap under navbar. */
.theme-site .eagle-theme-content > .quote-request-section {
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  grid-template-columns: minmax(390px, .9fr) minmax(580px, 1.1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  padding: clamp(.75rem, 1.5vw, 1.4rem) clamp(20px, 4vw, 64px) clamp(3rem, 5vw, 5rem) !important;
}
.theme-site .eagle-theme-content > .quote-request-section .quote-request-intro {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .theme-site .eagle-theme-content > .quote-request-section {
    grid-template-columns: 1fr;
    padding: 1rem clamp(18px, 4vw, 36px) 3rem !important;
  }
}
.theme-site a.btn,
.theme-site .btn,
.theme-site button,
.theme-site .premium-security-cta,
.theme-site .btn,
.theme-site .why-security-cta,
.theme-site .security-team-header > a,
.theme-site .service-template-button,
.theme-site .industry-button,
.theme-site .site-end-cta-button,
.theme-site .footer-quote-link,
.theme-site .footer-v2-hero-button,
.theme-site .footer-v2-mini-button,
.theme-site .footer-v2-form button,
.theme-site .security-video-actions a,
.theme-site .security-video-actions button {
  text-decoration: none !important;
}
.theme-site a.btn:hover,
.theme-site a.btn:focus,
.theme-site a.btn:active,
.theme-site .btn:hover,
.theme-site .btn:focus,
.theme-site .btn:active,
.theme-site button:hover,
.theme-site button:focus,
.theme-site button:active,
.theme-site .premium-security-cta:hover,
.theme-site .premium-security-cta:focus,
.theme-site .premium-security-cta:active,
.theme-site .why-security-cta:hover,
.theme-site .why-security-cta:focus,
.theme-site .why-security-cta:active,
.theme-site .security-team-header > a:hover,
.theme-site .security-team-header > a:focus,
.theme-site .security-team-header > a:active,
.theme-site .service-template-button:hover,
.theme-site .service-template-button:focus,
.theme-site .service-template-button:active,
.theme-site .industry-button:hover,
.theme-site .industry-button:focus,
.theme-site .industry-button:active,
.theme-site .site-end-cta-button:hover,
.theme-site .site-end-cta-button:focus,
.theme-site .site-end-cta-button:active,
.theme-site .footer-quote-link:hover,
.theme-site .footer-quote-link:focus,
.theme-site .footer-quote-link:active,
.theme-site .footer-v2-hero-button:hover,
.theme-site .footer-v2-hero-button:focus,
.theme-site .footer-v2-hero-button:active,
.theme-site .footer-v2-mini-button:hover,
.theme-site .footer-v2-mini-button:focus,
.theme-site .footer-v2-mini-button:active,
.theme-site .footer-v2-form button:hover,
.theme-site .footer-v2-form button:focus,
.theme-site .footer-v2-form button:active,
.theme-site .security-video-actions a:hover,
.theme-site .security-video-actions a:focus,
.theme-site .security-video-actions a:active,
.theme-site .security-video-actions button:hover,
.theme-site .security-video-actions button:focus,
.theme-site .security-video-actions button:active {
  text-decoration: none !important;
}
.theme-home .security-team-header > a::before,
.theme-home #homepage-slideshow .premium-security-cta::before,
.theme-home main > section.container.pt-5.pb-4 .btn.btn-primary::before {
  display: none !important;
}
.theme-site .premium-security-cta,
.theme-site .why-security-cta,
.theme-site .security-team-header > a,
.theme-site .service-template-button,
.theme-site .industry-button,
.theme-site .site-end-cta-button,
.theme-site .footer-quote-link,
.theme-site .footer-v2-hero-button,
.theme-site .footer-v2-mini-button,
.theme-site .footer-v2-form button,
.theme-site .security-video-actions button,
.theme-home main > section.container.pt-5.pb-4 .btn.btn-primary {
  transition: background-color .24s ease, border-color .24s ease, color .24s ease, opacity .24s ease, transform .24s ease, box-shadow .24s ease !important;
}
.theme-site .premium-security-cta:hover,
.theme-site .premium-security-cta:focus-visible,
.theme-site .btn:hover,
.theme-site .btn:focus-visible,
.theme-site .why-security-cta:hover,
.theme-site .why-security-cta:focus-visible,
.theme-site .service-template-button:hover,
.theme-site .service-template-button:focus-visible,
.theme-site .industry-button:hover,
.theme-site .industry-button:focus-visible,
.theme-site .site-end-cta-button:hover,
.theme-site .site-end-cta-button:focus-visible,
.theme-site .footer-quote-link:hover,
.theme-site .footer-quote-link:focus-visible,
.theme-site .footer-v2-hero-button:hover,
.theme-site .footer-v2-hero-button:focus-visible,
.theme-site .footer-v2-mini-button:hover,
.theme-site .footer-v2-mini-button:focus-visible,
.theme-site .footer-v2-form button:hover,
.theme-site .footer-v2-form button:focus-visible,
.theme-site .security-video-actions button:hover,
.theme-site .security-video-actions button:focus-visible,
.theme-home main > section.container.pt-5.pb-4 .btn.btn-primary:hover,
.theme-home main > section.container.pt-5.pb-4 .btn.btn-primary:focus-visible {
  opacity: .86;
  transform: translateY(-2px);
}
.theme-site .premium-security-cta:active,
.theme-site .btn:active,
.theme-site .why-security-cta:active,
.theme-site .security-team-header > a:active,
.theme-site .service-template-button:active,
.theme-site .industry-button:active,
.theme-site .site-end-cta-button:active,
.theme-site .footer-quote-link:active,
.theme-site .footer-v2-hero-button:active,
.theme-site .footer-v2-mini-button:active,
.theme-site .footer-v2-form button:active,
.theme-site .security-video-actions button:active,
.theme-home main > section.container.pt-5.pb-4 .btn.btn-primary:active {
  opacity: .72;
  transform: translateY(0);
}
.theme-home .security-team-header > a:hover,
.theme-home .security-team-header > a:focus-visible {
  border-color: var(--home-gold, #f2c400);
  background: #fff;
  color: var(--home-navy, #001064);
  opacity: .9;
}
.theme-home #homepage-slideshow .premium-security-cta:hover,
.theme-home #homepage-slideshow .premium-security-cta:focus-visible,
.theme-home main > section.container.pt-5.pb-4 .btn.btn-primary:hover,
.theme-home main > section.container.pt-5.pb-4 .btn.btn-primary:focus-visible {
  border-color: var(--home-gold, #f2c400) !important;
  background: var(--home-gold, #f2c400) !important;
  color: #050509 !important;
}

@media (prefers-reduced-motion: reduce) {
  .theme-site .coverage-ticker span {
    position: static;
    animation: none;
  }
}

/* Navbar dropdown: polished services menu with navy/gold hover states. */
.theme-site .navbar .dropdown-menu {
  min-width: 245px;
  margin-top: 0;
  padding: .55rem;
  overflow: hidden;
  border: 1px solid rgba(0,16,100,.08);
  border-top: 3px solid var(--home-gold, #f2c400);
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(0,16,100,.2);
  animation: nav-dropdown-in .22s ease both;
}
.theme-site .navbar .dropdown-menu::before {
  position: absolute;
  top: 0;
  right: .55rem;
  left: .55rem;
  height: 1px;
  background: rgba(0,16,100,.08);
  content: '';
}
.theme-site .navbar .dropdown-item {
  position: relative;
  display: flex;
  min-height: 42px;
  align-items: center;
  margin: .08rem 0;
  padding: .62rem .9rem .62rem 1rem;
  overflow: hidden;
  border-radius: 5px;
  color: var(--home-navy, #001064);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none !important;
  transition: background-color .24s ease, color .24s ease, padding-left .24s ease, transform .24s ease;
}
.theme-site .navbar .dropdown-item::before {
  position: absolute;
  top: .55rem;
  bottom: .55rem;
  left: .45rem;
  width: 3px;
  border-radius: 999px;
  background: var(--home-gold, #f2c400);
  content: '';
  opacity: 0;
  transform: scaleY(.35);
  transition: opacity .22s ease, transform .24s ease;
}
.theme-site .navbar .dropdown-item:hover,
.theme-site .navbar .dropdown-item:focus,
.theme-site .navbar .dropdown-item.active,
.theme-site .navbar .dropdown-item:active {
  background: var(--home-navy, #001064);
  color: #fff;
  padding-left: 1.3rem;
  transform: translateX(4px);
}
.theme-site .navbar .dropdown-item:hover::before,
.theme-site .navbar .dropdown-item:focus::before,
.theme-site .navbar .dropdown-item.active::before,
.theme-site .navbar .dropdown-item:active::before {
  opacity: 1;
  transform: scaleY(1);
}
.theme-site .navbar .dropdown:hover > .dropdown-menu,
.theme-site .navbar .dropdown:focus-within > .dropdown-menu {
  display: block;
}
@keyframes nav-dropdown-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .theme-site .navbar .dropdown-menu {
    min-width: 100%;
    margin: .35rem 0 .65rem;
    border-radius: 6px;
    box-shadow: none;
  }
  .theme-site .navbar .dropdown-item:hover,
  .theme-site .navbar .dropdown-item:focus,
  .theme-site .navbar .dropdown-item.active,
  .theme-site .navbar .dropdown-item:active {
    transform: none;
  }
}

/* Contact quote page: copy on the left, form on the right. */
.theme-site .quote-request-section {
  display: grid;
  grid-template-columns: minmax(420px, .88fr) minmax(560px, 1.12fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  width: 100%;
  padding: clamp(4rem, 7vw, 6rem) max(24px, calc((100% - 1320px)/2)) !important;
  background: var(--eagle-paper);
}
.theme-site .quote-request-intro {
  max-width: 620px;
  margin: clamp(.7rem, 2vw, 1.25rem) 0 0;
  text-align: left;
}
.theme-site .quote-request-intro .eyebrow {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  margin-bottom: 1rem;
  padding: .4rem 1rem;
  border-radius: 999px;
  background: var(--eagle-navy, #001064);
  color: #fff;
  font-weight: 800;
}
.theme-site .quote-request-intro h1 {
  max-width: 620px;
  margin-bottom: 1.15rem;
  font-size: clamp(2.6rem, 3.8vw, 4rem);
  line-height: 1.02;
}
.theme-site .quote-request-intro p:not(.eyebrow) {
  max-width: 500px;
  color: #586274;
  font-size: 1.05rem;
  line-height: 1.8;
}
.theme-site .contact-form.quote-clean-form {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  background: #fff;
}

@media (max-width: 991.98px) {
  .theme-site .quote-request-section {
    grid-template-columns: 1fr;
    padding-right: max(20px, calc((100% - 760px)/2)) !important;
    padding-left: max(20px, calc((100% - 760px)/2)) !important;
  }
  .theme-site .quote-request-intro {
    max-width: 760px;
    margin-top: 0;
  }
  .theme-site .quote-request-intro h1,
  .theme-site .quote-request-intro p:not(.eyebrow) {
    max-width: 760px;
  }
}

/* Global header lock: keep every page header the same as the homepage. */
body.theme-site > .container-fluid:first-of-type {
  background: #fff !important;
}
.theme-site .top-service-bar,
.theme-site .top-service-bar.bg-secondary,
.theme-site .row.bg-secondary.top-service-bar {
  background-color: #001064 !important;
  color: #fff !important;
}
.theme-site .site-identity-row {
  background: #fff !important;
}
.theme-site .container-fluid.nav-bar,
.theme-site .nav-bar,
.theme-site .container-fluid.nav-bar > .navbar,
.theme-site .nav-bar.is-scrolled {
  background: #001064 !important;
  background-color: #001064 !important;
}
.theme-site .nav-bar.is-scrolled {
  backdrop-filter: none;
}
.theme-site .site-identity-row {
  display: none !important;
}
.theme-site .container-fluid.nav-bar > .navbar {
  position: relative;
  min-height: 78px;
}
.theme-site .nav-bar .navbar-brand {
  display: flex !important;
  align-items: center;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.theme-site .nav-bar .eagle-logo-mobile {
  width: 104px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

@media (min-width: 992px) {
  .theme-site .nav-bar .navbar-brand {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .theme-site .nav-bar .eagle-logo-mobile {
    width: 150px;
    height: 68px;
  }
  .theme-site .nav-bar .navbar-collapse {
    justify-content: center !important;
  }
  .theme-site .nav-bar .navbar-nav {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 991.98px) {
  .theme-site .container-fluid.nav-bar > .navbar {
    min-height: 64px;
  }
}

/* Homepage hero image treatment: darker full-background guard/car image. */
.theme-home #homepage-slideshow.premium-security-hero {
  background: #001064 !important;
}
.theme-home #homepage-slideshow .premium-security-image::after {
  background:
    linear-gradient(90deg, rgba(0,16,100,.66) 0%, rgba(0,16,100,.46) 42%, rgba(0,16,100,.34) 100%),
    linear-gradient(180deg, rgba(8,18,22,.16), rgba(8,18,22,.42)) !important;
}
.theme-home #homepage-slideshow .premium-security-image img,
.theme-home #homepage-slideshow .premium-security-image .hero-static-image {
  opacity: .88;
  object-position: center center;
  filter: grayscale(.18) saturate(.82) contrast(1.03) brightness(.92);
}
.theme-home #homepage-slideshow .premium-security-copy .premium-security-kicker {
  max-width: 100%;
  margin: 0 0 .65rem;
  color: rgba(255,255,255,.92);
  font-size: clamp(.9rem, 1.2vw, 1.08rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}
.theme-home #homepage-slideshow .premium-security-copy h1 {
  max-width: 760px;
  margin-bottom: 1.05rem;
}
.theme-home #homepage-slideshow .premium-security-copy > p:not(.premium-security-kicker) {
  max-width: 560px;
  margin-bottom: 1.9rem;
}

/* Operations card final color: white background with dark navy border. */
.theme-home .why-security-operations {
  border: 2px solid var(--home-navy, #001064);
  background: #fff;
  color: var(--home-navy, #001064);
  box-shadow: 0 18px 38px rgba(0,16,100,.16);
}
.theme-home .why-security-operations h3 {
  border-bottom: 1px solid rgba(0,16,100,.14);
  background: #fff;
  color: var(--home-navy, #001064);
}
.theme-home .why-security-operations ul {
  color: var(--home-navy, #001064);
}
.theme-home .why-security-operations li::marker {
  color: var(--home-gold, #f2c400);
}

/* True final operations card: right overlap and dark glass style. */
.theme-home .why-security-operations {
  top: 50% !important;
  right: clamp(-140px, -6.5vw, -90px) !important;
  bottom: auto !important;
  width: min(410px, 58%) !important;
  border-color: rgba(242,196,0,.72) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(255,255,255,.16), transparent 32%),
    linear-gradient(135deg, rgba(0,16,100,.98), rgba(0,16,100,.91) 58%, rgba(0,16,100,.82)),
    rgba(0,16,100,.92) !important;
  color: #fff !important;
  box-shadow: 0 30px 60px rgba(0,16,100,.34) !important;
  transform: translateY(-50%) !important;
  backdrop-filter: blur(8px);
}
.theme-home .why-security-operations h3,
.theme-home .why-security-operations ul {
  color: #fff !important;
}
.theme-home .why-security-operations h3 {
  border-bottom-color: rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.06) !important;
}
.theme-home .why-security-operations:hover,
.theme-home .why-security-operations:focus-within {
  border-color: var(--home-gold, #f2c400) !important;
  box-shadow: 0 34px 68px rgba(0,16,100,.42) !important;
  transform: translateY(calc(-50% - 8px)) !important;
}

@media (max-width: 991.98px) {
  .theme-home .why-security-operations {
    right: 1.5rem !important;
    width: min(380px, calc(100% - 3rem)) !important;
  }
}

@media (max-width: 767.98px) {
  .theme-home .why-security-operations {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    transform: none !important;
  }
  .theme-home .why-security-operations:hover,
  .theme-home .why-security-operations:focus-within {
    transform: translateY(-6px) !important;
  }
}

.theme-home .why-security-media::before {
  display: none;
}

.theme-home .why-security-cta {
  min-height: 48px;
  min-width: 172px;
  padding: .85rem 1.6rem;
  border: 1px solid var(--footer-accent, #f2c400) !important;
  border-radius: 8px !important;
  background: var(--footer-accent, #f2c400) !important;
  color: var(--footer-bg, #001064) !important;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
}
.theme-home .why-security-cta:hover,
.theme-home .why-security-cta:focus-visible {
  border-color: var(--footer-accent, #f2c400) !important;
  background: #fff !important;
  color: var(--footer-bg, #001064) !important;
  opacity: 1 !important;
  box-shadow: none !important;
  transform: none !important;
}
.theme-home .why-security-cta:active {
  border-color: var(--footer-accent, #f2c400) !important;
  background: #fff !important;
  color: var(--footer-bg, #001064) !important;
  opacity: 1 !important;
  box-shadow: none !important;
  transform: none !important;
}

.theme-home .security-video-actions .security-video-step {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 52px;
  height: 52px;
  min-height: 52px;
  margin-right: 0 !important;
  padding: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--home-gold, #f2c400) !important;
  border-radius: 7px;
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
  transform: none !important;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease, transform .2s ease !important;
}
.theme-home .security-video-actions .security-video-step::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(255,255,255,.34), rgba(255,255,255,0) 58%);
  content: '';
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity .25s ease, transform .32s ease;
}
.theme-home .security-video-actions .security-video-step i {
  display: block;
  font-size: 1.05rem;
  line-height: 1;
}
.theme-home .security-video-actions .security-video-step-prev {
  background: var(--home-gold, #f2c400) !important;
  color: var(--home-navy, #001064) !important;
}
.theme-home .security-video-actions .security-video-step-next {
  background: var(--home-gold, #f2c400) !important;
  color: var(--home-navy, #001064) !important;
}
.theme-home .security-video-actions .security-video-step:hover,
.theme-home .security-video-actions .security-video-step:focus-visible {
  border-color: var(--home-gold, #f2c400) !important;
  background: #fff !important;
  color: var(--home-gold, #f2c400) !important;
  box-shadow: 0 0 0 4px rgba(242,196,0,.2), 0 16px 28px rgba(0,0,0,.2);
  transform: translateY(-2px) !important;
}
.theme-home .security-video-actions .security-video-step:hover::before,
.theme-home .security-video-actions .security-video-step:focus-visible::before,
.theme-home .security-video-actions .security-video-step:active::before {
  opacity: 1;
  transform: translateX(0);
}
.theme-home .security-video-actions .security-video-step:active {
  border-color: var(--home-gold, #f2c400) !important;
  background: #fff !important;
  color: var(--home-gold, #f2c400) !important;
  box-shadow: 0 0 0 4px rgba(242,196,0,.24), 0 10px 20px rgba(0,0,0,.18);
  transform: translateY(0) scale(.97) !important;
}

.theme-site .site-footer-v2 a,
.theme-site .site-footer-v2 a:hover,
.theme-site .site-footer-v2 a:focus,
.theme-site .site-footer-v2 a:focus-visible,
.theme-site .site-footer-v2 a:active,
.theme-site .site-footer-v2 span {
  text-decoration: none !important;
}

.theme-site .site-footer-v2 a:not(.footer-v2-hero-button):not(.footer-v2-mini-button):hover,
.theme-site .site-footer-v2 a:not(.footer-v2-hero-button):not(.footer-v2-mini-button):focus,
.theme-site .site-footer-v2 a:not(.footer-v2-hero-button):not(.footer-v2-mini-button):focus-visible,
.theme-site .site-footer-v2 a:not(.footer-v2-hero-button):not(.footer-v2-mini-button):active {
  color: var(--footer-accent, #f2c400) !important;
  text-decoration: none !important;
}

/* Homepage hero: layered white Home bar concept. */
.theme-home .top-service-bar {
  display: none !important;
}

.theme-site:not(.theme-home) .top-service-bar {
  display: none !important;
}

.theme-home #homepage-slideshow.premium-security-hero {
  --homebar-blue: #001064;
  position: relative;
  isolation: isolate;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(320px, 28.65vw, 550px) !important;
  height: clamp(320px, 28.65vw, 550px) !important;
  margin: 0 0 clamp(3rem, 6vw, 5rem) !important;
  padding: 0 !important;
  overflow: hidden;
  border-top: 1px solid var(--homebar-blue);
  border-bottom: 0;
  background: #fff !important;
  color: var(--homebar-blue);
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
}
.theme-home #homepage-slideshow .home-hero-effect {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255,255,255,.2);
  opacity: .7;
  pointer-events: none;
}
.theme-home #homepage-slideshow .home-hero-effect::after {
  display: none;
}
.theme-home #homepage-slideshow .waves-canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.theme-home #homepage-slideshow .premium-security-main {
  position: relative;
  z-index: 2;
  display: block !important;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
}
.theme-home #homepage-slideshow .premium-security-copy {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: clamp(32px, 5.1vw, 98px);
  display: block;
  width: min(760px, 50vw);
  height: auto;
  margin: 0;
  padding: 0;
  color: var(--homebar-blue);
  transform: translateY(-50%);
}
.theme-home #homepage-slideshow .premium-security-kicker {
  display: none !important;
}
.theme-home #homepage-slideshow .premium-security-copy h1 {
  max-width: none !important;
  margin: 0 0 clamp(.5rem, 1vw, .9rem) !important;
  color: var(--homebar-blue) !important;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(2.35rem, 3vw, 3.9rem) !important;
  font-weight: 400;
  line-height: .92;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.theme-home #homepage-slideshow .premium-security-copy > p:not(.premium-security-kicker) {
  width: min(100%, 690px);
  max-width: 690px !important;
  margin: 0 0 clamp(1rem, 1.8vw, 1.8rem) !important;
  color: var(--homebar-blue) !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.7rem);
  font-weight: 400;
  line-height: 1.16;
}
.theme-home #homepage-slideshow .premium-security-actions {
  display: flex;
  gap: clamp(.65rem, 1vw, 1rem);
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.theme-home #homepage-slideshow .premium-security-cta {
  position: relative;
  z-index: 5;
  display: inline-flex;
  height: 50px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 1.35rem;
  border-radius: 999px !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(.82rem, .8vw, 1rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color .22s ease, color .22s ease, border-color .22s ease;
}
.theme-home #homepage-slideshow .premium-security-cta::before,
.theme-home #homepage-slideshow .premium-security-cta span {
  display: none !important;
}
.theme-home #homepage-slideshow .premium-security-cta-primary {
  width: 200px;
  border: 1px solid var(--homebar-blue) !important;
  background: var(--homebar-blue) !important;
  color: #fff !important;
}
.theme-home #homepage-slideshow .premium-security-cta-secondary {
  width: 208px;
  border: 1px solid var(--homebar-blue) !important;
  background: #fff !important;
  color: var(--homebar-blue) !important;
}
.theme-home #homepage-slideshow .premium-security-cta:hover,
.theme-home #homepage-slideshow .premium-security-cta:focus-visible {
  border-color: var(--homebar-blue) !important;
  background: #fff !important;
  color: var(--homebar-blue) !important;
}
.theme-home #homepage-slideshow .premium-security-cta-secondary:hover,
.theme-home #homepage-slideshow .premium-security-cta-secondary:focus-visible {
  background: var(--homebar-blue) !important;
  color: #fff !important;
}
.theme-home #homepage-slideshow .premium-security-image {
  position: absolute;
  z-index: 3;
  top: auto !important;
  right: clamp(28px, 5vw, 112px) !important;
  bottom: clamp(58px, 4.4vw, 84px) !important;
  left: auto !important;
  width: min(50vw, 685px);
  height: min(42vw, 449px);
  min-height: 0 !important;
  overflow: visible;
  clip-path: none !important;
}
.theme-home #homepage-slideshow .premium-security-image::after {
  display: none !important;
}
.theme-home #homepage-slideshow .premium-security-image img,
.theme-home #homepage-slideshow .premium-security-image .hero-static-image {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  opacity: 1 !important;
  object-fit: contain;
  object-position: center bottom;
  filter: none !important;
  transform: none !important;
}
.theme-home #homepage-slideshow .home-hero-banner {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  width: min(58vw, 977px);
  pointer-events: none;
}
.theme-home #homepage-slideshow .home-hero-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.theme-home #homepage-slideshow .home-hero-coverage {
  position: absolute;
  z-index: 6;
  right: clamp(18px, 2.1vw, 42px);
  bottom: clamp(9px, .85vw, 16px);
  margin: 0;
  color: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.62rem);
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}
.theme-home #homepage-slideshow .premium-benefits {
  display: none !important;
}

@media (max-width: 991.98px) {
  .theme-home #homepage-slideshow.premium-security-hero {
    min-height: clamp(470px, 76vw, 620px) !important;
    height: clamp(470px, 76vw, 620px) !important;
  }
  .theme-home #homepage-slideshow .premium-security-copy {
    top: 8%;
    left: clamp(24px, 6vw, 52px);
    width: min(560px, calc(100% - 48px));
    transform: none;
  }
  .theme-home #homepage-slideshow .premium-security-copy h1 {
    font-size: clamp(2.35rem, 8.5vw, 4rem) !important;
  }
  .theme-home #homepage-slideshow .premium-security-copy > p:not(.premium-security-kicker) {
    font-size: clamp(1rem, 3.4vw, 1.35rem);
  }
  .theme-home #homepage-slideshow .premium-security-image {
    right: clamp(-24px, 1vw, 20px) !important;
    bottom: clamp(54px, 8vw, 76px) !important;
    left: auto !important;
    width: min(86vw, 620px);
    height: auto;
  }
  .theme-home #homepage-slideshow .home-hero-banner {
    width: min(88vw, 760px);
  }
}

@media (max-width: 575.98px) {
  .theme-site .header-contact-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .theme-site .header-contact-item {
    padding-right: .55rem;
    padding-left: .55rem;
  }
  .theme-site .header-contact-item a {
    max-width: 100%;
    overflow: hidden;
    font-size: .68rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .theme-home #homepage-slideshow.premium-security-hero {
    min-height: 560px !important;
    height: 560px !important;
  }
  .theme-home #homepage-slideshow .premium-security-copy {
    top: 2rem;
    left: 1.25rem;
    width: calc(100% - 2.5rem);
  }
  .theme-home #homepage-slideshow .premium-security-copy h1 {
    font-size: clamp(2rem, 11vw, 3rem) !important;
    white-space: normal;
  }
  .theme-home #homepage-slideshow .premium-security-actions {
    gap: .55rem;
  }
  .theme-home #homepage-slideshow .premium-security-cta {
    width: auto;
    min-width: 138px;
    height: 46px;
    min-height: 46px;
    padding: 0 1rem;
  }
  .theme-home #homepage-slideshow .premium-security-image {
    right: -3.2rem !important;
    bottom: 1.9rem !important;
    left: auto !important;
    width: 118vw;
  }
  .theme-home #homepage-slideshow .home-hero-banner {
    width: 128vw;
  }
.theme-home #homepage-slideshow .home-hero-coverage {
    right: .8rem;
    bottom: .72rem;
    max-width: calc(100% - 1.6rem);
    overflow: hidden;
    font-size: .88rem;
    text-overflow: ellipsis;
  }
}

.theme-home .home-scroll-stack-section {
  width: 100%;
  max-width: none;
  padding: clamp(4rem, 6vw, 6.5rem) 0 clamp(1rem, 3vw, 2.5rem);
  background: #fff;
  color: var(--home-navy, #001064);
  overflow: clip;
}
.theme-home .home-scroll-stack-heading {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto clamp(2.2rem, 4vw, 4rem);
}
.theme-home .home-scroll-stack-heading .security-pill {
  margin-bottom: 1rem;
}
.theme-home .home-scroll-stack-heading h2 {
  max-width: 760px;
  margin: 0 0 .8rem;
  color: var(--home-navy, #001064);
  font-size: clamp(2rem, 3.8vw, 3.55rem);
  line-height: 1.04;
  scroll-margin-top: 155px;
}
.theme-home .home-scroll-stack-heading > p:not(.security-pill) {
  max-width: 760px;
  margin: 0;
  color: #4d5564;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.62;
}
.scroll-stack-scroller {
  position: relative;
  width: 100%;
  overflow-x: visible;
  overscroll-behavior: contain;
  scroll-behavior: auto !important;
  transform: translateZ(0);
  will-change: scroll-position;
}
.scroll-stack-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 0 clamp(14rem, 30vw, 32rem);
}
.scroll-stack-card-wrapper {
  position: relative;
}
.scroll-stack-card {
  position: relative;
  width: 100%;
  min-height: clamp(22rem, 36vw, 28rem);
  margin: 30px 0;
  box-sizing: border-box;
  transform: translateZ(0);
  transform-origin: top center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, filter;
}
.scroll-stack-end {
  width: 100%;
  height: 1px;
}
.theme-home .service-stack-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
  grid-template-areas:
    "logo image"
    "copy image"
    "total image";
  gap: clamp(1.1rem, 2vw, 2rem);
  align-items: stretch;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  border: 1px solid rgba(0,1,64,.1);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #f6f7fb 100%);
  box-shadow: 0 18px 40px rgba(0,1,64,.12);
  text-align: left;
  overflow: hidden;
}
.theme-home .service-stack-card::before {
  position: absolute;
  inset: 0;
  border-top: 6px solid var(--home-gold, #f2c400);
  content: '';
  pointer-events: none;
}
.theme-home .service-stack-logo {
  grid-area: logo;
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  padding: .48rem;
  border: 1px solid rgba(0,1,64,.1);
  border-radius: 8px;
  background: #fff;
}
.theme-home .service-stack-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.theme-home .service-stack-copy {
  grid-area: copy;
  align-self: center;
}
.theme-home .service-stack-copy > p:first-child {
  margin: 0 0 .6rem;
  color: var(--home-gold, #f2c400);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.theme-home .service-stack-copy h3 {
  margin: 0 0 .85rem;
  color: var(--home-navy, #001064);
  font-size: clamp(1.65rem, 2.7vw, 2.75rem);
  line-height: 1.02;
}
.theme-home .service-stack-copy > p:not(:first-child) {
  max-width: 620px;
  margin: 0 0 1.35rem;
  color: #3d4655;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.6;
}
.theme-home .service-stack-copy a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  border: 1px solid var(--home-navy, #001064);
  border-radius: 999px;
  background: var(--home-navy, #001064);
  color: #fff;
  font-weight: 800;
  text-decoration: none !important;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.theme-home .service-stack-copy a:hover,
.theme-home .service-stack-copy a:focus-visible {
  border-color: var(--home-gold, #f2c400);
  background: #fff;
  color: var(--home-navy, #001064);
}
.theme-home .service-stack-image {
  grid-area: image;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #e9ecf3;
}
.theme-home .service-stack-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(18rem, 30vw, 24rem);
  object-fit: cover;
}
.theme-home .service-stack-total {
  grid-area: total;
  display: flex;
  width: fit-content;
  min-width: 180px;
  align-items: center;
  gap: .85rem;
  align-self: end;
  padding: .85rem 1rem;
  border-left: 4px solid var(--home-gold, #f2c400);
  background: var(--home-navy, #001064);
  color: #fff;
}
.theme-home .service-stack-total span:first-child {
  color: var(--home-gold, #f2c400);
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  line-height: 1;
}
.theme-home .service-stack-total span:last-child {
  max-width: 120px;
  color: rgba(255,255,255,.86);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .theme-home .service-stack-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "image"
      "copy"
      "total";
  }
  .theme-home .service-stack-image img {
    min-height: 260px;
  }
}

@media (max-width: 575.98px) {
  .theme-home .home-scroll-stack-section {
    padding-top: 3.5rem;
  }
  .scroll-stack-inner,
  .theme-home .home-scroll-stack-heading {
    width: calc(100% - 30px);
  }
  .scroll-stack-inner {
    padding-bottom: 12rem;
  }
  .scroll-stack-card {
    min-height: 0;
  }
  .theme-home .service-stack-card {
    gap: 1rem;
    padding: 1rem;
  }
  .theme-home .service-stack-logo {
    width: 54px;
    height: 54px;
  }
  .theme-home .service-stack-total {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
  }
}

.theme-site .navbar .dropdown-item::before {
  display: none !important;
}

.theme-site .navbar .dropdown-item:hover,
.theme-site .navbar .dropdown-item:focus,
.theme-site .navbar .dropdown-item.active,
.theme-site .navbar .dropdown-item:active {
  background: #eef0f3 !important;
  color: var(--home-navy, #001064) !important;
  padding-left: 1rem !important;
  transform: none !important;
}

.theme-home .home-service-categories .eagle-service-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: var(--home-navy, #001064);
  text-decoration: none !important;
}
.theme-home .home-service-categories .eagle-service-card:hover,
.theme-home .home-service-categories .eagle-service-card:focus,
.theme-home .home-service-categories .eagle-service-card:focus-visible {
  text-decoration: none !important;
}
.theme-home .home-service-categories .eagle-service-card .card-footer {
  flex: 1;
}

.theme-home .home-services-minimal {
  width: 100% !important;
  max-width: none !important;
  min-height: 430px;
  margin: 0 !important;
  padding: clamp(1rem, 1.2vw, 1.35rem) clamp(1.25rem, 4vw, 4rem) clamp(1.1rem, 1.25vw, 1.45rem) !important;
  background: #fff;
  color: #001064;
}
.theme-home .home-services-minimal-inner {
  display: flex;
  width: min(1920px, 100%);
  min-height: calc(430px - clamp(2.1rem, 2.6vw, 2.8rem));
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.1rem, 1.65vw, 2rem);
}
.theme-home .home-services-minimal h2 {
  margin: 0;
  color: #001064;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(2rem, 2.7vw, 3rem);
  line-height: 1;
  scroll-margin-top: 115px;
  text-align: center;
  text-transform: uppercase;
}
.theme-home .home-services-minimal h2 span {
  display: block;
}
.theme-home .home-services-minimal h2 span:first-child {
  font-size: .86em;
}
.theme-home .home-services-minimal h2 span:last-child {
  font-size: 1.14em;
  line-height: .94;
}
.theme-home .home-services-minimal-grid {
  display: grid;
  width: min(1626px, 100%);
  grid-template-columns: repeat(4, minmax(0, 380px));
  justify-content: center;
  gap: clamp(1.25rem, 1.85vw, 2.2rem);
}
.theme-home .home-service-tile {
  --service-tilt-rotate-x: 0deg;
  --service-tilt-rotate-y: 0deg;
  --service-card-elevation: 0px;
  position: relative;
  isolation: isolate;
  display: flex;
  width: 100%;
  max-width: 380px;
  height: 255px;
  align-items: center;
  justify-content: center;
  padding: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(0,16,100,.18);
  border-radius: 24px;
  background: #001064;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none;
  transform: perspective(900px) rotateX(var(--service-tilt-rotate-x)) rotateY(var(--service-tilt-rotate-y)) translateY(var(--service-card-elevation));
  transform-style: preserve-3d;
  will-change: transform;
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.theme-home .home-service-tile::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 66px;
  border-radius: 22px 22px 0 0;
  background: #fff;
  content: '';
  transform: translateY(-105%);
  transform-origin: top center;
  transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.theme-home .home-service-tile-title {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 340px;
  color: #fff;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(1.58rem, 1.78vw, 2.08rem);
  line-height: 1.18;
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
  transition: color .32s ease, font-size .32s ease, transform .4s cubic-bezier(.22,1,.36,1), max-width .32s ease;
}
.theme-home .home-service-tile:nth-child(3) .home-service-tile-title {
  max-width: 360px;
  font-size: clamp(1.45rem, 1.48vw, 1.76rem);
  line-height: 1.22;
}
.theme-home .home-service-tile-copy {
  position: absolute;
  right: 1.25rem;
  left: 1.25rem;
  top: 82px;
  z-index: 2;
  display: block;
  color: rgba(255,255,255,.9);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.32;
  opacity: 0;
  text-align: left;
  transform: translateY(16px);
  transition: opacity .3s ease .08s, transform .36s cubic-bezier(.22,1,.36,1) .08s;
}
.theme-home .home-service-tile:hover,
.theme-home .home-service-tile:focus-visible {
  border-color: #001064;
  box-shadow: 0 18px 40px rgba(0,16,100,.16);
  --service-card-elevation: -4px;
}
.theme-home .home-service-tile:hover::before,
.theme-home .home-service-tile:focus-visible::before {
  transform: translateY(0);
}
.theme-home .home-service-tile:hover .home-service-tile-title,
.theme-home .home-service-tile:focus-visible .home-service-tile-title {
  max-width: calc(100% - 2.5rem);
  color: #001064;
  font-size: clamp(.78rem, .82vw, 1rem);
  line-height: 1.12;
  white-space: normal;
  transform: translateY(calc(-127.5px + 33px));
}
.theme-home .home-service-tile:hover .home-service-tile-copy,
.theme-home .home-service-tile:focus-visible .home-service-tile-copy {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199.98px) {
  .theme-home .home-services-minimal {
    min-height: auto;
  }
  .theme-home .home-services-minimal-grid {
    grid-template-columns: repeat(2, minmax(0, 380px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-home .home-service-tile {
    --service-tilt-rotate-x: 0deg !important;
    --service-tilt-rotate-y: 0deg !important;
  }
}

@media (max-width: 575.98px) {
  .theme-home .home-services-minimal {
    padding: 5.25rem 1.25rem 3rem !important;
  }
  .theme-home .home-services-minimal-inner {
    gap: 1.65rem;
  }
  .theme-home .home-services-minimal-grid {
    grid-template-columns: minmax(0, 380px);
  }
  .theme-home .home-service-tile {
    height: 235px;
    border-radius: 20px;
  }
  .theme-home .home-service-tile::before {
    height: 62px;
    border-radius: 18px 18px 0 0;
  }
  .theme-home .home-service-tile:hover .home-service-tile-title,
  .theme-home .home-service-tile:focus-visible .home-service-tile-title {
    transform: translateY(calc(-117.5px + 31px));
  }
}

.theme-home .why-security-section.why-security-minimal {
  --why-nav-offset: 88px;
  --why-scroll-distance: 1220px;
  --why-stage-height: clamp(650px, 39.0625vw, 750px);
  width: 100% !important;
  max-width: none !important;
  min-height: calc(var(--why-stage-height) + var(--why-scroll-distance));
  margin: clamp(3rem, 5vw, 4rem) 0 !important;
  padding: 0 !important;
  background: #001064 !important;
  color: #fff;
  text-align: center;
  overflow: visible;
}
.theme-home .why-security-section.why-security-minimal::after {
  display: none !important;
}
.theme-home .why-security-minimal-inner {
  position: sticky;
  z-index: 1;
  top: var(--why-nav-offset);
  display: grid;
  width: min(1920px, 100%);
  height: min(var(--why-stage-height), calc(100vh - var(--why-nav-offset)));
  min-height: min(var(--why-stage-height), calc(100vh - var(--why-nav-offset)));
  margin: 0 auto;
  padding: clamp(1.35rem, 2vw, 2rem) clamp(1.5rem, 5vw, 4rem) clamp(1rem, 1.8vw, 1.75rem);
  grid-template-rows: clamp(112px, 16.5%, 128px) minmax(0, 1fr);
  gap: clamp(.35rem, .7vw, .75rem);
  overflow: hidden;
}
.theme-home .why-security-heading-row {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  padding-top: clamp(.7rem, 1.2vw, 1.25rem);
  transform: translateY(clamp(1.3rem, 2vw, 2.25rem));
}
.theme-home .why-security-minimal h2 {
  position: relative;
  z-index: 4;
  max-width: min(1760px, 100%);
  margin: 0 auto .55rem;
  color: #fff;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(1.9rem, 2.35vw, 3rem);
  line-height: 1.08;
  scroll-margin-top: 135px;
  text-transform: uppercase;
}
.theme-home .why-security-intro {
  position: relative;
  z-index: 4;
  max-width: 900px;
  margin: 0 auto;
  color: rgba(255,255,255,.82);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.55;
}
.theme-home .why-scroll-stack {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 0;
  margin-top: 0;
  overflow: visible;
}
.theme-home .why-scroll-stack .scroll-stack-inner {
  position: relative;
  width: min(1200px, 100%);
  min-height: 100%;
  margin: 0 auto;
  padding: 0 0 52rem;
  will-change: transform;
}
.theme-home .why-scroll-stack .scroll-stack-card-wrapper {
  position: relative;
  margin: 0;
  pointer-events: auto;
}
.theme-home .why-scroll-stack .service-stack-card {
  width: 100%;
  height: 420px;
  min-height: 0;
  max-height: 420px;
  margin: 30px 0;
  aspect-ratio: 1200 / 420;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
  grid-template-rows: minmax(0, 1fr) auto;
  grid-template-areas:
    "copy image"
    "total image";
  gap: clamp(1.35rem, 2.5vw, 2.6rem);
  padding: clamp(1.6rem, 2.5vw, 2.25rem);
  border-color: rgba(0,16,100,.12);
  background: #fff;
  box-shadow: 0 24px 54px rgba(0,0,0,.25);
}
.theme-home .why-scroll-stack .service-stack-image {
  background: #dfe3eb;
}
.theme-home .why-scroll-stack .service-stack-image img {
  min-height: 0;
}
.theme-home .why-security-reasons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
}
.theme-home .why-security-reasons article {
  min-width: 0;
  padding: .35rem .4rem 0;
}
.theme-home .why-security-reasons i {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 1rem;
  border: 1px solid rgba(242,196,0,.75);
  border-radius: 50%;
  color: var(--home-gold, #f2c400);
  font-size: 1.35rem;
  place-items: center;
}
.theme-home .why-security-reasons h3 {
  margin: 0 0 .55rem;
  color: #fff;
  font-size: .95rem;
  line-height: 1.25;
}
.theme-home .why-security-reasons p {
  max-width: 230px;
  margin: 0 auto;
  color: rgba(255,255,255,.78);
  font-size: .9rem;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .theme-home .why-security-section.why-security-minimal {
    min-height: auto;
    overflow: hidden;
  }
  .theme-home .why-security-minimal-inner {
    position: relative;
    top: auto;
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 2.75rem 1.25rem 3rem;
    overflow: visible;
  }
  .theme-home .why-scroll-stack {
    display: block;
    margin-top: 1.8rem;
  }
  .theme-home .why-scroll-stack .scroll-stack-inner {
    position: static;
    width: min(560px, 100%);
    height: auto;
    max-height: none;
    padding-bottom: 0;
  }
  .theme-home .why-scroll-stack .scroll-stack-card-wrapper {
    position: relative;
    inset: auto;
    display: block;
    margin: 0 0 1.35rem;
    pointer-events: auto;
  }
  .theme-home .why-scroll-stack .service-stack-card {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "copy"
      "total";
    transform: none !important;
  }
  .theme-home .why-scroll-stack .service-stack-image img {
    min-height: 260px;
  }
  .theme-home .why-security-reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .theme-home .why-security-section.why-security-minimal {
    padding: 0 !important;
  }
  .theme-home .why-security-minimal h2 {
    font-size: clamp(1.85rem, 8.2vw, 2.35rem);
    scroll-margin-top: 120px;
  }
  .theme-home .why-security-reasons {
    grid-template-columns: 1fr;
  }
}

/* Laptop ratio pass: keep the 1920x1080 composition, scaled for common laptop widths. */
@media (min-width: 992px) and (max-width: 1599.98px) {
  .theme-site .container-fluid.nav-bar > .navbar {
    min-height: clamp(66px, 5.1vw, 78px);
  }

  .theme-site .nav-bar .eagle-logo-mobile {
    width: clamp(118px, 9.2vw, 142px);
    height: clamp(53px, 4.2vw, 64px);
  }

  .theme-site .nav-bar .navbar-nav {
    gap: clamp(.55rem, 1.15vw, 1.1rem);
  }

  .theme-site .nav-bar .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: .4rem;
    font-size: clamp(.9rem, 1.04vw, 1rem);
  }

  .theme-page-hero,
  .service-template-hero,
  .industry-hero,
  .corporate-risk-hero,
  .blog-detail-hero,
  .about-hero,
  .quote-hero,
  .industry-index-hero,
  .services-index-hero,
  .blogs-hero {
    padding: clamp(3rem, 4.7vw, 4.6rem) 0 !important;
  }

  .service-template-shell,
  .industry-shell,
  .about-shell,
  .quote-shell,
  .blog-shell,
  .services-index-shell,
  .industry-index-shell,
  .security-solutions-shell,
  .business-size-shell,
  .service-family-shell {
    width: min(1140px, calc(100% - clamp(44px, 5vw, 76px)));
  }

  .service-template-hero h1,
  .industry-hero h1,
  .corporate-risk-hero h1,
  .blog-detail-hero h1,
  .about-hero h1,
  .quote-hero h1,
  .industry-index-hero h1,
  .services-index-hero h1,
  .blogs-hero h1,
  .industry-index-hero-copy h1,
  .quote-request-intro h1 {
    font-size: clamp(2.25rem, 3.7vw, 3.55rem);
    line-height: 1.04;
  }

  .service-template-media img,
  .industry-media img,
  .about-media img,
  .blog-detail-media img,
  .corporate-risk-hero-media img,
  .corporate-risk-inline-media img {
    min-height: clamp(260px, 27vw, 380px);
    max-height: clamp(340px, 34vw, 460px);
  }

  .services-catalogue .theme-page-hero {
    padding: clamp(2.8rem, 4.35vw, 4.15rem) 0 clamp(3.1rem, 4.7vw, 4.4rem) !important;
  }

  .services-catalogue .theme-page-hero h1 {
    font-size: clamp(2.45rem, 4vw, 3.45rem);
    line-height: 1.04;
  }

  .services-catalogue .theme-page-hero .lead {
    max-width: 850px;
    font-size: clamp(1rem, 1.42vw, 1.22rem);
    line-height: 1.45;
  }

  .service-family-nav {
    margin-top: -1.35rem;
  }

  .service-family-nav > div {
    width: min(1080px, calc(100% - clamp(48px, 7vw, 96px)));
  }

  .service-family-nav a {
    padding: .85rem 1rem;
    font-size: clamp(.82rem, 1vw, .92rem);
  }

  .service-family-nav span {
    font-size: .6rem;
  }

  .service-family {
    padding: clamp(3rem, 4.8vw, 5rem) clamp(18px, 3vw, 32px);
  }

  .service-family-heading {
    gap: clamp(1.4rem, 4vw, 3.4rem);
    margin-bottom: 1.75rem;
  }

  .service-family-heading h2 {
    font-size: clamp(1.9rem, 3.25vw, 2.8rem);
  }

  .service-category-copy {
    min-height: 220px;
    padding: 1.2rem;
  }

  .theme-home #homepage-slideshow.premium-security-hero {
    min-height: clamp(330px, 28.65vw, 458px) !important;
    height: clamp(330px, 28.65vw, 458px) !important;
    margin-bottom: clamp(1.7rem, 3vw, 3.2rem) !important;
  }

  .theme-home #homepage-slideshow .premium-security-copy {
    left: clamp(42px, 5.1vw, 82px);
    width: min(690px, 49vw);
  }

  .theme-home #homepage-slideshow .premium-security-copy h1 {
    font-size: clamp(2.5rem, 3.55vw, 4.1rem) !important;
  }

  .theme-home #homepage-slideshow .premium-security-copy > p:not(.premium-security-kicker) {
    max-width: 520px;
    font-size: clamp(.98rem, 1.35vw, 1.28rem);
  }

  .theme-home #homepage-slideshow .premium-security-image {
    right: clamp(24px, 4.8vw, 76px) !important;
    bottom: clamp(46px, 4vw, 70px) !important;
    width: min(50vw, 580px);
    height: min(40vw, 380px);
  }

  .theme-home #homepage-slideshow .home-hero-banner {
    width: min(58vw, 780px);
  }

  .theme-home #homepage-slideshow .home-hero-coverage {
    font-size: clamp(1rem, 1.22vw, 1.3rem);
  }

  .theme-home .home-services-minimal {
    min-height: clamp(300px, 25vw, 390px);
    padding: clamp(.7rem, 1vw, 1.05rem) clamp(1rem, 3.4vw, 3.5rem) clamp(.8rem, 1.1vw, 1.15rem) !important;
  }

  .theme-home .home-services-minimal-inner {
    min-height: calc(clamp(300px, 25vw, 390px) - clamp(1.5rem, 2.2vw, 2.4rem));
    gap: clamp(.9rem, 1.4vw, 1.55rem);
  }

  .theme-home .home-services-minimal h2 {
    font-size: clamp(1.85rem, 2.55vw, 2.7rem);
  }

  .theme-home .home-services-minimal-grid {
    width: min(1360px, 100%);
    gap: clamp(1rem, 1.55vw, 1.75rem);
  }

  .theme-home .home-service-tile {
    height: clamp(185px, 14.5vw, 230px);
    border-radius: 21px;
  }

  .theme-home .home-service-tile::before {
    height: clamp(54px, 4.4vw, 62px);
    border-radius: 19px 19px 0 0;
  }

  .theme-home .home-service-tile-copy {
    top: clamp(68px, 5.5vw, 78px);
    font-size: .78rem;
  }

  .theme-home .home-service-tile:hover .home-service-tile-title,
  .theme-home .home-service-tile:focus-visible .home-service-tile-title {
    transform: translateY(clamp(-82px, -5vw, -66px));
  }

  .about-intro-section {
    min-height: clamp(500px, 38vw, 600px);
  }

  .about-intro-media {
    min-height: clamp(500px, 38vw, 600px);
  }

  .about-intro-media img {
    max-height: clamp(500px, 38vw, 600px);
  }

  .about-intro-copy {
    max-width: 590px;
    padding: clamp(2.25rem, 4vw, 4rem);
  }

  .about-intro-copy h1 {
    font-size: clamp(2.3rem, 3.5vw, 3.35rem);
    line-height: 1.06;
  }

  .about-intro-copy p {
    font-size: clamp(.92rem, 1.08vw, 1rem);
    line-height: 1.58;
  }

  .theme-site .eagle-theme-content > .quote-request-section,
  .theme-site .quote-request-section {
    grid-template-columns: minmax(330px, .86fr) minmax(540px, 1.14fr);
    gap: clamp(1.2rem, 2.4vw, 2.6rem);
    padding: clamp(.7rem, 1.35vw, 1.25rem) clamp(20px, 3.6vw, 56px) clamp(2.5rem, 4.2vw, 4rem) !important;
  }

  .theme-site .quote-request-intro p:not(.eyebrow) {
    max-width: 460px;
    font-size: clamp(.95rem, 1.1vw, 1.02rem);
    line-height: 1.72;
  }

  .theme-site .contact-form.quote-clean-form {
    padding: clamp(1.45rem, 2.25vw, 2rem);
  }

  .quote-clean-form input,
  .quote-clean-form textarea,
  .quote-clean-form select,
  .form-control {
    min-height: 48px;
  }

  .theme-home .why-security-section.why-security-minimal {
    --why-stage-height: clamp(560px, 42vw, 680px);
    --why-scroll-distance: 980px;
    margin: clamp(2.4rem, 4vw, 3.4rem) 0 !important;
  }

  .theme-home .why-security-minimal-inner {
    padding: clamp(1.15rem, 1.65vw, 1.65rem) clamp(1.25rem, 4vw, 3.25rem) clamp(.85rem, 1.4vw, 1.35rem);
  }

  .theme-home .why-scroll-stack .service-stack-card {
    height: clamp(340px, 28vw, 390px);
    max-height: 390px;
  }

  .theme-home .why-scroll-stack .service-stack-image {
    height: clamp(300px, 26vw, 360px);
    max-height: 360px;
  }

  .footer-v2-hero {
    min-height: clamp(260px, 22vw, 320px);
    padding: clamp(3rem, 5vw, 4.6rem) 1.25rem;
  }

  .theme-site .footer-v2-main {
    width: min(1240px, calc(100% - clamp(44px, 5vw, 76px))) !important;
    gap: clamp(1.5rem, 3.6vw, 3.2rem);
    padding: clamp(3rem, 5vw, 4.5rem) 0 clamp(2.5rem, 4.4vw, 3.8rem);
  }

  .theme-site .footer-v2-brand .eagle-footer-logo {
    width: clamp(128px, 10vw, 150px);
    height: clamp(92px, 7.25vw, 109px);
  }
}

/* Requested laptop/desktop polish for the stacked card, trust panel, and final CTA. */
@media (min-width: 992px) {
  .theme-home .why-security-section.why-security-minimal {
    --why-stage-height: clamp(620px, 38vw, 720px);
  }

  .theme-home .why-security-minimal-inner {
    grid-template-rows: clamp(94px, 13%, 116px) minmax(0, 1fr);
    gap: clamp(.2rem, .45vw, .55rem);
    overflow: visible;
  }

  .theme-home .why-security-heading-row {
    transform: translateY(clamp(.35rem, 1vw, 1.1rem));
  }

  .theme-home .why-scroll-stack .scroll-stack-inner {
    width: min(1180px, calc(100% - 72px));
  }

  .theme-home .why-scroll-stack .service-stack-card {
    height: clamp(318px, 23.7vw, 386px);
    max-height: 386px;
    margin: clamp(14px, 1.4vw, 24px) 0;
    gap: clamp(1rem, 1.8vw, 2rem);
    padding: clamp(1.25rem, 2.15vw, 2rem);
    overflow: visible;
    border: 1px solid rgba(0,16,100,.1);
    border-radius: 8px;
    box-shadow: 0 20px 46px rgba(0,0,0,.24);
  }

  .theme-home .why-scroll-stack .service-stack-card::before {
    border-top-width: 5px;
    border-radius: 8px 8px 0 0;
  }

  .theme-home .why-scroll-stack .service-stack-copy h3 {
    font-size: clamp(1.9rem, 2.7vw, 2.8rem);
  }

  .theme-home .why-scroll-stack .service-stack-copy > p:not(:first-child) {
    max-width: 600px;
    margin-bottom: 1.05rem;
    line-height: 1.48;
  }

  .theme-home .why-scroll-stack .service-stack-image {
    min-height: 0;
    height: 100%;
    max-height: none;
    border-radius: 7px;
  }

  .theme-home .why-scroll-stack .service-stack-image img {
    height: 100%;
    min-height: 0 !important;
  }

  .theme-home .why-scroll-stack .service-stack-total {
    align-self: end;
    min-height: 54px;
    margin-bottom: 0;
    border-radius: 0 0 7px 7px;
  }

  .theme-home .trusted-security-panel {
    width: min(1520px, calc(100% - 72px)) !important;
    max-width: none !important;
    min-height: clamp(430px, 31vw, 540px);
    margin: clamp(4rem, 6vw, 6rem) auto;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(390px, .78fr);
    grid-template-rows: auto auto;
    grid-template-areas:
      "copy image"
      "facts image";
    align-content: center;
    column-gap: clamp(2rem, 4vw, 4.5rem);
    row-gap: clamp(1.5rem, 2.4vw, 2.2rem);
    padding: clamp(2.3rem, 4.2vw, 4.5rem);
    overflow: hidden;
    border: 1px solid rgba(0,16,100,.1);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(255,255,255,.98), rgba(244,248,252,.98) 54%, rgba(235,242,250,.98)),
      #f7faff;
    box-shadow: 0 28px 70px rgba(0,16,100,.14);
  }

  .theme-home .trusted-security-panel::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: var(--home-gold, #f2c400);
    content: '';
  }

  .theme-home .trusted-security-backdrop {
    z-index: 0;
    top: clamp(1.4rem, 2.4vw, 2.25rem);
    right: clamp(1.4rem, 2.4vw, 2.25rem);
    bottom: clamp(1.4rem, 2.4vw, 2.25rem);
    left: auto;
    width: min(41%, 590px);
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 22px 48px rgba(0,16,100,.18);
  }

  .theme-home .trusted-security-backdrop::after {
    background:
      linear-gradient(180deg, rgba(0,16,100,.1), rgba(0,16,100,.45)),
      linear-gradient(90deg, rgba(255,255,255,0), rgba(0,16,100,.12));
  }

  .theme-home .trusted-security-backdrop img {
    filter: saturate(.9) contrast(1.06);
    object-position: center;
    transform: scale(1.02);
  }

  .theme-home .trusted-security-content {
    position: relative;
    z-index: 1;
    grid-area: copy;
    max-width: 720px;
  }

  .theme-home .trusted-security-content::before {
    display: block;
    width: 72px;
    height: 4px;
    margin-bottom: 1.15rem;
    background: var(--home-gold, #f2c400);
    content: '';
  }

  .theme-home .trusted-security-content h2 {
    margin-bottom: 1rem;
    color: var(--home-navy, #001064);
    font-size: clamp(2.6rem, 4.35vw, 4.9rem);
    line-height: 1.02;
  }

  .theme-home .trusted-security-content p {
    max-width: 760px;
    color: #3f4a5a;
    font-size: clamp(1rem, 1.35vw, 1.25rem);
    line-height: 1.65;
  }

  .theme-home .trusted-security-facts {
    position: relative;
    z-index: 1;
    grid-area: facts;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    gap: clamp(.8rem, 1.25vw, 1.15rem);
  }

  .theme-home .trusted-security-facts article {
    min-width: 0;
    min-height: 118px;
    padding: clamp(1rem, 1.55vw, 1.35rem);
    border: 1px solid rgba(0,16,100,.1);
    border-bottom: 4px solid var(--home-gold, #f2c400);
    border-radius: 8px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 14px 32px rgba(0,16,100,.1);
    backdrop-filter: blur(8px);
  }

  .theme-home .trusted-security-facts strong {
    font-size: clamp(1.7rem, 2.3vw, 2.45rem);
    line-height: 1.05;
  }

  .theme-home .trusted-security-facts span {
    margin-top: .4rem;
    color: #526174;
  }

  .theme-home .trusted-security-facts article:hover {
    background: var(--home-navy, #001064);
    box-shadow: 0 18px 42px rgba(0,16,100,.2);
  }

  .theme-site .footer-v2-hero {
    position: relative;
    min-height: clamp(320px, 26vw, 440px);
    overflow: hidden;
    padding: clamp(3.4rem, 5.6vw, 5.5rem) 1.25rem;
    border-bottom: 1px solid rgba(0,16,100,.08);
    background:
      linear-gradient(135deg, rgba(255,255,255,.96), rgba(240,246,252,.98) 62%, rgba(226,237,249,.98)),
      #f3f8fd;
    color: var(--home-navy, #001064);
  }

  .theme-site .footer-v2-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 6px;
    background: var(--home-gold, #f2c400);
    content: '';
  }

  .theme-site .footer-v2-hero::after {
    position: absolute;
    right: max(1rem, 6vw);
    bottom: clamp(1rem, 2vw, 1.8rem);
    width: min(360px, 28vw);
    height: 58%;
    border: 1px solid rgba(0,16,100,.12);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(255,255,255,.65), rgba(255,255,255,.08)),
      repeating-linear-gradient(135deg, rgba(0,16,100,.12) 0 1px, transparent 1px 16px);
    content: '';
    opacity: .45;
  }

  .theme-site .footer-v2-hero h2,
  .theme-site .footer-v2-hero p,
  .theme-site .footer-v2-hero-button {
    position: relative;
    z-index: 1;
  }

  .theme-site .footer-v2-hero h2 {
    max-width: 900px;
    color: var(--home-navy, #001064);
    font-size: clamp(2.35rem, 4vw, 4.1rem);
  }

  .theme-site .footer-v2-hero p {
    max-width: 720px;
    color: #3f4a5a;
    font-size: clamp(1rem, 1.22vw, 1.15rem);
  }

  .theme-site .footer-v2-hero-button {
    min-width: 200px;
    border-color: var(--home-gold, #f2c400);
    border-radius: 8px;
    background: var(--home-gold, #f2c400);
    color: var(--home-navy, #001064) !important;
    box-shadow: 0 14px 28px rgba(242,196,0,.22);
  }

  .theme-site .footer-v2-hero-button:hover,
  .theme-site .footer-v2-hero-button:focus-visible {
    border-color: var(--home-navy, #001064);
    background: var(--home-navy, #001064);
    color: #fff !important;
  }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
  .theme-home .why-security-section.why-security-minimal {
    --why-stage-height: clamp(580px, 42vw, 660px);
    --why-scroll-distance: 900px;
  }

  .theme-home .why-scroll-stack .service-stack-card {
    height: clamp(300px, 23vw, 350px);
    max-height: 350px;
  }

  .theme-home .why-scroll-stack .service-stack-copy h3 {
    font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  }

  .theme-home .why-scroll-stack .service-stack-copy > p:not(:first-child) {
    font-size: clamp(.9rem, 1.1vw, 1rem);
  }

  .theme-home .trusted-security-panel {
    min-height: clamp(380px, 33vw, 470px);
    grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
    padding: clamp(2rem, 3.5vw, 3.4rem);
  }

  .theme-home .trusted-security-backdrop {
    width: min(36%, 470px);
  }

  .theme-home .trusted-security-content h2 {
    font-size: clamp(2.35rem, 4vw, 3.65rem);
  }

  .theme-home .trusted-security-facts article {
    min-height: 104px;
  }
}

@media (max-width: 991.98px) {
  .theme-home .trusted-security-panel {
    background: #f3f8fd;
  }

  .theme-home .trusted-security-backdrop {
    opacity: .24;
  }

  .theme-site .footer-v2-hero {
    background: #f3f8fd;
  }

  .theme-site .footer-v2-hero h2 {
    color: var(--home-navy, #001064);
  }

  .theme-site .footer-v2-hero p {
    color: #3f4a5a;
  }
}

/* Homepage laptop redesign: service cards, stack clearance, and insight cards. */
.theme-home .home-services-eyebrow {
  width: min(1520px, 100%);
  margin: 0 auto .85rem;
  color: var(--home-navy, #001064);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(.78rem, .9vw, .95rem);
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

.theme-home .home-services-eyebrow::before {
  display: inline-block;
  width: .45rem;
  height: .45rem;
  margin-right: .72rem;
  border-radius: 50%;
  background: var(--home-gold, #f2c400);
  content: '';
  vertical-align: .08rem;
}

@media (min-width: 992px) {
  .theme-home .home-services-minimal {
    min-height: 0;
    padding: clamp(3.6rem, 5vw, 5.7rem) clamp(2rem, 4.8vw, 5.8rem) clamp(4rem, 5.5vw, 6.25rem) !important;
    background: #f3f5f9;
  }

  .theme-home .home-services-minimal-inner {
    width: min(1520px, 100%);
    min-height: 0;
    align-items: stretch;
    gap: clamp(1.8rem, 2.6vw, 3rem);
  }

  .theme-home .home-services-minimal h2 {
    width: min(1260px, 100%);
    margin: 0;
    font-size: clamp(2.65rem, 3.8vw, 4.55rem);
    line-height: 1.08;
    text-align: left;
    text-wrap: balance;
  }

  .theme-home .home-services-minimal h2 span,
  .theme-home .home-services-minimal h2 span:first-child,
  .theme-home .home-services-minimal h2 span:last-child {
    display: inline;
    font-size: inherit;
    line-height: inherit;
  }

  .theme-home .home-services-minimal-grid {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: clamp(1.25rem, 1.9vw, 2rem);
  }

  .theme-home .home-service-tile {
    --service-card-elevation: 0px;
    display: flex;
    width: 100%;
    max-width: none;
    min-height: clamp(250px, 19vw, 315px);
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: clamp(1.45rem, 2.2vw, 2.15rem);
    overflow: visible;
    border: 1px solid rgba(0,16,100,.08);
    border-top: 6px solid var(--home-navy, #001064);
    border-radius: 0;
    background: #fff;
    color: var(--home-navy, #001064);
    text-align: left;
    box-shadow: 0 18px 42px rgba(0,16,100,.08);
    transform: perspective(900px) rotateX(var(--service-tilt-rotate-x)) rotateY(var(--service-tilt-rotate-y)) translateY(var(--service-card-elevation));
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
  }

  .theme-home .home-service-tile::before {
    display: none;
  }

  .theme-home .home-service-tile-title,
  .theme-home .home-service-tile:nth-child(3) .home-service-tile-title {
    position: static;
    z-index: auto;
    max-width: 100%;
    color: var(--home-navy, #001064);
    font-size: clamp(1.32rem, 1.65vw, 1.95rem);
    line-height: 1.15;
    text-align: left;
    overflow-wrap: normal;
    transform: none;
    word-break: normal;
  }

  .theme-home .home-service-tile:nth-child(3) .home-service-tile-title {
    font-size: clamp(1.12rem, 1.28vw, 1.52rem);
    line-height: 1.18;
  }

  .theme-home .home-service-tile-copy {
    position: static;
    inset: auto;
    z-index: auto;
    margin-top: 1.25rem;
    color: #4d5969;
    font-size: clamp(.9rem, .98vw, 1.03rem);
    line-height: 1.62;
    opacity: 1;
    text-align: left;
    transform: none;
    transition: color .28s ease;
  }

  .theme-home .home-service-tile:hover,
  .theme-home .home-service-tile:focus-visible {
    --service-card-elevation: -8px;
    border-color: rgba(0,16,100,.12);
    border-top-color: var(--home-gold, #f2c400);
    background: #fff;
    box-shadow: 0 26px 54px rgba(0,16,100,.14);
  }

  .theme-home .home-service-tile:hover .home-service-tile-title,
  .theme-home .home-service-tile:focus-visible .home-service-tile-title,
  .theme-home .home-service-tile:hover .home-service-tile-copy,
  .theme-home .home-service-tile:focus-visible .home-service-tile-copy {
    max-width: 100%;
    color: var(--home-navy, #001064);
    opacity: 1;
    transform: none;
  }

  .theme-home .home-service-tile:hover .home-service-tile-copy,
  .theme-home .home-service-tile:focus-visible .home-service-tile-copy {
    color: #3f4a5a;
  }

  .theme-home .why-security-section.why-security-minimal {
    --why-stage-height: clamp(650px, 43vw, 760px);
    min-height: calc(var(--why-stage-height) + var(--why-scroll-distance) + clamp(150px, 10vw, 220px)) !important;
    margin: clamp(3.5rem, 5vw, 4.75rem) 0 clamp(5.8rem, 8vw, 9rem) !important;
  }

  .theme-home .why-security-minimal-inner {
    padding-bottom: clamp(1.8rem, 2.6vw, 2.7rem);
    overflow: visible;
  }

  .theme-home .why-scroll-stack .service-stack-card {
    height: clamp(372px, 26vw, 430px);
    max-height: 430px;
    padding-bottom: clamp(1.65rem, 2.4vw, 2.55rem);
    overflow: visible;
  }

  .theme-home .why-scroll-stack .service-stack-copy {
    align-self: center;
  }

  .theme-home .why-scroll-stack .service-stack-total {
    align-self: end;
    margin-bottom: clamp(.35rem, .65vw, .7rem);
  }

  .theme-home .security-insights {
    width: min(1520px, calc(100% - clamp(56px, 5.6vw, 108px)));
    margin: 0 auto clamp(6rem, 8vw, 9rem);
  }

  .theme-home .security-insights-heading {
    max-width: 1160px;
    margin-bottom: clamp(2.2rem, 3.1vw, 3.5rem);
    text-align: left;
  }

  .theme-home .security-insights-heading > p {
    margin-bottom: 1rem;
    color: var(--home-navy, #001064);
  }

  .theme-home .security-insights-heading > p::before {
    color: var(--home-gold, #f2c400);
  }

  .theme-home .security-insights-heading h2 {
    max-width: 1080px;
    font-size: clamp(2.85rem, 4.4vw, 4.75rem);
    line-height: 1.08;
    text-align: left;
    text-wrap: balance;
  }

  .theme-home .security-insights-grid {
    gap: clamp(1.35rem, 2vw, 2.25rem);
  }

  .theme-home .security-insights-grid > article {
    overflow: hidden;
    border: 1px solid rgba(0,16,100,.08);
    border-top: 6px solid var(--home-navy, #001064);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0,16,100,.08);
  }

  .theme-home .security-insights-image img {
    height: clamp(190px, 14vw, 230px);
  }

  .theme-home .security-insights-image > span {
    top: 1rem;
    right: 1rem;
    background: var(--home-gold, #f2c400);
    color: var(--home-navy, #001064);
  }

  .theme-home .security-insights-body {
    padding: clamp(1.35rem, 2vw, 1.8rem);
    background: #fff;
  }

  .theme-home .security-insights-body h3 {
    min-height: 0;
    font-size: clamp(1.1rem, 1.35vw, 1.35rem);
  }

  .theme-home .security-insights-body > p:not(:first-child) {
    min-height: 0;
    font-size: clamp(.92rem, 1vw, 1rem);
  }

  .theme-home .security-insights-grid > article:hover,
  .theme-home .security-insights-grid > article:focus-within {
    border-color: rgba(0,16,100,.12);
    border-top-color: var(--home-gold, #f2c400);
    box-shadow: 0 26px 54px rgba(0,16,100,.14);
  }

  .theme-home .security-insights-grid > article:hover .security-insights-body,
  .theme-home .security-insights-grid > article:focus-within .security-insights-body {
    background: #fff;
  }

  .theme-home .security-insights-grid > article:hover .security-insights-body h3,
  .theme-home .security-insights-grid > article:hover .security-insights-body p,
  .theme-home .security-insights-grid > article:hover .security-insights-body > a,
  .theme-home .security-insights-grid > article:focus-within .security-insights-body h3,
  .theme-home .security-insights-grid > article:focus-within .security-insights-body p,
  .theme-home .security-insights-grid > article:focus-within .security-insights-body > a {
    color: var(--home-navy, #001064);
  }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
  .theme-home .home-services-minimal {
    padding: clamp(3.25rem, 4.7vw, 4.65rem) clamp(2rem, 4.5vw, 4.5rem) clamp(3.7rem, 5.2vw, 5.3rem) !important;
  }

  .theme-home .home-services-minimal h2 {
    font-size: clamp(2.5rem, 3.75vw, 3.45rem);
  }

  .theme-home .home-service-tile {
    min-height: clamp(236px, 18.8vw, 286px);
    padding: clamp(1.35rem, 2vw, 1.85rem);
  }

  .theme-home .home-service-tile-title,
  .theme-home .home-service-tile:nth-child(3) .home-service-tile-title {
    font-size: clamp(1.25rem, 1.65vw, 1.72rem);
  }

  .theme-home .home-service-tile:nth-child(3) .home-service-tile-title {
    font-size: clamp(1.06rem, 1.32vw, 1.32rem);
  }

  .theme-home .home-service-tile-copy {
    font-size: clamp(.88rem, 1vw, 1rem);
  }

  .theme-home .why-security-section.why-security-minimal {
    --why-stage-height: clamp(650px, 50vw, 720px);
    --why-scroll-distance: 960px;
  }

  .theme-home .why-scroll-stack .service-stack-card {
    height: clamp(368px, 28vw, 410px);
    max-height: 410px;
  }

  .theme-home .security-insights-heading h2 {
    font-size: clamp(2.55rem, 4.4vw, 3.8rem);
  }
}

@media (max-width: 991.98px) {
  .theme-home .home-services-eyebrow {
    text-align: center;
  }
}

/* Restore the previous homepage Our Services dark-card design. */
.theme-home .home-services-eyebrow {
  display: none;
}

@media (min-width: 992px) {
  .theme-home .home-services-minimal {
    width: 100% !important;
    max-width: none !important;
    min-height: 430px;
    margin: 0 !important;
    padding: clamp(1rem, 1.2vw, 1.35rem) clamp(1.25rem, 4vw, 4rem) clamp(1.1rem, 1.25vw, 1.45rem) !important;
    background: #fff;
    color: #001064;
  }

  .theme-home .home-services-minimal-inner {
    display: flex;
    width: min(1920px, 100%);
    min-height: calc(430px - clamp(2.1rem, 2.6vw, 2.8rem));
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(1.1rem, 1.65vw, 2rem);
  }

  .theme-home .home-services-minimal h2 {
    width: auto;
    margin: 0;
    color: #001064;
    font-family: "Moderniz", "DM Sans", Arial, sans-serif;
    font-size: clamp(2rem, 2.7vw, 3rem);
    line-height: 1;
    scroll-margin-top: 115px;
    text-align: center;
    text-transform: uppercase;
  }

  .theme-home .home-services-minimal h2 span {
    display: block;
  }

  .theme-home .home-services-minimal h2 span:first-child {
    font-size: 1em;
  }

  .theme-home .home-services-minimal h2 span:last-child {
    font-size: 1em;
    line-height: .9;
  }

  .theme-home .home-services-minimal-grid {
    display: grid;
    width: min(1626px, 100%);
    grid-template-columns: repeat(4, minmax(0, 380px));
    justify-content: center;
    gap: clamp(1.25rem, 1.85vw, 2.2rem);
  }

  .theme-home .home-service-tile {
    --service-card-elevation: 0px;
    position: relative;
    isolation: isolate;
    display: flex;
    width: 100%;
    max-width: 380px;
    min-height: 0;
    height: 255px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 1.4rem;
    overflow: hidden;
    border: 1px solid rgba(0,16,100,.18);
    border-radius: 24px;
    background: #001064;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    box-shadow: none;
    transform: perspective(900px) rotateX(var(--service-tilt-rotate-x)) rotateY(var(--service-tilt-rotate-y)) translateY(var(--service-card-elevation));
    transform-style: preserve-3d;
    will-change: transform;
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
  }

  .theme-home .home-service-tile::before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 66px;
    border-radius: 22px 22px 0 0;
    background: #fff;
    content: '';
    transform: translateY(-105%);
    transform-origin: top center;
    transition: transform .4s cubic-bezier(.22,1,.36,1);
  }

  .theme-home .home-service-tile-title {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 340px;
    color: #fff;
    font-family: "Moderniz", "DM Sans", Arial, sans-serif;
    font-size: clamp(1.58rem, 1.78vw, 2.08rem);
    line-height: 1.18;
    text-align: center;
    text-wrap: balance;
    text-transform: uppercase;
    transform: none;
    transition: color .32s ease, font-size .32s ease, transform .4s cubic-bezier(.22,1,.36,1), max-width .32s ease;
  }

  .theme-home .home-service-tile:nth-child(3) .home-service-tile-title {
    max-width: 360px;
    color: #fff;
    font-size: clamp(1.45rem, 1.48vw, 1.76rem);
    line-height: 1.22;
  }

  .theme-home .home-service-tile-copy {
    position: absolute;
    right: 1.25rem;
    left: 1.25rem;
    top: 82px;
    z-index: 2;
    display: block;
    margin-top: 0;
    color: rgba(255,255,255,.9);
    font-family: "DM Sans", Arial, sans-serif;
    font-size: .82rem;
    font-weight: 500;
    line-height: 1.32;
    opacity: 0;
    text-align: left;
    transform: translateY(16px);
    transition: opacity .3s ease .08s, transform .36s cubic-bezier(.22,1,.36,1) .08s;
  }

  .theme-home .home-service-tile:hover,
  .theme-home .home-service-tile:focus-visible {
    --service-card-elevation: -4px;
    border-color: #001064;
    background: #001064;
    box-shadow: 0 18px 40px rgba(0,16,100,.16);
  }

  .theme-home .home-service-tile:hover::before,
  .theme-home .home-service-tile:focus-visible::before {
    transform: translateY(0);
  }

  .theme-home .home-service-tile:hover .home-service-tile-title,
  .theme-home .home-service-tile:focus-visible .home-service-tile-title {
    max-width: calc(100% - 2.5rem);
    color: #001064;
    font-size: clamp(.78rem, .82vw, 1rem);
    line-height: 1.12;
    white-space: normal;
    transform: translateY(calc(-127.5px + 33px));
  }

  .theme-home .home-service-tile:hover .home-service-tile-copy,
  .theme-home .home-service-tile:focus-visible .home-service-tile-copy {
    color: rgba(255,255,255,.9);
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
  .theme-home .home-services-minimal {
    min-height: clamp(300px, 25vw, 390px);
    padding: clamp(.7rem, 1vw, 1.05rem) clamp(1rem, 3.4vw, 3.5rem) clamp(.8rem, 1.1vw, 1.15rem) !important;
  }

  .theme-home .home-services-minimal-inner {
    min-height: calc(clamp(300px, 25vw, 390px) - clamp(1.5rem, 2.2vw, 2.4rem));
    gap: clamp(.9rem, 1.4vw, 1.55rem);
  }

  .theme-home .home-services-minimal h2 {
    font-size: clamp(1.85rem, 2.55vw, 2.7rem);
  }

  .theme-home .home-services-minimal-grid {
    width: min(1360px, 100%);
    gap: clamp(1rem, 1.55vw, 1.75rem);
  }

  .theme-home .home-service-tile {
    height: clamp(185px, 14.5vw, 230px);
    border-radius: 21px;
  }

  .theme-home .home-service-tile::before {
    height: clamp(54px, 4.4vw, 62px);
    border-radius: 19px 19px 0 0;
  }

  .theme-home .home-service-tile-copy {
    top: clamp(68px, 5.5vw, 78px);
    font-size: .78rem;
  }

  .theme-home .home-service-tile:hover .home-service-tile-title,
  .theme-home .home-service-tile:focus-visible .home-service-tile-title {
    transform: translateY(clamp(-82px, -5vw, -66px));
  }
}

/* Requested one-line Our Services heading. */
.theme-home .home-services-minimal h2,
.theme-about .about-values-section .section-heading h2 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .1em;
  color: #001064;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(2rem, 2.7vw, 3rem);
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.theme-home .home-services-minimal h2 span,
.theme-home .home-services-minimal h2 span:first-child,
.theme-home .home-services-minimal h2 span:last-child,
.theme-about .about-values-section .section-heading h2 span,
.theme-about .about-values-section .section-heading h2 span:first-child,
.theme-about .about-values-section .section-heading h2 span:last-child {
  display: inline-block;
  line-height: .9;
}

.theme-home .home-services-minimal h2 span:first-child,
.theme-about .about-values-section .section-heading h2 span:first-child {
  font-size: 1em;
}

.theme-home .home-services-minimal h2 span:last-child,
.theme-about .about-values-section .section-heading h2 span:last-child {
  font-size: 1em;
}

/* Match the About values section to the homepage Our Services card style. */
.theme-about .about-values-section {
  width: 100% !important;
  max-width: none !important;
  min-height: 430px;
  margin: 0 !important;
  padding: 1.15rem 4rem 1.25rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  background: #fff;
  color: #001064;
}

.theme-about .about-values-section .section-heading {
  max-width: none;
  margin: 0;
  text-align: center;
}

.theme-about .about-values-section .section-heading h2 {
  margin: 0;
}

.theme-about .about-values-section .card-grid.four-up {
  width: min(1626px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 380px));
  justify-content: center;
  gap: 1.75rem;
}

.theme-about .about-values-section .feature-card {
  position: relative;
  min-height: 230px;
  height: 230px;
  max-width: 380px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,16,100,.18);
  border-radius: 24px;
  background: #001064;
  box-shadow: none;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.theme-about .about-values-section .feature-card::before {
  display: none;
}

.theme-about .about-values-section .feature-card h3 {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #fff;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: 1.9rem;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.theme-about .about-values-section .feature-card:nth-child(2) h3,
.theme-about .about-values-section .feature-card:nth-child(3) h3 {
  font-size: 1.5rem;
}

.theme-about .about-values-section .feature-card p {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 1600px) {
  .theme-about .about-values-section {
    min-height: 475px;
    gap: 2rem;
  }

  .theme-about .about-values-section .section-heading h2 {
    font-size: 3rem;
  }

  .theme-about .about-values-section .feature-card {
    min-height: 255px;
    height: 255px;
  }

  .theme-about .about-values-section .feature-card h3 {
    font-size: 2.08rem;
  }

  .theme-about .about-values-section .feature-card:nth-child(2) h3,
  .theme-about .about-values-section .feature-card:nth-child(3) h3 {
    font-size: 1.58rem;
  }
}

@media (max-width: 1199.98px) {
  .theme-about .about-values-section .card-grid.four-up {
    grid-template-columns: repeat(2, minmax(0, 380px));
  }
}

@media (max-width: 767.98px) {
  .theme-about .about-values-section {
    min-height: 0;
    padding: 3.5rem 1.25rem !important;
  }

  .theme-about .about-values-section .section-heading h2 {
    font-size: 2.15rem;
  }

  .theme-about .about-values-section .card-grid.four-up {
    grid-template-columns: minmax(0, 380px);
    gap: 1rem;
  }

  .theme-about .about-values-section .feature-card {
    min-height: 190px;
    height: 190px;
    padding: .65rem;
    border-radius: 20px;
  }

  .theme-about .about-values-section .feature-card h3,
  .theme-about .about-values-section .feature-card:nth-child(2) h3,
  .theme-about .about-values-section .feature-card:nth-child(3) h3 {
    font-size: 1.48rem;
  }

  .theme-about .about-values-section .feature-card:nth-child(2) h3,
  .theme-about .about-values-section .feature-card:nth-child(3) h3 {
    font-size: 1.16rem;
  }
}

/* About story: shorter heading with two strong boxes. */
.theme-about .about-story-section {
  width: min(1180px, calc(100% - 2rem));
  padding-top: clamp(3.75rem, 6vw, 5.5rem);
  padding-bottom: clamp(3.75rem, 6vw, 5.5rem);
  scroll-margin-top: 105px;
}

.theme-about .about-story-section .section-heading {
  max-width: 880px;
  margin: 0 auto 2.15rem;
  text-align: center;
}

.theme-about .about-story-section .section-heading .eyebrow {
  margin-bottom: .8rem;
  color: #001064;
  font-weight: 800;
}

.theme-about .about-story-section .section-heading h2 {
  margin-bottom: .85rem;
  color: #001064;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(2.05rem, 3.3vw, 3.15rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.theme-about .about-story-section .section-heading p:not(.eyebrow) {
  max-width: 660px;
  margin: 0 auto;
  color: #4f5965;
  font-size: 1rem;
  line-height: 1.65;
}

.theme-about .about-story-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
}

.theme-about .about-story-columns article {
  min-height: 230px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(0,16,100,.18);
  border-radius: 24px;
  background: #001064;
  box-shadow: none;
  color: #fff;
}

.theme-about .about-story-columns article h3 {
  max-width: 520px;
  margin: 0 0 1rem;
  color: #fff;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.theme-about .about-story-columns article p {
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: .98rem;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .theme-about .about-story-section {
    width: min(100% - 1.25rem, 1180px);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .theme-about .about-story-section .section-heading {
    margin-bottom: 1.5rem;
  }

  .theme-about .about-story-section .section-heading h2 {
    font-size: 2.05rem;
  }

  .theme-about .about-story-columns {
    grid-template-columns: 1fr;
  }

  .theme-about .about-story-columns article {
    min-height: 210px;
    border-radius: 20px;
  }

  .theme-about .about-story-columns article h3 {
    font-size: 1.28rem;
  }
}

/* About process: dark angled header with compact step cards. */
.theme-about .about-smart-process {
  position: relative;
  isolation: isolate;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #eef3fb;
}

.theme-about .about-smart-process::before,
.theme-about .about-smart-process::after {
  position: absolute;
  right: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.theme-about .about-smart-process::before {
  z-index: 0;
  top: 0;
  height: clamp(320px, 30vw, 420px);
  background:
    radial-gradient(circle at 25% 20%, rgba(242,196,0,.16), transparent 28%),
    linear-gradient(135deg, #001064 0%, #071b4a 100%);
  clip-path: polygon(0 0, 100% 0, 100% 62%, 50% 82%, 0 62%);
}

.theme-about .about-smart-process::after {
  z-index: 0;
  top: clamp(220px, 21vw, 300px);
  height: 100px;
  background: rgba(0,16,100,.28);
  clip-path: polygon(0 0, 50% 58%, 100% 0, 100% 30%, 50% 84%, 0 30%);
}

.theme-about .about-process-layout {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3.5rem, 6vw, 5rem) 0 clamp(3.5rem, 6vw, 5rem);
  display: block;
}

.theme-about .about-process-copy {
  max-width: 820px;
  min-height: clamp(190px, 18vw, 250px);
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.theme-about .about-process-copy .eyebrow {
  margin-bottom: .85rem;
  color: #f2c400;
  font-weight: 800;
}

.theme-about .about-process-copy h2 {
  max-width: 760px;
  margin: 0 auto .9rem;
  color: #fff;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 1.06;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.theme-about .about-process-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,.88);
  font-size: 1rem;
  line-height: 1.65;
}

.theme-about .about-process-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin: clamp(-2.6rem, -3vw, -1.4rem) auto 0;
}

.theme-about .about-process-list article {
  min-height: 270px;
  padding: clamp(1.2rem, 2vw, 1.55rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: #001064;
  box-shadow: 0 16px 28px rgba(0,16,100,.22);
  color: #fff;
  text-align: center;
}

.theme-about .about-process-list article > span {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: .35rem;
  color: #f2c400;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.theme-about .about-process-list article > span i {
  color: #f2c400;
  font-size: 1.65rem;
  line-height: 1;
}

.theme-about .about-process-list article > span b {
  color: rgba(255,255,255,.68);
  font-size: .78rem;
  letter-spacing: .08em;
}

.theme-about .about-process-list article h3 {
  margin: 0;
  color: #fff;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.theme-about .about-process-list article p {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: .92rem;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .theme-about .about-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.5rem;
  }

  .theme-about .about-process-copy {
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .theme-about .about-smart-process::before {
    height: 440px;
    clip-path: polygon(0 0, 100% 0, 100% 76%, 50% 88%, 0 76%);
  }

  .theme-about .about-smart-process::after {
    top: 360px;
  }

  .theme-about .about-process-layout {
    width: min(100% - 1.25rem, 1180px);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .theme-about .about-process-copy h2 {
    font-size: 2.5rem;
  }

  .theme-about .about-process-copy p:not(.eyebrow) {
    font-size: .95rem;
  }

  .theme-about .about-process-list {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }

  .theme-about .about-process-list article {
    min-height: 0;
    padding: 1.45rem;
  }
}

/* About intro: shorter heading, polished CTA hover, and subtle motion. */
.theme-about .about-intro-section {
  position: relative;
  overflow: hidden;
}

.theme-about .about-intro-section::after {
  position: absolute;
  right: clamp(1.25rem, 4vw, 4rem);
  bottom: clamp(1.25rem, 3vw, 3rem);
  width: clamp(82px, 8vw, 140px);
  height: 4px;
  background: #f2c400;
  content: "";
  opacity: .9;
  transform-origin: right center;
  animation: aboutIntroAccent 1s ease .45s both;
}

.theme-about .about-intro-media {
  overflow: hidden;
}

.theme-about .about-intro-media img {
  transform: scale(1.015);
  transition: transform .65s ease, filter .65s ease;
  animation: aboutIntroImage 800ms ease both;
}

.theme-about .about-intro-section:hover .about-intro-media img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.045);
}

.theme-about .about-intro-copy {
  animation: aboutIntroCopy 760ms ease .12s both;
}

.theme-about .about-intro-copy h1 {
  max-width: 520px;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(2.3rem, 3.65vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.theme-about .about-intro-button {
  position: relative;
  isolation: isolate;
  min-height: 3rem;
  padding: .9rem 1.45rem;
  overflow: hidden;
  border: 1px solid #001064;
  border-radius: 7px;
  background: #001064;
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(0,16,100,.16);
  transition: color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.theme-about .about-intro-button::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #f2c400;
  content: "";
  opacity: 0;
  transform: scaleX(.35);
  transform-origin: left center;
  transition: opacity .25s ease, transform .28s ease;
}

.theme-about .about-intro-button:hover,
.theme-about .about-intro-button:focus-visible {
  border-color: #f2c400;
  color: #001064 !important;
  box-shadow: 0 16px 30px rgba(0,16,100,.22);
  transform: translateY(-3px);
}

.theme-about .about-intro-button:hover::before,
.theme-about .about-intro-button:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

@keyframes aboutIntroImage {
  from {
    opacity: 0;
    transform: scale(1.045) translateX(-16px);
  }
  to {
    opacity: 1;
    transform: scale(1.015) translateX(0);
  }
}

@keyframes aboutIntroCopy {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aboutIntroAccent {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: .9;
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-about .about-intro-section::after,
  .theme-about .about-intro-media img,
  .theme-about .about-intro-copy {
    animation: none !important;
  }

  .theme-about .about-intro-media img,
  .theme-about .about-intro-section:hover .about-intro-media img,
  .theme-about .about-intro-button,
  .theme-about .about-intro-button:hover,
  .theme-about .about-intro-button:focus-visible {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .theme-about .about-intro-copy h1 {
    font-size: 1.82rem;
    overflow-wrap: normal;
  }

  .theme-about .about-intro-section::after {
    right: 1rem;
    bottom: 1rem;
    width: 88px;
  }
}

/* Contact page: dark safety form followed by themed map card. */
.theme-contact .eagle-theme-content {
  overflow: hidden;
  background: #fff;
}

.theme-contact .quote-request-section.contact-safety-section {
  position: relative;
  display: grid !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: clamp(620px, 78vh, 780px);
  margin: 0 calc(50% - 50vw) !important;
  padding: clamp(3.5rem, 6vw, 5.5rem) max(20px, calc((100vw - 1180px) / 2)) !important;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 16, 100, .92), rgba(0, 16, 100, .84)),
    url("../assets/unsplash-services/office-building-night.jpg") center / cover no-repeat;
  color: #fff;
  grid-template-columns: 1fr !important;
  place-items: center;
}

.theme-contact .quote-request-section.contact-safety-section::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 32% 22%, rgba(242, 196, 0, .16), transparent 30%),
    linear-gradient(120deg, rgba(255, 255, 255, .05), transparent 38%);
  content: "";
  pointer-events: none;
}

.theme-contact .quote-request-section.contact-safety-section::after {
  position: absolute;
  right: -9vw;
  bottom: -16vw;
  width: clamp(260px, 34vw, 520px);
  height: clamp(260px, 34vw, 520px);
  border: 1px solid rgba(242, 196, 0, .32);
  border-radius: 50%;
  content: "";
  opacity: .55;
  pointer-events: none;
  animation: contactHalo 6s ease-in-out infinite;
}

.theme-contact .contact-form-panel {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(570px, 100%);
  max-width: calc(100vw - 40px);
  padding: clamp(2.1rem, 4vw, 3.8rem);
  border: 1px solid rgba(255, 255, 255, .09);
  border-top: 4px solid #f2c400;
  background: rgba(0, 16, 100, .76);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .26);
  text-align: center;
  animation: contactPanelRise 760ms ease both;
}

.theme-contact .contact-form-panel .quote-request-intro {
  max-width: 470px;
  margin: 0 auto clamp(1.8rem, 3vw, 2.4rem) !important;
  text-align: center;
}

.theme-contact .contact-form-panel .quote-request-intro .eyebrow {
  display: inline-flex;
  min-height: 0;
  margin: 0 0 .85rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #f2c400;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.theme-contact .contact-form-panel .quote-request-intro h1 {
  max-width: none;
  margin: 0 0 1rem;
  color: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  overflow-wrap: normal;
  text-wrap: balance;
  text-transform: none;
}

.theme-contact .contact-form-panel .quote-request-intro p:not(.eyebrow) {
  max-width: 420px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .74);
  font-size: 1rem;
  line-height: 1.7;
}

.theme-contact .contact-form-panel .quote-request-intro p + p {
  margin-top: .65rem;
}

.theme-contact .contact-form.quote-clean-form {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.theme-contact .quote-form-grid {
  grid-template-columns: 1fr !important;
  gap: 1rem;
}

.theme-contact .quote-clean-form label {
  display: block;
  color: #fff;
  font-size: 0;
  letter-spacing: 0;
  text-transform: none;
}

.theme-contact .quote-clean-form input,
.theme-contact .quote-clean-form select,
.theme-contact .quote-clean-form textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  padding: .85rem 1rem;
  border: 0;
  border-bottom: 2px solid #f2c400;
  border-radius: 0;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .95rem;
  line-height: 1.5;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.theme-contact .quote-clean-form textarea {
  min-height: 58px;
  max-height: 150px;
  resize: vertical;
}

.theme-contact .quote-clean-form input::placeholder,
.theme-contact .quote-clean-form textarea::placeholder {
  color: rgba(255, 255, 255, .62);
}

.theme-contact .quote-clean-form input:focus,
.theme-contact .quote-clean-form select:focus,
.theme-contact .quote-clean-form textarea:focus {
  outline: none;
  border-color: #fff;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
  transform: translateY(-2px);
}

.theme-contact .quote-form-actions {
  display: block;
  margin-top: clamp(1.7rem, 3vw, 2.25rem);
}

.theme-contact .quote-form-actions .button {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 54px;
  padding: .9rem 1.25rem;
  overflow: hidden;
  border: 1px solid #f2c400;
  border-radius: 6px;
  background: #f2c400 !important;
  color: #001064 !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(242, 196, 0, .18);
  transition: border-color .24s ease, color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.theme-contact .quote-form-actions .button::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
  content: "";
  transform: translateX(-101%);
  transition: transform .28s ease;
}

.theme-contact .quote-form-actions .button:hover,
.theme-contact .quote-form-actions .button:focus-visible {
  border-color: #fff;
  color: #001064 !important;
  box-shadow: 0 18px 36px rgba(242, 196, 0, .28);
  transform: translateY(-3px);
}

.theme-contact .quote-form-actions .button:hover::before,
.theme-contact .quote-form-actions .button:focus-visible::before {
  transform: translateX(0);
}

.theme-contact .form-status {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: .88rem;
  line-height: 1.5;
}

.theme-contact .contact-map-section {
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 calc(50% - 50vw) !important;
  padding: 0 !important;
  background: #001064;
}

.theme-contact .contact-map-frame {
  position: relative;
  width: 100vw;
  min-height: clamp(700px, 92vh, 900px);
  overflow: hidden;
  background: #001064;
}

.theme-contact .contact-map-frame iframe {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(.88) sepia(.24) saturate(1.65) hue-rotate(185deg) brightness(.58) contrast(1.08);
  opacity: .82;
}

.theme-contact .contact-map-frame::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(26deg, transparent 47.7%, rgba(255, 255, 255, .2) 48.2%, rgba(255, 255, 255, .2) 51.6%, transparent 52.1%) 0 4% / 430px 250px,
    linear-gradient(113deg, transparent 47.2%, rgba(255, 255, 255, .13) 47.9%, rgba(255, 255, 255, .13) 51.5%, transparent 52.2%) 8% 0 / 360px 230px,
    linear-gradient(3deg, transparent 47.8%, rgba(242, 196, 0, .18) 48.4%, rgba(242, 196, 0, .18) 50.4%, transparent 51%) 0 38% / 520px 210px,
    linear-gradient(88deg, transparent 47.5%, rgba(255, 255, 255, .12) 48.2%, rgba(255, 255, 255, .12) 51.2%, transparent 51.9%) 42% 0 / 300px 280px;
  content: "";
  opacity: .34;
  pointer-events: none;
}

.theme-contact .contact-map-frame::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 16, 100, .44), rgba(0, 16, 100, .12) 46%, rgba(0, 16, 100, .44)),
    rgba(0, 16, 100, .18);
  content: "";
  pointer-events: none;
}

.theme-contact .contact-map-pin {
  position: absolute;
  top: 54%;
  left: 48%;
  z-index: 4;
  display: grid;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #f2c400;
  color: #001064;
  font-size: 2.45rem;
  place-items: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
  animation: contactPinPulse 2.7s ease-in-out infinite;
}

.theme-contact .contact-office-card {
  position: absolute;
  top: 50%;
  right: max(24px, calc((100vw - 1180px) / 2));
  z-index: 5;
  width: min(430px, calc(100% - 48px));
  padding: clamp(2.1rem, 4vw, 3.3rem);
  border-top: 5px solid #f2c400;
  background: #001064;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  box-shadow: 0 20px 46px rgba(0, 0, 0, .34);
  animation: contactCardSlide 820ms ease both;
}

.theme-contact .contact-office-card .eyebrow {
  margin: 0 0 .75rem;
  color: #f2c400;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.theme-contact .contact-office-card h2 {
  margin: 0 0 1.2rem;
  color: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
}

.theme-contact .contact-office-card address {
  margin: 0 0 1.1rem;
  color: rgba(255, 255, 255, .82);
  font-style: normal;
  line-height: 1.7;
}

.theme-contact .contact-office-card a {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: .55rem auto 0;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.theme-contact .contact-office-card a:hover,
.theme-contact .contact-office-card a:focus-visible {
  color: #f2c400;
  transform: translateY(-2px);
}

@keyframes contactPanelRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes contactCardSlide {
  from {
    opacity: 0;
    transform: translate(24px, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

@keyframes contactCardRise {
  from {
    opacity: 0;
    transform: translate(50%, 24px);
  }
  to {
    opacity: 1;
    transform: translate(50%, 0);
  }
}

@keyframes contactPinPulse {
  0%,
  100% {
    box-shadow: 0 14px 32px rgba(0, 0, 0, .28), 0 0 0 0 rgba(242, 196, 0, .32);
  }
  50% {
    box-shadow: 0 14px 32px rgba(0, 0, 0, .28), 0 0 0 18px rgba(242, 196, 0, 0);
  }
}

@keyframes contactHalo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-14px, -10px, 0) scale(1.04);
  }
}

@media (max-width: 991.98px) {
  .theme-contact .quote-request-section.contact-safety-section {
    min-height: 640px;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .theme-contact .contact-map-frame {
    min-height: 760px;
  }

  .theme-contact .contact-map-pin {
    top: 34%;
    left: 50%;
  }

  .theme-contact .contact-office-card {
    top: auto;
    right: 50%;
    bottom: 2rem;
    transform: translateX(50%);
    animation: contactCardRise 760ms ease both;
  }
}

@media (max-width: 575.98px) {
  .theme-contact .contact-form-panel {
    width: 100%;
    max-width: calc(100vw - 32px);
    padding: 1.65rem;
  }

  .theme-contact .contact-form-panel .quote-request-intro h1 {
    font-size: 1.85rem;
  }

  .theme-contact .contact-form-panel .quote-request-intro p:not(.eyebrow) {
    font-size: .94rem;
  }

  .theme-contact .contact-map-frame {
    min-height: 700px;
  }

  .theme-contact .contact-map-pin {
    width: 58px;
    height: 58px;
    font-size: 2rem;
  }

  .theme-contact .contact-office-card {
    bottom: 1rem;
    width: calc(100% - 32px);
    padding: 1.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-contact .quote-request-section.contact-safety-section::after,
  .theme-contact .contact-form-panel,
  .theme-contact .contact-map-pin,
  .theme-contact .contact-office-card {
    animation: none !important;
  }

  .theme-contact .quote-clean-form input,
  .theme-contact .quote-clean-form select,
  .theme-contact .quote-clean-form textarea,
  .theme-contact .quote-form-actions .button,
  .theme-contact .contact-office-card a {
    transition: none !important;
  }
}

/* Refinements: white values cards, shorter solutions heading, lighter contact map. */
.theme-about .about-values-section {
  min-height: 0 !important;
  padding: clamp(4rem, 7vw, 6rem) max(24px, calc((100vw - 1280px) / 2)) !important;
  gap: 2.75rem !important;
  background: #fff !important;
}

.theme-about .about-values-section .section-heading {
  position: relative;
  max-width: 830px !important;
  margin: 0 auto !important;
  padding-bottom: 1.35rem;
  text-align: center !important;
}

.theme-about .about-values-section .section-heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 86px;
  height: 2px;
  background: #001064;
  content: "";
  transform: translateX(-50%);
}

.theme-about .about-values-section .section-heading h2 {
  display: block;
  margin: 0 0 1.25rem !important;
  color: #001064;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.75rem) !important;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.15;
  text-transform: none;
  white-space: normal;
}

.theme-about .about-values-section .section-heading h2 span,
.theme-about .about-values-section .section-heading h2 span:first-child,
.theme-about .about-values-section .section-heading h2 span:last-child {
  display: inline;
  font-size: inherit !important;
  line-height: inherit;
}

.theme-about .about-values-section .section-heading h2 span:first-child {
  margin-right: .18em;
}

.theme-about .about-values-section .section-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.8;
}

.theme-about .about-values-section .card-grid.four-up {
  width: min(1280px, 100%) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.65rem !important;
}

.theme-about .about-values-section .feature-card {
  min-height: 292px !important;
  height: auto !important;
  max-width: none !important;
  padding: clamp(1.6rem, 2vw, 2.15rem) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe3e8 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #001064 !important;
  text-align: center;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.theme-about .about-values-section .feature-card::after {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  width: 34px;
  height: 2px;
  background: #f2c400;
  content: "";
  opacity: 0;
  transform: scaleX(.4);
  transform-origin: right center;
  transition: opacity .24s ease, transform .24s ease;
}

.theme-about .about-values-section .feature-card:hover,
.theme-about .about-values-section .feature-card:focus-within {
  border-color: #f2c400 !important;
  box-shadow: 0 18px 38px rgba(0, 16, 100, .09) !important;
  transform: translateY(-8px);
}

.theme-about .about-values-section .feature-card:hover::after,
.theme-about .about-values-section .feature-card:focus-within::after {
  opacity: 1;
  transform: scaleX(1);
}

.theme-about .about-values-section .feature-card h3,
.theme-about .about-values-section .feature-card:nth-child(2) h3,
.theme-about .about-values-section .feature-card:nth-child(3) h3 {
  margin: 0 0 1rem !important;
  color: #001064 !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem) !important;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.22;
  text-transform: none;
}

.theme-about .about-values-section .feature-card p {
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-width: 260px;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  border: 0;
  color: #7a7f87;
  font-size: .96rem;
  line-height: 1.72;
  white-space: normal !important;
}

.theme-solutions .corporate-risk-band-white .corporate-risk-split {
  position: relative;
  align-items: center;
  padding-top: clamp(2.5rem, 4vw, 3.5rem);
  padding-bottom: clamp(1rem, 2vw, 1.75rem);
}

.theme-solutions .corporate-risk-band-white .corporate-risk-split::before {
  position: absolute;
  top: clamp(1.1rem, 2vw, 1.7rem);
  left: 0;
  width: 92px;
  height: 3px;
  background: #f2c400;
  content: "";
  opacity: .95;
  animation: solutionAccentLine 1s ease both;
}

.theme-solutions .corporate-risk-copy-block {
  animation: solutionCopyLift 780ms ease both;
}

.theme-solutions .corporate-risk-copy-block h2 {
  max-width: 430px;
  margin: 0 0 1rem;
  color: #001064;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(2rem, 2.65vw, 2.55rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.theme-solutions .corporate-risk-copy-block > p {
  max-width: 570px;
  color: #536174;
  font-size: 1rem;
  line-height: 1.72;
}

.theme-solutions .security-solutions-list-block {
  position: relative;
  max-width: 560px;
  padding: 1.65rem 1.75rem;
  overflow: hidden;
  border: 1px solid rgba(0, 16, 100, .1);
  border-left: 5px solid #f2c400;
  background: linear-gradient(135deg, #fff 0%, #f6f8fc 100%);
  box-shadow: 0 16px 34px rgba(0, 16, 100, .08);
}

.theme-solutions .security-solutions-list-block::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(242, 196, 0, .45);
  border-radius: 50%;
  content: "";
}

.theme-solutions .security-solutions-list-block li::before {
  color: #001064;
}

.theme-solutions .corporate-risk-inline-media {
  border-radius: 0 0 48px 48px;
  box-shadow: 0 24px 48px rgba(0, 16, 100, .16);
  animation: solutionImageFloat 820ms ease .08s both;
}

.theme-solutions .corporate-risk-inline-media img {
  transition: filter .5s ease, transform .5s ease;
}

.theme-solutions .corporate-risk-inline-media:hover img {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.035);
}

.theme-contact .contact-map-section {
  background: #f6f8fc !important;
}

.theme-contact .contact-map-frame {
  background: #eef2f8 !important;
}

.theme-contact .contact-map-frame iframe {
  filter: grayscale(1) saturate(.22) brightness(1.18) contrast(.9) !important;
  opacity: .72;
}

.theme-contact .contact-map-frame::before {
  background:
    linear-gradient(26deg, transparent 47.7%, rgba(0, 16, 100, .14) 48.2%, rgba(0, 16, 100, .14) 51.6%, transparent 52.1%) 0 4% / 430px 250px,
    linear-gradient(113deg, transparent 47.2%, rgba(0, 16, 100, .09) 47.9%, rgba(0, 16, 100, .09) 51.5%, transparent 52.2%) 8% 0 / 360px 230px,
    linear-gradient(3deg, transparent 47.8%, rgba(242, 196, 0, .3) 48.4%, rgba(242, 196, 0, .3) 50.4%, transparent 51%) 0 38% / 520px 210px,
    linear-gradient(88deg, transparent 47.5%, rgba(0, 16, 100, .08) 48.2%, rgba(0, 16, 100, .08) 51.2%, transparent 51.9%) 42% 0 / 300px 280px;
  opacity: .18;
}

.theme-contact .contact-map-frame::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .64), rgba(255, 255, 255, .24) 48%, rgba(255, 255, 255, .62)),
    rgba(246, 248, 252, .32);
}

.theme-contact .contact-map-pin {
  box-shadow: 0 14px 32px rgba(0, 16, 100, .16);
}

.theme-contact .contact-office-card {
  box-shadow: 0 22px 46px rgba(0, 16, 100, .18);
}

@keyframes solutionCopyLift {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes solutionImageFloat {
  from {
    opacity: 0;
    transform: translateX(22px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes solutionAccentLine {
  from {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
  }
  to {
    opacity: .95;
    transform: scaleX(1);
    transform-origin: left center;
  }
}

@media (max-width: 1199.98px) {
  .theme-about .about-values-section .card-grid.four-up {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  .theme-about .about-values-section {
    padding: 3.5rem 1.25rem !important;
  }

  .theme-about .about-values-section .card-grid.four-up {
    grid-template-columns: 1fr !important;
  }

  .theme-about .about-values-section .feature-card {
    min-height: 230px !important;
  }

  .theme-solutions .corporate-risk-band-white .corporate-risk-split::before {
    left: 0;
    width: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-about .about-values-section .feature-card,
  .theme-about .about-values-section .feature-card:hover,
  .theme-solutions .corporate-risk-copy-block,
  .theme-solutions .corporate-risk-inline-media,
  .theme-solutions .corporate-risk-band-white .corporate-risk-split::before,
  .theme-solutions .corporate-risk-inline-media:hover img {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Final polish: compact contact form title and remove the About intro gray panel. */
.theme-contact .contact-form-panel {
  padding: clamp(1.35rem, 2.4vw, 2rem) clamp(2rem, 4vw, 3.4rem) clamp(2rem, 4vw, 3.25rem);
}

.theme-contact .contact-form-panel .quote-request-intro {
  margin-bottom: clamp(1.25rem, 2vw, 1.65rem) !important;
}

.theme-contact .contact-form-panel .quote-request-intro h1 {
  font-size: clamp(2rem, 2.45vw, 2.35rem);
  line-height: 1.08;
}

.theme-about .about-intro-section {
  background: #fff !important;
}

@media (min-width: 768px) {
  .theme-contact .contact-form-panel .quote-request-intro h1 {
    white-space: nowrap;
  }
}

@media (max-width: 575.98px) {
  .theme-contact .contact-form-panel {
    padding: 1.25rem 1.65rem 1.65rem;
  }
}

/* Footer CTA: shorter animated heading. */
.theme-site .footer-v2-hero {
  isolation: isolate;
}

.theme-site .footer-v2-hero h2 {
  max-width: 720px;
  font-size: clamp(2.15rem, 3.45vw, 3.35rem);
  animation: footerCtaTitleIn 760ms ease both;
}

.theme-site .footer-v2-hero p {
  animation: footerCtaFadeUp 760ms ease .12s both;
}

.theme-site .footer-v2-hero-button {
  animation: footerCtaFadeUp 760ms ease .22s both;
}

.theme-site .footer-v2-hero::after {
  animation: footerCtaPanelFloat 5s ease-in-out infinite;
}

.theme-contact .contact-form-panel .quote-request-intro {
  margin-bottom: .95rem !important;
}

.theme-contact .contact-form-panel .quote-request-intro h1 {
  margin-bottom: 0;
}

@keyframes footerCtaTitleIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes footerCtaFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes footerCtaPanelFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-site .footer-v2-hero h2,
  .theme-site .footer-v2-hero p,
  .theme-site .footer-v2-hero-button,
  .theme-site .footer-v2-hero::after {
    animation: none !important;
    transform: none !important;
  }
}

/* Main nav pages: short hero, bullets, unique image frames. */
.theme-site main > .nav-feature-hero {
  position: relative;
  display: grid;
  width: 100vw !important;
  max-width: none !important;
  min-height: clamp(520px, 66vh, 680px);
  margin: 0 calc(50% - 50vw) !important;
  padding: clamp(4rem, 7vw, 6rem) max(24px, calc((100vw - 1180px) / 2)) !important;
  overflow: hidden;
  background:
    linear-gradient(135deg, #fff 0%, #f7f9fc 58%, #edf3fa 100%);
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5rem);
}

.theme-site main > .nav-feature-hero::before {
  position: absolute;
  top: 0;
  left: max(24px, calc((100vw - 1180px) / 2));
  width: 94px;
  height: 4px;
  background: #f2c400;
  content: "";
  transform-origin: left center;
  animation: navHeroLine 820ms ease both;
}

.nav-feature-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  animation: navHeroCopy 760ms ease both;
}

.nav-feature-copy .eyebrow {
  margin-bottom: .8rem;
  color: #f2c400;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.nav-feature-copy h1 {
  margin: 0 0 1rem;
  color: #001064;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(2.3rem, 4.1vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.nav-feature-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 0 0 1.45rem;
  color: #536174;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.68;
}

.nav-feature-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-feature-bullets li {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: .5rem;
  padding: .52rem .85rem;
  border: 1px solid rgba(0, 16, 100, .12);
  border-radius: 6px;
  background: #fff;
  color: #001064;
  font-size: .88rem;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(0, 16, 100, .06);
}

.nav-feature-bullets li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f2c400;
  content: "";
}

.nav-feature-media {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  margin: 0;
  justify-self: end;
  animation: navHeroMedia 820ms ease .08s both;
}

.nav-feature-media::before,
.nav-feature-media::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.nav-feature-media img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: clamp(320px, 31vw, 430px);
  object-fit: cover;
  box-shadow: 0 24px 50px rgba(0, 16, 100, .17);
  transition: filter .5s ease, transform .5s ease;
}

.nav-feature-media:hover img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.025);
}

.nav-feature-media figcaption {
  position: absolute;
  z-index: 3;
  display: grid;
  width: max-content;
  min-width: 126px;
  max-width: min(206px, calc(100% - 2rem));
  gap: .18rem;
  padding: .72rem .85rem .72rem .95rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-left: 5px solid #f2c400;
  border-radius: 10px;
  background: linear-gradient(135deg, #001064 0%, #06166f 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 16, 100, .22);
  transform: translateZ(0);
}

.nav-feature-media figcaption strong {
  color: #f2c400;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(1.02rem, 1.45vw, 1.28rem);
  line-height: 1;
}

.nav-feature-media figcaption span {
  color: rgba(255, 255, 255, .86);
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.nav-feature-services .nav-feature-media::before {
  inset: 24px -22px -22px 22px;
  z-index: 0;
  border: 1px solid rgba(0, 16, 100, .18);
  background: #001064;
}

.nav-feature-services .nav-feature-media img {
  border-top: 5px solid #f2c400;
  border-radius: 0 56px 0 56px;
}

.nav-feature-services .nav-feature-media figcaption {
  right: 1.2rem;
  bottom: 1.2rem;
  border-radius: 10px 0 10px 0;
}

.nav-feature-solutions {
  background:
    radial-gradient(circle at 78% 25%, rgba(242, 196, 0, .18), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f8faff 58%, #eef4fb 100%) !important;
}

.nav-feature-solutions .nav-feature-media::before {
  inset: -18px;
  z-index: 0;
  border: 2px solid rgba(242, 196, 0, .7);
  border-radius: 50%;
}

.nav-feature-solutions .nav-feature-media::after {
  right: -34px;
  bottom: -24px;
  z-index: 1;
  width: 46%;
  height: 36%;
  background: rgba(0, 16, 100, .08);
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
}

.nav-feature-solutions .nav-feature-media img {
  border-radius: 50%;
}

.nav-feature-solutions .nav-feature-media figcaption {
  left: -1.1rem;
  bottom: 2.2rem;
  border-radius: 999px;
}

.nav-feature-industries .nav-feature-media::before,
.nav-feature-industries .nav-feature-media::after {
  z-index: 0;
  width: 74%;
  height: 78%;
  border: 1px solid rgba(0, 16, 100, .14);
  background: #fff;
  box-shadow: 0 18px 36px rgba(0, 16, 100, .08);
}

.nav-feature-industries .nav-feature-media::before {
  top: -24px;
  right: -22px;
}

.nav-feature-industries .nav-feature-media::after {
  bottom: -24px;
  left: -22px;
  background: #f5f7fb;
}

.nav-feature-industries .nav-feature-media img {
  border: 1px solid rgba(0, 16, 100, .08);
  border-radius: 8px;
}

.nav-feature-industries .nav-feature-media figcaption {
  top: 1.25rem;
  right: 1.25rem;
  border-radius: 10px;
}

.nav-feature-knowledge .nav-feature-media::before {
  inset: -18px 34px 34px -18px;
  z-index: 0;
  background:
    repeating-linear-gradient(135deg, rgba(0, 16, 100, .1) 0 1px, transparent 1px 14px),
    #f4f6fb;
  transform: rotate(-2deg);
}

.nav-feature-knowledge .nav-feature-media::after {
  right: -14px;
  bottom: -14px;
  z-index: 1;
  width: 150px;
  height: 5px;
  background: #f2c400;
}

.nav-feature-knowledge .nav-feature-media img {
  border-left: 6px solid #f2c400;
  border-radius: 0;
}

.nav-feature-knowledge .nav-feature-media figcaption {
  top: 1rem;
  left: 1rem;
  border-radius: 0 10px 10px 0;
}

@keyframes navHeroCopy {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes navHeroMedia {
  from {
    opacity: 0;
    transform: translateX(26px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes navHeroLine {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@media (max-width: 991.98px) {
  .theme-site main > .nav-feature-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .nav-feature-copy {
    max-width: 720px;
  }

  .nav-feature-media {
    width: min(640px, 100%);
    justify-self: start;
  }

  .nav-feature-media img {
    height: clamp(280px, 56vw, 390px);
  }
}

@media (max-width: 575.98px) {
  .theme-site main > .nav-feature-hero {
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important;
    gap: 2rem;
  }

  .nav-feature-copy h1 {
    font-size: 2rem;
  }

  .nav-feature-bullets {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav-feature-media::before,
  .nav-feature-media::after {
    display: none;
  }

  .nav-feature-media img {
    height: 250px;
    border-radius: 8px !important;
  }

  .nav-feature-media figcaption {
    right: .8rem !important;
    bottom: .8rem !important;
    left: auto !important;
    top: auto !important;
    min-width: 132px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-site main > .nav-feature-hero::before,
  .nav-feature-copy,
  .nav-feature-media {
    animation: none !important;
  }

  .nav-feature-media img,
  .nav-feature-media:hover img {
    transform: none !important;
    transition: none !important;
  }
}

/* Fluid responsive scale: text, spacing, and content photos. */
.theme-site {
  --fluid-page-x: clamp(1rem, 4vw, 4.75rem);
  --fluid-section-y: clamp(3rem, 6.5vw, 6.75rem);
  --fluid-hero-y: clamp(3.25rem, 7.5vw, 7rem);
  --fluid-gap: clamp(1.25rem, 3.5vw, 4.5rem);
  --fluid-hero-title: clamp(2.05rem, 4.6vw, 4.95rem);
  --fluid-section-title: clamp(1.8rem, 3.35vw, 3.65rem);
  --fluid-subtitle: clamp(1.35rem, 2.45vw, 2.6rem);
  --fluid-card-title: clamp(1rem, .82rem + .55vw, 1.32rem);
  --fluid-body: clamp(.95rem, .88rem + .28vw, 1.08rem);
  --fluid-small: clamp(.82rem, .76rem + .18vw, .94rem);
  --fluid-hero-photo-h: clamp(16rem, 34vw, 32.5rem);
  --fluid-split-photo-h: clamp(16rem, 31vw, 30rem);
  --fluid-card-photo-h: clamp(11.5rem, 18vw, 17rem);
  --fluid-thumb-photo-h: clamp(3.25rem, 7vw, 5.5rem);
  --fluid-radius: clamp(.5rem, 1.1vw, 1.5rem);
}

.theme-site main > section:not(.nav-feature-hero):not(.premium-security-hero):not(.contact-map-section) {
  padding-block: var(--fluid-section-y);
}

.theme-site :is(
  .premium-security-copy h1,
  .nav-feature-copy h1,
  .service-template-hero h1,
  .industry-hero h1,
  .blog-detail-hero h1,
  .about-hero h1,
  .quote-hero h1,
  .industry-index-hero h1,
  .services-index-hero h1,
  .blogs-hero h1,
  .quote-request-intro h1
) {
  font-size: var(--fluid-hero-title) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal;
  text-wrap: balance;
}

.theme-site :is(
  .home-services-minimal h2,
  .why-security-minimal h2,
  .security-insights-heading h2,
  .client-testimonial-heading h2,
  .footer-v2-hero h2,
  .sample-section-title h2,
  .section-heading h2,
  .service-family-heading h2,
  .corporate-risk-section-heading h2,
  .corporate-risk-copy-block h2,
  .service-template-copy-block h2,
  .industry-copy-block h2,
  .blog-detail-body h2
) {
  font-size: var(--fluid-section-title) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.theme-site :is(
  main p,
  main li,
  .lead,
  .card-footer,
  .service-category-copy p,
  .security-insights-body > p,
  .corporate-risk-copy-block > p,
  .service-template-copy-block > p,
  .industry-copy-block > p
) {
  font-size: var(--fluid-body);
  line-height: 1.68;
}

.theme-site :is(
  .eagle-service-card .card-title,
  .service-category-copy h3,
  .security-insights-body h3,
  .home-service-tile-title,
  .service-stack-copy h3,
  .corporate-risk-card-grid h3
) {
  font-size: var(--fluid-card-title) !important;
  line-height: 1.22 !important;
  text-wrap: balance;
}

.theme-site main :is(figure, picture, .service-category-image, .security-insights-image) > img,
.theme-site main :is(.eagle-service-card .card-img-top, .blog-detail-image, .industry-index-card img) {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.theme-site :is(
  .nav-feature-media img,
  .service-template-hero-media img,
  .industry-hero-media img,
  .corporate-risk-hero-media img,
  .about-media img,
  .blog-detail-media img
) {
  height: var(--fluid-hero-photo-h) !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.theme-site :is(
  .service-template-media img,
  .industry-media img,
  .corporate-risk-inline-media img,
  .about-intro-media img,
  .trusted-security-backdrop img,
  .client-testimonial-layout > img
) {
  height: var(--fluid-split-photo-h) !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.theme-site :is(
  .eagle-service-card .card-img-top,
  .service-category-image img,
  .security-insights-image img,
  .industry-index-card img
) {
  height: var(--fluid-card-photo-h) !important;
  max-height: none !important;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.theme-site .testimonial-person img {
  width: var(--fluid-thumb-photo-h);
  height: var(--fluid-thumb-photo-h);
  object-fit: cover;
}

.theme-site :is(
  .nav-feature-media,
  .service-template-media,
  .industry-media,
  .corporate-risk-hero-media,
  .corporate-risk-inline-media,
  .about-media,
  .blog-detail-media
) {
  width: min(100%, clamp(19rem, 42vw, 38rem));
}

@media (min-width: 1920px) {
  .theme-site {
    --fluid-page-x: clamp(4rem, 7vw, 10rem);
    --fluid-hero-title: clamp(4rem, 2.75vw, 4.8rem);
    --fluid-section-title: clamp(2.75rem, 2.1vw, 3.75rem);
    --fluid-hero-photo-h: clamp(28rem, 20vw, 33rem);
    --fluid-split-photo-h: clamp(25rem, 19vw, 31rem);
    --fluid-card-photo-h: clamp(14rem, 10vw, 17rem);
  }
}

@media (min-width: 2560px) {
  .theme-site {
    --fluid-hero-title: 4.8rem;
    --fluid-section-title: 3.75rem;
    --fluid-body: 1.12rem;
  }
}

@media (max-width: 1199.98px) {
  .theme-site {
    --fluid-hero-title: clamp(2rem, 4.9vw, 3.45rem);
    --fluid-section-title: clamp(1.75rem, 3.9vw, 2.85rem);
    --fluid-hero-photo-h: clamp(16rem, 38vw, 27rem);
    --fluid-split-photo-h: clamp(15rem, 36vw, 25rem);
    --fluid-card-photo-h: clamp(11rem, 22vw, 14.5rem);
  }
}

@media (max-width: 991.98px) {
  .theme-site {
    --fluid-page-x: clamp(1rem, 5vw, 2rem);
    --fluid-section-y: clamp(2.75rem, 8vw, 4.75rem);
    --fluid-gap: clamp(1.25rem, 5vw, 2.6rem);
    --fluid-hero-title: clamp(2rem, 7.4vw, 3.25rem);
    --fluid-section-title: clamp(1.65rem, 5.6vw, 2.6rem);
    --fluid-body: clamp(.95rem, 1.8vw, 1.03rem);
    --fluid-hero-photo-h: clamp(15.5rem, 58vw, 25rem);
    --fluid-split-photo-h: clamp(15rem, 55vw, 24rem);
    --fluid-card-photo-h: clamp(11rem, 36vw, 15rem);
  }

  .theme-site :is(
    .service-template-hero-grid,
    .industry-hero-grid,
    .industry-split,
    .about-hero-grid,
    .corporate-risk-hero-grid,
    .corporate-risk-split,
    .service-template-split
  ) {
    gap: var(--fluid-gap) !important;
  }

  .theme-site :is(
    .nav-feature-media,
    .service-template-media,
    .industry-media,
    .corporate-risk-hero-media,
    .corporate-risk-inline-media,
    .about-media,
    .blog-detail-media
  ) {
    width: min(100%, 42rem);
    justify-self: start;
  }
}

@media (max-width: 575.98px) {
  .theme-site {
    --fluid-section-y: clamp(2.25rem, 10vw, 3.4rem);
    --fluid-hero-y: clamp(2.35rem, 10vw, 3.5rem);
    --fluid-hero-title: clamp(1.82rem, 9.4vw, 2.35rem);
    --fluid-section-title: clamp(1.55rem, 8.2vw, 2.15rem);
    --fluid-subtitle: clamp(1.25rem, 6vw, 1.75rem);
    --fluid-card-title: clamp(.98rem, 4.5vw, 1.16rem);
    --fluid-body: clamp(.92rem, 3.8vw, 1rem);
    --fluid-hero-photo-h: clamp(14rem, 68vw, 20rem);
    --fluid-split-photo-h: clamp(13.5rem, 64vw, 19rem);
    --fluid-card-photo-h: clamp(10.5rem, 50vw, 13.5rem);
  }

  .theme-site :is(
    .home-services-minimal h2,
    .about-values-section .section-heading h2,
    .nav-feature-copy h1,
    .premium-security-copy h1,
    .service-template-hero h1,
    .industry-hero h1,
    .blog-detail-hero h1
  ) {
    white-space: normal !important;
    overflow-wrap: normal;
  }

  .theme-site :is(
    .nav-feature-media img,
    .service-template-media img,
    .industry-media img,
    .corporate-risk-inline-media img,
    .about-media img,
    .blog-detail-media img
  ) {
    border-radius: var(--fluid-radius) !important;
  }
}

/* Site-wide cleanup requested: remove the large footer CTA panel. */
.theme-site .footer-v2-hero,
.footer-v2-hero {
  display: none !important;
}

.theme-home .home-services-minimal h2 span:first-child,
.theme-home .home-services-minimal h2 span:last-child {
  font-size: 1em !important;
}

/* Homepage ratio system for iPad and laptop: reserve space instead of overlapping. */
.theme-home .home-services-minimal h2 {
  gap: .18em !important;
}

.theme-home .home-services-minimal h2 span {
  line-height: 1 !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .theme-home #homepage-slideshow.premium-security-hero {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem) !important;
    padding: clamp(2.4rem, 5vw, 3.4rem) clamp(2rem, 6vw, 3.25rem) clamp(5.1rem, 9vw, 6rem) !important;
    overflow: hidden;
  }

  .theme-home #homepage-slideshow .premium-security-main {
    display: grid !important;
    height: auto !important;
    grid-template-columns: 1fr;
    gap: clamp(1.25rem, 3.8vw, 2rem);
  }

  .theme-home #homepage-slideshow .premium-security-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: min(620px, 100%) !important;
    transform: none !important;
  }

  .theme-home #homepage-slideshow .premium-security-copy h1 {
    max-width: 650px !important;
    font-size: clamp(3rem, 7vw, 3.55rem) !important;
    line-height: .95 !important;
    white-space: normal !important;
  }

  .theme-home #homepage-slideshow .premium-security-copy > p:not(.premium-security-kicker) {
    width: min(520px, 100%) !important;
    max-width: 520px !important;
    font-size: clamp(1.02rem, 2.2vw, 1.18rem) !important;
    line-height: 1.3 !important;
  }

  .theme-home #homepage-slideshow .premium-security-actions {
    gap: .8rem !important;
  }

  .theme-home #homepage-slideshow .premium-security-cta {
    width: clamp(168px, 25vw, 200px) !important;
  }

  .theme-home #homepage-slideshow .premium-security-image {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    justify-self: end;
    width: min(620px, 92%) !important;
    height: auto !important;
    margin: -1rem 0 0;
  }

  .theme-home #homepage-slideshow .premium-security-image img,
  .theme-home #homepage-slideshow .premium-security-image .hero-static-image {
    width: 100% !important;
    height: auto !important;
  }

  .theme-home #homepage-slideshow .home-hero-banner {
    width: min(88vw, 760px) !important;
  }

  .theme-home #homepage-slideshow .home-hero-coverage {
    right: clamp(1rem, 3vw, 1.5rem) !important;
    bottom: clamp(.75rem, 1.6vw, 1rem) !important;
    max-width: calc(100% - 2rem);
    overflow: hidden;
    font-size: clamp(.92rem, 2vw, 1.05rem) !important;
    text-overflow: ellipsis;
  }

  .theme-home .home-services-minimal {
    min-height: 0 !important;
    padding: clamp(3rem, 6vw, 4rem) clamp(1.75rem, 5vw, 2.5rem) !important;
  }

  .theme-home .home-services-minimal-inner {
    min-height: 0 !important;
    gap: clamp(1.5rem, 3vw, 2rem) !important;
  }

  .theme-home .home-services-minimal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(1rem, 2.8vw, 1.35rem) !important;
  }

  .theme-home .home-service-tile {
    max-width: none !important;
    height: clamp(190px, 27vw, 220px) !important;
    border-radius: 20px !important;
  }

  .theme-home .why-security-section.why-security-minimal {
    margin: clamp(3rem, 6vw, 4rem) 0 !important;
  }

  .theme-home .why-security-minimal-inner {
    padding: clamp(3rem, 6vw, 4rem) clamp(1.6rem, 5vw, 2.5rem) !important;
  }

  .theme-home .why-scroll-stack .scroll-stack-inner {
    width: min(720px, 100%) !important;
  }

  .theme-home .why-scroll-stack .service-stack-card {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(240px, .85fr) !important;
    grid-template-areas:
      "copy image"
      "total image" !important;
    gap: clamp(1rem, 3vw, 1.65rem) !important;
    padding: clamp(1rem, 3vw, 1.45rem) !important;
  }

  .theme-home .why-scroll-stack .service-stack-image {
    min-height: 220px !important;
  }

  .theme-home .why-scroll-stack .service-stack-image img {
    height: 100% !important;
    min-height: 220px !important;
  }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
  .theme-home #homepage-slideshow.premium-security-hero {
    height: auto !important;
    min-height: clamp(360px, 31vw, 430px) !important;
    margin-bottom: clamp(1.25rem, 2.4vw, 2.25rem) !important;
    padding: clamp(1.7rem, 3vw, 2.6rem) clamp(2.4rem, 5.2vw, 5rem) clamp(3rem, 4.4vw, 4rem) !important;
  }

  .theme-home #homepage-slideshow .premium-security-main {
    display: grid !important;
    height: auto !important;
    min-height: clamp(280px, 24vw, 340px) !important;
    grid-template-columns: minmax(0, .46fr) minmax(0, .54fr);
    align-items: center;
    gap: clamp(1.35rem, 3vw, 3rem);
  }

  .theme-home #homepage-slideshow .premium-security-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    transform: none !important;
  }

  .theme-home #homepage-slideshow .premium-security-copy h1 {
    max-width: 760px !important;
    font-size: clamp(2.55rem, 4.05vw, 4.05rem) !important;
    line-height: .94 !important;
    white-space: normal !important;
  }

  .theme-home #homepage-slideshow .premium-security-copy > p:not(.premium-security-kicker) {
    width: min(100%, 570px) !important;
    max-width: 570px !important;
    font-size: clamp(.96rem, 1.25vw, 1.12rem) !important;
    line-height: 1.28 !important;
  }

  .theme-home #homepage-slideshow .premium-security-cta {
    width: clamp(170px, 14vw, 200px) !important;
    height: clamp(46px, 3.8vw, 50px) !important;
    min-height: clamp(46px, 3.8vw, 50px) !important;
  }

  .theme-home #homepage-slideshow .premium-security-image {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    justify-self: end;
    width: min(100%, clamp(420px, 39vw, 560px)) !important;
    height: auto !important;
    margin: 0;
  }

  .theme-home #homepage-slideshow .premium-security-image img,
  .theme-home #homepage-slideshow .premium-security-image .hero-static-image {
    width: 100% !important;
    height: auto !important;
  }

  .theme-home #homepage-slideshow .home-hero-banner {
    width: min(62vw, 820px) !important;
  }

  .theme-home #homepage-slideshow .home-hero-coverage {
    font-size: clamp(.92rem, 1.2vw, 1.22rem) !important;
  }

  .theme-home .home-services-minimal {
    min-height: 0 !important;
    padding-top: clamp(2.25rem, 3.2vw, 3rem) !important;
    padding-bottom: clamp(3rem, 4.4vw, 4.25rem) !important;
  }

  .theme-home .home-services-minimal-inner {
    min-height: 0 !important;
  }

  .theme-home .home-services-minimal-grid {
    max-width: 1220px;
  }

  .theme-home .home-service-tile {
    height: clamp(190px, 16vw, 230px) !important;
  }

  .theme-home .why-security-section.why-security-minimal {
    --why-stage-height: clamp(540px, 43vw, 660px);
    min-height: calc(var(--why-stage-height) + var(--why-scroll-distance)) !important;
  }

  .theme-home .why-security-minimal-inner {
    grid-template-rows: clamp(92px, 13vw, 118px) minmax(0, 1fr) !important;
  }

  .theme-home .why-scroll-stack .service-stack-card {
    height: clamp(340px, 30vw, 400px) !important;
    max-height: 400px !important;
  }
}

/* Contact panel compact rhythm: smaller title and less top breathing room. */
.theme-contact .contact-form-panel {
  padding-top: clamp(.9rem, 1.5vw, 1.35rem) !important;
}

.theme-contact .contact-form-panel .quote-request-intro {
  margin-top: 0 !important;
  margin-bottom: clamp(.85rem, 1.4vw, 1.15rem) !important;
}

.theme-site.theme-contact .eagle-theme-content > .quote-request-section.contact-safety-section .contact-form-panel .quote-request-intro {
  margin: 0 auto clamp(.85rem, 1.4vw, 1.15rem) !important;
}

.theme-contact .contact-form-panel .quote-request-intro .eyebrow {
  margin-bottom: clamp(.45rem, .85vw, .65rem) !important;
}

.theme-contact .contact-form-panel .quote-request-intro h1 {
  margin-bottom: 0 !important;
  font-size: clamp(1.65rem, 2vw, 2rem) !important;
  line-height: 1.04 !important;
}

@media (min-width: 768px) {
  .theme-contact .contact-form-panel .quote-request-intro h1 {
    white-space: nowrap;
  }
}

/* Final homepage overrides for the requested services, stack, and blog placeholder updates. */
.theme-home .home-services-minimal h2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(.12rem, .35vw, .28rem) !important;
  text-align: center !important;
}

.theme-home .home-services-minimal h2 span:first-child {
  font-size: clamp(1.76rem, 2.325vw, 2.51rem) !important;
  line-height: 1 !important;
}

.theme-home .home-services-minimal h2 span:last-child {
  font-size: clamp(2.35rem, 3.1vw, 3.35rem) !important;
  line-height: .9 !important;
}

.theme-home .home-service-tile,
.theme-home .home-service-tile-title,
.theme-home .home-service-tile-copy {
  text-align: center !important;
}

.theme-home .home-service-tile-title,
.theme-home .home-service-tile:nth-child(3) .home-service-tile-title {
  width: 100%;
  max-width: 100% !important;
  margin-inline: auto;
}

.theme-home .home-service-tile-copy {
  right: 1.45rem !important;
  left: 1.45rem !important;
}

@media (min-width: 992px) {
  .theme-home .why-security-section.why-security-minimal {
    --why-stage-height: clamp(648px, 51.6vw, 792px) !important;
    --why-scroll-distance: 1080px !important;
    min-height: calc(var(--why-stage-height) + var(--why-scroll-distance)) !important;
  }

  .theme-home .why-scroll-stack .scroll-stack-inner {
    width: min(1440px, calc(100vw - clamp(3rem, 8vw, 8rem))) !important;
  }

  .theme-home .why-scroll-stack .service-stack-card {
    height: clamp(408px, 36vw, 504px) !important;
    max-height: 504px !important;
    aspect-ratio: 1440 / 504 !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 504px) !important;
  }
}

/* Service hover readability: every tile gets the same white/navy reveal. */
.theme-home .home-service-tile {
  border-color: rgba(0, 16, 100, .2) !important;
  background: #fff !important;
  color: #001064 !important;
  box-shadow: 0 18px 38px rgba(0, 16, 100, .08) !important;
}

.theme-home .home-service-tile::before {
  height: clamp(72px, 5.2vw, 86px) !important;
  background: #fff !important;
}

.theme-home .home-service-tile-title,
.theme-home .home-service-tile:nth-child(3) .home-service-tile-title {
  color: #001064 !important;
}

.theme-home .home-service-tile:hover,
.theme-home .home-service-tile:focus-visible {
  border-color: #001064 !important;
  background: #001064 !important;
  box-shadow: 0 22px 46px rgba(0, 16, 100, .18) !important;
}

.theme-home .home-service-tile:hover .home-service-tile-title,
.theme-home .home-service-tile:focus-visible .home-service-tile-title {
  color: #001064 !important;
}

.theme-home .home-service-tile-copy {
  top: clamp(5.4rem, 5.7vw, 6.25rem) !important;
  color: rgba(255, 255, 255, .96) !important;
  font-size: clamp(.98rem, .98vw, 1.08rem) !important;
  line-height: 1.42 !important;
}

/* Homepage blog cards: template-style photo plus heading only. */
.theme-home .home-blog-section {
  width: 100% !important;
  max-width: none !important;
  margin: clamp(1.5rem, 3vw, 3rem) auto clamp(2rem, 3.5vw, 3.5rem) !important;
  padding: clamp(1rem, 2vw, 1.75rem) 0 !important;
  background: transparent;
}

.theme-home .home-blog-header {
  margin: 0 0 clamp(1rem, 1.8vw, 1.5rem);
  text-align: center;
}

.theme-home .home-blog-header h2 {
  margin: 0;
  color: #001064;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(2.35rem, 3.1vw, 3.35rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .9;
  text-transform: uppercase;
}

.theme-home .home-blog-grid {
  display: grid;
  width: min(1480px, calc(100% - clamp(1rem, 3vw, 3rem)));
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.8rem, 1.25vw, 1.25rem);
}

.theme-home .home-blog-view-more {
  display: flex !important;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin: clamp(1.15rem, 2vw, 1.8rem) auto 0;
  padding: .8rem 1.45rem;
  border: 1px solid #001064;
  border-radius: 999px;
  background: #001064;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.theme-home .home-blog-view-more:hover,
.theme-home .home-blog-view-more:focus-visible {
  background: #fff;
  color: #001064 !important;
  transform: translateY(-2px);
}

.theme-home .home-blog-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(0, 16, 100, .08);
  border-radius: 12px;
  background: #fff;
  color: #001064;
  text-decoration: none !important;
  box-shadow: 0 18px 38px rgba(0, 16, 100, .1);
  transform: translateY(0);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.theme-home .home-blog-card figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #dfe7f2;
}

.theme-home .home-blog-card img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform .42s cubic-bezier(.22, 1, .36, 1);
}

.theme-home .home-blog-card h3 {
  margin: 0;
  min-height: clamp(104px, 8vw, 132px);
  padding: clamp(1.15rem, 1.7vw, 1.65rem);
  color: #001064;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(1.08rem, 1.25vw, 1.32rem);
  font-weight: 850;
  line-height: 1.28;
  text-transform: none;
}

.theme-home .home-blog-card:hover,
.theme-home .home-blog-card:focus-visible {
  border-color: rgba(0, 16, 100, .2);
  box-shadow: 0 24px 52px rgba(0, 16, 100, .16);
  color: #001064;
  transform: translateY(-6px);
}

.theme-home .home-blog-card:hover img,
.theme-home .home-blog-card:focus-visible img {
  transform: scale(1.04);
}

.theme-blogs .blog-template-more,
.theme-blogs .blog-template-more::before,
.theme-blogs .blog-template-more::after {
  display: none !important;
  content: none !important;
}

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

@media (max-width: 575.98px) {
  .theme-home .home-blog-section {
    width: min(100% - 1.5rem, 420px);
  }

  .theme-home .home-blog-grid {
    width: calc(100% - 1rem);
    grid-template-columns: 1fr;
  }
}

/* Blog listing template: image plus heading only. */
.theme-blogs .blogs-template-page {
  background: #f5f8fc;
}

.theme-blogs .blogs-template-section {
  width: min(1320px, calc(100% - clamp(2rem, 6vw, 6rem)));
  margin: 0 auto;
  padding: clamp(3.5rem, 6vw, 6rem) 0 clamp(4rem, 7vw, 7rem);
}

.theme-blogs .blogs-template-header {
  margin: 0 0 clamp(2rem, 4vw, 3.5rem);
  text-align: center;
}

.theme-blogs .blogs-template-header h1 {
  margin: 0;
  color: #001064;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
}

.theme-blogs .blogs-template-intro {
  display: grid;
  max-width: 980px;
  margin: clamp(1.25rem, 2.5vw, 2rem) auto 0;
  gap: .85rem;
  color: #334155;
  font-size: clamp(.98rem, 1.1vw, 1.08rem);
  line-height: 1.7;
}

.theme-blogs .blogs-template-intro p {
  margin: 0;
}

.theme-blogs .blogs-template-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.1rem, 1.8vw, 1.65rem);
}

.theme-blogs .blog-template-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(0, 16, 100, .08);
  border-radius: 10px;
  background: #fff;
  color: #001064;
  text-decoration: none !important;
  box-shadow: 0 18px 44px rgba(0, 16, 100, .09);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.theme-blogs .blog-template-card figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #dfe7f2;
}

.theme-blogs .blog-template-card img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform .42s cubic-bezier(.22, 1, .36, 1);
}

.theme-blogs .blog-template-card h2 {
  margin: 0;
  padding: clamp(1rem, 1.5vw, 1.35rem) clamp(1rem, 1.5vw, 1.35rem) .55rem;
  color: #001064;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  font-weight: 900;
  line-height: 1.22;
  text-transform: uppercase;
}

.theme-blogs .blog-template-card p {
  margin: 0;
  padding: 0 clamp(1rem, 1.5vw, 1.35rem) clamp(1rem, 1.5vw, 1.35rem);
  color: #56677d;
  font-size: .94rem;
  line-height: 1.55;
}

.theme-blogs .blog-template-card:hover,
.theme-blogs .blog-template-card:focus-visible {
  border-color: rgba(0, 16, 100, .22);
  box-shadow: 0 24px 54px rgba(0, 16, 100, .16);
  color: #001064;
  transform: translateY(-6px);
}

.theme-blogs .blog-template-card:hover img,
.theme-blogs .blog-template-card:focus-visible img {
  transform: scale(1.04);
}

@media (max-width: 1199.98px) {
  .theme-blogs .blogs-template-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .theme-blogs .blogs-template-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .theme-blogs .blogs-template-section {
    width: min(100% - 1.5rem, 420px);
    padding-top: 2.75rem;
  }

  .theme-blogs .blogs-template-grid {
    grid-template-columns: 1fr;
  }
}

/* Final footer redesign: logo, Information, Useful Links, Contact. */
.theme-site .site-footer-v2 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(3rem, 5vw, 4.75rem) clamp(1rem, 2vw, 2rem) 0 !important;
  overflow: hidden;
  background: linear-gradient(180deg, #001064 0%, #000b49 100%) !important;
  color: #fff !important;
  isolation: isolate;
}

.theme-site .footer-v2-hero,
.theme-site .footer-v2-newsletter,
.theme-site .footer-v2-note,
.theme-site .footer-v2-form,
.theme-site .footer-v2-follow,
.theme-site .footer-v2-contact-list {
  display: none !important;
}

.theme-site .footer-v2-main {
  display: grid !important;
  width: min(1680px, calc(100% - clamp(1rem, 3vw, 3rem))) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 0 clamp(2.2rem, 3.5vw, 3.4rem) !important;
  grid-template-columns: minmax(230px, 1.1fr) minmax(150px, .65fr) minmax(230px, .9fr) minmax(250px, 1fr) !important;
  gap: clamp(1.75rem, 3.4vw, 4.4rem) !important;
  align-items: start !important;
}

.theme-site .footer-v2-brand {
  display: flex !important;
  min-width: 0;
  align-items: flex-start !important;
  flex-direction: column !important;
  gap: clamp(1rem, 1.5vw, 1.35rem) !important;
  text-align: left !important;
  animation: footerRise .7s ease both;
}

.theme-site .footer-v2-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  transition: transform .3s ease, filter .3s ease !important;
}

.theme-site .footer-v2-logo-link:hover,
.theme-site .footer-v2-logo-link:focus-visible {
  filter: drop-shadow(0 10px 22px rgba(255,255,255,.18));
  transform: translateY(-4px);
}

.theme-site .footer-v2-brand .eagle-footer-logo {
  width: clamp(150px, 10.5vw, 205px) !important;
  height: auto !important;
  max-height: 132px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.theme-site .footer-v2-brand p {
  width: min(100%, 470px) !important;
  margin: 0 !important;
  color: rgba(255,255,255,.88) !important;
  font-size: clamp(.95rem, 1vw, 1.05rem) !important;
  line-height: 1.75 !important;
}

.theme-site .footer-v2-column {
  display: flex !important;
  min-width: 0;
  align-items: flex-start !important;
  flex-direction: column !important;
  gap: .85rem !important;
  color: #fff !important;
  font-style: normal !important;
  text-align: left !important;
}

.theme-site .footer-v2-info {
  animation: footerRise .7s ease .08s both;
}

.theme-site .footer-v2-useful {
  animation: footerRise .7s ease .13s both;
}

.theme-site .footer-v2-column h2 {
  margin: 0 0 .25rem !important;
  padding: 0 !important;
  color: #fff !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: clamp(1.1rem, 1.25vw, 1.35rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.theme-site .footer-v2-column h2::after {
  display: none !important;
}

.theme-site .footer-v2-link-list,
.theme-site .footer-v2-link-row {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: .55rem;
}

.theme-site .footer-v2-column a,
.theme-site .footer-v2-contact span {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  margin: 0 !important;
  color: rgba(255,255,255,.9) !important;
  font-size: clamp(.93rem, .95vw, 1rem) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  transition: color .24s ease, transform .24s ease, opacity .24s ease !important;
}

.theme-site .footer-v2-link-row a:not(:last-child)::after,
.theme-site .footer-v2-link-list a:not(:last-child)::after {
  display: none !important;
}

.theme-site .footer-v2-column a::before {
  display: none !important;
}

.theme-site .footer-v2-column a:hover,
.theme-site .footer-v2-column a:focus-visible {
  color: #fff !important;
  opacity: 1 !important;
  transform: translateY(-3px) !important;
}

.theme-site .footer-v2-column a:hover::before,
.theme-site .footer-v2-column a:focus-visible::before {
  display: none !important;
}

.theme-site .footer-v2-contact {
  align-items: flex-start !important;
  text-align: left !important;
  animation: footerRise .7s ease .18s both;
}

.theme-site .footer-v2-contact span {
  max-width: 430px;
}

.theme-site .footer-socials {
  display: flex !important;
  grid-column: 1 / -1;
  justify-content: center !important;
  gap: clamp(.7rem, 1vw, .95rem) !important;
  margin: clamp(1.6rem, 2.5vw, 2.5rem) auto 0 !important;
  animation: footerRise .7s ease .22s both;
}

.theme-site .footer-socials span {
  display: grid !important;
  width: clamp(42px, 3vw, 50px) !important;
  height: clamp(42px, 3vw, 50px) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #001064 !important;
  font-size: clamp(1.05rem, 1.15vw, 1.25rem) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.16) !important;
  place-items: center !important;
  transition: transform .28s ease, background .28s ease, color .28s ease, box-shadow .28s ease !important;
}

.theme-site .footer-socials span:hover,
.theme-site .footer-socials span:focus-within {
  background: #dcecff !important;
  color: #001064 !important;
  box-shadow: 0 20px 38px rgba(0,0,0,.24) !important;
  transform: translateY(-6px) scale(1.04) !important;
}

.theme-site .footer-v2-bottom {
  width: min(1840px, 100%) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: clamp(1.2rem, 1.8vw, 1.6rem) 0 clamp(1.35rem, 2vw, 1.9rem) !important;
  border-top: 3px solid rgba(255,255,255,.92) !important;
  color: #fff !important;
  text-align: center !important;
  justify-content: center !important;
}

.theme-site .footer-v2-bottom p {
  width: 100%;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(.88rem, .95vw, 1rem) !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.theme-site .footer-v2-bottom nav {
  display: none !important;
}

@keyframes footerRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .theme-site .footer-v2-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2rem 2.5rem !important;
    justify-items: stretch !important;
    text-align: left !important;
  }

  .theme-site .footer-v2-brand {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .theme-site .footer-v2-brand .eagle-footer-logo {
    object-position: left center !important;
  }
}

@media (max-width: 767.98px) {
  .theme-site .footer-v2-main {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .theme-site .footer-v2-brand,
  .theme-site .footer-v2-column,
  .theme-site .footer-v2-contact {
    align-items: center !important;
    text-align: center !important;
  }

  .theme-site .footer-v2-link-list,
  .theme-site .footer-v2-link-row {
    align-items: center;
  }

  .theme-site .footer-v2-brand .eagle-footer-logo {
    object-position: center center !important;
  }
}

@media (max-width: 575.98px) {
  .theme-site .site-footer-v2 {
    padding-top: 2.5rem !important;
  }

  .theme-site .footer-v2-link-row {
    flex-direction: column;
    gap: .65rem;
  }

  .theme-site .footer-v2-link-row a::after {
    display: none !important;
  }
}

/* Final polish: compact shared footer, balanced service hover cards, and branded values cards. */
.theme-home .home-service-tile {
  --service-tile-height: clamp(214px, 12vw, 230px);
  --service-header-height: clamp(58px, 4.1vw, 70px);
  height: var(--service-tile-height) !important;
  align-items: center !important;
  justify-content: center !important;
}

.theme-home .home-service-tile::before {
  height: var(--service-header-height) !important;
  border-radius: 22px 22px 0 0 !important;
}

.theme-home .home-service-tile-title,
.theme-home .home-service-tile:nth-child(3) .home-service-tile-title {
  display: flex !important;
  min-height: 0;
  align-items: center !important;
  justify-content: center !important;
}

.theme-home .home-service-tile:hover .home-service-tile-title,
.theme-home .home-service-tile:focus-visible .home-service-tile-title {
  min-height: var(--service-header-height);
  font-size: clamp(.78rem, .82vw, .96rem) !important;
  line-height: 1.1 !important;
  transform: translateY(calc((var(--service-header-height) - var(--service-tile-height)) / 2)) !important;
}

.theme-home .home-service-tile-copy {
  top: calc(var(--service-header-height) + .65rem) !important;
  bottom: .85rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.theme-about .about-values-section {
  padding: clamp(3rem, 5vw, 4.8rem) max(24px, calc((100vw - 1440px) / 2)) !important;
  gap: clamp(1.8rem, 2.8vw, 2.6rem) !important;
  background: #fff !important;
}

.theme-about .about-values-section .section-heading {
  padding-bottom: 0 !important;
}

.theme-about .about-values-section .section-heading::after {
  display: none !important;
}

.theme-about .about-values-section .section-heading h2 {
  color: #001064 !important;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif !important;
  font-size: clamp(2.1rem, 3.1vw, 3.2rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: .95 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.theme-about .about-values-section .card-grid.four-up {
  width: min(1626px, 100%) !important;
  grid-template-columns: repeat(4, minmax(0, 380px)) !important;
  justify-content: center !important;
  gap: clamp(1.25rem, 1.85vw, 2.2rem) !important;
}

.theme-about .about-values-section .feature-card {
  --value-card-height: clamp(214px, 12vw, 230px);
  --value-header-height: clamp(58px, 4.1vw, 70px);
  position: relative !important;
  isolation: isolate;
  height: var(--value-card-height) !important;
  min-height: var(--value-card-height) !important;
  max-width: 380px !important;
  padding: 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 16, 100, .2) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 18px 38px rgba(0, 16, 100, .08) !important;
  color: #001064 !important;
  text-align: center !important;
  transition: border-color .28s ease, background-color .28s ease, box-shadow .28s ease, transform .28s ease !important;
}

.theme-about .about-values-section .feature-card::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  display: block !important;
  height: var(--value-header-height);
  border-radius: 22px 22px 0 0;
  background: #fff;
  content: "";
  transform: translateY(-105%);
  transform-origin: top center;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}

.theme-about .about-values-section .feature-card::after {
  display: none !important;
}

.theme-about .about-values-section .feature-card h3,
.theme-about .about-values-section .feature-card:nth-child(2) h3,
.theme-about .about-values-section .feature-card:nth-child(3) h3 {
  position: relative !important;
  z-index: 2;
  display: flex !important;
  width: 100%;
  min-height: 0;
  max-width: 100% !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  color: #001064 !important;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif !important;
  font-size: clamp(1.25rem, 1.45vw, 1.75rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-wrap: balance;
  transition: color .32s ease, font-size .32s ease, transform .4s cubic-bezier(.22, 1, .36, 1) !important;
}

.theme-about .about-values-section .feature-card p {
  position: absolute !important;
  z-index: 2;
  top: calc(var(--value-header-height) + .65rem);
  right: 1.45rem;
  bottom: .85rem;
  left: 1.45rem;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  clip: auto !important;
  border: 0 !important;
  color: rgba(255, 255, 255, .96) !important;
  font-size: clamp(.92rem, .94vw, 1.02rem) !important;
  font-weight: 600 !important;
  line-height: 1.42 !important;
  opacity: 0;
  text-align: center !important;
  white-space: normal !important;
  transform: translateY(14px);
  transition: opacity .3s ease .08s, transform .36s cubic-bezier(.22, 1, .36, 1) .08s !important;
}

.theme-about .about-values-section .feature-card:hover,
.theme-about .about-values-section .feature-card:focus-within {
  border-color: #001064 !important;
  background: #001064 !important;
  box-shadow: 0 22px 46px rgba(0, 16, 100, .18) !important;
  transform: translateY(-4px) !important;
}

.theme-about .about-values-section .feature-card:hover::before,
.theme-about .about-values-section .feature-card:focus-within::before {
  transform: translateY(0) !important;
}

.theme-about .about-values-section .feature-card:hover h3,
.theme-about .about-values-section .feature-card:focus-within h3 {
  min-height: var(--value-header-height);
  font-size: clamp(.76rem, .82vw, .96rem) !important;
  line-height: 1.1 !important;
  transform: translateY(calc((var(--value-header-height) - var(--value-card-height)) / 2)) !important;
}

.theme-about .about-values-section .feature-card:hover p,
.theme-about .about-values-section .feature-card:focus-within p {
  opacity: 1;
  transform: translateY(0);
}

.theme-about .about-promise-section h2 {
  white-space: nowrap;
  text-wrap: normal;
}

.theme-site .site-footer-v2 {
  padding: clamp(1.8rem, 3vw, 2.7rem) clamp(1rem, 2vw, 2rem) 0 !important;
}

.theme-site .footer-v2-main {
  padding: 0 0 clamp(1.2rem, 2.2vw, 2rem) !important;
  grid-template-columns: minmax(190px, 1fr) minmax(150px, .75fr) minmax(210px, .95fr) minmax(230px, 1fr) !important;
  gap: clamp(1.25rem, 2.8vw, 3.6rem) !important;
}

.theme-site .footer-v2-brand,
.theme-site .footer-v2-column,
.theme-site .footer-v2-contact {
  align-items: center !important;
  text-align: center !important;
}

.theme-site .footer-v2-logo-link {
  flex-direction: column !important;
  gap: .45rem !important;
  text-align: center !important;
  text-decoration: none !important;
}

.theme-site .footer-v2-logo-frame {
  position: relative;
  display: block;
  width: clamp(76px, 5.8vw, 105px);
  height: clamp(66px, 5vw, 90px);
  overflow: hidden;
}

.theme-site .footer-v2-logo-frame .eagle-footer-logo {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 160% !important;
  max-width: none !important;
  height: 160% !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center 12% !important;
  transform: translate(-50%, -50%);
}

.theme-site .footer-v2-wordmark {
  display: grid;
  gap: .12rem;
  color: #fff;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.theme-site .footer-v2-wordmark strong {
  color: #fff;
  font-size: clamp(1.05rem, 1.2vw, 1.35rem);
  font-weight: 400;
  line-height: 1;
}

.theme-site .footer-v2-wordmark span {
  color: rgba(255, 255, 255, .88) !important;
  font-size: clamp(.64rem, .7vw, .78rem);
  font-weight: 700;
  letter-spacing: .18em;
}

.theme-site .footer-v2-brand p {
  width: min(100%, 315px) !important;
  font-size: clamp(.86rem, .92vw, .96rem) !important;
  line-height: 1.55 !important;
}

.theme-site .footer-v2-column {
  gap: .58rem !important;
}

.theme-site .footer-v2-column h2 {
  margin-bottom: .1rem !important;
  font-size: clamp(1.02rem, 1.08vw, 1.2rem) !important;
}

.theme-site .footer-v2-link-list,
.theme-site .footer-v2-link-row {
  align-items: center !important;
  gap: .38rem !important;
}

.theme-site .footer-v2-column a,
.theme-site .footer-v2-contact span {
  justify-content: center !important;
  font-size: clamp(.88rem, .9vw, .96rem) !important;
  line-height: 1.35 !important;
}

.theme-site .footer-socials {
  margin: clamp(.65rem, 1.3vw, 1rem) auto 0 !important;
  gap: .65rem !important;
}

.theme-site .footer-socials span {
  width: clamp(36px, 2.5vw, 42px) !important;
  height: clamp(36px, 2.5vw, 42px) !important;
  font-size: clamp(.95rem, 1vw, 1.08rem) !important;
}

.theme-site .footer-v2-bottom {
  padding: clamp(.7rem, 1.15vw, 1rem) 0 clamp(.8rem, 1.25vw, 1.05rem) !important;
  border-top-width: 2px !important;
}

@media (max-width: 991.98px) {
  .theme-site .footer-v2-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  .theme-about .about-values-section .card-grid.four-up {
    grid-template-columns: minmax(0, 380px) !important;
  }

  .theme-about .about-promise-section h2 {
    white-space: normal;
  }

  .theme-site .footer-v2-main {
    grid-template-columns: 1fr !important;
  }
}

/* Keep the complete Eagle Security logo visible in the navbar and footer. */
.theme-site .nav-bar .navbar-brand,
.theme-site .footer-v2-logo-link {
  overflow: visible !important;
}

.theme-site .nav-bar .eagle-logo-mobile {
  width: clamp(118px, 10vw, 150px) !important;
  height: clamp(56px, 4.9vw, 74px) !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: none !important;
}

.theme-site .footer-v2-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  flex-direction: row !important;
}

.theme-site .footer-v2-logo-frame {
  position: static !important;
  display: inline-flex !important;
  width: clamp(142px, 10.5vw, 205px) !important;
  height: auto !important;
  overflow: visible !important;
  align-items: center !important;
  justify-content: center !important;
}

.theme-site .footer-v2-logo-frame .eagle-footer-logo {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: none !important;
  transform: none !important;
}

.theme-site .footer-v2-wordmark {
  display: none !important;
}

@media (max-width: 767.98px) {
  .theme-site .nav-bar .eagle-logo-mobile {
    width: clamp(104px, 28vw, 126px) !important;
    height: clamp(54px, 22vw, 76px) !important;
  }

  .theme-site .footer-v2-logo-frame {
    width: clamp(132px, 42vw, 178px) !important;
  }
}

/* About page layout refinements from the latest visual review. */
.theme-about .about-intro-section {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
  width: 100% !important;
  min-height: clamp(610px, 40vw, 700px) !important;
  align-items: center !important;
  gap: clamp(2rem, 4vw, 5rem) !important;
  padding: clamp(3.5rem, 5vw, 5.6rem) max(24px, calc((100vw - 1520px) / 2)) clamp(4rem, 5.5vw, 6rem) !important;
}

.theme-about .about-intro-media {
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  transform: translateY(clamp(18px, 2vw, 42px)) !important;
}

.theme-about .about-intro-media img {
  width: min(100%, 780px) !important;
  height: clamp(360px, 30vw, 430px) !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center 46% !important;
  transform: none !important;
}

.theme-about .about-intro-section:hover .about-intro-media img,
.theme-about .about-intro-section:focus-within .about-intro-media img {
  transform: none !important;
}

.theme-about .about-intro-copy {
  max-width: 560px !important;
  align-self: center !important;
  padding: clamp(1.5rem, 3vw, 3rem) !important;
}

.theme-about .about-story-section {
  padding-top: clamp(3.5rem, 5vw, 5.5rem) !important;
  padding-bottom: clamp(4rem, 6vw, 6.5rem) !important;
}

.theme-about .about-story-columns {
  width: min(1180px, 100%) !important;
  gap: clamp(1.25rem, 2vw, 2rem) !important;
}

.theme-about .about-story-columns article {
  min-height: clamp(210px, 15vw, 245px) !important;
  padding: clamp(1.8rem, 2.4vw, 2.6rem) !important;
  border: 1px solid rgba(0, 16, 100, .14) !important;
  border-top: 6px solid #f2c400 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 38px rgba(0, 16, 100, .08) !important;
  color: #001064 !important;
}

.theme-about .about-story-columns h3 {
  color: #001064 !important;
  font-size: clamp(1.35rem, 2vw, 2.3rem) !important;
  line-height: 1.12 !important;
  text-wrap: balance;
}

.theme-about .about-story-columns p {
  color: #4f5965 !important;
}

.theme-about .about-smart-process {
  margin-top: 0 !important;
}

.theme-about .about-process-layout {
  padding-top: clamp(3rem, 5vw, 5rem) !important;
  padding-bottom: clamp(3.4rem, 5vw, 5.5rem) !important;
}

.theme-about .about-values-section {
  min-height: 0 !important;
  padding-top: clamp(3.2rem, 5vw, 5rem) !important;
  padding-bottom: clamp(3.4rem, 5vw, 5.2rem) !important;
}

.theme-about .about-values-section .section-heading {
  max-width: 820px !important;
  margin-inline: auto !important;
}

.theme-about .about-values-section .card-grid.four-up {
  width: min(1280px, 100%) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 1.5vw, 1.4rem) !important;
}

.theme-about .about-values-section .feature-card {
  position: relative !important;
  min-height: 230px !important;
  height: auto !important;
  max-width: none !important;
  padding: clamp(1.6rem, 2vw, 2.1rem) clamp(1.1rem, 1.6vw, 1.5rem) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .9rem !important;
  overflow: visible !important;
  border: 1px solid rgba(0, 16, 100, .18) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 16px 34px rgba(0, 16, 100, .07) !important;
  color: #001064 !important;
  text-align: center !important;
  transform: none !important;
}

.theme-about .about-values-section .feature-card::before,
.theme-about .about-values-section .feature-card::after {
  display: none !important;
}

.theme-about .about-values-section .feature-card h3,
.theme-about .about-values-section .feature-card:nth-child(2) h3,
.theme-about .about-values-section .feature-card:nth-child(3) h3 {
  position: static !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  display: block !important;
  color: #001064 !important;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif !important;
  font-size: clamp(1rem, 1vw, 1.22rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  overflow-wrap: anywhere !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transform: none !important;
}

.theme-about .about-values-section .feature-card p {
  position: static !important;
  width: min(100%, 280px) !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block !important;
  overflow: visible !important;
  clip: auto !important;
  border: 0 !important;
  color: #4f5965 !important;
  font-size: clamp(.9rem, .92vw, .98rem) !important;
  font-weight: 500 !important;
  line-height: 1.48 !important;
  opacity: 1 !important;
  text-align: center !important;
  transform: none !important;
}

.theme-about .about-values-section .feature-card:hover,
.theme-about .about-values-section .feature-card:focus-within {
  border-color: rgba(0, 16, 100, .28) !important;
  background: #fff !important;
  box-shadow: 0 18px 38px rgba(0, 16, 100, .1) !important;
  transform: translateY(-3px) !important;
}

.theme-about .about-values-section .feature-card:hover h3,
.theme-about .about-values-section .feature-card:focus-within h3,
.theme-about .about-values-section .feature-card:hover p,
.theme-about .about-values-section .feature-card:focus-within p {
  opacity: 1 !important;
  transform: none !important;
}

.theme-site .footer-v2-main {
  width: min(1180px, calc(100% - 2rem)) !important;
  grid-template-columns: minmax(245px, 1.08fr) minmax(140px, .7fr) minmax(190px, .82fr) minmax(220px, 1fr) !important;
  column-gap: clamp(1rem, 2vw, 2.1rem) !important;
  row-gap: clamp(1.25rem, 2vw, 1.8rem) !important;
}

.theme-site .footer-v2-brand p {
  width: min(100%, 300px) !important;
}

.theme-site .footer-socials {
  margin-top: clamp(.85rem, 1.6vw, 1.35rem) !important;
}

@media (max-width: 1199.98px) {
  .theme-about .about-intro-section {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .95fr) !important;
  }

  .theme-about .about-values-section .card-grid.four-up {
    grid-template-columns: repeat(2, minmax(0, 360px)) !important;
  }
}

@media (max-width: 991.98px) {
  .theme-about .about-intro-section {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    gap: 2rem !important;
    padding-top: clamp(2.5rem, 8vw, 4rem) !important;
  }

  .theme-about .about-intro-media {
    order: 1;
    transform: none !important;
  }

  .theme-about .about-intro-copy {
    order: 2;
    max-width: 680px !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .theme-about .about-story-columns {
    grid-template-columns: 1fr !important;
  }

  .theme-site .footer-v2-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(760px, calc(100% - 2rem)) !important;
    column-gap: clamp(1rem, 4vw, 2rem) !important;
  }
}

@media (max-width: 767.98px) {
  .theme-about .about-intro-media {
    width: min(100%, calc(100vw - 64px)) !important;
    margin-inline: auto !important;
  }

  .theme-about .about-intro-media img {
    width: 100% !important;
    max-width: 100% !important;
    height: clamp(280px, 62vw, 360px) !important;
  }

  .theme-about .about-values-section .card-grid.four-up {
    grid-template-columns: minmax(0, 360px) !important;
  }

  .theme-about .about-values-section .feature-card {
    min-height: 210px !important;
  }

  .theme-site .footer-v2-main {
    grid-template-columns: 1fr !important;
    width: min(420px, calc(100% - 2rem)) !important;
    row-gap: 1.2rem !important;
  }
}

/* Blogs page: staggered icon cards inspired by the latest reference. */
.theme-blogs .blogs-template-page {
  overflow: hidden !important;
  background: #fff !important;
}

.theme-blogs .blogs-template-section {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(3.2rem, 5vw, 5rem) max(24px, calc((100vw - 1360px) / 2)) clamp(4.8rem, 7vw, 7rem) !important;
  overflow: hidden !important;
}

.theme-blogs .blogs-template-section::before {
  position: absolute;
  z-index: 0;
  top: clamp(11.5rem, 18vw, 15rem);
  right: 50%;
  bottom: clamp(2.8rem, 5vw, 4.8rem);
  width: 100vw;
  background: #92d3dc;
  content: "";
  transform: translateX(50%);
}

.theme-blogs .blogs-template-header {
  position: relative !important;
  z-index: 1;
  margin: 0 0 clamp(2.8rem, 5vw, 4.5rem) !important;
  text-align: center !important;
}

.theme-blogs .blogs-template-header h1 {
  color: #001064 !important;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif !important;
  font-size: clamp(2.5rem, 5vw, 4.75rem) !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.theme-blogs .blogs-template-intro {
  display: none !important;
}

.theme-blogs .blogs-template-grid {
  position: relative !important;
  z-index: 1;
  width: min(1280px, 100%) !important;
  margin: 0 auto !important;
  padding-bottom: clamp(1.5rem, 3vw, 3rem) !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: clamp(1rem, 1.9vw, 2rem) !important;
}

.theme-blogs .blog-template-card {
  min-width: 0 !important;
  min-height: clamp(248px, 17vw, 292px) !important;
  padding: clamp(1.6rem, 2.2vw, 2.2rem) clamp(.9rem, 1.3vw, 1.2rem) clamp(1.25rem, 1.8vw, 1.7rem) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: 0 14px 24px rgba(0, 0, 0, .18) !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: box-shadow .28s ease, transform .28s ease !important;
}

.theme-blogs .blog-template-card:nth-child(odd) {
  margin-top: clamp(2.1rem, 3vw, 3.4rem) !important;
}

.theme-blogs .blog-template-card:nth-child(even) {
  margin-top: 0 !important;
}

.theme-blogs .blog-template-icon {
  width: clamp(54px, 4.4vw, 66px);
  height: clamp(54px, 4.4vw, 66px);
  margin: 0 0 clamp(1rem, 1.5vw, 1.35rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff715f;
  color: #fff;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  box-shadow: 0 8px 18px rgba(255, 113, 95, .28);
}

.theme-blogs .blog-template-card h2 {
  min-height: clamp(2.25rem, 3.2vw, 2.9rem) !important;
  margin: 0 0 .8rem !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #111827 !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: clamp(.8rem, .9vw, .98rem) !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.theme-blogs .blog-template-card p {
  width: min(100%, 190px) !important;
  margin: 0 auto 1rem !important;
  padding: 0 !important;
  color: #6b7280 !important;
  font-size: clamp(.78rem, .82vw, .86rem) !important;
  font-style: italic !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

.theme-blogs .blog-template-more {
  margin-top: auto;
  display: inline-block;
  border-bottom: 2px solid currentColor;
  color: #111827;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.1;
  text-transform: uppercase;
}

.theme-blogs .blog-template-card:hover,
.theme-blogs .blog-template-card:focus-visible {
  box-shadow: 0 18px 30px rgba(0, 0, 0, .24) !important;
  color: #111827 !important;
  transform: translateY(-6px) !important;
}

.theme-blogs .blog-template-card:hover .blog-template-icon,
.theme-blogs .blog-template-card:focus-visible .blog-template-icon {
  background: #001064;
}

@media (max-width: 1199.98px) {
  .theme-blogs .blogs-template-grid {
    width: min(900px, 100%) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  .theme-blogs .blogs-template-section {
    padding-inline: 1rem !important;
  }

  .theme-blogs .blogs-template-section::before {
    top: clamp(9.5rem, 28vw, 12rem);
    bottom: 2.25rem;
  }

  .theme-blogs .blogs-template-grid {
    width: min(560px, 100%) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  .theme-blogs .blog-template-card {
    min-height: 238px !important;
  }

  .theme-blogs .blog-template-card:nth-child(odd) {
    margin-top: 1.35rem !important;
  }
}

@media (max-width: 575.98px) {
  .theme-blogs .blogs-template-section {
    padding-top: 2.75rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-blogs .blogs-template-header {
    margin-bottom: 2.25rem !important;
  }

  .theme-blogs .blogs-template-grid {
    width: min(330px, 100%) !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .theme-blogs .blog-template-card,
  .theme-blogs .blog-template-card:nth-child(odd),
  .theme-blogs .blog-template-card:nth-child(even) {
    min-height: 220px !important;
    margin-top: 0 !important;
  }
}

/* About Values: rotating card stage with click-to-focus cards. */
.theme-about .about-values-section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(3.3rem, 5vw, 5rem) max(24px, calc((100vw - 1400px) / 2)) clamp(4.5rem, 7vw, 7rem) !important;
  overflow: hidden !important;
  background: #fff !important;
}

.theme-about .about-values-section .section-heading {
  position: relative !important;
  z-index: 2;
  max-width: 820px !important;
  margin: 0 auto clamp(2.2rem, 4vw, 3.8rem) !important;
}

.theme-about .about-values-carousel {
  position: relative;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.theme-about .about-values-section .section-heading.scroll-reveal,
.theme-about .about-values-carousel.scroll-reveal {
  opacity: 1 !important;
  transform: none !important;
}

.theme-about .about-values-stage {
  position: relative;
  height: clamp(430px, 33vw, 510px);
  overflow: hidden;
}

.theme-about .about-values-stage::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: min(1030px, calc(100% - 96px));
  height: clamp(285px, 23vw, 360px);
  border-radius: 12px;
  background: linear-gradient(135deg, #49aaf4 0%, #238de1 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 22px 44px rgba(0, 16, 100, .12);
  content: "";
  transform: translate(-50%, -50%);
}

.theme-about .about-values-stage::after {
  position: absolute;
  z-index: 1;
  top: calc(50% - clamp(145px, 12vw, 190px));
  left: calc(50% - min(440px, 35vw));
  width: clamp(46px, 4vw, 62px);
  height: clamp(46px, 4vw, 62px);
  border: 2px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  box-shadow: 0 9px 20px rgba(0, 16, 100, .12);
  content: "";
}

.theme-about .value-rotator-card {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: clamp(220px, 18vw, 270px);
  min-height: clamp(214px, 16vw, 240px);
  padding: clamp(1.45rem, 2vw, 1.9rem) clamp(1rem, 1.5vw, 1.35rem) clamp(1.25rem, 1.7vw, 1.55rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  border: 1px solid rgba(0, 16, 100, .08);
  border-radius: 6px;
  background: #fff;
  color: #001064;
  cursor: pointer;
  box-shadow: 0 18px 32px rgba(0, 0, 0, .18);
  opacity: .92;
  text-align: center;
  transform: translate(-50%, -50%) translateX(0) scale(.88);
  transition: width .55s cubic-bezier(.22, 1, .36, 1), min-height .55s cubic-bezier(.22, 1, .36, 1), opacity .38s ease, box-shadow .38s ease, transform .65s cubic-bezier(.22, 1, .36, 1);
  user-select: none;
  will-change: transform;
}

.theme-about .value-rotator-card[data-slot="0"] {
  z-index: 5;
  width: clamp(286px, 23vw, 350px);
  min-height: clamp(292px, 24vw, 340px);
  opacity: 1;
  box-shadow: 0 24px 42px rgba(0, 0, 0, .24);
  transform: translate(-50%, -50%) translateX(clamp(-320px, -22vw, -245px)) scale(1.05);
}

.theme-about .value-rotator-card[data-slot="1"] {
  z-index: 4;
  opacity: .98;
  transform: translate(-50%, -50%) translateX(clamp(-28px, -2vw, -10px)) scale(.96);
}

.theme-about .value-rotator-card[data-slot="2"] {
  z-index: 3;
  opacity: .98;
  transform: translate(-50%, -50%) translateX(clamp(245px, 20vw, 340px)) scale(.96);
}

.theme-about .value-rotator-card[data-slot="3"] {
  z-index: 1;
  opacity: .45;
  transform: translate(-50%, -50%) translateX(clamp(-620px, -45vw, -455px)) scale(.84);
}

.theme-about .value-rotator-card:focus-visible {
  outline: 3px solid #f2c400;
  outline-offset: 4px;
}

.theme-about .value-card-badge {
  width: clamp(48px, 4vw, 60px);
  height: clamp(48px, 4vw, 60px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 16, 100, .14);
  border-radius: 50%;
  background: #eef7fb;
  color: #001064;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.theme-about .value-rotator-card[data-slot="0"] .value-card-badge {
  width: clamp(58px, 4.8vw, 72px);
  height: clamp(58px, 4.8vw, 72px);
  background: #dff3f7;
}

.theme-about .value-rotator-card h3 {
  width: 100%;
  margin: 0;
  color: #001064;
  font-family: "Moderniz", "DM Sans", Arial, sans-serif;
  font-size: clamp(.82rem, .9vw, 1rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.18;
  overflow-wrap: anywhere;
  text-align: center;
  text-transform: uppercase;
}

.theme-about .value-rotator-card[data-slot="0"] h3 {
  font-size: clamp(1rem, 1.15vw, 1.22rem);
}

.theme-about .value-rotator-card p {
  width: min(100%, 250px);
  margin: 0;
  color: #4f5965;
  font-size: clamp(.82rem, .86vw, .95rem);
  font-weight: 500;
  line-height: 1.48;
}

.theme-about .value-rotator-card[data-slot="0"] p {
  width: min(100%, 285px);
  font-size: clamp(.9rem, .95vw, 1rem);
}

.theme-about .value-rotator-dots {
  position: relative;
  z-index: 3;
  margin-top: clamp(-1.35rem, -1vw, -.65rem);
  display: flex;
  justify-content: center;
  gap: .55rem;
}

.theme-about .value-rotator-dots button {
  width: clamp(28px, 2.8vw, 42px);
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 16, 100, .18);
  cursor: pointer;
  transition: background-color .22s ease, transform .22s ease, width .22s ease;
}

.theme-about .value-rotator-dots button[aria-current="true"] {
  width: clamp(42px, 4vw, 60px);
  background: #f2c400;
}

@media (max-width: 991.98px) {
  .theme-about .about-values-stage {
    height: 470px;
  }

  .theme-about .about-values-stage::before {
    width: min(720px, calc(100% - 48px));
  }

  .theme-about .value-rotator-card[data-slot="0"] {
    transform: translate(-50%, -50%) translateX(clamp(-150px, -20vw, -88px)) scale(1.03);
  }

  .theme-about .value-rotator-card[data-slot="1"] {
    transform: translate(-50%, -50%) translateX(clamp(155px, 22vw, 205px)) scale(.92);
  }

  .theme-about .value-rotator-card[data-slot="2"] {
    opacity: .36;
    transform: translate(-50%, -50%) translateX(clamp(420px, 55vw, 520px)) scale(.82);
  }

  .theme-about .value-rotator-card[data-slot="3"] {
    transform: translate(-50%, -50%) translateX(clamp(-430px, -56vw, -330px)) scale(.82);
  }
}

@media (max-width: 575.98px) {
  .theme-about .about-values-section {
    padding-inline: 1rem !important;
    padding-bottom: 4.25rem !important;
  }

  .theme-about .about-values-stage {
    height: 430px;
  }

  .theme-about .about-values-stage::before {
    width: min(100%, 328px);
    height: 310px;
  }

  .theme-about .about-values-stage::after {
    top: 44px;
    left: calc(50% - 112px);
  }

  .theme-about .value-rotator-card {
    width: min(248px, calc(100vw - 82px));
    min-height: 216px;
    padding: 1.25rem 1rem;
  }

  .theme-about .value-rotator-card[data-slot="0"] {
    width: min(290px, calc(100vw - 52px));
    min-height: 304px;
    transform: translate(-50%, -50%) translateX(0) scale(1);
  }

  .theme-about .value-rotator-card[data-slot="1"] {
    opacity: .52;
    transform: translate(-50%, -50%) translateX(238px) scale(.82);
  }

  .theme-about .value-rotator-card[data-slot="2"] {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) translateX(420px) scale(.76);
  }

  .theme-about .value-rotator-card[data-slot="3"] {
    opacity: .52;
    transform: translate(-50%, -50%) translateX(-238px) scale(.82);
  }

  .theme-about .value-rotator-dots {
    margin-top: -.8rem;
  }
}

/* Blog cards: larger themed cards with smart image thumbnails and light motion. */
.theme-blogs .blogs-template-section {
  padding: clamp(3.4rem, 5vw, 5.2rem) max(24px, calc((100vw - 1560px) / 2)) clamp(5.5rem, 7.5vw, 8rem) !important;
}

.theme-blogs .blogs-template-section::before {
  top: clamp(8rem, 11vw, 10.4rem) !important;
  bottom: clamp(1.4rem, 3vw, 2.8rem) !important;
  background: linear-gradient(135deg, #001064 0%, #05258a 58%, #001064 100%) !important;
  box-shadow: inset 0 5px 0 #f2c400, inset 0 -1px 0 rgba(255, 255, 255, .12) !important;
}

.theme-blogs .blogs-template-grid {
  width: min(1500px, 100%) !important;
  gap: clamp(1rem, 1.45vw, 1.55rem) !important;
}

.theme-blogs .blog-template-card {
  position: relative !important;
  isolation: isolate;
  min-height: clamp(336px, 22vw, 392px) !important;
  padding: clamp(1.9rem, 2.5vw, 2.5rem) clamp(1.05rem, 1.4vw, 1.35rem) clamp(1.45rem, 2vw, 1.85rem) !important;
  overflow: hidden !important;
  border: 1px solid rgba(242, 196, 0, .22) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 20px 36px rgba(0, 16, 100, .2) !important;
}

.theme-blogs .blog-template-card::before {
  position: absolute;
  inset: -35% -70%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 42%, rgba(242, 196, 0, .18) 48%, rgba(255, 255, 255, .46) 50%, rgba(242, 196, 0, .12) 54%, transparent 62%);
  content: "";
  opacity: .55;
  transform: translateX(-42%) rotate(4deg);
  animation: blogCardLight 6s ease-in-out infinite;
}

.theme-blogs .blog-template-card:nth-child(odd) {
  margin-top: clamp(3.2rem, 4.4vw, 4.7rem) !important;
}

.theme-blogs .blog-template-card:nth-child(even) {
  margin-top: 0 !important;
}

.theme-blogs .blog-template-visual {
  position: relative !important;
  width: clamp(102px, 7.4vw, 126px) !important;
  height: clamp(102px, 7.4vw, 126px) !important;
  margin: 0 0 clamp(1.15rem, 1.6vw, 1.55rem) !important;
  overflow: hidden !important;
  border: 4px solid #f2c400 !important;
  border-radius: 50% !important;
  background: #001064 !important;
  box-shadow: 0 12px 24px rgba(0, 16, 100, .2), 0 0 0 8px rgba(242, 196, 0, .12) !important;
}

.theme-blogs .blog-template-visual::after {
  position: absolute;
  inset: -20%;
  background: linear-gradient(115deg, transparent 36%, rgba(255, 255, 255, .55) 48%, transparent 62%);
  content: "";
  transform: translateX(-95%) rotate(8deg);
  animation: blogImageLight 4.8s ease-in-out infinite;
}

.theme-blogs .blog-template-visual img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  transform: scale(1.06);
  transition: transform .42s cubic-bezier(.22, 1, .36, 1), filter .42s ease !important;
}

.theme-blogs .blog-template-card h2 {
  min-height: clamp(2.4rem, 3.35vw, 3rem) !important;
  margin-bottom: .9rem !important;
  color: #001064 !important;
  font-size: clamp(.88rem, .98vw, 1.08rem) !important;
  letter-spacing: .1em !important;
}

.theme-blogs .blog-template-card p {
  width: min(100%, 215px) !important;
  color: #4f5965 !important;
  font-size: clamp(.84rem, .88vw, .94rem) !important;
  line-height: 1.48 !important;
}

.theme-blogs .blog-template-more {
  border-bottom-color: #f2c400 !important;
  color: #001064 !important;
}

.theme-blogs .blog-template-card:hover,
.theme-blogs .blog-template-card:focus-visible {
  border-color: rgba(242, 196, 0, .55) !important;
  box-shadow: 0 26px 46px rgba(0, 16, 100, .26) !important;
  transform: translateY(-8px) !important;
}

.theme-blogs .blog-template-card:hover .blog-template-visual img,
.theme-blogs .blog-template-card:focus-visible .blog-template-visual img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.14);
}

@keyframes blogCardLight {
  0%, 42% {
    transform: translateX(-48%) rotate(4deg);
  }
  70%, 100% {
    transform: translateX(48%) rotate(4deg);
  }
}

@keyframes blogImageLight {
  0%, 35% {
    transform: translateX(-95%) rotate(8deg);
  }
  68%, 100% {
    transform: translateX(95%) rotate(8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-blogs .blog-template-card::before,
  .theme-blogs .blog-template-visual::after {
    animation: none !important;
  }
}

@media (max-width: 1199.98px) {
  .theme-blogs .blogs-template-grid {
    width: min(980px, 100%) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .theme-blogs .blog-template-card {
    min-height: 350px !important;
  }
}

@media (max-width: 767.98px) {
  .theme-blogs .blogs-template-section::before {
    top: clamp(8rem, 24vw, 10rem) !important;
    bottom: 1.7rem !important;
  }

  .theme-blogs .blogs-template-grid {
    width: min(620px, 100%) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  .theme-blogs .blog-template-card {
    min-height: 332px !important;
  }

  .theme-blogs .blog-template-card:nth-child(odd) {
    margin-top: 1.65rem !important;
  }
}

@media (max-width: 575.98px) {
  .theme-blogs .blogs-template-section {
    padding-bottom: 4.6rem !important;
  }

  .theme-blogs .blogs-template-grid {
    width: min(360px, 100%) !important;
    grid-template-columns: 1fr !important;
  }

  .theme-blogs .blog-template-card,
  .theme-blogs .blog-template-card:nth-child(odd),
  .theme-blogs .blog-template-card:nth-child(even) {
    min-height: 330px !important;
    margin-top: 0 !important;
  }
}

/* Blog cards: clean glass row with larger clear images. */
.theme-blogs .blogs-template-page {
  background: #fff !important;
}

.theme-blogs .blogs-template-section {
  padding: clamp(3rem, 4.6vw, 4.8rem) max(16px, calc((100vw - 1680px) / 2)) clamp(4.6rem, 6.5vw, 6.8rem) !important;
  background: #fff !important;
}

.theme-blogs .blogs-template-section::before {
  display: none !important;
}

.theme-blogs .blogs-template-grid {
  width: min(1620px, 100%) !important;
  padding: 0 !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: clamp(.85rem, 1.15vw, 1.35rem) !important;
}

.theme-blogs .blog-template-card,
.theme-blogs .blog-template-card:nth-child(odd),
.theme-blogs .blog-template-card:nth-child(even) {
  min-height: clamp(500px, 32vw, 590px) !important;
  margin-top: 0 !important;
}

.theme-blogs .blog-template-card {
  padding: clamp(.9rem, 1.15vw, 1.2rem) clamp(.9rem, 1.1vw, 1.15rem) clamp(1.4rem, 1.8vw, 1.9rem) !important;
  justify-content: flex-start !important;
  border: 1px solid rgba(0, 16, 100, .1) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .62) !important;
  box-shadow: 0 22px 48px rgba(0, 16, 100, .15) !important;
  backdrop-filter: blur(16px) saturate(1.18);
  -webkit-backdrop-filter: blur(16px) saturate(1.18);
}

.theme-blogs .blog-template-card::before {
  z-index: 1;
  opacity: .34 !important;
  background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, .65) 50%, transparent 58%) !important;
}

.theme-blogs .blog-template-visual {
  isolation: isolate;
  width: 100% !important;
  height: clamp(230px, 17vw, 320px) !important;
  margin: 0 0 clamp(1.25rem, 1.7vw, 1.8rem) !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 16px 34px rgba(0, 16, 100, .2), inset 0 0 0 1px rgba(0, 16, 100, .12) !important;
}

.theme-blogs .blog-template-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(0, 16, 100, .16), rgba(5, 37, 138, .04) 42%, rgba(0, 16, 100, .2));
  content: "";
  pointer-events: none;
}

.theme-blogs .blog-template-visual::after {
  z-index: 2;
  opacity: .5;
}

.theme-blogs .blog-template-visual img {
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
  transform: scale(1.01) !important;
}

.theme-blogs .blog-template-card h2 {
  min-height: auto !important;
  margin-bottom: clamp(.8rem, 1vw, 1rem) !important;
  color: #001064 !important;
  font-size: clamp(.95rem, 1.02vw, 1.18rem) !important;
  line-height: 1.22 !important;
}

.theme-blogs .blog-template-card p {
  width: min(100%, 250px) !important;
  color: #344054 !important;
  font-size: clamp(.9rem, .94vw, 1rem) !important;
  line-height: 1.5 !important;
}

.theme-blogs .blog-template-more {
  position: absolute !important;
  top: 50%;
  right: clamp(.7rem, 1vw, 1rem);
  width: clamp(38px, 3vw, 46px);
  height: clamp(38px, 3vw, 46px);
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(0, 16, 100, .18) !important;
  border-radius: 50%;
  background: rgba(0, 16, 100, .08);
  color: #001064 !important;
  font-size: 0 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  transform: translateY(-50%);
  transition: background-color .24s ease, border-color .24s ease, transform .24s ease;
}

.theme-blogs .blog-template-more::before,
.theme-blogs .blog-template-more::after {
  position: absolute;
  content: "";
}

.theme-blogs .blog-template-more::before {
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: #001064;
}

.theme-blogs .blog-template-more::after {
  width: 9px;
  height: 9px;
  border-top: 2px solid #001064;
  border-right: 2px solid #001064;
  transform: translateX(5px) rotate(45deg);
}

.theme-blogs .blog-template-card:hover,
.theme-blogs .blog-template-card:focus-visible {
  border-color: rgba(0, 16, 100, .2) !important;
  box-shadow: 0 28px 56px rgba(0, 16, 100, .2) !important;
  transform: translateY(-5px) !important;
}

.theme-blogs .blog-template-card:hover .blog-template-visual img,
.theme-blogs .blog-template-card:focus-visible .blog-template-visual img {
  transform: scale(1.05) !important;
}

.theme-blogs .blog-template-card:hover .blog-template-more,
.theme-blogs .blog-template-card:focus-visible .blog-template-more {
  border-color: rgba(0, 16, 100, .34) !important;
  background: rgba(0, 16, 100, .12);
  transform: translate(.18rem, -50%);
}

@media (max-width: 1199.98px) {
  .theme-blogs .blogs-template-grid {
    width: min(1020px, 100%) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .theme-blogs .blog-template-card {
    min-height: 510px !important;
  }

  .theme-blogs .blog-template-visual {
    height: clamp(245px, 30vw, 320px) !important;
  }
}

@media (max-width: 767.98px) {
  .theme-blogs .blogs-template-grid {
    width: min(680px, 100%) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  .theme-blogs .blog-template-card {
    min-height: 480px !important;
  }

  .theme-blogs .blog-template-visual {
    height: clamp(230px, 48vw, 310px) !important;
  }
}

@media (max-width: 575.98px) {
  .theme-blogs .blogs-template-grid {
    width: min(380px, 100%) !important;
    grid-template-columns: 1fr !important;
  }

  .theme-blogs .blog-template-card {
    min-height: 500px !important;
  }

  .theme-blogs .blog-template-visual {
    height: clamp(260px, 70vw, 330px) !important;
  }
}

/* Contact page: compact form intro after copy/map removal. */
.theme-contact .contact-form-panel .quote-request-intro {
  margin-bottom: clamp(1.15rem, 2vw, 1.65rem) !important;
}

.theme-contact .contact-form-panel .quote-request-intro h1 {
  margin-bottom: 0 !important;
}

/* About Values: clean card row with no colored background band. */
.theme-about .about-values-section {
  padding-right: 0 !important;
  padding-left: 0 !important;
  background: transparent !important;
}

.theme-about .about-values-section .section-heading {
  width: min(920px, calc(100% - 2rem)) !important;
}

.theme-about .about-values-carousel {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.theme-about .about-values-stage {
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(1.65rem, 3vw, 2.8rem) max(28px, calc((100vw - 1500px) / 2)) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(230px, 1fr)) !important;
  align-items: stretch !important;
  gap: clamp(1rem, 1.7vw, 1.8rem) !important;
  overflow: visible !important;
  isolation: isolate;
}

.theme-about .about-values-stage::before {
  display: none !important;
  content: none !important;
}

.theme-about .about-values-stage::after {
  display: none !important;
}

.theme-about .value-rotator-card,
.theme-about .value-rotator-card[data-slot="0"],
.theme-about .value-rotator-card[data-slot="1"],
.theme-about .value-rotator-card[data-slot="2"],
.theme-about .value-rotator-card[data-slot="3"] {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  min-height: clamp(360px, 24vw, 410px) !important;
  padding: clamp(1.1rem, 1.5vw, 1.45rem) clamp(1rem, 1.35vw, 1.25rem) clamp(1.35rem, 1.7vw, 1.65rem) !important;
  opacity: 1 !important;
  border: 1px solid rgba(0, 16, 100, .16) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 36px rgba(0, 16, 100, .10) !important;
  transform: none !important;
}

.theme-about .value-rotator-card[data-slot="0"] {
  order: 0;
  min-height: clamp(360px, 24vw, 410px) !important;
  border-color: rgba(0, 16, 100, .16) !important;
  box-shadow: 0 18px 36px rgba(0, 16, 100, .10) !important;
  transform: none !important;
}

.theme-about .value-rotator-card[data-slot="1"] {
  order: 1;
}

.theme-about .value-rotator-card[data-slot="2"] {
  order: 2;
}

.theme-about .value-rotator-card[data-slot="3"] {
  order: 3;
}

.theme-about .value-card-badge,
.theme-about .value-rotator-card[data-slot="0"] .value-card-badge {
  display: none !important;
}

.theme-about .value-card-image {
  width: min(100%, clamp(170px, 13vw, 230px));
  aspect-ratio: 1 / 1;
  margin: clamp(.7rem, 1vw, 1rem) auto clamp(1rem, 1.5vw, 1.35rem);
  overflow: hidden;
  border: 3px solid rgba(0, 16, 100, .2);
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 14px 28px rgba(0, 16, 100, .10);
}

.theme-about .value-rotator-card[data-slot="0"] .value-card-image {
  width: min(100%, clamp(170px, 13vw, 230px));
}

.theme-about .value-card-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.02);
  transition: transform .42s cubic-bezier(.22, 1, .36, 1);
}

.theme-about .value-rotator-card:hover .value-card-image img,
.theme-about .value-rotator-card:focus-visible .value-card-image img {
  transform: scale(1.08);
}

.theme-about .value-rotator-card h3 {
  color: #001064 !important;
}

.theme-about .value-rotator-card p {
  color: #4f5965 !important;
}

.theme-about .value-rotator-dots {
  margin-top: clamp(.8rem, 1.2vw, 1.35rem) !important;
}

.theme-about .about-intro-section {
  min-height: clamp(500px, 34vw, 600px) !important;
  padding-top: clamp(1.35rem, 2.2vw, 2.2rem) !important;
  padding-bottom: clamp(2.2rem, 3.5vw, 3.6rem) !important;
}

.theme-about .about-intro-copy {
  padding-top: clamp(.6rem, 1.2vw, 1rem) !important;
  padding-bottom: clamp(.6rem, 1.2vw, 1rem) !important;
}

.theme-about .about-intro-media {
  transform: none !important;
}

.theme-about .about-intro-section::after {
  display: none !important;
  content: none !important;
}

.theme-about .about-story-columns article {
  border-top: 1px solid rgba(0, 16, 100, .14) !important;
}

.theme-about .about-values-section {
  padding-top: clamp(1.8rem, 3vw, 2.8rem) !important;
  padding-bottom: clamp(2.4rem, 3.8vw, 3.6rem) !important;
}

.theme-about .about-values-section .section-heading {
  margin-bottom: clamp(.75rem, 1.2vw, 1.15rem) !important;
}

.theme-about .about-values-section .section-heading h2 {
  margin-bottom: clamp(.35rem, .65vw, .55rem) !important;
}

.theme-about .about-values-carousel {
  margin-top: 0 !important;
}

.theme-about .about-values-stage {
  padding-top: clamp(.8rem, 1.5vw, 1.35rem) !important;
}

.theme-about .value-rotator-dots {
  display: none !important;
}

.services-catalogue .nav-feature-copy .eyebrow,
.services-catalogue .nav-feature-bullets,
.service-family-nav span,
.service-family-nav a::after,
.service-family-heading > div:first-child p,
.service-family-heading > div:last-child > span,
.service-template-breadcrumb,
.service-template-kicker {
  display: none !important;
  content: none !important;
}

.service-family-heading {
  align-items: center !important;
  margin-bottom: clamp(1.4rem, 2.3vw, 2rem) !important;
}

.service-family-nav a {
  justify-content: center !important;
  min-height: 74px !important;
  padding-right: 1.25rem !important;
}

.service-family-nav a:hover,
.service-family-nav a:focus {
  background: #f5f7fb !important;
  color: #001064 !important;
}

.blog-detail-hero .eyebrow {
  display: none !important;
}

@media (min-width: 992px) {
  .blog-detail {
    display: grid !important;
    width: min(1180px, calc(100% - 2rem)) !important;
    margin: clamp(2rem, 4vw, 3.5rem) auto 0 !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr) !important;
    gap: clamp(1.5rem, 3vw, 3rem) !important;
    align-items: stretch !important;
  }

  .blog-detail .blog-detail-hero {
    display: flex !important;
    min-height: clamp(390px, 30vw, 470px) !important;
    margin: 0 !important;
    padding: clamp(2.2rem, 4vw, 3.5rem) !important;
    align-items: flex-start !important;
    justify-content: center !important;
    flex-direction: column !important;
    border-radius: 14px !important;
    background: #001064 !important;
    text-align: left !important;
  }

  .blog-detail .blog-detail-hero h1,
  .blog-detail .blog-detail-hero .lead,
  .blog-detail .blog-detail-meta {
    max-width: 100% !important;
    text-align: left !important;
  }

  .blog-detail .blog-detail-image {
    width: 100% !important;
    height: 100% !important;
    min-height: clamp(390px, 30vw, 470px) !important;
    margin: 0 !important;
    border-radius: 14px !important;
    object-fit: cover !important;
  }

  .blog-detail .blog-detail-body {
    grid-column: 1 / -1 !important;
    width: min(840px, 100%) !important;
    max-width: none !important;
    margin: clamp(2.2rem, 4vw, 3.5rem) auto 0 !important;
  }

  .callout-band {
    width: min(1180px, calc(100% - 2rem)) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.theme-about .value-rotator-card:hover,
.theme-about .value-rotator-card:focus-visible {
  border-color: rgba(0, 16, 100, .26) !important;
  box-shadow: 0 24px 44px rgba(0, 16, 100, .14) !important;
  transform: translateY(-4px) !important;
}

@media (max-width: 1199.98px) {
  .theme-about .about-values-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-height: 0 !important;
  }

  .theme-about .about-values-stage::before {
    display: none !important;
  }

  .theme-about .value-rotator-card,
  .theme-about .value-rotator-card[data-slot="0"],
  .theme-about .value-rotator-card[data-slot="1"],
  .theme-about .value-rotator-card[data-slot="2"],
  .theme-about .value-rotator-card[data-slot="3"] {
    min-height: 395px !important;
    transform: none !important;
  }
}

@media (max-width: 575.98px) {
  .theme-about .about-values-stage {
    grid-template-columns: 1fr !important;
    padding: 2.2rem 1rem !important;
  }

  .theme-about .value-rotator-card,
  .theme-about .value-rotator-card[data-slot="0"],
  .theme-about .value-rotator-card[data-slot="1"],
  .theme-about .value-rotator-card[data-slot="2"],
  .theme-about .value-rotator-card[data-slot="3"] {
    min-height: 370px !important;
  }

  .theme-about .value-card-image,
  .theme-about .value-rotator-card[data-slot="0"] .value-card-image {
    width: min(190px, 58vw);
  }
}

/* Footer wireframe: brand, navigation, quick links, and work-hours callout. */
.theme-site .site-footer-v2 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(2.35rem, 3.8vw, 3.35rem) clamp(1rem, 2vw, 2rem) 0 !important;
  overflow: hidden !important;
  border-top: 0 !important;
  background: linear-gradient(180deg, #001064 0%, #000b49 100%) !important;
  color: #dbe8ff !important;
}

.theme-site .footer-v2-main {
  display: grid !important;
  width: min(1140px, calc(100% - 2rem)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 0 clamp(1.45rem, 2.25vw, 2.05rem) !important;
  grid-template-columns: minmax(280px, 1.42fr) minmax(130px, .58fr) minmax(150px, .7fr) minmax(245px, 1fr) !important;
  gap: clamp(1.75rem, 4vw, 4.65rem) !important;
  align-items: start !important;
}

.theme-site .footer-v2-brand,
.theme-site .footer-v2-column,
.theme-site .footer-v2-hours {
  min-width: 0 !important;
  align-items: flex-start !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  text-align: left !important;
}

.theme-site .footer-v2-brand {
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(.65rem, 1.05vw, .95rem) !important;
}

.theme-site .footer-v2-logo-link {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0 !important;
  overflow: visible !important;
  text-decoration: none !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

.theme-site .footer-v2-logo-link:hover,
.theme-site .footer-v2-logo-link:focus-visible {
  filter: none !important;
  transform: none !important;
}

.theme-site .footer-v2-logo-frame {
  position: static !important;
  display: inline-flex !important;
  width: clamp(176px, 11vw, 230px) !important;
  height: auto !important;
  overflow: visible !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background: transparent !important;
}

.theme-site .footer-v2-logo-frame .eagle-footer-logo,
.theme-site .footer-v2-brand .eagle-footer-logo {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 124px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: none !important;
  transform: none !important;
}

.theme-site .footer-v2-brand p,
.theme-site .footer-v2-hours-copy {
  width: min(100%, 330px) !important;
  margin: 0 !important;
  color: rgba(255,255,255,.84) !important;
  font-size: clamp(.95rem, .98vw, 1rem) !important;
  font-weight: 400 !important;
  line-height: 1.52 !important;
}

.theme-site .footer-v2-column {
  display: flex !important;
  flex-direction: column !important;
  gap: .72rem !important;
  color: #dbe8ff !important;
  font-style: normal !important;
}

.theme-site .footer-v2-column h2 {
  margin: 0 0 .55rem !important;
  padding: 0 !important;
  color: #fff !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: clamp(1rem, 1vw, 1.12rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

.theme-site .footer-v2-column h2::after,
.theme-site .footer-v2-column a::before,
.theme-site .footer-v2-link-list a::after,
.theme-site .footer-v2-link-row a::after {
  display: none !important;
  content: none !important;
}

.theme-site .footer-v2-link-list,
.theme-site .footer-v2-link-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: .56rem !important;
}

.theme-site .footer-v2-column a:not(.footer-v2-call) {
  display: inline-flex !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  color: rgba(255,255,255,.84) !important;
  font-size: clamp(.95rem, .98vw, 1rem) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  transform: none !important;
  transition: color .25s ease, transform .25s ease !important;
}

.theme-site .footer-v2-column a:not(.footer-v2-call):hover,
.theme-site .footer-v2-column a:not(.footer-v2-call):focus-visible {
  color: #f2c400 !important;
  transform: translateX(3px) !important;
}

.theme-site .footer-socials {
  display: flex !important;
  gap: 1rem !important;
  margin: .05rem 0 0 !important;
}

.theme-site .footer-socials span {
  display: inline-grid !important;
  width: 20px !important;
  height: 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: .95rem !important;
  line-height: 1 !important;
  place-items: center !important;
  box-shadow: none !important;
  transition: transform .25s ease !important;
}

.theme-site .footer-socials span:hover,
.theme-site .footer-socials span:focus-within {
  color: #fff !important;
  transform: translateY(-2px) !important;
}

.theme-site .footer-v2-hours-line {
  display: inline-flex !important;
  align-items: center !important;
  gap: .62rem !important;
  margin: 0 !important;
  color: rgba(255,255,255,.88) !important;
  font-size: clamp(.95rem, .98vw, 1rem) !important;
  line-height: 1.35 !important;
}

.theme-site .footer-v2-hours-line i {
  color: #f2c400 !important;
  font-size: .9rem !important;
}

.theme-site .footer-v2-call {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .55rem !important;
  min-width: 154px !important;
  min-height: 54px !important;
  margin-top: clamp(.6rem, 1.2vw, 1rem) !important;
  padding: .85rem 1.25rem !important;
  border: 1px solid #fff !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #001064 !important;
  font-size: .95rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(255,255,255,.16) !important;
  transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease !important;
}

.theme-site .footer-v2-call:hover,
.theme-site .footer-v2-call:focus-visible {
  border-color: #fff !important;
  background: #001064 !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.22) !important;
}

.theme-site .footer-v2-bottom {
  display: flex !important;
  width: min(1140px, calc(100% - 2rem)) !important;
  max-width: none !important;
  min-height: 70px !important;
  margin: 0 auto !important;
  padding: clamp(1rem, 1.45vw, 1.25rem) 0 !important;
  align-items: center !important;
  justify-content: center !important;
  border-top: 1px solid rgba(242,196,0,.34) !important;
  background: transparent !important;
}

.theme-site .footer-v2-bottom p {
  margin: 0 !important;
  color: rgba(255,255,255,.82) !important;
  font-size: clamp(.92rem, .96vw, 1rem) !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

.theme-site .footer-v2-bottom-email {
  color: #fff !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere;
  text-decoration: none !important;
}

.theme-site .footer-v2-bottom-email:hover,
.theme-site .footer-v2-bottom-email:focus-visible {
  color: #f2c400 !important;
}

.scroll-progress,
.back-to-top {
  display: none !important;
}

.whatsapp-float {
  position: fixed;
  z-index: 999;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  display: inline-grid !important;
  width: clamp(52px, 4vw, 60px);
  height: clamp(52px, 4vw, 60px);
  border: 2px solid #fff;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  font-size: clamp(1.7rem, 2vw, 2rem);
  text-decoration: none !important;
  place-items: center;
  box-shadow: 0 16px 34px rgba(0, 16, 100, .22);
  transition: transform .25s ease, box-shadow .25s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 16, 100, .28);
}

@media (max-width: 991.98px) {
  .theme-site .footer-v2-main {
    width: min(760px, calc(100% - 2rem)) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2.2rem 3rem !important;
  }
}

@media (max-width: 575.98px) {
  .theme-site .site-footer-v2 {
    padding-top: 2.25rem !important;
  }

  .theme-site .footer-v2-main {
    width: min(420px, calc(100% - 2rem)) !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .theme-site .footer-v2-bottom {
    width: min(420px, calc(100% - 2rem)) !important;
  }
}

/* Requested final polish: unlocked navbar, clean active links, and service strip removal. */
.theme-site .container-fluid.nav-bar,
.theme-site .nav-bar {
  position: relative !important;
  top: auto !important;
  z-index: 20 !important;
}

.theme-site .nav-bar.is-scrolled {
  box-shadow: none !important;
}

.theme-site .navbar-dark .navbar-nav .nav-link::before,
.theme-site .navbar-dark .navbar-nav .nav-link::after,
.theme-site .navbar-dark .navbar-nav .nav-link.active::before,
.theme-site .navbar-dark .navbar-nav .nav-link.active::after,
.theme-site .navbar-dark .navbar-nav .show > .nav-link::before,
.theme-site .navbar-dark .navbar-nav .show > .nav-link::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  transform: none !important;
}

.theme-site .navbar-dark .navbar-nav .nav-link.active,
.theme-site .navbar-dark .navbar-nav .show > .nav-link {
  color: #f2c400 !important;
  font-weight: 900 !important;
}

.theme-site .footer-v2-call,
.theme-site .site-footer-v2 .footer-v2-call {
  border-color: #fff !important;
  background: #fff !important;
  color: #001064 !important;
}

.theme-site .footer-v2-call i,
.theme-site .footer-v2-call span {
  color: inherit !important;
}

.theme-site .footer-v2-call:hover,
.theme-site .footer-v2-call:focus-visible,
.theme-site .site-footer-v2 .footer-v2-call:hover,
.theme-site .site-footer-v2 .footer-v2-call:focus-visible {
  border-color: #001064 !important;
  background: #001064 !important;
  color: #fff !important;
}

.theme-site .site-footer-v2 a.footer-v2-call.footer-v2-call:hover,
.theme-site .site-footer-v2 a.footer-v2-call.footer-v2-call:focus,
.theme-site .site-footer-v2 a.footer-v2-call.footer-v2-call:focus-visible,
.theme-site .site-footer-v2 a.footer-v2-call.footer-v2-call:active {
  border-color: #001064 !important;
  background: #001064 !important;
  color: #fff !important;
}

.theme-site .site-footer-v2 a.footer-v2-call.footer-v2-call:hover i,
.theme-site .site-footer-v2 a.footer-v2-call.footer-v2-call:hover span,
.theme-site .site-footer-v2 a.footer-v2-call.footer-v2-call:focus-visible i,
.theme-site .site-footer-v2 a.footer-v2-call.footer-v2-call:focus-visible span {
  color: #fff !important;
}

.services-catalogue .service-family-nav {
  display: none !important;
}

/* Contact page wireframe inspired by the provided reference. */
.theme-contact .eagle-theme-content {
  overflow: hidden !important;
  background: #f4f7fb !important;
}

.theme-contact .contact-wireframe {
  width: min(1500px, calc(100% - 3rem)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: clamp(2rem, 3.5vw, 3.4rem) 0 clamp(1.35rem, 2vw, 2rem) !important;
  background: transparent !important;
}

.theme-contact .contact-wireframe-hero {
  position: relative;
  display: grid;
  min-height: clamp(640px, 78vh, 790px);
  overflow: hidden;
  padding: clamp(2rem, 4vw, 4rem);
  border: 1px solid rgba(0, 16, 100, .12);
  border-radius: 30px;
  background: #001064;
  box-shadow: 0 26px 70px rgba(0, 16, 100, .18);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.theme-contact .contact-wireframe-image,
.theme-contact .contact-wireframe-shade {
  position: absolute;
  inset: 0;
}

.theme-contact .contact-wireframe-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 34% center;
}

.theme-contact .contact-wireframe-shade {
  background:
    linear-gradient(90deg, rgba(0, 16, 100, .86) 0%, rgba(0, 16, 100, .58) 48%, rgba(0, 16, 100, .82) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .42));
}

.theme-contact .contact-wireframe-copy,
.theme-contact .contact-quote-card {
  position: relative;
  z-index: 1;
}

.theme-contact .contact-wireframe-copy {
  display: flex;
  max-width: 700px;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(1rem, 4vw, 3rem);
  color: #fff;
}

.theme-contact .contact-wireframe-copy > p,
.theme-contact .contact-info-copy > p {
  margin: 0 0 .9rem;
  color: #f2c400;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.theme-contact .contact-wireframe-copy h1 {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(2.85rem, 5.55vw, 5.9rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
  text-wrap: balance;
}

.theme-contact .contact-wireframe-actions,
.theme-contact .contact-info-actions {
  display: flex;
  gap: .85rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: clamp(1.5rem, 2.8vw, 2.4rem);
}

.theme-contact .contact-pill {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .45rem .55rem .45rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  transition: background .24s ease, color .24s ease, border-color .24s ease, transform .24s ease;
}

.theme-contact .contact-pill i {
  display: inline-grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 0;
  place-items: center;
}

.theme-contact .contact-pill i::before {
  content: ">";
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  transform: translateX(1px);
}

.theme-contact .contact-pill-light {
  background: #fff;
  color: #001064 !important;
}

.theme-contact .contact-pill-light i,
.theme-contact .contact-pill-navy i {
  background: #f2c400;
  color: #001064;
}

.theme-contact .contact-pill-light:hover,
.theme-contact .contact-pill-light:focus-visible {
  background: #001064;
  color: #fff !important;
  transform: translateY(-2px);
}

.theme-contact .contact-pill-outline {
  padding-right: 1.35rem;
  border-color: rgba(255, 255, 255, .54);
  background: rgba(255, 255, 255, .09);
  color: #fff !important;
}

.theme-contact .contact-pill-outline:hover,
.theme-contact .contact-pill-outline:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #001064 !important;
}

.theme-contact .contact-hero-badges {
  display: flex;
  gap: .6rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: clamp(1.15rem, 2vw, 1.8rem);
}

.theme-contact .contact-hero-badges span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: .4rem;
  padding: .55rem .85rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .84);
  font-size: .86rem;
  backdrop-filter: blur(12px);
}

.theme-contact .contact-hero-badges strong {
  color: #f2c400;
  font-weight: 900;
}

.theme-contact .contact-quote-card {
  width: 100%;
  padding: clamp(1.5rem, 3vw, 2.35rem);
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
}

.theme-contact .contact-quote-card h2 {
  max-width: 320px;
  margin: 0 auto 1.35rem;
  color: #001064;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  text-align: center;
}

.theme-contact .contact-quote-card .contact-form.quote-clean-form {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.theme-contact .contact-quote-card .quote-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: .85rem .8rem;
}

.theme-contact .contact-quote-card .quote-clean-form label {
  display: grid;
  gap: .35rem;
  margin: 0;
  color: #001064;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.theme-contact .contact-quote-card .quote-field-label {
  display: block;
  color: #001064;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.2;
}

.theme-contact .contact-quote-card .contact-field-wide,
.theme-contact .contact-quote-card .quote-message-field {
  grid-column: 1 / -1;
}

.theme-contact .contact-quote-card .quote-clean-form input,
.theme-contact .contact-quote-card .quote-clean-form select,
.theme-contact .contact-quote-card .quote-clean-form textarea {
  width: 100%;
  min-height: 46px;
  padding: .78rem .2rem;
  border: 0;
  border-bottom: 1px solid rgba(0, 16, 100, .22);
  border-radius: 0;
  background: transparent;
  color: #001064;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .88rem;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color .2s ease, background .2s ease;
}

.theme-contact .contact-quote-card .quote-clean-form textarea {
  min-height: 86px;
  resize: vertical;
}

.theme-contact .contact-quote-card .quote-clean-form input::placeholder,
.theme-contact .contact-quote-card .quote-clean-form textarea::placeholder {
  color: rgba(0, 16, 100, .54);
}

.theme-contact .contact-quote-card .quote-clean-form input:focus,
.theme-contact .contact-quote-card .quote-clean-form select:focus,
.theme-contact .contact-quote-card .quote-clean-form textarea:focus {
  outline: none;
  border-bottom-color: #001064;
  background: rgba(0, 16, 100, .035);
}

.theme-contact .contact-quote-card .quote-form-actions {
  display: block;
  margin-top: 1.15rem;
}

.theme-contact .contact-quote-card .quote-form-actions .button {
  width: 100%;
  min-height: 54px;
  border: 1px solid #001064 !important;
  border-radius: 999px !important;
  background: #001064 !important;
  color: #fff !important;
  font-size: .92rem;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 16, 100, .2);
}

.theme-contact .contact-quote-card .quote-form-actions .button:hover,
.theme-contact .contact-quote-card .quote-form-actions .button:focus-visible {
  border-color: #f2c400 !important;
  background: #f2c400 !important;
  color: #001064 !important;
  transform: translateY(-2px);
}

.theme-contact .contact-quote-card .form-status {
  min-height: 1.2em;
  margin: .75rem 0 0;
  color: #334155;
  font-size: .82rem;
  line-height: 1.45;
  text-align: center;
}

.theme-contact .contact-quote-card .form-status:empty {
  display: none;
}

.theme-contact .contact-wireframe-info {
  display: grid;
  width: min(1280px, calc(100% - 3rem));
  margin: clamp(1.8rem, 3vw, 2.8rem) auto 0;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(1.8rem, 4vw, 4rem);
  align-items: center;
}

.theme-contact .contact-info-copy h2 {
  max-width: 650px;
  margin: 0;
  color: #001064;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-wrap: balance;
}

.theme-contact .contact-pill-navy {
  background: #001064;
  color: #fff !important;
}

.theme-contact .contact-pill-navy:hover,
.theme-contact .contact-pill-navy:focus-visible {
  background: #f2c400;
  color: #001064 !important;
  transform: translateY(-2px);
}

.theme-contact .contact-text-link {
  display: inline-flex;
  gap: .75rem;
  align-items: center;
  color: #001064 !important;
  font-weight: 900;
  text-decoration: none !important;
}

.theme-contact .contact-text-link:hover,
.theme-contact .contact-text-link:focus-visible {
  color: #0d5fa8 !important;
}

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

.theme-contact .contact-method-grid a,
.theme-contact .contact-method-grid article,
.theme-contact .contact-stat-strip article {
  min-width: 0;
  border: 1px solid rgba(0, 16, 100, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 16, 100, .08);
}

.theme-contact .contact-method-grid a,
.theme-contact .contact-method-grid article {
  display: grid;
  min-height: 154px;
  padding: 1.35rem;
  align-content: space-between;
  color: #001064 !important;
  text-decoration: none !important;
}

.theme-contact .contact-method-grid i {
  color: #f2c400;
  font-size: 1.35rem;
}

.theme-contact .contact-method-grid span {
  color: #607083;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.theme-contact .contact-method-grid strong {
  color: #001064;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.theme-contact .contact-method-grid a:hover,
.theme-contact .contact-method-grid a:focus-visible {
  border-color: rgba(0, 16, 100, .28);
  background: #001064;
  color: #fff !important;
  transform: translateY(-3px);
}

.theme-contact .contact-method-grid a:hover span,
.theme-contact .contact-method-grid a:focus-visible span,
.theme-contact .contact-method-grid a:hover strong,
.theme-contact .contact-method-grid a:focus-visible strong {
  color: #fff;
}

.theme-contact .contact-stat-strip {
  display: grid;
  width: min(1280px, calc(100% - 3rem));
  margin: clamp(1.6rem, 3vw, 2.6rem) auto clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}

.theme-contact .contact-stat-strip article {
  min-height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.25rem;
  text-align: center;
}

.theme-contact .contact-stat-strip strong {
  color: #001064;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 500;
  line-height: .95;
}

.theme-contact .contact-stat-strip span {
  margin-top: .75rem;
  color: #334155;
  font-size: .9rem;
  font-weight: 700;
}

@media (max-width: 1099.98px) {
  .theme-contact .contact-wireframe-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .theme-contact .contact-wireframe-copy {
    min-height: 360px;
  }

  .theme-contact .contact-quote-card {
    max-width: 620px;
    justify-self: end;
  }

  .theme-contact .contact-wireframe-info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .theme-contact .contact-wireframe,
  .theme-contact .contact-wireframe-info,
  .theme-contact .contact-stat-strip {
    width: min(100% - 1.5rem, 620px) !important;
  }

  .theme-contact .contact-wireframe-hero {
    padding: 1rem;
    border-radius: 22px;
  }

  .theme-contact .contact-wireframe-copy {
    min-height: 620px;
    justify-content: flex-end;
    padding: 1.1rem;
  }

  .theme-contact .contact-wireframe-copy h1 {
    font-size: clamp(2.35rem, 13vw, 4.1rem);
  }

  .theme-contact .contact-quote-card {
    margin-top: 6rem;
    padding: 1.2rem;
    border-radius: 14px;
  }

  .theme-contact .contact-quote-card .quote-form-grid,
  .theme-contact .contact-method-grid,
  .theme-contact .contact-stat-strip {
    grid-template-columns: 1fr !important;
  }

  .theme-contact .contact-wireframe-actions,
  .theme-contact .contact-info-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .theme-contact .contact-pill,
  .theme-contact .contact-text-link {
    width: 100%;
    justify-content: center;
  }
}

/* Footer social icon badge: white circle with dark theme icon. */
.theme-site .footer-socials {
  gap: .7rem !important;
}

.theme-site .footer-socials span {
  display: inline-grid !important;
  width: 34px !important;
  height: 34px !important;
  border: 1px solid rgba(242, 196, 0, .48) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #001064 !important;
  font-size: .95rem !important;
  place-items: center !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18) !important;
}

.theme-site .footer-socials span i {
  color: #001064 !important;
}

.theme-site .footer-socials span:hover,
.theme-site .footer-socials span:focus-within {
  background: #fff !important;
  color: #001064 !important;
  transform: translateY(-2px) !important;
}

/* Final typography and Contact page cleanup. */
html {
  overflow-x: hidden;
}

.theme-site,
.theme-site body,
.theme-site p,
.theme-site li,
.theme-site a,
.theme-site button,
.theme-site input,
.theme-site textarea,
.theme-site select,
.theme-site label,
.theme-site small,
.theme-site span {
  font-family: "DM Sans", sans-serif !important;
}

.theme-site h1,
.theme-site h1 span,
.theme-site .premium-security-copy h1,
.theme-site .premium-security-copy h1 span,
.theme-site .premium-security-copy h2,
.theme-site .premium-security-copy h2 span,
.theme-site .tailored-security-content h2,
.theme-site .tailored-security-content h2 span,
.theme-site .why-security-heading h2,
.theme-site .why-security-heading h2 span,
.theme-site .security-insights-heading h2,
.theme-site .security-insights-heading h2 span,
.theme-site .section-heading h2,
.theme-site .section-heading h2 span,
.theme-site .nav-feature-copy h1,
.theme-site .nav-feature-copy h1 span,
.theme-site .service-template-hero h1,
.theme-site .service-template-hero h1 span,
.theme-site .industry-hero h1,
.theme-site .industry-hero h1 span,
.theme-site .corporate-risk-hero h1,
.theme-site .corporate-risk-hero h1 span,
.theme-site .blog-detail-hero h1,
.theme-site .blog-detail-hero h1 span,
.theme-site .about-intro-copy h1,
.theme-site .about-intro-copy h1 span,
.theme-site .contact-wireframe-copy h1 {
  font-family: "Moderniz", "DM Sans" !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.theme-site h2:not(.section-heading h2),
.theme-site h3,
.theme-site h4,
.theme-site h5,
.theme-site h6,
.theme-site .navbar-nav .nav-link,
.theme-site .footer-v2-column h2,
.theme-site .contact-quote-card h2 {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 900 !important;
}

.theme-site .nav-bar .navbar-nav {
  gap: 0 !important;
  align-items: center !important;
}

.theme-site .navbar-dark .navbar-nav .nav-link {
  position: relative !important;
  padding: 1.05rem 1.55rem !important;
  color: #fff !important;
  font-size: clamp(1.08rem, 1.04vw, 1.22rem) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.theme-site .navbar-dark .navbar-nav .nav-link:hover,
.theme-site .navbar-dark .navbar-nav .nav-link:focus-visible,
.theme-site .navbar-dark .navbar-nav .nav-link.active {
  color: #f2c400 !important;
}

.theme-site .navbar-dark .navbar-nav .nav-link::after,
.theme-site .navbar-dark .navbar-nav .nav-link.active::after {
  display: none !important;
  content: none !important;
}

.theme-site .navbar-dark .navbar-nav .nav-link + .nav-link::before {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  display: block !important;
  width: 1px !important;
  height: 24px !important;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.42), transparent) !important;
  content: "" !important;
  opacity: 1 !important;
  transform: translateY(-50%) !important;
}

.theme-contact .contact-wireframe {
  width: min(1500px, calc(100% - 2rem)) !important;
  padding-top: clamp(1.35rem, 2.5vw, 2.4rem) !important;
  padding-bottom: clamp(.85rem, 1.6vw, 1.3rem) !important;
}

.theme-contact .contact-wireframe-hero {
  min-height: clamp(520px, 62vh, 650px) !important;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 590px) !important;
  gap: clamp(1.5rem, 3vw, 3rem) !important;
}

.theme-contact .contact-wireframe-copy {
  max-width: 620px !important;
  padding-bottom: clamp(.8rem, 2.5vw, 1.8rem) !important;
}

.theme-contact .contact-wireframe-copy > p,
.theme-contact .contact-hero-badges,
.theme-contact .contact-pill-outline,
.theme-contact .contact-wireframe-info,
.theme-contact .contact-info-copy,
.theme-contact .contact-method-grid {
  display: none !important;
}

.theme-contact .contact-wireframe-copy h1 {
  max-width: 600px !important;
  font-size: clamp(2.55rem, 4.25vw, 4.85rem) !important;
  line-height: 1.03 !important;
}

.theme-contact .contact-wireframe-actions {
  margin-top: clamp(1.15rem, 2vw, 1.7rem) !important;
}

.theme-contact .contact-pill-light {
  min-width: 250px !important;
}

.theme-contact .contact-quote-card {
  box-sizing: border-box !important;
  width: min(100%, 590px) !important;
  justify-self: end !important;
  padding: clamp(1.25rem, 2.2vw, 1.9rem) !important;
  border-radius: 16px !important;
}

.theme-contact .contact-quote-card h2 {
  max-width: 410px !important;
  margin-bottom: .95rem !important;
  font-size: clamp(1.28rem, 1.65vw, 1.7rem) !important;
}

.theme-contact .contact-quote-card .quote-form-grid {
  gap: .58rem 1rem !important;
}

.theme-contact .contact-quote-card .quote-clean-form input,
.theme-contact .contact-quote-card .quote-clean-form select,
.theme-contact .contact-quote-card .quote-clean-form textarea {
  min-height: 40px !important;
  padding: .58rem .2rem !important;
  font-family: "DM Sans", sans-serif !important;
}

.theme-contact .contact-quote-card .quote-clean-form textarea {
  min-height: 64px !important;
}

.theme-contact .contact-quote-card .quote-form-actions {
  margin-top: .85rem !important;
}

.theme-contact .contact-quote-card .quote-form-actions .button {
  min-height: 48px !important;
  font-family: "DM Sans", sans-serif !important;
}

.theme-contact .contact-stat-strip {
  display: flex !important;
  width: min(1040px, calc(100% - 2rem)) !important;
  margin: clamp(.95rem, 1.8vw, 1.45rem) auto clamp(2.2rem, 4vw, 3.6rem) !important;
  padding: .95rem clamp(1rem, 2.5vw, 2rem) !important;
  border: 1px solid rgba(0,16,100,.1) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 16px 36px rgba(0,16,100,.08) !important;
  gap: 0 !important;
  align-items: center !important;
  justify-content: center !important;
}

.theme-contact .contact-stat-strip article {
  position: relative !important;
  min-height: 0 !important;
  display: inline-flex !important;
  flex: 1 1 0 !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  gap: .6rem !important;
  padding: .35rem .9rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

.theme-contact .contact-stat-strip article + article::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 28px;
  background: linear-gradient(180deg, transparent, rgba(0,16,100,.22), transparent);
  content: "";
  transform: translateY(-50%);
}

.theme-contact .contact-stat-strip strong {
  color: #001064 !important;
  font-family: "Moderniz", "DM Sans" !important;
  font-size: clamp(1.2rem, 1.8vw, 1.75rem) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.theme-contact .contact-stat-strip span {
  margin: 0 !important;
  color: #334155 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: .92rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.email-float {
  position: fixed;
  z-index: 999;
  bottom: clamp(16px, 2vw, 28px);
  left: clamp(16px, 2vw, 28px);
  display: inline-grid !important;
  width: clamp(52px, 4vw, 60px);
  height: clamp(52px, 4vw, 60px);
  border: 2px solid #fff;
  border-radius: 50%;
  background: #001064;
  color: #fff !important;
  font-size: clamp(1.25rem, 1.6vw, 1.45rem);
  text-decoration: none !important;
  place-items: center;
  box-shadow: 0 16px 34px rgba(0, 16, 100, .22);
  transition: transform .25s ease, box-shadow .25s ease;
}

.email-float:hover,
.email-float:focus-visible {
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 16, 100, .28);
}

@media (max-width: 991.98px) {
  .theme-site .navbar-dark .navbar-nav .nav-link {
    padding: .9rem 1rem !important;
    font-size: 1.05rem !important;
  }

  .theme-site .navbar-dark .navbar-nav .nav-link + .nav-link::before {
    display: none !important;
  }

  .theme-contact .contact-wireframe-hero {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
  }

  .theme-contact .contact-quote-card {
    width: min(100%, 680px) !important;
    margin-top: 0 !important;
    justify-self: center !important;
  }
}

@media (max-width: 767.98px) {
  .theme-contact .contact-wireframe-copy {
    min-height: 470px !important;
  }

  .theme-contact .contact-wireframe-copy h1 {
    font-size: clamp(2rem, 9.8vw, 3.1rem) !important;
  }

  .theme-contact .contact-pill-light {
    width: min(100%, 322px) !important;
    min-width: 0 !important;
  }

  .theme-contact .contact-quote-card {
    width: 100% !important;
    max-width: 100% !important;
    justify-self: stretch !important;
  }

  .theme-contact .contact-stat-strip {
    align-items: stretch !important;
    flex-direction: column !important;
    border-radius: 18px !important;
  }

  .theme-contact .contact-stat-strip article + article::before {
    top: 0;
    left: 50%;
    width: 82%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,16,100,.18), transparent);
    transform: translateX(-50%);
  }
}

/* Requested display headings and compact home stack refinements. */
.theme-home #home-services-title,
.theme-home #home-services-title span,
.theme-home .premium-security-cta-primary,
.theme-home .home-service-tile-title,
.theme-home #why-security-title,
.theme-home #home-blog-title,
.theme-about .about-story-columns h3,
.theme-about .about-process-copy h2,
.theme-about .about-process-list h3,
.theme-about .about-values-section .section-heading h2,
.theme-about .about-values-section .section-heading h2 span,
.theme-about .value-rotator-card h3,
.theme-services .service-family-nav a,
.theme-services .service-family-heading h2,
.theme-services .service-category-copy h3,
.theme-blogs .blogs-template-header h1,
.theme-blogs .blog-template-card h2 {
  font-family: "Moderniz", "DM Sans", Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.theme-home #homepage-slideshow .premium-security-cta-primary {
  font-family: "DM Sans", Arial, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.theme-home #home-services-title,
.theme-home #home-blog-title,
.theme-home #why-security-title,
.theme-about .about-process-copy h2,
.theme-about .about-values-section .section-heading h2 {
  line-height: 1.05 !important;
}

.theme-about .about-values-section {
  padding-top: clamp(1rem, 2vw, 1.75rem) !important;
}

.theme-about .about-values-section .section-heading {
  margin-bottom: clamp(.25rem, .75vw, .7rem) !important;
}

.theme-about .about-values-section .section-heading h2 {
  margin-bottom: .2rem !important;
}

.theme-about .about-values-stage {
  padding-top: clamp(.35rem, .8vw, .75rem) !important;
}

.theme-home .why-security-section.why-security-minimal {
  --why-scroll-distance: 520px !important;
  --why-stage-height: clamp(405px, 29vw, 500px) !important;
  min-height: calc(var(--why-stage-height) + var(--why-scroll-distance)) !important;
  margin: clamp(2rem, 3.2vw, 3rem) 0 !important;
}

.theme-home .why-security-minimal-inner {
  width: min(1440px, 100%) !important;
  height: min(var(--why-stage-height), calc(100vh - var(--why-nav-offset))) !important;
  min-height: min(var(--why-stage-height), calc(100vh - var(--why-nav-offset))) !important;
  padding: clamp(.9rem, 1.6vw, 1.35rem) clamp(1.25rem, 4vw, 3rem) clamp(.8rem, 1.6vw, 1.25rem) !important;
  grid-template-rows: clamp(72px, 13%, 96px) minmax(0, 1fr) !important;
  gap: clamp(.15rem, .45vw, .45rem) !important;
}

.theme-home .why-security-heading-row {
  padding-top: .2rem !important;
  justify-content: center !important;
  transform: none !important;
}

.theme-home .why-security-minimal h2 {
  margin-bottom: .25rem !important;
  font-size: clamp(1.75rem, 2.3vw, 2.65rem) !important;
}

.theme-home .why-scroll-stack .scroll-stack-inner {
  width: min(920px, 100%) !important;
  padding-bottom: 28rem !important;
}

.theme-home .why-scroll-stack .service-stack-card {
  width: min(100%, 920px) !important;
  height: clamp(260px, 20vw, 300px) !important;
  max-height: 300px !important;
  margin: 16px auto !important;
  grid-template-columns: minmax(0, 1fr) minmax(245px, 310px) !important;
  gap: clamp(1rem, 2vw, 1.9rem) !important;
  padding: clamp(1rem, 1.65vw, 1.45rem) !important;
  transform-origin: center top !important;
}

.theme-home .why-scroll-stack .service-stack-copy h3 {
  font-family: "Moderniz", "DM Sans", Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.theme-home .why-scroll-stack .service-stack-total span:first-child {
  font-family: "Moderniz", "DM Sans", Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 991.98px) {
  .theme-home .why-security-section.why-security-minimal {
    --why-scroll-distance: 0px !important;
    min-height: auto !important;
  }

  .theme-home .why-scroll-stack .scroll-stack-inner {
    padding-bottom: 0 !important;
  }

  .theme-home .why-scroll-stack .service-stack-card {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 0 1.15rem !important;
  }
}

.theme-site.theme-about .about-smart-process .about-process-copy h2,
.theme-site.theme-about .about-smart-process .about-process-list article h3,
.theme-site.theme-services .services-catalogue .service-family .service-family-heading h2,
.theme-site.theme-services .services-catalogue .service-family-nav a,
.theme-site.theme-services .services-catalogue .service-category-copy h3,
.theme-site.theme-blogs .blogs-template-page .blogs-template-grid .blog-template-card h2 {
  font-family: "Moderniz", "DM Sans", Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.theme-site.theme-about .about-values-section .about-values-carousel {
  margin-top: -1.6rem !important;
}

.theme-site.theme-about .about-values-section .section-heading {
  margin-bottom: 0 !important;
}

.theme-home .why-security-minimal-inner,
.theme-home .why-scroll-stack {
  overflow: hidden !important;
}

.theme-home .why-scroll-stack .scroll-stack-card-wrapper {
  margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  .theme-home .why-security-section.why-security-minimal {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .theme-home .why-security-minimal-inner,
  .theme-home .why-scroll-stack {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .theme-home .why-scroll-stack .service-stack-card {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    padding: 1rem !important;
    gap: 1rem !important;
  }

  .theme-home .why-scroll-stack .service-stack-image,
  .theme-home .why-scroll-stack .service-stack-image img {
    width: 100% !important;
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }

  .theme-home .why-scroll-stack .service-stack-image {
    order: 1 !important;
    margin: 0 !important;
  }

  .theme-home .why-scroll-stack .service-stack-copy {
    order: 2 !important;
    width: 100% !important;
    align-self: stretch !important;
  }

  .theme-home .why-scroll-stack .service-stack-total {
    order: 3 !important;
    width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .theme-home .why-security-minimal-inner {
    padding: 2.25rem 1.25rem 2.5rem !important;
  }

  .theme-home .why-scroll-stack .service-stack-copy h3 {
    font-size: clamp(1.35rem, 7vw, 1.75rem) !important;
  }

  .theme-home .why-scroll-stack .service-stack-copy > p:not(:first-child) {
    font-size: .94rem !important;
    line-height: 1.45 !important;
  }

  .theme-home .why-scroll-stack .service-stack-image,
  .theme-home .why-scroll-stack .service-stack-image img {
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
  }
}

/* Final mobile responsiveness pass: carousels, Site-Ready window, footer. */
@media (max-width: 767.98px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .theme-site,
  .theme-site * {
    min-width: 0;
  }

  .theme-site h1,
  .theme-site h2,
  .theme-site h3,
  .theme-site p,
  .theme-site a,
  .theme-site button,
  .theme-site span {
    overflow-wrap: anywhere;
  }

  .theme-home .home-services-minimal,
  .theme-home .home-blog-section {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden !important;
  }

  .theme-home .home-services-minimal-inner,
  .theme-home .home-blog-header,
  .theme-home .home-blog-view-more {
    width: min(100% - 28px, 430px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .theme-home .home-services-minimal h2,
  .theme-home #home-blog-title {
    font-size: clamp(2.05rem, 11vw, 3.15rem) !important;
    line-height: .98 !important;
    text-align: center !important;
  }

  .theme-home .home-services-minimal-grid.mobile-carousel-track,
  .theme-home .home-blog-grid.mobile-carousel-track {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: .35rem max(14px, calc((100vw - 430px) / 2)) 1.1rem !important;
    gap: .95rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: max(14px, calc((100vw - 430px) / 2)) !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none !important;
  }

  .theme-home .home-services-minimal-grid.mobile-carousel-track::-webkit-scrollbar,
  .theme-home .home-blog-grid.mobile-carousel-track::-webkit-scrollbar {
    display: none !important;
  }

  .theme-home .home-service-tile,
  .theme-home .home-blog-card {
    flex: 0 0 min(84vw, 350px) !important;
    width: min(84vw, 350px) !important;
    scroll-snap-align: center !important;
    scroll-snap-stop: always !important;
  }

  .theme-home .home-service-tile {
    min-height: 250px !important;
    padding: 1.45rem 1.15rem !important;
    justify-content: center !important;
  }

  .theme-home .home-service-tile-title {
    font-size: clamp(1.18rem, 5.4vw, 1.65rem) !important;
    line-height: 1.08 !important;
    text-align: center !important;
  }

  .theme-home .home-service-tile-copy {
    font-size: .93rem !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  .theme-home .home-blog-card {
    min-height: 380px !important;
  }

  .theme-home .home-blog-card figure {
    height: 230px !important;
  }

  .theme-home .home-blog-card h3 {
    min-height: 0 !important;
    padding: 1rem !important;
    font-size: clamp(1rem, 4.6vw, 1.2rem) !important;
    line-height: 1.25 !important;
  }

  .mobile-carousel-controls {
    display: flex !important;
    width: min(100% - 28px, 430px) !important;
    margin: .15rem auto 0 !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .75rem !important;
  }

  .mobile-carousel-controls[hidden] {
    display: none !important;
  }

  .mobile-carousel-button {
    display: inline-grid !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border: 1px solid rgba(0, 16, 100, .18) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #001064 !important;
    place-items: center !important;
    box-shadow: 0 10px 24px rgba(0, 16, 100, .1) !important;
  }

  .mobile-carousel-button:disabled {
    opacity: .42 !important;
  }

  .mobile-carousel-dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .45rem !important;
  }

  .mobile-carousel-dots button {
    width: 7px !important;
    height: 7px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(0, 16, 100, .22) !important;
  }

  .mobile-carousel-dots button.is-active {
    width: 22px !important;
    background: #001064 !important;
  }

  .theme-home .why-security-section.why-security-minimal {
    --why-scroll-distance: 1720px !important;
    min-height: calc(100svh + var(--why-scroll-distance)) !important;
    width: 100% !important;
    margin: 2.5rem 0 !important;
    padding: 0 .8rem !important;
    overflow: visible !important;
  }

  .theme-home .why-security-minimal-inner {
    display: flex !important;
    width: min(100% - 16px, 430px) !important;
    height: 100svh !important;
    min-height: 640px !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: clamp(1.2rem, 5svh, 2.2rem) 0 !important;
    overflow: visible !important;
  }

  .theme-home .why-security-heading-row {
    margin: 0 0 .8rem !important;
  }

  .theme-home #why-security-title {
    font-size: clamp(1.8rem, 8.8vw, 2.65rem) !important;
    line-height: 1.02 !important;
    text-align: center !important;
  }

  .theme-home .why-scroll-stack {
    width: 100% !important;
    height: min(72svh, 650px) !important;
    min-height: 535px !important;
    overflow: hidden !important;
  }

  .theme-home .why-scroll-stack .scroll-stack-inner {
    display: block !important;
    width: 100% !important;
    min-height: 100svh !important;
    padding: .4rem 0 19rem !important;
    transform: none;
  }

  .theme-home .why-scroll-stack .scroll-stack-card-wrapper {
    margin: 0 !important;
  }

  .theme-home .why-scroll-stack .scroll-stack-card {
    display: flex !important;
    width: 100% !important;
    height: min(66svh, 560px) !important;
    min-height: 500px !important;
    max-height: 560px !important;
    flex-direction: column !important;
    margin: 0 !important;
    padding: clamp(.9rem, 4vw, 1.15rem) !important;
    gap: .8rem !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  .theme-home .why-scroll-stack .service-stack-image {
    order: 1 !important;
    width: 100% !important;
    height: 42% !important;
    min-height: 190px !important;
    max-height: 230px !important;
    margin: 0 !important;
  }

  .theme-home .why-scroll-stack .service-stack-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
  }

  .theme-home .why-scroll-stack .service-stack-copy {
    order: 2 !important;
    display: flex !important;
    width: 100% !important;
    min-height: 0 !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    text-align: center !important;
  }

  .theme-home .why-scroll-stack .service-stack-copy h3 {
    margin: 0 0 .45rem !important;
    font-size: clamp(1.26rem, 6.2vw, 1.8rem) !important;
    line-height: 1.08 !important;
  }

  .theme-home .why-scroll-stack .service-stack-copy > p:not(:first-child) {
    margin: 0 auto .55rem !important;
    font-size: clamp(.88rem, 3.7vw, 1rem) !important;
    line-height: 1.42 !important;
  }

  .theme-home .why-scroll-stack .service-stack-copy a {
    align-self: center !important;
    min-height: 42px !important;
    padding: .65rem 1.05rem !important;
    font-size: .88rem !important;
    white-space: nowrap !important;
  }

  .theme-site .site-footer-v2 {
    width: 100% !important;
    max-width: none !important;
    margin: 2rem 0 0 !important;
    padding: 2rem 0 1rem !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  .theme-site .footer-v2-main {
    display: grid !important;
    width: min(100% - 32px, 420px) !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    padding: 0 !important;
  }

  .theme-site .footer-v2-brand,
  .theme-site .footer-v2-column,
  .theme-site .footer-v2-hours {
    align-items: center !important;
    padding: 1rem 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
    text-align: center !important;
  }

  .theme-site .footer-v2-brand p,
  .theme-site .footer-v2-hours-copy {
    max-width: 330px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: .9rem !important;
    line-height: 1.55 !important;
  }

  .theme-site .footer-v2-logo-frame {
    margin: 0 auto .75rem !important;
  }

  .theme-site .footer-socials {
    justify-content: center !important;
  }

  .theme-site .footer-v2-column h2 {
    margin-bottom: .7rem !important;
    text-align: center !important;
  }

  .theme-site .footer-v2-link-list,
  .theme-site .footer-v2-link-row {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .45rem .75rem !important;
    text-align: center !important;
  }

  .theme-site .footer-v2-column a:not(.footer-v2-call) {
    justify-content: center !important;
    padding: .35rem .25rem !important;
    font-size: .9rem !important;
    line-height: 1.25 !important;
  }

  .theme-site .footer-v2-hours-line {
    justify-content: center !important;
  }

  .theme-site .footer-v2-call {
    width: min(100%, 230px) !important;
    justify-content: center !important;
    margin: .8rem auto 0 !important;
  }

  .theme-site .footer-v2-bottom {
    width: min(100% - 32px, 420px) !important;
    margin: 0 auto !important;
    padding: .9rem 0 0 !important;
    text-align: center !important;
  }

  .theme-site .footer-v2-bottom p {
    font-size: .82rem !important;
    line-height: 1.45 !important;
  }

  .email-float,
  .whatsapp-float {
    width: 52px !important;
    height: 52px !important;
    font-size: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .theme-home .home-services-minimal-grid.mobile-carousel-track,
  .theme-home .home-blog-grid.mobile-carousel-track {
    justify-content: flex-start !important;
    scroll-snap-type: x mandatory !important;
  }

  .theme-home .home-service-tile,
  .theme-home .home-blog-card {
    scroll-snap-align: start !important;
  }
}

@media (max-width: 374.98px) {
  .theme-home .home-service-tile,
  .theme-home .home-blog-card {
    flex-basis: min(88vw, 322px) !important;
    width: min(88vw, 322px) !important;
  }

  .theme-home .why-security-minimal-inner {
    width: calc(100vw - 20px) !important;
    min-height: 620px !important;
  }

  .theme-home .why-scroll-stack {
    min-height: 510px !important;
  }

  .theme-home .why-scroll-stack .scroll-stack-card {
    min-height: 480px !important;
  }

  .theme-home .why-scroll-stack .service-stack-image {
    min-height: 170px !important;
  }

  .theme-home .why-scroll-stack .service-stack-copy h3 {
    font-size: clamp(1.1rem, 6vw, 1.48rem) !important;
  }

  .theme-home .why-scroll-stack .service-stack-copy > p:not(:first-child) {
    font-size: .84rem !important;
  }
}

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

/* Site-ready section: fixed compact layout, no clipped sticky stack. */
.theme-home .why-security-section.why-security-minimal {
  min-height: 0 !important;
  height: auto !important;
  margin: clamp(2.4rem, 4vw, 3.8rem) 0 !important;
  padding: clamp(2.2rem, 4vw, 3.7rem) 1.25rem clamp(2.6rem, 4.5vw, 4.2rem) !important;
  overflow: hidden !important;
}

.theme-home .why-security-minimal-inner {
  position: relative !important;
  top: auto !important;
  display: block !important;
  width: min(1180px, 100%) !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
}

.theme-home .why-security-heading-row {
  margin: 0 0 clamp(.8rem, 1.4vw, 1.1rem) !important;
  padding: 0 !important;
  transform: none !important;
}

.theme-home .why-security-minimal h2 {
  margin: 0 !important;
}

.theme-home .why-scroll-stack {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.theme-home .why-scroll-stack .scroll-stack-inner {
  display: grid !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 1.8vw, 1.45rem) !important;
  transform: none !important;
  will-change: auto !important;
}

.theme-home .why-scroll-stack .scroll-stack-card-wrapper {
  position: relative !important;
  margin: 0 !important;
  min-width: 0 !important;
}

.theme-home .why-scroll-stack .scroll-stack-end {
  display: none !important;
}

.theme-home .why-scroll-stack .service-stack-card {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(390px, 28vw, 455px) !important;
  max-height: none !important;
  margin: 0 !important;
  padding: clamp(1rem, 1.5vw, 1.35rem) !important;
  flex-direction: column !important;
  gap: clamp(.8rem, 1.3vw, 1.1rem) !important;
  overflow: hidden !important;
  transform: none !important;
  filter: none !important;
}

.theme-home .why-scroll-stack .service-stack-image {
  order: 1 !important;
  width: 100% !important;
  height: clamp(170px, 13vw, 220px) !important;
  min-height: clamp(170px, 13vw, 220px) !important;
  max-height: 220px !important;
  margin: 0 !important;
}

.theme-home .why-scroll-stack .service-stack-image img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover !important;
}

.theme-home .why-scroll-stack .service-stack-copy {
  order: 2 !important;
  width: 100% !important;
  align-self: stretch !important;
}

.theme-home .why-scroll-stack .service-stack-copy h3 {
  margin-bottom: .55rem !important;
  font-size: clamp(1.2rem, 1.7vw, 1.75rem) !important;
}

.theme-home .why-scroll-stack .service-stack-copy > p:not(:first-child) {
  margin-bottom: .85rem !important;
  font-size: clamp(.92rem, 1vw, 1rem) !important;
  line-height: 1.48 !important;
}

.theme-home .why-scroll-stack .service-stack-copy a {
  min-height: 40px !important;
}

.theme-home .why-scroll-stack .service-stack-total {
  display: none !important;
}

@media (max-width: 767.98px) {
  .theme-home .why-security-section.why-security-minimal {
    padding: 2rem 1.25rem 2.5rem !important;
  }

  .theme-home .why-scroll-stack .scroll-stack-inner {
    grid-template-columns: 1fr !important;
  }

  .theme-home .why-scroll-stack .service-stack-card {
    min-height: 0 !important;
  }

  .theme-home .why-scroll-stack .service-stack-image,
  .theme-home .why-scroll-stack .service-stack-image img {
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
  }
}

/* Sticky page-scroll stack for the Site-Ready Security section. */
.theme-home .why-security-section.why-security-minimal {
  --why-scroll-distance: 2180px !important;
  min-height: calc(100vh + var(--why-scroll-distance)) !important;
  height: auto !important;
  margin: clamp(2.4rem, 4vw, 3.8rem) 0 !important;
  padding: 0 1.25rem !important;
  overflow: visible !important;
}

.theme-home .why-security-minimal-inner {
  position: relative !important;
  top: auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: min(1584px, calc(100vw - clamp(2rem, 5vw, 4rem))) !important;
  height: 100vh !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: clamp(2rem, 4vh, 3.5rem) 0 !important;
  overflow: visible !important;
}

.theme-home .why-security-heading-row {
  flex: 0 0 auto !important;
  margin: 0 0 clamp(1rem, 2vh, 1.5rem) !important;
  padding: 0 !important;
  transform: none !important;
}

.theme-home .why-security-minimal h2 {
  margin: 0 !important;
}

.theme-home .why-scroll-stack {
  position: relative !important;
  width: 100% !important;
  height: min(720px, calc(100vh - clamp(8.5rem, 16vh, 11rem))) !important;
  min-height: min(560px, calc(100vh - 130px)) !important;
  flex: 0 1 auto !important;
  margin: 0 auto !important;
  overflow-y: hidden !important;
  overflow-x: visible !important;
  overscroll-behavior: auto !important;
  overscroll-behavior-y: auto !important;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  transform: translateZ(0);
  will-change: scroll-position;
}

.theme-home .why-scroll-stack::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.theme-home .why-scroll-stack::-webkit-scrollbar-track {
  background: transparent !important;
}

.theme-home .why-scroll-stack::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.theme-home .why-scroll-stack .scroll-stack-inner {
  display: block !important;
  width: min(1536px, calc(100% - .75rem)) !important;
  min-height: 100vh !important;
  margin: 0 auto !important;
  padding: clamp(.75rem, 2vh, 1.25rem) 0 clamp(23rem, 45vh, 32rem) !important;
  transform: none;
  will-change: auto;
}

.theme-home .why-scroll-stack .scroll-stack-card-wrapper {
  position: relative !important;
  margin: 0 !important;
}

.theme-home .why-scroll-stack .scroll-stack-card {
  position: relative !important;
  width: 100% !important;
  height: clamp(487px, 58vh, 554px) !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 34px 0 !important;
  padding: clamp(1.75rem, 2.8vw, 2.6rem) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(470px, 655px) !important;
  grid-template-areas: "copy image" !important;
  align-items: stretch !important;
  gap: clamp(1.7rem, 3vw, 2.75rem) !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 16, 100, .14) !important;
  border-top: 1px solid rgba(0, 16, 100, .14) !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #fff 0%, #f7f9fc 100%) !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, .14) !important;
  transform-origin: top center !important;
  transform-style: preserve-3d !important;
  backface-visibility: hidden !important;
  transition: transform .14s ease-out, filter .14s ease-out !important;
  will-change: transform, filter !important;
}

.theme-home .why-scroll-stack .service-stack-card::before {
  content: none !important;
  display: none !important;
}

.theme-home .why-scroll-stack .service-stack-copy {
  grid-area: copy !important;
  align-self: center !important;
  width: 100% !important;
  order: initial !important;
}

.theme-home .why-scroll-stack .service-stack-image {
  grid-area: image !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  order: initial !important;
}

.theme-home .why-scroll-stack .service-stack-image img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover !important;
}

.theme-home .why-scroll-stack .service-stack-copy h3 {
  margin-bottom: 1.05rem !important;
  font-size: clamp(2.2rem, 3.35vw, 3.35rem) !important;
}

.theme-home .why-scroll-stack .service-stack-copy > p:not(:first-child) {
  margin-bottom: 1.5rem !important;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem) !important;
  line-height: 1.55 !important;
}

.theme-home .why-scroll-stack .service-stack-copy a {
  min-height: 56px !important;
  padding-inline: 1.65rem !important;
}

.theme-home .why-scroll-stack .service-stack-total {
  display: none !important;
}

.theme-home .why-scroll-stack .scroll-stack-end {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
}

@media (max-width: 767.98px) {
  .theme-home .why-security-section.why-security-minimal {
    min-height: 0 !important;
    padding: 2rem 1.25rem 2.5rem !important;
  }

  .theme-home .why-security-minimal-inner {
    position: relative !important;
    top: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
  }

  .theme-home .why-scroll-stack {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .theme-home .why-scroll-stack .scroll-stack-inner {
    width: min(350px, 100%) !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .theme-home .why-scroll-stack .scroll-stack-card {
    height: auto !important;
    margin: 0 0 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    transform: none !important;
    filter: none !important;
  }

  .theme-home .why-scroll-stack .service-stack-image,
  .theme-home .why-scroll-stack .service-stack-image img {
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
  }
}

/* Mobile final pass: keep narrow screens organized after legacy overrides. */
@media (max-width: 767.98px) {
  .theme-home #homepage-slideshow .home-hero-coverage {
    max-width: calc(100% - 1.6rem) !important;
    white-space: normal !important;
    overflow: visible !important;
    text-align: right !important;
    line-height: 1.15 !important;
    text-overflow: clip !important;
  }

  .theme-about .about-intro-section {
    display: grid !important;
    width: min(100% - 28px, 430px) !important;
    min-height: 0 !important;
    margin: 1.4rem auto 2.2rem !important;
    padding: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    box-sizing: border-box !important;
  }

  .theme-about .about-intro-media {
    width: 100% !important;
    min-height: 240px !important;
    height: 240px !important;
    margin: 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  .theme-about .about-intro-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .theme-about .about-intro-copy {
    width: 100% !important;
    margin: 0 !important;
    padding: .4rem 0 0 !important;
    text-align: center !important;
  }

  .theme-about .about-intro-copy h1 {
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(2rem, 10vw, 2.85rem) !important;
    line-height: 1.02 !important;
  }

  .theme-about .about-intro-copy p {
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: .96rem !important;
    line-height: 1.55 !important;
  }

  .theme-about .about-intro-button {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .theme-home .why-security-section.why-security-minimal {
    --why-scroll-distance: 1720px !important;
    width: 100% !important;
    min-height: calc(100svh + var(--why-scroll-distance)) !important;
    height: auto !important;
    margin: 2.5rem 0 !important;
    padding: 0 .8rem !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .theme-home .why-security-minimal-inner {
    position: relative !important;
    top: auto !important;
    display: flex !important;
    width: min(100% - 16px, 430px) !important;
    height: 100svh !important;
    min-height: 640px !important;
    flex-direction: column !important;
    justify-content: center !important;
    margin: 0 auto !important;
    padding: clamp(1.2rem, 5svh, 2.2rem) 0 !important;
    overflow: visible !important;
  }

  .theme-home .why-security-heading-row {
    flex: 0 0 auto !important;
    margin: 0 0 .8rem !important;
    padding: 0 !important;
  }

  .theme-home #why-security-title {
    font-size: clamp(1.8rem, 8.8vw, 2.65rem) !important;
    line-height: 1.02 !important;
    text-align: center !important;
  }

  .theme-home .why-scroll-stack {
    position: relative !important;
    width: 100% !important;
    height: min(72svh, 650px) !important;
    min-height: 535px !important;
    overflow: hidden !important;
    scrollbar-width: none !important;
  }

  .theme-home .why-scroll-stack .scroll-stack-inner {
    display: block !important;
    width: 100% !important;
    min-height: 100svh !important;
    margin: 0 auto !important;
    padding: .4rem 0 19rem !important;
  }

  .theme-home .why-scroll-stack .scroll-stack-card-wrapper {
    position: relative !important;
    margin: 0 !important;
  }

  .theme-home .why-scroll-stack .scroll-stack-card {
    display: flex !important;
    width: 100% !important;
    height: min(66svh, 560px) !important;
    min-height: 500px !important;
    max-height: 560px !important;
    flex-direction: column !important;
    margin: 0 !important;
    padding: clamp(.9rem, 4vw, 1.15rem) !important;
    gap: .8rem !important;
    overflow: hidden !important;
  }

  .theme-home .why-scroll-stack .service-stack-image {
    order: 1 !important;
    width: 100% !important;
    height: 42% !important;
    min-height: 190px !important;
    max-height: 230px !important;
    margin: 0 !important;
  }

  .theme-home .why-scroll-stack .service-stack-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
  }

  .theme-home .why-scroll-stack .service-stack-copy {
    order: 2 !important;
    display: flex !important;
    width: 100% !important;
    min-height: 0 !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .theme-home .why-scroll-stack .service-stack-copy h3 {
    margin: 0 0 .6rem !important;
    font-size: clamp(1.26rem, 6.2vw, 1.8rem) !important;
    line-height: 1.08 !important;
  }

  .theme-home .why-scroll-stack .service-stack-copy > p:not(:first-child) {
    margin: 0 auto .8rem !important;
    font-size: clamp(.88rem, 3.7vw, 1rem) !important;
    line-height: 1.42 !important;
  }

  .theme-home .why-scroll-stack .service-stack-copy a {
    align-self: center !important;
    min-height: 42px !important;
    padding: .65rem 1.05rem !important;
    font-size: .88rem !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 374.98px) {
  .theme-about .about-intro-section {
    width: min(100% - 20px, 430px) !important;
  }

  .theme-about .about-intro-media {
    min-height: 210px !important;
    height: 210px !important;
  }

  .theme-home .why-security-minimal-inner {
    width: calc(100vw - 20px) !important;
    min-height: 620px !important;
  }

  .theme-home .why-scroll-stack {
    min-height: 510px !important;
  }

  .theme-home .why-scroll-stack .scroll-stack-card {
    min-height: 480px !important;
  }

  .theme-home .why-scroll-stack .service-stack-image {
    min-height: 170px !important;
  }
}

/* Site-wide mobile organization: compact sections and swipeable card groups. */
@media (max-width: 767.98px) {
  .theme-site main > section,
  .theme-site .section,
  .theme-site .service-family,
  .theme-site .service-template-section,
  .theme-site .blogs-template-section,
  .theme-site .about-story-section,
  .theme-site .about-smart-process,
  .theme-site .about-values-section {
    padding-top: clamp(1.8rem, 7vw, 2.6rem) !important;
    padding-bottom: clamp(1.9rem, 7vw, 2.8rem) !important;
  }

  .theme-site .section-heading {
    width: min(100% - 28px, 430px) !important;
    margin-right: auto !important;
    margin-bottom: clamp(1rem, 4vw, 1.4rem) !important;
    margin-left: auto !important;
  }

  .theme-site .section-heading h1,
  .theme-site .section-heading h2,
  .theme-site .theme-page-hero h1,
  .theme-site .blogs-template-header h1,
  .theme-site .service-family-heading h2 {
    max-width: 100% !important;
    font-size: clamp(1.85rem, 9.5vw, 2.8rem) !important;
    line-height: 1.04 !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
  }

  .theme-site .section-heading p,
  .theme-site .theme-page-hero .lead,
  .theme-site .blogs-template-intro,
  .theme-site .service-family-heading p {
    max-width: 100% !important;
    font-size: clamp(.92rem, 3.8vw, 1rem) !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  .theme-site .mobile-carousel-track {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: .35rem max(14px, calc((100vw - 430px) / 2)) 1.05rem !important;
    grid-template-columns: none !important;
    gap: .95rem !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain !important;
    scroll-behavior: smooth !important;
    scroll-padding-inline: max(14px, calc((100vw - 430px) / 2)) !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }

  .theme-site .mobile-carousel-track::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .theme-site .mobile-carousel-track > a,
  .theme-site .mobile-carousel-track > article {
    flex: 0 0 min(84vw, 350px) !important;
    width: min(84vw, 350px) !important;
    max-width: min(84vw, 350px) !important;
    min-width: 0 !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
    transform: none !important;
  }

  .theme-about .about-story-columns.mobile-carousel-track,
  .theme-about .about-process-list.mobile-carousel-track,
  .theme-services .service-family-grid.mobile-carousel-track,
  .theme-blogs .blogs-template-grid.mobile-carousel-track,
  .theme-contact .contact-stat-strip.mobile-carousel-track {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
  }

  .theme-about .about-story-columns.mobile-carousel-track article,
  .theme-about .about-process-list.mobile-carousel-track article {
    min-height: 245px !important;
    padding: 1.35rem !important;
    text-align: center !important;
  }

  .theme-about .about-process-list.mobile-carousel-track article {
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: .85rem !important;
  }

  .theme-about .about-process-list.mobile-carousel-track article > span {
    width: 58px !important;
    height: 58px !important;
    margin: 0 auto !important;
  }

  .theme-services .service-family {
    margin: 0 !important;
  }

  .theme-services .service-family-shell {
    width: min(100% - 28px, 430px) !important;
    margin: 0 auto !important;
  }

  .theme-services .service-family-heading {
    display: block !important;
    margin-bottom: .9rem !important;
    text-align: center !important;
  }

  .theme-services .service-family-heading > div {
    width: 100% !important;
  }

  .theme-services .service-family-grid.mobile-carousel-track {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
  }

  .theme-services .service-category-card {
    min-height: 420px !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 36px rgba(0, 16, 100, .12) !important;
  }

  .theme-services .service-category-card .service-category-image {
    height: 205px !important;
    min-height: 205px !important;
  }

  .theme-services .service-category-card .service-category-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .theme-services .service-category-copy {
    padding: 1.1rem !important;
    text-align: center !important;
  }

  .theme-services .service-category-copy h3 {
    font-size: clamp(1.05rem, 4.9vw, 1.3rem) !important;
    line-height: 1.16 !important;
  }

  .theme-services .service-category-copy p {
    font-size: .9rem !important;
    line-height: 1.45 !important;
  }

  .theme-blogs .blogs-template-page,
  .theme-blogs .blogs-template-section {
    width: 100% !important;
    max-width: none !important;
    overflow: hidden !important;
  }

  .theme-blogs .blogs-template-header {
    width: min(100% - 28px, 430px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .theme-blogs .blogs-template-grid.mobile-carousel-track {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
  }

  .theme-blogs .blog-template-card {
    min-height: 392px !important;
    border-radius: 8px !important;
  }

  .theme-blogs .blog-template-card figure,
  .theme-blogs .blog-template-visual {
    height: 225px !important;
    min-height: 225px !important;
    aspect-ratio: auto !important;
  }

  .theme-blogs .blog-template-card h2 {
    padding: 1rem 1rem .45rem !important;
    font-size: clamp(1.05rem, 4.8vw, 1.28rem) !important;
    line-height: 1.18 !important;
    text-align: center !important;
  }

  .theme-blogs .blog-template-card p {
    padding: 0 1rem 1rem !important;
    font-size: .9rem !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  .theme-contact .contact-stat-strip.mobile-carousel-track {
    width: 100vw !important;
    margin: .8rem 0 2rem calc(50% - 50vw) !important;
    padding: .35rem max(14px, calc((100vw - 430px) / 2)) 1.05rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    flex-direction: row !important;
  }

  .theme-contact .contact-stat-strip.mobile-carousel-track article {
    display: flex !important;
    min-height: 146px !important;
    flex: 0 0 min(76vw, 280px) !important;
    width: min(76vw, 280px) !important;
    max-width: min(76vw, 280px) !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: .4rem !important;
    padding: 1.1rem !important;
    border: 1px solid rgba(0, 16, 100, .12) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 16px 34px rgba(0, 16, 100, .08) !important;
  }

  .theme-contact .contact-stat-strip.mobile-carousel-track article::before {
    display: none !important;
    content: none !important;
  }

  .theme-contact .contact-stat-strip.mobile-carousel-track strong,
  .theme-contact .contact-stat-strip.mobile-carousel-track span {
    display: block !important;
    text-align: center !important;
  }

  .theme-site .service-template-shell {
    width: min(100% - 28px, 430px) !important;
    margin: 0 auto !important;
  }

  .theme-site .service-template-hero-grid,
  .theme-site .service-template-split,
  .theme-site .service-template-final {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .theme-site .service-template-split-reverse .service-template-media {
    order: -1 !important;
  }

  .theme-site .service-template-hero-copy,
  .theme-site .service-template-copy-block,
  .theme-site .service-template-final {
    text-align: center !important;
  }

  .theme-site .service-template-hero-copy h1,
  .theme-site .service-template-copy-block h2,
  .theme-site .service-template-final h2 {
    font-size: clamp(1.65rem, 8vw, 2.3rem) !important;
    line-height: 1.08 !important;
  }

  .theme-site .service-template-hero-copy p,
  .theme-site .service-template-copy-block p {
    font-size: .94rem !important;
    line-height: 1.55 !important;
  }

  .theme-site .service-template-media {
    min-height: 215px !important;
    height: 215px !important;
    overflow: hidden !important;
    border-radius: 8px !important;
  }

  .theme-site .service-template-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .theme-site .service-template-check-list {
    columns: 1 !important;
    display: grid !important;
    gap: .45rem !important;
  }

  .theme-site .service-template-check-list li {
    padding: .72rem .8rem .72rem 2rem !important;
    border: 1px solid rgba(0, 16, 100, .1) !important;
    border-radius: 8px !important;
    background: #fff !important;
    text-align: left !important;
  }

  .theme-site .callout-band {
    width: min(100% - 28px, 430px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }
}

@media (max-width: 374.98px) {
  .theme-site .mobile-carousel-track > a,
  .theme-site .mobile-carousel-track > article {
    flex-basis: min(86vw, 312px) !important;
    width: min(86vw, 312px) !important;
    max-width: min(86vw, 312px) !important;
  }

  .theme-services .service-category-card {
    min-height: 400px !important;
  }

  .theme-services .service-category-card .service-category-image,
  .theme-blogs .blog-template-card figure,
  .theme-blogs .blog-template-visual {
    height: 195px !important;
    min-height: 195px !important;
  }
}

/* Mobile word wrapping cleanup: no display heading should split inside a word. */
@media (max-width: 767.98px) {
  .theme-site h1,
  .theme-site h2,
  .theme-site h3,
  .theme-site h1 span,
  .theme-site h2 span,
  .theme-site h3 span {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .theme-services .service-family-heading h2 {
    max-width: min(100%, 360px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(1.45rem, 7.2vw, 2.05rem) !important;
    line-height: 1.06 !important;
    text-wrap: balance !important;
  }

  .theme-services .service-category-icon {
    display: none !important;
    content: none !important;
  }

  .theme-services .service-category-link {
    justify-content: center !important;
  }
}

@media (max-width: 374.98px) {
  .theme-services .service-family-heading h2 {
    font-size: clamp(1.28rem, 7vw, 1.72rem) !important;
  }
}

/* Requested mobile fixes: keep the hero coverage label on one line and compress footer link groups. */
.theme-site .footer-v2-accordion {
  display: flex !important;
  flex-direction: column !important;
}

.theme-site .footer-v2-summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: .75rem !important;
  list-style: none !important;
}

.theme-site .footer-v2-summary::-webkit-details-marker {
  display: none !important;
}

.theme-site .footer-v2-summary h2 {
  margin: 0 !important;
}

.theme-site .footer-v2-summary > i {
  display: none !important;
}

.theme-site .footer-v2-toggle {
  display: none !important;
}

.theme-site .footer-v2-panel {
  min-width: 0 !important;
}

.theme-site .footer-v2-hours-panel {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: .72rem !important;
}

@media (min-width: 768px) {
  .theme-site .footer-v2-accordion:not([open]) .footer-v2-panel {
    display: flex !important;
  }
}

@media (max-width: 767.98px) {
  .theme-home #homepage-slideshow .home-hero-coverage {
    right: auto !important;
    bottom: clamp(1.24rem, 4.1vw, 1.55rem) !important;
    left: 50vw !important;
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    display: block !important;
    overflow: visible !important;
    padding-right: .75rem !important;
    padding-left: .75rem !important;
    color: #fff !important;
    font-size: clamp(.72rem, 3.35vw, .84rem) !important;
    line-height: 1 !important;
    text-align: center !important;
    text-overflow: clip !important;
    text-shadow: 0 1px 2px rgba(0, 16, 100, .28) !important;
    transform: translateX(-50%) !important;
    white-space: nowrap !important;
  }

  .theme-site .footer-v2-main {
    gap: .7rem !important;
    padding-bottom: .8rem !important;
  }

  .theme-site .footer-v2-brand {
    padding: .8rem 0 1rem !important;
  }

  .theme-site .footer-v2-brand p {
    box-sizing: border-box !important;
    width: min(100%, 260px) !important;
    max-width: calc(100vw - 48px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: visible !important;
    font-size: .82rem !important;
    line-height: 1.48 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .theme-site .footer-v2-accordion.footer-v2-column,
  .theme-site .footer-v2-accordion.footer-v2-hours {
    width: 100% !important;
    align-items: stretch !important;
    padding: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .14) !important;
    border-bottom: 0 !important;
    text-align: left !important;
  }

  .theme-site .footer-v2-accordion.footer-v2-hours {
    border-bottom: 1px solid rgba(255, 255, 255, .14) !important;
  }

  .theme-site .footer-v2-summary {
    width: 100% !important;
    min-height: 46px !important;
    padding: .82rem 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    cursor: pointer !important;
  }

  .theme-site .footer-v2-summary h2 {
    color: #fff !important;
    font-size: .98rem !important;
    line-height: 1.1 !important;
    text-align: left !important;
  }

  .theme-site .footer-v2-summary h2::after {
    content: none !important;
    display: none !important;
  }

  .theme-site .footer-v2-summary > i {
    display: none !important;
  }

  .theme-site .footer-v2-toggle {
    display: inline-grid !important;
    flex: 0 0 auto !important;
    width: 1.1rem !important;
    height: 1.1rem !important;
    align-items: center !important;
    justify-content: center !important;
    color: #f2c400 !important;
    font-size: 1.05rem !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    transform: none !important;
  }

  .theme-site .footer-v2-toggle::before {
    content: none !important;
    display: none !important;
  }

  .theme-site .footer-v2-panel {
    padding: .1rem 0 1rem !important;
  }

  .theme-site .footer-v2-accordion:not([open]) .footer-v2-panel {
    display: none !important;
  }

  .theme-site .footer-v2-accordion[open] .footer-v2-link-list {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .42rem .7rem !important;
  }

  .theme-site .footer-v2-accordion[open] .footer-v2-hours-panel {
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
  }

  .theme-site .footer-v2-column a:not(.footer-v2-call) {
    min-height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: .35rem .25rem !important;
    font-size: .9rem !important;
    line-height: 1.18 !important;
    text-align: center !important;
  }

  .theme-site .footer-v2-hours-copy {
    width: min(100%, 310px) !important;
  }

  .theme-site .footer-v2-bottom {
    padding-top: .55rem !important;
  }
}

@media (max-width: 575.98px) {
  .theme-home #homepage-slideshow.premium-security-hero {
    z-index: 1000 !important;
  }

  .theme-home #homepage-slideshow .premium-security-copy {
    left: clamp(1rem, 5vw, 1.25rem) !important;
    width: min(calc(100vw - 2.5rem), 390px) !important;
    max-width: calc(100vw - 2.5rem) !important;
  }

  .theme-home #homepage-slideshow .premium-security-copy h1 {
    font-size: clamp(2rem, 10.25vw, 2.8rem) !important;
    line-height: .94 !important;
  }

  .theme-home #homepage-slideshow .premium-security-copy > p:not(.premium-security-kicker) {
    width: min(100%, 20.5rem) !important;
    max-width: min(100%, 20.5rem) !important;
    overflow: visible !important;
    font-size: clamp(.92rem, 3.65vw, 1rem) !important;
    line-height: 1.18 !important;
    white-space: normal !important;
  }

  .theme-home #homepage-slideshow .premium-security-image {
    right: clamp(-3.6rem, -12vw, -3.1rem) !important;
    bottom: clamp(-2.6rem, -7vw, -2.1rem) !important;
    width: min(118vw, 500px) !important;
    max-width: none !important;
  }

  .theme-home #homepage-slideshow .home-hero-coverage {
    right: auto !important;
    left: 0 !important;
    width: min(100vw, 390px) !important;
    max-width: min(100vw, 390px) !important;
    transform: none !important;
    font-size: clamp(.7rem, 3.2vw, .8rem) !important;
  }
}

@media (max-width: 374.98px) {
  .theme-home #homepage-slideshow .home-hero-coverage {
    bottom: 1.16rem !important;
    padding-right: .4rem !important;
    padding-left: .4rem !important;
    font-size: clamp(.62rem, 3.15vw, .72rem) !important;
  }
}

@media (max-width: 575.98px) {
  .theme-site .container-fluid.nav-bar,
  .theme-site .nav-bar {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .theme-site .container-fluid.nav-bar > .navbar {
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 88px !important;
    align-items: center !important;
    box-sizing: border-box !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: .45rem 1.25rem !important;
  }

  .theme-site .nav-bar .navbar-brand {
    min-height: 70px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .theme-site .nav-bar .eagle-logo-mobile {
    width: clamp(104px, 28vw, 116px) !important;
    height: clamp(66px, 18.5vw, 72px) !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .theme-site .nav-bar .navbar-toggler {
    position: absolute !important;
    top: 50% !important;
    right: 1.25rem !important;
    z-index: 3 !important;
    display: inline-flex !important;
    width: 46px !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    padding: .45rem .6rem !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    background: rgba(255, 255, 255, .035) !important;
    transform: translateY(-50%) !important;
  }

  .theme-site .nav-bar .navbar-toggler-icon {
    width: 1.35rem !important;
    height: 1.35rem !important;
    background-size: 1.35rem 1.35rem !important;
  }
}

@media (max-width: 374.98px) {
  .theme-site .container-fluid.nav-bar > .navbar {
    min-height: 84px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .theme-site .nav-bar .navbar-toggler {
    right: 1rem !important;
  }

  .theme-site .nav-bar .navbar-brand {
    min-height: 66px !important;
  }

  .theme-site .nav-bar .eagle-logo-mobile {
    width: 100px !important;
    height: 64px !important;
  }
}

.theme-home #homepage-slideshow .home-hero-coverage {
  bottom: clamp(6px, .62vw, 12px) !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .theme-home #homepage-slideshow .home-hero-coverage {
    bottom: clamp(.45rem, 1vw, .72rem) !important;
  }
}

@media (max-width: 767.98px) {
  .theme-home #homepage-slideshow .home-hero-coverage {
    bottom: clamp(.78rem, 2.9vw, .95rem) !important;
    line-height: 1.05 !important;
  }
}

@media (max-width: 374.98px) {
  .theme-home #homepage-slideshow .home-hero-coverage {
    bottom: .72rem !important;
  }
}

/* Final responsive overflow fixes for blog detail heroes and the mobile footer. */
.blog-detail,
.blog-detail .blog-detail-hero,
.blog-detail .blog-detail-hero h1,
.blog-detail .blog-detail-hero .lead,
.blog-detail .blog-detail-meta {
  min-width: 0 !important;
}

.blog-detail .blog-detail-hero {
  overflow: hidden !important;
}

.blog-detail .blog-detail-hero h1 {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  overflow: visible !important;
  color: #fff !important;
  font-size: clamp(2.15rem, 4.1vw, 3.8rem) !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
  text-wrap: balance !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-detail {
    grid-template-columns: minmax(0, .98fr) minmax(300px, .82fr) !important;
  }

  .blog-detail .blog-detail-hero {
    padding: clamp(1.8rem, 3.4vw, 2.6rem) !important;
  }

  .blog-detail .blog-detail-hero h1 {
    font-size: clamp(1.9rem, 4vw, 3.15rem) !important;
    line-height: 1.02 !important;
  }
}

@media (max-width: 991.98px) {
  .blog-detail .blog-detail-hero h1 {
    font-size: clamp(2rem, 8vw, 3.2rem) !important;
    line-height: 1.03 !important;
  }
}

@media (max-width: 575.98px) {
  .blog-detail .blog-detail-hero {
    padding: clamp(1.25rem, 6vw, 1.75rem) !important;
  }

  .blog-detail .blog-detail-hero h1 {
    font-size: clamp(1.78rem, 9vw, 2.35rem) !important;
    line-height: 1.06 !important;
  }
}

.theme-site .site-footer-v2 {
  overflow: hidden !important;
}

.theme-site .footer-v2-bottom {
  position: relative !important;
  z-index: 3 !important;
}

.theme-site .footer-v2-bottom p {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  white-space: normal !important;
}

.theme-site .footer-v2-bottom-email {
  display: inline !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

@media (max-width: 767.98px) {
  .theme-site .site-footer-v2 {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px)) !important;
  }

  .theme-site .footer-v2-main {
    width: min(100% - 40px, 420px) !important;
  }

  .theme-site .footer-v2-brand {
    overflow: hidden !important;
  }

  .theme-site .footer-v2-logo-frame {
    width: clamp(112px, 34vw, 148px) !important;
    max-width: 148px !important;
    margin: 0 auto .55rem !important;
    overflow: hidden !important;
  }

  .theme-site .footer-v2-logo-frame .eagle-footer-logo {
    max-height: 96px !important;
    object-fit: contain !important;
  }

  .theme-site .footer-v2-bottom {
    width: min(100% - 40px, 420px) !important;
    min-height: auto !important;
    padding: .85rem 3.9rem .9rem !important;
  }

  .theme-site .footer-v2-bottom p {
    display: block !important;
    font-size: clamp(.72rem, 3.35vw, .86rem) !important;
    line-height: 1.45 !important;
  }

  .email-float,
  .whatsapp-float {
    bottom: calc(.85rem + env(safe-area-inset-bottom, 0px)) !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 1.45rem !important;
  }

  .email-float {
    left: .85rem !important;
  }

  .whatsapp-float {
    right: .85rem !important;
  }
}

@media (max-width: 374.98px) {
  .theme-site .footer-v2-bottom {
    width: calc(100% - 24px) !important;
    padding-right: 3.55rem !important;
    padding-left: 3.55rem !important;
  }

  .theme-site .footer-v2-bottom p {
    font-size: .68rem !important;
  }

  .email-float,
  .whatsapp-float {
    width: 44px !important;
    height: 44px !important;
    font-size: 1.32rem !important;
  }
}
