.reviews-reveal {opacity: 0;transform: translateY(40px);transition: opacity 0.7s ease, transform 0.7s ease;}
.reviews-reveal.reviews-visible {opacity: 1;transform: translateY(0);}
.reviews-stagger-1 {transition-delay: 0.1s;}
.reviews-stagger-2 {transition-delay: 0.25s;}
.reviews-stagger-3 {transition-delay: 0.4s;}
.reviews-stagger-header {transition-delay: 0s;}
.review-card {position: relative;backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);border-radius: 20px;transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.4s ease;overflow: hidden;}
@media (hover: none) and (pointer: coarse) {
.review-card {backdrop-filter: none;-webkit-backdrop-filter: none;}
}

.review-card::before {content: '';position: absolute;inset: 0;border-radius: 20px;background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 60%);pointer-events: none;}
.review-card:hover {transform: translateY(-6px) scale(1.01);}
.review-card-teal:hover {box-shadow: 0 20px 60px rgba(20, 184, 166, 0.3), 0 0 0 1px rgba(20, 184, 166, 0.3);border-color: rgba(20, 184, 166, 0.4) !important;}
.review-card-purple:hover {box-shadow: 0 20px 60px rgba(168, 85, 247, 0.3), 0 0 0 1px rgba(168, 85, 247, 0.3);border-color: rgba(168, 85, 247, 0.4) !important;}
.review-card-orange:hover {box-shadow: 0 20px 60px rgba(251, 146, 60, 0.25), 0 0 0 1px rgba(251, 146, 60, 0.25);border-color: rgba(251, 146, 60, 0.35) !important;}
.review-avatar-ring-teal {border-color: rgba(20, 184, 166, 0.5);box-shadow: 0 0 12px rgba(20, 184, 166, 0.4);}
.review-avatar-ring-purple {border-color: rgba(168, 85, 247, 0.5);box-shadow: 0 0 12px rgba(168, 85, 247, 0.4);}
.review-avatar-ring-orange {border-color: rgba(251, 146, 60, 0.5);box-shadow: 0 0 12px rgba(251, 146, 60, 0.4);}
.review-quote-mark {font-size: 5rem;line-height: 1;font-family: Georgia, serif;position: absolute;top: -3px;left: 16px;opacity: 0.08;color: #fff;pointer-events: none;user-select: none;}

/* Generic reveal helper (static HTML) */
.reveal {opacity: 0;transform: translateY(10px);transition: opacity 600ms ease, transform 600ms ease;}
.reveal.is-visible {opacity: 1;transform: none;}

/* Page preloader (logo + 3 dots) */
.page-preloader{position: fixed;inset: 0;z-index: 99999;display: flex;align-items: center;justify-content: center;background: #000;transition: opacity 350ms ease, visibility 350ms ease;}
.page-preloader__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;}
.page-preloader__logo{width: 150px;max-width: 60vw;height: auto;filter: drop-shadow(0 10px 40px rgba(0,0,0,0.45));}
.page-preloader__dots{display:flex;gap:10px;}
.page-preloader__dots span{width:8px;height:8px;border-radius:999px;background: rgba(255,255,255,0.9);opacity: 0.25;animation: pagePreloaderDot 900ms ease-in-out infinite;}
.page-preloader__dots span:nth-child(2){ animation-delay: 120ms; }
.page-preloader__dots span:nth-child(3){ animation-delay: 240ms; }
@keyframes pagePreloaderDot{
0%, 100%{ transform: translateY(0); opacity: 0.25; }
50%{ transform: translateY(-6px); opacity: 1; }
}
.page-preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none;}
/* Founder compare slider: match Rocket (grab while dragging) */
#founder-compare.founder-compare--dragging {cursor: grabbing !important;}
/* Success Stories: card shadows/hover/border (match Rocket reference) */
.card-hover {border-color: rgb(241 245 249 / 1) !important; /* slate-100 */box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08) !important; /* shadow-card */
transition:
	transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
	box-shadow 0.25s ease,
	border-color 0.25s ease !important;will-change: transform, box-shadow;}
.card-hover:hover {transform: translateY(-4px);border-color: rgb(94 234 212 / 1) !important; /* primary-300 */
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important; /* shadow-md */}
/* keep featured video card's custom shadow (don't override) */
#video-testimonials a.shadow-\\[0_14px_40px_rgba\\(15\\,118\\,110\\,0\\.18\\)\\],
#video-testimonials a.shadow-\\[0_14px_40px_rgba\\(15\\,118\\,110\\,0\\.18\\)\\]:hover {
box-shadow: unset !important;}
/* About page uses reveal-left/right without .reveal */
.reveal-left,
.reveal-right {
   opacity: 0;
    transition: opacity 600ms ease, transform 600ms ease;
}
.reveal-left {transform: translateX(-10px);}
.reveal-right {    transform: translateX(10px);}
.reveal-left.is-visible,
.reveal-right.is-visible {opacity: 1;transform: none;}
/* About: Meet the Experts */
.experts-row {width: max-content !important;flex-wrap: nowrap;}
.experts-row > div {width: 160px;}
@media (min-width: 1024px) {
.experts-row > div {width: 200px;}
}



.experts-row h3,

.experts-row h4 {

    font-size: 12px !important;

    line-height: 1.25 !important;

}



@media (min-width: 640px) {

    .experts-row h3,

    .experts-row h4 {

        font-size: 13px !important;

    }

}



/* Footer (match Rocket reference) */

footer.site-footer {

    background:#003b49;

    color: rgba(255, 255, 255, 0.82);

}



footer.site-footer a {

    color: rgba(255, 255, 255, 0.78);

}



footer.site-footer a:hover {

    color: #5eead4;

}



footer.site-footer .border-t,

footer.site-footer [class*="border-slate-"] {

    border-color: rgba(255, 255, 255, 0.14) !important;

}



footer.site-footer h4,

footer.site-footer .font-heading {

    color: rgba(255, 255, 255, 0.92);

}



/* Footer headings size/weight */

footer.site-footer h4 {

    font-size: 16px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: 0.01em;

    color: rgba(255, 255, 255, 0.96) !important;

}



footer.site-footer .font-heading.font-bold.text-slate-800 {

    font-size: 16px;

    line-height: 1.25;

}



@media (min-width: 640px) {

    footer.site-footer h4 {

        font-size: 16px;

    }

    footer.site-footer .font-heading.font-bold.text-slate-800 {

        font-size: 17px;

    }

}



/* Footer links text size */

footer.site-footer ul a {

    font-size: 13px;

    line-height: 1.55;

    color: rgba(255, 255, 255, 0.78) !important;

    font-weight: 500;

}



@media (min-width: 640px) {

    footer.site-footer ul a {

        font-size: 14px;

    }

}



/* Quick/Important links: no dot bullets in footer */

footer.site-footer ul a > span.w-1.h-1 {

    display: none !important; color: #fff !important;

}



footer.site-footer ul a.flex.items-center.gap-2 {

    gap: 0 !important; color: #fff !important;

}

.site-footer .text-slate-500{color: #fff!important;}



/* Newsletter / Free Health Resources: match screenshot spacing */

#newsletter h2 .text-primary-600 {

    color: #14b8a6 !important;

}



#newsletter .btn-primary {

    background: linear-gradient(90deg, #0f766e, #0b4a55) !important;

}



#newsletter .btn-primary:hover {

    filter: brightness(1.04);

}



/* Newsletter (mobile screenshot parity) */

#newsletter .badge-teal {

    background: transparent !important;

    border: 0 !important;

    padding-left: 0 !important;

    padding-right: 0 !important;

    color: rgba(15, 118, 110, 0.9) !important;

    font-weight: 700;

}



#newsletter .badge-teal svg {

    color: rgba(15, 118, 110, 0.95) !important;

}



#newsletter ul li > div.w-5.h-5 {

    background: transparent !important;

    border-color: rgba(15, 118, 110, 0.55) !important;

}



#newsletter ul li > div.w-5.h-5 svg {

    color: rgba(15, 118, 110, 0.95) !important;

}



/* Right form card: match screenshot */

#newsletter .newsletter-form-card {

    background: rgba(248, 250, 252, 0.95) !important;

    border: 1px solid rgba(15, 23, 42, 0.06) !important;

    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.10) !important;

}



#newsletter .newsletter-form-card .req {

    color: #ef4444;

    font-weight: 700;

    margin-left: 2px;

}



#newsletter .newsletter-form-card label {

    font-size: 12px !important;

    font-weight: 600 !important;

    color: rgba(100, 116, 139, 0.95) !important;

}



#newsletter .newsletter-form-card input.input-field,

#newsletter .newsletter-form-card textarea.input-field {

    background: #ffffff !important;

    border: 1px solid rgba(148, 163, 184, 0.55) !important;

    box-shadow: none !important;

    border-radius: 10px !important;

    color: rgba(15, 23, 42, 0.88) !important;

}



#newsletter .newsletter-form-card input.input-field::placeholder,

#newsletter .newsletter-form-card textarea.input-field::placeholder {

    color: rgba(100, 116, 139, 0.7) !important;

}



#newsletter .newsletter-form-card .input-field:focus {

    outline: none !important;

    border-color: rgba(20, 184, 166, 0.75) !important;

    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.18) !important;

}



#newsletter .newsletter-form-card .newsletter-submit {

    border-radius: 999px !important;

    padding-top: 14px !important;

    padding-bottom: 14px !important;

    background: #0f766e !important;

    box-shadow: 0 14px 30px rgba(15, 118, 110, 0.22) !important;

}



#newsletter .newsletter-form-card .newsletter-submit:hover {

    background: #0b4a55 !important;

}



footer.site-footer p,

footer.site-footer span,

footer.site-footer li {

    color: rgba(255, 255, 255, 0.78);

}



footer.site-footer .text-slate-800,

footer.site-footer .text-slate-500,

footer.site-footer .text-slate-400 {

    color:rgb(255 255 255) !important;

}



footer.site-footer .text-slate-800.font-heading,

footer.site-footer .text-slate-800.text-sm,

footer.site-footer .text-slate-800.text-base {

    color: rgba(255, 255, 255, 0.92) !important;

}



/* Footer logo ring + social icons */

footer.site-footer img[src*="logo"] {

    filter: none !important;

}



/* Brand logo card (left) */

footer.site-footer .footer-brand-logo {

    width: 120px;

    height: 120px;

    background: #ffffff;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 10px;

    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.20);

}



footer.site-footer .footer-brand-logo img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    display: block;

}



@media (max-width: 640px) {

    footer.site-footer .footer-brand-logo {

        width: 140px;

        height: 120px;

    }

}



footer.site-footer a[aria-label="Facebook"],

footer.site-footer a[aria-label="Instagram"],

footer.site-footer a[aria-label="YouTube"],

footer.site-footer a[aria-label="LinkedIn"] {

    border-color: rgba(255, 255, 255, 0.0) !important;

    color: #0b4a55 !important;

    background: #ffffff !important;

    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);

}



/* Social icons: circle + svg size */

footer.site-footer a[aria-label="Facebook"],

footer.site-footer a[aria-label="Instagram"],

footer.site-footer a[aria-label="YouTube"],

footer.site-footer a[aria-label="LinkedIn"] {

    width: 40px !important;

    height: 40px !important;

}



footer.site-footer a[aria-label="Facebook"] svg,

footer.site-footer a[aria-label="Instagram"] svg,

footer.site-footer a[aria-label="YouTube"] svg,

footer.site-footer a[aria-label="LinkedIn"] svg {

    width: 18px !important;

    height: 18px !important;

}



@media (max-width: 640px) {

    footer.site-footer a[aria-label="Facebook"],

    footer.site-footer a[aria-label="Instagram"],

    footer.site-footer a[aria-label="YouTube"],

    footer.site-footer a[aria-label="LinkedIn"] {

        width: 36px !important;

        height: 36px !important;

    }

    footer.site-footer a[aria-label="Facebook"] svg,

    footer.site-footer a[aria-label="Instagram"] svg,

    footer.site-footer a[aria-label="YouTube"] svg,

    footer.site-footer a[aria-label="LinkedIn"] svg {

        width: 16px !important;

        height: 16px !important;

    }

}



footer.site-footer a[aria-label="Facebook"]:hover,

footer.site-footer a[aria-label="Instagram"]:hover,

footer.site-footer a[aria-label="YouTube"]:hover,

footer.site-footer a[aria-label="LinkedIn"]:hover {

    background: #fff !important;

    color: #0b4a55 !important;

}



/* Contact icon tiles */

footer.site-footer [class*="bg-primary-500/10"] {

    background: rgba(255, 255, 255, 0.06) !important;

    border-color: rgba(255, 255, 255, 0.16) !important;

}



footer.site-footer [class*="text-primary-600"] {

    color: #fff !important;

}



/* Contact list: match reference (no tiles + dividers) */

footer.site-footer .footer-contact-list {

    margin-top: 2px;

}



footer.site-footer .footer-contact-list li {

    padding: 10px 0;

    border-bottom: 1px solid #fff;

}



footer.site-footer .footer-contact-list li:first-child {

    padding-top: 0;

}



footer.site-footer .footer-contact-list li:last-child {

    border-bottom: 0;

    padding-bottom: 0;

}



footer.site-footer .footer-contact-list > li > div {

    width: auto !important;

    height: auto !important;

    background: transparent !important;

    border: 0 !important;

    border-radius: 0 !important;

    margin-top: 0 !important;

}



footer.site-footer .footer-contact-list > li > div svg {

    width: 16px !important;

    height: 16px !important;

    color: rgba(255, 255, 255, 0.95) !important;

}



footer.site-footer .footer-contact-list span,

footer.site-footer .footer-contact-list a {

    color: rgba(255, 255, 255, 0.88) !important;

    font-size: 14px !important;

    line-height: 1.6 !important;

}



@media (max-width: 640px) {

    footer.site-footer .footer-contact-list span,

    footer.site-footer .footer-contact-list a {

        font-size: 13px !important;

    }

}



/* Bottom copyright strip */

footer.site-footer .divider-glow {

    height: 1px;

    background: linear-gradient(90deg, transparent, rgba(94, 234, 212, 0.35), transparent) !important;

    opacity: 1 !important;

}



footer.site-footer > div {

    position: relative;

}



footer.site-footer > div > .flex.flex-col.sm\:flex-row {

    padding: 14px 16px;

    border-radius: 14px;

    background: rgba(0, 0, 0, 0.18);

    border: 1px solid rgba(255, 255, 255, 0.08);

}



@media (max-width: 640px) {

    footer.site-footer > div > .flex.flex-col.sm\:flex-row {

        width: 100%;

    }

}



/* Footer copyright bar (full width) */

footer.site-footer .footer-bottom-bar {

    background: #fff;

    border-top: 1px solid rgba(255, 255, 255, 0.10);

}



footer.site-footer .footer-bottom-bar .footer-copyright {

    margin: 0;

    text-align: center;

    padding: 14px 0;

    font-size: 13px;

    line-height: 1.4;

    color:#0b4a55;

    letter-spacing: 0.01em;

}



/* In the News slider */

.in-the-news-slider-wrapper {

    position: relative;

    overflow: visible;

}



.in-the-news-track {

    display: flex;

    gap: 14px;

    overflow-x: auto;

    padding: 8px 46px;

    scroll-snap-type: x mandatory;

    scroll-behavior: smooth;

    -webkit-overflow-scrolling: touch;

}



.in-the-news-track::-webkit-scrollbar {

    display: none;

}



.in-the-news-track {

    scrollbar-width: none;

}



.in-the-news-slide {

    scroll-snap-align: start;

    flex: 0 0 auto;

    width: 220px;

}



@media (max-width: 640px) {

    .in-the-news-track {

        padding: 8px 40px;

    }

    .in-the-news-slide {

        width: calc((100% - 14px) / 2);

    }

}



.in-the-news-card {

    height: 100px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    border-radius: 16px;

    background: #fff;

    border: 1px solid rgba(15, 23, 42, 0.08);

    box-shadow: 0 16px 40px -26px rgba(2, 6, 23, 0.25);

    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;

	border-radius: 14px;

	overflow:hidden;

}



.in-the-news-card:hover {

    transform: translateY(-2px);

    border-color: rgba(20, 184, 166, 0.30);

    box-shadow: 0 22px 60px -30px rgba(15, 118, 110, 0.22);

}



.in-the-news-logo {

    width: 100%;

    height: 100%;

    object-fit: contain;

    padding:0;

    border-radius: 14px;

    filter: grayscale(0.05) contrast(1.02);

}



.in-the-news-nav {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 38px;

    height: 38px;

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.92);

    border: 1px solid rgba(15, 23, 42, 0.10);

    box-shadow: 0 18px 40px -28px rgba(2, 6, 23, 0.35);

    display: flex;

    align-items: center;

    justify-content: center;

    color: rgba(15, 23, 42, 0.78);

    transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;

    z-index: 5;

}



.in-the-news-nav:hover {

    background: #fff;

    border-color: rgba(20, 184, 166, 0.32);

    transform: translateY(-50%) scale(1.03);

}



.in-the-news-prev {

    left: 6px;

}



.in-the-news-next {

    right: 6px;

}



@media (max-width: 640px) {

    .in-the-news-nav {

        width: 34px;

        height: 34px;

    }

    .in-the-news-prev {

        left: 4px;

    }

    .in-the-news-next {

        right: 4px;

    }

    .in-the-news-track {

        padding: 8px 44px;

    }

}

.header-menu-btn{ border:none;}

.mob{ display:none}

.web{ display:block;}

@media (max-width: 676px) {

.mob{ display:block}

.web{ display:none;}



footer.site-footer .footer-bottom-bar .footer-copyright {padding: 12px 0;font-size: 11px;}

.p-8 {

    padding: 1rem;

}

}



/* Header: light theme = images/logo-dark.png, dark theme (html.dark) = images/logo-white.png */

.header-brand-logo .header-logo-dark {

    display: none;

}

html.dark .header-brand-logo .header-logo-light {

    display: none;

}

html.dark .header-brand-logo .header-logo-dark {

    display: block;

}



/* Emoji rendering fix (site-wide)

   Ensure emoji glyphs fallback correctly on all OS/browsers. */

:root {

    --font-emoji: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji";

}



html {

    font-family: Manrope, system-ui, -apple-system, "Segoe UI", Roboto, Arial, var(--font-emoji), sans-serif;

}



body {

    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, var(--font-emoji), sans-serif;

}



.font-heading,

.font-heading * {

    font-family: Manrope, system-ui, -apple-system, "Segoe UI", Roboto, Arial, var(--font-emoji), sans-serif;

}



/* Sign-in modal: always above hero images, forum layers, and floating widgets */

#rfl-signin-overlay.rfl-signin-overlay,

.rfl-signin-overlay {

    z-index: 999999 !important;

}



/* Free assessment visual polish */

[data-rfl-assessment] #rfl-assess-card {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 28px 80px -46px rgba(15, 118, 110, 0.34);
}
[data-rfl-assessment] .rfl-assess-option-card {
    min-height: 54px;
    border-radius: 12px;
    box-shadow: none;
    transform: translateY(0);
    align-items: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

[data-rfl-assessment] .rfl-assess-option-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px -22px rgba(20, 184, 166, 0.45);
}

[data-rfl-assessment] .rfl-assess-icon {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
    border-color: rgba(148, 163, 184, 0.4);
}

[data-rfl-assessment] .rfl-assess-option-card.border-primary-400 {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.09) 0%, rgba(34, 211, 238, 0.07) 100%);
    box-shadow: 0 14px 34px -20px rgba(20, 184, 166, 0.55);
}

[data-rfl-assessment] .rfl-assess-option-card.border-primary-400 .rfl-assess-icon {

    background: linear-gradient(135deg, rgba(20, 184, 166, 0.2) 0%, rgba(34, 211, 238, 0.18) 100%);

    border-color: rgba(20, 184, 166, 0.4);

}

[data-rfl-assessment] .rfl-assess-option-label {

    white-space: normal;

    word-break: normal;

    overflow-wrap: break-word;

    font-weight: 600;

    line-height: 1.35;

}

[data-rfl-assessment] #rfl-assess-question {

    letter-spacing: -0.012em;

    font-size: clamp(1.7rem, 3vw, 2.25rem);

    line-height: 1.2;

    margin-bottom: 1.2rem !important;

}

[data-rfl-assessment] #rfl-assess-progress > div {

    opacity: 0.9;

}

[data-rfl-assessment] #rfl-assess-options input[type="range"] {

    height: 10px;

}

[data-rfl-assessment] #rfl-assess-options input[type="range"]::-webkit-slider-thumb {

    -webkit-appearance: none;

    width: 22px;

    height: 22px;

    border-radius: 999px;

    background: linear-gradient(135deg, #14b8a6 0%, #22d3ee 100%);

    border: 2px solid #ffffff;

    box-shadow: 0 8px 16px rgba(20, 184, 166, 0.35);

}

[data-rfl-assessment] #rfl-assess-options input[type="range"]::-moz-range-thumb {

    width: 22px;

    height: 22px;

    border-radius: 999px;

    background: linear-gradient(135deg, #14b8a6 0%, #22d3ee 100%);

    border: 2px solid #ffffff;

    box-shadow: 0 8px 16px rgba(20, 184, 166, 0.35);

}



/*

 * Program inclusions modal: Summernote outputs <ul>/<ol>, but Tailwind preflight

 * (next.css) sets list-style: none on all ul/ol. Utility classes in the Blade file

 * are not always present in the built CSS, so bullets must be restored here.

 */

#program-inclusions-modal .program-inclusions-body ul {

    list-style-type: disc;

    list-style-position: outside;

    padding-left: 1.35rem;

    margin: 0.5rem 0;

}

#program-inclusions-modal .program-inclusions-body ol {

    list-style-type: decimal;

    list-style-position: outside;

    padding-left: 1.35rem;

    margin: 0.5rem 0;

}

#program-inclusions-modal .program-inclusions-body li {

    display: list-item;

    margin: 0.2rem 0;

}

#program-inclusions-modal .program-inclusions-body ul ul {

    list-style-type: circle;

    margin-top: 0.35rem;

    margin-bottom: 0.35rem;

}

#program-inclusions-modal .program-inclusions-body ol ol {

    list-style-type: lower-alpha;

}



/*

 * Program cards: CTA row (View Inclusions + Start This Program).

 * Tailwind sm:flex-row / sm:flex-1 are often missing from compiled next.css,

 * so we force a horizontal row here for all viewports except very narrow phones.

 */

.program-inclusions-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  flex: 0 0 auto;
  white-space: nowrap;
  line-height: 1.25;
  padding: 0.25rem 0.625rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #059669;
  background: #ecfdf5;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.program-inclusions-badge:hover {
  background: #d1fae5;
}

.related-program-teaser {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.program-featured-body {
  font-size: 0.875rem;
  line-height: 1.625;
}
.program-featured-body p {
  margin: 0;
}
.program-featured-body .grid,
.program-featured-body [class*="grid-cols"] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 640px) {
  .program-featured-body .grid,
  .program-featured-body [class*="grid-cols"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.program-featured-body .flex,
.program-featured-body [class*="flex"][class*="items-center"] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
/* Reference vs3: slate-600 / slate-500 / emerald-600 on featured program cards */
#programs [data-program-featured-list] .program-featured-intro .text-slate-600,
#programs [data-program-featured-list] .program-featured-body .text-slate-600 {
  color: #475569 !important;
}
#programs [data-program-featured-list] .program-featured-intro .text-slate-500,
#programs [data-program-featured-list] .program-featured-body .text-slate-500 {
  color: #64748b !important;
}
#programs [data-program-featured-list] .program-featured-body .text-emerald-600 {
  color: #059669 !important;
}
#programs [data-program-featured-list] .program-featured-meta .text-slate-500 {
  color: #64748b !important;
}
#programs [data-program-featured-list] .program-featured-meta .text-slate-300 {
  color: #cbd5e1 !important;
}
#programs [data-program-featured-list] .program-featured-meta .text-emerald-600 {
  color: #059669 !important;
}

/* Homepage program cards — same slate tones as programs listing */
#programs .home-program-desc .text-slate-600 {
  color: #475569 !important;
}
#programs .home-program-desc .text-slate-500 {
  color: #64748b !important;
}
#programs .home-program-desc .text-emerald-600 {
  color: #059669 !important;
}
#programs .home-program-desc p {
  margin: 0 0 0.75rem;
}
#programs .home-program-desc p:last-child {
  margin-bottom: 0;
}

/* Program image stat badges — shared (featured + 2nd card) */
#programs .home-program-stat-label {
  font-size: 10px;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 640px) {
  #programs .home-program-stat-label {
    font-size: 12px;
    line-height: 1.25;
  }
}
#programs .home-program-stat-pill {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

/* 2nd program card with stats — image height */
#programs .home-secondary-stat-img {
  height: 9rem;
}
@media (min-width: 1024px) {
  #programs .home-secondary-stat-img {
    height: 10rem;
  }
}

#programs [data-program-grid] .program-grid-success-rate {
  color: #059669 !important;
}

/* Program filter tab count badges */
#programs [data-program-tabs] .program-tab-count {
  margin-left: 0.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 0.25rem;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
#programs [data-program-tabs] .program-tab-count--active {
  background: rgba(255, 255, 255, 0.28) !important;
  color: #ffffff !important;
}
#programs [data-program-tabs] .program-tab-count--inactive {
  background: #e2e8f0 !important;
  color: #475569 !important;
}

.program-cta-row {display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;gap: 0.625rem;width: 100%;}
.program-cta-row > a.btn-primary {flex: 1 1 auto;min-width: 0;box-sizing: border-box;}
.program-cta-row > .program-inclusions-badge {flex: 0 0 auto;align-self: center;white-space: nowrap;line-height: 1.25;}
.program-cta-row > .program-inclusions-open-btn {flex: 0 0 auto;align-self: center;}
.program-cta-row > .program-inclusions-open-btn,
.program-cta-row > a.btn-primary {box-sizing: border-box;}

@media (max-width: 479px) {
.program-cta-row {flex-direction: column;align-items: stretch;}
.program-cta-row > a.btn-primary {order: 1;width: 100%;flex: 1 1 auto;}
.program-cta-row > .program-inclusions-badge,
.program-cta-row > .program-inclusions-open-btn {order: 2;align-self: center;}
}






html.dark .text-primary-700 {color: rgb(92 228 207)!important;}
html.dark .text-slate-500{color: rgb(225 225 225)!important;}

.stories-of-transformation img{object-fit: scale-down!important;}
.colorbl{ color:#2dd4bf !important;}

#rfl-assess-name{ outline:none;}
#rfl-assess-email{ outline:none;}
#rfl-assess-phone{ outline:none;}

.checkout-p{ padding-top:110px;}
.durationFR input:not([type="checkbox"]):not([type="radio"]){ margin-bottom:15px!important; height: 46px;width: 100%;}
.durationFR select{ height:46px!important;width: 100%;}
.co-coupon-btn{ height:46px!important;}


.success-storiesimg{height: 17rem!important;}
.hypo{ width:auto!important;}
html.dark  #co-checkout-card select option {background: none !important;color: #ffffff !important;}

/*#rfl-energy_level-5-value{display: block;width: 30px;border: 1px solid;text-align: center;margin-right: 10px;margin-left: -40px;border-radius: 25px;margin-bottom: -20px;background: #12a394;color: #fff;padding: 5px;font-size: 14px;font-weight: 200;}*/
#rfl-energy_level-5-value {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid;
    text-align: center;
    margin-right: 10px;
    margin-left: -40px;
    border-radius: 25px;
    margin-bottom: -103px;
    background: #12a394;
    color: #fff;
    padding: 1px;
    font-size: 12px;
    font-weight: 200;
}

#rfl-wake_refresh_score-8-value {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid;
    text-align: center;
    margin-right: 10px;
    margin-left: -20px;
    border-radius: 25px;
    margin-bottom: -100px;
    background: #12a394;
    color: #fff;
    padding: 1px;
    font-size: 12px;
    font-weight: 200;
}
 
/*#rfl-wake_refresh_score-8-value{display: block;width: 30px;border: 1px solid;text-align: center;margin-right: 10px;margin-left:-20px;border-radius: 25px;margin-bottom:-10px;background: #12a394;color: #fff;padding: 5px;font-size: 14px;font-weight: 200;}*/
#rfl-stress_score-9-value{display: block;width: 24px;height: 24px;border: 1px solid;text-align: center;margin-right: 10px;margin-left:30px;border-radius: 25px;margin-bottom:-100px;background: #12a394;color: #fff;padding:1px;font-size: 12px;font-weight: 200;}


.protext{ min-height:72px; max-height:72px; overflow:hidden; margin-bottom:10px;}

@media (min-width: 999px) and (max-width: 1100px) { 

.protext {min-height: 200px;max-height: 200px;overflow: hidden;}

}

/* Programs compare — Find Your Perfect Program */
.programs-compare-wrap { padding-bottom: 0.25rem; }
.programs-compare-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  overflow:auto;
  box-shadow: 0 18px 55px -30px rgba(15, 118, 110, 0.1);
}
.programs-compare-head,
.programs-compare-row {
  display: grid;
  grid-template-columns: minmax(220px, 2.2fr) minmax(100px, 1fr) minmax(90px, 0.9fr) minmax(70px, 0.7fr) minmax(90px, 0.8fr) minmax(110px, 0.9fr);
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.25rem;
}
.programs-compare-head {
  background: transparent;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.01em;
}
.programs-compare-col { text-align: center; font-size: 0.8125rem; }
.programs-compare-col-program { text-align: left; }
.programs-compare-col-action { text-align: center; }
.programs-compare-row {
  border-bottom: 1px solid #e2e8f0;
  transition: background-color 0.2s;
}
.programs-compare-row:hover { background: rgba(20, 184, 166, 0.03); }
.programs-compare-thumb { border-radius: 0.5rem; }
.programs-compare-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
}
.programs-compare-star { margin-right: 0.2rem; font-size: 0.8rem; }
.programs-compare-badge {
  display: inline-block;
  margin-top: 0.3rem;
  padding: 0.12rem 0.45rem;
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
}
.programs-compare-badge-recommended {
  color: #047857;
  background: #d1fae5;
  border: 1px solid #a7f3d0;
}
.programs-compare-badge-popular {
  color: #b45309;
  background: #fef3c7;
  border: 1px solid #fde68a;
}
.programs-compare-category {
  font-size: 0.8125rem;
  color: #64748b;
  white-space: nowrap;
}
.programs-compare-muted {
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 500;
}
.programs-compare-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  padding: 0.25rem 0.55rem;
  border-radius: 9999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0d9488;
  font-size: 0.75rem;
  font-weight: 700;
}
.programs-compare-enroll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.5rem 0.95rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s;
}
.programs-compare-enroll:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px -8px rgba(20, 184, 166, 0.55);
}

@media (max-width: 767px) {

.grid-cols-3 { grid-template-columns: auto;}


[data-rfl-assessment] .rfl-assess-option-label {overflow-wrap: 300!important;font-weight: 100;font-size: 10px!important;}
#rfl-assess-card{ padding:8px!important;}
.rfl-assess-option-card {padding: 5px!important;}
#rfl-assess-question {font-size: 14px !important;}
#rfl-assess-card .w-4 {width: .5rem!important;}

.mobimg1{height: 12rem!important;}

#programs .home-secondary-stat-img {
  height: 12rem !important;
  min-height: 12rem !important;
}

.durationFR{margin: 0px 0 20px !important;}

}

/* Program detail — old price strikethrough (Tailwind line-through not in build) */
#pd-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}
#pd-price-old,
.pd-price-old {
  text-decoration: line-through !important;
  text-decoration-thickness: 2px;
  text-decoration-color: #94a3b8;
  color: #94a3b8;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}
#pd-price-old.hidden,
.pd-price-old.hidden {
  display: none !important;
}

/* Free assessment — recommended plan price: old/original strike (Tailwind line-through not in build) */
[data-rfl-assessment] #rfl-reco-card .line-through {
  text-decoration: line-through !important;
  text-decoration-thickness: 2px;
  text-decoration-color: #94a3b8;
}

#pd-price {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
}

/* Privacy Policy page */
.legal-policy-page .legal-policy-hero {
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}
.legal-policy-intro {
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.08) 0%, rgba(240, 253, 250, 0.9) 100%);
  border: 1px solid rgba(20, 184, 166, 0.18);
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
}
.legal-policy-intro strong {
  color: #0f766e;
  font-weight: 600;
}
.legal-policy-sections {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.legal-policy-section {
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 4px 24px -16px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}
.legal-policy-section-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.125rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.legal-policy-num {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #14b8a6, #0d9488);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
.legal-policy-section-title {
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
}
.legal-policy-section-body {
  padding: 1rem 1.125rem 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #64748b;
}
.legal-policy-section-body p {
  margin: 0 0 0.65rem;
}
.legal-policy-section-body p:last-child {
  margin-bottom: 0;
}
.legal-policy-lead {
  margin-bottom: 0.5rem !important;
  color: #475569;
  font-weight: 500;
}
.legal-policy-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}
.legal-policy-list li {
  position: relative;
  padding-left: 1.35rem;
  color: #475569;
}
.legal-policy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #14b8a6;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.15);
}
.legal-policy-contact .legal-policy-section-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.legal-policy-email {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: rgba(20, 184, 166, 0.1);
  border: 1px solid rgba(20, 184, 166, 0.25);
  color: #0f766e;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.legal-policy-email:hover {
  background: rgba(20, 184, 166, 0.16);
  border-color: rgba(20, 184, 166, 0.4);
  color: #0d9488;
}

.contact-page .contact-page-hero {
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}
.contact-info-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}
@media (min-width: 640px) {
  .contact-info-card {
    padding: 1.5rem 1.65rem;
    border-radius: 1.125rem;
  }
}
.contact-info-card-title {
  font-family: var(--font-heading, inherit);
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1rem;
}
.contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-info-list li {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contact-info-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}
.contact-info-value {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0f766e;
  text-decoration: none;
  transition: color 0.2s;
}
a.contact-info-value:hover {
  color: #14b8a6;
}
.contact-help-list {
  margin: 0;
  columns: 1;
}
@media (min-width: 480px) {
  .contact-help-list {
    columns: 2;
    column-gap: 1.5rem;
  }
}
.contact-whatsapp-card {
  background: linear-gradient(180deg, #fff 0%, rgba(240, 253, 250, 0.5) 100%);
}

/* reCAPTCHA v3 — hide floating "Protected by reCAPTCHA" badge (verification still runs) */
.grecaptcha-badge {
  visibility: hidden !important;
}