*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Inter', sans-serif;
}

body{
  background:#f1f5f9;
  color:#1e293b;
}

a{
  text-decoration:none;
}

.section{
  padding:60px 8%;
}

.gray{
  background:#f1f5f9;
}

.section h2{
  text-align:center;
  margin-bottom:40px;
  font-size:36px;
}

.btn-primary{
  background:#3b82f6;
  color:white;
  padding:12px 22px;
  border-radius:10px;
  transition:0.3s;
}

.btn-primary:hover{
  background:#2563eb;
}

.btn-outline{
  border:1px solid #3b82f6;
  color:#3b82f6;
  padding:12px 22px;
  border-radius:10px;
}

.auth-buttons{
  display:flex;
  gap:10px;
}

.hero::after{
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.45);
}

.slides{
  position:absolute;
  width:100%;
  height:100%;
  opacity:0;
  transition:opacity 1s ease-in-out;
}

.slides.active{
  opacity:1;
}

.slides img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-content,
.hero-text{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);

  width:100%;
  text-align:center;

  z-index:2;

  padding:20px;
}
.hero-content,
.hero-text{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100%;
  text-align:center;
  z-index:2;
  padding:20px;
}
.hero-text h1,
.hero-content h1{
  font-size:72px;
  color:white;
  line-height:1.2;
  margin-bottom:25px;
  text-align:center;
}
.hero-text p,
.hero-content p{
  max-width:850px;
  margin:auto;
  text-align:center;
}
.hero-buttons{
  display:flex;
  justify-content:center;
  gap:16px;
  margin-top:30px;
}
.service-grid,
.team-grid,
.advantage-grid,
.education-grid,
.visi-misi{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:24px;
}

.card,
.team-card,
.service-card,
.edu-card{
  background:white;
  padding:35px;
  border-radius:24px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  transition:0.3s;
}
.card:hover,
.service-card:hover,
.edu-card:hover{
  transform:translateY(-6px);
}
.service-card:hover{
  transform:translateY(-5px);
}

.service-card i{
  font-size:40px;
  color:#3b82f6;
  margin-bottom:20px;
}

.hidden{
  display:none;
}

.profile-dropdown{
  position:relative;
}

.avatar{
  width:40px;
  border-radius:50%;
  cursor:pointer;
}

.dropdown-content{
  position:absolute;
  top:50px;
  right:0;
  background:white;
  padding:10px;
  border-radius:10px;
  width:200px;
  display:none;
  box-shadow:0 4px 20px rgba(0,0,0,0.1);
}

.profile-dropdown:hover .dropdown-content{
  display:block;
}

.dropdown-content a{
  display:block;
  padding:10px;
  color:#334155;
}

.whatsapp-float{
  position:fixed;
  bottom:20px;
  right:20px;
  width:60px;
  height:60px;
  background:#25d366;
  color:white;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:30px;
  box-shadow:0 4px 20px rgba(0,0,0,0.2);
}
.login-page{
  min-height:100vh;
  display:flex;
  justify-content:center;
  align-items:center;
  background:linear-gradient(135deg,#dbeafe,#eff6ff,#f8fafc);
}

.login-wrapper{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:20px;
}
.login-card{
  width:100%;
  max-width:420px;
  background:white;
  padding:50px;
  border-radius:24px;
  box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.login-card h1{
  text-align:center;
  margin-bottom:10px;
  font-size:42px;
  color:#1e293b;
}
.login-card p{
  text-align:center;
  color:#64748b;
  margin-bottom:35px;
}

.input-group{
  margin-bottom:20px;
}

.input-group label{
  display:block;
  margin-bottom:8px;
  font-weight:600;
  color:#334155;
}
.input-group input{
  width:100%;
  padding:14px;
  border:1px solid #cbd5e1;
  border-radius:12px;
  outline:none;
  font-size:15px;
}

.input-group input:focus{
  border-color:#3b82f6;
}
.full-btn{
  width:100%;
  border:none;
  cursor:pointer;
  margin-top:10px;
}

.login-footer{
  text-align:center;
  margin-top:25px;
  color:#64748b;
}

.login-footer a{
  color:#3b82f6;
  font-weight:600;
}
.btn-primary{
  background:#3b82f6;
  color:white;
  padding:14px 22px;
  border-radius:12px;
  transition:0.3s;
  display:inline-block;
  border:none;
  font-weight:600;
  text-align:center;
}

.btn-primary:hover{
  background:#2563eb;
}

.full-btn{
  width:100%;
  cursor:pointer;
}
.hero::after{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.45);
}

.hero-content{
  z-index:2;
}
.hero-buttons{
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
}

.white-btn{
  border:1px solid white;
  color:white;
}

navbar a:hover{
  color:#3b82f6;
}

/* MENU */

.nav-menu{
    flex:1;
    display:flex;
    justify-content:center;
}

.nav-menu ul{
    display:flex;
    gap:38px;
    list-style:none;
}

.nav-menu a{
    text-decoration:none;
    color:#334155;
    font-weight:600;
}

/* LOGIN */

.login-area{
    display:flex;
    align-items:center;
}

.btn-login{
    background:#2563eb;
    color:white;

    text-decoration:none;

    padding:14px 28px;

    border-radius:14px;

    font-weight:600;
}
/* FOOTER */

.footer{
    background: #020617;
    color: white;
    padding: 80px 8% 30px;
    margin-top: 100px;
    width:100%;
    overflow:hidden;
}

.footer-container{
    max-width: 1300px;
    margin: auto;
}

.footer-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 60px;
    align-items:flex-start;
}

.footer-logo{
    font-size: 32px;
    font-weight: 800;
    color: white;
    text-decoration: none;

    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 20px;
}

.footer-logo:hover{
    color: #3b82f6;
}

.footer-about p{
    color: #cbd5e1;
    line-height: 1.8;
}

.footer h3{
    font-size: 22px;
    margin-bottom: 20px;
}

.footer ul{
    list-style: none;
    padding: 0;
}

.footer ul li{
    margin-bottom: 18px;
}

.footer ul li a{
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.3s;
}

.footer ul li a:hover{
    color: #60a5fa;
}

.contact-list li{
    color: #cbd5e1;
}

.footer-bottom{
    border-top: 1px solid #1e293b;
    margin-top: 60px;
    padding-top: 30px;

    text-align: center;
    color: #94a3b8;
}

/* RESPONSIVE */

@media(max-width:900px){

    .footer-grid{
        grid-template-columns: 1fr 1fr;
    }

}

@media(max-width:600px){

    .footer-grid{
        grid-template-columns: 1fr;
    }

}

/* TENTANG KAMI */

.tentang-section{
  padding:120px 8%;
  background:white;
}

.container{
  max-width:1200px;
  margin:auto;
}

.tentang-header{
  text-align:center;
  margin-bottom:70px;
}

.tentang-header h2{
  font-size:52px;
  color:#0f172a;
  margin-bottom:25px;
  font-weight:800;
}

.tentang-header p{
  font-size:22px;
  line-height:1.8;
  color:#475569;
  max-width:900px;
  margin:auto;
}

.visi-misi-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
  gap:30px;
}

.visi-card{
  background:linear-gradient(to bottom right,#eff6ff,#e0e7ff);
  padding:40px;
  border-radius:28px;
  border:1px solid #bfdbfe;
  transition:0.3s;
}

.visi-card:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 35px rgba(59,130,246,0.12);
}

.card-flex{
  display:flex;
  gap:20px;
  align-items:flex-start;
}

.icon-box{
  width:60px;
  height:60px;
  background:linear-gradient(to bottom right,#60a5fa,#2563eb);
  border-radius:18px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-shrink:0;

  box-shadow:0 10px 20px rgba(37,99,235,0.25);
}

.icon-box i{
  color:white;
  font-size:24px;
}

.visi-card h3{
  font-size:32px;
  margin-bottom:15px;
  color:#0f172a;
}

.visi-card p{
  color:#475569;
  line-height:1.8;
  font-size:18px;
}

/* DETAIL LAYANAN */

.detail-hero{
    position: relative;
    height: 75vh;
    overflow: hidden;
}

.detail-hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: white;
    text-align: center;
    padding: 20px;
}

.detail-overlay h1{
    font-size: 68px;
    margin-bottom: 20px;
    font-weight: 800;
}

.detail-overlay p{
    font-size: 24px;
    color: #e2e8f0;
}

.detail-content{
    padding: 90px 8%;
    background: #f8fafc;
}

.detail-container{
    max-width: 1000px;
    margin: auto;

    background: white;
    padding: 60px;
    border-radius: 32px;

    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

.detail-price{
    font-size: 42px;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 30px;
}

.detail-container p{
    font-size: 20px;
    line-height: 1.9;
    color: #475569;
}

.detail-list{
    margin-top: 20px;
    margin-bottom: 40px;
}

.detail-list li{
    margin-bottom: 18px;
    font-size: 18px;
    color: #334155;
}

.detail-btn{
    display: inline-block;
    margin-top: 20px;
}

/* FIX FOOTER */

.footer{
    background:#020617;
    color:white;
    padding:80px 8% 30px;
    margin-top:100px;
    width:100%;
}

.footer *{
    box-sizing:border-box;
}

.footer-container{
    max-width:1300px;
    margin:auto;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:50px;
}

.footer-logo{
    font-size:36px;
    font-weight:800;
    color:white;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
}

.footer-logo:hover{
    color:#60a5fa;
}

.footer-about p{
    color:#cbd5e1;
    line-height:1.8;
    font-size:17px;
}

.footer h3{
    font-size:24px !important;
    margin-bottom:20px;
    color:white;
    text-align:left !important;
}

.footer ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer ul li{
    margin-bottom:15px;
}

.footer ul li a{
    color:#cbd5e1;
    text-decoration:none;
    transition:0.3s;
    font-size:17px;
}

.footer ul li a:hover{
    color:#60a5fa;
}

.contact-list li{
    color:#cbd5e1;
    font-size:17px;
}

.footer-bottom{
    border-top:1px solid #1e293b;
    margin-top:50px;
    padding-top:25px;
    text-align:center;
    color:#94a3b8;
    font-size:16px;
}

/* RESPONSIVE */

@media(max-width:900px){

    .footer-grid{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:600px){

    .footer-grid{
        grid-template-columns:1fr;
    }

}

/* TIM SECTION */

.team-section{
    padding: 140px 8% 100px;
    background: linear-gradient(to bottom,#eff6ff,#ffffff);
}

.team-header{
    text-align: center;
    margin-bottom: 70px;
}

.team-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
}

.team-title i{
    font-size: 42px;
    color: #3b82f6;
}

.team-title h1{
    font-size: 56px;
    color: #0f172a;
    font-weight: 800;
}

.team-header p{
    max-width: 850px;
    margin: auto;
    font-size: 22px;
    line-height: 1.8;
    color: #64748b;
}

.team-grid-custom{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 35px;
    max-width: 1200px;
    margin: auto;
}

.team-member-card{
    background: white;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #e2e8f0;

    transition: 0.3s;

    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.team-member-card:hover{
    transform: translateY(-8px);

    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.team-image{
    position: relative;
    height: 320px;
    overflow: hidden;
}

.team-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,rgba(0,0,0,0.45),transparent);
}

.team-content{
    padding: 30px;
    text-align: center;
}

.team-content h3{
    font-size: 28px;
    color: #0f172a;
    margin-bottom: 15px;
}

.team-content span{
    background: #dbeafe;
    color: #2563eb;

    padding: 10px 20px;
    border-radius: 999px;

    font-weight: 600;
    display: inline-block;
}

.team-grid-custom{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    max-width:1100px;
    margin:auto;
}

.team-member-card{
    background:white;
    border:1px solid #dbe2ea;
    border-radius:22px;
    overflow:hidden;
    transition:0.3s;
}

.team-member-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.team-image{
    height:260px;
    overflow:hidden;
    position:relative;
}

.team-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.team-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,0.35),transparent);
}

.team-content{
    padding:20px;
    text-align:center;
}

.team-content h3{
    font-size:28px;
    color:#0f172a;
    margin-bottom:14px;
    font-weight:800;
}

.team-content span{
    background:#dbeafe;
    color:#2563eb;
    padding:8px 18px;
    border-radius:999px;
    font-size:15px;
    font-weight:600;
}

/* RESPONSIVE */

@media(max-width:900px){

    .team-grid-custom{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:600px){

    .team-grid-custom{
        grid-template-columns:1fr;
    }

}

nav ul{
  display:flex;
  align-items:center;
  gap:45px;
  list-style:none;
}

nav a{
  text-decoration:none;
  color:#334155;
  font-weight:600;
  transition:0.3s;
}

.navbar a:hover{
  color:#3b82f6;
}

/* EDUKASI */

.edukasi-section{
    padding:140px 8% 100px;
    background:#f1f5f9;
}

.edukasi-header{
    text-align:center;
    margin-bottom:70px;
}

.edukasi-header h1{
    font-size:64px;
    color:#0f172a;
    font-weight:800;
    margin-bottom:20px;
}

.edukasi-header p{
    font-size:24px;
    color:#475569;
}

.edukasi-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.edukasi-card{
    background:white;
    border-radius:24px;
    overflow:hidden;

    text-decoration:none;

    transition:0.3s;

    box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

.edukasi-card:hover{
    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.edukasi-image{
    position:relative;
    height:230px;
    overflow:hidden;
}

.edukasi-image img{
    width:100%;
    height:100%;
    object-fit:cover;

    transition:0.4s;
}

.edukasi-card:hover img{
    transform:scale(1.08);
}

.edukasi-icon{
    position:absolute;
    top:18px;
    left:18px;

    width:52px;
    height:52px;

    background:rgba(255,255,255,0.95);
    backdrop-filter:blur(10px);

    border-radius:16px;

    display:flex;
    justify-content:center;
    align-items:center;

    box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.edukasi-icon i{
    color:#3b82f6;
    font-size:20px;
}

.edukasi-content{
    padding:28px;
}

.edukasi-date{
    color:#64748b;
    font-size:15px;
}

.edukasi-content h3{
    margin-top:14px;
    margin-bottom:16px;

    font-size:30px;
    line-height:1.4;

    color:#0f172a;
}

.edukasi-content p{
    color:#475569;
    line-height:1.8;
    font-size:17px;
}

.edukasi-link{
    margin-top:24px;

    color:#2563eb;
    font-weight:600;
}

/* RESPONSIVE */

@media(max-width:1100px){

    .edukasi-grid{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:700px){

    .edukasi-grid{
        grid-template-columns:1fr;
    }

}

.article-content{
    margin-top:50px;
}

.article-content h2{
    font-size:42px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:22px;
    margin-top:50px;
}

.article-content p{
    font-size:22px;
    line-height:2;
    color:#475569;
    margin-bottom:35px;
}

.edu-link{
    text-decoration:none;
    color:inherit;
}

.edu-card{
    background:white;
    border-radius:24px;
    overflow:hidden;
    transition:0.3s;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.edu-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.edu-image{
    height:240px;
    overflow:hidden;
}

.edu-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.4s;
}

.edu-card:hover img{
    transform:scale(1.08);
}

.edu-content{
    padding:24px;
}

.edu-date{
    color:#64748b;
    font-size:14px;
    margin-bottom:12px;
}

.edu-content h3{
    font-size:28px;
    color:#0f172a;
    margin-bottom:14px;
    line-height:1.4;
}

.edu-content p{
    color:#475569;
    line-height:1.8;
    margin-bottom:20px;
}

.edu-content span{
    color:#2563eb;
    font-weight:600;
}

.article-detail{
    padding:140px 8% 100px;
    background:#f1f5f9;
}

nav{
  margin-left:auto;
  margin-right:40px;
}

nav ul{
  display:flex;
  align-items:center;
  gap:40px;
  list-style:none;
}
.auth-buttons{
  display:flex;
  align-items:center;
}

.footer{
  background:#020b2d;
  color:white;
  padding:60px 8%;
}

.footer-container{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:40px;
}

.footer-col{
  flex:1;
  min-width:220px;
}

.footer-col h2,
.footer-col h3{
  margin-bottom:20px;
}

.footer-col p,
.footer-col a{
  color:#cfd6e4;
  display:block;
  margin-bottom:12px;
  text-decoration:none;
  line-height:1.7;
}

.footer-col a:hover{
  color:white;
}

.footer-bottom{
  text-align:center;
  border-top:1px solid rgba(255,255,255,0.1);
  margin-top:40px;
  padding-top:20px;
  color:#cfd6e4;
}
.profile-box{
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.logout-btn{
  padding: 8px 14px;
  border: none;
  border-radius: 10px;
  background: #2563eb;
  color: white;
  cursor: pointer;
}
.hidden{
  display:none;
}
.hero-about{
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.hero-about .slides{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s;
}

.hero-about .slides.active{
    opacity: 1;
}

.hero-about{
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.hero-about img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile-page{
    text-align:center;
    margin-top:100px;
}

.profile-big{
    width:120px;
    height:120px;
    border-radius:50%;
    margin-bottom:20px;
}

/* DETAIL ARTIKEL */

.detail-artikel{
    padding:120px 8% 80px;
    background:#f5f7fb;
}

.back-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#1e293b;
    font-weight:600;
    margin-bottom:30px;
}

.article-hero{
    position:relative;
    width:100%;
    height:420px;
    border-radius:24px;
    overflow:hidden;
}

.article-hero img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.article-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:40px;
    color:white;
}

.article-top{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:20px;
}

.article-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    background:rgba(255,255,255,0.15);
    backdrop-filter:blur(8px);

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:28px;
}

.article-date{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:15px;
}

.article-overlay h1{
    font-size:58px;
    font-weight:800;
    max-width:900px;
    line-height:1.1;
}

.article-box{
    max-width:1000px;
    margin:50px auto 0;
    background:white;
    padding:50px;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.article-content h2{
    font-size:38px;
    margin-bottom:20px;
    color:#0f172a;
}

.article-content p{
    font-size:19px;
    line-height:2;
    color:#475569;
    margin-bottom:35px;
}

.article-list{
    margin-bottom:40px;
    padding-left:20px;
}

.article-list li{
    margin-bottom:16px;
    font-size:18px;
    color:#475569;
    line-height:1.8;
}

.footer-logo img{
    width:50px;
    height:auto;
}

/* KEUNGGULAN */
.keunggulan-section{
    padding: 100px 8%;
    background: #f5f7fb;
}

.section-header{
    text-align: center;
    margin-bottom: 70px;
}

.section-header h2{
    font-size: 58px;
    font-weight: 800;
    color: #0b1736;
    margin-bottom: 15px;
}

.section-header p{
    font-size: 24px;
    color: #4d5b7c;
}

.keunggulan-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    max-width: 1000px;
    margin: auto;
}

.keunggulan-card{
    background: #eef3ff;
    border: 1px solid #dbe6ff;
    border-radius: 28px;
    padding: 40px;
    transition: 0.3s;
}

.keunggulan-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.icon-box{
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg,#4f8cff,#2563eb);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    box-shadow: 0 10px 25px rgba(37,99,235,0.25);
}

.icon-box i{
    color: white;
    font-size: 32px;
}

.keunggulan-card h3{
    font-size: 36px;
    color: #081534;
    margin-bottom: 18px;
}

.keunggulan-card p{
    font-size: 22px;
    line-height: 1.7;
    color: #4f5d7a;
}

/* =========================
   MODERN NAVBAR SIKARTA
========================= */

.navbar{
    position: sticky;
    top: 0;
    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 18px 70px;

    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(14px);

    border-bottom: 1px solid #e5e7eb;

    box-shadow:
    0 4px 20px rgba(0,0,0,0.04);
}

/* LOGO */
.logo{
    display: flex;
    align-items: center;
    gap: 14px;

    text-decoration: none;
}

.logo img{
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.logo h2{
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #0f172a;
}

/* MENU */
.nav-menu ul{
    display: flex;
    align-items: center;
    gap: 38px;

    list-style: none;
}

.nav-menu ul li a{
    position: relative;

    text-decoration: none;

    color: #334155;

    font-size: 17px;
    font-weight: 600;

    transition: 0.3s ease;
}

/* HOVER */
.nav-menu ul li a:hover{
    color: #2563eb;
}

/* ANIMATED UNDERLINE */
.nav-menu ul li a::after{
    content: "";

    position: absolute;
    left: 0;
    bottom: -8px;

    width: 0%;
    height: 3px;

    background: #2563eb;
    border-radius: 20px;

    transition: 0.3s ease;
}

.nav-menu ul li a:hover::after{
    width: 100%;
}

/* BUTTON LOGIN */
.btn-login{
    text-decoration: none;

    background: linear-gradient(
        135deg,
        #2563eb,
        #3b82f6
    );

    color: white;

    padding: 14px 26px;

    border-radius: 14px;

    font-weight: 600;
    font-size: 15px;

    transition: 0.3s ease;

    box-shadow:
    0 8px 20px rgba(37,99,235,0.25);
}

.btn-login:hover{
    transform: translateY(-2px);

    box-shadow:
    0 12px 25px rgba(37,99,235,0.35);
}

/* RESPONSIVE */
@media(max-width: 992px){

    .navbar{
        padding: 18px 30px;
    }

    .nav-menu ul{
        gap: 22px;
    }

    .logo h2{
        font-size: 24px;
    }

}

@media(max-width: 768px){

    .navbar{
        flex-direction: column;
        gap: 20px;
    }

    .nav-menu ul{
        flex-wrap: wrap;
        justify-content: center;
    }

}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Inter',sans-serif;
}

body{
  background:#f8fafc;
  color:#0f172a;
  overflow-x:hidden;
}

a{
  text-decoration:none;
}

/* =========================
    NAVBAR
========================= */

.navbar{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:1000;

  display:flex;
  justify-content:space-between;
  align-items:center;

  padding:18px 7%;

  background:rgba(255,255,255,0.92);
  backdrop-filter:blur(12px);

  border-bottom:1px solid #e2e8f0;
}

.logo{
  display:flex;
  align-items:center;
  gap:14px;
  color:#0f172a;
}

.logo img{
  width:45px;
  height:45px;
  object-fit:contain;
}

.logo h2{
  font-size:32px;
  font-weight:800;
  letter-spacing:1px;
}

.nav-menu ul{
  display:flex;
  list-style:none;
  gap:40px;
}

.nav-menu a{
  color:#334155;
  font-weight:600;
  font-size:16px;
  transition:0.3s;
  position:relative;
}

.nav-menu a:hover{
  color:#2563eb;
}

.nav-menu a::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:3px;
  border-radius:20px;
  background:#2563eb;
  transition:0.3s;
}

.nav-menu a:hover::after{
  width:100%;
}

.btn-login{
  background:linear-gradient(135deg,#2563eb,#3b82f6);
  color:white;
  padding:14px 26px;
  border-radius:14px;
  font-weight:600;
  transition:0.3s;
  box-shadow:0 10px 25px rgba(37,99,235,0.25);
}

.btn-login:hover{
  transform:translateY(-3px);
}

/* =========================
    HERO
========================= */

.hero{
  position:relative;
  width:100%;
  height:100vh;
  overflow:hidden;

  display:flex;
  align-items:center;
  justify-content:center;
}

.slides{
  position:absolute;
  width:100%;
  height:100%;
  opacity:0;
  transition:1s;
}

.slides.active{
  opacity:1;
}

.slides img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.hero::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(
  to right,
  rgba(15,23,42,0.82),
  rgba(15,23,42,0.55)
  );
  z-index:1;
}

.hero-content{
  position:relative;
  z-index:2;
  max-width:900px;
  text-align:center;
  color:white;
  padding:20px;
}

.hero-badge{
  display:inline-block;
  margin-bottom:20px;
  padding:10px 18px;

  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.18);

  border-radius:999px;

  font-size:14px;
  font-weight:600;

  backdrop-filter:blur(10px);
}

.hero-content h1{
  font-size:76px;
  line-height:1.1;
  margin-bottom:28px;
  font-weight:800;
}

.hero-content p{
  font-size:22px;
  line-height:1.8;
  color:#e2e8f0;
  max-width:760px;
  margin:auto;
}

.hero-buttons{
  margin-top:40px;

  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.btn-primary{
  background:#2563eb;
  color:white;
  padding:16px 30px;
  border-radius:16px;
  font-weight:600;
  transition:0.3s;
  box-shadow:0 10px 25px rgba(37,99,235,0.35);
}

.btn-primary:hover{
  transform:translateY(-4px);
  background:#1d4ed8;
}

.btn-outline{
  border:1px solid rgba(255,255,255,0.4);
  color:white;
  padding:16px 30px;
  border-radius:16px;
  font-weight:600;
  transition:0.3s;
  backdrop-filter:blur(10px);
}

.btn-outline:hover{
  background:white;
  color:#0f172a;
}


/* =========================
    FOOTER
========================= */

.footer{
  background:#020617;
  color:white;
  padding:80px 8% 30px;
}

.footer-container{
  max-width:1300px;
  margin:auto;
}

.footer-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:50px;
}

.footer-logo{
  display:flex;
  align-items:center;
  gap:12px;

  color:white;
  font-size:30px;
  font-weight:800;

  margin-bottom:20px;
}

.footer-logo img{
  width:50px;
}

.footer-about p{
  color:#cbd5e1;
  line-height:1.8;
}

.footer h3{
  margin-bottom:20px;
  font-size:22px;
}

.footer ul{
  list-style:none;
}

.footer ul li{
  margin-bottom:16px;
}

.footer ul li a{
  color:#cbd5e1;
  transition:0.3s;
}

.footer ul li a:hover{
  color:#60a5fa;
}

.footer-bottom{
  margin-top:60px;
  padding-top:25px;
  border-top:1px solid #1e293b;
  text-align:center;
  color:#94a3b8;
}

/* =========================
    WHATSAPP
========================= */

.whatsapp-float{
  position:fixed;
  right:25px;
  bottom:25px;

  width:65px;
  height:65px;

  background:#25d366;
  color:white;

  border-radius:50%;

  display:flex;
  justify-content:center;
  align-items:center;

  font-size:32px;

  z-index:999;

  box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* =========================
    RESPONSIVE
========================= */

@media(max-width:992px){

  .navbar{
    padding:18px 30px;
  }

  .hero-content h1{
    font-size:58px;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }

}

@media(max-width:768px){

  .navbar{
    flex-direction:column;
    gap:20px;
  }

  .nav-menu ul{
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
  }

  .hero-content h1{
    font-size:44px;
  }

  .hero-content p{
    font-size:18px;
  }

}

@media(max-width:600px){

  .footer-grid{
    grid-template-columns:1fr;
  }

  .hero{
    height:90vh;
  }

}

/* LAYANAN */
.layanan-section{
    padding: 110px 8%;
    background: #f5f7fb;
}

.section-header{
    text-align: center;
    margin-bottom: 70px;
}

.section-header h2{
    font-size: 58px;
    font-weight: 800;
    color: #081534;
    margin-bottom: 18px;
}

.section-header p{
    font-size: 24px;
    color: #4d5b7c;
}

.service-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px;
    max-width: 1300px;
    margin: auto;
}

.service-card{
    background: #eef3ff;
    border: 1px solid #dbe6ff;
    border-radius: 30px;
    padding: 45px 35px;
    text-decoration: none;
    transition: 0.3s;
}

.service-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.service-icon{
    width: 78px;
    height: 78px;
    background: linear-gradient(135deg,#4f8cff,#2563eb);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow: 0 12px 25px rgba(37,99,235,0.25);
}

.service-icon i{
    color: white;
    font-size: 34px;
}

.service-card h3{
    font-size: 34px;
    color: #081534;
    margin-bottom: 18px;
    font-weight: 700;
}

.service-card p{
    font-size: 22px;
    line-height: 1.7;
    color: #51607e;
}

/* =========================
   LOGIN & SIGNUP PAGE
   AMAN - TIDAK MERUSAK INDEX
========================= */

.auth-page{
    min-height:100vh;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:40px 20px;

    background:
    linear-gradient(
    135deg,
    #dbeafe,
    #eff6ff,
    #f8fafc
    );
}

/* CONTAINER */
.auth-container{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* CARD */
.auth-card{
    width:100%;
    max-width:460px;

    background:white;

    padding:50px 45px;

    border-radius:28px;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.08);
}

/* ICON */
.auth-icon{
    width:80px;
    height:80px;

    margin:0 auto 25px;

    border-radius:22px;

    background:
    linear-gradient(
    135deg,
    #2563eb,
    #3b82f6
    );

    display:flex;
    justify-content:center;
    align-items:center;

    color:white;
    font-size:32px;

    box-shadow:
    0 10px 25px rgba(37,99,235,0.25);
}

/* TITLE */
.auth-card h1{
    text-align:center;
    font-size:42px;
    font-weight:800;

    color:#0f172a;

    margin-bottom:10px;
}

.auth-card p{
    text-align:center;
    color:#64748b;

    font-size:17px;

    margin-bottom:35px;
}

/* INPUT */
.input-group{
    margin-bottom:24px;
}

.input-group label{
    display:block;

    margin-bottom:10px;

    font-weight:600;
    color:#334155;
}

.input-box{
    position:relative;
}

.input-box i{
    position:absolute;

    left:18px;
    top:50%;

    transform:translateY(-50%);

    color:#94a3b8;
    font-size:18px;
}

.input-box input{
    width:100%;

    padding:16px 18px 16px 52px;

    border:1px solid #cbd5e1;

    border-radius:16px;

    outline:none;

    font-size:15px;

    transition:0.3s;
}

.input-box input:focus{
    border-color:#2563eb;

    box-shadow:
    0 0 0 4px rgba(37,99,235,0.12);
}

/* BUTTON */
.auth-btn{
    width:100%;

    padding:16px;

    border:none;

    border-radius:16px;

    background:
    linear-gradient(
    135deg,
    #2563eb,
    #3b82f6
    );

    color:white;

    font-size:17px;
    font-weight:700;

    cursor:pointer;

    margin-top:10px;

    transition:0.3s;
}

.auth-btn:hover{
    transform:translateY(-3px);

    box-shadow:
    0 12px 25px rgba(37,99,235,0.25);
}

/* BOTTOM */
.bottom-text{
    margin-top:28px;

    text-align:center;

    color:#64748b;
}

.bottom-text a{
    color:#2563eb;

    font-weight:700;

    text-decoration:none;
}

.bottom-text a:hover{
    text-decoration:underline;
}

/* RESPONSIVE */
@media(max-width:500px){

    .auth-card{
        padding:40px 25px;
    }

    .auth-card h1{
        font-size:34px;
    }

}

.profile-box{
    display:flex;
    align-items:center;
    gap:14px;
}

.hidden{
    display:none !important;
}

/* =========================
   NAVBAR PROFILE ICON
========================= */

.profile-box{
    display:flex;
    align-items:center;
    gap:14px;
}

.nav-icon{
    width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    background:#eff6ff;
    color:#2563eb;

    font-size:18px;

    transition:0.3s;

    border:1px solid #dbeafe;
}

.nav-icon:hover{
    background:#2563eb;
    color:white;

    transform:translateY(-3px);
}

.logout-btn{
    border:none;

    background:linear-gradient(
    135deg,
    #2563eb,
    #3b82f6
    );

    color:white;

    padding:12px 18px;

    border-radius:14px;

    font-weight:600;

    cursor:pointer;

    transition:0.3s;
}

.logout-btn:hover{
    transform:translateY(-3px);

    box-shadow:
    0 10px 20px rgba(37,99,235,0.25);
}
.service-actions {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.btn-pesan,
.btn-wa {
    padding: 12px 22px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    }
.btn-pesan {
    background: #0d6efd;
    color: white;
}
.btn-pesan:hover {
    transform: translateY(-3px);
}
.btn-wa {
    background: #25D366;
    color: white;
}
.btn-wa:hover {
    transform: translateY(-3px);
}
.checkout-section {
    padding: 120px 8%;
    background: #f5f7fb;
    min-height: 100vh;
}

.checkout-container {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.checkout-container h1 {
    margin-bottom: 30px;
}
.checkout-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 14px;
    margin-bottom: 15px;
}

.checkout-total {
    margin-top: 30px;
    text-align: right;
}
.checkout-btn{

    width:100%;

    display:flex;
    justify-content:center;
    align-items:center;

    margin-top:30px;

    padding:20px;

    background:#0d6efd;
    color:white;

    border:none;
    border-radius:18px;

    font-size:22px;
    font-weight:700;

    text-decoration:none;

    cursor:pointer;

    transition:.3s;
}

.checkout-btn:hover{

    transform:translateY(-4px);

    box-shadow:
    0 15px 30px rgba(13,110,253,0.3);

}
.profile-section {
    padding: 120px 8%;
    background: #f5f7fb;
    min-height: 100vh;
}

.profile-container {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 30px;
}

.profile-sidebar {
    background: white;
    border-radius: 24px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: fit-content;
}

.profile-image {
    width: 120px;
    height: 120px;
    background: #0d6efd;
    border-radius: 50%;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 45px;
}

.profile-sidebar h2 {
    margin-top: 20px;
}

.member-text {
    color: gray;
    margin-top: 8px;
}

.logout-btn {
    margin-top: 30px;
    width: 100%;
    padding: 14px;

    border: none;
    border-radius: 14px;

    background: #dc3545;
    color: white;

    cursor: pointer;
    font-weight: 600;
}

.welcome-card {
    background: linear-gradient(135deg, #0d6efd, #3f8cff);
    color: white;

    border-radius: 24px;
    padding: 35px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcome-card h1 {
    margin-bottom: 10px;
}

.welcome-icon {
    font-size: 60px;
    opacity: 0.7;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.stats-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.stats-card i {
    font-size: 35px;
    color: #0d6efd;
    margin-bottom: 15px;
}

.orders-section {
    background: white;
    padding: 30px;
    border-radius: 24px;
    margin-top: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.section-title {
    margin-bottom: 20px;
}

.order-card {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 20px;
    border: 1px solid #eee;
    border-radius: 16px;

    margin-bottom: 15px;
}

.order-card p {
    color: gray;
    margin-top: 5px;
}

.status {
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.selesai {
    background: #d1f7df;
    color: #198754;
}

.proses {
    background: #fff3cd;
    color: #ff9800;
}

.pending {
    background: #f8d7da;
    color: #dc3545;
}

.consultation-box {
    margin-top: 30px;

    background: white;
    border-radius: 24px;
    padding: 30px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.consult-btn {
    background: #25D366;
    color: white;

    padding: 14px 24px;

    border-radius: 14px;

    text-decoration: none;
    font-weight: 600;

    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 992px) {

    .profile-container {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .consultation-box {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .welcome-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

}
.pesan-btn {
    margin-top: 25px;

    background: #0d6efd;
    color: white;

    border: none;
    border-radius: 12px;

    padding: 14px 24px;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    transition: 0.3s;
}

.pesan-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(13,110,253,0.25);
}
.payment-section{
    padding:120px 8%;
    background:#f5f7fb;
    min-height:100vh;
}

.payment-container{
    max-width:1000px;
    margin:auto;
}

.payment-header{
    margin-bottom:40px;
}

.payment-header h1{
    font-size:48px;
    color:#071739;
    margin-bottom:10px;
}

.payment-header p{
    color:#667085;
    font-size:18px;
}

.payment-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.payment-card h2{
    margin-bottom:25px;
    color:#071739;

    display:flex;
    align-items:center;
    gap:12px;
}

.payment-item{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:20px 0;
    border-bottom:1px solid #eee;
}

.payment-total{
    margin-top:30px;
    text-align:right;
}

.payment-total h2{
    font-size:36px;
    color:#0d6efd;
}

.bank-list{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.bank-item{
    border:2px solid #eee;
    border-radius:18px;
    padding:20px;

    display:flex;
    align-items:center;
    gap:20px;

    cursor:pointer;
    transition:.3s;
}

.bank-item:hover{
    border-color:#0d6efd;
    transform:translateY(-3px);
}

.bank-item input{
    width:20px;
    height:20px;
}

.pay-btn{
    width:100%;

    padding:20px;

    border:none;
    border-radius:18px;

    background:#0d6efd;
    color:white;

    font-size:20px;
    font-weight:700;

    cursor:pointer;

    transition:.3s;
}

.pay-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 30px rgba(13,110,253,0.3);
}