*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body.landing-body { font-family: Arial, Helvetica, sans-serif; color: #333333; background: var(--black); line-height: 1.55; font-size: 18.8px; }
  .editor-styles-wrapper { font-family: Arial, Helvetica, sans-serif; color: #333333; line-height: 1.55; font-size: 18.8px; }
  img { max-width: 100%; display: block; }
  a { text-decoration: none; color: inherit; }
  ul { list-style: none; }

  :root {
    --red: #005a31;
    --red-dark: #004326;
    --red-hover: #007a45;
    --white: #ffffff;
    --gray-f2: #F2F2F2;
    --gray-e: #EEEEEE;
    --gray-d: #DDDDDD;
    --gray-9: #999999;
    --gray-6: #666666;
    --gray-3: #333333;
    --black: #1A1A1A;
  }

/* NIBE landing override */
:root {
  --red: #005a31;
  --red-dark: #004326;
  --green: #1F6B3A;
  --navy: #005a31;
  --navy2: #004326;
  --dark: #102333;
  --mid: #3d5560;
  --gray: #677c88;
  --border: #d5dfe8;
  --bg1: #F3F7FA;
  --bg2: #EAF1F5;
  --white: #ffffff;
}
body.landing-body,
.editor-styles-wrapper {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
  color: var(--dark);
  font-size: 18px;
  line-height: 1.65;
}
body.landing-body { padding-bottom: 0; }
.container { max-width: none; padding: 0; }
.nibe-nav {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 200;
  min-height: 68px;
}
.admin-bar .nibe-nav { top: 32px; }
.nav-left { display: flex; align-items: center; min-width: 0; }
.nibe-logo-wrap { display: flex; align-items: center; padding: 12px 0; flex-shrink: 0; }
.nibe-logo-wrap img { height: 36px; width: auto; display: block; }
.nav-sep { width: 1px; height: 32px; background: var(--border); margin: 0 20px; flex-shrink: 0; }
.nav-brand { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: var(--gray); line-height: 1.4; }
.nav-brand span { display: block; font-weight: 400; text-transform: none; letter-spacing: 0; margin-top: 2px; font-size: 11px; color: #8fa0ac; }
.nav-right,
.nav-right .menu { display: flex; align-items: center; margin: 0; padding: 0; list-style: none; }
.nav-right a,
.nav-link {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--mid);
  padding: 0 16px;
  min-height: 68px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s, background .2s;
  white-space: nowrap;
}
.nav-right a:hover,
.nav-link:hover { color: var(--dark); border-bottom-color: var(--red); }
.nav-contact { background: var(--dark); color: #fff !important; padding: 0 22px !important; border-bottom: none !important; }
.nav-cta { background: var(--red); color: #fff !important; padding: 0 26px !important; border-bottom: none !important; font-weight: 700; }
.mobile-menu-toggle { display: none; }
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  background: var(--dark);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,rgba(10,18,28,.78) 45%,rgba(10,18,28,.32) 100%);
  background-size: cover;
  background-position: center;
}
.hero-inner { position: relative; z-index: 2; padding: 80px 80px 96px; max-width: 740px; min-height: auto; display: block; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,90,49,.14); border: 1px solid rgba(0,90,49,.32); padding: 6px 14px; margin-bottom: 24px; }
.hero-badge svg { width: 14px; height: 14px; color: #2f8a5f; }
.hero-badge span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #2f8a5f; }
.hero h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(32px,4vw,56px); font-weight: 700; color: #fff; line-height: 1.13; margin-bottom: 20px; letter-spacing: 0; }
.hero-sub,
.hero-sub p { font-size: 18.5px; color: rgba(255,255,255,.84); max-width: 560px; line-height: 1.68; margin-bottom: 40px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-red,
.btn-outline,
.btn-dark,
.btn-red-s,
.btn-red-lg,
.btn-cta,
.btn-cta-ghost,
.pf-submit {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
}
.btn-red { background: var(--red); color: #fff; padding: 15px 34px; border: 2px solid var(--red); }
.btn-red:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn-outline { background: transparent; color: #fff; padding: 15px 34px; border: 2px solid rgba(255,255,255,.5); }
.stats { background: #fff; border-bottom: 1px solid var(--border); display: grid; grid-template-columns: repeat(4,1fr); }
.si { padding: 22px 32px; border-right: 1px solid var(--border); text-align: center; }
.si:last-child { border-right: none; }
.sn { font-family: Georgia, 'Times New Roman', serif; font-size: 32px; font-weight: 700; color: var(--red); display: block; line-height: 1; margin-bottom: 4px; }
.sl { font-size: 11px; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.split.rev > .s-img { order: 2; }
.split.rev > .s-ct { order: 1; }
.s-img { overflow: hidden; background: var(--bg1); }
.s-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
.split:hover .s-img img { transform: scale(1.03); }
.s-ct { background: var(--bg2); padding: 72px 68px; display: flex; flex-direction: column; justify-content: center; }
.s-ct.wh { background: var(--white); }
.s-tag,
.sec-tag { font-size: 11.5px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 14px; }
.s-ct h2,
.sec-h,
.presup-h,
.rev-t,
.fcta h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; color: var(--dark); letter-spacing: 0; }
.s-ct h2 { font-size: clamp(26px,2.9vw,37px); line-height: 1.28; margin-bottom: 18px; }
.s-ul,
.sec-ln { width: 40px; height: 3px; background: var(--red); margin-bottom: 24px; }
.s-ct p { font-size: 18px; color: var(--mid); line-height: 1.8; margin-bottom: 18px; max-width: 520px; }
.btn-dark,
.btn-red-s { display: inline-block; background: var(--dark); color: #fff; padding: 13px 30px; margin-top: 10px; width: fit-content; }
.btn-red-s { background: var(--red); }
.prod-s,
.sys-s,
.config-s,
.choice-s,
.rev-s { padding: 92px 64px; }
.prod-s,
.config-s { background: var(--bg1); }
.sys-s,
.rev-s { background: var(--white); }
.sec-h { font-size: clamp(26px,2.8vw,38px); line-height: 1.22; margin-bottom: 10px; }
.sec-sub { font-size: 18px; color: var(--gray); max-width: 660px; margin-bottom: 52px; line-height: 1.7; }
.pg3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--border); }
.pc { background: #fff; overflow: hidden; display: flex; flex-direction: column; border-right: 1px solid var(--border); transition: box-shadow .25s; }
.pc:last-child { border-right: none; }
.pc-img { height: 300px; background: #fff; overflow: hidden; border-bottom: 1px solid var(--border); }
.pc-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.pc:hover .pc-img img { transform: scale(1.06); }
.pb { padding: 26px 28px 30px; flex: 1; display: flex; flex-direction: column; }
.pt { font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
.pb h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 18px; color: var(--dark); margin-bottom: 8px; line-height: 1.3; }
.pm { font-size: 12px; color: var(--gray); margin-bottom: 10px; }
.pc-text { font-size: 15px; color: var(--mid); line-height: 1.68; margin-bottom: 18px; flex: 1; }
.pl { font-size: 12px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: .8px; margin-top: auto; }
.pl::after { content: ' ->'; }
.tabs { display: flex; border-bottom: 2px solid var(--border); margin-bottom: 52px; }
.tab { padding: 14px 28px; font-size: 13px; font-weight: 700; text-transform: uppercase; color: var(--gray); background: transparent; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; cursor: pointer; }
.tab.on,
.tab:hover { color: var(--dark); border-bottom-color: var(--red); }
.system-panel { display: none; }
.system-panel.on { display: grid; }
.sg { grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.sb { background: var(--bg1); border: 1px solid var(--border); min-height: 380px; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 32px; }
.sb img { max-width: 100%; max-height: 340px; width: 100%; object-fit: contain; }
.st h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 26px; color: var(--dark); margin-bottom: 14px; }
.st p { font-size: 16.5px; color: var(--gray); line-height: 1.78; margin-bottom: 28px; }
.spg { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }
.sp { padding: 16px 18px; border: 1px solid var(--border); background: var(--bg1); }
.spv { font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 700; color: var(--red); display: block; line-height: 1; margin-bottom: 4px; }
.spl { font-size: 11px; color: var(--gray); font-weight: 700; text-transform: uppercase; }
.st-models { margin-bottom: 18px; }
.st-models h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--gray); margin-bottom: 8px; }
.st-models ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.st-models li { background: var(--bg1); border: 1px solid var(--border); padding: 4px 10px; font-size: 12px; font-weight: 700; color: var(--mid); }
.cfg-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 28px; }
.cfg-card { background: #fff; border: 1px solid var(--border); padding: 36px 32px; }
.cfg-num { font-family: Georgia, 'Times New Roman', serif; font-size: 48px; font-weight: 700; color: var(--border); line-height: 1; margin-bottom: 16px; }
.cfg-card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 20px; color: var(--dark); margin-bottom: 12px; }
.cfg-card p,
.cfg-models { font-size: 15px; color: var(--mid); line-height: 1.72; margin-bottom: 16px; }
.cfg-models strong { color: var(--mid); display: block; }
.cfg-note { background: #fff; border-left: 3px solid var(--red); padding: 22px 28px; font-size: 13.5px; color: var(--mid); line-height: 1.75; }
.choice-s { background: var(--dark); }
.choice-s .sec-tag { color: rgba(87,164,116,.8); }
.choice-s .sec-h { color: #fff; }
.choice-s .sec-sub { color: rgba(255,255,255,.65); }
.ch-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; margin-bottom: 44px; }
.ch-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 32px 30px; display: flex; align-items: flex-start; gap: 18px; }
.ch-icon { width: 44px; height: 44px; background: rgba(0,90,49,.12); border: 1px solid rgba(0,90,49,.22); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--red); }
.ch-icon svg { width: 22px; height: 22px; }
.ch-card h4 { font-size: 14.5px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.ch-card p { font-size: 13.5px; color: rgba(255,255,255,.6); line-height: 1.65; }
.btn-red-lg { display: inline-block; background: var(--red); color: #fff; padding: 16px 40px; }
.rev-t { font-size: clamp(24px,2.6vw,34px); margin-bottom: 48px; text-align: center; }
.rev-s .reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 1180px; margin: 0 auto; background: transparent; border: 0; }
.rc { text-align: left; padding: 28px; background: #fff; border: 1px solid var(--border); }
.rtop { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.rav { width: 42px; height: 42px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 800; color: #fff; flex-shrink: 0; }
.rm strong { display: block; font-size: 14px; color: var(--dark); line-height: 1.3; }
.rm span { font-size: 12px; color: #999; }
.rs { color: #e8a200; font-size: 16px; letter-spacing: 1px; margin-bottom: 10px; }
.rtx { font-size: 13.5px; color: var(--gray); line-height: 1.68; }
.presup-s { background: var(--bg1); border-top: 1px solid var(--border); }
.presup-inner { display: grid; grid-template-columns: .9fr 1.1fr; }
.presup-left { padding: 76px 64px; background: var(--bg2); }
.presup-right { padding: 64px; background: var(--white); }
.presup-h { font-size: clamp(26px,3vw,40px); line-height: 1.2; margin-bottom: 18px; }
.presup-desc,
.presup-desc p { font-size: 16px; color: var(--mid); line-height: 1.75; margin-bottom: 24px; }
.presup-list { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; }
.presup-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--dark); }
.presup-list svg { color: var(--red); flex-shrink: 0; }
.presup-tel { border-top: 1px solid var(--border); padding-top: 22px; font-size: 14px; color: var(--gray); }
.presup-tel a { font-family: Georgia, 'Times New Roman', serif; font-size: 26px; color: var(--red); font-weight: 700; display: block; margin-top: 4px; }
.presup-form-wrap { border: 1px solid var(--border); padding: 34px; background: #fff; }
.presup-form-title { font-size: 21px; color: var(--dark); margin-bottom: 24px; }
.pf-row { margin-bottom: 16px; }
.pf-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pf-label { display: block; font-size: 11px; font-weight: 700; color: var(--gray); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 6px; }
.pf-input { width: 100%; padding: 13px 14px; border: 1px solid var(--border); background: #fff; color: var(--dark); font-size: 14px; font-family: inherit; }
.pf-textarea { min-height: 110px; resize: vertical; }
.pf-submit { width: 100%; background: var(--red); color: #fff; border: none; padding: 15px 28px; cursor: pointer; }
.pf-note { font-size: 13px; color: var(--gray); margin: 12px 0; }
.fcta { background: var(--navy2); padding: 64px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.fcta h2 { font-size: 28px; color: #fff; line-height: 1.25; margin-bottom: 8px; }
.fcta p { font-size: 14px; color: rgba(255,255,255,.6); max-width: 620px; }
.fctar { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.telb { font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 700; color: #fff; }
.btn-cta { background: var(--red); color: #fff; padding: 13px 28px; }
.btn-cta-ghost { background: transparent; color: rgba(255,255,255,.75); padding: 12px 26px; border: 1px solid rgba(255,255,255,.3); }
.nibe-footer { background: var(--navy); padding: 22px 64px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.fcp,
.fls a,
.footer-contact-list { font-size: 12px; color: rgba(255,255,255,.45); }
.footer-contact-list { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.fls { display: flex; gap: 22px; }
.fade-in { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .nibe-nav { padding: 0 20px; flex-wrap: wrap; }
  .mobile-menu-toggle { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--border); background: #fff; color: var(--dark); }
  .nav-right { display: none; order: 4; width: 100%; }
  .nibe-nav.is-open .nav-right { display: block; }
  .nav-right .menu { display: grid; width: 100%; }
  .nav-right a { min-height: 46px; padding: 0; }
  .nav-cta { min-height: 46px !important; margin-left: auto; }
  .nav-brand { display: none; }
  .nav-sep { display: none; }
  .hero-inner { padding: 72px 24px; }
  .stats,
  .pg3,
  .cfg-grid,
  .rev-s .reviews-grid { grid-template-columns: 1fr; }
  .split,
  .sg,
  .presup-inner,
  .ch-grid { grid-template-columns: 1fr; }
  .split.rev > .s-img,
  .split.rev > .s-ct { order: initial; }
  .prod-s,
  .sys-s,
  .config-s,
  .choice-s,
  .rev-s,
  .presup-left,
  .presup-right,
  .fcta,
  .nibe-footer { padding: 52px 24px; }
  .s-ct { padding: 52px 24px; }
  .pf-2col,
  .spg { grid-template-columns: 1fr; }
  .tabs { overflow-x: auto; }
}

/* Header parity with NIBE reference */
.nibe-nav {
  justify-content: flex-start;
  gap: 0;
  min-height: 68px;
  padding-left: 78px;
  padding-right: 78px;
}
.nibe-nav .nav-left {
  flex: 0 0 auto;
}
.nibe-nav .nav-right {
  margin-left: auto;
  flex: 0 0 auto;
}
.nibe-nav .nav-right .menu {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.nibe-nav .nav-right .menu > li {
  display: flex;
  margin: 0;
  padding: 0;
}
.nibe-nav .nav-right a,
.nibe-nav .nav-link {
  min-height: 68px;
  padding: 0 18px;
  font-size: 13.5px;
  font-weight: 700;
}
.nibe-nav .nav-right .menu > li:last-child > a,
.nibe-nav .nav-contact {
  background: var(--dark);
  color: #fff !important;
  border-bottom: 0 !important;
  padding-left: 28px;
  padding-right: 28px;
}
.nibe-nav .nav-cta {
  min-height: 68px;
  padding-left: 32px !important;
  padding-right: 32px !important;
  margin-left: 0;
}
@media (max-width: 980px) {
  .nibe-nav {
    width: 100%;
    max-width: none;
    min-height: 64px;
    padding-left: 16px;
    padding-right: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    overflow: visible;
  }
  .nibe-nav .nav-left {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
  }
  .nibe-nav .nav-cta {
    order: 2;
    min-height: 64px !important;
    height: 64px;
    margin-left: 0;
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 12.5px;
  }
  .nibe-nav .mobile-menu-toggle {
    order: 3;
    width: 56px;
    height: 64px;
    margin-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    flex: 0 0 56px;
  }
  .nibe-nav .nav-right {
    order: 4;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 210;
    flex: none;
    width: 100%;
    margin-left: 0;
    background: #fff;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 18px 34px rgba(16, 35, 51, .16);
    max-height: calc(100vh - 64px);
    overflow-y: auto;
  }
  .nibe-nav.is-open .nav-right {
    display: block;
  }
  .nibe-nav .nav-right .menu {
    display: block;
    width: 100%;
    background: #fff;
  }
  .nibe-nav .nav-right .menu > li,
  .nibe-nav .nav-right .menu > a {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--border);
  }
  .nibe-nav .nav-right a {
    width: 100%;
    min-height: 56px;
    padding: 0 24px;
    justify-content: flex-start;
    border-bottom: 0 !important;
    background: #fff;
    color: var(--dark);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
  }
  .nibe-nav .nav-right a:hover,
  .nibe-nav .nav-right a:focus {
    background: var(--bg1);
    color: var(--red);
  }
  .nibe-nav .nav-right .menu > li:last-child,
  .nibe-nav .nav-right .menu > a:last-child {
    border-bottom: 0;
  }
  .nibe-nav .nav-right .menu > li:last-child > a,
  .nibe-nav .nav-right .nav-contact {
    min-height: 60px;
    background: var(--dark);
    color: #fff !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .nibe-nav .nav-right .menu > li:last-child > a:hover,
  .nibe-nav .nav-right .menu > li:last-child > a:focus,
  .nibe-nav .nav-right .nav-contact:hover,
  .nibe-nav .nav-right .nav-contact:focus {
    background: #0b1c29;
    color: #fff !important;
  }
}

/* Final hero parity override - must stay after duplicated legacy blocks */
body.landing-body {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  background: var(--dark);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 740px;
  min-height: auto;
  padding: 80px 80px 96px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin: 0 0 24px;
  background: rgba(0,90,49,.78);
  border: 1px solid rgba(255,255,255,.22);
}
.hero-badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #fff;
}
.hero-badge span {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
}
.hero h1 {
  max-width: 620px;
  margin: 0 0 20px;
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0;
}
.hero-sub {
  max-width: 560px;
  margin: 0 0 40px;
  color: rgba(255,255,255,.82);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 18.5px;
  line-height: 1.68;
}
.hero-sub p {
  max-width: none;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero .btn-red,
.hero .btn-outline {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 0;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.hero .btn-red {
  color: #fff;
  background: var(--red);
  border: 2px solid var(--red);
}
.hero .btn-outline {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255,255,255,.5);
}
@media (max-width: 980px) {
  .hero-inner {
    padding: 64px 36px 80px;
  }
}
@media (max-width: 640px) {
  .hero {
    min-height: 72vh;
  }
  .hero-inner {
    padding: 48px 24px 60px;
  }
  .hero-btns {
    flex-direction: column;
  }
  .hero .btn-red,
  .hero .btn-outline {
    width: 100%;
    text-align: center;
  }
}

/* Final stats and quick form parity override - must stay last */
body.landing-body .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 82px;
  padding: 0;
  background: #fff;
  border-top: 0;
  border-bottom: 1px solid var(--border);
}
body.landing-body .si {
  display: flex;
  min-height: 82px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 32px 16px;
  border-right: 1px solid var(--border);
  text-align: center;
}
body.landing-body .si:last-child {
  border-right: 0;
}
body.landing-body .sn {
  margin: 0 0 7px;
  color: var(--red);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 700;
  line-height: .95;
}
body.landing-body .sl {
  color: var(--gray);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.landing-body .form-s {
  padding: 32px 64px;
  background: var(--bg1);
  border-bottom: 1px solid var(--border);
}
body.landing-body .form-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
  width: 100%;
  margin: 0;
}
body.landing-body .ft {
  flex: 0 0 auto;
  min-width: 230px;
}
body.landing-body .ft strong {
  display: block;
  margin-bottom: 3px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
body.landing-body .ft span {
  display: block;
  color: var(--gray);
  font-size: 13px;
  line-height: 1.35;
}
body.landing-body .fi-wrap {
  display: flex;
  flex: 1;
  gap: 8px;
  min-width: 0;
}
body.landing-body .fi {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 12px 15px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--dark);
  font-family: inherit;
  font-size: 14px;
  outline: none;
}
body.landing-body .fi::placeholder {
  color: #aab5be;
}
body.landing-body .fi:focus {
  border-color: var(--red);
}
body.landing-body .fsub {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 12px 28px;
  border: 0;
  background: var(--red);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
body.landing-body .form-status {
  flex: 0 0 100%;
  width: 100%;
  margin-top: -18px;
  padding: 9px 12px;
  font-size: 13px;
}
body.landing-body .snt-form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (max-width: 980px) {
  body.landing-body .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  body.landing-body .form-s {
    padding: 28px 24px;
  }
  body.landing-body .form-inner,
  body.landing-body .fi-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  body.landing-body .ft {
    min-width: 0;
  }
}
@media (max-width: 560px) {
  body.landing-body .stats {
    grid-template-columns: 1fr;
  }
  body.landing-body .si {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
}

body.landing-body .hero .hero-badge {
  background: rgba(0,90,49,.78);
  border-color: rgba(255,255,255,.22);
}
body.landing-body .hero .hero-badge svg,
body.landing-body .hero .hero-badge span {
  color: #fff;
}
body.landing-body .hero .hero-badge span {
  font-weight: 800;
}

/* Final stats and quick form parity override */
body.landing-body .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 82px;
  padding: 0;
  background: #fff;
  border-top: 0;
  border-bottom: 1px solid var(--border);
}
body.landing-body .si {
  display: flex;
  min-height: 82px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 32px 16px;
  border-right: 1px solid var(--border);
  text-align: center;
}
body.landing-body .si:last-child {
  border-right: 0;
}
body.landing-body .sn {
  margin: 0 0 7px;
  color: var(--red);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 700;
  line-height: .95;
}
body.landing-body .sl {
  color: var(--gray);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.landing-body .form-s {
  padding: 32px 64px;
  background: var(--bg1);
  border-bottom: 1px solid var(--border);
}
body.landing-body .form-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
  width: 100%;
  margin: 0;
}
body.landing-body .ft {
  flex: 0 0 auto;
  min-width: 230px;
}
body.landing-body .ft strong {
  display: block;
  margin-bottom: 3px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
body.landing-body .ft span {
  display: block;
  color: var(--gray);
  font-size: 13px;
  line-height: 1.35;
}
body.landing-body .fi-wrap {
  display: flex;
  flex: 1;
  gap: 8px;
  min-width: 0;
}
body.landing-body .fi {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 12px 15px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--dark);
  font-family: inherit;
  font-size: 14px;
  outline: none;
}
body.landing-body .fi::placeholder {
  color: #aab5be;
}
body.landing-body .fi:focus {
  border-color: var(--red);
}
body.landing-body .fsub {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 12px 28px;
  border: 0;
  background: var(--red);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
body.landing-body .form-status {
  flex: 0 0 100%;
  width: 100%;
  margin-left: auto;
  margin-top: -18px;
  padding: 9px 12px;
  font-size: 13px;
}
body.landing-body .snt-form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (max-width: 980px) {
  body.landing-body .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  body.landing-body .form-s {
    padding: 28px 24px;
  }
  body.landing-body .form-inner,
  body.landing-body .fi-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  body.landing-body .ft {
    min-width: 0;
  }
}
@media (max-width: 560px) {
  body.landing-body .stats {
    grid-template-columns: 1fr;
  }
  body.landing-body .si {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
}

/* Final hero parity override */
body.landing-body {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  background: var(--dark);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 740px;
  min-height: auto;
  padding: 80px 80px 96px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin: 0 0 24px;
  background: rgba(0,90,49,.14);
  border: 1px solid rgba(0,90,49,.32);
}
.hero-badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #2f8a5f;
}
.hero-badge span {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2f8a5f;
}
.hero h1 {
  max-width: 620px;
  margin: 0 0 20px;
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0;
}
.hero-sub {
  max-width: 560px;
  margin: 0 0 40px;
  color: rgba(255,255,255,.82);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 18.5px;
  line-height: 1.68;
}
.hero-sub p {
  max-width: none;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero .btn-red,
.hero .btn-outline {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 0;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.hero .btn-red {
  color: #fff;
  background: var(--red);
  border: 2px solid var(--red);
}
.hero .btn-outline {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255,255,255,.5);
}
@media (max-width: 980px) {
  .hero-inner {
    padding: 64px 36px 80px;
  }
}
@media (max-width: 640px) {
  .hero {
    min-height: 72vh;
  }
  .hero-inner {
    padding: 48px 24px 60px;
  }
  .hero-btns {
    flex-direction: column;
  }
  .hero .btn-red,
  .hero .btn-outline {
    width: 100%;
    text-align: center;
  }
}

/* Final hero parity override */
body.landing-body {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  background: var(--dark);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 740px;
  min-height: auto;
  padding: 80px 80px 96px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin: 0 0 24px;
  background: rgba(0,90,49,.14);
  border: 1px solid rgba(0,90,49,.32);
}
.hero-badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #2f8a5f;
}
.hero-badge span {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2f8a5f;
}
.hero h1 {
  max-width: 620px;
  margin: 0 0 20px;
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0;
}
.hero-sub {
  max-width: 560px;
  margin: 0 0 40px;
  color: rgba(255,255,255,.82);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 18.5px;
  line-height: 1.68;
}
.hero-sub p {
  max-width: none;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero .btn-red,
.hero .btn-outline {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 0;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.hero .btn-red {
  color: #fff;
  background: var(--red);
  border: 2px solid var(--red);
}
.hero .btn-outline {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255,255,255,.5);
}
@media (max-width: 980px) {
  .hero-inner {
    padding: 64px 36px 80px;
  }
}
@media (max-width: 640px) {
  .hero {
    min-height: 72vh;
  }
  .hero-inner {
    padding: 48px 24px 60px;
  }
  .hero-btns {
    flex-direction: column;
  }
  .hero .btn-red,
  .hero .btn-outline {
    width: 100%;
    text-align: center;
  }
}

  .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
  .section { padding: 64px 0; }
  .btn-red { display: inline-block; background: var(--red); color: #fff; padding: 14px 32px; font-family: Arial, sans-serif; font-size: 18.8px; font-weight: bold; border: none; cursor: pointer; transition: background 0.2s; }
  .btn-red:hover,
  .btn-red:focus,
  .btn-red:active { background: var(--red-dark); color: #fff; }
  .btn-red-outline { display: inline-block; background: #fff; color: var(--red); padding: 12px 28px; font-family: Arial, sans-serif; font-size: 17.5px; font-weight: bold; border: 2px solid var(--red); cursor: pointer; transition: all 0.2s; }
  .btn-red-outline:hover,
  .btn-red-outline:focus,
  .btn-red-outline:active { background: var(--red); color: #fff; }
  .section-title { font-family: Arial, Helvetica, sans-serif; font-size: 32.5px; font-weight: bold; color: var(--black); margin-bottom: 10px; line-height: 1.25; }
  .section-title span { color: var(--red); }
  .section-subtitle { font-size: 18.8px; color: var(--gray-6); line-height: 1.6; margin-bottom: 32px; }

  /* ─── HEADER ─── */
  .header-top { background: white; border-bottom: 1px solid var(--gray-d); position: sticky; top: 0; z-index: 200; }
  .admin-bar .header-top { top: 32px; }
  .header-top-inner { display: flex; align-items: center; justify-content: space-between; height: 88px; }
  .logo-wrap { display: flex; flex-direction: column; gap: 1px; }
  .logo-name { font-size: 25px; font-weight: bold; color: var(--black); letter-spacing: -0.01em; }
  .logo-name span { color: var(--red); }
  .logo-tag { font-size: 12.5px; color: var(--gray-9); font-weight: normal; letter-spacing: 0.05em; text-transform: uppercase; }
  .header-right { display: flex; align-items: center; gap: 16px; }
  .header-phone { display: flex; align-items: center; gap: 7px; font-size: 20px; font-weight: bold; color: var(--black); }
  .header-phone svg { color: var(--red); stroke-linecap: round; stroke-linejoin: round; }
  .mobile-menu-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--gray-d); border-radius: 8px; background: #fff; color: var(--black); cursor: pointer; }
  .mobile-menu-toggle-icon { width: 34px; height: 34px; display: block; overflow: visible; }
  .mobile-menu-toggle-icon path { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; transition: transform 0.2s ease, opacity 0.2s ease; transform-box: fill-box; transform-origin: center; }
  .mobile-menu-toggle.is-open .mobile-menu-toggle-icon-top { transform: translateY(7px) rotate(45deg); }
  .mobile-menu-toggle.is-open .mobile-menu-toggle-icon-middle { opacity: 0; }
  .mobile-menu-toggle.is-open .mobile-menu-toggle-icon-bottom { transform: translateY(-7px) rotate(-45deg); }

  /* NAV */
  .nav-bar { background: white; border-bottom: 1px solid var(--gray-d); position: sticky; top: 88px; z-index: 199; }
  .admin-bar .nav-bar { top: 120px; }
  .nav-inner { display: flex; align-items: center; gap: 0; overflow-x: auto; }
  .nav-inner .menu { display: flex; align-items: center; gap: 0; margin: 0; padding: 0; list-style: none; }
  .nav-inner li { margin: 0; padding: 0; }
  .nav-inner a { display: inline-block; padding: 14px 20px; font-size: 16.2px; color: var(--gray-6); font-family: Arial, sans-serif; font-weight: normal; white-space: nowrap; border-bottom: 3px solid transparent; transition: all 0.15s; }
  .nav-inner a:hover, .nav-inner a.active, .nav-inner .current-menu-item > a, .nav-inner .menu > li:first-child > a { color: var(--red); border-bottom-color: var(--red); }

  /* ─── HERO ─── */
  .hero { background: var(--gray-f2); overflow: hidden; }
  .hero-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 460px; }
  .hero-left { display: flex; flex-direction: column; justify-content: center; padding: 56px 48px 56px 0; }
  .hero-left h1 { font-family: Arial, Helvetica, sans-serif; font-size: 40px; font-weight: bold; color: var(--black); line-height: 1.2; margin-bottom: 6px; }
  .hero-left h1 span { color: var(--red); }
  .hero-left p { font-size: 17.5px; color: var(--gray-6); line-height: 1.65; margin-bottom: 12px; max-width: 480px; }
  .hero-left p strong { color: var(--black); }
  .hero-left .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
  .hero-right { position: relative; overflow: hidden; }
  .hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

  /* ─── TRUST BAR ─── */
  .trust-bar { background: var(--red); color: white; padding: 0; }
  .trust-bar-inner { display: flex; align-items: stretch; }
  .trust-item { display: flex; align-items: center; gap: 10px; padding: 16px 24px; font-size: 16.2px; font-weight: bold; flex: 1; border-right: 1px solid rgba(255,255,255,0.2); }
  .trust-item:last-child { border-right: none; }
  .trust-item svg { flex-shrink: 0; width: 20px; height: 20px; }

  /* ─── SERVICES CARDS (like image 3) ─── */
  .services { background: var(--gray-f2); padding: 48px 0; }
  .services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--gray-d); }
  .service-card { background: white; display: flex; flex-direction: column; }
  .service-card-img { height: 160px; overflow: hidden; }
  .service-card-img img { width: 100%; height: 100%; object-fit: cover; }
  .service-card-img-placeholder { width: 100%; height: 100%; background: var(--gray-e); display: flex; align-items: center; justify-content: center; }
  .service-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
  .service-card-body h3 { font-size: 20px; font-weight: bold; color: var(--red); margin-bottom: 10px; line-height: 1.3; }
  .service-card-body p { font-size: 16.2px; color: var(--gray-6); line-height: 1.6; flex: 1; margin-bottom: 16px; }
  .service-card-body .btn-red { align-self: flex-start; font-size: 16.2px; padding: 11px 28px; }

  /* ─── PROBLEM SECTION ─── */
  .problem { background: white; }
  .problem-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--gray-d); }
  .problem-card { padding: 28px; border-right: 1px solid var(--gray-d); }
  .problem-card:last-child { border-right: none; }
  .problem-card-icon { margin-bottom: 14px; color: var(--red); }
  .problem-card h3 { font-size: 20px; font-weight: bold; color: var(--black); margin-bottom: 8px; }
  .problem-card p { font-size: 16.2px; color: var(--gray-6); line-height: 1.65; }

  /* ─── MODELS (like image 4) ─── */
  .models { background: var(--gray-f2); padding: 56px 0; }
  .models-header { text-align: center; margin-bottom: 36px; }
  .models-header h2 { font-size: 27.5px; font-weight: bold; color: var(--black); margin-bottom: 8px; }
  .models-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--gray-d); }
  .model-card { background: white; display: flex; flex-direction: column; }
  .model-img { background: #fff; height: 240px; display: flex; align-items: center; justify-content: center; padding: 20px; }
  .model-img img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
  .model-img-inner { width: 100px; height: 160px; background: linear-gradient(160deg, #fff 60%, #e8e8e8 100%); border: 1px solid #e0e0e0; border-radius: 4px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding-bottom: 16px; position: relative; box-shadow: 2px 4px 12px rgba(0,0,0,0.08); }
  .model-img-inner::before { content: ''; position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 8px; height: 8px; background: var(--red); border-radius: 50%; }
  .model-img-inner .model-display { width: 56px; height: 32px; background: #1a1a1a; border-radius: 3px; display: flex; align-items: center; justify-content: center; }
  .model-img-inner .model-display span { color: #FF6B35; font-size: 16.2px; font-weight: bold; font-family: monospace; }
  .model-body { padding: 16px 18px; flex: 1; display: flex; flex-direction: column; }
  .model-name { font-size: 18.8px; font-weight: bold; color: var(--black); margin-bottom: 10px; line-height: 1.25; }
  .model-specs { margin-bottom: 14px; flex: 1; }
  .model-spec { display: flex; align-items: center; gap: 7px; font-size: 15px; color: var(--gray-6); padding: 4px 0; }
  .model-spec svg { color: var(--red); flex-shrink: 0; width: 13px; height: 13px; }
  .model-cta { width: 100%; padding: 12px; background: var(--red); color: white; border: none; font-family: Arial, sans-serif; font-size: 16.2px; font-weight: bold; cursor: pointer; transition: background 0.2s; }
  .model-cta:hover,
  .model-cta:focus,
  .model-cta:active { background: var(--red-dark); color: white; }

  /* ─── TECH BANNER (like image 5) ─── */
  .tech-banner { background: var(--gray-f2); padding: 0; overflow: hidden; }
  .tech-banner-inner { display: grid; grid-template-columns: 1fr 420px; align-items: stretch; min-height: 280px; }
  .tech-left { padding: 48px 48px 48px 0; display: flex; flex-direction: column; justify-content: center; }
  .tech-left h2 { font-size: 32.5px; font-weight: bold; color: var(--black); line-height: 1.25; margin-bottom: 16px; }
  .tech-left h2 span { color: var(--red); }
  .tech-left p { font-size: 17.5px; color: var(--gray-6); line-height: 1.65; margin-bottom: 8px; }
  .tech-left p strong { color: var(--black); }
  .tech-right { position: relative; overflow: hidden; background: #e8e8e8; }
  .tech-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

  /* ─── COMPARATOR ─── */
  .comparator { background: white; }
  .comp-wrap { overflow-x: auto; }
  .comp-table { width: 100%; border-collapse: collapse; font-size: 16.2px; min-width: 700px; }
  .comp-table thead tr { background: var(--black); color: white; }
  .comp-table th { padding: 14px 16px; text-align: left; font-size: 15px; font-weight: bold; letter-spacing: 0.04em; text-transform: uppercase; }
  .comp-table td { padding: 13px 16px; border-bottom: 1px solid var(--gray-e); color: var(--gray-6); }
  .comp-table tbody tr:hover td { background: #fafafa; }
  .comp-model { font-weight: bold; color: var(--black); font-size: 16.2px; }
  .dots { display: flex; gap: 3px; }
  .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gray-d); }
  .dot.on { background: var(--red); }
  .wifi { color: var(--red); font-size: 15px; font-weight: bold; }
  .btn-sm { padding: 7px 16px; background: var(--red); color: white; border: none; font-family: Arial, sans-serif; font-size: 15px; font-weight: bold; cursor: pointer; white-space: nowrap; }
  .btn-sm:hover,
  .btn-sm:focus,
  .btn-sm:active { color: white; }

  /* ─── ADVISOR FORM ─── */
  .advisor { background: var(--gray-f2); }
  .advisor-inner { display: grid; grid-template-columns: 1fr 440px; gap: 56px; align-items: start; }
  .advisor-content h2 { font-size: 30px; font-weight: bold; color: var(--black); margin-bottom: 14px; line-height: 1.25; }
  .advisor-content h2 span { color: var(--red); }
  .advisor-content p { font-size: 17.5px; color: var(--gray-6); line-height: 1.65; margin-bottom: 20px; }
  .check-list { margin-top: 0px; padding-left: 0px; margin-left: 0px; }
  .check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 17.5px; color: var(--gray-3); padding: 8px 0; border-bottom: 1px solid var(--gray-e); }
  .check-list li:last-child { border-bottom: none; }
  .check-list li svg { width: 16px; height: 16px; color: var(--red); flex-shrink: 0; margin-top: 2px; }
  .form-card { background: white; border: 1px solid var(--gray-d); padding: 28px; }
  .form-card h3 { font-size: 21.2px; font-weight: bold; color: var(--black); margin-bottom: 20px; }
  .form-group { margin-bottom: 14px; }
  .form-group label { display: block; font-size: 15px; font-weight: bold; color: var(--gray-6); margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.03em; }
  .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--gray-d); font-family: Arial, sans-serif; font-size: 17.5px; color: var(--gray-3); transition: border-color 0.2s; background: white; }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--red); }
  .form-group textarea { resize: vertical; min-height: 72px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .snt-form-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  .form-submit { width: 100%; padding: 15px; background: var(--red); color: white; border: none; font-family: Arial, sans-serif; font-size: 18.8px; font-weight: bold; cursor: pointer; transition: background 0.2s; margin-top: 4px; }
  .form-submit:hover,
  .form-submit:focus,
  .form-submit:active { background: var(--red-dark); color: white; }
  .form-note { text-align: center; font-size: 13.8px; color: var(--gray-9); margin-top: 8px; }

  /* ─── INSTALLATION ─── */
  .installation { background: var(--black); color: white; }
  .installation .section-title { color: white; }
  .installation .section-title span { color: var(--red); }
  .installation .section-subtitle { color: rgba(255,255,255,0.6); }
  .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.08); }
  .step-item { background: rgba(255,255,255,0.02); padding: 24px 20px; display: flex; gap: 14px; }
  .step-num { font-size: 35px; font-weight: bold; color: var(--red); line-height: 1; flex-shrink: 0; }
  .step-content h4 { font-size: 17.5px; font-weight: bold; color: white; margin-bottom: 5px; }
  .step-content p { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.55; }

  /* ─── BUDGET ─── */
  .budget { background: white; }
  .budget-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--gray-d); border: 1px solid var(--gray-d); }
  .budget-item { background: white; padding: 24px; }
  .budget-item h4 { font-size: 17.5px; font-weight: bold; color: var(--black); margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
  .budget-item h4 svg { color: var(--red); flex-shrink: 0; }
  .budget-item p { font-size: 16.2px; color: var(--gray-6); line-height: 1.6; }
  .budget-item.optional h4 { color: var(--gray-6); }

  /* ─── ZONES ─── */
  .zones { background: var(--gray-f2); }
  .zones-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
  .zones-list { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-top: 20px; }
  .zone-item { font-size: 16.2px; color: var(--gray-6); padding: 7px 12px; background: white; border-left: 3px solid var(--red); display: flex; align-items: center; gap: 6px; }

  /* ─── TRUST CARDS ─── */
  .trust-cards { background: white; }
  .trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--gray-d); border: 1px solid var(--gray-d); }
  .trust-card { background: white; padding: 28px 24px; }
  .trust-card-icon { color: var(--red); margin-bottom: 12px; }
  .trust-card-icon svg { width: 24px; height: 24px; }
  .trust-card h3 { font-size: 18.8px; font-weight: bold; color: var(--black); margin-bottom: 7px; }
  .trust-card p { font-size: 16.2px; color: var(--gray-6); line-height: 1.6; }

  /* ─── TESTIMONIALS ─── */
  .testimonials { background: var(--gray-f2); }
  .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--gray-d); border: 1px solid var(--gray-d); }
  .review-card { background: white; padding: 24px; }
  .review-stars { color: #005a31; font-size: 18.8px; margin-bottom: 10px; }
  .review-text { font-size: 16.2px; color: var(--gray-6); line-height: 1.65; margin-bottom: 16px; font-style: italic; }
  .review-author-name { font-size: 16.2px; font-weight: bold; color: var(--black); }
  .review-author-loc { font-size: 15px; color: var(--gray-9); }
  .reviews-disclaimer { text-align: center; margin-top: 20px; font-size: 15px; color: var(--gray-9); font-style: italic; }

  /* ─── FAQ ─── */
  .faq { background: white; }
  .faq-list { max-width: 780px; margin: 0 auto; }
  .faq-item { border-bottom: 1px solid var(--gray-d); }
  .faq-q { padding: 17px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 17.5px; font-weight: bold; color: var(--black); transition: color 0.15s; user-select: none; }
  button.faq-q { width: 100%; border: 0; background: transparent; font-family: inherit; text-align: left; }
  .faq-q:hover { color: var(--red); }
  .faq-q svg { flex-shrink: 0; transition: transform 0.3s; color: var(--red); }
  .faq-item.open .faq-q { color: var(--red); }
  .faq-item.open .faq-q svg { transform: rotate(180deg); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
  .faq-item.open .faq-a { max-height: 300px; }
  .faq-a-inner { padding: 0 0 16px; font-size: 16.2px; color: var(--gray-6); line-height: 1.7; }

  /* ─── CTA FINAL ─── */
  .cta-final { background: var(--red); color: white; text-align: center; padding: 56px 0; }
  .cta-final h2 { font-size: 35px; font-weight: bold; color: white; margin-bottom: 12px; }
  .cta-final p { font-size: 18.8px; color: rgba(255,255,255,0.85); max-width: 520px; margin: 0 auto 28px; line-height: 1.65; }
  .cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
  .btn-white { display: inline-block; background: white; color: var(--red); padding: 14px 32px; font-family: Arial, sans-serif; font-size: 18.8px; font-weight: bold; border: none; cursor: pointer; transition: all 0.2s; }
  .btn-white:hover { background: var(--gray-f2); }
  .btn-white-outline { display: inline-block; background: transparent; color: white; padding: 12px 28px; font-family: Arial, sans-serif; font-size: 17.5px; font-weight: bold; border: 2px solid rgba(255,255,255,0.7); cursor: pointer; transition: all 0.2s; }
  .btn-white-outline:hover { background: white; color: var(--red); }

  /* ─── FOOTER ─── */
  .footer { background: #1A1A1A; color: rgba(255,255,255,0.6); padding: 48px 0 24px; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
  .footer-brand h3 { font-size: 21.2px; font-weight: bold; color: white; margin-bottom: 8px; }
  .footer-brand p { font-size: 16.2px; line-height: 1.65; margin-bottom: 16px; }
  .footer-contact { display: flex; align-items: center; gap: 8px; font-size: 16.2px; color: rgba(255,255,255,0.75); margin-bottom: 7px; }
  .footer-contact svg { width: 14px; height: 14px; color: var(--red); flex-shrink: 0; }
  .footer-col h4 { font-size: 15px; font-weight: bold; color: white; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }
  .footer-col ul,
  .footer-col .menu { margin: 0; padding: 0; list-style: none; }
  .footer-col ul li { margin-bottom: 6px; }
  .footer-col ul li a { font-size: 16.2px; color: rgba(255,255,255,0.5); transition: color 0.15s; }
  .footer-col ul li a:hover { color: white; }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; flex-wrap: wrap; }
  .footer-legal { font-size: 13.8px; color: rgba(255,255,255,0.3); max-width: 620px; line-height: 1.65; }
  .footer-legal strong { color: rgba(255,255,255,0.4); }
  .footer-links { display: flex; gap: 16px; flex-shrink: 0; }
  .footer-links a { font-size: 15px; color: rgba(255,255,255,0.4); }
  .footer-links a:hover { color: white; }

  /* ─── MOBILE STICKY ─── */
  .mobile-sticky { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 300; background: white; border-top: 2px solid var(--gray-d); padding: 10px 14px; gap: 8px; box-shadow: 0 -4px 16px rgba(0,0,0,0.12); }
  .mobile-sticky.is-visible { display: flex; }
  .mobile-sticky a { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 7px 4px; font-family: Arial, sans-serif; font-size: 13.8px; font-weight: bold; color: var(--gray-3); border: 1.5px solid var(--gray-d); text-align: center; }
  .mobile-sticky a.primary { background: var(--red); color: white; border-color: var(--red); }
  .mobile-sticky a.primary:hover,
  .mobile-sticky a.primary:focus,
  .mobile-sticky a.primary:active { color: white; }
  .mobile-sticky a svg { width: 18px; height: 18px; }

  /* ─── BLOCK EDITOR ─── */
  body.block-editor-page,
  body.editor-styles-wrapper,
  body.block-editor-iframe__body,
  .editor-styles-wrapper { background: #fff; color: #333333; }
  .edit-post-visual-editor__post-title-wrapper,
  .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper,
  .editor-styles-wrapper .wp-block-post-title,
  .editor-styles-wrapper .editor-post-title { display: none; }
  .editor-styles-wrapper .is-root-container { background: #fff; padding-top: 0; }
  .editor-styles-wrapper .wp-block[data-type^="snt/landing"] { max-width: none; margin-top: 0; margin-bottom: 0; }
  .editor-styles-wrapper .wp-block[data-type^="snt/landing"] > div { margin: 0; }
  .editor-styles-wrapper .snt-editor-preview { max-width: none; margin: 0; }
  .editor-styles-wrapper .snt-editor-preview > section,
  .editor-styles-wrapper .snt-editor-preview > div { margin: 0; }
  .editor-styles-wrapper .snt-editor-preview .container { max-width: 1200px; }
  .editor-styles-wrapper .snt-editor-preview [contenteditable="true"] { cursor: text; }
  .editor-styles-wrapper .snt-editor-preview [contenteditable="true"]:focus { outline: 1px dashed rgba(0,90,49,0.45); outline-offset: 2px; }
  .editor-styles-wrapper .snt-editor-preview .snt-editor-icon { display: inline-flex; line-height: 0; flex-shrink: 0; }
  .editor-styles-wrapper .snt-editor-preview .snt-editor-icon svg { width: 1em; height: 1em; }
  .editor-styles-wrapper .snt-editor-preview .trust-card-icon .snt-editor-icon svg { width: 24px; height: 24px; }
  .editor-styles-wrapper .snt-editor-preview .model-spec .snt-editor-icon svg { width: 13px; height: 13px; }
  .editor-styles-wrapper .snt-editor-preview .fade-in { opacity: 1; transform: none; }
  .editor-styles-wrapper .snt-editor-mobile-sticky { position: static; display: flex; max-width: 460px; margin: 0 auto; }
  .editor-styles-wrapper .snt-editor-mobile-sticky > div { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 7px 4px; font-family: Arial, sans-serif; font-size: 13.8px; font-weight: bold; color: var(--gray-3); border: 1.5px solid var(--gray-d); text-align: center; }
  .editor-styles-wrapper .snt-editor-mobile-sticky > div.primary { background: var(--red); color: white; border-color: var(--red); }
  .editor-styles-wrapper .snt-editor-mobile-sticky > div svg { width: 18px; height: 18px; }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 1100px) {
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
  }

  @media (max-width: 960px) {
    .services-grid,
    .models-grid,
    .steps-grid,
    .budget-grid,
    .trust-grid,
    .reviews-grid { grid-template-columns: repeat(2, 1fr); }
    .advisor-inner,
    .zones-inner { grid-template-columns: 1fr; gap: 36px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 40px; }
  }

  @media (max-width: 782px) {
    .admin-bar .header-top { top: 46px; }
    .admin-bar .nav-bar { top: 118px; }
  }

  @media (max-width: 768px) {
    body.landing-body { overflow-x: hidden; padding-bottom: 78px; }
    body.mobile-menu-open { overflow: hidden; }
    .container { padding: 0 20px; }
    .section { padding: 44px 0; }
    .section-title { font-size: 27px; line-height: 1.24; }
    .section-subtitle { font-size: 16.5px; margin-bottom: 24px; }

    .header-top-inner { height: 72px; gap: 10px; }
    .logo-wrap { min-width: 0; flex: 1; }
    .logo-wrap img { max-width: 156px; height: auto !important; }
    .mobile-menu-toggle { display: inline-flex; flex-shrink: 0; }
    .header-right { gap: 8px; flex-shrink: 0; margin-left: auto; }
    .header-phone { width: 44px; height: 44px; justify-content: center; overflow: hidden; font-size: 0; border: 1px solid var(--gray-d); border-radius: 8px; background: #fff; }
    .header-phone svg { width: 24px; height: 24px; }
    .mobile-menu-toggle { color: #fff; border-color: var(--red-dark); background: var(--red); box-shadow: inset 0 -3px 0 rgba(0,0,0,0.18); }
    .header-right .btn-red { display: none; }

    .nav-bar { display: none; position: sticky; top: 72px; z-index: 199; box-shadow: 0 12px 24px rgba(0,0,0,0.12); }
    .nav-bar.is-open { display: block; }
    .nav-inner { display: block; overflow-y: auto; max-height: calc(100vh - 72px); }
    .nav-inner .menu { display: block; }
    .nav-inner a { display: block; width: 100%; padding: 15px 20px; border-bottom: 1px solid var(--gray-e); font-size: 16px; color: var(--black); white-space: normal; }
    .nav-inner a:hover,
    .nav-inner a.active,
    .nav-inner .current-menu-item > a,
    .nav-inner .menu > li:first-child > a { border-bottom-color: var(--gray-e); color: var(--red); }

    .hero-inner,
    .tech-banner-inner,
    .advisor-inner,
    .zones-inner { grid-template-columns: 1fr; }
    .hero-inner > *,
    .tech-banner-inner > *,
    .advisor-inner > *,
    .zones-inner > * { min-width: 0; }
    .hero-left { width: 100%; max-width: 100%; padding: 36px 0 30px; }
    .hero-left h1 { font-size: 30px; line-height: 1.2; }
    .hero-left p,
    .advisor-content p { max-width: 100%; font-size: 16.5px; }
    .hero-left .hero-ctas { flex-direction: column; gap: 10px; }
    .hero-left .hero-ctas a { width: 100%; text-align: center; }
    .hero-right { height: auto; aspect-ratio: 4 / 3; }
    .hero-right img { height: 100%; }

    .trust-bar-inner { display: grid; grid-template-columns: 1fr; }
    .trust-item { min-width: 0; padding: 13px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.18); font-size: 15.5px; }
    .trust-item:last-child { border-bottom: 0; }

    .services { padding: 36px 0; }
    .services-grid,
    .models-grid,
    .problem-cards,
    .steps-grid,
    .budget-grid,
    .trust-grid,
    .reviews-grid { grid-template-columns: 1fr; }
    .service-card-img { height: 190px; }
    .service-card-body,
    .problem-card,
    .budget-item,
    .trust-card,
    .review-card { padding: 22px 20px; }
    .problem-card { border-right: 0; border-bottom: 1px solid var(--gray-d); }
    .problem-card:last-child { border-bottom: 0; }

    .models { padding: 42px 0; }
    .models-header { text-align: left; margin-bottom: 24px; }
    .models-header h2 { font-size: 25px; }
    .model-img { height: 220px; }
    .model-body { padding: 18px 20px 20px; }

    .tech-left { padding: 38px 0 28px; }
    .tech-left h2 { font-size: 27px; }
    .tech-left p { font-size: 16.5px; }
    .tech-right { height: auto; aspect-ratio: 4 / 3; }
    .tech-right img { height: 100%; }

    .comp-wrap { margin: 0 -20px; padding: 0 20px 6px; -webkit-overflow-scrolling: touch; }
    .comp-table { min-width: 760px; }
    .comp-table th,
    .comp-table td { padding: 12px 14px; }

    .advisor-inner { gap: 28px; }
    .advisor-content h2 { font-size: 27px; }
    .check-list li { font-size: 16.2px; gap: 9px; }
    .form-card { padding: 22px 18px; }
    .form-card h3 { font-size: 19px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .form-submit { font-size: 16.2px; }

    .step-item { padding: 22px 18px; }
    .zones-list { grid-template-columns: 1fr; }
    .faq-q { font-size: 16.5px; gap: 16px; }
    .faq-a-inner { font-size: 16px; }

    .cta-final { padding: 44px 0; }
    .cta-final h2 { font-size: 28px; line-height: 1.24; }
    .cta-final p { font-size: 16.5px; }
    .cta-btns { flex-direction: column; }
    .cta-btns .btn-white,
    .cta-btns .btn-white-outline { width: 100%; text-align: center; }

    .footer { padding: 38px 0 22px; }
    .footer-grid { grid-template-columns: 1fr; gap: 26px; margin-bottom: 30px; }
    .footer-bottom { display: block; padding-top: 22px; }
    .footer-legal { max-width: none; margin-bottom: 18px; }
    .footer-links { flex-wrap: wrap; gap: 12px 18px; }

    .mobile-sticky { width: 100%; box-sizing: border-box; }
    .mobile-sticky a { min-width: 0; overflow: hidden; }
  }

  @media (max-width: 480px) {
    .container { padding: 0 16px; }
    .section { padding: 38px 0; }
    .section-title { font-size: 25px; }
    .logo-wrap img { max-width: 142px; }
    .header-top-inner { height: 68px; }
    .header-phone,
    .mobile-menu-toggle { width: 40px; height: 40px; }
    .nav-bar { top: 68px; }
    .admin-bar .nav-bar { top: 114px; }
    .hero-left { padding: 32px 0 26px; }
    .hero-left h1 { font-size: 28px; line-height: 1.22; }
    .hero-left p { font-size: 16px !important; line-height: 1.6; }
    .hero-left p:first-child { font-size: 12.5px !important; letter-spacing: 0.04em !important; }
    .hero-right,
    .tech-right { aspect-ratio: 1 / 1; }
    .service-card-img { height: 170px; }
    .model-img { height: 200px; }
    .comp-wrap { margin: 0 -16px; padding: 0 16px 6px; }
    .mobile-sticky { padding: 10px 8px; gap: 6px; }
    .mobile-sticky a { font-size: 12.5px; padding: 7px 2px; }
  }

  /* ANIMATIONS */
  .fade-in { opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }
  .fade-in.visible { opacity: 1; transform: none; }

  /* ─── SINGLE PAGES STYLES ─── */
  body.landing-body:not(.home) {
    background: var(--black);
    color: var(--gray-3);
  }

  body.landing-body:not(.home) .site-main {
    background: var(--white);
  }

  .page-header-banner {
    background: var(--gray-f2);
    padding: 56px 0;
    border-bottom: 1px solid var(--gray-d);
    text-align: left;
  }

  .page-header-banner .page-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: bold;
    color: var(--black);
    margin: 0;
    line-height: 1.2;
    position: relative;
  }

  .page-header-banner .page-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--red);
    margin-top: 16px;
  }

  .page-content-wrap {
    padding: 64px 0;
    background: var(--white);
  }

  /* Gutenberg & Core Block Styles in Pages */
  .page-content-wrap .entry-content {
    font-size: 18px;
    line-height: 1.7;
    color: var(--gray-3);
    max-width: 900px; /* optimal reading width */
    margin: 0 auto;
  }

  .page-content-wrap .entry-content p {
    margin-bottom: 24px;
  }

  .page-content-wrap .entry-content h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    margin-top: 48px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .page-content-wrap .entry-content h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: var(--black);
    margin-top: 36px;
    margin-bottom: 16px;
    line-height: 1.3;
  }

  .page-content-wrap .entry-content h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18.8px;
    font-weight: bold;
    color: var(--black);
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  .page-content-wrap .entry-content ul,
  .page-content-wrap .entry-content ol {
    margin-bottom: 28px;
    padding-left: 24px;
  }

  .page-content-wrap .entry-content li {
    margin-bottom: 10px;
  }

  .page-content-wrap .entry-content ul {
    list-style: disc;
  }

  .page-content-wrap .entry-content ol {
    list-style: decimal;
  }

  .page-content-wrap .entry-content a {
    color: var(--red);
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s;
  }

  .page-content-wrap .entry-content a:hover {
    color: var(--red-dark);
  }

  .page-content-wrap .entry-content blockquote {
    border-left: 4px solid var(--red);
    padding-left: 20px;
    margin: 32px 0;
    font-style: italic;
    color: var(--gray-6);
  }

  .page-content-wrap .entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
  }

  .page-content-wrap .entry-content th,
  .page-content-wrap .entry-content td {
    padding: 12px 16px;
    border: 1px solid var(--gray-d);
    text-align: left;
  }

  .page-content-wrap .entry-content th {
    background: var(--gray-f2);
    font-weight: bold;
    color: var(--black);
  }

  /* Responsive for single page banner */
  @media (max-width: 768px) {
    .page-header-banner {
      padding: 40px 0;
    }
    .page-header-banner .page-title {
      font-size: 30px;
    }
    .page-content-wrap {
      padding: 44px 0;
    }
    .page-content-wrap .entry-content {
      font-size: 16.5px;
    }
  }

/* Final NIBE cascade fixes */
body.landing-body { background: var(--white); color: var(--dark); font-family: Arial, Helvetica, sans-serif; padding-bottom: 0; }
.nibe-nav { background: var(--white); border-bottom: 1px solid var(--border); padding: 0 64px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 200; min-height: 68px; }
.admin-bar .nibe-nav { top: 32px; }
.nibe-logo-wrap img { height: 36px; width: auto; display: block; }
.nav-left, .nav-right, .nav-right .menu, .fctar, .fls, .footer-contact-list { display: flex; align-items: center; }
.nav-right .menu { margin: 0; padding: 0; list-style: none; }
.nav-right a, .nav-link { font-size: 13.5px; font-weight: 600; color: var(--mid); padding: 0 16px; min-height: 68px; display: flex; align-items: center; border-bottom: 2px solid transparent; white-space: nowrap; }
.nav-contact { background: var(--dark); color: #fff !important; padding: 0 22px !important; border-bottom: none !important; }
.nav-cta { background: var(--red); color: #fff !important; padding: 0 26px !important; border-bottom: none !important; font-weight: 700; }
.mobile-menu-toggle { display: none; }
.hero { position: relative; min-height: 88vh; display: flex; align-items: flex-end; justify-content: flex-start; overflow: hidden; background: var(--dark); }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-inner { position: relative; z-index: 2; padding: 80px 80px 96px; max-width: 740px; min-height: auto; display: block; grid-template-columns: none; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,90,49,.14); border: 1px solid rgba(0,90,49,.32); padding: 6px 14px; margin-bottom: 24px; }
.hero-badge span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #2f8a5f; }
.hero h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(32px,4vw,56px); color: #fff; line-height: 1.13; margin-bottom: 20px; letter-spacing: 0; }
.hero-sub, .hero-sub p { font-size: 18.5px; color: rgba(255,255,255,.84); max-width: 560px; line-height: 1.68; margin-bottom: 40px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-red, .btn-outline, .btn-dark, .btn-red-s, .btn-red-lg, .btn-cta, .btn-cta-ghost, .pf-submit { border-radius: 0; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; font-weight: 700; }
.btn-red { background: var(--red); color: #fff; padding: 15px 34px; border: 2px solid var(--red); }
.btn-outline { background: transparent; color: #fff; padding: 15px 34px; border: 2px solid rgba(255,255,255,.5); }
.stats { background: #fff; border-bottom: 1px solid var(--border); display: grid; grid-template-columns: repeat(4,1fr); padding: 0; }
.si { padding: 22px 32px; border-right: 1px solid var(--border); text-align: center; }
.sn { font-family: Georgia, 'Times New Roman', serif; font-size: 32px; font-weight: 700; color: var(--red); display: block; line-height: 1; margin-bottom: 4px; }
.sl { font-size: 11px; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.split.rev > .s-img { order: 2; }
.split.rev > .s-ct { order: 1; }
.s-img { overflow: hidden; background: var(--bg1); }
.s-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
.s-ct { background: var(--bg2); padding: 72px 68px; display: flex; flex-direction: column; justify-content: center; }
.s-ct.wh { background: #fff; }
.s-tag, .sec-tag { font-size: 11.5px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 14px; }
.s-ct h2, .sec-h, .presup-h, .rev-t, .fcta h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; color: var(--dark); letter-spacing: 0; }
.s-ct h2 { font-size: clamp(26px,2.9vw,37px); line-height: 1.28; margin-bottom: 18px; }
.s-ul, .sec-ln { width: 40px; height: 3px; background: var(--red); margin-bottom: 24px; }
.s-ct p { font-size: 18px; color: var(--mid); line-height: 1.8; margin-bottom: 18px; max-width: 520px; }
.prod-s, .sys-s, .config-s, .choice-s, .rev-s { padding: 92px 64px; }
.prod-s, .config-s, .presup-s { background: var(--bg1); }
.sys-s, .rev-s { background: #fff; }
.sec-h { font-size: clamp(26px,2.8vw,38px); line-height: 1.22; margin-bottom: 10px; }
.sec-sub { font-size: 18px; color: var(--gray); max-width: 660px; margin-bottom: 52px; line-height: 1.7; }
.pg3, .cfg-grid, .rev-s .reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.pg3 { border: 1px solid var(--border); }
.pc { background: #fff; overflow: hidden; display: flex; flex-direction: column; border-right: 1px solid var(--border); }
.pc-img { height: 300px; background: #fff; overflow: hidden; border-bottom: 1px solid var(--border); }
.pc-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pb { padding: 26px 28px 30px; flex: 1; display: flex; flex-direction: column; }
.pt, .pl { font-size: 12px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--red); }
.pt { font-size: 10px; margin-bottom: 8px; }
.pb h3, .cfg-card h3, .st h3 { font-family: Georgia, 'Times New Roman', serif; color: var(--dark); letter-spacing: 0; }
.pc-text, .cfg-card p, .cfg-models, .st p { color: var(--mid); line-height: 1.7; }
.tabs { display: flex; border-bottom: 2px solid var(--border); margin-bottom: 52px; }
.tab { padding: 14px 28px; font-size: 13px; font-weight: 700; text-transform: uppercase; color: var(--gray); background: transparent; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; cursor: pointer; }
.tab.on, .tab:hover { color: var(--dark); border-bottom-color: var(--red); }
.system-panel { display: none; }
.system-panel.on { display: grid; }
.sg { grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.sb { background: var(--bg1); border: 1px solid var(--border); min-height: 380px; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 32px; }
.sb img { max-width: 100%; max-height: 340px; width: 100%; object-fit: contain; }
.spg { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }
.sp { padding: 16px 18px; border: 1px solid var(--border); background: var(--bg1); }
.spv { font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 700; color: var(--red); display: block; line-height: 1; }
.spl { font-size: 11px; color: var(--gray); font-weight: 700; text-transform: uppercase; }
.st-models ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.st-models li { background: var(--bg1); border: 1px solid var(--border); padding: 4px 10px; font-size: 12px; font-weight: 700; color: var(--mid); }
.cfg-grid { gap: 24px; margin-bottom: 28px; }
.cfg-card { background: #fff; border: 1px solid var(--border); padding: 36px 32px; }
.cfg-num { font-family: Georgia, 'Times New Roman', serif; font-size: 48px; font-weight: 700; color: var(--border); line-height: 1; margin-bottom: 16px; }
.cfg-note { background: #fff; border-left: 3px solid var(--red); padding: 22px 28px; font-size: 13.5px; color: var(--mid); line-height: 1.75; }
.choice-s { background: var(--dark); }
.choice-s .sec-h { color: #fff; }
.choice-s .sec-sub { color: rgba(255,255,255,.65); }
.ch-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; margin-bottom: 44px; }
.ch-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 32px 30px; display: flex; align-items: flex-start; gap: 18px; }
.ch-card h4 { font-size: 14.5px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.ch-card p { font-size: 13.5px; color: rgba(255,255,255,.6); line-height: 1.65; }
.ch-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; color: var(--red); background: rgba(0,90,49,.12); border: 1px solid rgba(0,90,49,.22); flex-shrink: 0; }
.ch-icon svg { width: 22px; height: 22px; }
.rev-s .reviews-grid { gap: 20px; max-width: 1180px; margin: 0 auto; background: transparent; border: 0; }
.rc { padding: 28px; background: #fff; border: 1px solid var(--border); }
.rtop { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.rav { width: 42px; height: 42px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 800; color: #fff; flex-shrink: 0; }
.rs { color: #e8a200; font-size: 16px; letter-spacing: 1px; margin-bottom: 10px; }
.rtx { font-size: 13.5px; color: var(--gray); line-height: 1.68; }
.presup-inner { display: grid; grid-template-columns: .9fr 1.1fr; }
.presup-left { padding: 76px 64px; background: var(--bg2); }
.presup-right { padding: 64px; background: #fff; }
.presup-form-wrap { border: 1px solid var(--border); padding: 34px; background: #fff; }
.pf-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pf-label { display: block; font-size: 11px; font-weight: 700; color: var(--gray); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 6px; }
.pf-input { width: 100%; padding: 13px 14px; border: 1px solid var(--border); background: #fff; color: var(--dark); font-size: 14px; font-family: inherit; }
.pf-row { margin-bottom: 16px; }
.pf-submit { width: 100%; background: var(--red); color: #fff; border: none; padding: 15px 28px; cursor: pointer; }
.fcta { background: var(--navy2); padding: 64px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.fcta h2 { font-size: 28px; color: #fff; line-height: 1.25; margin-bottom: 8px; }
.fcta p { font-size: 14px; color: rgba(255,255,255,.6); max-width: 620px; }
.telb { font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 700; color: #fff; }
.btn-cta { background: var(--red); color: #fff; padding: 13px 28px; }
.btn-cta-ghost { background: transparent; color: rgba(255,255,255,.75); padding: 12px 26px; border: 1px solid rgba(255,255,255,.3); }
.nibe-footer { background: var(--navy); padding: 22px 64px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.fcp, .fls a, .footer-contact-list { font-size: 12px; color: rgba(255,255,255,.45); }
.footer-contact-list { flex-wrap: wrap; gap: 10px 18px; }
.fls { gap: 22px; }
@media (max-width: 980px) {
  .nibe-nav { padding: 0 20px; flex-wrap: wrap; }
  .mobile-menu-toggle { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--border); background: #fff; color: var(--dark); }
  .nav-right { display: none; order: 4; width: 100%; }
  .nibe-nav.is-open .nav-right { display: block; }
  .nav-right .menu { display: grid; width: 100%; }
  .nav-right a { min-height: 46px; padding: 0; }
  .nav-cta { min-height: 46px !important; margin-left: auto; }
  .nav-brand, .nav-sep { display: none; }
  .hero-inner { padding: 72px 24px; }
  .stats, .pg3, .cfg-grid, .rev-s .reviews-grid, .split, .sg, .presup-inner, .ch-grid { grid-template-columns: 1fr; }
  .split.rev > .s-img, .split.rev > .s-ct { order: initial; }
  .prod-s, .sys-s, .config-s, .choice-s, .rev-s, .presup-left, .presup-right, .fcta, .nibe-footer { padding: 52px 24px; }
  .s-ct { padding: 52px 24px; }
  .pf-2col, .spg { grid-template-columns: 1fr; }
  .tabs { overflow-x: auto; }
}

/* Final header parity override */
.nibe-nav {
  justify-content: flex-start;
  gap: 0;
  min-height: 68px;
  padding-left: 78px;
  padding-right: 78px;
}
.nibe-nav .nav-left {
  flex: 0 0 auto;
}
.nibe-nav .nav-right {
  margin-left: auto;
  flex: 0 0 auto;
}
.nibe-nav .nav-right .menu {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.nibe-nav .nav-right .menu > li {
  display: flex;
  margin: 0;
  padding: 0;
}
.nibe-nav .nav-right a,
.nibe-nav .nav-link {
  min-height: 68px;
  padding: 0 18px;
  font-size: 13.5px;
  font-weight: 700;
}
.nibe-nav .nav-right .menu > li:last-child > a,
.nibe-nav .nav-contact {
  background: var(--dark);
  color: #fff !important;
  border-bottom: 0 !important;
  padding-left: 28px;
  padding-right: 28px;
}
.nibe-nav .nav-cta {
  min-height: 68px;
  padding-left: 32px !important;
  padding-right: 32px !important;
  margin-left: 0;
}
@media (max-width: 980px) {
  .nibe-nav {
    width: 100%;
    max-width: none;
    min-height: 64px;
    padding-left: 16px;
    padding-right: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    overflow: visible;
  }
  .nibe-nav .nav-left {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
  }
  .nibe-nav .nav-cta {
    order: 2;
    min-height: 64px !important;
    height: 64px;
    margin-left: 0;
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 12.5px;
  }
  .nibe-nav .mobile-menu-toggle {
    order: 3;
    width: 56px;
    height: 64px;
    margin-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    flex: 0 0 56px;
  }
  .nibe-nav .nav-right {
    order: 4;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 210;
    flex: none;
    width: 100%;
    margin-left: 0;
    background: #fff;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 18px 34px rgba(16, 35, 51, .16);
    max-height: calc(100vh - 64px);
    overflow-y: auto;
  }
  .nibe-nav.is-open .nav-right {
    display: block;
  }
  .nibe-nav .nav-right .menu {
    display: block;
    width: 100%;
    background: #fff;
  }
  .nibe-nav .nav-right .menu > li,
  .nibe-nav .nav-right .menu > a {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--border);
  }
  .nibe-nav .nav-right a {
    width: 100%;
    min-height: 56px;
    padding: 0 24px;
    justify-content: flex-start;
    border-bottom: 0 !important;
    background: #fff;
    color: var(--dark);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
  }
  .nibe-nav .nav-right a:hover,
  .nibe-nav .nav-right a:focus {
    background: var(--bg1);
    color: var(--red);
  }
  .nibe-nav .nav-right .menu > li:last-child,
  .nibe-nav .nav-right .menu > a:last-child {
    border-bottom: 0;
  }
  .nibe-nav .nav-right .menu > li:last-child > a,
  .nibe-nav .nav-right .nav-contact {
    min-height: 60px;
    background: var(--dark);
    color: #fff !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .nibe-nav .nav-right .menu > li:last-child > a:hover,
  .nibe-nav .nav-right .menu > li:last-child > a:focus,
  .nibe-nav .nav-right .nav-contact:hover,
  .nibe-nav .nav-right .nav-contact:focus {
    background: #0b1c29;
    color: #fff !important;
  }
}

/* Final hero parity override - must stay after duplicated legacy blocks */
body.landing-body {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  background: var(--dark);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 740px;
  min-height: auto;
  padding: 80px 80px 96px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin: 0 0 24px;
  background: rgba(0,90,49,.78);
  border: 1px solid rgba(255,255,255,.22);
}
.hero-badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #fff;
}
.hero-badge span {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
}
.hero h1 {
  max-width: 620px;
  margin: 0 0 20px;
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0;
}
.hero-sub {
  max-width: 560px;
  margin: 0 0 40px;
  color: rgba(255,255,255,.82);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 18.5px;
  line-height: 1.68;
}
.hero-sub p {
  max-width: none;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero .btn-red,
.hero .btn-outline {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 0;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.hero .btn-red {
  color: #fff;
  background: var(--red);
  border: 2px solid var(--red);
}
.hero .btn-outline {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255,255,255,.5);
}
@media (max-width: 980px) {
  .hero-inner {
    padding: 64px 36px 80px;
  }
}
@media (max-width: 640px) {
  .hero {
    min-height: 72vh;
  }
  .hero-inner {
    padding: 48px 24px 60px;
  }
  .hero-btns {
    flex-direction: column;
  }
  .hero .btn-red,
  .hero .btn-outline {
    width: 100%;
    text-align: center;
  }
}

/* Final stats and quick form parity override - absolute EOF */
body.landing-body .stats { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 112px; padding: 0; background: #fff; border-top: 0; border-bottom: 1px solid var(--border); }
body.landing-body .si { display: flex; min-height: 112px; flex-direction: column; align-items: center; justify-content: center; padding: 22px 32px; border-right: 1px solid var(--border); text-align: center; }
body.landing-body .si:last-child { border-right: 0; }
body.landing-body .sn { margin: 0 0 8px; color: var(--red); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 32px; font-weight: 700; line-height: 1; }
body.landing-body .sl { color: var(--gray); font-size: 11px; font-weight: 700; line-height: 1.2; letter-spacing: 1px; text-transform: uppercase; }
body.landing-body .form-s { padding: 39px 64px; background: var(--bg1); border-bottom: 1px solid var(--border); }
body.landing-body .form-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 36px; width: 100%; margin: 0; }
body.landing-body .ft { flex: 0 0 auto; min-width: 230px; }
body.landing-body .ft strong { display: block; margin-bottom: 3px; color: var(--dark); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 18px; font-weight: 700; line-height: 1.2; }
body.landing-body .ft span { display: block; color: var(--gray); font-size: 13px; line-height: 1.35; }
body.landing-body .fi-wrap { display: flex; flex: 1; gap: 8px; min-width: 0; }
body.landing-body .fi { flex: 1; min-width: 0; height: 48px; padding: 12px 15px; border: 1px solid var(--border); background: #fff; color: var(--dark); font-family: inherit; font-size: 14px; outline: none; }
body.landing-body .fi::placeholder { color: #aab5be; }
body.landing-body .fi:focus { border-color: var(--red); }
body.landing-body .fsub { flex: 0 0 auto; min-height: 48px; padding: 12px 28px; border: 0; background: var(--red); color: #fff; font-family: inherit; font-size: 12px; font-weight: 700; letter-spacing: 1px; line-height: 1.2; text-transform: uppercase; white-space: nowrap; cursor: pointer; }
body.landing-body .form-status { flex: 0 0 100%; width: 100%; margin-top: -18px; padding: 9px 12px; font-size: 13px; }
body.landing-body .snt-form-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 980px) { body.landing-body .stats { grid-template-columns: repeat(2, 1fr); } body.landing-body .form-s { padding: 28px 24px; } body.landing-body .form-inner, body.landing-body .fi-wrap { flex-direction: column; align-items: stretch; } body.landing-body .ft { min-width: 0; } }
@media (max-width: 560px) { body.landing-body .stats { grid-template-columns: 1fr; } body.landing-body .si { border-right: 0; border-bottom: 1px solid var(--border); } }

/* Split CTA width correction */
body.landing-body .split .s-ct > .btn-red-s,
body.landing-body .split .s-ct > .btn-dark {
  align-self: stretch;
  display: inline-flex;
  width: 100% !important;
  max-width: none;
  min-height: 45px;
  padding: 13px 30px;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

body.landing-body .split .s-ct:not(.wh) > .btn-red-s {
  background: var(--red);
  color: #fff;
}

body.landing-body .split .s-ct.wh > .btn-dark {
  background: var(--red);
  color: #fff;
}

body.landing-body .split .s-ct:not(.wh) > .btn-red-s:hover,
body.landing-body .split .s-ct:not(.wh) > .btn-red-s:focus,
body.landing-body .split .s-ct.wh > .btn-dark:hover,
body.landing-body .split .s-ct.wh > .btn-dark:focus {
  background: var(--red-dark);
  color: #fff;
}

/* Split typography parity */
body.landing-body .split .s-ct {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}

body.landing-body .split .s-tag,
body.landing-body .split .s-ct p,
body.landing-body .split .btn-red-s,
body.landing-body .split .btn-dark {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}

body.landing-body .split .s-ct h2 {
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: 0;
}

/* Why section parity */
body.landing-body .why {
  padding: 92px 64px;
  background: var(--white);
}

body.landing-body .why .sec-tag {
  margin-bottom: 12px;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--red);
}

body.landing-body .why .sec-h {
  max-width: 1120px;
  margin-bottom: 10px;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
  color: var(--dark);
}

body.landing-body .why .sec-ln {
  width: 40px;
  height: 3px;
  margin-bottom: 16px;
  background: var(--red);
}

body.landing-body .why .sec-sub {
  max-width: 560px;
  margin-bottom: 52px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

body.landing-body .why .bg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  border: 0;
}

body.landing-body .why .bc {
  position: relative;
  min-height: 245px;
  padding: 38px 34px 36px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 1px 3px rgba(16,35,51,.05);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

body.landing-body .why .bc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}

body.landing-body .why .bc:hover,
body.landing-body .why .bc:focus-within {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 22px 44px -16px rgba(16,35,51,.26);
}

body.landing-body .why .bc:hover::before,
body.landing-body .why .bc:focus-within::before {
  transform: scaleX(1);
}

body.landing-body .why .bi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy) 0%, #21506b 100%);
  border-radius: 16px;
  box-shadow: 0 10px 22px -8px rgba(20,44,58,.5);
  transition: background .35s ease, transform .35s ease, box-shadow .35s ease;
}

body.landing-body .why .bc:hover .bi,
body.landing-body .why .bc:focus-within .bi {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 14px 28px -8px rgba(0,90,49,.5);
}

body.landing-body .why .bi svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
}

body.landing-body .why .bc h3 {
  margin-bottom: 10px;
  color: var(--dark);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 17.5px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

body.landing-body .why .bc p {
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 14.5px;
  line-height: 1.72;
}

@media (max-width: 980px) {
  body.landing-body .why {
    padding: 60px 24px;
  }

  body.landing-body .why .bg {
    grid-template-columns: 1fr;
  }
}

/* Products section parity */
body.landing-body .prod-s {
  padding: 92px 64px;
  background: var(--bg1);
}

body.landing-body .prod-s .sec-tag {
  margin-bottom: 12px;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--red);
}

body.landing-body .prod-s .sec-h {
  margin-bottom: 10px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

body.landing-body .prod-s .sec-ln {
  width: 40px;
  height: 3px;
  margin-bottom: 16px;
  background: var(--red);
}

body.landing-body .prod-desc {
  max-width: 600px;
  margin: 0 0 48px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 17.5px;
  line-height: 1.7;
}

body.landing-body .prod-s .pg3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border);
}

body.landing-body .prod-s .pc {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 0;
  border-right: 1px solid var(--border);
}

body.landing-body .prod-s .pc:nth-child(3n) {
  border-right: 0;
}

body.landing-body .prod-s .pc:nth-child(n+4) {
  border-top: 1px solid var(--border);
}

body.landing-body .prod-s .pc-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 300px;
  height: 300px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--border);
}

body.landing-body .prod-s .pc-img img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  --product-image-transform: translate(0, 0) scale(1);
  --product-hover-scale: 1.08;
  transform: var(--product-image-transform);
  transition: transform .42s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}

body.landing-body .prod-s .pc:hover .pc-img img,
body.landing-body .prod-s .pc:focus-within .pc-img img {
  transform: var(--product-image-transform) scale(var(--product-hover-scale));
}

body.landing-body .prod-s .pc-img img[alt="NIBE F2050"],
body.landing-body .prod-s .pc-img img[alt="NIBE S2125"],
body.landing-body .prod-s .pc-img img[alt="NIBE S2060"] {
  --product-image-transform: translateY(-18%) scale(1.85);
}

body.landing-body .prod-s .pc-img img[alt="NIBE SMO S40"] {
  --product-image-transform: translate(3%, -1%) scale(2.45);
}

body.landing-body .prod-s .pc-img img[alt="NIBE VVM S320 / NIBE VVM S330"] {
  --product-image-transform: translate(-2%, -2%) scale(1.15);
}

body.landing-body .prod-s .pc-img img[alt="NIBE MHB S20"] {
  --product-image-transform: translate(1%, 22%) scale(1.75);
}

body.landing-body .prod-s .pb {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 28px 30px;
}

body.landing-body .prod-s .pt {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

body.landing-body .prod-s .pb h3 {
  margin-bottom: 8px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

body.landing-body .prod-s .pc-text {
  flex: 1;
  margin-bottom: 18px;
  color: var(--mid);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.68;
}

body.landing-body .prod-s .pl {
  margin-top: auto;
  color: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-decoration: none;
}

body.landing-body .prod-s .pl::after {
  content: ' →';
}

@media (max-width: 980px) {
  body.landing-body .prod-s {
    padding: 60px 24px;
  }

  body.landing-body .prod-s .pg3 {
    grid-template-columns: 1fr;
  }

  body.landing-body .prod-s .pc,
  body.landing-body .prod-s .pc:nth-child(3n) {
    border-right: 0;
  }

  body.landing-body .prod-s .pc:nth-child(n+2) {
    border-top: 1px solid var(--border);
  }
}

/* Heat pump systems section parity */
body.landing-body .sys-s {
  padding: 92px 64px;
  background: var(--white);
}

body.landing-body .sys-s .sec-tag {
  margin-bottom: 16px;
  color: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

body.landing-body .sys-s .sec-h {
  max-width: 820px;
  margin-bottom: 14px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 3.8vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

body.landing-body .sys-s .sec-ln {
  width: 44px;
  height: 3px;
  margin-bottom: 20px;
  background: var(--red);
}

body.landing-body .sys-s .sec-sub {
  max-width: 650px;
  margin-bottom: 58px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.7;
}

body.landing-body .sys-s .tabs {
  display: flex;
  gap: 0;
  margin-bottom: 68px;
  border-bottom: 2px solid var(--border);
}

body.landing-body .sys-s .tab {
  min-width: 176px;
  padding: 0 28px 18px;
  margin: 0 0 -2px;
  color: var(--gray);
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .8px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

body.landing-body .sys-s .tab.on,
body.landing-body .sys-s .tab:hover {
  color: var(--dark);
  border-bottom-color: var(--red);
}

body.landing-body .sys-s .system-panel {
  display: none;
}

body.landing-body .sys-s .system-panel.on {
  display: grid;
}

body.landing-body .sys-s .sg {
  grid-template-columns: minmax(0, 1fr) minmax(420px, .96fr);
  gap: 64px;
  align-items: center;
}

body.landing-body .sys-s .sb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  padding: 42px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
}

body.landing-body .sys-s .sb img {
  display: block;
  width: 100%;
  max-width: 440px;
  max-height: 320px;
  object-fit: contain;
  --system-image-transform: translate(0, 0) scale(1);
  --system-hover-scale: 1.08;
  transform: var(--system-image-transform);
  transition: transform .42s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}

body.landing-body .sys-s .sb:hover img,
body.landing-body .sys-s .sb:focus-within img {
  transform: var(--system-image-transform) scale(var(--system-hover-scale));
}

body.landing-body .sys-s .st h3 {
  margin-bottom: 18px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

body.landing-body .sys-s .st p {
  max-width: 690px;
  margin-bottom: 30px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.75;
}

body.landing-body .sys-s .st-models {
  margin-bottom: 18px;
}

body.landing-body .sys-s .st-models h4 {
  margin-bottom: 10px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

body.landing-body .sys-s .st-models ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.landing-body .sys-s .st-models li {
  padding: 7px 12px;
  color: var(--mid);
  background: var(--bg1);
  border: 1px solid var(--border);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

body.landing-body .sys-s .spg {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 36px;
}

body.landing-body .sys-s .sp {
  min-height: 104px;
  padding: 22px 22px 18px;
  background: var(--bg1);
  border: 1px solid var(--border);
}

body.landing-body .sys-s .spv {
  display: block;
  margin-bottom: 16px;
  color: var(--red);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

body.landing-body .sys-s .spl {
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

body.landing-body .sys-s .btn-red-s {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  max-width: 100%;
  min-height: 54px;
  margin-top: 0;
  padding: 0 26px;
  color: #fff;
  background: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  body.landing-body .sys-s {
    padding: 60px 24px;
  }

  body.landing-body .sys-s .tabs {
    margin-bottom: 40px;
    overflow-x: auto;
  }

  body.landing-body .sys-s .tab {
    flex: 0 0 auto;
    min-width: 160px;
  }

  body.landing-body .sys-s .sg {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body.landing-body .sys-s .sb {
    min-height: 300px;
    padding: 28px;
  }

  body.landing-body .sys-s .spg {
    grid-template-columns: 1fr;
  }
}

/* Selection guide section parity */
body.landing-body .config-s {
  padding: 92px 64px;
  background: var(--bg1);
}

body.landing-body .config-s .sec-tag {
  margin-bottom: 14px;
  color: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

body.landing-body .config-s .sec-h {
  margin-bottom: 10px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

body.landing-body .config-s .sec-ln {
  width: 40px;
  height: 3px;
  margin-bottom: 24px;
  background: var(--red);
}

body.landing-body .config-s .sec-sub {
  max-width: 660px;
  margin-bottom: 52px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

body.landing-body .config-s .cfg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

body.landing-body .config-s .cfg-card {
  padding: 36px 32px;
  background: var(--white);
  border: 1px solid var(--border);
}

body.landing-body .config-s .cfg-num {
  margin-bottom: 16px;
  color: var(--border);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

body.landing-body .config-s .cfg-card h3 {
  margin-bottom: 12px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

body.landing-body .config-s .cfg-models {
  margin-bottom: 16px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
}

body.landing-body .config-s .cfg-models strong {
  display: block;
  margin-bottom: 2px;
  color: var(--mid);
}

body.landing-body .config-s .cfg-card p {
  margin-bottom: 18px;
  color: var(--mid);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 15.5px;
  line-height: 1.72;
}

body.landing-body .config-s .pl {
  color: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-decoration: none;
}

body.landing-body .config-s .cfg-note {
  padding: 22px 28px;
  color: var(--mid);
  background: var(--white);
  border-left: 3px solid var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  line-height: 1.75;
}

body.landing-body .config-s .cfg-note strong {
  color: var(--dark);
}

@media (max-width: 1100px) and (min-width: 761px) {
  body.landing-body .config-s .cfg-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  body.landing-body .config-s {
    padding: 60px 24px;
  }

  body.landing-body .config-s .cfg-grid {
    grid-template-columns: 1fr;
  }
}

/* Process section parity */
body.landing-body .choice-s {
  padding: 92px 64px;
  background: var(--dark);
}

body.landing-body .choice-s .sec-tag {
  margin-bottom: 14px;
  color: rgba(0, 90, 49, .8);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

body.landing-body .choice-s .sec-h {
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

body.landing-body .choice-s .sec-ln {
  width: 40px;
  height: 3px;
  margin-bottom: 24px;
  background: var(--red);
}

body.landing-body .choice-s .sec-sub {
  max-width: 660px;
  margin-bottom: 52px;
  color: rgba(255, 255, 255, .65);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

body.landing-body .choice-s .ch-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-bottom: 44px;
}

body.landing-body .choice-s .ch-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 32px 30px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
}

body.landing-body .choice-s .ch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, .16);
}

body.landing-body .choice-s .ch-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.landing-body .choice-s .ch-card h4 {
  margin-bottom: 6px;
  color: #fff;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.3;
}

body.landing-body .choice-s .ch-card p {
  color: rgba(255, 255, 255, .6);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  line-height: 1.65;
}

body.landing-body .choice-s .btn-red-lg {
  display: inline-block;
  padding: 16px 40px;
  color: #fff;
  background: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  body.landing-body .choice-s {
    padding: 60px 24px;
  }

  body.landing-body .choice-s .ch-grid {
    grid-template-columns: 1fr;
  }
}

/* Reviews carousel parity */
body.landing-body .rev-s {
  padding: 80px 64px;
  background: var(--white);
  border-top: 1px solid var(--border);
}

body.landing-body .rev-s .rev-t {
  margin-bottom: 48px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

body.landing-body .rev-s .rsw {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

body.landing-body .rev-s .ro {
  flex: 1;
  overflow: hidden;
}

body.landing-body .rev-s .rt {
  display: flex;
  transition: transform .45s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}

body.landing-body .rev-s .rsl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  min-width: 100%;
}

body.landing-body .rev-s .rc {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--border);
  text-align: left;
}

body.landing-body .rev-s .rtop {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

body.landing-body .rev-s .rav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 50%;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

body.landing-body .rev-s .rm strong {
  display: block;
  color: var(--dark);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

body.landing-body .rev-s .rm span {
  color: #999;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body.landing-body .rev-s .rg {
  display: flex;
  margin-left: auto;
}

body.landing-body .rev-s .rs {
  margin-bottom: 10px;
  color: #e8a200;
  font-size: 16px;
  letter-spacing: 1px;
}

body.landing-body .rev-s .rtx {
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  line-height: 1.68;
}

body.landing-body .rev-s .rarr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--gray);
  background: none;
  border: 1px solid var(--border);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s, border-color .2s;
}

body.landing-body .rev-s .rarr:hover,
body.landing-body .rev-s .rarr:focus-visible {
  color: var(--red);
  border-color: var(--red);
}

body.landing-body .rev-s .rdots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

body.landing-body .rev-s .rdot {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background .2s, transform .2s;
}

body.landing-body .rev-s .rdot.on {
  background: var(--red);
  transform: scale(1.2);
}

@media (max-width: 900px) {
  body.landing-body .rev-s .rsl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.landing-body .rev-s {
    padding: 60px 18px;
  }

  body.landing-body .rev-s .rsw {
    gap: 8px;
  }

  body.landing-body .rev-s .rarr {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
}

/* Advisor form section parity */
body.landing-body .presup-s {
  background: var(--white);
  border-top: 1px solid var(--border);
}

body.landing-body .presup-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0;
  max-width: 100%;
}

body.landing-body .presup-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px;
  background: var(--dark);
}

body.landing-body .presup-left .sec-tag {
  margin-bottom: 14px;
  color: rgba(0, 90, 49, .75);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

body.landing-body .presup-h {
  margin-bottom: 12px;
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

body.landing-body .presup-left .sec-ln {
  width: 40px;
  height: 3px;
  margin-bottom: 20px;
  background: var(--red);
}

body.landing-body .presup-desc,
body.landing-body .presup-desc p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .65);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

body.landing-body .presup-list {
  display: block;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

body.landing-body .presup-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .78);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

body.landing-body .presup-list svg {
  flex-shrink: 0;
  color: var(--red);
  stroke: currentColor;
}

body.landing-body .presup-tel {
  margin-top: 4px;
  padding-top: 24px;
  color: rgba(255, 255, 255, .45);
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}

body.landing-body .presup-tel span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .45);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body.landing-body .presup-tel a {
  display: block;
  margin-top: 0;
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

body.landing-body .presup-tel a:hover {
  color: rgba(255, 255, 255, .8);
}

body.landing-body .presup-right {
  padding: 64px;
  background: var(--bg1);
}

body.landing-body .presup-form-wrap {
  padding: 40px;
  background: var(--white);
  border: 1px solid var(--border);
}

body.landing-body .presup-form-title {
  margin-bottom: 28px;
  padding-bottom: 18px;
  color: var(--dark);
  border-bottom: 1px solid var(--border);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

body.landing-body .pf-row {
  margin-bottom: 16px;
}

body.landing-body .pf-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

body.landing-body .pf-group {
  display: flex;
  flex-direction: column;
}

body.landing-body .pf-label {
  margin-bottom: 6px;
  color: var(--mid);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

body.landing-body .pf-input {
  width: 100%;
  padding: 12px 14px;
  color: var(--dark);
  background-color: var(--white);
  border: 1px solid var(--border);
  outline: none;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  transition: border-color .2s;
}

body.landing-body .pf-input:focus {
  border-color: var(--red);
}

body.landing-body .pf-input::placeholder {
  color: #aab5be;
}

body.landing-body .pf-select {
  padding-right: 36px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23677c88' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

body.landing-body .pf-textarea {
  min-height: 100px;
  line-height: 1.6;
  resize: vertical;
}

body.landing-body .pf-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body.landing-body .pf-checkbox {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--red);
}

body.landing-body .pf-check-label {
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12.5px;
  line-height: 1.6;
}

body.landing-body .pf-check-label a {
  color: var(--red);
  text-decoration: none;
}

body.landing-body .pf-check-label a:hover {
  text-decoration: underline;
}

body.landing-body .pf-submit {
  width: 100%;
  margin-top: 18px;
  padding: 15px 28px;
  color: #fff;
  background: var(--red);
  border: none;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s;
}

body.landing-body .pf-submit:hover {
  background: var(--red-dark);
}

body.landing-body .pf-note {
  margin-top: 14px;
  padding: 12px 16px;
  color: var(--green);
  background: var(--green-pale);
  border-left: 3px solid var(--green);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
}

@media (max-width: 900px) {
  body.landing-body .presup-inner {
    grid-template-columns: 1fr;
  }

  body.landing-body .presup-left,
  body.landing-body .presup-right {
    padding: 56px 28px;
  }
}

@media (max-width: 600px) {
  body.landing-body .pf-2col {
    grid-template-columns: 1fr;
  }

  body.landing-body .presup-form-wrap {
    padding: 28px 22px;
  }
}

/* Final CTA and footer parity */
body.landing-body .fcta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 64px;
  background: var(--navy2);
}

body.landing-body .fcta h2 {
  margin-bottom: 8px;
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

body.landing-body .fcta p {
  max-width: none;
  color: rgba(255, 255, 255, .6);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

body.landing-body .fctar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

body.landing-body .telb {
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s;
}

body.landing-body .telb:hover {
  color: rgba(255, 255, 255, .8);
}

body.landing-body .btn-cta {
  padding: 13px 28px;
  color: #fff;
  background: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s;
}

body.landing-body .btn-cta:hover {
  background: var(--red-dark);
}

body.landing-body .btn-cta-ghost {
  padding: 12px 26px;
  color: rgba(255, 255, 255, .75);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .3);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s, border-color .2s;
}

body.landing-body .btn-cta-ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .7);
}

body.landing-body .nibe-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 22px 64px;
  background: var(--navy);
}

body.landing-body .nibe-footer .fcp {
  color: rgba(255, 255, 255, .38);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

body.landing-body .nibe-footer .fls {
  display: flex;
  align-items: center;
  gap: 22px;
}

body.landing-body .nibe-footer .fls a {
  color: rgba(255, 255, 255, .38);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s;
}

body.landing-body .nibe-footer .fls a:hover {
  color: rgba(255, 255, 255, .75);
}

@media (max-width: 900px) {
  body.landing-body .fcta {
    padding-right: 36px;
    padding-left: 36px;
  }

  body.landing-body .nibe-footer {
    padding-right: 36px;
    padding-left: 36px;
  }
}

@media (max-width: 760px) {
  body.landing-body .fcta {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px 24px;
  }

  body.landing-body .nibe-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
  }
}

/* Remove white strip after footer */
html,
body.landing-body {
  background: var(--red-dark);
}

body.landing-body .site-main,
body.landing-body main {
  margin-bottom: 0;
}

body.landing-body .nibe-footer {
  margin-bottom: 0;
  border-radius: 0;
}

/* Green dark-surface theme overrides */
body.landing-body .nav-contact,
body.landing-body .nibe-nav .nav-right .menu > li:last-child > a,
body.landing-body .nibe-nav .nav-right .nav-contact,
body.landing-body .hero,
body.landing-body .choice-s,
body.landing-body .presup-left,
body.landing-body .fcta,
body.landing-body .nibe-footer {
  background: var(--red-dark);
}

body.landing-body .nibe-nav .nav-right .menu > li:last-child > a:hover,
body.landing-body .nibe-nav .nav-right .menu > li:last-child > a:focus,
body.landing-body .nibe-nav .nav-right .nav-contact:hover,
body.landing-body .nibe-nav .nav-right .nav-contact:focus {
  background: var(--red);
  color: #fff !important;
}

body.landing-body .choice-s .sec-tag,
body.landing-body .presup-left .sec-tag,
body.landing-body .choice-s .sec-h,
body.landing-body .presup-h,
body.landing-body .fcta h2 {
  color: #fff;
}

body.landing-body .choice-s .sec-sub,
body.landing-body .choice-s .ch-card p,
body.landing-body .presup-desc,
body.landing-body .presup-desc p,
body.landing-body .presup-list li,
body.landing-body .fcta p,
body.landing-body .nibe-footer .fcp,
body.landing-body .nibe-footer .fls a,
body.landing-body .footer-contact-list {
  color: rgba(255, 255, 255, .78);
}

body.landing-body .choice-s .sec-ln,
body.landing-body .presup-left .sec-ln {
  background: #fff;
}

body.landing-body .choice-s .ch-card {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .16);
}

body.landing-body .choice-s .ch-icon,
body.landing-body .choice-s .btn-red-lg,
body.landing-body .fcta .btn-cta,
body.landing-body .fcta .btn-cta-ghost {
  border-color: #fff;
}

body.landing-body .choice-s .ch-icon {
  background: var(--red);
}

body.landing-body .choice-s .btn-red-lg,
body.landing-body .fcta .btn-cta,
body.landing-body .fcta .btn-cta-ghost {
  background: #fff;
  color: var(--red);
}

body.landing-body .choice-s .btn-red-lg:hover,
body.landing-body .choice-s .btn-red-lg:focus,
body.landing-body .fcta .btn-cta:hover,
body.landing-body .fcta .btn-cta:focus,
body.landing-body .fcta .btn-cta-ghost:hover,
body.landing-body .fcta .btn-cta-ghost:focus {
  background: rgba(255, 255, 255, .86);
  color: var(--red);
}

/* Keep CTA text colors stable on hover/focus */
body.landing-body .btn-red:hover,
body.landing-body .btn-red:focus,
body.landing-body .btn-red:active,
body.landing-body .btn-dark:hover,
body.landing-body .btn-dark:focus,
body.landing-body .btn-dark:active,
body.landing-body .btn-red-s:hover,
body.landing-body .btn-red-s:focus,
body.landing-body .btn-red-s:active,
body.landing-body .btn-red-lg:hover,
body.landing-body .btn-red-lg:focus,
body.landing-body .btn-red-lg:active,
body.landing-body .btn-cta:hover,
body.landing-body .btn-cta:focus,
body.landing-body .btn-cta:active,
body.landing-body .pf-submit:hover,
body.landing-body .pf-submit:focus,
body.landing-body .pf-submit:active,
body.landing-body .fsub:hover,
body.landing-body .fsub:focus,
body.landing-body .fsub:active,
body.landing-body .model-cta:hover,
body.landing-body .model-cta:focus,
body.landing-body .model-cta:active,
body.landing-body .form-submit:hover,
body.landing-body .form-submit:focus,
body.landing-body .form-submit:active,
body.landing-body .btn-sm:hover,
body.landing-body .btn-sm:focus,
body.landing-body .btn-sm:active,
body.landing-body .btn-white-outline:hover,
body.landing-body .btn-white-outline:focus,
body.landing-body .btn-white-outline:active {
  color: #fff;
}

body.landing-body .btn-outline:hover,
body.landing-body .btn-outline:focus,
body.landing-body .btn-outline:active {
  color: #fff;
}

body.landing-body .btn-cta-ghost:hover,
body.landing-body .btn-cta-ghost:focus,
body.landing-body .btn-cta-ghost:active {
  color: rgba(255, 255, 255, .75);
}

body.landing-body .choice-s .btn-red-lg,
body.landing-body .choice-s .btn-red-lg:hover,
body.landing-body .choice-s .btn-red-lg:focus,
body.landing-body .choice-s .btn-red-lg:active,
body.landing-body .fcta .btn-cta,
body.landing-body .fcta .btn-cta:hover,
body.landing-body .fcta .btn-cta:focus,
body.landing-body .fcta .btn-cta:active,
body.landing-body .fcta .btn-cta-ghost,
body.landing-body .fcta .btn-cta-ghost:hover,
body.landing-body .fcta .btn-cta-ghost:focus,
body.landing-body .fcta .btn-cta-ghost:active {
  background: #fff;
  border-color: #fff;
  color: var(--red) !important;
}

body.landing-body .choice-s .btn-red-lg:hover,
body.landing-body .choice-s .btn-red-lg:focus,
body.landing-body .choice-s .btn-red-lg:active,
body.landing-body .fcta .btn-cta:hover,
body.landing-body .fcta .btn-cta:focus,
body.landing-body .fcta .btn-cta:active,
body.landing-body .fcta .btn-cta-ghost:hover,
body.landing-body .fcta .btn-cta-ghost:focus,
body.landing-body .fcta .btn-cta-ghost:active {
  background: rgba(255, 255, 255, .86);
}

body.landing-body .telb:hover,
body.landing-body .telb:focus,
body.landing-body .telb:active {
  color: #fff;
}

body.landing-body .btn-white:hover,
body.landing-body .btn-white:focus,
body.landing-body .btn-white:active,
body.landing-body .btn-red-outline:hover,
body.landing-body .btn-red-outline:focus,
body.landing-body .btn-red-outline:active {
  color: var(--red);
}

/* Generic page template */
body.landing-body .landing-generic-page {
  background: #fff;
}

body.landing-body .page-hero {
  background:
    linear-gradient(115deg, rgba(0, 67, 38, .98) 0%, rgba(0, 90, 49, .92) 54%, rgba(0, 67, 38, .98) 100%),
    var(--red-dark);
  color: #fff;
  padding: 92px 64px 82px;
}

body.landing-body .page-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
}

body.landing-body .page-hero .sec-tag {
  color: #fff;
}

body.landing-body .page-hero .sec-ln {
  background: #fff;
}

body.landing-body .page-hero__content {
  max-width: 820px;
}

body.landing-body .page-hero__title {
  margin: 0;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

body.landing-body .page-hero__excerpt {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 18px;
  line-height: 1.76;
}

body.landing-body .page-featured {
  margin: 0;
  max-height: 500px;
  overflow: hidden;
  background: var(--bg1);
}

body.landing-body .page-featured img {
  width: 100%;
  height: min(42vw, 500px);
  object-fit: cover;
  object-position: center;
}

body.landing-body .page-content-wrap {
  background: #fff;
  padding: 76px 64px 84px;
}

body.landing-body .page-content-shell {
  max-width: 860px;
  margin: 0 auto;
}

body.landing-body .page-content-shell .entry-content {
  color: var(--mid);
  font-size: 18px;
  line-height: 1.84;
}

body.landing-body .page-content-shell .entry-content > *:first-child {
  margin-top: 0;
}

body.landing-body .page-content-shell .entry-content p {
  margin: 0 0 26px;
}

body.landing-body .page-content-shell .entry-content h2,
body.landing-body .page-content-shell .entry-content h3,
body.landing-body .page-content-shell .entry-content h4 {
  color: var(--dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

body.landing-body .page-content-shell .entry-content h2 {
  margin: 54px 0 20px;
  font-size: 34px;
}

body.landing-body .page-content-shell .entry-content h3 {
  margin: 42px 0 16px;
  font-size: 26px;
}

body.landing-body .page-content-shell .entry-content h4 {
  margin: 34px 0 12px;
  font-size: 21px;
}

body.landing-body .page-content-shell .entry-content ul,
body.landing-body .page-content-shell .entry-content ol {
  margin: 0 0 30px;
  padding-left: 24px;
}

body.landing-body .page-content-shell .entry-content ul {
  list-style: disc;
}

body.landing-body .page-content-shell .entry-content ol {
  list-style: decimal;
}

body.landing-body .page-content-shell .entry-content li {
  margin-bottom: 10px;
}

body.landing-body .page-content-shell .entry-content a {
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.landing-body .page-content-shell .entry-content blockquote {
  margin: 38px 0;
  padding: 24px 0 24px 28px;
  border-left: 4px solid var(--red);
  color: var(--dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 1.55;
}

body.landing-body .page-content-shell .entry-content img,
body.landing-body .page-content-shell .entry-content figure {
  max-width: 100%;
}

body.landing-body .page-content-shell .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 34px;
}

body.landing-body .page-content-shell .entry-content th,
body.landing-body .page-content-shell .entry-content td {
  padding: 13px 16px;
  border: 1px solid var(--border);
  text-align: left;
}

body.landing-body .page-content-shell .entry-content th {
  background: var(--bg1);
  color: var(--dark);
}

body.landing-body .page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--red-dark);
  border-top: 0;
  padding: 58px 64px;
  color: #fff;
}

body.landing-body .page-cta > div {
  max-width: 760px;
}

body.landing-body .page-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  line-height: 1.18;
}

body.landing-body .page-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.7;
}

body.landing-body .page-cta .sec-tag {
  color: #fff;
}

body.landing-body .page-cta .btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 32px;
  background: #fff;
  border-color: #fff;
  color: var(--red) !important;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1;
  text-transform: uppercase;
}

body.landing-body .page-cta .btn-red:hover,
body.landing-body .page-cta .btn-red:focus,
body.landing-body .page-cta .btn-red:active {
  background: rgba(255, 255, 255, .86);
  border-color: rgba(255, 255, 255, .86);
  color: var(--red) !important;
}

@media (max-width: 980px) {
  body.landing-body .page-hero {
    padding: 72px 24px 62px;
  }

  body.landing-body .page-content-wrap {
    padding: 56px 24px 64px;
  }

  body.landing-body .page-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 46px 24px;
  }
}

@media (max-width: 640px) {
  body.landing-body .page-hero {
    padding: 58px 20px 52px;
  }

  body.landing-body .page-featured img {
    height: 260px;
  }

  body.landing-body .page-content-shell .entry-content {
    font-size: 16.5px;
    line-height: 1.78;
  }

  body.landing-body .page-content-shell .entry-content h2 {
    font-size: 28px;
  }

  body.landing-body .page-content-shell .entry-content h3 {
    font-size: 23px;
  }

  body.landing-body .page-cta .btn-red {
    width: 100%;
    text-align: center;
  }
}

/* Single post template */
body.landing-body .landing-post {
  background: #fff;
}

body.landing-body .post-hero {
  background:
    linear-gradient(115deg, rgba(0, 67, 38, .98) 0%, rgba(0, 90, 49, .92) 54%, rgba(0, 67, 38, .98) 100%),
    var(--red-dark);
  color: #fff;
  padding: 96px 64px 86px;
}

body.landing-body .post-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
}

body.landing-body .post-hero .sec-tag {
  color: #fff;
}

body.landing-body .post-hero .sec-ln {
  background: #fff;
}

body.landing-body .post-hero__content {
  max-width: 860px;
}

body.landing-body .post-hero__title {
  margin: 0 0 26px;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

body.landing-body .post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

body.landing-body .post-hero__meta a {
  color: #fff;
}

body.landing-body .post-featured {
  margin: 0;
  max-height: 540px;
  overflow: hidden;
  background: var(--bg1);
}

body.landing-body .post-featured img {
  width: 100%;
  height: min(46vw, 540px);
  object-fit: cover;
  object-position: center;
}

body.landing-body .post-content-wrap {
  background: #fff;
  padding: 76px 64px 84px;
}

body.landing-body .post-content-grid {
  display: grid;
  grid-template-columns: 240px minmax(0, 820px);
  gap: 72px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

body.landing-body .post-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}

body.landing-body .post-aside__card {
  border: 1px solid var(--border);
  background: var(--bg1);
  padding: 20px;
}

body.landing-body .post-aside__card span,
body.landing-body .post-tags span {
  display: block;
  margin-bottom: 6px;
  color: var(--gray);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

body.landing-body .post-aside__card strong {
  display: block;
  color: var(--dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  line-height: 1.25;
}

body.landing-body .post-aside__links,
body.landing-body .post-aside__links a {
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
}

body.landing-body .post-content-main .entry-content {
  color: var(--mid);
  font-size: 18px;
  line-height: 1.86;
}

body.landing-body .post-content-main .entry-content > *:first-child {
  margin-top: 0;
}

body.landing-body .post-content-main .entry-content p {
  margin: 0 0 26px;
}

body.landing-body .post-content-main .entry-content h2,
body.landing-body .post-content-main .entry-content h3,
body.landing-body .post-content-main .entry-content h4 {
  color: var(--dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

body.landing-body .post-content-main .entry-content h2 {
  margin: 54px 0 20px;
  font-size: 34px;
}

body.landing-body .post-content-main .entry-content h3 {
  margin: 42px 0 16px;
  font-size: 26px;
}

body.landing-body .post-content-main .entry-content h4 {
  margin: 34px 0 12px;
  font-size: 21px;
}

body.landing-body .post-content-main .entry-content ul,
body.landing-body .post-content-main .entry-content ol {
  margin: 0 0 30px;
  padding-left: 24px;
}

body.landing-body .post-content-main .entry-content ul {
  list-style: disc;
}

body.landing-body .post-content-main .entry-content ol {
  list-style: decimal;
}

body.landing-body .post-content-main .entry-content li {
  margin-bottom: 10px;
}

body.landing-body .post-content-main .entry-content a {
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.landing-body .post-content-main .entry-content blockquote {
  margin: 38px 0;
  padding: 24px 0 24px 28px;
  border-left: 4px solid var(--red);
  color: var(--dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 1.55;
}

body.landing-body .post-content-main .entry-content img,
body.landing-body .post-content-main .entry-content figure {
  max-width: 100%;
}

body.landing-body .post-content-main .entry-content .wp-block-image,
body.landing-body .post-content-main .entry-content .wp-block-table,
body.landing-body .post-content-main .entry-content .wp-block-quote {
  margin-top: 38px;
  margin-bottom: 38px;
}

body.landing-body .post-content-main .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 34px;
}

body.landing-body .post-content-main .entry-content th,
body.landing-body .post-content-main .entry-content td {
  padding: 13px 16px;
  border: 1px solid var(--border);
  text-align: left;
}

body.landing-body .post-content-main .entry-content th {
  background: var(--bg1);
  color: var(--dark);
}

body.landing-body .post-tags {
  margin-top: 52px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

body.landing-body .post-tags a {
  display: inline-flex;
  margin: 0 8px 8px 0;
  border: 1px solid var(--border);
  background: var(--bg1);
  padding: 7px 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

body.landing-body .post-pager {
  background: var(--bg1);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 34px 64px;
}

body.landing-body .post-pager__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

body.landing-body .post-pager__item {
  min-height: 112px;
  border: 1px solid var(--border);
  background: #fff;
  padding: 22px 24px;
}

body.landing-body .post-pager__next {
  text-align: right;
}

body.landing-body .post-pager__item span {
  display: block;
  margin-bottom: 8px;
  color: var(--gray);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

body.landing-body .post-pager__item a {
  color: var(--dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

body.landing-body .post-pager__item a:hover,
body.landing-body .post-pager__item a:focus {
  color: var(--red);
}

body.landing-body .post-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--red-dark);
  padding: 58px 64px;
  color: #fff;
}

body.landing-body .post-cta > div {
  max-width: 780px;
}

body.landing-body .post-cta .sec-tag {
  color: #fff;
}

body.landing-body .post-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  line-height: 1.18;
}

body.landing-body .post-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.7;
}

body.landing-body .post-cta .btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 32px;
  background: #fff;
  border-color: #fff;
  color: var(--red) !important;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1;
  text-transform: uppercase;
}

body.landing-body .post-cta .btn-red:hover,
body.landing-body .post-cta .btn-red:focus,
body.landing-body .post-cta .btn-red:active {
  background: rgba(255, 255, 255, .86);
  border-color: rgba(255, 255, 255, .86);
  color: var(--red) !important;
}

@media (max-width: 980px) {
  body.landing-body .post-hero {
    padding: 72px 24px 62px;
  }

  body.landing-body .post-content-wrap {
    padding: 56px 24px 64px;
  }

  body.landing-body .post-content-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.landing-body .post-aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.landing-body .post-pager {
    padding: 28px 24px;
  }

  body.landing-body .post-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 46px 24px;
  }
}

@media (max-width: 640px) {
  body.landing-body .post-hero {
    padding: 58px 20px 52px;
  }

  body.landing-body .post-hero__meta {
    display: grid;
    gap: 8px;
  }

  body.landing-body .post-featured img {
    height: 270px;
  }

  body.landing-body .post-aside,
  body.landing-body .post-pager__inner {
    grid-template-columns: 1fr;
  }

  body.landing-body .post-pager__next {
    text-align: left;
  }

  body.landing-body .post-content-main .entry-content {
    font-size: 16.5px;
    line-height: 1.78;
  }

  body.landing-body .post-content-main .entry-content h2 {
    font-size: 28px;
  }

  body.landing-body .post-content-main .entry-content h3 {
    font-size: 23px;
  }

  body.landing-body .post-cta .btn-red {
    width: 100%;
    text-align: center;
  }
}

/* 404 landing page */
body.landing-body .nibe-404 {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 68px - 86px);
  background:
    linear-gradient(115deg, rgba(0, 67, 38, .98) 0%, rgba(0, 90, 49, .92) 54%, rgba(0, 67, 38, .98) 100%),
    var(--red-dark);
  color: #fff;
  padding: 104px 64px;
}

body.landing-body .nibe-404::after {
  content: '';
  position: absolute;
  right: -140px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .12);
  transform: rotate(18deg);
}

body.landing-body .nibe-404__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 72px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

body.landing-body .nibe-404 .sec-tag {
  color: #fff;
}

body.landing-body .nibe-404 .sec-ln {
  background: #fff;
}

body.landing-body .nibe-404__code {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(84px, 12vw, 172px);
  font-weight: 700;
  line-height: .82;
  color: rgba(255, 255, 255, .08);
  margin: 0 0 16px;
}

body.landing-body .nibe-404 h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: 0;
  color: #fff;
}

body.landing-body .nibe-404__text {
  max-width: 680px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .74);
  font-size: 18px;
  line-height: 1.78;
}

body.landing-body .nibe-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body.landing-body .nibe-404__actions .btn-red,
body.landing-body .nibe-404__actions .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 32px;
  background: #fff;
  border: 2px solid #fff;
  color: var(--red) !important;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1;
  text-transform: uppercase;
}

body.landing-body .nibe-404__actions .btn-red:hover,
body.landing-body .nibe-404__actions .btn-red:focus,
body.landing-body .nibe-404__actions .btn-outline:hover,
body.landing-body .nibe-404__actions .btn-outline:focus {
  background: rgba(255, 255, 255, .86);
  border-color: rgba(255, 255, 255, .86);
  color: var(--red) !important;
}

body.landing-body .nibe-404__actions .btn-outline {
  background: transparent;
  color: #fff !important;
}

body.landing-body .nibe-404__actions .btn-outline:hover,
body.landing-body .nibe-404__actions .btn-outline:focus {
  background: #fff;
  border-color: #fff;
  color: var(--red) !important;
}

body.landing-body .nibe-404__card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .32);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
  padding: 34px;
  color: var(--dark);
}

body.landing-body .nibe-404__card-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: var(--red);
}

body.landing-body .nibe-404__links {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

body.landing-body .nibe-404__links li {
  border-top: 1px solid var(--border);
}

body.landing-body .nibe-404__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  color: var(--dark);
  font-size: 15px;
  font-weight: 800;
}

body.landing-body .nibe-404__links a::after {
  content: '->';
  color: var(--red);
}

body.landing-body .nibe-404__links a:hover,
body.landing-body .nibe-404__links a:focus {
  color: var(--red);
}

body.landing-body .nibe-404__phone {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

body.landing-body .nibe-404__phone span {
  display: block;
  margin-bottom: 4px;
  color: var(--gray);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

body.landing-body .nibe-404__phone a {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--red);
}

@media (max-width: 980px) {
  body.landing-body .nibe-404 {
    min-height: auto;
    padding: 72px 24px;
  }

  body.landing-body .nibe-404__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  body.landing-body .nibe-404__card {
    padding: 28px 24px;
  }
}

@media (max-width: 560px) {
  body.landing-body .nibe-404 {
    padding: 58px 20px;
  }

  body.landing-body .nibe-404__actions {
    flex-direction: column;
  }

  body.landing-body .nibe-404__actions .btn-red,
  body.landing-body .nibe-404__actions .btn-outline {
    width: 100%;
    text-align: center;
  }
}

/* Editor frontend parity scope */
.editor-styles-wrapper .snt-editor-preview.landing-body { font-family: Arial, Helvetica, sans-serif; color: #333333; background: var(--black); line-height: 1.55; font-size: 18.8px; }
.editor-styles-wrapper .snt-editor-preview.landing-body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
  color: var(--dark);
  font-size: 18px;
  line-height: 1.65;
}
.editor-styles-wrapper .snt-editor-preview.landing-body { padding-bottom: 0; }
/* Final hero parity override - must stay after duplicated legacy blocks */
.editor-styles-wrapper .snt-editor-preview.landing-body {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}
/* Final stats and quick form parity override - must stay last */
.editor-styles-wrapper .snt-editor-preview.landing-body .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 82px;
  padding: 0;
  background: #fff;
  border-top: 0;
  border-bottom: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .si {
  display: flex;
  min-height: 82px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 32px 16px;
  border-right: 1px solid var(--border);
  text-align: center;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .si:last-child {
  border-right: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sn {
  margin: 0 0 7px;
  color: var(--red);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 700;
  line-height: .95;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sl {
  color: var(--gray);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .form-s {
  padding: 32px 64px;
  background: var(--bg1);
  border-bottom: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .form-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
  width: 100%;
  margin: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .ft {
  flex: 0 0 auto;
  min-width: 230px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .ft strong {
  display: block;
  margin-bottom: 3px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .ft span {
  display: block;
  color: var(--gray);
  font-size: 13px;
  line-height: 1.35;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .fi-wrap {
  display: flex;
  flex: 1;
  gap: 8px;
  min-width: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .fi {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 12px 15px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--dark);
  font-family: inherit;
  font-size: 14px;
  outline: none;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .fi::placeholder {
  color: #aab5be;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .fi:focus {
  border-color: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .fsub {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 12px 28px;
  border: 0;
  background: var(--red);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .form-status {
  flex: 0 0 100%;
  width: 100%;
  margin-top: -18px;
  padding: 9px 12px;
  font-size: 13px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .snt-form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (max-width: 980px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .stats {
    grid-template-columns: repeat(2, 1fr);
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .form-s {
    padding: 28px 24px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .form-inner,
.editor-styles-wrapper .snt-editor-preview.landing-body .fi-wrap {
    flex-direction: column;
    align-items: stretch;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .ft {
    min-width: 0;
  }

}
@media (max-width: 560px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .stats {
    grid-template-columns: 1fr;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .si {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

}
.editor-styles-wrapper .snt-editor-preview.landing-body .hero .hero-badge {
  background: rgba(0,90,49,.78);
  border-color: rgba(255,255,255,.22);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .hero .hero-badge svg,
.editor-styles-wrapper .snt-editor-preview.landing-body .hero .hero-badge span {
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .hero .hero-badge span {
  font-weight: 800;
}
/* Final stats and quick form parity override */
.editor-styles-wrapper .snt-editor-preview.landing-body .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 82px;
  padding: 0;
  background: #fff;
  border-top: 0;
  border-bottom: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .si {
  display: flex;
  min-height: 82px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 32px 16px;
  border-right: 1px solid var(--border);
  text-align: center;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .si:last-child {
  border-right: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sn {
  margin: 0 0 7px;
  color: var(--red);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 700;
  line-height: .95;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sl {
  color: var(--gray);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .form-s {
  padding: 32px 64px;
  background: var(--bg1);
  border-bottom: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .form-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
  width: 100%;
  margin: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .ft {
  flex: 0 0 auto;
  min-width: 230px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .ft strong {
  display: block;
  margin-bottom: 3px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .ft span {
  display: block;
  color: var(--gray);
  font-size: 13px;
  line-height: 1.35;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .fi-wrap {
  display: flex;
  flex: 1;
  gap: 8px;
  min-width: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .fi {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 12px 15px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--dark);
  font-family: inherit;
  font-size: 14px;
  outline: none;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .fi::placeholder {
  color: #aab5be;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .fi:focus {
  border-color: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .fsub {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 12px 28px;
  border: 0;
  background: var(--red);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .form-status {
  flex: 0 0 100%;
  width: 100%;
  margin-left: auto;
  margin-top: -18px;
  padding: 9px 12px;
  font-size: 13px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .snt-form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (max-width: 980px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .stats {
    grid-template-columns: repeat(2, 1fr);
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .form-s {
    padding: 28px 24px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .form-inner,
.editor-styles-wrapper .snt-editor-preview.landing-body .fi-wrap {
    flex-direction: column;
    align-items: stretch;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .ft {
    min-width: 0;
  }

}
@media (max-width: 560px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .stats {
    grid-template-columns: 1fr;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .si {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

}
/* Final hero parity override */
.editor-styles-wrapper .snt-editor-preview.landing-body {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}
/* Final hero parity override */
.editor-styles-wrapper .snt-editor-preview.landing-body {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
.editor-styles-wrapper .snt-editor-preview.landing-body { overflow-x: hidden; padding-bottom: 78px; }

}
/* ─── SINGLE PAGES STYLES ─── */
  .editor-styles-wrapper .snt-editor-preview.landing-body:not(.home) {
    background: var(--black);
    color: var(--gray-3);
  }
.editor-styles-wrapper .snt-editor-preview.landing-body:not(.home) .site-main {
    background: var(--white);
  }
/* Final NIBE cascade fixes */
.editor-styles-wrapper .snt-editor-preview.landing-body { background: var(--white); color: var(--dark); font-family: Arial, Helvetica, sans-serif; padding-bottom: 0; }
/* Final hero parity override - must stay after duplicated legacy blocks */
.editor-styles-wrapper .snt-editor-preview.landing-body {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}
/* Final stats and quick form parity override - absolute EOF */
.editor-styles-wrapper .snt-editor-preview.landing-body .stats { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 112px; padding: 0; background: #fff; border-top: 0; border-bottom: 1px solid var(--border); }
.editor-styles-wrapper .snt-editor-preview.landing-body .si { display: flex; min-height: 112px; flex-direction: column; align-items: center; justify-content: center; padding: 22px 32px; border-right: 1px solid var(--border); text-align: center; }
.editor-styles-wrapper .snt-editor-preview.landing-body .si:last-child { border-right: 0; }
.editor-styles-wrapper .snt-editor-preview.landing-body .sn { margin: 0 0 8px; color: var(--red); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 32px; font-weight: 700; line-height: 1; }
.editor-styles-wrapper .snt-editor-preview.landing-body .sl { color: var(--gray); font-size: 11px; font-weight: 700; line-height: 1.2; letter-spacing: 1px; text-transform: uppercase; }
.editor-styles-wrapper .snt-editor-preview.landing-body .form-s { padding: 39px 64px; background: var(--bg1); border-bottom: 1px solid var(--border); }
.editor-styles-wrapper .snt-editor-preview.landing-body .form-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 36px; width: 100%; margin: 0; }
.editor-styles-wrapper .snt-editor-preview.landing-body .ft { flex: 0 0 auto; min-width: 230px; }
.editor-styles-wrapper .snt-editor-preview.landing-body .ft strong { display: block; margin-bottom: 3px; color: var(--dark); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 18px; font-weight: 700; line-height: 1.2; }
.editor-styles-wrapper .snt-editor-preview.landing-body .ft span { display: block; color: var(--gray); font-size: 13px; line-height: 1.35; }
.editor-styles-wrapper .snt-editor-preview.landing-body .fi-wrap { display: flex; flex: 1; gap: 8px; min-width: 0; }
.editor-styles-wrapper .snt-editor-preview.landing-body .fi { flex: 1; min-width: 0; height: 48px; padding: 12px 15px; border: 1px solid var(--border); background: #fff; color: var(--dark); font-family: inherit; font-size: 14px; outline: none; }
.editor-styles-wrapper .snt-editor-preview.landing-body .fi::placeholder { color: #aab5be; }
.editor-styles-wrapper .snt-editor-preview.landing-body .fi:focus { border-color: var(--red); }
.editor-styles-wrapper .snt-editor-preview.landing-body .fsub { flex: 0 0 auto; min-height: 48px; padding: 12px 28px; border: 0; background: var(--red); color: #fff; font-family: inherit; font-size: 12px; font-weight: 700; letter-spacing: 1px; line-height: 1.2; text-transform: uppercase; white-space: nowrap; cursor: pointer; }
.editor-styles-wrapper .snt-editor-preview.landing-body .form-status { flex: 0 0 100%; width: 100%; margin-top: -18px; padding: 9px 12px; font-size: 13px; }
.editor-styles-wrapper .snt-editor-preview.landing-body .snt-form-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 980px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .stats { grid-template-columns: repeat(2, 1fr); }
.editor-styles-wrapper .snt-editor-preview.landing-body .form-s { padding: 28px 24px; }
.editor-styles-wrapper .snt-editor-preview.landing-body .form-inner,
.editor-styles-wrapper .snt-editor-preview.landing-body .fi-wrap { flex-direction: column; align-items: stretch; }
.editor-styles-wrapper .snt-editor-preview.landing-body .ft { min-width: 0; }

}
@media (max-width: 560px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .stats { grid-template-columns: 1fr; }
.editor-styles-wrapper .snt-editor-preview.landing-body .si { border-right: 0; border-bottom: 1px solid var(--border); }

}
/* Split CTA width correction */
.editor-styles-wrapper .snt-editor-preview.landing-body .split .s-ct > .btn-red-s,
.editor-styles-wrapper .snt-editor-preview.landing-body .split .s-ct > .btn-dark {
  align-self: stretch;
  display: inline-flex;
  width: 100% !important;
  max-width: none;
  min-height: 45px;
  padding: 13px 30px;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .split .s-ct:not(.wh) > .btn-red-s {
  background: var(--red);
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .split .s-ct.wh > .btn-dark {
  background: var(--red);
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .split .s-ct:not(.wh) > .btn-red-s:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .split .s-ct:not(.wh) > .btn-red-s:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .split .s-ct.wh > .btn-dark:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .split .s-ct.wh > .btn-dark:focus {
  background: var(--red-dark);
  color: #fff;
}
/* Split typography parity */
.editor-styles-wrapper .snt-editor-preview.landing-body .split .s-ct {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .split .s-tag,
.editor-styles-wrapper .snt-editor-preview.landing-body .split .s-ct p,
.editor-styles-wrapper .snt-editor-preview.landing-body .split .btn-red-s,
.editor-styles-wrapper .snt-editor-preview.landing-body .split .btn-dark {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .split .s-ct h2 {
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: 0;
}
/* Why section parity */
.editor-styles-wrapper .snt-editor-preview.landing-body .why {
  padding: 92px 64px;
  background: var(--white);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .sec-tag {
  margin-bottom: 12px;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .sec-h {
  max-width: 1120px;
  margin-bottom: 10px;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
  color: var(--dark);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .sec-ln {
  width: 40px;
  height: 3px;
  margin-bottom: 16px;
  background: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .sec-sub {
  max-width: 560px;
  margin-bottom: 52px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  border: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bc {
  position: relative;
  min-height: 245px;
  padding: 38px 34px 36px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 1px 3px rgba(16,35,51,.05);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bc:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bc:focus-within {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 22px 44px -16px rgba(16,35,51,.26);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bc:hover::before,
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bc:focus-within::before {
  transform: scaleX(1);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy) 0%, #21506b 100%);
  border-radius: 16px;
  box-shadow: 0 10px 22px -8px rgba(20,44,58,.5);
  transition: background .35s ease, transform .35s ease, box-shadow .35s ease;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bc:hover .bi,
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bc:focus-within .bi {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 14px 28px -8px rgba(0,90,49,.5);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bi svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bc h3 {
  margin-bottom: 10px;
  color: var(--dark);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 17.5px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bc p {
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 14.5px;
  line-height: 1.72;
}
@media (max-width: 980px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .why {
    padding: 60px 24px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .why .bg {
    grid-template-columns: 1fr;
  }

}
/* Products section parity */
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s {
  padding: 92px 64px;
  background: var(--bg1);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .sec-tag {
  margin-bottom: 12px;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .sec-h {
  margin-bottom: 10px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .sec-ln {
  width: 40px;
  height: 3px;
  margin-bottom: 16px;
  background: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-desc {
  max-width: 600px;
  margin: 0 0 48px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 17.5px;
  line-height: 1.7;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pg3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 0;
  border-right: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc:nth-child(3n) {
  border-right: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc:nth-child(n+4) {
  border-top: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 300px;
  height: 300px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc-img img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  --product-image-transform: translate(0, 0) scale(1);
  --product-hover-scale: 1.08;
  transform: var(--product-image-transform);
  transition: transform .42s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc:hover .pc-img img,
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc:focus-within .pc-img img {
  transform: var(--product-image-transform) scale(var(--product-hover-scale));
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc-img img[alt="NIBE F2050"],
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc-img img[alt="NIBE S2125"],
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc-img img[alt="NIBE S2060"] {
  --product-image-transform: translateY(-18%) scale(1.85);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc-img img[alt="NIBE SMO S40"] {
  --product-image-transform: translate(3%, -1%) scale(2.45);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc-img img[alt="NIBE VVM S320 / NIBE VVM S330"] {
  --product-image-transform: translate(-2%, -2%) scale(1.15);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc-img img[alt="NIBE MHB S20"] {
  --product-image-transform: translate(1%, 22%) scale(1.75);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pb {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 28px 30px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pt {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pb h3 {
  margin-bottom: 8px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc-text {
  flex: 1;
  margin-bottom: 18px;
  color: var(--mid);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.68;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pl {
  margin-top: auto;
  color: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-decoration: none;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pl::after {
  content: ' →';
}
@media (max-width: 980px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s {
    padding: 60px 24px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pg3 {
    grid-template-columns: 1fr;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc,
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc:nth-child(3n) {
    border-right: 0;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .prod-s .pc:nth-child(n+2) {
    border-top: 1px solid var(--border);
  }

}
/* Heat pump systems section parity */
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s {
  padding: 92px 64px;
  background: var(--white);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .sec-tag {
  margin-bottom: 16px;
  color: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .sec-h {
  max-width: 820px;
  margin-bottom: 14px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 3.8vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .sec-ln {
  width: 44px;
  height: 3px;
  margin-bottom: 20px;
  background: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .sec-sub {
  max-width: 650px;
  margin-bottom: 58px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.7;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .tabs {
  display: flex;
  gap: 0;
  margin-bottom: 68px;
  border-bottom: 2px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .tab {
  min-width: 176px;
  padding: 0 28px 18px;
  margin: 0 0 -2px;
  color: var(--gray);
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .8px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .tab.on,
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .tab:hover {
  color: var(--dark);
  border-bottom-color: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .system-panel {
  display: none;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .system-panel.on {
  display: grid;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .sg {
  grid-template-columns: minmax(0, 1fr) minmax(420px, .96fr);
  gap: 64px;
  align-items: center;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .sb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  padding: 42px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .sb img {
  display: block;
  width: 100%;
  max-width: 440px;
  max-height: 320px;
  object-fit: contain;
  --system-image-transform: translate(0, 0) scale(1);
  --system-hover-scale: 1.08;
  transform: var(--system-image-transform);
  transition: transform .42s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .sb:hover img,
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .sb:focus-within img {
  transform: var(--system-image-transform) scale(var(--system-hover-scale));
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .st h3 {
  margin-bottom: 18px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .st p {
  max-width: 690px;
  margin-bottom: 30px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.75;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .st-models {
  margin-bottom: 18px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .st-models h4 {
  margin-bottom: 10px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .st-models ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .st-models li {
  padding: 7px 12px;
  color: var(--mid);
  background: var(--bg1);
  border: 1px solid var(--border);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .spg {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 36px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .sp {
  min-height: 104px;
  padding: 22px 22px 18px;
  background: var(--bg1);
  border: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .spv {
  display: block;
  margin-bottom: 16px;
  color: var(--red);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .spl {
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .btn-red-s {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  max-width: 100%;
  min-height: 54px;
  margin-top: 0;
  padding: 0 26px;
  color: #fff;
  background: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 980px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s {
    padding: 60px 24px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .tabs {
    margin-bottom: 40px;
    overflow-x: auto;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .tab {
    flex: 0 0 auto;
    min-width: 160px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .sg {
    grid-template-columns: 1fr;
    gap: 32px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .sb {
    min-height: 300px;
    padding: 28px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .sys-s .spg {
    grid-template-columns: 1fr;
  }

}
/* Selection guide section parity */
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s {
  padding: 92px 64px;
  background: var(--bg1);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .sec-tag {
  margin-bottom: 14px;
  color: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .sec-h {
  margin-bottom: 10px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .sec-ln {
  width: 40px;
  height: 3px;
  margin-bottom: 24px;
  background: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .sec-sub {
  max-width: 660px;
  margin-bottom: 52px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .cfg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .cfg-card {
  padding: 36px 32px;
  background: var(--white);
  border: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .cfg-num {
  margin-bottom: 16px;
  color: var(--border);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .cfg-card h3 {
  margin-bottom: 12px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .cfg-models {
  margin-bottom: 16px;
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .cfg-models strong {
  display: block;
  margin-bottom: 2px;
  color: var(--mid);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .cfg-card p {
  margin-bottom: 18px;
  color: var(--mid);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 15.5px;
  line-height: 1.72;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .pl {
  color: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-decoration: none;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .cfg-note {
  padding: 22px 28px;
  color: var(--mid);
  background: var(--white);
  border-left: 3px solid var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  line-height: 1.75;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .cfg-note strong {
  color: var(--dark);
}
@media (max-width: 1100px) and (min-width: 761px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .cfg-grid {
    grid-template-columns: 1fr 1fr;
  }

}
@media (max-width: 760px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s {
    padding: 60px 24px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .config-s .cfg-grid {
    grid-template-columns: 1fr;
  }

}
/* Process section parity */
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s {
  padding: 92px 64px;
  background: var(--dark);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .sec-tag {
  margin-bottom: 14px;
  color: rgba(0, 90, 49, .8);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .sec-h {
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .sec-ln {
  width: 40px;
  height: 3px;
  margin-bottom: 24px;
  background: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .sec-sub {
  max-width: 660px;
  margin-bottom: 52px;
  color: rgba(255, 255, 255, .65);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .ch-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-bottom: 44px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .ch-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 32px 30px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .ch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, .16);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .ch-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .ch-card h4 {
  margin-bottom: 6px;
  color: #fff;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.3;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .ch-card p {
  color: rgba(255, 255, 255, .6);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  line-height: 1.65;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .btn-red-lg {
  display: inline-block;
  padding: 16px 40px;
  color: #fff;
  background: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 760px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s {
    padding: 60px 24px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .ch-grid {
    grid-template-columns: 1fr;
  }

}
/* Reviews carousel parity */
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s {
  padding: 80px 64px;
  background: var(--white);
  border-top: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rev-t {
  margin-bottom: 48px;
  color: var(--dark);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rsw {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .ro {
  flex: 1;
  overflow: hidden;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rt {
  display: flex;
  transition: transform .45s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rsl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  min-width: 100%;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rc {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--border);
  text-align: left;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rtop {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 50%;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 800;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rm strong {
  display: block;
  color: var(--dark);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rm span {
  color: #999;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rg {
  display: flex;
  margin-left: auto;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rs {
  margin-bottom: 10px;
  color: #e8a200;
  font-size: 16px;
  letter-spacing: 1px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rtx {
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  line-height: 1.68;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rarr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--gray);
  background: none;
  border: 1px solid var(--border);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s, border-color .2s;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rarr:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rarr:focus-visible {
  color: var(--red);
  border-color: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rdots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rdot {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rdot.on {
  background: var(--red);
  transform: scale(1.2);
}
@media (max-width: 900px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rsl {
    grid-template-columns: 1fr;
  }

}
@media (max-width: 760px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s {
    padding: 60px 18px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rsw {
    gap: 8px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .rev-s .rarr {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }

}
/* Advisor form section parity */
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-s {
  background: var(--white);
  border-top: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0;
  max-width: 100%;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px;
  background: var(--dark);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-left .sec-tag {
  margin-bottom: 14px;
  color: rgba(0, 90, 49, .75);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-h {
  margin-bottom: 12px;
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-left .sec-ln {
  width: 40px;
  height: 3px;
  margin-bottom: 20px;
  background: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-desc,
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-desc p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .65);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.75;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-list {
  display: block;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .78);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-list svg {
  flex-shrink: 0;
  color: var(--red);
  stroke: currentColor;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-tel {
  margin-top: 4px;
  padding-top: 24px;
  color: rgba(255, 255, 255, .45);
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-tel span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .45);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-tel a {
  display: block;
  margin-top: 0;
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-tel a:hover {
  color: rgba(255, 255, 255, .8);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-right {
  padding: 64px;
  background: var(--bg1);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-form-wrap {
  padding: 40px;
  background: var(--white);
  border: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-form-title {
  margin-bottom: 28px;
  padding-bottom: 18px;
  color: var(--dark);
  border-bottom: 1px solid var(--border);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-row {
  margin-bottom: 16px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-group {
  display: flex;
  flex-direction: column;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-label {
  margin-bottom: 6px;
  color: var(--mid);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-input {
  width: 100%;
  padding: 12px 14px;
  color: var(--dark);
  background-color: var(--white);
  border: 1px solid var(--border);
  outline: none;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  transition: border-color .2s;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-input:focus {
  border-color: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-input::placeholder {
  color: #aab5be;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-select {
  padding-right: 36px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23677c88' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-textarea {
  min-height: 100px;
  line-height: 1.6;
  resize: vertical;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-checkbox {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-check-label {
  color: var(--gray);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12.5px;
  line-height: 1.6;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-check-label a {
  color: var(--red);
  text-decoration: none;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-check-label a:hover {
  text-decoration: underline;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-submit {
  width: 100%;
  margin-top: 18px;
  padding: 15px 28px;
  color: #fff;
  background: var(--red);
  border: none;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-submit:hover {
  background: var(--red-dark);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-note {
  margin-top: 14px;
  padding: 12px 16px;
  color: var(--green);
  background: var(--green-pale);
  border-left: 3px solid var(--green);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
}
@media (max-width: 900px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-inner {
    grid-template-columns: 1fr;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-left,
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-right {
    padding: 56px 28px;
  }

}
@media (max-width: 600px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-2col {
    grid-template-columns: 1fr;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-form-wrap {
    padding: 28px 22px;
  }

}
/* Final CTA and footer parity */
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 64px;
  background: var(--navy2);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta h2 {
  margin-bottom: 8px;
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta p {
  max-width: none;
  color: rgba(255, 255, 255, .6);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .fctar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .telb {
  color: #fff;
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .telb:hover {
  color: rgba(255, 255, 255, .8);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-cta {
  padding: 13px 28px;
  color: #fff;
  background: var(--red);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-cta:hover {
  background: var(--red-dark);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-cta-ghost {
  padding: 12px 26px;
  color: rgba(255, 255, 255, .75);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .3);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s, border-color .2s;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-cta-ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .7);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 22px 64px;
  background: var(--navy);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-footer .fcp {
  color: rgba(255, 255, 255, .38);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-footer .fls {
  display: flex;
  align-items: center;
  gap: 22px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-footer .fls a {
  color: rgba(255, 255, 255, .38);
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-footer .fls a:hover {
  color: rgba(255, 255, 255, .75);
}
@media (max-width: 900px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta {
    padding-right: 36px;
    padding-left: 36px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-footer {
    padding-right: 36px;
    padding-left: 36px;
  }

}
@media (max-width: 760px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px 24px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
  }

}
.editor-styles-wrapper .snt-editor-preview.landing-body {
  background: var(--red-dark);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .site-main,
.editor-styles-wrapper .snt-editor-preview.landing-body main {
  margin-bottom: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-footer {
  margin-bottom: 0;
  border-radius: 0;
}
/* Green dark-surface theme overrides */
.editor-styles-wrapper .snt-editor-preview.landing-body .nav-contact,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-nav .nav-right .menu > li:last-child > a,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-nav .nav-right .nav-contact,
.editor-styles-wrapper .snt-editor-preview.landing-body .hero,
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s,
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-left,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-footer {
  background: var(--red-dark);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-nav .nav-right .menu > li:last-child > a:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-nav .nav-right .menu > li:last-child > a:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-nav .nav-right .nav-contact:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-nav .nav-right .nav-contact:focus {
  background: var(--red);
  color: #fff !important;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .sec-tag,
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-left .sec-tag,
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .sec-h,
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-h,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta h2 {
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .sec-sub,
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .ch-card p,
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-desc,
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-desc p,
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-list li,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta p,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-footer .fcp,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-footer .fls a,
.editor-styles-wrapper .snt-editor-preview.landing-body .footer-contact-list {
  color: rgba(255, 255, 255, .78);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .sec-ln,
.editor-styles-wrapper .snt-editor-preview.landing-body .presup-left .sec-ln {
  background: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .ch-card {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .16);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .ch-icon,
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .btn-red-lg,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta-ghost {
  border-color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .ch-icon {
  background: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .btn-red-lg,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta-ghost {
  background: #fff;
  color: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .btn-red-lg:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .btn-red-lg:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta-ghost:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta-ghost:focus {
  background: rgba(255, 255, 255, .86);
  color: var(--red);
}
/* Keep CTA text colors stable on hover/focus */
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-red:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-red:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-red:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-dark:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-dark:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-dark:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-red-s:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-red-s:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-red-s:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-red-lg:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-red-lg:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-red-lg:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-cta:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-cta:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-cta:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-submit:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-submit:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .pf-submit:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .fsub:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .fsub:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .fsub:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .model-cta:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .model-cta:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .model-cta:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .form-submit:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .form-submit:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .form-submit:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-sm:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-sm:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-sm:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-white-outline:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-white-outline:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-white-outline:active {
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-outline:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-outline:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-outline:active {
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-cta-ghost:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-cta-ghost:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-cta-ghost:active {
  color: rgba(255, 255, 255, .75);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .btn-red-lg,
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .btn-red-lg:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .btn-red-lg:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .btn-red-lg:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta-ghost,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta-ghost:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta-ghost:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta-ghost:active {
  background: #fff;
  border-color: #fff;
  color: var(--red) !important;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .btn-red-lg:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .btn-red-lg:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .choice-s .btn-red-lg:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta-ghost:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta-ghost:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .fcta .btn-cta-ghost:active {
  background: rgba(255, 255, 255, .86);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .telb:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .telb:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .telb:active {
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-white:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-white:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-white:active,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-red-outline:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-red-outline:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .btn-red-outline:active {
  color: var(--red);
}
/* Generic page template */
.editor-styles-wrapper .snt-editor-preview.landing-body .landing-generic-page {
  background: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-hero {
  background:
    linear-gradient(115deg, rgba(0, 67, 38, .98) 0%, rgba(0, 90, 49, .92) 54%, rgba(0, 67, 38, .98) 100%),
    var(--red-dark);
  color: #fff;
  padding: 92px 64px 82px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-hero .sec-tag {
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-hero .sec-ln {
  background: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-hero__content {
  max-width: 820px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-hero__title {
  margin: 0;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-hero__excerpt {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 18px;
  line-height: 1.76;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-featured {
  margin: 0;
  max-height: 500px;
  overflow: hidden;
  background: var(--bg1);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-featured img {
  width: 100%;
  height: min(42vw, 500px);
  object-fit: cover;
  object-position: center;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-wrap {
  background: #fff;
  padding: 76px 64px 84px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell {
  max-width: 860px;
  margin: 0 auto;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content {
  color: var(--mid);
  font-size: 18px;
  line-height: 1.84;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content > *:first-child {
  margin-top: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content p {
  margin: 0 0 26px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content h2,
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content h3,
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content h4 {
  color: var(--dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content h2 {
  margin: 54px 0 20px;
  font-size: 34px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content h3 {
  margin: 42px 0 16px;
  font-size: 26px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content h4 {
  margin: 34px 0 12px;
  font-size: 21px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content ul,
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content ol {
  margin: 0 0 30px;
  padding-left: 24px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content ul {
  list-style: disc;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content ol {
  list-style: decimal;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content li {
  margin-bottom: 10px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content a {
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content blockquote {
  margin: 38px 0;
  padding: 24px 0 24px 28px;
  border-left: 4px solid var(--red);
  color: var(--dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 1.55;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content img,
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content figure {
  max-width: 100%;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 34px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content th,
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content td {
  padding: 13px 16px;
  border: 1px solid var(--border);
  text-align: left;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content th {
  background: var(--bg1);
  color: var(--dark);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--red-dark);
  border-top: 0;
  padding: 58px 64px;
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-cta > div {
  max-width: 760px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  line-height: 1.18;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.7;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-cta .sec-tag {
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-cta .btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 32px;
  background: #fff;
  border-color: #fff;
  color: var(--red) !important;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .page-cta .btn-red:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .page-cta .btn-red:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .page-cta .btn-red:active {
  background: rgba(255, 255, 255, .86);
  border-color: rgba(255, 255, 255, .86);
  color: var(--red) !important;
}
@media (max-width: 980px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .page-hero {
    padding: 72px 24px 62px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-wrap {
    padding: 56px 24px 64px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .page-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 46px 24px;
  }

}
@media (max-width: 640px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .page-hero {
    padding: 58px 20px 52px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .page-featured img {
    height: 260px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content {
    font-size: 16.5px;
    line-height: 1.78;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content h2 {
    font-size: 28px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .page-content-shell .entry-content h3 {
    font-size: 23px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .page-cta .btn-red {
    width: 100%;
    text-align: center;
  }

}
/* Single post template */
.editor-styles-wrapper .snt-editor-preview.landing-body .landing-post {
  background: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-hero {
  background:
    linear-gradient(115deg, rgba(0, 67, 38, .98) 0%, rgba(0, 90, 49, .92) 54%, rgba(0, 67, 38, .98) 100%),
    var(--red-dark);
  color: #fff;
  padding: 96px 64px 86px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-hero .sec-tag {
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-hero .sec-ln {
  background: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-hero__content {
  max-width: 860px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-hero__title {
  margin: 0 0 26px;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-hero__meta a {
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-featured {
  margin: 0;
  max-height: 540px;
  overflow: hidden;
  background: var(--bg1);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-featured img {
  width: 100%;
  height: min(46vw, 540px);
  object-fit: cover;
  object-position: center;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-wrap {
  background: #fff;
  padding: 76px 64px 84px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-grid {
  display: grid;
  grid-template-columns: 240px minmax(0, 820px);
  gap: 72px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-aside__card {
  border: 1px solid var(--border);
  background: var(--bg1);
  padding: 20px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-aside__card span,
.editor-styles-wrapper .snt-editor-preview.landing-body .post-tags span {
  display: block;
  margin-bottom: 6px;
  color: var(--gray);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-aside__card strong {
  display: block;
  color: var(--dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  line-height: 1.25;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-aside__links,
.editor-styles-wrapper .snt-editor-preview.landing-body .post-aside__links a {
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content {
  color: var(--mid);
  font-size: 18px;
  line-height: 1.86;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content > *:first-child {
  margin-top: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content p {
  margin: 0 0 26px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content h2,
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content h3,
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content h4 {
  color: var(--dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content h2 {
  margin: 54px 0 20px;
  font-size: 34px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content h3 {
  margin: 42px 0 16px;
  font-size: 26px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content h4 {
  margin: 34px 0 12px;
  font-size: 21px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content ul,
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content ol {
  margin: 0 0 30px;
  padding-left: 24px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content ul {
  list-style: disc;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content ol {
  list-style: decimal;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content li {
  margin-bottom: 10px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content a {
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content blockquote {
  margin: 38px 0;
  padding: 24px 0 24px 28px;
  border-left: 4px solid var(--red);
  color: var(--dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 1.55;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content img,
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content figure {
  max-width: 100%;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content .wp-block-image,
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content .wp-block-table,
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content .wp-block-quote {
  margin-top: 38px;
  margin-bottom: 38px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 34px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content th,
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content td {
  padding: 13px 16px;
  border: 1px solid var(--border);
  text-align: left;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content th {
  background: var(--bg1);
  color: var(--dark);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-tags {
  margin-top: 52px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-tags a {
  display: inline-flex;
  margin: 0 8px 8px 0;
  border: 1px solid var(--border);
  background: var(--bg1);
  padding: 7px 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-pager {
  background: var(--bg1);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 34px 64px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-pager__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-pager__item {
  min-height: 112px;
  border: 1px solid var(--border);
  background: #fff;
  padding: 22px 24px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-pager__next {
  text-align: right;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-pager__item span {
  display: block;
  margin-bottom: 8px;
  color: var(--gray);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-pager__item a {
  color: var(--dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-pager__item a:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .post-pager__item a:focus {
  color: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--red-dark);
  padding: 58px 64px;
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-cta > div {
  max-width: 780px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-cta .sec-tag {
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  line-height: 1.18;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.7;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-cta .btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 32px;
  background: #fff;
  border-color: #fff;
  color: var(--red) !important;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .post-cta .btn-red:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .post-cta .btn-red:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .post-cta .btn-red:active {
  background: rgba(255, 255, 255, .86);
  border-color: rgba(255, 255, 255, .86);
  color: var(--red) !important;
}
@media (max-width: 980px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .post-hero {
    padding: 72px 24px 62px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-wrap {
    padding: 56px 24px 64px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .post-aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .post-pager {
    padding: 28px 24px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .post-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 46px 24px;
  }

}
@media (max-width: 640px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .post-hero {
    padding: 58px 20px 52px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .post-hero__meta {
    display: grid;
    gap: 8px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .post-featured img {
    height: 270px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .post-aside,
.editor-styles-wrapper .snt-editor-preview.landing-body .post-pager__inner {
    grid-template-columns: 1fr;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .post-pager__next {
    text-align: left;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content {
    font-size: 16.5px;
    line-height: 1.78;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content h2 {
    font-size: 28px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .post-content-main .entry-content h3 {
    font-size: 23px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .post-cta .btn-red {
    width: 100%;
    text-align: center;
  }

}
/* 404 landing page */
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404 {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 68px - 86px);
  background:
    linear-gradient(115deg, rgba(0, 67, 38, .98) 0%, rgba(0, 90, 49, .92) 54%, rgba(0, 67, 38, .98) 100%),
    var(--red-dark);
  color: #fff;
  padding: 104px 64px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404::after {
  content: '';
  position: absolute;
  right: -140px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .12);
  transform: rotate(18deg);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 72px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404 .sec-tag {
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404 .sec-ln {
  background: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__code {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(84px, 12vw, 172px);
  font-weight: 700;
  line-height: .82;
  color: rgba(255, 255, 255, .08);
  margin: 0 0 16px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404 h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: 0;
  color: #fff;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__text {
  max-width: 680px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .74);
  font-size: 18px;
  line-height: 1.78;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__actions .btn-red,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__actions .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 32px;
  background: #fff;
  border: 2px solid #fff;
  color: var(--red) !important;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1;
  text-transform: uppercase;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__actions .btn-red:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__actions .btn-red:focus,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__actions .btn-outline:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__actions .btn-outline:focus {
  background: rgba(255, 255, 255, .86);
  border-color: rgba(255, 255, 255, .86);
  color: var(--red) !important;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__actions .btn-outline {
  background: transparent;
  color: #fff !important;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__actions .btn-outline:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__actions .btn-outline:focus {
  background: #fff;
  border-color: #fff;
  color: var(--red) !important;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .32);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
  padding: 34px;
  color: var(--dark);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__card-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__links {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__links li {
  border-top: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  color: var(--dark);
  font-size: 15px;
  font-weight: 800;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__links a::after {
  content: '->';
  color: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__links a:hover,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__links a:focus {
  color: var(--red);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__phone {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__phone span {
  display: block;
  margin-bottom: 4px;
  color: var(--gray);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__phone a {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--red);
}
@media (max-width: 980px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404 {
    min-height: auto;
    padding: 72px 24px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__card {
    padding: 28px 24px;
  }

}
@media (max-width: 560px) {
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404 {
    padding: 58px 20px;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__actions {
    flex-direction: column;
  }
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__actions .btn-red,
.editor-styles-wrapper .snt-editor-preview.landing-body .nibe-404__actions .btn-outline {
    width: 100%;
    text-align: center;
  }

}

/* End editor frontend parity scope */
