body.dm-daily-horoscope-page,
body.dm-life-path-tool-page {
  overflow-x: hidden !important;
}

body.dm-daily-horoscope-page .entry-header,
body.dm-daily-horoscope-page .page-header,
body.dm-daily-horoscope-page .post-thumbnail,
body.dm-daily-horoscope-page .comments-area {
  display: none !important;
}

body.dm-daily-horoscope-page .site,
body.dm-daily-horoscope-page .site-content,
body.dm-daily-horoscope-page .content-area,
body.dm-daily-horoscope-page #primary,
body.dm-daily-horoscope-page #main,
body.dm-daily-horoscope-page main.site-main,
body.dm-daily-horoscope-page article,
body.dm-daily-horoscope-page .entry-content,
body.dm-daily-horoscope-page .wp-site-blocks,
body.dm-daily-horoscope-page .wp-block-post-content {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.dm-daily-horoscope-page .entry-content > *,
body.dm-daily-horoscope-page .wp-block-post-content > * {
  max-width: none !important;
}

.dm-horo-tool {
  --horo-purple: #4B0082;
  --horo-deep: #21002f;
  --horo-gold: #D7B740;
  --horo-soft: #fff8e7;
  --horo-cream: #fffaf4;
  --horo-border: rgba(75,0,130,.16);
  --horo-shadow: 0 24px 70px rgba(75,0,130,.15);
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  color: var(--horo-deep);
  background: #fffaf4;
  font-family: inherit;
}

.dm-horo-tool *, .dm-horo-tool *::before, .dm-horo-tool *::after { box-sizing: border-box; }
.dm-horo-tool [hidden] { display: none !important; }
.dm-horo-wrap { width: min(1280px, calc(100% - 44px)); margin: 0 auto; }
.dm-horo-hero { position: relative; overflow: hidden; min-height: 720px; padding: clamp(76px, 8vw, 120px) 0; background: radial-gradient(circle at 75% 25%, rgba(215,183,64,.22), transparent 22rem), radial-gradient(circle at 18% 90%, rgba(128,44,180,.28), transparent 26rem), linear-gradient(135deg, #21002f, #4B0082 58%, #6D4190); color: #fff; }
.dm-horo-stars { position: absolute; inset: 0; opacity: .58; background-image: radial-gradient(circle, rgba(255,255,255,.65) 1px, transparent 1.5px), radial-gradient(circle, rgba(215,183,64,.50) 1px, transparent 1.5px); background-size: 86px 86px, 137px 137px; }
.dm-horo-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 480px); gap: clamp(30px, 5vw, 74px); align-items: center; }
.dm-horo-kicker { margin: 0 0 18px; color: var(--horo-gold); text-transform: uppercase; font-size: 13px; letter-spacing: .18em; font-weight: 900; }
.dm-horo-hero h1 { margin: 0; max-width: 780px; color: #fff; font-size: clamp(54px, 8vw, 116px); line-height: .95; letter-spacing: -.055em; }
.dm-horo-lead { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.88); font-size: clamp(19px, 2vw, 25px); line-height: 1.55; }
.dm-horo-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.dm-horo-hero__actions a { color: #fff; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.09); padding: 11px 16px; border-radius: 999px; font-weight: 800; }
.dm-horo-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.5); border-radius: 32px; background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(255,248,231,.90)); color: var(--horo-deep); box-shadow: 0 28px 90px rgba(0,0,0,.22); padding: clamp(24px, 3vw, 38px); }
.dm-horo-form__head { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.dm-horo-form__head > span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: #fff6dc; color: var(--horo-purple); border: 1px solid var(--horo-border); font-size: 32px; font-weight: 900; }
.dm-horo-form__head h2 { margin: 0; color: var(--horo-gold); font-size: clamp(31px, 3vw, 44px); line-height: 1.02; }
.dm-horo-form__head p { margin: 8px 0 0; color: #6e5d75; line-height: 1.5; }
.dm-horo-field { display: grid; gap: 10px; }
.dm-horo-field span { color: var(--horo-purple); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.dm-horo-field select { width: 100%; min-height: 58px; border: 1px solid var(--horo-border); border-radius: 14px; background: #fff; padding: 0 16px; color: var(--horo-deep); font-size: 18px; font-weight: 750; }
.dm-horo-submit, .dm-horo-reading-actions button { width: 100%; border: 0; border-radius: 18px; background: linear-gradient(135deg, #ffd85d, #f3bd21); color: var(--horo-deep); padding: 16px 22px; margin-top: 20px; font-size: 17px; font-weight: 950; cursor: pointer; box-shadow: 0 15px 32px rgba(215,183,64,.22); }
.dm-horo-note { margin: 12px 0 0; text-align: center; color: #7a6880; font-size: 14px; line-height: 1.45; }
.dm-horo-loading { padding: 34px 0; background: #fffaf4; }
.dm-horo-loading__box { display: flex; gap: 18px; align-items: center; border: 1px solid var(--horo-border); border-radius: 24px; background: #fff; box-shadow: var(--horo-shadow); padding: 22px; }
.dm-horo-loading__box > span { width: 42px; height: 42px; border-radius: 50%; border: 5px solid rgba(215,183,64,.28); border-top-color: var(--horo-gold); animation: dmSpin 1s linear infinite; }
.dm-horo-loading__box strong { color: var(--horo-purple); font-size: 20px; }
.dm-horo-loading__box p { margin: 4px 0 0; color: #6e5d75; }
.dm-horo-results { padding: clamp(54px, 6vw, 92px) 0; background: linear-gradient(180deg, #fffaf4, #fff); }
.dm-horo-results__grid { display: grid; grid-template-columns: minmax(260px, .34fr) minmax(0, 1fr); gap: 26px; align-items: stretch; }
.dm-horo-sign-card, .dm-horo-reading-card, .dm-horo-next-grid a { border: 1px solid var(--horo-border); border-radius: 30px; background: rgba(255,255,255,.90); box-shadow: var(--horo-shadow); }
.dm-horo-sign-card { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 470px; padding: 32px 24px; text-align: center; background: radial-gradient(circle at 50% 22%, rgba(255,216,93,.24), transparent 15rem), linear-gradient(180deg, #fff, #f8f0ff); }
.dm-horo-glyph { display: grid; place-items: center; width: 150px; height: 150px; border-radius: 50%; background: #fff; border: 20px solid #ffd85d; color: var(--horo-purple); font-size: 64px; font-weight: 900; margin-bottom: 28px; }
.dm-horo-sign-card h2 { margin: 0; color: var(--horo-deep); font-size: 38px; line-height: 1.05; }
.dm-horo-sign-card p { color: #684d72; line-height: 1.55; }
.dm-horo-mini-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 16px; }
.dm-horo-mini-tags span { background: #fff0b9; color: #3a124f; border-radius: 999px; padding: 8px 10px; font-size: 12px; font-weight: 900; }
.dm-horo-reading-card { padding: clamp(28px, 4vw, 52px) !important; background: radial-gradient(circle at 96% 0%, rgba(215,183,64,.15), transparent 22rem), #fff; }
.dm-horo-reading-card h2 { margin: 0 0 18px; color: var(--horo-purple); font-size: clamp(44px, 6vw, 78px); line-height: 1; letter-spacing: -.045em; }
.dm-horo-result-summary { max-width: 980px; margin: 0 0 28px; color: #2b1238; font-size: clamp(20px, 2vw, 28px); line-height: 1.55; }
.dm-horo-insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 26px; }
.dm-horo-insight-grid div { padding: 24px !important; border: 1px solid var(--horo-border); border-radius: 24px; background: #fbf8ff; }
.dm-horo-insight-grid span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: #fff2bd; color: var(--horo-purple); font-weight: 900; margin-bottom: 16px; }
.dm-horo-insight-grid h3 { margin: 0 0 12px; color: var(--horo-deep); font-size: 26px; line-height: 1.05; }
.dm-horo-insight-grid p { margin: 0; color: #684d72; line-height: 1.65; }
.dm-horo-reading-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.dm-horo-reading-actions button, .dm-horo-reading-actions a { width: auto; display: inline-flex; align-items: center; justify-content: center; min-height: 54px; border-radius: 999px; padding: 0 24px; font-size: 17px; font-weight: 950; }
.dm-horo-reading-actions button { margin: 0; background: var(--horo-purple); color: #fff; }
.dm-horo-reading-actions a { border: 1px solid var(--horo-border); color: var(--horo-purple); background: #fff; }
.dm-horo-explore { padding: 70px 0 88px; background: #fff; }
.dm-horo-section-head { text-align: center; max-width: 760px; margin: 0 auto 28px; }
.dm-horo-section-head h2 { margin: 0; color: var(--horo-deep); font-size: clamp(36px, 4vw, 54px); }
.dm-horo-next-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.dm-horo-next-grid a { padding: 24px; color: var(--horo-deep); min-height: 200px; }
.dm-horo-next-grid span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: #fff2bd; color: var(--horo-purple); font-weight: 900; margin-bottom: 16px; }
.dm-horo-next-grid strong { display: block; font-size: 21px; line-height: 1.1; margin-bottom: 8px; }
.dm-horo-next-grid em { color: #6e5d75; font-style: normal; line-height: 1.5; }

body.dm-daily-horoscope-page .dm-horo-tool a,
body.dm-daily-horoscope-page .dm-horo-tool a:visited,
body.dm-daily-horoscope-page .dm-horo-tool a:hover,
body.dm-daily-horoscope-page .dm-horo-tool a:focus {
  text-decoration: none !important;
}

@media (max-width: 1020px) { .dm-horo-hero__grid, .dm-horo-results__grid { grid-template-columns: 1fr; } .dm-horo-insight-grid, .dm-horo-next-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .dm-horo-sign-card { min-height: 0; } }
@media (max-width: 680px) { .dm-horo-wrap { width: min(100% - 24px, 640px); } .dm-horo-hero { min-height: 0; padding: 54px 0 62px; } .dm-horo-hero h1 { font-size: clamp(44px, 13vw, 66px); } .dm-horo-hero__actions { gap: 8px; } .dm-horo-hero__actions a { font-size: 13px; } .dm-horo-card, .dm-horo-reading-card { border-radius: 24px; padding: 22px !important; } .dm-horo-insight-grid, .dm-horo-next-grid { grid-template-columns: 1fr; } .dm-horo-reading-actions { display: grid; } .dm-horo-reading-actions button, .dm-horo-reading-actions a { width: 100%; } }
