@charset "utf-8";
/* CSS Document */


/* FORCE RESPONSIVE OUTDOOR HERO */
@media (max-width: 900px) {

  /* Force hero to stack */
  section.hero {
    display: block !important;
    width: 100% !important;
    padding: 24px 16px !important;
    overflow-x: hidden !important;
  }

  /* Left column */
  section.hero > div {
    width: 100% !important;
    margin-bottom: 24px !important;
    display: block !important;
  }

  /* CTA rows */
  section.hero .cta-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }

  section.hero .cta-row .btn-b {
    width: 100% !important;
    text-align: center !important;
  }

  /* Gallery wrapper 
  section.hero .gallery-wrap {
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
  }*/

  /* Visual slider container */
  section.hero .visual {
    width: 100% !important;
    position: relative !important;
    text-align: center !important;
  }

  /* Slides 
  section.hero .visual .slide {
    width: 100% !important;
    display: block !important;
  }*/

  /* Images — override inline width="450px" */
  section.hero .visual img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }

  /* Arrows */
  section.hero .arrow-btn {
    top: 45% !important;
    transform: translateY(-50%) !important;
  }

  /* Buttons under gallery */
  section.hero .gallery-wrap .btn-b {
    width: 100% !important;
    font-size: 20px !important;
  }


}



/* DESKTOP 
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}*/

/* MOBILE FIX */
@media (max-width: 900px) {
  /* Collapse grid into 1 column */
  .grid-2 {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Make cards full width and readable */
  #outdoor-specs .card.success {
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  /* Specs row becomes a wrapped flexbox */
  #outdoor-specs .specs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: center !important;
  }

  #outdoor-specs .spec {
    flex: 1 1 45% !important;
    text-align: center !important;
    padding: 10px 0 !important;
  }

  /* Headings and intro text */
  #outdoor-specs h2 {
    text-align: center !important;
    font-size: 26px !important;
  }

  #outdoor-specs p {
    text-align: center !important;
    font-size: 18px !important;
  }

  /* Section padding */
  #outdoor-specs {
    padding: 24px 16px !important;
  }
}


.section {
	max-width: 90%;
	margin-left: auto;
  margin-right: auto;
    padding: 42px 48px;
    border-bottom: 1px solid var(--border)
}
.section h2 {
    font-size: 34px;
    margin: 0 0 12px;
    color: var(--navy);
    letter-spacing: -.5px
}
.section .lead {
    font-size: 21px;
	font-weight: bold;
    color: #000;
    max-width: 1000px;
    margin: 0 0 24px;
}
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
	align-items: start; /* key fix */
}
}
.card {
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 12px 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(7,27,51,.06)
}
.card h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 22px
}
.card p {
    margin: 0;
    color: #000;
    font-size: 20px;
	font-weight: bold;
}
.danger {
    background: #fff5f2;
    border-color: #ffc9ba
}
.success {
    background: #f1fff6;
    border-color: #bceacb
}
.icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #e6f3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 12px
}
.compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
}
.compare .bad {
    background: #fff4f4;
    border: 1px solid #ffc9c9;
    border-radius: 18px;
    padding: 22px
}
.compare .good {
    background: #f2fff7;
    border: 1px solid #bceacb;
    border-radius: 18px;
    padding: 22px
}
.compare h3 {
    margin: 0 0 12px;
    font-size: 24px
}
ul {
    padding-left: 20px;
    margin: 12px 0 0
}
li {
    margin: 8px 0;
    color: #344054
}
.roi {
    background: linear-gradient(135deg, #f7fbff, #eef7ff)
}
.roi-box {
    display: grid;
grid-template-columns:1.2fr .8fr;
    gap: 28px;
    align-items: center
}
.big-number {
    font-size: 72px;
    font-weight: 1000;
    color: var(--blue);
    line-height: 1;
    margin: 0
}
.specs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 20px
}
.spec {
    background: #f6f9fc;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px;
    font-size: 18px;
    color: #000;
	font-weight: bold;
}
.form {
    background: #06162b;
    color: white;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 18px 38px rgba(0,0,0,.18)
}
.form h3 {
    font-size: 28px;
    margin: 0 0 8px;
    color: white
}
.form p {
    color: #cfe4ff;
    margin: 0 0 16px
}
.field {
    background: white;
    border-radius: 10px;
    padding: 13px 14px;
    margin: 10px 0;
    color: #748094;
    font-weight: 700
}
.form .btn {
    display: block;
    text-align: center;
    margin-top: 14px
}


