:root{--black: #000000;--white: #ffffff;--gray-100: #f5f5f5;--gray-200: #e5e5e5;--gray-300: #d4d4d4;--gray-600: #525252;--gray-800: #262626;--gold: #DAA520;--focus-color: #0066cc;--transition-speed: .3s;--pad-x: clamp(16px, 5vw, 80px);--pad-y: clamp(40px, 8vh, 100px);--section-max-width: 1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:68px 0 0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fixed-header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--black);color:var(--white);padding:12px var(--pad-x);box-shadow:0 2px 8px #0000001a}.fixed-header__inner{max-width:var(--section-max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center}.fixed-header__logo{height:44px;width:auto;min-height:40px}.section{padding:var(--pad-y) var(--pad-x);min-height:60vh;display:flex;align-items:center;justify-content:center}.section__inner{max-width:var(--section-max-width);width:100%}.section__headline{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;margin:0 0 1.5rem;letter-spacing:-.02em}.section__subheadline{font-size:clamp(1.1rem,2.5vw,1.4rem);line-height:1.5;margin:0 auto 2rem;max-width:800px}.section--hero{background:var(--black);color:var(--white);min-height:80vh;text-align:center;padding-top:calc(var(--pad-y) + 68px)}.hero__headline{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;margin:0 0 1.5rem;letter-spacing:-.02em}.hero__subheadline{font-size:clamp(1.1rem,2.5vw,1.5rem);line-height:1.5;margin:0 auto 2.5rem;max-width:700px;opacity:.95}.section--problem{background:var(--white);color:var(--black);text-align:center}.problem-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2rem auto;max-width:1000px}.problem-card{padding:2rem 1.5rem;border:2px solid var(--black);border-radius:8px;background:var(--white);transition:transform var(--transition-speed),box-shadow var(--transition-speed)}.problem-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.problem-card__title{font-size:1.3rem;font-weight:700;margin:0 0 1rem;color:var(--black);text-align:center}.problem-card__text{font-size:1.05rem;line-height:1.6;margin:0;color:var(--gray-600);text-align:center}.problem-summary{text-align:center;font-size:1.3rem;font-weight:500;line-height:1.5;margin:3rem auto 0;max-width:650px;color:var(--black)}@media(max-width:768px){.problem-cards{grid-template-columns:1fr;gap:1.5rem}}.section--promise{background:var(--white);color:var(--black);text-align:center}.section--proof{background:var(--gray-100);color:var(--black);text-align:center}.proof__content{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}.proof__photo{display:flex;justify-content:center}.proof__photo-placeholder{width:200px;height:200px;border-radius:50%;background:var(--gray-300);display:flex;align-items:center;justify-content:center;border:3px solid var(--black)}.proof__photo-img{width:200px;height:200px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid var(--black)}.proof__photo-text{font-size:1.2rem;font-weight:600;color:var(--gray-600)}.proof__bio{max-width:700px}.proof__text{font-size:clamp(1.1rem,2.5vw,1.4rem);line-height:1.7;margin:0 0 1.5rem}.proof__contact{font-size:1rem;margin:2rem 0 0;font-weight:500}.proof__link{color:var(--black);text-decoration:underline;transition:opacity var(--transition-speed)}.proof__link:hover{opacity:.7}.proof__link:focus{outline:2px solid var(--focus-color);outline-offset:2px}@media(min-width:768px){.proof__content{grid-template-columns:250px 1fr;gap:3rem}}.section--ask{background:var(--white);color:var(--black);padding-bottom:calc(var(--pad-y) + 3rem);text-align:center}.research-survey{max-width:700px;margin:0 auto 3rem;text-align:center}.research-survey__divider{border:none;border-top:1px solid var(--gold);opacity:.3;margin:0 auto 2rem;max-width:200px}.research-survey__heading{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;line-height:1.3;margin:0 0 1rem;color:var(--black)}.research-survey__text{font-size:clamp(.95rem,2vw,1.05rem);line-height:1.6;color:var(--gray-800);margin:0 0 1rem;max-width:650px;margin-left:auto;margin-right:auto}.research-survey__cta{font-size:clamp(1rem,2.2vw,1.1rem);margin:1.5rem 0 0;font-weight:500}.research-survey__link{color:var(--black);text-decoration:underline;text-underline-offset:4px;transition:opacity var(--transition-speed);font-weight:600}.research-survey__link:hover{opacity:.7}.research-survey__link:focus{outline:2px solid var(--focus-color);outline-offset:2px;border-radius:2px}.form-section{margin-top:3rem;scroll-margin-top:80px}.unified-form{max-width:600px;margin:0 auto;padding:2rem;border:2px solid var(--black);border-radius:8px;background:var(--white)}.unified-form__buttons{display:flex;gap:1rem;margin-top:2rem}.unified-form__buttons .btn{flex:1;padding:16px 24px;font-size:.95rem}.unified-form__buttons .btn--primary{background:var(--black);color:var(--white);border:2px solid var(--black)}.unified-form__buttons .btn--primary:hover{background:var(--gray-800);border-color:var(--gray-800)}.unified-form__buttons .btn--secondary{background:var(--white);color:var(--black);border:2px solid var(--black)}.unified-form__buttons .btn--secondary:hover{background:var(--black);color:var(--white)}@media(max-width:640px){.unified-form{padding:1.5rem}.unified-form__buttons{flex-direction:column;gap:1rem}.unified-form__buttons .btn{width:100%}}.ask__footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--gray-300);text-align:center}.footer__text{font-size:.875rem;color:var(--gray-600);margin:0}.footer__link{color:var(--black);text-decoration:underline;font-weight:500;transition:opacity var(--transition-speed)}.footer__link:hover{opacity:.7}.footer__link:focus{outline:2px solid var(--focus-color);outline-offset:2px}.btn{display:inline-block;padding:14px 32px;font-size:1rem;font-weight:600;font-family:inherit;text-align:center;border:none;border-radius:4px;cursor:pointer;transition:all var(--transition-speed) ease;text-transform:uppercase;letter-spacing:.05em}.btn--primary{background:var(--white);color:var(--black);border:2px solid var(--black)}.btn--primary:hover{background:var(--gray-200);border-color:var(--gray-800);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn--secondary{background:transparent;color:var(--black);border:2px solid var(--black)}.btn--secondary:hover{background:var(--black);color:var(--white);transform:translateY(-2px)}.btn--large{padding:18px 40px;font-size:1.1rem}.btn--small{padding:10px 24px;font-size:.875rem}.btn--full{width:100%}.btn:focus{outline:2px solid var(--focus-color);outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.section--hero .btn--primary{background:var(--white);color:var(--black)}.section--hero .btn--primary:hover{background:var(--gray-200)}.section--ask .btn--primary{background:var(--black);color:var(--white);border:2px solid var(--black)}.section--ask .btn--primary:hover{background:var(--gray-800)}.modal .btn--primary{background:var(--black);color:var(--white);border:2px solid var(--black)}.modal .btn--primary:hover{background:var(--gray-800);border-color:var(--gray-800)}.modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px}.modal[hidden]{display:none}.modal__overlay{position:fixed;inset:0;background:#000000d9;cursor:pointer}.modal__content{position:relative;background:var(--white);color:var(--black);border-radius:8px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;z-index:1}.modal__header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem;border-bottom:2px solid var(--gray-200)}.modal__title{font-size:1.75rem;font-weight:700;margin:0;line-height:1.3;flex:1}.modal__close{background:none;border:none;font-size:2.5rem;line-height:1;cursor:pointer;padding:0;width:40px;height:40px;display:grid;place-items:center;border-radius:4px;transition:background var(--transition-speed);flex-shrink:0;margin-left:1rem}.modal__close:hover{background:var(--gray-200)}.modal__close:focus{outline:2px solid var(--focus-color);outline-offset:2px}.modal__body{padding:2rem}.modal__intro{font-size:1.1rem;line-height:1.6;margin:0 0 2rem}.modal__cta{margin-top:2.5rem;text-align:center}.kpi-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.kpi-card{padding:1.5rem;background:var(--gray-100);border-left:4px solid var(--black);border-radius:4px}.kpi-card__value{font-size:2.5rem;font-weight:700;line-height:1;margin:0 0 .5rem;color:var(--black)}.kpi-card__label{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--black)}.kpi-card__description{font-size:.9rem;line-height:1.5;color:var(--gray-600);margin:0}@media(min-width:640px){.kpi-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.insights-hero{text-align:center;margin:0 0 2.5rem;padding:2rem 0}.insights-hero__stat{font-size:3.5rem;font-weight:700;color:var(--black);margin:0 0 1rem;line-height:1}.insights-hero__stat-number{color:var(--gold)}.insights-hero__description{font-size:1.1rem;line-height:1.6;color:var(--gray-600);max-width:600px;margin:0 auto}.insights-card{margin:2rem 0;padding:1.5rem;background:var(--gray-100);border-radius:8px;border-left:4px solid var(--black)}.insights-card__title{font-size:1.4rem;font-weight:700;margin:0 0 1rem;color:var(--black)}.insights-card__table{width:100%;margin:1rem 0;border-collapse:collapse}.insights-card__table td{padding:.75rem .5rem;border-bottom:1px solid var(--gray-300);vertical-align:top}.insights-card__table td:first-child{width:40px;text-align:center;font-size:1.5rem}.insights-card__table td:nth-child(2){padding-left:1rem}.insights-card__table td:last-child{width:60px;text-align:right;font-weight:700;color:var(--gold)}.insights-card__table tr:last-child td{border-bottom:none}.insights-card__text{font-size:1rem;line-height:1.6;color:var(--gray-600);margin:1rem 0}.insights-card__list{list-style:none;padding:0;margin:1rem 0}.insights-card__list li{padding:.5rem 0 .5rem 1.5rem;position:relative}.insights-card__list li:before{content:"•";position:absolute;left:0;color:var(--gold);font-weight:700;font-size:1.2rem}.insights-card__highlight{font-size:2rem;font-weight:700;color:var(--gold);display:block;margin:1rem 0}.insights-card__note{font-size:.95rem;color:var(--gray-600);font-style:italic;margin:.5rem 0}.insights-card__split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:1.5rem 0;text-align:center}.insights-card__split-item{padding:1rem}.insights-card__split-icon{font-size:2rem;margin-bottom:.5rem}.insights-card__split-label{font-size:1rem;font-weight:600;color:var(--black)}.insights-card__icons{display:flex;justify-content:space-around;align-items:center;margin:1.5rem 0;flex-wrap:wrap;gap:1rem}.insights-card__icon-item{text-align:center;flex:1;min-width:100px}.insights-card__icon-symbol{font-size:2rem;color:var(--gold);margin-bottom:.5rem}.insights-card__icon-label{font-size:.9rem;font-weight:600;color:var(--black)}.insights-notice{background-color:#fff5f5;border:2px solid #dc2626;border-radius:8px;padding:1.25rem 1.5rem;margin:1.5rem 0}.insights-notice__title{font-size:1rem;font-weight:700;color:#dc2626;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;text-align:center}.insights-notice__text{font-size:.9rem;line-height:1.6;color:#7f1d1d;margin:0;text-align:center}.insights-cta{margin-top:2.5rem;padding-top:2rem;border-top:2px solid var(--gray-200);text-align:center}.insights-cta__title{font-size:1.3rem;font-weight:700;margin:0 0 .5rem;color:var(--black)}.insights-cta__description{font-size:1rem;line-height:1.6;color:var(--gray-600);margin:0 0 1.5rem}.insights-cta__buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.insights-cta__buttons .btn{flex:1;max-width:250px}.insights-cta__note{font-size:.85rem;color:var(--gray-600);margin:1rem 0 0}.insights-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--gray-300);font-size:.85rem;color:var(--gray-600);line-height:1.6}.insights-footer p{margin:.25rem 0}@media(max-width:640px){.insights-hero__stat{font-size:2.5rem}.insights-card__split{grid-template-columns:1fr;gap:1rem}.insights-cta__buttons{flex-direction:column}.insights-cta__buttons .btn{max-width:100%}}.form__group{margin-bottom:1.5rem}.form__group label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.95rem}.form-input{width:100%;padding:12px 16px;border:2px solid var(--gray-300);border-radius:4px;font:inherit;font-size:1rem;transition:border-color var(--transition-speed);background:var(--white);color:var(--black)}.form-input:focus{outline:none;border-color:var(--black);box-shadow:0 0 0 3px #0000001a}.form-input:invalid:not(:-moz-placeholder){border-color:#dc3545}.form-input:invalid:not(:placeholder-shown){border-color:#dc3545}.form-input::-moz-placeholder{color:var(--gray-600);opacity:.7}.form-input::placeholder{color:var(--gray-600);opacity:.7}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hidden{display:none}.site-footer{padding:3rem var(--pad-x) 2rem;background-color:var(--gray-100);border-top:1px solid var(--gray-300);text-align:center}.footer__company-info{font-size:.875rem;color:var(--gray-600);margin:0;line-height:1.6}@media(max-width:640px){:root{--pad-x: 20px;--pad-y: 40px}.section--hero{text-align:left}.fixed-header__logo{height:36px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}
