.gallery-carousel.embla{position:relative;max-width:100%;margin:auto;--slide-spacing:0.5rem;--slide-size:70%}.gallery-carousel .embla__viewport{overflow:hidden}.gallery-carousel .embla__container{display:flex;backface-visibility:hidden;touch-action:pan-y pinch-zoom;padding:0 calc(var(--slide-spacing) / 2)}.gallery-carousel .embla__slide{position:relative;flex:0 0 var(--slide-size);min-width:10;margin:0 calc(var(--slide-spacing) / 2);height:480px;transition:transform .3s ease,opacity .3s ease;opacity:.5;background-color:#f8f9fa}.gallery-carousel .embla__slide.embla__slide--active{opacity:1}.gallery-carousel .embla__slide img{width:calc(100% - 1rem);height:calc(100% - 1rem);object-fit:cover;border-radius:0;border:none;margin:.5rem}.gallery-carousel .embla__slide__overlay{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);color:white;z-index:2;text-align:center}.gallery-carousel .embla__slide__overlay h2{font-size:2.2rem;font-weight:700;margin:0}.gallery-carousel .embla__slide__overlay p{font-size:1rem;margin:.2rem 0}.gallery-carousel .embla__button{position:absolute;top:50%;transform:translateY(-50%);-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);-webkit-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);width:48px;height:48px;z-index:3;border-radius:50%;color:#ff0000;opacity:.5}.gallery-carousel .embla__button:hover{opacity:1}.gallery-carousel .embla__button:disabled{color:gray;cursor:default}.gallery-carousel .embla__button--prev{left:1rem}.gallery-carousel .embla__button--next{right:1rem}.gallery-carousel .embla__button__svg{width:35%;height:35%}.gallery-carousel .embla__dots{display:none}.gallery-expert-advice{width:100%;background-color:#d62828;color:#fff;margin-top:2rem;padding:1.8rem 1.5rem;border-radius:.6rem;box-shadow:0 4px 10px rgba(0,0,0,.1)}.gallery-expert-advice .expert-advice-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.gallery-expert-advice .expert-advice-text{flex:1 1 55%;min-width:260px}.gallery-expert-advice .expert-advice-text h3{font-size:1.3rem;font-weight:700;margin-bottom:.4rem}.gallery-expert-advice .expert-advice-text p{font-size:.95rem;opacity:.9;margin:0}.gallery-expert-advice .expert-advice-actions{flex:1 1 35%;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:1rem;min-width:260px}.gallery-expert-advice .expert-advice-btn{background-color:#fff;color:#d62828;border:none;border-radius:.4rem;font-weight:600;padding:.6rem 1.4rem;cursor:pointer;transition:all .3s ease}.gallery-expert-advice .expert-advice-btn:hover{background-color:#f4f4f4}.gallery-expert-advice .expert-advice-phone{font-size:1.1rem;font-weight:600}