/*
.hero-area-bg {
  background-image: url('./../img/kevinhourglass.jpg');
  background-image: url('./../img/loginbackground_gray.jpg');
  background-image: url('/assets/img/Kevin_74_gray.jpg');
  background-size: cover;
  background-position: center;

}
*/

/* -----------------------------------*/
/*    Section - What am I losing      */
/*                                    */
/*------------------------------------*/

.logo
{
   height: 44px;
   width: auto;
}

#ouchlogo
{
     
      margin-top: 120px;
      margin-left: 250px;
      max-width: 300px;
      transform: rotate(-6deg);
      /* Add any additional styling you want for your logo */   
}

.section-calculator-box {
    background-color:#e3e3e3;
/*    background-image: url('/assets/img/kevinhourglass.jpg');*/
/*    background-image: url('/assets/img/loginbackground_gray.jpg');*/
    background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0.3),#111),url('./../img/kevinhourglass.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color:white;
}

/* Media query for mobile devices */

@media (max-width: 767px) {
  .section-calculator-box {
    background-attachment: local;
   }
    
}

/* Media query for desktop devices */
@media (min-width: 768px) {
  .section-calculator-box {
    background-attachment: fixed;
  }
    
}    
/*
 Portrait 
@media screen and (orientation:portrait) {
  .section-calculator-box {
    background-attachment: fixed;
  }
}
*/

@media (pointer: coarse) and (orientation:landscape) 
{
   .section-calculator-box {
    background-attachment: local;
    }
}

.section-calculator-box h2 {
    color:White;
}

#custom-handle1,
#custom-handle2,
#custom-handle3,
#custom-handle4,
#custom-handle5,
#custom-handle6,
#custom-handle7
{
    width: 6em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    background: #0367A2;
    color:white;
    border-color: #0367A2;
}

#custom-handle2
{
    width: 4em;
}

#custom-handle3
{
    width: 4em;
}

#custom-handle4
{
    width: 4em;
}

#custom-handle5
{
    width: 4em;
}

#custom-handle6
{
    width: 4em;
}

#custom-handle7
{
    width: 4em;
}


.sliders {
    /*border:1px solid #000000;*/
    width:30%;
    margin-top:40px;
}
.slider-description {
    /*border:1px solid #000000;*/
    /*height:100px;*/
    margin-top:40px;
    margin-left:50px;
    margin-right:50px;
    padding-top:5px;
    /*width:45%;*/

    text-align: right;
}

.slider {
    margin-top:57px;
    /* border:1px solid #000000; */
    width:110%;
}

.slidertop {
    margin-top:5px; 

}

.slider-name {
    margin-top:0px;
}

.disclaimer {
    font-size:70%;
}

.slider-name1 {
    margin-top:0px;
}




.circles-text {
    position: absolute; 
    top: 10px; 
    left: 0px; 
    text-align: center; 
    width: 100%; 
    font-size: 100%; 
    height: 200px; 
    line-height: 200px;
}


#graph_losses {
    /*border:1px solid #000000;*/
    width:200px;
    margin-left:30%;
    margin-top:20px;

}

.loss_amount {

    margin-top:100px;
    margin-right:85px;
    margin-bottom: 20px;

    /*border:1px solid #000000;*/
    float: right;
    font-size: 190%;

    /*top: 50%;*/
    /*left :10%;*/
    /*text-align: right;*/
}

/*
.stats-row {
    border:1px solid #ff0000;
}
*/

.btn-report {
    clear:both;
    float:right;
}


.pricing-table ul li {
  color: #000000; /* black text by default */
  font-weight: 500;
}

.pricing-table ul li i.lni-close {
  color: #e74c3c; /* red for unavailable feature icons */
}

.pricing-table ul li i.lni-checkmark-circle {
  color: #00ADE2; /* optional: your primary brand blue */
}

.pricing-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.pricing-row > div {
  display: flex;
  flex-direction: column;
}

.pricing-table {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
  height: 100%;
}

 .addon-badge {
  position: absolute;
  top: 8px;          /* Increased from 10px */
  left: 26px;         /* Gives nice spacing from left */
  background-color: #dc3545;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 10;
  text-transform: uppercase;
}

.pricing-table li {
    text-align: left;
    list-style: none; /* optional if you're using icons */
    padding-left: 0;  /* removes unnecessary indentation */
}

.coming-soon-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #009fe3; /* Bootstrap red */
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

#dealer-hero {
  padding-top: 120px; /* adjust this based on your navbar height */
}

#blog-hero {
  padding-top: 120px; /* adjust to match your navbar height */
  padding-bottom: 80px; /* optional: keeps it balanced */
}

  /* Restore bullets in blog content */
  #blog-content ul {
    list-style: disc !important;
    margin-left: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #blog-content ul li {
    display: list-item !important; /* makes sure it's rendered as list */
    margin-bottom: 0.5rem;
  }

/* -----------------------------------*/
/*    Solution modules subheader      */
/*------------------------------------*/

.services-subheader {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e4e8ee;
}

.services-subheader h3 {
  margin-bottom: 0.6rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #585b60;
  letter-spacing: 0.5px;
}

.services-subheader p {
  max-width: 560px;
  margin: 0 auto 1.75rem;
  color: #7b7e85;
  font-size: 0.98rem;
  line-height: 1.55;
}

/* -----------------------------------*/
/*    Meet Zack / Hardware lineup     */
/*------------------------------------*/

.zack-hardware {
  --zack-ink: #12151c;
  --zack-muted: #5a6472;
  --zack-line: #e4e8ee;
  --zack-accent: #0367a2;
  --zack-surface: #f4f6f8;
  background:
    linear-gradient(180deg, #f7f9fb 0%, #eef2f6 100%);
}

.zack-hardware .section-title {
  margin-bottom: 14px;
}

.zack-hardware-lead {
  max-width: 560px;
  margin: 0 auto 2.75rem;
  color: var(--zack-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.zack-product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 1px solid var(--zack-line);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.zack-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(18, 21, 28, 0.1);
}

.zack-product-media {
  position: relative;
  height: auto;
  background: transparent;
  overflow: hidden;
  line-height: 0;
}

.zack-product-media > img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.45s ease;
}

.zack-product-card:hover .zack-product-media > img:only-child {
  transform: scale(1.03);
}

.zack-hero-carousel {
  aspect-ratio: 3 / 2;
}

.zack-hero-carousel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.zack-hero-carousel > img.is-active {
  opacity: 1;
}

.zack-hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}

.zack-hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  pointer-events: auto;
}

.zack-hero-dots button.is-active {
  background: #fff;
}

.zack-product-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.75rem 1.5rem 1.5rem;
}

.zack-product-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--zack-accent);
}

.zack-product-body h3 {
  margin: 0 0 0.4rem;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--zack-ink);
}

.zack-product-tagline {
  margin: 0 0 1.15rem;
  color: var(--zack-muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.zack-feature-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  flex: 1;
}

.zack-feature-list li {
  position: relative;
  padding: 0.65rem 0 0.65rem 1.1rem;
  border-top: 1px solid var(--zack-line);
  color: #3d4654;
  font-size: 0.92rem;
  line-height: 1.45;
}

.zack-feature-list li:last-child {
  border-bottom: 1px solid var(--zack-line);
}

.zack-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--zack-accent);
}

.zack-feature-list strong {
  color: var(--zack-ink);
}

.zack-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
}

.zack-product-actions .btn {
  margin: 0;
}

.zack-product-actions .btn-border {
  background: transparent;
}

.zack-video-block {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--zack-line);
}

.zack-video-block h3 {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--zack-ink);
}

.zack-video-block p {
  max-width: 480px;
  margin: 0 auto 1.5rem;
  color: var(--zack-muted);
}

.zack-video-frame {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  background: #0a0c10;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
}

.zack-video-frame video {
  width: 100%;
  height: auto;
  display: block;
}

.zack-video-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 24px;
  background: rgba(10, 12, 16, 0.35);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.zack-video-play:hover,
.zack-video-play:focus {
  background: rgba(10, 12, 16, 0.5);
  outline: none;
}

.zack-video-play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #0367a2;
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0.85);
}

.zack-video-play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}

.zack-video-play-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.zack-video-frame.is-playing .zack-video-play {
  display: none;
}

.zack-flyer-modal .modal-content {
  border: none;
  border-radius: 4px;
  overflow: hidden;
}

.zack-flyer-modal .modal-header {
  border-bottom: 1px solid var(--zack-line, #e4e8ee);
}

.zack-flyer-modal .modal-title {
  font-weight: 700;
  color: #12151c;
}

.zack-flyer-modal .modal-body {
  background: #0a0c10;
  padding: 0.75rem;
  text-align: center;
  max-height: 75vh;
  overflow: auto;
}

.zack-flyer-modal .modal-body img {
  max-height: 70vh;
  width: auto;
  max-width: 100%;
}

.zack-flyer-modal .modal-footer {
  border-top: 1px solid var(--zack-line, #e4e8ee);
  justify-content: space-between;
}

@media (max-width: 767px) {
  .zack-product-body {
    padding: 1.35rem 1.15rem 1.25rem;
  }

  .zack-product-actions .btn {
    flex: 1 1 auto;
    text-align: center;
  }

  .zack-flyer-modal .modal-dialog {
    margin: 0.5rem;
  }

  .zack-flyer-modal .modal-body {
    max-height: 65vh;
  }
}

/* -----------------------------------*/
/*    Zack Packages / Pricing         */
/*------------------------------------*/

.zack-packages {
  --zack-ink: #12151c;
  --zack-muted: #5a6472;
  --zack-line: #e4e8ee;
  --zack-accent: #0367a2;
  background: #fff;
}

.zack-packages .section-title {
  margin-bottom: 14px;
}

.zack-packages-lead {
  max-width: 680px;
  margin: 0 auto 2.5rem;
  color: var(--zack-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.zack-package-row {
  padding-top: 18px;
}

.zack-package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.75rem 1.35rem 1.5rem;
  background: #fff;
  border: 1px solid var(--zack-line);
  border-radius: 4px;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.zack-package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(18, 21, 28, 0.1);
}

.zack-package-card.is-featured {
  border: 2px solid var(--zack-accent);
  box-shadow: 0 18px 40px rgba(3, 103, 162, 0.12);
  padding-top: 2.1rem;
}

.zack-package-card.is-featured:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(3, 103, 162, 0.16);
}

.zack-package-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--zack-accent);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  white-space: nowrap;
}

.zack-package-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef5fb;
  color: var(--zack-accent);
  font-size: 1.25rem;
}

.zack-package-eyebrow {
  margin: 0 0 0.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--zack-accent);
}

.zack-package-card h2,
.zack-package-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--zack-ink);
}

.zack-package-promise {
  margin: 0 0 0.75rem;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--zack-ink);
}

.zack-package-desc {
  margin: 0 0 1rem;
  color: var(--zack-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.zack-package-features {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  flex: 1;
}

.zack-package-features li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.35rem;
  border-top: 1px solid var(--zack-line);
  color: #3d4654;
  font-size: 0.9rem;
  line-height: 1.4;
}

.zack-package-features li:last-child {
  border-bottom: 1px solid var(--zack-line);
}

.zack-package-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--zack-accent);
}

.zack-package-features li.is-included {
  font-weight: 600;
  color: var(--zack-ink);
}

.zack-package-features li.is-included ~ li::before {
  content: "+";
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  top: 0.52rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  color: var(--zack-accent);
}

.zack-package-note {
  margin: 0 0 1.15rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--zack-muted);
  font-style: italic;
}

.zack-package-card .btn {
  width: 100%;
  margin: 0;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
}

.zack-package-card .btn-border {
  color: var(--zack-accent);
  background: transparent;
}

.zack-package-card .btn-border:hover,
.zack-package-card .btn-border:focus {
  color: #fff;
  background: var(--zack-accent);
}

.zack-packages-all-include {
  max-width: 720px;
  margin: 1.25rem auto 0.4rem;
  text-align: center;
  color: var(--zack-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.zack-packages-all-include + .zack-packages-all-include {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.zack-compare-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2.25rem;
  border: 1px solid var(--zack-line);
  border-radius: 4px;
}

.zack-compare-table {
  width: 100%;
  min-width: 640px;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
}

.zack-compare-table th,
.zack-compare-table td {
  padding: 0.85rem 0.9rem;
  border-bottom: 1px solid var(--zack-line);
  font-size: 0.9rem;
  text-align: center;
  vertical-align: middle;
}

.zack-compare-table thead th {
  background: #f7f9fb;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--zack-ink);
}

.zack-compare-table tbody th {
  text-align: left;
  font-weight: 600;
  color: var(--zack-ink);
  white-space: nowrap;
}

.zack-compare-table tbody tr:last-child th,
.zack-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.zack-compare-table .is-featured {
  background: rgba(3, 103, 162, 0.06);
  color: var(--zack-accent);
}

.zack-compare-table thead th.is-featured {
  color: var(--zack-accent);
}

.zack-compare-table .lni-checkmark-circle {
  color: #00ade2;
  font-size: 1.1rem;
}

.zack-tip {
  display: inline;
  padding: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  border-bottom: 1px dotted #0367a2;
}

.zack-tip-popover {
  position: fixed;
  z-index: 2000;
  max-width: 300px;
  padding: 0.75rem 0.9rem;
  background: #12151c;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(18, 21, 28, 0.18);
}

.zack-tip-popover[hidden] {
  display: none !important;
}

.zack-compare-dash {
  color: #b7bfc9;
  font-weight: 600;
}

.zack-insights-band {
  padding: 2.25rem 1.75rem;
  margin-bottom: 1.25rem;
  background: linear-gradient(180deg, #f7f9fb 0%, #eef2f6 100%);
  border: 1px solid var(--zack-line);
  border-radius: 4px;
  text-align: center;
}

.zack-insights-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--zack-accent);
}

.zack-insights-band h3 {
  max-width: 640px;
  margin: 0 auto 0.5rem;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--zack-ink);
}

.zack-insights-hero {
  margin: 0 0 1.5rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--zack-accent);
}

.zack-insights-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
}

.zack-insights-chips li {
  padding: 0.45rem 0.8rem;
  background: #fff;
  border: 1px solid var(--zack-line);
  border-radius: 999px;
  color: #3d4654;
  font-size: 0.82rem;
  font-weight: 600;
}

.zack-insights-note {
  margin: 0;
  color: var(--zack-muted);
  font-size: 0.9rem;
}

.zack-packages-footnote {
  max-width: 680px;
  margin: 0 auto 1.75rem;
  text-align: center;
  color: var(--zack-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.zack-packages-cta .btn {
  margin: 0 6px 8px;
}

.zack-package-card.is-teaser {
  min-height: 0;
}

.zack-package-card.is-teaser .zack-package-desc {
  margin-bottom: 0;
}

.nav-bar-wrap {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1199px) {
  .navbar .btn-sing {
    position: absolute;
    top: 10px;
    right: 65px;
    z-index: 11;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 5px 16px;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  }

  .navbar-nav .nav-item a {
    color: #212121;
    display: block;
    padding: 4px 0;
    white-space: normal;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .navbar .btn-sing {
    top: 13px;
  }
}

@media (min-width: 1200px) {
  .navbar {
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-brand {
    margin-right: 16px;
    flex: 0 0 auto;
  }

  .logo {
    height: 34px;
    width: auto;
    max-width: 220px;
  }

  .navbar-collapse {
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 16px;
    overflow: hidden;
  }

  .navbar-nav {
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 0;
  }

  .navbar-nav .nav-item {
    flex-shrink: 0;
  }

  .navbar-nav .nav-item a {
    white-space: nowrap;
    padding: 10px 7px;
    font-size: 12px;
  }

  .navbar .btn-sing {
    position: relative;
    z-index: 11;
    flex: 0 0 auto;
    margin-left: 0;
    padding-left: 4px;
  }

  .navbar .btn-sing .btn {
    padding: 8px 20px;
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .zack-package-card h2,
.zack-package-card h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .zack-packages-lead {
    margin-bottom: 1.75rem;
    font-size: 1rem;
  }

  .zack-package-card {
    padding: 1.5rem 1.15rem 1.25rem;
  }

  .zack-insights-band {
    padding: 1.75rem 1.1rem;
  }

  .zack-insights-band h3 {
    font-size: 1.2rem;
  }

  .zack-compare-table tbody th {
    white-space: normal;
  }
}

/* -----------------------------------*/
/*    Zack / Packages landing heroes  */
/*------------------------------------*/

.zs-nav-solid.navigation,
.zs-nav-solid.navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 7px 0;
  z-index: 999999;
  -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
}

.zs-page-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
  padding: 120px 0 64px;
  overflow: hidden;
  color: #fff;
}

.zs-page-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.zs-page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.zs-page-hero--zack .zs-page-hero-media img {
  filter: brightness(0.45);
}

.zs-page-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(8, 12, 20, 0.55);
}

.zs-page-hero--zack .zs-page-hero-scrim {
  background: rgba(8, 12, 20, 0.72);
}

.zs-page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.zs-page-hero--zack .zs-page-hero-content {
  max-width: 640px;
  padding: 1.5rem 1.35rem;
  background: rgba(8, 12, 20, 0.82);
  border-radius: 4px;
}

.zs-page-brand {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.zs-page-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}

.zs-page-lead {
  margin: 0 0 1.75rem;
  max-width: 540px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #f2f4f7;
}

.zs-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zs-page-actions--center {
  justify-content: center;
}

.zs-btn-on-dark.btn-border {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.zs-btn-on-dark.btn-border:hover {
  color: #12151c;
  background: #fff;
  border-color: #fff;
}

.zs-page-hero--packages {
  min-height: 58vh;
  background: #0b1c2c;
}

.zs-page-hero--packages .zs-page-hero-media {
  display: none;
}

.zs-page-hero--packages .zs-page-hero-scrim {
  display: none;
}

.zs-zack-specs {
  background: #f8f9fb;
}

.zs-spec-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zs-spec-list li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.4rem;
  border-bottom: 1px solid #e4e8ee;
  color: #5a6472;
  line-height: 1.5;
}

.zs-spec-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0367a2;
}

.zs-spec-list strong {
  color: #12151c;
}

.zs-zack-cta {
  background: #fff;
  border-top: 1px solid #e4e8ee;
}

.zs-zack-contact {
  margin-top: 1.5rem;
  color: #5a6472;
}

.zs-zack-contact a {
  color: #0367a2;
}

.packages-page .zack-packages {
  padding-top: 40px;
}

/* Intent landing pages */
.zs-page-hero--intent {
  min-height: 56vh;
  background: #0b1c2c;
}

.zs-page-hero--intent .zs-page-hero-content {
  max-width: 680px;
}

.zs-intent-section {
  background: #fff;
}

.zs-intent-section--alt {
  background: #f8f9fb;
}

.zs-intent-lead {
  max-width: 640px;
  margin: 0 auto 2rem;
  color: #5a6472;
  font-size: 1.05rem;
  line-height: 1.65;
  text-align: center;
}

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

.zs-intent-card {
  padding: 1.5rem 1.25rem;
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  background: #fff;
  height: 100%;
}

.zs-intent-section--alt .zs-intent-card {
  border-color: #dde3ea;
}

.zs-intent-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #12151c;
}

.zs-intent-card p {
  margin: 0;
  color: #5a6472;
  line-height: 1.55;
  font-size: 0.98rem;
}

.zs-intent-card a {
  color: #0367a2;
  font-weight: 600;
}

.zs-intent-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 720px;
}

.zs-intent-list li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.4rem;
  border-bottom: 1px solid #e4e8ee;
  color: #5a6472;
  line-height: 1.55;
}

.zs-intent-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0367a2;
}

.zs-intent-list strong {
  color: #12151c;
}

.zs-intent-faq details {
  border-bottom: 1px solid #e4e8ee;
  padding: 1rem 0;
}

.zs-intent-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #12151c;
  list-style: none;
}

.zs-intent-faq summary::-webkit-details-marker {
  display: none;
}

.zs-intent-faq summary::after {
  content: "+";
  float: right;
  color: #0367a2;
  font-weight: 700;
}

.zs-intent-faq details[open] summary::after {
  content: "–";
}

.zs-intent-faq p {
  margin: 0.75rem 0 0;
  color: #5a6472;
  line-height: 1.6;
  max-width: 680px;
}

.zs-site-faq {
  background: #f8f9fb;
}

.zs-site-faq .zs-intent-faq {
  text-align: left;
}

.zs-site-faq .section-header p {
  max-width: 560px;
  margin: 0 auto 2rem;
  color: #5a6472;
}

.zs-intent-note {
  margin-top: 1.5rem;
  color: #5a6472;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

.zs-intent-cta-band {
  background: #0b1c2c;
  color: #fff;
  text-align: center;
}

.zs-intent-cta-band h2 {
  color: #fff;
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.zs-intent-cta-band p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 auto 1.5rem;
  max-width: 520px;
}

@media (max-width: 991px) {
  .zs-intent-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .zs-page-hero {
    min-height: 60vh;
    padding: 100px 0 48px;
  }

  .zs-intent-grid {
    grid-template-columns: 1fr;
  }
}