/* RENMONTLI - Rental Motor Bali */
:root{
  --blue:#3399ff;
  --navy:#003366;
  --orange:#ff9900;
  --white:#ffffff;
  --light:#f4f9ff;
  --gray:#5a6b7b;
  --shadow:0 8px 24px rgba(0,51,102,.12);
  --radius:14px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Roboto',-apple-system,Segoe UI,Arial,sans-serif;
  font-size:19px;line-height:2.5;color:#22323f;background:var(--white);
  overflow-x:hidden;
}
h1{font-size:35px;line-height:1.2}
h2{font-size:33px;line-height:1.22}
h3{font-size:31px;line-height:1.25}
h4{font-size:29px;line-height:1.3}
h1,h2,h3,h4{color:var(--navy);font-weight:700}
p{margin-bottom:1rem}
a{color:var(--blue);text-decoration:none}
img{max-width:100%;display:block}
.container{width:100%;max-width:1180px;margin:0 auto;padding:0 18px}
.section{padding:60px 0}
.text-center{text-align:center}
.accent{color:var(--orange)}
.btn{
  display:inline-block;background:var(--orange);color:#fff;font-weight:700;
  font-size:19px;padding:13px 26px;border-radius:40px;border:none;cursor:pointer;
  transition:transform .2s,box-shadow .2s;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(255,153,0,.4)}
.btn-blue{background:var(--blue)}
.btn-blue:hover{box-shadow:0 8px 18px rgba(51,153,255,.4)}
.section-title{text-align:center;margin-bottom:14px}
.section-sub{text-align:center;color:var(--gray);max-width:680px;margin:0 auto 38px}

/* ===== HEADER / NAV ===== */
.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 12px rgba(0,51,102,.08);transition:background .3s,box-shadow .3s}
.site-header.scrolled{background:rgba(255,255,255,.75);backdrop-filter:blur(8px)}
.nav{display:flex;align-items:center;justify-content:space-between;height:70px}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--navy);font-size:24px}
.brand img{width:42px;height:42px}
.brand span b{color:var(--orange)}
.nav-links{display:flex;align-items:center;gap:6px;list-style:none}
.nav-links a{color:var(--navy);font-weight:300;padding:9px 16px;border-radius:15px;font-size:18px;transition:background .2s,color .2s}
.nav-links a:hover,.nav-links a.active{background:var(--blue);color:#fff}
.nav-cta{background:var(--orange);color:#fff!important}
.nav-cta:hover{background:var(--orange)!important;opacity:.92}
.hamburger{display:none;background:none;border:none;cursor:pointer;width:42px;height:42px;flex-direction:column;justify-content:center;gap:6px}
.hamburger span{display:block;height:3px;width:26px;background:var(--navy);border-radius:3px;transition:.3s}
.hamburger.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}

/* ===== BREADCRUMBS ===== */
.breadcrumbs{background:var(--light);padding:12px 0;font-size:16px}
.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.breadcrumbs li{color:var(--gray)}
.breadcrumbs a{color:var(--navy);font-weight:500}
.breadcrumbs li+li:before{content:"›";margin-right:6px;color:var(--gray)}

/* ===== HERO ===== */
.hero{position:relative;height:100svh;min-height:520px;overflow:hidden}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.4s ease-in-out}
.hero-slide.active{opacity:1}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(0,51,102,.78),rgba(0,51,102,.35))}
.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;max-width:1180px;margin:0 auto;padding:0 18px}
.hero-content h1{color:#fff;max-width:760px;text-shadow:0 2px 10px rgba(0,0,0,.3)}
.hero-content p{color:#eaf4ff;font-size:21px;max-width:620px;margin:14px 0 26px}
.hero-badge{background:var(--orange);color:#fff;padding:6px 16px;border-radius:30px;font-weight:700;font-size:15px;margin-bottom:18px;letter-spacing:.5px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}

/* ===== BOOKING FORM ===== */
.form-section{background:linear-gradient(135deg,var(--navy),var(--blue));padding:46px 0}
.form-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:34px;max-width:920px;margin:0 auto}
.form-card h2{text-align:center;margin-bottom:6px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}
.field{display:flex;flex-direction:column;gap:6px}
.field.full{grid-column:1/-1}
.field label{font-size:16px;font-weight:600;color:var(--navy)}
.field input,.field select,.field textarea{
  font-family:inherit;font-size:18px;padding:12px 14px;border:1.5px solid #d6e4f2;border-radius:10px;background:#fbfdff;color:#22323f;
}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(51,153,255,.15)}
.form-card .btn{width:100%;margin-top:8px}

/* ===== ABOUT (fixed bg) ===== */
.about-bg{position:relative;background-image:linear-gradient(rgba(244,249,255,.9),rgba(244,249,255,.9)),url('../img/about-bg.jpg');background-attachment:fixed;background-size:cover;background-position:center}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.about-img img{border-radius:var(--radius);box-shadow:var(--shadow)}
.about-text h2{margin-bottom:12px}
.about-list{list-style:none;margin-top:14px}
.about-list li{padding:8px 0 8px 32px;position:relative}
.about-list li:before{content:"✔";position:absolute;left:0;color:var(--orange);font-weight:700}

/* ===== GALLERY ===== */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.moto-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s}
.moto-card:hover{transform:translateY(-6px)}
.moto-card .img-wrap{background:linear-gradient(160deg,#eaf4ff,#fff);padding:10px}
.moto-card img{object-fit:contain;width:100%; height: auto;}
.moto-body{padding:16px 18px 20px;text-align:center;display:flex;flex-direction:column;flex:1}
.moto-body h3{font-size:24px;color:var(--blue);margin-bottom:2px}
.moto-body .incl{color:var(--gray);font-size:16px;margin-bottom:12px}
.price{background:var(--light);border-radius:10px;padding:10px;margin-bottom:14px}
.price .amt{color:var(--navy);font-weight:700;font-size:22px}
.price .per{color:var(--gray);font-size:16px}
.moto-body .btn{margin-top:auto;font-size:17px;padding:10px 20px}

/* ===== FAQ (fixed bg) ===== */
.faq-bg{position:relative;background-image:linear-gradient(rgba(0,51,102,.92),rgba(0,51,102,.92)),url('../img/faq-bg.jpg');background-attachment:fixed;background-size:cover;background-position:center;color:#fff}
.faq-bg h2,.faq-bg .section-sub{color:#fff}
.faq-list{max-width:820px;margin:0 auto}
.faq-item{background:#fff;border-radius:12px;margin-bottom:14px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.15)}
.faq-q{width:100%;text-align:left;background:none;border:none;cursor:pointer;font-family:inherit;font-size:19px;font-weight:600;color:var(--navy);padding:18px 52px 18px 20px;position:relative}
.faq-q:after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:26px;color:var(--orange);transition:.3s}
.faq-item.open .faq-q:after{transform:translateY(-50%) rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 20px;color:var(--gray)}
.faq-item.open .faq-a{max-height:320px;padding:0 20px 18px}

/* ===== MAP ===== */
.map-section{padding:0}
.map-section iframe{width:100%;height:420px;border:0;display:block}
.map-head{padding:48px 0 24px;text-align:center}

/* ===== FOOTER ===== */
.site-footer{background:var(--navy);color:#cfe2f5;padding:54px 0 22px;font-size:17px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:34px}
.site-footer h4{color:#fff;font-size:20px;margin-bottom:14px}
.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:22px;font-weight:700;color:#fff}
.footer-brand img{width:40px;height:40px}
.footer-brand b{color:var(--orange)}
.site-footer ul{list-style:none}
.site-footer ul li{margin-bottom:8px}
.site-footer a{color:#cfe2f5}
.site-footer a:hover{color:var(--orange)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:34px;padding-top:18px;text-align:center;font-size:15px;color:#9fc0e0}

/* ===== WHATSAPP FLOAT ===== */
.wa-float{position:fixed;left:18px;bottom:18px;z-index:900;background:#25d366;color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.25);font-weight:700}
.wa-float svg{width:30px;height:30px;fill:#fff}

/* ===== CHATBOT ===== */
.chatbot{position:fixed;right:18px;bottom:18px;z-index:950;width:330px;max-width:calc(100vw - 36px);background:#fff;border-radius:16px;box-shadow:0 12px 40px rgba(0,51,102,.3);overflow:hidden;display:none;flex-direction:column}
.chatbot.open{display:flex;animation:slideUp .35s ease}
@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.cb-head{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;padding:14px 16px;display:flex;align-items:center;gap:10px}
.cb-avatar{width:40px;height:40px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#fff}
.cb-head .info{flex:1}
.cb-head .info strong{display:block;font-size:17px}
.cb-head .info small{font-size:13px;opacity:.85}
.cb-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;line-height:1}
.cb-body{padding:14px;max-height:340px;overflow-y:auto;background:#f4f9ff;display:flex;flex-direction:column;gap:10px}
.cb-msg{max-width:85%;padding:10px 13px;border-radius:14px;font-size:16px;line-height:1.45}
.cb-bot{background:#fff;color:#22323f;border:1px solid #e0ecf8;align-self:flex-start;border-bottom-left-radius:4px}
.cb-user{background:var(--blue);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}
.cb-options{display:flex;flex-direction:column;gap:8px;padding:0 14px 14px;background:#f4f9ff}
.cb-opt{background:#fff;border:1.5px solid var(--blue);color:var(--navy);border-radius:30px;padding:10px 14px;cursor:pointer;font-family:inherit;font-size:15px;text-align:left;transition:.2s}
.cb-opt:hover{background:var(--blue);color:#fff}
.cb-opt.wa{background:#25d366;border-color:#25d366;color:#fff;font-weight:700;text-align:center}
.cb-bubble{position:fixed;right:18px;bottom:18px;z-index:940;width:60px;height:60px;border-radius:50%;background:var(--orange);border:none;cursor:pointer;box-shadow:0 8px 22px rgba(255,153,0,.45);color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center}

/* ===== RESPONSIVE ===== */
@media(max-width:920px){
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  h1{font-size:31px}h2{font-size:28px}h3{font-size:25px}h4{font-size:23px}
  body{font-size:18px}
  .hamburger{display:flex}
  .nav-links{position:fixed;top:70px;right:-100%;width:75%;max-width:320px;height:calc(100vh - 70px);background:#fff;flex-direction:column;align-items:stretch;gap:4px;padding:18px;box-shadow:-4px 0 20px rgba(0,51,102,.15);transition:right .35s ease}
  .nav-links.open{right:0}
  .nav-links a{padding:10px 10px;font-size:19px}
  .about-grid{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .gallery-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}
