.hero{background-image:linear-gradient(#00000080,#00000080),url(/images/header_02.jpg);background-image:linear-gradient(#00000080,#00000080),image-set(url(/images/header_02.webp) type("image/webp"),url(/images/header_02.jpg) type("image/jpeg"));background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--white);padding:6rem 2rem;text-align:center;position:relative}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:1.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.95;text-shadow:1px 1px 3px rgba(0,0,0,.8)}.cta-button{display:inline-block;padding:1rem 2.5rem;background-color:var(--white);color:var(--primary-color);text-decoration:none;border-radius:var(--radius-sm);font-weight:600;transition:all .3s ease;box-shadow:var(--shadow-lg)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 15px 25px -5px #0003}.cta-button.secondary{background-color:transparent;color:var(--white);border:2px solid var(--white);margin-left:1rem}.cta-button.secondary:hover{background-color:var(--white);color:var(--primary-color)}.container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.section-title{text-align:center;font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.card{background:var(--white);border-radius:var(--radius-md);padding:2rem;box-shadow:var(--shadow);transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.card-icon{margin-bottom:1rem;color:var(--primary-color);display:flex;align-items:center;height:56px}.card-icon svg{width:44px;height:44px;stroke:var(--primary-color);stroke-width:1.75;fill:none}.card.text-center .card-icon{justify-content:center}.card h2,.card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.card p{color:var(--text-light);line-height:1.8}.bg-light{background-color:var(--light-bg)}.bg-dark{background-color:var(--dark-bg);color:var(--white)}.cta-section{padding:2.5rem 2rem;text-align:center;background-color:var(--white)}.cta-section .section-title{color:var(--text-dark);margin-bottom:.5rem}.cta-section .section-subtitle{color:var(--text-light);margin-bottom:1.5rem}.cta-section .cta-button{background-color:var(--primary-color);color:var(--white)}.cta-section .cta-button:hover{background-color:var(--accent-color)}.bg-dark .section-title,.bg-dark h3{color:var(--white)}.bg-dark .section-subtitle,.bg-dark p{color:#fffc}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.blog-card{background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.blog-card-image{width:100%;height:200px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:3rem}.blog-card-image svg{width:64px;height:64px;stroke:var(--white);stroke-width:1.75;fill:none}.blog-card-content{padding:1.5rem}.blog-card-date{color:var(--text-light);font-size:.9rem;margin-bottom:.5rem}.blog-card h3{margin-bottom:1rem;color:var(--text-dark)}.blog-card p{color:var(--text-light);margin-bottom:1rem}.text-center{text-align:center}.home-selfcheck{background:var(--primary-tint);padding:2.5rem 2rem;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.home-selfcheck-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:1.5rem}.home-selfcheck-icon{flex:0 0 auto;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow)}.home-selfcheck-icon svg{width:32px;height:32px;stroke-width:1.75}.home-selfcheck-text{flex:1 1 auto;min-width:0}.home-selfcheck-text h2{font-size:1.5rem;color:var(--text-dark);margin-bottom:.35rem;line-height:1.25}.home-selfcheck-text p{color:var(--text-light);font-size:1rem;line-height:1.5}.home-selfcheck-cta{flex:0 0 auto;display:inline-block;padding:.95rem 1.75rem;background:var(--accent-color);color:var(--white);text-decoration:none;border-radius:var(--radius-sm);font-weight:600;font-size:1.05rem;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 6px 18px -4px #b8623f73;white-space:nowrap}.home-selfcheck-cta:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 10px 24px -6px #b8623f8c}@media(width<=768px){.hero h1,.section-title{font-size:2rem}.cta-button.secondary{margin-left:0;margin-top:1rem}.home-selfcheck{padding:1.75rem 1.25rem}.home-selfcheck-inner{flex-direction:column;align-items:flex-start;text-align:left;gap:1rem}.home-selfcheck-cta{align-self:stretch;text-align:center}}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-dark)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid var(--border-color);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{min-height:150px;resize:vertical}.submit-button{width:100%;padding:1rem;background-color:var(--primary-color);color:var(--white);border:none;border-radius:var(--radius-sm);font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-button:hover{background-color:var(--primary-hover);transform:translateY(-2px)}altcha-widget{display:block;--altcha-max-width: 30%}.mc-hero-body{margin:1rem auto 1.5rem;max-width:640px;font-size:1rem;text-align:left;opacity:.95;line-height:1.6}.mc-progress{position:sticky;top:64px;z-index:50;background:var(--white);border-bottom:1px solid var(--border-color);padding:.75rem 1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-xs)}.mc-progress-track{flex:1;height:8px;background:var(--border-color);border-radius:var(--radius-pill);overflow:hidden}.mc-progress-bar{height:100%;width:0;background:var(--primary-color);border-radius:var(--radius-pill);transition:width .3s ease}.mc-progress-label{font-size:.9rem;color:var(--text-light);white-space:nowrap}.mc-tier{padding:3rem 0 1rem}.mc-tier-heading{font-size:1.75rem;margin-bottom:.5rem;color:var(--primary-color)}.mc-tier-intro{color:var(--text-light);max-width:720px;margin-bottom:2rem}.mc-dimension{background:var(--white);border-radius:var(--radius-md);padding:2rem;margin-bottom:1.5rem;box-shadow:var(--shadow);scroll-margin-top:160px}.mc-dim-title{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.mc-dim-description{color:var(--text-light);font-size:.95rem;margin-bottom:1.5rem}.mc-question{font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.mc-options{display:flex;flex-direction:column;gap:.5rem}.mc-option{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;border:2px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .2s ease,background .2s ease;background:var(--white)}.mc-option:hover{border-color:var(--secondary-color);background:var(--light-bg)}.mc-option input[type=radio]{margin-top:.25rem;accent-color:var(--primary-color)}.mc-option-text{flex:1;font-size:.95rem;line-height:1.5}.mc-option.is-selected{border-color:var(--primary-color);background:var(--primary-tint)}.mc-show-score-cta{text-align:center;padding:3rem 0 2rem}.mc-show-score-btn{display:inline-block;padding:1rem 2.5rem;background:var(--primary-color);color:var(--white);border:none;border-radius:var(--radius-sm);font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:var(--shadow-cta);transition:background .2s,transform .2s,box-shadow .2s}.mc-show-score-btn:hover:not(:disabled){background:var(--accent-color);transform:translateY(-2px);box-shadow:var(--shadow-cta-hover)}.mc-show-score-btn:disabled{background:var(--text-muted);cursor:not-allowed;box-shadow:none}.mc-score-section{display:none;padding:3rem 0}.mc-score-section.is-visible{display:block}.mc-score-total-wrap{text-align:center;margin-bottom:3rem}.mc-score-total{font-size:4.5rem;font-weight:700;color:var(--primary-color);line-height:1}.mc-score-total-unit{font-size:2rem;color:var(--text-light)}.mc-score-band{font-size:1.25rem;color:var(--text-dark);margin-top:.5rem;font-weight:600}.mc-score-band-desc{color:var(--text-light);max-width:600px;margin:.5rem auto 0}.mc-tier-bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.mc-tier-bar{background:var(--white);border-radius:var(--radius-md);padding:1.25rem;box-shadow:var(--shadow)}.mc-tier-bar-label{font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.mc-tier-bar-value{font-size:2rem;font-weight:700;color:var(--primary-color)}.mc-tier-bar-track{height:8px;background:var(--border-color);border-radius:var(--radius-pill);overflow:hidden;margin-top:.5rem}.mc-tier-bar-fill{height:100%;background:var(--primary-color);border-radius:var(--radius-pill);transition:width .6s ease}.mc-spider-wrap{display:flex;justify-content:center;margin:0 auto 2.5rem;max-width:560px}.mc-spider{width:100%;height:auto}.mc-spider-grid{fill:none;stroke:var(--border-color);stroke-width:1}.mc-spider-grid-outer{fill:var(--white);stroke:var(--border-strong);stroke-width:1.5}.mc-spider-axis{stroke:var(--border-color);stroke-width:1}.mc-spider-poly{fill:var(--primary-color);fill-opacity:.2;stroke:var(--primary-color);stroke-width:2;stroke-linejoin:round}.mc-spider-point{fill:var(--primary-color);stroke:var(--white);stroke-width:1.5}.mc-spider-point.is-weakest{fill:var(--accent-color)}.mc-spider-point.is-strongest{fill:var(--success)}.mc-spider-label{fill:var(--text-dark);font-size:12px;font-weight:600;font-family:inherit}.mc-spider-tick{fill:var(--text-muted);font-size:9px;font-family:inherit}@media(width<=600px){.mc-spider-label{font-size:10px}}.mc-dim-bars{display:flex;flex-direction:column;gap:.75rem}.mc-dim-bar{display:grid;grid-template-columns:1fr 100px 50px;align-items:center;gap:1rem}.mc-dim-bar-label{color:var(--text-dark);font-size:.95rem}.mc-dim-bar-track{height:8px;background:var(--border-color);border-radius:var(--radius-pill);overflow:hidden}.mc-dim-bar-fill{height:100%;background:var(--primary-color);border-radius:var(--radius-pill);transition:width .6s ease}.mc-dim-bar-value{text-align:right;color:var(--text-light);font-size:.9rem;font-variant-numeric:tabular-nums}.mc-dim-bar.is-weakest .mc-dim-bar-fill{background:var(--accent-color)}.mc-dim-bar.is-strongest .mc-dim-bar-fill{background:var(--success)}.mc-leverage-flag{display:none;margin-top:2rem;padding:1.25rem 1.5rem;background:var(--light-bg-2);border-left:4px solid var(--accent-color);border-radius:var(--radius-sm)}.mc-leverage-flag.is-visible{display:block}.mc-leverage-flag-title{font-weight:700;color:var(--accent-color);margin-bottom:.5rem}.mc-leverage-flag-body{color:var(--text-dark);font-size:.95rem;line-height:1.6}.mc-methodology{margin-top:3rem;padding:1.5rem;background:var(--light-bg);border-radius:var(--radius-md)}.mc-methodology summary{cursor:pointer;font-weight:600;color:var(--primary-color);list-style:none}.mc-methodology summary::-webkit-details-marker{display:none}.mc-methodology summary:before{content:"▸ ";display:inline-block;transition:transform .2s}.mc-methodology[open] summary:before{transform:rotate(90deg)}.mc-methodology-intro{margin:1rem 0;color:var(--text-light)}.mc-frameworks-list{list-style:none;margin:0;padding:0}.mc-frameworks-item{padding:.75rem 0;border-bottom:1px solid var(--border-color)}.mc-frameworks-item:last-child{border-bottom:none}.mc-frameworks-dim{font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.mc-frameworks-links a{color:var(--primary-color);text-decoration:none;margin-right:.75rem}.mc-frameworks-links a:hover{text-decoration:underline}.mc-mail-capture{display:none;margin-top:3rem;padding:2rem;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow);max-width:640px;margin-left:auto;margin-right:auto}.mc-mail-capture.is-visible{display:block}.mc-mail-capture h3{color:var(--primary-color);margin-bottom:.5rem}.mc-mail-capture p{color:var(--text-light);margin-bottom:1.5rem}.mc-mail-capture .form-group{margin-bottom:1rem}.mc-mail-capture input[type=email]{width:100%;padding:.75rem;border:2px solid var(--border-color);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit}.mc-mail-capture input[type=email]:focus{outline:none;border-color:var(--primary-color)}.mc-mail-capture .submit-button{width:100%}
