/* Patch v0.4.67 — tipografi kutipan dan panah lebih transparan */
.supporting-figures-section{
  position:relative;
  overflow:hidden;
  background:#0c346f;
  color:#fff;
}
.supporting-figures-section .container{position:relative;z-index:1}
.supporting-figures-section .section-head{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:26px;
  margin-bottom:40px;
}
.supporting-figures-section .section-head>div{width:100%}
.supporting-figures-section .section-label{
  display:flex;
  align-items:center;
  gap:14px;
  color:#f4d58e;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
}
.supporting-figures-section .section-label::before{
  content:"";
  width:42px;
  height:3px;
  flex:0 0 auto;
  border-radius:999px;
  background:#f4d58e;
}
.supporting-figures-section .section-title{
  max-width:none;
  margin:14px 0 0;
  color:#fff;
  font-size:clamp(42px,5.5vw,70px);
  line-height:.98;
  letter-spacing:-.045em;
}
.supporting-figures-section .section-desc{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.6;
}
.sf-swiper{
  position:relative;
  width:100%;
  max-width:1540px;
  margin-inline:auto;
  padding-inline:0;
  box-sizing:border-box;
}
.sf-track-wrap{
  width:100%;
  overflow:hidden;
  scrollbar-width:none;
  touch-action:pan-y;
}
.sf-track-wrap::-webkit-scrollbar{display:none}
.sf-track{
  --sf-gap:36px;
  display:flex;
  align-items:stretch;
  gap:var(--sf-gap);
  transform:translate3d(0,0,0);
  transition:transform .72s cubic-bezier(.22,.68,.22,1);
  will-change:transform;
}
.sf-track.is-jump-reset{transition:none!important}
.sf-page{display:contents}
.sf-slide{
  flex:0 0 calc((100% - var(--sf-gap))/2);
  display:flex;
  min-width:0;
  height:auto;
}
.sf-card{
  display:grid;
  grid-template-columns:38% minmax(0,62%);
  width:100%;
  aspect-ratio:1.9 / 1;
  min-height:360px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:32px;
  background:rgba(53,94,145,.78);
  box-shadow:0 24px 60px rgba(2,15,39,.16);
}
.sf-media{
  position:relative;
  align-self:stretch;
  width:100%;
  height:100%;
  min-height:0;
  margin:0;
  overflow:hidden;
  border-radius:32px;
  background:#143568;
}
.sf-media img{
  display:block;
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  object-position:center;
  border-radius:32px;
  transform:scale(1);
  transform-origin:center center;
  transition:transform 2.2s cubic-bezier(.18,.72,.22,1);
  will-change:transform;
}
.sf-slide.is-zooming .sf-media img{transform:scale(1.06)}
.sf-slide.is-resetting .sf-media img{
  transform:scale(1);
  transition-duration:.68s;
  transition-timing-function:cubic-bezier(.22,.68,.22,1);
}
.sf-play{display:none!important}
.sf-body{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-width:0;
  padding:30px 32px 24px;
}
.sf-name{
  margin:0;
  color:#fff;
  font-size:clamp(23px,1.65vw,30px);
  line-height:1.12;
  font-weight:850;
}
.sf-position{
  margin-top:-3px;
  color:rgba(255,255,255,.76);
  font-size:14px;
  line-height:1.45;
}
.sf-quote{
  margin:0;
  color:#fff;
  font:600 14px/1.62 Georgia,"Times New Roman",serif;
}
.sf-footer{
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  gap:16px;
  margin-top:auto;
  padding-top:17px;
  border-top:1px solid rgba(255,255,255,.15);
}
.sf-mark{
  color:#f4d58e;
  font-family:Georgia,"Times New Roman",serif;
  font-size:50px;
  line-height:.62;
  font-weight:800;
}
.sf-meta{display:none!important}
.sf-nav{
  position:absolute;
  top:50%;
  z-index:7;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  padding:0;
  border:2px solid rgba(244,213,142,.46);
  border-radius:999px;
  background:rgba(236,242,249,.42);
  color:#0c346f;
  box-shadow:0 10px 24px rgba(2,15,39,.10);
  cursor:pointer;
  transform:translateY(-50%);
  transition:transform .2s ease,background .2s ease,border-color .2s ease,opacity .2s ease;
}
.sf-nav:hover,
.sf-nav:focus-visible{
  background:rgba(255,255,255,.68);
  border-color:rgba(244,213,142,.78);
  outline:none;
  transform:translateY(-50%) scale(1.06);
}
.sf-nav[hidden]{display:none!important}
.sf-nav-prev{left:14px}
.sf-nav-next{right:14px}
.sf-nav svg{width:24px;height:24px;pointer-events:none}
.sf-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:28px;
  margin-top:34px;
}
.sf-dot{
  width:15px;
  height:15px;
  padding:0;
  border:1px solid rgba(255,255,255,.36);
  border-radius:999px;
  background:rgba(255,255,255,.34);
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.sf-dot:hover,
.sf-dot:focus-visible{
  background:rgba(244,213,142,.72);
  border-color:#f4d58e;
  outline:none;
}
.sf-dot.is-active{
  background:#f4d58e;
  border-color:#f4d58e;
  transform:scale(1.06);
  box-shadow:0 0 0 5px rgba(244,213,142,.13);
}
@media(max-width:1500px){
  .sf-swiper{max-width:calc(100vw - 32px);padding-inline:0}
  .sf-track{--sf-gap:30px}
  .sf-card{min-height:350px}
  .sf-body{padding:27px 28px 22px}
  .sf-name{font-size:25px}
  .sf-nav{width:48px;height:48px}
}
@media(max-width:1100px){
  .sf-swiper{padding-inline:0}
  .sf-track{--sf-gap:22px}
  .sf-card{grid-template-columns:36% minmax(0,64%);aspect-ratio:auto;min-height:350px}
  .sf-body{padding:24px 22px 20px}
  .sf-name{font-size:22px}
  .sf-position{font-size:13px}
  .sf-nav{width:44px;height:44px}
}
@media(max-width:900px){
  .supporting-figures-section .section-head{gap:20px;margin-bottom:30px}
  .sf-swiper{max-width:100%;padding-inline:0}
  .sf-slide{flex-basis:100%}
  .sf-card{grid-template-columns:38% minmax(0,62%);aspect-ratio:1.9 / 1;min-height:360px}
  .sf-body{padding:28px 28px 22px}
  .sf-name{font-size:25px}
  .sf-position{font-size:14px}
}
@media(max-width:640px){
  .supporting-figures-section .section-title{font-size:clamp(38px,11vw,54px);line-height:1}
  .supporting-figures-section .section-desc{font-size:16px}
  .sf-swiper{padding-inline:0}
  .sf-track{--sf-gap:18px}
  .sf-card{grid-template-columns:1fr;aspect-ratio:auto;min-height:0;border-radius:24px}
  .sf-media{height:300px;min-height:300px;border-radius:24px}
  .sf-media img{height:300px;border-radius:24px}
  .sf-body{padding:26px 22px 24px}
  .sf-name{font-size:24px}
  .sf-position{font-size:14px}
  .sf-pagination{margin-top:24px}
  .sf-nav{width:42px;height:42px;background:rgba(236,242,249,.50)}
  .sf-nav-prev{left:10px}
  .sf-nav-next{right:10px}
}
@media(prefers-reduced-motion:reduce){
  .sf-track,.sf-media img{transition-duration:.01ms!important}
}
