:root {
  --green: #057a57;
  --green-2: #0f9f6e;
  --green-dark: #005f46;
  --mint: #eefbf5;
  --mint-2: #f7fffb;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e8f0ed;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(15, 23, 42, .09);
  --shadow-soft: 0 14px 40px rgba(15, 23, 42, .07);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top right, rgba(5,122,87,.08), transparent 30rem), #fff;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 88px 0; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--green); color: #fff; padding: 10px 14px; border-radius: 12px; z-index: 1000; }
.skip-link:focus { left: 12px; }
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.86); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { box-shadow: 0 14px 35px rgba(15,23,42,.06); border-bottom-color: var(--line); }
.nav-wrap { height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; justify-content: center; min-width: 142px; line-height: .86; color: var(--green); }
.brand img { max-height: 58px; width: auto; object-fit: contain; }
.brand-mark { display: grid; gap: 0; font-weight: 900; letter-spacing: -.06em; font-size: 32px; text-transform: lowercase; }
.brand small { margin-top: 7px; font-size: 11px; line-height: 1.1; font-weight: 800; letter-spacing: -.02em; color: var(--green-dark); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; flex: 1; font-size: 14px; font-weight: 750; color: #334155; }
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: .2s; }
.main-nav a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 20px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 23px; border-radius: 12px; font-weight: 850; font-size: 15px; border: 1px solid transparent; transition: .22s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--green), var(--green-dark)); box-shadow: 0 16px 30px rgba(5,122,87,.22); }
.btn-outline, .btn-ghost { background: #fff; color: var(--green-dark); border-color: rgba(5,122,87,.25); box-shadow: 0 10px 24px rgba(15,23,42,.04); }
.btn-small { min-height: 38px; padding: 0 16px; font-size: 13px; border-radius: 10px; }
.hero { position: relative; overflow: hidden; padding-top: 70px; }
.hero::before { content: ""; position: absolute; inset: -20% -10% auto auto; width: 680px; height: 680px; background: radial-gradient(circle, rgba(15,159,110,.15), transparent 66%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 40px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--green); font-size: 14px; font-weight: 900; letter-spacing: .04em; }
.eyebrow span { width: 11px; height: 11px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 7px rgba(5,122,87,.1); }
.eyebrow.subtle { font-size: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 20px; max-width: 620px; font-size: clamp(44px, 6vw, 76px); line-height: .98; letter-spacing: -.06em; }
h1 span, .section-head h2 span { color: var(--green); }
.hero-desc { max-width: 610px; color: #526174; font-size: 18px; margin-bottom: 34px; }
.hero-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 640px; margin-bottom: 32px; }
.mini-card { background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 18px; padding: 18px; box-shadow: 0 14px 40px rgba(15,23,42,.05); }
.mini-card .mini-icon, .feature-icon { color: var(--green); }
.icon { width: 28px; height: 28px; display: inline-block; flex: 0 0 auto; }
.icon.tiny { width: 16px; height: 16px; }
.mini-card h3 { margin: 12px 0 4px; color: var(--green-dark); font-size: 16px; }
.mini-card p { margin: 0; color: var(--muted); font-size: 13px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; }
.trust-note { margin: 20px 0 0; display: flex; align-items: center; gap: 8px; color: #5d7184; font-size: 13px; }
.trust-note svg { color: var(--green); }
.hero-visual { min-height: 620px; display: grid; place-items: center; position: relative; }
.hero-img { width: min(100%, 680px); filter: drop-shadow(0 28px 40px rgba(15,23,42,.18)); }
.phone-stack { position: relative; width: min(100%, 630px); height: 620px; }
.phone { position: absolute; top: 18px; width: 280px; height: 560px; border-radius: 44px; background: #111827; padding: 10px; box-shadow: 0 42px 90px rgba(15,23,42,.2); }
.phone-main { left: 80px; z-index: 3; transform: rotate(-1deg); }
.phone-back { right: 12px; top: 70px; z-index: 2; transform: rotate(8deg); opacity: .98; }
.phone-dot { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 30px; height: 30px; border-radius: 999px; background: #030712; z-index: 2; border: 8px solid #111827; }
.phone-screen { height: 100%; border-radius: 34px; background: linear-gradient(180deg,#fff,#f7fffb); overflow: hidden; padding: 64px 22px 22px; border: 1px solid #e5e7eb; }
.phone-logo { color: var(--green); display: grid; font-size: 34px; line-height: .8; letter-spacing: -.07em; }
.phone-logo small { margin-top: 8px; font-size: 8px; letter-spacing: 0; color: var(--green-dark); font-weight: 800; }
.phone-screen > p { color: #64748b; font-size: 10px; margin: 11px 0 18px; }
.service-highlight { display: inline-flex; flex-direction: column; gap: 4px; width: calc(50% - 5px); min-height: 95px; background: #f1fbf6; border: 1px solid #dff4eb; border-radius: 18px; padding: 12px; vertical-align: top; margin: 0 4px 14px 0; color: var(--green); }
.service-highlight strong { font-size: 11px; color: #0f172a; }
.service-highlight small { color: #64748b; font-size: 8px; }
.phone-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 6px; }
.phone-grid div { height: 54px; border: 1px solid #e4f2ec; border-radius: 15px; display: grid; place-items: center; gap: 1px; color: var(--green); background: #fff; }
.phone-grid .icon { width: 18px; height: 18px; }
.phone-grid small { font-size: 7px; color: #536170; font-weight: 700; }
.phone-tab { position: absolute; bottom: 18px; left: 26px; right: 26px; height: 42px; border-radius: 20px; background: rgba(255,255,255,.9); border: 1px solid #edf2f0; display: flex; align-items: center; justify-content: space-around; box-shadow: 0 8px 20px rgba(15,23,42,.05); }
.phone-tab span { width: 14px; height: 14px; border-radius: 999px; background: #d5e9e0; }
.phone-tab .active { width: 34px; height: 34px; background: var(--green); box-shadow: 0 8px 18px rgba(5,122,87,.24); }
.list-screen h4 { margin: 0 0 16px; }
.list-item { display: flex; gap: 10px; align-items: center; background: #fff; border: 1px solid #e8f4ee; border-radius: 14px; padding: 10px; margin-bottom: 10px; }
.list-item span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--green); background: #eefbf5; border-radius: 12px; }
.list-item .icon { width: 18px; height: 18px; }
.list-item strong { display: block; font-size: 11px; }
.list-item small { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; font-size: 8px; color: var(--muted); }
.float-chat { position: absolute; right: 20px; bottom: 34px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 999px; background: var(--green); color: #fff; box-shadow: 0 16px 30px rgba(5,122,87,.25); }
.integration { padding: 8px 0 34px; text-align: center; }
.integration p { color: var(--green-dark); font-weight: 800; margin-bottom: 16px; }
.integration-bar { background: rgba(255,255,255,.88); border: 1px solid var(--line); box-shadow: 0 14px 40px rgba(15,23,42,.05); border-radius: 18px; display: grid; grid-template-columns: repeat(5,1fr); gap: 0; padding: 16px 14px; }
.integration-bar div { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 38px; color: var(--green); font-size: 13px; font-weight: 850; }
.integration-bar .icon { width: 22px; height: 22px; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.section-head h2, .benefit-copy h2, .social-proof h2, .final-cta h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 16px; }
.feature-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; align-items: stretch; }
.feature-card { min-height: 190px; padding: 28px 18px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 16px 42px rgba(15,23,42,.055); transition: .22s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 28px 60px rgba(15,23,42,.09); }
.feature-icon { margin-inline: auto; width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: #eefbf5; }
.feature-card h3 { margin: 15px 0 7px; color: var(--green-dark); font-size: 17px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; }
.feature-wide { grid-column: 2 / span 3; display: grid; grid-template-columns: auto 1fr; text-align: left; align-items: center; gap: 16px; min-height: 116px; max-width: 520px; justify-self: center; width: 100%; }
.feature-wide .feature-icon { margin: 0; }
.feature-wide h3 { margin-top: 0; }
.benefit { padding-top: 50px; }
.benefit-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; align-items: center; padding: 60px; border-radius: 28px; background: linear-gradient(135deg,#eefbf5,#f9fffc); box-shadow: var(--shadow-soft); border: 1px solid #e0f1e9; overflow: hidden; position: relative; }
.benefit-panel::after { content:""; position:absolute; right:-120px; top:-140px; width:360px; height:360px; background:radial-gradient(circle,rgba(5,122,87,.12),transparent 65%); }
.benefit-copy { position: relative; z-index: 1; }
.benefit-copy h2 { max-width: 520px; }
.benefit-desc { color: var(--muted); margin-bottom: 26px; }
.benefit-list { display: grid; gap: 18px; }
.benefit-list article { display: flex; gap: 13px; align-items: flex-start; }
.benefit-list article > span { width: 26px; height: 26px; border-radius: 999px; background: var(--green); color: #fff; display: grid; place-items: center; margin-top: 2px; }
.benefit-list .icon { width: 15px; height: 15px; }
.benefit-list h3 { font-size: 16px; color: var(--green-dark); margin-bottom: 2px; }
.benefit-list p { color: var(--muted); margin: 0; font-size: 14px; }
.dashboard-wrap { position: relative; z-index: 1; }
.dashboard-img { width: 100%; border-radius: 24px; box-shadow: 0 28px 80px rgba(15,23,42,.14); }
.laptop { padding-top: 20px; }
.laptop-screen { width: min(100%, 630px); margin-inline: auto; min-height: 370px; border: 13px solid #f8fafc; border-bottom-width: 20px; border-radius: 22px; background: #fff; box-shadow: 0 30px 70px rgba(15,23,42,.14); display: grid; grid-template-columns: 80px 1fr; overflow: hidden; }
.laptop-screen aside { background: linear-gradient(180deg,var(--green-dark),#064e3b); display: grid; align-content: start; justify-items: center; gap: 18px; padding-top: 30px; }
.laptop-screen aside span { width: 28px; height: 28px; border-radius: 10px; background: rgba(255,255,255,.2); }
.laptop-screen section { padding: 28px; }
.laptop-screen h4 { margin: 0 0 18px; font-size: 21px; }
.metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.metrics div { border: 1px solid #edf2f0; border-radius: 16px; padding: 14px; }
.metrics small { display: block; color: var(--muted); font-size: 10px; }
.metrics b { font-size: 18px; }
.chart-row { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; margin-top: 22px; }
.line-chart { height: 150px; border-radius: 18px; border: 1px solid #edf2f0; position: relative; overflow: hidden; background: repeating-linear-gradient(to bottom,#fff,#fff 31px,#f3f7f5 32px); }
.line-chart span { position: absolute; inset: 34px 22px 34px 22px; background: linear-gradient(135deg, transparent 48%, rgba(5,122,87,.18) 49%, rgba(5,122,87,.18) 52%, transparent 53%); border-bottom: 4px solid var(--green); border-radius: 30% 60% 20% 50%; transform: skewX(-12deg); }
.donut { width: 150px; height: 150px; border-radius: 999px; background: conic-gradient(var(--green) 0 42%, #88d8b7 42% 72%, #d9f4e8 72% 100%); position: relative; margin: auto; }
.donut::after { content: ""; position: absolute; inset: 34px; border-radius: 999px; background: #fff; }
.laptop-base { width: 72%; height: 22px; margin: -2px auto 0; background: linear-gradient(180deg,#e5e7eb,#cbd5e1); border-radius: 0 0 50% 50%; }
.social-proof { position: relative; overflow: hidden; }
.proof-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: center; }
.quote-card { margin-top: 38px; max-width: 420px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-soft); padding: 30px; position: relative; }
.quote-mark { font-size: 70px; line-height: .6; color: var(--green); font-weight: 900; }
.quote-card p { color: var(--muted); }
.quote-card strong { color: var(--green-dark); }
.map-stats { position: relative; min-height: 330px; display: grid; align-content: center; }
.indonesia-map { position: absolute; inset: 0; opacity: .48; background: radial-gradient(ellipse at 52% 42%, #dceee7 0 8%, transparent 9%), radial-gradient(ellipse at 39% 50%, #dceee7 0 12%, transparent 13%), radial-gradient(ellipse at 70% 56%, #dceee7 0 7%, transparent 8%), radial-gradient(ellipse at 20% 62%, #dceee7 0 9%, transparent 10%), radial-gradient(ellipse at 84% 38%, #dceee7 0 5%, transparent 6%); filter: blur(.2px); }
.stats-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.stats-grid article { text-align: center; padding: 24px 12px; }
.stats-grid article div { color: var(--green); margin-bottom: 12px; }
.stats-grid strong { display: block; color: var(--green); font-size: 30px; letter-spacing: -.04em; }
.stats-grid span { color: #536170; font-weight: 750; font-size: 13px; }
.price-anchor { height: 1px; }
.final-cta { position: relative; min-height: 360px; overflow: hidden; color: #fff; background: linear-gradient(135deg,#00684d,#004735); }
.cta-bg { position: absolute; inset: 0; background-size: cover; background-position: left center; opacity: .38; mix-blend-mode: screen; }
.final-cta::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg,rgba(0,61,45,.78),rgba(0,99,73,.92)); }
.cta-content { position: relative; z-index: 1; display: grid; justify-items: center; text-align: center; padding: 68px 0; }
.final-cta h2 { max-width: 820px; margin-bottom: 14px; }
.final-cta p { opacity: .88; margin-bottom: 30px; }
.app-search { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.app-search a { min-width: min(100%, 410px); height: 70px; border-radius: 999px; background: #fff; color: var(--green-dark); padding: 9px 10px 9px 30px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 26px 60px rgba(0,0,0,.22); }
.app-search strong { font-size: 24px; letter-spacing: -.02em; }
.app-search a span { width: 56px; height: 56px; border-radius: 999px; display: grid; place-items: center; color: #fff; background: var(--green-dark); }
.app-search img { width: 102px; height: 102px; border-radius: 10px; background: #fff; padding: 6px; }
.app-search small { max-width: 125px; text-align: left; opacity: .86; font-weight: 800; }
.footer { background: linear-gradient(180deg,#00684d,#004030); color: #d7f8ea; padding: 58px 0 44px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .72fr) .95fr; gap: 42px; align-items: start; }
.brand-invert { color: #fff; }
.brand-invert small { color: #d7f8ea; }
.footer-brand p { max-width: 360px; margin: 20px 0 0; opacity: .82; }
.footer-col h3 { color: #fff; font-size: 16px; margin-bottom: 18px; }
.footer-col a { display: block; color: #d7f8ea; opacity: .82; font-size: 14px; margin-bottom: 10px; }
.footer-col a:hover { opacity: 1; }
.social-links { display: flex; gap: 10px; margin-bottom: 24px; }
.social-links a { width: 34px; height: 34px; margin: 0; border-radius: 999px; display: grid; place-items: center; background: rgba(255,255,255,.14); color: #fff; font-weight: 900; }
.copyright { color: #d7f8ea; opacity: .72; font-size: 13px; }
.floating-app { position: fixed; right: 22px; bottom: 22px; z-index: 50; width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 999px; box-shadow: 0 18px 38px rgba(5,122,87,.28); }
@media (max-width: 1120px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 540px; }
  .phone-stack { transform: scale(.9); transform-origin: center top; }
  .feature-grid { grid-template-columns: repeat(3,1fr); }
  .feature-wide { grid-column: auto; display: block; text-align: center; min-height: 190px; }
  .footer-grid { grid-template-columns: repeat(3,1fr); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 64px 0; }
  .nav-wrap { height: 74px; }
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; left: 14px; right: 14px; top: 82px; display: none; flex-direction: column; align-items: stretch; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .nav-open .main-nav { display: flex; }
  .nav-actions { display: none; }
  .brand-mark { font-size: 28px; }
  .hero { padding-top: 42px; }
  h1 { font-size: clamp(42px, 12vw, 64px); }
  .hero-badges { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; overflow: hidden; }
  .phone-stack { transform: scale(.72); width: 590px; margin-left: -30px; }
  .integration-bar { grid-template-columns: 1fr; gap: 12px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-panel, .proof-grid { grid-template-columns: 1fr; }
  .benefit-panel { padding: 32px 22px; }
  .metrics, .stats-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .hero-cta, .app-search { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .feature-grid { grid-template-columns: 1fr; }
  .phone-stack { transform: scale(.62); margin-left: -95px; }
  .hero-visual { min-height: 360px; }
  .laptop-screen { grid-template-columns: 50px 1fr; border-width: 8px; }
  .laptop-screen section { padding: 16px; }
  .chart-row { grid-template-columns: 1fr; }
  .donut { width: 120px; height: 120px; }
  .app-search a { min-width: 0; width: 100%; height: 62px; }
  .app-search strong { font-size: 19px; }
  .footer-grid { grid-template-columns: 1fr; }
}
