:root{
  --gold:#C98A08;
  --gold-dark:#9B6500;
  --cream:#FBF6EA;
  --ink:#17212B;
  --muted:#68727B;
  --line:#EDE5D6;
}
html{scroll-behavior:smooth}
.hospital-wrapper{
  position:relative;
  width:100%;
  height:100%;
}
.hospital-wrapper img{
  position:relative;
  z-index:1;
  width:100%;
  height:auto;
  display:block;
  transform:translateY(-2%);
}
.hospital-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0) 58%,
    rgba(255,255,255,.18) 72%,
    rgba(255,255,255,.46) 84%,
    rgba(255,255,255,.78) 92%,
    rgba(255,255,255,1) 100%);
  mix-blend-mode:normal;
}
@keyframes floatBob{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}
.float-bob{
  animation:floatBob 4.5s ease-in-out infinite;
  transform-origin:center;
  will-change:transform;
}
.float-bob--delay{animation-delay:1.1s}
body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:'Poppins',sans-serif;
  overflow-x:hidden;
}
.site-header{
  transition:position .3s ease, background-color .3s ease, backdrop-filter .3s ease, -webkit-backdrop-filter .3s ease, border-color .3s ease, box-shadow .3s ease;
  border-bottom:1px solid transparent;
}
.site-header.nav-scrolled{
  position:fixed;
  top:0; left:0; right:0;
  background-color:rgba(255,253,248,.70);
  -webkit-backdrop-filter:saturate(160%) blur(16px);
  backdrop-filter:saturate(160%) blur(16px);
  border-bottom:1px solid rgba(201,138,8,.14);
  box-shadow:0 14px 40px rgba(96,62,2,.07), 0 1px 0 rgba(255,255,255,.6) inset;
}
.site-header.nav-scrolled .container-satya{height:64px}
.site-header.nav-scrolled img[alt="SATYA"]{width:88px !important}
section[id]{scroll-margin-top:88px}
.site-header .header-navigation a{white-space:nowrap;flex-shrink:0}
.site-header .header-navigation a{
  position:relative;
  transition:color .25s ease;
}
.site-header .header-navigation a::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-5px;
  height:2px;
  border-radius:2px;
  background:#B77600;
  transform:scaleX(0);
  transition:transform .25s ease;
}
.site-header .header-navigation a.active{color:#9B6500}
.site-header .header-navigation a.active::after{transform:scaleX(1)}
.site-header .header-layout > .btn-gold.active{
  outline:2px solid #9B6500;
  outline-offset:3px;
}
@media(prefers-reduced-motion:reduce){
  .site-header .header-navigation a,
  .site-header .header-navigation a::after{transition:none}
}
.site-header .header-navigation a:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
@media(max-width:1023px){
  .site-header .container-satya.header-layout{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    gap:10px 16px;
    height:auto;
    padding-block:10px;
  }
  .site-header .header-layout > .btn-gold{justify-self:end;white-space:nowrap}
  .site-header .header-navigation{
    grid-column:1 / -1;
    grid-row:2;
    min-width:0;
    overflow-x:auto;
    padding:5px 2px 7px;
    scrollbar-width:thin;
    scrollbar-color:#D8B36A transparent;
  }
  section[id]{scroll-margin-top:126px}
}
@media(min-width:768px){
  .site-header.nav-scrolled .container-satya{height:68px}
  .site-header.nav-scrolled img[alt="SATYA"]{width:98px !important}
}
.font-poppins{font-family:'Plus Jakarta Sans',sans-serif}
.container-satya{width:min(1160px, calc(100% - 40px)); margin-inline:auto}
.gold-text{
  background:linear-gradient(110deg,#9B6500 0%,#D39A12 45%,#9B6500 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.625rem;
  background-color:#FFFFFF;
  border:1px solid #F1E2BF;
  border-radius:9999px;
  padding:.5rem 1.1rem .5rem .9rem;
  color:#23324B;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.28em;
  text-transform:uppercase;
  box-shadow:0 6px 20px rgba(146,99,5,.05);
}
.eyebrow::before{
  content:"";
  display:inline-block;
  width:.5rem;
  height:.5rem;
  border-radius:9999px;
  background-color:#B77600;
  flex-shrink:0;
}
.hero-bg{
  min-height:clamp(780px,51.15vw,982px);
  padding-top:clamp(150px,11.3vw,217px);
  overflow:hidden;
  isolation:isolate;
  background-color:#FFFBF1;
  background-image:url('../images/bg-hero.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
}
.hero-bg .hero-wash{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,251,241,.18),rgba(255,251,241,.08) 48%,transparent 75%);
  pointer-events:none;
}
.hero-bg .hero-layout{
  width:min(1216px,calc(100% - 64px));
  position:relative;
  z-index:1;
}
.hero-bg .hero-copy{position:relative;z-index:40;width:46%}
.hero-bg .eyebrow{
  font-size:11px;
  letter-spacing:.2em;
  padding:8px 15px 8px 13px;
  margin-bottom:24px;
  box-shadow:none;
}
.hero-bg .hero-title{
  margin:0;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:clamp(48px,3.65vw,70px);
  line-height:1.055;
  letter-spacing:-.065em;
  font-weight:800;
  color:#14231F;
}
.hero-bg .hero-title-line{display:block;white-space:nowrap}
.hero-bg .hero-percent{color:#A56A0C}
.hero-bg .hero-tagline{
  display:block;
  margin-top:20px;
  color:#B47D14;
  font-size:clamp(34px,2.5vw,48px);
  line-height:1.2;
  letter-spacing:-.065em;
  white-space:nowrap;
}
.hero-bg .hero-description{
  max-width:500px;
  margin:34px 0 0;
  font-size:clamp(15px,.94vw,18px);
  line-height:1.8;
  font-weight:400;
  color:#303A43;
}
.hero-bg .hero-actions{display:flex;gap:12px;margin-top:36px}
.hero-bg .hero-actions a{
  min-height:51px;
  justify-content:space-between;
  gap:16px;
  white-space:nowrap;
  font-size:12px;
}
.hero-bg .hero-actions .btn-gold{background:#B77C0D;box-shadow:none}
.hero-bg .hero-actions .btn-light{min-width:190px;color:#14231F;border-color:#E2E4E1}
.hero-bg .hero-actions .bx-play-circle{font-size:20px;color:#A17B24}
.hero-bg .hero-benefits{
  display:flex;
  gap:28px;
  margin-top:24px;
}
.hero-bg .hero-benefits > div{gap:7px}
.hero-bg .hero-benefits > div > div > div{
  color:#303A43;
  font-size:10px;
  line-height:1.55;
  font-weight:400;
}
.hero-bg .hero-benefits i{font-size:16px;color:#A77923}
/* A shared canvas keeps the three illustrations aligned at every desktop size. */
.hero-bg .hero-visual{
  position:absolute;
  top:0;
  left:48%;
  width:66%;
  aspect-ratio:800 / 760;
  pointer-events:none;
}
.hero-bg .hero-dashboard{
  position:absolute;
  top:11.3%;
  left:0;
  width:80%;
  max-width:none;
  height:auto;
  z-index:20;
}
@keyframes heroFloatBob{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(24px)}
}
.hero-bg .hero-mascot{position:absolute;left:63%;top:9.5%;width:37%;z-index:30;animation-name:heroFloatBob}
.hero-bg .hero-mascot img{display:block;width:100%;height:auto;position:relative;z-index:1}
.hero-bg .hospital-wrapper{
  position:absolute;
  width:76%;
  height:auto;
  right:0;
  top:50%;
  z-index:25;
}
.hero-bg .hospital-wrapper img{transform:none}
.hero-bg .hospital-overlay{
  background:linear-gradient(180deg,transparent 58%,rgba(255,255,255,.18) 72%,rgba(255,255,255,.46) 84%,rgba(255,255,255,.78) 92%,#fff 100%);
}
@media (min-width:1400px){
  .hero-bg{min-height:calc(clamp(150px,11.3vw,217px) + 765px)}
}
@media (min-width:1024px) and (max-width:1399px){
  .hero-bg{min-height:max(780px,calc(clamp(150px,11.3vw,217px) + 690px))}
  .hero-bg .hero-visual{width:58%;left:45%;top:20px}
  .hero-bg .hero-benefits{gap:18px}
  .hero-bg .hero-actions .btn-light{min-width:165px}
}
@media (max-width:1023px){
  .hero-bg{min-height:0;padding:132px 0 0;background-position:62% center}
  .hero-bg .hero-layout{width:min(680px,calc(100% - 48px))}
  .hero-bg .hero-copy{width:100%}
  .hero-bg .hero-title{font-size:clamp(40px,7.2vw,64px)}
  .hero-bg .hero-tagline{font-size:clamp(30px,5.1vw,45px)}
  .hero-bg .hero-description{max-width:510px}
  .hero-bg .hero-visual{position:relative;left:auto;top:auto;width:100%;margin-top:24px}
}
@media (max-width:479px){
  .hero-bg{padding-top:112px}
  .hero-bg .hero-layout{width:calc(100% - 36px)}
  .hero-bg .eyebrow{font-size:9px;margin-bottom:22px}
  .hero-bg .hero-title{font-size:clamp(32px,8.8vw,42px)}
  .hero-bg .hero-tagline{font-size:clamp(25px,6.75vw,32px);margin-top:16px}
  .hero-bg .hero-description{font-size:13px;line-height:1.85;margin-top:24px}
  .hero-bg .hero-actions{gap:10px;margin-top:26px}
  .hero-bg .hero-actions a{font-size:10px;padding:12px 16px;min-height:46px;gap:10px}
  .hero-bg .hero-actions .btn-light{min-width:130px}
  .hero-bg .hero-benefits{gap:12px;flex-wrap:wrap}
  .hero-bg .hero-benefits > div > div > div{font-size:9px}
  .hero-bg .hero-visual{width:106%;margin-left:-3%;margin-top:16px}
}
@media (max-width:359px){
  .hero-bg .hero-actions a{font-size:9px;padding-inline:12px;gap:8px}
  .hero-bg .hero-actions .btn-light{min-width:110px}
}
@media (prefers-reduced-motion:reduce){
  .hero-bg .hero-mascot{animation:none}
  .hero-bg .reveal{opacity:1;transform:none;transition:none}
}
.cta-bg{
  background-color:#FFFBF1;
  position:relative;
  overflow:hidden;
}
.cta-bg::before,
.cta-bg::after{
  content:"";
  position:absolute;
  border-radius:50%;
  filter:blur(100px);
  pointer-events:none;
}
.cta-bg::before{
  width:520px;height:520px;
  background:rgba(227,169,27,.12);
  left:-180px;top:-180px;
}
.cta-bg::after{
  width:620px;height:620px;
  background:rgba(245,218,153,.32);
  right:-220px;bottom:-240px;
}
.cta-sweep{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(115deg,transparent 0%,transparent 46%,rgba(246,224,170,.45) 48%,rgba(246,224,170,.18) 52%,transparent 56%,transparent 100%);
  mix-blend-mode:multiply;
  opacity:.85;
}
.cta-wa{
  background:linear-gradient(135deg,#9A5E00,#B87500 55%,#D29A16);
  color:#fff;
  border:1px solid rgba(185,122,4,.55);
  box-shadow:0 14px 36px rgba(154,94,0,.22);
  transition:transform .28s ease, box-shadow .28s ease, filter .28s ease;
}
.cta-wa:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(154,94,0,.28);filter:saturate(1.05)}
.cta-email{
  background:#fff;
  border:1px solid #E8DDC5;
  color:#23324B;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background-color .28s ease;
}
.cta-email:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 32px rgba(142,94,0,.09);
  border-color:#EFD39A;
  background:#FFFDF6;
}
.section-bg{
  background-color:#FFFBF1;
  background-image:
    radial-gradient(ellipse 90% 70% at 100% 0%, rgba(227,169,27,.20), transparent 62%),
    radial-gradient(ellipse 80% 60% at 0% 100%, rgba(227,169,27,.10), transparent 62%),
    linear-gradient(180deg,#FFFBF1 0%, #FFF6E3 48%, #FFFDF7 100%);
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
}
.section-bg::before{
  content:"";
  position:absolute;inset:0;
  background-image:
    radial-gradient(1000px 500px at 108% 6%, rgba(201,138,8,.16), transparent 60%),
    radial-gradient(800px 400px at -8% 96%, rgba(201,138,8,.09), transparent 60%);
  pointer-events:none;
}
.security-bg{
  background-color:#FFFFFF;
  background-image:
    radial-gradient(circle 320px at 12% 82%, rgba(227,169,27,.10), transparent 72%),
    radial-gradient(circle 260px at 82% 35%, rgba(227,169,27,.08), transparent 72%),
    linear-gradient(180deg,#FFFFFF 0%, #FFFBF3 100%);
  position:relative;
  overflow:hidden;
}
.security-bg::before{
  content:"";
  position:absolute;inset:0;
  background-image:
    radial-gradient(circle 240px at 5% 78%, rgba(227,169,27,.06), transparent 72%);
  pointer-events:none;
}
.security-bg .security-benefits > div > div{
  transition:transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}
.security-bg .security-benefits > div > span{
  transition:transform .3s ease, color .3s ease;
}
@media (hover:hover) and (pointer:fine){
  .security-bg .security-benefits > div:hover > div{
    transform:translateY(-5px) scale(1.06);
    background-color:#C18A12;
    box-shadow:0 12px 24px rgba(176,119,4,.22);
  }
  .security-bg .security-benefits > div:hover > span{
    transform:translateY(-5px);
    color:#8E5E00;
  }
}
@media (prefers-reduced-motion:reduce){
  .security-bg .security-benefits > div > div,
  .security-bg .security-benefits > div > span{transition:none}
  .security-bg .security-benefits > div:hover > div,
  .security-bg .security-benefits > div:hover > span{transform:none}
}
.implementation-bg{
  background-color:#FAF6EF;
  position:relative;
  overflow:hidden;
}
.usecases-bg{
  background-color:#FAF6EF;
  position:relative;
  overflow:hidden;
}
.usecase-card{
  transition:transform .32s cubic-bezier(.22,.61,.36,1), box-shadow .32s ease, background .32s ease, border-color .32s ease;
  border:1px solid transparent;
}
.usecase-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 52px rgba(146,99,5,.11);
  background:linear-gradient(180deg,#FFFFFF 0%, #FFFBF1 100%);
  border-color:#F2DDAE;
}
.usecase-card:hover .usecase-icon{
  transform:scale(1.18);
  color:#9B6500;
}
.usecase-card:hover .usecase-title{
  color:#B87500;
}
.usecase-icon{transition:transform .38s cubic-bezier(.22,.61,.36,1), color .32s ease}
.usecase-title{transition:color .32s ease}
.cycle-zoom{
  overflow:visible;
  cursor:pointer;
  border-radius:24px;
  transition:transform .4s cubic-bezier(.22,.61,.36,1);
}
.cycle-zoom__img{
  transition:transform .55s cubic-bezier(.22,.61,.36,1), filter .35s ease;
  transform-origin:50% 58%;
  will-change:transform;
}
.cycle-zoom__wording{
  transition:transform .45s cubic-bezier(.22,.61,.36,1), opacity .35s ease, filter .35s ease;
  transform-origin:50% 50%;
}
@keyframes heroCycleWordingZoom{
  0%,100%{scale:1}
  50%{scale:1.06}
}
#proses .cycle-zoom > .cycle-zoom__wording,
.wording-zoom{
  animation:heroCycleWordingZoom 5s ease-in-out infinite;
}
@media (prefers-reduced-motion:reduce){
  #proses .cycle-zoom > .cycle-zoom__wording,
  .wording-zoom{animation:none}
}
.cycle-zoom:hover .cycle-zoom__img{
  transform:scale(1.055);
  filter:drop-shadow(0 18px 44px rgba(146,99,5,.14)) saturate(1.04);
}
.cycle-zoom:hover .cycle-zoom__wording{
  transform:translateX(-50%) translateY(-4px) scale(1.05);
  opacity:1;
  filter:drop-shadow(0 6px 14px rgba(146,99,5,.10));
}
.cycle-2-img{
  transform-origin:50% 78%;
  transform:translateX(-50%) scale(1);
  transition:transform .55s ease-in-out;
  filter:drop-shadow(0 16px 36px rgba(146,99,5,.08));
}
@media (hover:hover) and (pointer:fine){
  .cycle-2-img:hover{transform:translateX(-50%) scale(1.05)}
}
@media (prefers-reduced-motion:reduce){
  .cycle-2-img{transition:none}
}
.cycle-2-wording{
  transform-origin:100% 0%;
  animation:wordingSubPulse 7s ease-in-out infinite;
  will-change:transform;
}
@keyframes wordingSubPulse{
  0%,100%{transform:scale(1) translateY(0)}
  50%{transform:scale(1.025) translateY(-2px)}
}
.impl-card{
  transition:transform .32s cubic-bezier(.22,.61,.36,1), box-shadow .32s ease, background-color .32s ease;
}
.impl-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(146,99,5,.12);
  background:linear-gradient(180deg,#FFFFFF 0%, #FFFBF1 100%);
}
.impl-card:hover .impl-icon{
  background-color:#F7E6BD;
  transform:scale(1.08);
}
.impl-card:hover .impl-num{
  color:#F3E5C6;
  transform:scale(1.04);
}
.impl-icon{transition:background-color .32s ease, transform .32s ease}
.impl-num{transition:color .32s ease, transform .32s ease}
.alur-card{
  transition:transform .32s cubic-bezier(.22,.61,.36,1), box-shadow .32s ease, background .32s ease, border-color .32s ease;
  border:1px solid transparent;
}
.alur-card:hover{
  transform:translateY(-5px) scale(1.02);
  box-shadow:0 22px 48px rgba(146,99,5,.14);
  background:linear-gradient(180deg,#FFFFFF 0%, #FFF8EA 100%);
  border-color:#F2DDAE;
}
.alur-card:hover .alur-icon{transform:scale(1.12) rotate(-2deg)}
.alur-card:hover .alur-label{color:#B87500}
.alur-icon{transition:transform .4s cubic-bezier(.22,.61,.36,1)}
.alur-label{transition:color .32s ease}
.faq-bg{
  background-color:#F3F5F1;
  background-image:
    linear-gradient(180deg,#F5F7F3 0%, #EFF2EE 100%);
  position:relative;
  overflow:hidden;
}
.footer-bg .footer-logo{filter:brightness(0) invert(1)}
.footer-bg .footer-integration{margin-top:30px}
.footer-bg .footer-integration .footer-title{
  font-size:10px;
  letter-spacing:.12em;
  white-space:nowrap;
  margin-bottom:8px;
}
.footer-bg .footer-integration .footer-title::after{display:none}
.footer-bg .footer-integration__link{display:block;width:fit-content;max-width:100%;border-radius:4px}
.footer-bg .footer-integration__link:focus-visible{outline:2px solid #F5C779;outline-offset:4px}
.footer-bg .footer-integration__logo{display:block;width:110px;max-width:100%;height:auto}
.footer-bg{
  background-color:#0F172A;
  background-image:
    linear-gradient(180deg,#1A2540 0%,#121A31 40%,#0D1426 100%),
    url('../images/bg-footer.png');
  background-size:cover;
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-blend-mode:overlay;
  position:relative;
}
.footer-glow{
  position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(circle 420px at 8% 8%, rgba(232,171,53,.22), transparent 62%),
    radial-gradient(circle 480px at 92% 110%, rgba(232,171,53,.18), transparent 62%),
    radial-gradient(circle 320px at 50% -10%, rgba(255,255,255,.06), transparent 60%),
    linear-gradient(180deg, rgba(232,171,53,.06) 0%, transparent 40%, transparent 100%);
}
.footer-bg::after{
  content:"";
  position:absolute;inset:0;pointer-events:none;
  background-image:
    linear-gradient(90deg,rgba(232,171,53,.08) 1px, transparent 1px),
    linear-gradient(rgba(232,171,53,.05) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:radial-gradient(ellipse 70% 60% at 50% 50%, #000 40%, transparent 100%);
  -webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 50%, #000 40%, transparent 100%);
  opacity:.55;
}
.footer-title{
  font-size:11px;letter-spacing:.28em;text-transform:uppercase;font-weight:800;
  color:#F5C779;margin-bottom:18px;
  display:inline-flex;align-items:center;gap:10px;
}
.footer-title::after{
  content:"";flex:1 0 40px;height:1px;border-radius:1px;
  background:linear-gradient(90deg, rgba(232,171,53,.55), transparent);
}
.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}
.footer-links a{
  color:#CBD5E1;font-size:13px;text-decoration:none;font-weight:500;
  transition:color .22s ease, transform .22s ease, opacity .22s ease;
  display:inline-flex;align-items:center;gap:8px;
  opacity:.9;
}
.footer-links a:hover{color:#FFD98A;transform:translateX(4px);opacity:1}
.footer-links a:hover::before{width:14px;opacity:1}
.footer-links a::before{
  content:"";display:inline-block;width:0;height:2px;border-radius:2px;
  background:linear-gradient(90deg,#E8AB35,#F5C779);
  opacity:0;transition:width .22s ease, opacity .22s ease;
}
.soc-link{
  width:38px;height:38px;border-radius:9999px;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(232,171,53,.18);
  color:#F5C779;
  backdrop-filter:blur(8px);
  transition:transform .24s ease, background-color .24s ease, color .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.soc-link:hover{
  transform:translateY(-2px) scale(1.05);
  background:linear-gradient(135deg,#E8AB35,#C98A08);
  color:#0F172A;
  box-shadow:0 12px 28px rgba(232,171,53,.22);
  border-color:transparent;
}
.footer-cta{
  display:flex;align-items:center;gap:11px;padding:12px 14px 12px 12px;border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(232,171,53,.18);
  backdrop-filter:blur(10px);
  text-decoration:none;
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease, background-color .24s ease;
}
.footer-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(0,0,0,.34);
  border-color:rgba(232,171,53,.45);
  background:rgba(255,255,255,.07);
}
.footer-cta__icon{
  width:38px;height:38px;border-radius:11px;flex-shrink:0;
  background:linear-gradient(135deg, rgba(232,171,53,.22), rgba(232,171,53,.08));
  color:#F5C779;
  display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(232,171,53,.22);
}
.footer-cta__icon--wa{
  background:linear-gradient(135deg, rgba(41,213,118,.22), rgba(41,213,118,.08));
  color:#7BDD9F;
  border-color:rgba(41,213,118,.25);
}
.footer-cta__lbl{display:block;font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:#C9A168;font-weight:700}
.footer-cta__val{display:block;font-size:14px;font-weight:700;color:#F8FAFC;margin-top:3px}
.footer-bg .footer-office{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(232,171,53,.16);
  padding:24px 0;
}
.footer-bg .footer-office .footer-view-map{
  margin-top:0;
  flex-shrink:0;
  white-space:nowrap;
}
@media (max-width:767px){
  .footer-bg .footer-office{flex-direction:column;align-items:flex-start;gap:14px}
  .footer-bg .footer-office .footer-view-map{margin-left:28px}
}
.footer-bottom{
  border-top:1px solid rgba(232,171,53,.16);
  padding-top:22px;margin-top:8px;
  font-size:11.5px;color:#94A3B8;font-weight:500;
}
.footer-bottom a{color:#94A3B8;text-decoration:none;font-weight:500;opacity:.96;transition:color .22s ease, opacity .22s ease}
.footer-bottom a:hover{color:#FFD98A;opacity:1}
.footer-view-map{
  display:inline-flex;align-items:center;gap:8px;
  margin-top:10px;
  padding:8px 12px 8px 10px;
  border-radius:9999px;
  background:linear-gradient(135deg, rgba(232,171,53,.22), rgba(232,171,53,.08));
  border:1px solid rgba(232,171,53,.26);
  color:#F5C779;
  font-size:11.5px;
  font-weight:700;
  letter-spacing:.02em;
  text-decoration:none;
  backdrop-filter:blur(6px);
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease, background-color .24s ease, color .24s ease;
}
.footer-view-map:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(232,171,53,.18);
  border-color:rgba(232,171,53,.50);
  background:linear-gradient(135deg, rgba(232,171,53,.34), rgba(232,171,53,.14));
  color:#FFD98A;
}
.glass{
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.dashboard{
  border:1px solid rgba(184,135,31,.25);
  box-shadow:0 30px 70px rgba(99,72,12,.18);
  background:#fff;
  border-radius:18px;
  overflow:hidden;
}
.dashboard-top{
  height:30px;
  background:#f8f7f3;
  border-bottom:1px solid #ece8df;
  display:flex;align-items:center;padding:0 12px;gap:5px;
}
.dot{width:6px;height:6px;border-radius:999px;background:#d8d1c3}
.dash-body{display:grid;grid-template-columns:70px 1fr;min-height:230px}
.dash-side{background:#fbfaf7;border-right:1px solid #eee9df;padding:12px 8px}
.dash-side span{display:block;height:7px;border-radius:5px;background:#e8e2d6;margin:9px 0}
.dash-main{padding:14px}
.dash-line{height:8px;border-radius:5px;background:#eeeae2;margin-bottom:9px}
.dash-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:13px}
.dash-chip{height:52px;border-radius:9px;background:#fbf5e7;border:1px solid #f1e5c9}
.dash-table{margin-top:12px;border:1px solid #eee9df;border-radius:9px;overflow:hidden}
.dash-row{height:28px;border-bottom:1px solid #f1eee8;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:6px;padding:7px 8px}
.dash-row:last-child{border-bottom:0}
.dash-row i{height:6px;border-radius:5px;background:#e9e5dd;display:block}
.dash-row i:last-child{background:#d7ad52}

.reveal{
  opacity:0;
  transform:translateY(32px);
  transition:opacity .8s ease, transform .8s cubic-bezier(.2,.75,.2,1);
}
.reveal.is-visible{opacity:1;transform:none}
.reveal-left{transform:translateX(-35px)}
.reveal-right{transform:translateX(35px)}
.reveal-left.is-visible,.reveal-right.is-visible{transform:none}

.card{
  border:1px solid rgba(203,175,115,.24);
  background:rgba(255,255,255,.9);
  border-radius:18px;
  box-shadow:0 10px 30px rgba(74,55,18,.055);
}

/* Impact section cards */
.impact-section{position:relative}
.impact-card{
  background:#fff;
  border:1px solid rgba(203,175,115,.35);
  border-radius:28px;
  padding:30px 26px 28px;
  display:flex;
  flex-direction:column;
  box-shadow:0 12px 40px rgba(146,99,5,.06);
  transition:transform .35s ease, box-shadow .35s ease;
}
.impact-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(146,99,5,.12)}
.icon-pill{
  width:56px;height:56px;border-radius:999px;
  background:#FDF1DA;
  display:flex;align-items:center;justify-content:center;
  color:#C98A08;
  margin-bottom:22px;
}
.impact-title{
  font-size:15px;
  line-height:1.45;
  color:#17212B;
  font-weight:600;
  margin-bottom:14px;
}
.impact-stat{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:52px;
  line-height:1;
  font-weight:800;
  color:#B07704;
  letter-spacing:-.03em;
  margin-bottom:22px;
}
.impact-pill{
  margin-top:auto;
  background:#FBF1DA;
  color:#17212B;
  font-weight:600;
  font-size:13px;
  padding:10px 18px;
  border-radius:14px;
  text-align:center;
}

.go-top{
  position:fixed;
  right:22px;
  bottom:22px;
  width:46px;
  height:46px;
  border-radius:9999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  z-index:60;
  background:linear-gradient(135deg,#C98A08,#9B6500);
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 10px 26px rgba(155,101,0,.38);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(14px) scale(.92);
  transition:opacity .28s ease, transform .28s cubic-bezier(.22,.61,.36,1), visibility .28s ease, box-shadow .28s ease, filter .28s ease;
}
.go-top i{font-size:24px;line-height:1}
.go-top:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 16px 36px rgba(155,101,0,.48);
  filter:saturate(1.08) brightness(1.04);
}
.go-top.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}
@media(max-width:767px){
  .go-top{right:16px;bottom:18px;width:42px;height:42px}
  .go-top i{font-size:22px}
}

@media (max-width: 767px){
  .impact-card{padding:24px 20px;border-radius:24px}
  .icon-pill{width:50px;height:50px;margin-bottom:18px}
  .impact-title{font-size:13.5px}
  .impact-stat{font-size:42px;margin-bottom:18px}
  .impact-pill{font-size:12px;padding:9px 14px;border-radius:12px}
}

/* Process section cards */
.process-card{
  background:#fff;
  border:1px solid rgba(203,175,115,.30);
  border-radius:26px;
  padding:30px 28px 28px;
  box-shadow:0 12px 36px rgba(146,99,5,.05);
  transition:transform .34s cubic-bezier(.22,.61,.36,1), box-shadow .34s ease, border-color .34s ease, background-color .34s ease;
}
.process-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 56px rgba(146,99,5,.13),
             0 8px 22px rgba(146,99,5,.06);
  border-color:rgba(201,138,8,.36);
  background:linear-gradient(180deg,#FFFFFF 0%, #FFFBF1 100%);
}
.process-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 14px;
  border-radius:10px;
  font-weight:800;
  font-size:11px;
  letter-spacing:.08em;
  margin-bottom:20px;
}
.process-tag-gold{
  background:#FBF1DA;
  color:#B07704;
}
.process-title{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:700;
  color:#17212B;
  font-size:18px;
  line-height:1.35;
  margin:0 0 16px;
}
.process-desc{
  font-size:12.5px;
  line-height:1.75;
  color:#5B636C;
  margin:0 0 22px;
}
.process-steps-label{
  font-weight:700;
  color:#17212B;
  font-size:13.5px;
  margin-bottom:12px;
}
.process-steps{
  list-style:none;
  padding:0;
  margin:0 0 20px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.process-steps li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:12px;
  color:#5B636C;
  line-height:1.5;
}
.step-dot{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:23px;height:23px;
  border-radius:999px;
  border:1.5px solid #E3A91B;
  background:#FFF9EA;
  margin-top:0;
  position:relative;
  flex-shrink:0;
}
.step-dot::before{
  content:"";
  width:13px;height:13px;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B87500' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
.process-callout{
  background:#FBF5E7;
  border:1px solid rgba(203,175,115,.35);
  border-radius:14px;
  padding:14px 16px;
  font-size:12px;
  line-height:1.65;
  color:#5B636C;
}

@media (max-width: 767px){
  .process-card{padding:24px 20px;border-radius:22px}
  .process-title{font-size:16px}
  .process-desc{font-size:12px}
  .process-steps-label{font-size:12.5px}
  .process-steps li{font-size:11.5px}
  .process-callout{font-size:11px}
}

.number{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:56px;
  line-height:.9;
  font-weight:700;
  color:#f4ead7;
  position:absolute;
  right:12px;
  top:8px;
  pointer-events:none;
}
.fitur-card{
  background:#fff;
  border:1px solid rgba(221,229,237,.85);
  border-radius:24px;
  position:relative;
  overflow:hidden;
  min-height:210px;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.fitur-card:hover{
  transform:translateY(-5px);
  box-shadow:0 26px 54px rgba(92,63,8,.12),
             0 10px 24px rgba(92,63,8,.06);
  border-color:rgba(201,138,8,.38);
}
.fitur-number{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:112px;
  line-height:.85;
  font-weight:800;
  letter-spacing:-.04em;
  color:#F8EFD9;
  position:absolute;
  right:18px;
  top:4px;
  pointer-events:none;
  user-select:none;
}
.fitur-icon{
  width:40px;height:40px;
  border-radius:14px;
  background:#FBF1DA;
  color:#B77600;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:24px;
}
.fitur-title{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:16.5px;
  line-height:1.35;
  font-weight:700;
  color:#17212B;
  margin:0 0 10px;
  max-width:78%;
}
.fitur-desc{
  font-size:13px;
  line-height:1.7;
  color:#5B636C;
  margin:0;
  max-width:92%;
}
.btn-gold{
  background:linear-gradient(135deg,#B87500,#D79A13);
  color:#fff;
  box-shadow:0 10px 25px rgba(185,122,4,.22);
  transition:transform .25s ease,box-shadow .25s ease;
}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(185,122,4,.28)}
.btn-light{
  background:#fff;
  color:#8E5E00;
  border:1px solid #eadfc9;
  transition:transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.btn-light:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(142,94,0,.10);background:#fffdf7}
.timeline-line{
  background:linear-gradient(90deg,transparent,#D8B36A,transparent);
  height:1px;
}
.faq-item{
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  cursor:pointer;
}
.faq-item:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 36px rgba(146,99,5,.09);
  border-color:#F1DDB0;
}
.faq-item details summary{list-style:none;cursor:pointer}
.faq-item details summary::-webkit-details-marker{display:none}
.faq-item details[open] .faq-icon{transform:rotate(45deg)}
.faq-icon{transition:transform .2s ease}
.marquee-fade{mask-image:linear-gradient(to right,transparent,#000 12%,#000 88%,transparent)}

.mouse-robot{
  display:none;
  position:fixed;
  top:0;left:0;
  width:56px;height:auto;
  z-index:100;
  pointer-events:none;
  user-select:none;
  opacity:0;
  filter:drop-shadow(0 4px 7px rgba(155,101,0,.2));
  transition:opacity .18s ease;
}
/* Keep the bob separate from the transform used to follow the pointer. */
@keyframes mouseRobotBob{
  0%,100%{translate:0 0}
  50%{translate:0 8px}
}
@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
  .mouse-robot{display:block}
  .mouse-robot.is-visible{opacity:1;animation:mouseRobotBob 4.5s ease-in-out infinite}
}
html.video-modal-open .mouse-robot{opacity:0}
html.video-modal-open{overflow:hidden}
.video-modal{
  width:min(960px,calc(100% - 32px));
  max-height:calc(100dvh - 32px);
  margin:auto;
  padding:0;
  border:1px solid rgba(245,199,121,.35);
  border-radius:20px;
  background:#111B2E;
  color:#F8FAFC;
  box-shadow:0 28px 90px rgba(0,0,0,.4);
  overflow:auto;
}
.video-modal::backdrop{
  background:rgba(9,15,27,.78);
  backdrop-filter:blur(7px);
}
.video-modal__header{
  display:flex;align-items:center;justify-content:space-between;
  gap:16px;padding:16px 20px;
}
.video-modal__header h2{font-size:16px;font-weight:600;color:#F5C779}
.video-modal__close{
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;width:36px;height:36px;border-radius:50%;
  border:1px solid rgba(245,199,121,.3);
  background:rgba(255,255,255,.06);color:#F5C779;font-size:26px;
  cursor:pointer;transition:background-color .2s ease;
}
.video-modal__close:hover{background:rgba(245,199,121,.18)}
.video-modal :focus-visible{outline:2px solid #F5C779;outline-offset:3px}
.video-modal__player{aspect-ratio:16 / 9;background:#000}
.video-modal__player iframe{display:block;width:100%;height:100%;border:0}
.video-modal__fallback{
  display:flex;align-items:center;gap:8px;width:fit-content;
  margin:14px 20px;color:#F5C779;font-size:12px;
}
.video-modal__fallback:hover{text-decoration:underline}

@media (max-width: 767px){
  .container-satya{width:min(100% - 28px, 1160px)}
  .hero-bg{background-position:58% center}
  .dashboard{transform:scale(.96)}
  .dash-body{grid-template-columns:48px 1fr;min-height:185px}
  .dash-grid{grid-template-columns:repeat(2,1fr)}
  .number{font-size:45px}
  .fitur-card{min-height:unset;padding:24px 22px;border-radius:20px}
  .fitur-number{font-size:84px;right:14px;top:2px}
  .fitur-icon{width:36px;height:36px;border-radius:12px;margin-bottom:20px}
  .fitur-icon i{width:18px;height:18px}
  .fitur-title{font-size:14.5px;max-width:100%}
  .fitur-desc{font-size:12px;line-height:1.65;max-width:100%}
}
