.ca-guides-hub,
.ca-guide-page {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
.ca-guides-kicker {
  margin: 0;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ca-brand);
}
.ca-guides-kicker a { color: inherit; }
.ca-guides-lead { max-width: 40rem; font-size: 1.05rem; }
.ca-guides-warn {
  max-width: 40rem;
  margin: 1rem 0 0;
  padding: .85rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(194, 65, 12, .25);
  background: #fff7ed;
  font-size: .9rem;
}
.ca-guides-ctas {
  display: grid;
  gap: .75rem;
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .ca-guides-ctas { grid-template-columns: 1fr 1fr; }
}
.ca-guides-cta {
  display: block;
  padding: 1.25rem 1.35rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0,0,0,.1);
  background: var(--ca-paper);
  color: inherit;
  text-decoration: none;
}
.ca-guides-cta:hover { text-decoration: none; border-color: rgba(0,130,176,.4); }
.ca-guides-cta-navy { background: var(--ca-navy); color: #fff; border-color: transparent; }
.ca-guides-cta-navy .ca-guides-cta-kicker,
.ca-guides-cta-navy p { color: rgba(255,255,255,.75); }
.ca-guides-cta-navy .ca-guides-cta-title { color: #fff; }
.ca-guides-cta-navy span { color: #e6f5fb; }
.ca-guides-cta-wide { margin-top: .75rem; }
.ca-guides-cta-kicker {
  margin: 0;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ca-muted);
}
.ca-guides-cta-title {
  margin: .35rem 0 .25rem;
  font-family: var(--ca-font-display);
  font-size: 1.25rem;
}
.ca-guides-cta p { margin: 0; font-size: .875rem; color: var(--ca-muted); }
.ca-guides-cta span {
  display: inline-block;
  margin-top: 1rem;
  font-size: .875rem;
  font-weight: 700;
  color: var(--ca-brand);
}
.ca-guides-cat { margin-top: 3rem; }
.ca-guides-cat h2 { font-size: 1.5rem; }
.ca-guides-grid {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: .65rem;
}
@media (min-width: 640px) {
  .ca-guides-grid { grid-template-columns: 1fr 1fr; }
}
.ca-guides-card {
  display: flex;
  gap: .75rem;
  height: 100%;
  padding: 1rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(0,0,0,.1);
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.ca-guides-card:hover {
  text-decoration: none;
  border-color: rgba(0,130,176,.4);
  background: rgba(230,245,251,.5);
}
.ca-guides-num {
  flex: 0 0 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ca-navy);
  color: #fff;
  font-weight: 700;
  font-size: .85rem;
}
.ca-guides-meta {
  margin: 0;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ca-brand);
}
.ca-guides-card h3 { margin: .2rem 0; font-size: 1.05rem; }
.ca-guides-card p { margin: 0; font-size: .875rem; color: var(--ca-muted); }
.ca-guides-foot { margin-top: 2.5rem; color: var(--ca-muted); }

.ca-guide-page { padding-bottom: calc(5.75rem + env(safe-area-inset-bottom)); }
@media (min-width: 1024px) {
  .ca-guide-page { padding-bottom: 3rem; }
}
.ca-guide-progress-label {
  margin: .75rem 0 0;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ca-brand);
}
.ca-guide-meta { margin: .35rem 0 0; font-size: .85rem; color: var(--ca-muted); }
.ca-guide-need {
  margin-top: 1rem;
  padding: .85rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(0,0,0,.1);
  background: var(--ca-paper);
}
.ca-guide-need summary { font-weight: 600; cursor: pointer; }
.ca-guide-need ul { margin: .5rem 0 0; color: var(--ca-muted); }
.ca-guide-layout { margin-top: 1.5rem; }
@media (min-width: 1024px) {
  .ca-guide-layout {
    display: grid;
    grid-template-columns: minmax(0,13rem) 1fr;
    gap: 2rem;
  }
}
.ca-guide-toc { display: none; list-style: none; margin: 0; padding: 0; }
@media (min-width: 1024px) {
  .ca-guide-toc { display: block; }
}
.ca-guide-toc-btn {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  border-radius: .6rem;
  padding: .65rem .75rem;
  color: var(--ca-muted);
  cursor: pointer;
}
.ca-guide-toc-btn.is-active {
  background: var(--ca-navy);
  color: #fff;
  font-weight: 600;
}
.ca-guide-toc-btn span { margin-right: .4rem; opacity: .7; font-variant-numeric: tabular-nums; }
.ca-guide-chips {
  display: flex;
  gap: .4rem;
  overflow-x: auto;
  padding-bottom: .5rem;
  margin: 0 -1rem 1rem;
  padding-inline: 1rem;
}
@media (min-width: 1024px) {
  .ca-guide-chips { display: none; }
}
.ca-guide-chip-btn {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: .5rem .85rem;
  background: var(--ca-paper);
  color: var(--ca-muted);
  font-size: .75rem;
  font-weight: 600;
  cursor: pointer;
}
.ca-guide-chip-btn.is-active { background: var(--ca-navy); color: #fff; }
.ca-guide-step {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 1.15rem;
  background: #fff;
  padding: 1.15rem;
}
.ca-guide-chip {
  margin: 0;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ca-brand);
}
.ca-guide-step h2 { margin: .35rem 0 1rem; font-size: 1.35rem; }
.ca-guide-grid { display: flex; flex-direction: column; gap: 1.25rem; }
@media (min-width: 768px) {
  .ca-guide-grid { flex-direction: row; align-items: flex-start; }
}
.ca-guide-copy { min-width: 0; flex: 1; }
.ca-guide-label {
  margin: 0;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ca-navy);
}
.ca-guide-see {
  margin-top: .85rem;
  padding: .85rem 1rem;
  border-radius: .85rem;
  background: var(--ca-brand-soft);
}
.ca-guide-see .ca-guide-label { color: var(--ca-brand-dark); }
.ca-guide-tip { margin-top: .85rem; color: var(--ca-muted); }
.ca-guide-caution {
  margin-top: .85rem;
  padding: .85rem 1rem;
  border-radius: .85rem;
  border: 1px solid rgba(194, 65, 12, .3);
  background: #fff7ed;
}
.ca-guide-nav-desktop { display: none; margin-top: 1.25rem; gap: .5rem; flex-wrap: wrap; }
@media (min-width: 1024px) {
  .ca-guide-nav-desktop { display: flex; }
}
.ca-guide-siblings {
  display: none;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0,0,0,.1);
  justify-content: space-between;
  gap: 1rem;
  font-size: .9rem;
}
@media (min-width: 1024px) {
  .ca-guide-siblings { display: flex; }
}
.ca-guide-sticky {
  position: fixed;
  inset: auto 0 0;
  z-index: 30;
  display: flex;
  gap: .5rem;
  padding: .75rem 1rem max(.75rem, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(0,0,0,.1);
  background: rgba(255,255,255,.96);
}
.ca-guide-sticky .ca-guide-back { flex: 1; min-height: 3rem; }
.ca-guide-sticky .ca-guide-next { flex: 1.4; min-height: 3rem; }
@media (min-width: 1024px) {
  .ca-guide-sticky { display: none; }
}

.ca-sl-stores-block { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(0,0,0,.1); }
.ca-sl-stores { list-style: none; margin: .75rem 0 0; padding: 0; display: grid; gap: .75rem; }
.ca-sl-stores li {
  display: flex;
  gap: .75rem;
  align-items: center;
  padding: .75rem;
  border-radius: 1rem;
  border: 1px solid rgba(0,0,0,.1);
  background: var(--ca-paper);
}
.ca-sl-qr {
  flex: 0 0 auto;
  padding: .25rem;
  background: #fff;
  border-radius: .6rem;
  line-height: 0;
}
.ca-sl-store-name { margin: 0; font-weight: 600; }
.ca-sl-stores .ca-btn { margin-top: .5rem; }

.ca-sl-phone-wrap,
.ca-sl-hw-wrap { width: min(200px, 58vw); margin-inline: auto; flex: 0 0 auto; }
@media (min-width: 640px) {
  .ca-sl-phone-wrap { width: 240px; }
}
.ca-sl-hw-wrap { width: min(100%, 16rem); }
.ca-sl-caption { margin: .5rem 0 0; text-align: center; font-size: .7rem; color: var(--ca-muted); }
.ca-sl-phone {
  border: 7px solid var(--ca-ink);
  border-radius: 1.85rem;
  background: var(--ca-ink);
  padding: 4px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.ca-sl-screen {
  position: relative;
  overflow: hidden;
  border-radius: 1.35rem;
  background: #f4f4f4;
  color: #222;
  font-size: 10px;
  line-height: 1.3;
  min-height: 390px;
  display: flex;
  flex-direction: column;
}
.ca-sl-status {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 8px 12px 4px;
  font-size: 9px;
  font-weight: 600;
}
.ca-sl-notch {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 64px;
  height: 14px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--ca-ink);
}
.ca-sl-body { flex: 1; display: flex; flex-direction: column; min-height: 390px; }
.ca-sl-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 8px 10px;
}
.ca-sl-top-side { width: 2rem; }
.ca-sl-top-right { text-align: right; color: #ff6a00; }
.ca-sl-top-title { font-weight: 600; font-size: 11px; }
.ca-sl-tabs {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid rgba(0,0,0,.1);
  background: #fff;
  padding: 6px 8px;
  text-align: center;
  color: #999;
}
.ca-sl-tabs .is-active { color: #ff6a00; font-weight: 600; }
.ca-sl-pad { padding: 12px; }
.ca-sl-pad-x { margin: 0 12px; }
.ca-sl-center-pad { padding: 40px 16px 16px; }
.ca-sl-center { text-align: center; }
.ca-sl-muted { color: #888; font-size: 9px; margin: 6px 0 2px; }
.ca-sl-strong { font-weight: 600; margin: 0; }
.ca-sl-ok { color: #16a34a; font-size: 9px; margin: 0; }
.ca-sl-bad { color: #c2410c; font-size: 9px; margin: 0; }
.ca-sl-link { color: #ff6a00; text-align: center; }
.ca-sl-brand-title { color: #ff6a00; font-size: 18px; font-weight: 700; text-align: center; }
.ca-sl-search, .ca-sl-field {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 8px;
  margin: 0 0 6px;
}
.ca-sl-field-on { border: 1px solid #ff6a00; background: #fff7ed; font-weight: 600; }
.ca-sl-strike { color: #bbb; text-decoration: line-through; display: flex; justify-content: space-between; }
.ca-sl-strike span { text-decoration: none; font-size: 8px; }
.ca-sl-card { background: #fff; border-radius: 12px; padding: 12px; margin: 8px 12px; box-shadow: 0 1px 2px rgba(0,0,0,.04); }
.ca-sl-row { display: flex; gap: 8px; align-items: flex-start; }
.ca-sl-row-between { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.ca-sl-grow { flex: 1; }
.ca-sl-app-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: #ff6a00; color: #fff; font-weight: 700; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
}
.ca-sl-pill { display: inline-block; margin-top: 4px; background: #ff6a00; color: #fff; border-radius: 999px; padding: 2px 12px; font-weight: 700; }
.ca-sl-note { background: #fff7ed; color: #9a3412; border-radius: 8px; padding: 8px; margin: 8px 12px; }
.ca-sl-warn { background: #fff7ed; color: #c2410c; border-radius: 8px; padding: 8px; font-weight: 600; }
.ca-sl-cta {
  margin: 16px 12px 0;
  background: #ff6a00;
  color: #fff;
  border-radius: 999px;
  padding: 8px;
  text-align: center;
  font-weight: 700;
}
.ca-sl-mini-cta { background: #ff6a00; color: #fff; border-radius: 8px; padding: 8px 10px; }
.ca-sl-plus {
  width: 24px; height: 24px; border-radius: 999px; background: #ff6a00; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
.ca-sl-home-head { display: flex; justify-content: space-between; align-items: center; background: #fff; padding: 8px 12px; }
.ca-sl-empty { margin: 12px; padding: 24px; border: 1px dashed rgba(0,0,0,.15); border-radius: 12px; background: #fff; text-align: center; color: #999; }
.ca-sl-cats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin: 8px 12px; }
.ca-sl-cats span { background: #f6f6f6; border-radius: 8px; padding: 12px 4px; text-align: center; color: #888; font-size: 9px; }
.ca-sl-others { margin: 0 12px; padding: 12px; border: 2px solid #ff6a00; background: #fff7ed; border-radius: 12px; text-align: center; font-weight: 600; }
.ca-sl-others span { display: block; margin-top: 4px; font-weight: 400; font-size: 9px; color: #888; }
.ca-sl-scan { margin: 12px; padding: 16px; background: #fff4ec; border-radius: 12px; text-align: center; }
.ca-sl-spinner {
  display: inline-block; width: 56px; height: 56px; border-radius: 999px;
  border: 4px solid #ff6a00; border-top-color: transparent;
}
.ca-sl-ol { margin: 12px; padding-left: 0; list-style: none; }
.ca-sl-power { display: flex; flex-direction: column; align-items: center; padding: 24px 0; }
.ca-sl-power-btn {
  width: 108px; height: 108px; border-radius: 999px; border: 6px solid #d4d4d4; background: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.ca-sl-power-btn.is-on { border-color: #22c55e; background: #ecfdf3; }
.ca-sl-power-btn strong { font-size: 16px; color: #888; }
.ca-sl-power-btn.is-on strong { color: #16a34a; }
.ca-sl-power-btn span { font-size: 9px; color: #888; }
.ca-sl-tools { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 4px; padding: 0 8px 12px; }
.ca-sl-tool { background: #fff; border-radius: 8px; padding: 8px 4px; text-align: center; color: #555; font-size: 8px; }
.ca-sl-tool.is-active { color: #ff6a00; }
.ca-sl-big { text-align: center; font-size: 28px; font-weight: 600; margin: 24px 0 4px; font-variant-numeric: tabular-nums; }
.ca-sl-ghost { margin: 24px 32px 0; border: 1px solid rgba(0,0,0,.15); border-radius: 999px; padding: 8px; text-align: center; font-weight: 600; }
.ca-sl-hm { display: flex; justify-content: center; gap: 24px; text-align: center; margin-top: 16px; }
.ca-sl-toggle { width: 28px; height: 16px; border-radius: 999px; background: #22c55e; display: inline-block; }
.ca-sl-days { display: flex; justify-content: space-between; margin: 8px 12px; }
.ca-sl-days span { width: 24px; height: 24px; border-radius: 999px; background: #ff6a00; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 600; }
.ca-sl-bars { display: flex; align-items: flex-end; gap: 4px; height: 96px; margin: 12px 16px; }
.ca-sl-bars span { flex: 1; background: rgba(255,106,0,.8); border-radius: 4px 4px 0 0; }
.ca-sl-setting { display: flex; justify-content: space-between; margin: 0; padding: 10px 12px; border-bottom: 1px solid rgba(0,0,0,.08); }
.ca-sl-on-badge { background: #22c55e; color: #fff; border-radius: 999px; padding: 2px 8px; font-weight: 700; font-size: 9px; }
.ca-sl-scene-btn { margin: 0 12px 8px; background: #ff6a00; color: #fff; border-radius: 12px; padding: 8px; text-align: center; font-weight: 700; }
.ca-sl-checks { text-align: left; color: #16a34a; font-size: 9px; margin-top: 16px; }
.ca-sl-widget { background: #dbeafe; padding: 32px 16px; min-height: 390px; }
.ca-sl-icons { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 8px; margin-top: 12px; }
.ca-sl-icons span { height: 40px; border-radius: 12px; background: rgba(255,255,255,.7); }
.ca-sl-airer-icon { display: flex !important; align-items: center; justify-content: center; background: #ff6a00 !important; color: #fff; font-weight: 700; font-size: 8px; }
.ca-sl-hw { border: 1px solid rgba(0,0,0,.1); border-radius: 1rem; background: var(--ca-paper); padding: 1.25rem 1rem; text-align: center; }
.ca-sl-hw-title { margin: .75rem 0 0; font-weight: 600; }
.ca-sl-hw-socket { width: 7rem; margin: 0 auto; background: #fff; border-radius: .75rem; padding: .75rem; }
.ca-sl-switch { width: 3rem; height: 4rem; margin: 0 auto; border-radius: .4rem; background: #e8e4dc; }
.ca-sl-switch span { display: block; width: 1rem; height: 2rem; margin: .5rem auto 0; border-radius: 2px; background: var(--ca-navy); }
.ca-sl-switch p { margin: .25rem 0 0; font-size: 8px; font-weight: 700; color: #16a34a; }
.ca-sl-hw-plug {
  width: 6rem; height: 9rem; margin: 0 auto; background: #fff; border-radius: 1rem;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.ca-sl-dot { width: 12px; height: 12px; border-radius: 999px; background: #d4d4d4; }
.ca-sl-mid-btn { width: 40px; height: 40px; margin-top: 12px; border-radius: 999px; background: #ff6a00; }
.ca-sl-hw-plug p { margin: 8px 0 0; font-size: 8px; font-weight: 700; color: #ff6a00; }
.ca-sl-bar { width: 32px; height: 8px; margin-top: 8px; border-radius: 999px; background: #d4d4d4; }
.ca-sl-hw-standby { width: 10rem; margin: 0 auto; background: #fff; border-radius: .75rem; padding: .75rem; }
.ca-sl-foot { height: 4rem; border-radius: .5rem; background: #dbeafe; }
.ca-sl-standby {
  display: flex; width: 3.5rem; height: 2rem; margin: -12px auto 0; align-items: center; justify-content: center;
  border-radius: 999px; background: var(--ca-heat); color: #fff; font-size: 9px; font-weight: 700;
}
.ca-sl-ring { outline: 2px solid #ff6a00; outline-offset: 2px; }

body.ca-is-guide-page .ca-footer { display: none; }
body.ca-is-guide-page { padding-bottom: 0; }
