/* ---- Tokens ---- */
:root {
  --lw-graphite: #171a1d;
  --lw-hairline: #d8dee5;
  --lw-white:#fff;
  --lw-accent: #1f6fae;
  --lw-accent-hover: #155a8a;
  --lw-muted: #6b7280;
}

/* ---- Scroll reveal ---- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 800ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Ghost button variant */
.sol-hero__btn--ghost {
  background: transparent;
  color: var(--lw-white);
  border: 1px solid var(--lw-hairline);
}
.sol-hero__btn--ghost:hover {
  background: var(--lw-white);
  border-color: rgba(192, 192, 192, 0.55);
  color: black;
}

/* =========================================================
   Solutions Hero
   ========================================================= */
.sol-hero {
  position: relative;
  /* background: #fff; */
  background-position: center;
  background-size: cover;
  color: var(--lw-graphite);
  min-height: 88vh;
  display: flex;
  align-items: center;
}
.huddle-solutions
{
    background-image: url(../assets/huddle-space-solutions/huddle-space-banner.png);
}
.sol-hero__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .sol-hero__inner {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .sol-hero__inner {
    padding: 0 32px;
  }
}
.sol-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}

.sol-hero__content {
  opacity: 0;
  transform: translateY(16px);
  animation: solHeroIn 700ms ease 80ms forwards;
}
.sol-hero__eyebrow {
  margin: 0 0 24px;
  color:  rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.sol-hero__title {
  margin: 0 0 28px;
  color: var(--lw-white);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.sol-hero__lede {
  margin: 0 0 40px;
  max-width: 560px;
  color: var(--lw-white);
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.7;
}
.sol-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 640px) {
  .sol-hero__actions {
    flex-direction: row;
    gap: 16px;
  }
}

@media (max-width: 1023px) {
  .sol-hero__content {
    order: 1;
  }
  .sol-hero__visual {
    order: 2;
    aspect-ratio: 5/4;
  }
}
@keyframes solHeroIn {
  to {
    opacity: 1;
    transform: none;
  }
}





/* =============================  Recommended Products  Section Design ===================================== */
.recommend-products-section
{
    padding: 70px 0px;
}
.systems__header.recommend-products-header
{
text-align: left;
max-width: 100%;
display: flex;

    align-items: end;

}
.systems__header.recommend-products-header .systems__heading
{
        margin: 0 0 0px;
}
.right-align-point
{
    display: flex;
    max-width: 450px;
    height: max-content;
    margin-left: auto;
}
.right-side-icon-wrap
{
background: #efeff7;
   
    border-radius: 50%;
    width: 52px;
    min-width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border: 1px solid #ffffff;
}

.systems__img--hover {
  opacity: 0;
  position: absolute; /* if not positioned, it causes layout shift too */
}
.systems__media {
  position: relative;
  overflow: hidden;
}

.systems__img--default,
.systems__img--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.systems__img--default {
  opacity: 1;
  transition: opacity 300ms ease;
}

.systems__img--hover {
  opacity: 0;
  transition: opacity 300ms ease;
}

.systems__panel:hover .systems__img--default {
  opacity: 0;
}

.systems__panel:hover .systems__img--hover {
  opacity: 1;
}

/* <!-- ====================== Product Eco System  Section==================== --> */
.product-eco-system
{
    background:white;
    padding: 70px 0px;
}
.product-eco-wrap
{
    width: 100%;
    max-width: 1600px;
    padding: 0 24px;
        margin: 0 auto;
}
.page-wrap {
  position: relative;
}

.sticky-top {
  position: sticky;
  top: 25px;
  z-index: 1;
    text-align: center;
  padding: 32px 36px 28px;
  margin-bottom: 40px;
}
.eco-system-heading
{
    margin:0 auto 24px;
    max-width: 70%;
}
.systems__intro.eco-system-into
{
  margin: 0 auto; 
     max-width: 640px;
}
   
.image-layer {
  position: relative;
  z-index: 2;

  border-radius: 20px;
}

.image-layer img {
  width: 100%;
  display: block;
    border-radius: 20px;
    height: 100vh;
}
.eco-system-points-cards
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28PX;
    margin-top: 30px;
}
.eco-system-cards
{
min-height: 500px;

border-radius: 20px;
padding: 26px;

}
.eco-system-cards.card-1
{
background-image:url(../assets/huddle-space-solutions/eco-system-images/1.png) ;
}
.eco-system-cards.card-2
{
background-image:url(../assets/huddle-space-solutions/eco-system-images/2.png) ;
}
.eco-system-cards.card-3
{
background-image:url(../assets/huddle-space-solutions/eco-system-images/3.png) ;
}
.eco-system-subhead
{
font-size: 30px;
font-weight: 600;
max-width: 70%;
line-height: 1.3;
margin-bottom: 10px;
}
.eco-system-desc
{
font-size: 16px;
  color: #2b3038;
  font-weight: 400;
    line-height: 1.6;
}


/* <!-- ====================== Benifitsss ==================== --> */
.product-eco-system-benifit
{
  padding: 70px 0px;
}
.systems__heading.benifits-heading
{
  max-width: unset;
  margin: 0 0 24px;
}
.systems__intro.benifits-intro
{
  margin: 0;
  max-width: 600px;
}
.benifits__points-bg
{
  display: flex;
  align-items: center;
background: linear-gradient(#f4faff, #f3f3f3);
  padding: 30px;
  border-radius: 20px;
  margin-top: 40px ;
  flex: 1 0;
}
.benifits__points,
.benifits__image
{
flex: 1 1;
}
.benifits__image
{
margin-top: -100px;
border-radius: 30px;
overflow: hidden;
}
.benifits-point-list
{
  padding-right: 50px;
}
.benifits-point-list li{
  margin-bottom: 20px;
  border-bottom:  1px solid rgb(219, 219, 219);
  padding-bottom: 12px;
}
.benifits-point-list li:last-child
{
  border: none;
    margin-bottom: 0px;
}
.benifits-point-list h3{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.benifits-point-list p{
  font-size: 16px;
}
.benifits-icons-wrap
{
  max-width: 900px;
  /* background: rgb(209, 209, 209); */
      background: linear-gradient(45deg, #dbe5ed75, #cacac85c);
  border-radius: 24px;
  margin: 30px auto 0;
  padding: 20px;

}
.icon-list-wrap .icon-list
{
display: flex;
gap: 16px;
justify-content: space-evenly;
}
.benifits-icons-wrap h3
{
font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.icon-list li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-list li .icon-wrap
{
 
  border: 1px solid rgb(150 150 150);
    border-radius: 50%;
    /* padding: 8px; */
    min-width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.icon-list li .icon-wrap img{
  width: 26px;
}

   /* <!-- =========================== Final CTA Section Design ====================================== --> */
   .solutions-cta-section
   {
    padding: 35px 0 70px;
        /* background-image:url(../assets/huddle-space-solutions/solution-cta-image.png) ;
            background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */

   }
   .cta-container
   {
    background-image:url(../assets/huddle-space-solutions/solutiotions-cta-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-radius: 20px;
    display: flex;
      align-items: center;
    justify-content: center;
    padding: 80px 20px;
   }
   .cta-text-wrap
   {
    text-align: center;
   }
     .cta-text-wrap .cta-heading
     {
      font-size: 42px;
      font-weight: 600;
      margin: 10px auto 20px;
      max-width: 550px;
      line-height: 1.3;
     }
      .cta-text-wrap .cta-desc
      {
        margin:0 auto 30px;
      
      max-width: 550px;
      }

/* ==========================================================================
   SOLUTIONS PAGE — RESPONSIVE (desktop ≥1200px unchanged)
   Same breakpoints + heading sizes as home / listing / detail.
   ========================================================================== */

@media (max-width: 1199px) {
  .sol-hero {
    min-height: 70vh;
  }

  .sol-hero__title {
    font-size: clamp(40px, 5vw, 64px);
  }

  .recommend-products-section,
  .product-eco-system,
  .product-eco-system-benifit {
    padding: 56px 0;
  }

  .solutions-cta-section {
    padding: 40px 0 56px;
  }

  .eco-system-heading {
    max-width: 85%;
  }

  .eco-system-points-cards {
    gap: 20px;
  }

  .eco-system-cards {
    min-height: 420px;
    padding: 22px;
  }

  .eco-system-subhead {
    font-size: 26px;
    max-width: 90%;
  }

  .cta-container {
    padding: 64px 24px;
  }

  .cta-text-wrap .cta-heading {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .sol-hero {
    min-height: 0;
    padding: 100px 0 72px;
    background-position: unset;
  }

  .huddle-solutions {
    background-position: unset;
  }

  .sol-hero__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sol-hero__title {
    font-size: clamp(36px, 6vw, 48px);
    margin-bottom: 20px;
    line-height: 1.15;
  }

  .sol-hero__eyebrow {
    margin-bottom: 16px;
  }

  .sol-hero__lede {
    margin-bottom: 28px;
    font-size: 15px;
    max-width: none;
  }

  .sol-hero__actions {
    flex-direction: column;
    width: 100%;
    max-width: 360px;
  }

  .sol-hero__actions .hero__btn {
    width: 100%;
  }

  .section-title,
  .systems__heading,
  .eco-system-heading,
  .benifits-heading.systems__heading,
  .cta-heading {
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.15;
  }

  .recommend-products-section,
  .product-eco-system,
  .product-eco-system-benifit {
    padding: 48px 0;
  }

  .systems__header.recommend-products-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    margin-bottom: 36px;
  }

  .right-align-point {
    margin-left: 0;
    max-width: none;
  }

  .systems__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }

  .product-eco-wrap {
    padding: 0 20px;
  }

  .sticky-top {
    position: static;
    text-align: left;
    padding: 0 0 28px;
    margin-bottom: 0;
  }

  .eco-system-heading {
    max-width: none;
    margin: 0 0 16px;
  }

  .systems__intro.eco-system-into {
    margin: 0;
    max-width: none;
    text-align: left;
  }

  .image-layer img {
    height: auto;
    max-height: 70vh;
    object-fit: cover;
  }

  .eco-system-points-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  .eco-system-cards {
    min-height: 350px;
    background-size: cover;
    background-position: center;
  }

  .eco-system-subhead {
    font-size: 24px;
    max-width: none;
   
  }

  .eco-system-desc {

  }

  .benifits__points-bg {
    flex-direction: column;
    padding: 24px;
    margin-top: 28px;
    gap: 24px;
  }

  .benifits-point-list {
    padding-right: 0;
  }

  .benifits__image {
    margin-top: 0;
    width: 100%;
    border-radius: 20px;
    order: -1;
  }

  .benifits__image img {
    width: 100%;
    display: block;
  }

  .systems__intro.benifits-intro {
    max-width: none;
  }

  .benifits-icons-wrap {
    margin-top: 24px;
    padding: 20px 16px;
  }

  .icon-list-wrap .icon-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
    justify-items: center;
  }

  .solutions-cta-section {
    padding: 32px 0 48px;
  }

  .cta-container {
    padding: 56px 20px;
    border-radius: 16px;
    background-position: unset;
  }

  .cta-text-wrap {
    text-align: left;
  }

  .cta-text-wrap .cta-heading {
    margin: 10px 0 16px;
    max-width: none;
  }

  .cta-text-wrap .cta-desc {
    margin: 0 0 24px;
    max-width: none;
    text-align: left;
  }

  .cta-text-wrap .hero__btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sol-hero {
    padding: 88px 0 56px;
  }

  .sol-hero__title {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .sol-hero__eyebrow,
  .systems__eyebrow {
    font-size: 12px;
    letter-spacing: 0.14em;
    margin-bottom: 14px;
  }

  .sol-hero__lede {
    font-size: 15px;
  }

  .section-title,
  .systems__heading,
  .eco-system-heading,
  .benifits-heading.systems__heading,
  .cta-heading,
  .cta-text-wrap .cta-heading {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .recommend-products-section,
  .product-eco-system,
  .product-eco-system-benifit {
    padding: 40px 0;
  }

  .systems__header.recommend-products-header {
    margin-bottom: 28px;
  }

  .systems__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .right-side-icon-wrap {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .product-eco-wrap {
    padding: 0 16px;
  }

  .image-layer {
    border-radius: 14px;
  }

  .image-layer img {
    border-radius: 14px;
    max-height: 55vh;
  }

  .eco-system-cards {
    min-height: 350px;
    padding: 20px;
    border-radius: 14px;
  }

  .eco-system-subhead {
    font-size: 20px;
  }

  .eco-system-desc {
    font-size: 14px;
  }

  .benifits__points-bg {
    padding: 20px;
    border-radius: 14px;
  }

  .benifits-point-list h3 {
    font-size: 18px;
  }

  .benifits-point-list p {
    font-size: 14px;
  }

  .benifits-icons-wrap {
    border-radius: 16px;
  }

  .benifits-icons-wrap h3 {
    font-size: 18px;
  }

  .icon-list li .icon-desc {
    font-size: 13px;
    text-align: center;
  }

  .solutions-cta-section {
    padding: 24px 0 40px;
  }

  .cta-container {
    padding: 40px 16px;
  }

  .cta-text-wrap .cta-desc {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .sol-hero {
    padding: 100px 0 48px;
  }

  .sol-hero__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sol-hero__title {
    font-size: 34px;
  }

  .section-title,
  .systems__heading,
  .eco-system-heading,
  .benifits-heading.systems__heading,
  .cta-heading,
  .cta-text-wrap .cta-heading {
    font-size: 28px;
  }

  .recommend-products-section,
  .product-eco-system,
  .product-eco-system-benifit {
    padding: 32px 0;
  }

  .systems__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .eco-system-cards {
    min-height: 350px;
    padding: 16px;
  }

  .eco-system-subhead {
    font-size: 18px;
  }

  .icon-list-wrap .icon-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }

  .icon-list li .icon-wrap {
    min-width: 44px;
    height: 44px;
  }

  .cta-container {
    padding: 36px 16px;
    border-radius: 14px;
  }

  .cta-text-wrap .hero__btn {
    height: 48px;
    font-size: 14px;
  }
  .solutions-cta-section  .cta-container
  {
    background-image: none;
  }
}

@media (max-width: 360px) {
  .sol-hero__title {
    font-size: 30px;
  }

  .section-title,
  .systems__heading,
  .eco-system-heading,
  .benifits-heading.systems__heading,
  .cta-heading,
  .cta-text-wrap .cta-heading {
    font-size: 26px;
  }

  .icon-list-wrap .icon-list {
    grid-template-columns: 1fr 1fr;
  }

  .eco-system-cards {
    min-height: 350px;
  }
}