.assistant-container{position:fixed;bottom:2rem;right:2rem;z-index:1000;pointer-events:none}.assistant-container *{pointer-events:auto}.assistant-toggle{width:60px;height:60px;border-radius:50%;background:var(--accent-it);color:var(--text-inverse);border:none;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xl);cursor:pointer;position:absolute;bottom:0;right:0;z-index:1001}.assistant-toggle.active{background:var(--text-primary)}.toggle-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.pulse-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid var(--accent-it)}.assistant-window{position:absolute;bottom:80px;right:0;width:380px;height:600px;max-height:calc(100vh - 120px);display:flex;flex-direction:column;border-radius:20px;border:1px solid var(--border-light);overflow:hidden;box-shadow:0 20px 40px #0000001a}.assistant-header{background:var(--bg-elevated);padding:1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-light)}.header-info{display:flex;align-items:center;gap:.75rem}.assistant-avatar{width:36px;height:36px;border-radius:50%;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;color:var(--accent-it)}.header-info h3{font-size:.95rem;font-weight:600;margin:0;color:var(--text-primary)}.status-online{font-size:.75rem;color:#10b981;display:flex;align-items:center;gap:4px}.status-online:before{content:"";width:6px;height:6px;background:currentColor;border-radius:50%}.btn-close{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:4px;border-radius:4px}.btn-close:hover{background:var(--bg-alt);color:var(--text-primary)}.assistant-messages{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem;background:#fff6}.message-wrapper{max-width:85%;display:flex;flex-direction:column}.message-wrapper.bot{align-self:flex-start}.message-wrapper.user{align-self:flex-end}.message-bubble{padding:.85rem 1rem;border-radius:14px;font-size:.9rem;line-height:1.5}.bot .message-bubble{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-light);border-bottom-left-radius:2px}.user .message-bubble{background:var(--accent-it);color:var(--text-inverse);border-bottom-right-radius:2px}.message-time{font-size:.7rem;color:var(--text-tertiary);margin-top:4px}.user .message-time{text-align:right}.typing-dots{display:flex;gap:4px;padding:4px 0}.typing-dots span{width:4px;height:4px;background:var(--text-tertiary);border-radius:50%;animation:typing 1s infinite ease-in-out}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.assistant-footer{padding:1rem;background:var(--bg-elevated);border-top:1px solid var(--border-light)}.quick-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.action-pill{background:var(--bg-alt);border:1px solid var(--border-light);padding:6px 12px;border-radius:100px;font-size:.8rem;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;gap:4px;white-space:nowrap}.action-pill:hover{border-color:var(--accent-it);color:var(--text-primary);background:#fff}.input-container{display:flex;align-items:center;gap:.5rem;background:var(--bg-alt);padding:.5rem .5rem .5rem 1rem;border-radius:12px;border:1px solid var(--border-light)}.input-container input{flex:1;background:transparent;border:none;outline:none;font-size:.9rem;color:var(--text-primary)}.btn-send{width:36px;height:36px;border-radius:10px;background:transparent;border:none;color:var(--text-tertiary);display:flex;align-items:center;justify-content:center;cursor:pointer}.btn-send.active{background:var(--accent-it);color:var(--text-inverse)}@media(max-width:480px){.assistant-window{width:calc(100vw - 40px);height:500px;bottom:70px}.assistant-container{bottom:1rem;right:1rem}}:root{--accent-it: #2F3F52;--accent-it-hover: #243240;--accent-wellness: #C6BAAE;--accent-wellness-hover: #B8AB9E;--accent-light: #E9E5DF;--bg-main: #F7F6F3;--bg-white: #FFFFFF;--bg-alt: #EEECE8;--text-primary: #141414;--text-secondary: #3E3E3E;--text-tertiary: #6E6E6E;--border-light: #E2DFDA;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;--container-width: 1400px;--spacing-section: 140px;--spacing-sm: 60px;--transition-fast: all .2s ease;--transition-medium: all .4s cubic-bezier(.22, 1, .36, 1);--transition-slow: all .6s cubic-bezier(.22, 1, .36, 1);--navbar-bg: rgba(247, 246, 243, .85);--navbar-bg-scrolled: rgba(247, 246, 243, .95);--navbar-border: rgba(0, 0, 0, .08);--shadow-sm: 0 6px 24px rgba(0, 0, 0, .06)}*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,.logo-text{font-family:var(--font-heading);font-weight:500}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg-main);color:var(--text-primary);line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:400;color:var(--text-primary);line-height:1.1;letter-spacing:-.02em}h1{letter-spacing:-.04em}p{font-weight:300;color:var(--text-secondary);margin-bottom:1.5rem}a{text-decoration:none;color:inherit;transition:var(--transition-slow)}img{width:100%;height:auto;display:block}.container{width:90%;max-width:var(--container-width);margin:0 auto}.site-header{position:fixed;top:0;width:100%;z-index:1000;padding:2.5rem 0;transition:var(--transition-slow)}.site-header.scrolled{padding:1rem 0;background-color:var(--navbar-bg-scrolled);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--navbar-border);box-shadow:var(--shadow-sm)}.header-layout{display:flex;justify-content:space-between;align-items:center}.logo-text{font-family:var(--font-heading);font-size:1.85rem;font-weight:600;color:var(--text-primary);letter-spacing:-.03em}.site-nav.desktop-only{display:block}@media(max-width:900px){.site-nav.desktop-only{display:none}}.site-nav ul{display:flex;gap:3rem;list-style:none;align-items:center}.site-nav a{font-family:var(--font-body);font-size:.85rem;letter-spacing:.05em;font-weight:500;color:var(--text-primary);opacity:.7;transition:var(--transition-medium)}.site-nav a:hover,.site-nav a.active{opacity:1}.nav-cta{padding:.75rem 1.5rem;border:1px solid var(--text-primary);border-radius:99px}.nav-cta:hover{background:var(--text-primary);color:var(--bg-white)}.mobile-nav{position:absolute;top:100%;left:0;width:100%;background:var(--bg-white);padding:2rem;border-bottom:1px solid var(--accent-light);box-shadow:0 20px 40px #0000000d}.mobile-nav ul{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.mobile-nav a{font-size:1.25rem;font-family:var(--font-heading);display:block}.menu-toggle{display:none;width:30px;height:20px;position:relative;background:transparent;border:none;cursor:pointer}@media(max-width:900px){.menu-toggle{display:block}}.menu-toggle span{display:block;width:100%;height:2px;background:var(--text-primary);position:absolute;transition:var(--transition-slow)}.menu-toggle span:first-child{top:0}.menu-toggle span:last-child{bottom:0}.menu-toggle.active span:first-child{transform:translateY(9px) rotate(45deg)}.menu-toggle.active span:last-child{transform:translateY(-9px) rotate(-45deg)}.directory-section{padding:100px 0;border-bottom:1px solid rgba(0,0,0,.05)}.directory-header{margin-bottom:4rem}.directory-header h2{font-size:2.5rem;margin-bottom:.5rem}.directory-sub{font-size:1.1rem;color:var(--text-secondary);font-family:var(--font-heading);font-style:italic}.directory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.directory-card{padding:2rem;background-color:var(--bg-white);border:1px solid rgba(0,0,0,.03);transition:var(--transition-slow)}.directory-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000a;border-color:#0000001a}.directory-card h3{font-size:1.2rem;margin-bottom:.5rem;font-family:var(--font-body);font-weight:600}.directory-card p{font-size:.9rem;margin-bottom:0;color:var(--text-secondary)}.bg-light{background-color:var(--bg-alt)}.student-card{border:5px solid rgba(0,0,0,.03);background-color:#fff;padding:2.5rem}.student-list li{border-bottom-color:#0000001a}.career-card{border-left:3px solid transparent;transition:all .4s ease;border:5px solid rgba(0,0,0,.03)}.career-card:hover{border-left-color:var(--accent-it)}.career-card h3{color:var(--text-primary);margin-bottom:.75rem}.dropdown-menu li{width:100%}.dropdown-menu a{display:block;padding:.8rem 1.5rem;font-size:.8rem;color:var(--text-secondary);text-transform:none;letter-spacing:.05em;border-left:2px solid transparent}.dropdown-menu a:after{display:none}.dropdown-menu a:hover{background-color:#fff;color:var(--text-primary);border-left-color:var(--accent-wellness)}.nav-cta{border-bottom:1px solid var(--text-primary)}.menu-toggle{display:none;background:none;border:none;flex-direction:column;gap:6px;cursor:pointer}.menu-toggle span{display:block;width:30px;height:1px;background-color:var(--text-primary)}.hero-luxury{padding-top:250px;padding-bottom:150px;position:relative;min-height:90vh;display:flex;align-items:center}.hero-content{position:relative;z-index:3;max-width:620px}.hero-pre-title{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;color:var(--accent-wellness);margin-bottom:1.5rem}.hero-content h1{font-size:6.5rem;margin-bottom:2.5rem;line-height:1.05}.hero-subtext{font-size:1.35rem;max-width:650px;color:var(--text-secondary);margin-bottom:3.5rem;font-weight:300}.hero-actions{display:flex;gap:1.5rem}.btn{display:inline-block;padding:1.2rem 3rem;font-family:var(--font-body);font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:var(--transition-slow)}.btn-primary{background-color:var(--text-primary);color:var(--bg-white);border:1px solid var(--text-primary)}.btn-primary:hover{background-color:transparent;color:var(--text-primary)}.btn-outline{background-color:transparent;border:1px solid var(--text-secondary);color:var(--text-primary)}.btn-outline:hover{border-color:var(--text-primary)}.philosophy-section{padding:var(--spacing-section) 0;border-top:1px solid rgba(0,0,0,.05)}.two-col-layout{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.section-title{font-size:3rem;margin-bottom:2rem}.philosophy-text p{font-size:1.1rem;line-height:1.8}.philosophy-image img{height:600px;object-fit:cover;filter:grayscale(20%);border-radius:2px}.service-vertical{padding:var(--spacing-section) 0}.vertical-tag{display:block;font-family:var(--font-body);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-wellness);margin-bottom:1rem}.it-vertical{background-color:var(--bg-white)}.vertical-header h2{font-size:3.5rem;margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem;border-top:1px solid var(--accent-light);padding-top:3rem}.card-icon{font-family:var(--font-heading);font-size:2rem;color:var(--accent-wellness);margin-bottom:1.5rem;border-bottom:1px solid var(--accent-light);display:inline-block;padding-bottom:.5rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;font-family:var(--font-body);font-weight:500}.wellness-vertical{background-color:#fafafa}.wellness-content h2{font-size:3.5rem;margin-bottom:2rem}.lead-text{font-size:1.4rem;color:var(--text-primary);font-family:var(--font-heading);font-style:italic}.wellness-list{margin-top:2rem;list-style:none}.wellness-list li{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1);font-size:1.1rem}.wellness-image-grid img{height:700px;object-fit:cover}.innovation-section{padding:var(--spacing-section) 0}.innovation-header{text-align:center;margin-bottom:5rem}.innovation-header h2{font-size:4rem}.innovation-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.innovation-item{position:relative}.innovation-item img{height:500px;object-fit:cover;margin-bottom:2rem;transition:transform .7s ease}.innovation-item:hover img{transform:scale(.98)}.innovation-text h3{font-size:2rem;margin-bottom:1rem}.text-link{display:inline-block;margin-top:1rem;font-family:var(--font-body);text-transform:uppercase;font-size:.8rem;letter-spacing:.15em;border-bottom:1px solid var(--text-primary)}.core-division{padding:var(--spacing-section) 0;border-top:1px solid rgba(0,0,0,.05)}.core-division.alt{background-color:var(--bg-alt)}.division-label{display:block;font-family:var(--font-body);font-size:.75rem;letter-spacing:.25rem;text-transform:uppercase;color:var(--accent-wellness);margin-bottom:1.5rem}.division-subtext{font-size:1.25rem;color:var(--text-secondary);max-width:700px;margin-bottom:4rem;font-weight:300}.division-description{font-size:1.15rem;line-height:1.9;max-width:800px;margin-bottom:2.5rem;font-weight:300}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;border-top:1px solid var(--accent-light);padding-top:4rem}.service-card{transition:var(--transition-slow)}.service-index{font-family:var(--font-heading);font-size:2.5rem;color:var(--accent-wellness);display:block;margin-bottom:2rem;border-bottom:1px solid var(--accent-light);display:inline-block;padding-bottom:.5rem}.service-card h3{font-size:1.6rem;margin-bottom:1.25rem;font-family:var(--font-body);font-weight:500;letter-spacing:-.01em}.service-card p{font-size:1rem;line-height:1.7}.future-section{padding:var(--spacing-section) 0;background-color:var(--bg-white)}.future-card{padding:4rem;background-color:var(--bg-main);border:1px solid rgba(0,0,0,.02);transition:var(--transition-slow)}.future-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #0000000d;background-color:var(--bg-white)}.future-card h3{font-size:2.25rem;margin-bottom:1.5rem}.future-card p{font-size:1.1rem;margin-bottom:2.5rem;line-height:1.8}.luxury-footer-cta{padding:120px 0;background-color:var(--text-primary);color:var(--bg-white)}.luxury-footer-cta h2{color:var(--bg-white);font-size:4rem;margin-bottom:5rem;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:2rem}.footer-cta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.cta-col h3{color:var(--accent-wellness);font-size:1.5rem;margin-bottom:1rem;font-family:var(--font-body)}.cta-col p{color:#ffffffb3}.cta-link{color:var(--bg-white);font-style:italic;font-family:var(--font-heading);font-size:1.2rem;border-bottom:1px solid rgba(255,255,255,.3)}.site-footer{padding:2rem 0;background-color:var(--text-primary);color:#fff6;font-size:.85rem}.footer-bottom-row{display:flex;justify-content:space-between}.social-links{display:flex;gap:2rem}@media(max-width:1024px){.container{width:95%}.hero-content h1{font-size:4rem}}@media(max-width:768px){.site-header{padding:1.5rem 0}.site-nav{display:none}.menu-toggle{display:flex}.hero-luxury{padding-top:150px}.hero-content h1{font-size:3rem}.hero-actions{flex-direction:column;gap:1rem}.two-col-layout,.feature-grid,.innovation-grid,.footer-cta-grid,.contact-layout{grid-template-columns:1fr;gap:3rem}.reverse-mobile{display:flex;flex-direction:column-reverse}.philosophy-image img,.wellness-image-grid img{height:400px}}.login-page{overflow-y:hidden}.login-split{display:flex;height:100vh;width:100%}.login-visual{flex:1;position:relative;background-color:#121212}.bg-image{width:100%;height:100%;object-fit:cover;opacity:.8}.visual-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0006,#0000);z-index:1}.visual-content{position:absolute;bottom:10%;left:10%;z-index:2;color:#fff;max-width:500px}.visual-content h2{color:#fff;font-size:3.5rem;margin-bottom:1rem}.visual-content p{color:#fffc;font-size:1.1rem}.login-form-container{width:50%;max-width:600px;background-color:var(--bg-white);display:flex;flex-direction:column;padding:3rem;justify-content:center;position:relative}.back-button{position:absolute;top:2.5rem;left:2.5rem;display:flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--text-primary);font-family:var(--font-body);font-size:.9rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;transition:var(--transition-slow);border-radius:2px}.back-button:hover{background-color:#00000008;transform:translate(-4px)}.back-button svg{width:20px;height:20px}.login-header{margin-bottom:4rem}.form-wrapper{max-width:400px;width:100%;margin:0 auto;margin-top:5rem}.form-wrapper h3{font-size:1.75rem;margin-bottom:.5rem;font-family:var(--font-heading)}.form-subtext{margin-bottom:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.75rem;margin-bottom:.4rem;font-weight:600;letter-spacing:.05em;color:var(--text-primary);text-transform:uppercase}.form-group input{width:100%;padding:.75rem .85rem;border:1px solid var(--accent-light);border-radius:4px;font-family:var(--font-body);font-size:.9rem;transition:var(--transition-slow)}.form-group input:focus{outline:none;border-color:var(--text-primary)}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;font-size:.85rem}.check-group{display:flex;align-items:center;gap:.5rem}.btn-block{width:100%;text-align:center}.form-footer{margin-top:2rem;text-align:center;font-size:.9rem}.form-footer a{color:var(--text-primary);text-decoration:underline;font-weight:500}.nav-login{font-weight:600;color:var(--accent-it)!important}.page-header{padding-top:200px;padding-bottom:80px;text-align:center;background-color:var(--bg-main)}.page-tag{display:block;font-family:var(--font-body);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:1.5rem}.page-header h1{font-size:4rem;margin-bottom:1.5rem}.page-lead{font-size:1.25rem;max-width:700px;margin:0 auto}.content-block{padding:100px 0}.service-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.detail-item-card{background-color:var(--bg-white);border:1px solid rgba(0,0,0,.05);cursor:pointer;transition:all .4s cubic-bezier(.25,1,.5,1);display:flex;flex-direction:column}.detail-item-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000f}.card-image-wrapper{overflow:hidden;height:240px}.detail-item-card .detail-img{height:100%;width:100%;object-fit:cover;transition:transform .6s ease;border-radius:0;margin-bottom:0}.detail-item-card:hover .detail-img{transform:scale(1.05)}.card-content{padding:2rem;flex-grow:1;display:flex;flex-direction:column}.detail-item-card h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-primary)}.detail-item-card p{font-size:.95rem;line-height:1.6;color:var(--text-secondary);margin-bottom:2rem;flex-grow:1}.read-more{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:var(--accent-it);border-bottom:1px solid transparent;transition:var(--transition-slow);display:inline-block;align-self:flex-start}.detail-item-card:hover .read-more{border-bottom-color:var(--accent-it)}.service-hero{padding-top:180px;padding-bottom:80px;background-color:var(--bg-main);border-bottom:1px solid rgba(0,0,0,.05)}.service-detail-block{padding:80px 0 140px}.detail-layout{max-width:900px;margin:0 auto}.hero-detail-img{width:100%;height:500px;object-fit:cover;margin-bottom:3rem;border-radius:2px}.lead-text{font-size:1.35rem;line-height:1.8;margin-bottom:3rem;font-weight:300}.feature-list-check{list-style:none;margin-bottom:4rem;padding-left:0}.feature-list-check li{font-size:1.1rem;margin-bottom:1rem;position:relative;padding-left:2rem;color:var(--text-primary)}.feature-list-check li:before{content:"✓";position:absolute;left:0;color:var(--accent-wellness)}.detail-actions{display:flex;gap:1.5rem;border-top:1px solid rgba(0,0,0,.1);padding-top:3rem}@media(max-width:900px){.login-split{flex-direction:column}.login-visual{display:none}}.contact-header{padding-top:220px;padding-bottom:100px;text-align:center;background-color:var(--bg-main)}.contact-header .page-tag{display:block;margin-bottom:1.5rem}.contact-header h1{font-size:4.5rem;max-width:900px;margin:0 auto 2rem;line-height:1.1}.contact-header .page-lead{font-size:1.3rem;line-height:1.7;max-width:750px;margin:0 auto;color:var(--text-secondary)}.contact-section{padding:120px 0 160px;background-color:var(--bg-white)}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:8rem;align-items:start}.contact-info h2{font-size:3rem;margin-bottom:1.5rem;line-height:1.2}.contact-intro{font-size:1.15rem;line-height:1.8;color:var(--text-secondary);margin-bottom:4rem;max-width:450px}.info-items{display:flex;flex-direction:column;gap:3rem}.info-item{display:flex;gap:1.5rem;align-items:flex-start}.info-icon{width:44px;height:44px;min-width:44px;background-color:var(--bg-main);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent-it);transition:var(--transition-slow)}.info-item:hover .info-icon{background-color:var(--accent-it);color:var(--bg-white);transform:scale(1.05)}.info-item h3{font-size:.85rem;font-family:var(--font-body);font-weight:600;margin-bottom:.5rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em}.info-item p{font-size:1.05rem;color:var(--text-secondary);margin:0;line-height:1.7}.contact-form-wrapper{background-color:var(--bg-main);padding:4rem;border-radius:2px;border:1px solid rgba(0,0,0,.03)}.appointment-form h3{font-size:2.25rem;margin-bottom:1rem;font-family:var(--font-heading);line-height:1.2}.form-intro{font-size:1rem;color:var(--text-secondary);margin-bottom:3rem;line-height:1.7}.form-group{margin-bottom:2rem}.form-group label{display:block;font-family:var(--font-body);font-size:.85rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.form-group input,.select-wrapper select,textarea#message{width:100%;background-color:var(--bg-white);border:1px solid rgba(0,0,0,.08);border-radius:2px;padding:1rem 1.25rem;font-size:1rem;font-family:var(--font-body);font-weight:400;color:var(--text-primary);transition:all .3s ease}.form-group input:focus,.select-wrapper select:focus,textarea#message:focus{outline:none;border-color:var(--text-primary);background-color:var(--bg-white);box-shadow:0 4px 12px #0000000a}.form-group input::placeholder,textarea#message::placeholder{color:#999;font-weight:300}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}textarea#message{resize:vertical;min-height:150px;line-height:1.7}.select-wrapper{position:relative}.select-wrapper select{cursor:pointer;appearance:none;background-image:url('data:image/svg+xml;charset=UTF-8,%3csvg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M1 1L6 6L11 1" stroke="%23595959" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');background-repeat:no-repeat;background-position:right 1.25rem center;padding-right:3rem}.btn-block{width:100%;margin-top:1rem;padding:1.25rem 3rem;font-size:.9rem}@media(max-width:1024px){.contact-layout{grid-template-columns:1fr;gap:5rem}.contact-header h1{font-size:3.5rem}.contact-form-wrapper{padding:3rem}}@media(max-width:768px){.contact-header{padding-top:180px;padding-bottom:60px}.contact-header h1{font-size:2.8rem}.contact-header .page-lead{font-size:1.1rem}.contact-section{padding:80px 0 100px}.contact-info h2{font-size:2.2rem}.form-row{grid-template-columns:1fr;gap:0}.contact-form-wrapper{padding:2.5rem}.appointment-form h3{font-size:1.8rem}}@media(max-width:480px){.contact-header{padding-top:150px;padding-bottom:50px}.contact-header h1{font-size:2.2rem}.contact-form-wrapper{padding:2rem}}@media(max-width:768px){.dropdown-menu{position:static;box-shadow:none;opacity:1;visibility:visible;transform:none;padding-left:1rem;background:transparent;display:none}.dropdown-trigger:after{content:" +"}.login-form-container{width:100%;max-width:100%;height:100vh}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.site-nav{position:fixed;top:0;right:-100%;width:80%;height:100vh;background:var(--bg-white);display:flex;flex-direction:column;justify-content:center;padding:4rem;transition:.5s ease;box-shadow:-20px 0 60px #0000001a;z-index:2000}.site-nav.open{right:0}.site-nav ul{flex-direction:column;gap:2rem}.site-nav a{font-size:1.5rem}}.service-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:3rem}.service-card-minimal{background-color:var(--bg-white);border:1px solid rgba(0,0,0,.06);padding:2.5rem 2rem;cursor:pointer;transition:all .4s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden}.service-card-minimal:before{content:"";position:absolute;top:0;left:0;width:3px;height:0;background-color:var(--accent-it);transition:height .4s cubic-bezier(.25,1,.5,1)}.service-card-minimal:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014;border-color:#0000001a}.service-card-minimal:hover:before{height:100%}.service-card-minimal:focus{outline:2px solid var(--accent-it);outline-offset:2px}.service-card-minimal h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-primary);font-weight:500;transition:color .3s ease}.service-card-minimal p{font-size:.95rem;color:var(--text-secondary);margin:0;line-height:1.6}.card-arrow{margin-top:1.5rem;display:flex;align-items:center;color:var(--accent-it);opacity:0;transform:translate(-10px);transition:all .3s ease}.card-content-wrapper{position:relative;z-index:2}.card-watermark{position:absolute;bottom:1rem;right:1.5rem;font-size:4rem;font-weight:800;line-height:1;color:var(--text-primary);opacity:.03;pointer-events:none;z-index:1;font-family:var(--font-heading);letter-spacing:-.02em;-webkit-user-select:none;user-select:none;transition:all .5s ease}.service-card-minimal:hover .card-watermark{opacity:.06;transform:scale(1.05) translate(-5px);color:var(--accent-it)}.modal-overlay{position:fixed;inset:0;background-color:#000000a6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:9998;display:flex;align-items:center;justify-content:center;animation:overlayFadeIn .3s ease;cursor:pointer}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.modal-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:94%;max-width:850px;max-height:92vh;background-color:var(--bg-white);border-radius:20px;box-shadow:0 30px 80px #0000004d,0 10px 25px #00000026;z-index:9999;overflow:hidden;animation:modalScaleIn .45s cubic-bezier(.34,1.56,.64,1);cursor:default;filter:none!important;-webkit-filter:none!important}@keyframes modalScaleIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.85)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;width:42px;height:42px;background-color:#0000000d;border:none;border-radius:50%;cursor:pointer;color:var(--text-primary);display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.25,1,.5,1);z-index:10}.modal-close:hover{background-color:var(--accent-it);color:var(--bg-white);transform:rotate(90deg) scale(1.05)}.modal-close:focus{outline:3px solid var(--accent-it);outline-offset:3px}.modal-close:active{transform:rotate(90deg) scale(.95)}.modal-content{padding:3rem 3.25rem 2.5rem;overflow-y:auto;max-height:92vh;display:flex;flex-direction:column}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#00000005;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:#00000040}.modal-tag{display:inline-block;font-family:var(--font-body);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-it);margin-bottom:.875rem;font-weight:700;background-color:#00000014;padding:.35rem .9rem;border-radius:20px}.modal-title{font-size:2.5rem;margin-bottom:1.25rem;line-height:1.2;color:var(--text-primary);font-weight:600;letter-spacing:-.02em}.modal-description{margin-bottom:2rem}.modal-description p{font-size:1.05rem;line-height:1.7;color:var(--text-secondary);margin:0}.modal-benefits{margin-bottom:2rem;background-color:#00000004;padding:2rem;border-radius:12px;border-left:4px solid var(--accent-it)}.modal-benefits h3{font-family:var(--font-body);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:var(--text-primary);margin-bottom:1.25rem;opacity:.8}.modal-benefits ul{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.modal-benefits li{padding-left:2.25rem;position:relative;font-size:.98rem;line-height:1.6;color:var(--text-primary)}.modal-benefits li:before{content:"✓";position:absolute;left:0;top:0;color:var(--accent-it);font-weight:700;font-size:1.1rem;background-color:#0000001a;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-cta{margin-top:2.5rem;padding:2.5rem;background:var(--bg-alt);border-top:1px solid var(--border-light);border-radius:0 0 20px 20px;display:flex;justify-content:flex-start;align-items:center;gap:1.5rem}.modal-cta .btn{font-size:.95rem;padding:1.125rem 2.75rem;font-weight:600;letter-spacing:.04em;border-radius:999px;transition:var(--transition-medium)}.modal-cta .btn-primary{background:var(--accent-it);color:#fff;border:1px solid var(--accent-it);box-shadow:0 6px 18px #3a4d6340}.modal-cta .btn-primary:hover{background:var(--accent-it-hover);transform:translateY(-2px);box-shadow:0 10px 25px #3a4d6359}.modal-cta .btn-outline{background:transparent;border:1px solid var(--accent-it);color:var(--accent-it)}.modal-cta .btn-outline:hover{background:var(--accent-it);color:#fff;transform:translateY(-2px)}.modal-cta .btn:active{transform:translateY(0)}@media(max-width:768px){.modal-panel{width:95%;max-height:92vh;border-radius:16px}.modal-content{padding:3rem 2rem}.modal-title{font-size:2rem}.modal-description p{font-size:1.05rem}.modal-benefits{padding:1.75rem}.modal-close{top:1.25rem;right:1.25rem;width:36px;height:36px}.modal-cta{flex-direction:column;align-items:stretch}.modal-cta .btn{width:100%;text-align:center}}@media(max-width:480px){.modal-panel{width:96%;border-radius:14px}.modal-content{padding:2.5rem 1.5rem}.modal-title{font-size:1.75rem}.modal-tag{font-size:.65rem;padding:.35rem .85rem}.modal-benefits{padding:1.5rem}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.modal-panel{box-shadow:0 35px 90px #00000059,0 15px 30px #0003}}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:88vh;padding:4rem 0}.hero-content{max-width:580px}.hero-image{position:relative;height:100%;display:flex;align-items:center}.image-wrapper{position:relative;width:100%;height:550px;border-radius:20px;overflow:hidden;box-shadow:0 25px 60px #00000026}.image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0000001a,#0000000d);pointer-events:none}.service-icon{font-size:2.5rem;margin-bottom:1.5rem;display:inline-block;filter:grayscale(.3);opacity:.9}.service-card:hover .service-icon{filter:grayscale(0);opacity:1;transform:scale(1.1);transition:all .3s ease}.division-header{text-align:center;max-width:700px;margin:0 auto 4rem}.philosophy-image img,.two-col-layout img{border-radius:16px;box-shadow:0 20px 50px #0000001f;transition:transform .5s ease,box-shadow .5s ease}.philosophy-image img:hover,.two-col-layout img:hover{transform:scale(1.02);box-shadow:0 25px 60px #0000002e}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-content{max-width:100%}.hero-image{order:-1}.image-wrapper{height:400px}}@media(max-width:768px){.hero-container{min-height:auto;padding:3rem 0 2rem}.image-wrapper{height:320px;border-radius:16px}.service-icon{font-size:2rem;margin-bottom:1rem}.division-header{margin-bottom:2.5rem}}@media(max-width:480px){.image-wrapper{height:250px;border-radius:12px}.hero-container{gap:2rem}}.hero-premium{background:linear-gradient(135deg,#fdfcf8,#f2f0eb);padding:7rem 0 5rem;min-height:90vh;position:relative;overflow:hidden;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1400px;margin:0 auto;position:relative;z-index:2}.hero-premium:after{content:"";position:absolute;top:0;right:0;width:55%;height:100%;background:radial-gradient(circle at right center,#ffffffbf,#fdfcf8f2 45%,#fdfcf8 65%);pointer-events:none;z-index:1}.hero-badge{display:inline-block;padding:.5rem 0;margin-bottom:2rem;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid #E5E7EB}.hero-premium h1{font-size:4.8rem;line-height:1.05;margin-bottom:2rem;font-weight:500;font-family:var(--font-heading);color:#111827;letter-spacing:-.03em}.gradient-text{background:linear-gradient(120deg,#111827,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic;font-weight:400}.hero-description{font-size:1.25rem;line-height:1.7;color:#4b5563;margin-bottom:3.5rem;font-weight:300;max-width:540px}.hero-cta{display:flex;gap:1rem;margin-top:2.5rem;flex-wrap:wrap;justify-content:flex-start;align-items:center;padding-left:2px}.hero-premium .btn-primary{background-color:#1f2937;color:#fff;border:none;border-radius:999px;padding:1.1rem 2.8rem;font-size:1rem;font-weight:500;letter-spacing:.02em;box-shadow:0 10px 25px #1f293726;transition:all .4s cubic-bezier(.2,.8,.2,1)}.hero-premium .btn-primary:hover{transform:translateY(-2px);background-color:#000;box-shadow:0 15px 35px #0003}.hero-premium .btn-outline{background-color:#fff;color:#1f2937;border:1px solid #E5E7EB;border-radius:999px;padding:1.1rem 2.8rem;font-size:1rem;font-weight:500;transition:all .3s ease}.hero-premium .btn-outline:hover{border-color:#1f2937;background-color:#f9fafb;transform:translateY(-1px);color:#111827}.hero-stats{display:flex;gap:4rem;padding-top:1.5rem;margin-top:3rem;border-top:1px solid rgba(0,0,0,.06)}.stat-item h3{font-size:2rem;font-weight:400;color:#111827;margin-bottom:.25rem;font-family:var(--font-heading)}.stat-item p{font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.hero-visual{position:absolute;right:-12%;width:60vw;height:100vh;display:flex;align-items:center;justify-content:flex-end;pointer-events:none;z-index:1}.visual-card{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:transparent;box-shadow:none}.earth-image{width:100%;max-height:95vh;object-fit:contain;opacity:.95;filter:contrast(1.03) saturate(1.04)}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:4rem}.hero-visual{position:relative;width:100%;height:auto;right:auto;top:auto;transform:none;justify-content:center;margin-top:3rem}.earth-image{max-height:320px}}.visual-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0000000d,#00000005)}.mission-showcase{padding:8rem 0;background-color:var(--bg-white)}.section-header{text-align:center;max-width:700px;margin:0 auto 5rem}.section-header.centered{text-align:center}.section-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--accent-it);margin-bottom:1rem}.wellness-label{color:#18181b}.section-header h2{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.2}.section-description{font-size:1.2rem;line-height:1.7;color:var(--text-secondary)}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.mission-card{background:var(--bg-white);border-radius:20px;overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:all .4s ease}.mission-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #0000001f;border-color:#0003}.mission-image{position:relative;height:320px;overflow:hidden}.mission-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.mission-card:hover .mission-image img{transform:scale(1.05)}.mission-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.4) 100%)}.wellness-overlay{background:linear-gradient(180deg,#0000001a,#0000004d)}.mission-content{padding:2.5rem}.mission-tag{display:inline-block;padding:.4rem 1rem;background-color:#0000001a;color:var(--accent-it);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:20px;margin-bottom:1.25rem}.wellness-tag{background-color:#0000001a;color:#18181b}.mission-content h3{font-size:2rem;margin-bottom:1.25rem;line-height:1.3}.mission-content>p{font-size:1.05rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem}.mission-features{list-style:none;padding:0;margin:0 0 2rem}.mission-features li{padding:.75rem 0 .75rem 2rem;position:relative;font-size:.95rem;color:var(--text-primary);border-bottom:1px solid rgba(0,0,0,.05)}.mission-features li:last-child{border-bottom:none}.mission-features li:before{content:"→";position:absolute;left:0;color:var(--accent-it);font-weight:600}.wellness-pillar .mission-features li:before{color:#18181b}.process-section{padding:8rem 0;background:linear-gradient(135deg,var(--bg-main) 0%,#F4F4F5 100%)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem}.process-card{background:var(--bg-white);padding:2.5rem 2rem;border-radius:16px;border:1px solid rgba(0,0,0,.05);text-align:center;transition:all .3s ease;position:relative}.process-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent-it) 0%,#18181B 100%);border-radius:16px 16px 0 0;opacity:0;transition:opacity .3s ease}.process-card:hover:before{opacity:1}.process-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014;border-color:#0003}.process-icon{font-size:3rem;margin-bottom:1.5rem;filter:grayscale(.2)}.process-card:hover .process-icon{filter:grayscale(0);transform:scale(1.1);transition:all .3s ease}.process-number{display:block;font-size:.85rem;font-weight:700;color:var(--accent-it);margin-bottom:1rem;opacity:.7}.process-card h3{font-size:1.35rem;margin-bottom:1rem;line-height:1.3}.process-card p{font-size:.95rem;line-height:1.6;color:var(--text-secondary)}.wellness-visual{padding:8rem 0;background:linear-gradient(135deg,var(--bg-main) 0%,var(--bg-alt) 100%)}.wellness-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.wellness-content h2{font-size:3rem;margin-bottom:1.5rem;line-height:1.2}.wellness-content p{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.5rem}.wellness-content .btn{margin-top:1rem}.wellness-image-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.wellness-img{border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001a;transition:transform .4s ease,box-shadow .4s ease}.wellness-img:hover{transform:scale(1.03);box-shadow:0 25px 50px #00000026}.wellness-img.large{grid-column:1 / -1;height:320px}.wellness-img.small{height:220px}.wellness-img img{width:100%;height:100%;object-fit:cover;display:block}.future-section{padding:8rem 0;background-color:var(--bg-white)}.future-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:4rem}.future-card{background:var(--bg-white);border-radius:20px;overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:all .4s ease}.future-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #0000001f}.future-image{height:280px;overflow:hidden}.future-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.future-card:hover .future-image img{transform:scale(1.08)}.future-content{padding:2.5rem}.future-content h3{font-size:1.85rem;margin-bottom:1.25rem}.future-content p{font-size:1.05rem;line-height:1.7;color:var(--text-secondary);margin-bottom:2rem}.cta-final{padding:8rem 0;background:linear-gradient(135deg,#fafaf9,#f1f3f5);position:relative;overflow:hidden}.cta-final:before{content:"";position:absolute;top:-40%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(180,180,180,.18) 0%,transparent 70%);border-radius:50%}.cta-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2}.cta-content h2{font-size:3.5rem;color:#1f2933;margin-bottom:1.5rem;line-height:1.2;font-weight:300;letter-spacing:-.01em;text-shadow:0 6px 30px rgba(0,0,0,.05)}.cta-content p{font-size:1.3rem;color:#4b5563;margin-bottom:3rem;line-height:1.7;font-weight:300}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;color:var(--text-primary)}.cta-final .btn-primary{background:linear-gradient(135deg,#1f2933,#111827);box-shadow:0 8px 30px #0000002e}.cta-final .btn-outline{color:#1f2933;border-color:#00000040}.cta-final .btn-outline:hover{background-color:#ffffff0a;border-color:#ffffff73;color:#000}@media(max-width:1200px){.hero-premium h1{font-size:3.5rem}.section-header h2{font-size:3rem}}@media(max-width:1024px){.hero-grid,.mission-grid,.wellness-grid,.future-grid{grid-template-columns:1fr;gap:3rem}.process-grid{grid-template-columns:repeat(2,1fr)}.visual-card img{height:450px}.hero-cta{flex-direction:column}.hero-stats{gap:2rem}}@media(max-width:768px){.hero-cta{justify-content:center}}@media(max-width:768px){.hero-premium{padding:5rem 0 4rem;min-height:auto}.hero-premium h1{font-size:2.5rem}.hero-description{font-size:1.1rem}.section-header h2,.cta-content h2{font-size:2.2rem}.process-grid{grid-template-columns:1fr}.visual-card img,.mission-image{height:320px}.cta-buttons{flex-direction:column}.hero-stats{flex-wrap:wrap;gap:1.5rem}.stat-item{flex:1 1 45%}}@media(max-width:480px){.hero-premium h1{font-size:2rem}.section-header h2{font-size:1.85rem}.wellness-content h2{font-size:2rem}.hero-badge{font-size:.75rem;padding:.4rem 1rem}.stat-item h3{font-size:2rem}.process-icon{font-size:2.5rem}}.service-category-section{padding:5rem 0;background-color:var(--bg-white)}.service-category-section.bg-alt{background:linear-gradient(135deg,var(--bg-main) 0%,var(--bg-alt) 100%)}.category-header{text-align:center;max-width:800px;margin:0 auto 4rem;padding-bottom:2rem;border-bottom:2px solid rgba(0,0,0,.06)}.category-tag{display:inline-block;padding:.5rem 1.25rem;background:linear-gradient(135deg,#0000001a,#0000000d);border:1px solid rgba(0,0,0,.2);border-radius:30px;font-size:.75rem;font-weight:700;color:var(--accent-it);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem}.category-header h2{font-size:2.75rem;margin-bottom:1.25rem;line-height:1.2;color:var(--text-primary)}.category-description{font-size:1.15rem;line-height:1.7;color:var(--text-secondary);max-width:700px;margin:0 auto}@media(max-width:768px){.service-category-section{padding:3.5rem 0}.category-header{margin-bottom:3rem}.category-header h2{font-size:2.2rem}.category-description{font-size:1.05rem}}@media(max-width:480px){.service-category-section{padding:3rem 0}.category-header h2{font-size:1.85rem}.category-tag{font-size:.7rem;padding:.4rem 1rem}}.service-card-minimal{background:var(--bg-white);padding:2.5rem 2rem;border-radius:16px;border:2px solid rgba(0,0,0,.06);cursor:pointer;transition:all .4s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden}.service-card-minimal:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent-it) 0%,#18181B 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.service-card-minimal:hover:before{transform:scaleX(1)}.service-card-minimal:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026;border-color:#0000004d}.service-card-minimal h3{font-size:1.35rem;font-weight:600;margin-bottom:.75rem;line-height:1.3;color:var(--text-primary);transition:color .3s ease}.service-card-minimal:hover h3{color:var(--accent-it)}.service-card-minimal p{font-size:.95rem;line-height:1.6;color:var(--text-secondary);margin-bottom:1.5rem}.card-arrow{display:flex;align-items:center;justify-content:flex-end;color:var(--accent-it);opacity:0;transform:translate(-10px);transition:all .3s ease}.service-card-minimal:hover .card-arrow{opacity:1;transform:translate(0)}.service-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.page-header{padding:8rem 0 5rem;background:var(--bg-main);position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;top:-30%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,0,0,.06) 0%,transparent 70%);border-radius:50%}.page-header .container{position:relative;z-index:2;text-align:center;max-width:900px}.page-tag{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#0000001f,#00000014);border:1px solid rgba(0,0,0,.25);border-radius:30px;font-size:.8rem;font-weight:700;color:var(--accent-it);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.5rem}.page-header h1{font-size:4.5rem;line-height:1.1;margin-bottom:1.5rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#222,#2a2a2a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-lead{font-size:1.3rem;line-height:1.7;color:var(--text-secondary);max-width:750px;margin:0 auto}.btn{display:inline-block;padding:1rem 2.25rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s cubic-bezier(.25,1,.5,1);cursor:pointer;border:none;text-align:center;letter-spacing:.02em;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn-primary{background:linear-gradient(135deg,var(--accent-it) 0%,#3A4D63 100%);color:#fff;box-shadow:0 4px 15px #0000004d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 40px #00000047}.btn-outline{background:#fff9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(0,0,0,.15)}.btn-outline:hover{background:var(--accent-it);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #00000040}.text-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent-it);text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;position:relative}.text-link:after{content:"→";transition:transform .3s ease}.text-link:hover{color:#3a4d63}.text-link:hover:after{transform:translate(5px)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#00000008}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--accent-it) 0%,#18181B 100%);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#3a4d63 0% 100%)}html{scroll-behavior:smooth}::selection{background:#0003;color:var(--text-primary)}*:focus-visible{outline:3px solid rgba(0,0,0,.4);outline-offset:3px;border-radius:4px}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.loading-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:1000px 100%;animation:shimmer 2s infinite}@media(max-width:1024px){.service-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}.page-header h1{font-size:3.5rem}}@media(max-width:768px){.service-cards-grid{grid-template-columns:1fr;gap:1.5rem}.page-header{padding:5rem 0 3.5rem}.page-header h1{font-size:2.75rem}.page-lead{font-size:1.15rem}.service-card-minimal{padding:2rem 1.75rem}}@media(max-width:480px){.page-header h1{font-size:2.2rem}.page-tag{font-size:.7rem;padding:.4rem 1.25rem}.service-card-minimal{padding:1.75rem 1.5rem}.btn{padding:.875rem 2rem;font-size:.95rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(prefers-contrast:high){.service-card-minimal{border:2px solid currentColor}.btn-outline{border-width:3px}}.service-card-minimal,.btn,.card-arrow,.text-link{will-change:transform;transform:translateZ(0);backface-visibility:hidden}h1,h2,h3,h4,h5,h6{font-feature-settings:"liga" 1,"kern" 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.luxury-gradient-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.03) 50%,transparent 100%);pointer-events:none}.service-card-elevated{background:linear-gradient(135deg,#F4F4F5 0%,var(--bg-main) 100%);box-shadow:0 1px 3px #0000000d,0 10px 30px #00000008}.service-card-elevated:hover{box-shadow:0 5px 15px #0000001a,0 20px 50px #00000026}.site-footer{position:relative;background:var(--bg-alt);color:var(--text-primary);padding:5rem 0 2rem;margin-top:6rem;border-top:1px solid var(--border-light)}.site-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--border-light)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border-light)}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.footer-description{font-size:.95rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.footer-contact p{font-size:.9rem;color:var(--text-secondary);margin:0}.footer-heading{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:1.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links li a{color:var(--text-secondary);font-size:.95rem;transition:var(--transition-fast)}.footer-links li a:hover,.footer-links li a:focus{color:var(--accent-it);transform:translate(4px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem}.copyright{font-size:.9rem;color:var(--text-tertiary)}.footer-legal{display:flex;gap:1rem;font-size:.85rem}.footer-legal a{color:var(--text-secondary);transition:var(--transition-fast)}.footer-legal a:hover{color:var(--accent-it)}.footer-social{display:flex;gap:1rem}.footer-social a{width:38px;height:38px;border-radius:8px;background:var(--bg-main);border:1px solid var(--border-light);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:var(--transition-medium)}.footer-social a:hover{background:var(--accent-it);color:var(--bg-main);transform:translateY(-3px);box-shadow:var(--shadow-sm)}@media(max-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1.5rem;align-items:flex-start}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.footer-links li a:focus-visible,.footer-contact a:focus-visible,.footer-legal a:focus-visible,.footer-social a:focus-visible{outline:2px solid var(--accent-it);outline-offset:4px}
