@charset "utf-8";

:root { --rhy-mist: #f6f8f7; --rhy-sage: #243447; --rhy-sage-lt: #eaf4eb; --rhy-sage-dk: #31465F; --rhy-pink: #f9e8ed; --rhy-pink-dk: #d4708a; --rhy-navy: #2d3d5a; --rhy-blue: #dff0f8; --rhy-blue-dk: #4a82a4; --rhy-grey: #f0f0ef; --rhy-grey-dk: #7a8085; --rhy-cream: #fdfcfa; --rhy-r: 20px; --rhy-sh: 0 2px 20px rgba(0,0,0,0.055); --rhy-sh-h: 0 8px 32px rgba(0,0,0,0.1); --rhy-tr: all 0.22s cubic-bezier(.4,0,.2,1); }

#page-rhythm { background: var(--hu-white-mist); min-height: 100vh; }

.rhy-header { background: linear-gradient(135deg, rgb(18, 33, 58) 0%, rgb(27, 46, 74) 100%); padding: 48px 24px 40px; text-align: center; color: rgb(255, 255, 255); border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; border-radius: 0px 0px 32px 32px; }

.rhy-eyebrow { display: inline-flex; align-items: center; gap: 7px; background: rgba(36, 52, 71, 0.12); border: 1px solid rgba(36, 52, 71, 0.22); border-radius: 50px; padding: 5px 15px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rhy-sage-dk); margin-bottom: 16px; }

.rhy-title { font-family: Georgia, serif; font-size: clamp(1.9rem, 5vw, 2.8rem); font-weight: 700; color: var(--rhy-navy); line-height: 1.12; margin-bottom: 12px; letter-spacing: -0.02em; }

.rhy-subtitle { font-size: 1rem; color: var(--rhy-grey-dk); line-height: 1.75; max-width: 560px; margin: 0px auto; }

.rhy-grid { max-width: 780px; margin: 0px auto; padding: 32px 20px 100px; display: flex; flex-direction: column; gap: 18px; }

.rhy-card { background: rgb(255, 255, 255); border-radius: var(--rhy-r); padding: 26px 24px; box-shadow: var(--rhy-sh); border: 1px solid rgba(0, 0, 0, 0.04); transition: var(--rhy-tr); }

.rhy-card:hover { box-shadow: var(--rhy-sh-h); transform: translateY(-2px); }

.rhy-card-label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 6px; }

.rhy-card-label.sage { color: var(--rhy-sage-dk); }

.rhy-card-label.pink { color: var(--rhy-pink-dk); }

.rhy-card-label.navy { color: var(--rhy-navy); }

.rhy-card-label.blue { color: var(--rhy-blue-dk); }

.rhy-card-label.grey { color: var(--rhy-grey-dk); }

.rhy-card-title { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 700; color: var(--rhy-navy); margin-bottom: 6px; line-height: 1.25; }

.rhy-card-desc { font-size: 0.83rem; color: rgb(138, 144, 152); line-height: 1.6; margin-bottom: 18px; }

.rhy-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }

.rhy-pill { padding: 9px 17px; border-radius: 50px; font-size: 0.84rem; font-weight: 600; cursor: pointer; border: 2px solid transparent; transition: var(--rhy-tr); user-select: none; font-family: inherit; }

.rhy-pill-sage { background: var(--rhy-sage-lt); color: var(--rhy-sage-dk); }

.rhy-pill-sage.rhy-on { background: var(--rhy-sage); color: rgb(255, 255, 255); border-color: var(--rhy-sage-dk); }

.rhy-pill-pink { background: var(--rhy-pink); color: var(--rhy-pink-dk); }

.rhy-pill-pink.rhy-on { background: var(--rhy-pink-dk); color: rgb(255, 255, 255); }

.rhy-pill-navy { background: rgb(238, 240, 245); color: var(--rhy-navy); }

.rhy-pill-navy.rhy-on { background: var(--rhy-navy); color: rgb(255, 255, 255); }

.rhy-pill-blue { background: var(--rhy-blue); color: var(--rhy-blue-dk); }

.rhy-pill-blue.rhy-on { background: var(--rhy-blue-dk); color: rgb(255, 255, 255); }

.rhy-pill-grey { background: var(--rhy-grey); color: var(--rhy-grey-dk); }

.rhy-pill-grey.rhy-on { background: var(--rhy-grey-dk); color: rgb(255, 255, 255); }

.rhy-input { width: 100%; padding: 12px 16px; border-radius: 14px; border: 1.5px solid rgb(232, 228, 222); font-size: 0.88rem; font-family: inherit; color: var(--rhy-navy); background: var(--rhy-mist); resize: vertical; outline: none; line-height: 1.6; transition: border-color 0.18s; box-sizing: border-box; }

.rhy-input:focus { border-color: var(--rhy-sage); }

.rhy-input::placeholder { color: rgb(187, 187, 187); font-style: italic; }

.rhy-field-label { font-size: 0.72rem; font-weight: 700; color: rgb(154, 158, 164); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 7px; margin-top: 14px; display: block; }

.rhy-hydration-btns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 4px; }

.rhy-hydration-btn { display: flex; flex-direction: column; align-items: center; gap: 5px; background: var(--rhy-blue); border: 2px solid transparent; border-radius: 14px; padding: 14px 8px; cursor: pointer; font-family: inherit; transition: var(--rhy-tr); font-size: 0.72rem; font-weight: 700; color: var(--rhy-blue-dk); }

.rhy-hydration-btn span:first-child { font-size: 1.8rem; line-height: 1; }

.rhy-hydration-btn:hover { border-color: var(--rhy-blue-dk); transform: translateY(-2px); }

.rhy-hydration-btn.rhy-on { background: var(--rhy-blue-dk); color: rgb(255, 255, 255); border-color: var(--rhy-blue-dk); transform: translateY(-2px); }

.rhy-streaks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 4px; }

@media (max-width: 480px) {
  .rhy-streaks { grid-template-columns: 1fr; }
}

.rhy-streak-btn { display: flex; align-items: center; gap: 10px; background: var(--rhy-grey); border: 2px solid transparent; border-radius: 12px; padding: 12px 14px; cursor: pointer; font-family: inherit; transition: var(--rhy-tr); font-size: 0.85rem; font-weight: 600; color: rgb(90, 96, 104); text-align: left; }

.rhy-streak-tick { width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0; border: 2px solid rgb(204, 204, 204); display: flex; align-items: center; justify-content: center; font-size: 0.68rem; font-weight: 800; transition: var(--rhy-tr); }

.rhy-streak-btn:hover { border-color: var(--rhy-sage-lt); }

.rhy-streak-btn.rhy-on { background: var(--rhy-sage-lt); border-color: var(--rhy-sage); color: var(--rhy-sage-dk); }

.rhy-streak-btn.rhy-on .rhy-streak-tick { background: var(--rhy-sage); border-color: var(--rhy-sage); color: rgb(255, 255, 255); }

.rhy-partner-card { background: linear-gradient(135deg, rgb(246, 240, 252) 0%, rgb(237, 245, 255) 100%); border: 1.5px solid rgba(90, 110, 180, 0.14); }

.rhy-partner-icon { width: 46px; height: 46px; border-radius: 14px; background: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; box-shadow: rgba(90, 110, 180, 0.14) 0px 2px 8px; margin-bottom: 14px; }

.rhy-code-row { display: flex; gap: 8px; margin-top: 12px; }

.rhy-code-input { flex: 1 1 0%; padding: 11px 16px; border-radius: 50px; border: 1.5px solid rgba(90, 110, 180, 0.25); font-size: 0.88rem; font-family: inherit; background: rgb(255, 255, 255); outline: none; letter-spacing: 0.06em; text-transform: uppercase; transition: border-color 0.18s; }

.rhy-code-input:focus { border-color: rgb(106, 122, 200); }

.rhy-btn { padding: 11px 20px; border-radius: 50px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; font-family: inherit; font-weight: 700; font-size: 0.84rem; transition: var(--rhy-tr); }

.rhy-btn-sage { background: linear-gradient(135deg, var(--rhy-sage), var(--rhy-sage-dk)); color: rgb(255, 255, 255); box-shadow: rgba(36, 52, 71, 0.1) 0px 3px 12px; }

.rhy-btn-sage:hover { transform: translateY(-2px); box-shadow: rgba(36, 52, 71, 0.15) 0px 6px 18px; }

.rhy-btn-outline { background: transparent; color: rgb(106, 122, 200); border: 1.5px solid rgba(90, 110, 180, 0.3); }

.rhy-btn-outline:hover { background: rgba(90, 110, 180, 0.07); }

.rhy-partner-btns { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }

.rhy-insight-card { background: linear-gradient(135deg, rgb(244, 249, 244) 0%, rgb(248, 244, 252) 100%); }

.rhy-insight-empty { font-size: 0.88rem; color: var(--rhy-grey-dk); line-height: 1.7; margin-bottom: 20px; padding: 16px; background: rgba(255, 255, 255, 0.7); border-radius: 12px; }

.rhy-insight-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }

@media (max-width: 480px) {
  .rhy-insight-chips { grid-template-columns: 1fr; }
}

.rhy-insight-chip { background: rgb(255, 255, 255); border-radius: 14px; padding: 14px 16px; box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 8px; }

.rhy-insight-chip-label { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rhy-grey-dk); margin-bottom: 4px; }

.rhy-insight-chip-val { font-family: Georgia, serif; font-size: 0.92rem; font-weight: 700; color: var(--rhy-navy); line-height: 1.3; }

.rhy-save-wrap { text-align: center; padding: 8px 0px; }

.rhy-save-btn { width: 100%; max-width: 400px; padding: 16px 32px; border-radius: 50px; background: linear-gradient(135deg, var(--rhy-sage), var(--rhy-sage-dk)); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; font-family: inherit; font-size: 1rem; font-weight: 700; letter-spacing: 0.01em; box-shadow: rgba(36, 52, 71, 0.4) 0px 5px 20px; transition: var(--rhy-tr); }

.rhy-save-btn:hover { transform: translateY(-2px); box-shadow: rgba(36, 52, 71, 0.5) 0px 8px 28px; }

.rhy-success { display: none; align-items: center; gap: 12px; background: var(--rhy-sage-lt); border: 1.5px solid rgba(36, 52, 71, 0.3); border-radius: 16px; padding: 16px 20px; margin-top: 14px; font-size: 0.9rem; color: var(--rhy-sage-dk); font-weight: 600; }

.rhy-success.show { display: flex; }

.rhy-success-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--rhy-sage); color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }

#page-partner { background: rgb(255, 255, 255); min-height: 100vh; }

.prt-hero { background: linear-gradient(150deg, rgb(30, 45, 61) 0%, rgb(45, 61, 90) 60%, rgb(61, 77, 106) 100%); padding: 64px 24px 56px; text-align: center; color: rgb(255, 255, 255); }

.prt-eyebrow { display: inline-flex; align-items: center; gap: 7px; background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50px; padding: 5px 15px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(255, 255, 255, 0.85); margin-bottom: 18px; }

.prt-title { font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; color: rgb(255, 255, 255); line-height: 1.12; margin-bottom: 14px; letter-spacing: -0.02em; }

.prt-subtitle { font-size: 1rem; color: rgba(255, 255, 255, 0.72); line-height: 1.75; max-width: 580px; margin: 0px auto 32px; }

.prt-hero-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.prt-btn-primary { padding: 14px 28px; border-radius: 50px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: var(--rhy-sage); color: rgb(255, 255, 255); font-size: 0.92rem; font-weight: 700; cursor: pointer; font-family: inherit; transition: var(--rhy-tr); box-shadow: rgba(36, 52, 71, 0.5) 0px 4px 16px; }

.prt-btn-primary:hover { transform: translateY(-2px); background: var(--rhy-sage-dk); }

.prt-btn-ghost { padding: 13px 26px; border-radius: 50px; border: 1.5px solid rgba(255, 255, 255, 0.35); background: transparent; color: rgb(255, 255, 255); font-size: 0.88rem; font-weight: 600; cursor: pointer; font-family: inherit; transition: var(--rhy-tr); }

.prt-btn-ghost:hover { background: rgba(255, 255, 255, 0.1); }

.prt-section { padding: 56px 24px; }

.prt-section-alt { background: var(--rhy-mist); }

.prt-content { max-width: 960px; margin: 0px auto; }

.prt-section-label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rhy-sage-dk); margin-bottom: 8px; }

.prt-section-title { font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; color: var(--rhy-navy); line-height: 1.2; margin-bottom: 10px; }

.prt-section-sub { font-size: 0.95rem; color: var(--rhy-grey-dk); line-height: 1.75; max-width: 560px; margin-bottom: 40px; }

.prt-who-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 32px; }

@media (max-width: 760px) {
  .prt-who-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 400px) {
  .prt-who-grid { grid-template-columns: 1fr; }
}

.prt-who-card { background: rgb(255, 255, 255); border-radius: 18px; padding: 22px 18px; text-align: center; box-shadow: var(--rhy-sh); border: 1px solid rgba(0, 0, 0, 0.04); transition: var(--rhy-tr); }

.prt-who-card:hover { transform: translateY(-3px); box-shadow: var(--rhy-sh-h); }

.prt-who-icon { font-size: 2rem; margin-bottom: 10px; }

.prt-who-name { font-weight: 700; font-size: 0.88rem; color: var(--rhy-navy); line-height: 1.3; }

.prt-steps { display: flex; flex-direction: column; gap: 18px; margin-top: 32px; }

.prt-step { display: flex; align-items: flex-start; gap: 16px; background: rgb(255, 255, 255); border-radius: 18px; padding: 22px 20px; box-shadow: var(--rhy-sh); }

.prt-step-num { width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--rhy-sage), var(--rhy-sage-dk)); color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1rem; }

.prt-step-body h4 { font-weight: 800; font-size: 0.95rem; color: var(--rhy-navy); margin-bottom: 4px; }

.prt-step-body p { font-size: 0.84rem; color: var(--rhy-grey-dk); line-height: 1.65; }

.prt-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }

@media (max-width: 640px) {
  .prt-benefits { grid-template-columns: 1fr 1fr; }
}

.prt-benefit { background: rgb(255, 255, 255); border-radius: 16px; padding: 20px 16px; box-shadow: var(--rhy-sh); display: flex; flex-direction: column; gap: 7px; }

.prt-benefit-icon { font-size: 1.5rem; }

.prt-benefit-title { font-weight: 700; font-size: 0.85rem; color: var(--rhy-navy); line-height: 1.3; }

.prt-benefit-desc { font-size: 0.78rem; color: var(--rhy-grey-dk); line-height: 1.6; }

.prt-cta { background: linear-gradient(135deg, var(--rhy-sage-lt), #eaf5f0); padding: 56px 24px; text-align: center; }

.prt-cta-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

.footer-col.professionals button { color: rgba(200, 220, 255, 0.75); }

.footer-col.professionals button:hover { color: rgb(160, 200, 255); }