


.siteHeader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.headerInner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 4.5rem;
}

.brandLink {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: 0 0 auto;
}

.brandMark {
  height: 2.1rem;
  width: auto;
}

.brandName {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.32rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brandNote {
  font-size: 0.72rem;
  color: #666666;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}


.navTabs {
  display: flex;
  margin-left: auto;
}

.navList {
  display: flex;
  align-items: center;
  margin: 0;
}

.navItem { margin-bottom: 0; }

.navLink {
  display: block;
  padding: 0.6rem 0.95rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111111;
  border-bottom: 2px solid transparent;
}

.navLink:hover,
.navLink[aria-current] {
  border-bottom-color: #111111;
  opacity: 1;
}



.headerPhone {
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  padding-left: 0.6rem;
}

.navToggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  margin-left: auto;
  padding: 8px;
}

.navToggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #111111;
}

.navClose {
  font-size: 2rem;
  line-height: 1;
  color: #111111;
}


.serviceOfferings {
  background: #111111;
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.serviceOfferings h2 { color: #ffffff; }

.offerLead {
  color: #f5f5f5;
  max-width: 46rem;
  opacity: 0.85;
}


.primaryBanner {
  padding: 0;
  overflow: hidden;
}

.bannerSlider {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
}

.bannerSlide {
  position: absolute;
  inset: 0;
  min-height: 70vh;
  display: grid;
  place-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.bannerSlide.isActive {
  opacity: 1;
  position: relative;
}

.bannerSlide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.25) 100%);
}

.bannerScene1 { background-image: linear-gradient(150deg, #000000 0%, #262626 55%, #595959 100%); }

.bannerScene2 { background-image: linear-gradient(120deg, #111111 0%, #333333 58%, #666666 100%); }

.bannerScene3 { background-image: linear-gradient(200deg, #000000 0%, #111111 52%, #333333 100%); }

.bannerFrame {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1100px;
  padding: 4rem 0;
  animation: riseIn 0.8s ease both;
}

.bannerCopy { max-width: 40rem; }

.bannerKicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 0.9rem;
}

.bannerSlide h1,

.bannerHeading {
  color: #ffffff;
  font-size: clamp(1.9rem, 1.2rem + 2.6vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 1.1rem;
}

.bannerText {
  color: #f5f5f5;
  font-size: 1.1rem;
  max-width: 34rem;
}

.bannerPrice {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
}

.priceWas {
  color: #f5f5f5;
  text-decoration: line-through;
  font-size: 1.05rem;
  opacity: 0.7;
}

.priceNow {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
}

.priceCut {
  background: #ffffff;
  color: #111111;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  text-transform: uppercase;
}

.bannerActions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.bannerActions .quietButton { color: #ffffff; }

.trustRow {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 2rem;
  padding: 0;
}

.trustItem {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0;
}

.trustItem svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

.bannerDots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: .5rem;
  z-index: 2;
}


.everydayContext { background: #ffffff; }

.principalBenefits { background: #f5f5f5; }

.productPortfolio { background: #ffffff; }

.pricingStructure {
  background: #111111;
  color: #ffffff;
}

.pricingStructure h2 { color: #ffffff; }

.pricingStructure p { color: #f5f5f5; }

.operationalMethodology { background: #ffffff; }

.organizationalProfile { background: #f5f5f5; }

.informationRepository { background: #ffffff; }

.contactInformation {
  background: #000000;
  color: #ffffff;
}

.contactInformation h2 { color: #ffffff; }

.orderPanel {
  background: #ffffff;
  color: #111111;
  border-radius: 14px;
  padding: 2rem;
}

.orderPanel h3 { margin-bottom: 1rem; }

.orderSteps { margin-bottom: 0; }

.orderSteps li {
  position: relative;
  padding-left: 1.6rem;
  color: #f5f5f5;
}

.orderSteps li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
}

.submitButton { width: 100%; }


.siteFooter {
  background: #0d1117;
  color: #c9d1d9;
  padding: 3rem 1rem;
}

.footerInner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.footerTop {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footerPitch h2 {
  color: #ffffff;
  font-size: 1.7rem;
  margin-bottom: 0.8rem;
}

.footerPitch p {
  color: #c9d1d9;
  max-width: 32rem;
}

.footerCall {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
}

.footerColumns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.footerHeading {
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
}

.footerLinks li {
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
}

.footerBar {
  padding-top: 1.5rem;
  font-size: 0.85rem;
  color: #c9d1d9;
}

.footerDisclaimer {
  font-size: 0.85rem;
  color: #c9d1d9;
  margin-bottom: 0.8rem;
  max-width: 52rem;
}

.footerContact {
  margin-bottom: 0.8rem;
  font-size: 0.92rem;
}



.orderWidget { pointer-events: none; }
.orderWidget > * { pointer-events: auto; }

.orderWidget {
  position: fixed;
  bottom: 1.2rem;
  right: 1.2rem;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.7rem;
  width: 92%;
  max-width: 21rem;
}

.widgetToggle {
  background: #111111;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.85rem 1.4rem;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  align-self: flex-end;
}

.widgetPanel {
  display: none;
  width: 100%;
  background: #ffffff;
  border: 2px solid #111111;
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
}

.widgetPanel.isOpen { display: block; }

.widgetPanel h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.widgetClose {
  position: absolute;
  top: 0.5rem;
  right: 0.7rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #666666;
}

.widgetHead {
  position: relative;
  margin-bottom: 0.8rem;
}
