.consultation-main{min-height:100vh;background:#EEEDEB;display:flex;flex-direction:column}.consultation-hero{background:#7F8560;height:90vh;flex-direction:column;overflow:hidden;animation:fadeIn 1s ease-out;margin-bottom:0}.consultation-hero,.consultation-hero-section{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.consultation-hero-section{background-image:url(/images/background-100.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%;padding:6rem 0 4rem;box-shadow:0 8px 32px rgba(0,0,0,.1)}.consultation-hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(116,108,100,.55);z-index:1}.consultation-hero-content{max-width:900px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:2rem;align-items:center;position:relative;z-index:2}.consultation-hero-title{font-size:4.5rem;font-weight:600;color:#ffffff;text-shadow:2px 2px 4px rgba(0,0,0,.1);letter-spacing:-.02em;line-height:1.1;text-align:center;font-family:Cormorant,serif}.consultation-hero-summary{font-size:1.5rem;line-height:1.6;color:#ffffff;box-shadow:0 8px 32px rgba(0,0,0,.1);max-width:700px;text-align:center;font-family:Montserrat,sans-serif}.consultation-hero-button{display:inline-block;padding:.5rem 1.5rem;background-color:#7F8560;color:#ffffff;text-decoration:none;border-radius:24px;font-weight:500;transition:background-color .3s ease;border:none;cursor:pointer;font-size:1.125rem;font-family:var(--font-montserrat),"Montserrat",sans-serif}.consultation-hero-button:hover{background-color:#7F8560}.consultation-process-section{width:100%;background:#EEEDEB;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 8px 32px rgba(0,0,0,.1);position:relative;overflow:hidden}.consultation-process-title{font-size:45px;font-weight:400;color:#555;margin-bottom:3rem;text-align:center;letter-spacing:-.02em;line-height:1.1;position:relative;z-index:2;font-family:Cormorant Garamond,serif}.consultation-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;width:90%;max-width:1400px;position:relative;z-index:2}.process-step{background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:2.5rem 2rem 2rem;min-height:220px;transition:all .3s ease;position:relative;overflow:hidden;text-align:center;border:1px solid rgba(142,144,122,.1)}.process-step,.process-step-content{display:flex;flex-direction:column;align-items:center}.process-step-content{width:100%}.step-details{width:100%;height:0;overflow:hidden;transition:height .3s ease-out;opacity:0;font-family:Montserrat,sans-serif}.step-details.expanded{height:auto;opacity:1;transition:height .5s ease-in,opacity .3s ease-in}.step-details.collapsed{height:0;opacity:0;transition:height .3s ease-out,opacity .2s ease-out}.process-step.expanded{min-height:auto;height:auto}.process-step ul{list-style-type:none;padding:0;margin:1rem 0;text-align:left;width:100%}.process-step ul li{margin-bottom:.5rem;position:relative;padding-left:1.5rem;font-family:Montserrat,sans-serif;color:#555}.process-step ul li:before{content:"•";position:absolute;left:0;color:#7F8560}.process-step:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(0,0,0,.12)}.step-number{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;background:#7F8560;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.08)}.process-step h3{font-size:1.4rem;font-weight:600;color:#7F8560;margin-bottom:.75rem;text-align:center;font-family:Cormorant Garamond,serif}.process-step p{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:.5rem;text-align:center;font-family:Montserrat,sans-serif}.consultation-services-section{background:#EEEDEB;width:100%;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.consultation-services-title{font-size:45px;font-weight:400;color:#555;margin-bottom:4rem;text-align:center;letter-spacing:-.02em;line-height:1.1;position:relative;z-index:2;font-family:Cormorant Garamond,serif}.consultation-services-grid{width:100%;max-width:1400px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;gap:0}.consultation-service-section{background:transparent;margin-bottom:0;overflow:hidden;position:relative;border-radius:0;box-shadow:none;transition:all .3s ease}.service-section-container{display:flex;align-items:center;min-height:500px;width:100%}.service-section-image{width:50%;height:500px;object-fit:cover;transition:transform .3s ease}.consultation-service-section:hover .service-section-image{transform:scale(1.02)}.service-section-content{width:50%;padding:3rem 4rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.consultation-service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:#7F8560;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.consultation-service-section:hover{transform:none;box-shadow:none}.consultation-service-card:hover:before{transform:scaleX(1)}.service-icon{font-size:2.5rem;margin-bottom:2rem;background:#f7f7f2;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:20px;transition:all .3s ease;color:#7F8560}.consultation-service-card:hover .service-icon{transform:scale(1.1);background:#7F8560;color:#fff}.consultation-service-title{color:#7F8560;font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;text-align:left;position:relative;padding-bottom:0;font-family:Cormorant Garamond,serif;line-height:1.2}.consultation-service-section:nth-child(2n) .service-section-container{flex-direction:row-reverse}.consultation-service-section:nth-child(2n) .service-section-content{align-items:flex-end;text-align:right}.consultation-service-section:nth-child(2n) .service-section-buttons{justify-content:flex-end}.consultation-service-description{color:#555;font-size:1.2rem;line-height:1.8;margin-bottom:2rem;flex-grow:1;text-align:left;font-family:Montserrat,sans-serif}.service-section-buttons{display:flex;gap:1rem;margin-top:1.5rem;align-items:center}.learn-more-button{display:inline-block;padding:.75rem 1.5rem;background-color:transparent;color:#7F8560;text-decoration:none;border-radius:25px;font-weight:500;transition:all .3s ease;border:2px solid #7f8560;cursor:pointer;font-size:1rem;font-family:var(--font-montserrat),"Montserrat",sans-serif}.book-consultation-button,.learn-more-button:hover{background-color:#7F8560;color:#ffffff}.book-consultation-button{display:inline-block;padding:.75rem 1.5rem;text-decoration:none;border-radius:25px;font-weight:500;transition:background-color .3s ease;border:none;cursor:pointer;font-size:1rem;font-family:var(--font-montserrat),"Montserrat",sans-serif}.book-consultation-button:hover{background-color:#7F8560}.consultation-button{color:#fff;padding:.85rem 2rem;border-radius:5rem;font-size:.95rem;font-weight:400;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;text-align:center;width:180px;font-family:var(--font-montserrat),"Montserrat",sans-serif;white-space:nowrap;box-shadow:0 4px 15px rgba(142,144,122,.2);position:relative;overflow:hidden}.consultation-button,.consultation-button:before{background:linear-gradient(135deg,#7F8560,#7F8560)}.consultation-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease}.consultation-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(142,144,122,.3);letter-spacing:.12em}.consultation-button:hover:before{opacity:1}.consultation-button span{position:relative;z-index:1}.consultation-button:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}.read-more-button{background:transparent;color:#7F8560;border:2px solid #7f8560;padding:.5rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;margin:1rem auto 0;font-family:var(--font-montserrat),"Montserrat",sans-serif;width:auto;min-width:120px;z-index:2;display:block}.read-more-button.expanded,.read-more-button:hover{background:#7F8560;color:#fff}@media (max-width:1200px){.consultation-process-grid{grid-template-columns:repeat(2,1fr);max-width:800px}}@media (max-width:768px){.consultation-hero-section{padding:12rem 1rem 3rem}.consultation-hero-title{font-size:2.5rem;padding:0 1rem}.consultation-hero-summary{font-size:1.2rem;padding:0 1rem}.consultation-hero-button{padding:.8rem 2rem;font-size:1.1rem;width:90%;max-width:300px}.consultation-process-section{padding:4rem 1rem 3rem}.consultation-process-title{font-size:2.2rem;margin-bottom:2rem;padding:0 1rem}.consultation-process-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1.5rem;padding:1rem 0;width:100%;max-width:none}.process-step{flex:0 0 280px;scroll-snap-align:start;min-height:280px;margin:0 .75rem;padding:1.5rem}.process-step:first-child{margin-left:1.5rem}.process-step:last-child{margin-right:1.5rem}.step-number{width:40px;height:40px;font-size:1.2rem;margin-bottom:1rem}.process-step h3{font-size:1.3rem;margin-bottom:.75rem}.process-step p{font-size:1rem}.consultation-services-section{padding:4rem 1rem 3rem}.consultation-services-title{font-size:2.2rem;margin-bottom:2rem;padding:0 1rem}.consultation-services-grid{padding:0 1rem;width:100%}.consultation-service-section{margin-bottom:2rem}.service-section-container{flex-direction:column;min-height:auto}.service-section-image{width:100%;height:250px;order:1}.service-section-content{width:100%;padding:2rem 1.5rem;order:2;align-items:center;text-align:center}.consultation-service-title{font-size:1.8rem;text-align:center}.consultation-service-description{font-size:1rem;text-align:center}.service-section-buttons{flex-direction:column;gap:1rem;width:100%;justify-content:center}.consultation-service-section:nth-child(2n) .service-section-container{flex-direction:column}.consultation-service-section:nth-child(2n) .service-section-content{align-items:center;text-align:center}.consultation-service-section:nth-child(2n) .service-section-buttons{justify-content:center}.book-consultation-button,.learn-more-button{width:100%;padding:.85rem 1.5rem;font-size:.9rem;letter-spacing:.08em}.book-consultation-button{margin-left:0;margin-top:.5rem}.learn-more-button{margin-right:0}.consultation-process-grid::-webkit-scrollbar{display:none}.consultation-process-grid{-ms-overflow-style:none;scrollbar-width:none}}.calendly-container{display:flex;flex-direction:column;align-items:center;width:100%}.calendly-inline-widget{background:#ffffff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;width:100%;max-width:800px;margin:0 auto}