@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Montserrat:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600&display=swap";:root{--font-primary: "Cormorant Garamond", serif;--font-secondary: "Outfit", sans-serif;--font-display: "Montserrat", sans-serif;--color-primary: #a186b5;--color-primary-dark: #8c6fa3;--color-background-lavender: #f4eaeb;--color-background-grey: #e3e1e0;--color-surface-white: #fcf8f6;--color-text-dark: #665b59;--color-text-light: #222222;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 2rem;--spacing-xl: 4rem;--spacing-2xl: 8rem;--border-radius-md: 8px;--border-radius-lg: 16px;--transition-fast: .2s ease;--transition-normal: .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-secondary);background-color:#fff;color:var(--color-text-dark);line-height:1.6}#root{padding:0 10px}h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-primary);letter-spacing:.05em;margin-bottom:var(--spacing-sm)}h2{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;color:var(--color-text-dark)}h3,h4{font-family:var(--font-display);font-weight:600;color:var(--color-text-dark)}p{font-size:1.125rem;color:var(--color-text-light);margin-bottom:var(--spacing-md)}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-dark)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;font-size:1rem;font-weight:400;font-family:var(--font-display);border-radius:0;transition:all var(--transition-normal);cursor:pointer;border:none}.btn-primary{background-color:#7a638b;color:#fff}.btn-primary:hover{background-color:var(--color-primary-dark);color:#fff}.header{text-align:center;padding-top:0;background:#fbf9fa}.header-logo{display:block;margin:0 auto;padding:0}.header-logo-img{height:125px;margin-bottom:-5px;width:auto}.header-divider{width:100%;max-width:940px;height:2px;background-color:#c7bcbb;margin:0 auto .8rem}.nav-links{display:flex;justify-content:center;gap:2.5rem;padding-bottom:2rem;flex-wrap:wrap}.nav-link{font-weight:300;color:var(--color-text-dark);text-transform:none;letter-spacing:.01em;font-size:.9rem}.nav-link:hover,.nav-link.active{color:var(--color-primary)}.hero-section{background-color:var(--color-background-lavender);text-align:center;padding:3rem 0 4rem;max-width:980px;margin:0 auto}.hero-content{max-width:980px;margin:0 auto}.hero-title{font-size:2.6rem;font-weight:500;color:var(--color-primary);letter-spacing:.02em;margin-bottom:.5rem}.hero-subtitle{font-size:2.2rem;font-weight:500;color:var(--color-primary);letter-spacing:.02em;margin-bottom:2rem}.hero-description{font-size:1.05rem;color:var(--color-text-light);line-height:1.5;font-weight:400;max-width:700px;margin:0 auto 3rem}.carousel-container{position:relative;width:100%;max-width:980px;margin:0 auto;overflow:hidden}.carousel-slide{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.carousel-controls{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 var(--spacing-md);pointer-events:none}.carousel-btn{pointer-events:auto;background:transparent;border:none;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.carousel-btn svg{width:32px;height:32px;stroke-width:1.5}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:var(--spacing-sm)}.dot{width:8px;height:8px;border-radius:50%;background-color:#ccc;cursor:pointer}.dot.active{background-color:var(--color-primary)}.hello-section{background-color:var(--color-background-grey);padding:4rem 1rem;max-width:980px;margin:0 auto;margin-top:2rem}.hello-inner{background-color:#fff;max-width:980px;margin:0 auto;padding:0;display:flex;flex-direction:column}@media(min-width:768px){.hello-inner{flex-direction:row;align-items:stretch}}.text-content{flex:1;padding:4rem 3rem 4rem 4rem;display:flex;flex-direction:column;justify-content:center}.hello-title{font-family:var(--font-display);font-size:2.8rem;color:#4a403d;font-weight:500;margin-bottom:2rem}.hello-text{font-size:1.05rem;line-height:1.8;color:#333;margin-bottom:1.5rem;font-weight:300}.hello-text strong{font-weight:500}.badges-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;border-left:20px solid #f6f5f5;background-color:#fbf9fa;width:250px;flex-shrink:0}.badges-content .btn{margin-bottom:3rem;width:80%}.badges-stack{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.badge-img{max-width:160px;height:auto;display:block}.sx-verified-seal{display:block;min-height:70px;width:auto}.image-content{flex:1;display:flex}.vertical-founder-img{width:100%;height:100%;object-fit:cover;display:block}main.flex-grow{background-color:c7bcbb;position:relative;z-index:10;margin-bottom:140px;box-shadow:0 15px 15px -15px #0000001a}.footer{text-align:center;padding:var(--spacing-md);border-top:1px solid #eaeaea;position:fixed;bottom:0;left:10px;right:10px;height:140px;z-index:1;background-color:var(--color-surface-white);display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-logo{height:40px;margin-bottom:var(--spacing-sm)}.footer p{font-size:.8rem;color:#888;margin:0}.about-hero-section{max-width:980px;margin:4rem auto;display:flex;flex-direction:column;gap:12px}@media(min-width:768px){.about-hero-section{flex-direction:row;align-items:stretch}}.about-col-left{flex:1;background:linear-gradient(135deg,#e8c6d3,#fbd0ad,#897099);padding:4rem 3rem;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start}.about-story-title{color:#fff;font-size:5rem;line-height:1.1;font-weight:600;text-align:left;z-index:2;margin:0;font-family:var(--font-secondary)}.about-logo-overlay{width:140%;max-width:500px;position:absolute;bottom:-15%;left:-20%;opacity:.85;z-index:1}.about-col-right{flex:1;background:linear-gradient(135deg,#ddc5e3,#facda8,#897099);padding:5rem 3rem;text-align:center;display:flex;flex-direction:column;justify-content:center}.about-heading{color:#4a403d;font-size:1.1rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.5rem;margin-top:0;text-transform:uppercase;font-family:var(--font-secondary)}.about-text{color:#4a403d;font-size:1.05rem;line-height:1.8;font-weight:400;font-family:var(--font-secondary);margin-bottom:0}.about-text u{text-decoration-thickness:1px;text-underline-offset:2px}.services-page{background-color:var(--color-background-lavender);padding-top:5rem;min-height:calc(100vh - 140px);display:flex;flex-direction:column}.services-container{max-width:980px;margin:0 auto;padding:0 1rem;flex-grow:1}.services-header{text-align:center;margin-bottom:4rem}.services-title{font-family:var(--font-display);font-size:3.2rem;color:#4a403d;font-weight:600;margin-bottom:2rem;margin-top:0}.services-intro{font-size:1.05rem;color:#4a403d;font-weight:300;line-height:1.8;max-width:700px;margin:0 auto}.services-grid{display:flex;flex-direction:column;gap:3rem;padding-bottom:4rem}@media(min-width:768px){.services-grid{flex-direction:row;gap:2rem}}.service-card{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.service-image-container{width:170px;height:170px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem}.service-image{width:100%;height:100%;object-fit:cover}.service-card-title{font-family:var(--font-display);font-size:1.35rem;color:#4a403d;font-weight:600;margin-bottom:1rem}.service-card-desc{font-size:.95rem;color:#4a403d;font-weight:300;line-height:1.8;padding:0;margin:0}.hidden-mobile{display:none}@media(min-width:768px){.hidden-mobile{display:block}}.wavy-border-container{width:100%;overflow:hidden;line-height:0;margin-top:auto;position:relative;z-index:2}.wavy-border-svg{width:100%;min-width:1000px;height:auto;display:block;transform:translateY(2px)}.about-page{width:100%;display:flex;flex-direction:column;background-color:#fff}.about-split-section{display:flex;width:100%;min-height:auto}@media(max-width:900px){.about-split-section{flex-direction:column}}.about-split-left{flex:1;padding:8rem 4rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;overflow:hidden}.about-split-right{flex:1;padding:8rem 4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.about-split-content{width:100%;max-width:500px;margin:0 auto}.purple-bg{background-color:#d8bfd8}.peach-bg{background:linear-gradient(180deg,#fce1d4,#f9b99e)}.about-logo-watermark{position:absolute;bottom:5%;left:5%;width:280px;z-index:1;pointer-events:none}.about-full-logo-img{width:100%;height:auto;opacity:1}.giant-lotus-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;pointer-events:none;z-index:1;opacity:.15}.about-giant-lotus-watermark{width:100%;height:auto;mix-blend-mode:screen}.about-title-large{font-family:var(--font-secondary);font-size:5.5rem;font-weight:600;color:#fff;line-height:1;margin-bottom:3rem;z-index:2;position:relative;letter-spacing:-1px;text-transform:none}.about-heading-small{font-family:var(--font-display);font-size:1.1rem;font-weight:700;letter-spacing:3px;color:#333;margin-bottom:2rem}.about-text-dark{font-family:var(--font-secondary);font-size:1.05rem;line-height:1.8;color:#333;margin-bottom:1.5rem}.principle-item{width:100%;margin-bottom:2.5rem}.principle-heading{font-family:var(--font-display);font-size:1.1rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem;color:#333}.principle-text{font-family:var(--font-secondary);font-size:1rem;line-height:1.7;color:#444}.about-purple-logo-box{background-color:#000;padding:3rem 2rem;display:flex;align-items:center;justify-content:center;width:100%;max-width:420px;border-radius:100px;z-index:2;margin-top:4rem}.about-text-logo-img{width:90%;height:auto;mix-blend-mode:screen}.principles-bottom-icon{display:flex;justify-content:flex-end;margin-top:2rem}.about-bottom-lotus-icon{width:80px;height:auto;opacity:.8;mix-blend-mode:screen}.small-purple-lotus{width:45px;background-color:#8c71a3;padding:1rem;box-sizing:content-box}.about-kaye{background:linear-gradient(180deg,#d8bfd8,#f9b99e);padding:0 2rem 8rem;overflow:visible}.kaye-portrait-wrapper{position:relative;width:480px;height:480px;border-radius:50%;overflow:hidden;margin:-10rem auto 4rem;box-shadow:0 20px 50px #00000026;border:12px solid #fff;z-index:20}.kaye-portrait-img{width:100%;height:100%;object-fit:cover}.about-kaye-text-container{max-width:850px;margin:0 auto}.about-kaye-title{font-family:var(--font-display);font-size:3.5rem;color:#333;margin-bottom:3rem;font-weight:600}.about-bio-text{text-align:left}.about-bio-transition{width:100%;height:40px;display:flex;flex-direction:column}.transition-stripe{height:20px;width:100%}.stripe-1{background-color:#f7dacd}.stripe-2{background-color:#f4c8b3}.about-specialties{background-color:#f9b99e;padding:4rem 2rem 8rem}.about-oval{background-color:#fce1d4;border-radius:800px;padding:6rem 8rem;width:100%;max-width:1100px;margin:0 auto;box-shadow:0 15px 40px #00000014}.oval-bottom{background-color:#fae4dc;margin-top:-8rem}.oval-title{font-family:var(--font-display);font-size:3rem;color:#fff;margin-bottom:2.5rem;text-shadow:1px 1px 3px rgba(0,0,0,.1);font-weight:600}.oval-list{list-style-type:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:1rem 3rem}.oval-list li{font-family:var(--font-display);font-size:.9rem;color:#444;position:relative;padding-left:20px}.oval-list li:before{content:"•";position:absolute;left:0;color:#8c71a3;font-weight:700}.back-to-top{background:transparent;border:none;font-family:var(--font-display);font-size:.85rem;letter-spacing:2px;color:#333;cursor:pointer;margin-top:4rem;text-decoration:underline;text-underline-offset:5px;display:inline-block;font-weight:600}.back-to-top:hover{color:#fff}@media(max-width:768px){.kaye-portrait-wrapper{width:320px;height:320px;margin-top:-6rem}.about-title-large{font-size:3.5rem;text-align:center}.about-oval{padding:3rem 2rem;border-radius:40px}.oval-list{grid-template-columns:1fr}.oval-bottom{margin-top:2rem}.about-title-large{font-size:3.5rem;text-align:left}}.contact-page-wrapper{background-color:#f7ede8;font-family:var(--font-display)}.contact-page-bg{background-color:#ab8e93;padding-top:10rem;padding-bottom:6rem}.contact-header{text-align:center;color:#f0e8e6;font-size:3rem;font-weight:500;margin-bottom:4rem;letter-spacing:2px;text-transform:none}.contact-form-container{display:flex;max-width:900px;margin:0 auto;box-shadow:0 4px 20px #0000001a}.contact-left-col{flex:1;background-color:#f1dfec;display:flex;justify-content:center;align-items:center;position:relative;padding:3rem}.contact-logo-image{width:100%;max-width:300px;height:auto;opacity:1}.client-portal-btn-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#7a638b;color:#fff;padding:1rem 2rem;text-decoration:none;font-weight:600;letter-spacing:1px;transition:opacity .3s,background-color .3s}.client-portal-btn-overlay:hover{background-color:#5c4a6b;border-radius:4px}.contact-right-col{flex:1;background-color:#e6dfdb;padding:3.5rem 2.5rem;display:flex;flex-direction:column}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form-row{display:flex;gap:1rem}.contact-form-row>*{flex:1}.contact-form-group{display:flex;flex-direction:column;text-align:left}.contact-form-group label{font-size:.8rem;color:#333;margin-bottom:.25rem;font-weight:400}.contact-form-input{padding:.6rem;border:1px solid #7a638b;background-color:transparent;font-family:inherit;font-size:.95rem;outline:none}.contact-form-input:focus{border-width:2px}.contact-terms-group{margin-top:1rem}.contact-terms-text{font-size:.65rem;color:#666;line-height:1.4}.contact-submit-btn{background-color:#7a638b;color:#fff;border:none;padding:.8rem 2.5rem;cursor:pointer;align-self:flex-end;margin-top:1rem;font-weight:500;transition:background-color .3s}.contact-submit-btn:hover{background-color:#5c4a6b}@media(max-width:768px){.contact-form-container{flex-direction:column;margin:0 1rem}.contact-left-col{padding:4rem 0}}.resources-page-bg{background:linear-gradient(to bottom,#e0ceeb66,#ffffffe6,#fbe6e3cc 60%,#8e729b99);padding-top:100px;position:relative;min-height:100vh}.resources-content-container{max-width:940px;margin:0 auto;padding:0 20px}.resources-content-container p,.resources-content-container li{color:#333;font-size:1.15rem;line-height:1.7}.resources-content-container h1{font-family:var(--font-display);font-size:3.5rem;color:#2b1f2b;margin-bottom:2rem;font-weight:700}.resources-content-container h2{font-family:var(--font-display);font-size:2.25rem;font-weight:600;color:#2b1f2b;margin-top:3rem;margin-bottom:1.5rem;border:none}.resources-list{list-style-type:disc;padding-left:2rem;margin-bottom:2rem}.resources-list>li{margin-bottom:1rem;line-height:1.6}.resources-nested-list{list-style-type:circle;padding-left:2.5rem;margin-top:.5rem}.resources-nested-list>li{color:#444;margin-bottom:.5rem;font-size:1.05rem}.resources-content-container a{color:#333;text-decoration:underline;text-underline-offset:4px;transition:color .3s}.resources-content-container a:hover{color:var(--color-primary)}.resources-closing-note{max-width:100%}.resources-closing-note p{font-family:var(--font-display);color:#8c5a5a;font-style:italic;font-weight:500;font-size:1.35rem;line-height:1.5;text-align:right;margin-bottom:0}.faq-page-bg{background-color:#f1cbc6;padding-top:100px;position:relative;overflow-x:hidden}.faq-content-container{max-width:1100px;margin:0 auto;padding:0 40px}.faq-header{font-family:var(--font-display);font-size:4rem;color:#7a638b;font-weight:700;text-align:center}.faq-zigzag-divider{width:100%;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 8 L8 0 L16 8 Z' fill='%237a638b' fill-opacity='0.4'/%3E%3C/svg%3E");background-repeat:repeat-x;background-position:center;opacity:.6}.faq-question{font-family:var(--font-display);font-size:1.75rem;color:#7a638b;letter-spacing:.05em;font-weight:600;text-align:center}.faq-answer{text-align:center}.faq-answer p{font-size:1.25rem;line-height:1.6;color:#1a1a1a;text-align:center}.faq-answer a{color:#7a638b;text-decoration:underline;font-weight:500}.faq-ask-link{font-size:2rem;font-family:var(--font-display);color:#7a638b;text-decoration:underline;text-underline-offset:8px;font-weight:600;transition:opacity .3s}.faq-ask-link:hover{opacity:.8}.faq-bottom-wavy-pattern{width:100%;margin-top:4rem;line-height:0}.faq-bottom-wavy-pattern svg{width:100%;height:250px;display:block}@media(max-width:768px){.faq-header{font-size:3rem}.faq-question{font-size:1.5rem}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem}.modal-container{background-color:#fff;width:100%;max-width:500px;border-radius:0;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;overflow:hidden;border:1px solid #eee}.modal-header{padding:1.5rem 2rem;background-color:#fbf9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.modal-title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:#7a638b;margin:0}.modal-close-btn{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#666;line-height:1;padding:.5rem;transition:color .2s}.modal-close-btn:hover{color:#7a638b}.modal-body{padding:2rem}.modal-list{list-style-type:none;padding:0;margin:0}.modal-list li{font-family:var(--font-secondary);font-size:1.1rem;color:#333;padding:.75rem 0;border-bottom:1px solid #f6f5f5;display:flex;align-items:center}.modal-list li:last-child{border-bottom:none}.modal-list li:before{content:"•";color:#7a638b;font-weight:700;margin-right:.75rem}.insurance-lookup-link{font-size:.85rem;color:#7a638b;text-decoration:underline;cursor:pointer;margin-left:.5rem;font-family:var(--font-secondary);font-weight:500}.insurance-lookup-link:hover{color:#5c4a6b}
