*{box-sizing:border-box;margin:0;padding:0}:root{--brand-color:#004834;--brand-color-light:#064;--brand-color-dark:#032;--brand-font:"Poiret One",cursive;--white:#fff;--white-off:#f8f9fa;--white-warm:#fafafa;--gold:#d4af37;--gold-light:#e6c547;--gold-dark:#b8941f;--gold-subtle:#f4e4a6;--gray-light:#f5f5f5;--gray-medium:#e0e0e0;--gray-dark:#666;--text-dark:#333;--text-light:#666;--shadow-light:#0048341a;--shadow-medium:#00483433;--shadow-dark:#0048344d}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}img{height:auto;max-width:100%}.header{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,var(--white) 0,var(--white-warm) 100%);border-bottom:1px solid var(--gray-light);left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border-bottom:2px solid var(--brand-color);box-shadow:0 4px 30px var(--shadow-light)}.header-content{align-items:center;display:flex;justify-content:space-between}.logo{align-items:flex-start;border-radius:8px;display:flex;flex-direction:column;padding:.5rem;text-decoration:none;transition:all .3s ease}.logo,.logo-text{color:var(--brand-color)}.logo-text{font-family:var(--brand-font);font-size:1.8rem;font-weight:600;line-height:1.2;text-shadow:0 1px 2px var(--shadow-light)}.logo-subtitle{color:var(--gold-dark);font-family:Noto Sans KR,sans-serif;font-size:.95rem;font-weight:400;letter-spacing:.5px;margin-top:2px}.logo:hover{box-shadow:0 4px 15px var(--shadow-medium);transform:translateY(-2px)}.logo:hover .logo-text{color:var(--brand-color-dark)}.nav{align-items:center;display:flex;gap:2rem}.nav-link{background:#0000;border-radius:6px;color:var(--text-dark);font-size:1.15rem;font-weight:500;padding:.5rem 1rem;position:relative;transition:all .3s ease}.nav-link:hover{color:var(--brand-color);transform:translateY(-1px)}.nav-link.active{color:var(--text-dark)}.nav-link.active:after{background:linear-gradient(90deg,var(--gold) 0,var(--brand-color) 100%);border-radius:2px;bottom:-2px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60%}.consultation-btn{background:linear-gradient(135deg,var(--gold) 0,var(--gold-dark) 100%)!important;border:2px solid var(--gold)!important;border-radius:25px!important;box-shadow:0 4px 15px var(--shadow-medium)!important;color:var(--white)!important;font-weight:600!important;padding:.75rem 1.5rem!important;transition:all .3s ease!important}.consultation-btn:hover{border-color:var(--gold-dark)!important;box-shadow:0 8px 25px var(--shadow-medium)!important;transform:translateY(-3px)!important}.consultation-btn.active,.consultation-btn:hover{background:linear-gradient(135deg,var(--gold-dark) 0,var(--gold) 100%)!important;color:var(--white)!important}.consultation-btn.active{box-shadow:0 6px 20px var(--shadow-medium)!important}.consultation-btn.active:after{display:none!important}.nav-dropdown{display:inline-block;position:relative}.dropdown-toggle{align-items:center;background:#0000;border:none;border-radius:6px;color:var(--text-dark);cursor:pointer;display:flex;font-size:1.15rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;position:relative;transition:all .3s ease}.dropdown-toggle:hover{color:var(--brand-color);transform:translateY(-1px)}.dropdown-toggle.active{color:var(--text-dark)}.dropdown-toggle.active:after{background:linear-gradient(90deg,var(--gold) 0,var(--brand-color) 100%);border-radius:2px;bottom:-2px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60%}.dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,var(--white) 0,var(--white-warm) 100%);border:1px solid var(--gray-light);border-radius:12px;box-shadow:0 15px 40px var(--shadow-medium);left:0;margin-top:.5rem;min-width:200px;opacity:0;overflow:hidden;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1000}.dropdown-menu.show{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{background:#0000;border:none;color:var(--text-dark);cursor:pointer;display:block;font-size:1rem;font-weight:500;padding:1rem 1.5rem;position:relative;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:linear-gradient(135deg,var(--brand-color) 0,var(--brand-color-light) 100%);box-shadow:0 2px 8px var(--shadow-medium);color:var(--white);transform:translateX(5px)}.dropdown-item:hover:before{background:var(--gold);bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.mobile-menu-btn{background:#0000;border:none;border-radius:4px;cursor:pointer;display:none;flex-direction:column;height:25px;justify-content:space-around;padding:0;transition:all .3s ease;width:30px;z-index:10}.mobile-menu-btn:hover{background:var(--gold-subtle)}.hamburger{background:var(--brand-color);border-radius:10px;height:3px;position:relative;transform-origin:1px;transition:all .3s linear;width:100%}.hamburger.open{background:var(--gold);transform:rotate(45deg)}.hamburger.open:before{background:var(--gold);transform:rotate(90deg) translate(-1px,-1px)}.hamburger.open:after{background:var(--gold);transform:rotate(90deg) translate(-1px,1px)}.hamburger:after,.hamburger:before{background:var(--brand-color);border-radius:10px;content:"";height:3px;position:absolute;transition:all .3s linear;width:100%}.hamburger:before{transform:translateY(-8px)}.hamburger:after{transform:translateY(8px)}@media (max-width:768px){.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;flex-direction:column;gap:2rem;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:right .3s ease;width:100%}.nav-open{right:0}.mobile-menu-btn{display:flex}.nav-link{font-size:1.2rem;font-weight:600}.nav-dropdown{text-align:center;width:100%}.dropdown-toggle{font-size:1.2rem;font-weight:600;justify-content:center;width:100%}.dropdown-menu{background:var(--white-off);border:1px solid var(--gray-light);border-radius:8px;box-shadow:none;margin-bottom:1rem;margin-top:1rem;opacity:1;position:static;transform:none;visibility:visible}.dropdown-item{border-bottom:1px solid var(--gray-light);font-size:1.1rem;padding:1rem}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:var(--brand-color);color:var(--white);transform:none}}.footer{margin-top:auto;position:relative;z-index:10}.footer-content{align-items:flex-start;display:flex;min-height:200px;position:relative}.footer-content:after{background:#ffffff4d;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:1px}.footer-left{padding-right:2rem}.footer-left,.footer-right{display:flex;flex:1 1;flex-direction:column;justify-content:center}.footer-right{padding-left:2rem}.company-link{color:var(--gold);cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;margin-top:.5rem;opacity:.9;text-decoration:underline;transition:all .3s ease}.company-link:hover{color:var(--gold-light);opacity:1;text-decoration-thickness:2px}.footer-locations{gap:1.5rem;margin-top:1rem}.footer-location h4{color:var(--gold);font-size:1rem;margin-bottom:.5rem}.footer-location .phone{font-size:1rem;font-weight:600;margin:.3rem 0;opacity:.9}.footer-location .address{font-size:.9rem;line-height:1.4;margin:0;opacity:.8}@media (max-width:768px){.footer{padding:40px 0 20px}.footer-content{flex-direction:column;gap:2rem;min-height:auto}.footer-left,.footer-right,.footer-section{text-align:center}.footer-locations{align-items:center}}.hero-slider{height:100vh;margin-top:0;overflow:hidden;position:relative;width:100%}.slider-container{height:100%;position:relative;width:100%}.slide{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;transition:transform .8s ease-in-out;width:100%}.image-slide{transform:translateX(0);transform:translateX(var(--slide-offset,0))}.slide:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.slide[style*=url]:before{opacity:.1}.image-slide:before{opacity:.05}.image-slide{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;left:0!important;min-height:100vh!important;right:0!important;width:100vw!important}.image-slide:after{background:linear-gradient(180deg,#0000004d 0,#0000001a 50%,#0000004d);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.slide-content{color:#fff;max-width:800px;padding:0 2rem;position:relative;text-align:center;z-index:2}.slide-title{animation:slideInUp 1s ease-out;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.slide-title .highlight{color:var(--gold);font-weight:800}.slider-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:2rem;height:50px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.slider-nav:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.slider-nav.prev{left:20px}.slider-nav.next{right:20px}.slider-indicators{bottom:30px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.indicator{background:#0000;border:2px solid #ffffff80;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.indicator.active{background:var(--gold);border-color:var(--gold);transform:scale(1.2)}.indicator:hover{background:#ffffff4d;border-color:#fffc}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-slider{height:80vh;margin-top:0}.slide-title{font-size:2rem}.slider-nav{font-size:1.5rem;height:40px;width:40px}.slider-nav.prev{left:10px}.slider-nav.next{right:10px}.slider-indicators{bottom:20px}.indicator{height:10px;width:10px}.image-slide{background-position:25%!important}}@media (max-width:480px){.slide-title{font-size:1.5rem}.slide-content{padding:0 1rem}.image-slide{background-position:25%!important}}.home{min-height:100vh;padding-top:0}.hero{background:linear-gradient(135deg,var(--brand-color) 0,var(--brand-color-dark) 100%)!important;color:#fff!important;overflow:hidden!important;padding-bottom:60px!important;padding-top:200px!important;position:relative!important;text-align:center!important}.highlight{color:var(--gold);font-weight:800}.locations{background:var(--white-warm);padding:100px 0}.locations-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin-top:3rem}.location-card{background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border:1px solid var(--gray-light);border-radius:25px;box-shadow:0 15px 40px var(--shadow-light);color:inherit;display:block;overflow:hidden;position:relative;text-decoration:none;transition:all .3s ease}.location-card:hover{box-shadow:0 25px 60px var(--shadow-medium);transform:translateY(-10px)}.location-image{align-items:center;background:linear-gradient(135deg,var(--brand-color) 0,var(--brand-color-light) 100%);display:flex;height:250px;justify-content:center;overflow:hidden;position:relative}.image-placeholder{color:var(--white);opacity:.8}.location-content{padding:2.5rem}.location-content h3{color:var(--brand-color);font-size:1.8rem;font-weight:600;margin-bottom:1rem}.location-description{color:var(--text-light);font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.location-address{color:var(--text-dark);font-size:1rem;font-weight:500;margin-bottom:2rem}.location-buttons{display:flex;flex-wrap:wrap;gap:1rem}.why-thevida{background:var(--white);padding:100px 0}.why-content{margin:0 auto;max-width:900px;text-align:center}.why-description{color:var(--text-dark);font-size:1.3rem;font-weight:400;line-height:1.9;margin-top:2rem;padding:0 1rem}.cta{padding:100px 0}.footer{background:var(--brand-color);color:#fff;padding:60px 0 20px}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:var(--gold);font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:var(--gold);font-size:1.2rem;margin-bottom:1rem}.footer-section p{font-size:.95rem;line-height:1.6;margin-bottom:.5rem;opacity:.9}.footer-locations{display:flex;flex-direction:column;gap:.5rem}.footer-location strong{color:var(--gold);font-size:.95rem}.footer-location p{font-size:.9rem;margin:0;opacity:.8}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff;font-size:.95rem;opacity:.9;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:var(--gold);opacity:1}.footer-bottom{border-top:1px solid #fff3;padding-top:1.5rem;text-align:center}.footer-bottom p{font-size:.85rem;margin:0;opacity:.7}@media (max-width:768px){.hero{margin-top:80px;padding:100px 0 40px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.locations-grid{gap:2rem;grid-template-columns:1fr}.location-content{padding:2rem}.location-content h3{font-size:1.5rem}.cta-content h2{font-size:2rem}.location-buttons{flex-direction:column}.footer{padding:40px 0 20px}.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-section{text-align:center}}.services{padding-top:120px}.hero{background:linear-gradient(135deg,var(--brand-color) 0,var(--brand-color-dark) 100%);color:#fff;overflow:hidden;padding:80px 0 60px;position:relative;text-align:center}.services-page .hero{padding:30px 0 20px}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-overlay{background:#0048344d}.hero-title{font-size:2.5rem;margin-bottom:1rem}.services-page .hero-title{font-size:1.8rem;margin-bottom:.5rem}.hero-subtitle{font-size:1.1rem;margin:0 auto;max-width:600px;opacity:.9}.services-page .hero-subtitle{font-size:.9rem;line-height:1.4}.services-section{background:var(--white-warm);padding:80px 0}.services-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:0 auto;max-width:1200px}.service-card{background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border:1px solid var(--gray-light);border-radius:25px;box-shadow:0 15px 40px var(--shadow-light);overflow:hidden;position:relative;transition:all .3s ease}.service-card:before{background:linear-gradient(90deg,var(--gold) 0,var(--brand-color) 100%);content:"";height:4px;left:0;position:absolute;right:0;top:0}.service-card:hover{border-color:var(--gold-subtle);box-shadow:0 25px 60px var(--shadow-medium);transform:translateY(-10px)}.service-image{background:linear-gradient(135deg,var(--gold-subtle) 0,var(--white-off) 100%);height:200px;overflow:hidden;position:relative}.service-image:before{background:linear-gradient(45deg,var(--gold-subtle) 0,#0000 50%,var(--white-off) 100%);bottom:0;content:"";left:0;opacity:.6;position:absolute;right:0;top:0}.service-content{padding:2.5rem}.service-content h3{color:var(--brand-color);font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;position:relative}.service-content h3:after{background:linear-gradient(90deg,var(--gold) 0,var(--brand-color) 100%);border-radius:2px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:60px}.service-content p{color:var(--text-light);font-size:1.1rem;line-height:1.7;margin:0}.programs-section{background:var(--white);padding:32px 0 80px}.programs-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.program-card{background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border:1px solid var(--gray-light);border-radius:16px;box-shadow:0 10px 30px var(--shadow-light);overflow:hidden;transition:all .3s ease}.program-card:hover{border-color:var(--gold-subtle);box-shadow:0 18px 36px var(--shadow-medium);transform:translateY(-4px)}.program-card.no-image{padding:1.25rem 1.5rem}.program-image{align-items:center;background:linear-gradient(135deg,var(--gold-subtle) 0,var(--white-off) 100%);display:flex;height:160px;justify-content:center}.program-image .image-placeholder{font-size:3rem}.program-content{padding:.5rem .5rem .75rem}.program-content h3{color:var(--brand-color);font-size:1.4rem;font-weight:700;margin-bottom:.75rem}.program-list{color:var(--text-dark);margin:0;padding-left:1.2rem}.program-list li{line-height:1.6;margin-bottom:.4rem}.program-note{color:var(--text-light);font-size:.95rem;margin-top:2rem;text-align:center}.section-title{margin-bottom:.5rem}.section-subtitle{margin-bottom:2rem}.program-records{background:linear-gradient(135deg,var(--white-warm) 0,var(--gray-light) 100%);padding:2rem 0}.records-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:1.5rem}.record-item{background:var(--white);border:1px solid var(--gray-light);border-radius:20px;box-shadow:0 8px 25px var(--shadow-light);cursor:pointer;display:flex;flex-direction:column;min-height:400px;overflow:hidden;padding:0;transition:all .3s ease}.record-item:hover{border-color:var(--gold-subtle);box-shadow:0 15px 40px var(--shadow-medium);transform:translateY(-4px)}.record-date{align-items:center;background:linear-gradient(135deg,var(--brand-color) 0,var(--brand-color-light) 100%);border-radius:12px;box-shadow:0 4px 15px var(--shadow-medium);color:var(--white);display:flex;flex-direction:column;justify-content:center;min-width:60px;padding:.8rem;position:absolute;right:1rem;text-align:center;top:1rem;z-index:2}.date-day{font-size:1.5rem;font-weight:700;line-height:1;margin-bottom:.2rem}.date-month{font-size:.7rem;font-weight:500;margin-bottom:.1rem}.date-year{font-size:.6rem;opacity:.9}.record-content{display:flex;flex:1 1;flex-direction:column;position:relative}.record-content h3{color:var(--brand-color);font-size:1.2rem;font-weight:600;margin:1rem 1rem .5rem}.record-images{flex:1 1;margin-bottom:0;min-height:250px}.record-image-placeholder{align-items:center;background:linear-gradient(135deg,var(--gray-light) 0,var(--white-off) 100%);border:none;color:var(--text-light);display:flex;flex-direction:column;height:100%;justify-content:center;transition:all .3s ease;width:100%}.record-image-placeholder:hover{background:var(--gold-subtle);border-color:var(--gold)}.record-image-placeholder span{font-size:4rem;margin-bottom:1rem}.record-image-placeholder p{font-size:.9rem;margin:0}.record-description{word-wrap:break-word;color:var(--text-dark);font-size:.9rem;line-height:1.5;margin:0 1rem 1rem;max-height:4.5em;overflow:hidden;position:relative;word-break:break-word}.record-description:after{background:linear-gradient(to right,#0000 0,var(--white) 70%);bottom:0;content:"";height:1.5em;opacity:.9;pointer-events:none;position:absolute;right:0;width:80px}.record-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 1rem 1rem}.meta-item{background:var(--gray-light);border-radius:12px;color:var(--text-light);font-size:.75rem;padding:.2rem .5rem;white-space:nowrap}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:10000}.modal-content{animation:modalSlideIn .3s ease-out;background:var(--white);border-radius:20px;box-shadow:0 20px 60px var(--shadow-dark);max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:var(--text-light);cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:1.5rem;top:1rem;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:var(--gray-light);color:var(--text-dark)}.modal-header{border-bottom:1px solid var(--gray-light);gap:1.5rem;padding:2rem 2rem 1rem}.modal-date,.modal-header{align-items:center;display:flex}.modal-date{background:linear-gradient(135deg,var(--brand-color) 0,var(--brand-color-light) 100%);border-radius:12px;box-shadow:0 4px 15px var(--shadow-medium);color:var(--white);flex-direction:column;justify-content:center;min-width:80px;padding:1rem;text-align:center}.modal-date-day{font-size:1.8rem;font-weight:700;line-height:1;margin-bottom:.3rem}.modal-date-month{font-size:.8rem;font-weight:500;margin-bottom:.1rem}.modal-date-year{font-size:.7rem;opacity:.9}.modal-title{color:var(--brand-color);flex:1 1;font-size:1.6rem;font-weight:600;margin:0}.modal-body{padding:1.5rem 2rem 2rem}.modal-images{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.modal-image-placeholder{align-items:center;background:linear-gradient(135deg,var(--gray-light) 0,var(--white-off) 100%);border:2px dashed var(--gray-light);border-radius:12px;color:var(--text-light);display:flex;flex-direction:column;height:150px;justify-content:center;transition:all .3s ease}.modal-image-placeholder:hover{background:var(--gold-subtle);border-color:var(--gold)}.modal-image-placeholder span{font-size:2rem;margin-bottom:.5rem}.modal-image-placeholder p{font-size:.9rem;margin:0}.modal-info{margin-bottom:2rem}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.info-item{background:var(--white-warm);border:1px solid var(--gray-light);border-radius:12px;padding:1rem}.info-label{color:var(--text-light);display:block;font-size:.9rem;margin-bottom:.5rem}.info-value{display:block;font-size:1.1rem}.info-value,.modal-description h3{color:var(--brand-color);font-weight:600}.modal-description h3{font-size:1.3rem;margin-bottom:1rem}.description-text p{color:var(--text-dark);font-size:1rem;line-height:1.7;margin-bottom:1rem}.description-text p:last-child{margin-bottom:0}@media (max-width:768px){.hero{padding:60px 0 40px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.services-page .hero{padding:20px 0 15px}.services-page .hero-title{font-size:1.4rem}.services-page .hero-subtitle{font-size:.8rem}.services-grid{gap:2rem;grid-template-columns:1fr;padding:0 1rem}.service-card{margin:0 1rem}.service-content{padding:2rem}.service-content h3{font-size:1.5rem}.service-content p{font-size:1rem}.programs-grid,.records-grid{grid-template-columns:1fr}.records-grid{gap:1.5rem}.record-item{min-height:350px}.record-date{min-width:50px;padding:.6rem}.date-day{font-size:1.2rem}.record-content h3{font-size:1.1rem}.record-images{min-height:200px}.record-description{font-size:.85rem}.program-records{padding:1rem 0}.records-grid{margin-top:1rem}.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.modal-header{flex-direction:column;gap:1rem;padding:1.5rem 1.5rem 1rem;text-align:center}.modal-date{min-width:60px;padding:.8rem}.modal-date-day{font-size:1.5rem}.modal-title{font-size:1.3rem}.modal-body{padding:1rem 1.5rem 1.5rem}.info-grid,.modal-images{grid-template-columns:1fr}}.contact{padding-top:80px}.contact-section{background:var(--white-warm);padding:120px 0 80px}.contact-card{background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border:1px solid var(--gray-light);border-radius:25px;box-shadow:0 15px 40px var(--shadow-light);margin-bottom:4rem;overflow:hidden;padding:3rem;position:relative}.contact-card:before{background:linear-gradient(90deg,var(--gold) 0,var(--brand-color) 100%);content:"";height:4px;left:0;position:absolute;right:0;top:0}.contact-card-header{margin-bottom:3rem;text-align:center}.contact-card-header h2{color:var(--brand-color);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-card-header p{color:var(--text-light);font-size:1.2rem;line-height:1.6}.contact-card-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.quick-call-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.quick-call-buttons .btn{padding:.9rem 1.2rem;width:100%}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{background:var(--white-warm);border:1px solid var(--gray-light);border-radius:15px;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.contact-item:hover{border-color:var(--gold-subtle);box-shadow:0 8px 25px var(--shadow-medium);transform:translateY(-3px)}.contact-icon{align-items:center;background:linear-gradient(135deg,var(--gold-subtle) 0,var(--white) 100%);border-radius:50%;color:var(--brand-color);display:flex;font-size:2rem;height:60px;justify-content:center;width:60px}.contact-item h4{color:var(--text-dark);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.contact-item p{color:var(--text-light);font-size:.95rem}.contact-form-container{background:var(--white-warm);border:1px solid var(--gray-light);border-radius:15px;padding:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group label{color:var(--text-dark);font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:2px solid var(--gray-light);border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--brand-color);box-shadow:0 0 0 3px var(--gold-subtle);outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1.2rem 2rem;width:100%}.branch-contacts{text-align:center}.branch-contacts h3{color:var(--brand-color);font-size:2rem;font-weight:700;margin-bottom:3rem;position:relative}.branch-contacts h3:after{background:linear-gradient(90deg,var(--gold) 0,var(--brand-color) 100%);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.branch-buttons{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:800px}.branch-contact{background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border:1px solid var(--gray-light);border-radius:20px;box-shadow:0 10px 30px var(--shadow-light);overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.branch-contact:before{background:linear-gradient(90deg,var(--gold) 0,var(--brand-color) 100%);content:"";height:3px;left:0;position:absolute;right:0;top:0}.branch-contact:hover{border-color:var(--gold-subtle);box-shadow:0 15px 40px var(--shadow-medium);transform:translateY(-5px)}.branch-contact h4{color:var(--brand-color);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.branch-contact p{color:var(--text-light);font-size:.95rem;margin-bottom:2rem}.branch-contact .btn{font-size:1.1rem;font-weight:600;padding:1rem 2rem;width:100%}@media (max-width:768px){.contact-card{padding:2rem}.contact-card-content{gap:2rem;grid-template-columns:1fr}.contact-form-container{order:-1}.branch-buttons,.form-row{grid-template-columns:1fr}.branch-contact{padding:2rem}.quick-call-buttons{margin-top:1rem}}.helper-text{color:var(--text-light);font-size:.9rem;margin-top:.5rem}.location-detail{padding-top:80px}.location-hero{align-items:center;color:#fff;display:flex;height:100vh;min-height:600px;overflow:hidden;position:relative}.hero-background{background:linear-gradient(135deg,var(--brand-color) 0,var(--brand-color-dark) 100%)}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");opacity:.3}.hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px var(--shadow-dark)}.hero-subtitle{color:var(--white-off);font-size:1.3rem;line-height:1.6;margin-bottom:2.5rem;opacity:.95}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.location-overview{background:linear-gradient(135deg,var(--white-warm) 0,var(--gray-light) 100%);padding:5rem 0}.overview-content{display:flex;flex-direction:column;gap:2rem}.features-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-item{align-items:center;background:var(--white);border-radius:12px;gap:.75rem;padding:1rem}.feature-icon{color:var(--gold);font-size:1.2rem;font-weight:700}.mindset-section{margin-top:2rem}.mindset-title{color:var(--brand-color);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.mindset-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.mindset-list li{color:var(--text-dark);font-size:1rem;line-height:1.6;padding-left:1.2rem;position:relative}.mindset-list li:before{color:var(--gold);content:"•";font-size:1.1rem;font-weight:700;left:0;position:absolute}.overview-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.stat-item{background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border-radius:16px;padding:2rem 1rem;transition:all .3s ease}.stat-item:hover{border-color:var(--gold-subtle);box-shadow:0 15px 40px var(--shadow-medium);transform:translateY(-4px)}.stat-number{text-shadow:0 2px 4px var(--shadow-light)}.stat-label{font-size:.9rem}.overview-image{height:100%;min-height:400px}.facility-sign-placeholder,.overview-image{align-items:center;display:flex;justify-content:center}.facility-sign-placeholder{background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border:2px dashed var(--gray-light);border-radius:20px;box-shadow:0 8px 25px var(--shadow-light);height:400px;max-width:400px;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.facility-sign-placeholder:hover{border-color:var(--gold-subtle);box-shadow:0 15px 40px var(--shadow-medium);transform:translateY(-4px)}.facility-sign-placeholder .placeholder-content{padding:2rem;text-align:center}.facility-sign-placeholder .placeholder-icon{font-size:3rem;margin-bottom:1rem;opacity:.6}.facility-sign-placeholder h3{color:var(--brand-color);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.facility-sign-placeholder p{color:var(--text-light);font-size:1rem;margin-bottom:1rem}.facility-sign-placeholder .coming-soon{background:var(--gold-subtle);border-radius:20px;color:var(--brand-color);display:inline-block;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.facility-sign-image{border-radius:20px;box-shadow:0 8px 25px var(--shadow-light);height:400px;max-width:400px;object-fit:cover;transition:all .3s ease;width:100%}.facility-sign-image:hover{box-shadow:0 15px 40px var(--shadow-medium);transform:translateY(-4px)}.facilities{background:var(--white);padding:5rem 0}.facilities-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.facility-card{background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border:1px solid var(--gray-light);border-radius:20px;box-shadow:0 8px 25px var(--shadow-light);overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.facility-card:before{background:linear-gradient(90deg,var(--gold) 0,var(--brand-color) 100%);content:"";height:4px;left:0;position:absolute;right:0;top:0}.facility-card:hover{border-color:var(--gold-subtle);box-shadow:0 15px 40px var(--shadow-medium);transform:translateY(-8px)}.facility-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--gold) 0,var(--gold-light) 100%);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;margin-bottom:1.5rem}.facility-card h3{color:var(--brand-color);font-size:1.4rem;font-weight:600;margin-bottom:1rem}.facility-card p{color:var(--text-light);line-height:1.6}.directions{background:linear-gradient(135deg,var(--white-warm) 0,var(--gray-light) 100%);padding:5rem 0}.directions-content{display:flex;flex-direction:column;gap:2rem;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:800px}.address-info{margin-bottom:1rem;text-align:center}.address-text{color:var(--text-dark);font-size:1.2rem;font-weight:500;margin:0;text-align:center}.map-container,.map-placeholder{align-items:center;display:flex;justify-content:center}.map-placeholder{background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border:1px solid var(--gray-light);border-radius:20px;box-shadow:0 10px 30px var(--shadow-light);height:400px;overflow:hidden;position:relative;width:100%}.map-placeholder:before{animation:shimmer 3s infinite;background:linear-gradient(45deg,#0000 30%,var(--gold-subtle) 50%,#0000 70%);bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.map-content{position:relative;text-align:center;z-index:2}.map-content h3{color:var(--brand-color);font-size:1.8rem;font-weight:600;margin-bottom:1rem}.map-content p{color:var(--text-light);line-height:1.6;margin-bottom:2rem}.facilities-gallery{background:linear-gradient(135deg,var(--white-warm) 0,var(--gray-light) 100%);padding:5rem 0}.facilities-gallery-vertical{display:flex;flex-direction:column;gap:3rem;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:800px}.facility-image-item{margin-bottom:4rem;text-align:center}.facility-image{border-radius:10px;height:auto;margin-bottom:1.5rem;max-width:800px;width:100%}.facility-description{margin:0 auto;max-width:600px}.facility-description p{color:var(--text-dark);font-size:1.1rem;line-height:1.6;margin:0;text-align:center}.living-rooms-section{margin-bottom:4rem}.living-rooms-grid{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.living-room-item{text-align:center}.living-room-image{border-radius:10px;height:500px;margin:0 auto 1rem;max-width:800px;object-fit:cover;width:100%}@media (max-width:768px){.living-rooms-grid{gap:1.5rem}.living-room-image{height:350px}.facility-description p{font-size:1rem}.section-title{font-size:1.8rem}.directions-content{gap:1.5rem;margin-top:2rem}.address-text{font-size:1.1rem}}.facility-image-placeholder{align-items:center;background:linear-gradient(135deg,var(--gray-light) 0,var(--white-off) 100%);display:flex;height:500px;justify-content:center;position:relative}.placeholder-content{color:var(--text-dark)}.placeholder-icon{opacity:.7}.coming-soon{background:var(--gold);color:var(--white)}.facility-gallery-item{background:var(--white);border:1px solid var(--gray-light);border-radius:20px;box-shadow:0 10px 30px var(--shadow-light);overflow:hidden;transition:all .3s ease}.facility-gallery-item:hover{border-color:var(--gold-subtle);box-shadow:0 20px 50px var(--shadow-medium);transform:translateY(-8px)}.facility-gallery-image{background:linear-gradient(135deg,var(--gold-subtle) 0,var(--white-off) 100%);height:250px;overflow:hidden;position:relative}.facility-gallery-image:before{animation:shimmer 3s infinite;background:linear-gradient(45deg,#0000 30%,var(--gold-subtle) 50%,#0000 70%);bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.facility-gallery-image .image-overlay{background:linear-gradient(135deg,#0000,#004834e6);bottom:0;color:#fff;left:0;padding:2rem;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.facility-gallery-item:hover .facility-gallery-image .image-overlay{transform:translateY(0)}.facility-gallery-image .image-overlay h3{font-size:1.4rem;font-weight:600;margin-bottom:.5rem;text-shadow:0 2px 4px var(--shadow-dark)}.facility-gallery-image .image-overlay p{font-size:.95rem;line-height:1.4;opacity:.9}.gallery{background:var(--white);padding:5rem 0}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.gallery-item{background:var(--white);border-radius:0;box-shadow:0 10px 30px var(--shadow-light)}.gallery-item:hover{box-shadow:0 20px 50px var(--shadow-medium);transform:translateY(-8px)}.gallery-image{background:linear-gradient(135deg,var(--gold-subtle) 0,var(--white-off) 100%);height:250px;overflow:hidden;position:relative}.gallery-image:before{animation:shimmer 3s infinite;background:linear-gradient(45deg,#0000 30%,var(--gold-subtle) 50%,#0000 70%);bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.image-placeholder{filter:drop-shadow(0 2px 4px var(--shadow-light));font-size:4rem;position:relative;z-index:2}.image-overlay{background:linear-gradient(135deg,#0000,#004834e6);bottom:0;color:#fff;left:0;padding:2rem;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .image-overlay{transform:translateY(0)}.image-overlay h3{font-size:1.4rem;font-weight:600;margin-bottom:.5rem;text-shadow:0 2px 4px var(--shadow-dark)}.cta{background:linear-gradient(135deg,var(--brand-color) 0,var(--brand-color-dark) 100%);color:#fff;overflow:hidden;position:relative;text-align:center}.cta:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.cta-content{position:relative;z-index:2}.cta-content h2{margin-bottom:1rem}.cta-content p{color:var(--white-off);margin-bottom:2rem;opacity:.95}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.directions-content,.overview-grid{gap:2rem;grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-content p{font-size:1rem}.cta-buttons{align-items:center;flex-direction:column}}.services-guide{padding-top:80px}.services-hero{background:linear-gradient(135deg,var(--brand-color) 0,var(--brand-color-dark) 100%);color:#fff;overflow:hidden;padding:100px 0 80px;position:relative;text-align:center}.services-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.services-hero .hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;position:relative;text-shadow:0 2px 4px var(--shadow-dark);z-index:2}.services-hero .hero-subtitle{font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9;position:relative;z-index:2}.services-nav{background:var(--white);border-bottom:1px solid var(--gray-light);box-shadow:0 2px 10px var(--shadow-light);padding:2rem 0;position:sticky;top:80px;z-index:100}.nav-buttons{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.nav-button{align-items:center;background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border:2px solid var(--gray-light);border-radius:0;box-shadow:0 4px 15px var(--shadow-light);color:var(--text-dark);display:inline-flex;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.nav-button:hover{border-color:var(--brand-color);box-shadow:0 8px 25px var(--shadow-medium);color:var(--brand-color);transform:translateY(-2px)}.service-section{padding:100px 0;position:relative}.service-section:nth-child(odd){background:var(--white-warm)}.service-section:nth-child(2n){background:var(--white)}.section-header{margin-bottom:4rem;text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.service-content{display:flex;flex-direction:column;gap:2rem;width:100%}.birthday-section .service-content{gap:1rem}.birthday-section .service-description{margin-bottom:.5rem}.birthday-section .underline-accent{margin-bottom:1rem}.birthday-section .service-description p:last-child{margin-bottom:.5rem}.service-description h3{color:var(--brand-color);font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.underline-accent{background:linear-gradient(90deg,var(--gold) 0,var(--brand-color) 100%);border-radius:0;height:3px;margin-bottom:2rem;width:60px}.service-description p{color:var(--text-dark);font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.service-features{display:flex;flex-direction:column;gap:1.5rem}.feature-item{align-items:flex-start;background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border:1px solid var(--gray-light);border-radius:0;box-shadow:0 4px 15px var(--shadow-light);display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.feature-item:hover{border-color:var(--gold-subtle);box-shadow:0 8px 25px var(--shadow-medium);transform:translateY(-2px)}.feature-icon{flex-shrink:0;font-size:2rem}.feature-content h4{color:var(--brand-color);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.feature-content p{color:var(--text-light);font-size:1rem;line-height:1.6;margin:0}.rehabilitation-stages{margin-top:2rem}.rehabilitation-stages h4{color:var(--brand-color);font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.stage-item{background:none;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;margin-bottom:3rem;padding:0;transition:all .3s ease}.stage-item:hover{border-color:#0000;box-shadow:none;transform:none}.stage-image{margin-bottom:1.5rem}.stage-content h5{color:var(--brand-color);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.stage-content p{color:var(--text-dark);font-size:1rem;line-height:1.6;margin:0}.rehabilitation-gallery{margin-top:2rem}.rehabilitation-gallery h4{color:var(--brand-color);font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.gallery-grid-vertical{display:flex;flex-direction:column;gap:2rem;margin:0 auto;width:100%}.gallery-item-simple{align-items:center;background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border:1px solid var(--gray-light);border-radius:0;box-shadow:0 4px 15px var(--shadow-light);display:flex;gap:1.5rem;padding:1.5rem;position:relative;transition:all .3s ease}.gallery-item-simple:hover{border-color:var(--gold-subtle);box-shadow:0 8px 25px var(--shadow-medium);transform:translateY(-2px)}.gallery-item-simple .image-placeholder{border:2px dashed var(--gray-light);flex:1 1;margin:0;min-height:200px}.gallery-item-simple .placeholder-content{padding:1.5rem}.gallery-item-simple .placeholder-icon{font-size:2.5rem;margin-bottom:1rem}.gallery-item-simple h3{font-size:1.1rem;margin-bottom:.5rem}.mixed-gallery{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem;width:100%}.gallery-item{background:#f8f9fa;border:1px solid var(--gray-light);border-radius:0!important;height:100%;width:100%}.gallery-item:hover{border-color:var(--gold-subtle)}.gallery-item[data-ratio="4:3"]{aspect-ratio:4/3;grid-column:span 2}.gallery-item[data-ratio="3:4"]{aspect-ratio:3/4;grid-column:span 1}.gallery-item[data-ratio="1:1"]{aspect-ratio:1/1;grid-column:span 1}.gallery-item[data-ratio="16:9"]{aspect-ratio:16/9;grid-column:span 2}@media (max-width:1024px){.mixed-gallery{gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.gallery-item[data-ratio="16:9"],.gallery-item[data-ratio="4:3"]{grid-column:span 1}}.gallery-item .image-placeholder{align-items:center;background:#f8f9fa;border:2px dashed var(--gray-light);display:flex;height:100%;justify-content:center}.gallery-item .placeholder-content{padding:2rem;text-align:center}.gallery-item .placeholder-icon{margin-bottom:1rem}.gallery-item h3{color:var(--text-dark);font-size:1.2rem;margin-bottom:.5rem}.gallery-image{border-radius:0!important;display:block;height:100%;object-fit:cover;object-position:center;transition:all .3s ease;width:100%}.gallery-item:hover .gallery-image{transform:scale(1.05)}.cognitive-gallery{margin-top:2rem}.cognitive-gallery h4{color:var(--brand-color);font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.stage-image{border-radius:15px;box-shadow:0 4px 15px var(--shadow-light);overflow:hidden;position:relative;transition:all .3s ease;width:100%}.stage-image:hover{box-shadow:0 8px 25px var(--shadow-medium);transform:translateY(-4px)}.rehab-image{height:auto;object-fit:cover;transition:all .3s ease;width:100%}.stage-image:hover .rehab-image{transform:scale(1.05)}.image-placeholder,.service-image{align-items:center;display:flex;justify-content:center}.image-placeholder{background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border:2px dashed var(--gray-light);border-radius:0;box-shadow:0 8px 25px var(--shadow-light);max-width:600px;min-height:300px;transition:all .3s ease;width:100%}.image-placeholder:hover{border-color:var(--gold-subtle);box-shadow:0 15px 40px var(--shadow-medium);transform:translateY(-4px)}.placeholder-content{padding:2rem;text-align:center}.placeholder-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.placeholder-content h3{color:var(--brand-color);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.placeholder-content p{color:var(--text-light);font-size:1rem;margin-bottom:1rem}.coming-soon{background:var(--gold-subtle);border-radius:20px;color:var(--brand-color);display:inline-block;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.birthday-gallery{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.gallery-row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.gallery-item{border-radius:15px;box-shadow:0 4px 15px var(--shadow-light);overflow:hidden;position:relative;transition:all .3s ease}.gallery-item:hover{box-shadow:0 8px 25px var(--shadow-medium);transform:translateY(-4px)}.gallery-item .image-placeholder{border-radius:15px;height:250px;margin:0;max-width:none;min-height:250px;width:100%}.gallery-item .placeholder-content{padding:1.5rem}.gallery-item .placeholder-icon{font-size:3rem;margin-bottom:.5rem}.gallery-item .placeholder-content h3{font-size:1.2rem;margin-bottom:.5rem}.gallery-item .coming-soon{font-size:.8rem;padding:.4rem .8rem}.birthday-gallery-main{margin:.5rem 0 2rem}.gallery-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.gallery-grid .gallery-item{background:var(--white);border-radius:15px;box-shadow:0 8px 25px var(--shadow-light);overflow:hidden;transition:all .3s ease}.gallery-grid .gallery-item:hover{box-shadow:0 15px 40px var(--shadow-medium);transform:translateY(-5px)}.gallery-grid .image-placeholder{align-items:center;background:linear-gradient(135deg,var(--gold-subtle) 0,var(--white-off) 100%);border-radius:15px 15px 0 0;display:flex;height:250px;justify-content:center}.gallery-grid .placeholder-content{padding:2rem;text-align:center}.gallery-grid .placeholder-icon{display:block;font-size:3rem;margin-bottom:1rem}.gallery-grid .placeholder-content h3{color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.gallery-grid .coming-soon{background:var(--gray-light);border-radius:20px;color:var(--text-muted);display:inline-block;font-size:.8rem;padding:.3rem .8rem}.cta-section{background:linear-gradient(135deg,var(--brand-color) 0,var(--brand-color-dark) 100%);color:#fff;padding:100px 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px var(--shadow-dark)}.cta-content p{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:768px){.services-hero .hero-title{font-size:2rem}.services-hero .hero-subtitle{font-size:1.1rem}.nav-buttons{flex-direction:column;gap:1rem}.nav-button{justify-content:center;width:100%}.service-content{gap:2rem;grid-template-columns:1fr}.section-title{font-size:2rem}.service-description h3{font-size:1.5rem}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column}.image-placeholder{height:300px}.gallery-grid-vertical{gap:1.5rem;max-width:100%}.gallery-item-simple{flex-direction:column;gap:1rem;text-align:center}.gallery-item-simple .image-placeholder{min-height:150px}.mixed-gallery{gap:1rem;grid-template-columns:1fr}.gallery-item[data-ratio="16:9"],.gallery-item[data-ratio="4:3"]{grid-column:span 1}.gallery-item .placeholder-content{padding:1.5rem}.gallery-item .placeholder-icon{font-size:2.5rem}.gallery-item h3{font-size:1.1rem}.gallery-row{gap:1.5rem;grid-template-columns:1fr}.gallery-item .image-placeholder{height:200px}.gallery-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.gallery-grid .image-placeholder{height:200px}.gallery-grid .placeholder-content{padding:1.5rem}.gallery-grid .placeholder-icon{font-size:2.5rem}}.company{padding-top:80px}.company-hero{background:linear-gradient(135deg,var(--brand-color) 0,var(--brand-color-dark) 100%);color:#fff;overflow:hidden;padding:80px 0 60px;position:relative;text-align:center}.company-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.company-hero-content{position:relative;z-index:2}.company-hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px var(--shadow-dark)}.company-hero-subtitle{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.company-overview{background:var(--white-warm);padding:80px 0}.overview-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.overview-description{color:var(--text-dark);font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.company-values{margin-top:2rem}.company-values h3{color:var(--brand-color);font-size:1.5rem;margin-bottom:1rem}.company-values ul{list-style:none;padding:0}.company-values li{color:var(--text-dark);padding:.5rem 0 .5rem 1.5rem;position:relative}.company-values li:before{color:var(--gold);content:"✓";font-weight:700;left:0;position:absolute}.overview-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{background:var(--white);border:1px solid var(--gray-light);border-radius:15px;box-shadow:0 8px 25px var(--shadow-light);padding:2rem;text-align:center}.stat-number{color:var(--brand-color);display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:1rem;font-weight:500}.business-areas{background:var(--white);padding:80px 0}.business-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.business-card{background:var(--white-warm);border:1px solid var(--gray-light);border-radius:15px;box-shadow:0 8px 25px var(--shadow-light);padding:2rem;text-align:center;transition:all .3s ease}.business-card:hover{border-color:var(--gold-subtle);box-shadow:0 15px 40px var(--shadow-medium);transform:translateY(-5px)}.business-icon{font-size:3rem;margin-bottom:1rem}.business-card h3{color:var(--brand-color);font-size:1.3rem;margin-bottom:1rem}.business-card p{color:var(--text-light);line-height:1.6}.company-contact{background:var(--gray-light);padding:80px 0}.contact-info{background:var(--white);border-radius:15px;box-shadow:0 8px 25px var(--shadow-light);margin:0 auto;max-width:600px;padding:2rem}.contact-item{align-items:center;border-bottom:1px solid var(--gray-light);display:flex;justify-content:space-between;padding:1rem 0}.contact-item:last-child{border-bottom:none}.contact-item strong{color:var(--brand-color);font-weight:600}@media (max-width:768px){.company-hero-title{font-size:2rem}.company-hero-subtitle{font-size:1rem}.overview-grid{gap:2rem;grid-template-columns:1fr}.overview-stats{flex-direction:row;gap:1rem}.stat-item{flex:1 1;padding:1.5rem}.stat-number{font-size:2rem}.business-grid{grid-template-columns:1fr}.contact-item{align-items:flex-start;flex-direction:column;gap:.5rem}}@media (max-width:480px){.company-hero-title{font-size:1.8rem}.overview-stats{flex-direction:column}.stat-item{padding:1rem}}body,html{height:100%;margin:0;padding:0}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:var(--brand-color);font-size:2rem;font-weight:600;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,var(--gold) 0,var(--brand-color) 100%);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.section-subtitle{color:var(--text-light);font-size:1.2rem;line-height:1.6;margin-bottom:4rem;text-align:center}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:14px 32px;position:relative;text-align:center;text-transform:uppercase;transition:all .3s ease}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,var(--brand-color) 0,var(--brand-color-light) 100%);box-shadow:0 4px 15px var(--shadow-medium);color:var(--white)}.btn-primary:hover{background:linear-gradient(135deg,var(--brand-color-dark) 0,var(--brand-color) 100%);box-shadow:0 8px 25px var(--shadow-dark);transform:translateY(-3px)}.btn-secondary{background:linear-gradient(135deg,var(--white) 0,var(--white-off) 100%);border:2px solid var(--brand-color);box-shadow:0 4px 15px var(--shadow-light);color:var(--brand-color)}.btn-secondary:hover{background:linear-gradient(135deg,var(--brand-color) 0,var(--brand-color-light) 100%);box-shadow:0 8px 25px var(--shadow-medium);color:var(--white);transform:translateY(-3px)}@media (max-width:768px){body{padding-top:70px}.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}}
/*# sourceMappingURL=main.2172d591.css.map*/