.new-patients-module__BcB5WG__newPatientsPage{padding-top:80px}.new-patients-module__BcB5WG__hero{background:var(--gradient-hero);text-align:center;color:#fff;padding:6rem 0 4rem}.new-patients-module__BcB5WG__hero h1{color:#fff;margin-bottom:1rem}.new-patients-module__BcB5WG__heroSubtitle{color:#ffffffe6;max-width:600px;margin:0 auto;font-size:1.375rem}.new-patients-module__BcB5WG__expectGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.new-patients-module__BcB5WG__expectCard{position:relative}.new-patients-module__BcB5WG__stepBadge{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-block}.new-patients-module__BcB5WG__expectCard h3{margin-bottom:1rem;font-size:1.5rem}.new-patients-module__BcB5WG__expectCard p{color:var(--color-neutral-600);margin-bottom:1.25rem;line-height:1.7}.new-patients-module__BcB5WG__expectCard ul{margin:0;padding:0;list-style:none}.new-patients-module__BcB5WG__expectCard li{color:var(--color-neutral-600);padding:.5rem 0 .5rem 1.75rem;line-height:1.5;position:relative}.new-patients-module__BcB5WG__expectCard li:before{content:"✓";color:var(--color-secondary);font-weight:700;position:absolute;left:0}.new-patients-module__BcB5WG__bringSection{background:var(--color-neutral-50)}.new-patients-module__BcB5WG__bringGrid{grid-template-columns:1.5fr 1fr;align-items:start;gap:4rem;display:grid}.new-patients-module__BcB5WG__bringContent h2{margin-bottom:2rem}.new-patients-module__BcB5WG__bringList{flex-direction:column;gap:2rem;display:flex}.new-patients-module__BcB5WG__bringItem{align-items:flex-start;gap:1.5rem;display:flex}.new-patients-module__BcB5WG__bringIcon{background:var(--gradient-primary);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;display:flex}.new-patients-module__BcB5WG__bringIcon svg{color:#fff;width:24px;height:24px}.new-patients-module__BcB5WG__bringItem h4{color:var(--color-neutral-900);margin-bottom:.375rem;font-size:1.125rem}.new-patients-module__BcB5WG__bringItem p{color:var(--color-neutral-600);line-height:1.6}.new-patients-module__BcB5WG__formsDownload{border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);background:#fff;padding:2.5rem;position:sticky;top:120px}.new-patients-module__BcB5WG__formsDownload h3{margin-bottom:.75rem;font-size:1.5rem}.new-patients-module__BcB5WG__formsDownload>p{color:var(--color-neutral-600);margin-bottom:2rem;line-height:1.6}.new-patients-module__BcB5WG__formsList{flex-direction:column;gap:1rem;display:flex}.new-patients-module__BcB5WG__formLink{background:var(--color-neutral-50);border:2px solid var(--color-neutral-200);border-radius:var(--radius-lg);color:var(--color-neutral-800);transition:all var(--transition-base);align-items:center;gap:1rem;padding:1rem 1.25rem;font-weight:500;text-decoration:none;display:flex}.new-patients-module__BcB5WG__formLink:hover{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary-dark);transform:translate(5px)}.new-patients-module__BcB5WG__formLink svg{width:20px;height:20px;color:var(--color-primary)}.new-patients-module__BcB5WG__insuranceSection{background:#fff}.new-patients-module__BcB5WG__insuranceGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;display:grid}.new-patients-module__BcB5WG__insuranceCard h3{margin-bottom:1rem;font-size:1.5rem}.new-patients-module__BcB5WG__insuranceCard p{color:var(--color-neutral-600);margin-bottom:1.25rem;line-height:1.7}.new-patients-module__BcB5WG__insuranceCard ul{margin-bottom:1.5rem;padding:0;list-style:none}.new-patients-module__BcB5WG__insuranceCard li{color:var(--color-neutral-600);padding:.625rem 0 .625rem 1.75rem;position:relative}.new-patients-module__BcB5WG__insuranceCard li:before{content:"✓";color:var(--color-secondary);font-weight:700;position:absolute;left:0}.new-patients-module__BcB5WG__pricing{background:var(--color-neutral-50);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.5rem}.new-patients-module__BcB5WG__priceItem{border-bottom:1px solid var(--color-neutral-200);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.new-patients-module__BcB5WG__priceItem:last-child{border-bottom:none}.new-patients-module__BcB5WG__priceLabel{color:var(--color-neutral-700);font-weight:500}.new-patients-module__BcB5WG__priceAmount{color:var(--color-primary);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.new-patients-module__BcB5WG__note{background:var(--color-primary-light);border-left:4px solid var(--color-primary);border-radius:var(--radius-md);color:var(--color-neutral-700);padding:1rem 1.25rem;font-size:.9375rem;line-height:1.6}.new-patients-module__BcB5WG__note strong{color:var(--color-primary-dark)}.new-patients-module__BcB5WG__faqGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.new-patients-module__BcB5WG__faqItem{background:var(--color-neutral-50);border-radius:var(--radius-lg);border-left:4px solid var(--color-primary);transition:all var(--transition-base);padding:2rem}.new-patients-module__BcB5WG__faqItem:hover{box-shadow:var(--shadow-md);background:#fff;transform:translate(5px)}.new-patients-module__BcB5WG__faqItem h4{color:var(--color-neutral-900);margin-bottom:.75rem;font-size:1.125rem}.new-patients-module__BcB5WG__faqItem p{color:var(--color-neutral-600);margin:0;line-height:1.7}.new-patients-module__BcB5WG__ctaSection{color:#fff;background-color:#0000;background-image:linear-gradient(#1a3152e6,#1a3152cc),url(/expert-team.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:6rem 0}.new-patients-module__BcB5WG__ctaContent{z-index:2;text-align:center;max-width:700px;margin:0 auto;position:relative}.new-patients-module__BcB5WG__ctaContent h2{color:#fff;margin-bottom:1rem}.new-patients-module__BcB5WG__ctaContent p{color:#fffffff2;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}@media (max-width:968px){.new-patients-module__BcB5WG__bringGrid{grid-template-columns:1fr;gap:3rem}.new-patients-module__BcB5WG__formsDownload{position:static}}@media (max-width:768px){.new-patients-module__BcB5WG__hero{padding:4rem 0 3rem}.new-patients-module__BcB5WG__expectGrid,.new-patients-module__BcB5WG__insuranceGrid,.new-patients-module__BcB5WG__faqGrid{grid-template-columns:1fr}}
