:root {
  --guide-ink: #102235;
  --guide-muted: #5a6978;
  --guide-line: #dce5ec;
  --guide-panel: #f4f8fb;
  --guide-blue: #0a6ce5;
  --guide-blue-dark: #0756b8;
  --guide-mint: #dff8ee;
}

.guide-page {
  background: #f7fafc;
  color: var(--guide-ink);
}

.guide-header {
  position: sticky;
  top: 0;
  z-index: 20;
}

.guide-layout,
.guide-hub-layout {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 80px;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 790px) 260px;
  gap: 64px;
  align-items: start;
}

.guide-breadcrumbs {
  grid-column: 1 / -1;
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--guide-muted);
  font-size: 14px;
  overflow: hidden;
}

.guide-breadcrumbs a {
  color: var(--guide-blue-dark);
  text-decoration: none;
}

.guide-breadcrumbs span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-article {
  min-width: 0;
}

.guide-hero {
  padding: 42px;
  border: 1px solid var(--guide-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(28, 58, 84, .08);
}

.guide-hero h1,
.guide-hub-hero h1 {
  max-width: 900px;
  margin: 10px 0 18px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.guide-lead,
.guide-hub-hero > p {
  max-width: 760px;
  color: var(--guide-muted);
  font-size: 20px;
  line-height: 1.62;
}

.guide-disclaimer {
  margin-top: 22px;
  padding: 14px 16px;
  border-left: 3px solid #20a779;
  border-radius: 8px;
  background: var(--guide-mint);
  color: #244b40;
  font-size: 14px;
  line-height: 1.55;
}

.guide-client-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #dce8f1;
  border-radius: 16px;
  background: #f7fafc;
}

.guide-client-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.guide-client-platforms span,
.guide-app-platforms span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid #d3e0ea;
  border-radius: 999px;
  background: #fff;
  color: #355066;
  font-size: 12px;
  font-weight: 800;
}

.guide-client-review {
  display: grid;
  min-width: 220px;
  gap: 3px;
  text-align: right;
}

.guide-client-review strong {
  color: #23425a;
  font-size: 12px;
}

.guide-client-review span {
  color: #9a5c12;
  font-size: 12px;
  font-weight: 800;
}

.guide-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.guide-download {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 13px 16px;
  border-radius: 12px;
  background: #0b6fe8;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.guide-download:hover {
  background: var(--guide-blue-dark);
}

.guide-quick {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  margin: 26px 0;
  padding: 30px 34px;
  border-radius: 22px;
  background: #0b1d2d;
  color: #fff;
}

.guide-quick span {
  color: #69b5ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.guide-quick h2 {
  margin: 7px 0 0;
  font-size: 25px;
}

.guide-quick ol {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 24px;
  color: #e9f2fa;
  line-height: 1.55;
}

.guide-visual-flow {
  margin-top: 26px;
  padding: 34px;
  border: 1px solid var(--guide-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 8%, rgba(54, 153, 244, .13), transparent 34%),
    #fff;
}

.guide-visual-flow-head {
  max-width: 680px;
}

.guide-visual-flow-head > span {
  color: var(--guide-blue-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guide-visual-flow-head h2 {
  margin: 7px 0 8px;
  font-size: clamp(27px, 3.2vw, 38px);
  letter-spacing: -.025em;
}

.guide-visual-flow-head p {
  margin: 0;
  color: var(--guide-muted);
  line-height: 1.55;
}

.guide-visual-warning {
  margin-top: 16px;
  padding: 13px 15px;
  border: 1px solid #f1cc82;
  border-radius: 12px;
  background: #fff8e8;
  color: #6c5019;
  font-size: 13px;
  line-height: 1.5;
}

.guide-visual-reference {
  margin: 24px 0 0;
}

.guide-visual-reference img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d5e0e8;
  border-radius: 17px;
  box-shadow: 0 18px 42px rgba(24, 57, 82, .12);
}

.guide-visual-reference figcaption {
  margin-top: 10px;
  color: #657789;
  font-size: 12px;
  line-height: 1.5;
}

.guide-ui-grid {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.guide-ui-screen {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid #cedbe5;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(27, 61, 87, .08);
}

.guide-ui-preview {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  padding: 36px 26px 26px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, .11), transparent 28%),
    linear-gradient(150deg, #17354f, #0d1f31);
}

.guide-ui-step {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 4;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 13px;
  background: rgba(5, 18, 30, .76);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.guide-mock {
  --mock-accent: #2f7df4;
  --mock-accent-soft: rgba(47, 125, 244, .16);
  position: relative;
  display: flex;
  width: min(100%, 292px);
  min-height: 390px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 29px;
  background: #f7f9fc;
  box-shadow: 0 24px 54px rgba(0, 0, 0, .28);
  color: #18283a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.guide-mock-hiddify {
  --mock-accent: #7368f0;
  --mock-accent-soft: rgba(115, 104, 240, .18);
}

.guide-mock-happ {
  --mock-accent: #7566cf;
  --mock-accent-soft: rgba(117, 102, 207, .18);
}

.guide-mock-v2raytun {
  --mock-accent: #1987ff;
  --mock-accent-soft: rgba(25, 135, 255, .17);
}

.guide-mock-karing {
  --mock-accent: #16b865;
  --mock-accent-soft: rgba(22, 184, 101, .16);
}

.guide-mock-v2rayng {
  --mock-accent: #ef6c22;
  --mock-accent-soft: rgba(239, 108, 34, .17);
}

.guide-mock-v2rayn {
  --mock-accent: #3479dc;
  --mock-accent-soft: rgba(52, 121, 220, .17);
}

.guide-mock-desktop,
.guide-mock-tv {
  width: min(100%, 340px);
  min-height: 300px;
  border-radius: 16px;
}

.guide-mock-tv {
  min-height: 230px;
  border-radius: 12px;
  background: #171820;
  color: #f5f5f8;
}

.guide-mock-status {
  display: flex;
  justify-content: space-between;
  padding: 8px 14px 5px;
  color: #607184;
  font-size: 8px;
  font-weight: 800;
}

.guide-mock-desktop .guide-mock-status,
.guide-mock-tv .guide-mock-status {
  justify-content: flex-start;
  gap: 5px;
  min-height: 24px;
  background: #e8edf3;
  color: #96a3af;
}

.guide-mock-desktop .guide-mock-status span:first-child,
.guide-mock-tv .guide-mock-status span:first-child {
  display: none;
}

.guide-mock-desktop .guide-mock-status span:last-child,
.guide-mock-tv .guide-mock-status span:last-child {
  color: transparent;
}

.guide-mock-desktop .guide-mock-status span:last-child::before,
.guide-mock-tv .guide-mock-status span:last-child::before {
  color: #f05d5d;
  content: "●";
}

.guide-mock-toolbar {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 34px;
  min-height: 44px;
  align-items: center;
  padding: 4px 11px 8px;
  border-bottom: 1px solid #dfe6ed;
}

.guide-mock-toolbar.has-action {
  grid-template-columns: 28px minmax(0, 1fr) max-content;
}

.guide-mock-toolbar > strong {
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
  overflow-wrap: anywhere;
}

.guide-mock-back {
  position: relative;
  color: #344a5f;
  font-size: 20px;
  line-height: 1;
}

.guide-mock-toolbar-action {
  display: grid;
  min-width: 28px;
  min-height: 28px;
  place-items: center;
  padding: 0 7px;
  border-radius: 9px;
  background: var(--mock-accent-soft);
  color: var(--mock-accent);
  font-size: 17px;
  font-weight: 900;
}

.guide-mock-toolbar-action.is-text {
  font-size: 10px;
}

.guide-mock-content {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 15px;
}

.guide-mock-kicker {
  color: #738397;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guide-mock-content h4 {
  margin: 0 0 3px;
  font-size: 18px;
  letter-spacing: -.025em;
}

.guide-mock-row,
.guide-mock-toggle {
  position: relative;
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 46px;
  padding: 8px 9px;
  border: 1px solid #e0e7ee;
  border-radius: 12px;
  background: #fff;
}

.guide-mock-row-icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 9px;
  background: var(--mock-accent-soft);
  color: var(--mock-accent);
  font-size: 12px;
  font-weight: 900;
}

.guide-mock-row strong,
.guide-mock-toggle strong {
  display: block;
  font-size: 10px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.guide-mock-row small,
.guide-mock-toggle small {
  display: block;
  margin-top: 2px;
  color: #788899;
  font-size: 8px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.guide-mock-row em {
  color: #23a06b;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.guide-mock-row em.guide-mock-target {
  display: grid;
  min-width: 25px;
  min-height: 25px;
  place-items: center;
  border-radius: 7px;
  font-size: 13px;
}

.guide-mock-row > i {
  color: #8b99a7;
  font-style: normal;
}

.guide-mock-field {
  position: relative;
  display: block;
  padding: 9px 10px;
  border: 1px solid #dce5ed;
  border-radius: 11px;
  background: #fff;
}

.guide-mock-field > span {
  display: block;
  color: #6d7e8e;
  font-size: 8px;
}

.guide-mock-field > strong {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: #22374a;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-mock-toggle {
  grid-template-columns: minmax(0, 1fr) 31px;
}

.guide-mock-toggle > i {
  position: relative;
  width: 31px;
  height: 18px;
  border-radius: 999px;
  background: #cbd4dc;
}

.guide-mock-toggle > i::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.guide-mock-toggle > i.is-on {
  background: var(--mock-accent);
}

.guide-mock-toggle > i.is-on::after {
  left: 16px;
}

.guide-mock-button {
  position: relative;
  display: block;
  margin-top: auto;
  padding: 10px 12px;
  border-radius: 11px;
  background: var(--mock-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  text-align: center;
}

.guide-mock-round {
  position: relative;
  display: grid;
  margin: auto;
  place-items: center;
  color: #647588;
  text-align: center;
}

.guide-mock-round > i {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 7px solid var(--mock-accent-soft);
  border-radius: 50%;
  background: var(--mock-accent);
  box-shadow: 0 13px 28px var(--mock-accent-soft);
  color: #fff;
  font-size: 26px;
  font-style: normal;
}

.guide-mock-round > small {
  margin-top: 8px;
  font-size: 9px;
  font-weight: 800;
}

.guide-mock-notice {
  margin: 0;
  padding: 9px 10px;
  border: 1px solid var(--mock-accent-soft);
  border-radius: 10px;
  background: var(--mock-accent-soft);
  color: #3d5265;
  font-size: 9px;
  line-height: 1.4;
}

.guide-mock-tabs {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 2px;
  padding: 7px 7px 9px;
  border-top: 1px solid #e0e7ed;
  background: #fff;
}

.guide-mock-tabs > span {
  position: relative;
  display: grid;
  gap: 2px;
  place-items: center;
  color: #82909e;
  font-size: 7px;
  font-weight: 750;
}

.guide-mock-tabs i {
  font-size: 12px;
  font-style: normal;
}

.guide-mock-tabs .is-active {
  color: var(--mock-accent);
}

.guide-mock.is-pending .guide-mock-content,
.guide-mock.is-pending .guide-mock-tabs {
  filter: blur(2px);
  opacity: .34;
}

.guide-mock-pending {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: calc(100% - 32px);
  padding: 13px 12px;
  border: 1px solid #f2b258;
  border-radius: 12px;
  background: rgba(255, 250, 238, .97);
  box-shadow: 0 14px 32px rgba(70, 48, 12, .18);
  color: #6d4b14;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.4;
  text-align: center;
  transform: translate(-50%, -50%);
}

.guide-mock.has-dialog > :not(.guide-mock-dialog) {
  filter: blur(1.5px);
  opacity: .38;
}

.guide-mock-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  width: calc(100% - 30px);
  overflow: visible;
  padding: 15px 14px 12px;
  border: 1px solid #d9dfe6;
  border-radius: 14px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 38px rgba(20, 30, 42, .24);
  color: #203244;
  text-align: center;
  transform: translate(-50%, -50%);
}

.guide-mock-dialog > strong {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}

.guide-mock-dialog > p {
  margin: 7px 0 0;
  color: #657587;
  font-size: 9px;
  line-height: 1.4;
}

.guide-mock-dialog-actions {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 8px;
  margin-top: 13px;
}

.guide-mock-dialog-action {
  position: relative;
  display: grid;
  min-height: 32px;
  place-items: center;
  border: 1px solid #d9e0e7;
  border-radius: 9px;
  color: var(--mock-accent);
  font-size: 9px;
  font-weight: 850;
}

.guide-mock-target {
  position: relative;
  z-index: 2;
  box-shadow:
    0 0 0 3px #ff5a47,
    0 8px 20px rgba(255, 90, 71, .22);
}

.guide-mock-target::after {
  position: absolute;
  top: -9px;
  right: -8px;
  padding: 3px 5px;
  border-radius: 5px;
  background: #ff5a47;
  color: #fff;
  content: "НАЖАТЬ";
  font-size: 6px;
  font-weight: 950;
  letter-spacing: .03em;
}

.guide-ui-body {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: center;
  padding: 34px 38px;
}

.guide-ui-body > small {
  color: var(--guide-blue-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.guide-ui-body h3 {
  margin: 9px 0 18px;
  color: #1a3449;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.guide-ui-action {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
  padding: 12px 14px;
  border: 1px solid #dce7ef;
  border-radius: 13px;
  background: #f3f7fa;
}

.guide-ui-action span {
  color: #667a8c;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.guide-ui-action strong {
  color: #075cbd;
  font-size: 14px;
}

.guide-ui-body p {
  margin: 0;
  color: #5c6e7e;
  font-size: 15px;
  line-height: 1.58;
}

.guide-section,
.guide-faq,
.guide-related {
  margin-top: 26px;
  padding: 38px 42px;
  border: 1px solid var(--guide-line);
  border-radius: 24px;
  background: #fff;
}

.guide-section h2,
.guide-faq h2,
.guide-related h2 {
  margin: 0 0 18px;
  font-size: clamp(27px, 3.2vw, 38px);
  line-height: 1.13;
  letter-spacing: -.025em;
}

.guide-section p,
.guide-section li,
.guide-faq p {
  color: #405263;
  font-size: 17px;
  line-height: 1.72;
}

.guide-section p + p {
  margin-top: 14px;
}

.guide-steps,
.guide-list {
  display: grid;
  gap: 14px;
  padding-left: 25px;
}

.guide-note {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid #f0d38d;
  border-radius: 14px;
  background: #fff9e9;
}

.guide-note strong {
  color: #735316;
}

.guide-note p {
  margin: 7px 0 0;
  color: #6b5b33;
  font-size: 15px;
}

.guide-shot {
  margin: 28px 0 0;
}

.guide-shot-placeholder {
  display: grid;
  min-height: 310px;
  place-content: center;
  gap: 8px;
  border: 2px dashed #9cb4c8;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(10, 108, 229, .06), rgba(32, 167, 121, .05)),
    #f5f9fc;
  color: #587184;
  text-align: center;
}

.guide-shot-placeholder span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guide-shot-placeholder strong {
  color: #1f3a51;
  font-size: 18px;
}

.guide-shot-media {
  position: relative;
  display: flex;
  min-height: 280px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #d9e2e9;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 20%, rgba(118, 84, 213, .08), transparent 42%),
    #f4f6f8;
}

.guide-shot-media img {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: contain;
}

.guide-shot-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  background: rgba(10, 25, 39, .82);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .045em;
  backdrop-filter: blur(8px);
}

.guide-shot figcaption {
  margin-top: 10px;
  color: var(--guide-muted);
  font-size: 14px;
  line-height: 1.5;
}

.guide-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.guide-inline-links a,
.guide-text-link {
  color: var(--guide-blue-dark);
  font-weight: 800;
}

.guide-faq-list {
  display: grid;
  gap: 10px;
}

.guide-faq details {
  padding: 18px 20px;
  border: 1px solid var(--guide-line);
  border-radius: 14px;
  background: var(--guide-panel);
}

.guide-faq summary {
  cursor: pointer;
  font-weight: 800;
  line-height: 1.45;
}

.guide-faq details p {
  margin: 12px 0 0;
  font-size: 15px;
}

.guide-purchase-box,
.guide-support-box,
.guide-hub-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-top: 26px;
  padding: 32px 36px;
  border-radius: 22px;
  background: #dfeefe;
}

.guide-purchase-box {
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 255, 255, .24), transparent 30%),
    #0b1d2d;
  color: #fff;
}

.guide-purchase-box span {
  color: #69b5ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.guide-purchase-box h2 {
  max-width: 570px;
  margin: 6px 0;
  font-size: 27px;
}

.guide-purchase-box p {
  max-width: 650px;
  margin: 0;
  color: #c9d8e5;
  line-height: 1.55;
}

.guide-purchase-actions {
  display: grid;
  min-width: 210px;
  gap: 11px;
  text-align: center;
}

.guide-purchase-actions > a:last-child {
  color: #a9d4ff;
  font-size: 14px;
  font-weight: 800;
}

.guide-support-box span,
.guide-hub-footer span {
  color: var(--guide-blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.guide-support-box h2,
.guide-hub-footer h2 {
  max-width: 560px;
  margin: 6px 0;
  font-size: 25px;
}

.guide-support-box p,
.guide-hub-footer p {
  margin: 0;
  color: var(--guide-muted);
}

.guide-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.guide-related-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 170px;
  padding: 20px;
  border: 1px solid var(--guide-line);
  border-radius: 16px;
  color: var(--guide-ink);
  text-decoration: none;
}

.guide-related-card:hover,
.guide-hub-card:hover {
  border-color: #7bb6ef;
  transform: translateY(-2px);
}

.guide-related-card span,
.guide-hub-card > span {
  color: var(--guide-blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.guide-related-card small {
  color: var(--guide-muted);
  line-height: 1.45;
}

.guide-sidebar {
  position: sticky;
  top: 100px;
  display: grid;
  padding: 22px;
  border: 1px solid var(--guide-line);
  border-radius: 18px;
  background: #fff;
}

.guide-sidebar strong {
  margin-bottom: 10px;
  font-size: 18px;
}

.guide-sidebar strong:not(:first-child) {
  margin-top: 20px;
}

.guide-sidebar a {
  padding: 9px 0;
  border-bottom: 1px solid #edf2f6;
  color: #405263;
  font-size: 14px;
  text-decoration: none;
}

.guide-sidebar a:hover {
  color: var(--guide-blue-dark);
}

.guide-sidebar .guide-sidebar-all {
  margin-top: 8px;
  border-bottom: 0;
  color: var(--guide-blue-dark);
  font-weight: 900;
}

.guide-hub-layout {
  display: grid;
  gap: 30px;
}

.guide-hub-hero {
  padding: 58px;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 15%, rgba(65, 174, 255, .22), transparent 32%),
    #fff;
  box-shadow: 0 24px 70px rgba(28, 58, 84, .08);
}

.guide-hub-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
}

.guide-app-picker {
  scroll-margin-top: 110px;
  padding: 44px;
  border: 1px solid var(--guide-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 0%, rgba(92, 76, 220, .12), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(28, 179, 133, .12), transparent 34%),
    #fff;
}

.guide-app-picker-head {
  max-width: 760px;
}

.guide-app-picker-head h2 {
  margin: 8px 0 12px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.guide-app-picker-head > p:last-child {
  color: var(--guide-muted);
  font-size: 17px;
  line-height: 1.58;
}

.guide-app-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.guide-app-card {
  position: relative;
  display: flex;
  min-height: 270px;
  flex-direction: column;
  grid-column: span 2;
  overflow: hidden;
  padding: 24px;
  border: 1px solid #dce5ec;
  border-radius: 22px;
  background: #f8fafc;
  color: var(--guide-ink);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.guide-app-card::after {
  position: absolute;
  right: -44px;
  bottom: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--app-accent-soft);
  content: "";
}

.guide-app-card:hover {
  border-color: var(--app-accent);
  box-shadow: 0 20px 44px rgba(31, 65, 92, .12);
  transform: translateY(-3px);
}

.guide-app-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  align-items: center;
}

.guide-app-mark {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 16px;
  background: var(--app-accent);
  box-shadow: 0 10px 24px var(--app-accent-soft);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.guide-app-card small {
  color: #607184;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.guide-app-card h2 {
  margin: 3px 0 0;
  font-size: 27px;
  letter-spacing: -.025em;
}

.guide-app-card > p {
  position: relative;
  z-index: 1;
  color: #526779;
  line-height: 1.52;
}

.guide-app-platforms {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.guide-app-card > strong {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 20px;
  color: var(--app-accent);
  font-size: 14px;
}

.guide-app-card > strong i {
  margin-left: 5px;
  font-style: normal;
}

.guide-app-green {
  --app-accent: #087a60;
  --app-accent-soft: rgba(8, 122, 96, .16);
}

.guide-app-violet {
  --app-accent: #674bd6;
  --app-accent-soft: rgba(103, 75, 214, .17);
}

.guide-app-blue {
  --app-accent: #0878d7;
  --app-accent-soft: rgba(8, 120, 215, .15);
}

.guide-app-mint {
  --app-accent: #148d6b;
  --app-accent-soft: rgba(20, 141, 107, .15);
}

.guide-app-orange {
  --app-accent: #c46513;
  --app-accent-soft: rgba(196, 101, 19, .15);
}

.guide-app-rose {
  --app-accent: #b6406c;
  --app-accent-soft: rgba(182, 64, 108, .14);
}

.guide-hub-faq {
  margin-top: 10px;
}

.guide-hub-group {
  padding-top: 24px;
}

.guide-hub-group-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 18px;
}

.guide-hub-group-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
}

.guide-hub-group-head p {
  max-width: 540px;
  margin: 0;
  color: var(--guide-muted);
  line-height: 1.55;
}

.guide-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.guide-hub-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--guide-line);
  border-radius: 20px;
  background: #fff;
  color: var(--guide-ink);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}

.guide-hub-card h2 {
  margin: 11px 0 10px;
  font-size: 23px;
  line-height: 1.18;
}

.guide-hub-card p {
  color: var(--guide-muted);
  line-height: 1.55;
}

.guide-hub-card strong {
  margin-top: auto;
  color: var(--guide-blue-dark);
}

.guide-hub-card i {
  margin-left: 5px;
  font-style: normal;
}

@media (max-width: 960px) {
  .guide-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .guide-sidebar {
    display: none;
  }

  .guide-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-app-card {
    grid-column: span 1;
  }
}

@media (max-width: 680px) {
  .guide-layout,
  .guide-hub-layout {
    width: min(100% - 24px, 1180px);
    padding-top: 20px;
  }

  .guide-hero,
  .guide-section,
  .guide-faq,
  .guide-related,
  .guide-hub-hero,
  .guide-app-picker,
  .guide-visual-flow {
    padding: 25px 20px;
    border-radius: 19px;
  }

  .guide-hero h1,
  .guide-hub-hero h1 {
    font-size: 37px;
  }

  .guide-lead,
  .guide-hub-hero > p {
    font-size: 17px;
  }

  .guide-quick {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .guide-related-grid,
  .guide-hub-grid,
  .guide-app-grid,
  .guide-ui-grid {
    grid-template-columns: 1fr;
  }

  .guide-app-card {
    grid-column: auto;
  }

  .guide-ui-screen {
    grid-template-columns: 1fr;
  }

  .guide-ui-preview {
    min-height: 405px;
    padding: 34px 16px 20px;
  }

  .guide-client-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .guide-client-review {
    min-width: 0;
    text-align: left;
  }

  .guide-ui-body {
    min-height: 0;
    padding: 27px 22px 30px;
  }

  .guide-purchase-box,
  .guide-support-box,
  .guide-hub-footer,
  .guide-hub-group-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .guide-purchase-actions {
    width: 100%;
  }

  .guide-hub-actions,
  .guide-downloads {
    align-items: stretch;
    flex-direction: column;
  }

  .guide-download {
    justify-content: space-between;
  }

  .guide-shot-placeholder {
    min-height: 220px;
  }

  .guide-shot-media {
    min-height: 210px;
  }

  .guide-shot-media img {
    max-height: 560px;
  }
}
