*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text-dark);font-family:Lato,sans-serif;line-height:1.7;overflow-x:hidden}header{background:var(--primary);z-index:100;justify-content:center;align-items:center;padding:1.1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 20px #00000040}footer{text-align:center;flex-direction:column;padding:24px;display:flex}footer a{color:var(--primary);padding:0 2px}.logo{justify-content:center;width:100%;display:flex}.logo span{color:var(--cream);font-style:italic;font-weight:400}.hero{background:var(--green-deep);color:var(--cream);text-align:center;padding:5rem 2rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 50% 100%,#c4973a1f 0%,#0000 70%);position:absolute;inset:0}.hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.25rem;font-family:Lato,sans-serif;font-size:.78rem;font-weight:700}.hero h1{color:var(--cream);max-width:700px;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;font-family:Playfair Display,serif;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:500;line-height:1.2}.hero h1 em{color:var(--gold-light);font-style:italic}.hero-sub{color:#f5f0e8bf;max-width:520px;margin:0 auto 2.5rem;font-size:1.05rem;font-weight:300;line-height:1.75}.hero-btn{background:var(--gold);color:var(--white);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;padding:1rem 2.5rem;font-family:Lato,sans-serif;font-size:.92rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.hero-btn:hover{background:var(--gold-light);transform:translateY(-1px)}.hero-divider{background:var(--cream);clip-path:ellipse(55% 100% at 50% 100%);height:48px;position:absolute;bottom:-1px;left:0;right:0}.trust-bar{background:var(--cream-dark);border-top:1px solid #c4973a33;border-bottom:1px solid #c4973a33;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;padding:1.1rem 2rem;display:flex}.trust-item{letter-spacing:.06em;text-transform:uppercase;color:var(--green-deep);align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;display:flex}.trust-item svg{color:var(--gold);flex-shrink:0}.section{max-width:860px;margin:0 auto;padding:5rem 1.5rem}.section-title{color:var(--green-deep);text-align:center;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:500;line-height:1.3}.section-title em{color:var(--gold);font-style:italic}.section-sub{text-align:center;color:var(--text-mid);max-width:540px;margin:0 auto 3rem;font-size:1rem;font-weight:300;line-height:1.7}.gold-line{background:var(--gold);width:48px;height:2px;margin:1rem auto 0}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2.5rem;display:grid}.step-card{background:var(--white);text-align:center;border:1px solid #c4973a2e;border-radius:4px;padding:1.75rem 1.5rem;transition:box-shadow .2s,transform .2s;position:relative}.step-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.step-number{color:var(--gold-pale);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:400;line-height:1}.step-card h3{color:var(--green-deep);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:500}.step-card p{color:var(--text-mid);font-size:.88rem;font-weight:300;line-height:1.6}#quiz-section{background:var(--primary);padding:4rem 1.5rem 6rem;position:relative}.quiz-container{z-index:1;max-width:620px;margin:0 auto;position:relative}.quiz-label{letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);text-align:center;margin-bottom:.6rem;font-size:.75rem;font-weight:700}.quiz-headline{color:var(--cream);text-align:center;margin-bottom:2rem;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:500;line-height:1.3}.quiz-card{background:var(--white);box-shadow:var(--shadow-lg);border-radius:6px;overflow:hidden}.quiz-progress-bar{background:var(--cream-dark);height:4px}.quiz-progress-fill{background:linear-gradient(90deg, var(--green-mid), var(--gold));height:100%;transition:width .45s cubic-bezier(.4,0,.2,1)}.quiz-body{padding:2.25rem 2rem 2rem}.quiz-step-label{letter-spacing:.16em;text-transform:uppercase;color:var(--text-light);margin-bottom:.75rem;font-size:.73rem;font-weight:700}.quiz-question{color:var(--text-dark);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:500;line-height:1.45}.quiz-options{flex-direction:column;gap:.625rem;margin-bottom:1.75rem;display:flex}.option-btn{text-align:left;background:var(--cream);width:100%;color:var(--text-dark);cursor:pointer;border:1.5px solid #2c4a3e1f;border-radius:3px;align-items:center;gap:.875rem;padding:.875rem 1.1rem;font-family:Lato,sans-serif;font-size:.95rem;font-weight:400;transition:all .18s;display:flex}.option-btn:hover{border-color:var(--green-mid);background:var(--white);color:var(--green-deep)}.option-btn.selected{background:var(--green-deep);border-color:var(--green-deep);color:var(--cream);font-weight:700}.option-dot{opacity:.5;border:1.5px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:opacity .18s;display:flex}.option-btn.selected .option-dot{opacity:1;background:var(--gold);border-color:var(--gold)}.option-btn.selected .option-dot:after{content:"";background:var(--white);border-radius:50%;width:7px;height:7px}.quiz-nav{border-top:1px solid #2c4a3e14;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;display:flex}.btn-back{color:var(--text-mid);cursor:pointer;letter-spacing:.04em;background:0 0;border:1px solid #2c4a3e33;border-radius:3px;padding:.65rem 1.25rem;font-family:Lato,sans-serif;font-size:.85rem;transition:all .18s}.btn-back:hover{border-color:var(--primary);color:var(--primary)}.btn-back:disabled{opacity:.3;cursor:default}.btn-next{background:var(--primary);letter-spacing:.1em;text-transform:uppercase;color:var(--white);cursor:pointer;border:none;border-radius:3px;padding:.7rem 1.75rem;font-family:Lato,sans-serif;font-size:.85rem;font-weight:700;transition:all .18s}.btn-next:hover{background:var(--primary)}.btn-next:disabled{opacity:.35;cursor:default}.quiz-start{text-align:center;padding:2.5rem 2rem 2.25rem}.quiz-start-icon{margin-bottom:1rem;font-size:2.8rem;display:block}.quiz-start h2{color:var(--text-dark);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:500}.quiz-start p{color:var(--text-mid);max-width:420px;margin:0 auto 1.75rem;font-size:.95rem;font-weight:300;line-height:1.7}.btn-start{background:var(--gold);letter-spacing:.12em;text-transform:uppercase;color:var(--white);cursor:pointer;border:none;border-radius:3px;padding:.85rem 2.5rem;font-family:Lato,sans-serif;font-size:.9rem;font-weight:700;transition:background .2s,transform .15s}.btn-start:hover{background:var(--gold-light);transform:translateY(-1px)}.form-body{padding:2.25rem 2rem 2rem}.form-section-title{color:var(--text-dark);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:500}.radio-choice-row{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.radio-choice{text-align:center;cursor:pointer;min-width:130px;color:var(--text-mid);background:var(--cream);border:1.5px solid #2c4a3e26;border-radius:3px;flex:1;padding:.75rem 1rem;font-size:.9rem;transition:all .18s}.radio-choice:hover{border-color:var(--primary);color:var(--primary)}.radio-choice.selected{background:var(--primary);border-color:var(--primary);color:var(--cream);font-weight:700}.form-group{margin-bottom:1rem}.form-group label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);margin-bottom:.4rem;font-size:.8rem;font-weight:700;display:block}.form-group input{width:100%;color:var(--text-dark);background:var(--white);border:1px solid #2c4a3e2e;border-radius:3px;outline:none;padding:.7rem .9rem;font-family:Lato,sans-serif;font-size:.95rem;transition:border-color .18s}.form-group input:focus{border-color:var(--green-mid)}.form-group input::placeholder{color:var(--text-light)}.form-required-star{color:var(--error,#c0392b);font-weight:700}.form-group--error input,.radio-choice-row--error .radio-choice{border-color:var(--error,#c0392b)}.form-error-msg{color:var(--error,#c0392b);letter-spacing:0;text-transform:none;margin-top:.35rem;font-size:.78rem;font-weight:400}.result-header{background:var(--green-deep);text-align:center;padding:2rem}.result-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.5rem;font-size:.73rem;font-weight:700}.result-type-title{color:var(--cream);font-family:Playfair Display,serif;font-size:1.9rem;font-weight:500;line-height:1.2}.result-body{padding:2rem 2rem 2.25rem}.result-desc{color:var(--text-mid);margin-bottom:1.5rem;font-size:.97rem;font-weight:300;line-height:1.75}.result-cta-label{color:var(--text-dark);margin-bottom:1.25rem;font-size:.88rem;line-height:1.65}.result-cta-label strong{color:var(--primary)}.cta-benefits{background:var(--cream);border-left:3px solid var(--gold);border-radius:0 3px 3px 0;margin-bottom:1.5rem;padding:1.25rem 1.25rem 1.25rem 1.5rem}.cta-benefits h4{color:var(--primary);margin-bottom:.875rem;font-family:Playfair Display,serif;font-size:1rem;font-weight:500}.benefit-item{color:var(--text-mid);align-items:flex-start;gap:.6rem;margin-bottom:.45rem;font-size:.88rem;line-height:1.5;display:flex}.benefit-check{color:var(--gold);flex-shrink:0;margin-top:.05rem;font-weight:700}.btn-calendly{background:var(--gold);letter-spacing:.1em;text-transform:uppercase;width:100%;color:var(--white);cursor:pointer;text-align:center;border:none;border-radius:3px;padding:1rem;font-family:Lato,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:block}.btn-calendly:hover{background:var(--gold-light);transform:translateY(-1px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.quiz-card{animation:.45s both fadeUp}@media (width<=480px){.quiz-body,.form-body,.result-body,.result-header{padding:1.5rem 1.25rem}.hero{padding:3.5rem 1.25rem 3rem}.trust-bar{gap:1.25rem}}
