﻿:root {
  --sc-color-bg: #f4f6f3;
  --sc-color-surface: #ffffff;
  --sc-color-surface-alt: #eef4f2;
  --sc-color-surface-soft: #fbfcfa;
  --sc-color-text: #152433;
  --sc-color-muted: #435768;
  --sc-color-border: #d7e0dd;
  --sc-color-blue: #0f6fb6;
  --sc-color-blue-deep: #0d5d98;
  --sc-color-green: #147a5c;
  --sc-color-green-strong: #0f6249;
  --sc-color-focus: #0b7fd3;

  --sc-radius-sm: 10px;
  --sc-radius-md: 16px;
  --sc-radius-lg: 24px;

  --sc-shadow-sm: 0 14px 34px rgba(15, 31, 42, 0.07);
  --sc-shadow-md: 0 22px 46px rgba(15, 31, 42, 0.1);
  --sc-shadow-lg: 0 30px 68px rgba(15, 31, 42, 0.12);

  --sc-space-1: 0.5rem;
  --sc-space-2: 0.75rem;
  --sc-space-3: 1rem;
  --sc-space-4: 1.5rem;
  --sc-space-5: 2rem;
  --sc-space-6: 3rem;
  --sc-space-7: 4rem;

  --sc-page-gutter: clamp(1rem, 3vw, 3rem);
  --sc-max: 1400px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--sc-color-text);
  line-height: 1.6;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(244, 246, 243, 0.94) 46%, rgba(239, 244, 242, 0.96) 100%),
    var(--sc-color-bg);
}

a {
  color: inherit;
}

.sc-main a:not(.sc-btn):not(.sc-phone):not(.sc-phoneInline):not(.sc-photoLink):not(.sc-logoTag),
.sc-main a:not(.sc-btn):not(.sc-phone):not(.sc-phoneInline):not(.sc-photoLink):not(.sc-logoTag):visited {
  color: var(--sc-color-blue);
  text-decoration-color: rgba(15, 111, 182, 0.32);
  text-underline-offset: 0.16em;
}

.sc-main a:not(.sc-btn):not(.sc-phone):not(.sc-phoneInline):not(.sc-photoLink):not(.sc-logoTag):hover,
.sc-main a:not(.sc-btn):not(.sc-phone):not(.sc-phoneInline):not(.sc-photoLink):not(.sc-logoTag):focus-visible {
  color: var(--sc-color-blue-deep);
  text-decoration-color: rgba(13, 93, 152, 0.48);
}

h1,
h2,
h3 {
  margin: 0 0 var(--sc-space-3);
  line-height: 1.2;
  color: #112231;
}

h1 {
  font-size: clamp(1.9rem, 3vw, 2.95rem);
}

h2 {
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 var(--sc-space-3);
  color: var(--sc-color-muted);
}

ul {
  margin: 0;
  padding-left: 1.1rem;
}

.sc-wrap {
  width: min(calc(100% - (var(--sc-page-gutter) * 2)), var(--sc-max));
  margin-inline: auto;
}

.sc-headerInner {
  width: min(calc(100% - (var(--sc-page-gutter) * 2)), 1180px);
}

body .elementor-section.elementor-section-boxed > .elementor-container,
.site-header .header-inner,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header:not(.dynamic-header),
body:not([class*="elementor-page-"]) .site-main {
  max-width: min(calc(100% - (var(--sc-page-gutter) * 2)), var(--sc-max));
}

body .e-con {
  --container-max-width: var(--sc-max);
}

.sc-main {
  padding-top: var(--sc-space-6);
}

.sc-section {
  padding: var(--sc-space-6) 0;
}

.sc-sectionAlt {
  background: linear-gradient(180deg, #f8faf8 0%, #eef4f2 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), inset 0 -1px 0 rgba(204, 216, 212, 0.42);
}

.sc-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sc-space-5);
  align-items: start;
}

.sc-kicker {
  margin-bottom: var(--sc-space-2);
  color: var(--sc-color-green);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.sc-lead {
  font-size: 1.08rem;
}

.sc-skipLink {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #fff;
  border: 2px solid var(--sc-color-focus);
  border-radius: var(--sc-radius-sm);
  padding: 0.65rem 0.9rem;
  z-index: 300;
}

.sc-skipLink:focus-visible {
  left: 1rem;
  top: 1rem;
}

.sc-header {
  position: sticky;
  top: 0;
  z-index: 220;
  background: linear-gradient(180deg, rgba(251, 253, 254, 0.98), rgba(242, 247, 250, 0.96));
  backdrop-filter: blur(9px);
  border-bottom: 1px solid rgba(190, 207, 219, 0.9);
  box-shadow: 0 10px 28px rgba(16, 38, 56, 0.08);
}

.sc-headerInner {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  position: relative;
}

.sc-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 0.5rem;
  min-width: auto;
  flex-shrink: 0;
}

.sc-brandMark {
  display: block;
  width: 112px;
  height: 32px;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
  box-shadow: none;
  flex: 0 0 auto;
}

.sc-brandMeta {
  display: grid;
  line-height: 1.02;
  gap: 0.08rem;
  max-width: 138px;
}

.sc-brandTitle {
  font-weight: 900;
  font-size: 0.94rem;
  letter-spacing: 0.01em;
  color: #122435;
}

.sc-brandSub {
  display: none;
}

.sc-menuBtn {
  display: none;
  justify-self: end;
  width: 46px;
  height: 46px;
  border: 1px solid var(--sc-color-border);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  position: relative;
}

button.sc-menuBtn,
button.sc-menuBtn:hover,
button.sc-menuBtn:focus,
button.sc-menuBtn:focus-visible {
  color: #1d3144;
  background: #ffffff;
  border-color: var(--sc-color-border);
}

.sc-menuBar {
  width: 22px;
  height: 2px;
  margin: 4px auto;
  display: block;
  background: #1d3144;
  transition: transform 0.22s ease, opacity 0.18s ease;
}

.sc-menuBtn[aria-expanded="true"] .sc-menuBar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.sc-menuBtn[aria-expanded="true"] .sc-menuBar:nth-child(2) {
  opacity: 0;
}

.sc-menuBtn[aria-expanded="true"] .sc-menuBar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.sc-menuPanel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  flex-wrap: nowrap;
}

.sc-menuPanel nav {
  min-width: 0;
}

.sc-navList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.9rem;
}

.sc-navList li {
  display: flex;
  align-items: center;
}

.sc-navList a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.93rem;
  line-height: 1.1;
  color: #203445;
  border-radius: 999px;
  padding: 0.24rem 0.42rem;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sc-navList a:hover {
  color: #0f2d46;
  background: #e6f0f8;
}

.sc-navList a[aria-current="page"] {
  color: #0f2d46;
  background: #dcecf8;
  text-decoration: none;
}

.sc-navList a.sc-navHighlight {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  background: #0f6fb6;
  color: #ffffff;
  border: 1px solid #0f6fb6;
  border-radius: 999px;
  padding: 0.24rem 0.62rem;
}

.sc-navList a.sc-navHighlight::before {
  content: "";
  width: 0.5rem;
  height: 0.7rem;
  border-radius: 60% 60% 60% 60% / 78% 78% 42% 42%;
  background: rgba(255, 255, 255, 0.95);
  transform: rotate(45deg) translateY(-0.02rem);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
  flex: 0 0 auto;
}

.sc-navList a.sc-navHighlight:hover {
  background: #0c5f99;
  border-color: #0c5f99;
  color: #ffffff;
}

.sc-navList a.sc-navHighlight[aria-current="page"] {
  background: #0c5f99;
  border-color: #0c5f99;
  color: #ffffff;
}

.sc-navItemDropdown {
  position: relative;
}

.sc-navDropdown {
  position: relative;
}

.sc-navDropdown summary {
  display: inline-flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.93rem;
  line-height: 1.1;
  color: #203445;
  border-radius: 999px;
  padding: 0.24rem 0.42rem;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

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

.sc-navDropdown summary::after {
  content: "▾";
  margin-left: 0.3rem;
  font-size: 0.68rem;
  color: #2c5778;
}

.sc-navDropdown summary:hover {
  color: #0f2d46;
  background: #e6f0f8;
}

.sc-navDropdown.sc-isActive summary {
  color: #0f2d46;
  background: #dcecf8;
  text-decoration: none;
}

.sc-navSubList {
  position: absolute;
  left: 0;
  top: calc(100% + 0.55rem);
  min-width: 272px;
  margin: 0;
  padding: 1rem;
  list-style: none;
  background: #ffffff;
  border: 1px solid #d6e0e8;
  border-radius: 14px;
  box-shadow: 0 22px 42px rgba(15, 37, 54, 0.16);
  display: grid;
  gap: 0.25rem;
  z-index: 230;
}

.sc-navDropdown:not([open]) .sc-navSubList {
  display: none;
}

.sc-navSubList a {
  display: block;
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
  font-weight: 700;
  color: #213344;
  font-size: 0.98rem;
}

.sc-navSubList a:hover {
  background: #ecf3fa;
}

.sc-headerCtas {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: nowrap;
}

.sc-phone,
.sc-phoneInline {
  text-decoration: none;
  font-weight: 800;
  color: var(--sc-color-blue);
  white-space: nowrap;
}

.sc-phone:visited,
.sc-phoneInline:visited {
  color: var(--sc-color-blue);
}

.sc-headerCtas .sc-phone {
  color: #183245;
  background: #ffffff;
  border: 1px solid #c8d7e1;
  border-radius: 999px;
  padding: 0.54rem 0.9rem;
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: 0 5px 14px rgba(14, 37, 57, 0.08);
}

.sc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.68rem 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.sc-btn,
.sc-btn:link,
.sc-btn:visited,
.sc-btn:hover,
.sc-btn:focus-visible {
  text-decoration: none;
}

.sc-btn:hover {
  transform: translateY(-1px);
}

.sc-btnPrimary,
.sc-btnPrimary:link,
.sc-btnPrimary:visited {
  background: var(--sc-color-green);
  color: #fff;
}

.sc-btnPrimary:hover,
.sc-btnPrimary:focus-visible {
  background: var(--sc-color-green-strong);
  color: #fff;
  box-shadow: 0 10px 20px rgba(15, 98, 73, 0.18);
}

.sc-headerCtas .sc-btnPrimary,
.sc-headerCtas .sc-btnPrimary:link,
.sc-headerCtas .sc-btnPrimary:visited {
  background: linear-gradient(180deg, #94d335, #80c62a);
  border-color: #80c62a;
  color: #102315;
  padding: 0.54rem 1rem;
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(80, 143, 20, 0.25);
}

.sc-headerCtas .sc-btnPrimary:hover,
.sc-headerCtas .sc-btnPrimary:focus-visible {
  background: linear-gradient(180deg, #88ca30, #72b924);
  border-color: #72b924;
  color: #102315;
}

.sc-btnGhost,
.sc-btnGhost:link,
.sc-btnGhost:visited {
  background: #fff;
  color: #1e3d53;
  border-color: #c2d1de;
}

.sc-btnGhost:hover,
.sc-btnGhost:focus-visible {
  background: #f7fbff;
  color: #1e3d53;
  border-color: #aac2d5;
}

.sc-btnSoft,
.sc-btnSoft:link,
.sc-btnSoft:visited {
  background: #ebf1f7;
  color: #20384d;
  border-color: #dbe5ee;
}

.sc-btnSoft:hover,
.sc-btnSoft:focus-visible {
  background: #e2ebf4;
  color: #20384d;
  border-color: #cfdde9;
}

.sc-overlay {
  display: none;
}

.sc-panel,
.sc-card,
.sc-kpi,
.sc-faqItem,
.sc-videoCard,
.sc-contactCard {
  background: var(--sc-color-surface);
  border: 1px solid rgba(24, 44, 54, 0.08);
  border-radius: var(--sc-radius-md);
  box-shadow: var(--sc-shadow-sm);
  position: relative;
  overflow: hidden;
}

.sc-panel::before,
.sc-card::before,
.sc-kpi::before,
.sc-faqItem::before,
.sc-videoCard::before,
.sc-contactCard::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(201, 216, 211, 0.58), rgba(255, 255, 255, 0.92));
  pointer-events: none;
}

.sc-panel,
.sc-videoCard,
.sc-contactCard {
  padding: var(--sc-space-4);
}

.sc-heroBadges,
.sc-badgeRow,
.sc-ctaRow,
.sc-tagRow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.sc-badge,
.sc-tag {
  display: inline-block;
  border-radius: 999px;
  font-size: 0.8rem;
  padding: 0.35rem 0.65rem;
  font-weight: 700;
}

.sc-badge {
  color: #173d55;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d4e0df;
}

.sc-tag {
  color: #0f7255;
  background: #e7f5ee;
  border: 1px solid #c2e5d6;
}

.sc-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sc-space-3);
}

.sc-card {
  padding: var(--sc-space-4);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sc-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sc-shadow-md);
  border-color: rgba(15, 111, 182, 0.22);
}

.sc-card h3 {
  margin-top: 0;
}

.sc-cardLink {
  font-weight: 700;
  color: var(--sc-color-blue);
  text-decoration: none;
}

.sc-cardLink:hover {
  text-decoration: underline;
}

.sc-list,
.sc-listTight {
  margin: 0;
  color: #2e4658;
}

.sc-list li {
  margin-bottom: 0.55rem;
}

.sc-listTight li {
  margin-bottom: 0.4rem;
}

.sc-photoLink {
  width: 100%;
  min-height: 210px;
  border-radius: 14px;
  border: 2px dashed #b5c8d8;
  background: linear-gradient(145deg, #fbfdff, #edf4fb);
  display: grid;
  place-content: center;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
  gap: 0.35rem;
}

.sc-photoLink:hover {
  border-color: var(--sc-color-blue);
}

.sc-photoLink--image {
  display: block;
  padding: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #d3dfeb;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f6fafe 100%);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sc-photoLink--image:hover {
  transform: translateY(-2px);
  border-color: #b9cde0;
  box-shadow: var(--sc-shadow-md);
}

.sc-photoImg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.sc-heroPhoto .sc-photoLink--image {
  width: min(100%, 520px);
  margin-left: auto;
  border-radius: 20px;
  border-color: #c9d8e6;
  box-shadow:
    0 20px 38px rgba(12, 37, 58, 0.14),
    0 0 0 8px rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
}

.sc-heroPhoto .sc-photoImg {
  min-height: 0;
  aspect-ratio: 4 / 3;
  height: auto;
}

.sc-photoTag {
  font-weight: 800;
  color: #194666;
  letter-spacing: 0.04em;
}

.sc-photoHint {
  color: #43627a;
  font-size: 0.94rem;
}

.sc-kpiGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sc-space-3);
}

.sc-kpi {
  padding: var(--sc-space-3);
  background: linear-gradient(180deg, #f8fcf9 0%, #eff8f3 100%);
  border-color: #cbe3d7;
}

.sc-kpiValue {
  margin: 0;
  color: var(--sc-color-green);
  font-weight: 800;
  font-size: 1.3rem;
}

.sc-kpiLabel {
  margin: 0;
  font-size: 0.92rem;
}

.sc-videoWrap {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000;
}

.sc-videoWrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.sc-faq {
  display: grid;
  gap: 0.7rem;
}

.sc-faqItem {
  padding: 0.85rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sc-faqItem:hover {
  border-color: rgba(15, 111, 182, 0.18);
  box-shadow: 0 12px 24px rgba(12, 37, 58, 0.08);
}

.sc-faqItem summary {
  cursor: pointer;
  font-weight: 700;
  color: #17364c;
}

.sc-faqItem p {
  margin-top: 0.65rem;
  margin-bottom: 0;
}

.sc-contactCard {
  text-align: center;
}

.sc-note {
  margin-top: var(--sc-space-3);
  font-weight: 600;
  color: #2a455a;
}

.sc-miniGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sc-space-2);
  margin-top: var(--sc-space-3);
}

.sc-miniCard {
  border: 1px solid #d6e2ec;
  background: linear-gradient(180deg, #fbfdff 0%, #f2f8fd 100%);
  border-radius: 12px;
  padding: 0.85rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.sc-miniCard:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 111, 182, 0.2);
  box-shadow: 0 12px 24px rgba(12, 37, 58, 0.08);
}

.sc-miniCard h3 {
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.sc-miniCard p {
  margin: 0;
  font-size: 0.92rem;
}

.sc-logoTag {
  margin-top: var(--sc-space-3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  min-width: 190px;
  border-radius: 10px;
  border: 1px solid #bfd2e2;
  background: #eaf2fa;
  color: #20445f;
  font-weight: 800;
}

.sc-homeMain {
  padding-top: 0;
}

.sc-homeHero {
  padding-top: clamp(3.5rem, 7vw, 6.5rem);
  padding-bottom: clamp(3rem, 5vw, 5rem);
  background:
    linear-gradient(120deg, rgba(20, 122, 92, 0.055) 0%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(243, 247, 245, 0.78) 100%);
  border-bottom: 1px solid rgba(203, 215, 211, 0.62);
}

.sc-homeHeroGrid {
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.sc-heroContent {
  max-width: 700px;
}

.sc-heroContent h1 {
  max-width: 11.5em;
  font-size: clamp(1.95rem, 3.35vw, 3.35rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.sc-heroContent > p:not(.sc-kicker):not(.sc-lead) {
  max-width: 44rem;
}

.sc-homeHero .sc-lead {
  color: #223f50;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  font-weight: 650;
}

.sc-homeHero .sc-ctaRow {
  margin-top: 1.25rem;
  align-items: center;
}

.sc-homeHeroPhoto .sc-photoLink--image {
  width: 100%;
  max-width: 540px;
  min-height: 360px;
  position: relative;
  border-radius: 24px;
  box-shadow:
    0 26px 58px rgba(15, 31, 42, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.78) inset;
}

.sc-homeHeroPhoto .sc-photoImg {
  aspect-ratio: 4 / 3;
  min-height: 360px;
  filter: saturate(1.03) contrast(1.04);
}

.sc-photoOverlay {
  position: absolute;
  right: clamp(1rem, 3vw, 1.55rem);
  bottom: clamp(1rem, 3vw, 1.55rem);
  left: auto;
  width: min(88%, 520px);
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(11, 31, 47, 0.86), rgba(10, 25, 38, 0.68));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.sc-photoOverlay strong {
  color: #ffffff;
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  line-height: 1.12;
}

.sc-photoOverlay span:last-child {
  color: rgba(241, 248, 252, 0.92);
  line-height: 1.45;
}

.sc-photoEyebrow {
  justify-self: start;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sc-proofSection {
  padding-top: clamp(3rem, 5vw, 4.5rem);
}

.sc-proofGrid {
  align-items: center;
}

.sc-proofPanel {
  padding: clamp(1.5rem, 3vw, 2rem);
}

.sc-proofPanel h2 {
  max-width: 12em;
}

.sc-kpiGridPremium {
  margin-top: 1.4rem;
}

.sc-kpiGridPremium .sc-kpi {
  min-height: 116px;
  display: grid;
  align-content: center;
  border-color: rgba(20, 122, 92, 0.14);
  background: linear-gradient(180deg, #fbfdfb 0%, #f0f7f3 100%);
}

.sc-kpiGridPremium .sc-kpiValue {
  font-size: clamp(1.5rem, 2vw, 2.05rem);
}

.sc-servicesSection {
  background:
    linear-gradient(180deg, #f8faf8 0%, #edf4f2 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), inset 0 -1px 0 rgba(204, 216, 212, 0.42);
}

.sc-servicesSection > .sc-wrap > h2 {
  max-width: 12em;
}

.sc-serviceCards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.sc-serviceCard {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.45rem;
}

.sc-cardIcon {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #176f78, #147a5c);
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(20, 104, 91, 0.16);
}

.sc-serviceCard h3 {
  margin-bottom: 0.25rem;
}

.sc-serviceCard p {
  margin-bottom: 0.55rem;
}

.sc-serviceCard .sc-listTight {
  padding-top: 0.65rem;
  border-top: 1px solid rgba(24, 44, 54, 0.07);
}

.sc-methodSection {
  background: #fbfcfa;
}

.sc-methodSection > .sc-wrap > h2 {
  max-width: 13em;
}

.sc-methodSteps {
  counter-reset: method;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--sc-space-3);
  margin-top: 1.5rem;
}

.sc-methodStep {
  min-height: 210px;
  padding: 1.35rem;
  border: 1px solid rgba(24, 44, 54, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f8f6 100%);
  box-shadow: var(--sc-shadow-sm);
  position: relative;
  overflow: hidden;
}

.sc-methodStep::after {
  content: "";
  position: absolute;
  inset: auto -20% -42% 28%;
  height: 120px;
  border-radius: 999px;
  background: rgba(20, 122, 92, 0.07);
  transform: rotate(-10deg);
}

.sc-methodStep span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #147a5c;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.sc-methodStep h3 {
  margin-bottom: 0.45rem;
}

.sc-methodStep p {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.sc-premiumCta {
  text-align: center;
  background:
    linear-gradient(135deg, rgba(20, 122, 92, 0.065), transparent 42%),
    #ffffff;
}

.sc-premiumCta .sc-kicker {
  margin-bottom: 0.45rem;
}

.sc-footer {
  margin-top: var(--sc-space-6);
  color: #edf6fb;
  background:
    linear-gradient(135deg, rgba(13, 93, 152, 0.18), transparent 34%),
    linear-gradient(180deg, #102a3d 0%, #0b1f2f 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: var(--sc-space-6) 0 var(--sc-space-4);
  position: relative;
  overflow: hidden;
}

.sc-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent);
}

.sc-footerTop {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.8fr) minmax(260px, 0.9fr);
  gap: clamp(1.2rem, 3vw, 2.5rem);
  align-items: start;
}

.sc-footerGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--sc-space-4);
  align-items: start;
}

.sc-footerBrand {
  max-width: 520px;
}

.sc-footerLogo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
  color: #ffffff;
  text-decoration: none;
}

.sc-footerLogo img {
  display: block;
  width: 124px;
  height: 36px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.16));
}

.sc-footerLogo span {
  display: grid;
  gap: 0.12rem;
}

.sc-footerLogo strong {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.sc-footerLogo small {
  color: #b8d5e7;
  font-size: 0.78rem;
  line-height: 1.15;
}

.sc-footerBrand p {
  max-width: 42rem;
  color: #c8dbe8;
  font-size: 1rem;
  line-height: 1.7;
}

.sc-footerCtas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.sc-footerPhone,
.sc-footerPhone:visited {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(178, 214, 232, 0.3);
  border-radius: 999px;
  color: #eaf6fc;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
  text-decoration: none;
}

.sc-footerPhone:hover,
.sc-footerPhone:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(178, 214, 232, 0.48);
  text-decoration: none;
}

.sc-footerPanel {
  padding: 1.2rem;
  border: 1px solid rgba(178, 214, 232, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.sc-footer h3 {
  color: #ffffff;
  font-size: 0.96rem;
  margin-bottom: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sc-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sc-footer li {
  margin-bottom: 0.48rem;
}

.sc-footer a {
  text-decoration: none;
  color: #d8eaf4;
}

.sc-footer a:visited {
  color: #d8eaf4;
}

.sc-footer a:hover,
.sc-footer a:focus-visible {
  color: #ffffff;
  text-decoration: none;
}

.sc-footerLinks a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #d8eaf4;
  font-weight: 700;
}

.sc-footerLinks a::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #7bc53a;
  box-shadow: 0 0 0 4px rgba(123, 197, 58, 0.12);
  flex: 0 0 auto;
}

.sc-footerLinks a:hover::before,
.sc-footerLinks a:focus-visible::before {
  background: #99dd4a;
}

.sc-footer p {
  margin: 0;
  color: #c8dbe8;
}

.sc-footerContact dl {
  margin: 0;
  display: grid;
  gap: 1rem;
}

.sc-footerContact div {
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(178, 214, 232, 0.14);
}

.sc-footerContact div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sc-footerContact dt {
  margin-bottom: 0.25rem;
  color: #8ed0ec;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sc-footerContact dd {
  margin: 0;
  color: #e5f0f7;
  line-height: 1.55;
  font-weight: 650;
}

.sc-footerBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: var(--sc-space-5);
  padding-top: var(--sc-space-3);
  border-top: 1px solid rgba(178, 214, 232, 0.16);
  font-size: 0.92rem;
  color: #a9c3d5;
}

.sc-footerBottom p {
  color: #a9c3d5;
}

.sc-footerBottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem 1rem;
  color: #a9c3d5;
}

.sc-footerBottom li {
  margin: 0;
}

.sc-footerBottom a,
.sc-footerBottom a:visited {
  color: #c8dbe8;
}

@media (max-width: 980px) {
  .sc-footerTop {
    grid-template-columns: 1fr;
  }

  .sc-footerBrand {
    max-width: none;
  }

  .sc-footerBottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .sc-footerBottom ul {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .sc-footer {
    padding-top: var(--sc-space-5);
  }

  .sc-footerLogo {
    align-items: flex-start;
  }

  .sc-footerLogo img {
    width: 108px;
    height: 32px;
  }

  .sc-footerCtas,
  .sc-footerCtas .sc-btn,
  .sc-footerPhone {
    width: 100%;
  }

  .sc-footerPanel {
    padding: 1rem;
    border-radius: 16px;
  }
}

.sc-srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sc-fabPhone {
  display: none;
}

.sc-cookieBanner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 260;
  width: min(96vw, 620px);
  background: #fff;
  border: 1px solid #d1dfeb;
  border-radius: var(--sc-radius-md);
  box-shadow: var(--sc-shadow-md);
  padding: 1rem;
}

.sc-cookieActions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.sc-cookiePanel {
  margin-top: 0.7rem;
  border-top: 1px solid #e1eaf2;
  padding-top: 0.75rem;
}

.sc-toggleRow {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.7rem;
}

.sc-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #d7e3ef;
  border-radius: 10px;
  background: #f8fbfe;
  padding: 0.45rem 0.6rem;
}

.sc-toggle input {
  width: 18px;
  height: 18px;
}

.sc-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.sc-reveal.sc-isVisible {
  opacity: 1;
  transform: translateY(0);
}

body.elementor-editor-active .sc-reveal,
body.elementor-editor-preview .sc-reveal,
body[class*="elementor-preview"] .sc-reveal,
.sc-elementorPreview .sc-reveal {
  opacity: 1;
  transform: none;
}

.sc-elementorPreview .sc-header {
  position: relative;
  top: auto;
  backdrop-filter: none;
}

.sc-elementorPreview .sc-cookieBanner,
.sc-elementorPreview .sc-overlay,
.sc-elementorPreview .sc-skipLink {
  display: none !important;
}

.sc-noScroll {
  overflow: hidden;
}

@keyframes sc-mobile-menu-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

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

:focus-visible {
  outline: 3px solid var(--sc-color-focus);
  outline-offset: 2px;
}

.sc-newsMain .sc-section:first-of-type {
  padding-bottom: var(--sc-space-4);
}

.sc-newsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sc-space-4);
}

.sc-newsCard {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sc-newsCard:hover {
  transform: translateY(-4px);
  box-shadow: var(--sc-shadow-md);
  border-color: rgba(15, 111, 182, 0.22);
}

.sc-newsThumb {
  display: block;
  border-bottom: 1px solid var(--sc-color-border);
  background: linear-gradient(180deg, #f3f8fd 0%, #eaf2fa 100%);
  text-decoration: none;
}

.sc-newsImg {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.sc-newsThumbFallback {
  display: grid;
  place-items: center;
  min-height: 220px;
  font-weight: 700;
  color: #2b4a63;
  padding: var(--sc-space-3);
}

.sc-newsContent {
  padding: 1rem 1rem 1.1rem;
  display: grid;
  gap: 0.7rem;
}

.sc-newsMeta {
  margin: 0;
  font-size: 0.86rem;
  color: #4f687d;
  font-weight: 600;
}

.sc-newsTitle {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.25;
}

.sc-newsTitle a {
  text-decoration: none;
}

.sc-newsTitle a:hover {
  color: var(--sc-color-blue);
}

.sc-newsPagination {
  margin-top: var(--sc-space-5);
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  align-items: center;
  padding: 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 40, 61, 0.1);
  box-shadow: 0 14px 32px rgba(12, 37, 58, 0.08);
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.sc-newsPagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 182, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
  color: #21384a;
  text-decoration: none;
  font-weight: 700;
  padding: 0 0.9rem;
  box-shadow: 0 8px 18px rgba(12, 37, 58, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.sc-newsPagination .page-numbers.current {
  background: linear-gradient(135deg, #0f6fb6 0%, #14a87c 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 26px rgba(15, 111, 182, 0.24);
}

.sc-newsPagination a.page-numbers:hover,
.sc-newsPagination a.page-numbers:focus-visible {
  transform: translateY(-1px);
  color: #0f2d46;
  background: #eaf5fb;
  box-shadow: 0 12px 24px rgba(12, 37, 58, 0.12);
}

.sc-newsPagination .prev,
.sc-newsPagination .next {
  padding-inline: 1rem;
}

@media (min-width: 981px) and (max-width: 1180px) {
  .sc-headerInner {
    gap: 0.65rem;
  }

  .sc-navList {
    gap: 0.55rem;
  }

  .sc-navList a,
  .sc-navDropdown summary {
    font-size: 0.88rem;
    padding: 0.22rem 0.34rem;
  }

  .sc-navList a.sc-navHighlight {
    padding: 0.22rem 0.55rem;
  }

  .sc-headerCtas .sc-btnPrimary {
    padding: 0.52rem 0.82rem;
    font-size: 0.88rem;
  }

  .sc-newsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sc-newsEmpty {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.sc-newsArticleWrap {
  width: min(calc(100% - (var(--sc-page-gutter) * 2)), 1120px);
  margin-inline: auto;
}

.sc-newsArticle h1 {
  margin-bottom: 0.45rem;
}

.sc-newsHero {
  margin: 0 0 var(--sc-space-4);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--sc-color-border);
  box-shadow: var(--sc-shadow-sm);
}

.sc-newsBody > :last-child {
  margin-bottom: 0;
}

.sc-newsBody h2,
.sc-newsBody h3 {
  margin-top: 1.4rem;
}

.sc-premiumArticleIntro {
  margin: var(--sc-space-4) 0;
  padding: clamp(1.1rem, 2vw, 1.6rem);
  border-radius: 18px;
  border: 1px solid rgba(15, 111, 182, 0.14);
  background:
    linear-gradient(135deg, rgba(231, 245, 238, 0.72), rgba(238, 247, 255, 0.9)),
    #ffffff;
  box-shadow: 0 14px 32px rgba(12, 37, 58, 0.08);
}

.sc-premiumArticleIntro p {
  margin-bottom: 0;
  font-size: 1.04rem;
  color: #244054;
}

.sc-premiumHighlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: var(--sc-space-4) 0;
}

.sc-premiumHighlight {
  padding: 1rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(16, 40, 61, 0.1);
  box-shadow: var(--sc-shadow-sm);
}

.sc-premiumHighlight strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #143047;
}

.sc-premiumHighlight span {
  display: block;
  color: var(--sc-color-muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.sc-newsGalleryPremium {
  gap: 1.1rem;
}

.sc-newsGalleryPremium .sc-newsFigure:first-child {
  grid-column: 1 / -1;
}

.sc-newsGalleryPremium .sc-newsFigure:first-child img {
  aspect-ratio: 16 / 8;
}

.sc-newsActions {
  margin-top: var(--sc-space-4);
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.sc-newsGallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 var(--sc-space-4);
}

.sc-newsFigure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(26, 49, 73, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: var(--sc-shadow-sm);
}

.sc-newsFigure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.sc-newsFigure figcaption {
  padding: 0.85rem 1rem 0.95rem;
  font-size: 0.92rem;
  color: #4f687d;
  line-height: 1.5;
}

@media (min-width: 981px) {
  .sc-headerInner {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-height: 78px;
  }

  .sc-brand {
    grid-column: 1;
    justify-self: start;
    min-height: 34px;
    gap: 0.6rem;
  }

  .sc-brandMeta {
    display: flex;
    align-items: center;
    max-width: none;
    min-height: 32px;
  }

  .sc-brandTitle {
    line-height: 1;
  }

  .sc-menuPanel {
    grid-column: 2;
    display: grid !important;
  }

  .sc-headerCtas {
    justify-content: flex-end;
  }

  .sc-menuBtn {
    display: none !important;
  }

  .sc-overlay {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .sc-grid2,
  .sc-cards,
  .sc-newsGrid,
  .sc-kpiGrid,
  .sc-footerGrid,
  .sc-miniGrid,
  .sc-methodSteps {
    grid-template-columns: 1fr;
  }

  .sc-newsGallery {
    grid-template-columns: 1fr;
  }

  .sc-premiumHighlights {
    grid-template-columns: 1fr;
  }

  .sc-headerInner {
    grid-template-columns: auto auto;
  }

  .sc-brandMark {
    width: 88px;
    height: 26px;
  }

  .sc-brandTitle {
    font-size: 0.92rem;
  }

  .sc-brandSub {
    display: block;
    font-size: 0.5rem;
  }

  button.sc-menuBtn {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.84);
    border-color: rgba(15, 111, 182, 0.18);
    box-shadow: 0 8px 18px rgba(12, 37, 58, 0.08);
  }

  button.sc-menuBtn[aria-expanded="true"] {
    background: #ffffff;
    border-color: rgba(15, 111, 182, 0.22);
    box-shadow: 0 10px 22px rgba(12, 37, 58, 0.12);
  }

  .sc-overlay {
    display: block;
    position: fixed;
    top: calc(74px + env(safe-area-inset-top, 0px));
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(10, 24, 36, 0.2);
    -webkit-backdrop-filter: blur(7px) saturate(0.9);
    backdrop-filter: blur(7px) saturate(0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 140;
  }

  .sc-overlay.sc-isOpen {
    opacity: 1;
    pointer-events: auto;
  }

  .sc-menuPanel {
    display: flex;
    position: fixed;
    left: clamp(0.75rem, 4vw, 1.5rem);
    right: clamp(0.75rem, 4vw, 1.5rem);
    top: calc(74px + env(safe-area-inset-top, 0px));
    z-index: 210;
    max-height: calc(100vh - 92px - env(safe-area-inset-top, 0px));
    overflow-y: auto;
    overscroll-behavior: contain;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 253, 0.98) 100%);
    border: 1px solid rgba(16, 40, 61, 0.12);
    border-radius: 18px;
    box-shadow:
      0 24px 54px rgba(8, 24, 38, 0.2),
      0 0 0 1px rgba(255, 255, 255, 0.72) inset;
    padding: 0.8rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    transform: translateY(-8px);
    animation: sc-mobile-menu-in 0.2s ease forwards;
  }

  .sc-main,
  .elementor-location-footer,
  .site-footer {
    transition: filter 0.22s ease, transform 0.22s ease;
  }

  body.sc-noScroll .sc-main,
  body.sc-noScroll .elementor-location-footer,
  body.sc-noScroll .site-footer {
    filter: blur(4px);
    transform: scale(0.995);
  }

  .sc-menuPanel[hidden] {
    display: none;
  }

  .sc-navList {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
  }

  .sc-navList li {
    width: 100%;
  }

  .sc-navItemDropdown,
  .sc-navDropdown {
    width: 100%;
  }

  .sc-navList a {
    width: 100%;
    min-height: 52px;
    padding: 0.72rem 0.9rem;
    border-radius: 14px;
    background: transparent;
    border: 1px solid transparent;
    color: #173047;
  }

  .sc-navList a:hover,
  .sc-navList a:focus-visible,
  .sc-navList a[aria-current="page"] {
    background: #eef6fb;
    border-color: rgba(15, 111, 182, 0.12);
  }

  .sc-navDropdown summary {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    min-height: 52px;
    padding: 0.72rem 0.9rem;
    border-radius: 14px;
    background: transparent;
    border: 1px solid transparent;
    color: #173047;
  }

  .sc-navDropdown summary:hover,
  .sc-navDropdown summary:focus-visible,
  .sc-navDropdown[open] summary,
  .sc-navDropdown.sc-isActive summary {
    background: #eef6fb;
    border-color: rgba(15, 111, 182, 0.12);
  }

  .sc-navDropdown summary::after {
    width: 1.8rem;
    height: 1.8rem;
    display: inline-grid;
    place-items: center;
    margin-left: auto;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(15, 111, 182, 0.12);
    box-shadow: 0 6px 14px rgba(12, 37, 58, 0.06);
  }

  .sc-navDropdown[open] summary::after {
    transform: rotate(180deg);
  }

  .sc-navSubList {
    position: static;
    min-width: 100%;
    border-radius: 14px;
    box-shadow: none;
    background: #edf5fa;
    border: 1px solid rgba(15, 111, 182, 0.1);
    margin-top: 0.35rem;
    padding: 0.45rem;
    gap: 0.25rem;
  }

  .sc-navSubList a {
    background: #ffffff;
    border: 1px solid rgba(15, 111, 182, 0.09);
    border-radius: 12px;
    min-height: 46px;
    padding: 0.62rem 0.78rem;
    font-size: 0.94rem;
  }

  .sc-headerCtas {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
    padding: 0.75rem 0.2rem 0.15rem;
    border-top: 1px solid rgba(16, 40, 61, 0.1);
  }

  .sc-btn,
  .sc-phone {
    width: 100%;
    text-align: center;
  }

  .sc-menuPanel .sc-headerCtas .sc-btnPrimary {
    min-height: 48px;
    box-shadow:
      0 14px 26px rgba(116, 206, 30, 0.18),
      0 0 0 1px rgba(255, 255, 255, 0.62) inset;
  }

  .sc-navList a.sc-navHighlight {
    min-height: 50px;
    justify-content: flex-start;
    background: #eaf5fb;
    color: #0f5f99;
    border-color: rgba(15, 111, 182, 0.16);
    box-shadow: none;
  }

  .sc-navList a.sc-navHighlight::before {
    background: #1d9bf0;
  }

  .sc-navList a.sc-navHighlight:hover,
  .sc-navList a.sc-navHighlight:focus-visible,
  .sc-navList a.sc-navHighlight[aria-current="page"] {
    background: #0f6fb6;
    color: #ffffff;
    border-color: #0f6fb6;
  }

  .sc-cookieBanner {
    left: 0.75rem;
    right: 0.75rem;
    width: auto;
  }

  .sc-fabPhone {
    position: fixed;
    right: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    z-index: 255;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, #1b8d68 0%, #11694e 100%);
    color: #fff;
    box-shadow:
      0 16px 28px rgba(11, 49, 37, 0.22),
      0 0 0 5px rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  }

  .sc-noScroll .sc-fabPhone {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.5rem);
  }

  .sc-fabPhone:visited,
  .sc-fabPhone:hover,
  .sc-fabPhone:focus-visible {
    color: #fff;
  }

  .sc-fabPhone:hover,
  .sc-fabPhone:focus-visible {
    transform: translateY(-2px);
    box-shadow:
      0 18px 32px rgba(11, 49, 37, 0.26),
      0 0 0 5px rgba(255, 255, 255, 0.88);
    background: linear-gradient(180deg, #1f996f 0%, #127255 100%);
  }

  .sc-fabPhoneIcon {
    width: 1.18rem;
    height: 1.18rem;
    fill: currentColor;
    display: block;
  }

  .sc-cookieBanner:not([hidden]) ~ .sc-fabPhone {
    bottom: calc(7rem + env(safe-area-inset-bottom, 0px));
  }

  .sc-heroPhoto .sc-photoLink--image {
    width: 100%;
    margin-left: 0;
    border-radius: 16px;
    box-shadow:
      0 14px 30px rgba(12, 37, 58, 0.12),
      0 0 0 5px rgba(255, 255, 255, 0.75);
  }

  .sc-heroPhoto .sc-photoImg {
    aspect-ratio: 16 / 11;
  }

  .sc-newsThumbFallback {
    min-height: 170px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .sc-reveal {
    opacity: 1;
    transform: none;
  }
}

.page-id-15 .sc-gridTop {
  align-items: start;
}

.page-id-15 .sc-gridHero {
  align-items: center;
  gap: clamp(3rem, 7vw, 6rem);
}

.page-id-15 .sc-hero {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.page-id-15 .sc-miniKicker {
  margin: 0 0 10px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0c617f;
}

.page-id-15 .sc-heroMedia .sc-photoCard {
  max-width: 460px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(12, 97, 127, 0.1);
  box-shadow: 0 18px 42px rgba(8, 33, 46, 0.1);
}

.page-id-15 .sc-heroMedia .sc-photoImg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.page-id-15 .sc-firstLadyMedia .sc-photoCard {
  max-width: 460px;
}

.page-id-15 .sc-firstLadyMedia {
  width: 100%;
}

.page-id-15 .sc-firstLadyCard {
  max-width: 520px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f5faf8 100%);
  border: 1px solid rgba(10, 82, 68, 0.12);
  box-shadow: 0 24px 56px rgba(18, 43, 52, 0.12);
}

.page-id-15 .sc-firstLadyImage {
  overflow: hidden;
  border-radius: 13px;
  background: #eef5f2;
}

.page-id-15 .sc-firstLadyImage .sc-photoImg {
  display: block;
  width: 100%;
  aspect-ratio: 600 / 488;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.page-id-15 .sc-firstLadyCaption {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 0.25rem 0.85rem;
}

.page-id-15 .sc-firstLadyCaption span {
  color: #007e64;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-id-15 .sc-firstLadyCaption strong {
  color: #123040;
  font-size: 1.08rem;
  font-weight: 850;
}

.page-id-15 .sc-firstLadyCaption p {
  max-width: 34rem;
  margin: 0;
  color: #5a7079;
  font-size: 0.92rem;
  line-height: 1.5;
}

.page-id-15 .sc-firstLadySpecs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0;
}

.page-id-15 .sc-firstLadySpecs div {
  padding: 0.72rem;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 126, 100, 0.13);
}

.page-id-15 .sc-firstLadySpecs dt {
  margin: 0 0 0.18rem;
  color: #007e64;
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.page-id-15 .sc-firstLadySpecs dd {
  margin: 0;
  color: #213d4a;
  font-size: 0.82rem;
  line-height: 1.3;
}

.page-id-15 .sc-maintenanceHero {
  align-self: center;
}

.page-id-15 .sc-processCopy {
  max-width: 560px;
}

.page-id-15 .sc-processCopy h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.45rem, 2.15vw, 2rem);
  line-height: 1.12;
}

.page-id-15 .sc-processCopy p,
.page-id-15 .sc-processCopy li {
  color: #4d6470;
  font-size: 0.96rem;
  line-height: 1.65;
}

.page-id-15 .sc-processSection {
  padding-top: 0;
  padding-bottom: clamp(3rem, 5vw, 4.8rem);
  background: #ffffff;
}

.page-id-15 .sc-processBand {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 18px;
  background: linear-gradient(135deg, #f7fbf9 0%, #ffffff 52%, #f1f7f5 100%);
  border: 1px solid rgba(10, 82, 68, 0.12);
  box-shadow: 0 18px 44px rgba(18, 43, 52, 0.08);
}

.page-id-15 .sc-processBand .sc-processCopy {
  padding-left: 1.1rem;
  border-left: 3px solid rgba(0, 126, 100, 0.34);
}

.page-id-15 .sc-processPoints {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-15 .sc-processPoints li {
  min-height: 88px;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 126, 100, 0.14);
  color: #37525e;
  font-size: 0.93rem;
  line-height: 1.45;
}

.page-id-15 .sc-processPoints span {
  display: block;
  margin-bottom: 0.35rem;
  color: #008466;
  font-size: 0.78rem;
  font-weight: 850;
}

.page-id-15 .sc-maintenancePhoto {
  position: relative;
  margin: 0;
  max-width: 640px;
  margin-left: auto;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: #101d24;
  box-shadow:
    0 26px 62px rgba(8, 33, 46, 0.18),
    0 0 0 1px rgba(12, 97, 127, 0.08);
}

.page-id-15 .sc-maintenancePhoto img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 419;
  object-fit: cover;
}

.page-id-15 .sc-maintenancePhoto figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 3rem 1.05rem 1rem;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(9, 25, 33, 0) 0%, rgba(9, 25, 33, 0.72) 100%);
}

.page-id-15 .sc-maintenancePhoto figcaption span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.page-id-15 .sc-maintenancePhoto figcaption strong {
  font-size: 0.98rem;
  font-weight: 750;
  text-align: right;
}

.page-id-15 .sc-photoMeta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 18px;
  background: #ffffff;
}

.page-id-15 .sc-photoMeta .sc-photoTag,
.page-id-15 .sc-photoMeta .sc-photoHint {
  width: fit-content;
}

.page-id-15 .sc-photoMeta .sc-photoHint {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #5b7380;
  font-size: 0.94rem;
  line-height: 1.45;
  backdrop-filter: none;
}

.page-id-15 .sc-ctaRowSecondary {
  margin-top: 0.7rem;
}

.page-id-15 .sc-ctaCenter {
  justify-content: center;
}

.page-id-15 .sc-kpiGridCompact {
  align-items: stretch;
}

.page-id-15 .sc-kpiWide {
  grid-column: 1 / -1;
}

.page-id-15 .sc-kpiLabelTop {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #0c617f;
}

.page-id-15 .sc-kpiText {
  margin: 10px 0 12px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #4e6672;
}

.page-id-15 .sc-kpiList {
  margin: 0;
  padding-left: 1.1rem;
}

.page-id-15 .sc-kpiList li {
  margin-bottom: 8px;
  color: #4e6672;
  line-height: 1.5;
}

.page-id-15 .sc-kpiList li:first-child {
  color: #123040;
}

.page-id-15 .sc-kpiFootnote {
  margin-top: 10px;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(18, 48, 64, 0.72);
}

.page-id-15 .sc-kpiFootnote a {
  color: inherit;
  text-decoration: underline;
}

.page-id-15 .sc-videoWrap {
  min-height: 280px;
  background: #0d1720;
}

.page-id-15 .sc-videoWrap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.page-id-15 .sc-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.page-id-15 .sc-pillar {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fafc 100%);
  border: 1px solid rgba(12, 97, 127, 0.1);
}

.page-id-15 .sc-propertyGroup + .sc-propertyGroup {
  margin-top: 18px;
}

@media (max-width: 640px) {
  .sc-homeHero {
    padding-top: 2.5rem;
  }

  .sc-heroContent h1 {
    font-size: 1.82rem;
    line-height: 1.06;
  }

  .sc-homeHeroPhoto .sc-photoLink--image,
  .sc-homeHeroPhoto .sc-photoImg {
    min-height: 300px;
  }

  .sc-photoOverlay {
    padding: 0.85rem;
    border-radius: 14px;
  }

  .sc-photoOverlay strong {
    font-size: 1.2rem;
  }

  .sc-methodStep {
    min-height: auto;
  }

  .page-id-15 .sc-kpiWide {
    grid-column: auto;
  }

  .page-id-15 .sc-pillars {
    grid-template-columns: 1fr;
  }

  .page-id-15 .sc-processBand,
  .page-id-15 .sc-processPoints {
    grid-template-columns: 1fr;
  }

  .page-id-15 .sc-processBand {
    padding: 1.2rem;
  }

  .page-id-15 .sc-processBand .sc-processCopy {
    padding-left: 0.85rem;
  }

  .page-id-15 .sc-firstLadyCard {
    padding: 8px;
  }

  .page-id-15 .sc-firstLadySpecs {
    grid-template-columns: 1fr;
  }

  .page-id-15 .sc-maintenancePhoto figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .page-id-15 .sc-maintenancePhoto figcaption strong {
    text-align: left;
  }

  .page-id-15 .sc-kpiText {
    font-size: 0.92rem;
  }

  .page-id-15 .sc-kpiList {
    padding-left: 1rem;
    margin-top: 8px;
  }

  .page-id-15 .sc-kpiList li {
    margin-bottom: 5px;
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .page-id-15 .sc-kpiFootnote {
    font-size: 0.75rem;
    opacity: 0.8;
  }

  .page-id-15 .sc-heroMedia .sc-photoCard {
    max-width: 360px;
  }

  .page-id-15 .sc-heroMedia .sc-photoImg {
    min-height: 0;
  }

  .page-id-15 .sc-videoWrap {
    min-height: 220px;
  }
}
