:root {
  --ink: #071327;
  --muted: #64748b;
  --line: #dbe6f3;
  --paper: #f6f9fd;
  --white: #ffffff;
  --blue: #0b3d86;
  --blue-2: #1557b0;
  --blue-3: #e8f1ff;
  --gold: #e6ba45;
  --green: #17965b;
  --red: #ba2442;
  --shadow: 0 22px 60px rgba(11, 61, 134, 0.14);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

body.lang-my {
  font-family: "Noto Sans Myanmar", "Myanmar Text", Inter, ui-sans-serif, system-ui, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 249, 253, 0.86);
  border-bottom: 1px solid rgba(219, 230, 243, 0.82);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1160px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #24364f;
  font-size: 0.94rem;
  font-weight: 650;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--blue-2);
}

.language-toggle,
.nav-toggle {
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.language-toggle {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  background: var(--white);
  font-weight: 750;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--blue);
  border-radius: 999px;
}

.hero {
  width: min(1160px, calc(100% - 32px));
  min-height: calc(100vh - 74px);
  margin: 0 auto;
  padding: 54px 0 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  color: var(--ink);
  font-size: 4.65rem;
  line-height: 1;
  letter-spacing: 0;
}

body.lang-my .hero h1 {
  max-width: 660px;
  font-size: 3.55rem;
  line-height: 1.28;
  font-weight: 850;
}

.hero-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #31445f;
  font-size: 1.18rem;
  line-height: 1.72;
}

body.lang-my .hero-lead {
  max-width: 580px;
  font-size: 1.08rem;
  line-height: 1.9;
}

.hero-actions,
.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0 20px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(11, 61, 134, 0.24);
}

.button.primary:hover {
  background: var(--blue-2);
}

.button.secondary {
  color: var(--blue);
  border-color: #b6c9e4;
  background: var(--white);
}

.button.web-app {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 12px 28px rgba(7, 19, 39, 0.18);
}

.button.web-app:hover {
  background: #183352;
}

.button.disabled {
  color: #68788e;
  border-color: var(--line);
  background: #eef4fb;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-row span {
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #37506e;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 750;
}

.hero-visual {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}

.phone-shell {
  position: relative;
  width: min(100%, 325px);
  margin: 0;
  padding: 10px;
  border-radius: 34px;
  background: #06152f;
  box-shadow: var(--shadow);
}

.phone-shell img {
  width: 100%;
  border-radius: 24px;
  aspect-ratio: 831 / 1800;
  object-fit: cover;
  object-position: top center;
}

.phone-main {
  transform: rotate(2deg);
}

.floating-card {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 156px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(10, 46, 101, 0.16);
}

.floating-card strong {
  color: var(--green);
  font-size: 1.45rem;
  line-height: 1;
}

.floating-card span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.top-card {
  top: 92px;
  left: 20px;
}

.bottom-card {
  right: 0;
  bottom: 94px;
}

.section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 76px 0;
}

.band {
  width: 100%;
  padding-inline: max(16px, calc((100% - 1160px) / 2));
  background: var(--white);
  border-block: 1px solid var(--line);
}

.section-heading {
  max-width: 700px;
  margin-bottom: 34px;
}

.section-heading.narrow {
  max-width: 630px;
}

.section-heading h2,
.audience h2,
.support-panel h2,
.legal-card h1 {
  margin: 0;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.support-panel p,
.legal-card p {
  color: var(--muted);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.value-grid article {
  min-height: 244px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-3);
  font-weight: 850;
}

.value-grid h3 {
  margin: 38px 0 8px;
  font-size: 1.28rem;
}

.value-grid p {
  margin: 0;
  color: var(--muted);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.feature-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  padding: 22px 22px 22px 0;
  border-bottom: 1px solid var(--line);
}

.feature-item span {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(230, 186, 69, 0.2);
}

.feature-item p {
  margin: 0;
  color: #334863;
  font-weight: 650;
}

.screenshots-section {
  width: 100%;
  padding-inline: max(16px, calc((100% - 1160px) / 2));
  background: #0a2148;
  color: var(--white);
}

.screenshots-section .eyebrow,
.screenshots-section .section-heading p {
  color: #a9cbff;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: start;
}

.screenshot-grid .phone-shell {
  width: 100%;
  background: #071327;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
}

.phone-shell figcaption {
  padding: 12px 6px 2px;
  color: #d9e8ff;
  text-align: center;
  font-weight: 800;
}

.audience {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: 44px;
  align-items: start;
}

.audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.audience-tags span {
  padding: 14px 16px;
  border: 1px solid #b6c9e4;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--blue);
  font-weight: 850;
}

.team-section {
  padding-top: 28px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.team-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 160px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(11, 61, 134, 0.1);
}

.team-card img,
.person-placeholder {
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  border: 3px solid #eef4fb;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;
  background: linear-gradient(135deg, #e8f1ff, #ffffff);
}

.member-bhone img {
  object-position: center 18%;
}

.member-july img {
  object-position: center 24%;
}

.member-aung img {
  object-position: center 60%;
}

.member-myat img {
  object-position: center 42%;
}

.member-maru img {
  object-position: center 22%;
}

.member-security img {
  object-position: center 24%;
}

.team-card > div:not(.person-placeholder) {
  min-width: 0;
  padding: 0;
}

.team-card h3 {
  margin: 0 0 6px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.team-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.person-placeholder {
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 850;
}

.team-card-placeholder .person-placeholder {
  border-color: #d8e6f7;
}

.contact-grid {
  display: grid;
  gap: 18px;
}

.support-panel,
.location-panel,
.download-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.location-panel {
  grid-template-columns: auto 1fr auto;
  margin: 0;
  font-style: normal;
  box-shadow: 0 14px 34px rgba(11, 61, 134, 0.08);
}

.location-panel h3 {
  margin: 0 0 4px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.location-panel p:not(.eyebrow) {
  margin: 0;
  color: #334863;
  font-weight: 700;
}

.location-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-3);
  font-size: 0.78rem;
  font-weight: 900;
}

.map-button {
  white-space: nowrap;
}

.support-panel p {
  max-width: 560px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 850;
}

details p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
}

.download-strip {
  width: min(1160px, calc(100% - 32px));
  grid-template-columns: auto minmax(220px, 1fr) auto;
  margin: 0 auto 72px;
}

.download-strip img {
  width: 72px;
  grid-column: auto;
}

.download-strip strong {
  display: block;
  font-size: 1.35rem;
}

.download-strip p {
  margin: 3px 0 0;
  color: var(--muted);
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.download-actions .button {
  min-height: 46px;
  padding-inline: 16px;
}

.footer {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 46px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #31445f;
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 4px 0 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 800;
}

.legal-page {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding: 60px 0 90px;
}

.legal-card {
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.legal-card .updated {
  margin: 12px 0 36px;
}

.legal-card section {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.legal-card h2 {
  margin: 0 0 8px;
  font-size: 1.22rem;
}

.legal-card p {
  margin: 0;
}

.legal-card a {
  color: var(--blue);
  font-weight: 850;
}

@media (max-width: 980px) {
  .hero,
  .audience {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 34px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  body.lang-my .hero h1 {
    font-size: 3.1rem;
  }

  .section-heading h2,
  .audience h2,
  .support-panel h2,
  .legal-card h1 {
    font-size: 2.45rem;
  }

  .hero-visual {
    min-height: 600px;
  }

  .value-grid,
  .screenshot-grid,
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .support-panel,
  .location-panel,
  .download-strip {
    grid-template-columns: 1fr;
  }

  .download-actions {
    justify-content: flex-start;
  }

  .download-strip img {
    width: 62px;
  }
}

@media (max-width: 760px) {
  .nav {
    width: min(100% - 24px, 1160px);
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-links:not(.always-visible) {
    position: fixed;
    inset: 74px 12px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a,
  .nav-links .language-toggle {
    justify-content: flex-start;
    width: 100%;
    padding: 13px 12px;
    border-radius: 6px;
  }

  .nav-links.always-visible {
    gap: 10px;
  }

  .hero,
  .section,
  .download-strip,
  .footer,
  .legal-page {
    width: min(100% - 24px, 1160px);
  }

  .hero {
    padding-top: 36px;
  }

  .hero h1 {
    font-size: 3.2rem;
  }

  body.lang-my .hero h1 {
    font-size: 2.45rem;
    line-height: 1.34;
  }

  .hero-lead,
  body.lang-my .hero-lead {
    font-size: 1rem;
    line-height: 1.8;
  }

  .section-heading h2,
  .audience h2,
  .support-panel h2,
  .legal-card h1 {
    font-size: 2rem;
    line-height: 1.16;
  }

  .hero-visual {
    min-height: 560px;
  }

  .phone-shell {
    width: min(100%, 292px);
  }

  .floating-card {
    min-width: 132px;
    padding: 12px;
  }

  .top-card {
    left: 0;
    top: 44px;
  }

  .bottom-card {
    right: 0;
    bottom: 58px;
  }

  .feature-list,
  .value-grid,
  .screenshot-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .value-grid article {
    min-height: auto;
  }

  .screenshot-grid {
    max-width: 340px;
    margin: 0 auto;
  }

  .team-card {
    min-height: 144px;
  }

  .team-card img,
  .person-placeholder {
    width: 82px;
    height: 82px;
  }

  .support-panel,
  .location-panel,
  .download-strip,
  .legal-card {
    padding: 24px;
  }

  .location-panel {
    gap: 16px;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .hero-actions,
  .support-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .brand small {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-links.always-visible {
    font-size: 0.82rem;
  }
}
