
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

:root {
  --ink: #14231d;
  --muted: #65736c;
  --line: #dfe7e2;
  --paper: #f7faf8;
  --white: #ffffff;
  --accent: #26b36b;
  --accent-dark: #11804a;
  --soft: #e8f7ef;
  --dark: #11231b;
  --shadow: 0 24px 70px rgba(20, 45, 33, .10);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.90);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223,231,226,.8);
}
.nav { height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 21px "Plus Jakarta Sans", sans-serif; letter-spacing: -.8px; }
.brand > span:last-child > span { color: var(--accent); }
.brand-mark {
  display: grid; place-items: center;
  width: 34px; height: 34px; border-radius: 11px;
  background: var(--ink); color: #fff; font: 800 18px "Plus Jakarta Sans";
}
nav { margin-left: auto; display: flex; gap: 27px; color: #52615a; font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--accent-dark); }
.nav-button {
  background: var(--ink); color: #fff; padding: 11px 18px; border-radius: 10px;
  font-size: 13px; font-weight: 700;
}
.nav-button:hover { transform: translateY(-1px); }

.hero { overflow: hidden; background: linear-gradient(135deg,#f9fcfa 0%,#eef8f2 100%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; padding: 72px 0 80px; }
.eyebrow, .section-kicker {
  color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: 1.8px;
}
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(38,179,107,.12); }
h1,h2,h3 { font-family: "Plus Jakarta Sans", sans-serif; }
h1 { font-size: clamp(48px,6vw,78px); line-height: 1.02; letter-spacing: -4px; max-width: 680px; }
h1 em,h2 em { color: var(--accent); font-style: normal; }
.hero-text { max-width: 560px; color: var(--muted); font-size: 17px; margin: 25px 0 30px; }
.hero-actions { display:flex; gap: 12px; flex-wrap: wrap; }
.button { display:inline-flex; align-items:center; gap: 16px; padding: 14px 19px; border-radius: 11px; font-size: 14px; font-weight: 800; }
.button span { font-size: 18px; }
.primary { background: var(--accent); color: white; box-shadow: 0 10px 28px rgba(38,179,107,.23); }
.secondary { border: 1px solid #cfdad4; background: #fff; }
.primary:hover { background: var(--accent-dark); }
.secondary:hover { border-color: var(--accent); }
.trust-row { display:flex; gap: 28px; margin-top: 42px; }
.trust-row div { display:flex; align-items:center; gap:9px; }
.trust-row strong { font: 800 12px "Plus Jakarta Sans"; color: var(--accent-dark); }
.trust-row span { font-size: 12px; color: #718078; }

.hero-card { position:relative; min-height: 500px; display:grid; place-items:center; }
.phone {
  width: 330px; height: 520px; border: 8px solid #14241e; border-radius: 38px;
  background:#fff; box-shadow: 0 35px 80px rgba(20,45,33,.22); overflow:hidden; position:relative;
}
.phone-top { height: 54px; padding: 17px 20px; display:flex; justify-content:space-between; font-size: 11px; font-weight:800; }
.map { height: 220px; background: #dcebe3; position:relative; overflow:hidden; }
.map:before, .map:after { content:""; position:absolute; background:rgba(255,255,255,.8); transform:rotate(22deg); }
.map:before { width: 430px; height: 38px; top:80px; left:-70px; }
.map:after { width: 420px; height: 28px; top:140px; left:-30px; transform:rotate(-19deg); }
.map-line { position:absolute; height:3px; background:var(--accent); z-index:2; border-radius:10px; transform-origin:left; }
.line-one { width:155px; top:91px; left:77px; transform:rotate(27deg); }
.line-two { width:110px; top:160px; left:188px; transform:rotate(-36deg); }
.pin { position:absolute; z-index:3; width:25px; height:25px; border:5px solid #fff; border-radius:50%; display:grid; place-items:center; font-size:0; box-shadow:0 4px 12px rgba(0,0,0,.15); }
.pin:after { content:""; width:8px; height:8px; border-radius:50%; background:var(--accent); }
.pickup { left:65px; top:80px; }
.destination { right:47px; top:130px; background:#17352a; }
.destination:after { background:#fff; }
.map-label { position:absolute; z-index:4; font-size:9px; font-weight:700; background:#fff; padding:5px 8px; border-radius:6px; box-shadow:0 3px 10px rgba(0,0,0,.08); }
.pickup-label { left:40px; top:112px; }
.destination-label { right:27px; top:162px; }
.order-sheet { padding:19px 20px; }
.sheet-label { color:#8b9892; text-transform:uppercase; letter-spacing:1px; font-size:9px; font-weight:800; }
.order-sheet h3 { font-size:17px; margin:6px 0 17px; }
.sheet-row { display:flex; justify-content:space-between; font-size:11px; padding:9px 0; border-top:1px solid #edf0ee; }
.sheet-row strong { font-size:10px; }
.order-sheet button { border:0; width:100%; margin-top:10px; padding:12px; background:var(--ink); color:#fff; border-radius:9px; font:700 11px "DM Sans"; cursor:pointer; }
.floating-card { position:absolute; z-index:5; display:flex; align-items:center; gap:11px; background:#fff; border:1px solid #e1e8e4; box-shadow:var(--shadow); border-radius:13px; padding:12px 14px; }
.floating-card small { display:block; color:#89958f; font-size:9px; }
.floating-card strong { display:block; font:700 11px "Plus Jakarta Sans"; }
.floating-card.top { top:34px; right:0; }
.status-dot { width:9px; height:9px; background:var(--accent); border-radius:50%; box-shadow:0 0 0 4px var(--soft); }
.mini-check { color:var(--accent); font-weight:900; margin-left:7px; }
.floating-card.bottom { bottom:42px; left:0; }
.avatar { width:30px; height:30px; display:grid; place-items:center; border-radius:50%; background:#e4f5ec; color:var(--accent-dark); font-weight:800; font-size:11px; }
.online { font-size:9px; color:var(--accent-dark); font-weight:800; margin-left:8px; }

.strip { background:var(--ink); color:#c7d2cc; }
.strip-inner { min-height:55px; display:flex; justify-content:center; align-items:center; gap:22px; font-size:10px; font-weight:800; letter-spacing:1.5px; }

.section { padding: 110px 0; }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:40px; margin-bottom:48px; }
.section-heading h2 { font-size: clamp(35px,4vw,53px); line-height:1.08; letter-spacing:-2.5px; margin-top:10px; }
.section-heading > p { max-width:420px; color:var(--muted); font-size:15px; }
.centered { display:block; text-align:center; max-width:680px; margin-left:auto; margin-right:auto; }
.centered p { margin:17px auto 0; }

.service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; }
.service-card { position:relative; border:1px solid var(--line); border-radius:18px; padding:26px; min-height:300px; transition:.25s; }
.service-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); border-color:#c6ddd0; }
.service-card.featured { background:var(--ink); color:#fff; border-color:var(--ink); }
.icon { width:42px; height:42px; display:grid; place-items:center; background:#edf7f1; border-radius:12px; font-size:19px; margin-bottom:32px; }
.featured .icon { background:#294439; }
.service-number { position:absolute; top:30px; right:25px; color:#98a69f; font-size:10px; font-weight:800; }
.featured .service-number { color:#708178; }
.service-card h3 { font-size:18px; margin-bottom:10px; letter-spacing:-.5px; }
.service-card p { color:#748078; font-size:13px; line-height:1.65; }
.featured p { color:#afbbb5; }
.service-card a { position:absolute; bottom:25px; left:26px; color:var(--accent-dark); font-size:11px; font-weight:800; }
.featured a { color:#65dc9d; }

.process-section { background:var(--paper); }
.steps { display:grid; grid-template-columns:1fr 35px 1fr 35px 1fr; align-items:center; }
.step { position:relative; text-align:center; padding:20px 18px; }
.step > span { position:absolute; top:0; right:0; color:#9baaA2; font-size:10px; font-weight:800; }
.step-icon { width:64px; height:64px; margin:0 auto 18px; display:grid; place-items:center; border-radius:20px; background:#fff; box-shadow:0 10px 30px rgba(20,45,33,.07); color:var(--accent-dark); font-size:24px; font-weight:800; }
.step h3 { font-size:17px; margin-bottom:8px; }
.step p { color:var(--muted); font-size:13px; }
.step-arrow { text-align:center; color:#9aaaA1; font-size:23px; }

.payment-section { background:#fff; }
.payment-grid { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:80px; }
.payment-grid h2 { font-size:clamp(38px,4vw,55px); line-height:1.05; letter-spacing:-2.5px; margin:12px 0 20px; }
.payment-grid > div > p { max-width:470px; color:var(--muted); }
.payment-note { margin-top:26px; padding:15px 18px; border:1px solid var(--line); border-radius:12px; display:flex; gap:11px; font-size:12px; }
.payment-note span { color:var(--accent); }
.payment-note p { color:#66746d; }
.payment-note strong { color:var(--ink); }

.checkout-card { border:1px solid #dce6e0; border-radius:20px; padding:25px; box-shadow:var(--shadow); background:#fff; }
.checkout-head { display:flex; justify-content:space-between; color:#8a9791; font-size:9px; font-weight:800; letter-spacing:1.2px; padding-bottom:20px; border-bottom:1px solid #edf1ef; }
.secure { color:var(--accent-dark); letter-spacing:0; }
.checkout-service { display:flex; align-items:center; gap:13px; padding:20px 0; }
.checkout-icon { width:45px; height:45px; display:grid; place-items:center; border-radius:12px; background:#edf7f1; font-size:19px; }
.checkout-service small,.field-preview small { display:block; color:#929d98; font-size:9px; }
.checkout-service strong,.field-preview strong { display:block; font:700 12px "Plus Jakarta Sans"; margin-top:2px; }
.field-preview { display:flex; align-items:center; gap:13px; padding:13px 0; border-top:1px solid #edf1ef; }
.field-preview > span { width:32px; height:32px; display:grid; place-items:center; background:#f5f8f6; border-radius:9px; font-size:12px; }
.total-row { display:flex; justify-content:space-between; align-items:center; gap:15px; border-top:1px solid #edf1ef; margin-top:7px; padding:17px 0; color:#78857f; font-size:11px; }
.total-row strong { color:var(--ink); font-size:10px; text-align:right; }
.checkout-button { width:100%; border:0; background:var(--accent); color:#fff; border-radius:10px; padding:13px; font:800 12px "DM Sans"; cursor:pointer; }
.checkout-button:hover { background:var(--accent-dark); }
.checkout-disclaimer { display:block; text-align:center; color:#9aa59f; font-size:9px; margin-top:11px; }

.faq-section { background:var(--paper); }
.faq-grid { max-width:850px; margin:0 auto; border-top:1px solid var(--line); }
details { border-bottom:1px solid var(--line); padding:21px 0; }
summary { list-style:none; cursor:pointer; font:700 15px "Plus Jakarta Sans"; display:flex; justify-content:space-between; }
summary::-webkit-details-marker { display:none; }
summary:after { content:"+"; color:var(--accent); font-size:20px; font-weight:400; }
details[open] summary:after { content:"−"; }
details p { max-width:720px; color:var(--muted); font-size:13px; padding-top:12px; }

.cta-section { padding:80px 0; background:var(--accent); color:#fff; }
.cta { display:flex; justify-content:space-between; align-items:center; gap:30px; }
.section-kicker.light { color:#d0f4df; }
.cta h2 { font-size:clamp(38px,4vw,56px); line-height:1.02; letter-spacing:-2px; margin-top:8px; }
.cta h2 em { color:#d7ffe8; }
.light-button { background:#fff; color:var(--ink); }

footer { background:var(--dark); color:#fff; }
.footer-main { display:grid; grid-template-columns:1fr 1.4fr; gap:80px; padding:65px 0 55px; }
.footer-brand p { max-width:300px; color:#8c9b93; font-size:13px; margin-top:18px; }
.footer-links { display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.footer-links div { display:flex; flex-direction:column; gap:10px; }
.footer-links strong { font:700 11px "Plus Jakarta Sans"; color:#fff; margin-bottom:5px; }
.footer-links a { color:#8d9c94; font-size:12px; }
.footer-links a:hover { color:#fff; }
.legal { border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08); }
.legal-grid { display:grid; grid-template-columns:1.1fr 1.1fr .8fr; gap:45px; padding:42px 0; }
.legal h3 { font-size:11px; margin-bottom:9px; color:#dbe4df; }
.legal p { color:#77877e; font-size:10px; line-height:1.75; }
.contact-link { display:inline-block; color:#65dc9d; font-size:12px; font-weight:700; margin-top:8px; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding:20px 0; color:#63736a; font-size:9px; }

@media (max-width: 950px) {
  nav { display:none; }
  .hero-grid, .payment-grid { grid-template-columns:1fr; }
  .hero-grid { padding-top:55px; }
  .hero-card { min-height:570px; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .footer-main { grid-template-columns:1fr; gap:40px; }
}
@media (max-width: 650px) {
  .container { width:min(100% - 28px, 1160px); }
  .nav { height:66px; }
  .nav-button { padding:9px 12px; font-size:11px; }
  h1 { font-size:48px; letter-spacing:-3px; }
  .hero-text { font-size:15px; }
  .trust-row { gap:12px; flex-wrap:wrap; }
  .hero-card { transform:scale(.88); margin:-25px -35px; min-height:540px; }
  .section { padding:75px 0; }
  .section-heading { display:block; }
  .section-heading > p { margin-top:18px; }
  .service-grid { grid-template-columns:1fr; }
  .steps { grid-template-columns:1fr; gap:15px; }
  .step-arrow { transform:rotate(90deg); }
  .payment-grid { gap:45px; }
  .footer-links { grid-template-columns:1fr 1fr; }
  .legal-grid { grid-template-columns:1fr; gap:25px; }
  .footer-bottom { flex-direction:column; }
  .strip-inner { flex-wrap:wrap; gap:8px 13px; padding:13px 0; }
}


/* ================================
   HALAMAN LEGAL
================================ */

.legal-hero {
  padding: 90px 0 55px;
  background: linear-gradient(
    135deg,
    #f9fcfa 0%,
    #eef8f2 100%
  );
  border-bottom: 1px solid var(--line);
}

.section-kicker {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.legal-hero h1 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -3px;
  margin-top: 10px;
}

.legal-hero p {
  max-width: 760px;
  color: var(--muted);
  margin-top: 18px;
  font-size: 15px;
}

.legal-content {
  padding: 60px 0 90px;
}

.back-link {
  display: inline-block;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 25px;
}

.legal-document {
  width: min(850px, 100%);
  margin: auto;

  background: #ffffff;

  border: 1px solid var(--line);

  border-radius: 18px;

  padding: 42px;

  box-shadow:
    0 24px 70px rgba(20, 45, 33, 0.08);
}

.legal-document .updated {
  color: var(--muted);
  font-size: 11px;
  margin-bottom: 30px;
}

.legal-document h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 30px 0 10px;
}

.legal-document h2:first-of-type {
  margin-top: 0;
}

.legal-document p,
.legal-document li {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.legal-document p + p {
  margin-top: 12px;
}

.legal-document ul {
  padding-left: 22px;
  margin: 10px 0;
}

.legal-document li {
  margin-bottom: 7px;
}

.legal-document strong {
  color: var(--ink);
}

.contact-email {
  color: var(--accent-dark);
  font-weight: 700;
}

@media (max-width: 650px) {

  .legal-hero {
    padding: 65px 0 42px;
  }

  .legal-hero h1 {
    letter-spacing: -2px;
  }

  .legal-document {
    padding: 27px 22px;
  }

}