@font-face{font-family:Crimson Text;src:url(/fonts/CrimsonText-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Crimson Text;src:url(/fonts/CrimsonText-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Crimson Text;src:url(/fonts/CrimsonText-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--clr-bg: #fdf5ec;--clr-text: #1f2937;--clr-text-muted: #6b7280;--clr-text-subtle: #9ca3af;--clr-accent: #3f5068;--clr-accent-dark: #2b3c54;--clr-border: rgba(0, 0, 0, .08);--clr-separator: #e5e7eb;--clr-dm-bg: #1f2937;--clr-dm-bg-alt: #374151;--clr-dm-text: #ffffff;--clr-dm-muted: #d1d5db;--clr-dm-subtle: #9ca3af;--clr-dm-border: rgba(255, 255, 255, .1);--font-serif: "Crimson Text", serif;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--nav-h: 70px;--radius: 1rem;--radius-sm: .5rem;--ease: .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background:var(--clr-bg);cursor:url(/cursor.svg) 16 16,auto}a,button,[cursor=pointer],label,select,input[type=submit],input[type=button]{cursor:url(/cursor.svg) 16 16,pointer}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background:var(--clr-bg)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}h1,h2,h3,h4,h5,h6{font-family:Crimson Text,serif;font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem;color:var(--clr-text-muted)}.navbar{position:fixed;top:0;width:100%;background:#fdf5eceb;backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;z-index:100;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{display:flex;align-items:center;gap:.75rem;font-family:Crimson Text,serif;font-weight:700;font-size:1.25rem;color:#1f2937;text-decoration:none;transition:transform .3s ease}.nav-logo:hover{transform:scale(1.05)}.nav-logo img{width:48px;height:48px}.nav-logo .logo-dark,.dark-mode .nav-logo .logo-light{display:none}.dark-mode .nav-logo .logo-dark{display:block}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#3f5068}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background-color:#3f5068;transition:width .3s ease}.nav-link:hover:after{width:100%}.cta-link{background:#3f5068;color:#fff!important;padding:.5rem 1rem;border-radius:.5rem;transition:background .3s ease}.cta-link:hover{background:#2b3c54}.cta-link:after{width:auto;bottom:6px;left:1rem;right:1rem;background:currentColor;transform-origin:left;transform:scaleX(0);transition:transform .3s ease}.cta-link:hover:after{width:auto;transform:scaleX(1)}.hamburger{display:none;flex-direction:column;cursor:url(/cursor.svg) 16 16,pointer;gap:4px}.bar{width:25px;height:3px;background-color:#1f2937;transition:.3s;border-radius:2px}.hero{padding:220px 0 40px;background:transparent;min-height:100vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.highlight{color:#3f5068;white-space:nowrap}.hero-subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.6;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .2s,transform .8s ease-out .2s}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .4s,transform .8s ease-out .4s}.btn{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:color .3s ease;border:2px solid transparent;position:relative}.btn:after{content:"";position:absolute;height:2px;bottom:8px;left:1.5rem;right:1.5rem;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.btn:hover:after{transform:scaleX(1)}.btn-primary{background:#3f5068;color:#fff}.btn-secondary{background:transparent;color:#3f5068;border-color:#3f5068}.hero-image img{width:100%;height:500px;object-fit:cover;border-radius:1rem;box-shadow:0 25px 50px #0000001a}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;color:#1f2937;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.services{padding:80px 0 120px;background:transparent}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;align-items:start}.services-carousel,.services-carousel-dots{display:none}.service-card{display:flex;flex-direction:column;border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 12px #0000000d;border:1px solid var(--clr-border);position:relative;cursor:url(/cursor.svg) 16 16,pointer}.service-image{position:relative;height:240px;flex-shrink:0;overflow:hidden;border-radius:1rem 1rem 0 0}.service-image img{width:100%;height:100%;object-fit:cover;display:block}.service-overlay{position:absolute;bottom:0;left:0;right:0;padding:8rem 1.5rem .75rem;background:linear-gradient(to bottom,transparent 0%,rgba(26,35,50,.6) 40%,rgba(26,35,50,.98) 100%);cursor:url(/cursor.svg) 16 16,pointer;text-align:center}.service-overlay h3{font-size:1.5rem;font-weight:400;color:#fff;margin-bottom:.3rem}.service-overlay .service-desc{font-size:.82rem;color:#ffffffd9;line-height:1.5;margin:0}.service-toggle{display:flex;align-items:center;justify-content:center;width:100%;margin-top:.5rem;border:none;background:transparent;cursor:url(/cursor.svg) 16 16,pointer;color:#ffffffb3;transition:color .2s ease;padding:0}.service-toggle:hover{color:#fff}.service-expand-icon{width:24px;height:24px;transition:transform .3s ease}.service-card.expanded .service-expand-icon{transform:rotate(180deg)}.service-details{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease,padding .35s ease;padding:0 1.5rem}.service-details-inner{overflow:hidden;min-height:0}.service-card.expanded .service-details{grid-template-rows:1fr;padding:0 1.5rem 1.5rem}.service-long-desc{font-size:.875rem;color:#4b5563;line-height:1.65;margin-bottom:0;padding:1.25rem 0 1rem;border-top:1px solid rgba(63,80,104,.1);text-align:center}.service-meta{display:flex;flex-direction:column;gap:0}.service-meta-item{display:flex;flex-direction:column;gap:.2rem;padding:.75rem 0;border-top:1px solid rgba(63,80,104,.1);text-align:center}.meta-label{font-size:.68rem;font-weight:600;color:#3f5068;text-transform:uppercase;letter-spacing:.06em}.meta-value{font-size:.85rem;color:#4b5563}.service-meta-option{display:flex;justify-content:center;gap:.5rem;font-size:.85rem;color:#4b5563}.meta-option-price{color:#3f5068;font-weight:600}.practice{padding:80px 0 160px;background:transparent}.practice-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.practice-text h3{color:#1f2937;margin-bottom:1.5rem;font-size:1.75rem}.practice-text p{margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.practice-features{display:grid;gap:1rem}.feature{display:flex;align-items:center;gap:.75rem;color:#1f2937;font-weight:500}.feature svg{width:20px;height:20px;color:#10b981;flex-shrink:0}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.gallery-grid img{width:100%;height:200px;object-fit:cover;border-radius:.5rem;transition:transform .3s ease}.gallery-grid img:hover{transform:scale(1.05)}.gallery-carousel{display:none}.carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;border-radius:.75rem;scrollbar-width:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-slide{width:100%;flex-shrink:0;height:260px;object-fit:cover;scroll-snap-align:start;border-radius:.75rem}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:.85rem}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--clr-border);cursor:url(/cursor.svg) 16 16,pointer;padding:0;transition:background .2s ease,transform .2s ease}.carousel-dot.active{background:var(--clr-accent);transform:scale(1.3)}.reviews{padding:40px 0 60px;background:transparent;overflow:hidden}.reviews-ticker{overflow:hidden;position:relative}.reviews-track{display:flex;gap:2rem;animation:scroll-reviews 120s linear infinite;width:fit-content}@keyframes scroll-reviews{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}.review-card{background:transparent;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;padding:1.25rem;min-width:300px;max-width:300px;flex-shrink:0;text-align:center;position:relative;z-index:2;box-shadow:0 2px 12px #0000000d}.review-stars{display:flex;justify-content:center;gap:3px;color:#fff;margin-bottom:1rem}.review-stars svg{width:18px;height:18px}.review-comment{color:#6b7280;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.review-name{color:#374151;font-size:.875rem;font-weight:500}.footer{background:#1f2937;color:#fff;padding:4rem 0 2rem}.footer-main{display:flex;justify-content:space-between;gap:3rem;margin-bottom:3rem}.footer-section.info{flex:2}.footer-section.contact,.footer-section.hours{flex:1}.footer-section h4{color:#fff;margin-bottom:1.5rem;font-size:1.125rem}.footer-logo{display:flex;align-items:center;gap:.75rem;font-family:Crimson Text,serif;font-weight:700;font-size:1.25rem;margin-bottom:1rem;color:#fff}.footer-logo img{width:40px;height:40px}.footer-description{color:#d1d5db;line-height:1.6;margin-bottom:0}.contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#d1d5db}.contact-item svg{width:18px;height:18px;margin-top:2px;flex-shrink:0}.contact-text{display:flex;flex-direction:column;gap:.25rem}.contact-text a{color:#d1d5db;text-decoration:none;transition:color .3s ease;position:relative}.contact-text a:after{content:"";position:absolute;width:0;height:1px;bottom:-1px;left:0;background:currentColor;transition:width .3s ease}.contact-text a:hover:after{width:100%}.contact-text a:hover{color:#fff}.hours-row{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#d1d5db}.day{font-weight:500}.footer-content{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #374151;gap:2rem}.footer-creator{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.875rem}.creator-link{display:flex;align-items:center;gap:.5rem;position:relative;color:#d1d5db;text-decoration:none;font-weight:500;transition:color .3s ease}.creator-link:after{content:"";position:absolute;width:0;height:1px;bottom:-1px;left:0;background:currentColor;transition:width .3s ease}.creator-link:hover{color:#fff}.creator-link:hover:after{width:100%}.creator-link svg{width:16px;height:16px}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .3s ease;position:relative}.footer-legal a:after{content:"";position:absolute;width:0;height:1px;bottom:-1px;left:0;background:currentColor;transition:width .3s ease}.footer-legal a:hover:after{width:100%}.footer-legal a:hover{color:#d1d5db}.footer-content p{color:var(--clr-text-subtle);margin:0}.legal-content{padding:100px 0 60px;background:var(--clr-bg);min-height:calc(100vh - 140px)}.legal-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.legal-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.legal-contact-info{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.legal-contact-info .contact-item{padding:0;color:var(--clr-text-muted)}.legal-contact-info .contact-item svg{width:16px;height:16px;color:#3f5068}.legal-contact-info .contact-text span,.legal-contact-info .contact-text a{color:var(--clr-text);font-size:1rem;font-weight:400;text-decoration:none;line-height:1.4}.legal-contact-info .contact-text a{position:relative}.legal-contact-info .contact-text a:after{content:"";position:absolute;width:0;height:1px;bottom:-1px;left:0;background:currentColor;transition:width .3s ease}.legal-contact-info .contact-text a:hover{color:#3f5068}.legal-contact-info .contact-text a:hover:after{width:100%}.legal-section{margin-bottom:4rem}.legal-section h2{color:#1f2937;font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center}.legal-info{max-width:800px;margin:0 auto}.legal-info h3{color:#1f2937;font-size:1.5rem;margin:2rem 0 1rem;font-weight:600}.legal-info p{color:#6b7280;line-height:1.7;margin-bottom:1rem;font-size:1.125rem}.legal-info ul{margin:1rem 0;padding-left:1.5rem}.legal-info li{color:#6b7280;line-height:1.6;margin-bottom:.5rem;font-size:1.125rem}.legal-info a{color:#3f5068;text-decoration:none;font-weight:500;transition:color .3s ease}.legal-info a:hover{color:#3f5068}.legal-back{text-align:center;margin-top:4rem;padding:2rem 0}@media (max-width: 768px){.container{max-width:100%;padding:0 1.5rem}.nav-right,.hamburger{display:flex}.nav-menu{position:fixed;left:0;top:70px;flex-direction:column;background:#fdf5ecd9;backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border-bottom:1px solid rgba(255,255,255,.4);box-shadow:0 8px 32px #00000014;width:100%;height:auto;text-align:center;transform:translateY(-110%);opacity:0;pointer-events:none;transition:transform .35s ease,opacity .35s ease;padding:1.5rem 0;gap:1rem}.nav-menu .nav-link{padding-top:.5rem;padding-bottom:.5rem}.dark-mode .nav-menu{background:#1f2937c7;backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border-bottom:1px solid rgba(255,255,255,.08)}.nav-menu.active{transform:translateY(0);opacity:1;pointer-events:auto}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{padding:140px 0 40px;min-height:auto}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center;width:100%;max-width:100%}.hero-title{font-size:2rem;margin-bottom:1rem;word-wrap:break-word;hyphens:auto;line-height:1.2}.highlight{display:inline-block;white-space:nowrap}.hero-subtitle{font-size:1.125rem;margin-bottom:1.5rem;word-wrap:break-word}.hero-image{order:-1}.hero-image img{height:300px;width:100%;max-width:100%}.hero-reviews{margin-top:3.5rem;width:100%;max-width:100vw}.hero-reviews .reviews-ticker{width:100%}.hero-reviews .reviews-track{width:fit-content}.hero-reviews .review-card{min-width:calc(100vw - 3rem);max-width:calc(100vw - 3rem);height:120px;padding:1rem;box-sizing:border-box}.hero-reviews .review-comment{font-size:.9rem;-webkit-line-clamp:2;min-height:2.2em}.hero-reviews .review-footer,.hero-reviews .review-name{font-size:.8rem}.hero-reviews .review-date{font-size:.75rem}.services-grid{display:none}.services-carousel{display:block;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -1.5rem;padding:.5rem 1.5rem 1rem;display:flex;gap:1rem;align-items:start}.services-carousel::-webkit-scrollbar{display:none}.services-carousel .service-card{width:82%;flex-shrink:0;scroll-snap-align:center}.services-carousel-dots{display:flex;justify-content:center;gap:.4rem;margin-top:1rem;flex-wrap:wrap}.services-carousel-dots .carousel-dot{width:7px;height:7px}.practice-content{grid-template-columns:1fr;gap:2rem;text-align:center}.review-card{min-width:300px;max-width:300px;box-sizing:border-box}.footer-main{flex-direction:column;gap:2rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-creator{order:1}.footer-legal{order:2;justify-content:center}.section-title{font-size:2rem}.hero-buttons{justify-content:center}.btn{flex:1;min-width:200px;justify-content:center}.legal-contact-info{flex-direction:column;gap:1rem;align-items:center}.legal-contact-info .contact-item{width:100%;max-width:300px;justify-content:center}.legal-header h1{font-size:2rem}.legal-section h2{font-size:1.75rem}}@media (max-width: 480px){.container{padding:0 1.5rem}.nav-logo img,.footer-logo img{width:36px;height:36px}.hero{padding:100px 0 60px}.hero-title{font-size:1.75rem;line-height:1.1;word-wrap:break-word;hyphens:auto}.hero-subtitle{font-size:1.125rem;margin-bottom:1.5rem;word-wrap:break-word}.hero-buttons{flex-direction:column;gap:.75rem;align-items:center;width:100%}.btn{width:100%;max-width:280px;min-width:auto;padding:.875rem 1.5rem;box-sizing:border-box}.hero-reviews{margin-top:2.5rem;width:100%;max-width:100vw}.hero-reviews .review-card{min-width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);height:110px;padding:.875rem;box-sizing:border-box}.hero-reviews .review-stars svg{width:16px;height:16px}.hero-reviews .review-comment{font-size:.85rem;line-height:1.4;min-height:2em}.hero-reviews .review-footer,.hero-reviews .review-name{font-size:.75rem}.hero-reviews .review-date{font-size:.7rem}.services,.practice{padding:60px 0 80px}.section-header{margin-bottom:3rem}.practice-features{padding-left:3rem;padding-right:3rem}.gallery-grid{display:none}.gallery-carousel{display:block}.review-card{min-width:280px;max-width:280px;padding:1rem;box-sizing:border-box}.reviews{padding:40px 0}.footer{padding:3rem 0 1.5rem}.legal-header h1{font-size:1.75rem}.legal-section h2{font-size:1.5rem}}.nav-right{display:flex;align-items:center;gap:1.5rem}.dark-mode-toggle{background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:url(/cursor.svg) 16 16,pointer;transition:opacity .2s ease;padding:0;flex-shrink:0}.dark-mode-toggle:hover{opacity:.6}.dark-mode-toggle svg{width:20px;height:20px;color:#4b5563;transition:all .3s ease;position:absolute}.sun-icon{opacity:1}.moon-icon,.dark-mode .dark-mode-toggle .sun-icon{opacity:0}.dark-mode .dark-mode-toggle .moon-icon{opacity:1;color:#fff}html.dark-mode,.dark-mode{background:#1f2937;color:#fff}.dark-mode .navbar{background:#1f2937f2;border-bottom-color:#374151}.dark-mode .nav-logo,.dark-mode .nav-logo span{color:#fff}.dark-mode .nav-link{color:#d1d5db}.dark-mode .nav-link:hover{color:#fff}.dark-mode .nav-link:after{background-color:#fff}.dark-mode .cta-link{background:#fff;color:var(--clr-accent)!important}.dark-mode .cta-link:after{background:var(--clr-accent)}.dark-mode .cta-link:hover{background:#f3f4f6}.dark-mode .bar{background-color:#fff}.dark-mode .hero{background:transparent}.dark-mode .hero-title,.dark-mode .section-title,.dark-mode h1,.dark-mode h2,.dark-mode h3{color:#fff}.dark-mode .hero-subtitle,.dark-mode .section-subtitle,.dark-mode p{color:#d1d5db}.dark-mode .highlight{color:#fff}.dark-mode .btn-primary{background:#fff;color:var(--clr-accent)}.dark-mode .btn-secondary{border-color:#fff;color:#fff}.dark-mode .btn-primary:after{background:var(--clr-accent)}.dark-mode .btn-secondary:after{background:#fff}.dark-mode .service-card{border-color:#ffffff1a;box-shadow:0 2px 16px #0003,0 1px 4px #00000026}.dark-mode .service-long-desc{color:#d1d5db;border-top-color:#ffffff1a}.dark-mode .service-meta-item{border-top-color:#ffffff1a}.dark-mode .meta-label{color:var(--clr-dm-muted)}.dark-mode .meta-value,.dark-mode .service-meta-option{color:#d1d5db}.dark-mode .meta-option-price{color:#93a8c4}.dark-mode .practice{background:transparent}.dark-mode .practice-text h3{color:#fff}.dark-mode .practice-text p{color:#d1d5db}.dark-mode .feature{color:#fff}.dark-mode .reviews{background:#374151}.dark-mode .review-card{background:transparent;border-color:#ffffff1a;box-shadow:0 2px 12px #0003}.dark-mode .review-comment{color:#d1d5db}.dark-mode .review-name{color:#fff}.dark-mode .hero-reviews .review-card{background:transparent;border-color:#ffffff1a}.dark-mode .hero-reviews .review-comment,.dark-mode .hero-reviews .review-name{color:#fff}.dark-mode .hero-reviews .review-date{color:#d1d5db}.dark-mode .hero-reviews .review-more,.dark-mode .hero-reviews .review-more:hover{color:#3f5068}.dark-mode .footer{background:#1a2332}.dark-mode .footer-content p{color:var(--clr-text-subtle)}.dark-mode .legal-content{background:var(--clr-dm-bg)}.dark-mode .legal-header,.dark-mode .legal-contact-info .contact-item{background:transparent}.dark-mode .legal-contact-info .contact-text span,.dark-mode .legal-contact-info .contact-text a{color:#fff}.dark-mode .legal-info p,.dark-mode .legal-info li{color:#d1d5db}.dark-mode .legal-info a,.dark-mode .legal-info a:hover{color:#3f5068}.hero-image{opacity:0;transform:translate(50px);transition:opacity .8s ease-out .6s,transform .8s ease-out .6s}.hero-title.animate,.hero-subtitle.animate,.hero-buttons.animate,.hero-image.animate{opacity:1;transform:translateY(0)}.hero-image.animate{transform:translate(0)}.hero-reviews{margin-top:5rem;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .8s,transform .8s ease-out .8s}.hero-reviews.animate{opacity:1;transform:translateY(0)}.hero-reviews .reviews-ticker{overflow:hidden;position:relative}.hero-reviews .reviews-track{display:flex;gap:2rem;animation:scroll-reviews 60s linear infinite;width:fit-content}.hero-reviews .review-card{background:transparent;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;padding:1.25rem;min-width:360px;max-width:360px;flex-shrink:0;text-align:left;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;height:130px}.hero-reviews .review-stars{display:flex;justify-content:flex-start;gap:3px;color:#fff;margin-bottom:0rem}.hero-reviews .review-stars svg{width:18px;height:18px}.hero-reviews .review-content{flex:1;display:flex;align-items:flex-start;margin-bottom:0rem}.hero-reviews .review-comment{color:#1f2937;line-height:1.6;margin:0;font-size:.95rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em}.hero-reviews .review-more{color:#3f5068;text-decoration:none;font-weight:500;margin-left:.25rem;white-space:nowrap;transition:color .3s ease}.hero-reviews .review-more:hover{color:#2b3c54}.hero-reviews .review-footer{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;margin-top:auto}.hero-reviews .review-name{color:#1f2937;font-weight:500}.hero-reviews .review-date{color:#6b7280;font-size:.8rem}.section-title,.section-subtitle,.practice-text h3,.practice-text p,.practice-features{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.section-title.animate,.section-subtitle.animate,.practice-text h3.animate,.practice-text p.animate,.practice-features.animate{opacity:1;transform:translateY(0)}
