.hero{background:linear-gradient(to bottom,#fff 0,#fafbfc 100%);padding:2rem 0 4rem;overflow:visible;min-height:600px}.hero-grid{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:900px;margin:0 auto}.hero-left-column{color:var(--text-primary);width:100%}.hero-left-column h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem, 4vw, 2.75rem);font-weight:600;line-height:1.2;margin-bottom:1rem;letter-spacing:-.02em;color:var(--text-primary)}.hero-intro-text{font-size:1.0625rem;line-height:1.6;color:var(--text-secondary);margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-left-column .hero-subtitle{font-size:clamp(1.125rem, 2.5vw, 1.375rem);line-height:1.6;margin-bottom:2rem;color:var(--text-secondary);font-weight:400}.hero-content{color:var(--text-primary);width:100%}.hero-image-wrapper{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15);max-width:600px;margin:2rem auto 0}.hero-image{width:100%;height:auto;display:block;border-radius:24px}.doctor-quote{max-width:600px;margin:2rem auto 0;padding:2rem;background:linear-gradient(135deg,rgba(45,107,106,.03) 0,rgba(198,162,114,.03) 100%);border-left:4px solid var(--color-primary);border-radius:12px;position:relative}.quote-text{font-family:'Cormorant Garamond',serif;font-size:1.25rem;line-height:1.7;color:var(--text-primary);font-style:italic;margin:0 0 1.25rem 0;font-weight:500}.quote-author{font-size:.9375rem;color:var(--text-secondary);line-height:1.5;text-align:right}.quote-author strong{color:var(--color-primary);font-weight:700;font-size:1.0625rem}.quick-steps{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,rgba(45,107,106,.05) 0,rgba(198,162,114,.05) 100%);border-radius:16px;border:1px solid rgba(45,107,106,.1);max-width:800px;margin-left:auto;margin-right:auto}.quick-step{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex:1}.quick-step-number{width:48px;height:48px;background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:700;box-shadow:0 4px 12px rgba(45,107,106,.3)}.quick-step-title{font-size:.9375rem;font-weight:600;color:var(--text-primary);text-align:center;line-height:1.4}.quick-step-arrow{color:var(--color-primary);opacity:.5;flex-shrink:0}.hero-badges{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:1.5rem;justify-content:center}.hero-badge{display:inline-flex;align-items:center;gap:.375rem;background:linear-gradient(135deg,#eff6ff 0,#dbeafe 100%);color:#0369a1;padding:.4rem .875rem;border-radius:50px;font-size:.8125rem;font-weight:600;border:1px solid #bfdbfe}.hero-badge svg{width:14px;height:14px;flex-shrink:0}.trust-stats{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:center;margin-bottom:2rem;padding:1rem 1.5rem;background:linear-gradient(135deg,rgba(45,107,106,.05) 0,rgba(198,162,114,.05) 100%);border-radius:12px;border:1px solid rgba(45,107,106,.1)}.trust-stats span{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:var(--text-primary)}.hero-social-proof{display:flex;gap:2rem;margin-bottom:2rem;padding:1.25rem;background:linear-gradient(135deg,rgba(45,107,106,.05) 0,rgba(198,162,114,.05) 100%);border-radius:16px;border:1px solid rgba(45,107,106,.1)}.social-proof-stat{display:flex;align-items:center;gap:.875rem}.social-proof-icon{width:48px;height:48px;min-width:48px;color:var(--color-primary);background:rgba(45,107,106,.1);border-radius:12px;padding:10px}.social-proof-stat>span{display:block}.social-proof-number{font-size:1.75rem;font-weight:800;color:var(--color-primary);line-height:1;margin-bottom:.25rem;letter-spacing:-.02em}.social-proof-label{font-size:.875rem;color:var(--text-secondary);font-weight:600;line-height:1.2}.search-container{background:#fff;border-radius:16px;padding:1rem;box-shadow:0 8px 20px rgba(0,0,0,.12);max-width:800px;margin:0 auto 2rem;position:relative}.search-label{display:block;font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.search-input-wrapper{position:relative;z-index:10}.search-input{width:100%;padding:1rem 3.5rem 1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1.125rem;font-family:Outfit,sans-serif;transition:all .2s cubic-bezier(.4, 0, .2, 1);color:var(--text-primary);background:#fff}.search-input:focus{outline:0;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(45,107,106,.1)}.search-input::placeholder{color:#5c5854}.search-icon{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);color:var(--color-primary);pointer-events:none;z-index:1}.search-suggestions{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid var(--color-primary);border-top:none;border-radius:0 0 12px 12px;margin-top:-2px;box-shadow:0 8px 24px rgba(0,0,0,.15);max-height:min(400px,50vh);overflow-y:auto;z-index:100}.search-suggestions.active{display:block}.suggestion-item{padding:.875rem 1.25rem;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:.75rem;color:var(--text-primary);text-decoration:none;border-bottom:1px solid #f1f5f9}.suggestion-item:last-child{border-bottom:none}.suggestion-item:focus,.suggestion-item:hover{background-color:rgba(45,107,106,.05);outline:0}.suggestion-item:focus-visible{background-color:rgba(45,107,106,.1);outline:2px solid var(--color-primary);outline-offset:-2px}.suggestion-icon{color:var(--color-primary);flex-shrink:0}.suggestion-text{flex:1;display:flex;align-items:center;gap:.75rem}.suggestion-name{font-weight:600;font-size:1rem;flex:1}.suggestion-price{font-size:.875rem;color:var(--text-secondary);white-space:nowrap}.browse-all-tests{text-align:center;margin-top:1rem;padding:.5rem 0}.browse-all-tests p{font-size:.9rem;color:var(--text-secondary)}.browse-all-link{color:var(--color-primary);text-decoration:none;font-weight:600;transition:all .2s ease}.browse-all-link:hover{color:var(--color-gold);text-decoration:underline}.frequently-searched{margin-top:1.5rem;max-width:800px;margin-left:auto;margin-right:auto;padding:.5rem 0}.frequently-searched-title{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em;text-align:center}.frequently-searched-links{display:flex;flex-wrap:nowrap;gap:.75rem;justify-content:center;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:.25rem 0}.frequently-searched-links::-webkit-scrollbar{display:none}.frequently-searched-links{-ms-overflow-style:none;scrollbar-width:none}.frequently-searched-link{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:rgba(45,107,106,.05);border:1px solid rgba(45,107,106,.15);border-radius:8px;color:var(--color-primary);text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.4, 0, .2, 1);flex:1;min-width:0;justify-content:center;white-space:nowrap}.frequently-searched-link:hover{background:rgba(45,107,106,.1);border-color:var(--color-primary);transform:translateY(-1px);box-shadow:0 2px 8px rgba(45,107,106,.15)}.frequently-searched-icon{color:var(--color-primary);flex-shrink:0}.hero-trust-badges{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2.5rem}.trust-badge{display:flex;align-items:center;gap:.75rem;background:rgba(45,107,106,.05);padding:.875rem 1.25rem;border-radius:12px;border:1px solid rgba(45,107,106,.15)}.trust-badge-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;flex-shrink:0}.trust-badge-icon svg{color:#fff}.trust-badge-text{flex:1}.trust-badge-title{font-weight:700;font-size:.9375rem;margin-bottom:.125rem;color:var(--text-primary)}.trust-badge-desc{font-size:.8125rem;color:var(--text-secondary)}.features-section{padding:4rem 0;background:linear-gradient(to bottom,#fff 0,#fafbfc 100%)}.section-header{text-align:center;max-width:700px;margin:0 auto 3rem}.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem, 4vw, 3rem);color:var(--text-primary);font-weight:600;letter-spacing:-.01em;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;border:2px solid rgba(198,162,114,.15);border-radius:20px;padding:2rem;text-align:center;transition:all .3s cubic-bezier(.4, 0, .2, 1);box-shadow:0 2px 8px rgba(0,0,0,.04)}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(45,107,106,.12);border-color:var(--color-gold)}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#eff6ff 0,#dbeafe 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.feature-card h3{font-size:1.5rem;color:var(--text-primary);margin-bottom:.75rem;font-weight:700;letter-spacing:-.01em}.feature-card p{color:var(--text-secondary);line-height:1.7;font-size:1rem}.how-it-works{padding:4rem 0;background:#fff}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem}.step-card{position:relative;text-align:center;padding:2rem 1.5rem}.step-number{width:60px;height:60px;background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.75rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 4px 12px rgba(45,107,106,.3)}.step-card h3{font-size:1.25rem;color:var(--text-primary);margin-bottom:.75rem;font-weight:700}.step-card p{color:var(--text-secondary);line-height:1.6}.cta-section{padding:4rem 0;background:linear-gradient(to bottom,#fafbfc 0,#fff 100%)}.section-title-center{text-align:center}.sticky-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(255,255,255,.98) 0,rgba(255,255,255,.95) 100%);backdrop-filter:blur(10px);padding:.875rem 1rem;box-shadow:0 -4px 20px rgba(0,0,0,.15);z-index:90;border-top:1px solid rgba(0,0,0,.1)}.sticky-cta-content{display:flex;gap:.75rem;max-width:600px;margin:0 auto}.sticky-cta-content .btn{flex:1;padding:.75rem 1rem;font-size:.9375rem;display:flex;align-items:center;justify-content:center;gap:.5rem}@media (max-width:768px){.hero{padding:1.5rem 0 2.5rem}.sticky-cta-bar{display:block;position:fixed;bottom:0;left:0;right:0;z-index:9999}body{padding-bottom:70px}.search-container{margin-bottom:1.5rem}.search-suggestions{max-height:min(300px,40vh)}.hero-grid{gap:2rem}.hero-left-column{display:flex;flex-direction:column}.hero-left-column h1{order:1}.hero-left-column .hero-intro-text{order:2;margin-bottom:1rem}.desktop-only-text{display:none}.hero-left-column .hero-subtitle{order:3;margin-bottom:1.5rem}.hero-content{display:flex;flex-direction:column}.trust-stats{order:1;gap:1rem;padding:.875rem 1rem}.trust-stats span{font-size:.8125rem}.hero-badges{order:2;margin-bottom:1rem}.search-container{order:3;box-shadow:0 6px 16px rgba(0,0,0,.1)}.frequently-searched{order:4;margin-top:1rem}.frequently-searched-links{flex-wrap:wrap;gap:.5rem}.frequently-searched-link{flex:0 1 auto;min-width:auto;font-size:.8125rem;padding:.5rem .875rem}.hero-image-wrapper{order:5;margin-top:2rem}.doctor-quote{order:6;margin-top:1.5rem;padding:1.5rem}.quote-text{font-size:1.125rem}.quick-steps{flex-direction:column;gap:1.5rem;padding:1.25rem;order:7}.quick-step-arrow{transform:rotate(90deg)}.hero-trust-badges{gap:1rem}.trust-badge{width:100%}.features-grid,.steps-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero{padding:2rem 0}.hero-grid{gap:2rem}.hero-left-column h1{font-size:2rem}.hero-left-column .hero-subtitle{font-size:1rem}.hero-image-wrapper{border-radius:16px}.search-input{font-size:1rem;padding:.875rem 3rem .875rem 1rem}.cta-section,.features-section,.how-it-works{padding:2.5rem 0}}