:root {
  --ink: #12223d;
  --ink-soft: #526077;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --surface-soft: #f1f5f3;
  --line: #dce4e1;
  --teal: #0b7168;
  --teal-dark: #07554f;
  --teal-pale: #dff4ef;
  --orange: #f26b38;
  --orange-pale: #fff0e8;
  --navy: #132e5c;
  --shadow: 0 22px 55px rgba(18, 34, 61, 0.1);
  --radius-lg: 28px;
  --radius-md: 18px;
  --content: 1160px;
}

@font-face {
  font-family: "IBM Plex Sans Thai";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url("/assets/fonts/ibm-plex-sans-thai/thai-100-normal.woff2") format("woff2");
  unicode-range: U+0E00-0E7F, U+200C-200D, U+25CC;
}

@font-face {
  font-family: "IBM Plex Sans Thai";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url("/assets/fonts/ibm-plex-sans-thai/latin-100-normal.woff2") format("woff2");
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2100-214F, U+2190-21FF, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans Thai";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/fonts/ibm-plex-sans-thai/thai-400-normal.woff2") format("woff2");
  unicode-range: U+0E00-0E7F, U+200C-200D, U+25CC;
}

@font-face {
  font-family: "IBM Plex Sans Thai";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/fonts/ibm-plex-sans-thai/latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2100-214F, U+2190-21FF, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans Thai";
  font-style: normal;
  font-display: swap;
  font-weight: 500 600;
  src: url("/assets/fonts/ibm-plex-sans-thai/thai-600-normal.woff2") format("woff2");
  unicode-range: U+0E00-0E7F, U+200C-200D, U+25CC;
}

@font-face {
  font-family: "IBM Plex Sans Thai";
  font-style: normal;
  font-display: swap;
  font-weight: 500 600;
  src: url("/assets/fonts/ibm-plex-sans-thai/latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2100-214F, U+2190-21FF, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans Thai";
  font-style: normal;
  font-display: swap;
  font-weight: 400 500;
  src: url("/assets/fonts/ibm-plex-sans-thai/thai-700-normal.woff2") format("woff2");
  unicode-range: U+0E00-0E7F, U+200C-200D, U+25CC;
}

@font-face {
  font-family: "IBM Plex Sans Thai";
  font-style: normal;
  font-display: swap;
  font-weight: 400 500;
  src: url("/assets/fonts/ibm-plex-sans-thai/latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2100-214F, U+2190-21FF, U+FEFF, U+FFFD;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

html[lang="th"] body {
  font-family: "IBM Plex Sans Thai", "Leelawadee UI", Tahoma, ui-sans-serif, system-ui, sans-serif;
}

body::before {
  position: fixed;
  inset: 0 0 auto;
  height: 460px;
  z-index: -2;
  content: "";
  background: radial-gradient(circle at 78% 8%, rgba(242, 107, 56, 0.16), transparent 30%), radial-gradient(circle at 12% 3%, rgba(11, 113, 104, 0.15), transparent 34%);
  pointer-events: none;
}

a {
  color: var(--teal-dark);
  text-underline-offset: 3px;
}
a:hover {
  color: var(--orange);
}
img,
svg {
  max-width: 100%;
}
button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 100;
  padding: 10px 16px;
  color: white;
  background: var(--navy);
  border-radius: 10px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 228, 225, 0.85);
  background: rgba(251, 250, 246, 0.9);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  width: min(calc(100% - 40px), var(--content));
  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: 11px;
  color: var(--ink);
  font-weight: 850;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--teal);
  border-radius: 11px 11px 11px 3px;
  box-shadow: 0 8px 18px rgba(11, 113, 104, 0.22);
  font-size: 12px;
  letter-spacing: -0.08em;
}

.nav-links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.nav-links a {
  display: block;
  padding: 8px 12px;
  border-radius: 10px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--teal-dark);
  background: var(--teal-pale);
}

.nav-links a.nav-language {
  margin-left: 6px;
  color: var(--teal-dark);
  border: 1px solid var(--line);
  background: white;
}

.menu-button {
  width: 42px;
  height: 42px;
  display: none;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--ink);
  background: white;
  border-radius: 12px;
  cursor: pointer;
}

.menu-button span,
.menu-button span::before,
.menu-button span::after {
  width: 18px;
  height: 2px;
  display: block;
  position: relative;
  content: "";
  background: currentColor;
  border-radius: 10px;
}

.menu-button span::before {
  position: absolute;
  top: -6px;
}
.menu-button span::after {
  position: absolute;
  top: 6px;
}

.container {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.hero {
  padding: clamp(72px, 10vw, 132px) 0 clamp(66px, 9vw, 112px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(42px, 8vw, 100px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.55em;
  color: var(--ink);
  line-height: 1.13;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(42px, 7vw, 78px);
}
h2 {
  font-size: clamp(30px, 4.3vw, 48px);
}
h3 {
  font-size: 22px;
}

html[lang="th"] h1,
html[lang="th"] h2 {
  font-weight: 400;
}

html[lang="th"] h3,
html[lang="th"] .arrow {
  font-weight: 400;
}

html[lang="th"] .nav-links a,
html[lang="th"] .button {
  font-weight: 400;
}

.hero-copy {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: clamp(18px, 2.2vw, 22px);
}

.actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  padding: 11px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--teal);
  color: white;
  background: var(--teal);
  border-radius: 13px;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(11, 113, 104, 0.18);
}

.button:hover {
  color: white;
  background: var(--teal-dark);
}
.button.secondary {
  color: var(--ink);
  background: white;
  border-color: var(--line);
  box-shadow: none;
}
.button.secondary:hover {
  color: var(--teal-dark);
  border-color: var(--teal);
}
.button.danger {
  background: #a43d32;
  border-color: #a43d32;
}

.hero-art {
  min-height: 420px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--navy);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-art::before,
.hero-art::after {
  position: absolute;
  content: "";
  border-radius: 999px;
}

.hero-art::before {
  width: 280px;
  height: 280px;
  top: -90px;
  right: -70px;
  background: var(--orange);
  opacity: 0.92;
}
.hero-art::after {
  width: 210px;
  height: 210px;
  bottom: -70px;
  left: -60px;
  background: #16a39a;
  opacity: 0.7;
}

.app-emblem {
  width: 190px;
  height: 190px;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 46px;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: -0.08em;
  transform: rotate(-4deg);
  backdrop-filter: blur(6px);
}

.section {
  padding: clamp(58px, 8vw, 96px) 0;
}
.section.tint {
  background: var(--surface-soft);
}
.section-head {
  max-width: 720px;
  margin-bottom: 36px;
}
.section-head p {
  color: var(--ink-soft);
  font-size: 18px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.card {
  min-height: 100%;
  padding: 27px;
  color: inherit;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

a.card:hover {
  color: inherit;
  border-color: rgba(11, 113, 104, 0.45);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.card p {
  margin: 0;
  color: var(--ink-soft);
}
.card .arrow {
  margin-top: 26px;
  color: var(--teal);
  font-weight: 800;
}
.card-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  color: var(--teal-dark);
  background: var(--teal-pale);
  border-radius: 13px;
  font-weight: 500;
}

.page-hero {
  padding: clamp(60px, 8vw, 100px) 0 46px;
}
.page-hero h1 {
  max-width: 860px;
  font-size: clamp(38px, 6vw, 64px);
}
.page-hero .lede {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: 20px;
}
.meta {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.pill {
  padding: 7px 11px;
  color: var(--teal-dark);
  background: var(--teal-pale);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(270px, 0.6fr);
  align-items: start;
  gap: clamp(36px, 7vw, 80px);
}

.two-col > * {
  min-width: 0;
}

.prose,
.legal-content {
  min-width: 0;
  max-width: 790px;
  color: #29364b;
  overflow-wrap: anywhere;
}

.prose p,
.legal-content p {
  margin: 0 0 1.25em;
}
.prose h2,
.legal-content h2 {
  margin-top: 2em;
}
.prose h3,
.legal-content h3 {
  margin-top: 1.7em;
}
.legal-content h1 {
  margin-top: 1.6em;
  font-size: clamp(28px, 3vw, 38px);
}
.legal-content h1:first-child {
  display: none;
}
.legal-content h2 {
  font-size: 27px;
}
.legal-content h3 {
  font-size: 20px;
}
.legal-content hr {
  margin: 38px 0;
  border: 0;
  border-top: 1px solid var(--line);
}
.legal-content ul,
.legal-content ol,
.prose ul,
.prose ol {
  padding-left: 1.35em;
}
.legal-content li,
.prose li {
  margin: 0.38em 0;
}
.legal-content strong {
  color: var(--ink);
}

.table-scroll {
  margin: 28px 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
}
table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  font-size: 14px;
}
th,
td {
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
th {
  color: var(--ink);
  background: var(--surface-soft);
  font-weight: 800;
}
tr:last-child td {
  border-bottom: 0;
}

.aside-card {
  padding: 24px;
  position: sticky;
  top: 98px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
.aside-card address {
  color: var(--ink-soft);
  font-style: normal;
}
.aside-card {
  overflow-wrap: anywhere;
}
.aside-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aside-card li + li {
  margin-top: 10px;
}

.notice {
  margin: 0 0 34px;
  padding: 21px 23px;
  background: var(--orange-pale);
  border-left: 4px solid var(--orange);
  border-radius: 4px 15px 15px 4px;
}
.notice p:last-child {
  margin-bottom: 0;
}
.notice.teal {
  background: var(--teal-pale);
  border-left-color: var(--teal);
}
.notice.spaced {
  margin-top: 32px;
}

.faq-list {
  max-width: 820px;
}
.faq-list details {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 780;
}
.faq-list details p {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.language-switch {
  margin: 0 0 26px;
  display: flex;
  gap: 8px;
}
.language-switch a {
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.language-switch a[aria-current="true"] {
  color: white;
  background: var(--teal);
  border-color: var(--teal);
}

.site-footer {
  padding: 52px 0 30px;
  color: #cad5e5;
  background: var(--ink);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.7fr);
  gap: 34px;
}
.site-footer .brand {
  color: white;
}
.site-footer h3 {
  color: white;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-footer p {
  max-width: 360px;
  color: #aebbd0;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer li + li {
  margin-top: 7px;
}
.site-footer a {
  color: #cad5e5;
  text-decoration: none;
}
.site-footer a:hover {
  color: white;
}
.footer-bottom {
  margin-top: 42px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #91a0b7;
  font-size: 13px;
}

.empty-state {
  padding: 34px;
  color: var(--ink-soft);
  background: repeating-linear-gradient(135deg, #fff, #fff 10px, #f6f8f7 10px, #f6f8f7 20px);
  border: 1px dashed #bec9c5;
  border-radius: var(--radius-md);
}

/* Ruam Khon product page */
.rk-page {
  --rk-indigo: #3f51b5;
  --rk-indigo-dark: #24389c;
  --rk-indigo-pale: #e8ebff;
  --rk-gold: #ffb300;
  --rk-red: #b4151d;
  color: #131b2e;
  background: #faf8ff;
  overflow: hidden;
}
.rk-page h1,
.rk-page h2,
.rk-page h3 {
  color: #131b2e;
}
.rk-hero {
  padding: clamp(70px, 9vw, 112px) 0;
  background: radial-gradient(circle at 82% 20%, rgba(255, 179, 0, 0.12), transparent 25%), radial-gradient(circle at 12% 12%, rgba(63, 81, 181, 0.1), transparent 30%);
}
.rk-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}
.rk-signal {
  width: fit-content;
  margin: 0 0 24px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--rk-indigo-dark);
  background: #e2e7ff;
  border: 1px solid rgba(63, 81, 181, 0.16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.rk-signal span {
  width: 8px;
  height: 8px;
  position: relative;
  background: var(--rk-indigo);
  border-radius: 50%;
}
.rk-signal span::after {
  position: absolute;
  inset: -4px;
  content: "";
  border: 1px solid var(--rk-indigo);
  border-radius: inherit;
  animation: rk-ping 1.8s ease-out infinite;
}
.rk-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(44px, 6.5vw, 76px);
}
.rk-hero h1 em {
  color: var(--rk-indigo-dark);
  font-style: normal;
}
.rk-hero-copy > p:not(.rk-signal) {
  max-width: 650px;
  color: #555d70;
  font-size: clamp(18px, 2vw, 21px);
}
.rk-button {
  padding-inline: 24px;
  border-color: var(--rk-indigo-dark);
  background: var(--rk-indigo-dark);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(36, 56, 156, 0.22);
}
.rk-button:hover {
  background: #182a85;
}
.rk-button.secondary {
  color: var(--rk-indigo-dark);
  border-color: var(--rk-indigo-dark);
}
.rk-hero blockquote {
  max-width: 620px;
  margin: 42px 0 0;
  padding: 20px 24px 20px 66px;
  position: relative;
  color: #30384c;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(63, 81, 181, 0.12);
  border-left: 4px solid var(--rk-indigo);
  border-radius: 6px 22px 22px 6px;
  box-shadow: 0 16px 40px rgba(29, 38, 80, 0.08);
  font-style: italic;
}
.rk-hero blockquote > span {
  position: absolute;
  left: 23px;
  top: 3px;
  color: var(--rk-indigo);
  font-size: 54px;
  font-style: normal;
}
.rk-phone-wrap {
  position: relative;
  display: grid;
  place-items: center;
}
.rk-phone-wrap::before {
  width: 390px;
  height: 390px;
  position: absolute;
  content: "";
  background: rgba(63, 81, 181, 0.08);
  border-radius: 50%;
}
.rk-phone {
  width: min(310px, 84vw);
  min-height: 590px;
  padding: 25px 18px 20px;
  position: relative;
  color: #131b2e;
  background: #fff;
  border: 12px solid #172039;
  border-radius: 46px;
  box-shadow: 0 34px 80px rgba(24, 32, 64, 0.3);
  transform: rotate(2deg);
}
.rk-phone::before {
  width: 86px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  background: #172039;
  border-radius: 0 0 14px 14px;
  transform: translateX(-50%);
}
.rk-phone-bar {
  margin: 9px 3px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.rk-phone-map {
  min-height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f2f3ff;
  border-radius: 23px;
}
.rk-phone-map > strong {
  margin-top: 18px;
  position: relative;
  z-index: 2;
  font-size: 13px;
}
.rk-ring {
  width: 220px;
  height: 220px;
  position: absolute;
  top: 27px;
  border: 1px solid var(--rk-indigo);
  border-radius: 50%;
  opacity: 0;
  animation: rk-radar-pulse 3s ease-out infinite;
}
.rk-ring-two {
  animation-delay: 1s;
}
.rk-ring-three {
  animation-delay: 2s;
}
.rk-vendor-pin {
  width: 82px;
  height: 82px;
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--rk-indigo-dark);
  background: #fff;
  border: 3px solid var(--rk-gold);
  border-radius: 50%;
  box-shadow: 0 16px 32px rgba(36, 56, 156, 0.18);
  font-size: 38px;
}
.rk-stall-card,
.rk-distance {
  margin-top: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 16px;
}
.rk-stall-card {
  border: 1px solid #dfe1eb;
  box-shadow: 0 6px 18px rgba(29, 38, 80, 0.06);
  font-size: 11px;
}
.rk-stall-card span {
  display: grid;
}
.rk-stall-card small {
  color: #696f7f;
}
.rk-stall-card b {
  padding: 3px 7px;
  color: #fff;
  background: var(--rk-indigo);
  border-radius: 999px;
  font-size: 9px;
  white-space: nowrap;
}
.rk-distance {
  color: white;
  background: var(--rk-indigo-dark);
}
.rk-distance span {
  display: grid;
}
.rk-distance small {
  opacity: 0.72;
}
.rk-distance b {
  font-size: 24px;
}
.rk-section {
  padding: clamp(72px, 9vw, 110px) 0;
}
.rk-problem {
  background: #f0f2ff;
}
.rk-heading {
  max-width: 740px;
  margin: 0 auto 46px;
  text-align: center;
}
.rk-heading > p:last-child {
  color: #555d70;
  font-size: 18px;
}
.rk-page .eyebrow {
  color: var(--rk-indigo-dark);
}
.rk-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.rk-card {
  min-height: 330px;
  padding: 38px;
  position: relative;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(63, 81, 181, 0.12);
  border-radius: 36px;
  box-shadow: 0 12px 38px rgba(29, 38, 80, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.rk-card:hover {
  box-shadow: 0 24px 56px rgba(29, 38, 80, 0.13);
  transform: translateY(-5px);
}
.rk-card::after {
  position: absolute;
  right: -18px;
  top: -42px;
  content: attr(data-icon);
  color: var(--rk-indigo);
  font-size: 130px;
  opacity: 0.04;
}
.rk-card-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  color: var(--rk-indigo-dark);
  background: var(--rk-indigo-pale);
  border-radius: 19px;
  font-size: 28px;
  font-weight: 800;
}
.rk-card-red .rk-card-icon {
  color: var(--rk-red);
}
.rk-card-gold .rk-card-icon {
  color: #805800;
  background: #fff0c7;
}
.rk-card p {
  color: #555d70;
}
.rk-how-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(55px, 9vw, 120px);
}
.rk-radar-card {
  padding: 42px;
  position: relative;
  text-align: center;
  background: white;
  border: 1px solid rgba(63, 81, 181, 0.14);
  border-radius: 44px;
  box-shadow: 0 30px 70px rgba(29, 38, 80, 0.15);
}
.rk-radar-card > p {
  margin: 0 0 8px;
  color: #6a7182;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.rk-radar-card h3 {
  color: var(--rk-indigo-dark);
}
.rk-radar {
  width: 230px;
  height: 230px;
  margin: 35px auto;
  position: relative;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(63, 81, 181, 0.11) 0 36%, transparent 36% 60%, rgba(63, 81, 181, 0.06) 60% 61%, transparent 61%);
  border: 3px dashed rgba(63, 81, 181, 0.22);
  border-radius: 50%;
}
.rk-radar i {
  position: absolute;
  inset: 50% 50% auto;
  width: 48%;
  height: 2px;
  background: linear-gradient(90deg, var(--rk-indigo), transparent);
  transform-origin: left center;
  animation: rk-spin 7s linear infinite;
}
.rk-radar span {
  color: var(--rk-indigo-dark);
  font-size: 58px;
  transform: rotate(-45deg);
}
.rk-radar-result {
  padding: 18px;
  display: grid;
  gap: 4px;
  background: var(--rk-indigo-pale);
  border-radius: 22px;
}
.rk-radar-result strong {
  font-size: 36px;
}
.rk-radar-result small {
  color: #555d70;
  font-size: 15px;
  font-weight: 400;
}
.rk-radar-result span {
  color: var(--rk-indigo-dark);
  font-size: 13px;
  font-weight: 700;
}
.rk-how-copy h2 {
  max-width: 700px;
  font-size: clamp(36px, 5vw, 60px);
}
.rk-steps {
  margin: 42px 0 0;
  padding: 0;
  display: grid;
  gap: 28px;
  list-style: none;
}
.rk-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
}
.rk-steps li > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--rk-indigo-dark);
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(36, 56, 156, 0.22);
  font-weight: 800;
}
.rk-steps h3 {
  margin-bottom: 6px;
}
.rk-steps p {
  margin: 0;
  color: #555d70;
}
.rk-trust {
  background: #e2e7ff;
}
.rk-trust-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: white;
  border-radius: 44px;
  box-shadow: 0 28px 70px rgba(29, 38, 80, 0.13);
}
.rk-trust-copy {
  padding: clamp(40px, 6vw, 74px);
}
.rk-trust-copy > p:not(.eyebrow) {
  color: #555d70;
}
.rk-trust-copy ul {
  padding: 0;
  list-style: none;
}
.rk-trust-copy li {
  margin-top: 12px;
}
.rk-trust-copy li::before {
  margin-right: 10px;
  color: #07845d;
  content: "✓";
  font-weight: 500;
}
.rk-shield {
  width: 66px;
  height: 66px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  color: var(--rk-indigo-dark);
  background: var(--rk-indigo-pale);
  border-radius: 22px;
  font-size: 28px;
  font-weight: 500;
}
.rk-resource-grid {
  padding: clamp(28px, 5vw, 58px);
  display: grid;
  align-content: center;
  background: var(--rk-indigo-dark);
}
.rk-resource-grid a {
  padding: 18px 4px;
  display: grid;
  grid-template-columns: 1fr auto;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  text-decoration: none;
}
.rk-resource-grid a:last-child {
  border-bottom: 0;
}
.rk-resource-grid a:hover {
  color: #fff;
}
.rk-resource-grid a:hover b {
  color: var(--rk-gold);
  transform: translateX(4px);
}
.rk-resource-grid span {
  font-size: 18px;
  font-weight: 400;
}
.rk-resource-grid small {
  grid-column: 1;
  color: #cbd2f4;
}
.rk-resource-grid b {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 22px;
  transition: transform 0.2s ease;
}
@keyframes rk-ping {
  to {
    opacity: 0;
    transform: scale(2.1);
  }
}
@keyframes rk-radar-pulse {
  0% {
    opacity: 0.45;
    transform: scale(0.28);
  }
  90%,
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes rk-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 860px) {
  .rk-hero-grid,
  .rk-how-grid,
  .rk-trust-panel {
    grid-template-columns: 1fr;
  }
  .rk-phone-wrap {
    margin-top: 20px;
  }
  .rk-card-grid {
    grid-template-columns: 1fr;
  }
  .rk-card {
    min-height: 0;
  }
  .rk-resource-grid {
    padding: 34px;
  }
}
@media (max-width: 520px) {
  .rk-hero {
    padding-top: 54px;
  }
  .rk-phone {
    min-height: 550px;
  }
  .rk-card,
  .rk-radar-card {
    padding: 28px;
    border-radius: 28px;
  }
  .rk-radar {
    width: 205px;
    height: 205px;
  }
  .rk-trust-panel {
    border-radius: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rk-page *,
  .rk-page *::before,
  .rk-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.app-catalogue {
  display: grid;
  gap: clamp(30px, 6vw, 72px);
}

.app-showcase {
  min-height: 530px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.app-showcase.reverse .app-showcase-copy {
  order: 2;
}
.app-showcase.reverse .app-showcase-visual {
  order: 1;
}

.app-showcase-copy {
  padding: clamp(36px, 6vw, 76px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.app-showcase-copy h2 {
  font-size: clamp(34px, 4.5vw, 58px);
}
.app-showcase-copy > p:not(.eyebrow) {
  max-width: 590px;
  color: var(--ink-soft);
  font-size: 18px;
}

.app-showcase-visual {
  min-height: 420px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  background: radial-gradient(circle at 88% 10%, rgba(242, 107, 56, 0.95) 0 19%, transparent 19.5%), radial-gradient(circle at 8% 92%, rgba(22, 163, 154, 0.9) 0 22%, transparent 22.5%), var(--navy);
}

.app-showcase-visual::before {
  width: 62%;
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  content: "";
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28%;
  transform: rotate(-7deg);
  backdrop-filter: blur(10px);
}

.app-showcase-visual img {
  width: min(76%, 430px);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.24));
}

.store-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.store-button {
  min-height: 54px;
  padding: 8px 17px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: white;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 13px;
  text-decoration: none;
}

.store-button:hover {
  color: white;
  background: var(--navy);
}
.store-button-icon {
  font-size: 23px;
  line-height: 1;
}
.store-button-copy {
  display: grid;
  line-height: 1.05;
}
.store-button-copy small {
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 0.03em;
}
.store-button-copy strong {
  font-size: 16px;
}
.app-route-link {
  margin-top: 24px;
  font-weight: 800;
}

@media (max-width: 880px) {
  .menu-button {
    display: grid;
  }
  .nav-links {
    display: none;
    position: absolute;
    inset: 74px 20px auto;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    background: white;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
  }
  .nav-links.open {
    display: flex;
  }
  .hero-grid,
  .two-col {
    grid-template-columns: 1fr;
  }
  .hero-art {
    min-height: 340px;
  }
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .aside-card {
    position: static;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .app-showcase {
    grid-template-columns: 1fr;
  }
  .app-showcase.reverse .app-showcase-copy,
  .app-showcase.reverse .app-showcase-visual {
    order: initial;
  }
  .app-showcase-visual {
    min-height: 370px;
  }
}

@media (max-width: 580px) {
  .container,
  .nav-wrap {
    width: min(calc(100% - 28px), var(--content));
  }
  .card-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 58px;
  }
  .hero-art {
    min-height: 280px;
  }
  .app-emblem {
    width: 150px;
    height: 150px;
    font-size: 58px;
  }
  .card {
    padding: 22px;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .language-switch,
  .actions,
  .aside-card {
    display: none !important;
  }
  body {
    background: white;
    color: black;
    font-size: 11pt;
  }
  body::before {
    display: none;
  }
  .page-hero {
    padding: 0 0 20px;
  }
  .container {
    width: 100%;
  }
  .legal-content {
    max-width: none;
  }
  a {
    color: black;
    text-decoration: none;
  }
}
