:root {
  --kopi: #c0392b;
  --kopi-dark: #922b21;
  --kopi-light: #e74c3c;
  --kopi-cream: #fff7ed;
  --kopi-soft: #fef2f2;
  --daun: #059669;
  --daun-dark: #047857;
  --daun-light: #d1fae5;
  --nasi: #e67e22;
  --ink: #0a0f1d;
  --slate: #475569;
  --muted: #64748b;
  --line: #e2e8f0;
  --paper: #f8fafc;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(10, 15, 29, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
:focus-visible { outline: 3px solid #f59e0b; outline-offset: 3px; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.display { font-family: Outfit, sans-serif; letter-spacing: 0; }
.eyebrow { color: var(--kopi); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.muted { color: var(--muted); }
.banner { background: var(--ink); color: white; font-size: .78rem; }
.banner-inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 7px 0; text-align: center; }
.status { color: #a7f3d0; font-weight: 800; }
.nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(226,232,240,.9); backdrop-filter: blur(14px); }
.nav-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.45rem; font-weight: 900; }
.brand img { width: 40px; height: 40px; border-radius: 12px; }
.brand-accent { color: var(--kopi); }
.nav-links { display: flex; align-items: center; gap: 24px; color: #475569; font-size: .88rem; font-weight: 700; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--kopi); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; gap: 9px; border-radius: 12px; padding: 11px 18px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.nav-cta, .button-primary { color: white; background: var(--kopi); box-shadow: 0 10px 24px rgba(192,57,43,.2); }
.nav-cta:hover, .button-primary:hover { background: var(--kopi-dark); transform: translateY(-2px); }
.button-secondary { border: 1px solid var(--line); background: white; color: var(--ink); }
.button-secondary:hover { border-color: var(--kopi); color: var(--kopi); transform: translateY(-2px); }
.button-secondary .social-icon {
    width: 20px;          /* Controls the icon width */
    height: 20px;         /* Controls the icon height */
    object-fit: contain;  /* Keeps the aspect ratio intact */
    vertical-align: middle;
    margin-right: 8px;    /* Adds space between the icon and text */
}
.menu-button { display: none; min-width: 44px; min-height: 44px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); }
.mobile-nav { display: none; padding: 0 0 16px; }
.mobile-nav.open { display: grid; gap: 4px; }
.mobile-nav a { padding: 11px 12px; border-radius: 10px; font-weight: 700; }
.mobile-nav a:hover { background: var(--kopi-soft); color: var(--kopi); }
.hero { position: relative; overflow: hidden; padding: 82px 0 76px; background: linear-gradient(135deg, #fff7ed 0%, #fff 52%, #ecfdf5 100%); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -170px; border-radius: 50%; border: 60px solid rgba(230,126,34,.1); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 56px; }
.hero h1 { max-width: 700px; margin: 16px 0 20px; font-size: clamp(2.75rem, 6vw, 5.2rem); line-height: .98; }
.hero h1 span { color: var(--kopi); }
.lead { max-width: 650px; color: #475569; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-note { margin-top: 18px; color: #64748b; font-size: .86rem; }
.proof-panel { position: relative; padding: 26px; border: 1px solid rgba(255,255,255,.75); border-radius: 24px; background: rgba(10,15,29,.96); color: white; box-shadow: 0 24px 70px rgba(10,15,29,.2); }
.proof-panel::before { content: ""; position: absolute; inset: 14px -12px -12px 14px; z-index: -1; border-radius: 24px; background: var(--kopi); opacity: .9; }
.proof-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.proof-label { color: #cbd5e1; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.proof-panel h2 { margin: 4px 0 0; font-size: 1.25rem; }
.proof-row { display: flex; justify-content: space-between; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .9rem; }
.proof-row strong { color: #a7f3d0; }
.proof-total { display: flex; justify-content: space-between; gap: 14px; padding-top: 17px; font-weight: 800; }
.proof-total strong { color: #fbbf24; }
.section { padding: 82px 0; }
.section-white { background: white; border-block: 1px solid var(--line); }
.section-head { max-width: 720px; margin-bottom: 38px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section h2 { margin: 10px 0 14px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.03; }
.section-head p { color: var(--muted); font-size: 1.04rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.card h3 { margin: 12px 0 7px; font-size: 1.12rem; }
.card p { margin: 0; color: var(--muted); font-size: .94rem; }
.icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; background: var(--kopi-soft); color: var(--kopi); font-family: Outfit, sans-serif; font-weight: 900; }
.icon.green { background: var(--daun-light); color: var(--daun-dark); }
.icon.orange { background: #fff7ed; color: #b45309; }
.demo-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 36px; align-items: center; }
.demo-image { width: min(300px, 100%); margin-inline: auto; padding: 9px; border: 9px solid #1e293b; border-radius: 30px; background: #0a0f1d; box-shadow: var(--shadow); }
.demo-image img { aspect-ratio: 9 / 16; width: 100%; object-fit: cover; object-position: top; border-radius: 19px; }
.demo-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.demo-tab { cursor: pointer; border: 1px solid var(--line); border-radius: 999px; background: white; padding: 9px 13px; color: var(--slate); font-size: .82rem; font-weight: 800; }
.demo-tab.active { border-color: var(--kopi); background: var(--kopi); color: white; }
.detail-list { display: grid; gap: 10px; padding: 0; margin: 22px 0 0; list-style: none; color: var(--slate); }
.detail-list li { display: flex; gap: 10px; align-items: flex-start; }
.detail-list li::before { content: "✓"; color: var(--daun); font-weight: 900; }
.uk-mode-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: start; }
.uk-mode-copy h2 { max-width: 620px; }
.uk-mode-copy p { max-width: 650px; }
.uk-mode-expect { height: 100%; }
.time-sync { grid-column: 1 / -1; width: 100%; margin-top: 0; padding: 28px; border-radius: 24px; background: var(--ink); color: white; box-shadow: 0 18px 40px rgba(10,15,29,.16); }
.time-sync-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.time-sync-head h3 { margin: 0; font-size: 1.12rem; }
.time-sync-dot { width: 14px; height: 14px; flex: 0 0 auto; border: 3px solid rgba(52,211,153,.22); border-radius: 50%; background: #10b981; box-shadow: 0 0 0 3px rgba(16,185,129,.08); }
.time-sync-clocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.time-clock { padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: #182238; }
.time-clock-label { display: flex; justify-content: space-between; gap: 12px; color: #cbd5e1; font-size: .72rem; font-weight: 800; }
.time-clock-label b { color: #93c5fd; font-size: .62rem; }
.time-clock-label strong { color: #a7f3d0; }
.time-clock-value { display: block; margin-top: 5px; color: white; font: 900 2.65rem/1 Outfit, sans-serif; letter-spacing: 0; }
.time-clock-date { margin-top: 3px; color: #93a4bf; font-size: .82rem; }
.time-sync-note { margin: 24px 0 0; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.1); color: #9fb0ca; font-size: .78rem; }
.time-sync-note b { color: #e2e8f0; }
.price-band { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: center; padding: 36px; border-radius: 24px; background: linear-gradient(135deg, var(--ink), #18253c); color: white; }
.price { color: #fbbf24; font: 900 clamp(2.8rem, 6vw, 4.6rem)/1 Outfit, sans-serif; }
.price-note { color: #cbd5e1; }
.price-list { display: grid; gap: 10px; color: #e2e8f0; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { position: relative; padding: 24px; border-top: 4px solid var(--kopi); background: white; border-radius: 16px; }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 20px; border-radius: 10px; background: var(--kopi); color: white; font-family: Outfit, sans-serif; font-weight: 900; }
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: var(--muted); font-size: .9rem; }
.roi { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: start; }
.roi-form, .roi-result { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.field { display: grid; gap: 6px; margin-bottom: 16px; }
.field label { font-size: .84rem; font-weight: 800; }
.field input { width: 100%; border: 1px solid #cbd5e1; border-radius: 10px; padding: 11px 12px; font: inherit; }
.result-number { margin: 8px 0; color: var(--daun-dark); font: 900 3rem/1 Outfit, sans-serif; }
.disclaimer { color: var(--muted); font-size: .82rem; }
.contact { background: var(--kopi-cream); }
.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 32px; align-items: center; }
.contact-box { padding: 28px; border-radius: 18px; background: white; border: 1px solid #fed7aa; }
.footer { padding: 32px 0; background: var(--ink); color: #94a3b8; font-size: .85rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer a:hover { color: white; }
.legal-copy { max-width: 820px; }
.legal-copy h2 { margin: 2.5rem 0 .75rem; font-size: clamp(1.35rem, 2vw, 1.8rem); }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { max-width: 74ch; }
.legal-copy a { color: var(--kopi); font-weight: 700; }
.legal-copy .disclaimer { margin-top: 3rem; padding: 1rem 1.2rem; border-left: 4px solid var(--nasi); background: var(--kopi-cream); }
.page-hero { padding: 74px 0; background: linear-gradient(135deg, var(--kopi-cream), white 55%, #ecfdf5); }
.page-hero h1 { max-width: 800px; margin: 12px 0; font-size: clamp(2.8rem, 6vw, 4.8rem); line-height: 1; }
.page-hero p { max-width: 680px; color: var(--muted); font-size: 1.12rem; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: start; }
.timeline { display: grid; gap: 16px; }
.timeline article { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.stage { color: var(--kopi); font: 900 1.1rem Outfit, sans-serif; }
.faq-list { max-width: 820px; display: grid; gap: 10px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; }
.faq-question { width: 100%; min-height: 56px; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; border: 0; background: white; padding: 16px 18px; text-align: left; font-weight: 800; color: var(--ink); }
.faq-answer { padding: 0 18px 18px; color: var(--muted); }
@media (max-width: 860px) {
  .nav-links { display: flex; flex: 1; justify-content: flex-end; gap: 10px; overflow-x: auto; white-space: nowrap; font-size: .75rem; }
  .nav > .container > .nav-cta, .menu-button { display: none; }
  .hero-grid, .demo-grid, .price-band, .roi, .contact-grid, .split, .uk-mode-grid { grid-template-columns: 1fr; }
  .grid-4, .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1120px); }
  .hero, .section { padding: 58px 0; }
  .hero h1, .page-hero h1 { font-size: 2.8rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .grid-3, .grid-4, .steps { grid-template-columns: 1fr; }
  .proof-panel { padding: 20px; }
  .time-sync { padding: 20px; }
  .time-sync-clocks { grid-template-columns: 1fr; }
  .time-clock-value { font-size: 2rem; }
  .time-clock-label { align-items: flex-start; flex-direction: column; gap: 4px; }
  .timeline article { grid-template-columns: 1fr; gap: 8px; }
  .footer-inner { flex-direction: column; }
  .banner-inner { justify-content: flex-start; text-align: left; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
