/* Warna ini dirujuk daripada tema semasa www.telekungtea.com. Ubah di sini jika tema jenama berubah. */
:root {
  --tea-primary: #291b1b;
  --tea-primary-hover: #4d3330;
  --tea-primary-soft: #f1e9e4;
  --tea-secondary: #b49372;
  --tea-background: #faf8f6;
  --tea-surface: #ffffff;
  --tea-text: #261f1e;
  --tea-text-muted: #756c68;
  --tea-border: #e5dfda;
  --tea-success: #39735d;
  --tea-warning: #a66d20;
  --tea-danger: #a13d3d;
  --shadow: 0 12px 34px rgba(48, 34, 29, .08);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--tea-background); color: var(--tea-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.55; }
button, input { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid #b49372; outline-offset: 3px; }
button:disabled { cursor: not-allowed; opacity: .45; }
.skip-link { background: var(--tea-text); color: white; left: 12px; padding: 10px 16px; position: fixed; top: -60px; z-index: 99; }
.skip-link:focus { top: 12px; }
.app-shell { min-height: 100vh; padding-bottom: 100px; }
.site-header { min-height: 71px; border-bottom: 1px solid var(--tea-border); background: rgba(255,255,255,.94); display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px clamp(18px, 4vw, 48px); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand-button { align-items: center; appearance: none; background: none; border: 0; color: inherit; display: flex; gap: 12px; padding: 0; }
.logo-wrap { align-items: center; display: inline-flex; min-height: 38px; position: relative; }
.brand-logo { display: block; height: 42px; max-width: 158px; object-fit: contain; object-position: left center; width: auto; }
.home-logo .brand-logo { height: auto; max-height: 95px; max-width: min(260px, 70vw); }
.logo-fallback { color: var(--tea-primary); display: none; font-family: Georgia, serif; font-size: 18px; font-weight: 700; letter-spacing: .08em; }
.logo-fallback.show { display: inline; }
.desktop-brand { border-left: 1px solid var(--tea-border); color: var(--tea-text-muted); font-size: 14px; padding-left: 12px; }
.internal-label, .eyebrow { color: var(--tea-text-muted); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.internal-label { border: 1px solid var(--tea-border); border-radius: 999px; padding: 5px 10px; }
.content-wrap { margin: 0 auto; max-width: 1180px; padding: clamp(24px, 4vw, 54px) clamp(17px, 3vw, 34px); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--tea-primary); font-family: Georgia, "Times New Roman", serif; line-height: 1.16; }
h1 { font-size: clamp(32px, 5vw, 48px); margin-bottom: 8px; }
h2 { font-size: clamp(27px, 3.6vw, 37px); }
h3 { font-size: 21px; }
.lead { color: var(--tea-text-muted); font-size: 20px; }
.panel { background: var(--tea-surface); border: 1px solid var(--tea-border); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(22px, 4vw, 40px); }
.button { align-items: center; border: 1px solid transparent; border-radius: 10px; display: inline-flex; font-size: 17px; font-weight: 750; gap: 9px; justify-content: center; min-height: 52px; padding: 12px 18px; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.button:hover:not(:disabled) { transform: translateY(-1px); }
.button-primary { background: var(--tea-primary); color: #fff; }
.button-primary:hover { background: var(--tea-primary-hover); }
.button-secondary { background: white; border-color: var(--tea-primary); color: var(--tea-primary); }
.button-secondary:hover { background: var(--tea-primary-soft); }
.button-ghost, .text-button { background: none; border: 0; color: var(--tea-primary); font-weight: 750; min-height: 44px; padding: 8px; text-align: left; }
.text-button { text-decoration: underline; text-underline-offset: 3px; }
.button-row, .flow-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; }
.button-row { margin-top: 24px; }
.home-hero { align-items: center; display: flex; flex-direction: column; padding: clamp(34px, 7vw, 76px) 0 clamp(30px, 5vw, 48px); text-align: center; }
.home-logo { margin-bottom: 21px; }
.home-hero h1 { margin: 8px 0 0; }
.home-hero .lead { margin-bottom: 28px; }
.cta { font-size: 18px; min-height: 62px; padding-inline: 27px; }
.framework { margin-bottom: 24px; text-align: center; }
.framework-steps { align-items: center; color: var(--tea-primary); display: flex; flex-wrap: wrap; font-size: 13px; font-weight: 800; gap: 9px; justify-content: center; letter-spacing: .04em; }
.framework-steps b { color: var(--tea-secondary); font-size: 19px; }
.rule-card { background: var(--tea-primary); border-radius: var(--radius); color: #fff; display: grid; gap: 20px; grid-template-columns: 1.4fr 1fr; margin-bottom: 43px; padding: clamp(22px, 4vw, 36px); }
.rule-card .eyebrow { color: #ded2ca; }
.rule-card ol { margin: 10px 0 0; padding-left: 21px; }
.rule-card .important { align-self: center; border-left: 2px solid var(--tea-secondary); color: #fff; font-family: Georgia, serif; font-size: 22px; margin: 0; padding: 12px 0 12px 20px; }
.section-heading { align-items: end; display: flex; justify-content: space-between; }
.section-heading h2 { font-size: 29px; }
.quick-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.quick-card { background: white; border: 1px solid var(--tea-border); border-radius: 15px; color: var(--tea-text); display: flex; flex-direction: column; gap: 4px; min-height: 156px; padding: 19px; text-align: left; transition: box-shadow .18s ease, border .18s ease, transform .18s ease; }
.quick-card:hover { border-color: var(--tea-secondary); box-shadow: var(--shadow); transform: translateY(-2px); }
.quick-card strong { color: var(--tea-primary); font-family: Georgia, serif; font-size: 21px; }
.quick-card small { color: var(--tea-text-muted); font-size: 14px; }
.quick-symbol { color: var(--tea-secondary); font-size: 25px; }
.sales-header, .reference-header { align-items: center; display: flex; justify-content: space-between; margin-bottom: 26px; }
.sales-header > div, .reference-header > div { align-items: center; display: flex; gap: 17px; }
.sales-header h1, .reference-header h1 { font-size: clamp(28px, 4vw, 38px); margin: 0; }
.sales-header p:not(.eyebrow) { color: var(--tea-text-muted); font-size: 15px; margin: 0; }
.sales-header .eyebrow, .reference-header .eyebrow { margin-bottom: 1px; }
.flow-panel { margin: 0 auto; max-width: 830px; }
.progress-line { color: var(--tea-text-muted); display: flex; font-size: 14px; font-weight: 700; justify-content: space-between; margin-bottom: 8px; }
.progress { background: var(--tea-primary-soft); border-radius: 99px; height: 8px; overflow: hidden; }
.progress i { background: var(--tea-secondary); border-radius: inherit; display: block; height: 100%; transition: width .2s ease; }
.question-block { padding: clamp(27px, 5vw, 53px) 0 19px; }
.question-block h2 { margin-bottom: 26px; }
.answer-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.answer { align-items: center; background: #fff; border: 1px solid var(--tea-border); border-radius: 13px; color: var(--tea-text); display: flex; font-size: 18px; gap: 13px; min-height: 68px; padding: 13px 16px; text-align: left; transition: border .16s ease, background .16s ease, box-shadow .16s ease; }
.answer:hover { border-color: var(--tea-secondary); }
.answer.selected { background: var(--tea-primary-soft); border: 2px solid var(--tea-primary); box-shadow: 0 0 0 3px rgba(180,147,114,.2); }
.answer-number { align-items: center; background: #f4f1ee; border-radius: 50%; color: var(--tea-text-muted); display: inline-flex; flex: 0 0 29px; font-size: 13px; font-weight: 800; height: 29px; justify-content: center; }
.answer.selected .answer-number { background: var(--tea-primary); color: #fff; }
.answer b, .design-card b { color: var(--tea-success); margin-left: auto; }
.flow-actions { border-top: 1px solid var(--tea-border); justify-content: space-between; margin-top: 18px; padding-top: 19px; }
.recommendation-layout { display: grid; gap: 21px; grid-template-columns: minmax(245px, .75fr) minmax(0, 1.55fr); }
.summary-card { align-self: start; position: sticky; top: 93px; }
.summary-card dl { font-size: 15px; margin: 10px 0 23px; }
.summary-card dt { color: var(--tea-text-muted); font-size: 12px; font-weight: 800; letter-spacing: .06em; margin-top: 13px; text-transform: uppercase; }
.summary-card dd { margin: 2px 0; }
.recommendation-card { background: var(--tea-primary); border-radius: var(--radius); color: #fff; padding: clamp(24px, 4vw, 43px); }
.recommendation-card .eyebrow { color: #ded2ca; }
.recommendation-card h2 { color: #fff; font-size: clamp(38px, 5vw, 54px); margin: 3px 0 16px; }
.recommendation-reason { font-family: Georgia, serif; font-size: 21px; line-height: 1.5; }
.material { background: rgba(255,255,255,.1); border-radius: 11px; display: flex; flex-direction: column; font-size: 15px; gap: 3px; padding: 13px; }
.usp-list { list-style: none; margin: 20px 0; padding: 0; }
.usp-list li { display: flex; gap: 8px; margin: 9px 0; }
.recommendation-card .usp-list li span { color: #d8b99b; }
.design-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.design-tags span, .category-chip { background: var(--tea-primary-soft); border-radius: 999px; color: var(--tea-primary); font-size: 14px; font-weight: 700; padding: 6px 11px; }
.recommendation-card .design-tags span { background: rgba(255,255,255,.15); color: #fff; }
.alternative { border-left: 2px solid var(--tea-secondary); margin: 25px 0; padding-left: 14px; }
details { border-top: 1px solid rgba(255,255,255,.3); margin-top: 23px; padding-top: 16px; }
summary { cursor: pointer; font-weight: 750; }
.recommendation-card .button-secondary { border-color: #fff; color: #fff; background: transparent; }
.recommendation-card .button-ghost { color: #fff; }
.selection-head { align-items: center; display: flex; gap: 20px; justify-content: space-between; }
.selection-head h2 { font-size: clamp(26px, 4vw, 34px); margin: 4px 0 0; max-width: 625px; }
.counter { background: var(--tea-primary-soft); border-radius: 999px; color: var(--tea-primary); font-size: 14px; padding: 8px 12px; white-space: nowrap; }
.design-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin: 27px 0 12px; }
.design-card { background: #fff; border: 1px solid var(--tea-border); border-radius: 14px; color: var(--tea-text); display: flex; flex-direction: column; min-height: 166px; padding: 18px; position: relative; text-align: left; }
.design-card:hover { border-color: var(--tea-secondary); }
.design-card.selected { background: var(--tea-primary-soft); border: 2px solid var(--tea-primary); }
.design-card strong { color: var(--tea-primary); font-family: Georgia, serif; font-size: 23px; margin: 18px 0 5px; }
.design-card small { color: var(--tea-text-muted); }
.design-card b { position: absolute; right: 13px; top: 13px; }
.design-glyph { color: var(--tea-secondary); font-size: 23px; }
.help-text { background: #f7f3ef; border-left: 3px solid var(--tea-secondary); font-size: 15px; padding: 13px; }
.value-layout { display: grid; gap: 20px; grid-template-columns: 1.25fr .75fr; }
.script-card { background: var(--tea-primary); border-radius: var(--radius); color: #fff; padding: clamp(24px, 4vw, 43px); }
.script-card .eyebrow { color: #ded2ca; }
.script-card h2 { color: #fff; }
blockquote { border-left: 3px solid var(--tea-secondary); font-family: Georgia, serif; font-size: 21px; line-height: 1.55; margin: 22px 0; padding: 5px 0 5px 18px; }
.script-card .button-secondary { background: transparent; border-color: #fff; color: #fff; }
.value-points h3 { margin-top: 27px; }
.demo-line { background: var(--tea-primary-soft); border-radius: 12px; font-size: 15px; padding: 14px; }
.narrow-actions { margin: 22px auto 0; max-width: 830px; }
.addon-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); margin: 23px 0; }
.addon-card { background: #f6f2ee; border-radius: 14px; padding: 19px; }
.addon-card > span { color: var(--tea-secondary); font-family: Georgia, serif; font-size: 23px; }
.addon-card h3 { margin: 4px 0 8px; }
.addon-card p { color: var(--tea-text-muted); font-size: 15px; margin: 0; }
.upsell { border-left: 3px solid var(--tea-secondary); font-family: Georgia, serif; font-size: 20px; margin: 23px 0; padding-left: 15px; }
.closing-finish { margin: 0 auto; max-width: 790px; text-align: center; }
.final-picks { background: var(--tea-primary-soft); border-radius: 13px; margin: 22px 0; padding: 17px; }
.final-picks p { font-size: 15px; margin-bottom: 9px; }
.mini-choice { background: white; border: 1px solid var(--tea-border); border-radius: 999px; margin: 4px; min-height: 44px; padding: 7px 15px; }
.mini-choice.selected { border: 2px solid var(--tea-primary); }
.closing-finish blockquote { text-align: left; }
.handover { color: var(--tea-text-muted); font-style: italic; }
.reference-header { margin-bottom: 20px; }
.reference-controls { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; margin-bottom: 20px; }
.tabs, .mode-switch { display: flex; gap: 7px; }
.tab, .mode-switch button { background: white; border: 1px solid var(--tea-border); border-radius: 999px; color: var(--tea-text-muted); min-height: 44px; padding: 8px 14px; }
.tab.is-active, .mode-switch button.is-active { background: var(--tea-primary); border-color: var(--tea-primary); color: #fff; }
.category-title { border-bottom: 1px solid var(--tea-border); margin-bottom: 22px; padding-bottom: 21px; }
.category-title h2 { font-size: 26px; margin: 5px 0 12px; }
.reference-columns { display: grid; gap: 47px; grid-template-columns: 1fr 1fr; }
.reference-columns h3 { border-bottom: 1px solid var(--tea-border); margin: 27px 0 10px; padding-bottom: 8px; }
.reference-columns p { color: var(--tea-text-muted); font-size: 16px; }
.objection-intro { align-items: center; display: flex; gap: 20px; justify-content: space-between; margin-bottom: 20px; }
.objection-intro p { font-family: Georgia, serif; font-size: 20px; margin: 0; }
.search { align-items: center; background: white; border: 1px solid var(--tea-border); border-radius: 10px; display: flex; gap: 7px; min-width: min(330px, 100%); padding: 0 11px; }
.search input { background: transparent; border: 0; color: var(--tea-text); min-height: 49px; outline: 0; width: 100%; }
.objection-list { display: grid; gap: 9px; }
.objection-card { background: white; border: 1px solid var(--tea-border); border-radius: 13px; overflow: hidden; }
.objection-title { align-items: center; background: white; border: 0; color: var(--tea-primary); display: flex; font-family: Georgia, serif; font-size: 20px; justify-content: space-between; min-height: 63px; padding: 14px 19px; text-align: left; width: 100%; }
.objection-title b { color: var(--tea-secondary); font-family: sans-serif; font-size: 25px; font-weight: 400; }
.objection-card.open .objection-title b { transform: rotate(45deg); }
.objection-content { border-top: 1px solid var(--tea-border); display: none; padding: 18px 20px 21px; }
.objection-card.open .objection-content { display: block; }
.objection-content h3 { color: var(--tea-text-muted); font-family: inherit; font-size: 13px; letter-spacing: .07em; margin: 19px 0 4px; text-transform: uppercase; }
.objection-content p { margin-bottom: 0; }
.close-again { border-left: 2px solid var(--tea-secondary); font-family: Georgia, serif; padding-left: 12px; }
.empty-state { color: var(--tea-text-muted); padding: 30px; text-align: center; }
.closing-reference { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.closing-reference h2 { font-size: 27px; }
.closing-list { margin: 0; padding-left: 19px; }
.closing-list li { margin-bottom: 12px; }
.quick-card-print { background: #fff; border: 2px solid var(--tea-primary); border-radius: var(--radius); margin: 0 auto 22px; max-width: 800px; padding: clamp(25px, 5vw, 47px); }
.quick-card-print h2 { margin: 4px 0 20px; }
.quick-card-print li { margin: 10px 0; }
.quick-card-print .important { border-top: 1px solid var(--tea-border); color: var(--tea-primary); font-family: Georgia, serif; font-size: 20px; margin: 25px 0 0; padding-top: 18px; }
.training-note { margin: 0 auto; max-width: 800px; }
.rule-numbers { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.rule-numbers div { align-items: center; background: var(--tea-primary-soft); border-radius: 12px; display: flex; gap: 12px; padding: 12px; }
.rule-numbers b { align-items: center; background: var(--tea-primary); border-radius: 50%; color: #fff; display: inline-flex; flex: 0 0 31px; height: 31px; justify-content: center; }
.rule-numbers span { font-size: 14px; font-weight: 700; }
.bottom-nav { background: rgba(255,255,255,.97); border-top: 1px solid var(--tea-border); bottom: 0; display: flex; justify-content: center; left: 0; position: fixed; right: 0; z-index: 19; }
.nav-item { align-items: center; background: none; border: 0; color: var(--tea-text-muted); display: flex; flex: 1; flex-direction: column; font-size: 11px; gap: 2px; justify-content: center; max-width: 150px; min-height: 68px; padding: 5px; }
.nav-item > span:first-child { font-size: 17px; }
.nav-item.is-active { color: var(--tea-primary); font-weight: 800; }
.nav-item.is-active > span:first-child { color: var(--tea-secondary); }
.toast { background: var(--tea-primary); border-radius: 10px; bottom: 87px; box-shadow: var(--shadow); color: #fff; left: 50%; max-width: min(500px, calc(100vw - 34px)); opacity: 0; padding: 13px 17px; pointer-events: none; position: fixed; transform: translate(-50%, 15px); transition: opacity .18s ease, transform .18s ease; z-index: 60; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.scroll-top { background: var(--tea-primary); border: 0; border-radius: 50%; bottom: 96px; box-shadow: var(--shadow); color: #fff; display: none; font-size: 22px; height: 48px; position: fixed; right: 17px; width: 48px; z-index: 18; }
.scroll-top.show { display: block; }
@media (min-width: 760px) and (orientation: landscape) { .app-shell { padding-bottom: 0; padding-left: 78px; } .bottom-nav { border-right: 1px solid var(--tea-border); border-top: 0; bottom: 0; flex-direction: column; justify-content: flex-start; right: auto; top: 0; width: 78px; } .nav-item { flex: 0 0 72px; max-width: none; width: 100%; } .nav-item > span:last-child { font-size: 9px; line-height: 1.1; text-align: center; } .site-header { left: 78px; } .scroll-top { bottom: 20px; } }
@media (max-width: 700px) { body { font-size: 16px; } .desktop-brand { display: none; } .site-header { min-height: 61px; } .brand-logo { height: 35px; max-width: 140px; } .internal-label { font-size: 9px; padding: 4px 7px; } .rule-card { grid-template-columns: 1fr; } .quick-grid { grid-template-columns: repeat(2, 1fr); } .quick-card { min-height: 135px; padding: 14px; } .quick-card strong { font-size: 18px; } .sales-header, .reference-header { align-items: flex-start; flex-direction: column; gap: 10px; } .sales-header > div, .reference-header > div { gap: 10px; } .sales-header .brand-logo, .reference-header .brand-logo { max-width: 100px; } .sales-header .text-button { align-self: flex-end; margin-top: -45px; } .answer-grid, .recommendation-layout, .value-layout, .reference-columns, .closing-reference { grid-template-columns: 1fr; } .answer { min-height: 62px; } .summary-card { position: static; } .selection-head { align-items: flex-start; flex-direction: column; } .design-grid { grid-template-columns: 1fr; } .design-card { min-height: 125px; } .addon-grid { grid-template-columns: 1fr; } .reference-controls, .objection-intro { align-items: stretch; flex-direction: column; } .search { min-width: 0; } .rule-numbers { grid-template-columns: 1fr; } .flow-actions { align-items: stretch; flex-direction: column-reverse; } .flow-actions .button { width: 100%; } .flow-actions .text-button { text-align: center; } }
@media print { body { background: #fff; } .site-header, .bottom-nav, .scroll-top, .toast, .print-hide, .quick-card-print ~ *, .content-wrap > :not(.quick-card-print) { display: none !important; } .app-shell, .content-wrap { display: block; padding: 0; } .quick-card-print { border: 0; box-shadow: none; margin: 0; max-width: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
