﻿.sg-page {
  padding-top: calc(var(--site-header-offset) + 0.6rem);
}

.sg-section {
  padding: 2.3rem 0;
}

:root {
  --sg-type-h1: clamp(2.2rem, 5.2vw, 3.35rem);
  --sg-type-h2: clamp(1.72rem, 3vw, 2.12rem);
  --sg-type-h3: clamp(1.22rem, 2.1vw, 1.42rem);
  --sg-type-title: 1.02rem;
  --sg-type-body: 1rem;
  --sg-type-support: 0.93rem;
}

.sg-container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
  padding-inline: clamp(0.8rem, 4vw, 1.25rem);
}

.sg-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  align-items: center;
}

.sg-hero-media {
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(46, 125, 50, 0.12), rgba(41, 182, 246, 0.12));
  min-height: 240px;
  box-shadow: 0 12px 28px rgba(46, 125, 50, 0.12);
}

.sg-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.sg-hero-media-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.sg-placeholder-icon {
  font-size: 2.2rem;
}

.sg-placeholder-text {
  margin: 0;
  font-size: 0.95rem;
  color: #4c5a58;
}

.sg-eyebrow {
  display: inline-flex;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: rgba(46, 125, 50, 0.1);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-primary);
}

.sg-lead {
  max-width: 62ch;
}

.sg-hero-proof {
  margin-top: 0.55rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #3f5560;
}

.sg-hero-proof strong {
  color: #225f2a;
}

.sg-page-care .sg-hero-media {
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.1);
  border-radius: 18px;
}

.sg-page-care .sg-hero-media img {
  opacity: 0.95;
}

.sg-care-takeaway {
  border-color: rgba(46, 125, 50, 0.16);
  background: linear-gradient(135deg, #f6fbf5 0%, #f9fcff 100%);
}

.sg-care-takeaway-text {
  margin-bottom: 0.55rem;
  font-size: 1.02rem;
  line-height: 1.5;
  color: #2c3a43;
}

.sg-care-rules {
  margin-bottom: 0.42rem;
}

.sg-care-rules li {
  color: #2f3a43;
  line-height: 1.46;
}

.sg-care-driver-grid {
  margin-top: 0.8rem;
}

.sg-care-driver-card {
  border-color: rgba(46, 125, 50, 0.14);
}

.sg-care-driver-card h3 {
  font-size: 1rem;
  line-height: 1.3;
}

.sg-care-driver-card p {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.sg-care-steps-grid {
  display: grid;
  gap: 0.78rem;
}

.sg-care-step {
  position: relative;
  border: 1px solid rgba(46, 125, 50, 0.14);
  border-radius: 16px;
  background: #ffffff;
  padding: 0.85rem 0.9rem 0.9rem 2.55rem;
}

.sg-care-step-count {
  position: absolute;
  left: 0.82rem;
  top: 0.9rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ffffff;
  background: #2e7d32;
}

.sg-care-step-body h3 {
  margin-bottom: 0.3rem;
  font-size: 1rem;
  line-height: 1.3;
}

.sg-care-step-body p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.sg-care-step-target {
  margin-top: 0.28rem;
  color: #294651;
}

.sg-care-step-target strong {
  color: #1f5e23;
}

.sg-care-mistakes-grid {
  gap: 0.78rem;
}

.sg-care-mistake-card h3 {
  font-size: 1rem;
}

.sg-care-consequence {
  margin-bottom: 0.3rem;
  color: #6a3f16;
  font-weight: 600;
}

.sg-care-scenario-card {
  margin-bottom: 0.8rem;
  border-color: rgba(41, 182, 246, 0.3);
  background: #f5fbff;
}

.sg-care-scenario-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.sg-care-scenario-card p {
  margin-bottom: 0.45rem;
}

.sg-care-scenario-list {
  margin-bottom: 0.55rem;
}

.sg-care-scenario-list li {
  color: #2f3a43;
}

.sg-page-care .sg-main-flow > section > h2 {
  font-size: clamp(1.6rem, 2.7vw, 2rem);
  line-height: 1.16;
  margin-bottom: 0.62rem;
}

.sg-page-care .sg-main-flow > section > h3,
.sg-page-care .sg-main-flow .sg-card h3,
.sg-page-care .sg-link-card h3 {
  font-size: 1rem;
  line-height: 1.3;
}

.sg-hero-btn {
  margin-top: 1rem;
}

.sg-card {
  background: #fff;
  border: 1px solid rgba(46, 125, 50, 0.1);
  border-radius: 20px;
  padding: 1.2rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.sg-main-flow {
  display: grid;
  gap: 1.3rem;
}

.sg-grid {
  display: grid;
  gap: 0.9rem;
}

.sg-grid-2,
.sg-grid-3 {
  grid-template-columns: 1fr;
}

.sg-grid-1 {
  grid-template-columns: 1fr;
}

.sg-summary-grid {
  display: grid;
  gap: 0.7rem;
}

.sg-summary-item {
  background: #f8fbf7;
  border: 1px solid rgba(46, 125, 50, 0.08);
  border-radius: 14px;
  padding: 0.85rem;
}

.sg-summary-item h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.sg-summary-item p {
  margin: 0;
  font-size: 0.95rem;
}

.sg-list,
.sg-checklist ul {
  margin: 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.4rem;
}

.sg-list li,
.sg-checklist li,
.sg-steps li {
  color: #3d4650;
}

.sg-steps {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.42rem;
}

.sg-checklist {
  margin-top: 0.8rem;
}

.sg-checklist ol {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.5rem;
}

.sg-checklist ol li {
  color: #2f3a43;
  font-weight: 600;
  line-height: 1.58;
  padding-bottom: 0.18rem;
  border-bottom: 1px dashed rgba(46, 125, 50, 0.14);
}

.sg-checklist ol li:last-child {
  border-bottom: 0;
}

.sg-section-intro {
  margin-top: 0.18rem;
  margin-bottom: 0.72rem;
  font-size: var(--sg-type-support);
  color: #55616c;
}

.sg-step-flow {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
}

.sg-step-flow-item {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(46, 125, 50, 0.12);
  background: #f9fbf8;
  padding: 0.88rem 0.9rem 0.88rem 2.2rem;
}

.sg-step-flow-item h3 {
  margin: 0;
  font-size: 1rem;
}

.sg-step-flow-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.48;
}

.sg-step-flow-icon {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1;
}

.sg-step-flow-head {
  display: flex;
  align-items: center;
  gap: 0.36rem;
  margin: 0 0 0.24rem;
}

.sg-step-flow-count {
  position: absolute;
  left: 0.72rem;
  top: 0.78rem;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.66rem;
  font-weight: 700;
  color: #315738;
  background: rgba(46, 125, 50, 0.16);
}

.sg-step-flow-water {
  background: #edf7ff;
  border-color: rgba(41, 182, 246, 0.4);
}

.sg-step-flow-light {
  background: #fff5df;
  border-color: rgba(255, 193, 7, 0.42);
}

.sg-step-flow-soil {
  background: #eef5eb;
  border-color: rgba(94, 134, 88, 0.35);
}

.sg-cause-split {
  display: grid;
  gap: 0.9rem;
}

.sg-cause-list {
  display: grid;
  gap: 0.72rem;
}

.sg-cause-tab {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(46, 125, 50, 0.14);
  border-left: 4px solid transparent;
  border-radius: 14px;
  background: #fdfefc;
  padding: 0.75rem 0.8rem;
  display: flex;
  gap: 0.55rem;
  align-items: center;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
  cursor: pointer;
}

.sg-cause-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(46, 125, 50, 0.25);
  box-shadow: 0 8px 18px rgba(46, 125, 50, 0.09);
}

.sg-cause-tab:focus-visible {
  outline: 2px solid rgba(41, 182, 246, 0.8);
  outline-offset: 2px;
}

.sg-cause-tab.is-active {
  border-color: rgba(46, 125, 50, 0.42);
  border-left-color: #2e7d32;
  background: #e5f3e2;
  box-shadow: 0 10px 24px rgba(46, 125, 50, 0.14);
}

.sg-cause-tab.is-active .sg-cause-number {
  background: #1f5e23;
  color: #ffffff;
}

.sg-cause-number {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: rgba(46, 125, 50, 0.12);
  color: #1f5e23;
  font-weight: 700;
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sg-cause-tab-text {
  font-weight: 700;
  color: #1f5e23;
}

.sg-cause-panel {
  border: 1px solid rgba(46, 125, 50, 0.14);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.08);
  padding: 1rem 1.02rem;
}

.sg-cause-panel h3 {
  margin-bottom: 0.5rem;
}

.sg-cause-panel p {
  margin-bottom: 0.32rem;
}

.sg-cause-panel p:last-child {
  margin-bottom: 0;
}

.sg-cause-panel p strong {
  font-weight: 700;
}

.sg-enhanced-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.sg-enhanced-item {
  position: relative;
  margin: 0;
  padding: 0.62rem 0.78rem 0.62rem 1.9rem;
  border-radius: 12px;
  border: 1px solid rgba(46, 125, 50, 0.12);
  background: #f8fbf7;
}

.sg-enhanced-item::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  top: 1rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: rgba(46, 125, 50, 0.26);
  box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.1);
}

.sg-enhanced-label {
  margin: 0;
  font-weight: 700;
  color: #1f5e23;
}

.sg-enhanced-desc {
  margin: 0.22rem 0 0;
  color: #3d4650;
  line-height: 1.45;
}

.sg-micro-categories {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
}

.sg-micro-category {
  border-radius: 16px;
  border: 1px solid rgba(46, 125, 50, 0.12);
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(46, 125, 50, 0.06);
  padding: 0.95rem;
}

.sg-micro-category h3 {
  margin-bottom: 0.55rem;
  font-size: 1.03rem;
}

.sg-check-actions {
  display: grid;
  gap: 0.7rem;
}

.sg-check-action {
  position: relative;
  margin: 0;
  border: 1px solid rgba(46, 125, 50, 0.12);
  border-radius: 14px;
  background: #fbfdf9;
  padding: 0.75rem 0.84rem 0.8rem 2.2rem;
}

.sg-check-action::before {
  content: "";
  position: absolute;
  left: 0.82rem;
  top: 0.95rem;
  width: 0.8rem;
  height: 0.45rem;
  border-left: 2px solid #2e7d32;
  border-bottom: 2px solid #2e7d32;
  transform: rotate(-45deg);
}

.sg-check-action-title {
  margin: 0;
  font-weight: 700;
  color: #1f5e23;
}

.sg-check-action-note {
  margin: 0.24rem 0 0;
  color: #3d4650;
  line-height: 1.45;
}

.sg-compare-card {
  border: 1px solid rgba(46, 125, 50, 0.13);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(46, 125, 50, 0.06);
  overflow: hidden;
}

.sg-compare-table {
  display: grid;
}

.sg-compare-head,
.sg-compare-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  padding: 0.75rem 0.85rem;
}

.sg-compare-head {
  background: #f3f8f1;
  border-bottom: 1px solid rgba(46, 125, 50, 0.15);
  font-weight: 700;
  color: #1f5e23;
}

.sg-compare-row {
  border-bottom: 1px solid rgba(46, 125, 50, 0.1);
  transition: background var(--transition-fast);
}

.sg-compare-row:hover {
  background: #f7fbf5;
}

.sg-compare-row:last-child {
  border-bottom: 0;
}

.sg-compare-row span {
  color: #2f3a43;
}

.sg-cause-tag {
  display: inline-flex;
  margin-left: 0.38rem;
  padding: 0.15rem 0.42rem;
  border-radius: 999px;
  font-size: 0.68rem;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.sg-cause-tag-water {
  background: rgba(41, 182, 246, 0.15);
  color: #0e6d94;
}

.sg-cause-tag-light {
  background: rgba(255, 193, 7, 0.2);
  color: #8f6100;
}

.sg-cause-tag-soil {
  background: rgba(139, 94, 60, 0.18);
  color: #5f4025;
}

.sg-cause-tag-warning {
  background: rgba(244, 124, 55, 0.17);
  color: #934515;
}

.sg-process-timeline {
  position: relative;
  display: grid;
  gap: 0.62rem;
}

.sg-process-timeline::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  bottom: 0.55rem;
  left: 0.68rem;
  width: 3px;
  background: linear-gradient(180deg, rgba(46, 125, 50, 0.52), rgba(46, 125, 50, 0.16));
}

.sg-process-step {
  position: relative;
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  gap: 0.72rem;
  align-items: start;
}

.sg-process-number {
  margin-top: 0.2rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: #2e7d32;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  z-index: 1;
}

.sg-process-body {
  border: 1px solid rgba(46, 125, 50, 0.14);
  border-radius: 14px;
  background: #fdfefc;
  padding: 0.78rem 0.84rem;
}

.sg-process-tip-step .sg-process-number {
  background: #1e88e5;
  box-shadow: 0 0 0 4px rgba(30, 136, 229, 0.14);
}

.sg-process-tip-step .sg-process-body {
  border-color: rgba(30, 136, 229, 0.28);
  background: #eef7ff;
}

.sg-process-title {
  margin: 0;
  font-weight: 700;
  color: #1f5e23;
}

.sg-process-note {
  margin: 0.24rem 0 0;
  color: #3d4650;
  line-height: 1.45;
}

.sg-inline-tip {
  margin-top: 0.72rem;
  margin-bottom: 0.65rem;
  border-radius: 12px;
  border: 1px solid rgba(30, 136, 229, 0.32);
  background: #eef7ff;
  padding: 0.64rem 0.78rem;
}

.sg-inline-tip p {
  margin: 0;
  font-size: var(--sg-type-support);
  line-height: 1.42;
}

.sg-process-timeline-followup {
  margin-top: 0.18rem;
}

.sg-support-note {
  margin-top: 0.18rem;
  font-size: var(--sg-type-support);
  color: #56616b;
}

.sg-prevent-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.sg-prevent-item {
  border-radius: 12px;
  border: 1px solid rgba(46, 125, 50, 0.12);
  background: #f7faf5;
  padding: 0.62rem 0.72rem;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.sg-prevent-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(46, 125, 50, 0.09);
}

.sg-prevent-title {
  margin: 0;
  font-weight: 700;
  color: #1f5e23;
}

.sg-prevent-note {
  margin: 0.2rem 0 0;
  color: #3d4650;
  font-size: 0.95rem;
  line-height: 1.45;
}

.sg-emphasis {
  margin-top: 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(46, 125, 50, 0.14);
  padding: 0.62rem 0.78rem;
}

.sg-emphasis p {
  margin: 0;
}

.sg-emphasis-warning {
  background: #fff8f3;
  border-color: rgba(244, 124, 55, 0.24);
}

.sg-emphasis-tip {
  background: #f2f9ff;
  border-color: rgba(41, 182, 246, 0.34);
}

.sg-emphasis-pro {
  background: #f5fbf0;
  border-color: rgba(46, 125, 50, 0.26);
}

.sg-emphasis-mistake {
  border-color: rgba(244, 124, 55, 0.24);
  background: #fff7f2;
}

.sg-compare-row span::before {
  display: block;
  margin-bottom: 0.12rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(31, 94, 35, 0.75);
}

.sg-compare-row span:nth-child(1)::before {
  content: "Cause";
}

.sg-compare-row span:nth-child(2)::before {
  content: "Typical signs";
}

.sg-compare-row span:nth-child(3)::before {
  content: "First fix";
}

.sg-link-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(46, 125, 50, 0.12);
  border-radius: 16px;
  padding: 1rem;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.sg-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(46, 125, 50, 0.22);
  box-shadow: 0 10px 22px rgba(46, 125, 50, 0.11);
}

.sg-link-card h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.sg-link-card p {
  margin: 0;
  font-size: 0.95rem;
}

.sg-facts-row {
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.sg-facts-row span {
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  background: rgba(46, 125, 50, 0.08);
  color: #2e7d32;
}

.sg-inline-link {
  color: var(--color-primary);
  font-weight: 700;
}

.sg-pick-media {
  margin-bottom: 0.7rem;
  border-radius: 12px;
  min-height: 92px;
  background: linear-gradient(135deg, rgba(46, 125, 50, 0.1), rgba(255, 193, 7, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sg-pick-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-pick-media span {
  font-size: 1.8rem;
}

.sg-sci {
  font-style: italic;
  font-size: 0.9rem;
  color: #6b747e;
}

.sg-page-best-for .sg-section {
  padding-block: 2rem;
}

.sg-page-best-for .sg-hero-best-for .sg-hero-grid {
  grid-template-columns: 1fr;
  align-items: center;
  gap: 1rem;
}

.sg-page-best-for .sg-hero-best-for .sg-hero-media {
  width: min(100%, 460px);
  min-height: 150px;
  margin-inline: 0;
}

.sg-page-best-for .sg-hero-content-best-for {
  align-self: center;
}

.sg-page-best-for .sg-hero-content-best-for h1 {
  margin-top: 0;
}

.sg-best-for-flow {
  gap: 1rem;
}

.sg-best-for-intro {
  max-width: 74ch;
}

.sg-best-for-summary {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.62;
  color: #25323d;
}

.sg-best-framework {
  display: grid;
  gap: 1rem;
}

.sg-best-criteria-grid,
.sg-best-fit-grid,
.sg-best-warning-grid {
  gap: 0.9rem;
}

.sg-best-criteria-card,
.sg-best-fit-card,
.sg-best-warning-card {
  height: 100%;
}

.sg-best-criteria-card h3,
.sg-best-fit-card h3,
.sg-best-warning-card h3 {
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.sg-best-criteria-card p,
.sg-best-fit-card p,
.sg-best-warning-card p {
  margin: 0;
  color: #41505d;
  font-size: 0.95rem;
  line-height: 1.5;
}

.sg-page-best-for .sg-picks-grid {
  gap: 1rem;
  grid-template-columns: 1fr;
}

.sg-page-best-for .sg-pick-card {
  display: grid;
  grid-template-columns: clamp(185px, 32vw, 290px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 245, 0.94));
  border-color: rgba(46, 125, 50, 0.12);
  box-shadow: 0 10px 24px rgba(14, 35, 18, 0.05);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.sg-page-best-for .sg-pick-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(14, 35, 18, 0.12);
  border-color: rgba(46, 125, 50, 0.3);
}

.sg-page-best-for .sg-pick-media {
  min-height: 0;
  aspect-ratio: 4 / 5;
  margin-bottom: 0;
  border-radius: 0;
}

.sg-page-best-for .sg-pick-content {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-width: 0;
  padding: 1.25rem 1.3rem 1.2rem 0;
}

.sg-page-best-for .sg-pick-title-block {
  display: grid;
  gap: 0.16rem;
}

.sg-page-best-for .sg-pick-name {
  margin: 0;
  font-size: clamp(1.42rem, 2.1vw, 1.82rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--color-primary);
}

.sg-page-best-for .sg-sci {
  margin: 0;
  font-size: 0.9rem;
  color: #78828a;
}

.sg-page-best-for .sg-pick-verdict {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.48;
  color: #263542;
}

.sg-page-best-for .sg-facts-row-picks {
  margin-top: -0.02rem;
  margin-bottom: 0;
}

.sg-page-best-for .sg-fact-chip {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.27rem 0.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
}

.sg-page-best-for .sg-fact-chip-difficulty {
  background: rgba(46, 125, 50, 0.1);
  color: #1f5e23;
  border-color: rgba(46, 125, 50, 0.22);
}

.sg-page-best-for .sg-fact-chip-light {
  background: rgba(255, 193, 7, 0.16);
  color: #7f5a00;
  border-color: rgba(255, 193, 7, 0.34);
}

.sg-page-best-for .sg-fact-chip-water {
  background: rgba(41, 182, 246, 0.14);
  color: #0f5f80;
  border-color: rgba(41, 182, 246, 0.32);
}

.sg-page-best-for .sg-fact-chip-pet-safe {
  background: rgba(46, 125, 50, 0.1);
  color: #1f5e23;
  border-color: rgba(46, 125, 50, 0.22);
}

.sg-page-best-for .sg-fact-chip-pet-caution {
  background: rgba(255, 152, 0, 0.12);
  color: #8a4b00;
  border-color: rgba(255, 152, 0, 0.3);
}

.sg-page-best-for .sg-fact-chip-pet-toxic {
  background: rgba(198, 40, 40, 0.1);
  color: #8f1f1f;
  border-color: rgba(198, 40, 40, 0.22);
}

.sg-page-best-for .sg-fact-chip-pet-neutral {
  background: rgba(76, 87, 97, 0.1);
  color: #42505c;
  border-color: rgba(76, 87, 97, 0.2);
}

.sg-page-best-for .sg-pick-tone-grounded .sg-pick-media {
  background: linear-gradient(135deg, rgba(79, 114, 72, 0.24), rgba(189, 212, 164, 0.32));
}

.sg-page-best-for .sg-pick-tone-vivid .sg-pick-media {
  background: linear-gradient(135deg, rgba(64, 147, 90, 0.24), rgba(147, 204, 113, 0.32));
}

.sg-page-best-for .sg-pick-tone-calm .sg-pick-media {
  background: linear-gradient(135deg, rgba(48, 115, 145, 0.22), rgba(176, 219, 229, 0.34));
}

.sg-page-best-for .sg-pick-tone-breeze .sg-pick-media {
  background: linear-gradient(135deg, rgba(76, 125, 155, 0.22), rgba(197, 222, 197, 0.34));
}

.sg-page-best-for .sg-pick-tone-warm .sg-pick-media {
  background: linear-gradient(135deg, rgba(161, 104, 58, 0.25), rgba(239, 208, 164, 0.34));
}

.sg-page-best-for .sg-pick-emoji {
  font-size: 1.9rem;
}

.sg-page-best-for .sg-pick-insights {
  display: grid;
  gap: 0.4rem;
}

.sg-page-best-for .sg-pick-insight {
  margin: 0;
  color: #3e4b56;
  font-size: 0.98rem;
  line-height: 1.48;
}

.sg-page-best-for .sg-pick-profile {
  margin: -0.08rem 0 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #7a838b;
}

.sg-page-best-for .sg-pick-profile strong {
  font-weight: 600;
}

.sg-page-best-for .sg-pick-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  font-size: 0.96rem;
  font-weight: 700;
  color: #1d5f24;
}

.sg-page-best-for .sg-pick-cta:hover {
  color: #0f7c8f;
}

.sg-page-best-for .sg-pick-cta:focus-visible {
  outline: 2px solid rgba(15, 124, 143, 0.48);
  outline-offset: 2px;
}

.sg-page-beginner .sg-main-flow {
  gap: 2rem;
}

.sg-page-beginner .sg-main-flow > section > h2 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.62rem, 2.8vw, 2.04rem);
  line-height: 1.14;
  letter-spacing: -0.01em;
}

.sg-page-beginner .sg-card h3 {
  margin-bottom: 0.35rem;
  font-size: 1.02rem;
}

.sg-page-beginner .sg-section-intro {
  margin-top: 0;
  margin-bottom: 0.65rem;
  color: #4d5d68;
}

.sg-page-beginner .sg-beginner-quickstart {
  list-style: none;
  padding-left: 0;
  gap: 0.52rem;
}

.sg-page-beginner .sg-beginner-quickstart li {
  border-left: 2px solid rgba(46, 125, 50, 0.2);
  padding: 0.1rem 0 0.1rem 0.68rem;
}

.sg-page-beginner .sg-beginner-step-title {
  display: block;
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  color: #1d4821;
}

.sg-page-beginner .sg-beginner-step-day {
  display: inline-block;
  margin-bottom: 0.14rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2e7d32;
}

.sg-page-beginner .sg-beginner-step-note {
  margin: 0.12rem 0 0;
  color: #3a4650;
  line-height: 1.4;
  font-size: 0.95rem;
}

.sg-page-beginner .sg-beginner-step-why,
.sg-page-beginner .sg-beginner-step-mistake {
  margin: 0.14rem 0 0;
  font-size: 0.9rem;
  line-height: 1.38;
  color: #43525d;
}

.sg-page-beginner .sg-beginner-step-why strong,
.sg-page-beginner .sg-beginner-step-mistake strong {
  color: #1b5b2d;
}

.sg-page-beginner .sg-beginner-consequence,
.sg-page-beginner .sg-beginner-fix {
  margin: 0;
  font-size: 0.95rem;
}

.sg-page-beginner .sg-beginner-fix {
  margin-top: 0.24rem;
}

.sg-page-beginner .sg-beginner-scale-tip {
  background: #f4fbf2;
  border-color: rgba(46, 125, 50, 0.2);
}

.sg-page-beginner .sg-beginner-next-step {
  display: grid;
  gap: 0.42rem;
  background: linear-gradient(140deg, #eff8ec 0%, #f7fbf6 100%);
}

.sg-page-beginner .sg-beginner-next-step p {
  margin: 0;
}

.sg-page-beginner .sg-beginner-next-link {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.sg-page-beginner .sg-beginner-timeline {
  background: linear-gradient(180deg, rgba(245, 251, 243, 0.9), rgba(245, 251, 243, 0));
  border-top: 1px solid rgba(46, 125, 50, 0.18);
  border-bottom: 1px solid rgba(46, 125, 50, 0.12);
  padding: 1rem 0.2rem 0.82rem;
}

.sg-page-beginner .sg-beginner-rules .sg-grid {
  gap: 0.72rem;
}

.sg-page-beginner .sg-beginner-rule-card {
  border-width: 1px;
  border-color: rgba(46, 125, 50, 0.16);
  box-shadow: none;
  background: linear-gradient(180deg, #ffffff, #f8fcf6);
}

.sg-page-beginner .sg-beginner-rule-card h3 {
  font-size: 1.05rem;
  line-height: 1.28;
}

.sg-page-beginner .sg-rule-line {
  margin: 0.28rem 0 0;
  line-height: 1.42;
  font-size: 0.95rem;
  color: #384752;
}

.sg-page-beginner .sg-rule-line strong {
  color: #1f5e23;
}

.sg-page-beginner .sg-beginner-struggle {
  border-top: 1px solid rgba(46, 125, 50, 0.18);
  border-bottom: 1px solid rgba(46, 125, 50, 0.12);
  padding: 1rem 0 0.95rem;
}

.sg-page-beginner .sg-struggle-item {
  padding: 0.2rem 0.15rem;
}

.sg-page-beginner .sg-struggle-item h3 {
  margin-bottom: 0.28rem;
  font-size: 0.99rem;
}

.sg-page-beginner .sg-struggle-item p {
  margin: 0.22rem 0 0;
  font-size: 0.94rem;
  line-height: 1.42;
  color: #3b4a55;
}

.sg-page-beginner .sg-struggle-item strong {
  color: #1f5e23;
}

.sg-page-beginner .sg-warning-card h3 {
  font-size: 1rem;
  line-height: 1.26;
}

.sg-page-beginner .sg-beginner-symptom {
  margin: 0.24rem 0 0;
  font-size: 0.94rem;
  color: #614323;
}

.sg-page-beginner .sg-beginner-pick-card .sg-pick-fit {
  margin: 0 0 0.22rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #145064;
}

.sg-page-beginner .sg-beginner-pick-card p {
  margin-bottom: 0.56rem;
  line-height: 1.42;
}

.sg-page-beginner .sg-beginner-pick-card .sg-pick-when,
.sg-page-beginner .sg-beginner-pick-card .sg-pick-avoid {
  margin-top: -0.16rem;
  margin-bottom: 0.44rem;
  font-size: 0.91rem;
}

.sg-page-beginner .sg-beginner-pick-card .sg-pick-when strong {
  color: #1f5e23;
}

.sg-page-beginner .sg-beginner-pick-card .sg-pick-avoid strong {
  color: #92511a;
}

.sg-page-beginner .sg-beginner-picks-list {
  gap: 0.9rem;
}

.sg-page-beginner .sg-beginner-pick-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 0.95rem;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

.sg-page-beginner .sg-beginner-pick-media {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 0;
  overflow: hidden;
  background: #e8eee5;
  height: 100%;
}

.sg-page-beginner .sg-beginner-pick-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-page-beginner .sg-beginner-pick-body {
  min-width: 0;
  padding: 0.9rem 0.9rem 0.9rem 0;
}

.sg-page-beginner .sg-beginner-pick-body .sg-inline-link {
  display: inline-block;
  margin-top: 0.12rem;
}

.sg-page-beginner .sg-beginner-checklist {
  border-top: 1px solid rgba(15, 124, 143, 0.2);
  padding-top: 1rem;
}

.sg-page-beginner .sg-check-column {
  padding: 0.95rem 0.9rem 0.9rem;
  border-radius: 14px;
  background: #f7fbf5;
  border: 1px solid rgba(46, 125, 50, 0.16);
}

.sg-page-beginner .sg-check-column h3 {
  margin-bottom: 0.45rem;
}

.sg-page-beginner .sg-check-column .sg-list {
  gap: 0.34rem;
}

.sg-page-beginner .sg-check-column .sg-list li {
  line-height: 1.4;
  font-size: 0.95rem;
}

.sg-page-beginner .sg-check-column-alert {
  background: #fff8ee;
  border-color: rgba(199, 119, 29, 0.3);
}

.sg-page-beginner .sg-check-followup {
  margin-top: 0.9rem;
  padding: 0.9rem 0.95rem;
  border: 1px dashed rgba(15, 124, 143, 0.34);
  border-radius: 14px;
  background: #f3fbff;
}

.sg-page-beginner .sg-check-followup h3 {
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.sg-page-beginner .sg-check-followup .sg-steps {
  margin: 0;
  padding-left: 1rem;
  gap: 0.32rem;
}

.sg-page-beginner .sg-check-followup .sg-steps li {
  color: #2f414f;
  line-height: 1.42;
}

@media (max-width: 760px) {
  .sg-page-beginner .sg-beginner-pick-card {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .sg-page-beginner .sg-beginner-pick-media {
    width: 100%;
    max-height: 240px;
  }

  .sg-page-beginner .sg-beginner-pick-body {
    padding: 0.85rem 0.9rem 0.9rem;
  }
}

.sg-warning-card {
  border-color: rgba(255, 193, 7, 0.35);
  background: rgba(255, 193, 7, 0.08);
}

.sg-feature-card {
  background: linear-gradient(135deg, #eef8ec 0%, #e5f4f9 100%);
}

.sg-list-inline {
  grid-template-columns: 1fr;
}

.sg-cta-points {
  margin: 0.4rem 0 1rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.sg-cta-points li {
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.84rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0.32rem 0.6rem;
}

.sg-group-copy {
  margin-bottom: 0.9rem;
}

.sg-hub-hero {
  padding-top: 2.8rem;
  padding-bottom: 1.4rem;
}

.sg-hub-hero-inner {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.sg-hub-hero .feature-kicker {
  margin-bottom: 0.65rem;
}

.sg-hub-hero h1 {
  margin-bottom: 0.6rem;
}

.sg-hub-hero .sg-lead {
  margin: 0 auto;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-hero-yellow .sg-hero-grid {
  grid-template-columns: 1fr;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-hero-content-yellow {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.62rem;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-hero-media {
  width: min(100%, 820px);
  min-height: 240px;
  margin-bottom: 0.22rem;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-hero-media img {
  min-height: 240px;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-hero-content-yellow h1 {
  max-width: 40ch;
  margin: 0 auto;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-hero-content-yellow .sg-lead {
  max-width: 66ch;
  margin: 0 auto;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-hero-content-yellow .sg-eyebrow {
  order: 10;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-summary-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-main-flow > section h2 {
  margin: 0 0 0.72rem;
  font-size: var(--sg-type-h2);
  font-weight: 700;
  line-height: 1.14;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-main-flow > section + section {
  margin-top: 0.35rem;
}

:is(.sg-page-yellow, .sg-page-problem) h1 {
  font-size: var(--sg-type-h1);
  line-height: 1.05;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-main-flow > section > h3 {
  margin: 2.35rem 0 0.45rem;
  font-size: clamp(1.12rem, 1.8vw, 1.26rem);
  font-weight: 600;
  line-height: 1.2;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-step-flow-item h3,
:is(.sg-page-yellow, .sg-page-problem) .sg-cause-panel h3,
:is(.sg-page-yellow, .sg-page-problem) .sg-prevent-title,
:is(.sg-page-yellow, .sg-page-problem) .sg-process-title,
:is(.sg-page-yellow, .sg-page-problem) .sg-checklist h3 {
  font-size: 0.98rem;
  font-weight: 700;
}

:is(.sg-page-yellow, .sg-page-problem) p,
:is(.sg-page-yellow, .sg-page-problem) li,
:is(.sg-page-yellow, .sg-page-problem) .sg-cause-panel p,
:is(.sg-page-yellow, .sg-page-problem) .sg-process-note,
:is(.sg-page-yellow, .sg-page-problem) .sg-prevent-note {
  font-size: var(--sg-type-body);
}

:is(.sg-page-yellow, .sg-page-problem) .sg-checklist {
  margin-top: 0.6rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-micro-categories {
  margin-top: 1rem;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-micro-category {
  background: #fdfefc;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-check-actions {
  margin-top: 0.3rem;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-enhanced-list-prevention .sg-enhanced-item {
  background: #f6faf4;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-cause-panel {
  min-height: 100%;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-main-flow .sg-card {
  border-color: rgba(46, 125, 50, 0.12);
  box-shadow: 0 10px 24px rgba(46, 125, 50, 0.08);
}

:is(.sg-page-yellow, .sg-page-problem) .sg-main-flow > .sg-card:first-child {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.guide-yellow .leaf-overlay,
.guide-problem .leaf-overlay {
  opacity: 0.03;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-section-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.4rem;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(46, 125, 50, 0.82);
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-section-label-center {
  display: flex;
  justify-content: center;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-patterns {
  background: linear-gradient(135deg, #f4f9f2 0%, #edf6f4 100%);
}

:is(.sg-page-yellow, .sg-page-problem) .sg-pattern-card {
  background: #ffffff;
  border: 1px solid rgba(46, 125, 50, 0.14);
  border-radius: 16px;
  padding: 1rem;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-pattern-card h3 {
  font-size: 1.02rem;
  margin-bottom: 0.45rem;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-pattern-card p {
  margin-bottom: 0.45rem;
  font-size: 0.96rem;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-recovery-plan {
  background: #ffffff;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-recovery-intro {
  margin-bottom: 1rem;
  color: #49545f;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-recovery-timeline {
  position: relative;
  display: grid;
  gap: 0.95rem;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-recovery-timeline::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  bottom: 0.15rem;
  left: 0.52rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(46, 125, 50, 0.36), rgba(46, 125, 50, 0.1));
}

:is(.sg-page-yellow, .sg-page-problem) .sg-recovery-step {
  position: relative;
  display: grid;
  grid-template-columns: 1.05rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-recovery-dot {
  margin-top: 0.35rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  background: #2e7d32;
  border: 3px solid #d6ead1;
  box-shadow: 0 0 0 4px rgba(46, 125, 50, 0.16);
}

:is(.sg-page-yellow, .sg-page-problem) .sg-recovery-body {
  border: 1px solid rgba(46, 125, 50, 0.14);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  background: #fdfefc;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-recovery-time {
  margin: 0 0 0.2rem;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2e7d32;
}

:is(.sg-page-yellow, .sg-page-problem) .sg-recovery-body h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-panel {
  border-radius: 26px;
  border: 1px solid rgba(46, 125, 50, 0.12);
  background: linear-gradient(135deg, #1f5e23 0%, #2e7d32 58%, #3d9341 100%);
  box-shadow: 0 22px 50px rgba(31, 94, 35, 0.24);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-media {
  background: rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem;
  min-height: 260px;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-media img {
  width: auto;
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
  display: block;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-content {
  padding: 1.2rem;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-content .sg-eyebrow {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-content h2,
:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-content .sg-doctor-title {
  color: #ffffff;
  margin-top: 0.6rem;
  margin-bottom: 0.55rem;
  font-size: var(--sg-type-h2);
  line-height: 1.14;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-content p {
  color: rgba(255, 255, 255, 0.92);
}

.sg-resources-title {
  margin: 0.88rem 0 0.8rem;
  font-size: var(--sg-type-h2);
  line-height: 1.14;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-points {
  margin: 1rem 0 1.1rem;
  display: grid;
  gap: 0.7rem;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-point {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 0.8rem 0.85rem;
  background: rgba(255, 255, 255, 0.06);
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-point h3 {
  color: #ffffff;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-point p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.93rem;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-content .btn {
  background: var(--color-secondary);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(41, 182, 246, 0.28);
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-content .btn:hover {
  background: #0fa8eb;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-faq-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  font-size: var(--sg-type-h2);
  line-height: 1.14;
  margin-bottom: 1.45rem;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-faq-title-icon {
  font-size: 1.4rem;
  line-height: 1;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .faq-container {
  width: 100%;
  margin-top: 1.3rem;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .faq-item {
  border: 0;
  border-radius: 14px;
  margin-bottom: 1.15rem;
  box-shadow: 0 2px 8px rgba(46, 125, 50, 0.05);
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .faq-question {
  padding: 1.2rem 1.25rem;
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--color-primary);
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .faq-icon {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .faq-answer {
  padding-inline: 1.2rem;
}

:is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .faq-item.active .faq-answer {
  padding: 1rem 1.25rem 1.1rem;
}

@media (min-width: 800px) {
  .sg-hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.6rem;
  }

  .sg-page-care .sg-hero-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .sg-page-best-for .sg-hero-best-for .sg-hero-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .sg-page-best-for .sg-hero-best-for .sg-hero-media {
    width: min(100%, 500px);
    min-height: 165px;
  }

  .sg-page-best-for .sg-pick-media {
    min-height: 0;
  }

  .sg-page-beginner .sg-main-flow > section > h2 {
    font-size: clamp(1.62rem, 2.1vw, 2rem);
  }

  .sg-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sg-care-driver-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sg-care-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .sg-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sg-step-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 1rem;
  }

  .sg-step-flow-item {
    height: 100%;
  }

  .sg-cause-split {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 1rem;
    align-items: start;
  }

  .sg-list-inline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :is(.sg-page-yellow, .sg-page-problem) .sg-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sg-micro-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .sg-micro-category {
    height: 100%;
  }

  .sg-compare-head,
  .sg-compare-row {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.35fr) minmax(0, 1.1fr);
    gap: 0.8rem;
    align-items: start;
  }

  .sg-compare-row span::before {
    display: none;
  }

  .sg-prevent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :is(.sg-page-yellow, .sg-page-problem) .sg-recovery-timeline {
    --sg-recovery-gap: 1.05rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--sg-recovery-gap);
    align-items: stretch;
  }

  :is(.sg-page-yellow, .sg-page-problem) .sg-recovery-timeline::before {
    top: 0.62rem;
    left: calc((100% - (2 * var(--sg-recovery-gap))) / 6);
    right: calc((100% - (2 * var(--sg-recovery-gap))) / 6);
    width: auto;
    height: 2px;
    bottom: auto;
    background: linear-gradient(90deg, rgba(46, 125, 50, 0.36), rgba(46, 125, 50, 0.1));
  }

  :is(.sg-page-yellow, .sg-page-problem) .sg-recovery-step {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    height: 100%;
    align-items: start;
  }

  :is(.sg-page-yellow, .sg-page-problem) .sg-recovery-dot {
    margin: 0 auto;
    align-self: start;
  }

  :is(.sg-page-yellow, .sg-page-problem) .sg-recovery-body {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  :is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-panel {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  :is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-media {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    min-height: 430px;
    padding: 1rem;
  }

  :is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-content {
    padding: 1.6rem 1.7rem;
  }

  :is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .sg-doctor-media img {
    max-height: 620px;
  }

  :is(.sg-page-yellow, .sg-page-problem, .sg-page-best-for, .sg-page-care, .sg-page-beginner) .faq-question {
    padding: 1.22rem 1.4rem;
    font-size: 1.09rem;
  }
}

/* Editorial comparison page */
.guide-app-compare .sg-editor-bestline {
  margin-top: 0.68rem;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  padding: 0.36rem 0.64rem;
  border-radius: 999px;
  border: 1px solid rgba(46, 125, 50, 0.23);
  background: rgba(255, 255, 255, 0.66);
  color: #1f4330;
  font-size: 0.9rem;
}

.guide-app-compare .sg-editor-bestline span {
  color: #335261;
}

.guide-app-compare .sg-editor-criteria h2,
.guide-app-compare .sg-editor-verdict h2,
.guide-app-compare .sg-editor-table-section h2,
.guide-app-compare .sg-editor-reviews h2,
.guide-app-compare .sg-editor-winner h2,
.guide-app-compare .sg-editor-reading h2 {
  margin-bottom: 0.56rem;
}

.guide-app-compare .sg-pillar-grid {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.8rem;
}

.guide-app-compare .sg-pillar {
  border-left: 3px solid rgba(46, 125, 50, 0.24);
  padding-left: 0.76rem;
}

.guide-app-compare .sg-pillar-icon {
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 125, 50, 0.1);
  color: #1f5e23;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.34rem;
}

.guide-app-compare .sg-pillar h3 {
  margin-bottom: 0.22rem;
  font-size: 1rem;
}

.guide-app-compare .sg-pillar p {
  margin: 0;
  color: #34434c;
  font-size: 0.95rem;
}

.guide-app-compare .sg-verdict-list {
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

.guide-app-compare .sg-verdict-list li {
  display: grid;
  gap: 0.12rem;
  padding-bottom: 0.52rem;
  border-bottom: 1px solid rgba(46, 125, 50, 0.16);
}

.guide-app-compare .sg-verdict-rank {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2e7d32;
}

.guide-app-compare .sg-verdict-list strong {
  font-size: 1.02rem;
  color: #163c2b;
}

.guide-app-compare .sg-verdict-note {
  color: #3e4c53;
  font-size: 0.93rem;
}

.guide-app-compare .sg-editor-table-wrap {
  margin-top: 0.86rem;
  overflow-x: auto;
  border-top: 2px solid rgba(46, 125, 50, 0.24);
  border-bottom: 1px solid rgba(46, 125, 50, 0.18);
}

.guide-app-compare .sg-editor-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.guide-app-compare .sg-editor-table th,
.guide-app-compare .sg-editor-table td {
  text-align: left;
  vertical-align: middle;
  padding: 0.72rem 0.64rem;
  border-bottom: 1px solid rgba(46, 125, 50, 0.1);
  font-size: 0.89rem;
}

.guide-app-compare .sg-editor-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1f5e23;
  background: #eef6eb;
}

.guide-app-compare .sg-editor-table tbody tr:hover {
  background: rgba(245, 250, 242, 0.65);
}

.guide-app-compare .sg-editor-table .is-editors-pick {
  background: rgba(46, 125, 50, 0.09);
}

.guide-app-compare .sg-pick-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 0.3rem;
  padding: 0.16rem 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(46, 125, 50, 0.26);
  background: rgba(46, 125, 50, 0.14);
  color: #1f5e23;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.guide-app-compare .sg-score {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
}

.guide-app-compare .sg-score .dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(46, 125, 50, 0.22);
}

.guide-app-compare .sg-score .dot.is-on {
  background: #2e7d32;
}

.guide-app-compare .sg-fit-label {
  color: #2b404c;
  font-size: 0.83rem;
  line-height: 1.35;
}

.guide-app-compare .sg-fit-label.sg-fit-top {
  color: #185d2f;
  font-weight: 600;
}

.guide-app-compare .sg-review-stack {
  margin-top: 1rem;
}

.guide-app-compare .sg-app-profile {
  padding: 0.95rem 0;
  border-top: 1px solid rgba(46, 125, 50, 0.17);
}

.guide-app-compare .sg-app-profile:last-child {
  border-bottom: 1px solid rgba(46, 125, 50, 0.17);
}

.guide-app-compare .sg-app-profile.is-featured {
  background: linear-gradient(90deg, rgba(46, 125, 50, 0.08), rgba(41, 182, 246, 0.05));
  padding-inline: 0.76rem;
  border-radius: 14px;
}

.guide-app-compare .sg-app-profile-head {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  margin-bottom: 0.55rem;
}

.guide-app-compare .sg-app-profile-head h3 {
  margin-bottom: 0;
  font-size: 1.12rem;
}

.guide-app-compare .sg-app-profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
}

.guide-app-compare .sg-app-profile-tags span {
  padding: 0.16rem 0.46rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2a4754;
  background: rgba(41, 182, 246, 0.14);
}

.guide-app-compare .sg-app-profile-grid {
  display: grid;
  gap: 0.62rem;
}

.guide-app-compare .sg-app-profile-grid h4 {
  margin-bottom: 0.16rem;
  font-family: var(--font-body);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1f5e23;
}

.guide-app-compare .sg-app-profile-grid p {
  margin: 0;
  color: #36444c;
  font-size: 0.94rem;
  line-height: 1.5;
}

.guide-app-compare .sg-editor-conclusion {
  max-width: 72ch;
  color: #2d4148;
  line-height: 1.56;
}

.guide-app-compare .sg-editor-winner-points {
  margin-top: 0.72rem;
  margin-bottom: 0;
  padding-left: 1.14rem;
  display: grid;
  gap: 0.33rem;
}

.guide-app-compare .sg-workflow-panel {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: clamp(1rem, 2.5vw, 1.5rem);
  background: linear-gradient(135deg, #1f5e23 0%, #1f5e23 32%, #1d6f7d 100%);
  box-shadow: 0 20px 42px rgba(18, 41, 31, 0.3);
  color: #ffffff;
}

.guide-app-compare .sg-workflow-panel .sg-eyebrow {
  color: #f7fff4;
  background: rgba(255, 255, 255, 0.15);
}

.guide-app-compare .sg-workflow-panel h2,
.guide-app-compare .sg-workflow-panel p {
  color: #ffffff;
}

.guide-app-compare .sg-workflow-head p {
  max-width: 62ch;
}

.guide-app-compare .sg-workflow-pillars {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.84rem;
}

.guide-app-compare .sg-workflow-pillars article {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.78rem;
}

.guide-app-compare .sg-workflow-pillars article h3 {
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.guide-app-compare .sg-workflow-pillars article p {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: rgba(255, 255, 255, 0.92);
}

.guide-app-compare .sg-workflow-pillars article img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
}

.guide-app-compare .sg-reading-list {
  margin-top: 0.8rem;
  display: grid;
}

.guide-app-compare .sg-reading-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(46, 125, 50, 0.18);
  text-decoration: none;
  color: #244334;
  font-weight: 600;
}

.guide-app-compare .sg-reading-list a span:last-child {
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2e7d32;
}

.guide-app-compare .sg-reading-list a:hover {
  color: #1f5e23;
}

/* Premium watering guide layout */
.guide-watering-frequency .sg-main-flow {
  gap: 2rem;
}

.guide-watering-frequency .sg-main-flow > section > h2 {
  margin-bottom: 0.62rem;
  font-size: clamp(1.72rem, 2.5vw, 2.2rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.guide-watering-frequency .sg-section-label {
  margin-bottom: 0.38rem;
}

.guide-watering-frequency .sg-care-core-intro {
  max-width: 72ch;
  margin-bottom: 0.95rem;
  color: #334550;
}

.guide-watering-frequency .sg-quick-rules {
  display: grid;
  gap: 0.62rem;
}

.guide-watering-frequency .sg-quick-rule {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  border-bottom: 1px solid rgba(31, 94, 35, 0.12);
  padding-bottom: 0.5rem;
}

.guide-watering-frequency .sg-quick-rule:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.guide-watering-frequency .sg-quick-rule-icon {
  min-width: 2.8rem;
  width: auto;
  height: 1.55rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.45rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #20572a;
  background: linear-gradient(135deg, rgba(46, 125, 50, 0.16), rgba(41, 182, 246, 0.2));
}

.guide-watering-frequency .sg-quick-rule p {
  margin: 0;
  font-size: 0.95rem;
  color: #263944;
}

.guide-watering-frequency .sg-care-pillars {
  display: grid;
  gap: 0.86rem;
  margin-top: 0.62rem;
}

.guide-watering-frequency .sg-care-pillar {
  border-left: 3px solid rgba(46, 125, 50, 0.28);
  padding: 0.65rem 0 0.65rem 0.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(247, 251, 246, 0.7));
}

.guide-watering-frequency .sg-care-pillar:nth-child(2) {
  transform: translateY(0.15rem);
}

.guide-watering-frequency .sg-care-pillar-tag {
  margin: 0 0 0.24rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2b5d39;
}

.guide-watering-frequency .sg-care-pillar h3 {
  margin-bottom: 0.24rem;
  font-size: 1.1rem;
}

.guide-watering-frequency .sg-care-pillar p {
  margin: 0;
  font-size: 0.94rem;
  color: #344650;
}

.guide-watering-frequency .sg-care-pillar-light {
  border-left-color: rgba(219, 167, 38, 0.7);
}

.guide-watering-frequency .sg-care-pillar-root {
  border-left-color: rgba(46, 125, 50, 0.54);
}

.guide-watering-frequency .sg-care-pillar-soil {
  border-left-color: rgba(96, 83, 58, 0.52);
}

.guide-watering-frequency .sg-care-flow {
  position: relative;
  display: grid;
  gap: 0.9rem;
}

.guide-watering-frequency .sg-care-flow::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  bottom: 1.2rem;
  left: 1.1rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(41, 182, 246, 0.36), rgba(46, 125, 50, 0.32));
}

.guide-watering-frequency .sg-care-flow-step {
  position: relative;
  margin-left: 1.8rem;
  padding: 0.85rem 0.85rem 0.88rem;
  border-radius: 14px;
  border: 1px solid rgba(46, 125, 50, 0.15);
  background: rgba(255, 255, 255, 0.86);
}

.guide-watering-frequency .sg-care-flow-no {
  position: absolute;
  left: -1.95rem;
  top: 0.82rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ffffff;
  background: #1e88e5;
  box-shadow: 0 0 0 4px rgba(30, 136, 229, 0.14);
}

.guide-watering-frequency .sg-care-flow-step h3 {
  margin-bottom: 0.24rem;
  font-size: 1.03rem;
}

.guide-watering-frequency .sg-care-flow-step p {
  margin-bottom: 0;
  color: #334853;
}

.guide-watering-frequency .sg-care-flow-target {
  margin-top: 0.4rem;
  padding: 0.42rem 0.54rem;
  border-radius: 10px;
  background: rgba(30, 136, 229, 0.1);
  color: #1e5675;
  font-size: 0.9rem;
  font-weight: 600;
}

.guide-watering-frequency .sg-care-why-grid {
  display: grid;
  gap: 0.72rem;
}

.guide-watering-frequency .sg-care-why-grid p {
  margin: 0;
  padding-left: 0.76rem;
  border-left: 2px solid rgba(46, 125, 50, 0.22);
}

.guide-watering-frequency .sg-water-now {
  display: grid;
  gap: 0.75rem;
}

.guide-watering-frequency .sg-water-now-col {
  padding: 0.82rem 0.85rem;
  border-radius: 14px;
}

.guide-watering-frequency .sg-water-now-col h3 {
  margin-bottom: 0.42rem;
  font-size: 1rem;
}

.guide-watering-frequency .sg-water-now-col .sg-list {
  gap: 0.35rem;
}

.guide-watering-frequency .sg-water-now-col .sg-list li {
  font-size: 0.94rem;
}

.guide-watering-frequency .sg-water-now-yes {
  background: linear-gradient(135deg, rgba(232, 247, 236, 0.94), rgba(245, 252, 248, 0.94));
  border: 1px solid rgba(46, 125, 50, 0.24);
}

.guide-watering-frequency .sg-water-now-yes h3 {
  color: #1f5e23;
}

.guide-watering-frequency .sg-water-now-no {
  background: linear-gradient(135deg, rgba(255, 244, 236, 0.96), rgba(255, 250, 245, 0.96));
  border: 1px solid rgba(212, 125, 56, 0.24);
}

.guide-watering-frequency .sg-water-now-no h3 {
  color: #8b4513;
}

.guide-watering-frequency .sg-variable-grid {
  display: grid;
  gap: 0.75rem;
}

.guide-watering-frequency .sg-variable-block {
  padding: 0.25rem 0 0.55rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(46, 125, 50, 0.15);
  background: transparent;
}

.guide-watering-frequency .sg-variable-block h3 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.guide-watering-frequency .sg-variable-block p {
  margin: 0;
}

.guide-watering-frequency .sg-mistakes-contrast {
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff8f2 0%, #fff4ea 100%);
  border: 1px solid rgba(212, 125, 56, 0.2);
}

.guide-watering-frequency .sg-care-mistakes-grid {
  display: grid;
  gap: 0.72rem;
}

.guide-watering-frequency .sg-care-mistake-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(201, 117, 56, 0.24);
  border-radius: 14px;
  padding: 0.76rem 0.8rem 0.85rem;
}

.guide-watering-frequency .sg-care-mistake-card h3 {
  margin-bottom: 0.25rem;
  font-size: 1.02rem;
}

.guide-watering-frequency .sg-care-mistake-card p {
  margin: 0;
  color: #5b3a1e;
}

.guide-watering-frequency .sg-do-instead {
  margin-top: 0.45rem;
  padding-top: 0.44rem;
  border-top: 1px dashed rgba(201, 117, 56, 0.32);
  color: #2f5028;
  font-weight: 700;
}

.guide-watering-frequency .sg-ranges-grid {
  display: grid;
  gap: 0.78rem;
}

.guide-watering-frequency .sg-range-card {
  border: 1px solid rgba(46, 125, 50, 0.14);
  border-radius: 14px;
  padding: 0.82rem 0.82rem 0.9rem;
  background: #ffffff;
}

.guide-watering-frequency .sg-range-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.01rem;
}

.guide-watering-frequency .sg-range-note {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  color: #37506a;
}

.guide-watering-frequency .sg-range-scale {
  display: grid;
  gap: 0.26rem;
}

.guide-watering-frequency .sg-range-scale p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  font-size: 0.88rem;
}

.guide-watering-frequency .sg-range-scale p span {
  color: #42535e;
}

.guide-watering-frequency .sg-range-scale p strong {
  color: #1f5e23;
}

.guide-watering-frequency .sg-range-bar {
  height: 0.44rem;
  border-radius: 999px;
  background: rgba(31, 94, 35, 0.12);
  overflow: hidden;
  margin-bottom: 0.32rem;
}

.guide-watering-frequency .sg-range-bar span {
  display: block;
  width: var(--fill, 50%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2e7d32, #29b6f6);
}

.guide-watering-frequency .sg-care-case-study {
  display: grid;
  gap: 0.72rem;
  border-radius: 16px;
  border: 1px solid rgba(41, 182, 246, 0.28);
  background: linear-gradient(135deg, #f4fbff 0%, #f7fbf8 100%);
  padding: 0.9rem;
}

.guide-watering-frequency .sg-care-case-study p {
  margin: 0;
}

.guide-watering-frequency .sg-case-label {
  margin-bottom: 0.18rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1e6f95;
}

@media (min-width: 760px) {
  .guide-watering-frequency .sg-quick-rules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 0.72rem;
  }

  .guide-watering-frequency .sg-care-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .guide-watering-frequency .sg-care-pillar:nth-child(2) {
    transform: translateY(0.3rem);
  }

  .guide-watering-frequency .sg-care-pillar:nth-child(3) {
    transform: translateY(0.12rem);
  }

  .guide-watering-frequency .sg-care-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.1rem;
  }

  .guide-watering-frequency .sg-care-flow::before {
    top: 1.05rem;
    left: 50%;
    width: 1px;
    height: auto;
    bottom: 1.05rem;
  }

  .guide-watering-frequency .sg-care-flow-step {
    margin-left: 0;
    padding-left: 0.95rem;
  }

  .guide-watering-frequency .sg-care-flow-no {
    left: 0.84rem;
    top: -0.7rem;
  }

  .guide-watering-frequency .sg-care-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guide-watering-frequency .sg-water-now {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-watering-frequency .sg-variable-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .guide-watering-frequency .sg-care-mistakes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guide-watering-frequency .sg-ranges-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guide-watering-frequency .sg-care-case-study {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem 1rem;
  }

  .guide-app-compare .sg-pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.08rem;
    row-gap: 1rem;
  }

  .guide-app-compare .sg-verdict-list li {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.62fr) minmax(0, 1.43fr);
    align-items: center;
    gap: 0.7rem;
  }

  .guide-app-compare .sg-app-profile-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .guide-app-compare .sg-app-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem 1.2rem;
  }
}

@media (min-width: 980px) {
  .guide-app-compare .sg-workflow-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.sg-sources-section .sg-sources-list {
  margin-top: 0.55rem;
  display: grid;
  gap: 0.32rem;
}

.sg-sources-section .sg-sources-list li {
  margin: 0;
}

