@font-face{font-family:"Noto Sans Myanmar";src:url("/assets/fonts/NotoSansMyanmar-Regular.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Noto Sans Myanmar";src:url("/assets/fonts/NotoSansMyanmar-SemiBold.ttf") format("truetype");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:"Noto Sans Myanmar";src:url("/assets/fonts/NotoSansMyanmar-Bold.ttf") format("truetype");font-style:normal;font-weight:700;font-display:swap}
:root{--orange:#F97316;--orange-deep:#EA580C;--orange-soft:#FFF1E6;--navy:#172033;--cream:#F7F1E8;--surface:#FFFDF8;--border:#E7DED2;--muted:#667085;--white:#fff;--shadow:0 18px 45px rgba(23,32,51,.09)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--cream)}
body{margin:0;color:var(--navy);background:var(--cream);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55;text-rendering:optimizeLegibility}
html[lang="my"] body{font-family:"Noto Sans Myanmar","Myanmar Text",sans-serif;line-height:1.72}
img{max-width:100%}a{color:inherit}
.skip-link{position:fixed;left:16px;top:-80px;z-index:100;padding:10px 14px;border-radius:10px;background:var(--navy);color:#fff;font-weight:700}
.skip-link:focus{top:12px}
.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(231,222,210,.9);background:rgba(255,253,248,.94);backdrop-filter:blur(14px)}
.header-inner{width:min(1160px,calc(100% - 40px));min-height:68px;margin:auto;display:flex;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:1.05rem;font-weight:800;letter-spacing:-.02em}
.brand img{width:38px;height:38px;object-fit:contain;border-radius:11px;background:#fff;box-shadow:0 5px 15px rgba(23,32,51,.08)}
.nav-links{display:flex;align-items:center;gap:24px;margin-left:auto}
.nav-links a,.footer-links a{text-decoration:none;color:var(--muted);font-size:.9rem;font-weight:700}
.nav-links a:hover,.nav-links a:focus-visible,.footer-links a:hover,.footer-links a:focus-visible{color:var(--orange)}
.language-switcher{display:inline-flex;gap:3px;padding:3px;border:1px solid var(--border);border-radius:12px;background:#fff}
.language-switcher button{min-height:34px;padding:5px 10px;border:0;border-radius:8px;background:transparent;color:var(--muted);font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}
.language-switcher button[aria-pressed="true"]{background:var(--orange);color:#fff}
button:focus-visible,a:focus-visible{outline:3px solid rgba(249,115,22,.35);outline-offset:3px}
.hero-section{border-bottom:1px solid var(--border);background:radial-gradient(circle at 78% 23%,rgba(249,115,22,.13),transparent 31%),linear-gradient(180deg,var(--surface),var(--cream))}
.hero-layout{width:min(1160px,calc(100% - 40px));margin:auto;padding:48px 0 42px;display:grid;grid-template-columns:minmax(0,1.16fr) minmax(280px,.84fr);grid-template-areas:"copy phone" "features phone";gap:24px 54px;align-items:center}
.hero-copy{grid-area:copy;max-width:650px}
.hero-brand{display:inline-flex;align-items:center;gap:9px;margin-bottom:12px;color:var(--orange-deep);font-size:.72rem;font-weight:900;letter-spacing:.13em}
.hero-brand img{width:38px;height:38px;object-fit:contain;border-radius:12px;background:#fff}
h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.03em}
h1{margin-bottom:7px;font-size:clamp(3rem,5vw,4.7rem);font-weight:900}
.tagline{margin-bottom:16px;color:var(--orange-deep);font-size:clamp(1.12rem,2vw,1.4rem);font-weight:800}
.hero-intro{max-width:640px;margin-bottom:20px;color:var(--muted);font-size:1.02rem}
html[lang="my"] h1,html[lang="my"] h2,html[lang="my"] h3{line-height:1.42;letter-spacing:0}
html[lang="my"] .hero-intro{line-height:1.85}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 17px;border:1px solid transparent;border-radius:11px;text-decoration:none;font-size:.9rem;font-weight:800;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}
.button:hover{transform:translateY(-1px)}
.button-primary{background:var(--orange);color:#fff;box-shadow:0 10px 24px rgba(249,115,22,.24)}
.button-primary:hover{background:var(--orange-deep)}
.button-secondary{border-color:var(--border);background:#fff;color:var(--navy)}
.button-secondary:hover{border-color:#f5b88e;background:var(--orange-soft)}
.ios-note{margin:8px 0 0;color:var(--muted);font-size:.76rem}
.phone-stage{grid-area:phone;position:relative;display:grid;place-items:center;align-self:stretch;min-height:540px}
.phone-glow{position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(249,115,22,.13);filter:blur(2px)}
.phone{position:relative;width:min(292px,82%);margin:0;padding:10px;border:7px solid var(--navy);border-radius:38px;background:var(--navy);box-shadow:0 28px 65px rgba(23,32,51,.22);transform:rotate(1deg)}
.phone-top{position:absolute;z-index:2;top:7px;left:50%;width:34%;height:17px;transform:translateX(-50%);border-radius:0 0 12px 12px;background:var(--navy)}
.phone-top span{display:block;width:38%;height:4px;margin:3px auto;border-radius:99px;background:#3c465a}
.phone-screen{overflow:hidden;aspect-ratio:860/1900;border-radius:26px;background:#fff}
.phone-screen img{display:block;width:100%;height:100%;object-fit:contain}
.feature-grid{grid-area:features;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.feature-card{display:flex;align-items:flex-start;gap:10px;min-height:126px;padding:15px;border:1px solid var(--border);border-radius:15px;background:rgba(255,253,248,.9);box-shadow:0 8px 20px rgba(23,32,51,.04)}
.feature-icon{flex:0 0 30px;display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--orange-soft);color:var(--orange-deep);font-size:1rem;font-weight:900}
.feature-card h2{margin-bottom:6px;font-size:.94rem;font-weight:850}
.feature-card p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.5}
.combined-section{width:min(1160px,calc(100% - 40px));margin:auto;padding:52px 0 58px;scroll-margin-top:82px}
.section-intro{margin-bottom:18px}
.eyebrow{margin-bottom:7px;color:var(--orange-deep);font-size:.7rem;font-weight:900;letter-spacing:.13em}
.section-intro h2,.panel-heading h2{margin-bottom:0;font-size:clamp(1.45rem,2.5vw,2.05rem);font-weight:880}
.knowledge-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:16px;align-items:start}
.info-panel{border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}
.how-panel{padding:22px}
.steps{display:grid;gap:0;margin:0;padding:0;list-style:none}
.steps li{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:13px 0;border-bottom:1px solid var(--border)}
.steps li:first-child{padding-top:0}.steps li:last-child{border-bottom:0}
.step-number{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--orange-soft);color:var(--orange-deep);font-size:.72rem;font-weight:900}
.steps h3{margin-bottom:4px;font-size:1rem}.steps p{margin:0;color:var(--muted);font-size:.86rem}
.marketplace-summary{margin-top:16px;padding:16px;border-radius:15px;background:var(--navy);color:#fff}
.marketplace-summary>p{margin-bottom:5px;color:#ffd8bd;font-size:.82rem;font-weight:700}
.marketplace-modes{font-size:1rem;font-weight:850}
.transport-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.transport-row span{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);font-size:.78rem;font-weight:800}
.transport-row b{color:#ffad73;font-size:1.15rem}
.safety-panel{padding:22px;scroll-margin-top:82px}
.panel-heading>p:not(.eyebrow){margin:9px 0 16px;color:var(--muted);font-size:.86rem}
.trust-list{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0;padding:0;list-style:none}
.trust-list li{display:flex;align-items:flex-start;gap:8px;padding:9px 10px;border:1px solid var(--border);border-radius:11px;background:#fff;font-size:.76rem;font-weight:700;line-height:1.42}
.trust-list li>span:first-child{flex:0 0 23px;display:grid;place-items:center;width:23px;height:23px;border-radius:7px;background:var(--orange-soft);color:var(--orange-deep);font-weight:900}
.trust-list li:last-child{grid-column:1/-1}
.platform-statement{margin:15px 0 8px;padding:12px 13px;border-left:4px solid var(--orange);border-radius:9px;background:var(--orange-soft);font-size:.9rem;font-weight:900}
.safety-footnote{margin:0;color:var(--muted);font-size:.72rem;line-height:1.55}
footer{border-top:1px solid var(--border);background:var(--surface)}
.footer-inner{width:min(1160px,calc(100% - 40px));margin:auto;padding:25px 0 15px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:38px;height:38px;object-fit:contain}.footer-brand strong{font-size:.95rem}.footer-brand p{margin:2px 0 0;color:var(--muted);font-size:.75rem}
.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px}
.copyright{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:0 0 22px;color:var(--muted);font-size:.72rem}

/* Burmese uses its own type rhythm instead of inheriting English card metrics. */
html[lang="my"] .nav-links a,
html[lang="my"] .footer-links a{font-size:.9rem;font-weight:600;line-height:1.7}
html[lang="my"] .language-switcher button{font-size:.8rem;font-weight:600;line-height:1.55}
html[lang="my"] .hero-intro{max-width:620px;margin-bottom:22px;font-size:1.05rem;font-weight:400;line-height:1.8}
html[lang="my"] .button{font-size:.92rem;font-weight:600;line-height:1.65}
html[lang="my"] .ios-note{margin-top:9px;font-size:.86rem;font-weight:400;line-height:1.7}
html[lang="my"] .feature-card{min-height:0;padding:14px}
html[lang="my"] .feature-card h2{margin-bottom:5px;font-size:1.12rem;font-weight:600;line-height:1.55}
html[lang="my"] .feature-card p{font-size:.94rem;font-weight:400;line-height:1.72}
html[lang="my"] .section-intro{max-width:900px;margin-bottom:20px}
html[lang="my"] .section-intro h2{font-size:2.125rem;font-weight:600;line-height:1.5}
html[lang="my"] .eyebrow{font-weight:600;line-height:1.7;letter-spacing:.06em}
html[lang="my"] .steps li{grid-template-columns:42px minmax(0,1fr);gap:13px;padding:14px 0}
html[lang="my"] .steps h3{margin-bottom:4px;font-size:1.1rem;font-weight:600;line-height:1.6}
html[lang="my"] .steps p{font-size:.96rem;font-weight:400;line-height:1.75}
html[lang="my"] .marketplace-summary>p{font-size:.92rem;font-weight:400;line-height:1.7}
html[lang="my"] .marketplace-modes{font-size:1.02rem;font-weight:600;line-height:1.65}
html[lang="my"] .panel-heading h2{font-size:1.94rem;font-weight:600;line-height:1.5}
html[lang="my"] .panel-heading>p:not(.eyebrow){margin:10px 0 17px;font-size:.96rem;font-weight:400;line-height:1.75}
html[lang="my"] .trust-list{grid-template-columns:1fr 1fr;gap:0 14px}
html[lang="my"] .trust-list li{gap:10px;padding:10px 4px;border:0;border-bottom:1px solid var(--border);border-radius:0;background:transparent;font-size:.92rem;font-weight:400;line-height:1.72}
html[lang="my"] .trust-list li:nth-child(n+3){grid-column:1/-1}
html[lang="my"] .trust-list li>span:first-child{flex-basis:25px;width:25px;height:25px;font-weight:600}
html[lang="my"] .platform-statement{margin:16px 0 9px;padding:13px 14px;font-size:.98rem;font-weight:600;line-height:1.72}
html[lang="my"] .safety-footnote{font-size:.86rem;font-weight:400;line-height:1.75}
html[lang="my"] .footer-brand p{font-size:.82rem;font-weight:400;line-height:1.65}

@media(min-width:901px){
  html[lang="my"] .hero-layout{grid-template-columns:minmax(0,1.28fr) minmax(300px,.72fr);gap:22px 44px}
  html[lang="my"] .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  html[lang="my"] .feature-card:last-child{grid-column:1/-1}
  html[lang="my"] .knowledge-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){.hero-layout{gap:22px 30px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:0}.knowledge-grid{grid-template-columns:1fr}.phone-stage{min-height:500px}}
@media(max-width:700px){.header-inner{width:min(100% - 28px,1160px);min-height:62px;gap:12px}.nav-links{display:none}.brand{margin-right:auto}.brand img{width:34px;height:34px}.hero-layout{width:min(100% - 32px,1160px);padding:32px 0 36px;grid-template-columns:1fr;grid-template-areas:"copy" "phone" "features";gap:24px}.hero-copy{text-align:left}h1{font-size:clamp(2.65rem,14vw,4rem)}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.phone-stage{min-height:0}.phone{width:min(258px,78vw);border-width:6px;border-radius:34px;transform:none}.phone-glow{width:280px;height:280px}.feature-grid{gap:8px}.feature-card{padding:13px}.combined-section{width:min(100% - 32px,1160px);padding:40px 0 46px}.info-panel{border-radius:17px}.how-panel,.safety-panel{padding:18px}.trust-list{grid-template-columns:1fr}.trust-list li:last-child{grid-column:auto}.footer-inner{width:min(100% - 32px,1160px);align-items:flex-start;flex-direction:column}.footer-links{justify-content:flex-start}.copyright{width:min(100% - 32px,1160px)}}
@media(max-width:380px){.header-inner{width:calc(100% - 20px)}.brand span{font-size:.95rem}.language-switcher button{padding:5px 7px}.hero-layout,.combined-section,.footer-inner,.copyright{width:calc(100% - 24px)}.hero-actions{grid-template-columns:1fr}.button{width:100%}.phone{width:min(246px,84vw)}.feature-card h2{font-size:.9rem}.transport-row span{padding:6px 9px}.footer-links{gap:12px}}
@media(max-width:700px){
  html[lang="my"] .hero-intro{font-size:1rem;line-height:1.8}
  html[lang="my"] .hero-actions{grid-template-columns:1fr}
  html[lang="my"] .feature-card{padding:14px}
  html[lang="my"] .feature-card h2{font-size:1.08rem}
  html[lang="my"] .feature-card p{font-size:.93rem}
  html[lang="my"] .section-intro h2{font-size:1.78rem;line-height:1.55}
  html[lang="my"] .steps h3{font-size:1.06rem}
  html[lang="my"] .steps p{font-size:.94rem}
  html[lang="my"] .panel-heading h2{font-size:1.7rem;line-height:1.55}
  html[lang="my"] .panel-heading>p:not(.eyebrow){font-size:.94rem}
  html[lang="my"] .trust-list{grid-template-columns:1fr}
  html[lang="my"] .trust-list li,
  html[lang="my"] .trust-list li:nth-child(n+3){grid-column:auto}
  html[lang="my"] .platform-statement{font-size:.94rem}
}
@media(max-width:380px){
  html[lang="my"] .section-intro h2{font-size:1.68rem}
  html[lang="my"] .panel-heading h2{font-size:1.62rem}
  html[lang="my"] .feature-card h2{font-size:1.04rem}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* Download page reuses the shared shell while keeping its layout scoped. */
.download-page .download-main{width:min(920px,calc(100% - 40px));margin:auto;padding:48px 0 56px}
.download-page .download-card,.download-page .install-section{min-width:0;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}
.download-page .download-card{padding:38px;text-align:center}
.download-page .download-icon{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 15px;border-radius:16px;background:var(--orange-soft);color:var(--orange-deep);font-size:1.7rem;font-weight:900}
.download-page #download-title{max-width:760px;margin:0 auto 12px;font-size:clamp(2.25rem,5vw,3.65rem);overflow-wrap:anywhere}
.download-page .download-card>p:not(.eyebrow){max-width:680px;margin-right:auto;margin-left:auto;color:var(--muted)}
.download-page #download-button{max-width:100%;margin-top:5px;white-space:normal;text-align:center}
.download-page .microcopy{margin-top:12px;font-size:.78rem}
.download-page .download-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 12px;margin:22px 0 18px}
.download-page .download-trust span{display:inline-flex;align-items:center;min-height:34px;padding:6px 11px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--navy);font-size:.78rem;font-weight:800}
.download-page .download-note{margin-bottom:0;padding:14px 16px;border-radius:12px;background:var(--orange-soft);font-size:.82rem;line-height:1.6}
.download-page .install-section{margin-top:18px;padding:30px}
.download-page .install-section>h2{margin-bottom:20px;font-size:clamp(1.55rem,3vw,2.1rem)}
.download-page .install-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;counter-reset:install-step}
.download-page .install-steps li{counter-increment:install-step;display:flex;min-width:0;flex-direction:column;gap:8px;padding:17px;border:1px solid var(--border);border-radius:14px;background:#fff}
.download-page .install-steps li::before{content:counter(install-step);display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--orange-soft);color:var(--orange-deep);font-size:.78rem;font-weight:900}
.download-page .install-steps strong{font-size:.94rem;line-height:1.35}
.download-page .install-steps span{color:var(--muted);font-size:.82rem;line-height:1.55}
.download-page .web-option{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:16px;border-radius:14px;background:var(--navy);color:#fff}
.download-page .web-option strong{min-width:0;font-size:.86rem;line-height:1.5}
.download-page .web-option a{flex:0 0 auto;color:#ffad73;font-size:.84rem;font-weight:800;text-decoration:none}
.download-page .footer-brand{max-width:600px}
.download-page .footer-brand p{max-width:520px}
html[lang="my"] .download-page #download-title{line-height:1.45}
html[lang="my"] .download-page .download-trust span,html[lang="my"] .download-page .install-steps strong{font-weight:600}
html[lang="my"] .download-page .install-steps span,html[lang="my"] .download-page .download-note,html[lang="my"] .download-page .web-option strong{line-height:1.75}

@media(max-width:700px){
  .download-page .header-inner{min-height:0;flex-wrap:wrap;padding:9px 0 10px}
  .download-page .nav-links{order:3;display:flex;width:100%;gap:8px;margin:0}
  .download-page .nav-links a{display:flex;min-width:0;align-items:center;justify-content:center;min-height:38px;padding:7px 10px;border:1px solid var(--border);border-radius:10px;background:#fff;text-align:center;line-height:1.3}
  .download-page .nav-links a:first-child{flex:0 0 auto}
  .download-page .nav-links .nav-app{flex:1}
  .download-page .download-main{width:min(100% - 28px,920px);padding:28px 0 38px}
  .download-page .download-card{padding:27px 18px}
  .download-page #download-title{font-size:clamp(1.75rem,9vw,2.35rem);line-height:1.16}
  .download-page .download-trust{align-items:stretch;gap:8px}
  .download-page .download-trust span{flex:1 1 145px;justify-content:center;border-radius:11px;text-align:center}
  .download-page .install-section{padding:24px 18px}
  .download-page .install-steps{grid-template-columns:1fr;gap:9px}
  .download-page .install-steps li{gap:7px;padding:15px}
  .download-page .web-option{align-items:flex-start;flex-direction:column;gap:10px}
  .download-page .web-option a{white-space:normal}
}
@media(max-width:380px){
  .download-page .brand{margin-right:auto}
  .download-page .language-switcher button{padding:5px 6px;font-size:.74rem}
  .download-page .download-main{width:calc(100% - 20px)}
  .download-page .download-card{padding:24px 14px}
  .download-page #download-title{font-size:1.78rem}
  .download-page .download-trust span{flex-basis:100%}
  .download-page .install-section{padding:22px 14px}
}
