/* Step-by-step dashboard guide visual polish */
.howto-guide-page {
  background:
    radial-gradient(circle at 10% 6%, rgba(34, 197, 94, 0.12), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(20, 93, 160, 0.16), transparent 30%),
    linear-gradient(180deg, #eef6ff 0%, #f8fbff 42%, #ffffff 100%);
}

.howto-guide-page .tools-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 50px;
  border-bottom: 1px solid rgba(20, 93, 160, 0.12);
  background:
    radial-gradient(circle at 80% 18%, rgba(34, 197, 94, 0.18), transparent 29%),
    linear-gradient(135deg, #eef6ff 0%, #ffffff 58%, #f1fbf5 100%);
}

.howto-guide-page .tools-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: linear-gradient(90deg, #145da0, #22c55e, #f59e0b);
}

.howto-guide-page .tools-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.72fr);
  gap: 30px;
  align-items: center;
}

.howto-guide-page .blog-kicker {
  background: #dcfce7;
  color: #166534;
}

.howto-guide-page .tools-hero h1 {
  max-width: 820px;
}

.howto-guide-page .hero-deck {
  max-width: 760px;
  font-size: 1.08rem;
}

.howto-guide-page .tools-principle {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(20, 93, 160, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 197, 94, 0.14), transparent 34%),
    linear-gradient(145deg, #ffffff, #f4f9ff);
  box-shadow: 0 18px 44px rgba(15, 35, 71, 0.12);
}

.howto-guide-page .tools-principle span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e8f1ff;
  color: #145da0;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.howto-guide-page .tools-principle h2 {
  margin: 0 0 16px;
  color: #0f2347;
  font-size: 1.55rem;
  line-height: 1.16;
}

.howto-guide-page .tools-principle ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.howto-guide-page .tools-principle li {
  position: relative;
  padding: 11px 12px 11px 38px;
  border: 1px solid rgba(207, 224, 243, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: #243b53;
  font-weight: 800;
}

.howto-guide-page .tools-principle li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #145da0);
  transform: translateY(-50%);
}

.howto-guide-page .tools-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
  padding-top: 30px;
}

.howto-guide-page .tools-article {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(207, 224, 243, 0.95);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(20, 93, 160, 0.04), transparent 30%),
    linear-gradient(180deg, #ffffff, #fbfdff);
  box-shadow: 0 16px 42px rgba(15, 35, 71, 0.08);
}

.howto-guide-page .article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.howto-guide-page .article-byline span {
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef6ff;
  color: #145da0;
  font-size: 0.76rem;
  font-weight: 900;
}

.howto-guide-page .blog-lead {
  border-left: 5px solid #22c55e;
  background:
    radial-gradient(circle at right, rgba(34, 197, 94, 0.09), transparent 28%),
    linear-gradient(135deg, #f0fdf4, #ffffff);
}

.howto-guide-page .guide-visual-tour {
  margin: 28px 0 34px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(20, 93, 160, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.12), transparent 34%),
    linear-gradient(135deg, #ffffff, #f3f8ff);
  box-shadow: 0 18px 42px rgba(15, 35, 71, 0.09);
}

.howto-guide-page .guide-visual-tour .section-number {
  margin-bottom: 12px;
}

.howto-guide-page .visual-tour-copy h2 {
  margin-bottom: 8px;
}

.howto-guide-page .visual-tour-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.howto-guide-page .guide-screen-card,
.howto-guide-page .guide-visual-figure,
.howto-guide-page .guide-import-preview,
.howto-guide-page .dashboard-section-preview {
  border: 1px solid rgba(207, 224, 243, 0.95);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 35, 71, 0.07);
}

.howto-guide-page .guide-screen-card {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.howto-guide-page .guide-screen-card > span,
.howto-guide-page .dashboard-section-preview > span {
  color: #145da0;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.howto-guide-page .mini-calculator-screen,
.howto-guide-page .mini-dashboard-screen,
.howto-guide-page .mini-coach-screen {
  min-height: 160px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.howto-guide-page .mini-screen-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e4edf7;
}

.howto-guide-page .mini-screen-row b,
.howto-guide-page .mini-screen-row strong {
  color: #0f2347;
}

.howto-guide-page .mini-screen-bar {
  height: 10px;
  margin: 16px 0 12px;
  border-radius: 999px;
  background: #e6eef8;
  overflow: hidden;
}

.howto-guide-page .mini-screen-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #145da0, #22c55e);
}

.howto-guide-page .mini-dashboard-screen {
  display: grid;
  gap: 10px;
}

.howto-guide-page .mini-dashboard-screen div {
  padding: 12px;
  border-radius: 14px;
  background: #eef6ff;
}

.howto-guide-page .mini-dashboard-screen small {
  display: block;
  color: #5a6d82;
  font-weight: 800;
}

.howto-guide-page .mini-dashboard-screen strong {
  display: block;
  margin-top: 4px;
  color: #0f2347;
  font-size: 1.05rem;
}

.howto-guide-page .chat-user,
.howto-guide-page .chat-coach {
  max-width: 88%;
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.howto-guide-page .chat-user {
  margin-left: auto;
  background: #145da0;
  color: #ffffff;
  border-bottom-right-radius: 6px;
}

.howto-guide-page .chat-coach {
  background: #eef6ff;
  color: #0f2347;
  border-bottom-left-radius: 6px;
}

.howto-guide-page .guide-visual-figure {
  margin: 22px 0;
  overflow: hidden;
}

.howto-guide-page .guide-browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 14px;
  border-bottom: 1px solid #dce8f5;
  background: #f3f8ff;
}

.howto-guide-page .guide-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #bfd4ea;
}

.howto-guide-page .guide-browser-bar strong {
  margin-left: 6px;
  color: #0f2347;
  font-size: 0.82rem;
}

.howto-guide-page .guide-calculator-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.08), transparent 34%),
    #ffffff;
}

.howto-guide-page .sample-note {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(20, 93, 160, 0.14);
  border-radius: 14px;
  background: #eef6ff;
  color: #233a57;
}

.howto-guide-page .sample-note strong {
  color: #145da0;
}

.howto-guide-page .sample-note span {
  color: #486079;
  font-weight: 750;
}

.howto-guide-page .preview-panel {
  padding: 16px;
  border: 1px solid rgba(20, 93, 160, 0.12);
  border-radius: 16px;
  background: #f8fbff;
}

.howto-guide-page .preview-panel span,
.howto-guide-page .preview-table b {
  color: #5a6d82;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.howto-guide-page .preview-panel strong {
  display: block;
  margin: 6px 0;
  color: #047857;
  font-size: 2rem;
  line-height: 1;
}

.howto-guide-page .preview-panel p {
  margin: 0;
  color: #486079;
  font-weight: 800;
}

.howto-guide-page .preview-table {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
}

.howto-guide-page .preview-table div {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.7fr;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f8fbff;
  color: #0f2347;
  font-weight: 850;
}

.howto-guide-page .guide-visual-figure figcaption {
  padding: 0 18px 18px;
  color: #5a6d82;
  font-weight: 750;
}

.howto-guide-page .guide-import-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.5fr);
  gap: 16px;
  align-items: center;
  margin: 18px 0;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(20, 93, 160, 0.05), rgba(34, 197, 94, 0.08)),
    #ffffff;
}

.howto-guide-page .guide-import-preview h3 {
  margin: 6px 0 8px;
  color: #0f2347;
}

.howto-guide-page .import-preview-actions {
  display: grid;
  gap: 10px;
}

.howto-guide-page .import-preview-actions span,
.howto-guide-page .import-preview-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  font-weight: 950;
}

.howto-guide-page .import-preview-actions span {
  background: #eef6ff;
  color: #145da0;
}

.howto-guide-page .import-preview-actions button {
  border: 0;
  background: linear-gradient(135deg, #145da0, #22c55e);
  color: #ffffff;
}

.howto-guide-page .dashboard-section-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 24px;
}

.howto-guide-page .dashboard-section-preview {
  min-height: 230px;
  padding: 17px;
}

.howto-guide-page .snapshot-preview {
  background: linear-gradient(145deg, #ecfdf5, #ffffff);
}

.howto-guide-page .snapshot-preview strong {
  display: block;
  margin: 8px 0 4px;
  color: #047857;
  font-size: 2.2rem;
}

.howto-guide-page .snapshot-preview div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid rgba(22, 163, 74, 0.16);
}

.howto-guide-page .snapshot-preview b,
.howto-guide-page .snapshot-preview em {
  color: #174832;
  font-style: normal;
  font-weight: 900;
}

.howto-guide-page .mini-calendar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-top: 12px;
}

.howto-guide-page .mini-calendar i,
.howto-guide-page .mini-calendar b {
  min-height: 46px;
  padding: 7px;
  border-radius: 12px;
  background: #f4f8fd;
  color: #0f2347;
  font-style: normal;
  font-weight: 900;
}

.howto-guide-page .mini-calendar i {
  min-height: 28px;
  color: #5a6d82;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.howto-guide-page .mini-calendar small {
  display: block;
  margin-top: 3px;
  color: #145da0;
  font-size: 0.65rem;
}

.howto-guide-page .coach-preview {
  background: linear-gradient(145deg, #ffffff, #f4f9ff);
}

.howto-guide-page .article-contents {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 34px;
  padding: 16px;
  border: 1px solid rgba(207, 224, 243, 0.95);
  border-radius: 20px;
  background: #f8fbff;
}

.howto-guide-page .article-contents strong {
  grid-column: 1 / -1;
  color: #0f2347;
  font-size: 0.82rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.howto-guide-page .article-contents a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 11px;
  border: 1px solid rgba(20, 93, 160, 0.12);
  border-radius: 13px;
  background: #ffffff;
  color: #145da0;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.howto-guide-page .article-contents a:hover,
.howto-guide-page .article-contents a:focus-visible {
  background: #e8f1ff;
}

.howto-guide-page .tools-article section {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid rgba(207, 224, 243, 0.9);
}

.howto-guide-page .tools-article section:first-of-type {
  border-top: 0;
}

.howto-guide-page .section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #145da0, #22c55e);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 950;
}

.howto-guide-page .tools-article h2 {
  margin: 0 0 12px;
  color: #0f2347;
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.howto-guide-page .choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.howto-guide-page .choice-grid article,
.howto-guide-page .avoid-grid div {
  border: 1px solid rgba(207, 224, 243, 0.95);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #f8fbff);
  box-shadow: 0 10px 24px rgba(15, 35, 71, 0.055);
}

.howto-guide-page .choice-grid article {
  padding: 17px;
}

.howto-guide-page .choice-grid h3,
.howto-guide-page .tool-card h3 {
  color: #0f2347;
}

.howto-guide-page .tool-list {
  gap: 14px;
  margin-top: 20px;
}

.howto-guide-page .tool-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(207, 224, 243, 0.95);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.055), transparent 32%),
    linear-gradient(145deg, #ffffff, #f8fbff);
  box-shadow: 0 12px 26px rgba(15, 35, 71, 0.07);
}

.howto-guide-page .tool-card:nth-child(3n + 2) {
  background:
    radial-gradient(circle at top right, rgba(20, 93, 160, 0.07), transparent 32%),
    linear-gradient(145deg, #ffffff, #f4f9ff);
}

.howto-guide-page .tool-card:nth-child(3n) {
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.075), transparent 32%),
    linear-gradient(145deg, #ffffff, #fffaf0);
}

.howto-guide-page .tool-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #145da0, #22c55e);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 950;
  box-shadow: 0 10px 18px rgba(20, 93, 160, 0.16);
}

.howto-guide-page .tool-label {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e8f1ff;
  color: #145da0;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.howto-guide-page .tool-card h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
  line-height: 1.16;
}

.howto-guide-page .tool-card h4 {
  margin: 14px 0 8px;
  color: #145da0;
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.howto-guide-page .tool-card p,
.howto-guide-page .tool-card li,
.howto-guide-page .setup-steps span,
.howto-guide-page .avoid-grid span {
  color: #425466;
  line-height: 1.62;
}

.howto-guide-page .tool-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 20px;
}

.howto-guide-page .guide-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.howto-guide-page .guide-detail-grid div,
.howto-guide-page .guide-callout {
  display: grid;
  gap: 5px;
  padding: 13px;
  border: 1px solid rgba(207, 224, 243, 0.92);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.howto-guide-page .guide-detail-grid strong,
.howto-guide-page .guide-callout strong {
  color: #0f2347;
  font-size: 0.9rem;
}

.howto-guide-page .guide-detail-grid span,
.howto-guide-page .guide-callout span {
  color: #425466;
  font-size: 0.92rem;
  line-height: 1.5;
}

.howto-guide-page .guide-callout {
  margin-top: 18px;
  border-color: rgba(245, 158, 11, 0.28);
  background: linear-gradient(135deg, #fff8e8, #ffffff);
}

.howto-guide-page .setup-steps {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.howto-guide-page .setup-steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(207, 224, 243, 0.95);
  border-radius: 18px;
  background: #ffffff;
}

.howto-guide-page .setup-steps li::before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #dcfce7;
  color: #166534;
  font-weight: 950;
}

.howto-guide-page .setup-steps strong,
.howto-guide-page .setup-steps span {
  grid-column: 2;
}

.howto-guide-page .setup-steps strong {
  color: #0f2347;
}

.howto-guide-page .avoid-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.howto-guide-page .avoid-grid div {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.howto-guide-page .avoid-grid strong {
  color: #0f2347;
}

.howto-guide-page .tools-faq {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.howto-guide-page .tools-faq details {
  border: 1px solid rgba(207, 224, 243, 0.95);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}

.howto-guide-page .tools-faq summary {
  cursor: pointer;
  padding: 15px 16px;
  color: #0f2347;
  font-weight: 900;
}

.howto-guide-page .tools-faq p {
  margin: 0;
  padding: 0 16px 16px;
}

.howto-guide-page .blog-footer-cta {
  border: 1px solid rgba(34, 197, 94, 0.22);
}

.howto-guide-page .tools-sidebar {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 14px;
  align-self: start;
}

.howto-guide-page .sidebar-gate,
.howto-guide-page .sidebar-links,
.howto-guide-page .sidebar-note {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(46, 111, 149, 0.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(217, 152, 47, 0.1), transparent 32%),
    linear-gradient(145deg, #ffffff, #f5f9fb);
  box-shadow: 0 18px 38px rgba(15, 35, 71, 0.12);
}

.howto-guide-page .sidebar-gate::before,
.howto-guide-page .sidebar-links::before,
.howto-guide-page .sidebar-note::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #2e6f95, #22c55e, #d9982f);
}

.howto-guide-page .sidebar-gate {
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.14), transparent 34%),
    linear-gradient(145deg, #ffffff, #f0fdf4);
}

.howto-guide-page .sidebar-gate span,
.howto-guide-page .sidebar-links h2,
.howto-guide-page .sidebar-note strong {
  display: block;
  margin: 0 0 12px;
  color: #16324f;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.howto-guide-page .sidebar-gate ul {
  margin: 0;
  padding-left: 18px;
}

.howto-guide-page .sidebar-gate li {
  margin: 8px 0;
  color: #22313f;
  line-height: 1.45;
}

.howto-guide-page .sidebar-links {
  display: grid;
  gap: 0;
}

.howto-guide-page .sidebar-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  padding: 8px 0;
  border: 0;
  border-top: 1px solid rgba(216, 228, 236, 0.9);
  border-radius: 0;
  background: transparent;
  color: #2e6f95;
  font-weight: 800;
  text-decoration: none;
}

.howto-guide-page .sidebar-links a::after {
  content: ">";
  margin-left: 10px;
  color: #d9982f;
  font-weight: 800;
}

.howto-guide-page .sidebar-links a:hover,
.howto-guide-page .sidebar-links a:focus-visible {
  border-color: rgba(216, 228, 236, 0.9);
  background: transparent;
  color: #16324f;
}

.howto-guide-page .sidebar-note p {
  margin: 0;
  color: #5b6b7a;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .howto-guide-page .tools-layout,
  .howto-guide-page .tools-hero-grid {
    grid-template-columns: 1fr;
  }

  .howto-guide-page .tools-sidebar {
    position: static;
  }

  .howto-guide-page .article-contents,
  .howto-guide-page .choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .howto-guide-page .visual-tour-grid,
  .howto-guide-page .dashboard-section-preview-grid {
    grid-template-columns: 1fr;
  }

  .howto-guide-page .guide-import-preview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .howto-guide-page .tools-hero {
    padding: 28px 0 24px;
  }

  .howto-guide-page .tools-hero h1 {
    font-size: clamp(2rem, 9vw, 2.45rem);
    line-height: 1.04;
  }

  .howto-guide-page .hero-deck {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .howto-guide-page .tools-principle {
    padding: 18px;
    border-radius: 18px;
  }

  .howto-guide-page .tools-principle h2 {
    font-size: 1.22rem;
  }

  .howto-guide-page .tools-principle ul {
    gap: 7px;
  }

  .howto-guide-page .tools-principle li {
    padding: 9px 10px 9px 34px;
    font-size: 0.92rem;
  }

  .howto-guide-page .tools-article {
    padding: 16px;
    border-radius: 20px;
  }

  .howto-guide-page .article-contents,
  .howto-guide-page .choice-grid,
  .howto-guide-page .avoid-grid,
  .howto-guide-page .guide-detail-grid,
  .howto-guide-page .guide-calculator-preview {
    grid-template-columns: 1fr;
  }

  .howto-guide-page .preview-table {
    overflow-x: auto;
  }

  .howto-guide-page .preview-table div {
    min-width: 340px;
  }

  .howto-guide-page .dashboard-section-preview {
    min-height: auto;
  }

  .howto-guide-page .tool-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 17px;
  }

  .howto-guide-page .tool-number {
    width: 38px;
    height: 38px;
  }

  .howto-guide-page .setup-steps li {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 14px;
  }
}

/* Premium public guide pages */
.dashboard-guide-page {
  --guide-navy: #16324f;
  --guide-glacier: #2e6f95;
  --guide-ice: #e9f2f7;
  --guide-ice2: #f5f9fb;
  --guide-gold: #d9982f;
  --guide-green: #18a66a;
  --guide-text: #22313f;
  --guide-muted: #5b6b7a;
  --guide-line: #d8e4ec;
  background:
    radial-gradient(circle at 10% 6%, rgba(46, 111, 149, 0.14), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(217, 152, 47, 0.14), transparent 26%),
    linear-gradient(180deg, #f7fbfd 0%, #eef6f8 42%, #ffffff 100%);
}

.dashboard-guide-page .dashboard-guide-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 6vw, 72px) 0 clamp(30px, 5vw, 54px);
  border-bottom: 1px solid rgba(46, 111, 149, 0.14);
  background:
    radial-gradient(circle at 82% 18%, rgba(24, 166, 106, 0.15), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #edf7fa 58%, #fff8ec 100%);
}

.dashboard-guide-page .dashboard-guide-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--guide-glacier), var(--guide-green), var(--guide-gold));
}

.dashboard-guide-page .dashboard-guide-hero .blog-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.dashboard-guide-page .dashboard-guide-hero h1 {
  max-width: 850px;
  color: var(--guide-navy);
  letter-spacing: -0.03em;
}

.dashboard-guide-page .dashboard-guide-hero p {
  max-width: 760px;
  color: #40566b;
  font-size: clamp(1.04rem, 2vw, 1.22rem);
  line-height: 1.6;
  font-weight: 650;
}

.dashboard-guide-page .blog-pill {
  width: fit-content;
  border: 1px solid rgba(46, 111, 149, 0.18);
  background: #edf7fb;
  color: var(--guide-glacier);
  box-shadow: 0 8px 22px rgba(46, 111, 149, 0.08);
}

.dashboard-guide-page .blog-pill.green {
  border-color: rgba(24, 166, 106, 0.18);
  background: #e7f8ef;
  color: #0b744b;
}

.dashboard-guide-page .guide-article {
  display: grid;
  gap: 28px;
  padding-top: clamp(24px, 5vw, 46px);
}

.dashboard-guide-page .guide-article > section {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 228, 236, 0.95);
  border-radius: 24px;
  padding: clamp(20px, 4vw, 32px);
  background:
    radial-gradient(circle at top right, rgba(46, 111, 149, 0.08), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 251, 0.96));
  box-shadow: 0 18px 48px rgba(22, 50, 79, 0.08);
}

.dashboard-guide-page .guide-intro-card {
  border-left: 6px solid var(--guide-green);
  background:
    radial-gradient(circle at right, rgba(24, 166, 106, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff, #f0fbf5);
}

.dashboard-guide-page .guide-article h2 {
  margin-top: 0;
  color: var(--guide-navy);
  letter-spacing: -0.015em;
}

.dashboard-guide-page .guide-article p {
  color: #40566b;
  line-height: 1.72;
}

.dashboard-guide-page .guide-step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}

.dashboard-guide-page .guide-step-card {
  border: 1px solid rgba(216, 228, 236, 0.95);
  border-radius: 18px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 251, 0.92));
  box-shadow: 0 12px 28px rgba(22, 50, 79, 0.06);
}

.dashboard-guide-page .guide-step-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 6px 10px;
  background: #e5f2f7;
  color: var(--guide-glacier);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dashboard-guide-page .guide-step-card h3 {
  margin: 0 0 8px;
  color: var(--guide-navy);
  font-size: 1.08rem;
  line-height: 1.22;
}

.dashboard-guide-page .guide-step-card p {
  margin: 0;
  color: var(--guide-muted);
  font-size: 0.96rem;
  line-height: 1.55;
  font-weight: 600;
}

.dashboard-guide-page .guide-callout {
  border-left: 6px solid var(--guide-gold);
  background:
    radial-gradient(circle at top right, rgba(217, 152, 47, 0.13), transparent 34%),
    linear-gradient(135deg, #fffaf0, #ffffff);
}

.dashboard-guide-page .related-guide-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.dashboard-guide-page .related-guide-links h2 {
  grid-column: 1 / -1;
}

.dashboard-guide-page .related-guide-links a {
  display: flex;
  align-items: center;
  min-height: 52px;
  border: 1px solid rgba(46, 111, 149, 0.16);
  border-radius: 14px;
  padding: 12px 14px;
  background: #ffffff;
  color: var(--guide-navy);
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(22, 50, 79, 0.05);
}

.dashboard-guide-page .related-guide-links a:hover {
  border-color: rgba(46, 111, 149, 0.42);
  transform: translateY(-1px);
}

.dashboard-guide-page.syd-link-directory .related-guide-links {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0 24px;
}

.dashboard-guide-page.syd-link-directory .related-guide-links a {
  min-height: 0 !important;
  padding: 10px 2px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(46, 111, 149, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--guide-glacier) !important;
  box-shadow: none !important;
  font-size: 0.92rem;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.dashboard-guide-page.syd-link-directory .related-guide-links a::after {
  content: none;
}

.dashboard-guide-page.syd-link-directory .related-guide-links a:hover,
.dashboard-guide-page.syd-link-directory .related-guide-links a:focus-visible {
  color: var(--guide-navy) !important;
  transform: none;
}

.dashboard-guide-page .blog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dashboard-guide-page .blog-primary-link,
.dashboard-guide-page .blog-secondary-link {
  border-radius: 12px;
  min-height: 46px;
  padding: 12px 18px;
  font-weight: 900;
}

.dashboard-guide-page .blog-primary-link {
  background: var(--guide-gold);
  color: var(--guide-navy);
  box-shadow: 0 12px 30px rgba(217, 152, 47, 0.22);
}

.dashboard-guide-page .blog-secondary-link {
  border: 1px solid rgba(46, 111, 149, 0.28);
  background: #ffffff;
  color: var(--guide-glacier);
}

.dashboard-guide-page .guide-tool-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1.15fr);
  gap: 22px;
  align-items: center;
}

.dashboard-guide-page .guide-tool-copy {
  display: grid;
  gap: 12px;
}

.dashboard-guide-page .guide-tool-copy p {
  margin: 0;
}

.dashboard-guide-page .mock-device {
  border: 1px solid rgba(46, 111, 149, 0.16);
  border-radius: 26px;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(24, 166, 106, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff, #f5f9fb);
  box-shadow: 0 20px 46px rgba(22, 50, 79, 0.1);
}

.dashboard-guide-page .mock-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.dashboard-guide-page .mock-title {
  color: var(--guide-navy);
  font-weight: 950;
}

.dashboard-guide-page .mock-badge {
  border-radius: 999px;
  padding: 6px 10px;
  background: #dff3ff;
  color: #0d5a85;
  font-size: 0.78rem;
  font-weight: 950;
  white-space: nowrap;
}

.dashboard-guide-page .mock-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
}

.dashboard-guide-page .mock-day {
  min-height: 78px;
  border: 1px solid rgba(216, 228, 236, 0.95);
  border-radius: 14px;
  padding: 8px;
  background: #ffffff;
}

.dashboard-guide-page .mock-day strong {
  display: block;
  color: var(--guide-navy);
  font-size: 0.85rem;
  margin-bottom: 6px;
}

.dashboard-guide-page .mock-event {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 4px;
  border-radius: 8px;
  padding: 4px 6px;
  background: #e5f2f7;
  color: var(--guide-glacier);
  font-size: 0.67rem;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard-guide-page .mock-event.due {
  background: #ffe5e5;
  color: #8a1212;
}

.dashboard-guide-page .mock-event.payday {
  background: #dcf8e9;
  color: #08754b;
}

.dashboard-guide-page .mock-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.dashboard-guide-page .mock-stat {
  border: 1px solid rgba(216, 228, 236, 0.95);
  border-radius: 16px;
  padding: 14px;
  background: #ffffff;
}

.dashboard-guide-page .mock-stat span {
  display: block;
  color: var(--guide-muted);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dashboard-guide-page .mock-stat strong {
  display: block;
  margin-top: 6px;
  color: var(--guide-navy);
  font-size: 1.28rem;
}

.dashboard-guide-page .mock-wide {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #e4f8ed, #ffffff);
}

@media (max-width: 780px) {
  .dashboard-guide-page .guide-tool-preview {
    grid-template-columns: 1fr;
  }

  .dashboard-guide-page .mock-calendar {
    gap: 5px;
  }

  .dashboard-guide-page .mock-day {
    min-height: 64px;
    padding: 6px;
  }

  .dashboard-guide-page .mock-event {
    font-size: 0.6rem;
  }
}

/* Sitewide guide polish: bring the larger guide pages into the core visual system. */
.dashboard-guide-page,
.howto-guide-page {
  background:
    radial-gradient(circle at 9% 0%, rgba(217, 152, 47, 0.20), transparent 28%),
    radial-gradient(circle at 92% 2%, rgba(46, 111, 149, 0.26), transparent 32%),
    linear-gradient(180deg, #07172d 0, #16324f 285px, #e9f2f7 286px, #f5f9fb 100%) !important;
}

.dashboard-guide-page .blog-hero,
.howto-guide-page .tools-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  background:
    radial-gradient(circle at 82% 14%, rgba(217, 152, 47, 0.18), transparent 30%),
    radial-gradient(circle at 12% 18%, rgba(46, 111, 149, 0.38), transparent 36%),
    linear-gradient(135deg, #07172d 0%, #16324f 58%, #2e6f95 140%) !important;
}

.dashboard-guide-page .blog-hero::after,
.howto-guide-page .tools-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, #2e6f95, #1aa36f, #d9982f) !important;
}

.dashboard-guide-page .blog-hero h1,
.dashboard-guide-page .blog-hero h2,
.howto-guide-page .tools-hero h1,
.howto-guide-page .tools-hero h2 {
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.dashboard-guide-page .blog-hero p,
.howto-guide-page .tools-hero p,
.dashboard-guide-page .hero-deck,
.howto-guide-page .hero-deck {
  color: rgba(255, 255, 255, 0.84) !important;
}

.dashboard-guide-page .blog-kicker,
.howto-guide-page .blog-kicker,
.dashboard-guide-page .article-byline span,
.howto-guide-page .article-byline span {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.13) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.dashboard-guide-page .blog-main,
.howto-guide-page .blog-main,
.howto-guide-page .tools-layout {
  padding-top: clamp(24px, 4vw, 44px);
}

.dashboard-guide-page .blog-article,
.dashboard-guide-page .tools-article,
.howto-guide-page .tools-article {
  border: 1px solid rgba(216, 228, 236, 0.96) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(46, 111, 149, 0.10), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 251, 0.94)) !important;
  box-shadow: 0 26px 66px rgba(22, 50, 79, 0.14) !important;
}

.dashboard-guide-page .guide-section,
.howto-guide-page .guide-section,
.dashboard-guide-page .guide-visual-tour,
.howto-guide-page .guide-visual-tour,
.dashboard-guide-page .guide-tool-preview,
.howto-guide-page .guide-tool-preview,
.dashboard-guide-page .guide-callout,
.howto-guide-page .guide-callout,
.dashboard-guide-page .article-contents,
.howto-guide-page .article-contents,
.dashboard-guide-page .related-guide-links,
.howto-guide-page .related-guide-links {
  border: 1px solid rgba(216, 228, 236, 0.92) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(46, 111, 149, 0.09), transparent 30%),
    linear-gradient(145deg, #fff 0%, rgba(245, 249, 251, 0.94) 100%) !important;
  box-shadow: 0 16px 36px rgba(22, 50, 79, 0.08) !important;
}

.dashboard-guide-page .guide-section:nth-of-type(2n),
.howto-guide-page .guide-section:nth-of-type(2n) {
  background:
    radial-gradient(circle at 100% 0%, rgba(26, 163, 111, 0.12), transparent 32%),
    linear-gradient(145deg, #fff 0%, rgba(235, 250, 244, 0.92) 100%) !important;
}

.dashboard-guide-page .guide-section:nth-of-type(3n),
.howto-guide-page .guide-section:nth-of-type(3n) {
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 152, 47, 0.13), transparent 32%),
    linear-gradient(145deg, #fff 0%, rgba(255, 249, 235, 0.92) 100%) !important;
}

.dashboard-guide-page .guide-step-card,
.howto-guide-page .guide-step-card,
.dashboard-guide-page .guide-screen-card,
.howto-guide-page .guide-screen-card,
.dashboard-guide-page .dashboard-section-preview,
.howto-guide-page .dashboard-section-preview,
.dashboard-guide-page .guide-visual-figure,
.howto-guide-page .guide-visual-figure,
.dashboard-guide-page .guide-import-preview,
.howto-guide-page .guide-import-preview,
.dashboard-guide-page .tools-principle,
.howto-guide-page .tools-principle {
  border: 1px solid rgba(216, 228, 236, 0.95) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(46, 111, 149, 0.10), transparent 30%),
    linear-gradient(145deg, #fff, rgba(245, 249, 251, 0.95)) !important;
  box-shadow: 0 16px 36px rgba(22, 50, 79, 0.08) !important;
}

.dashboard-guide-page .guide-step-card:nth-child(2n),
.howto-guide-page .guide-step-card:nth-child(2n),
.dashboard-guide-page .guide-screen-card:nth-child(2n),
.howto-guide-page .guide-screen-card:nth-child(2n) {
  background:
    radial-gradient(circle at 100% 0%, rgba(26, 163, 111, 0.12), transparent 30%),
    linear-gradient(145deg, #fff, rgba(235, 250, 244, 0.93)) !important;
}

.dashboard-guide-page .guide-step-card:nth-child(3n),
.howto-guide-page .guide-step-card:nth-child(3n),
.dashboard-guide-page .guide-screen-card:nth-child(3n),
.howto-guide-page .guide-screen-card:nth-child(3n) {
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 152, 47, 0.13), transparent 30%),
    linear-gradient(145deg, #fff, rgba(255, 249, 235, 0.93)) !important;
}

.dashboard-guide-page .guide-callout,
.howto-guide-page .guide-callout,
.dashboard-guide-page .blog-lead,
.howto-guide-page .blog-lead {
  border-left: 5px solid #d9982f !important;
  background:
    radial-gradient(circle at right, rgba(217, 152, 47, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 249, 235, 0.86), #fff) !important;
}

.dashboard-guide-page .related-guide-links a,
.howto-guide-page .related-guide-links a,
.dashboard-guide-page .blog-primary-link,
.howto-guide-page .blog-primary-link {
  border-radius: 12px !important;
  background: linear-gradient(135deg, #2e6f95, #138764) !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(46, 111, 149, 0.18);
}

.dashboard-guide-page .blog-secondary-link,
.howto-guide-page .blog-secondary-link {
  border-color: rgba(46, 111, 149, 0.30) !important;
  background: #fff !important;
  color: #16324f !important;
}

@media (max-width: 760px) {
  .dashboard-guide-page .blog-hero,
  .howto-guide-page .tools-hero {
    padding-block: 34px 30px;
  }
}

/* Hand-built guide finishing pass: richer separation without changing content or behavior. */
.dashboard-guide-page .guide-article,
.howto-guide-page .tools-article {
  isolation: isolate;
}

.dashboard-guide-page .guide-article > section::before,
.howto-guide-page .tools-article > section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #2e6f95, #18a66a, #d9982f);
}

.dashboard-guide-page .guide-article > section,
.howto-guide-page .tools-article > section {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.dashboard-guide-page .guide-article > section:hover,
.howto-guide-page .tools-article > section:hover {
  border-color: rgba(46, 111, 149, 0.34) !important;
  box-shadow: 0 24px 54px rgba(22, 50, 79, 0.12) !important;
  transform: translateY(-1px);
}

.dashboard-guide-page .guide-step-card,
.howto-guide-page .choice-grid article,
.howto-guide-page .avoid-grid div,
.howto-guide-page .tool-card,
.howto-guide-page .guide-detail-grid div,
.dashboard-guide-page .mock-stat {
  border-top: 1px solid rgba(255, 255, 255, 0.8) !important;
  box-shadow:
    0 14px 32px rgba(22, 50, 79, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

.dashboard-guide-page .guide-step-card h3,
.howto-guide-page .choice-grid h3,
.howto-guide-page .avoid-grid strong,
.howto-guide-page .tool-card h3,
.howto-guide-page .guide-detail-grid strong {
  color: #16324f !important;
}

.dashboard-guide-page .guide-step-card span,
.howto-guide-page .tool-number,
.howto-guide-page .section-number,
.dashboard-guide-page .mock-badge {
  box-shadow: 0 10px 22px rgba(46, 111, 149, 0.16);
}

.dashboard-guide-page .guide-step-card span {
  width: fit-content;
  min-width: 38px;
  text-align: center;
}

.dashboard-guide-page .blog-primary-link,
.howto-guide-page .blog-primary-btn,
.howto-guide-page .blog-primary-link {
  background: linear-gradient(135deg, #2e6f95, #12805f) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.dashboard-guide-page a[href*="gumroad"],
.dashboard-guide-page a[href*="amazon"],
.howto-guide-page a[href*="gumroad"],
.howto-guide-page a[href*="amazon"] {
  background: linear-gradient(135deg, #d9982f, #f0bd58) !important;
  color: #16324f !important;
  box-shadow: 0 14px 30px rgba(217, 152, 47, 0.24) !important;
}

.howto-guide-page .tools-sidebar {
  gap: 16px;
}

.howto-guide-page .sidebar-gate,
.howto-guide-page .sidebar-links,
.howto-guide-page .sidebar-note {
  min-height: auto;
  box-shadow:
    0 20px 44px rgba(22, 50, 79, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.howto-guide-page .sidebar-links a {
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(216, 228, 236, 0.86);
  background: rgba(255, 255, 255, 0.72);
  margin-top: 8px;
}

.howto-guide-page .sidebar-links a:hover,
.howto-guide-page .sidebar-links a:focus-visible {
  background: #ffffff;
  border-color: rgba(46, 111, 149, 0.34);
  transform: translateY(-1px);
}

.dashboard-guide-page .related-guide-links {
  align-items: stretch;
}

.dashboard-guide-page .related-guide-links a,
.howto-guide-page .related-guide-links a {
  justify-content: space-between;
  gap: 12px;
}

.dashboard-guide-page .related-guide-links a::after,
.howto-guide-page .related-guide-links a::after {
  content: ">";
  font-weight: 900;
  opacity: 0.75;
}

.dashboard-guide-page .share-cluster,
.howto-guide-page .share-cluster {
  border: 1px solid rgba(216, 228, 236, 0.95);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(46, 111, 149, 0.10), transparent 30%),
    linear-gradient(145deg, #ffffff, rgba(245, 249, 251, 0.96));
  box-shadow: 0 16px 36px rgba(22, 50, 79, 0.08);
}

/* Compact pass: make guide pages feel closer to the tighter product pages. */
.dashboard-guide-page .guide-article,
.howto-guide-page .tools-article {
  gap: 18px;
}

.dashboard-guide-page .guide-article > section,
.howto-guide-page .guide-section,
.howto-guide-page .guide-callout,
.howto-guide-page .article-contents,
.howto-guide-page .related-guide-links {
  border-radius: 18px !important;
  padding: clamp(16px, 2.5vw, 24px) !important;
}

.dashboard-guide-page .guide-step-grid,
.howto-guide-page .guide-step-grid {
  gap: 14px;
}

.dashboard-guide-page .guide-step-card,
.howto-guide-page .guide-step-card {
  border-radius: 16px !important;
  padding: 16px !important;
}

.dashboard-guide-page .guide-step-card span,
.howto-guide-page .guide-step-card span {
  padding: 5px 9px;
  font-size: 0.7rem;
}

.dashboard-guide-page .guide-step-card h3,
.howto-guide-page .guide-step-card h3 {
  font-size: 1rem;
}

.dashboard-guide-page .guide-step-card p,
.howto-guide-page .guide-step-card p {
  font-size: 0.92rem;
  line-height: 1.48;
}

.dashboard-guide-page .blog-actions,
.howto-guide-page .blog-actions {
  gap: 10px;
  margin-top: 16px;
}

.dashboard-guide-page .blog-primary-link,
.dashboard-guide-page .blog-secondary-link,
.howto-guide-page .blog-primary-link,
.howto-guide-page .blog-secondary-link {
  min-height: 36px !important;
  padding: 8px 12px !important;
  border-radius: 10px !important;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: none;
}

.dashboard-guide-page .related-guide-links {
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  gap: 10px;
}

.dashboard-guide-page .related-guide-links a,
.howto-guide-page .related-guide-links a {
  min-height: 36px !important;
  padding: 8px 12px !important;
  border-radius: 10px !important;
  font-size: 0.84rem;
  line-height: 1.22;
  box-shadow: 0 8px 18px rgba(22, 50, 79, 0.08);
}

.dashboard-guide-page .share-cluster,
.howto-guide-page .share-cluster {
  border-radius: 18px;
  padding: 16px 18px;
}

/* Reading-first planner hierarchy. Non-interactive content must not resemble buttons. */
.dashboard-guide-page.syd-link-directory .blog-pill {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #d8e4ec !important;
  letter-spacing: 0.09em;
}

.dashboard-guide-page.syd-link-directory .guide-intro-card .blog-pill {
  color: #2e6f95 !important;
}

.dashboard-guide-page.syd-link-directory .guide-article {
  gap: 0;
}

.dashboard-guide-page.syd-link-directory .guide-article > section {
  position: relative;
  padding: clamp(24px, 4vw, 42px) 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(216, 228, 236, 0.95) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.dashboard-guide-page.syd-link-directory .guide-article > section::before {
  display: none !important;
}

.dashboard-guide-page.syd-link-directory .guide-intro-card,
.dashboard-guide-page.syd-link-directory .guide-callout {
  padding-left: 20px !important;
  border-left: 4px solid #d9982f !important;
}

.dashboard-guide-page.syd-link-directory .guide-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
}

.dashboard-guide-page.syd-link-directory .guide-step-card,
.dashboard-guide-page.syd-link-directory .guide-step-card:nth-child(2n),
.dashboard-guide-page.syd-link-directory .guide-step-card:nth-child(3n) {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 12px;
  align-content: start;
  padding: 18px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(216, 228, 236, 0.82) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.dashboard-guide-page.syd-link-directory .guide-step-card span {
  grid-row: 1 / span 2;
  width: 42px;
  min-width: 42px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #2e6f95;
  font-size: 0.78rem;
  text-align: left;
}

.dashboard-guide-page.syd-link-directory .guide-step-card h3,
.dashboard-guide-page.syd-link-directory .guide-step-card p {
  grid-column: 2;
}

.dashboard-guide-page.syd-link-directory .guide-step-card h3 {
  margin: 0 0 5px;
}

.dashboard-guide-page.syd-link-directory .guide-step-card p {
  margin: 0;
}

.dashboard-guide-page.syd-link-directory .related-guide-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
}

.dashboard-guide-page.syd-link-directory .related-guide-links h2 {
  grid-column: 1 / -1;
}

.dashboard-guide-page.syd-link-directory .related-guide-links a,
.dashboard-guide-page.syd-link-directory .related-guide-links a:hover,
.dashboard-guide-page.syd-link-directory .related-guide-links a:focus-visible {
  min-height: 0 !important;
  padding: 9px 20px 9px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(216, 228, 236, 0.82) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #2e6f95 !important;
  transform: none !important;
  text-decoration: none;
}

.dashboard-guide-page.syd-link-directory .related-guide-links a::after {
  content: "›";
}

.dashboard-guide-page.syd-link-directory .related-guide-links a:hover,
.dashboard-guide-page.syd-link-directory .related-guide-links a:focus-visible {
  color: #16324f !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 680px) {
  .dashboard-guide-page.syd-link-directory .guide-step-grid,
  .dashboard-guide-page.syd-link-directory .related-guide-links {
    grid-template-columns: 1fr;
  }
}
