:root {
    --bg: #f7f8fb;
    --surface: #ffffff;
    --surface-soft: #fff7ed;
    --surface-dark: #111827;
    --text: #172033;
    --muted: #64748b;
    --line: #e2e8f0;
    --orange: #ea580c;
    --orange-dark: #c2410c;
    --orange-soft: #ffedd5;
    --green: #15803d;
    --shadow: 0 24px 70px rgba(15, 23, 42, .10);
    --shadow-soft: 0 16px 45px rgba(15, 23, 42, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-height: 100vh;
    background: radial-gradient(circle at 50% 0, #fff7ed 0, #f8fafc 34%, var(--bg) 74%);
    color: var(--text);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { touch-action: manipulation; }
.shell { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }

.site-header-wrap {
    position: sticky;
    z-index: 50;
    top: 0;
    border-bottom: 1px solid rgba(226, 232, 240, .72);
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(18px);
}
.site-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand-link { display: inline-flex; align-items: center; gap: 11px; min-width: 0; text-decoration: none; }
.brand-link strong { display: block; color: var(--orange-dark); font-size: 18px; line-height: 1.2; }
.brand-link small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 650; white-space: nowrap; }
.brand-mark {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 13px;
    background: linear-gradient(135deg, #fb923c, var(--orange));
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(234, 88, 12, .22);
}
.header-actions { display: flex; align-items: center; gap: 13px; }
.main-nav, .languages { display: flex; align-items: center; gap: 3px; }
.main-nav a, .languages a { border-radius: 9px; color: #475569; font-size: 12px; font-weight: 780; text-decoration: none; }
.main-nav a { padding: 9px 9px; }
.main-nav a:hover, .main-nav a.active { background: var(--orange-soft); color: var(--orange-dark); }
.header-demo { padding: 9px 13px; border-radius: 10px; background: var(--orange); color: #fff; font-size: 12px; font-weight: 850; text-decoration: none; white-space: nowrap; }
.header-demo:hover { background: var(--orange-dark); }
.languages a { min-width: 34px; padding: 6px 7px; border: 1px solid var(--line); background: rgba(255, 255, 255, .9); text-align: center; }
.languages a.active { border-color: var(--orange); background: var(--orange); color: #fff; }
.nav-toggle { display: none; width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; }

.hero {
    min-height: 650px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 55px;
    padding-block: 72px 78px;
}
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--orange); }
.hero h1, .page-hero h1, .page-intro h1 {
    margin: 17px 0 20px;
    max-width: 840px;
    font-size: clamp(42px, 6.1vw, 72px);
    line-height: 1.02;
    letter-spacing: -.05em;
}
.hero-copy > p, .page-hero > p, .page-hero > div > p, .page-intro > p { max-width: 760px; margin: 0; color: #475569; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.button {
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 25px rgba(234, 88, 12, .18); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { border-color: #cbd5e1; background: #fff; color: #334155; }
.button-secondary:hover { border-color: #fb923c; background: #fffaf5; }
.button-light { background: #fff; color: var(--orange-dark); }
.button-ghost { border-color: rgba(255,255,255,.42); color: #fff; }
.button-full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.trust-row span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.82); color: #475569; font-size: 11px; font-weight: 760; }

.hero-visual { position: relative; min-height: 460px; }
.pos-window { position: absolute; inset: 24px 28px 20px 14px; overflow: hidden; border: 1px solid rgba(226,232,240,.9); border-radius: 30px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.pos-top { height: 62px; display: flex; align-items: center; gap: 7px; padding: 0 20px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #fff7ed, #fff); }
.pos-top span { margin-right: auto; color: var(--orange-dark); font-size: 18px; font-weight: 900; }
.pos-top i { width: 10px; height: 10px; border-radius: 50%; background: #cbd5e1; }
.pos-layout { height: calc(100% - 62px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; padding: 20px; }
.pos-menu { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.pos-menu b { min-height: 90px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, #fff7ed, #fed7aa); color: #9a3412; font-size: 24px; }
.pos-menu b:nth-child(2n) { background: linear-gradient(135deg, #f8fafc, #e2e8f0); color: #475569; }
.pos-order { display: flex; flex-direction: column; gap: 9px; padding: 20px; border-radius: 18px; background: #111827; color: #fff; }
.pos-order span { color: #fdba74; font-size: 13px; font-weight: 900; }
.pos-order strong { font-size: 21px; }
.pos-order small { color: #cbd5e1; }
.pos-order em { margin-top: auto; padding: 11px; border-radius: 10px; background: var(--orange); font-style: normal; font-size: 12px; font-weight: 900; text-align: center; }
.floating-card { position: absolute; z-index: 3; display: flex; flex-direction: column; gap: 3px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 16px 40px rgba(15,23,42,.13); color: var(--muted); font-size: 11px; }
.floating-card strong { color: var(--text); font-size: 14px; }
.floating-card span { color: var(--orange-dark); font-weight: 900; }
.card-order { left: 0; bottom: 36px; }
.card-ai { right: 0; top: 48px; }

.section { padding-block: 84px; }
.section-muted { background: #f1f5f9; }
.section-dark { background: #111827; color: #fff; }
.section-dark .section-heading p, .section-dark .section-heading h2, .section-dark p { color: #cbd5e1; }
.section-dark .eyebrow { color: #fdba74; }
.section-dark .eyebrow::before { background: #fb923c; }
.section-ai { background: linear-gradient(135deg, #fff7ed, #f8fafc); }
.section-heading { margin-bottom: 34px; }
.section-heading-center { max-width: 820px; margin-inline: auto; text-align: center; }
.section-heading-center .eyebrow { justify-content: center; }
.section-heading h2 { margin: 12px 0 10px; font-size: clamp(31px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; }
.section-heading-center p { margin-inline: auto; }
.standalone-title { margin: 0 0 28px; font-size: clamp(30px, 4vw, 45px); line-height: 1.15; letter-spacing: -.03em; }
.standalone-title.centered { text-align: center; }
.center-action { display: flex; justify-content: center; margin-top: 28px; }

.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pain-card { padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); }
.pain-card > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: #fff1f2; color: #be123c; font-weight: 900; }
.pain-card h3 { margin: 15px 0 7px; font-size: 17px; line-height: 1.3; }
.pain-card p { margin: 0; color: var(--muted); font-size: 13px; }
.solution-strip { max-width: 880px; display: flex; align-items: center; gap: 18px; margin: 24px auto 0; padding: 22px; border: 1px solid #fed7aa; border-radius: 18px; background: #fff7ed; }
.solution-icon { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px; background: var(--orange); color: #fff; font-size: 24px; font-weight: 900; }
.solution-strip h3 { margin: 0 0 4px; color: #9a3412; font-size: 18px; }
.solution-strip p { margin: 0; color: #7c2d12; font-size: 14px; }

.showcase-stack { display: grid; gap: 42px; }
.showcase-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-soft); }
.showcase-row.reverse .showcase-copy { order: 2; }
.showcase-row.reverse .showcase-visual { order: 1; }
.showcase-copy h3 { margin: 14px 0 9px; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.025em; }
.showcase-copy > p { margin: 0; color: var(--muted); }
.feature-icon { display: inline-grid; min-width: 44px; height: 40px; place-items: center; padding: 0 9px; border-radius: 10px; background: var(--orange-soft); color: var(--orange-dark); font-size: 11px; font-weight: 900; }
.feature-icon.large { height: 44px; min-width: 52px; }
.feature-tagline { display: block; margin-top: 17px; color: var(--orange-dark); font-size: 15px; }
.check-list { margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 9px 0; padding-left: 26px; color: #475569; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }
.check-list.light li { color: #e2e8f0; }
.check-list.light li::before { color: #fdba74; }
.showcase-visual { position: relative; min-height: 340px; display: grid; place-items: center; overflow: hidden; border-radius: 22px; background: linear-gradient(135deg, #fff7ed, #f8fafc); }
.phone-mock { width: 220px; padding: 18px; border: 8px solid #111827; border-radius: 30px; background: #fff; box-shadow: 0 24px 50px rgba(15,23,42,.2); }
.phone-bar { width: 44%; height: 7px; margin: -7px auto 12px; border-radius: 99px; background: #111827; }
.phone-title { color: var(--orange-dark); font-size: 13px; font-weight: 900; text-align: center; letter-spacing: .06em; }
.menu-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 16px 0; }
.menu-cards i { height: 64px; border-radius: 11px; background: linear-gradient(135deg, #ffedd5, #fdba74); }
.menu-cards i:nth-child(2n) { background: linear-gradient(135deg, #f1f5f9, #cbd5e1); }
.phone-button { padding: 10px; border-radius: 10px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 900; text-align: center; }
.qr-code { position: absolute; right: 28px; bottom: 26px; width: 116px; height: 116px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 12px; border-radius: 14px; background: #fff; box-shadow: var(--shadow-soft); }
.qr-code b { background: #111827; }
.qr-code b:nth-child(2), .qr-code b:nth-child(4), .qr-code b:nth-child(6), .qr-code b:nth-child(8) { background: #fff; border: 5px solid #111827; }
.kot-board { width: 88%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.kot-board.large { width: 100%; }
.kot-ticket { min-height: 235px; display: flex; flex-direction: column; gap: 12px; padding: 18px; border-radius: 15px; background: #fff; box-shadow: var(--shadow-soft); color: var(--text); }
.kot-ticket b { padding-bottom: 10px; border-bottom: 2px dashed #cbd5e1; font-size: 16px; }
.kot-ticket span { font-size: 18px; font-weight: 800; }
.kot-ticket em { margin-top: auto; padding: 8px; border-radius: 8px; background: #ffedd5; color: #9a3412; font-style: normal; font-weight: 900; text-align: center; }
.number-pad { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 16px 0; }
.number-pad b { display: grid; place-items: center; height: 44px; border-radius: 9px; background: #f1f5f9; }
.kiosk-mock { display: grid; justify-items: center; }
.kiosk-screen { width: 290px; padding: 20px; border: 10px solid #111827; border-radius: 22px; background: #fff; box-shadow: 0 24px 50px rgba(15,23,42,.2); }
.kiosk-stand { width: 58px; height: 100px; background: #111827; }
.kiosk-stand::after { content: ""; display: block; width: 145px; height: 18px; margin: 92px 0 0 -44px; border-radius: 12px; background: #111827; }

.workflow-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.workflow-grid article { position: relative; padding: 22px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.055); }
.workflow-grid article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: var(--orange); color: #fff; font-weight: 900; }
.workflow-grid h3 { margin: 15px 0 7px; color: #fff; font-size: 16px; }
.workflow-grid p { margin: 0; color: #cbd5e1; font-size: 12px; }

.management-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.management-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.management-card h3 { margin: 0 0 13px; color: var(--orange-dark); font-size: 18px; }
.management-card ul { margin: 0; padding: 0; list-style: none; }
.management-card li { padding: 7px 0; border-bottom: 1px solid #f1f5f9; color: #475569; font-size: 13px; }
.management-card li:last-child { border-bottom: 0; }

.ai-split { display: grid; grid-template-columns: .88fr 1.12fr; gap: 38px; align-items: start; }
.ai-sales-copy h2 { margin: 14px 0 10px; font-size: clamp(31px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.ai-sales-copy > p { color: #475569; }
.compact-advisor { padding: 0; }
.advisor-section { padding-block: 20px 0; }
.ai-disclosure { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 14px; padding: 17px 19px; border: 1px solid #fed7aa; border-radius: 17px; background: rgba(255,247,237,.96); }
.ai-icon, .assistant-avatar { display: grid; place-items: center; flex: 0 0 auto; background: var(--orange); color: #fff; font-weight: 900; }
.ai-icon { width: 43px; height: 43px; border-radius: 13px; }
.ai-disclosure h2 { margin: 0 0 3px; color: #9a3412; font-size: 17px; }
.ai-disclosure p { margin: 0; color: #7c2d12; font-size: 13px; }
.chat-card { overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
.chat-header { display: flex; gap: 13px; align-items: flex-start; padding: 22px; border-bottom: 1px solid #edf1f5; background: linear-gradient(135deg, #fff7ed, #fff); }
.assistant-avatar { width: 45px; height: 45px; border-radius: 13px; }
.chat-header strong, .chat-header span { display: block; }
.chat-header strong { font-size: 16px; }
.chat-header span { color: var(--muted); font-size: 13px; }
.quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 18px 22px; }
.quick-button { min-height: 47px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: #334155; font-size: 12px; font-weight: 760; text-align: left; cursor: pointer; }
.quick-button:hover, .quick-button:focus-visible { border-color: #fb923c; outline: none; background: #fffaf5; }
.chat-messages { max-height: 390px; overflow-y: auto; display: grid; gap: 11px; padding: 0 22px 16px; }
.chat-message { max-width: min(82%, 720px); padding: 11px 14px; border-radius: 15px; background: #f1f5f9; }
.chat-message.user { justify-self: end; border-bottom-right-radius: 4px; background: var(--orange); color: #fff; }
.chat-message.assistant { justify-self: start; border-bottom-left-radius: 4px; }
.chat-message.error { border: 1px solid #fecaca; background: #fff1f2; color: #991b1b; }
.chat-message.pending { color: var(--muted); }
.chat-message p { margin: 0; white-space: pre-wrap; }
.chat-message-label { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 800; }
.chat-form { display: flex; align-items: flex-end; gap: 9px; padding: 17px 22px 22px; border-top: 1px solid #edf1f5; }
.chat-form textarea { width: 100%; min-height: 51px; max-height: 140px; resize: vertical; padding: 12px 14px; border: 1px solid #cbd5e1; border-radius: 12px; outline: none; color: var(--text); }
.chat-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(249,115,22,.13); }
.chat-form button { flex: 0 0 auto; }
.chat-form button:disabled, .contact-form-card button:disabled { opacity: .55; cursor: wait; transform: none; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: var(--shadow-soft); }
.plan-card.featured { border-color: #fb923c; transform: translateY(-8px); box-shadow: 0 24px 65px rgba(234,88,12,.14); }
.plan-card.compact { padding: 24px; }
.plan-badge { position: absolute; top: 17px; right: 17px; padding: 5px 8px; border-radius: 999px; background: var(--orange); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.plan-card h3 { margin: 0; padding-right: 70px; font-size: 24px; }
.plan-summary { min-height: 68px; margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.price-block { margin-top: 18px; padding: 17px 0 14px; border-top: 1px solid #f1f5f9; }
.price-line { display: flex; align-items: baseline; gap: 7px; }
.price-line strong { font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.price-line span, .price-block small { color: var(--muted); font-size: 12px; }
.annual-price { display: grid; grid-template-columns: 1fr auto; gap: 2px 10px; align-items: center; padding: 12px; border-radius: 12px; background: #fff7ed; }
.annual-price span { color: #9a3412; font-size: 11px; font-weight: 750; }
.annual-price strong { color: #7c2d12; font-size: 18px; }
.annual-price em { grid-column: 1 / -1; color: var(--green); font-size: 10px; font-style: normal; font-weight: 900; }
.plan-card .check-list { flex: 1; }
.plan-card .button { margin-top: 20px; }
.addon-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.addon-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.addon-grid article > span { display: inline-block; margin-bottom: 12px; color: var(--orange-dark); font-size: 31px; font-weight: 900; }
.addon-grid h2 { margin: 0 0 6px; font-size: 23px; }
.addon-grid p { margin: 0; color: var(--muted); }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: center; font-size: 13px; }
.comparison-table thead th { background: #f8fafc; color: #334155; font-size: 12px; text-transform: uppercase; }
.comparison-table th:first-child { text-align: left; }
.comparison-table tbody th { color: #475569; font-weight: 700; }
.comparison-table td.yes { color: var(--green); font-size: 19px; font-weight: 900; }
.comparison-table td.no { color: #94a3b8; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.terms-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 48px; align-items: start; }
.terms-layout h2 { margin: 13px 0 0; color: #fff; font-size: clamp(31px, 4vw, 46px); line-height: 1.12; }
.terms-list { margin: 0; padding: 0; list-style: none; }
.terms-list li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid rgba(255,255,255,.1); color: #e2e8f0; font-size: 14px; }
.terms-list li::before { content: "•"; position: absolute; left: 7px; color: #fb923c; font-size: 23px; }

.page-hero { padding-block: 72px 48px; }
.page-hero h1 { max-width: 900px; font-size: clamp(43px, 6vw, 68px); }
.feature-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.feature-detail-card { position: relative; padding: 29px; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: var(--shadow-soft); }
.detail-number { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--orange-soft); color: var(--orange-dark); font-size: 12px; font-weight: 900; }
.feature-detail-card h2 { margin: 16px 0 7px; font-size: 25px; }
.feature-detail-card > p { margin: 0; color: var(--muted); }
.feature-highlight { padding-block: 70px; }
.feature-highlight-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; align-items: center; }
.feature-highlight-inner h2 { margin: 13px 0 10px; color: #fff; font-size: clamp(32px, 4vw, 48px); }
.feature-highlight-inner strong { color: #fdba74; }
.features-bottom-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px; border: 1px solid #fed7aa; border-radius: 21px; background: #fff7ed; }
.features-bottom-card h2 { margin: 0 0 5px; color: #9a3412; }
.features-bottom-card p { margin: 0; color: #7c2d12; }

.ai-page-hero { display: grid; grid-template-columns: 1fr .75fr; gap: 48px; align-items: center; }
.ai-orbit { position: relative; width: 360px; height: 360px; margin-inline: auto; border: 1px solid #fed7aa; border-radius: 50%; background: radial-gradient(circle, #fff7ed 0, #fff 55%, #ffedd5 100%); box-shadow: var(--shadow); }
.ai-orbit > span { position: absolute; inset: 110px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-size: 42px; font-weight: 900; }
.ai-orbit i { position: absolute; display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--orange-dark); font-size: 12px; font-style: normal; font-weight: 900; }
.ai-orbit i:nth-of-type(1) { top: 20px; left: 149px; }
.ai-orbit i:nth-of-type(2) { top: 148px; right: 18px; }
.ai-orbit i:nth-of-type(3) { bottom: 18px; left: 149px; }
.ai-orbit i:nth-of-type(4) { top: 148px; left: 18px; }
.question-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
.question-cloud span { padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #475569; font-size: 13px; box-shadow: var(--shadow-soft); }
.ai-mode-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 960px; margin-inline: auto; }
.ai-mode-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-soft); }
.ai-mode-grid article > span { display: inline-flex; padding: 7px 9px; border-radius: 9px; background: var(--orange-soft); color: var(--orange-dark); font-size: 10px; font-weight: 900; }
.ai-mode-grid h3 { margin: 16px 0 7px; font-size: 24px; }
.ai-mode-grid p { margin: 0; color: var(--muted); }
.security-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 45px; align-items: center; }
.security-grid h2 { margin: 13px 0 10px; color: #fff; font-size: clamp(32px, 4vw, 48px); }
.sensitive-card { padding: 27px; border: 1px solid rgba(254,202,202,.35); border-radius: 20px; background: rgba(127,29,29,.22); }
.sensitive-card h3 { margin: 0 0 8px; color: #fecaca; }
.sensitive-card p { margin: 0; color: #fee2e2; }

.faq-list { display: grid; gap: 10px; max-width: 920px; margin-inline: auto; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.faq-list summary { position: relative; padding: 18px 52px 18px 19px; color: #334155; font-weight: 820; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 18px; top: 13px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; background: var(--orange-soft); color: var(--orange-dark); font-size: 19px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 19px 18px; color: var(--muted); }
.faq-list.large details { border-radius: 17px; }
.faq-list.large summary { padding: 22px 58px 22px 23px; font-size: 16px; }
.faq-page-list { padding-top: 20px; }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; align-items: start; padding-top: 24px; }
.contact-aside { position: sticky; top: 105px; padding: 28px; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: var(--shadow-soft); }
.contact-aside h2 { margin: 0; font-size: 25px; }
.direct-contact { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }
.direct-contact h3 { margin: 0 0 5px; }
.direct-contact p { margin: 0 0 8px; color: var(--muted); font-size: 13px; }
.direct-contact a { color: var(--orange-dark); font-weight: 850; }
.contact-form-card { padding: 30px; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.form-grid label, .form-grid fieldset { margin: 0; }
.form-grid label > span, .form-grid legend { display: block; margin-bottom: 6px; color: #334155; font-size: 12px; font-weight: 800; }
.form-grid input, .form-grid textarea, .form-grid select { width: 100%; padding: 12px 13px; border: 1px solid #cbd5e1; border-radius: 11px; background: #fff; color: var(--text); outline: none; }
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(249,115,22,.13); }
.form-grid .full { grid-column: 1 / -1; }
.form-grid fieldset { padding: 0; border: 0; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.checkbox-grid label { display: flex; align-items: center; gap: 9px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.checkbox-grid input { width: auto; }
.checkbox-grid label > span { margin: 0; font-weight: 700; }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; }
.privacy-check input { width: auto; margin-top: 4px; }
.privacy-check span { margin: 0 !important; color: var(--muted) !important; font-weight: 600 !important; }
.privacy-check a { color: var(--orange-dark); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 24px; margin: 16px 0 8px; font-size: 13px; font-weight: 750; }
.form-status.success { color: var(--green); }
.form-status.error { color: #b91c1c; }

.notice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding-bottom: 70px; }
.notice { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.notice-warning { border-color: #fecaca; background: #fffafa; }
.notice h2 { margin: 0 0 6px; font-size: 16px; }
.notice p { margin: 0; color: var(--muted); font-size: 13px; }

.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-block: 78px; padding: 38px; border-radius: 25px; background: linear-gradient(135deg, #c2410c, #ea580c 60%, #fb923c); color: #fff; box-shadow: 0 24px 60px rgba(194,65,12,.22); }
.cta-band .eyebrow { color: #ffedd5; }
.cta-band .eyebrow::before { background: #fff; }
.cta-band h2 { max-width: 760px; margin: 12px 0 7px; font-size: clamp(29px, 4vw, 44px); line-height: 1.12; }
.cta-band p { max-width: 740px; margin: 0; color: #ffedd5; }
.cta-actions { display: flex; flex: 0 0 auto; gap: 10px; }

.page-main { padding-block: 55px 80px; }
.legal-main { max-width: 980px; }
.legal-card { padding: clamp(22px, 5vw, 48px); border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.legal-card h1 { margin: 12px 0 8px; font-size: clamp(36px, 6vw, 58px); line-height: 1.08; letter-spacing: -.035em; }
.legal-card h2 { margin: 32px 0 8px; font-size: 21px; }
.legal-card p { margin: 8px 0; color: #475569; }
.legal-card .lead { color: #334155; font-size: 17px; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 22px; color: var(--muted); font-size: 12px; }
.draft-notice { margin-bottom: 16px; padding: 10px 12px; border: 1px solid #f59e0b; border-radius: 10px; background: #fffbeb; color: #92400e; font-size: 12px; font-weight: 850; }
.contact-list { display: grid; gap: 12px; }
.contact-list div { padding: 14px; border: 1px solid var(--line); border-radius: 12px; }
.contact-list dt { font-weight: 850; }
.contact-list dd { margin: 3px 0 0; color: var(--muted); }
.cookie-details { overflow: hidden; margin: 24px 0; border: 1px solid var(--line); border-radius: 14px; }
.cookie-details div { display: grid; grid-template-columns: minmax(150px, 28%) 1fr; border-bottom: 1px solid var(--line); }
.cookie-details div:last-child { border-bottom: 0; }
.cookie-details strong, .cookie-details span { padding: 13px 15px; }
.cookie-details strong { background: #f8fafc; }
.cookie-details span { color: #475569; }

.site-footer-wrap { border-top: 1px solid rgba(203,213,225,.75); background: #fff; }
.site-footer { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 40px; padding-block: 48px 34px; }
.footer-brand p { max-width: 360px; margin: 17px 0 8px; color: var(--muted); font-size: 13px; }
.footer-email { color: var(--orange-dark); font-weight: 850; }
.footer-column { display: flex; flex-direction: column; gap: 8px; }
.footer-column h3 { margin: 0 0 4px; font-size: 14px; }
.footer-column a { color: #64748b; font-size: 12px; text-decoration: none; }
.footer-column a:hover { color: var(--orange-dark); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 16px 25px; border-top: 1px solid #f1f5f9; color: var(--muted); font-size: 11px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1080px) {
    .header-demo { display: none; }
    .main-nav a { padding-inline: 7px; }
    .pain-grid { grid-template-columns: repeat(2, 1fr); }
    .workflow-grid { grid-template-columns: repeat(3, 1fr); }
    .management-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .hero, .ai-page-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 48px; }
    .hero-visual { min-height: 430px; }
    .showcase-row, .ai-split, .feature-highlight-inner, .security-grid, .terms-layout, .contact-layout { grid-template-columns: 1fr; }
    .showcase-row.reverse .showcase-copy, .showcase-row.reverse .showcase-visual { order: initial; }
    .pricing-grid { grid-template-columns: 1fr; }
    .plan-card.featured { transform: none; }
    .feature-detail-grid { grid-template-columns: 1fr; }
    .contact-aside { position: static; }
    .site-footer { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 790px) {
    .site-header { min-height: 68px; }
    .nav-toggle { display: block; }
    .header-actions {
        display: none;
        position: absolute;
        z-index: 70;
        top: 68px;
        left: 16px;
        right: 16px;
        align-items: stretch;
        flex-direction: column;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: 15px;
        background: #fff;
        box-shadow: var(--shadow);
    }
    .header-actions.open { display: flex; }
    .main-nav, .languages { flex-wrap: wrap; }
    .main-nav a { flex: 1 1 43%; text-align: center; }
    .languages a { flex: 1 1 20%; }
    .header-demo { display: inline-flex; justify-content: center; }
    .brand-link small { white-space: normal; }
    .hero h1, .page-hero h1 { font-size: clamp(38px, 11vw, 58px); }
    .section { padding-block: 64px; }
    .quick-grid { grid-template-columns: repeat(2, 1fr); }
    .workflow-grid { grid-template-columns: repeat(2, 1fr); }
    .addon-grid, .ai-mode-grid, .notice-grid { grid-template-columns: 1fr; }
    .cta-band { align-items: flex-start; flex-direction: column; }
    .cta-actions { flex-wrap: wrap; }
    .form-grid { grid-template-columns: 1fr; }
    .form-grid .full { grid-column: auto; }
    .checkbox-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .shell { width: min(100% - 24px, 1160px); }
    .hero { padding-block: 38px 52px; gap: 25px; }
    .hero-copy > p, .page-hero > p, .page-hero > div > p { font-size: 16px; }
    .hero-visual { min-height: 325px; }
    .pos-window { inset: 8px 10px 8px 8px; border-radius: 22px; }
    .pos-top { height: 49px; }
    .pos-layout { grid-template-columns: 1fr .8fr; padding: 12px; gap: 10px; }
    .pos-menu { gap: 7px; }
    .pos-menu b { min-height: 56px; border-radius: 10px; font-size: 17px; }
    .pos-order { padding: 12px; }
    .pos-order strong { font-size: 15px; }
    .floating-card { padding: 9px 11px; }
    .card-order { bottom: 0; }
    .card-ai { top: 22px; }
    .pain-grid, .management-grid, .workflow-grid { grid-template-columns: 1fr; }
    .showcase-row { gap: 25px; padding: 22px; }
    .showcase-visual { min-height: 285px; }
    .phone-mock { width: 188px; }
    .qr-code { width: 92px; height: 92px; right: 13px; bottom: 13px; }
    .kiosk-screen { width: 230px; }
    .kot-board { width: 96%; gap: 8px; }
    .kot-ticket { min-height: 190px; padding: 12px; }
    .kot-ticket span { font-size: 14px; }
    .quick-grid, .chat-header, .chat-form { padding-left: 15px; padding-right: 15px; }
    .chat-messages { padding-left: 15px; padding-right: 15px; }
    .chat-message { max-width: 92%; }
    .chat-form { align-items: stretch; flex-direction: column; }
    .ai-orbit { width: 285px; height: 285px; }
    .ai-orbit > span { inset: 88px; }
    .ai-orbit i:nth-of-type(1) { top: 10px; left: 112px; }
    .ai-orbit i:nth-of-type(2) { top: 112px; right: 9px; }
    .ai-orbit i:nth-of-type(3) { bottom: 9px; left: 112px; }
    .ai-orbit i:nth-of-type(4) { top: 112px; left: 9px; }
    .features-bottom-card { align-items: flex-start; flex-direction: column; }
    .cta-band { margin-block: 52px; padding: 27px; }
    .cta-actions { width: 100%; flex-direction: column; }
    .cta-actions .button { width: 100%; }
    .site-footer { grid-template-columns: 1fr; gap: 25px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .cookie-details div { grid-template-columns: 1fr; }
    .cookie-details strong { padding-bottom: 6px; }
    .cookie-details span { padding-top: 4px; }
}
.cms-preview-bar{position:relative;z-index:1000;background:#7c2d12;color:#fff;text-align:center;padding:8px 16px;font-size:14px;font-weight:700}.cms-preview-bar a{color:#fed7aa;margin-left:8px}

/* CMS layout and media */
.home-sections{display:flex;flex-direction:column}.home-order-1{order:1}.home-order-2{order:2}.home-order-3{order:3}.home-order-4{order:4}.home-order-5{order:5}.home-order-6{order:6}.home-order-7{order:7}.home-order-8{order:8}.home-order-9{order:9}.cms-section-hidden{display:none!important}.brand-logo-image{width:44px;height:44px;object-fit:contain;border-radius:10px;background:#fff}.hero-visual.hero-visual-image{display:flex;align-items:center;justify-content:center}.hero-visual-image>img{display:block;width:100%;max-height:520px;object-fit:contain;border-radius:24px;box-shadow:0 24px 70px rgba(15,23,42,.18)}

/* CMS V3.2 multi-page layout */
.cms-page-sections,.home-sections{display:flex;flex-direction:column}.cms-order-1{order:1}.cms-order-2{order:2}.cms-order-3{order:3}.cms-order-4{order:4}.cms-order-5{order:5}.cms-order-6{order:6}.cms-order-7{order:7}.cms-order-8{order:8}.cms-order-9{order:9}.cms-section-hidden{display:none!important}.page-hero-with-media{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:center;gap:44px}.page-hero-media{display:flex;align-items:center;justify-content:center;min-width:0}.page-hero-media img{display:block;width:100%;max-height:430px;object-fit:contain;border-radius:24px;box-shadow:0 24px 70px rgba(15,23,42,.14)}@media(max-width:900px){.page-hero-with-media{grid-template-columns:1fr;gap:24px}.page-hero-media img{max-height:340px}}

/* Public appointment request V3.4 */
.appointment-request{border:1px solid var(--line);border-radius:16px;padding:18px;background:#fffaf5}.appointment-request legend{font-weight:800;padding:0 8px}.appointment-grid{margin-top:8px}.appointment-request .form-help{margin:4px 0 0;color:var(--muted);font-size:14px;line-height:1.6}


/* V3.6 multilingual long-form marketing content */
.audience-panel { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 26px; align-items: center; margin-top: 34px; padding: 24px 26px; border: 1px solid #fed7aa; border-radius: 20px; background: #fff7ed; }
.audience-panel h2 { margin: 0 0 6px; color: #9a3412; font-size: 23px; }
.audience-panel p { margin: 0; color: #7c2d12; }
.audience-tags, .recommended-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.audience-tags span, .recommended-tags span { padding: 8px 11px; border: 1px solid #fed7aa; border-radius: 999px; background: #fff; color: #7c2d12; font-size: 12px; font-weight: 760; }

.custom-feature-heading, .plan-details-heading { max-width: 900px; margin: 72px auto 25px; text-align: center; }
.custom-feature-heading h2, .plan-details-heading h2 { margin: 12px 0 8px; font-size: clamp(31px, 4vw, 46px); line-height: 1.15; }
.custom-feature-heading p, .plan-details-heading p { margin: 0; color: var(--muted); }
.custom-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.custom-feature-card { position: relative; padding: 29px; border: 1px solid #fed7aa; border-radius: 21px; background: linear-gradient(180deg,#fff 0,#fffaf5 100%); box-shadow: var(--shadow-soft); }
.custom-feature-code { display: inline-flex; min-width: 48px; min-height: 34px; align-items: center; justify-content: center; padding: 6px 9px; border-radius: 10px; background: var(--orange); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.custom-feature-card h3 { margin: 17px 0 8px; font-size: 24px; }
.custom-feature-card > p { margin: 0; color: var(--muted); }
.payment-boundary-card { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; margin-top: 22px; padding: 24px 26px; border: 1px solid #bfdbfe; border-radius: 18px; background: #eff6ff; }
.payment-boundary-card > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: #1d4ed8; color: #fff; font-size: 22px; font-weight: 900; }
.payment-boundary-card h2 { margin: 0 0 5px; color: #1e3a8a; font-size: 22px; }
.payment-boundary-card p { margin: 0; color: #1e40af; }

.plan-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.plan-detail-card { padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); }
.plan-detail-card.featured { border-color: #fb923c; background: #fffaf5; }
.plan-detail-card h3 { margin: 0 0 7px; font-size: 25px; }
.plan-detail-card > p { min-height: 62px; margin: 0; color: var(--muted); }
.plan-detail-card h4 { margin: 22px 0 9px; color: #334155; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.plan-detail-card .check-list { margin-bottom: 0; }
.recommended-tags span { border-color: #e2e8f0; color: #475569; background: #f8fafc; }
.pricing-payment-notice { grid-column: 1 / -1; margin-top: 8px; padding: 20px 22px; border: 1px solid rgba(251,146,60,.45); border-radius: 16px; background: rgba(124,45,18,.22); }
.pricing-payment-notice strong { color: #fdba74; font-size: 16px; }
.pricing-payment-notice p { margin: 5px 0 0; color: #ffedd5; }

@media (max-width: 980px) {
    .custom-feature-grid, .plan-detail-grid { grid-template-columns: 1fr; }
    .plan-detail-card > p { min-height: 0; }
}
@media (max-width: 760px) {
    .audience-panel { grid-template-columns: 1fr; padding: 20px; }
    .custom-feature-heading, .plan-details-heading { margin-top: 52px; text-align: left; }
    .payment-boundary-card { grid-template-columns: 1fr; padding: 20px; }
}
