@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope-latin-variable.woff2") format("woff2");
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --iharga-primary: #0f7a4b;
    --iharga-primary-hover: #0b5f3a;
    --iharga-secondary: #f4b942;
    --iharga-success: #0f7a4b;
    --iharga-warning: #c98912;
    --iharga-danger: #c4453c;
    --iharga-text: #14241c;
    --iharga-text-muted: #5d7267;
    --iharga-background: #f6f8f6;
    --iharga-surface: #ffffff;
    --iharga-border: #d7e4dc;
    --iharga-radius-sm: 10px;
    --iharga-radius-md: 16px;
    --iharga-radius-lg: 24px;
    --iharga-shadow-sm: 0 8px 24px rgba(15, 122, 75, 0.08);
    --iharga-shadow-md: 0 18px 48px rgba(20, 36, 28, 0.1);
    --ink: var(--iharga-text);
    --muted: var(--iharga-text-muted);
    --green: var(--iharga-primary);
    --green-dark: var(--iharga-primary-hover);
    --mint: #e7f5ee;
    --surface: var(--iharga-surface);
    --line: var(--iharga-border);
    --warm: #fff7e6;
    --danger: var(--iharga-danger);
    --shadow: var(--iharga-shadow-md);
    --radius: var(--iharga-radius-md);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--iharga-text);
    background: var(--iharga-surface);
    font-family: Manrope, "Segoe UI", sans-serif;
    line-height: 1.6;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { transition: 0.2s ease; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); padding: 10px 16px; background: var(--iharga-text); color: #fff; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--iharga-border); backdrop-filter: blur(14px); }
.header-row { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.brand { display: flex; flex: 0 0 auto; }
.main-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.main-nav > a { font-weight: 650; font-size: .94rem; }
.main-nav > a:hover { color: var(--iharga-primary); }
.nav-badge { font-size: .62rem; background: var(--mint); color: var(--iharga-primary-hover); padding: 2px 6px; border-radius: 20px; margin-left: 4px; }
.header-search { flex: 1; max-width: 480px; }
.header-account { display: none; }
.menu-toggle { display: none; border: 0; background: none; font-size: 1.4rem; }
.mobile-search { display: none; padding-bottom: 12px; }

.hero { overflow: hidden; background: linear-gradient(160deg, #f3faf6 0%, #eaf6ef 70%, #fff 100%); padding: 72px 0 56px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 64px; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1.05; letter-spacing: -.05em; margin: 12px 0 18px; }
.hero h1 span { color: var(--iharga-primary); }
.hero p { max-width: 640px; color: var(--iharga-text-muted); font-size: 1.1rem; margin: 0 0 24px; }
.hero-actions { margin: 16px 0 8px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; color: #486257; font-size: .88rem; }
.hero-visual { min-height: 360px; position: relative; }
.float-card { position: absolute; background: #fff; border: 1px solid rgba(15,122,75,.15); border-radius: 20px; box-shadow: var(--iharga-shadow-md); }
.float-card--main { inset: 70px 24px 70px 16px; padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.float-card--main span { color: var(--iharga-text-muted); }
.float-card--main strong { font-size: 2.3rem; letter-spacing: -.04em; }
.float-card--top { right: 0; top: 32px; padding: 12px 16px; font-weight: 700; }
.float-card--bottom { left: 0; bottom: 36px; padding: 12px 16px; font-weight: 700; color: var(--iharga-primary-hover); }

.section { padding: 72px 0; }
.section--tint { background: var(--iharga-background); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-heading h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -.03em; line-height: 1.15; margin: 4px 0 0; }
.section-heading > a { color: var(--iharga-primary-hover); font-weight: 700; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; color: var(--iharga-primary-hover); font-size: .72rem; font-weight: 800; }
.eyebrow--accent { display: inline-flex; padding: 6px 11px; border-radius: 99px; background: #dff4e9; }
.eyebrow--light { color: #d9f5e6; }

.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { padding: 8px 14px; border: 1px solid var(--iharga-border); border-radius: 999px; background: #fff; font-weight: 650; }
.chip:hover { border-color: var(--iharga-primary); color: var(--iharga-primary-hover); }

.cta-band { background: #103826; color: #fff; padding: 64px 0; }
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); letter-spacing: -.04em; margin: 8px 0 12px; max-width: 640px; }
.cta-band p { color: #cfe3d7; max-width: 560px; }
.button--light { background: #fff; color: var(--iharga-primary-hover); border-color: #fff; }

.steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; list-style: none; padding: 0; margin: 0; }
.steps li { position: relative; display: flex; flex-direction: column; gap: 8px; min-height: 100%; background: #fff; border: 1px solid var(--iharga-border); border-radius: 20px; padding: 22px 22px 20px; }
.step-num { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 4px; border-radius: 12px; background: #e8f7ef; color: var(--iharga-primary-hover); font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
.steps h3 { margin: 0; font-size: 1.05rem; letter-spacing: -.02em; line-height: 1.3; }
.steps p { margin: 0; color: var(--iharga-text-muted); line-height: 1.55; font-size: .92rem; }
.step-soon { position: absolute; top: 16px; right: 16px; padding: 3px 8px; border-radius: 999px; background: #fff4e5; color: #9a5b00; font-size: .68rem; font-weight: 800; }

.insight-explainer { display: grid; grid-template-columns: .85fr 1.15fr; gap: 20px; align-items: stretch; }
.insight-explainer .content-panel { height: 100%; }
.insight-explainer h2 { font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.03em; line-height: 1.2; margin: 8px 0 14px; }
.insight-explainer .content-panel > p { margin: 0; color: var(--ink); line-height: 1.65; }
.insight-examples { display: grid; gap: 12px; }
.insight-examples .insight-card { margin: 0; align-items: flex-start; }
.insight-examples .insight-card p { margin: 4px 0 0; }

.home-faq .faq-list { max-width: 860px; }
.home-faq .faq-item a { color: var(--iharga-primary-hover); text-decoration: underline; }
.home-note { margin-top: 22px; max-width: 860px; }

.page-shell { padding-top: 28px; padding-bottom: 80px; }
.page-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin: 22px 0; }
.page-title h1, .category-hero h1 { font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -.04em; line-height: 1.1; margin: 5px 0; }
.wide-search { max-width: 760px; margin-bottom: 24px; }
.category-hero { display: flex; align-items: center; gap: 25px; padding: 32px; margin: 20px 0 32px; background: var(--mint); border-radius: 24px; }
.filter-panel { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; margin-bottom: 28px; align-items: end; }
.filter-panel label { display: flex; flex-direction: column; gap: 6px; font-size: .85rem; color: var(--iharga-text-muted); }
.filter-panel select, .filter-panel input, .results-toolbar select { border: 1px solid var(--iharga-border); border-radius: 10px; padding: 9px 12px; background: #fff; }
.results-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }

.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 24px; }
.product-gallery { display: grid; place-items: center; min-height: 460px; background: #f4f8f6; border-radius: 26px; padding: 30px; }
.product-gallery img { max-width: 100%; height: auto; object-fit: contain; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 16px; }
.gallery-thumbs button { width: 72px; height: 72px; padding: 6px; border: 1px solid var(--iharga-border); border-radius: 12px; background: #fff; }
.gallery-thumbs button.is-active { border-color: var(--iharga-primary); box-shadow: 0 0 0 3px rgba(22,163,106,.15); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.product-links .button { width: auto; margin-top: 0; }
.offer-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.offer-badge { display: inline-flex; background: #e8f7ef; color: #0d794d; border-radius: 999px; padding: 2px 8px; font-size: .72rem; font-weight: 800; }
.variant-table { border: 1px solid var(--iharga-border); border-radius: 18px; overflow: hidden; }
.variant-table .offer-row { grid-template-columns: 1fr 1fr; }
.product-summary h1 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; letter-spacing: -.04em; margin: 10px 0 12px; }
.summary-note { color: var(--iharga-text-muted); font-size: .9rem; }
.demo-inline, .data-disclaimer { background: var(--warm); border: 1px solid #f1ddad; padding: 12px 15px; border-radius: 12px; font-size: .86rem; color: #705d31; }
.demo-inline { margin-top: 16px; }
.prose { max-width: 800px; }
.prose p { color: var(--iharga-text-muted); }

.site-footer { background: #10261d; color: #dce9e2; padding: 60px 0 22px; }
.site-footer img { filter: brightness(0) invert(1); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(5, .7fr); gap: 32px; }
.footer-grid p { color: #a9bdb3; max-width: 410px; }
.footer-grid nav { display: flex; flex-direction: column; gap: 8px; }
.footer-grid nav strong { color: #fff; }
.footer-grid nav a { color: #a9bdb3; }
.footer-grid nav a:hover { color: #fff; }
.site-footer .demo-note { margin-top: 36px; padding: 18px; border: 1px solid #2d473b; border-radius: 15px; }
.site-footer .demo-note p { font-size: .86rem; margin: 6px 0 0; color: #a9bdb3; }
.footer-bottom { border-top: 1px solid #2d473b; margin-top: 28px; padding-top: 18px; color: #82998e; font-size: .82rem; }
.demo-banner { background: var(--iharga-text); color: #fff; padding: 18px 0; }
.demo-banner .container { display: flex; gap: 16px; align-items: center; }

.future-page { max-width: 720px; text-align: center; padding-top: 72px; padding-bottom: 100px; }
.future-page h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); margin: 12px 0 8px; letter-spacing: -.05em; }
.status-pill { display: inline-flex; background: var(--mint); color: var(--iharga-primary-hover); padding: 6px 12px; border-radius: 99px; font-size: .8rem; font-weight: 700; }
.future-notice { text-align: left; background: #f7faf8; border: 1px solid var(--iharga-border); padding: 20px; border-radius: 14px; margin: 30px 0; white-space: pre-wrap; }
.error-page { min-height: 100vh; display: grid; place-items: center; background: #f4fbf7; padding: 20px; }
.error-box { width: min(560px, 100%); text-align: center; background: #fff; padding: 48px; border-radius: 24px; box-shadow: var(--iharga-shadow-md); }
.footer-bottom a { color: #dce9e2; }
.legal-page { max-width: 760px; padding: 36px 0 88px; }
.legal-page h1 { font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -.04em; line-height: 1.1; margin: 8px 0 10px; }
.legal-lead { font-size: 1.08rem; color: var(--iharga-text-muted); }
.legal-updated { color: var(--iharga-text-muted); font-size: .9rem; margin-bottom: 28px; }
.legal-page .prose h2 { margin-top: 2rem; font-size: 1.25rem; }
.legal-page .prose ul { color: var(--iharga-text-muted); padding-left: 1.2rem; }
.legal-page .prose a { color: var(--iharga-primary-hover); text-decoration: underline; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 28px 0 36px; }
.contact-card { background: var(--iharga-background); border: 1px solid var(--iharga-border); border-radius: var(--iharga-radius-md); padding: 22px; }
.contact-email { font-size: 1.25rem; font-weight: 800; color: var(--iharga-primary-hover); }
