.vet-guide {
  font-family: var(--pawscare-content-font-family, 'Nunito', sans-serif);
  color: #616161;
  line-height: 1.8;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px 0 40px;
}
.vet-guide * { box-sizing: border-box }
.vet-guide h1,
.vet-guide h2,
.vet-guide h3 {
  font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif);
  color: #564741;
  font-weight: 400;
  margin: 0;
  line-height: 1.35;
  letter-spacing: 0;
}
.vet-guide p {margin: 0 auto;margin-bottom: 20px;}

.vg-badge {
  display: inline-block;
  background: #8e9d7e;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 5px;
  margin-bottom: 18px;
}

.vg-hero {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 52px 48px 44px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.vg-hero::before {
  content: '\1F43E';
  position: absolute;
  font-size: 140px;
  opacity: 0.05;
  top: -25px;
  right: -15px;
  transform: rotate(-18deg);
  pointer-events: none;
}
.vg-hero::after {
  content: '\1F43E';
  position: absolute;
  font-size: 80px;
  opacity: 0.04;
  bottom: -5px;
  left: 10px;
  transform: rotate(25deg);
  pointer-events: none;
}
.vg-hero h1 { font-size: 36px; margin-bottom: 16px; position: relative }
.vg-hero-desc {
  font-size: 16px;
  color: #7d7d7d;
  max-width: 640px;
  margin: 0 auto 32px;
  line-height: 1.75;
}
.vg-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 480px;
  margin: 0 auto;
}
.vg-stat {
  background: #fff;
  border-radius: 5px;
  padding: 22px 20px 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform .3s ease, box-shadow .3s ease;
}
.vg-stat:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.1) }
.vg-stat-icon { font-size: 30px; margin-bottom: 10px; line-height: 1 }
.vg-stat-val {
  font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif);
  font-size: 24px;
  color: #564741;
  font-weight: 400;
  line-height: 1.2;
}
.vg-stat-lbl { font-size: 13px; color: #8e9d7e; font-weight: 700; margin-top: 4px }

.vg-step {
  background: #fff;
  border-radius: 5px;
  padding: 40px 38px 36px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  position: relative;
}
.vg-step-num {
  position: absolute;
  top: -16px;
  left: 34px;
  width: 34px;
  height: 34px;
  background: #8e9d7e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  font-family: var(--pawscare-content-font-family, 'Nunito', sans-serif);
  box-shadow: 0 4px 12px rgba(142,157,126,0.35);
}
.vg-step h2 { font-size: 24px; margin-bottom: 12px }
.vg-step-body { font-size: 15px; line-height: 1.8; margin-bottom: 24px; color: #616161 }

.vg-times { display: grid; grid-template-columns: 1fr 1fr; gap: 14px }
.vg-time {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 20px 22px;
  border-left: 3px solid #8e9d7e;
  transition: background .3s ease;
}
.vg-time:hover { background: #f5f0e8 }
.vg-time-title { font-weight: 800; color: #564741; font-size: 15px; margin-bottom: 4px }
.vg-time-sub { font-size: 13px; color: #8e9d7e; font-weight: 700 }

.vg-accent {
  background: #564741;
  border-radius: 5px;
  padding: 40px 38px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.vg-accent::after {
  content: '\1F4A7';
  position: absolute;
  font-size: 90px;
  opacity: 0.07;
  bottom: -15px;
  right: 15px;
  pointer-events: none;
}
.vg-accent h2 { color: #fff; font-size: 26px; margin-bottom: 14px; position: relative }
.vg-accent p { color: rgba(255,255,255,0.82); font-size: 15px; line-height: 1.8; position: relative }
.vg-accent .vg-badge { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.9) }

.vg-divider { display: flex; align-items: center; gap: 16px; padding: 0 20px }
.vg-divider::before,
.vg-divider::after { content: ''; flex: 1; height: 1px; background: #e6e0da }
.vg-divider-icon { font-size: 20px; opacity: 0.5 }

.vg-checklist { display: flex; flex-direction: column; gap: 0 }
.vg-check { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid #f0ece8 }
.vg-check:last-child { border-bottom: none }
.vg-check-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #8e9d7e;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.vg-check-text { font-size: 15px; color: #564741; font-weight: 600 }

.vg-bring-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}
.vg-bring {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 18px 20px;
  font-size: 14px;
  color: #564741;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background .3s ease, transform .3s ease;
}
.vg-bring:hover { background: #f5f0e8; transform: translateY(-1px) }
.vg-bring-icon { font-size: 22px; flex-shrink: 0; line-height: 1 }

.vg-highlight {
  background: linear-gradient(135deg, #8e9d7e 0%, #7a8e6c 100%);
  border-radius: 5px;
  padding: 24px 26px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
  display: flex;
  align-items: center;
  gap: 16px;
}
.vg-highlight-icon { font-size: 36px; flex-shrink: 0; line-height: 1 }

.vg-note {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 30px 34px;
  border-left: 4px solid #8e9d7e;
  font-size: 15px;
  line-height: 1.8;
}
.vg-note strong { color: #564741; font-weight: 800 }

.vg-cta { text-align: center; padding: 8px 0 0 }
.vg-cta-text {
  font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif);
  font-size: 22px;
  color: #564741;
  font-weight: 400;
  margin-bottom: 8px;
}
.vg-cta-sub { font-size: 15px; color: #8e9d7e; font-weight: 700 }

@media (max-width: 768px) {
  .vg-hero { padding: 36px 24px 32px }
  .vg-hero h1 { font-size: 26px }
  .vg-hero-desc { font-size: 15px }
  .vg-stats { grid-template-columns: 1fr; max-width: 260px }
  .vg-times { grid-template-columns: 1fr }
  .vg-bring-grid { grid-template-columns: 1fr }
  .vg-step { padding: 32px 24px 28px }
  .vg-step-num { left: 24px }
  .vg-accent { padding: 32px 24px }
  .vg-highlight { flex-direction: column; text-align: center; gap: 12px }
  .vg-note { padding: 24px 22px }
}

.va-guide {
  font-family: var(--pawscare-content-font-family, 'Nunito', sans-serif);
  color: #616161;
  line-height: 1.8;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 10px 0 40px;
}
.va-guide * { box-sizing: border-box }
.va-guide h1,
.va-guide h2,
.va-guide h3 {
  font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif);
  color: #564741;
  font-weight: 400;
  margin: 0;
  line-height: 1.35;
}
.va-guide p {margin: 0 auto;margin-bottom: 20px;}

.va-badge {
  display: inline-block;
  background: #8e9d7e;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 5px;
  margin-bottom: 16px;
}
.va-badge--outline { background: transparent; border: 2px solid #8e9d7e; color: #8e9d7e }

.va-hero {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 52px 48px 44px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.va-hero::before {
  content: '\1F9EA';
  position: absolute;
  font-size: 120px;
  opacity: .05;
  top: -20px;
  right: -10px;
  transform: rotate(-12deg);
  pointer-events: none;
}
.va-hero::after {
  content: '\1FA78';
  position: absolute;
  font-size: 80px;
  opacity: .04;
  bottom: 0;
  left: 15px;
  transform: rotate(18deg);
  pointer-events: none;
}
.va-hero h1 { font-size: 34px; margin-bottom: 16px; position: relative }
.va-hero-desc { font-size: 16px; color: #7d7d7d; max-width: 660px; margin: 0 auto; line-height: 1.75; position: relative }

.va-section {
  background: #fff;
  border-radius: 5px;
  padding: 40px 38px 36px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  position: relative;
}
.va-section-icon {
  position: absolute;
  top: -18px;
  left: 34px;
  width: 38px;
  height: 38px;
  background: #8e9d7e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(142,157,126,.35);
}
.va-section h2 { font-size: 24px; margin-bottom: 12px }
.va-section-body { font-size: 15px; line-height: 1.8; margin-bottom: 24px; color: #616161 }

.va-times { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px }
.va-time {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 20px 22px;
  border-left: 3px solid #8e9d7e;
  transition: background .3s;
}
.va-time:hover { background: #f5f0e8 }
.va-time-title { font-weight: 800; color: #564741; font-size: 15px; margin-bottom: 4px }
.va-time-sub { font-size: 13px; color: #8e9d7e; font-weight: 700 }

.va-info {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 18px 22px;
  font-size: 14px;
  line-height: 1.75;
  color: #616161;
  border-left: 3px solid #d4c9a8;
}
.va-info strong { color: #564741 }

.va-accent {
  background: #564741;
  border-radius: 5px;
  padding: 40px 38px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.va-accent::after {
  content: '\1F50D';
  position: absolute;
  font-size: 90px;
  opacity: .06;
  bottom: -15px;
  right: 15px;
  pointer-events: none;
}
.va-accent h2 { color: #fff; font-size: 26px; margin-bottom: 14px; position: relative }
.va-accent p { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.8; position: relative }
.va-accent .va-badge { background: rgba(255,255,255,.12); color: rgba(255,255,255,.9) }

.va-extra {
  background: rgba(255,255,255,.1);
  border-radius: 5px;
  padding: 18px 22px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,.78);
  border-left: 3px solid rgba(255,255,255,.25);
  position: relative;
}

.va-divider { display: flex; align-items: center; gap: 16px; padding: 0 20px }
.va-divider::before,
.va-divider::after { content: ''; flex: 1; height: 1px; background: #e6e0da }
.va-divider-icon { font-size: 20px; opacity: .5 }

.va-green {
  background: linear-gradient(135deg, #8e9d7e 0%, #7a8e6c 100%);
  border-radius: 5px;
  padding: 36px 38px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.va-green::after {
  content: '\2139\FE0F';
  position: absolute;
  font-size: 100px;
  opacity: .08;
  bottom: -20px;
  right: 10px;
  pointer-events: none;
}
.va-green h2 { color: #fff; font-size: 22px; margin-bottom: 16px; position: relative }
.va-green-items { display: flex; flex-direction: column; gap: 10px; position: relative }
.va-green-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,.14);
  border-radius: 5px;
  padding: 14px 18px;
}
.va-green-item-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}
.va-green-item-text { font-size: 15px; font-weight: 600 }
.va-green-note { margin-top: 16px; font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.78); position: relative }

.va-cta { text-align: center; padding: 8px 0 0 }
.va-cta-text {
  font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif);
  font-size: 22px;
  color: #564741;
  font-weight: 400;
  margin-bottom: 8px;
}
.va-cta-sub { font-size: 15px; color: #8e9d7e; font-weight: 700 }

@media (max-width: 768px) {
  .va-hero { padding: 36px 24px 32px }
  .va-hero h1 { font-size: 26px }
  .va-times { grid-template-columns: 1fr }
  .va-section { padding: 32px 24px 28px }
  .va-section-icon { left: 24px }
  .va-accent { padding: 32px 24px }
  .va-green { padding: 28px 24px }
  .va-green-item { flex-direction: column; text-align: center; gap: 8px }
}

.vx-guide {
  font-family: var(--pawscare-content-font-family, 'Nunito', sans-serif);
  color: #616161;
  line-height: 1.8;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 10px 0 40px;
}
.vx-guide * { box-sizing: border-box }
.vx-guide h1,
.vx-guide h2,
.vx-guide h3 {
  font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif);
  color: #564741;
  font-weight: 400;
  margin: 0;
  line-height: 1.35;
}
.vx-guide p {margin: 0 auto;display: block;}

.vx-badge {
  display: inline-block;
  background: #8e9d7e;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 5px;
  margin-bottom: 16px;
}

.vx-hero {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 52px 48px 44px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.vx-hero::before {
  content: '\1F489';
  position: absolute;
  font-size: 120px;
  opacity: .05;
  top: -20px;
  right: -10px;
  transform: rotate(-12deg);
  pointer-events: none;
}
.vx-hero::after {
  content: '\1F43E';
  position: absolute;
  font-size: 80px;
  opacity: .04;
  bottom: 0;
  left: 15px;
  transform: rotate(18deg);
  pointer-events: none;
}
.vx-hero h1 { font-size: 34px; margin-bottom: 16px; position: relative }
.vx-hero-desc { font-size: 16px; color: #7d7d7d; max-width: 660px; margin: 0 auto; line-height: 1.75; position: relative }

.vx-section {
  background: #fff;
  border-radius: 5px;
  padding: 40px 38px 36px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  position: relative;
}
.vx-section-icon {
  position: absolute;
  top: -18px;
  left: 34px;
  width: 38px;
  height: 38px;
  background: #8e9d7e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(142,157,126,.35);
}
.vx-section h2 { font-size: 24px; margin-bottom: 12px }
.vx-section-body { font-size: 15px; line-height: 1.8; margin-bottom: 24px; color: #616161 }
.vx-section-subtitle { font-size: 15px; line-height: 1.6; color: #888; margin: -8px 0 20px }

.vx-timeline { display: flex; flex-direction: column; gap: 0 }
.vx-tl-item { display: flex; align-items: flex-start; gap: 20px; padding: 16px 0; border-bottom: 1px solid #f0ece8 }
.vx-tl-item:last-child { border-bottom: none }
.vx-tl-dot {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #8e9d7e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  font-family: var(--pawscare-content-font-family, 'Nunito', sans-serif);
  box-shadow: 0 4px 12px rgba(142,157,126,.35);
}
.vx-tl-week { font-weight: 800; color: #564741; font-size: 15px; margin-bottom: 2px }
.vx-tl-desc { font-size: 14px; color: #8e9d7e; font-weight: 700 }
.vx-tl-subdesc { font-size: 13px; color: #1a1a1a; font-weight: 400; margin-top: 4px }

.vx-prep {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 24px 28px;
  border-left: 3px solid #d4c9a8;
  font-size: 15px;
  line-height: 1.8;
  color: #616161;
}
.vx-prep strong { color: #564741 }
.vx-prep p { margin: 0 0 14px }
.vx-prep p:last-child { margin-bottom: 0 }
.vx-prep-highlight {
  display: inline-block;
  background: #8e9d7e;
  color: #fff;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.vx-accent {
  background: #564741;
  border-radius: 5px;
  padding: 40px 38px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.vx-accent::after {
  content: '\1F6AB';
  position: absolute;
  font-size: 90px;
  opacity: .06;
  bottom: -15px;
  right: 15px;
  pointer-events: none;
}
.vx-accent h2 { color: #fff; font-size: 24px; margin-bottom: 14px; position: relative }
.vx-accent p { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.8; position: relative }
.vx-accent .vx-badge { background: rgba(255,255,255,.12); color: rgba(255,255,255,.9) }

.vx-warning {
  background: #324530;
  border-radius: 5px;
  padding: 32px 36px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.vx-warning::after {
  content: '\26A0\FE0F';
  position: absolute;
  font-size: 100px;
  opacity: .07;
  bottom: -20px;
  right: 5px;
  pointer-events: none;
}
.vx-warning-icon { font-size: 40px; flex-shrink: 0; line-height: 1; position: relative }
.vx-warning-content { position: relative }
.vx-warning-title {
  font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 6px;
}
.vx-warning-text { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.9) }

.vx-divider { display: flex; align-items: center; gap: 16px; padding: 0 20px }
.vx-divider::before,
.vx-divider::after { content: ''; flex: 1; height: 1px; background: #e6e0da }
.vx-divider-icon { font-size: 20px; opacity: .5 }

.vx-green {
  background: #fff;
  border-radius: 12px;
  padding: 36px 38px;
  border: 1px solid #e8ede4;
}
.vx-green-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7a8e6c;
  margin-bottom: 14px;
}
.vx-green h2 {/* color: #1a1a1a; */font-size: 26px;margin-bottom: 10px;font-weight: 700}
.vx-green-body { font-size: 15px; color: #888; line-height: 1.6; margin-bottom: 24px }
.vx-green-items { display: flex; flex-direction: column; gap: 12px }
.vx-green-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: none;
  padding: 0;
}
.vx-green-item-check {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #e8f0e2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #7a8e6c;
  font-weight: 700;
}
.vx-green-item-text { font-size: 16px; color: #1a1a1a; font-weight: 400 }

.vx-cta { text-align: center; padding: 8px 0 0 }
.vx-cta-text {
  font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif);
  font-size: 22px;
  color: #564741;
  font-weight: 400;
  margin-bottom: 8px;
}
.vx-cta-sub { font-size: 15px; color: #8e9d7e; font-weight: 700 }

@media (max-width: 768px) {
  .vx-hero { padding: 36px 24px 32px }
  .vx-hero h1 { font-size: 26px }
  .vx-section { padding: 32px 24px 28px }
  .vx-section-icon { left: 24px }
  .vx-accent { padding: 32px 24px }
  .vx-warning { flex-direction: column; text-align: center; padding: 28px 24px; gap: 12px }
  .vx-green { padding: 28px 24px }
  .vx-green-item { flex-direction: row; text-align: left; gap: 12px }
}

.tr-guide {
  font-family: var(--pawscare-content-font-family, 'Nunito', sans-serif);
  color: #616161;
  line-height: 1.8;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 10px 0 40px;
}
.tr-guide * { box-sizing: border-box }
.tr-guide h1,
.tr-guide h2,
.tr-guide h3 {
  font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif);
  color: #564741;
  font-weight: 400;
  margin: 0;
  line-height: 1.35;
}
.tr-guide p {margin: 0 auto;margin-bottom: 20px;}
.tr-guide a { color: #8e9d7e; font-weight: 700; text-decoration: underline; transition: color .3s }

.tr-badge {
  display: inline-block;
  background: #8e9d7e;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 5px;
  margin-bottom: 16px;
}

.tr-hero {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 52px 48px 44px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tr-hero::before {
  content: '\2708\FE0F';
  position: absolute;
  font-size: 120px;
  opacity: .05;
  top: -20px;
  right: -10px;
  transform: rotate(-15deg);
  pointer-events: none;
}
.tr-hero::after {
  content: '\1F43E';
  position: absolute;
  font-size: 80px;
  opacity: .04;
  bottom: 0;
  left: 15px;
  transform: rotate(18deg);
  pointer-events: none;
}
.tr-hero h1 { font-size: 34px; margin-bottom: 16px; position: relative }
.tr-hero-desc { font-size: 16px; color: #7d7d7d; max-width: 660px; margin: 0 auto; line-height: 1.75; position: relative }
.tr-hero-notice {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  padding: 32px 38px;
  font-size: 15px;
  line-height: 1.75;
  color: #616161;
  margin-bottom: 8px;
}

.tr-phase {
  background: #564741;
  border-radius: 5px;
  padding: 24px 32px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  overflow: hidden;
}
.tr-phase::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.04));
  pointer-events: none;
}
.tr-phase-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}
.tr-phase-text {
  font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif);
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.tr-section {
  background: #fff;
  border-radius: 5px;
  padding: 40px 38px 36px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  position: relative;
}
.tr-section-num {
  position: absolute;
  top: -16px;
  left: 34px;
  width: 34px;
  height: 34px;
  background: #8e9d7e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  font-family: var(--pawscare-content-font-family, 'Nunito', sans-serif);
  box-shadow: 0 4px 12px rgba(142,157,126,.35);
}
.tr-section h2 { font-size: 22px; margin-bottom: 14px }
.tr-section-body { font-size: 15px; line-height: 1.8; margin-bottom: 16px; color: #616161 }

.tr-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px }
.tr-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  background: #fcf9f4;
  border-radius: 5px;
  font-size: 14px;
  color: #564741;
  font-weight: 600;
  line-height: 1.6;
}
.tr-list-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: #8e9d7e;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  margin-top: 1px;
}

.tr-alert {
  background: #324530;
  border-radius: 5px;
  padding: 18px 22px;
  border-left: 4px solid #8e9d7e;
  font-size: 14px;
  line-height: 1.75;
  color: #fff;
}
.tr-alert strong {color: #fff;}

.tr-divider { display: flex; align-items: center; gap: 16px; padding: 0 20px }
.tr-divider::before,
.tr-divider::after { content: ''; flex: 1; height: 1px; background: #e6e0da }
.tr-divider-icon { font-size: 20px; opacity: .5 }

.tr-info {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 18px 22px;
  border-left: 3px solid #d4c9a8;
  font-size: 14px;
  line-height: 1.75;
  color: #616161;
}
.tr-info strong { color: #564741 }

.tr-note {
  background: #edf4e8;
  border-radius: 5px;
  padding: 16px 20px;
  border-left: 3px solid #8e9d7e;
  font-size: 14px;
  line-height: 1.75;
  color: #3a4e35;
  font-weight: 700;
  text-align: left;
  margin-top: 12px;
}
.tr-note strong {color: #564741;font-weight: 600;font-size: 1.05em}

.tr-tag {
  display: inline-block;
  background: #8e9d7e;
  color: #fff;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.tr-green {
  background: linear-gradient(135deg, #8e9d7e 0%, #7a8e6c 100%);
  border-radius: 5px;
  padding: 36px 38px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.tr-green::after {
  content: '\1F3E5';
  position: absolute;
  font-size: 90px;
  opacity: .08;
  bottom: -15px;
  right: 10px;
  pointer-events: none;
}
.tr-green h2 { color: #fff; font-size: 22px; margin-bottom: 18px; position: relative }
.tr-green-items { display: flex; flex-direction: column; gap: 10px; position: relative; margin-bottom: 20px }
.tr-green-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.14);
  border-radius: 5px;
  padding: 16px 20px;
}
.tr-green-item-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.tr-green-item-text { font-size: 15px; font-weight: 700 }
.tr-green-cta {
  display: inline-block;
  background: #fff;
  color: #8e9d7e;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 5px;
  text-decoration: none;
  transition: background .3s, color .3s, transform .3s;
  position: relative;
}
.tr-green-cta:hover { background: #564741; color: #fff; transform: translateY(-2px) }

.tr-accent {
  background: #564741;
  border-radius: 5px;
  padding: 32px 34px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.tr-accent p { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.8; position: relative }
.tr-accent .tr-badge { background: rgba(255,255,255,.12); color: rgba(255,255,255,.9) }
.tr-accent h2 { color: #fff; font-size: 22px; margin-bottom: 12px; position: relative }

.tr-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px }

@media (max-width: 768px) {
  .tr-hero { padding: 36px 24px 32px }
  .tr-hero h1 { font-size: 26px }
  .tr-section { padding: 32px 24px 28px }
  .tr-section-num { left: 24px }
  .tr-phase { padding: 20px 24px; gap: 14px }
  .tr-phase-text { font-size: 17px }
  .tr-accent { padding: 28px 24px }
  .tr-green { padding: 28px 24px }
  .tr-cols { grid-template-columns: 1fr }
  .tr-green-item { flex-direction: column; text-align: center; gap: 8px }
}

.pp-guide {
  font-family: var(--pawscare-content-font-family, 'Nunito', sans-serif);
  color: #616161;
  line-height: 1.8;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 10px 0 40px;
}
.pp-guide * { box-sizing: border-box }
.pp-guide h1,
.pp-guide h2,
.pp-guide h3 {
  font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif);
  color: #564741;
  font-weight: 400;
  margin: 0;
  line-height: 1.35;
}
.pp-guide p { margin: 0 auto;}

.pp-badge {
  display: inline-block;
  background: #8e9d7e;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 5px;
  margin-bottom: 16px;
}

.pp-hero {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 52px 48px 44px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pp-hero::before {
  content: '\1F43E';
  position: absolute;
  font-size: 130px;
  opacity: .05;
  top: -25px;
  right: -15px;
  transform: rotate(-18deg);
  pointer-events: none;
}
.pp-hero::after {
  content: '\1F6E1\FE0F';
  position: absolute;
  font-size: 80px;
  opacity: .04;
  bottom: -5px;
  left: 10px;
  transform: rotate(25deg);
  pointer-events: none;
}
.pp-hero h1 { font-size: 36px; margin-bottom: 16px; position: relative }
.pp-hero-desc { font-size: 16px; color: #7d7d7d; max-width: 640px; margin: 0 auto; line-height: 1.75 }

.pp-section {
  background: #fff;
  border-radius: 5px;
  padding: 40px 38px 36px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  position: relative;
}
.pp-section-icon {
  position: absolute;
  top: -18px;
  left: 34px;
  width: 38px;
  height: 38px;
  background: #8e9d7e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(142,157,126,.35);
}
.pp-section h2 { font-size: 24px; margin-bottom: 12px }
.pp-section-body { font-size: 15px; line-height: 1.8; margin-bottom: 24px; color: #616161 }
.pp-section-content { font-size: 15px; line-height: 1.8; color: #616161 }
.pp-section-content p { margin: 0 0 14px }
.pp-section-content p:last-child { margin-bottom: 0 }

.pp-products { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px }
.pp-product {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: #564741;
  font-weight: 600;
  transition: background .3s;
}
.pp-product:hover { background: #f5f0e8 }
.pp-product-icon { font-size: 24px; flex-shrink: 0; line-height: 1 }
.pp-product span { display: block }
.pp-product-label {
  font-size: 12px;
  color: #8e9d7e;
  font-weight: 700;
  margin-top: 2px;
}

.pp-green-block {
  background: linear-gradient(135deg, #8e9d7e 0%, #7a8e6c 100%);
  border-radius: 5px;
  padding: 20px 26px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.pp-info {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 18px 22px;
  border-left: 3px solid #d4c9a8;
  font-size: 14px;
  line-height: 1.75;
  color: #616161;
}
.pp-info strong { color: #564741 }

.pp-divider { display: flex; align-items: center; gap: 16px; padding: 0 20px }
.pp-divider::before,
.pp-divider::after { content: ''; flex: 1; height: 1px; background: #e6e0da }
.pp-divider-icon { font-size: 20px; opacity: .5 }

.pp-freq { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px }
.pp-freq-card {
  background: #fcf9f4;
  border-radius: 5px;
  padding: 22px 24px;
  border-left: 3px solid #8e9d7e;
  transition: background .3s;
}
.pp-freq-card:hover { background: #f5f0e8 }
.pp-freq-title { font-weight: 800; color: #564741; font-size: 15px; margin-bottom: 4px }
.pp-freq-sub { font-size: 18px; font-weight: 800; color: #8e9d7e; margin-bottom: 6px; font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif) }
.pp-freq-desc { font-size: 13px; color: #7d7d7d; line-height: 1.6 }

.pp-accent {
  background: #564741;
  border-radius: 5px;
  padding: 40px 38px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.pp-accent::after {
  content: '\1F408';
  position: absolute;
  font-size: 90px;
  opacity: .07;
  bottom: -15px;
  right: 15px;
  pointer-events: none;
}
.pp-accent h2 { color: #fff; font-size: 26px; margin-bottom: 14px; position: relative }
.pp-accent p { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.8; position: relative }
.pp-accent .pp-badge { background: rgba(255,255,255,.12); color: rgba(255,255,255,.9) }

.pp-warning {
  background: #324530;
  border-radius: 5px;
  padding: 32px 36px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.pp-warning::after {
  content: '\26A0\FE0F';
  position: absolute;
  font-size: 100px;
  opacity: .07;
  bottom: -20px;
  right: 5px;
  pointer-events: none;
}
.pp-warning-icon { font-size: 40px; flex-shrink: 0; line-height: 1; position: relative }
.pp-warning-content { position: relative }
.pp-warning-title {
  font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 6px;
}
.pp-warning-text { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.9) }

.pp-cta { text-align: center; padding: 8px 0 0 }
.pp-cta-text {
  font-family: var(--pawscare-header-font-family, 'Paytone One', sans-serif);
  font-size: 22px;
  color: #564741;
  font-weight: 400;
  margin-bottom: 8px;
}
.pp-cta-sub { font-size: 15px; color: #8e9d7e; font-weight: 700 }

@media (max-width: 768px) {
  .pp-hero { padding: 36px 24px 32px }
  .pp-hero h1 { font-size: 26px }
  .pp-products { grid-template-columns: 1fr }
  .pp-freq { grid-template-columns: 1fr }
  .pp-section { padding: 32px 24px 28px }
  .pp-section-icon { left: 24px }
  .pp-accent { padding: 32px 24px }
  .pp-warning { flex-direction: column; text-align: center; padding: 28px 24px; gap: 12px }
}

.vx-green-items {
    margin-top: 20px;
}

span.vx-prep-highlight {
    margin-left: 5px;
    margin-right: 5px;
}

.vx-prep {
    margin-top: 20px;
}

p.pp-section-body {
    margin-bottom: 20px;
}