@charset "UTF-8";
:root {
  --ink: #17382e; --green: #164b3b; --green-hover: #0e392c; --muted: #617168;
  --lime: #d9f382; --orange: #e79a60; --line: #e0e7df; --paper: #fff;
  --soft: #f3f6f0; --radius: 24px;
  font-family: "Inter", "Avenir Next", "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  color: var(--ink); background: var(--paper); font-synthesis: none;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; font-size: 16px; line-height: 1.75; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-underline-offset: 5px; }
button, a, summary { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid #b76726; outline-offset: 5px; }
button:disabled { cursor: default; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, h4 { line-height: 1.35; }
h1, h2 { font-weight: 750; letter-spacing: -.035em; text-wrap: balance; }
h2 { font-size: clamp(1.875rem, 3.2vw, 2.625rem); }
p { text-wrap: pretty; }
.container { width: min(1184px, calc(100% - 80px)); margin-inline: auto; }
.section-space { padding-block: 96px; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; vertical-align: middle; }
.icon.small { width: 17px; height: 17px; }
.eyebrow { display: flex; align-items: center; gap: 9px; font-size: .8125rem; font-weight: 700; letter-spacing: .13em; color: var(--green); margin-bottom: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10; left: 12px; top: -100px; padding: 12px 20px; background: var(--green); color: white; border-radius: 8px; }
.skip-link:focus { top: 10px; }
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green); text-decoration: none; flex-shrink: 0; }
.brand img { border-radius: 50%; object-fit: contain; }
.brand > span { font-size: 21px; letter-spacing: -.025em; font-weight: 750; line-height: 1.4; white-space: nowrap; }
nav { display: flex; flex-wrap: wrap; gap: 29px; align-items: center; margin-left: auto; }
nav a { font-size: 14px; text-decoration: none; font-weight: 550; white-space: nowrap; transition: color .2s; }
nav a:hover, .text-link:hover { color: #b15d2c; }
.language-switch { display: inline-flex; background: var(--soft); padding: 4px; border: 1px solid var(--line); border-radius: 100px; flex-shrink: 0; }
.language-switch button { background: none; border: 0; border-radius: 100px; font-size: 13px; padding: 7px 12px; min-height: 36px; color: #56665b; }
.language-switch button[aria-pressed="true"] { background: var(--green); color: white; font-weight: 600; }
.hero { display: grid; grid-template-columns: 1.08fr 1fr; gap: 65px; align-items: center; padding-block: 68px 126px; }
.hero-copy { padding-bottom: 6px; }
.hero-eyebrow { font-size: 13px; letter-spacing: .05em; margin-bottom: 25px; }
.hero-eyebrow .icon { width: 20px; height: 20px; }
h1 { font-size: clamp(2.75rem, 5.05vw, 4.25rem); line-height: 1.26; letter-spacing: -.055em; }
h1 span { color: var(--green); position: relative; }
h1 span::after { content: ''; position: absolute; bottom: -10px; right: 7px; width: 57px; height: 5px; border-radius: 5px; background: var(--orange); transform: rotate(-5deg); }
.hero-description { margin-top: 34px; max-width: 450px; color: var(--muted); font-size: 17px; line-height: 1.95; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 11px; min-height: 52px; padding: 12px 24px; border: 1px solid transparent; border-radius: 100px; text-decoration: none; font-size: 15px; line-height: 1.55; font-weight: 650; transition: background .2s, transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; }
.button-primary:hover { background: var(--green-hover); box-shadow: 0 5px 15px #164b3b1a; }
.button-outline { border-color: #becbbf; background: white; color: var(--green); }
.button-outline:hover { background: var(--soft); }
.button-lime { background: var(--lime); color: #183d2e; }
.button-lime:hover { background: #e6ffa0; }
.button-compact { min-height: 46px; padding: 10px 19px; font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-size: 14px; font-weight: 600; }
.text-link .icon { width: 19px; height: 19px; }
.hero-note { color: var(--muted); font-size: 13px; margin-top: 14px; }
.language-pair { display: flex; align-items: center; gap: 20px; margin-top: 43px; font-size: 14px; font-weight: 600; }
.language-pair span:first-child { letter-spacing: .13em; }
.language-pair .icon { color: #8a9b8e; width: 22px; }
.hero-visual { position: relative; min-width: 0; padding-left: 26px; }
.hero-photo { position: relative; border-radius: 130px 26px 26px 26px; overflow: hidden; background: var(--soft); }
.hero-photo > img { width: 100%; height: 514px; object-fit: cover; object-position: 50% 40%; }
.hero-photo figcaption { position: absolute; top: 27px; right: 22px; font-size: 12px; letter-spacing: .04em; background: rgba(255,255,255,.93); padding: 7px 13px; border-radius: 100px; }
.chat-demo { position: absolute; bottom: -60px; left: -26px; width: min(365px, 90%); background: white; border: 1px solid #e4eae2; border-radius: 18px; padding: 17px; box-shadow: 0 15px 45px rgba(26,57,34,.12); }
.demo-header { display: flex; gap: 9px; align-items: center; margin-bottom: 13px; }
.demo-header strong { font-size: 12px; letter-spacing: .02em; font-weight: 600; }
.demo-mark { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: var(--green); color: var(--lime); }
.demo-mark .icon { width: 17px; height: 17px; }
.icon-button { border: 0; display: inline-grid; place-items: center; border-radius: 50%; width: 36px; height: 36px; background: transparent; color: var(--green); }
.icon-button:hover { background: var(--soft); }
.demo-header .icon-button { margin-left: auto; }
.demo-header .icon-button .icon { width: 18px; height: 18px; }
.demo-message { padding: 10px 12px; background: #f3f5f1; border-radius: 10px; }
.demo-message + .demo-message { margin-top: 8px; }
.message-label { display: flex; justify-content: space-between; font-size: 12px; color: #647264; margin-bottom: 3px; }
.message-label span { font-size: 12px; color: #7d887b; }
.demo-message p { font-size: 14px; line-height: 1.55; }
.translation-text { white-space: pre-wrap; }
.translated { background: #edf4df; }
.translated .message-label { color: #466126; font-weight: 600; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-block: 41px 55px; gap: 47px; }
.benefits article { position: relative; }
.benefits article + article::before { content: ''; position: absolute; top: 6px; bottom: 4px; left: -24px; width: 1px; background: var(--line); }
.benefit-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; background: var(--soft); color: var(--green); border-radius: 12px; margin-bottom: 18px; }
.benefits h2 { font-size: 19px; letter-spacing: -.02em; font-weight: 650; }
.benefits p { margin-top: 10px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.how-section { background: var(--soft); }
.section-heading { text-align: center; max-width: 700px; margin: 0 auto; }
.section-heading .eyebrow { justify-content: center; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; padding: 0; margin: 52px 0 35px; gap: 58px; }
.step-number { font-size: 14px; letter-spacing: .08em; font-weight: 650; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #cbd7c7; border-radius: 50%; color: var(--green); margin-bottom: 22px; }
.steps h3 { font-size: 20px; font-weight: 650; margin-bottom: 12px; }
.steps p { color: var(--muted); font-size: 15px; }
.how-bottom { border-top: 1px solid #dce4d8; padding-top: 26px; display: flex; gap: 40px; align-items: center; justify-content: space-between; }
.how-bottom p { max-width: 640px; font-size: 14px; color: var(--muted); }
.how-bottom .button { flex-shrink: 0; }
.pricing-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 40px; }
.pricing-intro > p { color: var(--muted); max-width: 440px; }
.availability { display: inline-block; color: #805522; background: #fdf0df; padding: 5px 12px; font-size: 12px; border-radius: 100px; margin-top: 16px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.price-card { padding: 33px 35px 24px; border: 1px solid #cdd8cd; border-radius: var(--radius); display: flex; flex-direction: column; }
.price-top { min-height: 30px; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 12px; }
.price-top h3 { font-size: 20px; font-weight: 650; }
.price-caption { color: var(--muted); font-size: 14px; margin-top: 7px; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 9px; margin-top: 26px; padding-bottom: 24px; border-bottom: 1px solid var(--line); line-height: 1.15; }
.currency { font-size: 18px; font-weight: 600; }
.price strong { font-size: 58px; letter-spacing: -.05em; font-weight: 650; }
.price-unit { color: var(--muted); font-size: 13px; padding-bottom: 5px; margin-left: 3px; }
.price-features { list-style: none; margin: 24px 0 30px; padding: 0; display: grid; gap: 12px; flex: 1; }
.price-features li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; }
.price-features .icon { width: 18px; height: 18px; margin-top: 4px; }
.plan-button { width: 100%; justify-content: space-between; text-align: left; padding-inline: 23px; }
.renewal { text-align: center; margin-top: 13px; font-size: 12px; color: var(--muted); }
.annual { background: var(--green); border-color: var(--green); color: white; }
.annual .price-caption, .annual .price-unit, .annual .renewal { color: #d0ded5; }
.annual .price { border-color: #ffffff30; }
.annual .price-features .icon { color: var(--lime); }
.saving { padding: 5px 10px; background: var(--lime); color: #264526; border-radius: 100px; font-size: 12px; font-weight: 650; }
.price-footnote { max-width: 860px; margin: 23px auto 0; text-align: center; font-size: 13px; color: var(--muted); }
.price-footnote a { white-space: nowrap; color: var(--green); }
.price-footnote .icon { width: 14px; height: 14px; }
.about-section { background: #f5f2e9; padding-block: 70px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }
.about-statement { padding: 35px 10px 35px 40px; border-left: 2px solid #d8ccac; }
.about-stamp { color: #677258; font-size: 13px; letter-spacing: .06em; }
.big-pair { display: flex; flex-direction: column; align-items: flex-start; font-weight: 750; font-size: 69px; line-height: 1.4; letter-spacing: -.05em; margin-block: 22px; }
.big-pair span:first-child { color: var(--green); }
.big-pair span:last-child { margin-left: 95px; background: var(--lime); color: #2c4926; padding: 0 17px; transform: rotate(-6deg); line-height: 1.2; }
.about-statement > p { font-size: 16px; color: #66705d; margin-left: 3px; margin-top: 24px; }
.about-copy p { color: #66705d; margin-top: 24px; font-size: 16px; line-height: 1.9; }
.provider-signature { display: inline-block; margin-top: 28px; font-size: 13px; color: #66705d; border-top: 1px solid #d8d6c6; padding-top: 15px; }
.contact-section { display: grid; grid-template-columns: 1.5fr 1fr; gap: 85px; align-items: center; }
.contact-section h2 { max-width: 650px; }
.contact-section > div > p { color: var(--muted); margin-top: 22px; max-width: 590px; }
.contact-email { display: inline-flex; align-items: center; gap: 24px; text-decoration: none; font-size: clamp(1.125rem,2.4vw,1.75rem); letter-spacing: -.03em; border-bottom: 1px solid #98b096; padding-bottom: 9px; margin-top: 24px; }
.contact-email:hover { color: #9c572b; }
.contact-section > div > .contact-note { font-size: 13px; max-width: 480px; margin-top: 17px; }
.contact-details { border-left: 1px solid var(--line); padding-left: 40px; display: grid; gap: 32px; }
.contact-details > div { display: flex; gap: 16px; align-items: flex-start; }
.contact-details > div > .icon { margin-top: 3px; width: 22px; height: 22px; }
.contact-details span { font-size: 13px; color: var(--muted); }
.contact-details strong, .contact-details a { display: block; color: var(--ink); font-size: 16px; font-weight: 550; margin-top: 6px; }
.contact-details a .icon { margin-left: 10px; }
.legal-section { background: #f7f8f5; border-block: 1px solid var(--line); }
.legal-heading { margin-bottom: 33px; }
.legal-heading > p { margin-top: 17px; color: var(--muted); font-size: 15px; }
.legal-document { border-bottom: 1px solid #d3dcd0; scroll-margin-top: 112px; }
.legal-document:first-of-type { border-top: 1px solid #d3dcd0; }
.legal-document summary { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 25px 0; list-style: none; cursor: pointer; }
.legal-document summary::-webkit-details-marker { display: none; }
.legal-document summary h3 { font-size: 19px; font-weight: 650; }
.legal-document summary p { margin-top: 7px; color: var(--muted); font-size: 14px; }
.legal-document summary > .icon { border: 1px solid #ced7c9; border-radius: 50%; width: 34px; height: 34px; padding: 7px; transition: transform .2s; }
.legal-document[open] summary > .icon { transform: rotate(45deg); }
.legal-body { max-width: 860px; padding: 0 0 35px; }
.legal-date { font-size: 13px; color: var(--muted); margin-bottom: 28px; }
.legal-body section + section { margin-top: 25px; }
.legal-body h4 { font-size: 16px; margin-bottom: 10px; }
.legal-body section p { font-size: 16px; color: #4d5d52; line-height: 1.95; overflow-wrap: anywhere; }
.legal-body a { color: var(--green); }
footer { padding-block: 34px 22px; }
.footer-top { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; }
.footer-top .brand > span { font-size: 20px; }
.footer-top .brand img { width: 29px; height: 29px; }
.footer-top > p { font-size: 13px; color: var(--muted); }
.footer-top > div { display: flex; flex-wrap: wrap; gap: 22px; margin-left: auto; }
.footer-top > div > a { text-decoration: none; font-size: 13px; }
.footer-top > div > a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 20px; margin-top: 29px; color: var(--muted); font-size: 12px; }
.modal-open { overflow: hidden; }
dialog { padding: 0; width: min(580px,calc(100% - 32px)); border: 1px solid #d5dfd1; border-radius: 24px; color: var(--ink); box-shadow: 0 35px 100px #061b3540; max-height: calc(100dvh - 40px); }
dialog::backdrop { background: #0b211b99; backdrop-filter: blur(4px); }
.dialog-inner { padding: 34px; position: relative; }
.dialog-close { position: absolute; right: 15px; top: 15px; }
.dialog-inner h2 { font-size: 27px; padding-right: 8px; }
.dialog-plan { font-size: 17px; font-weight: 600; margin-top: 15px; }
.dialog-notice { color: #795422; background: #fdf0df; padding: 12px 15px; border-radius: 10px; font-size: 14px; margin-top: 18px; }
.dialog-steps { padding-left: 23px; margin-block: 23px; display: grid; gap: 12px; color: #566a5c; font-size: 15px; }
.command-box { background: var(--soft); padding: 17px; border-radius: 14px; margin-bottom: 25px; }
.command-box label { font-size: 13px; display: block; margin-bottom: 9px; }
.command-box > div { display: flex; gap: 10px; flex-wrap: wrap; }
.command-box input { width: 100%; background: white; border: 1px solid #becbbf; border-radius: 6px; padding: 8px; font-family: ui-monospace,monospace; font-size: 16px; color: var(--green); }
#copy-status:not(:empty) { font-size: 13px; margin-top: 9px; }
.dialog-note { color: var(--muted); font-size: 13px; margin-top: 17px; }
.dialog-legal { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 18px; font-size: 13px; }
.no-script { padding: 40px; max-width: 720px; margin: auto; }
.no-script p { margin-block: 20px; }
@media (min-width: 1100px) { html[lang="id"] h1 { font-size: 4rem; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero { gap: 28px; }
  .hero-photo > img { height: 470px; }
  .chat-demo { left: 0; }
  nav { gap: 18px; }
  .header-inner { gap: 21px; }
  .about-grid { gap: 55px; }
  .contact-section { gap: 40px; }
  .price-card { padding-inline: 27px; }
}
@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; min-height: 82px; padding-block: 18px 0; gap: 16px; }
  .language-switch { margin-left: auto; }
  nav { order: 3; width: 100%; margin-left: 0; padding-block: 7px 14px; justify-content: space-between; }
  .hero { gap: 22px; padding-top: 45px; }
  h1 { font-size: 3rem; }
  .hero-description { font-size: 16px; }
  .hero-actions { gap: 17px; }
  .hero-photo { border-top-left-radius: 90px; }
  .hero-photo > img { height: 470px; }
  .hero-photo figcaption { max-width: 70%; text-align: center; right: 12px; top: 17px; font-size: 12px; }
  .chat-demo { width: 95%; left: -7px; }
  .benefits { gap: 32px; }
  .benefits article + article::before { left: -16px; }
  .steps { gap: 33px; }
  .pricing-heading { gap: 35px; }
  .price-card { padding-inline: 23px; }
  .price strong { font-size: 48px; }
  .price-unit { flex-basis: 100%; margin-top: 10px; margin-left: 0; }
  .contact-details { padding-left: 25px; }
  .big-pair { font-size: 60px; }
  .big-pair span:last-child { margin-left: 55px; }
  .about-statement { padding-left: 26px; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 40px); }
  .section-space { padding-block: 65px; }
  .header-inner { padding-top: 14px; }
  .brand { gap: 7px; }
  .brand > span { font-size: 18px; }
  .brand img { width: 29px; height: 29px; }
  nav { gap: 12px; padding-bottom: 12px; }
  nav a { font-size: 13px; }
  .language-switch button { padding-inline: 10px; font-size: 12px; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding-block: 44px 103px; }
  h1 { font-size: clamp(2.25rem,8.5vw,3.5rem); }
  .hero-eyebrow { margin-bottom: 20px; font-size: 12px; }
  .hero-description { max-width: 520px; margin-top: 26px; font-size: 16px; }
  .hero-actions { margin-top: 23px; gap: 19px; }
  .hero-note { margin-top: 12px; }
  .language-pair { margin-top: 27px; gap: 15px; font-size: 13px; }
  .hero-visual { padding-left: 25px; margin-top: 0; max-width: 470px; width: 100%; justify-self: center; }
  .hero-photo { border-radius: 85px 22px 22px 22px; }
  .hero-photo > img { height: 420px; }
  .chat-demo { left: 0; bottom: -53px; width: 87%; }
  .benefits { grid-template-columns: 1fr; padding-block: 20px 42px; gap: 0; }
  .benefits article { padding-block: 23px; display: grid; grid-template-columns: 43px 1fr; column-gap: 17px; }
  .benefit-icon { grid-row: span 2; margin-bottom: 0; }
  .benefits h2 { font-size: 18px; }
  .benefits p { grid-column: 2; font-size: 15px; margin-top: 7px; }
  .benefits article + article { border-top: 1px solid var(--line); }
  .benefits article + article::before { display: none; }
  .eyebrow { font-size: 12px; margin-bottom: 16px; }
  .steps { grid-template-columns: 1fr; gap: 28px; margin-top: 37px; }
  .steps li { display: grid; grid-template-columns: 43px 1fr; column-gap: 19px; }
  .step-number { grid-row: span 2; margin-bottom: 0; }
  .steps h3 { font-size: 19px; margin-bottom: 8px; }
  .steps p { grid-column: 2; }
  .how-bottom { flex-direction: column; align-items: flex-start; gap: 20px; padding-top: 22px; }
  .pricing-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 30px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 21px; }
  .price-card { padding: 28px 24px 22px; }
  .price strong { font-size: 58px; }
  .price-unit { flex-basis: auto; }
  .price-footnote { text-align: left; }
  .about-section { padding-block: 50px 60px; }
  .about-grid { grid-template-columns: 1fr; gap: 45px; }
  .about-statement { padding-block: 8px 5px; padding-left: 20px; }
  .big-pair { flex-direction: row; align-items: center; gap: 18px; flex-wrap: wrap; font-size: 60px; margin-block: 20px 8px; }
  .big-pair span:last-child { margin-left: 0; }
  .about-statement > p { margin-top: 15px; }
  .about-statement > p br { display: none; }
  .contact-section { grid-template-columns: 1fr; gap: 35px; }
  .contact-email { gap: 15px; font-size: clamp(1.05rem,5.3vw,1.5rem); }
  .contact-email .icon { width: 20px; }
  .contact-details { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 29px; gap: 23px; }
  .legal-document summary { gap: 17px; }
  .legal-document summary h3 { font-size: 18px; }
  .legal-document summary p { font-size: 14px; }
  .legal-body section p { font-size: 16px; }
  .footer-top { gap: 18px; }
  .footer-top > p { flex: 1; }
  .footer-top > div { width: 100%; margin-left: 0; gap: 20px; }
  .footer-bottom { flex-direction: column; gap: 6px; margin-top: 22px; }
  .dialog-inner { padding: 30px 22px 25px; }
  .dialog-inner h2 { font-size: 24px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .brand { gap: 6px; }
  .header-inner { column-gap: 10px; }
  .brand > span { font-size: 16px; }
  .brand img { width: 28px; height: 28px; }
  .language-switch button { padding-inline: 8px; }
  nav { gap: 8px; }
  nav a { font-size: 12px; }
  .hero-actions { gap: 17px; }
  .hero-photo > img { height: 370px; }
  .price-card { padding-inline: 21px; }
  .big-pair { font-size: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header, .hero, .benefits, .how-section, .pricing-section, .about-section, .contact-section, footer, dialog { display: none; }
  .legal-section { padding: 0; background: white; border: 0; }
  .container { width: 100%; }
  .legal-document .legal-body { display: block; }
}
