.ks27-footer{
  --ks27f-bg:#134e4a;
  --ks27f-bg-soft:rgba(19,78,74,.98);
  --ks27f-bg-deep:rgba(19,78,74,.92);
  --ks27f-text:#ccfbf1;
  --ks27f-title:#ffffff;
  --ks27f-button:#14b8a6;
  --ks27f-button-text:#ffffff;
  --ks27f-link:#22d3ee;
  --ks27f-button-glow:rgba(20,184,166,.42);
  --ks27f-link-glow:rgba(34,211,238,.36);
  --ks27f-link-soft:rgba(34,211,238,.18);
  --ks27f-button-soft:rgba(20,184,166,.18);
  --ks27f-border:rgba(255,255,255,.18);
  --ks27f-panel:rgba(255,255,255,.055);
}

.ks27-footer,
.ks27-footer *{
  box-sizing:border-box;
}

.ks27-footer{
  position:relative;
  width:100%;
  overflow:hidden;
  isolation:isolate;
  padding:46px 0 0;
  color:var(--ks27f-text);
  font-family:Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 8% 10%, var(--ks27f-link-soft), transparent 32%),
    radial-gradient(circle at 86% 14%, var(--ks27f-button-soft), transparent 34%),
    linear-gradient(135deg, var(--ks27f-bg), var(--ks27f-bg-deep) 48%, var(--ks27f-bg-soft));
}

.ks27-footer::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(rgba(255,255,255,.015), rgba(0,0,0,.10));
  pointer-events:none;
}

.ks27-footer::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  height:4px;
  z-index:3;
  background:linear-gradient(90deg, var(--ks27f-link), var(--ks27f-button), #8b5cf6, var(--ks27f-link));
  box-shadow:0 0 28px var(--ks27f-link-glow), 0 0 36px var(--ks27f-button-glow);
  pointer-events:none;
}

.ks27f-dots{
  position:absolute;
  right:-120px;
  top:42px;
  width:390px;
  height:390px;
  z-index:-1;
  opacity:.20;
  pointer-events:none;
  background-image:radial-gradient(circle, rgba(255,255,255,.55) 1px, transparent 1.8px);
  background-size:18px 18px;
  mask-image:radial-gradient(circle at 48% 48%, #000 0, #000 42%, transparent 72%);
  -webkit-mask-image:radial-gradient(circle at 48% 48%, #000 0, #000 42%, transparent 72%);
}

.ks27f-wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:100%;
  margin:0 auto;
  padding:0 34px;
}

.ks27f-main-panel{
  width:100%;
  max-width:none;
  margin:0 auto;
  padding:30px 34px 26px;
  border-radius:30px;
  background:linear-gradient(135deg, rgba(255,255,255,.070), rgba(255,255,255,.032));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 24px 70px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08);
}

.ks27f-top{
  width:100%;
  display:grid;
  grid-template-columns:minmax(320px,1.12fr) minmax(200px,.70fr) minmax(260px,.86fr) minmax(360px,1fr);
  align-items:start;
  gap:0;
}

.ks27f-block{
  min-width:0;
  padding:0 30px;
  border-right:1px solid rgba(255,255,255,.16);
}

.ks27f-block:first-child{
  padding-left:0;
}

.ks27f-block:last-child{
  padding-right:0;
  border-right:0;
}

.ks27f-logo{
  margin:0 0 20px;
}

.ks27f-logo a,
.ks27f-logo span{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:var(--ks27f-title);
  max-width:100%;
}

.ks27f-brand-mark{
  width:56px;
  height:56px;
  min-width:56px;
  margin-right:14px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--ks27f-button-text);
  background:linear-gradient(135deg, var(--ks27f-button), #8b5cf6);
  box-shadow:0 14px 32px var(--ks27f-button-glow), inset 0 1px 0 rgba(255,255,255,.24);
}

.ks27f-brand-mark svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.05;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ks27f-logo-title{
  display:inline-block;
  color:var(--ks27f-title);
  font-size:27px;
  line-height:1.05;
  font-weight:950;
  letter-spacing:.025em;
  word-break:break-word;
}

.ks27f-logo img{
  display:block;
  width:auto;
  max-width:300px;
  max-height:92px;
  object-fit:contain;
}

.ks27f-logo-line{
  width:160px;
  max-width:100%;
  height:2px;
  margin:15px 0 0;
  border-radius:999px;
  background:linear-gradient(90deg, var(--ks27f-link), #8b5cf6, transparent);
  box-shadow:0 0 18px var(--ks27f-link-glow);
}

.ks27f-desc{
  max-width:520px;
  margin:0;
  color:#ffffff;
  font-size:15.2px;
  line-height:1.78;
  font-weight:750;
  text-shadow:0 1px 0 rgba(0,0,0,.16);
}

.ks27f-social{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.ks27f-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.22);
  text-decoration:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  transition:transform .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease;
}

.ks27f-social a svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ks27f-social a span{
  color:#ffffff;
  font-size:12px;
  font-weight:900;
}

.ks27f-social a:hover{
  color:#ffffff;
  background:linear-gradient(135deg, var(--ks27f-button), #8b5cf6);
  transform:translateY(-3px);
  box-shadow:0 14px 30px var(--ks27f-button-glow);
}

.ks27f-title{
  position:relative;
  margin:0;
  padding-bottom:13px;
  color:#ffffff;
  font-size:15.5px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.18em;
  text-transform:uppercase;
  text-shadow:0 0 16px rgba(56,189,248,.40);
}

.ks27f-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:44px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--ks27f-link), #8b5cf6);
  box-shadow:0 0 14px var(--ks27f-link-glow);
}

.ks27f-acc-head{
  width:100%;
  padding:0;
  margin:0 0 16px;
  border:0;
  outline:0;
  background:transparent;
  display:block;
  text-align:left;
  cursor:default;
}

.ks27f-acc-icon{
  display:none;
}

.ks27f-acc-panel{
  display:block;
  padding-top:10px;
}

.ks27f-links{
  display:grid;
  gap:11px;
}

.ks27f-links a{
  min-height:30px;
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#f7fbff;
  text-decoration:none;
  font-size:14.8px;
  line-height:1.35;
  font-weight:800;
  transition:transform .2s ease, color .2s ease;
}

.ks27f-links a:hover{
  color:#ffffff;
  transform:translateX(4px);
  text-decoration:none;
}

.ks27f-mini-icon{
  width:18px;
  height:18px;
  min-width:18px;
  margin-top:1px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#38d5ff;
  filter:drop-shadow(0 0 10px rgba(56,189,248,.55));
}

.ks27f-mini-icon svg{
  width:16px;
  height:16px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2.45;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ks27f-contact{
  display:grid;
  gap:15px;
}

.ks27f-contact-row{
  display:flex;
  align-items:flex-start;
  gap:14px;
  min-width:0;
}

.ks27f-contact-icon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.26);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 0 18px rgba(56,189,248,.18);
}

.ks27f-contact-icon svg,
.ks27f-news-icon svg,
.ks27f-news-btn svg,
.ks27f-scroll-top svg{
  width:19px;
  height:19px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ks27f-contact-text{
  min-width:0;
  color:#ffffff;
  font-size:14.8px;
  line-height:1.52;
  font-weight:850;
  padding-top:2px;
}

.ks27f-contact-text a{
  color:#ffffff;
  text-decoration:none;
  overflow-wrap:anywhere;
}

.ks27f-contact-text a[href^="mailto:"]{
  display:inline-block;
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:13.3px;
  letter-spacing:-.025em;
  line-height:1.45;
  vertical-align:top;
}

.ks27f-contact-text a:hover{
  color:#ffffff;
  text-decoration:underline;
}

.ks27f-newsletter{
  margin-top:28px;
  padding:22px 28px;
  border-radius:24px;
  display:grid;
  grid-template-columns:minmax(340px,.82fr) minmax(520px,1.18fr);
  gap:22px;
  align-items:center;
  background:linear-gradient(135deg, rgba(255,255,255,.095), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.20);
  box-shadow:0 18px 46px rgba(0,0,0,.13), inset 0 1px 0 rgba(255,255,255,.08);
}

.ks27f-news-left{
  display:flex;
  align-items:center;
  gap:15px;
  min-width:0;
}

.ks27f-news-icon{
  width:54px;
  height:54px;
  min-width:54px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.26);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 0 18px rgba(56,189,248,.18);
}

.ks27f-news-icon svg{
  width:25px;
  height:25px;
}

.ks27f-news-title{
  display:block;
  color:#ffffff;
  font-size:21px;
  line-height:1.2;
  font-weight:950;
}

.ks27f-news-text{
  display:block;
  margin-top:5px;
  color:#ffffff;
  font-size:14px;
  line-height:1.45;
  font-weight:750;
}

.ks27f-news-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  width:100%;
  min-height:58px;
  padding:5px;
  border-radius:16px;
  background:rgba(0,0,0,.13);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}

.ks27f-news-form input{
  width:100%;
  height:46px;
  border:0;
  outline:0;
  background:transparent;
  color:#ffffff;
  padding:0 16px;
  font-size:15px;
  font-weight:750;
}

.ks27f-news-form input::placeholder{
  color:rgba(255,255,255,.82);
}

.ks27f-news-btn{
  min-width:175px;
  height:48px;
  border:0;
  outline:0;
  cursor:pointer;
  border-radius:14px;
  padding:0 21px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#ffffff;
  background:linear-gradient(135deg, var(--ks27f-button), #8b5cf6);
  box-shadow:0 13px 27px var(--ks27f-button-glow);
  font-size:14px;
  line-height:1;
  font-weight:950;
  white-space:nowrap;
  transition:filter .2s ease, transform .2s ease;
}

.ks27f-news-btn:hover{
  filter:brightness(1.10) saturate(1.10);
  transform:translateY(-1px);
}

.ks27f-news-msg{
  min-height:18px;
  margin-top:7px;
  color:#ffffff;
  font-size:13px;
  font-weight:800;
}

.ks27f-bottom{
  width:100%;
  margin-top:22px;
  min-height:74px;
  padding:18px 34px 20px;
  border-top:1px solid rgba(255,255,255,.18);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  gap:24px;
  align-items:center;
  color:#f8fbff;
  font-size:13.4px;
  line-height:1.45;
  font-weight:850;
}

.ks27f-bottom-copy{
  min-width:0;
  color:#ffffff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ks27f-bottom-links{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  gap:0;
  white-space:nowrap;
}

.ks27f-bottom-links a{
  color:#ffffff;
  text-decoration:none;
  padding:0 13px;
  border-right:1px solid rgba(255,255,255,.18);
  font-weight:850;
  white-space:nowrap;
}

.ks27f-bottom-links a:last-child{
  border-right:0;
}

.ks27f-bottom-links a:hover{
  color:#ffffff;
  text-decoration:underline;
}

.ks27f-halvis-credit{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  color:#ffffff;
  font-size:13.4px;
  line-height:1.45;
  font-weight:850;
  text-align:right;
  white-space:nowrap;
  overflow:hidden;
}

.ks27f-halvis-credit span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ks27f-halvis-brand{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  font-weight:950;
  letter-spacing:.015em;
  text-decoration:none;
  background:linear-gradient(90deg, #38bdf8, #2563eb, #a855f7, #facc15, #22c55e, #38bdf8);
  background-size:420% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ks27HalvisBukalemun 5.5s linear infinite;
  filter:drop-shadow(0 0 14px rgba(56,189,248,.28));
  white-space:nowrap;
}

.ks27f-halvis-brand:hover{
  text-decoration:none;
  filter:drop-shadow(0 0 20px rgba(168,85,247,.42));
}

@keyframes ks27HalvisBukalemun{
  0%{background-position:0% 50%;}
  50%{background-position:100% 50%;}
  100%{background-position:0% 50%;}
}

.ks27f-scroll-top{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:999;
  width:50px;
  height:50px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  background:linear-gradient(135deg, var(--ks27f-button), #8b5cf6);
  text-decoration:none;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 16px 34px var(--ks27f-button-glow);
  transition:transform .22s ease;
}

.ks27f-scroll-top:hover{
  color:#ffffff;
  transform:translateY(-3px);
}

@media(min-width:1500px){
  .ks27f-wrap{
    padding-left:42px;
    padding-right:42px;
  }

  .ks27f-main-panel{
    padding-left:44px;
    padding-right:44px;
  }

  .ks27f-top{
    grid-template-columns:minmax(390px,1.20fr) minmax(240px,.72fr) minmax(300px,.88fr) minmax(390px,.98fr);
  }

  .ks27f-block{
    padding-left:38px;
    padding-right:38px;
  }

  .ks27f-bottom{
    padding-left:42px;
    padding-right:42px;
    grid-template-columns:minmax(520px,1fr) auto minmax(420px,1fr);
  }

  .ks27f-contact-text a[href^="mailto:"]{
    font-size:13.8px;
    letter-spacing:-.015em;
  }
}

@media(max-width:1399px){
  .ks27f-wrap{
    padding-left:24px;
    padding-right:24px;
  }

  .ks27f-main-panel{
    padding-left:26px;
    padding-right:26px;
  }

  .ks27f-top{
    grid-template-columns:minmax(300px,1fr) minmax(180px,.68fr) minmax(230px,.82fr) minmax(300px,.95fr);
  }

  .ks27f-block{
    padding-left:22px;
    padding-right:22px;
  }

  .ks27f-contact-text a[href^="mailto:"]{
    font-size:12.6px;
    letter-spacing:-.04em;
  }

  .ks27f-bottom{
    padding-left:24px;
    padding-right:24px;
    gap:18px;
    font-size:13px;
  }

  .ks27f-bottom-links a{
    padding-left:10px;
    padding-right:10px;
  }
}

@media(max-width:1180px){
  .ks27f-wrap{
    max-width:100%;
    padding:0 18px;
  }

  .ks27f-main-panel{
    padding:24px;
  }

  .ks27f-top{
    grid-template-columns:1fr 1fr;
    border:1px solid rgba(255,255,255,.16);
    border-radius:22px;
    overflow:hidden;
    background:rgba(255,255,255,.025);
  }

  .ks27f-block,
  .ks27f-block:first-child,
  .ks27f-block:last-child{
    padding:24px;
    border-right:1px solid rgba(255,255,255,.16);
    border-bottom:1px solid rgba(255,255,255,.16);
  }

  .ks27f-block:nth-child(2n){
    border-right:0;
  }

  .ks27f-block:nth-last-child(1),
  .ks27f-block:nth-last-child(2){
    border-bottom:0;
  }

  .ks27f-newsletter{
    grid-template-columns:1fr;
  }

  .ks27f-bottom{
    grid-template-columns:1fr;
    text-align:center;
    gap:12px;
    padding-left:0;
    padding-right:0;
  }

  .ks27f-bottom-copy{
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
  }

  .ks27f-bottom-links,
  .ks27f-halvis-credit{
    justify-content:center;
    text-align:center;
  }

  .ks27f-halvis-credit{
    white-space:normal;
    overflow:visible;
  }

  .ks27f-contact-text a[href^="mailto:"]{
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:normal;
    font-size:14px;
    letter-spacing:0;
  }
}

@media(max-width:767px){
  .ks27-footer{
    padding-top:34px;
  }

  .ks27f-wrap{
    width:100vw;
    max-width:100vw;
    padding:0 10px;
  }

  .ks27f-main-panel{
    padding:0;
    border-radius:22px;
    overflow:hidden;
  }

  .ks27f-dots{
    width:280px;
    height:280px;
    right:-160px;
    top:18px;
    opacity:.20;
  }

  .ks27f-top{
    display:block;
    border:0;
    border-radius:0;
    background:transparent;
  }

  .ks27f-block,
  .ks27f-block:first-child,
  .ks27f-block:last-child{
    width:100%;
    padding:0;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.16);
  }

  .ks27f-block:last-child{
    border-bottom:0;
  }

  .ks27f-brand{
    padding:22px 15px !important;
  }

  .ks27f-logo{
    text-align:center;
  }

  .ks27f-logo a,
  .ks27f-logo span{
    justify-content:center;
    width:100%;
  }

  .ks27f-logo img{
    max-width:220px;
    max-height:76px;
    margin:0 auto;
  }

  .ks27f-logo-line{
    width:145px;
    margin:15px auto 0;
  }

  .ks27f-desc{
    max-width:100%;
    text-align:center;
    font-size:14.2px;
  }

  .ks27f-social{
    justify-content:center;
    gap:10px;
    margin-top:22px;
  }

  .ks27f-social a{
    width:42px;
    height:42px;
  }

  .ks27f-title{
    margin:0;
    padding-bottom:0;
    font-size:14px;
    color:#ffffff;
  }

  .ks27f-title::after{
    display:none;
  }

  .ks27f-acc-head{
    cursor:pointer;
    min-height:60px;
    padding:0 15px;
    margin:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    border:0;
    border-radius:0;
    color:#ffffff;
    background:rgba(255,255,255,.045);
  }

  .ks27f-acc-icon{
    width:36px;
    height:36px;
    min-width:36px;
    border-radius:13px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    border:1px solid rgba(255,255,255,.24);
    background:rgba(255,255,255,.09);
    position:relative;
    box-shadow:0 0 16px var(--ks27f-link-glow);
  }

  .ks27f-acc-icon::before,
  .ks27f-acc-icon::after{
    content:"";
    position:absolute;
    width:14px;
    height:2px;
    border-radius:99px;
    background:currentColor;
    transition:.22s ease;
  }

  .ks27f-acc-icon::after{
    transform:rotate(90deg);
  }

  .ks27f-accordion.is-open .ks27f-acc-icon::after{
    transform:rotate(0deg);
    opacity:0;
  }

  .ks27f-acc-panel{
    display:none;
    padding:6px 15px 18px;
  }

  .ks27f-accordion.is-open .ks27f-acc-panel{
    display:block;
  }

  .ks27f-links{
    gap:5px;
  }

  .ks27f-links a{
    min-height:36px;
    font-size:14.2px;
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .ks27f-links a:last-child{
    border-bottom:0;
  }

  .ks27f-contact{
    gap:14px;
    padding-top:4px;
  }

  .ks27f-contact-icon{
    width:42px;
    height:42px;
    min-width:42px;
  }

  .ks27f-contact-text a[href^="mailto:"]{
    white-space:normal;
    overflow-wrap:anywhere;
    font-size:14.2px;
    letter-spacing:0;
  }

  .ks27f-newsletter{
    margin-top:18px;
    padding:16px 13px;
    border-radius:21px;
    grid-template-columns:1fr;
    gap:16px;
  }

  .ks27f-news-left{
    align-items:flex-start;
    gap:13px;
  }

  .ks27f-news-icon{
    width:52px;
    height:52px;
    min-width:52px;
  }

  .ks27f-news-title{
    font-size:18px;
  }

  .ks27f-news-text{
    font-size:13.8px;
  }

  .ks27f-news-form{
    grid-template-columns:1fr;
    padding:8px;
    gap:8px;
  }

  .ks27f-news-form input{
    height:46px;
    text-align:center;
    padding:0 12px;
  }

  .ks27f-news-btn{
    width:100%;
    height:47px;
  }

  .ks27f-bottom{
    margin-top:18px;
    padding:18px 0 80px;
    gap:13px;
  }

  .ks27f-bottom-links{
    gap:7px;
    flex-wrap:wrap;
  }

  .ks27f-bottom-links a{
    border-right:0;
    padding:4px 8px;
  }

  .ks27f-halvis-credit{
    flex-direction:column;
    gap:2px;
    font-size:13px;
  }

  .ks27f-scroll-top{
    width:46px;
    height:46px;
    right:14px;
    bottom:14px;
    border-radius:15px;
  }
}

@media(max-width:420px){
  .ks27f-wrap{
    padding:0 8px;
  }

  .ks27f-brand{
    padding-left:13px !important;
    padding-right:13px !important;
  }
}

.ks27f-logo-text{display:none!important;}
.ks27f-logo.is-text-logo .ks27f-logo-text{display:inline-flex!important;}
.ks27f-logo.is-text-logo img{display:none!important;}
