@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap");:root{--navy-dark:#001529;--navy-medium:#003d6b;--royal-blue:#2E5CFF;--bright-blue:#4A90E2;--teal:#00A99D;--black:#000000;--off-black:#0a0a0a;--dark-gray:#1a1a1a;--white:#ffffff;--off-white:#f8f8f8;--light-gray:#e5e5e5;--medium-gray:#6B7280;--text-dark:#1F2937}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Montserrat,-apple-system,sans-serif;color:var(--text-dark);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.page-wrapper,body{background:var(--white)}.page-wrapper{min-height:100vh}.loading-screen{position:fixed;inset:0;z-index:9999;background:var(--navy-dark);display:flex;align-items:center;justify-content:center;animation:fadeOutLoading .8s ease-out 2s forwards}.loading-logo-container{animation:logoIntro 1.5s cubic-bezier(.34,1.56,.64,1) forwards}.loading-logo{width:auto;height:350px;object-fit:contain;filter:drop-shadow(0 30px 80px rgba(46,92,255,.3))}@keyframes logoIntro{0%{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes fadeOutLoading{to{opacity:0;visibility:hidden}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(0,21,41,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(46,92,255,.15);padding:1rem 0;transform:translateY(-100%);transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.navbar-visible{transform:translateY(0)}.nav-container{max-width:1600px;margin:0 auto;padding:0 4rem;display:flex;justify-content:space-between;align-items:center}.nav-logo-container{flex-shrink:0}.nav-logo-img{height:60px;width:auto;object-fit:contain;filter:brightness(1.1);transition:transform .3s ease}.nav-logo-img:hover{transform:scale(1.05)}.nav-actions{gap:2rem}.nav-actions,.nav-contact{display:flex;align-items:center}.nav-contact{width:40px;height:40px;justify-content:center;border:1px solid rgba(46,92,255,.3);border-radius:50%;color:var(--royal-blue);transition:all .3s ease;text-decoration:none}.nav-contact:hover{background:var(--royal-blue);color:var(--white);border-color:var(--royal-blue);transform:translateY(-2px)}.nav-icon{width:18px;height:18px}.nav-portal-button{padding:.875rem 2rem;background:transparent;border:1px solid rgba(255,255,255,.15);font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;cursor:default;transition:all .3s ease;display:flex;align-items:center;gap:.75rem}.nav-portal-button,.portal-text{color:var(--light-gray)}.portal-status{font-size:.625rem;color:var(--royal-blue);opacity:.5;font-weight:400;letter-spacing:.1em}.nav-button{padding:.875rem 2rem;background:var(--royal-blue);border:none;color:var(--white);font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.nav-button:hover{background:var(--bright-blue);transform:translateY(-2px);box-shadow:0 8px 24px rgba(46,92,255,.3)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:10rem 4rem 6rem;overflow:hidden;opacity:0;background:var(--navy-dark)}.hero-visible{animation:fadeInHero 1s ease-out .3s forwards}@keyframes fadeInHero{to{opacity:1}}.hero-bg{background:radial-gradient(ellipse at top,rgba(46,92,255,.08),transparent 50%),radial-gradient(ellipse at bottom,rgba(0,169,157,.05),transparent 50%)}.hero-bg,.hero-bg:before{position:absolute;inset:0}.hero-bg:before{content:"";background-image:linear-gradient(rgba(46,92,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(46,92,255,.03) 1px,transparent 0);background-size:120px 120px;-webkit-mask-image:radial-gradient(ellipse 60% 50% at 50% 50%,black,transparent);mask-image:radial-gradient(ellipse 60% 50% at 50% 50%,black,transparent)}.hero-content-wrapper{position:relative;z-index:10;max-width:1200px;text-align:center}.hero-logo-wrapper{margin-bottom:4rem;animation:fadeInScale 1.2s cubic-bezier(.34,1.56,.64,1) .8s both}.hero-logo{width:auto;height:280px;object-fit:contain;filter:drop-shadow(0 20px 60px rgba(46,92,255,.2))}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:400;line-height:1.15;margin-bottom:2rem;letter-spacing:-.01em;animation:fadeInUp 1s ease-out 1.2s both;color:var(--white)}.hero-title-accent{display:block;color:var(--royal-blue)}.hero-tagline,.hero-title-accent{font-weight:300;font-style:italic}.hero-tagline{font-family:Cormorant Garamond,serif;font-size:clamp(1.25rem,2vw,1.75rem);color:var(--light-gray);margin-bottom:4rem;animation:fadeInUp 1s ease-out 1.4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-cta-group{display:flex;gap:1.5rem;justify-content:center;animation:fadeInUp 1s ease-out 1.6s both}.btn-primary-hero{padding:1.25rem 3.5rem;background:var(--royal-blue);color:var(--white);border:none;font-family:Montserrat,sans-serif;font-size:.9375rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;align-items:center;gap:.75rem;box-shadow:0 15px 40px rgba(46,92,255,.3)}.btn-primary-hero:hover{background:var(--bright-blue);transform:translateY(-4px);box-shadow:0 20px 50px rgba(74,144,226,.4)}.btn-arrow{width:18px;height:18px;transition:transform .3s ease;color:var(--white)}.btn-primary-hero:hover .btn-arrow{transform:translateX(4px)}.hero-scroll{position:absolute;bottom:4rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;opacity:0;animation:fadeIn 1s ease-out 2s both}@keyframes fadeIn{to{opacity:.4}}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,transparent,var(--royal-blue));animation:scrollPulse 2s ease-in-out infinite}.scroll-chevron{width:20px;height:20px;color:var(--royal-blue);animation:scrollBounce 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.container-wide{max-width:1600px;margin:0 auto;padding:0 4rem}[data-animate]{opacity:0;transform:translateY(40px);transition:opacity 1s ease-out,transform 1s cubic-bezier(.34,1.56,.64,1)}[data-animate].section-visible{opacity:1;transform:translateY(0)}.introduction{padding:10rem 0;background:var(--white);position:relative}.intro-content{max-width:900px;margin:0 auto;text-align:center}.intro-badge{display:inline-block;padding:.5rem 1.5rem;border:1px solid var(--royal-blue);color:var(--royal-blue);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin-bottom:3rem;opacity:0;transition:opacity .6s ease-out .2s}.section-visible .intro-badge{opacity:1}.intro-heading{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,4rem);font-weight:400;line-height:1.2;margin-bottom:2rem;letter-spacing:-.01em;color:var(--navy-dark)}.intro-ornament{width:100px;height:2px;background:linear-gradient(to right,transparent,var(--royal-blue),transparent);margin:3rem auto;transform:scaleX(0);transition:transform .8s ease-out .4s}.section-visible .intro-ornament{transform:scaleX(1)}.intro-text{font-size:1.125rem;line-height:1.8;color:var(--text-dark);margin-bottom:2rem;font-weight:400;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.intro-text:first-of-type{transition-delay:.6s}.intro-text:last-of-type{transition-delay:.8s}.section-visible .intro-text{opacity:1;transform:translateY(0)}.intro-text strong{color:var(--royal-blue);font-weight:600}.practices{padding:10rem 0;background:var(--off-white)}.practices-header{max-width:800px;margin:0 auto 8rem;text-align:center}.section-heading{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,4rem);font-weight:400;margin-bottom:2rem;letter-spacing:-.01em;color:var(--navy-dark)}.section-ornament{width:80px;height:2px;background:linear-gradient(to right,transparent,var(--royal-blue),transparent);margin:0 auto 2rem;transform:scaleX(0);transition:transform .8s ease-out .3s}.section-visible .section-ornament{transform:scaleX(1)}.section-description{font-size:1.125rem;color:var(--medium-gray);font-weight:400}.practices-list{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:0}.practice-item{background:var(--white);border-top:1px solid rgba(107,114,128,.15);transition:all .4s ease;opacity:0;transform:translateX(-30px)}.practice-item.practice-visible{animation:slideInPractice .6s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes slideInPractice{to{opacity:1;transform:translateX(0)}}.practice-item:last-child{border-bottom:1px solid rgba(107,114,128,.15)}.practice-item:hover{box-shadow:0 4px 20px rgba(46,92,255,.08)}.practice-header{display:grid;grid-template-columns:80px 60px 1fr 60px;grid-gap:2rem;gap:2rem;align-items:center;padding:3rem;cursor:pointer}.practice-number{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;color:var(--royal-blue);opacity:.5;transition:all .3s ease}.practice-item.is-expanded .practice-number,.practice-item:hover .practice-number{opacity:1;transform:scale(1.05)}.practice-icon-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:rgba(46,92,255,.08);border:1px solid rgba(46,92,255,.2);transition:all .4s ease}.practice-item.is-expanded .practice-icon-wrapper,.practice-item:hover .practice-icon-wrapper{background:var(--royal-blue);border-color:var(--royal-blue);transform:scale(1.05)}.practice-icon{width:24px;height:24px;color:var(--royal-blue);transition:color .3s ease}.practice-item.is-expanded .practice-icon,.practice-item:hover .practice-icon{color:var(--white)}.practice-info{text-align:left}.practice-name{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:400;margin-bottom:.5rem;transition:color .3s ease;color:var(--navy-dark)}.practice-item.is-expanded .practice-name,.practice-item:hover .practice-name{color:var(--royal-blue)}.practice-subtitle{font-size:.9375rem;color:var(--medium-gray);font-weight:400}.practice-toggle{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(107,114,128,.2);border-radius:50%;transition:all .3s ease}.practice-item:hover .practice-toggle{border-color:var(--royal-blue);background:rgba(46,92,255,.05)}.toggle-icon{width:20px;height:20px;color:var(--royal-blue);transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.practice-item.is-expanded .toggle-icon{transform:rotate(180deg)}.practice-body{max-height:0;opacity:0;overflow:hidden;transition:max-height .6s cubic-bezier(.34,1.56,.64,1),opacity .4s ease,padding .6s cubic-bezier(.34,1.56,.64,1);padding:0 3rem 0 calc(80px + 60px + 5rem)}.practice-item.is-expanded .practice-body{max-height:800px;opacity:1;padding:0 3rem 3rem calc(80px + 60px + 5rem)}.practice-highlight{position:relative;padding:2rem 2rem 2rem 3rem;background:rgba(46,92,255,.05);border-left:3px solid var(--royal-blue);margin-bottom:2.5rem}.highlight-text{font-family:Cormorant Garamond,serif;font-size:1.375rem;font-style:italic;color:var(--royal-blue);font-weight:400;line-height:1.6}.practice-intro{font-size:1.0625rem;line-height:1.8;color:var(--text-dark);margin-bottom:2rem;font-weight:400}.practice-points{list-style:none;display:flex;flex-direction:column;gap:1rem}.practice-point{display:flex;align-items:flex-start;gap:1.5rem;opacity:0;transform:translateX(-10px);animation:fadeInPoint .4s ease-out forwards}.practice-item.is-expanded .practice-point:first-child{animation-delay:.1s}.practice-item.is-expanded .practice-point:nth-child(2){animation-delay:.2s}.practice-item.is-expanded .practice-point:nth-child(3){animation-delay:.3s}@keyframes fadeInPoint{to{opacity:1;transform:translateX(0)}}.point-marker{width:6px;height:6px;background:var(--royal-blue);border-radius:50%;margin-top:.65rem;flex-shrink:0}.point-text{font-size:1rem;color:var(--text-dark);line-height:1.8;font-weight:400}.final-cta{position:relative;padding:12rem 4rem;overflow:hidden;background:var(--royal-blue)}.cta-bg{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(255,255,255,.1),transparent 60%)}.cta-wrapper{max-width:1000px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-heading{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;line-height:1.2;margin-bottom:2rem;letter-spacing:-.01em;color:var(--white)}.cta-ornament{width:120px;height:2px;background:linear-gradient(to right,transparent,var(--white),transparent);margin:3rem auto;transform:scaleX(0);transition:transform .8s ease-out .3s}.section-visible .cta-ornament{transform:scaleX(1)}.cta-text{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:rgba(255,255,255,.9);font-style:italic;font-weight:300;margin-bottom:4rem;line-height:1.6}.btn-cta-large{padding:1.5rem 4rem;background:var(--white);color:var(--royal-blue);border:none;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;gap:1rem;box-shadow:0 20px 50px rgba(0,0,0,.2);opacity:0;transform:translateY(20px)}.section-visible .btn-cta-large{animation:fadeInUp .8s ease-out .6s forwards}.btn-cta-large:hover{background:var(--navy-dark);color:var(--white);transform:translateY(-5px);box-shadow:0 25px 60px rgba(0,0,0,.3)}.btn-cta-large .btn-arrow{width:20px;height:20px}.contact-section{padding:10rem 0;background:var(--white);position:relative}.contact-wrapper{max-width:1400px;margin:0 auto}.contact-header{max-width:800px;margin:0 auto 6rem;text-align:center}.contact-content{max-width:900px;margin:0 auto}.contact-form-wrapper{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .3s,transform .8s ease-out .3s}.section-visible .contact-form-wrapper{opacity:1;transform:translateY(0)}.contact-form{display:flex;flex-direction:column;gap:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-label{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--navy-dark)}.form-input,.form-select,.form-textarea{width:100%;padding:1rem 1.25rem;background:var(--white);border:1px solid rgba(107,114,128,.3);border-radius:2px;font-family:Montserrat,sans-serif;font-size:1rem;color:var(--text-dark);transition:all .3s ease;outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{background:var(--white);border-color:var(--royal-blue);box-shadow:0 0 0 3px rgba(46,92,255,.1)}.form-input::placeholder,.form-textarea::placeholder{color:var(--medium-gray)}.form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232E5CFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.form-select option{background:var(--white);color:var(--text-dark)}.form-textarea{resize:vertical;min-height:150px;line-height:1.6}.form-submit,.form-textarea{font-family:Montserrat,sans-serif}.form-submit{padding:1.25rem 3rem;background:var(--royal-blue);color:var(--white);border:none;font-size:.9375rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 15px 40px rgba(46,92,255,.25);align-self:flex-start}.form-submit:hover{background:var(--bright-blue);transform:translateY(-3px);box-shadow:0 20px 50px rgba(74,144,226,.35)}.submit-icon{width:18px;height:18px;transition:transform .3s ease;color:var(--white)}.form-submit:hover .submit-icon{transform:translateX(4px)}.form-submit:disabled{opacity:.7;cursor:wait;transform:none}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{opacity:.6;cursor:not-allowed;background:rgba(107,114,128,.05)}.toast-container{position:fixed;top:2rem;right:2rem;z-index:10000;pointer-events:none}.toast{pointer-events:auto;min-width:420px;max-width:500px;padding:1.75rem 2rem;background:var(--white);border-radius:4px;border:1px solid rgba(107,114,128,.2);box-shadow:0 24px 64px rgba(0,0,0,.15);display:flex;align-items:flex-start;gap:1.25rem;animation:elegantSlideIn .6s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.toast:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--royal-blue)}.toast-error:before{background:#ef4444}@keyframes elegantSlideIn{0%{opacity:0;transform:translateX(120%) translateY(-20px) scale(.95)}60%{opacity:1;transform:translateX(-5px) translateY(0) scale(1.01)}to{opacity:1;transform:translateX(0) translateY(0) scale(1)}}.toast-icon-wrapper{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(46,92,255,.1)}.toast-error .toast-icon-wrapper{background:rgba(239,68,68,.1)}.toast-icon{width:22px;height:22px;color:var(--royal-blue)}.toast-error .toast-icon{color:#ef4444}.toast-content{flex:1 1;padding-top:2px}.toast-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--navy-dark)}.toast-message,.toast-title{font-family:Montserrat,sans-serif}.toast-message{font-size:.9375rem;font-weight:400;color:var(--text-dark);line-height:1.6}.toast-close{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--medium-gray);cursor:pointer;transition:all .3s ease;padding:0;border-radius:4px;margin-top:-4px}.toast-close:hover{color:var(--navy-dark);background:rgba(107,114,128,.1)}.close-icon{width:18px;height:18px}.footer{padding:6rem 0 2rem;background:var(--navy-dark);border-top:1px solid rgba(46,92,255,.2)}.footer-content{display:flex;flex-direction:column;gap:4rem}.footer-main{display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:start}.footer-logo-section{display:flex;flex-direction:column;gap:1.5rem}.footer-logo-wrapper{margin-bottom:.5rem}.footer-logo{height:120px;width:auto;object-fit:contain;opacity:.9;transition:opacity .3s ease,transform .3s ease}.footer-logo:hover{opacity:1;transform:scale(1.02)}.footer-tagline{font-family:Cormorant Garamond,serif;font-size:1rem;color:rgba(255,255,255,.7);font-style:italic;font-weight:300;line-height:1.6}.footer-info{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.footer-heading{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--royal-blue);margin-bottom:1.25rem}.footer-contact{display:flex;flex-direction:column}.footer-link{font-size:.9375rem;color:rgba(255,255,255,.8);text-decoration:none;font-weight:400;transition:color .3s ease;line-height:1.8}.footer-link:hover{color:var(--royal-blue)}.footer-social{display:flex;flex-direction:column}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:rgba(255,255,255,.7);transition:all .3s ease;text-decoration:none}.social-link:hover{border-color:var(--royal-blue);color:var(--royal-blue);background:rgba(46,92,255,.1);transform:translateY(-2px)}.social-icon{width:18px;height:18px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright,.footer-legal{font-size:.875rem;color:rgba(255,255,255,.6);font-weight:400}@media (max-width:1200px){.container-wide,.nav-container{padding:0 3rem}.hero{padding:8rem 3rem 5rem}.practice-header{grid-template-columns:60px 50px 1fr 50px;gap:1.5rem;padding:2.5rem}.practice-body{padding-left:calc(60px + 50px + 4rem)}.practice-item.is-expanded .practice-body{padding-bottom:2.5rem;padding-left:calc(60px + 50px + 4rem)}}@media (max-width:1024px){.nav-portal-button{display:none}.footer-main{grid-template-columns:1fr;gap:4rem}.footer-info{grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav-container{padding:0 2rem}.nav-logo-img{height:50px}.nav-actions{gap:1rem}.nav-button{display:none}.loading-logo{height:250px}.hero{padding:6rem 2rem 4rem}.hero-logo{height:200px}.hero-cta-group{flex-direction:column;width:100%}.btn-primary-hero{width:100%;justify-content:center}.container-wide{padding:0 2rem}.introduction,.practices{padding:6rem 0}.practice-header{grid-template-columns:1fr 50px;gap:1.5rem;padding:2rem}.practice-icon-wrapper,.practice-number{display:none}.practice-name{font-size:1.5rem}.practice-body{padding-left:2rem}.practice-item.is-expanded .practice-body{padding-left:2rem;padding-right:2rem}.final-cta{padding:8rem 2rem}.btn-cta-large{width:100%;justify-content:center}.footer{padding:4rem 0 2rem}.footer-content,.footer-main{gap:3rem}.footer-info{grid-template-columns:1fr;gap:2.5rem}.footer-logo{height:100px}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.toast-container{top:1rem;right:1rem;left:1rem}.toast{min-width:auto;width:100%;padding:1.5rem 1.25rem}.toast-icon-wrapper{width:36px;height:36px}.toast-icon{width:20px;height:20px}.toast-title{font-size:.9375rem}.toast-message{font-size:.875rem}}@media (max-width:480px){.loading-logo{height:200px}.hero-logo{height:160px}.cta-heading,.intro-heading,.section-heading{font-size:2rem}.practice-name{font-size:1.25rem}.practice-subtitle{font-size:.875rem}.footer-logo{height:80px}.footer-heading{font-size:.6875rem}.footer-link{font-size:.875rem}.toast{padding:1.25rem 1rem;gap:1rem}.toast-title{font-size:.875rem;margin-bottom:.375rem}.toast-message{font-size:.8125rem}}