:root{--primary-teal: #315A5E;--secondary-gold: #AA782F;--bg-light: #EDEFF3;--text-dark: #000000;--light-teal: #B5CBCE;--font-heading: "Raleway", sans-serif;--font-body: "Roboto", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--bg-light);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);text-transform:uppercase;font-weight:800;line-height:1.2}a{text-decoration:none;color:inherit}ul{list-style:none}.cta-button{display:inline-flex;align-items:center;justify-content:center;background-color:var(--primary-teal);color:#fff;border:none;padding:18px 36px;font-family:var(--font-heading);font-size:1.125rem;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;transition:background-color .2s ease;gap:12px;text-decoration:none}.cta-button:hover{background-color:#244346}.cta-button svg{width:20px;height:20px}img{max-width:100%;height:auto;display:block}.container{max-width:1280px;margin:0 auto;padding:0 24px}.text-gold{color:var(--secondary-gold)}.text-teal{color:var(--primary-teal)}.italic{font-style:italic;font-weight:700}.text-center{text-align:center}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}.header{position:sticky;top:0;left:0;right:0;background-color:#fff;z-index:100;box-shadow:0 2px 10px #0000000d}.header-inner{display:flex;align-items:center;justify-content:space-between;height:90px}.logo-container{display:flex;align-items:center;gap:12px}.logo-icon{height:45px}.logo-text{font-size:1.5rem;font-weight:800;letter-spacing:1px}.nav-links{display:flex;align-items:center;gap:32px}.mobile-menu-toggle{display:none;background:none;border:0;padding:8px;cursor:pointer;color:var(--dark-text, #111)}.mobile-nav{display:none;flex-direction:column;background:#fff;border-top:1px solid #e5e7eb;padding:8px 0}.mobile-nav a{padding:14px 24px;font-size:1rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#111;text-decoration:none;border-bottom:1px solid #f1f1f1}.mobile-nav a:last-child{border-bottom:0}.nav-links a{font-family:var(--font-heading);font-weight:700;font-size:.875rem;letter-spacing:1px;color:var(--text-dark);text-transform:uppercase;transition:color .2s;display:flex;align-items:center;gap:4px}.nav-links a:hover{color:var(--primary-teal)}.nav-book-btn{color:var(--primary-teal)!important}.hero{position:relative;padding:80px 0;overflow:hidden;background-image:url(/images/Group-26123.svg);background-repeat:no-repeat;background-size:cover;background-position:center top}.hero:before{content:"";position:absolute;inset:0;background-image:url(/images/Ellipse-3.png);background-repeat:no-repeat;background-position:80% 20%;mix-blend-mode:darken;pointer-events:none;z-index:0}.hero .container{position:relative;z-index:1}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.hero-content h1{font-size:4rem;line-height:1.05;margin-bottom:24px;letter-spacing:1px}.hero-content p{font-size:1.5rem;font-weight:500;margin-bottom:40px;color:#333}.hero-image{position:relative}.hero-bg-shape{position:absolute;top:50%;left:50%;transform:translate(-45%,-45%);width:120%;height:120%;background-color:var(--light-teal);border-radius:50%;z-index:-1;opacity:.4;filter:blur(40px)}.email-signup{background-color:#fff;padding:60px 24px;text-align:center}.email-signup h2{color:var(--secondary-gold);font-size:1.5rem;margin-bottom:16px;letter-spacing:2px}.email-signup p{font-size:1.25rem;max-width:800px;margin:0 auto 32px}.signup-form{display:flex;max-width:600px;margin:0 auto}.signup-form input{flex:1;padding:16px 24px;border:1px solid #ccc;border-right:none;font-family:var(--font-body);font-size:1rem;outline:none}.signup-form button{padding:16px 32px;background-color:var(--primary-teal);color:#fff;border:none;font-family:var(--font-heading);font-weight:800;font-size:1rem;letter-spacing:1px;cursor:pointer;transition:background-color .2s}.signup-form button:hover{background-color:#244346}.better-way{padding:100px 0;text-align:center}.better-way h2:first-child{font-size:3rem;margin-bottom:24px}.better-way h2:nth-child(2){font-size:2.5rem;margin-bottom:24px}.better-way h2:last-child{font-size:2rem;color:#444;font-weight:700;text-transform:none}.bio-section{padding:96px 0;background-color:#fff}.bio-inner{display:grid;grid-template-columns:5fr 7fr;gap:72px;align-items:center}.bio-image{position:relative;isolation:isolate}.bio-image:before{content:"";position:absolute;inset:16px -16px -16px 16px;border:2px solid var(--secondary-gold);z-index:-1}.bio-image img{width:100%;height:auto;display:block;box-shadow:0 20px 50px -25px #00000059}.bio-text .bio-eyebrow{display:inline-block;font-family:var(--font-heading);font-weight:800;font-size:.85rem;letter-spacing:2px;color:var(--secondary-gold);text-transform:uppercase;margin-bottom:14px}.bio-text h3{font-family:var(--font-heading);font-weight:800;font-size:2rem;line-height:1.2;color:#1a1a1a;margin-bottom:20px}.bio-text h3 .accent{color:var(--primary-teal);font-style:italic}.bio-text p{font-size:1.0625rem;line-height:1.7;margin-bottom:32px;color:#444}.bio-text a:not(.cta-button){color:var(--primary-teal);font-weight:600;text-decoration:underline}@media(max-width:900px){.bio-inner{grid-template-columns:1fr;gap:48px}.bio-image{max-width:420px;margin:0 auto}.bio-image:before{inset:12px -12px -12px 12px}.bio-text{text-align:center}.bio-text h3{font-size:1.75rem}}.topics{padding:100px 0}.topics h2{font-size:2.5rem;text-align:center;max-width:800px;margin:0 auto 60px;text-transform:none}.topics-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:900px;margin:0 auto 80px}.topic-item{display:flex;align-items:center;gap:16px;font-size:1.25rem;font-weight:500}.topic-icon{color:var(--primary-teal);background:#fff;border-radius:50%;padding:4px;box-shadow:0 2px 8px #0000001a}.badges{display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap}.badges img{max-height:80px;filter:grayscale(100%);opacity:.7;transition:all .3s}.badges img:hover{filter:grayscale(0%);opacity:1}.resources{padding:100px 0;background-color:#fff}.resources h2{text-align:center;font-size:2.5rem;margin-bottom:60px}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}.resource-card{text-align:center}.resource-card img{border-radius:8px;margin-bottom:24px;width:100%;aspect-ratio:1;object-fit:cover;transition:transform .3s}.resource-card:hover img{transform:translateY(-5px)}.resource-label{font-family:var(--font-heading);font-weight:800;font-size:1.25rem;margin-bottom:8px;display:block}.resource-title{font-size:1rem;margin-bottom:16px;min-height:48px}.resource-link{color:var(--primary-teal);font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:1px}.resource-card.resource-card-featured{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px;background:linear-gradient(135deg,var(--primary-teal) 0%,#0f4858 100%);color:#fff;border-radius:12px;box-shadow:0 8px 28px #00000026;transition:transform .3s ease,box-shadow .3s ease}.resource-card.resource-card-featured:hover{transform:translateY(-5px);box-shadow:0 12px 36px #00000038}.resource-card.resource-card-featured .resource-card-icon{width:64px;height:64px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--secondary-gold)}.resource-card.resource-card-featured .resource-label{color:var(--secondary-gold);letter-spacing:2px;font-size:.75rem}.resource-card.resource-card-featured .resource-title{color:#fff;font-family:var(--font-heading);font-weight:800;font-size:1.5rem;min-height:0;margin-bottom:12px}.resource-card.resource-card-featured .resource-link{color:#fff;display:inline-flex;align-items:center;gap:6px;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:2px}.topic-item.topic-item-featured{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#145b6e0f,#145b6e1f);border:1px solid rgba(20,91,110,.18);border-radius:10px;padding:18px 22px;color:var(--text-dark);text-decoration:none;transition:all .2s ease}.topic-item.topic-item-featured:hover{border-color:var(--primary-teal);background:linear-gradient(135deg,#145b6e1a,#145b6e2e)}.topic-item.topic-item-featured .topic-icon{color:var(--secondary-gold);flex-shrink:0}.topic-item.topic-item-featured>span{display:flex;flex-direction:column;flex:1}.topic-item-sub{font-family:var(--font-body);font-size:.8125rem;color:var(--primary-teal);font-weight:500;margin-top:2px}.topic-item-arrow{color:var(--primary-teal);flex-shrink:0}.podcast{padding:100px 0;background-color:var(--primary-teal);color:#fff;text-align:center}.podcast-label{color:var(--secondary-gold);font-family:var(--font-heading);font-weight:800;font-size:1.25rem;letter-spacing:2px;margin-bottom:16px}.podcast h2{font-size:3rem;margin-bottom:60px}.podcast-card{background:#fff;color:var(--text-dark);max-width:800px;margin:0 auto 60px;border-radius:12px;overflow:hidden;text-align:left;box-shadow:0 10px 40px #0003}.podcast-inner{display:flex;padding:40px;gap:32px}.podcast-artwork{width:200px;height:200px;background:var(--bg-light);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.podcast-details h3{font-size:1.5rem;margin-bottom:8px;text-transform:none}.podcast-meta{color:#666;font-size:.875rem;margin-bottom:24px}.podcast-desc{font-size:1rem;color:#444;margin-bottom:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fake-player{background:#f5f5f5;padding:16px;border-radius:8px;display:flex;align-items:center;gap:16px}.play-btn{width:40px;height:40px;border-radius:50%;background:var(--primary-teal);color:#fff;display:flex;align-items:center;justify-content:center}.progress-bar{flex:1;height:4px;background:#ddd;border-radius:2px;position:relative}.progress-bar:after{content:"";position:absolute;left:0;top:0;height:100%;width:30%;background:var(--primary-teal);border-radius:2px}.podcast-btn{background-color:#fff;color:var(--primary-teal)}.podcast-btn:hover{background-color:#f0f0f0}.engagements{padding:100px 0;text-align:center}.engagements h2{font-size:2.5rem;margin-bottom:16px}.engagements p{font-size:1.25rem;margin-bottom:60px}.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1000px;margin:0 auto 60px}.video-card{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:16/9;background:#ccc;cursor:pointer;display:block}.video-card:focus-visible{outline:3px solid var(--primary-teal);outline-offset:3px}.video-card img{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;transition:background .3s}.video-card:hover .video-overlay{background:#0000001a}.video-play{width:64px;height:64px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-teal);transition:transform .2s}.video-card:hover .video-play{transform:scale(1.1)}.testimonials{padding:100px 0;background:#fff;text-align:center}.testimonials h2:first-child{font-size:2rem;text-transform:none;font-weight:700;margin-bottom:16px}.testimonials h2:nth-child(2){font-size:2.5rem;margin-bottom:60px}.testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1000px;margin:0 auto}.testimonial-card{background:var(--bg-light);padding:40px;border-radius:8px;text-align:left}.testimonial-quote{font-size:1.125rem;margin-bottom:32px;line-height:1.8;color:#444}.testimonial-author{display:flex;align-items:center;gap:16px}.testimonial-author img{width:60px;height:60px;border-radius:50%;object-fit:cover}.testimonial-name{font-family:var(--font-heading);font-weight:800;font-size:1.125rem;text-transform:uppercase}.testimonial-org{font-size:.875rem;color:#666}.footer{background-color:var(--primary-teal);color:#fff;padding:80px 0 40px;text-align:center}.footer-logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px}.footer-logo img{height:45px;filter:brightness(0) invert(1)}.footer-tagline{font-size:1.25rem;margin-bottom:40px}.social-icons{display:flex;justify-content:center;gap:24px;margin-bottom:60px}.social-icons a{width:48px;height:48px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background .3s}.social-icons a:hover{background:#fff3}.copyright{font-size:.875rem;color:#fff9}@media(max-width:992px){.hero-inner,.bio-inner{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:3rem}.topics-grid,.testimonials-grid{grid-template-columns:1fr}.resources-grid{grid-template-columns:1fr 1fr}.podcast-inner{flex-direction:column;align-items:center;text-align:center}}@media(max-width:768px){.nav-links{display:none}.mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center}.mobile-nav{display:flex}.hero-content h1{font-size:2.5rem}.better-way h2:first-child{font-size:2rem}.video-grid,.resources-grid{grid-template-columns:1fr}.signup-form{flex-direction:column}.signup-form input{border-right:1px solid #ccc;border-bottom:none}}main{display:block}.nav-dropdown{position:relative;display:inline-flex;align-items:center}.nav-dropdown-trigger{background:none;border:0;cursor:pointer;font-family:var(--font-heading);font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:1px;color:inherit;display:inline-flex;align-items:center;gap:4px;padding:0}.nav-dropdown:hover .nav-dropdown-trigger,.nav-dropdown-trigger:hover{color:var(--primary-teal)}.nav-dropdown-menu{position:absolute;top:100%;left:0;background:#fff;min-width:220px;padding:8px 0;box-shadow:0 8px 24px #00000014;border:1px solid #eee;display:flex;flex-direction:column;z-index:50}.nav-dropdown-menu a{padding:12px 18px;font-family:var(--font-heading);font-weight:700;text-transform:uppercase;font-size:.8125rem;letter-spacing:1px}.nav-dropdown-menu a:hover{background:var(--bg-light);color:var(--primary-teal)}.nav-dropdown-menu a.nav-dropdown-featured{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid #eee;text-transform:none;letter-spacing:0;color:var(--text-dark)}.nav-dropdown-menu a.nav-dropdown-featured>span:first-child{display:flex;flex-direction:column;gap:2px}.nav-dropdown-eyebrow{font-family:var(--font-heading);font-weight:800;font-size:.625rem;letter-spacing:1.5px}.nav-dropdown-title{font-family:var(--font-heading);font-weight:800;font-size:.9375rem;letter-spacing:.5px;text-transform:uppercase}.nav-dropdown-sub{font-family:var(--font-body);font-weight:400;font-size:.75rem;color:#666;text-transform:none;letter-spacing:0}.nav-dropdown-menu a.nav-dropdown-featured:hover{background:var(--bg-light)}.ai-hub-bridge{padding:80px 0;background:var(--bg-light)}.ai-hub-bridge-card{background:#fff;border-radius:16px;padding:48px;box-shadow:0 10px 40px #0000000f;border:1px solid #eee}.ai-hub-bridge-head{text-align:center;max-width:720px;margin:0 auto 40px}.ai-hub-bridge-head h2{margin:12px 0 16px;font-size:clamp(1.5rem,3vw,2.25rem)}.ai-hub-bridge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-bottom:32px}.ai-hub-bridge-item{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:18px;padding:22px;border:1px solid #eee;border-radius:12px;color:var(--text-dark);text-decoration:none;transition:all .2s ease}.ai-hub-bridge-item:hover{border-color:var(--primary-teal);transform:translateY(-2px);box-shadow:0 6px 24px #0000000f}.ai-hub-bridge-item>svg:first-child{color:var(--primary-teal);margin-top:4px}.ai-hub-bridge-item>svg:last-child{color:#aaa;margin-top:4px}.ai-hub-bridge-item:hover>svg:last-child{color:var(--primary-teal)}.ai-hub-bridge-title{font-family:var(--font-heading);font-weight:800;font-size:1.0625rem;letter-spacing:.3px;margin-bottom:6px}.ai-hub-bridge-item p{font-size:.9375rem;color:#555;margin:0;line-height:1.5}.ai-hub-bridge-foot{text-align:center}@media(max-width:640px){.ai-hub-bridge-card{padding:28px 20px}}.footer-sister-site{margin:0 auto 28px;max-width:480px;text-align:center}.footer-sister-eyebrow{display:inline-block;font-family:var(--font-heading);font-weight:800;font-size:.6875rem;letter-spacing:2px;color:var(--accent-gold, #d4a23a);margin-bottom:8px}.footer-sister-link{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 20px;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#fffffff2;transition:all .2s ease;text-decoration:none}.footer-sister-link:hover{border-color:var(--primary-teal);background:#ffffff0a;color:#fff}.footer-sister-link strong{display:block;font-family:var(--font-heading);font-weight:800;font-size:.9375rem;text-transform:uppercase;letter-spacing:1px}.footer-sister-sub{display:block;font-family:var(--font-body);font-weight:400;font-size:.8125rem;color:#ffffffa6;margin-top:2px}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:32px}.footer-nav a{font-family:var(--font-heading);font-weight:700;font-size:.875rem;letter-spacing:1px;text-transform:uppercase;color:#ffffffd9}.footer-nav a:hover{color:#fff}.page-hero{background:var(--bg-light);padding:96px 0 64px;border-bottom:1px solid rgba(0,0,0,.05)}.page-hero h1{font-size:3.5rem;margin:8px 0 16px}.page-hero .lead{font-size:1.25rem;max-width:720px;line-height:1.55}.page-hero .center{text-align:center}.page-hero.center .container,.page-hero .container.center{display:flex;flex-direction:column;align-items:center;gap:18px}.eyebrow{font-family:var(--font-heading);font-weight:800;letter-spacing:2.5px;text-transform:uppercase;font-size:.875rem}.lead{font-size:1.125rem;line-height:1.6;color:#333}.muted{color:#666}.muted.small,.small{font-size:.875rem}.center{text-align:center}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.two-col>*{min-width:0}.cred-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:32px}.cred-item{background:#fff;padding:28px;text-align:center;border:1px solid #e5e7eb}.cred-icon{display:flex;justify-content:center;margin-bottom:16px}.cred-icon img{max-height:72px;width:auto}.cred-item h3{font-size:1rem;margin-bottom:6px}.cred-item p{font-size:.875rem;color:#555}.quick-links-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:24px}.quick-link{display:inline-flex;align-items:center;padding:14px 28px;background:#fff;border:1px solid var(--primary-teal);color:var(--primary-teal);font-family:var(--font-heading);font-weight:800;text-transform:uppercase;letter-spacing:1.5px;font-size:.875rem}.quick-link:hover{background:var(--primary-teal);color:#fff}.about-bio{padding:80px 0}.about-bio-image img{width:100%}.watch-video{padding:64px 0;background:#fff}.video-card.large{max-width:900px;margin:32px auto 0}.credentials{padding:80px 0;background:#fff}.quick-links{padding:64px 0}section{padding:64px 0}section.page-hero{padding-top:96px;padding-bottom:64px}section.cta-band{background:var(--bg-light)}section.cta-band .lead{margin-bottom:12px}.cta-button.outline{background:transparent;color:var(--primary-teal);border:2px solid var(--primary-teal)}.cta-button.outline:hover{background:var(--primary-teal);color:#fff}.book-jay-form,.mri-section{background:#fff;padding:32px;border:1px solid #e5e7eb}.book-jay-form h3,.mri-section h2{margin-bottom:16px}.book-jay-form label,.mri-section label{display:block;margin-bottom:14px;font-family:var(--font-heading);font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:1px}.book-jay-form label>span,.mri-section label>span{display:block;margin-bottom:6px}.book-jay-form input,.book-jay-form textarea,.mri-section input,.mri-section textarea{width:100%;padding:12px 14px;border:1px solid #ccc;background:#fff;font-family:var(--font-body);font-size:1rem}.book-jay-form textarea,.mri-section textarea{resize:vertical}.form-row.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.book-jay-portrait{margin-top:24px;max-width:280px}.book-jay-info ul{margin:16px 0}.signup-form.column{flex-direction:column}.pillars-grid,.four-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:32px 0 48px}.pillars-grid>div,.four-grid>div{background:#fff;padding:28px;border-left:4px solid var(--secondary-gold)}.pillars-grid h3,.four-grid h3{font-size:1.25rem;margin-bottom:8px;color:var(--primary-teal)}.check-list{margin:16px 0}.check-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:1rem}.check-list li svg{flex-shrink:0;margin-top:4px;color:var(--primary-teal)}.ww-hero{padding-top:80px}.ww-hero h1{font-size:4rem}.ww-hero-img img{max-width:360px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.blog-card{background:#fff;border:1px solid #e5e7eb;display:flex;flex-direction:column}.blog-thumb{aspect-ratio:16/9;overflow:hidden;background:#ddd}.blog-thumb img{width:100%;height:100%;object-fit:cover}.blog-body{padding:24px;flex:1;display:flex;flex-direction:column;gap:12px}.blog-body h3{font-size:1.25rem;line-height:1.3}.blog-meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px}.blog-meta .resource-link{display:inline-flex;align-items:center;gap:6px}.mri-screenshot{margin-top:32px;max-width:100%}.mri-progress{height:8px;background:#e5e7eb;margin-bottom:12px;overflow:hidden}.mri-progress-bar{height:100%;background:var(--primary-teal);transition:width .3s}.mri-step-label{font-family:var(--font-heading);font-size:.875rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--secondary-gold);margin-bottom:16px}.mri-q{padding:20px 0;border-top:1px solid #eee}.mri-q:first-child{border-top:0}.mri-q p{margin-bottom:12px;font-weight:500}.mri-ratings{display:flex;flex-wrap:wrap;gap:8px}.mri-ratings label{flex:1 1 140px;padding:10px 12px;border:1px solid #ccc;cursor:pointer;text-align:center;font-size:.75rem!important;letter-spacing:.5px;margin-bottom:0!important;background:#fff}.mri-ratings label.selected{background:var(--primary-teal);color:#fff;border-color:var(--primary-teal)}.mri-ratings input{display:none}.mri-nav{display:flex;gap:16px;justify-content:space-between;margin-top:24px}.mri-score{font-family:var(--font-heading);font-size:6rem;font-weight:800;color:var(--primary-teal);margin:16px 0}@media(max-width:992px){.two-col{grid-template-columns:1fr;gap:32px}.cred-grid{grid-template-columns:repeat(2,1fr)}.pillars-grid,.four-grid,.blog-grid{grid-template-columns:1fr}.page-hero h1{font-size:2.5rem}.ww-hero h1{font-size:3rem}.footer-nav{gap:16px}}@media(max-width:768px){.cred-grid,.form-row.two{grid-template-columns:1fr}.mri-ratings label{flex:1 1 calc(50% - 8px)}.mri-nav{flex-direction:column-reverse}.mri-nav .cta-button{width:100%}}.hero{position:relative;background-image:url(/images/Group-26123.svg);background-repeat:no-repeat;background-position:center top;background-size:cover}.page-hero{position:relative;background-color:var(--bg-light);background-image:url(/images/Mask-Group-2@2x.png);background-repeat:no-repeat;background-position:right center;background-size:contain}@media(max-width:768px){.page-hero{background-image:none}}.ww-hero{background-image:url(/images/Group-26123.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.utility-bar{background:linear-gradient(90deg,#2a4f53,#315a5e 60%,#3a6d72);color:#fff;font-size:.875rem;font-family:Roboto,sans-serif}.utility-bar-inner{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.55rem 1rem;flex-wrap:wrap}.utility-pill{display:inline-flex;align-items:center;gap:.3rem;background:var(--gold, #AA782F);color:#fff;padding:.15rem .6rem;border-radius:999px;font-weight:700;font-size:.7rem;letter-spacing:.05em}.utility-text{opacity:.95}.utility-cta{display:inline-flex;align-items:center;gap:.3rem;color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:3px;transition:transform .15s ease,color .15s ease}.utility-cta:hover{color:#f3d899;transform:translate(2px)}@media(max-width:640px){.utility-text{display:none}}.blog-card,.featured-card,.playbook-card{transition:transform .2s ease,box-shadow .2s ease;display:block;color:inherit;text-decoration:none}.blog-card:hover,.featured-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px #14323721}.featured-post .container{padding-block:2.5rem 1rem}.featured-card{display:grid;grid-template-columns:1.1fr 1fr;gap:0;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 6px 24px #14323714}.featured-img{aspect-ratio:4/3;overflow:hidden}.featured-img img{width:100%;height:100%;object-fit:cover;display:block}.featured-body{padding:2rem 2.25rem;display:flex;flex-direction:column;justify-content:center}.featured-body h2{margin:.5rem 0 .85rem;line-height:1.15;font-size:1.85rem}.featured-body p{color:#4a5559;margin-bottom:1rem}@media(max-width:768px){.featured-card{grid-template-columns:1fr}.featured-body{padding:1.5rem}.featured-body h2{font-size:1.4rem}}.blog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;flex-wrap:wrap}.blog-cats{display:flex;gap:.5rem;flex-wrap:wrap}.chip{background:#fff;border:1px solid #d8dde0;color:#34464a;padding:.4rem .95rem;border-radius:999px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease}.chip:hover{border-color:var(--teal, #315A5E);color:var(--teal, #315A5E)}.chip.active{background:var(--teal, #315A5E);color:#fff;border-color:var(--teal, #315A5E)}.blog-search{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #d8dde0;border-radius:999px;padding:.4rem .95rem;color:#6a7478}.blog-search input{border:0;outline:0;background:transparent;font-size:.9rem;width:220px;color:#1c2a2d}.post-article{padding:3rem 0 2rem;background:#fff}.post-container{max-width:760px}.post-back{display:inline-flex;align-items:center;gap:.4rem;color:var(--teal, #315A5E);font-weight:600;margin-bottom:1.5rem;text-decoration:none}.post-back:hover{text-decoration:underline}.post-article h1{font-size:2.4rem;line-height:1.15;margin:.5rem 0 .85rem}.post-meta{display:flex;gap:.5rem;color:#6a7478;font-size:.9rem;margin-bottom:2rem}.post-cover{border-radius:12px;overflow:hidden;margin-bottom:2rem;aspect-ratio:16/8}.post-cover img{width:100%;height:100%;object-fit:cover;display:block}.post-body p{font-size:1.075rem;line-height:1.75;color:#2c3a3e;margin-bottom:1.25rem}.post-cta-inline{margin-top:3rem;padding:1.75rem 2rem;background:linear-gradient(135deg,#f1ede1,#ebe8da);border-left:4px solid var(--gold, #AA782F);border-radius:10px;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}.post-cta-inline h3{margin:.35rem 0;font-size:1.25rem}.post-cta-inline p{margin:0}.related-posts{padding:3rem 0 1rem;background:var(--bg-light, #EDEFF3)}.related-posts h2{margin-bottom:1.5rem}.playbook-hero{background:linear-gradient(180deg,var(--bg-light, #EDEFF3) 0%,#fff 100%);padding:3.5rem 0 4rem}.playbook-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:3rem;align-items:start}.playbook-hero h1{font-size:2.6rem;line-height:1.1;margin:.5rem 0 1rem}.playbook-hero .lead{font-size:1.15rem;color:#3a4a4e;margin-bottom:1.75rem}.check-list{list-style:none;padding:0;margin:0 0 2rem}.check-list li{display:flex;gap:.7rem;align-items:flex-start;padding:.55rem 0;font-size:1rem;color:#2c3a3e}.check-list li svg{flex-shrink:0;margin-top:3px}.proof-row{display:flex;gap:2rem;padding-top:1.25rem;border-top:1px solid #d8dde0;flex-wrap:wrap}.proof-num{font-family:Raleway,sans-serif;font-weight:800;font-size:1.5rem;color:var(--teal, #315A5E)}.proof-label{font-size:.8rem;color:#6a7478;text-transform:uppercase;letter-spacing:.05em}.playbook-card{background:#fff;border-radius:14px;padding:2rem;box-shadow:0 14px 40px #1432371f;border-top:4px solid var(--gold, #AA782F);position:sticky;top:90px}.playbook-card-header{display:flex;align-items:center;gap:.6rem;color:var(--teal, #315A5E);margin-bottom:.5rem}.playbook-card-header h3{margin:0;font-size:1.4rem}.playbook-form{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.playbook-form input{padding:.85rem 1rem;border:1px solid #d8dde0;border-radius:6px;font-size:1rem;font-family:inherit}.playbook-form input:focus{outline:2px solid var(--teal, #315A5E);border-color:var(--teal, #315A5E)}.playbook-form .cta-button{justify-content:center;width:100%}.micro{font-size:.78rem;text-align:center;margin:.5rem 0 0}.playbook-success{text-align:center;padding:1rem 0}.success-check{width:64px;height:64px;border-radius:50%;background:var(--teal, #315A5E);color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.playbook-bio{padding:4rem 0;background:#fff}.bio-img-rounded{width:100%;border-radius:12px}@media(max-width:900px){.playbook-hero-grid{grid-template-columns:1fr}.playbook-card{position:static}.playbook-hero h1{font-size:2rem}}.ask-jay-fab{position:fixed;bottom:22px;right:22px;z-index:1000;display:inline-flex;align-items:center;gap:.5rem;background:var(--teal, #315A5E);color:#fff;border:0;padding:.85rem 1.2rem;border-radius:999px;font-family:Raleway,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;box-shadow:0 10px 30px #315a5e73;transition:transform .15s ease,box-shadow .15s ease}.ask-jay-fab:hover{transform:translateY(-2px);box-shadow:0 14px 36px #315a5e8c}.ask-jay-fab:before{content:"";position:absolute;inset:-3px;border-radius:999px;background:var(--gold, #AA782F);opacity:0;z-index:-1;animation:fab-pulse 2.4s ease-out infinite}@keyframes fab-pulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.18)}}.ask-jay-panel{position:fixed;bottom:22px;right:22px;z-index:1000;width:min(380px,calc(100vw - 32px));height:min(560px,calc(100vh - 60px));background:#fff;border-radius:16px;box-shadow:0 20px 60px #14323747;display:flex;flex-direction:column;overflow:hidden;animation:panel-in .2s ease-out}@keyframes panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ask-jay-header{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;background:var(--teal, #315A5E);color:#fff}.ask-jay-title{display:flex;align-items:center;gap:.6rem}.ask-jay-avatar{width:34px;height:34px;background:var(--gold, #AA782F);border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.ask-jay-name{font-family:Raleway,sans-serif;font-weight:700;font-size:.95rem;line-height:1.1}.ask-jay-status{font-size:.72rem;opacity:.85}.ask-jay-close{background:transparent;border:0;color:#fff;cursor:pointer;padding:4px;border-radius:6px}.ask-jay-close:hover{background:#ffffff26}.ask-jay-body{flex:1;overflow-y:auto;padding:1rem;background:#f6f7f9;display:flex;flex-direction:column;gap:.6rem;font-family:Roboto,sans-serif}.ask-jay-msg{padding:.7rem .95rem;border-radius:14px;font-size:.92rem;line-height:1.5;max-width:85%;white-space:pre-wrap;word-wrap:break-word}.ask-jay-msg.assistant{background:#fff;color:#1c2a2d;border:1px solid #e3e6ea;align-self:flex-start;border-top-left-radius:4px}.ask-jay-msg.user{background:var(--teal, #315A5E);color:#fff;align-self:flex-end;border-top-right-radius:4px}.ask-jay-typing{display:inline-flex;gap:4px;padding:4px 0}.ask-jay-typing span{width:7px;height:7px;border-radius:50%;background:#b8c0c4;animation:typing-bounce 1.2s ease-in-out infinite}.ask-jay-typing span:nth-child(2){animation-delay:.15s}.ask-jay-typing span:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-5px);opacity:1}}.ask-jay-suggestions{display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.ask-jay-suggestions button{text-align:left;background:#fff;border:1px solid #e3e6ea;color:var(--teal, #315A5E);padding:.55rem .85rem;border-radius:10px;font-size:.85rem;cursor:pointer;font-family:inherit;transition:all .15s ease}.ask-jay-suggestions button:hover{background:var(--teal, #315A5E);color:#fff;border-color:var(--teal, #315A5E)}.ask-jay-suggestions button:disabled{opacity:.5;cursor:not-allowed}.ask-jay-input{display:flex;gap:.5rem;padding:.7rem;border-top:1px solid #e3e6ea;background:#fff}.ask-jay-input input{flex:1;border:1px solid #d8dde0;border-radius:999px;padding:.6rem .95rem;font-size:.9rem;font-family:inherit;outline:none}.ask-jay-input input:focus{border-color:var(--teal, #315A5E)}.ask-jay-input button{background:var(--teal, #315A5E);color:#fff;border:0;width:38px;height:38px;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease}.ask-jay-input button:hover:not(:disabled){background:#244447}.ask-jay-input button:disabled{opacity:.4;cursor:not-allowed}@media(max-width:480px){.ask-jay-fab span{display:none}.ask-jay-fab{padding:.85rem;width:52px;height:52px;justify-content:center}.ask-jay-panel{bottom:12px;right:12px;left:12px;width:auto;height:75vh}}.signup-form,.footer-subscribe-form{display:block;border:0}.signup-form .hs-form,.footer-subscribe-form .hs-form{display:flex;flex-wrap:wrap;gap:0;max-width:600px;margin:0 auto;align-items:stretch}.signup-form .hs-form-field,.footer-subscribe-form .hs-form-field{flex:1 1 260px;min-width:0;margin:0}.signup-form .hs-form-field>label,.footer-subscribe-form .hs-form-field>label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.signup-form .input,.footer-subscribe-form .input{margin:0!important;height:100%}.signup-form .hs-input,.footer-subscribe-form .hs-input{width:100%!important;height:100%;min-height:56px;padding:16px 20px;border:1px solid #ccc;border-right:none;border-radius:0;font-family:var(--font-body);font-size:1rem;color:#1a1a1a;background:#fff;outline:none;box-shadow:none;box-sizing:border-box}.signup-form .hs-input:focus,.footer-subscribe-form .hs-input:focus{border-color:var(--primary-teal);box-shadow:0 0 0 2px #315a5e26}.signup-form .hs-input::placeholder,.footer-subscribe-form .hs-input::placeholder{color:#888}.signup-form .hs_submit,.footer-subscribe-form .hs_submit{flex:0 0 auto;margin:0}.signup-form .actions,.footer-subscribe-form .actions{margin:0;padding:0;height:100%}.signup-form .hs-button,.footer-subscribe-form .hs-button{height:100%;min-height:56px;padding:0 32px;background-color:var(--primary-teal);color:#fff;border:1px solid var(--primary-teal);border-radius:0;font-family:var(--font-heading);font-weight:800;font-size:.95rem;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:background-color .2s,border-color .2s;white-space:nowrap;box-shadow:none}.signup-form .hs-button:hover,.footer-subscribe-form .hs-button:hover{background-color:#244346;border-color:#244346}.signup-form .hs-error-msgs,.footer-subscribe-form .hs-error-msgs{list-style:none;padding:8px 0 0;margin:0;font-size:.85rem;color:#b3261e;flex-basis:100%}.signup-form .submitted-message,.footer-subscribe-form .submitted-message{text-align:center;font-family:var(--font-heading);font-weight:700;color:var(--primary-teal);padding:16px;border:1px solid var(--primary-teal);background:#fff;max-width:600px;margin:0 auto}.signup-form.column .hs-form{flex-direction:column}.signup-form.column .hs-input{border-right:1px solid #ccc}.signup-form.column .hs-button{width:100%}.footer-subscribe-form .hs-input{background:#ffffff14;border-color:#ffffff40;color:#fff}.footer-subscribe-form .hs-input::placeholder{color:#fff9}.footer-subscribe-form .hs-input:focus{border-color:var(--secondary-gold);box-shadow:0 0 0 2px #aa782f40}.footer-subscribe-form .hs-button{background-color:var(--secondary-gold);border-color:var(--secondary-gold)}.footer-subscribe-form .hs-button:hover{background-color:#8d6326;border-color:#8d6326}@media(max-width:600px){.signup-form .hs-form,.footer-subscribe-form .hs-form{flex-direction:column}.signup-form .hs-form-field,.footer-subscribe-form .hs-form-field{flex-basis:auto}.signup-form .hs-input,.footer-subscribe-form .hs-input{border-right:1px solid #ccc;border-bottom:none}.footer-subscribe-form .hs-input{border-right:1px solid rgba(255,255,255,.25)}.signup-form .hs-button,.footer-subscribe-form .hs-button{width:100%}}.hero{padding:64px 0 56px}.hero-eyebrow{display:inline-block;font-family:var(--font-heading);font-weight:800;font-size:.8125rem;letter-spacing:2.5px;margin-bottom:14px}.hero-content h1{font-size:3.25rem;line-height:1.05;margin-bottom:18px;letter-spacing:.5px}.hero-sub{font-size:1.1875rem;font-weight:400;color:#2c3a3e;margin-bottom:22px;line-height:1.5}.hero-proof{list-style:none;display:flex;flex-wrap:wrap;gap:0 22px;padding:14px 0 22px;margin:0 0 24px;border-top:1px solid #d8dde0;border-bottom:1px solid #d8dde0;font-size:.95rem;color:#34464a}.hero-proof li{display:inline-flex;align-items:center}.hero-proof li+li:before{content:"·";color:var(--secondary-gold);margin-right:22px;font-weight:700}.hero-proof strong{color:var(--primary-teal);margin-right:5px;font-weight:800}.hero-cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.cta-button-secondary{padding:16px 28px;font-size:.95rem;letter-spacing:1.2px}.cta-button-secondary svg{width:18px;height:18px}@media(max-width:992px){.hero-content h1{font-size:2.5rem}.hero-proof,.hero-cta-row{justify-content:center}.hero-sub{text-align:center}}@media(max-width:480px){.hero{padding:36px 0 40px}.hero-content h1{font-size:1.95rem;line-height:1.1}.hero-sub{font-size:1.05rem;margin-bottom:18px}.hero-proof{font-size:.85rem;padding:12px 0 16px;gap:4px 14px}.hero-proof li+li:before{margin-right:14px}.hero-cta-row .cta-button{width:100%;justify-content:center}}.trust-strip{background:#fff;border-top:1px solid #e3e6ea;border-bottom:1px solid #e3e6ea;padding:22px 0}.trust-strip-inner{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}.trust-strip-label{font-family:var(--font-heading);font-weight:800;font-size:.7rem;letter-spacing:2px;text-transform:uppercase;color:#6a7478}.trust-strip-logos{display:flex;align-items:center;gap:36px;flex-wrap:wrap;justify-content:center}.trust-strip-logos img{max-height:46px;width:auto;filter:grayscale(100%);opacity:.75;transition:filter .2s ease,opacity .2s ease}.trust-strip-logos img:hover{filter:none;opacity:1}@media(max-width:600px){.trust-strip{padding:16px 0}.trust-strip-logos{gap:22px}.trust-strip-logos img{max-height:36px}}.better-way{padding:80px 0 60px;text-align:center}.better-way .eyebrow{display:inline-block;margin-bottom:18px}.better-way-headline{font-size:2.25rem;max-width:880px;margin:0 auto 18px;line-height:1.2;text-transform:none;font-weight:800}.better-way-payoff{font-size:1.0625rem;color:#34464a;max-width:720px;margin:0 auto 40px}.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1080px;margin:0 auto}.pillar-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:#fff;border:1px solid #e3e6ea;border-radius:14px;padding:28px 24px;color:var(--text-dark);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;height:100%}.pillar-card:hover,.pillar-card:focus-visible{transform:translateY(-3px);box-shadow:0 14px 36px #1432371a;border-color:var(--primary-teal)}.pillar-icon{color:var(--primary-teal);background:#315a5e14;padding:10px;border-radius:10px;width:48px;height:48px;margin-bottom:16px}.pillar-card h3{font-size:1.125rem;margin-bottom:10px;text-transform:none;letter-spacing:.3px}.pillar-card p{font-size:.95rem;color:#4a5559;margin-bottom:18px;line-height:1.55}.pillar-link{margin-top:auto;display:inline-flex;align-items:center;gap:6px;color:var(--primary-teal);font-family:var(--font-heading);font-weight:800;font-size:.8125rem;letter-spacing:1.2px;text-transform:uppercase}.pillar-card-featured{background:linear-gradient(135deg,var(--primary-teal) 0%,#244447 100%);color:#fff;border-color:transparent}.pillar-card-featured h3,.pillar-card-featured .pillar-link{color:#fff}.pillar-card-featured p{color:#ffffffd9}.pillar-card-featured .pillar-icon{background:#ffffff24;color:var(--secondary-gold)}@media(max-width:900px){.pillar-grid{grid-template-columns:1fr}.better-way-headline{font-size:1.6rem}}.email-signup{padding:72px 24px}.email-signup .eyebrow{display:inline-block;margin-bottom:12px}.email-signup h2{color:var(--text-dark);font-size:2rem;letter-spacing:.5px;margin-bottom:14px;text-transform:none}.email-signup p{font-size:1.0625rem;color:#34464a;max-width:640px;margin:0 auto 28px}.signup-fineprint{font-size:.8rem!important;color:#6a7478!important;margin-top:14px!important}.signup-success{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;background:#fff;border:1px solid var(--primary-teal);color:var(--primary-teal);font-family:var(--font-heading);font-weight:700;border-radius:8px}.resource-hero{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center;background:linear-gradient(135deg,var(--primary-teal) 0%,#244447 100%);color:#fff;border-radius:16px;padding:36px 40px;margin-bottom:32px;text-decoration:none;box-shadow:0 14px 40px #14323729;transition:transform .2s ease,box-shadow .2s ease}.resource-hero:hover{transform:translateY(-3px);box-shadow:0 20px 50px #14323738}.resource-hero-icon{width:76px;height:76px;border-radius:50%;background:#ffffff24;display:flex;align-items:center;justify-content:center;color:var(--secondary-gold);flex-shrink:0}.resource-hero-body .resource-label{color:var(--secondary-gold);font-size:.7rem;letter-spacing:2px;margin-bottom:8px}.resource-hero-body h3{color:#fff;font-size:1.875rem;margin-bottom:8px;letter-spacing:.5px}.resource-hero-body p{color:#ffffffe0;font-size:1rem;margin-bottom:16px;max-width:640px}.resource-hero-link{display:inline-flex;align-items:center;gap:6px;color:#fff;font-family:var(--font-heading);font-weight:800;font-size:.8125rem;letter-spacing:1.5px;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:3px}.resources-grid-secondary{grid-template-columns:repeat(4,1fr)!important;gap:24px!important}.resource-card{display:block;padding:4px;border-radius:8px;transition:transform .18s ease}.resource-card:focus-visible{outline:2px solid var(--primary-teal);outline-offset:4px}@media(max-width:900px){.resource-hero{grid-template-columns:1fr;padding:28px 24px;text-align:left}.resources-grid-secondary{grid-template-columns:1fr 1fr!important}.resource-hero-body h3{font-size:1.5rem}}@media(max-width:520px){.resources-grid-secondary{grid-template-columns:1fr!important}}.testimonials .eyebrow{display:inline-block;margin-bottom:12px}.testimonials-headline{font-size:2.25rem;text-transform:none;margin-bottom:56px!important}.testimonial-outcome{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#315a5e14;color:var(--primary-teal);font-family:var(--font-heading);font-weight:700;font-size:.8125rem;letter-spacing:.6px;border-radius:999px;margin-bottom:24px}.testimonial-outcome svg{background:var(--primary-teal);color:#fff;border-radius:50%;padding:2px}.utility-bar-inner{position:relative;padding-right:2.5rem}.utility-dismiss{background:transparent;border:0;color:#ffffffd9;cursor:pointer;padding:4px;border-radius:4px;display:inline-flex;align-items:center;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.utility-dismiss:hover{color:#fff;background:#ffffff1a}.utility-dismiss:focus-visible{outline:2px solid #fff;outline-offset:2px}.ask-jay-fab{padding:.6rem .95rem;font-size:.85rem;background:#315a5eeb;box-shadow:0 6px 18px #315a5e47}.ask-jay-fab:hover{box-shadow:0 10px 24px #315a5e61}.ask-jay-fab:before{display:none}.ask-jay-fab-collapsed{padding:.6rem;width:44px;height:44px;justify-content:center}.ask-jay-fab-collapsed span{display:none}.book-jay-reassure{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;background:#315a5e14;color:var(--primary-teal);border-radius:999px;font-size:.9rem;margin-bottom:18px}.book-jay-reassure svg{color:var(--primary-teal)}.organizer-quotes{margin:28px 0 8px;padding:22px;background:var(--bg-light);border-left:4px solid var(--secondary-gold);border-radius:8px}.organizer-quotes-label{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-heading);font-weight:800;font-size:.75rem;letter-spacing:1.6px;text-transform:uppercase;color:var(--secondary-gold);margin-bottom:14px}.organizer-quote{margin:0 0 16px;padding-bottom:16px;border-bottom:1px solid #d8dde0}.organizer-quote:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.organizer-quote p{font-size:.95rem;line-height:1.55;color:#2c3a3e;margin:0 0 8px;font-style:italic}.organizer-quote footer{font-size:.85rem;color:#4a5559;display:flex;flex-wrap:wrap;gap:6px}.organizer-quote footer strong{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.6px;color:var(--text-dark)}.book-jay-faq{padding:72px 0;background:#fff}.book-jay-faq .eyebrow{display:inline-block;margin-bottom:12px}.book-jay-faq h2{font-size:2rem;margin-bottom:28px;text-transform:none}.book-jay-faq-list{max-width:820px;margin:0 auto;border-top:1px solid #e3e6ea}.book-jay-faq-list [data-state]{border-bottom:1px solid #e3e6ea}.book-jay-faq-list button{font-family:var(--font-heading);font-weight:800!important;font-size:1rem!important;text-transform:none;letter-spacing:.3px;padding:18px 4px!important;color:var(--text-dark)}.book-jay-faq-list button:hover{color:var(--primary-teal);text-decoration:none!important}.book-jay-faq-list [data-state]>div>div{font-size:.95rem;line-height:1.65;color:#4a5559;padding:0 4px 18px!important}.book-jay-faq-list :focus-visible{outline:2px solid var(--primary-teal);outline-offset:2px;border-radius:4px}a:focus-visible,button:focus-visible,.cta-button:focus-visible{outline:2px solid var(--primary-teal);outline-offset:3px}@media(max-width:600px){.email-signup h2{font-size:1.5rem}.testimonials-headline{font-size:1.6rem;margin-bottom:32px!important}.better-way{padding:56px 0 40px}.book-jay-faq{padding:56px 0}.book-jay-faq h2{font-size:1.5rem}}.direct-answer{margin:1.5rem auto 0;max-width:760px;background:#fff;border-left:4px solid var(--primary-teal);border-radius:6px;padding:1.1rem 1.4rem;box-shadow:0 2px 12px #315a5e0f}.direct-answer p{margin:0;font-size:1rem;line-height:1.65;color:var(--text-dark)}.direct-answer-section{background:var(--bg-light, #EDEFF3);padding:1.5rem 0 1.75rem;border-bottom:1px solid rgba(49,90,94,.08)}.direct-answer-lead{max-width:880px;margin:0 auto;text-align:center;font-size:1.05rem;line-height:1.7;color:var(--text-dark)}.home-faq{background:#fff;padding:4rem 0}.home-faq h2{margin:.4rem 0 1.75rem}.home-faq-list{max-width:860px;margin:0 auto}.home-faq-item{border-top:1px solid #e3e6ea;padding:1.25rem .25rem}.home-faq-item:last-child{border-bottom:1px solid #e3e6ea}.home-faq-item dt{font-family:var(--font-heading);font-weight:800;font-size:1.05rem;color:var(--text-dark);margin-bottom:.45rem}.home-faq-item dd{margin:0;font-size:.98rem;line-height:1.65;color:#4a5559}.post-tldr{margin:1.5rem 0 2rem;background:#f7f5ef;border-left:4px solid var(--accent-gold, #AA782F);border-radius:6px;padding:1.1rem 1.4rem}.post-tldr-label{display:inline-block;font-family:var(--font-heading);font-weight:800;font-size:.78rem;letter-spacing:1.4px;color:var(--accent-gold, #AA782F);margin-bottom:.45rem;text-transform:uppercase}.post-tldr p{margin:0;font-size:1rem;line-height:1.65;color:var(--text-dark)}
