/* What Includes Section - Stable arrows + cards slider */
.ifx-wis{
  overflow-x:hidden;
  padding:70px 22px 96px;
  background:#fbf6ee;
  color:#1e1e1e;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.ifx-wis *{ box-sizing:border-box; }

.ifx-wis-top-heading{
  text-align:center;
  margin:0 0 48px;
  font-family:"Playfair Display", serif;
  font-weight:600;
  font-size:44px;
  letter-spacing:-0.01em;
  line-height:1.1;
}

.ifx-wis-wrap{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:56px;
  align-items:center;
}

.ifx-wis-left{ display:flex; flex-direction:column; }
.ifx-wis-left-text{ min-height:270px; }

.ifx-wis-kicker{
  color: rgba(30,30,30,.35);
  font-weight:600;
  letter-spacing:.18em;
  font-size:12px;
  text-transform:uppercase;
  margin-bottom:16px;
}
.ifx-wis-title{
  font-family:"Playfair Display", serif;
  font-weight:600;
  font-size:54px;
  line-height:1.05;
  margin:0 0 18px;
  letter-spacing:-0.02em;
  color:#fba283;
}
.ifx-wis-desc{
  max-width:520px;
  color: rgba(30,30,30,.70);
  font-size:14px;
  line-height:1.9;
  margin:0;
}

.ifx-wis-nav{ display:flex; gap:14px; align-items:center; margin-top:34px; }
.ifx-wis-nav-btn{
  width:32px; height:32px;
  border-radius:999px;
  border:1px solid #000;
  background:transparent;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  transition: background .15s ease, transform .05s ease, opacity .15s ease;
  user-select:none;
  padding:0;
}
.ifx-wis-nav-btn svg{ width:14px; height:14px; stroke:#000; }
.ifx-wis-nav-btn:active{ transform: scale(.98); }
.ifx-wis-nav-btn.is-disabled,
.ifx-wis-nav-btn:disabled{ cursor:not-allowed; opacity:.30; }
.ifx-wis-nav-btn.is-disabled:hover,
.ifx-wis-nav-btn:disabled:hover{ background:inherit; }

.ifx-wis-right{ display:flex; justify-content:center; position:relative; padding:10px 0; }
.ifx-wis-stack{ position:relative; width:430px; height:720px; }
.ifx-wis-swiper{ position:absolute; inset:0; width:430px; height:720px; z-index:2; }
.ifx-wis-swiper .swiper-slide{ display:flex; align-items:center; justify-content:center; }
.ifx-wis-swiper img{
  width:100%; height:100%;
  object-fit:contain;
  display:block;
  user-select:none;
  -webkit-user-drag:none;
  pointer-events:none;
}

/* Hide empty outline slides */
.ifx-wis .ifx-wis-swiper .swiper-slide:not([data-has-content="true"]){
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}

@media (max-width:980px){
  .ifx-wis-wrap{ grid-template-columns:1fr; gap:34px; }
  .ifx-wis-top-heading{ font-size:38px; margin-bottom:34px; }
  .ifx-wis-title{ font-size:44px; }
  .ifx-wis-stack, .ifx-wis-swiper{ width:360px; height:620px; }
  .ifx-wis-left-text{ min-height:240px; }
}
@media (max-width:420px){
  .ifx-wis{ padding:60px 16px 80px; }
  .ifx-wis-top-heading{ font-size:34px; }
  .ifx-wis-title{ font-size:38px; }
  .ifx-wis-stack, .ifx-wis-swiper{ width:320px; height:560px; }
  .ifx-wis-left-text{ min-height:260px; }
}
