:root {
  --ready-ink: #17243d;
  --ready-muted: #536276;
  --ready-surface: #ffffff;
  --ready-wash: #f3f7fb;
  --ready-line: #dce5ee;
  --ready-blue: #1f69d5;
  --ready-deep-blue: #104da8;
  --ready-gold: #ffbf47;
  --ready-shadow: 0 20px 55px rgba(31, 55, 90, .13);
}

.touristReadyPage {
  color: var(--ready-ink);
  background: #fbfdff;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: clip;
}

.touristReadyPage {
  min-width: 0;
}

.readyHeroCopy,
.readyHeroBadge,
.readyQrPanel,
.readyPhonePanel,
.readyProductCard {
  min-width: 0;
}

.touristReadyPage .siteHeader,
.touristReadyPage .siteFooter {
  font-size: 14px;
}

.touristReadyBody header {
  gap: 16px;
}

.touristReadyBody header > nav {
  display: flex;
  gap: 15px;
}

.touristReadyBody header > nav a {
  font-size: 20px;
}

.touristReadyBody header .headCta {
  padding-inline: 15px;
  font-size: 18px;
}

.touristReadyPage .siteHeader nav a,
.touristReadyPage .mobileNav a {
  font-size: 14px;
}

.readyHero,
.readySection,
.readyClosing {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.readyHero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 410px);
  align-items: center;
  gap: clamp(30px, 7vw, 96px);
  padding-block: clamp(58px, 9vw, 116px) clamp(44px, 8vw, 94px);
}

.readyEyebrow,
.readyKicker {
  margin: 0 0 12px;
  color: var(--ready-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.readyHero h1,
.readySection h2,
.readyClosing h2 {
  margin: 0;
  color: var(--ready-ink);
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: 800;
  letter-spacing: -.03em;
}

.readyHero h1 {
  max-width: 670px;
  font-size: clamp(36px, 5.3vw, 66px);
  line-height: 1.13;
}

.readyLead {
  max-width: 620px;
  margin: 22px 0 28px;
  color: var(--ready-muted);
  font-size: clamp(18px, 2vw, 22px);
}

.readyHeroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.readyLineCta,
.readyTextCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.readyLineCta {
  color: #062512;
  background: #52d273;
  box-shadow: 0 10px 25px rgba(31, 142, 70, .22);
}

.readyTextCta {
  color: var(--ready-deep-blue);
}

.readyTrust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--ready-muted);
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.readyTrust li::before {
  margin-right: 7px;
  color: var(--ready-blue);
  content: "✓";
}

.readyLineButton,
.readyDemoButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.readyLineButton {
  color: #062512;
  background: #52d273;
  box-shadow: 0 10px 25px rgba(31, 142, 70, .22);
}

.readyDemoButton {
  margin-top: 22px;
  color: var(--ready-deep-blue);
  background: var(--ready-surface);
  border-color: #bcd1ee;
}

.readyLineButton:hover,
.readyDemoButton:hover {
  transform: translateY(-2px);
}

.readyLineButton:hover {
  box-shadow: 0 14px 30px rgba(31, 142, 70, .28);
}

.readyDemoButton:hover {
  background: #edf5ff;
}

.readyLineButton:focus-visible,
.readyDemoButton:focus-visible,
.touristReadyPage a:focus-visible {
  outline: 3px solid var(--ready-gold);
  outline-offset: 3px;
}

.readyHeroVisual {
  position: relative;
  min-height: 300px;
  display: grid;
  place-items: center;
}

.readyHeroBadge {
  position: relative;
  width: min(100%, 330px);
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--ready-shadow);
}

.readyHeroBadge > span,
.readyHeroBadge b,
.readyHeroBadge small {
  display: block;
}

.readyHeroBadge > span {
  color: var(--ready-blue);
  font-size: 48px;
  line-height: 1;
}

.readyHeroBadge b {
  margin-top: 20px;
  font-size: 30px;
}

.readyHeroBadge small {
  margin-top: 4px;
  color: var(--ready-muted);
  font-size: 14px;
}

.readyHeroVisual::before {
  position: absolute;
  width: min(100%, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e2efff;
  content: "";
}

.readyHeroCard {
  position: relative;
  width: min(100%, 330px);
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 26px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--ready-shadow);
}

.readyHeroCard span,
.readyHeroCard strong,
.readyHeroCard small {
  display: block;
}

.readyHeroCard span {
  color: var(--ready-muted);
  font-size: 14px;
}

.readyHeroCard strong {
  margin-block: 7px 16px;
  font-size: 24px;
}

.readyHeroCard small {
  padding-top: 15px;
  border-top: 1px solid var(--ready-line);
  color: var(--ready-blue);
  font-weight: 800;
}

.readyDemoSection {
  background: var(--ready-wash);
}

.readySection {
  padding-block: clamp(54px, 8vw, 90px);
}

.readySectionHead {
  max-width: 670px;
  margin-bottom: 34px;
}

.readySectionHeading {
  max-width: 700px;
  margin: 0 auto 34px;
  text-align: center;
}

.readySectionHeading h2 {
  margin: 0;
  color: var(--ready-ink);
  font-size: clamp(29px, 4vw, 45px);
  line-height: 1.2;
}

.readySectionHeading > p:last-child {
  margin: 15px 0 0;
  color: var(--ready-muted);
  font-size: 18px;
}

.readySection h2,
.readyClosing h2 {
  font-size: clamp(29px, 4vw, 45px);
  line-height: 1.2;
}

.readySectionHead p:last-child {
  margin: 15px 0 0;
  color: var(--ready-muted);
  font-size: 18px;
}

.readyDemoGrid {
  display: grid;
  grid-template-columns: minmax(230px, .9fr) minmax(270px, 1.1fr);
  gap: 28px;
  align-items: center;
}

.readyQrPanel,
.readyPhonePanel {
  border: 1px solid var(--ready-line);
  border-radius: 24px;
  background: var(--ready-surface);
  box-shadow: 0 12px 35px rgba(34, 65, 102, .08);
}

.readyQrPanel {
  display: grid;
  justify-items: center;
  padding: 34px;
  text-align: center;
}

.demoStep {
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-bottom: 15px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ready-blue);
  font-size: 14px;
  font-weight: 800;
}

.readyQrPanel h3,
.readyPhonePanel h3,
.readyProduct h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.3;
}

.readyQrPanel p,
.readyPhonePanel p,
.readyProduct p {
  margin: 10px 0 0;
  color: var(--ready-muted);
}

.readyQrVisual {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  width: min(100%, 200px);
  aspect-ratio: 1;
  margin: 24px 0 20px;
  padding: 12px;
  background: #fff;
  border: 9px solid var(--ready-ink);
}

.qrVisual {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  width: min(100%, 190px);
  aspect-ratio: 1;
  margin: 24px auto 20px;
  padding: 12px;
  border: 8px solid var(--ready-ink);
  background: #fff;
}

.qrVisual i {
  display: block;
  background: var(--ready-ink);
}

.qrVisual i:nth-child(2n),
.qrVisual i:nth-child(5),
.qrVisual i:nth-child(9),
.qrVisual i:nth-child(14) {
  background: #fff;
}

.readyQrVisual i {
  display: block;
  min-width: 0;
  background: var(--ready-ink);
}

.readyQrVisual i:nth-child(2n),
.readyQrVisual i:nth-child(3n),
.readyQrVisual i:nth-child(11),
.readyQrVisual i:nth-child(19),
.readyQrVisual i:nth-child(27),
.readyQrVisual i:nth-child(35),
.readyQrVisual i:nth-child(43) {
  background: #fff;
}

.readyQrCaption {
  margin: 0;
  color: var(--ready-blue) !important;
  font-size: 14px;
  font-weight: 800;
}

.readyPhonePanel {
  position: relative;
  padding: 25px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.demoPhone {
  overflow: hidden;
  max-width: 345px;
  margin: 5px auto 0;
  border: 8px solid var(--ready-ink);
  border-radius: 28px;
  background: #fff;
  color: var(--ready-ink);
}

.demoPhoneBar {
  display: flex;
  justify-content: space-between;
  padding: 8px 14px;
  background: var(--ready-ink);
  color: #fff;
  font-size: 11px;
}

.demoPhoneCover {
  min-height: 72px;
  background: linear-gradient(135deg, #e7683d, #f5ae48);
}

.demoPhoneBody {
  padding: 17px;
}

.demoPhoneBody small {
  color: var(--ready-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.demoPhoneBody h3 {
  margin: 7px 0 0;
  font-size: 22px;
}

.demoThaiName {
  margin: 2px 0 14px !important;
  font-size: 13px;
}

.demoPhoneInfo,
.demoMenuPreview {
  display: grid;
  gap: 5px;
  margin-top: 12px;
  padding: 11px;
  border-radius: 10px;
  background: #f2f7fc;
  font-size: 13px;
}

.demoPhoneInfo span,
.demoMenuPreview span {
  color: #69778b;
  font-weight: 700;
}

.demoPhoneButton {
  width: 100%;
  margin-top: 14px;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--ready-blue);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.readyDemoControl {
  display: grid;
  justify-items: center;
  gap: 11px;
  margin-top: 26px;
  text-align: center;
}

.readyDemoControl > button {
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid #bcd1ee;
  border-radius: 999px;
  color: var(--ready-deep-blue);
  background: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.readyDemoControl > button:focus-visible {
  outline: 3px solid var(--ready-gold);
  outline-offset: 3px;
}

.readyDemoControl p {
  margin: 0;
  color: var(--ready-muted);
  font-size: 14px;
}

.readyPhoneTopline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
}

.readyPhoneTopline span {
  color: var(--ready-blue);
  font-size: 13px;
  font-weight: 800;
}

.readyPhoneTopline h3 {
  font-size: 18px;
}

.readyPhonePanel > p {
  margin-top: 8px;
  font-size: 14px;
}

.readyPhoneMockup {
  max-width: 345px;
  margin: 22px auto 0;
  padding: 10px;
  border: 8px solid #17243d;
  border-radius: 28px;
  background: #17243d;
  color: #17243d;
}

.readyPhoneNotch {
  width: 38%;
  height: 8px;
  margin: 0 auto 8px;
  border-radius: 99px;
  background: #17243d;
}

.readyPhoneScreen {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

.readyStoreImage {
  min-height: 94px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(135deg, #e7683d, #f5ae48);
}

.readyStoreImage span,
.readyStoreImage strong {
  display: block;
}

.readyStoreImage span {
  font-size: 12px;
  opacity: .88;
}

.readyStoreImage strong {
  margin-top: 7px;
  font-size: 19px;
}

.readyPhoneDetails {
  padding: 16px;
}

.readyPhoneDetails p {
  margin: 0;
  color: #69778b;
  font-size: 13px;
}

.readyPhoneDetails ul {
  display: grid;
  gap: 9px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.readyPhoneDetails li {
  padding: 10px;
  border-radius: 10px;
  background: #f2f7fc;
  font-size: 13px;
  font-weight: 700;
}

.readyDemoSection.is-preview .readyQrPanel {
  opacity: .48;
  transform: scale(.96);
}

.readyDemoSection.is-preview .readyPhonePanel {
  border-color: #8fbae9;
  box-shadow: 0 22px 48px rgba(26, 92, 176, .18);
  transform: translateY(-5px);
}

.readyProductsSection {
  padding-bottom: clamp(60px, 9vw, 105px);
}

.readyProductsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.readyProductGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.readyProductCard {
  padding: 26px;
  border: 1px solid var(--ready-line);
  border-radius: 20px;
  background: #fff;
}

.readyProductIcon {
  display: block;
  margin-bottom: 30px;
  color: var(--ready-blue);
  font-size: 32px;
}

.readyProductNumber {
  margin: 0 0 8px !important;
  color: var(--ready-blue) !important;
  font-size: 13px;
  font-weight: 800;
}

.readyProductCard h3 {
  margin: 0;
  font-size: 23px;
}

.readyProductCard > p:last-child {
  margin: 10px 0 0;
  color: var(--ready-muted);
}

.readyProduct {
  padding: 26px;
  border: 1px solid var(--ready-line);
  border-radius: 20px;
  background: #fff;
}

.readyProduct span {
  display: block;
  margin-bottom: 35px;
  color: var(--ready-blue);
  font-size: 13px;
  font-weight: 800;
}

.readyClosingWrap {
  background: var(--ready-ink);
}

.readyClosing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: clamp(46px, 7vw, 75px);
}

.readyClosing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.readyClosing .readyEyebrow {
  grid-column: 1 / -1;
  color: #aecdff;
}

.readyClosing h2 {
  max-width: 670px;
  color: #fff;
}

.readyClosing .readyLineButton {
  flex: 0 0 auto;
}

.touristReadyPage .siteFooter {
  margin-top: 0;
}

@media(max-width:760px) {
  .readyHero,
  .readyDemoGrid,
  .readyClosing {
    grid-template-columns: 1fr;
  }

  .readyHero {
    padding-top: 52px;
  }

  .readyHeroVisual {
    min-height: 260px;
  }

  .readyProductsGrid {
    grid-template-columns: 1fr;
  }

  .readyProductGrid {
    grid-template-columns: 1fr;
  }

  .readyClosing {
    display: grid;
  }

  .readyClosing .readyLineButton {
    justify-self: start;
  }
}

@media(max-width:1180px) and (min-width:761px) {
  .touristReadyBody header > nav {
    display: none;
  }

  .touristReadyBody header .headCta {
    margin-left: auto;
  }

  .touristReadyBody header .menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media(max-width:760px) {
  .touristReadyBody header > nav {
    display: none;
  }
}

@media(max-width:440px) {
  .readyHero,
  .readySection,
  .readyClosing {
    width: min(100% - 28px, 1120px);
  }

  .readyHero h1 {
    font-size: 35px;
  }

  .readyQrPanel,
  .readyPhonePanel,
  .readyProduct {
    padding: 20px;
  }

  .readyLineButton,
  .readyDemoButton {
    width: 100%;
  }

  .readyHeroActions {
    display: grid;
  }

  .readyLineCta,
  .readyTextCta,
  .readyDemoControl > button {
    width: 100%;
  }
}

@media(prefers-reduced-motion:reduce) {
  .touristReadyPage *,
  .touristReadyPage *::before,
  .touristReadyPage *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

.readySteps,
.readyExample {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
  padding-bottom: clamp(58px, 8vw, 94px);
}

.readyStepsGrid,
.readyExampleCards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.readyStepsGrid li,
.readyExampleCards article {
  padding: 25px;
  border: 1px solid var(--ready-line);
  border-radius: 20px;
  background: #fff;
}

.readyStepsGrid li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ready-blue);
  font-size: 15px;
  font-weight: 800;
}

.readyStepsGrid h3,
.readyExampleCards b {
  display: block;
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.35;
}

.readyStepsGrid p {
  margin: 10px 0 0;
  color: var(--ready-muted);
}

.readyExample {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 30px;
  align-items: start;
}

.readyExample > div > h2 {
  margin: 0;
  color: var(--ready-ink);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.2;
}

.readyExample > div > p:not(.readyExampleLabel) {
  color: var(--ready-muted);
  font-size: 17px;
}

.readyExampleLabel {
  display: inline-block;
  margin: 0 0 13px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--ready-deep-blue);
  background: #e8f1ff;
  font-size: 13px;
  font-weight: 800;
}

.readyExampleCards article {
  min-height: 150px;
  background: #f3f8ff;
}

.readyExampleCards span {
  color: var(--ready-blue);
  font-size: 13px;
  font-weight: 800;
}

@media(max-width:760px) {
  .readySteps,
  .readyExample {
    width: min(100% - 28px, 1120px);
  }

  .readyStepsGrid,
  .readyExample,
  .readyExampleCards {
    grid-template-columns: 1fr;
  }
}
