@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;

  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:
    "intro intro"
    "modes modes"
    "transport cta";
  column-gap:18px;
  align-items:center;
}

.marketplace-summary>p{
  grid-area:intro;
  margin-bottom:5px;
  color:#ffd8bd;
  font-size:.82rem;
  font-weight:700;
}

.marketplace-modes{
  grid-area:modes;
  font-size:1rem;
  font-weight:850;
}

.transport-row{
  grid-area:transport;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  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;
}

.how-more-link{
  grid-area:cta;
  align-self:center;
  margin-top:12px;
  display:inline-flex;
  align-items:center;
  justify-self:end;
  color:var(--orange);
  font-size:.84rem;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}

.how-more-link:hover{
  color:#ffad73;
}

@media(max-width:700px){
  .marketplace-summary{
    display:block;
  }

  .how-more-link{
    display:inline-flex;
    max-width:100%;
    margin-top:12px;
    padding-top:10px;
    border-top:1px solid rgba(255,255,255,.16);
    white-space:normal;
  }
}
.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}
}

/* Public Burmese usage guide. */
.guide-page{
  --guide-ink:var(--navy);
  --guide-shadow:0 12px 28px rgba(23,32,51,.065);
  --guide-shadow-soft:0 5px 16px rgba(23,32,51,.045);
  --guide-card-shadow:0 4px 12px rgba(23,32,51,.035);
  --guide-final-shadow:0 10px 24px rgba(217,119,6,.12);
  --guide-focus-ring:rgba(249,115,22,.38);
  --guide-callout-border:#f3c6a7;
  --guide-cargo-surface:#edf0f5;
  --guide-safety-border:#f0bd98;
  --guide-safety-surface:#fffaf5;
  --guide-tool-surface:#fffdfb;
  --guide-safety-wash:rgba(255,247,232,.58);
  --guide-boundary-fade:rgba(255,247,232,0);
  --guide-surface-fade:rgba(255,253,248,0);
  --guide-section-gap:12px;
  overflow-x:hidden;
  overflow-wrap:anywhere;
}
.guide-page .header-inner{width:min(960px,calc(100% - 32px));min-height:62px;gap:12px}
.guide-page .brand{flex:0 0 auto;margin-right:auto;white-space:nowrap}
.guide-page .brand img{width:36px;height:36px}
.guide-page .brand span{white-space:nowrap}
.guide-page .guide-home-link{flex:0 0 auto;width:auto;min-height:42px;padding:8px 14px;white-space:nowrap}
.guide-page .guide-main{width:min(960px,calc(100% - 32px));margin:auto;padding:42px 0 64px}
.guide-page .guide-hero{padding:32px 34px 28px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--guide-shadow)}
.guide-page .guide-hero__copy{max-width:68ch}
.guide-page .guide-eyebrow{margin-bottom:7px;color:var(--orange-deep)}
.guide-page .guide-hero h1{margin-bottom:14px;color:var(--guide-ink);font-size:clamp(2.15rem,4.2vw,2.7rem);font-weight:700;line-height:1.48}
.guide-page .guide-hero__intro{max-width:66ch}
.guide-page .guide-hero__intro p{max-width:none;margin:0 0 16px;color:var(--guide-ink);font-size:1rem;line-height:1.98}
.guide-page .guide-platform-callout{display:flex;align-items:flex-start;gap:12px;margin-top:22px;padding:14px 16px;border:1px solid var(--guide-callout-border);border-left:4px solid var(--orange);border-radius:13px;background:var(--orange-soft)}
.guide-page .guide-callout-mark{flex:0 0 26px;display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:var(--orange);color:#fff;font-family:Arial,sans-serif;font-size:.86rem;font-weight:800;line-height:1}
.guide-page .guide-platform-note{margin:0;color:var(--guide-ink);font-size:.96rem;font-weight:600;line-height:1.82}
.guide-page .guide-groups{display:grid;gap:42px;margin-top:46px}
.guide-page .guide-group{min-width:0;scroll-margin-top:82px}
.guide-page .guide-group-heading{display:flex;align-items:flex-start;gap:13px;margin:0 4px 14px;padding-bottom:12px;border-bottom:1px solid var(--border)}
.guide-page .guide-group-index{flex:0 0 34px;display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--navy);color:#fff;font-family:Arial,sans-serif;font-size:.72rem;font-weight:800;line-height:1}
.guide-page .guide-group-heading .eyebrow{margin:0 0 2px;color:var(--orange-deep)}
.guide-page .guide-group-heading h2{margin:0;color:var(--guide-ink);font-size:clamp(1.35rem,2.4vw,1.85rem);font-weight:700;line-height:1.5}
.guide-page .guide-section-list{display:grid;gap:var(--guide-section-gap)}
.guide-page .guide-section{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:var(--guide-shadow-soft)}
.guide-page .guide-section summary{display:flex;align-items:flex-start;justify-content:flex-start;gap:16px;min-height:56px;padding:16px 18px;cursor:pointer;color:var(--guide-ink);font-size:1.06rem;font-weight:700;line-height:1.65;list-style:none}
.guide-page .guide-section summary::-webkit-details-marker{display:none}
.guide-page .guide-section summary::after{content:"+";flex:0 0 auto;display:grid;place-items:center;width:28px;height:28px;margin-top:1px;margin-left:auto;border-radius:9px;background:var(--orange-soft);color:var(--orange-deep);font-family:Arial,sans-serif;font-size:1.12rem;font-weight:800;line-height:1}
.guide-page .guide-section[open] summary::after{content:"−"}
.guide-page .guide-section summary:focus-visible{outline:3px solid var(--guide-focus-ring);outline-offset:-4px;border-radius:14px}
.guide-page .guide-section[open] summary{border-bottom:1px solid var(--border)}
.guide-page .guide-content{padding:19px 20px 22px;color:var(--guide-ink)}
.guide-page .guide-content>p,.guide-page .guide-content>ol,.guide-page .guide-content>ul{max-width:76ch}
.guide-page .guide-content p{margin:0 0 14px;color:var(--guide-ink);font-size:.98rem;line-height:1.9}
.guide-page .guide-content p:last-child{margin-bottom:0}
.guide-page .guide-content ol,.guide-page .guide-content ul{margin:0;padding-left:1.45rem}
.guide-page .guide-content li{margin-bottom:11px;padding-left:.22rem;color:var(--guide-ink);font-size:.98rem;line-height:1.9}
.guide-page .guide-content li:last-child{margin-bottom:0}
.guide-page .guide-content li::marker{color:var(--orange-deep);font-weight:700}
.guide-page .guide-role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:none}
.guide-page .guide-role-card{min-width:0;padding:15px;border:1px solid var(--border);border-top:3px solid var(--orange);border-radius:13px;background:var(--surface);box-shadow:var(--guide-card-shadow)}
.guide-page .guide-role-card--carrier{border-top-color:var(--blue)}
.guide-page .guide-role-card--cargo{border-top-color:var(--navy)}
.guide-page .guide-role-card__top{display:flex;align-items:center;gap:9px;margin-bottom:9px}
.guide-page .guide-role-card__marker{flex:0 0 26px;display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:var(--orange-soft);color:var(--orange-deep);font-family:Arial,sans-serif;font-size:.68rem;font-weight:800;line-height:1}
.guide-page .guide-role-card--carrier .guide-role-card__marker{background:var(--softBlue);color:var(--blue)}
.guide-page .guide-role-card--cargo .guide-role-card__marker{background:var(--guide-cargo-surface);color:var(--navy)}
.guide-page .guide-role-card h3{margin:0;color:var(--guide-ink);font-size:1rem;font-weight:700;line-height:1.55}
.guide-page .guide-role-card p{margin:0;font-size:.9rem;line-height:1.8}
.guide-page .guide-section--boundary{border-color:var(--guide-safety-border)}
.guide-page .guide-section--boundary summary{background:var(--guide-safety-surface);color:var(--orange-deep)}
.guide-page .guide-section--boundary .guide-content{border-left:4px solid var(--orange);background:linear-gradient(90deg,var(--orange-soft),var(--guide-boundary-fade))}
.guide-page .guide-section--role-action summary::before{content:"";flex:0 0 7px;width:7px;height:31px;margin-top:2px;border-radius:99px;background:var(--role-accent,var(--orange))}
.guide-page .guide-section--sender{--role-accent:var(--orange)}
.guide-page .guide-section--carrier{--role-accent:var(--blue)}
.guide-page .guide-section--cargo{--role-accent:var(--navy)}
.guide-page .guide-section--process .guide-content{padding-top:18px}
.guide-page .guide-step-list{display:grid;gap:10px;max-width:none!important;padding:0!important;list-style:none}
.guide-page .guide-step-list li{counter-increment:guide-step;display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:start;margin:0;padding:13px 14px;border:1px solid var(--border);border-radius:12px;background:#fff;font-size:.96rem}
.guide-page .guide-step-list{counter-reset:guide-step}
.guide-page .guide-step-list li::before{content:counter(guide-step,decimal-leading-zero);display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--orange-soft);color:var(--orange-deep);font-family:Arial,sans-serif;font-size:.68rem;font-weight:800;line-height:1}
.guide-page .guide-section--verification summary::before,.guide-page .guide-section--safety-tool summary::before{content:"";flex:0 0 7px;width:7px;height:29px;margin-top:2px;border-radius:99px;background:var(--blue)}
.guide-page .guide-group--safety .guide-group-index{background:var(--orange)}
.guide-page .guide-safety-stack{gap:10px}
.guide-page .guide-section--safety,.guide-page .guide-section--safety-tool{border-color:var(--guide-safety-border)}
.guide-page .guide-section--safety summary,.guide-page .guide-section--safety-tool summary{color:var(--orange-deep)}
.guide-page .guide-section--safety summary{background:var(--guide-safety-surface)}
.guide-page .guide-section--safety .guide-content{background:linear-gradient(90deg,var(--guide-safety-wash),var(--guide-surface-fade))}
.guide-page .guide-section--safety-tool summary{background:var(--guide-tool-surface)}
.guide-page .guide-section--safety-tool summary::before{background:var(--orange)}
.guide-page .guide-final-safety{border:1px solid var(--orange);box-shadow:var(--guide-final-shadow)}
.guide-page .guide-final-safety summary{background:var(--orange-soft);color:var(--orange-deep);font-weight:700}
.guide-page .guide-final-safety .guide-content{padding:21px 20px 23px;border-left:4px solid var(--orange);background:var(--surface)}
@media(max-width:760px){
  .guide-page .guide-main{padding:32px 0 48px}
  .guide-page .guide-hero{padding:26px 22px 22px;border-radius:18px}
  .guide-page .guide-hero h1{font-size:2.05rem}
  .guide-page .guide-role-grid{grid-template-columns:1fr}
  .guide-page .guide-role-card p{font-size:.93rem}
  .guide-page .guide-groups{gap:34px;margin-top:34px}
  .guide-page .guide-group-heading{margin-right:0;margin-left:0}
}
@media(max-width:520px){
  .guide-page .header-inner{width:calc(100% - 24px);min-height:58px}
  .guide-page .brand img{width:33px;height:33px}
  .guide-page .brand span{font-size:.95rem}
  .guide-page .guide-home-link{padding:7px 10px;font-size:.8rem}
  .guide-page .guide-main{width:calc(100% - 24px);padding-top:24px}
  .guide-page .guide-hero{padding:22px 16px 18px}
  .guide-page .guide-hero h1{margin-bottom:12px;font-size:1.86rem;line-height:1.52}
  .guide-page .guide-hero__intro p{font-size:.95rem;line-height:1.84}
  .guide-page .guide-platform-callout{gap:9px;margin-top:18px;padding:12px 12px}
  .guide-page .guide-callout-mark{flex-basis:23px;width:23px;height:23px}
  .guide-page .guide-platform-note{font-size:.91rem;line-height:1.8}
  .guide-page .guide-groups{gap:30px;margin-top:30px}
  .guide-page .guide-group-heading{gap:10px;margin-bottom:10px;padding-bottom:10px}
  .guide-page .guide-group-index{flex-basis:30px;width:30px;height:30px;border-radius:9px;font-size:.65rem}
  .guide-page .guide-group-heading h2{font-size:1.35rem;line-height:1.55}
  .guide-page .guide-section summary{min-height:53px;padding:14px 14px;font-size:.98rem;line-height:1.7}
  .guide-page .guide-section summary::after{width:26px;height:26px}
  .guide-page .guide-content{padding:16px 14px 18px}
  .guide-page .guide-content p,.guide-page .guide-content li{font-size:.94rem;line-height:1.86}
  .guide-page .guide-role-card{padding:14px}
  .guide-page .guide-step-list li{grid-template-columns:34px minmax(0,1fr);gap:9px;padding:12px 11px;font-size:.93rem}
  .guide-page .guide-step-list li::before{width:29px;height:29px}
}
@media(max-width:380px){
  .guide-page .guide-home-link{padding-right:8px;padding-left:8px;font-size:.76rem}
  .guide-page .guide-hero h1{font-size:1.76rem}
  .guide-page .guide-group-heading h2{font-size:1.28rem}
  .guide-page .guide-section summary{padding-right:12px;padding-left:12px}
  .guide-page .guide-content{padding-right:12px;padding-left:12px}
}
@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}
}
