@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

/* Wellnexis site-4 - variant: ribbon separators, teal. Prefix wiz- */

.wiz-visually{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

.wiz-dek{font-size:1.08rem;color:#3a4a47;margin:0 0 22px}
.wiz-spotlight-copy{min-width:0}
.wiz-specialist-text{min-width:0}
.wiz-spotlight-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px}
.wiz-spotlight-note{font-size:.9rem;color:var(--wiz-dark);font-weight:700}
.wiz-spotlight-media img{border:1px solid var(--wiz-divider)}

.wiz-at-a-glance{margin:34px 0;border-top:3px solid var(--wiz-main);border-bottom:3px solid var(--wiz-main)}
.wiz-at-a-glance-card{background:#fff}
.wiz-at-a-glance-row{display:flex;justify-content:space-between;gap:16px;padding:13px 4px;border-bottom:1px solid var(--wiz-divider)}
.wiz-at-a-glance-row:last-child{border-bottom:0}
.wiz-at-a-glance-row span:first-child{color:#587069;font-weight:700}
.wiz-at-a-glance-row span:last-child{font-weight:700;text-align:right}
.wiz-starline{color:var(--wiz-pale)}

.wiz-outline{border-top:2px solid var(--wiz-divider);border-bottom:2px solid var(--wiz-divider);padding:22px 4px;margin:10px 0 40px}
.wiz-outline-title{margin:0 0 10px;font-weight:700;color:var(--wiz-dark);font-size:1.05rem;text-transform:uppercase;letter-spacing:.04em}
.wiz-outline ol{margin:0;padding-left:20px;columns:2;column-gap:32px}
.wiz-outline li{margin:6px 0;break-inside:avoid}
.wiz-outline a{color:var(--wiz-rule);text-decoration:none}
.wiz-outline a:hover{color:var(--wiz-main);text-decoration:underline}

.wiz-block{padding:34px 0;border-bottom:2px solid var(--wiz-divider)}
.wiz-block:last-of-type{border-bottom:0}
.wiz-block h2{font-size:1.55rem;line-height:1.25;margin:0 0 16px;color:var(--wiz-dark);padding-left:14px;border-left:5px solid var(--wiz-main)}
.wiz-block p{margin:0 0 16px}
.wiz-tier{font-size:1.12rem;color:var(--wiz-dark);margin:22px 0 10px;font-weight:700}

.wiz-shot{margin:22px 0 0}
.wiz-shot img{border:1px solid var(--wiz-divider);width:100%}
.wiz-shot figcaption{margin-top:10px;font-size:.9rem;color:#6b807b}

.wiz-gridspec-wrap{overflow-x:auto;border-top:2px solid var(--wiz-main);border-bottom:2px solid var(--wiz-main)}
.wiz-gridspec{width:100%;border-collapse:collapse;min-width:520px}
.wiz-gridspec th{background:transparent;color:var(--wiz-dark);text-align:left;padding:13px 12px;font-size:.95rem;border-bottom:2px solid var(--wiz-main)}
.wiz-gridspec td{padding:12px;border-top:1px solid var(--wiz-divider);vertical-align:top}
.wiz-gridspec td:first-child{font-weight:700;color:var(--wiz-dark)}

.wiz-process{margin:8px 0 18px;padding:0;list-style:none;counter-reset:wizstep}
.wiz-process li{position:relative;padding:10px 0 10px 44px;counter-increment:wizstep;border-bottom:1px solid var(--wiz-divider)}
.wiz-process li:last-child{border-bottom:0}
.wiz-process li::before{content:counter(wizstep);position:absolute;left:0;top:9px;width:28px;height:28px;border-radius:8px;background:var(--wiz-main);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.9rem}

.wiz-reviews{display:grid;grid-template-columns:1fr;gap:0;margin-top:8px}
.wiz-testimonial{margin:0;padding:20px 0;border-bottom:1px solid var(--wiz-divider)}
.wiz-testimonial:last-child{border-bottom:0}
.wiz-testimonial-stars{color:var(--wiz-pale);font-size:1rem;letter-spacing:2px;margin-bottom:8px}
.wiz-testimonial p{margin:0 0 8px;color:#3a4a47;font-style:italic}
.wiz-testimonial cite{font-style:normal;font-weight:700;color:var(--wiz-dark);font-size:.92rem}

.wiz-specialist{display:grid;grid-template-columns:140px minmax(0,1fr);gap:24px;align-items:start}
.wiz-specialist-photo{width:140px;height:140px;object-fit:cover;border:2px solid var(--wiz-main)}
.wiz-specialist-sign{font-weight:700;color:var(--wiz-dark);margin-top:4px}

.wiz-checkout-wrap{text-align:center;margin:24px 0 4px;padding:24px 0;border-top:2px solid var(--wiz-divider)}
.wiz-checkout-lg{font-size:1.05rem;padding:15px 38px}
.wiz-checkout-note{font-size:.9rem;color:#6b807b;margin-top:12px}

.wiz-questions details{border-bottom:1px solid var(--wiz-divider)}
.wiz-questions summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;padding:16px 4px;list-style:none}
.wiz-questions summary::-webkit-details-marker{display:none}
.wiz-questions summary h3{margin:0;font-size:1.03rem;color:var(--wiz-dark);font-weight:700}
.wiz-questions summary::after{content:"+";font-size:1.5rem;color:var(--wiz-main);flex:0 0 auto;line-height:1}
.wiz-questions details[open] summary::after{content:"\2212"}
.wiz-questions details p{margin:0;padding:0 4px 16px}

.wiz-contributor-box{margin-top:10px}
.wiz-contributor{display:grid;grid-template-columns:92px minmax(0,1fr);gap:18px;align-items:center;border-top:2px solid var(--wiz-main);border-bottom:2px solid var(--wiz-main);padding:22px 4px}
.wiz-contributor-img{width:92px;height:92px;object-fit:cover;border-radius:4px}
.wiz-contributor-name{margin:0;font-weight:700;color:var(--wiz-dark);font-size:1.1rem}
.wiz-contributor-role{margin:2px 0 8px;color:var(--wiz-main);font-weight:700;font-size:.92rem}
.wiz-contributor-bio{margin:0;font-size:.94rem;color:#48605a}
.wiz-advisory{margin-top:18px;font-size:.85rem;color:#6b807b;border-top:1px solid var(--wiz-divider);padding-top:14px}

.wiz-pagefoot{background:var(--wiz-dark);color:#dcefeb;margin-top:20px}
.wiz-pagefoot-in{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:34px 20px 18px}
.wiz-pagefoot-logo{font-weight:700;font-size:1.15rem;color:#fff;margin:0 0 6px}
.wiz-pagefoot-tag{margin:0;font-size:.92rem;color:#aed4cd}
.wiz-pagefoot-nav{display:flex;gap:20px;flex-wrap:wrap;align-items:center}
.wiz-pagefoot-nav a{color:#dcefeb;text-decoration:none;font-size:.92rem}
.wiz-pagefoot-nav a:hover{color:#fff;text-decoration:underline}
.wiz-pagefoot-legal{border-top:1px solid rgba(255,255,255,.15);padding:16px 20px 26px;font-size:.82rem;color:#9fc6bf}
.wiz-pagefoot-legal p{margin:4px 0}

@media(max-width:860px){
  .wiz-block h2{font-size:1.35rem}
  .wiz-outline ol{columns:1}
  .wiz-specialist{grid-template-columns:1fr;gap:16px}
  .wiz-specialist-photo{width:120px;height:120px}
}
@media(max-width:480px){
  body{font-size:16px}
  .wiz-at-a-glance-row{flex-direction:column;gap:2px}
  .wiz-at-a-glance-row span:last-child{text-align:left}
  .wiz-checkout-lg{width:100%;text-align:center}
}
