/*
 * Display Dimmer secondary-page visual system.
 * Loaded after the legacy page styles so every guide, support, legal, and
 * purchase page shares the quieter blue/neutral language of the homepage.
 */

:root {
  color-scheme: dark;
  --bg: #080a0d;
  --band: #0c1015;
  --surface: #11161d;
  --surface-raised: #161c24;
  --subtle: #77818e;
  --line: #28313d;
  --line-strong: #3a4656;
  --accent: #2f86ff;
  --accent-hover: #559dff;
  --accent-active: #1f6ed4;
  --focus: #80b9ff;
  --radius-control: 8px;
  --radius-card: 12px;
  --radius-media: 16px;
  --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.24);
  --bg0: #080a0d;
  --bg1: #0c1015;
  --card: #11161d;
  --card2: #161c24;
  --stroke: #28313d;
  --text: #f5f7fa;
  --muted: #a9b2be;
  --muted2: #77818e;
  --link: #559dff;
  --shadow: 0 18px 52px rgba(0, 0, 0, 0.3);
  --radius: 12px;

  --home-bg: #080a0d;
  --home-band: #0c1015;
  --home-ink: #f5f7fa;
  --home-muted: #a9b2be;
  --home-soft: #77818e;
  --home-line: #28313d;
  --home-panel: #11161d;
  --home-panel-strong: #161c24;
  --home-teal: #559dff;
  --home-blue: #2f86ff;

  --activation-blue: #2f86ff;
  --activation-blue-bright: #559dff;
  --activation-blue-hover: #80b9ff;
  --activation-teal: #559dff;
  --activation-ink: #f5f7fa;
  --activation-muted: #a9b2be;
  --activation-panel: #11161d;
  --activation-panel-soft: #161c24;
  --activation-border: #28313d;
  --activation-border-strong: #3a4656;
}

html {
  background: #080a0d;
  scroll-padding-top: 112px;
}

body {
  min-width: 320px;
  background: #080a0d;
  color: #f5f7fa;
  font-family: "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 17% 22%, rgba(85, 157, 255, 0.045), transparent 30rem),
    radial-gradient(circle at 86% 8%, rgba(47, 134, 255, 0.025), transparent 28rem),
    #080a0d;
  content: "";
  pointer-events: none;
}

.bg {
  display: none;
}

a {
  color: #559dff;
}

a:hover {
  color: #80b9ff;
}

::selection {
  background: rgba(47, 134, 255, 0.35);
  color: #fff;
}

/* Align the hierarchy with the article column, not the wider header shell. */
.page-breadcrumbs {
  width: min(1100px, calc(100% - 44px));
  color: #77818e;
}

.page-breadcrumbs ol {
  padding-inline: 22px;
}

.page-breadcrumbs a {
  color: #8e99a7;
}

.page-breadcrumbs a:hover {
  color: #d7e0ea;
}

.page-breadcrumbs li + li::before {
  color: #536071;
}

.page-breadcrumbs [aria-current="page"] {
  color: #b1bbc7;
}

/* Page introductions */
.guide-hero,
.contact-hero,
.legal-hero,
.app-rules-hero,
.cli-hero {
  position: relative;
  isolation: isolate;
}

.guide-hero::before,
.contact-hero::before,
.legal-hero::before,
.app-rules-hero::before,
.cli-hero::before {
  top: -150px;
  left: 50%;
  width: 100vw;
  height: 620px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse 70% 50% at 50% 10%, rgba(47, 134, 255, 0.12), rgba(47, 134, 255, 0.035) 48%, transparent 78%);
  opacity: 1;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.94) 56%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.94) 56%, transparent 100%);
}

.guide-copy h1,
.contact-copy h1,
.legal-hero h1,
.app-rules-copy h1,
.app-rules-title h1,
.cli-hero-copy h1,
.activation-hero h1 {
  color: #f5f7fa;
  font-weight: 760;
  letter-spacing: -0.045em;
  text-shadow: none;
}

.guide-copy h1 span,
.contact-copy h1 span,
.legal-hero h1 span,
.app-rules-copy h1 span,
.app-rules-title h1 span,
.cli-hero-copy h1 span,
.activation-hero h1 span {
  color: #4c93ff;
  text-shadow: 0 0 28px rgba(47, 134, 255, 0.16);
}

.guide-copy h1 span {
  white-space: normal;
}

.guide-copy p,
.contact-copy p,
.legal-hero p,
.app-rules-copy p,
.app-rules-title p,
.cli-hero-copy p,
.activation-hero > p {
  color: #a9b2be;
}

.ph-pill {
  border-color: rgba(85, 157, 255, 0.3);
  background: rgba(17, 22, 29, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  color: #8fc2ff;
}

.demo-pill {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  gap: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #91a0b3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.3;
  text-transform: none;
}

.demo-pill > span {
  display: block;
  width: 18px;
  height: 2px;
  flex: 0 0 18px;
  border: 0;
  border-radius: 0;
  background: #2f86ff;
  box-shadow: none;
}

.demo-pill > span::before,
.demo-pill > span::after {
  display: none !important;
  content: none !important;
}

.guide-meta-row span,
.cli-meta-row span,
.legal-updated {
  border-color: #354153;
  background: rgba(22, 28, 36, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  color: #b4bdc8;
}

/* One restrained surface language across every article family. */
.guide-cta-card,
.guide-summary-grid article,
.guide-nav-card,
.guide-panel,
.guide-method-grid article,
.guide-related-grid a,
.guide-faq details,
.guide-final-cta,
.contact-panel,
.contact-help-card,
.legal-summary-grid article,
.legal-nav-card,
.legal-panel,
.activation-result-card,
.activation-path-card,
.activation-trouble-card,
.activation-support-card,
.cli-terminal-card,
.cli-steps article,
.cli-command-grid article,
.cli-method-grid article,
.cli-warning-card,
.ph-panel,
.ph-result {
  border-color: #28313d;
  background:
    linear-gradient(145deg, rgba(22, 28, 36, 0.82), rgba(13, 18, 24, 0.94)),
    #11161d;
  box-shadow:
    0 14px 38px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.guide-cta-card,
.guide-panel,
.contact-panel,
.legal-panel,
.activation-result-card,
.activation-path-card,
.activation-trouble-card,
.activation-support-card,
.cli-terminal-card,
.ph-panel {
  border-radius: 16px;
}

.guide-summary-grid article,
.contact-help-card,
.legal-summary-grid article,
.guide-nav-card,
.legal-nav-card,
.guide-final-cta,
.guide-method-grid article,
.guide-related-grid a,
.guide-faq details,
.cli-steps article,
.cli-command-grid article,
.cli-method-grid article,
.cli-warning-card,
.ph-result {
  border-radius: 12px;
}

.guide-copy h1,
.contact-copy h1,
.legal-hero h1,
.app-rules-copy h1,
.app-rules-title h1,
.cli-hero-copy h1,
.activation-hero h1 {
  max-width: 18ch;
  font-size: clamp(2.5rem, 5.4vw, 4.6rem);
  line-height: 0.99;
  white-space: normal;
}

.guide-copy p,
.contact-copy p,
.legal-hero p,
.app-rules-copy p,
.app-rules-title p,
.cli-hero-copy p,
.activation-hero > p {
  max-width: 64ch;
  line-height: 1.62;
}

.guide-summary-grid {
  gap: 14px;
}

.guide-summary-grid article {
  min-height: 0;
  padding: 22px;
  border-radius: 12px;
}

.guide-summary-grid h2 {
  font-size: 20px;
}

.guide-cta-card h2,
.guide-summary-grid h2,
.guide-section h2,
.guide-section h3,
.guide-related-grid strong,
.guide-faq summary,
.guide-final-cta h2,
.contact-panel h2,
.contact-help-card h2,
.legal-summary-grid h2,
.legal-section h2,
.activation-result-card h1,
.activation-card-heading h2,
.activation-section-heading h2,
.activation-trouble-card h3,
.activation-support-card h2,
.cli-steps h3,
.cli-command-grid h3,
.cli-method-grid h3,
.cli-warning-card strong,
.ph-panel h2 {
  color: #f5f7fa;
  text-shadow: none;
}

.guide-cta-card p,
.guide-summary-grid p,
.guide-section p,
.guide-section li,
.guide-related-grid span,
.guide-faq p,
.guide-final-cta p,
.contact-panel p,
.contact-help-card p,
.legal-summary-grid p,
.legal-section p,
.legal-section li,
.activation-result-copy,
.activation-card-heading p,
.activation-step p,
.activation-section-heading p,
.activation-trouble-card p,
.activation-support-card p,
.cli-steps p,
.cli-command-grid p,
.cli-method-grid p,
.cli-warning-card span,
.ph-panel p {
  color: #a9b2be;
}

.guide-section,
.legal-section {
  border-bottom-color: rgba(40, 49, 61, 0.82);
}

.guide-nav-card a,
.legal-nav-card a {
  color: #a9b2be;
}

.guide-nav-card a:hover,
.legal-nav-card a:hover,
.guide-nav-card a:focus-visible,
.legal-nav-card a:focus-visible {
  color: #f5f7fa;
  background: rgba(47, 134, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(85, 157, 255, 0.18);
}

.guide-related-grid a,
.contact-help-card,
.guide-summary-grid article,
.legal-summary-grid article {
  transition: border-color 160ms ease-out, background-color 160ms ease-out, transform 160ms ease-out;
}

.guide-faq summary::after {
  border-color: rgba(85, 157, 255, 0.38);
  background:
    linear-gradient(#559dff, #559dff) center / 10px 2px no-repeat,
    linear-gradient(#559dff, #559dff) center / 2px 10px no-repeat,
    #111923;
}

.guide-faq details[open] summary::after {
  background:
    linear-gradient(#559dff, #559dff) center / 10px 2px no-repeat,
    #111923;
}

.guide-section ul li::before,
.legal-section li::before {
  background: #559dff;
  box-shadow: none;
}

/* The dedicated comparison repeats the homepage decision block, then goes deeper. */
.free-pro-pricing {
  scroll-margin-top: 112px;
  padding-bottom: 30px;
}

.free-pro-pricing .pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 960px;
  margin-inline: auto;
}

.free-pro-pricing .price-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px 27px 25px;
  border: 1px solid #28313d;
  border-radius: 12px;
  background: #11161d;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.free-pro-pricing .price-card-pro {
  position: relative;
  border-color: rgba(47, 134, 255, 0.76);
  background:
    linear-gradient(180deg, rgba(47, 134, 255, 0.11), rgba(47, 134, 255, 0.025) 44%, transparent 74%),
    #11161d;
  box-shadow:
    0 0 0 1px rgba(47, 134, 255, 0.07),
    0 26px 64px rgba(0, 0, 0, 0.3),
    0 0 42px rgba(47, 134, 255, 0.06);
}

.free-pro-pricing .price-card-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 218px;
  align-items: flex-start;
  min-height: 84px;
  padding-bottom: 18px;
  gap: 16px;
  border-bottom: 1px solid #28313d;
}

.free-pro-pricing .price-card-heading > div:first-child,
.free-pro-pricing .price {
  display: grid;
  grid-template-rows: 38px auto;
  align-content: start;
  min-width: 0;
}

.free-pro-pricing .price-card-heading h2 {
  margin: 0;
  color: #f5f7fa;
  font-size: 32px;
  letter-spacing: -0.03em;
  line-height: 38px;
}

.free-pro-pricing .price-card-heading p {
  max-width: 30ch;
  margin: 6px 0 0;
  color: #a9b2be;
  line-height: 1.45;
}

.free-pro-pricing .price {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-variant-numeric: tabular-nums;
  text-align: right;
  transform: translateY(3px);
}

.free-pro-pricing .price strong {
  display: block;
  color: #f4f8fd;
  font-size: 38px;
  letter-spacing: -0.045em;
  line-height: 38px;
  white-space: nowrap;
  transform: translateY(3px);
}

.free-pro-pricing .price span {
  display: block;
  margin-top: 6px;
  color: #a9b2be;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}

.free-pro-pricing .check-list {
  display: grid;
  margin: 20px 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.free-pro-pricing .check-list li {
  position: relative;
  padding-left: 24px;
  color: #e8edf3;
}

.free-pro-pricing .check-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  color: #8292a5;
  content: "✓";
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.free-pro-pricing .price-card-pro .check-list li::before {
  color: #57a9ff;
}

.free-pro-pricing .check-list strong {
  color: #f5f8fc;
  font-weight: 750;
}

.free-pro-pricing .price-card-action {
  margin-top: auto;
}

.free-pro-pricing .price-card-action .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid #3a4656;
  border-radius: 8px;
  background: #161c24;
  color: #f5f7fa;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background 160ms ease-out, border-color 160ms ease-out, transform 160ms ease-out;
}

.free-pro-pricing .price-card-action .button:hover {
  border-color: #536174;
  background: #1b222c;
  color: #fff;
  transform: translateY(-1px);
}

.free-pro-pricing .price-card-pro .price-card-action .button {
  border-color: #2f86ff;
  background: #2f86ff;
}

.free-pro-pricing .price-card-pro .price-card-action .button:hover {
  border-color: #559dff;
  background: #559dff;
}

.free-pro-pricing .price-card-action p {
  min-height: 20px;
  margin: 11px 2px 0;
  color: #aeb9c7;
  font-size: 13.5px;
  line-height: 1.45;
  text-align: center;
}

/* Buttons stay compact and Windows-like; only metadata remains pill-shaped. */
.guide-final-button,
.contact-actions .btn,
.app-rules-primary,
.app-rules-secondary,
.activation-primary,
.activation-support-link,
.cli-secondary-link,
.ph-claim-button,
.ph-copy-button,
.ph-redeem-link {
  border-radius: 8px;
}

.guide-final-button,
.contact-primary,
.app-rules-primary,
.activation-primary,
.ph-claim-button,
.ph-copy-button {
  border-color: #2f86ff;
  background: #2f86ff;
  box-shadow: 0 10px 24px rgba(47, 134, 255, 0.18);
  color: #fff;
}

.guide-final-button:hover,
.contact-primary:hover,
.app-rules-primary:hover,
.activation-primary:hover,
.ph-claim-button:hover,
.ph-copy-button:hover {
  border-color: #559dff;
  background: #559dff;
  box-shadow: 0 12px 28px rgba(47, 134, 255, 0.24);
  color: #fff;
}

.contact-secondary,
.app-rules-secondary,
.cli-secondary-link,
.activation-support-link,
.ph-redeem-link {
  border-color: #3a4656;
  background: #161c24;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  color: #e7ebf0 !important;
}

.contact-secondary:hover,
.app-rules-secondary:hover,
.cli-secondary-link:hover,
.activation-support-link:hover,
.ph-redeem-link:hover {
  border-color: #536174;
  background: #1b222c;
  color: #fff !important;
}

.store-badge,
.footer-store {
  border-color: rgba(128, 185, 255, 0.38);
  background: linear-gradient(145deg, #172131, #0f1722);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 10px 24px rgba(0, 0, 0, 0.2);
}

.store-badge:hover,
.footer-store:hover {
  border-color: rgba(128, 185, 255, 0.66);
  background: linear-gradient(145deg, #1d2a3d, #121c29);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 28px rgba(0, 0, 0, 0.24);
}

/* Guide heroes use the same compact Microsoft Store action as the homepage. */
.guide-cta-card .guide-store-badge {
  display: inline-flex;
  width: auto;
  min-width: 186px;
  min-height: 50px;
  margin-top: 20px;
  padding: 0 16px;
  gap: 10px;
  border: 1px solid #2f86ff;
  border-radius: 8px;
  background: #2f86ff;
  box-shadow: none;
  color: #fff;
  justify-content: center;
}

/* A single-action conversion card reads more clearly when its action spans the card. */
.guide-cta-card--full-action .guide-store-badge {
  width: 100%;
  min-width: 0;
}

.guide-cta-card .guide-store-badge::before,
.guide-cta-card .guide-store-badge::after,
.guide-cta-card .guide-store-badge .ms-mark::before,
.guide-cta-card .guide-store-badge .ms-mark::after,
.guide-cta-card .guide-store-badge .store-text::before,
.guide-cta-card .guide-store-badge .store-text::after {
  display: none !important;
  content: none !important;
}

.guide-cta-card .guide-store-badge:hover {
  border-color: #559dff;
  background: #559dff;
  box-shadow: none;
  color: #fff;
  transform: translateY(-1px);
}

.guide-cta-card .guide-store-badge .ms-mark {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.guide-cta-card .guide-store-badge .ms-logo {
  width: 18px;
  height: 18px;
  filter: none;
  transform: none;
}

.guide-cta-card .guide-store-badge .ms-logo rect {
  fill: #fff !important;
  stroke: none;
}

.guide-cta-card .guide-store-badge .store-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  line-height: 1;
  transform: none;
}

.guide-cta-card .guide-store-badge .small {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.15;
}

.guide-cta-card .guide-store-badge .big,
.guide-cta-card .guide-store-badge .arrow {
  display: none;
}

.guide-final-button,
.temperature-try-button {
  min-height: 50px;
  border-radius: 8px;
  box-shadow: none;
}

.footer-store {
  min-height: 44px;
  border-color: #2f86ff;
  border-radius: 8px;
  background: #2f86ff;
  box-shadow: none;
}

.footer-store .footer-ms-logo rect {
  fill: #fff;
  stroke: none;
}

.footer-store:hover {
  border-color: #559dff;
  background: #559dff;
  box-shadow: none;
}

.guide-cta-note,
.contact-note,
.ph-note,
.cli-terminal-note {
  color: #77818e !important;
}

/* Contact and legal pages */
.contact-form input,
.contact-form textarea,
.ph-input-row input,
.ph-code {
  border-color: #354153;
  background: #0c1118;
  color: #f5f7fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.contact-form input:focus,
.contact-form textarea:focus,
.ph-input-row input:focus {
  border-color: #559dff;
  background: #0f1620;
  box-shadow: 0 0 0 3px rgba(47, 134, 255, 0.16);
}

/* Activation routes keep meaning while dropping the older teal treatment. */
.activation-main::before {
  background: radial-gradient(circle at 50% 12%, rgba(47, 134, 255, 0.12), transparent 38%);
}

.activation-result-card::before {
  background: rgba(47, 134, 255, 0.18);
}

.activation-success-icon {
  border-color: rgba(128, 185, 255, 0.42);
  border-radius: 16px;
  background: linear-gradient(180deg, #4193ff, #2879eb);
  box-shadow: 0 14px 34px rgba(47, 134, 255, 0.24);
}

.activation-tip,
.activation-support-card {
  border-color: #28313d;
  background: #11161d;
}

.activation-tip svg,
.activation-trouble-icon {
  color: #80b9ff;
}

/* CLI remains code-led, but now uses the same neutral blue hierarchy. */
.cli-hero::before {
  background: radial-gradient(700px 320px at 72% 12%, rgba(47, 134, 255, 0.12), transparent 68%);
}

.cli-terminal-card::before {
  background: radial-gradient(520px 220px at 70% 0%, rgba(47, 134, 255, 0.12), transparent 72%);
}

.cli-terminal-top {
  border-bottom-color: #28313d;
  background: rgba(255, 255, 255, 0.025);
}

.cli-terminal-top span,
.cli-terminal-top span:nth-child(2),
.cli-terminal-top span:nth-child(3) {
  box-shadow: none;
}

.cli-terminal-top span { background: #2f86ff; }
.cli-terminal-top span:nth-child(2) { background: #80b9ff; }
.cli-terminal-top span:nth-child(3) { background: #77818e; }

.cli-terminal-card code,
.cli-command-grid code,
.cli-steps code,
.cli-method-grid code,
.cli-panel > .guide-section > pre code {
  color: #d7e8ff;
}

.cli-terminal-card pre,
.cli-command-grid pre,
.cli-steps pre,
.cli-method-grid pre,
.cli-panel > .guide-section > pre {
  border-color: #28313d;
  background: #090e14;
}

/* Screenshot-led feature guides retain their layouts with calmer framing.
   Only actual cards receive a surface; narrative sections stay open. */
.app-rules-detail-grid article,
.app-rules-mini-callout,
.hotkeys-shortcut-pairs div {
  border-color: #28313d;
  background-color: #11161d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.app-rules-open-cta {
  border: 1px solid #28313d;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(18, 31, 47, 0.76), rgba(10, 15, 22, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.cli-hero {
  padding-top: 150px;
}

.app-rules-floating-shot,
.app-rules-fullscreen-shot,
.app-rules-exe-stage,
.app-rules-fullscreen-stage,
.temperature-window-frame,
.temperature-settings-frame,
.guide-app-preview img {
  border-color: #3a4656;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}

.app-rules-section-kicker,
.app-rules-detail-label,
.activation-eyebrow,
.cli-integration-grid a::after {
  color: #80b9ff;
}

/* Product Hunt's red mark is third-party branding; the surrounding UI is ours. */
.ph-main {
  background: transparent !important;
}

.ph-steps li::before {
  background: #2f86ff;
  box-shadow: none;
}

/* Footer matches the homepage's deliberate, glow-free ending. */
.site-footer {
  padding-top: 38px;
  background: #080a0d;
}

.footer-shell {
  border-top: 1px solid #28313d;
}

.footer-shell::before,
.footer-shell::after {
  display: none;
  content: none;
}

.footer-copy,
.footer-nav a {
  color: #a9b2be;
}

.footer-nav h2 {
  color: #f5f7fa;
}

.footer-nav a:hover {
  color: #80b9ff;
}

.footer-legal-row {
  border-top-color: #28313d;
  color: #8e99a7;
}

.primary-nav a[aria-current="page"],
.primary-nav a[aria-current="location"] {
  position: relative;
  color: #fff;
}

.primary-nav a[aria-current="page"]::after,
.primary-nav a[aria-current="location"]::after {
  position: absolute;
  right: 12px;
  bottom: -1px;
  left: 12px;
  height: 2px;
  border-radius: 2px;
  background: #2f86ff;
  content: "";
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 12px;
  padding: 10px 14px;
  border: 1px solid #80b9ff;
  border-radius: 8px;
  background: #11161d;
  color: #fff;
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.guide-related-grid a:focus-visible,
.contact-help-card:focus-visible,
.guide-final-button:focus-visible,
.guide-store-badge:focus-visible,
.footer-store:focus-visible,
.footer-nav a:focus-visible,
.guide-section a:focus-visible,
.guide-faq summary:focus-visible,
.guide-nav-card a:focus-visible {
  outline: 2px solid #80b9ff;
  outline-offset: 3px;
}

@media (max-width: 1060px) and (min-width: 721px) {
  .app-rules-guide > .app-rules-steps-open {
    margin-top: 130px;
  }

  .schedules-guide .app-rules-title,
  .schedules-guide .app-rules-title h1 {
    width: 100%;
    max-width: 100%;
  }

  .schedules-guide .app-rules-title h1,
  .schedules-guide .app-rules-title h1 span {
    white-space: normal;
  }

  .cli-hero {
    padding-top: 126px;
  }

  .guide-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 820px;
  }

  .footer-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 560px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .guide-related-grid a:hover,
  .contact-help-card:hover,
  .guide-summary-grid article:hover,
  .legal-summary-grid article:hover {
    border-color: #3a4656;
    background: #161c24;
    transform: translateY(-2px);
  }
}

@media (max-width: 720px) {
  .cli-hero {
    padding-top: 112px;
  }

  .page-breadcrumbs {
    width: calc(100% - 40px);
  }

  .page-breadcrumbs ol {
    padding-inline: 8px;
  }

  .page-breadcrumbs li:not(:first-child):not(:last-child) {
    display: none;
  }

  .page-breadcrumbs li:last-child,
  .page-breadcrumbs li:last-child span,
  .page-breadcrumbs li:last-child a {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .app-rules-steps-open.app-rules-open-section,
  .schedules-guide .app-rules-steps-open,
  .hotkeys-guide .app-rules-steps-open {
    margin-top: 104px;
  }

  .guide-copy h1,
  .contact-copy h1,
  .legal-hero h1,
  .app-rules-copy h1,
  .app-rules-title h1,
  .cli-hero-copy h1,
  .activation-hero h1 {
    letter-spacing: -0.038em;
  }

  .guide-panel,
  .contact-panel,
  .legal-panel,
  .activation-path-card,
  .activation-trouble-card,
  .activation-support-card,
  .ph-panel {
    border-radius: 14px;
  }

  .guide-cta-card .guide-store-badge {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
  }

  .guide-cta-card .guide-store-badge .ms-mark {
    width: 22px;
    height: 22px;
  }

  .guide-cta-card .guide-store-badge .small {
    font-size: 15px;
  }
}

/* CLI API layout pass.
   Keep the page code-led, but use the same compact, neutral hierarchy as the
   rest of the current site. These rules deliberately avoid the shared icon
   selectors so the utility-icon system remains independently maintainable. */
.cli-api-page .cli-hero {
  padding: 150px 0 56px;
}

.cli-api-page .cli-hero-inner {
  grid-template-columns: minmax(0, 650px) minmax(340px, 1fr);
  gap: 40px;
  align-items: start;
}

.cli-api-page .cli-hero-copy h1 {
  max-width: none;
  margin: 4px 0 18px;
  font-size: clamp(3rem, 4.25vw, 3.75rem);
  line-height: 1.01;
  text-wrap: balance;
}

.cli-api-page .cli-hero-copy p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.58;
}

.cli-api-page .cli-hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.cli-api-page .cli-store-badge,
.cli-api-page .cli-secondary-link {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  border-radius: 8px;
  box-shadow: none;
}

.cli-api-page .cli-store-badge {
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  border-color: #2f86ff;
  background: #2f86ff;
}

.cli-api-page .cli-store-badge:hover {
  border-color: #559dff;
  background: #559dff;
  box-shadow: none;
}

.cli-api-page .cli-store-badge .ms-mark {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cli-api-page .cli-store-badge .ms-logo {
  width: 21px;
  height: 21px;
}

.cli-api-page .cli-store-badge .ms-logo rect {
  fill: #fff;
  stroke: none;
}

.cli-api-page .cli-store-badge .store-text {
  display: block;
}

.cli-api-page .cli-store-badge .small {
  font-size: 15px;
  line-height: 1.15;
}

.cli-api-page .cli-store-badge .big,
.cli-api-page .cli-store-badge .arrow {
  display: none;
}

.cli-api-page .cli-secondary-link {
  padding: 0 16px;
  border-color: #354153;
  color: #d7e0ea;
  background: #151b23;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.cli-api-page .cli-secondary-link:hover {
  border-color: #559dff;
  color: #fff;
  background: #1a2330;
  box-shadow: none;
}

.cli-api-page .cli-meta-row {
  gap: 8px;
  margin-top: 18px;
}

.cli-api-page .cli-meta-row span {
  min-height: 32px;
  padding: 0 11px;
  border-color: #303a48;
  background: rgba(17, 22, 29, 0.9);
  font-size: 12.5px;
  font-weight: 750;
}

.cli-api-page .cli-terminal-card {
  margin-top: 0;
  border-color: #303a48;
  border-radius: 16px;
  background: #0c1117;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cli-api-page .cli-terminal-card::before {
  background: linear-gradient(180deg, rgba(47, 134, 255, 0.055), transparent 58%);
}

.cli-api-page .cli-terminal-top {
  min-height: 44px;
  padding-inline: 16px;
}

.cli-api-page .cli-terminal-card pre {
  padding: 20px;
}

.cli-api-page .cli-terminal-card code {
  font-size: 13px;
  line-height: 1.7;
}

.cli-api-page .cli-terminal-note {
  padding: 0 20px 20px;
  font-size: 13px;
  line-height: 1.5;
}

.cli-api-page .cli-summary-grid {
  gap: 14px;
  padding-bottom: 30px;
}

.cli-api-page .cli-summary-grid article {
  min-height: 0;
  padding: 22px;
}

.cli-api-page .cli-summary-grid h2 {
  margin-bottom: 9px;
  font-size: 19px;
}

.cli-api-page .cli-summary-grid p {
  font-size: 14.5px;
  line-height: 1.55;
}

.cli-api-page .cli-panel {
  padding: 32px 34px 36px;
}

.cli-api-page .guide-section {
  margin-bottom: 34px;
  padding-bottom: 34px;
}

.cli-api-page .guide-section h2 {
  margin-bottom: 12px;
  font-size: clamp(1.65rem, 2.5vw, 2rem);
  line-height: 1.14;
  text-wrap: balance;
}

.cli-api-page .guide-section > p {
  line-height: 1.66;
}

.cli-api-page .cli-steps,
.cli-api-page .cli-command-grid,
.cli-api-page .cli-method-grid {
  gap: 14px;
  margin-top: 20px;
}

.cli-api-page .cli-steps article,
.cli-api-page .cli-command-grid article,
.cli-api-page .cli-method-grid article,
.cli-api-page .cli-warning-card {
  border-color: #2d3744;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(19, 25, 33, 0.94), rgba(11, 16, 22, 0.98)),
    #11161d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.cli-api-page .cli-steps article {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 20px;
}

.cli-api-page .cli-steps article > span {
  width: 32px;
  height: 32px;
  color: #fff;
  background: #2f86ff;
  box-shadow: none;
}

.cli-api-page .cli-command-grid article,
.cli-api-page .cli-method-grid article {
  padding: 20px;
}

.cli-api-page .cli-method-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cli-api-page #automation .cli-method-grid article:nth-child(3):last-child {
  grid-column: 1 / -1;
}

.cli-api-page .cli-steps h3,
.cli-api-page .cli-command-grid h3,
.cli-api-page .cli-method-grid h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.25;
  text-wrap: balance;
}

.cli-api-page .cli-steps p,
.cli-api-page .cli-command-grid p,
.cli-api-page .cli-method-grid p {
  margin-top: 8px;
  font-size: 14.5px;
  line-height: 1.58;
}

.cli-api-page .cli-steps pre,
.cli-api-page .cli-command-grid pre,
.cli-api-page .cli-method-grid pre,
.cli-api-page .cli-panel > .guide-section > pre {
  padding: 13px 14px;
  border-color: #28313d;
  border-radius: 9px;
  background: #080c11;
}

.cli-api-page .cli-command-grid code,
.cli-api-page .cli-steps code,
.cli-api-page .cli-method-grid code,
.cli-api-page .cli-panel > .guide-section > pre code {
  font-size: 12.5px;
  line-height: 1.66;
}

.cli-api-page .cli-integration-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cli-api-page .cli-integration-grid a {
  min-height: 0;
  padding: 18px;
}

.cli-api-page .cli-integration-grid a::after {
  margin-top: 12px;
}

.cli-api-page .cli-warning-card {
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 4px;
  padding: 18px 20px;
}

.cli-api-page .cli-warning-card > strong,
.cli-api-page .cli-warning-card > span:last-child {
  grid-column: 2;
}

@media (min-width: 1061px) {
  .cli-api-page .cli-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 22px;
  }
}

@media (max-width: 1060px) {
  .cli-api-page .cli-hero {
    padding-top: 126px;
  }

  .cli-api-page .cli-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 900px;
  }

  .cli-api-page .guide-nav-card {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    padding: 10px;
    scrollbar-width: thin;
  }

  .cli-api-page .guide-nav-card a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@media (max-width: 980px) {
  .cli-api-page .cli-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .cli-api-page .cli-hero-copy,
  .cli-api-page .cli-terminal-card {
    width: 100%;
    max-width: 820px;
    margin-inline: auto;
  }

  .cli-api-page .cli-hero-copy {
    text-align: left;
  }
}

@media (max-width: 800px) {
  .cli-api-page .cli-summary-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 720px;
  }

  .cli-api-page .cli-integration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .cli-api-page .cli-hero {
    padding: 116px 16px 42px;
  }

  .cli-api-page .cli-hero-copy h1 {
    margin-top: 4px;
    font-size: clamp(2.35rem, 10.3vw, 2.75rem);
    line-height: 1.03;
  }

  .cli-api-page .cli-hero-copy p {
    font-size: 16px;
  }

  .cli-api-page .cli-hero-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .cli-api-page .cli-meta-row span {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }

  .cli-api-page .cli-terminal-card pre {
    padding: 17px 16px;
  }

  .cli-api-page .cli-terminal-note {
    padding: 0 16px 17px;
  }

  .cli-api-page .cli-panel {
    padding: 24px 20px 26px;
  }

  .cli-api-page .guide-section {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }

  .cli-api-page .cli-method-grid,
  .cli-api-page .cli-integration-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cli-api-page #automation .cli-method-grid article:nth-child(3):last-child {
    grid-column: auto;
  }

  .cli-api-page .cli-command-grid article,
  .cli-api-page .cli-method-grid article {
    padding: 18px;
  }

  .cli-api-page .cli-warning-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .cli-api-page .cli-warning-card > strong,
  .cli-api-page .cli-warning-card > span:last-child {
    grid-column: auto;
  }
}

@media (max-width: 440px) {
  .cli-api-page .cli-steps article {
    grid-template-columns: minmax(0, 1fr);
    padding: 18px;
  }
}

/* Compact utility icon system.
   Keep product marks and app screenshots native; normalize only the small,
   decorative line icons used to scan guidance and integration cards. */
.app-rules-guide .app-rules-detail-icon,
.app-rules-guide .app-rules-fullscreen-points > div > span,
.activation-trouble-icon,
.cli-card-icon {
  box-sizing: border-box;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(85, 157, 255, 0.3);
  border-radius: 11px;
  color: #80b9ff;
  background:
    linear-gradient(145deg, rgba(48, 116, 205, 0.15), rgba(18, 29, 43, 0.84)),
    #111821;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 8px 18px rgba(0, 0, 0, 0.12);
}

.app-rules-guide .app-rules-detail-icon {
  margin-bottom: 15px;
}

.app-rules-guide .app-rules-detail-icon-warn,
.cli-card-icon-warn {
  border-color: rgba(181, 132, 229, 0.3);
  color: #c9b7ec;
  background:
    linear-gradient(145deg, rgba(121, 70, 165, 0.17), rgba(28, 23, 37, 0.88)),
    #17151d;
}

.app-rules-guide .app-rules-detail-icon svg,
.app-rules-guide .app-rules-fullscreen-points > div > span svg,
.activation-trouble-icon svg,
.cli-card-icon svg,
.cli-meta-row > span > svg {
  display: block;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
  shape-rendering: geometricPrecision;
}

.app-rules-guide .app-rules-detail-icon svg,
.app-rules-guide .app-rules-fullscreen-points > div > span svg,
.activation-trouble-icon svg,
.cli-card-icon svg {
  width: 20px;
  height: 20px;
}

/* Pro activation: premium, purchase-aware guidance for existing customers. */
.activation-main .activation-guide {
  padding: 170px 20px 76px;
}

.activation-main .activation-shell {
  width: min(1100px, 100%);
}

.activation-main .activation-hero {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 0 52px;
  text-align: left;
}

.activation-main .activation-hero > .demo-pill {
  margin: 0 0 14px;
}

.activation-main .activation-hero > h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(2.75rem, 3.5vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.activation-main .activation-hero > p {
  max-width: 520px;
  margin: 16px 0 0;
  color: #b1bac7;
  font-size: 17px;
  line-height: 1.62;
}

.activation-main .activation-support-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(82, 151, 244, 0.3);
  border-radius: 11px;
  color: #8fc0ff;
  background: rgba(47, 134, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.activation-main .activation-support-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.activation-main .activation-methods-heading {
  display: block;
  margin: 0 0 24px;
}

.activation-main .activation-methods-heading h2 {
  margin: 0;
  color: #f7f9fc;
  font-size: clamp(2rem, 3.5vw, 2.65rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.activation-main .activation-methods-heading p {
  max-width: 720px;
  margin: 10px 0 0;
  color: #b1bbc8;
  line-height: 1.55;
}

.activation-main .activation-methods-heading small {
  display: block;
  margin-top: 3px;
  color: #7f8b99;
  font-size: 12.5px;
  line-height: 1.5;
}

.activation-main .activation-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.activation-main .activation-path-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: 32px 30px 30px;
  overflow: hidden;
  scroll-margin-top: 108px;
  border-color: #343d4b;
  border-radius: 18px;
  background:
    radial-gradient(circle at 2% 0%, rgba(55, 130, 235, 0.135), transparent 35%),
    radial-gradient(circle at 100% 0%, rgba(111, 88, 205, 0.085), transparent 34%),
    linear-gradient(142deg, #161d27 0%, #101720 62%, #0d131a 100%);
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.28),
    0 0 56px rgba(58, 119, 220, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.activation-main .activation-path-card::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(70, 145, 255, 0.82), rgba(111, 104, 222, 0.54) 52%, transparent 88%);
}

.activation-main .activation-card-heading {
  display: block;
  min-width: 0;
  min-height: 176px;
  padding: 0 0 22px;
  border-right: 0;
  border-bottom: 1px solid rgba(67, 80, 97, 0.68);
}

.activation-main .activation-provider-identity {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  margin: 0 0 17px;
  color: #c4cedb;
  font-size: 12.5px;
  font-weight: 760;
  letter-spacing: 0.015em;
  line-height: 1.25;
}

.activation-main .activation-provider-mark {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
}

.activation-main .activation-provider-mark img {
  display: block;
  object-fit: contain;
}

.activation-main .activation-provider-mark-lemon img {
  width: 30px;
  height: 40px;
}

.activation-main .activation-provider-mark-lemon + span {
  transform: translateX(-4px);
}

.activation-main .activation-provider-mark-store img {
  width: 44px;
  height: 44px;
}

.activation-main .activation-card-heading h2 {
  margin: 0;
  color: #f8f9fc;
  font-size: clamp(1.65rem, 2.6vw, 2.05rem);
  line-height: 1.12;
}

.activation-main .activation-card-heading p {
  max-width: 46ch;
  margin: 10px 0 0;
  color: #a8b2c0;
  line-height: 1.62;
}

.activation-main .activation-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin: 6px 0 0;
}

.activation-main .activation-steps-direct {
  grid-template-columns: minmax(0, 1fr);
}

.activation-main .activation-path-flow {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.activation-main .activation-step {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: 14px 0;
}

.activation-main .activation-step:first-child {
  padding-top: 12px;
}

.activation-main .activation-step:last-child {
  padding-bottom: 12px;
}

.activation-main .activation-step + .activation-step {
  border-top: 1px solid rgba(56, 69, 85, 0.64);
}

.activation-main .activation-step-number {
  width: 32px;
  height: 32px;
  border-color: rgba(91, 161, 255, 0.31);
  border-radius: 9px;
  color: #dbeaff;
  background: rgba(47, 134, 255, 0.105);
  font-size: 13px;
}

.activation-main .activation-step h3 {
  margin: 0 0 5px;
  color: #eef3fa;
  font-size: 15px;
  line-height: 1.35;
}

.activation-main .activation-step p {
  margin: 0;
  color: #a3adba;
  font-size: 13.75px;
  line-height: 1.55;
}

.activation-main .activation-outcome {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  margin-top: auto;
  padding: 14px 16px;
  border: 1px solid rgba(69, 99, 139, 0.5);
  border-radius: 11px;
  color: #a7b1be;
  background: rgba(35, 74, 126, 0.13);
  font-size: 13.75px;
  line-height: 1.55;
}

.activation-main .activation-outcome strong {
  color: #d9e8fb;
}

.activation-main .activation-manual {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 38px;
  margin-top: 20px;
  padding: 32px 36px;
  border: 1px solid #343d4b;
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(76, 119, 215, 0.08), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(108, 88, 194, 0.045), transparent 30%),
    linear-gradient(142deg, #141a23, #0e141c 68%);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.activation-main .activation-manual-heading {
  min-width: 0;
  padding-right: 36px;
  border-right: 1px solid rgba(70, 82, 99, 0.6);
}

.activation-main .activation-manual-heading h2 {
  margin: 8px 0 0;
  color: #f8f9fc;
  font-size: clamp(1.55rem, 2.4vw, 1.95rem);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.activation-main .activation-manual-kicker {
  display: block;
  color: #98a8bc;
  font-size: 11.5px;
  font-weight: 750;
  letter-spacing: 0.055em;
  line-height: 1.3;
  text-transform: uppercase;
}

.activation-main .activation-manual-heading p {
  margin: 10px 0 0;
  color: #a8b2c0;
  line-height: 1.62;
}

.activation-main .activation-manual-flow {
  min-width: 0;
}

.activation-main .activation-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.activation-main .activation-route li {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  min-width: 0;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  margin: 0;
  padding: 15px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.activation-main .activation-route li:first-child {
  padding-top: 2px;
}

.activation-main .activation-route li:last-child {
  padding-bottom: 2px;
}

.activation-main .activation-route li + li {
  border-top: 1px solid rgba(57, 69, 85, 0.65);
}

.activation-main .activation-route li > b {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  color: #eef6ff;
  background: #2f86ff;
  font-size: 11px;
  line-height: 1;
}

.activation-main .activation-route-pair {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 5px;
}

.activation-main .activation-route-pair > span:not(.activation-route-arrow) {
  min-width: 0;
  padding: 0;
  overflow-wrap: anywhere;
  border: 0;
  color: #d5dbe4;
  background: transparent;
  font-size: 13.5px;
  font-weight: 750;
  line-height: 1.35;
  white-space: normal;
}

.activation-main .activation-route-arrow {
  flex: 0 0 auto;
  color: #7388a2;
}

.activation-main .activation-tip {
  margin: 15px 0 0;
  padding: 14px 2px 0;
  border: 0;
  border-top: 1px solid rgba(60, 72, 88, 0.66);
  border-radius: 0;
  color: #a6b0bd;
  background: transparent;
}

.activation-main .activation-tip a {
  font-weight: 750;
}

.activation-main #activation-limit {
  scroll-margin-top: 112px;
}

.activation-main .activation-tip svg {
  color: #72adff;
}

.activation-main .activation-section-heading {
  max-width: 740px;
  margin: 64px 0 24px;
}

.activation-main .activation-section-heading h2 {
  font-size: clamp(2rem, 3.4vw, 2.625rem);
  line-height: 1.12;
  text-wrap: balance;
}

.activation-main .activation-section-heading p {
  margin-top: 10px;
  color: #a9b2be;
  line-height: 1.62;
}

.activation-main .activation-support-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 190px;
  align-items: center;
  gap: 32px;
  margin-top: 18px;
  padding: 28px;
  border-color: #303b4a;
  border-radius: 16px;
  background:
    radial-gradient(circle at 0% 0%, rgba(47, 134, 255, 0.095), transparent 30%),
    linear-gradient(142deg, #151c25, #0f151d);
}

.activation-main .activation-support-card > div {
  max-width: 780px;
}

.activation-main .activation-support-card h2 {
  font-size: 22px;
}

.activation-main .activation-support-card p {
  margin-top: 7px;
  color: #a9b2be;
}

.activation-main .activation-support-card small {
  display: block;
  margin-top: 7px;
  color: #7f8b99;
  font-size: 12px;
  line-height: 1.5;
}

.activation-main .activation-support-link {
  display: inline-flex;
  width: 190px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding-inline: 18px;
  text-align: center;
}

.activation-main .activation-support-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (max-width: 980px) {
  .activation-main .activation-guide {
    padding-top: 150px;
  }

  .activation-main .activation-manual {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .activation-main .activation-paths {
    grid-template-columns: minmax(0, 1fr);
  }

  .activation-main .activation-path-card {
    min-height: 0;
  }

  .activation-main .activation-card-heading,
  .activation-main .activation-manual-heading {
    min-height: 0;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(70, 82, 99, 0.6);
  }

  .activation-main .activation-card-heading p,
  .activation-main .activation-manual-heading p {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .activation-main .activation-guide {
    padding: 134px 15px 72px;
  }

  .activation-main .activation-hero {
    margin-bottom: 48px;
  }

  .activation-main .activation-hero > .demo-pill {
    margin-bottom: 12px;
  }

  .activation-main .activation-hero > h1 {
    font-size: clamp(2rem, 9vw, 2.25rem);
    line-height: 1.04;
  }

  .activation-main .activation-hero > p {
    max-width: 620px;
    margin: 13px 0 0;
    font-size: 16px;
    line-height: 1.62;
  }

  .activation-main .activation-methods-heading {
    margin-bottom: 20px;
  }

  .activation-main .activation-methods-heading h2 {
    font-size: 30px;
  }

  .activation-main .activation-methods-heading p {
    margin-top: 10px;
  }

  .activation-main .activation-path-card,
  .activation-main .activation-manual {
    gap: 22px;
    min-height: 0;
    padding: 24px 20px;
    border-radius: 15px;
  }

  .activation-main .activation-card-heading,
  .activation-main .activation-manual-heading {
    padding-bottom: 21px;
  }

  .activation-main .activation-steps,
  .activation-main .activation-route {
    grid-template-columns: minmax(0, 1fr);
  }

  .activation-main .activation-outcome {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    margin-top: 16px;
  }

  .activation-main .activation-step {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 0;
  }

  .activation-main .activation-step:first-child {
    padding-top: 0;
  }

  .activation-main .activation-step:last-child {
    padding-bottom: 0;
  }

  .activation-main .activation-step + .activation-step {
    border-top: 1px solid rgba(58, 70, 85, 0.68);
  }

  .activation-main .activation-route {
    gap: 0;
  }

  .activation-main .activation-route li {
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 0;
    padding: 12px;
  }

  .activation-main .activation-route-pair {
    justify-content: flex-start;
  }

  .activation-main .activation-section-heading {
    margin-top: 58px;
    margin-bottom: 20px;
  }

  .activation-main .activation-section-heading h2 {
    font-size: 30px;
  }

  .activation-main .activation-support-card {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 18px;
    padding: 22px;
  }

  .activation-main .activation-support-link {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 350px) {
  .activation-main .activation-card-heading h2,
  .activation-main .activation-manual-heading h2 {
    font-size: 24px;
  }

  .activation-main .activation-route li {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    padding-inline: 6px;
  }

  .activation-main .activation-route-pair {
    gap: 4px;
  }

  .activation-main .activation-route-pair > span:not(.activation-route-arrow) {
    font-size: 13px;
  }
}

.app-rules-guide .app-rules-detail-icon svg > *,
.app-rules-guide .app-rules-fullscreen-points > div > span svg > *,
.activation-trouble-icon svg > *,
.cli-card-icon svg > *,
.cli-meta-row > span > svg > * {
  vector-effect: non-scaling-stroke;
}

/* Fullscreen benefits previously rendered 42px glyphs with no container.
   The same compact tile treatment makes the three ideas easier to parse. */
.app-rules-guide .app-rules-fullscreen-points > div > span {
  margin: 0;
}

/* Activation troubleshooting belongs to the same secondary-page system. */
.activation-trouble-icon {
  margin-bottom: 15px;
}

/* CLI status chips use true micro-icons; content cards use the 42px tile. */
.cli-meta-row > span {
  gap: 7px;
}

.cli-meta-row > span > svg {
  width: 14px;
  height: 14px;
  color: #80b9ff;
  stroke-width: 1.8;
}

.cli-card-icon {
  margin: 0 0 13px;
}

.cli-summary-grid .cli-card-icon {
  margin-bottom: 14px;
}

.cli-warning-card > .cli-card-icon {
  margin-bottom: 2px;
}

@media (max-width: 520px) {
  .app-rules-guide .app-rules-detail-icon,
  .app-rules-guide .app-rules-fullscreen-points > div > span,
  .activation-trouble-icon,
  .cli-card-icon {
    width: 40px;
    height: 40px;
  }

  .app-rules-guide .app-rules-detail-icon svg,
  .app-rules-guide .app-rules-fullscreen-points > div > span svg,
  .activation-trouble-icon svg,
  .cli-card-icon svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 960px) {
  .free-pro-pricing .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    gap: 16px;
  }
}

@media (max-width: 520px) {
  .free-pro-pricing .price-card {
    padding: 22px 20px 20px;
  }

  .free-pro-pricing .price-card-heading {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 12px;
  }

  .free-pro-pricing .price-card-heading > div:first-child,
  .free-pro-pricing .price {
    grid-template-rows: auto auto;
  }

  .free-pro-pricing .price {
    align-self: flex-start;
    text-align: left;
  }

  .free-pro-pricing .price span {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-related-grid a,
  .contact-help-card,
  .guide-summary-grid article,
  .legal-summary-grid article,
  .guide-final-button,
  .contact-actions .btn,
  .app-rules-primary,
  .app-rules-secondary,
  .activation-primary,
  .activation-support-link,
  .cli-secondary-link,
  .ph-claim-button,
  .ph-copy-button,
  .ph-redeem-link {
    transition: none !important;
  }
}

/* Final sitewide polish: compact the comparison intro and retire legacy teal accents. */
.free-pro-guide .guide-hero {
  padding-top: 150px;
}

.free-pro-guide .guide-copy h1 {
  margin-top: 12px;
}

.app-rules-detail-icon-apply {
  color: #80b9ff;
  border-color: rgba(85, 157, 255, 0.34);
  background: radial-gradient(circle at 35% 25%, rgba(47, 134, 255, 0.24), rgba(31, 93, 170, 0.18) 58%, rgba(5, 10, 16, 0.35));
}

.app-rules-fullscreen-copy .app-rules-section-kicker {
  color: #80b9ff;
}

@media (max-width: 1060px) and (min-width: 721px) {
  .free-pro-guide .guide-hero {
    padding-top: 136px;
  }
}

@media (max-width: 960px) {
  .schedules-guide .schedules-overnight-open .app-rules-floating-shot,
  .hotkeys-guide .hotkeys-actions-open .app-rules-floating-shot {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .free-pro-guide .guide-hero {
    padding-top: 118px;
  }
}

/* Editorial automation guides: size each visual scene from the actual app
   screenshot, and cap the sticky story's scroll travel. This preserves the
   desktop step transitions without letting tall viewports create 1000px+ voids. */
.app-rules-guide {
  padding-top: 160px;
}

.app-rules-guide .app-rules-steps-open {
  margin-top: 0;
  margin-bottom: clamp(64px, 6vw, 88px);
}

.app-rules-guide .app-rules-title h1 {
  margin-top: 0;
}

.app-rules-guide .app-rules-floating-shot {
  height: auto;
  min-height: 0;
  padding-top: clamp(6px, 1vw, 14px);
  padding-bottom: clamp(12px, 1.5vw, 22px);
  overflow: visible;
  -webkit-mask-image: none;
  mask-image: none;
}

.app-rules-guide .app-rules-story .app-rules-floating-shot::after,
.schedules-guide .schedules-overnight-open .app-rules-floating-shot::after,
.hotkeys-guide .hotkeys-actions-open .app-rules-floating-shot::after {
  content: none;
}

.schedules-guide .schedules-overnight-open .app-rules-floating-shot,
.hotkeys-guide .hotkeys-actions-open .app-rules-floating-shot {
  height: auto;
  min-height: 0;
}

@media (min-width: 1061px) {
  .app-rules-guide .app-rules-story {
    --editorial-stage-height: clamp(610px, 68vh, 660px);
    height: calc(var(--editorial-stage-height) + 470px);
    min-height: 0;
  }

  .schedules-guide .schedules-story {
    height: calc(var(--editorial-stage-height) + 280px);
  }

  .app-rules-guide .app-rules-story-stage {
    height: var(--editorial-stage-height);
    min-height: 0;
  }
}

@media (max-width: 1060px) {
  .app-rules-guide {
    padding-top: 148px;
  }

  .app-rules-guide .app-rules-steps-open {
    margin-top: 0;
    margin-bottom: 56px;
  }
}

@media (max-width: 720px) {
  .app-rules-guide {
    padding-top: 130px;
  }

  .app-rules-guide .app-rules-steps-open {
    margin-top: 0;
    margin-bottom: 44px;
  }
}

/* Secondary-page card and action pass.
   Keep the useful breadcrumb hierarchy, then repeat the current page name as a
   compact visual eyebrow before the main heading. */
.guide-main .guide-hero-inner {
  align-items: start;
}

.contact-main .contact-hero-inner {
  align-items: start;
}

.guide-copy > .demo-pill + h1,
.contact-copy > .demo-pill + h1,
.legal-hero-inner > .demo-pill + h1,
.cli-hero-copy > .demo-pill + h1,
.activation-hero > .demo-pill + h1 {
  margin-top: 4px;
}

.activation-hero > .demo-pill {
  margin-bottom: 8px;
}

.app-rules-guide .app-rules-title > .demo-pill {
  margin-bottom: 12px;
}

.app-rules-guide .app-rules-title > .demo-pill + h1 {
  margin-top: 0;
}

/* Automation guidance uses neutral, layered surfaces instead of the older
   teal-tinted tiles. Two readable columns keep body copy from becoming cramped. */
.app-rules-guide .app-rules-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  grid-auto-rows: 1fr;
}

.app-rules-guide .app-rules-detail-grid article {
  min-height: 0;
  padding: 22px 24px 24px;
  border: 1px solid #28313d;
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(22, 28, 36, 0.88), rgba(12, 17, 23, 0.97)),
    #11161d;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.app-rules-guide .app-rules-detail-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-color: #354153;
  border-radius: 10px;
  color: #80b9ff;
  background: #151c25;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.app-rules-guide .app-rules-detail-icon svg {
  width: 22px;
  height: 22px;
}

.app-rules-guide .app-rules-detail-icon-warn {
  border-color: #403c4e;
  color: #c8b8ea;
  background: #191822;
}

.app-rules-guide .app-rules-detail-icon-apply,
.app-rules-guide .app-rules-detail-icon-good {
  border-color: rgba(85, 157, 255, 0.3);
  color: #80b9ff;
  background: #141d29;
}

.app-rules-guide .app-rules-detail-label {
  margin-bottom: 7px;
  color: #80b9ff;
  font-size: 11.5px;
  letter-spacing: 0.09em;
}

.app-rules-guide .app-rules-detail-grid h3 {
  margin-bottom: 9px;
  color: #f5f7fa;
  font-size: 21px;
  line-height: 1.22;
  text-wrap: balance;
}

.app-rules-guide .app-rules-detail-grid p {
  color: #a9b2be;
  font-size: 15.5px;
  line-height: 1.58;
}

.app-rules-guide .automation-behavior-note {
  gap: 16px;
  margin-top: 16px;
}

.app-rules-guide .automation-behavior-note article {
  padding: 22px 24px 24px;
  border: 1px solid #28313d;
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(18, 24, 32, 0.86), rgba(11, 16, 22, 0.96)),
    #11161d;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.app-rules-guide .automation-behavior-note h3 {
  margin-top: 7px;
  color: #f5f7fa;
  font-size: 20px;
}

.app-rules-guide .automation-behavior-note p {
  margin-top: 9px;
  color: #a9b2be;
  font-size: 15.5px;
  line-height: 1.58;
}

@media (min-width: 1061px) {
  .hotkeys-guide .hotkeys-actions-details .app-rules-detail-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .hotkeys-guide .hotkeys-actions-details .app-rules-detail-grid article {
    grid-column: span 2;
  }

  .hotkeys-guide .hotkeys-actions-details .app-rules-detail-grid article:nth-child(4) {
    grid-column: 2 / span 2;
  }
}

/* A conversion card reads as one deliberate unit when the action follows the
   copy at full width, instead of floating as a small button on the far right. */
.app-rules-guide .app-rules-open-cta,
.guide-main .guide-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
  border: 1px solid #28313d;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(22, 28, 36, 0.88), rgba(12, 17, 23, 0.97)),
    #11161d;
  box-shadow:
    0 14px 38px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.app-rules-guide .app-rules-open-cta > div,
.guide-main .guide-final-cta > div {
  max-width: 880px;
}

.app-rules-guide .app-rules-open-cta h2 {
  font-size: clamp(2.125rem, 3.2vw, 2.625rem);
  line-height: 1.08;
}

.app-rules-guide .app-rules-open-cta p {
  max-width: 820px;
  font-size: 16px;
  line-height: 1.58;
}

.app-rules-guide .app-rules-open-cta > .guide-final-button,
.guide-main .guide-final-cta > .guide-final-button {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  text-align: center;
  white-space: normal;
}

/* Hero cards have one primary Store action, so use the available card width. */
.guide-main .guide-hero .guide-cta-card > .guide-store-badge {
  width: 100%;
  min-width: 0;
}

@media (max-width: 720px) {
  .guide-main .guide-hero,
  .contact-main .contact-hero,
  .legal-main .legal-hero {
    padding-top: 116px;
  }

  .activation-main .activation-guide {
    padding-top: 116px;
  }

  .app-rules-guide .app-rules-detail-grid,
  .app-rules-guide .automation-behavior-note {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
  }

  .app-rules-guide .app-rules-detail-grid article,
  .app-rules-guide .automation-behavior-note article {
    padding: 20px;
  }

  .app-rules-guide .app-rules-open-cta,
  .guide-main .guide-final-cta {
    gap: 18px;
    padding: 22px;
  }
}

/* Compact card headers: at their real size, icons work best as a clear visual
   anchor beside the heading instead of occupying a separate shelf above it. */
.app-rules-guide .app-rules-detail-icon,
.app-rules-guide .app-rules-fullscreen-points > div > span,
.activation-trouble-icon,
.cli-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
}

.app-rules-guide .app-rules-detail-icon svg,
.app-rules-guide .app-rules-fullscreen-points > div > span svg,
.activation-trouble-icon svg,
.cli-card-icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 1.9;
}

.app-rules-guide .app-rules-detail-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 14px;
  align-content: start;
  padding: 18px 20px 19px;
}

.app-rules-guide .app-rules-detail-icon {
  grid-column: 1;
  grid-row: 1 / span 3;
  align-self: start;
  margin: 0;
}

.app-rules-guide .app-rules-detail-label {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 1px 0 4px;
}

.app-rules-guide .app-rules-detail-grid h3 {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 0;
}

.app-rules-guide .app-rules-detail-grid p {
  grid-column: 2;
  grid-row: 3;
  margin: 7px 0 0;
}

.cli-api-page .cli-summary-grid article,
.cli-api-page .cli-command-grid article,
.cli-api-page .cli-method-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
  align-content: start;
  padding: 18px 20px 19px;
}

.cli-api-page .cli-summary-grid .cli-card-icon,
.cli-api-page .cli-command-grid .cli-card-icon,
.cli-api-page .cli-method-grid .cli-card-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  margin: 0;
}

.cli-api-page .cli-summary-grid h2,
.cli-api-page .cli-command-grid h3,
.cli-api-page .cli-method-grid h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
}

.cli-api-page .cli-summary-grid p,
.cli-api-page .cli-command-grid p,
.cli-api-page .cli-method-grid p {
  grid-column: 2;
  grid-row: 2;
  margin: 7px 0 0;
}

.cli-api-page .cli-command-grid pre,
.cli-api-page .cli-method-grid pre {
  grid-column: 1 / -1;
  grid-row: 3;
}

.cli-api-page .cli-integration-grid a,
.cli-api-page #security .guide-related-grid a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 14px;
  align-content: start;
  align-items: center;
  padding: 17px 18px 18px;
}

.cli-api-page .cli-integration-grid .cli-card-icon,
.cli-api-page #security .guide-related-grid .cli-card-icon {
  display: grid;
  grid-column: 1;
  grid-row: 1 / span 3;
  align-self: start;
  place-items: center;
  margin: 0;
}

.cli-api-page .cli-integration-grid strong,
.cli-api-page #security .guide-related-grid strong {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.cli-api-page .cli-integration-grid a > span:not(.cli-card-icon),
.cli-api-page #security .guide-related-grid a > span:not(.cli-card-icon) {
  grid-column: 2;
  grid-row: 2;
  margin-top: 7px;
}

.cli-api-page .cli-integration-grid a::after,
.cli-api-page #security .guide-related-grid a::after {
  grid-column: 2;
  grid-row: 3;
  margin-top: 8px;
}

.cli-api-page .cli-warning-card {
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 3px;
  align-items: center;
  padding: 17px 19px;
}

.cli-api-page .cli-warning-card > .cli-card-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  margin: 0;
}

.cli-api-page .cli-warning-card > strong {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.cli-api-page .cli-warning-card > span:last-child {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.activation-trouble-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
  align-content: start;
  align-items: center;
  padding: 19px 21px 20px;
}

.activation-trouble-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  margin: 0;
}

.activation-trouble-card h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
}

.activation-trouble-card p {
  grid-column: 2;
  grid-row: 2;
  margin: 7px 0 0;
}

@media (max-width: 520px) {
  .app-rules-guide .app-rules-detail-icon,
  .app-rules-guide .app-rules-fullscreen-points > div > span,
  .activation-trouble-icon,
  .cli-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .app-rules-guide .app-rules-detail-icon svg,
  .app-rules-guide .app-rules-fullscreen-points > div > span svg,
  .activation-trouble-icon svg,
  .cli-card-icon svg {
    width: 24px;
    height: 24px;
  }

  .app-rules-guide .app-rules-detail-grid article,
  .cli-api-page .cli-summary-grid article,
  .cli-api-page .cli-command-grid article,
  .cli-api-page .cli-method-grid article,
  .cli-api-page .cli-integration-grid a,
  .cli-api-page #security .guide-related-grid a,
  .cli-api-page .cli-warning-card,
  .activation-trouble-card {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 12px;
  }
}

.activation-main .activation-support-link {
  border-color: #2f86ff;
  color: #fff !important;
  background: #2f86ff;
  box-shadow: 0 10px 24px rgba(47, 134, 255, 0.18);
}

.activation-main .activation-support-link:hover,
.activation-main .activation-support-link:focus-visible {
  border-color: #559dff;
  color: #fff !important;
  background: #559dff;
  box-shadow: 0 12px 28px rgba(47, 134, 255, 0.24);
}

/* Free & Pro: a comparison-first product page rather than a long guide. */
.free-pro-guide {
  padding-bottom: 78px;
  overflow: clip;
}

.free-pro-guide .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.free-pro-guide .free-pro-hero {
  width: 100%;
  box-sizing: border-box;
  padding: 150px 0 32px;
}

.free-pro-guide .free-pro-hero::before {
  height: 540px;
  background:
    radial-gradient(ellipse 62% 54% at 46% 8%, rgba(47, 134, 255, 0.145), rgba(47, 134, 255, 0.035) 48%, transparent 78%);
}

.free-pro-guide section.free-pro-hero > .wrap.guide-hero-inner,
.free-pro-guide > .wrap {
  width: min(1160px, calc(100% - 44px));
  max-width: 1160px;
  margin-inline: auto;
}

.free-pro-guide section.free-pro-hero > .wrap.guide-hero-inner {
  display: block;
  padding-inline: 0;
}

.free-pro-guide .free-pro-hero .guide-copy {
  max-width: 800px;
  margin: 0;
  text-align: left;
}

.free-pro-guide .free-pro-hero .guide-copy h1 {
  max-width: 12ch;
  margin: 12px 0 18px;
  font-size: clamp(3.25rem, 6vw, 4.6rem);
  line-height: 0.98;
}

.free-pro-guide .free-pro-hero .guide-copy p {
  max-width: 720px;
  font-size: 19px;
  line-height: 1.58;
}

.free-pro-guide #comparison,
.free-pro-guide #temperature,
.free-pro-guide #purchase,
.free-pro-guide #free-pro-faq,
.free-pro-guide #related-guides {
  scroll-margin-top: 118px;
}

.free-pro-guide .free-pro-pricing {
  padding: 0 0 64px;
}

.free-pro-guide .free-pro-pricing .pricing-grid {
  max-width: none;
  gap: 18px;
}

.free-pro-guide .free-pro-pricing .price-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 0;
  padding: 29px 31px 27px;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(22, 28, 36, 0.9), rgba(12, 17, 23, 0.98)),
    #11161d;
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.free-pro-guide .free-pro-pricing .price-card-pro {
  background:
    radial-gradient(circle at 78% 0%, rgba(47, 134, 255, 0.12), transparent 38%),
    linear-gradient(145deg, rgba(20, 30, 43, 0.95), rgba(11, 17, 24, 0.99)),
    #11161d;
}

.free-pro-guide .free-pro-pricing .price-card-heading {
  display: block;
  min-height: 0;
  padding-bottom: 19px;
}

.free-pro-guide .free-pro-pricing .price-card-heading > .price-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: flex-start;
  gap: 22px;
}

.free-pro-guide .free-pro-pricing .price-card-heading h2 {
  flex: 0 0 auto;
  font-size: 34px;
  line-height: 1.08;
}

.free-pro-guide .free-pro-pricing .price-card-description {
  max-width: none;
  margin: 11px 0 0;
  color: #b3bdca;
  font-size: 16px;
  line-height: 1.45;
}

.free-pro-guide .free-pro-pricing .price {
  display: block;
  min-width: 0;
  margin-left: auto;
  justify-self: end;
  text-align: right;
  transform: none;
}

.free-pro-guide .free-pro-pricing .price strong {
  font-size: 34px;
  line-height: 1.08;
  transform: none;
}

.free-pro-guide .free-pro-pricing .price span {
  margin-top: 5px;
  font-size: 13.5px;
}

.free-pro-guide .free-pro-pricing .check-list {
  margin: 22px 0 24px;
  gap: 12px;
}

.free-pro-guide .free-pro-pricing .check-list li {
  color: #dfe6ef;
  font-size: 15.5px;
  line-height: 1.46;
}

.free-pro-guide .free-pro-pricing .price-card-action {
  display: grid;
  grid-template-rows: 50px 48px 22px;
  align-content: start;
  margin-top: 0;
}

.free-pro-guide .free-pro-pricing .price-card-action .button {
  grid-row: 1;
}

.free-pro-guide .free-pro-pricing .price-card-action p {
  grid-row: 2;
  align-self: center;
  min-height: 0;
  margin: 8px 2px 0;
  color: #9da9b8;
  font-size: 14px;
}

.free-pro-guide .free-pro-pricing .price-card-action .price-card-provider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.free-pro-guide .price-card-provider img {
  display: block;
  width: auto;
  height: 20px;
  flex: 0 0 auto;
}

.free-pro-guide .price-card-secondary-link {
  display: block;
  grid-row: 3;
  align-self: end;
  width: fit-content;
  margin: 0 auto;
  color: #80b9ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-underline-offset: 3px;
}

.free-pro-guide .price-card-secondary-link:hover {
  color: #b7d7ff;
}

.free-pro-guide .price-card-action-reserved {
  display: block;
  grid-row: 3;
  min-height: 22px;
}

.free-pro-guide .free-pro-hardware-note {
  display: grid;
  max-width: 780px;
  margin: 20px auto 0;
  gap: 2px;
  color: #8f9baa;
  font-size: 14.5px;
  line-height: 1.55;
  text-align: center;
}

.free-pro-guide .free-pro-section {
  margin-bottom: 62px;
}

.free-pro-guide .free-pro-kicker,
.free-pro-guide .free-pro-method-label {
  display: block;
  color: #80b9ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.free-pro-guide .free-pro-section-heading {
  max-width: 720px;
  margin-bottom: 22px;
}

.free-pro-guide .free-pro-section-heading h2,
.free-pro-guide .free-pro-temperature-copy h2 {
  margin: 9px 0 0;
  color: #f5f7fa;
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.038em;
  text-wrap: balance;
}

.free-pro-guide .free-pro-section-heading p,
.free-pro-guide .free-pro-temperature-copy p {
  margin: 13px 0 0;
  color: #a9b2be;
  font-size: 16.5px;
  line-height: 1.62;
}

.free-pro-guide .free-pro-temperature {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(28px, 4vw, 52px);
  padding: 31px 34px;
  border: 1px solid #28313d;
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 12%, rgba(47, 134, 255, 0.08), transparent 34%),
    linear-gradient(145deg, rgba(20, 27, 36, 0.92), rgba(11, 16, 22, 0.98)),
    #11161d;
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.free-pro-guide .free-pro-temperature-copy h2 {
  max-width: 12ch;
}

.free-pro-guide .free-pro-text-link,
.free-pro-guide .free-pro-restore-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 19px;
  color: #80b9ff;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
}

.free-pro-guide .free-pro-text-link:hover,
.free-pro-guide .free-pro-restore-link:hover {
  color: #c0dcff;
}

.free-pro-guide .guide-control-demo.free-pro-temperature-demo {
  width: 100%;
  max-width: 590px;
  margin: 0 0 0 auto;
  padding: 18px;
  border-color: #303b49;
  border-radius: 13px;
  background: #0b1017;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.free-pro-guide .free-pro-temperature-demo .guide-control-demo-heading strong {
  color: #f0f4f9;
  font-size: 15px;
}

.free-pro-guide .free-pro-temperature-demo .guide-control-demo-heading span,
.free-pro-guide .free-pro-temperature-demo .guide-control-demo-note {
  font-size: 13px;
}

.free-pro-guide .free-pro-purchase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.free-pro-guide .free-pro-purchase-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 17px;
  align-content: stretch;
  padding: 25px 26px;
  border: 1px solid #2b3542;
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(21, 28, 37, 0.92), rgba(11, 16, 22, 0.98)),
    #11161d;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.free-pro-guide .free-pro-brand-mark {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid #354153;
  border-radius: 13px;
  background: #151c25;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.free-pro-guide .free-pro-brand-mark img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.free-pro-guide .free-pro-brand-mark-lemon img {
  width: 25px;
  height: auto;
}

.free-pro-guide .free-pro-brand-mark-store img {
  width: 36px;
  height: 36px;
}

.free-pro-guide .free-pro-purchase-card > div:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.free-pro-guide .free-pro-purchase-card h3 {
  margin: 5px 0 0;
  color: #f5f7fa;
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.free-pro-guide .free-pro-purchase-card p {
  margin: 9px 0 0;
  color: #a9b2be;
  font-size: 15.5px;
  line-height: 1.58;
}

.free-pro-guide .free-pro-purchase-card p strong {
  color: #e6edf6;
}

.free-pro-guide .free-pro-purchase-link {
  display: flex;
  grid-column: 1 / -1;
  grid-row: 3;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  margin-top: 22px;
  padding: 11px 14px;
  border: 1px solid #354153;
  border-radius: 9px;
  color: #e9eff7;
  background: #151c25;
  font-size: 14.5px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color 160ms ease-out, background-color 160ms ease-out, color 160ms ease-out;
}

.free-pro-guide .free-pro-purchase-link:hover {
  border-color: #4a86d1;
  color: #fff;
  background: #192536;
}

.free-pro-guide .free-pro-restore-link {
  margin-top: 18px;
}

.free-pro-guide .free-pro-help,
.free-pro-guide .free-pro-final {
  padding-inline: 0;
}

.free-pro-guide .free-pro-help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}

.free-pro-guide .free-pro-help-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #28313d;
  border-radius: 12px;
  background: #11161d;
  box-shadow: none;
}

.free-pro-guide .free-pro-help-panel-heading {
  display: flex;
  min-height: 69px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border-bottom: 1px solid #28313d;
}

.free-pro-guide .free-pro-help-panel-heading h2 {
  margin: 0;
  color: #f5f7fa;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.018em;
}

.free-pro-guide .free-pro-help-panel-heading a {
  flex: 0 0 auto;
  color: #80b9ff;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}

.free-pro-guide .free-pro-help-panel-heading a:hover {
  color: #b7d7ff;
}

.free-pro-guide .free-pro-faq {
  max-width: none;
}

.free-pro-guide .free-pro-faq .guide-faq {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.free-pro-guide .free-pro-faq .guide-faq details {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.free-pro-guide .free-pro-faq .guide-faq details + details {
  border-top: 1px solid #28313d;
}

.free-pro-guide .free-pro-faq .guide-faq summary {
  position: relative;
  display: flex;
  min-height: 64px;
  align-items: center;
  padding: 16px 50px 16px 20px;
  color: #c5c9ce;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.4;
  transition: color 160ms ease-out, text-shadow 160ms ease-out;
}

.free-pro-guide .free-pro-faq .guide-faq summary::after {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  border-right: 1.5px solid #9da8b6;
  border-bottom: 1.5px solid #9da8b6;
  border-radius: 0;
  background: none;
  content: "";
  transform: translateY(-70%) rotate(45deg);
  transition: border-color 160ms ease-out, filter 160ms ease-out, transform 160ms ease-out;
}

.free-pro-guide .free-pro-faq .guide-faq details[open] summary::after {
  background: none;
  transform: translateY(-25%) rotate(225deg);
}

.free-pro-guide .free-pro-faq .guide-faq summary:hover,
.free-pro-guide .free-pro-faq .guide-faq summary:focus-visible {
  color: #fff;
  text-shadow: 0 0 13px rgba(112, 178, 255, 0.34);
}

.free-pro-guide .free-pro-faq .guide-faq summary:hover::after,
.free-pro-guide .free-pro-faq .guide-faq summary:focus-visible::after {
  border-color: #bad8fa;
  filter: drop-shadow(0 0 4px rgba(105, 173, 255, 0.48));
}

.free-pro-guide .free-pro-faq .guide-faq details p {
  margin: -4px 0 0;
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.55;
}

.free-pro-guide .free-pro-guides .guide-related-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
}

.free-pro-guide .free-pro-guides .guide-related-grid a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 74px;
  gap: 12px;
  padding: 12px 16px;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  transform: none;
}

.free-pro-guide .free-pro-guides .guide-related-grid a + a {
  border-top: 1px solid #28313d;
}

.free-pro-guide .free-pro-guides .guide-related-grid a:hover {
  border-color: #28313d;
  background: transparent;
  transform: none;
}

.free-pro-guide .free-pro-guide-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(47, 134, 255, 0.45);
  border-radius: 10px;
  color: #44a3fd;
  background: rgba(47, 134, 255, 0.08);
  box-shadow: none;
  transition: color 160ms ease-out;
}

.free-pro-guide .free-pro-guide-icon svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  shape-rendering: geometricPrecision;
  transition: filter 160ms ease-out;
}

.free-pro-guide .free-pro-guide-card-copy {
  display: grid;
  min-width: 0;
}

.free-pro-guide .free-pro-guides .guide-related-grid .free-pro-guide-card-copy > strong {
  color: #c5c9ce;
  font-size: 16px;
  line-height: 1.35;
  transition: color 160ms ease-out, text-shadow 160ms ease-out;
}

.free-pro-guide .free-pro-guides .guide-related-grid .free-pro-guide-card-copy > span {
  margin-top: 3px;
  color: #98a0ab;
  font-size: 14px;
  line-height: 1.35;
  transition: color 160ms ease-out, text-shadow 160ms ease-out;
}

.free-pro-guide .free-pro-guide-arrow {
  color: #67acfd;
  font-size: 22px;
  line-height: 1;
  text-shadow: none;
  transition: color 160ms ease-out, text-shadow 160ms ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .free-pro-guide .free-pro-guides .guide-related-grid a:hover .free-pro-guide-card-copy > strong {
    color: #fff;
    text-shadow: 0 0 13px rgba(112, 178, 255, 0.34);
  }

  .free-pro-guide .free-pro-guides .guide-related-grid a:hover .free-pro-guide-card-copy > span {
    color: #cbd4df;
    text-shadow: 0 0 10px rgba(112, 178, 255, 0.18);
  }

  .free-pro-guide .free-pro-guides .guide-related-grid a:hover .free-pro-guide-icon {
    color: #83c5ff;
  }

  .free-pro-guide .free-pro-guides .guide-related-grid a:hover .free-pro-guide-icon svg {
    filter: drop-shadow(0 0 5px rgba(69, 164, 255, 0.52));
  }

  .free-pro-guide .free-pro-guides .guide-related-grid a:hover .free-pro-guide-arrow {
    color: #a0cfff;
    text-shadow: 0 0 10px rgba(105, 173, 255, 0.5);
  }
}

.free-pro-guide .free-pro-final {
  margin-top: 2px;
}

.free-pro-guide .free-pro-final .guide-final-cta {
  grid-template-columns: minmax(0, 1fr) 196px;
  align-items: center;
  gap: 28px;
  padding: 29px 31px;
  background:
    radial-gradient(circle at 88% 50%, rgba(47, 134, 255, 0.13), transparent 30%),
    linear-gradient(145deg, rgba(21, 29, 39, 0.94), rgba(11, 16, 22, 0.99)),
    #11161d;
}

.free-pro-guide .free-pro-final .guide-final-cta h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.free-pro-guide .free-pro-final .guide-final-cta p {
  margin: 9px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.free-pro-guide .free-pro-final .guide-final-cta p strong {
  color: #eaf2fb;
  font-weight: 760;
}

.free-pro-guide .free-pro-final .guide-final-cta > .guide-final-button {
  width: 196px;
  min-height: 50px;
  justify-self: end;
}

.free-pro-guide a:focus-visible,
.free-pro-guide summary:focus-visible,
.free-pro-guide input[type="range"]:focus-visible {
  outline: 2px solid #80b9ff;
  outline-offset: 3px;
}

@media (min-width: 841px) {
  .free-pro-guide .free-pro-pricing .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .free-pro-guide .free-pro-temperature {
    grid-template-columns: minmax(0, 1fr);
  }

  .free-pro-guide .free-pro-temperature-copy h2 {
    max-width: 18ch;
  }

  .free-pro-guide .guide-control-demo.free-pro-temperature-demo {
    max-width: 680px;
    margin-inline: auto;
  }
}

@media (max-width: 840px) {
  .free-pro-guide .free-pro-pricing .pricing-grid,
  .free-pro-guide .free-pro-purchase-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 680px;
    margin-inline: auto;
  }

  .free-pro-guide .free-pro-pricing .price-card {
    min-height: 0;
  }

  .free-pro-guide .free-pro-purchase .free-pro-section-heading,
  .free-pro-guide .free-pro-purchase .free-pro-restore-link {
    margin-left: max(0px, calc((100% - 680px) / 2));
  }

  .free-pro-guide .free-pro-purchase-card {
    grid-template-rows: auto auto;
  }

  .free-pro-guide .free-pro-purchase-link {
    grid-row: 2;
  }

  .free-pro-guide .free-pro-help-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 680px;
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .free-pro-guide {
    padding-bottom: 56px;
  }

  .free-pro-guide .free-pro-hero {
    padding: 116px 0 26px;
  }

  .free-pro-guide section.free-pro-hero > .wrap.guide-hero-inner,
  .free-pro-guide > .wrap {
    width: min(100%, calc(100% - 32px));
  }

  .free-pro-guide .free-pro-hero .guide-copy h1 {
    margin-top: 10px;
    font-size: clamp(2.75rem, 13vw, 3.6rem);
  }

  .free-pro-guide .free-pro-hero .guide-copy p {
    font-size: 17px;
  }

  .free-pro-guide .free-pro-pricing {
    padding-bottom: 50px;
  }

  .free-pro-guide .free-pro-section {
    margin-bottom: 50px;
  }

  .free-pro-guide .free-pro-temperature {
    padding: 25px 22px;
  }

  .free-pro-guide .free-pro-final .guide-final-cta {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 25px 22px;
  }

  .free-pro-guide .free-pro-final .guide-final-cta > .guide-final-button {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 560px) {
  .free-pro-guide .free-pro-pricing .price-card {
    padding: 23px 20px 21px;
  }

  .free-pro-guide .free-pro-pricing .price-card-action {
    grid-template-rows: 50px auto auto;
  }

  .free-pro-guide .price-card-action-reserved {
    display: none;
  }

  .free-pro-guide .free-pro-pricing .price-card-heading > .price-card-top {
    align-items: flex-start;
    gap: 14px;
  }

  .free-pro-guide .free-pro-pricing .price-card-heading h2 {
    font-size: 30px;
  }

  .free-pro-guide .free-pro-pricing .price strong {
    font-size: 29px;
  }

  .free-pro-guide .free-pro-pricing .price span {
    max-width: 15ch;
    margin-left: auto;
    white-space: normal;
  }

  .free-pro-guide .free-pro-temperature {
    padding: 23px 18px;
  }

  .free-pro-guide .guide-control-demo.free-pro-temperature-demo {
    padding: 15px;
  }

  .free-pro-guide .free-pro-purchase-card {
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 14px;
    padding: 21px 19px;
  }

  .free-pro-guide .free-pro-brand-mark {
    width: 52px;
    height: 52px;
  }

  .free-pro-guide .free-pro-purchase-card h3 {
    font-size: 21px;
  }

  .free-pro-guide .free-pro-guides .guide-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .free-pro-guide .free-pro-guides .guide-related-grid a {
    min-height: 0;
  }
}

@media (max-width: 390px) {
  .free-pro-guide .free-pro-pricing .price span {
    max-width: 13ch;
  }

  .free-pro-guide .free-pro-purchase-card {
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 12px;
  }

  .free-pro-guide .free-pro-brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 11px;
  }

  .free-pro-guide .free-pro-brand-mark-store img {
    width: 31px;
    height: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .free-pro-guide .free-pro-purchase-link {
    transition: none;
  }
}
