/* Refinamentos de espaçamento e estados de permissão. */
.pomo-shell {
  padding-top: 120px;
  padding-bottom: 90px;
}

.pomo-intro {
  margin-top: 30px;
  margin-bottom: 80px;
}

.pomo-intro .pomo-subtitle {
  max-width: 600px;
  margin: 24px auto 0;
  color: var(--pomo-muted);
  font-size: 18px;
  line-height: 1.55;
}

.pomo-shell > .huby-seo-content:last-child {
  margin-bottom: 0;
}

.pomo-today {
  padding: 42px 52px;
}

.pomo-metrics {
  gap: 72px;
}

.pomo-metrics article {
  min-width: 135px;
  gap: 9px;
}

.pomo-metrics strong {
  font-size: 42px;
  line-height: 1;
}

.pomo-metrics span {
  line-height: 1.35;
}

.pomo-notification.is-active {
  border-color: #bfe6d0;
  background: #f7fcf9;
}

.pomo-notification.is-blocked {
  border-color: #f0c9cf;
  background: #fff9fa;
}

.pomo-notification:disabled {
  cursor: not-allowed;
  opacity: .7;
}

.pomo-notification-help {
  margin: 10px 4px 0;
  padding: 11px 13px;
  border-radius: 10px;
  background: #f5f5f5;
  color: #666;
  font-size: 10px;
  line-height: 1.5;
}

.pomo-recommendations {
  margin-top: 110px;
}

.pomo-recommendations-head {
  display: flex;
  margin-bottom: 34px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.pomo-recommendations-head h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.pomo-recommendations-head h2 span {
  color: var(--pomo-pink);
}

.pomo-recommendations-head > p {
  max-width: 390px;
  margin: 0 0 4px;
  color: var(--pomo-muted);
  font-size: 15px;
  line-height: 1.55;
}

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

.pomo-product-card {
  position: relative;
  display: flex;
  min-height: 230px;
  padding: 30px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.035);
  border-radius: 26px;
  color: var(--pomo-ink);
  text-decoration: none;
  isolation: isolate;
  transition: transform .25s ease, box-shadow .25s ease;
}

.pomo-product-card:hover {
  color: var(--pomo-ink);
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(24,24,24,.08);
}

.pomo-product-card--sound { background: #dcecf7; }
.pomo-product-card--light { background: #f6e2b8; }
.pomo-product-card--posture { background: #eadff2; }

.pomo-product-card::after {
  position: absolute;
  z-index: -1;
  width: 190px;
  height: 190px;
  right: -38px;
  bottom: -58px;
  border-radius: 50%;
  background: rgba(255,255,255,.32);
  content: "";
}

.pomo-product-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 57%;
  flex-direction: column;
  align-items: flex-start;
}

.pomo-product-copy small {
  color: rgba(23,23,23,.62);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pomo-product-copy strong {
  margin-top: 15px;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.pomo-product-copy em {
  margin-top: auto;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
}

.pomo-product-copy em span {
  display: inline-block;
  margin-left: 4px;
  transition: transform .2s ease;
}

.pomo-product-card:hover .pomo-product-copy em span {
  transform: translate(3px,-3px);
}

.pomo-product-art {
  position: absolute;
  z-index: 1;
  width: 48%;
  height: auto;
  right: -3%;
  bottom: 13px;
  fill: rgba(255,255,255,.28);
  stroke: #222;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pomo-product-art--buds circle { fill: rgba(248,62,98,.78); stroke: none; }
.pomo-product-art--lamp { width: 51%; right: -2%; bottom: 5px; }
.pomo-product-glow { fill: none; stroke: #e9a536; stroke-width: 3; }
.pomo-product-art--stand { width: 53%; right: -4%; bottom: 5px; }
.pomo-product-screen { fill: rgba(255,255,255,.38); stroke-width: 3; }

.pomo-affiliate-note {
  margin: 14px 4px 0;
  color: #8a8a8a;
  font-size: 10px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .pomo-shell { padding-top: 90px; }
  .pomo-recommendations { margin-top: 85px; }
  .pomo-recommendations-head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .pomo-product-grid { grid-template-columns: 1fr; }
  .pomo-product-card { min-height: 220px; }
  .pomo-product-art { width: min(43%, 220px); right: 2%; }
}

@media (max-width: 560px) {
  .pomo-shell { padding-top: 65px; padding-bottom: 90px; }
  .pomo-intro { margin-top: 15px; margin-bottom: 50px; }
  .pomo-intro .pomo-subtitle { font-size: 15px; }
  .pomo-today { padding: 30px 22px; }
  .pomo-metrics { gap: 18px; }
  .pomo-metrics article { min-width: 0; gap: 7px; }
  .pomo-metrics strong { font-size: 32px; }
  .pomo-recommendations { margin-top: 70px; }
  .pomo-recommendations-head { margin-bottom: 25px; }
  .pomo-recommendations-head h2 { font-size: 37px; }
  .pomo-product-card { min-height: 205px; padding: 25px 22px; border-radius: 22px; }
  .pomo-product-copy { width: 65%; }
  .pomo-product-copy strong { font-size: 26px; }
  .pomo-product-art { width: 45%; right: -6%; bottom: 6px; }
}
.pomo-planner-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:#f43f5e;font-size:14px;font-weight:500;text-decoration:none}.pomo-planner-link:hover{text-decoration:underline}
