/* =========================
   GLOBAL
========================= */

:root{
    --bg:#080c14;
    --dark:#0e1420;
    --card:#131929;
    --border:#1e2840;

    --gold:#f5a623;
    --gold2:#ffd166;

    --white:#eef0f5;
    --muted:#8892aa;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:var(--bg, #080c14);
    color:var(--white);
    overflow-x:hidden;
    font-size:14px;
}

/* =========================
   NAVBAR
========================= */

.navbar{
    background:rgba(8,12,20,.92) !important;
    backdrop-filter:blur(18px);

    border-bottom:1px solid var(--border);

    padding:16px 0;

    transition:.3s ease;
}

.logo-hiace{
    color:#f5a623;
}

.logo-rental{
    color:var(--white); 
}

.navbar-brand{
    font-size:1.5rem;
    font-weight:800;
    color:var(--gold) !important;
    letter-spacing:1px;
    font-family:Arial, Helvetica, sans-serif;
}

.nav-link{
    color:var(--muted) !important;
    font-weight:500;
    transition:.25s;
    position:relative;
    font-size: 0.8rem;
}

.nav-link:hover{
    color:var(--gold) !important;
}

.nav-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-4px;
    width:0%;
    height:2px;
    background:var(--gold);
    transition:.3s;
}

.nav-link:hover::after{
    width:100%;
}

.btn-success{
    background:var(--gold) !important;
    border:none !important;
    color:#000 !important;
    font-weight:700;
    transition:.25s;
    font-size:13px;
    padding:8px 16px !important;
}

.btn-success:hover{
    background:var(--gold2) !important;
    transform:translateY(-2px);
}

.navbar-toggler-icon{
    filter: brightness(0) invert(1);
}

.navbar-toggler:focus{
    box-shadow:none;
}
.mob-menu{
    position:fixed;
    top:70px;
    left:0;
    width:100%;
    background:#0e1420;

    display:none;
    flex-direction:column;

    border-top:1px solid #1e2840;
    z-index:9999;
}

.mob-menu a{
    padding:16px 18px;
    text-decoration:none;
    color:#eef0f5;
    font-weight:600;

    border-bottom:1px solid rgba(255,255,255,0.08);

    display:flex;
    gap:10px;
    align-items:center;
}

.mob-menu a:hover{
    background:rgba(245,166,35,0.08);
    color:#f5a623;
}

.mob-menu a:last-child{
    border-bottom:none;
}

/* =========================
   HERO PREMIUM 
========================= */

.hero-premium{
    background:#080c14;
    position:relative;
    overflow:hidden;
}


.armada-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;               
    padding:6px 12px;     
    border-radius:999px;
    background:rgba(245,166,35,0.08);
    border:1px solid rgba(245,166,35,0.35);
    color:#f5a623;
    font-weight:800;
    font-size: 0.75rem;    
    letter-spacing:0.5px;
    font-family: 'Courier New', Courier, monospace;
}

.dot-blink{
    width:8px;             
    height:8px;             
    border-radius:50%;
    background:#f5a623;
    box-shadow:0 0 8px #f5a623;
    animation:blink 1s infinite;
}

@keyframes blink{
    0%,100%{ opacity:1; transform:scale(1); }
    50%{ opacity:.2; transform:scale(.6); }
}

.text-hiace{
    color:#f5a623;
    font-weight:700;
    /* text-align: ; */
}

.hero-premium h6{
    color:#f5a623 !important;
    font-size: 0.9rem;     
    letter-spacing:1px;
    text-transform:uppercase;
}

.hero-premium h1{
    color:#fff;
    font-weight:800;
    line-height:1.1;        
    font-size:clamp(2.0rem, 4.5vw, 3.8rem); 
}

.hero-premium p{
    color:#8892aa !important;
    font-size:0.9rem;       
    line-height:1.7;        
    max-width:500px;       
}

.btn-gold{
    background:#f5a623;
    color:#000 !important;
    border:none;
    font-weight:500;
    padding:11px 24px;     
    font-size: 0.9rem;    
    border-radius:999px;
    transition:.3s;
}

.btn-gold:hover{
    background:#ffd166;
    transform:translateY(-2px);
}

.btn-outline-gold{
    border:1px solid #2a344d;
    color:#fff !important;
    padding:11px 24px;      
    font-size: 0.95rem;    
    border-radius:999px;
    transition:.3s;
}

.btn-outline-gold:hover{
    border-color:#f5a623;
    color:#f5a623 !important;
}

.hero-card{
    background:linear-gradient(
        145deg,
        #101828,
        #182236
    );
    border:1px solid #1f2a44;
    border-radius:20px;     
    overflow:hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,.4); 
}

.hero-card img{
    width:100%;
    display:block;
}

.hero-badge{
    background:#f5a623;
    color:#000;
    text-align:center;
    padding:16px;           
    font-size: 0.95rem;    
    font-weight:700;
}

.hero-visual{
    position:relative;
}

.car-showcase {
    background: linear-gradient(
        145deg,
        #101828,
        #182236
    );
    border: 1px solid #1f2a44;
    padding: 22px;        
    border-radius: 20px;   
    box-shadow: 0 20px 50px rgba(0,0,0,.45);
    position: relative;
    animation: floatCar 5s ease-in-out infinite;
}
.hero-premium .hero-visual {
    max-width: 82%;
    margin: 20px auto 0; 
}

.car-glow-wrap{
    position:relative;
}

.car-glow-wrap::before{
    content:'';
    position:absolute;
    width:1000px;            
    height:1000px;           
    background:radial-gradient(
        circle,
        rgba(245,166,35,.20) 0%,
        rgba(245,166,35,.08) 35%,
        transparent 70%
    );
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    filter:blur(100px);     
    z-index:0;
}
.car-glow-wrap{
    position:relative;
}

.hero-car-svg{
    position:relative;
    z-index:2;
    width:100%;
    height:auto;
    display:block;
}

.hero-chip{
    margin-top:14px;       
    background:#131929;
    border:1px solid #1f2a44;
    border-radius:14px;    
    padding:14px 16px;    
    display:flex;
    align-items:center;
    gap:12px;              
    color:#fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

.chip-ico{
    font-size:24px;        
}

.chip-lbl{
    color:#8892aa;
    font-size:.85rem;      
}

.chip-val{
    font-weight:700;
    font-size: 0.95rem;    
    margin-top:2px;
}


@keyframes floatCar{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }

}

/* SECTION BORDER */
.stats-bar{
    background:#0e1420;
    border-top:1px solid rgba(255,255,255,0.08);
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.stats-bar .container{
    padding-left:0;
    padding-right:0;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);

    width:100%;
}

.st-item{
    text-align:center;
    padding:20px 10px;
    position:relative;
}

.st-item:not(:last-child)::after{
    content:'';
    position:absolute;

    right:0;
    top:0;
    bottom:0;

    width:1px;

    background:rgba(255,255,255,0.08);
}

.st-n{
    font-size:28px;
    font-weight:700;
    color:#f5a623;
}

.st-l{
    font-size:14px;
    color:#8892aa;
}

/* =========================
   ARMADA PREMIUM STYLE
========================= */

.armada-section{
    background:#080c14;
}

.sec-hd{
    text-align:center;
}

.sec-tag{
    color:#f5a623;
    font-weight:800;
    letter-spacing:2px;
    font-size:12px;
    text-transform:uppercase;
    margin-bottom:8px;
}

.sec-title{
    font-weight:900;
    font-size:28px;
    color:#ffffff;
    margin-bottom:10px;
}

.sec-sub{
    color:#8892aa;         
    font-size:0.8rem;         
    line-height:1.8;
    max-width:650px;
    margin:0 auto;
}

.armada-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
    gap:22px;
    align-items:stretch;
}

.car-card{
    background:#131929;
    border:1px solid #1e2840;
    border-radius:18px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    height:100%;

    transition:all .3s ease;
}

.car-card:hover{
      border-color: rgba(245,166,35,0.6);
    box-shadow: 0 0 20px rgba(245,166,35,0.4),
                0 0 40px rgba(245,166,35,0.2),
                0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.car-thumb{
    position:relative;
    padding:12px;
    background:linear-gradient(135deg,#0e1420,#1a2236);
    overflow:hidden;
}

.car-thumb svg{
    width:100%;
    max-height:170px;
    transition:transform .45s ease;
    transform-origin:center;
}

.car-card:hover .car-thumb svg{
    transform:scale(1.07);
}

/* =========================
   LABEL / FLAG STYLE FIX
========================= */

.car-flag{
    position:absolute;
    top:12px;
    left:12px;
    font-size:11px;
    font-weight:400;
    padding:6px 12px;
    border-radius:999px;
    letter-spacing:.3px;
    color:#111;
    box-shadow:0 8px 20px rgba(0,0,0,.35);
}

.flag-hot{
    background:#f5a623;
}

.flag-prem{
    background:#e84040;
}

.flag-big{
    background:#FFFFFF;
}

/* =========================
   BODY
========================= */

.car-body{
    padding:16px 18px;
    flex:1;
}

.car-name{
    font-weight:800;
    font-size:16px;
    color:#fff;
}

.car-sub{
    font-size:13px;
    color:#f5a623;
    margin-top:4px;
}

/* =========================
   SPEC BOX (NO HOVER, CLEAR BORDER)
========================= */

.spec-box{
    margin-top:12px;
    padding:12px;
    border-radius:12px;
    background:rgba(255,255,255,0.03);
    border:1px solid rgba(255,255,255,0.10);
    transition:none;
}

/* SPECS GRID */
.specs{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    margin-top:12px;
}

/* SPEC ITEM (FIXED BOX, NO HOVER) */
.sp{
    display:flex;
    gap:8px;
    font-size:12px;
    color:#8892aa;
    line-height:1.2;

    padding:8px 10px;
    border-radius:10px;
    background:rgba(255,255,255,0.02);
    border:1px solid rgba(255,255,255,0.08);
    cursor:default; 
}

.sp span{
    font-size:14px;
    width:18px;
    flex-shrink:0;
}

.sp strong{
    display:block;
    color:#fff;
    font-size:12px;
}

.sp:hover{
    background:rgba(255,255,255,0.02);
    border:1px solid rgba(255,255,255,0.08);
}

/* =========================
   DIVIDER
========================= */

.car-divider{
    height:1px;
    background:rgba(255,255,255,0.12);
    margin:0 18px;
}

.car-foot{
    padding:14px 18px 18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:auto;
}

.price-num{
    font-size:18px;
    font-weight:900;
    color:#f5a623;
}
.price-from{
    color: #8892aa;
}
.price-per{
    color: #8892aa;
}

.pesan-btn{
    border:none;
    padding:10px 14px;
    border-radius:999px;
    background:#f5a623;
    color:#111;
    font-weight:700;
    cursor:pointer;
    transition:.2s;
}

.pesan-btn:hover{
    background:#ffd166;
    transform:translateY(-2px);
}


/* =========================
   INFO CARD BOTTOM ARMADA
========================= */

.armada-info-card{
    margin-top:28px;
    transition: all 0.3s ease;
    background:#131929;
    border:1px solid #1e2840;
    border-radius:18px;
    padding:22px 24px;
    display:flex;
    gap:24px;
    align-items:flex-start;
    box-shadow:0 15px 40px rgba(0,0,0,.4);
}

.info-col{
    flex:1;
}

.info-divider{
    width:1px;
    background:rgba(255,255,255,0.12);
}

.info-title{
    font-weight:800;
    font-size:14px;
    color:#f5a623;
    margin-bottom:10px;
}

.info-title.warn{
    color:#ffcc66;
}

.info-list{
    font-size:13px;
    color:#8892aa;
    line-height:1.9;
}

.armada-info-card:hover {
    border-color: rgba(245,166,35,0.6);
    box-shadow: 0 0 20px rgba(245,166,35,0.4),
                0 0 40px rgba(245,166,35,0.2),
                0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}


/* =========================
   KEUNGGULAN SECTION
========================= */

#keunggulan {
  background: #080c14;
  padding: 60px 0;
}

.keunggulan-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.keunggulan-hd {
  text-align: center;
}

.keunggulan-tag {
  color: #f5a623;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.keunggulan-title {
  font-weight: 900;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 10px;
}

.keunggulan-sub {
  color: #8892aa;
  font-size: 0.8rem;
  line-height: 1.8;
  max-width: 650px;
  margin: 0 auto;
}

.keunggulan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.keunggulan-item {
  background: #131929;
  border: 1px solid #1e2840;
  border-radius: 18px;
  padding: 28px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.keunggulan-item:hover {
  border-color: rgba(245, 166, 35, 0.5);
  box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.15),
              0 18px 45px rgba(0, 0, 0, 0.6);
  transform: translateY(-4px);
}

.keunggulan-ico {
  font-size: 40px;
  margin-bottom: 16px;
  display: block;
}

.keunggulan-name {
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}

.keunggulan-desc {
  font-size: 13px;
  color: #8892aa;
  line-height: 1.7;
}

/* =========================
   GALLERY BLADE
========================= */

.gallery-section {
  background: var(--bg);
  padding: 50px 0;
}

.gallery-header {
  text-align: center;
  margin-bottom: 30px;
}

.gallery-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.gallery-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-left :hover{
    border-color: rgba(245,166,35,0.6);
}


.svg-wrapper {
  width: 100%;
  border-radius: 18px;
  overflow: hidden; 
  background: linear-gradient(135deg, #0e1420, #1a2236);
  border: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  position: relative;
}

.gallery-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-right :hover{
    border-color: rgba(245,166,35,0.6);
}

.svg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  width: 100%;
  height: 100%;
}

.svg-item {
  border-radius: 12px;
  overflow: hidden; 
  background: linear-gradient(135deg, #0e1420, #1a2236);
  border: 1px solid var(--border);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  display: flex;
  flex-direction: column;
  position: relative;
}

.svg-main, 
.svg-thumb,
.svg-wrapper svg,
.svg-item svg {
  display: block;
  width: 100%;
  height: auto; 
  transition: transform .45s ease; 
  transform-origin: center;
}

.svg-wrapper:hover svg {
  transform: scale(1.07); 
}

.svg-item:hover svg {
  transform: scale(1.07); 
}

.galery-section-text {
  z-index: 2;
  position: relative;
  margin-top: -40px !important;
  color: #f5a623 !important; 
  font-size: 13px !important;
  text-align: center !important;
  font-weight: 600 !important;
}

.gallery-section .sec-hd {
  max-width: 650px;
  margin: 0 auto;
}
.gallery-section .sec-tag {
  color: #f5a623;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.gallery-section .sec-title {
  font-weight: 900;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 10px;
}
.gallery-section .sec-sub {
  color: #8892aa;
  font-size: 0.8rem;
  line-height: 1.8;
  max-width: 650px;
  margin: 0 auto;
}


/* =========================
   PESAN SECTION (FORMULIR)
========================= */

.pesan-section {
  background: #080c14 !important; 
  padding: 60px 0;
  display: block !important;    
  opacity: 1 !important;        
  visibility: visible !important;
}

.pesan-section .sec-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.form-box {
  background: #131929 !important;
  border: 1px solid #1e2840 !important;
  border-radius: 18px;
  padding: 35px;
  margin-top: 35px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
  display: block !important;
  opacity: 1 !important;
}

.form-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important; 
  gap: 20px;
}

.fg {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
}

.fg.full {
  grid-column: 1 / -1 !important; 
}

.fg label {
  font-size: 13px;
  font-weight: 700;
  color: #8892aa;
  letter-spacing: 0.3px;
}

.fg input, 
.fg select, 
.fg textarea {
  background: #0e1420;
  border: 1px solid #1e2840;
  border-radius: 10px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
  width: 100%;
}

.fg input::placeholder, 
.fg textarea::placeholder {
  color: #4f5b73;
}

.fg input:focus, 
.fg select:focus, 
.fg textarea:focus {
  border-color: rgba(245, 166, 35, 0.7);
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.1);
}

.fg textarea {
  height: 100px;
  resize: vertical;
}

.fg input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

.sub-btn {
  width: 100%;
  background: #f5a623;
  color: #111111;
  border: none;
  border-radius: 12px;
  padding: 15px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
  transition: all 0.3s ease;
}

.sub-btn:hover {
  background: #ffd166;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245, 166, 35, 0.3);
}

.wa-note {
  text-align: center;
  font-size: 12px;
  color: #8892aa;
  margin-top: 15px;
}

.wa-note strong {
  color: #22c55e;
}


/* =========================
   TESTIMONI SECTION
========================= */

.testi-section {
  background: #080c14; 
}

.testi-section .sec-wrap {
  max-width: 1140px; 
  margin: 0 auto;
  padding: 0 20px;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 24px;
  margin-top: 40px;
  align-items: stretch;
}

.testi-card {
  background: #131929;
  border: 1px solid #1e2840;
  border-radius: 18px;
  padding: 28px;

  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
}

.testi-card:hover {
  border-color: rgba(245, 166, 35, 0.4);
  transform: translateY(-3px); 
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
}

.stars {
  color: #f5a623; 
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.testi-q {
  color: #d1d7e0; 
  font-size: 14px;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 24px;
  flex: 1; 
}

.testi-user {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06); 
  padding-top: 16px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%; 
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-weight: 800;
  font-size: 16px;
  color: #111111;
}

.avatar.text-b { background: #f5a623; }
.avatar.text-s { background: #50e3c2; } 
.avatar.text-r { background: #4a90e2; } 

.user-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.tname {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}

.tloc {
  color: #8892aa;
  font-size: 12px;
}

.main-footer {
  background: #0b111c; 
  border-top: 1px solid #1e2840;
  padding: 60px 0 20px 0;
  color: #8892aa;
  margin-top: 20px;
}

.footer-grid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr); 
  gap: 40px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo {
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 1px;
}

.footer-logo em {
  font-style: normal;
  color: #f5a623; 
}

.footer-desc {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 8px;
}

.footer-h {
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #f5a623;
  width: max-content;
  padding-bottom: 4px;
}

.footer-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-ul li a {
  color: #8892aa;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s ease;
}

.footer-ul li a:hover {
  color: #f5a623; 
}

.footer-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 14px;
  color: #ccc;
}

/* biar di HP jadi rapi (stack ke bawah) */
@media (max-width: 600px){
  .footer-bottom{
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}


.footer-bot {
  max-width: 1140px;
  margin: 50px auto 0 auto;
  padding: 20px 20px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: 0.3s ease;
}

.wa-float:hover {
  transform: scale(1.12);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
}

/* =========================
   RESPONSIVE FOOTER (HP)
========================= */
@media (max-width: 768px) {
       .hero-premium .d-flex{
        justify-content: center;
    }

    .hero-premium .d-flex a{
        text-align: center;
    }

    .stats-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .st-item::after{
        display:none;
    }

    .st-item{
        position:relative;
        border-bottom:1px solid rgba(255,255,255,0.08);
    }

    .st-item:nth-child(3),
    .st-item:nth-child(4){
        border-bottom:none;
    }

    .st-item:nth-child(odd)::before{
        content:'';
        position:absolute;
        right:0;
        top:0;
        bottom:0;
        width:1px;
        background:rgba(255,255,255,0.08);
    }

    .armada-info-card{
        flex-direction:column;
    }

    .info-divider{
        width:100%;
        height:1px;
    }

  .keunggulan-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .keunggulan-hd {
    text-align: center !important;
  }

  .keunggulan-sub {
    text-align: center;
    margin-left: 0;
  }

  .keunggulan-item {
    text-align: left;
  }

  .testi-section {
    padding: 45px 0;
  }
  
  .testi-grid {
    gap: 16px;
    margin-top: 30px;
  }
  
  .testi-card {
    padding: 22px;
  }
  .footer-grid {
    grid-template-columns: 1fr; 
    gap: 30px;
  }
  
  .footer-bot {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    margin-top: 35px;
  }

  .wa-float {
    bottom: 16px;
    right: 16px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
    .form-box {
    padding: 20px;
  }
   .gallery-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .svg-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    max-width: 100%;
    gap: 16px;
  }

  .svg-wrapper, .svg-item {
    border-radius: 12px;
    width: 100% !important;
    height: 220px !important; 
    position: relative;
    overflow: hidden;
  }

  .svg-main, .svg-thumb, .svg-wrapper svg, .svg-item svg {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover; 
    object-position: center; 
  }

  .galery-section-text {
  background-color: #080c14;
  width: max-content;
  padding: 2px 14px;         
  line-height: 18px;          
  border-radius: 999px;       
  position: relative;
  z-index: 2;
  margin: -40px auto 0 auto; 
  color: #f5a623 !important; 
  font-size: 13px !important;
  text-align: center !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); 
}
  .sub-btn {
    font-size: 13px !important;    
    padding: 11px 14px !important; 
    border-radius: 10px !important; 
    margin-top: 18px;
  }

}


@media (max-width: 480px) {
  .keunggulan-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #keunggulan {
    padding: 40px 0;
  }

  .keunggulan-item {
    padding: 22px 18px;
  }
}
/* RESPONSIVE */
@media(max-width:576px){
    .armada-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:991px){
    .hero-premium{
        text-align:center;
        padding-top:0 !important;
    }
    .hero-premium .hero-visual {
        max-width: 100%;  
        margin: 0 auto;   
    }

    .car-glow-wrap::before {
        width: 400px;    
        height: 400px;
        filter: blur(40px);
    }
      .hero-premium .row{
        flex-direction: column-reverse;
    }
      .hero-premium .col-lg-6:first-child{
        margin-bottom:40px;
    }

    .hero-premium p{
        margin:0;
    }

}

section, 
[id] {
  scroll-margin-top: 75px;
}

/* =========================
   SCROLL ANIMATION
========================= */

.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.fade.visible,
.fade.in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
