@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Poppins,sans-serif;
  background:#05070a;
  color:#f8fafc;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-3;
  background:
    radial-gradient(circle at 15% 18%,rgba(255,166,0,.18),transparent 26%),
    radial-gradient(circle at 85% 28%,rgba(255,60,0,.12),transparent 25%),
    linear-gradient(180deg,#030508,#081018 55%,#030508);
}
body:after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,black,transparent 85%);
}
#particles{position:fixed;inset:0;z-index:-1;pointer-events:none}
.container{width:min(1180px,92%);margin:auto}
.header{
  position:sticky;top:0;z-index:100;
  background:rgba(3,7,12,.9);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,174,0,.22);
}
.nav{height:88px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:white}
.brand img{height:72px;width:auto}
.brand strong{display:block;font-size:20px;letter-spacing:1px}
.brand small{display:block;color:#f6a900;font-size:12px;text-transform:uppercase}
.nav-menu{display:flex;gap:26px;align-items:center}
.nav-menu a{color:#fff;text-decoration:none;font-size:13px;text-transform:uppercase;font-weight:800}
.nav-menu a:hover{color:#f6a900}
.join-btn{background:linear-gradient(135deg,#ffbc24,#f97316);color:#050505!important;padding:13px 20px;border-radius:12px}
.nav-toggle{display:none;background:none;border:none;color:white;font-size:28px}

.hero{padding:92px 0 42px}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hero-logo img{
  width:100%;
  filter:drop-shadow(0 28px 40px rgba(0,0,0,.7));
}
.tag{color:#f6a900;text-transform:uppercase;font-weight:900;letter-spacing:1px;font-size:13px}
h1,h2{font-family:Oswald,sans-serif;text-transform:uppercase;line-height:1.05}
h1{font-size:70px;margin:18px 0}
h2{font-size:44px;margin:12px 0 18px}
.lead,.about p,.section-head p,.contact p{color:#cbd5e1;line-height:1.85}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;border:none;padding:15px 26px;border-radius:12px;text-decoration:none;font-weight:900;text-transform:uppercase;cursor:pointer}
.primary{background:linear-gradient(135deg,#ffbc24,#f97316);color:#050505}
.outline{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.25);color:#fff}
.stats{
  margin-top:55px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(246,169,0,.32);
  border-radius:24px;
  background:rgba(5,10,15,.9);
  overflow:hidden;
}
.stats div{text-align:center;padding:28px;border-right:1px solid rgba(255,255,255,.11)}
.stats div:last-child{border-right:0}
.stats strong{display:block;color:#f6a900;font-size:34px}
.stats span{color:#cbd5e1;font-size:13px}

.section{padding:82px 0}
.alt{background:rgba(255,255,255,.025);border-block:1px solid rgba(255,255,255,.07)}
.about{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}
.about-card{
  padding:30px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(15,23,42,.85),rgba(3,7,12,.92));
  border:1px solid rgba(246,169,0,.25);
  text-align:center;
}
.about-card img{max-width:360px;width:100%}
.about-card h3{color:#f6a900;margin-top:14px}
.section-head{text-align:center;max-width:790px;margin:0 auto 38px}
.kopdar-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}
.photo-card{
  position:relative;
  overflow:hidden;
  min-height:350px;
  border-radius:24px;
  border:1px solid rgba(246,169,0,.35);
  background:#111827;
  box-shadow:0 18px 50px rgba(0,0,0,.38);
}
.photo-card.big{grid-row:span 2;min-height:720px}
.photo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.5s;
}
.photo-card:hover img{transform:scale(1.05)}
.photo-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.82),transparent 55%);
}
.photo-card div{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:2;
}
.photo-card h3{font-size:22px;margin-bottom:8px}
.photo-card p{color:#e5e7eb;line-height:1.6}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery img{
  width:100%;
  height:280px;
  object-fit:cover;
  border-radius:22px;
  border:1px solid rgba(246,169,0,.3);
  box-shadow:0 14px 40px rgba(0,0,0,.3);
}
.values{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.values article{
  background:linear-gradient(180deg,rgba(15,23,42,.85),rgba(3,7,12,.92));
  border:1px solid rgba(246,169,0,.24);
  border-radius:22px;
  padding:28px;
  text-align:center;
}
.values span{font-size:40px}
.values h3{margin:12px 0;color:#fff}
.values p{color:#cbd5e1;line-height:1.7}
.contact-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  padding:38px;
  border-radius:26px;
  background:linear-gradient(180deg,rgba(15,23,42,.85),rgba(3,7,12,.92));
  border:1px solid rgba(246,169,0,.28);
}
form{display:grid;gap:14px}
input{
  padding:16px;border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  color:white;outline:none;
}
input::placeholder{color:#94a3b8}
.wa-float{
  position:fixed;right:22px;bottom:22px;z-index:101;
  width:58px;height:58px;border-radius:50%;border:none;
  display:grid;place-items:center;font-size:28px;cursor:pointer;
  background:#25d366;box-shadow:0 0 28px rgba(37,211,102,.45)
}
.wa-chatbox{
  position:fixed;right:22px;bottom:92px;width:330px;max-width:calc(100vw - 32px);
  background:linear-gradient(180deg,rgba(15,23,42,.98),rgba(3,7,12,.98));
  border:1px solid rgba(246,169,0,.35);
  border-radius:22px;box-shadow:0 24px 70px rgba(0,0,0,.55);
  z-index:101;overflow:hidden;transform:translateY(18px);opacity:0;pointer-events:none;transition:.3s ease;
}
.wa-chatbox.active{transform:translateY(0);opacity:1;pointer-events:auto}
.wa-close{position:absolute;right:12px;top:10px;width:28px;height:28px;border:none;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:20px;cursor:pointer}
.wa-head{display:flex;align-items:center;gap:12px;padding:20px;background:linear-gradient(135deg,#128c7e,#25d366)}
.wa-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#050505;color:#ffbc24;font-weight:900;border:2px solid rgba(255,255,255,.75)}
.wa-head span{display:block;color:rgba(255,255,255,.86);font-size:12px}
.wa-body{padding:18px 20px;color:#dbeafe;line-height:1.7;font-size:14px}
.wa-chat-btn{display:block;margin:0 20px 20px;text-align:center;padding:14px 18px;border-radius:12px;background:#25d366;color:#03120a;text-decoration:none;font-weight:900;text-transform:uppercase}
.footer{padding:34px 0;background:#030508;border-top:1px solid rgba(246,169,0,.22)}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#cbd5e1;font-size:13px}
.footer img{height:76px}

@media(max-width:900px){
  .nav-toggle{display:block}
  .brand span{display:none}
  .nav-menu{display:none;position:absolute;left:0;right:0;top:88px;background:#05070a;padding:24px;border-bottom:1px solid rgba(246,169,0,.28);flex-direction:column;align-items:flex-start}
  .nav-menu.active{display:flex}
  .hero-grid,.about,.contact-box{grid-template-columns:1fr}
  .kopdar-grid{grid-template-columns:1fr}
  .photo-card.big,.photo-card{min-height:360px}
  .stats,.values{grid-template-columns:repeat(2,1fr)}
  .gallery{grid-template-columns:1fr}
  h1{font-size:46px}
  h2{font-size:34px}
}
@media(max-width:520px){
  .nav{height:76px}
  .brand img{height:58px}
  .nav-menu{top:76px}
  h1{font-size:38px}
  .stats,.values{grid-template-columns:1fr}
  .stats div{border-right:0;border-bottom:1px solid rgba(255,255,255,.11)}
  .footer-inner{flex-direction:column;text-align:center}
}


/* Splashscreen */
.splashscreen{
  position:fixed;
  inset:0;
  z-index:9999;
  background:
    radial-gradient(circle at center, rgba(255,166,0,.18), transparent 35%),
    linear-gradient(180deg,#020406,#05070a);
  display:flex;
  align-items:center;
  justify-content:center;
  transition:opacity .8s ease, visibility .8s ease;
}

.splashscreen.hide{
  opacity:0;
  visibility:hidden;
}

.splash-content{
  text-align:center;
  animation:zoomIn 1.2s ease;
}

.splash-content img{
  width:220px;
  max-width:80vw;
  filter:drop-shadow(0 0 30px rgba(255,166,0,.25));
}

.splash-content h1{
  margin-top:10px;
  font-size:64px;
  color:#fff;
  font-family:Oswald,sans-serif;
  letter-spacing:2px;
}

.splash-content p{
  color:#f6a900;
  text-transform:uppercase;
  letter-spacing:3px;
  margin-top:8px;
}

.loader{
  width:70px;
  height:70px;
  border:4px solid rgba(255,255,255,.12);
  border-top-color:#f6a900;
  border-radius:50%;
  margin:28px auto 0;
  animation:spin 1s linear infinite;
}

@keyframes spin{
  to{transform:rotate(360deg)}
}

@keyframes zoomIn{
  from{
    transform:scale(.7);
    opacity:0;
  }
  to{
    transform:scale(1);
    opacity:1;
  }
}


/* SELARAS SEMUA LAMAN */
.page-hero{
  padding:120px 0 60px;
  text-align:center;
  position:relative;
}

.page-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at center, rgba(246,169,0,.12), transparent 35%);
  z-index:-1;
}

.page-title{
  font-size:64px;
  margin-bottom:18px;
}

.page-subtitle{
  max-width:820px;
  margin:auto;
  color:#cbd5e1;
  line-height:1.9;
}

.page-content{
  padding:40px 0 90px;
}

.page-card{
  background:linear-gradient(180deg,rgba(15,23,42,.85),rgba(3,7,12,.92));
  border:1px solid rgba(246,169,0,.25);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(0,0,0,.38);
}

.page-card img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
}

.page-card-content{
  padding:34px;
}

.page-card-content h3{
  font-size:34px;
  margin-bottom:16px;
  color:#fff;
  font-family:Oswald,sans-serif;
  text-transform:uppercase;
}

.page-card-content p{
  color:#cbd5e1;
  line-height:1.9;
}

.page-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:28px;
}

.mini-card{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(246,169,0,.18);
  border-radius:22px;
  padding:26px;
}

.mini-card h4{
  color:#f6a900;
  margin-bottom:12px;
}

.mini-card p{
  color:#cbd5e1;
  line-height:1.7;
  font-size:14px;
}

@media(max-width:900px){
  .page-grid{
    grid-template-columns:1fr;
  }

  .page-title{
    font-size:44px;
  }

  .page-card img{
    height:320px;
  }
}


/* AUTO SIZE MOBILE OPTIMIZATION */
html,body{
  overflow-x:hidden;
}

img{
  max-width:100%;
  height:auto;
}

.container{
  width:min(1180px,94%);
}

@media(max-width:768px){

  .hero{
    padding:70px 0 30px;
  }

  .hero-grid,
  .about,
  .contact-box,
  .two-col,
  .page-grid,
  .values,
  .stats,
  .gallery{
    grid-template-columns:1fr !important;
  }

  .hero-logo img,
  .about-card img,
  .footer img{
    margin:auto;
    display:block;
  }

  h1,
  .page-title{
    font-size:36px !important;
    line-height:1.15;
    text-align:center;
  }

  h2{
    font-size:28px !important;
    line-height:1.2;
    text-align:center;
  }

  .lead,
  .page-subtitle,
  .section-head p,
  .about p,
  .contact p{
    text-align:center;
    font-size:15px;
    line-height:1.8;
  }

  .actions,
  .hero-actions{
    justify-content:center;
  }

  .btn{
    width:100%;
  }

  .nav-menu{
    width:100%;
  }

  .stats div{
    border-right:none !important;
  }

  .page-card,
  .about-card,
  .contact-box,
  .photo-card,
  .value-card,
  .mini-card{
    border-radius:20px;
  }

  .page-card-content,
  .contact-box,
  .about-card,
  .mini-card{
    padding:24px !important;
  }

  .gallery img{
    height:220px !important;
  }

  .photo-card.big,
  .photo-card{
    min-height:280px !important;
  }

  .wa-chatbox{
    width:calc(100vw - 24px) !important;
    right:12px !important;
    bottom:82px !important;
  }

  .wa-float{
    right:16px !important;
    bottom:16px !important;
  }

  .footer-inner{
    flex-direction:column;
    text-align:center;
  }
}

@media(max-width:480px){

  .brand img{
    height:50px !important;
  }

  h1,
  .page-title{
    font-size:30px !important;
  }

  h2{
    font-size:24px !important;
  }

  .btn{
    padding:14px 18px;
    font-size:12px;
  }

  .page-card img{
    height:240px !important;
  }

  .gallery img{
    height:180px !important;
  }

}

/* TELKOMSEL STYLE THEME */
body:before{
  background:
    radial-gradient(circle at 15% 18%,rgba(255,0,0,.18),transparent 26%),
    radial-gradient(circle at 85% 28%,rgba(255,204,0,.12),transparent 25%),
    linear-gradient(180deg,#1a0000,#120202 55%,#050505) !important;
}

.header{
  background:rgba(25,0,0,.92)!important;
  border-bottom:1px solid rgba(255,204,0,.25)!important;
}

.join-btn,
.primary,
.nav-cta{
  background:linear-gradient(135deg,#e30613,#ffcc00)!important;
  color:#111!important;
  box-shadow:0 8px 25px rgba(227,6,19,.35);
}

.tag,
.label,
.brand small,
.stats strong,
.community-stats strong,
.about-card h3,
.page-card-content h3,
.mini-card h4{
  color:#ffcc00!important;
}

.page-card,
.about-card,
.value-card,
.mini-card,
.contact-box,
.photo-card,
.wa-chatbox,
.hero-logo-card{
  border:1px solid rgba(255,204,0,.22)!important;
  background:linear-gradient(180deg,rgba(35,0,0,.88),rgba(12,2,2,.95))!important;
}

.wa-head{
  background:linear-gradient(135deg,#e30613,#ffcc00)!important;
}

.wa-avatar{
  color:#ffcc00!important;
}

.wa-chat-btn{
  background:#e30613!important;
  color:#fff!important;
}

.wa-float{
  background:#e30613!important;
}

.nav-menu a:hover{
  color:#ffcc00!important;
}

.stats,
.community-stats{
  border:1px solid rgba(255,204,0,.28)!important;
  background:rgba(30,0,0,.9)!important;
}

.footer{
  background:#120202!important;
  border-top:1px solid rgba(255,204,0,.22)!important;
}

body:after{
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,204,0,.03) 1px, transparent 1px)!important;
}

.btn.outline,
.secondary{
  border:1px solid rgba(255,204,0,.4)!important;
}

.hero:before{
  background:
  linear-gradient(90deg,rgba(20,0,0,.95) 0%,rgba(20,0,0,.78) 45%,rgba(10,0,0,.7)),
  radial-gradient(circle at 80% 35%,rgba(255,204,0,.14),transparent 28%)!important;
}


/* FULL TELCO BRANDING STYLE */
:root{
  --telkom-red:#e30613;
  --telkom-dark:#120202;
  --telkom-gold:#ffcc00;
  --telkom-card:#1a0505;
}

body{
  background:linear-gradient(180deg,#180202 0%,#0a0000 100%)!important;
}

body:before{
  background:
    radial-gradient(circle at 10% 10%,rgba(227,6,19,.24),transparent 30%),
    radial-gradient(circle at 90% 20%,rgba(255,204,0,.14),transparent 25%),
    radial-gradient(circle at 50% 90%,rgba(227,6,19,.12),transparent 28%),
    linear-gradient(180deg,#1a0000,#080000 55%,#030000)!important;
}

.header{
  box-shadow:0 8px 30px rgba(227,6,19,.18);
}

.brand img{
  filter:drop-shadow(0 0 18px rgba(255,204,0,.25));
}

.hero{
  position:relative;
}

.hero::after{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(to right,rgba(227,6,19,.08),transparent 40%),
    linear-gradient(to left,rgba(255,204,0,.06),transparent 35%);
  pointer-events:none;
}

h1,h2,h3,h4{
  letter-spacing:.5px;
}

h1{
  text-shadow:0 0 22px rgba(227,6,19,.25);
}

.page-card,
.about-card,
.value-card,
.mini-card,
.contact-box,
.photo-card,
.hero-logo-card,
.wa-chatbox{
  background:
    linear-gradient(180deg,rgba(38,4,4,.96),rgba(12,0,0,.98))!important;
  border:1px solid rgba(255,204,0,.22)!important;
  box-shadow:
    0 18px 55px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.03);
}

.page-card:hover,
.value-card:hover,
.mini-card:hover,
.photo-card:hover{
  transform:translateY(-4px);
  transition:.3s ease;
  box-shadow:
    0 22px 60px rgba(227,6,19,.22),
    0 0 0 1px rgba(255,204,0,.14);
}

.join-btn,
.primary,
.nav-cta,
.btn.primary{
  background:
    linear-gradient(135deg,#e30613 0%,#ff4b2b 45%,#ffcc00 100%)!important;
  border:none!important;
  color:#120202!important;
  font-weight:900!important;
  letter-spacing:.5px;
}

.btn.outline,
.secondary{
  background:rgba(255,255,255,.03)!important;
  border:1px solid rgba(255,204,0,.3)!important;
}

.btn:hover{
  transform:translateY(-2px);
  transition:.3s ease;
}

.tag,
.label{
  background:rgba(255,204,0,.08);
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(255,204,0,.14);
}

.stats,
.community-stats{
  overflow:hidden;
  backdrop-filter:blur(10px);
}

.stats div,
.community-stats div{
  position:relative;
}

.stats div::after,
.community-stats div::after{
  content:'';
  position:absolute;
  left:18%;
  right:18%;
  bottom:0;
  height:1px;
  background:linear-gradient(to right,transparent,rgba(255,204,0,.28),transparent);
}

.gallery img{
  transition:.4s ease;
}

.gallery img:hover{
  transform:scale(1.03);
  box-shadow:0 0 35px rgba(227,6,19,.22);
}

.footer{
  background:
    linear-gradient(180deg,#180202,#080000)!important;
}

.footer-inner{
  border-top:1px solid rgba(255,204,0,.12);
  padding-top:16px;
}

.wa-float{
  animation:waPulse 2s infinite;
}

@keyframes waPulse{
  0%{box-shadow:0 0 0 0 rgba(227,6,19,.5);}
  70%{box-shadow:0 0 0 16px rgba(227,6,19,0);}
  100%{box-shadow:0 0 0 0 rgba(227,6,19,0);}
}

.splashscreen{
  background:
    radial-gradient(circle at center, rgba(227,6,19,.25), transparent 30%),
    linear-gradient(180deg,#140000,#050000)!important;
}

.loader{
  border-top-color:#ffcc00!important;
}

.nav-menu a{
  position:relative;
}

.nav-menu a::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-6px;
  width:0;
  height:2px;
  background:#ffcc00;
  transition:.3s ease;
}

.nav-menu a:hover::after{
  width:100%;
}



/* FULL XL-STYLE BRANDING THEME */
:root{
  --xl-blue:#0057ff;
  --xl-dark:#020817;
  --xl-cyan:#00d4ff;
  --xl-green:#36d399;
  --xl-purple:#6d5dfc;
  --xl-card:#07132a;
}

body{
  background:linear-gradient(180deg,#020817 0%,#051228 55%,#020817 100%)!important;
}

body:before{
  background:
    radial-gradient(circle at 12% 16%,rgba(0,87,255,.25),transparent 30%),
    radial-gradient(circle at 86% 18%,rgba(0,212,255,.18),transparent 26%),
    radial-gradient(circle at 50% 92%,rgba(54,211,153,.13),transparent 30%),
    linear-gradient(180deg,#020817,#07132a 55%,#020817)!important;
}

.header{
  background:rgba(2,8,23,.92)!important;
  border-bottom:1px solid rgba(0,212,255,.25)!important;
  box-shadow:0 8px 30px rgba(0,87,255,.18)!important;
}

.brand img{
  filter:drop-shadow(0 0 18px rgba(0,212,255,.28))!important;
}

.brand small,
.tag,
.label,
.stats strong,
.community-stats strong,
.about-card h3,
.page-card-content h3,
.mini-card h4{
  color:#00d4ff!important;
}

.tag,
.label{
  background:rgba(0,212,255,.10)!important;
  border:1px solid rgba(0,212,255,.20)!important;
}

.join-btn,
.primary,
.nav-cta,
.btn.primary{
  background:linear-gradient(135deg,#0057ff 0%,#00d4ff 55%,#36d399 100%)!important;
  color:#ffffff!important;
  box-shadow:0 10px 28px rgba(0,87,255,.35)!important;
}

.btn.outline,
.secondary{
  background:rgba(255,255,255,.04)!important;
  border:1px solid rgba(0,212,255,.35)!important;
  color:#fff!important;
}

.nav-menu a:hover{
  color:#00d4ff!important;
}

.nav-menu a::after{
  background:#00d4ff!important;
}

.page-card,
.about-card,
.value-card,
.mini-card,
.contact-box,
.photo-card,
.hero-logo-card,
.wa-chatbox{
  background:
    linear-gradient(180deg,rgba(7,19,42,.96),rgba(2,8,23,.98))!important;
  border:1px solid rgba(0,212,255,.24)!important;
  box-shadow:
    0 18px 55px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.04)!important;
}

.page-card:hover,
.value-card:hover,
.mini-card:hover,
.photo-card:hover{
  box-shadow:
    0 22px 60px rgba(0,87,255,.22),
    0 0 0 1px rgba(0,212,255,.16)!important;
}

.stats,
.community-stats{
  border:1px solid rgba(0,212,255,.28)!important;
  background:rgba(2,8,23,.88)!important;
  backdrop-filter:blur(10px);
}

.stats div::after,
.community-stats div::after{
  background:linear-gradient(to right,transparent,rgba(0,212,255,.32),transparent)!important;
}

.photo-card{
  border-color:rgba(0,212,255,.32)!important;
}

.photo-card:after{
  background:linear-gradient(to top,rgba(2,8,23,.86),transparent 55%)!important;
}

.gallery img{
  border:1px solid rgba(0,212,255,.28)!important;
}

.gallery img:hover{
  box-shadow:0 0 35px rgba(0,87,255,.25)!important;
}

.wa-head{
  background:linear-gradient(135deg,#0057ff,#00d4ff)!important;
}

.wa-avatar{
  color:#00d4ff!important;
  background:#020817!important;
}

.wa-chat-btn{
  background:linear-gradient(135deg,#0057ff,#36d399)!important;
  color:#fff!important;
}

.wa-float{
  background:linear-gradient(135deg,#0057ff,#00d4ff)!important;
  animation:xlPulse 2s infinite!important;
}

.footer{
  background:linear-gradient(180deg,#051228,#020817)!important;
  border-top:1px solid rgba(0,212,255,.22)!important;
}

.footer-inner{
  border-top:1px solid rgba(0,212,255,.12)!important;
}

.splashscreen{
  background:
    radial-gradient(circle at center, rgba(0,87,255,.26), transparent 30%),
    linear-gradient(180deg,#020817,#051228)!important;
}

.loader{
  border-top-color:#00d4ff!important;
}

body:after{
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg,rgba(0,212,255,.035) 1px, transparent 1px)!important;
}

.hero::after{
  background:
    linear-gradient(to right,rgba(0,87,255,.10),transparent 42%),
    linear-gradient(to left,rgba(0,212,255,.08),transparent 35%)!important;
}

h1{
  text-shadow:0 0 24px rgba(0,87,255,.28)!important;
}

@keyframes xlPulse{
  0%{box-shadow:0 0 0 0 rgba(0,212,255,.55);}
  70%{box-shadow:0 0 0 16px rgba(0,212,255,0);}
  100%{box-shadow:0 0 0 0 rgba(0,212,255,0);}
}



/* CLEAN FULL TELKOMSEL BRANDING */
:root{
  --ts-red:#e30613;
  --ts-dark:#0b0b0f;
  --ts-soft:#15151c;
  --ts-gold:#ffcc00;
  --ts-light:#f8fafc;
}

body{
  background:#070707!important;
  color:#f8fafc!important;
  font-family:Poppins,sans-serif!important;
}

body:before{
  background:
    radial-gradient(circle at top left,rgba(227,6,19,.16),transparent 30%),
    radial-gradient(circle at bottom right,rgba(255,204,0,.08),transparent 25%),
    linear-gradient(180deg,#090909,#111114 60%,#070707)!important;
}

body:after{
  opacity:.35!important;
}

.header{
  background:rgba(10,10,12,.92)!important;
  border-bottom:1px solid rgba(255,204,0,.12)!important;
  backdrop-filter:blur(16px)!important;
}

.brand strong{
  font-size:18px!important;
  letter-spacing:1px!important;
}

.brand small{
  color:#ffcc00!important;
  font-weight:600!important;
}

.brand img{
  height:68px!important;
  filter:drop-shadow(0 0 14px rgba(255,255,255,.08))!important;
}

.nav-menu a{
  color:#f3f4f6!important;
  font-size:13px!important;
  font-weight:700!important;
}

.nav-menu a:hover{
  color:#ffcc00!important;
}

.join-btn,
.primary,
.btn.primary{
  background:linear-gradient(135deg,#e30613,#ff4d00 60%,#ffcc00)!important;
  color:#fff!important;
  border:none!important;
  box-shadow:0 10px 24px rgba(227,6,19,.22)!important;
}

.secondary,
.outline{
  border:1px solid rgba(255,255,255,.12)!important;
  background:rgba(255,255,255,.03)!important;
}

.hero{
  padding:110px 0 50px!important;
}

.hero::after{
  background:
    linear-gradient(to right,rgba(227,6,19,.08),transparent 40%),
    linear-gradient(to left,rgba(255,204,0,.05),transparent 35%)!important;
}

.hero-logo img{
  max-width:520px!important;
  margin:auto!important;
  display:block!important;
}

h1,h2,h3,h4{
  font-family:Oswald,sans-serif!important;
  text-transform:uppercase!important;
  letter-spacing:.6px!important;
}

h1{
  font-size:68px!important;
  text-shadow:0 0 22px rgba(227,6,19,.18)!important;
}

.tag,
.label{
  background:rgba(255,204,0,.08)!important;
  border:1px solid rgba(255,204,0,.12)!important;
  border-radius:999px!important;
  padding:8px 16px!important;
  color:#ffcc00!important;
}

.stats,
.community-stats{
  background:rgba(18,18,22,.92)!important;
  border:1px solid rgba(255,255,255,.06)!important;
  border-radius:28px!important;
  backdrop-filter:blur(12px)!important;
}

.stats strong,
.community-stats strong{
  color:#ffcc00!important;
}

.page-card,
.about-card,
.value-card,
.mini-card,
.contact-box,
.photo-card,
.hero-logo-card,
.wa-chatbox{
  background:linear-gradient(180deg,rgba(20,20,24,.96),rgba(10,10,12,.98))!important;
  border:1px solid rgba(255,255,255,.06)!important;
  border-radius:28px!important;
  box-shadow:0 14px 40px rgba(0,0,0,.35)!important;
}

.page-card:hover,
.value-card:hover,
.mini-card:hover,
.photo-card:hover{
  transform:translateY(-3px)!important;
  transition:.3s ease!important;
  border-color:rgba(255,204,0,.18)!important;
}

.page-card-content h3,
.about-card h3,
.mini-card h4{
  color:#ffcc00!important;
}

.gallery img{
  border-radius:22px!important;
  border:1px solid rgba(255,255,255,.08)!important;
}

.gallery img:hover{
  box-shadow:0 0 28px rgba(227,6,19,.18)!important;
}

.footer{
  background:#090909!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
}

.footer-inner{
  color:#cbd5e1!important;
}

.wa-head{
  background:linear-gradient(135deg,#e30613,#ffcc00)!important;
}

.wa-avatar{
  background:#111!important;
  color:#ffcc00!important;
}

.wa-chat-btn{
  background:#e30613!important;
  color:#fff!important;
}

.wa-float{
  background:#e30613!important;
  box-shadow:0 0 26px rgba(227,6,19,.35)!important;
}

.splashscreen{
  background:
    radial-gradient(circle at center,rgba(227,6,19,.18),transparent 30%),
    linear-gradient(180deg,#111,#050505)!important;
}

.loader{
  border-top-color:#ffcc00!important;
}



/* XL.CO.ID INSPIRED - TRANSPARENT PROFESSIONAL STYLE */
:root{
  --xl-primary:#0057ff;
  --xl-cyan:#00d4ff;
  --xl-green:#35d399;
  --xl-navy:#020817;
  --xl-card:rgba(7,19,42,.58);
  --xl-border:rgba(0,212,255,.22);
}

body{
  background:#020817!important;
  color:#f8fafc!important;
}

body:before{
  background:
    radial-gradient(circle at 12% 14%,rgba(0,87,255,.24),transparent 32%),
    radial-gradient(circle at 88% 24%,rgba(0,212,255,.18),transparent 28%),
    radial-gradient(circle at 50% 90%,rgba(53,211,153,.12),transparent 30%),
    linear-gradient(180deg,#020817 0%,#061733 52%,#020817 100%)!important;
}

body:after{
  opacity:.45!important;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,212,255,.035) 1px,transparent 1px)!important;
}

.header{
  background:rgba(2,8,23,.68)!important;
  backdrop-filter:blur(22px)!important;
  -webkit-backdrop-filter:blur(22px)!important;
  border-bottom:1px solid rgba(0,212,255,.18)!important;
  box-shadow:0 10px 35px rgba(0,87,255,.14)!important;
}

.brand img{
  filter:drop-shadow(0 0 18px rgba(0,212,255,.22))!important;
}

.brand small,
.tag,
.label,
.stats strong,
.community-stats strong,
.page-card-content h3,
.about-card h3,
.mini-card h4{
  color:#00d4ff!important;
}

.nav-menu a:hover{
  color:#00d4ff!important;
}

.nav-menu a::after{
  background:#00d4ff!important;
}

.join-btn,
.primary,
.btn.primary,
.nav-cta{
  background:linear-gradient(135deg,#0057ff 0%,#00d4ff 60%,#35d399 100%)!important;
  color:#fff!important;
  border:none!important;
  box-shadow:0 12px 32px rgba(0,87,255,.32)!important;
}

.secondary,
.outline,
.btn.outline{
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(0,212,255,.26)!important;
  color:#ffffff!important;
}

.btn:hover{
  transform:translateY(-2px)!important;
  transition:.25s ease!important;
}

.tag,
.label{
  background:rgba(0,212,255,.08)!important;
  border:1px solid rgba(0,212,255,.16)!important;
  color:#00d4ff!important;
  backdrop-filter:blur(10px)!important;
}

.hero{
  background:transparent!important;
}

.hero::after{
  background:
    linear-gradient(to right,rgba(0,87,255,.10),transparent 42%),
    linear-gradient(to left,rgba(0,212,255,.07),transparent 35%)!important;
}

h1{
  text-shadow:0 0 24px rgba(0,87,255,.22)!important;
}

.page-card,
.about-card,
.value-card,
.mini-card,
.contact-box,
.photo-card,
.hero-logo-card,
.wa-chatbox,
.stats,
.community-stats{
  background:linear-gradient(180deg,rgba(7,19,42,.62),rgba(2,8,23,.48))!important;
  border:1px solid rgba(0,212,255,.18)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  box-shadow:
    0 18px 55px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.06)!important;
}

.page-card:hover,
.value-card:hover,
.mini-card:hover,
.photo-card:hover{
  border-color:rgba(0,212,255,.36)!important;
  box-shadow:
    0 22px 65px rgba(0,87,255,.22),
    inset 0 1px 0 rgba(255,255,255,.08)!important;
}

.stats div::after,
.community-stats div::after{
  background:linear-gradient(to right,transparent,rgba(0,212,255,.34),transparent)!important;
}

.photo-card:after{
  background:linear-gradient(to top,rgba(2,8,23,.86),transparent 58%)!important;
}

.gallery img{
  border:1px solid rgba(0,212,255,.22)!important;
  box-shadow:0 16px 40px rgba(0,0,0,.24)!important;
}

.gallery img:hover{
  box-shadow:0 0 34px rgba(0,87,255,.24)!important;
}

input{
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(0,212,255,.20)!important;
  backdrop-filter:blur(10px)!important;
}

.footer{
  background:rgba(2,8,23,.72)!important;
  border-top:1px solid rgba(0,212,255,.18)!important;
  backdrop-filter:blur(18px)!important;
}

.wa-head{
  background:linear-gradient(135deg,#0057ff,#00d4ff)!important;
}

.wa-avatar{
  background:#020817!important;
  color:#00d4ff!important;
}

.wa-chat-btn,
.wa-float{
  background:linear-gradient(135deg,#0057ff,#00d4ff)!important;
  color:#fff!important;
}

.wa-float{
  box-shadow:0 0 28px rgba(0,212,255,.38)!important;
}

.splashscreen{
  background:
    radial-gradient(circle at center,rgba(0,87,255,.26),transparent 32%),
    linear-gradient(180deg,#020817,#061733)!important;
}

.loader{
  border-top-color:#00d4ff!important;
}

@media(max-width:768px){
  .header{
    background:rgba(2,8,23,.84)!important;
  }
  .nav-menu{
    background:rgba(2,8,23,.96)!important;
    backdrop-filter:blur(18px)!important;
  }
}
