:root { color-scheme: light; --bg: #f3f7fd; --surface: #ffffff; --ink: #111827; --muted: #475569; --line: #d9e2ef; --blue: #2563eb; --blue-dark: #1d4ed8; --soft-blue: #dbeafe; --shadow: 0 18px 45px rgba(15, 23, 42, 0.08); }
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, "Segoe UI", Arial, sans-serif; background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 52%, #f8fafc 100%); color: var(--ink); }
a { color: inherit; text-decoration: none; }
.topbar { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 84px; background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(10px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 22px; }
.brand-mark { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: var(--blue); color: #fff; font-size: 13px; font-weight: 900; }
.topnav { display: flex; align-items: center; gap: 28px; color: #0f172a; font-size: 16px; }
.topnav .language-switcher { flex: 0 0 auto; --p2a-language-switcher-min-width: 136px; --p2a-language-switcher-min-height: 40px; --p2a-language-switcher-radius: 8px; --p2a-language-switcher-bg: #f8fafc; --p2a-language-switcher-bg-hover: #eff6ff; --p2a-language-switcher-color: #0f172a; --p2a-language-switcher-font-size: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 12px; border: 0; background: #e5e7eb; color: #0f172a; font-weight: 800; font-size: 18px; cursor: pointer; box-shadow: none; }
.hero-actions .button { gap: 10px; }
.hero-actions .button-icon { width: 20px; height: 20px; display: block; object-fit: contain; flex: 0 0 20px; }
.button.primary { background: var(--blue); color: #fff; }
.button.primary:hover { background: var(--blue-dark); }
.button.muted { background: #e5e7eb; }
.prompt-recovery { margin-top: 22px; color: var(--muted); }
.prompt-recovery summary { width: fit-content; cursor: pointer; font-weight: 700; }
.prompt-recovery-content { margin-top: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.72); }
.prompt-recovery-content p { margin: 0 0 14px; line-height: 1.5; }
.prompt-recovery-content .button { font-size: 16px; }
.topnav .button { min-height: 42px; font-size: 15px; padding: 0 18px; }
.home-hero { max-width: 820px; margin: 0 auto; padding: 96px 20px 124px; text-align: center; }
.home-hero h1 { max-width: 100%; margin: 0 auto; font-size: clamp(48px, 6vw, 72px); line-height: .98; letter-spacing: -0.055em; font-weight: 900; overflow-wrap: normal; }
.home-hero h1 span { display: block; color: var(--blue); }
.home-hero p { max-width: 720px; margin: 28px auto 0; color: var(--muted); font-size: 22px; line-height: 1.35; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.trust-row { margin-top: 52px; display: flex; align-items: center; justify-content: center; gap: 44px; color: #475569; font-size: 16px; }
.trust-row span { white-space: nowrap; }
.how-section { max-width: 1280px; margin: 0 auto; padding: 36px 84px 72px; }
.how-section h2 { text-align: center; margin: 0 0 48px; font-size: 34px; letter-spacing: -0.03em; }
.section-lead { max-width: 680px; margin: -28px auto 42px; color: var(--muted); font-size: 19px; line-height: 1.45; text-align: center; }
.how-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.how-grid.six-step-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.how-card { min-height: 205px; padding: 30px 26px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); text-align: center; }
.step-icon { width: 64px; height: 64px; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center; font-size: 24px; font-weight: 900; box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .04); }
.step-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.step-icon img { width: 34px; height: 34px; display: block; object-fit: contain; }
.step-icon.blue { background: #dbeafe; color: #1d4ed8; }
.step-icon.purple { background: #f3e8ff; color: #7e22ce; }
.step-icon.green { background: #dcfce7; color: #15803d; }
.step-icon.orange { background: #ffedd5; color: #c2410c; }
.how-card h3 { margin: 0 0 12px; font-size: 20px; }
.how-card p { margin: 0; color: var(--muted); line-height: 1.45; }
.home-install-section { max-width: 1112px; margin: -18px auto 84px; padding: 40px 44px 42px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); box-shadow: var(--shadow); }
.install-kicker { width: fit-content; margin: 0 auto 10px; padding: 5px 12px; border-radius: 999px; background: #eff6ff; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.home-install-section h2 { margin: 0 0 12px; font-size: 30px; line-height: 1.15; letter-spacing: -0.03em; text-align: center; }
.home-install-section .install-intro { max-width: 720px; margin: 0 auto 32px; color: var(--muted); font-size: 18px; line-height: 1.5; text-align: center; }
.home-install-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.home-install-card { padding: 28px 30px; border: 1px solid var(--line); border-radius: 12px; background: #fff; text-align: left; box-shadow: 0 2px 10px rgba(15, 23, 42, .05); }
.home-install-card-title { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.home-install-card h3 { margin: 0 0 6px; font-size: 22px; }
.home-install-card p { margin: 0; color: var(--muted); }
.home-install-card ol { margin: 0; padding-left: 22px; }
.home-install-card li { padding-left: 7px; margin: 12px 0; color: #1f2937; line-height: 1.45; }
.home-install-card li::marker { color: var(--blue); font-weight: 900; }
.home-install-card .install-icon { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; flex: 0 0 auto; }
.home-install-card .install-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.home-install-card .install-icon .platform-icon { fill: currentColor; stroke: none; }
.home-install-card .install-icon.ios { background: #dbeafe; color: #2563eb; box-shadow: inset 0 0 0 1px #bfdbfe; }
.home-install-card .install-icon.android { background: #dcfce7; color: #16a34a; box-shadow: inset 0 0 0 1px #bbf7d0; }
@media (max-width: 960px) { .topbar { padding: 16px 20px; height: auto; align-items: flex-start; flex-direction: column; } .topnav { flex-wrap: wrap; gap: 14px; } .home-hero { padding: 64px 20px 84px; } .trust-row { flex-direction: column; gap: 14px; } .how-section { padding: 28px 20px 56px; } .how-grid, .how-grid.six-step-grid, .home-install-grid { grid-template-columns: 1fr; } .home-install-section { margin: 0 20px 64px; padding: 30px 24px 32px; } .home-install-section h2 { font-size: 26px; } .home-install-card { padding: 24px 22px; } }
@media (max-width: 600px) { .home-hero { padding: 52px 18px 72px; } .home-hero h1 { max-width: 11.6em; font-size: clamp(34px, 9.2vw, 42px); line-height: 1.08; letter-spacing: -0.035em; overflow-wrap: anywhere; } .home-hero p { font-size: 18px; line-height: 1.45; } .hero-actions { gap: 12px; } }
@media (max-width: 360px) { .home-hero { padding-left: 16px; padding-right: 16px; } .home-hero h1 { font-size: clamp(31px, 9.4vw, 34px); line-height: 1.1; letter-spacing: -0.025em; } .hero-actions .button { width: 100%; } }
.how-main { max-width: 1040px; margin: 0 auto; padding: 58px 20px 80px; }
.how-hero { text-align: center; margin-bottom: 54px; }
.how-hero h1 { margin: 0; font-size: 40px; line-height: 1.1; letter-spacing: -0.04em; font-weight: 900; }
.how-hero p { margin: 20px 0 0; color: var(--muted); font-size: 20px; }
.steps-grid.six-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin: 0 auto 64px; }
.flow-card { min-height: 245px; padding: 28px 34px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 3px 12px rgba(15, 23, 42, .08); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.flow-icon { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 18px; font-size: 30px; font-weight: 900; }
.flow-icon.blue { color: var(--blue); background: #dbeafe; }
.step-label { margin: 0 0 16px; color: var(--blue); font-weight: 800; }
.flow-card p:last-child { margin: 0; color: #1f2937; font-size: 17px; line-height: 1.45; }
.install-section { text-align: center; margin-top: 20px; }
.install-section h2 { margin: 0; font-size: 28px; letter-spacing: -0.03em; }
.install-section > p { margin: 28px 0 36px; color: var(--muted); font-size: 18px; }
.install-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; text-align: left; margin-bottom: 34px; }
.install-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 30px 34px; box-shadow: 0 3px 12px rgba(15, 23, 42, .08); }
.install-title { display: flex; gap: 18px; align-items: center; margin-bottom: 18px; }
.install-icon { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; font-size: 28px; font-weight: 900; flex: 0 0 auto; }
.install-icon.ios { background: #f1f5f9; color: #334155; }
.install-icon.android { background: #dcfce7; color: #16a34a; }
.install-card h3 { margin: 0 0 8px; font-size: 24px; }
.install-card p { margin: 0; color: var(--muted); }
.install-card ol { margin: 22px 0 0; padding-left: 24px; }
.install-card li { padding-left: 8px; margin: 14px 0; color: #1f2937; }
.install-card li::marker { color: var(--blue); font-weight: 900; }
.detail-link { color: var(--blue); font-weight: 800; }
.ready-section { margin-top: 64px; text-align: center; }
.ready-section h2 { margin: 0 0 24px; font-size: 26px; }
.ready-actions { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
@media (max-width: 900px) { .steps-grid.six-steps, .install-grid { grid-template-columns: 1fr; } .how-main { padding-top: 40px; } }

/* PUBLIC_HOME_AND_JOURNEY_20260727 */
.home-process-preview {
  max-width: 1152px;
  margin: -18px auto 0;
  padding: 64px 20px 96px;
  border-top: 1px solid var(--line);
}
.home-process-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 42px;
}
.home-process-heading .eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-process-heading h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.home-process-heading .section-lead {
  margin: 0;
  text-align: left;
  font-size: 18px;
}
.home-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.home-process-track::before {
  position: absolute;
  top: 37px;
  right: 17%;
  left: 17%;
  z-index: 0;
  height: 2px;
  background: linear-gradient(90deg, #bfdbfe 0%, #99f6e4 52%, #a7f3d0 100%);
  content: "";
}
.home-process-step {
  position: relative;
  z-index: 1;
  min-height: 230px;
  padding: 76px 28px 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
}
.home-process-step::after {
  position: absolute;
  right: -38px;
  bottom: -52px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: rgba(15, 118, 110, .055);
  content: "";
}
.home-process-icon {
  position: absolute;
  top: 22px;
  left: 28px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #cfe2df;
  border-radius: 14px;
  background: linear-gradient(145deg, #ecfdf5, #eff6ff);
  color: #0f766e;
}
.home-process-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-process-number {
  position: absolute;
  top: 28px;
  right: 26px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
}
.home-process-step h3 {
  position: relative;
  margin: 14px 0 10px;
  font-size: 21px;
  line-height: 1.2;
}
.home-process-step p {
  position: relative;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}
.home-process-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.home-process-action .button {
  gap: 14px;
  border: 1px solid var(--line);
}

.how-page {
  background:
    radial-gradient(circle at 12% 18%, rgba(59, 130, 246, .08), transparent 24rem),
    radial-gradient(circle at 88% 38%, rgba(13, 148, 136, .08), transparent 26rem),
    #f5f8f7;
}
.how-page .how-main {
  max-width: 1220px;
  padding: 70px 24px 96px;
}
.how-page .how-hero {
  max-width: 1040px;
  margin: 0 auto 74px;
}
.how-page .how-hero .eyebrow,
.how-validation-panel .eyebrow,
.install-section-heading .eyebrow {
  margin: 0 0 14px;
  color: var(--aq-accent, #0f766e);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.how-page .how-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.02;
}
.how-page .how-hero > p:not(.eyebrow) {
  max-width: 780px;
  margin: 24px auto 0;
  font-size: 19px;
  line-height: 1.55;
}
.how-route-overview {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 44px;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, .34);
  border-radius: 20px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 20px 50px rgba(15, 23, 42, .055);
}
.how-route-overview::before {
  position: absolute;
  top: 41px;
  right: 13%;
  left: 13%;
  height: 2px;
  background: linear-gradient(90deg, #93c5fd, #5eead4, #fbbf24);
  content: "";
}
.how-route-overview span {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--muted);
  font-size: 13px;
}
.how-route-overview i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #e6f4f1;
  color: var(--aq-accent, #0f766e);
  box-shadow: 0 0 0 1px #cbded9;
}
.how-route-overview i svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.how-route-overview b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.journey-section {
  max-width: 1040px;
  margin: 0 auto;
}
.journey-list {
  position: relative;
  display: grid;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.journey-list::before {
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 34px;
  width: 2px;
  background: linear-gradient(180deg, #60a5fa, #8b5cf6 22%, #14b8a6 48%, #f59e0b 69%, #0f766e);
  content: "";
}
.journey-step {
  --journey-color: #2563eb;
  --journey-soft: #eff6ff;
  position: relative;
  display: grid;
  grid-template-columns: 70px 220px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}
.journey-step-violet { --journey-color: #7c3aed; --journey-soft: #f5f3ff; }
.journey-step-teal { --journey-color: #0f766e; --journey-soft: #ecfdf5; }
.journey-step-amber { --journey-color: #b45309; --journey-soft: #fffbeb; }
.journey-marker {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 28px;
}
.journey-marker span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 5px solid #f5f8f7;
  border-radius: 50%;
  background: var(--journey-color);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--journey-color) 34%, transparent);
}
.journey-visual {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: center;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--journey-color) 24%, #fff);
  border-radius: 22px;
  background:
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, .94) 0 14%, transparent 15%),
    linear-gradient(145deg, var(--journey-soft), #fff);
  color: var(--journey-color);
}
.journey-visual > svg {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.journey-visual i {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--journey-color) 24%, transparent);
  border-radius: 50%;
}
.journey-visual i:nth-of-type(1) { width: 148px; height: 148px; }
.journey-visual i:nth-of-type(2) { width: 104px; height: 104px; border-style: dashed; }
.journey-visual i:nth-of-type(3) { right: -24px; bottom: -30px; width: 92px; height: 92px; background: color-mix(in srgb, var(--journey-color) 9%, transparent); }
.how-page .journey-card {
  min-height: 190px;
  padding: 30px 36px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--journey-color);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 45px rgba(15, 23, 42, .055);
}
.journey-card .step-label {
  margin: 0 0 10px;
  color: var(--journey-color);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.journey-card h2 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.15;
}
.journey-card > p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.how-validation-panel {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 52px;
  align-items: center;
  max-width: 1040px;
  margin: 76px auto 0;
  padding: 42px;
  overflow: hidden;
  border: 1px solid #cfe2df;
  border-radius: 24px;
  background: linear-gradient(135deg, #eaf7f3, #fff 62%);
}
.validation-graphic {
  position: relative;
  display: grid;
  min-height: 210px;
  place-items: center;
  border-radius: 20px;
  background: #0f2d2a;
}
.validation-shield {
  position: relative;
  z-index: 2;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 28px;
  background: linear-gradient(145deg, #1c4f49, #0d2724);
  color: #8ee4cf;
  box-shadow: 0 22px 45px rgba(0, 0, 0, .24);
}
.validation-shield svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.validation-line {
  position: absolute;
  right: 28px;
  left: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(142, 228, 207, .45), transparent);
}
.validation-line-one { top: 42px; }
.validation-line-two { bottom: 42px; }
.validation-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5eead4;
  box-shadow: 0 0 18px #5eead4;
}
.validation-dot-one { top: 38px; left: 52px; }
.validation-dot-two { right: 52px; bottom: 38px; }
.validation-copy h2 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.12;
}
.validation-copy > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}
.how-page .install-section {
  margin-top: 76px;
}
.install-section-heading {
  max-width: 720px;
  margin: 0 auto 30px;
}
.install-section-heading h2 {
  font-size: clamp(32px, 3.4vw, 46px);
}
.how-page .install-section-heading > p:last-child {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}
.how-page .install-grid {
  align-items: stretch;
  gap: 18px;
  margin-bottom: 22px;
}
.how-page .install-card {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  align-content: start;
  gap: 22px;
  min-height: 0;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
}
.device-preview {
  display: grid;
  min-height: 280px;
  place-items: center;
  overflow: hidden;
  border-radius: 16px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .75), transparent 30%),
    linear-gradient(155deg, #dbeafe, #eef2ff);
}
.install-card-android .device-preview {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .72), transparent 30%),
    linear-gradient(155deg, #d1fae5, #ecfdf5);
}
.device-shell {
  position: relative;
  width: 92px;
  height: 182px;
  padding: 16px 7px 8px;
  border: 4px solid #172033;
  border-radius: 22px;
  background: #172033;
  box-shadow: 0 24px 38px rgba(15, 23, 42, .24);
}
.device-speaker {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #657084;
  transform: translateX(-50%);
}
.device-screen {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  padding: 24px 10px 12px;
  border-radius: 13px;
  background: linear-gradient(180deg, #fff, #eff6ff);
}
.install-card-android .device-screen {
  background: linear-gradient(180deg, #fff, #ecfdf5);
}
.device-app-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  background: #0f766e;
  color: #fff;
  box-shadow: 0 12px 24px rgba(15, 118, 110, .24);
}
.device-app-mark svg,
.device-action svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.device-app-mark .platform-emblem,
.how-page .install-icon .platform-emblem {
  fill: currentColor;
  stroke: none;
}
.apple-emblem {
  transform: translate(1.25px, .25px);
}
.device-app-mark.apple-mark {
  background: #172033;
}
.device-app-mark.android-mark {
  background: #168348;
}
.device-screen-line {
  width: 50px;
  height: 5px;
  margin-top: 16px;
  border-radius: 999px;
  background: #cbd5e1;
}
.device-screen-line.short {
  width: 34px;
  margin-top: 7px;
  opacity: .65;
}
.device-action {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #2563eb;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .16);
}
.install-card-android .device-action { color: #15803d; }
.install-content {
  width: 100%;
  align-self: start;
}
.how-page .install-title {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  min-height: 62px;
  margin-bottom: 0;
}
.how-page .install-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
}
.how-page .install-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.how-page .install-icon.ios {
  background: #f1f5f9;
  color: #172033;
}
.how-page .install-icon.android {
  background: #e8f7ee;
  color: #168348;
}
.install-heading-copy {
  display: grid;
  grid-template-rows: 28px 24px;
  row-gap: 2px;
  align-content: start;
  min-width: 0;
}
.how-page .install-card h3 {
  display: flex;
  height: 28px;
  align-items: center;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1;
}
.how-page .install-card .browser-label {
  display: inline-flex;
  box-sizing: border-box;
  width: 116px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 0 9px;
  border: 1px solid #d7e3df;
  border-radius: 999px;
  background: #f5f9f7;
  color: #52645f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.how-page .install-card ol {
  display: grid;
  grid-template-rows: 50px 50px 58px 50px;
  margin-top: 10px;
  padding-left: 22px;
}
.how-page .install-card li {
  box-sizing: border-box;
  margin: 0;
  padding-top: 5px;
  line-height: 1.38;
}
.how-page .detail-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #b9d2cc;
  border-radius: 10px;
  background: #fff;
  color: var(--aq-accent, #0f766e);
  font-weight: 850;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.how-page .detail-link:hover {
  border-color: var(--aq-accent, #0f766e);
  background: #eff8f5;
  transform: translateY(-1px);
}
.how-page .ready-section {
  margin-top: 78px;
  padding: 42px 24px;
  border: 1px solid #cfe2df;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f2d2a, #164e46);
}
.how-page .ready-section h2 {
  color: #f0fdfa;
  font-size: 30px;
}

@media (max-width: 960px) {
  .home-process-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .home-process-track {
    grid-template-columns: 1fr;
  }
  .home-process-track::before {
    display: none;
  }
  .home-process-step {
    min-height: 0;
  }
  .journey-step {
    grid-template-columns: 64px 170px minmax(0, 1fr);
    gap: 16px;
  }
  .how-validation-panel {
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
    gap: 32px;
    padding: 30px;
  }
  .how-page .install-grid {
    grid-template-columns: 1fr;
  }
  .how-page .install-card {
    min-height: 0;
  }
}
@media (max-width: 680px) {
  .home-process-preview {
    padding: 48px 18px 70px;
  }
  .home-process-heading h2 {
    font-size: 32px;
  }
  .home-process-action .button {
    width: 100%;
  }
  .how-page .how-main {
    padding: 48px 16px 72px;
  }
  .how-page .how-hero {
    margin-bottom: 48px;
  }
  .how-page .how-hero h1 {
    font-size: clamp(36px, 10vw, 48px);
  }
  .how-route-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .how-route-overview::before {
    display: none;
  }
  .journey-list {
    gap: 20px;
  }
  .journey-list::before {
    left: 25px;
  }
  .journey-step {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
  }
  .journey-marker {
    grid-row: 1 / span 2;
    padding-top: 18px;
  }
  .journey-marker span {
    width: 42px;
    height: 42px;
    border-width: 4px;
    font-size: 10px;
  }
  .journey-visual {
    grid-column: 2;
    min-height: 126px;
  }
  .journey-visual > svg {
    width: 42px;
    height: 42px;
  }
  .journey-visual i:nth-of-type(1) { width: 112px; height: 112px; }
  .journey-visual i:nth-of-type(2) { width: 78px; height: 78px; }
  .how-page .journey-card {
    grid-column: 2;
    min-height: 0;
    padding: 24px;
  }
  .journey-card h2 {
    font-size: 23px;
  }
  .how-validation-panel {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 56px;
    padding: 20px;
  }
  .validation-graphic {
    min-height: 170px;
  }
  .validation-copy {
    padding: 0 4px 6px;
  }
  .validation-copy h2 {
    font-size: 27px;
  }
  .how-page .install-section {
    margin-top: 68px;
  }
  .how-page .install-card {
    grid-template-columns: 1fr;
  }
  .device-preview {
    min-height: 190px;
  }
  .device-shell {
    width: 88px;
    height: 172px;
  }
}

.nav-user { font-weight: 800; color: #0f172a; max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.logout-notice { max-width: 820px; margin: 24px auto -40px; padding: 14px 18px; border: 1px solid #bbf7d0; border-radius: 12px; background: #f0fdf4; color: #166534; font-weight: 800; text-align: center; }
[hidden] { display: none !important; }

/* PUBLIC_NAVIGATION_ANTI_FLICKER_20260728 */
@media (min-width: 1200px) {
  .aq-public-shell .topnav > [data-public-auth-user],
  .aq-public-shell .topnav > [data-public-auth-guest] {
    display: inline-flex;
    width: 180px;
    min-width: 180px;
    justify-content: flex-end;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .aq-public-shell .topnav > [data-public-primary-cta] {
    width: 228px;
    min-width: 228px;
    white-space: nowrap;
  }
  .aq-public-shell .topnav > [data-public-auth-user][hidden],
  .aq-public-shell .topnav > [data-public-auth-guest][hidden] {
    display: none;
  }
}
@view-transition {
  navigation: auto;
}
.aq-public-shell > .topbar {
  view-transition-name: aq-public-header;
}
::view-transition-group(aq-public-header),
::view-transition-old(aq-public-header),
::view-transition-new(aq-public-header) {
  animation-duration: 0s;
  animation-name: none;
}
@media (prefers-reduced-motion: no-preference) {
  ::view-transition-old(root) {
    animation-duration: 110ms;
  }
  ::view-transition-new(root) {
    animation-duration: 160ms;
  }
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation-duration: 0s;
  }
}

/* INSTALL_GUIDE_PAGE_20260728 */
.install-guide-main {
  max-width: 1152px;
  margin: 0 auto;
  padding: 72px 24px 96px;
}
.install-guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  gap: 48px;
  align-items: center;
  padding-bottom: 68px;
  border-bottom: 1px solid var(--line);
}
.install-guide-copy .eyebrow {
  margin: 0 0 14px;
  color: var(--aq-accent, #0f766e);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.install-guide-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.install-guide-copy > p:last-child {
  max-width: 740px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}
.install-link-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 150px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #bad8d1;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 12%, rgba(45, 212, 191, .18), transparent 34%),
    linear-gradient(145deg, #f0fdfa, #fff);
  box-shadow: 0 18px 42px rgba(15, 118, 110, .1);
}
.install-link-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  background: #0f766e;
  color: #fff;
  box-shadow: 0 12px 24px rgba(15, 118, 110, .22);
}
.install-link-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.install-link-card p {
  margin: 0 0 9px;
  color: #315f58;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.install-link-card code {
  display: block;
  overflow-wrap: anywhere;
  color: #103d38;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}
.install-guide-page .install-guide-section {
  margin-top: 72px;
}
.install-guide-page .install-section-heading {
  margin-bottom: 34px;
  text-align: center;
}
.install-guide-page .install-section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.1;
  letter-spacing: -.035em;
}
.install-guide-page .install-section-heading > p:last-child {
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}
.install-guide-page .install-grid {
  gap: 20px;
  margin-bottom: 0;
}
.install-guide-page .install-card {
  border-color: #cbdad6;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .07);
}
.install-unavailable {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid #f2d3a2;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffbeb, #fff);
}
.install-unavailable-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 15px;
  background: #fff1c7;
  color: #a15c08;
}
.install-unavailable-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.install-unavailable-copy .label {
  margin: 0 0 5px;
  color: #9a5b0a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.install-unavailable-copy h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
}
.install-unavailable-copy > p:last-child {
  margin: 7px 0 0;
  color: #705b3f;
  line-height: 1.5;
}
.install-unavailable .button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #dfbd88;
  background: #fff;
  color: #77450b;
  font-size: 15px;
}
.install-unavailable .button:hover {
  border-color: #b7791f;
  background: #fff8e7;
}
@media (max-width: 960px) {
  .install-guide-main {
    padding-top: 52px;
  }
  .install-guide-hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 54px;
  }
  .install-link-card {
    min-height: 0;
  }
  .install-guide-page .install-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .install-guide-main {
    padding: 42px 16px 72px;
  }
  .install-guide-copy h1 {
    font-size: clamp(34px, 10vw, 44px);
  }
  .install-guide-copy > p:last-child {
    font-size: 17px;
  }
  .install-link-card {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 20px;
  }
  .install-link-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }
  .install-link-icon svg {
    width: 22px;
    height: 22px;
  }
  .install-guide-page .install-guide-section {
    margin-top: 56px;
  }
  .install-unavailable {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 20px;
  }
  .install-unavailable-icon {
    width: 44px;
    height: 44px;
  }
  .install-unavailable .button {
    grid-column: 1 / -1;
    width: 100%;
  }
}
