/* MyPOS Uganda public site */
:root {
  --ink: #13252d;
  --ink-soft: #27414a;
  --muted: #60757d;
  --paper: #f4f7f4;
  --surface: #ffffff;
  --surface-2: #eaf2ef;
  --line: #d6e2de;
  --coral: #e45c36;
  --coral-dark: #b94526;
  --green: #14836c;
  --green-dark: #0b5d4c;
  --yellow: #f2bd57;
  --shadow: 0 16px 42px rgba(19, 37, 45, .12);
  --max: 1180px;
}
html[data-theme="dark"] {
  --ink: #edf7f3;
  --ink-soft: #d1e2dc;
  --muted: #9db2b3;
  --paper: #0f181d;
  --surface: #17262d;
  --surface-2: #1e3439;
  --line: #314b51;
  --coral: #ef774e;
  --coral-dark: #ff926a;
  --green: #38b99a;
  --green-dark: #86e1c7;
  --yellow: #f6c96c;
  --shadow: 0 18px 48px rgba(0, 0, 0, .28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.5; }
body, a, button, .solution-panel, .download-panel, .site-header, .signal-row, .site-footer, .faq-list details { transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.section-wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; letter-spacing: 0; }
.brand img { width: 36px; height: 36px; object-fit: contain; border-radius: 9px; }
.brand strong { font-weight: 900; }
.site-nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 13px; font-weight: 800; }
.site-nav a:not(.nav-cta):hover, .footer-column a:hover, .text-link:hover { color: var(--coral); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 6px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.nav-cta { padding: 10px 14px; color: #fff; background: var(--coral); }
.nav-cta:hover, .button-primary:hover { background: var(--coral-dark); transform: translateY(-2px); }
.menu-toggle { display: none; align-items: center; gap: 5px; padding: 9px 10px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 6px; cursor: pointer; }
.menu-toggle span { width: 15px; height: 2px; background: currentColor; }
.menu-toggle b { margin-left: 4px; font-size: 11px; }
.theme-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 34px; padding: 0 10px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 6px; font-size: 12px; font-weight: 900; cursor: pointer; }
.site-theme-toggle { margin-left: 0; }
.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 52px; min-height: 650px; padding-top: 76px; padding-bottom: 86px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-mark { width: 8px; height: 8px; background: var(--yellow); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin-bottom: 22px; font-size: 68px; line-height: .98; letter-spacing: 0; }
h1 em { color: var(--coral); font-style: normal; }
h2 { margin-bottom: 14px; font-size: 48px; line-height: 1.04; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 24px; line-height: 1.15; }
.hero-text { max-width: 540px; margin-bottom: 30px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.button { min-height: 46px; padding: 0 18px; font-size: 13px; }
.button-primary { color: #fff; background: var(--coral); }
.button-quiet { color: var(--ink); background: var(--surface); border: 1px solid var(--line); }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: var(--surface-2); transform: translateY(-2px); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 12px; font-weight: 800; }
.hero-meta > span { display: inline-flex; align-items: center; gap: 8px; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px color-mix(in srgb, var(--green) 18%, transparent); }
.hero-stage { position: relative; min-height: 500px; padding: 24px 20px 34px; background: var(--surface-2); border: 1px solid var(--line); overflow: hidden; }
.hero-stage::after { content: ""; position: absolute; right: -110px; bottom: -120px; width: 300px; height: 300px; border: 42px solid color-mix(in srgb, var(--green) 14%, transparent); border-radius: 50%; }
.stage-label, .window-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.stage-label { position: relative; z-index: 1; margin-bottom: 20px; color: var(--green); }
.stage-pulse { color: var(--coral); letter-spacing: 0; text-transform: none; }
.stage-window { position: absolute; background: var(--surface); border: 8px solid var(--ink); box-shadow: var(--shadow); overflow: hidden; }
.stage-window-main { top: 66px; left: 8%; width: 78%; transform: rotate(2deg); }
.stage-window-small { right: 2%; bottom: 30px; width: 47%; transform: rotate(-5deg); }
.window-bar { height: 26px; padding: 0 9px; color: var(--muted); background: var(--surface); letter-spacing: 0; text-transform: none; }
.window-dots { display: inline-flex; gap: 4px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
.window-dots i:nth-child(2) { background: var(--yellow); }
.window-dots i:nth-child(3) { background: var(--green); }
.stage-window img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top center; }
.stage-tag { position: absolute; z-index: 2; display: grid; gap: 2px; min-width: 110px; padding: 10px 12px; color: var(--ink); background: var(--surface); border-left: 4px solid var(--coral); box-shadow: var(--shadow); font-size: 10px; }
.stage-tag b { color: var(--coral); font-size: 12px; }
.stage-tag span { color: var(--muted); font-weight: 700; }
.tag-sales { left: 0; bottom: 92px; }
.tag-stock { right: 0; top: 94px; border-left-color: var(--green); }
.signal-row { border-block: 1px solid var(--line); background: var(--surface); }
.signal-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-inner > div { min-height: 106px; padding: 25px 20px; border-right: 1px solid var(--line); }
.signal-inner > div:first-child { padding-left: 0; }
.signal-inner > div:last-child { border-right: 0; }
.signal-inner strong, .signal-inner span { display: block; }
.signal-inner strong { margin-bottom: 6px; font-size: 13px; }
.signal-inner span { color: var(--muted); font-size: 11px; }
.section-block { padding-top: 106px; padding-bottom: 108px; }
.section-heading { max-width: 700px; margin-bottom: 34px; }
.section-heading > p:last-child { color: var(--muted); font-size: 16px; }
.solution-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.solution-panel { min-height: 460px; padding: 30px; background: var(--surface); border-top: 5px solid var(--coral); box-shadow: var(--shadow); }
.solution-restaurant { border-top-color: var(--green); }
.panel-top { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--muted); font-size: 11px; font-weight: 800; }
.panel-top b { color: var(--line); font-size: 30px; }
.panel-icon img { width: 38px; height: 38px; object-fit: contain; border-radius: 9px; }
.product-preview { height: 144px; margin: 0 -30px 24px; overflow: hidden; border-block: 1px solid var(--line); background: var(--surface-2); }
.product-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.solution-panel > p { color: var(--muted); }
.feature-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 22px 0 24px; }
.feature-list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.feature-list li { position: relative; padding-left: 17px; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; background: var(--coral); border-radius: 50%; }
.solution-restaurant .feature-list li::before { background: var(--green); }
.text-link { display: inline-flex; gap: 9px; color: var(--coral); font-size: 13px; font-weight: 900; }
.feature-showcase { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 70px; padding-top: 102px; padding-bottom: 120px; }
.showcase-copy > p:not(.eyebrow) { color: var(--muted); }
.showcase-list { display: grid; gap: 18px; margin-top: 32px; }
.showcase-list > div { display: grid; grid-template-columns: 35px 1fr; gap: 10px; align-items: start; }
.showcase-list > div > span { color: var(--coral); font-weight: 900; }
.showcase-list p { margin: 0; }
.showcase-list strong, .showcase-list small { display: block; }
.showcase-list small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.showcase-visual { position: relative; min-height: 480px; }
.showcase-image { position: absolute; width: 75%; background: var(--surface); border: 8px solid var(--ink); box-shadow: var(--shadow); }
.showcase-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top center; }
.showcase-image span { display: block; padding: 9px 11px; color: var(--muted); font-size: 11px; font-weight: 900; }
.showcase-image-back { top: 38px; left: 0; transform: rotate(-4deg); }
.showcase-image-front { right: 0; bottom: 30px; transform: rotate(4deg); }
.showcase-stamp { position: absolute; right: 3%; top: 0; display: grid; place-items: center; width: 105px; height: 105px; padding: 12px; color: var(--ink); background: var(--yellow); border-radius: 50%; text-align: center; box-shadow: var(--shadow); }
.showcase-stamp b { font-size: 23px; }
.showcase-stamp span { font-size: 10px; font-weight: 900; }
.restaurant-flow { color: #f2f8f5; background: #112a2b; }
.restaurant-flow .section-heading > p:last-child { color: #b7d0c7; }
.restaurant-flow .eyebrow { color: var(--yellow); }
.flow-track { display: grid; grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr; align-items: center; gap: 10px; }
.flow-step { min-height: 190px; padding: 20px; background: #193b3b; border: 1px solid #2f5d56; }
.flow-step > span { color: var(--yellow); font-size: 11px; font-weight: 900; }
.flow-icon { display: grid; place-items: center; width: 42px; height: 42px; margin: 16px 0; color: #112a2b; background: var(--yellow); border-radius: 50%; font-weight: 900; }
.flow-step h3 { font-size: 17px; }
.flow-step p { margin: 0; color: #b7d0c7; font-size: 12px; }
.flow-line { height: 1px; background: var(--coral); }
.flow-screens { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.flow-screens figure { margin: 0; padding: 8px; background: #193b3b; border: 1px solid #2f5d56; }
.flow-screens img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top center; }
.flow-screens figcaption { padding: 8px 3px 2px; color: #b7d0c7; font-size: 11px; font-weight: 800; }
.office-section { padding-top: 105px; padding-bottom: 108px; }
.office-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: start; }
.office-preview { background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.office-preview img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top center; }
.preview-caption { display: flex; justify-content: space-between; gap: 12px; padding: 13px 16px; color: var(--muted); font-size: 11px; font-weight: 800; }
.preview-caption b { color: var(--green); }
.office-list { display: grid; border-top: 1px solid var(--line); }
.office-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 8px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.office-list > div > span { color: var(--coral); font-weight: 900; }
.office-list strong, .office-list p { grid-column: 2; }
.office-list strong { font-size: 14px; }
.office-list p { margin: 0; color: var(--muted); font-size: 12px; }
.office-action { display: flex; align-items: center; gap: 16px; margin-top: 28px; color: var(--muted); font-size: 12px; font-weight: 700; }
.numbers-band { color: #fff; background: var(--coral); }
.number-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.number-grid > div { min-height: 125px; padding: 27px 20px; border-right: 1px solid rgba(255,255,255,.25); }
.number-grid > div:first-child { padding-left: 0; }
.number-grid > div:last-child { border-right: 0; }
.number-grid strong, .number-grid span { display: block; }
.number-grid strong { margin-bottom: 4px; font-size: 31px; }
.number-grid span { color: rgba(255,255,255,.82); font-size: 11px; font-weight: 800; }
.capabilities { padding-top: 92px; padding-bottom: 96px; background: var(--surface-2); }
.capability-layout { display: grid; grid-template-columns: minmax(190px, .34fr) minmax(0, 1fr); gap: 34px; margin-top: 38px; }
.capability-nav { display: grid; align-content: start; border-top: 1px solid var(--line); }
.capability-tab { width: 100%; padding: 16px 14px; border: 0; border-bottom: 1px solid var(--line); color: var(--muted); background: transparent; text-align: left; font: inherit; font-size: 13px; font-weight: 900; cursor: pointer; transition: color .2s ease, background-color .2s ease, padding-left .2s ease; }
.capability-tab:hover, .capability-tab.is-active { padding-left: 22px; color: var(--ink); background: var(--surface); }
.capability-tab.is-active { box-shadow: inset 4px 0 0 var(--coral); }
.capability-stage { min-height: 430px; }
.capability-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr); align-items: center; gap: 36px; min-height: 430px; padding: 32px; border-top: 4px solid var(--coral); background: var(--surface); box-shadow: var(--shadow); }
.capability-panel[hidden] { display: none; }
.capability-panel img { width: 100%; height: 300px; object-fit: cover; border: 1px solid var(--line); }
.capability-panel h3 { max-width: 460px; margin-bottom: 12px; font-size: clamp(24px, 3vw, 40px); line-height: 1.06; }
.capability-panel p:not(.capability-kicker) { max-width: 470px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.capability-kicker { margin-bottom: 10px; color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.capability-panel .feature-list { margin-top: 22px; }
.download-section { padding-top: 102px; padding-bottom: 104px; }
.download-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.download-panel { padding: 28px; background: var(--surface); border: 1px solid var(--line); border-top: 5px solid var(--coral); box-shadow: var(--shadow); }
.download-restaurant { border-top-color: var(--green); }
.download-panel-top { display: flex; align-items: center; gap: 13px; }
.download-panel-top img { width: 48px; height: 48px; object-fit: contain; border-radius: 11px; }
.download-label { margin: 0 0 3px; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.download-panel h3 { margin-bottom: 8px; }
.download-panel > p { min-height: 48px; color: var(--muted); font-size: 13px; }
.download-note { margin-top: 18px; padding: 15px 18px; color: var(--muted); background: var(--surface-2); border-left: 4px solid var(--yellow); font-size: 12px; }
.download-note a { color: var(--coral); font-weight: 900; }
.faq-section { background: var(--surface-2); }
.faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 17px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--ink); font-size: 14px; font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font-size: 20px; font-weight: 500; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 620px; margin: 12px 20px 0 0; color: var(--muted); font-size: 13px; }
.cta-band { color: #fff; background: var(--green-dark); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 60px; padding-bottom: 60px; }
.cta-inner h2 { margin: 0; }
.cta-inner .eyebrow { color: var(--yellow); }
.site-footer { color: #d8ebe4; background: #0e2024; }
.footer-main { display: grid; grid-template-columns: 1.35fr .65fr 1fr .8fr; gap: 45px; padding-top: 56px; padding-bottom: 45px; }
.brand-footer { color: #fff; }
.footer-brand > p { max-width: 290px; margin: 16px 0; color: #9fc0b6; font-size: 12px; }
.footer-social { display: flex; gap: 7px; }
.footer-social a { display: grid; place-items: center; width: 30px; height: 30px; color: #0e2024; background: var(--yellow); border-radius: 50%; font-weight: 900; }
.footer-column { display: grid; align-content: start; gap: 9px; font-size: 12px; }
.footer-column h3 { margin-bottom: 6px; color: #fff; font-size: 13px; }
.footer-column a, .footer-column span { color: #9fc0b6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; padding-bottom: 17px; border-top: 1px solid rgba(216,235,228,.18); color: #9fc0b6; font-size: 11px; }
.footer-bottom strong { color: #fff; }
[data-reveal] { opacity: 1; transform: none; }
.js-reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.js-reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 1000px) {
  .site-header { padding-inline: 24px; }
  .site-nav { gap: 14px; }
  .hero, .feature-showcase { gap: 32px; }
  h1 { font-size: 56px; }
  h2 { font-size: 40px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .section-wrap { width: min(calc(100% - 32px), var(--max)); }
  .site-header { min-height: 64px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 64px; left: 16px; right: 16px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px; }
  .site-nav .nav-cta { text-align: center; }
  .hero, .feature-showcase, .office-layout, .faq-wrap, .capability-layout, .capability-panel { grid-template-columns: 1fr; }
  .hero { min-height: 0; padding-top: 54px; padding-bottom: 64px; }
  h1 { font-size: 48px; }
  h2 { font-size: 36px; }
  .hero-stage { min-height: 430px; }
  .signal-inner, .number-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-inner > div:nth-child(2) { border-right: 0; }
  .signal-inner > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .solution-grid, .download-grid, .flow-screens { grid-template-columns: 1fr; }
  .capability-panel { padding: 24px; min-height: 0; }
  .capability-stage { min-height: 0; }
  .capability-panel img { height: 230px; }
  .feature-showcase { padding-top: 70px; padding-bottom: 75px; }
  .showcase-visual { min-height: 400px; }
  .flow-track { grid-template-columns: 1fr; }
  .flow-line { width: 1px; height: 25px; margin-inline: auto; }
  .office-action, .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 460px) {
  .section-wrap { width: min(calc(100% - 24px), var(--max)); }
  .site-header { padding-inline: 12px; }
  .brand { font-size: 15px; }
  .hero { padding-top: 40px; }
  h1 { font-size: 39px; }
  h2 { font-size: 31px; }
  .feature-columns, .footer-main { grid-template-columns: 1fr; }
  .hero-stage { min-height: 360px; padding-inline: 8px; }
  .stage-window-main { left: 4%; width: 86%; }
  .stage-window-small { width: 58%; }
  .stage-tag { display: none; }
  .signal-inner, .number-grid { grid-template-columns: 1fr; }
  .signal-inner > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-inner > div:last-child { border-bottom: 0; }
  .number-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .number-grid > div:last-child { border-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
