@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#3e3e3e;background-color:#faf7f5;overflow-x:hidden}ul,ol{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{font-family:inherit}:focus-visible{outline:2px solid #D4A5A5;outline-offset:2px}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:600;color:#3e3e3e;line-height:1.2;margin-bottom:1rem}h1{font-size:1.875rem}@media(min-width:768px){h1{font-size:2.25rem}}@media(min-width:1024px){h1{font-size:3rem}}h2{font-size:1.5rem}@media(min-width:768px){h2{font-size:1.875rem}}@media(min-width:1024px){h2{font-size:2.25rem}}h3{font-size:1.25rem}@media(min-width:768px){h3{font-size:1.5rem}}h4{font-size:1.125rem}@media(min-width:768px){h4{font-size:1.25rem}}h5{font-size:1rem}@media(min-width:768px){h5{font-size:1.125rem}}h6{font-size:.875rem}@media(min-width:768px){h6{font-size:1rem}}p{margin-bottom:1.5rem;color:#6b6b6b}p:last-child{margin-bottom:0}.text-light{color:#9b9b9b}.text-primary{color:#d4a5a5}.text-center{text-align:center}.text-large{font-size:1.125rem}.text-small{font-size:.875rem}.section{padding:4rem 0}@media(min-width:768px){.section{padding:6rem 0}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}.container-narrow{width:100%;max-width:800px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container-narrow{padding:0 2rem}}html{scroll-behavior:smooth}.header{position:sticky;top:0;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 3px #00000014;z-index:1000;transition:box-shadow .3s ease}.header__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.header__container{padding:0 2rem}}.header__container{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem;min-height:70px}.header__logo{display:flex;flex-direction:column;gap:2px;transition:opacity .3s ease}.header__logo:hover{opacity:.8}.header__logo-text{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;color:#d4a5a5;line-height:1}.header__logo-subtitle{font-size:.75rem;color:#6b6b6b;letter-spacing:1px;text-transform:uppercase}@media(min-width:768px){.header__nav{display:block}}@media(max-width:767px){.header__nav{position:fixed;top:70px;left:0;right:0;background-color:#fff;box-shadow:0 10px 30px #0000001f;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.header__nav--open{transform:translateY(0);opacity:1;visibility:visible}}.header__menu{display:flex;gap:.5rem}@media(max-width:767px){.header__menu{flex-direction:column;padding:1.5rem;gap:0}}@media(min-width:768px){.header__menu{gap:1rem}}.header__menu-item{list-style:none}.header__menu-link{display:block;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:#3e3e3e;transition:all .3s ease;border-radius:8px}@media(max-width:767px){.header__menu-link{padding:1.5rem;border-bottom:1px solid #F0EBE8}}.header__menu-link:hover{color:#d4a5a5;background-color:#f4e4e8}.header__menu-link--active{color:#d4a5a5;background-color:#f4e4e8;font-weight:600}.header__toggle{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;outline:none;display:flex;flex-direction:column;justify-content:space-between;width:30px;height:24px;z-index:1001}@media(min-width:768px){.header__toggle{display:none}}.header__toggle span{display:block;width:100%;height:3px;background-color:#3e3e3e;border-radius:2px;transition:all .3s ease}.header__toggle--open span:nth-child(1){transform:rotate(45deg) translateY(10px)}.header__toggle--open span:nth-child(2){opacity:0}.header__toggle--open span:nth-child(3){transform:rotate(-45deg) translateY(-10px)}.footer{background:linear-gradient(135deg,#f4e4e8,#f0ebe8);margin-top:6rem;padding:6rem 0 1.5rem}.footer__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.footer__container{padding:0 2rem}}.footer__container{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:768px){.footer__container{grid-template-columns:repeat(3,1fr);gap:6rem}}.footer__section{display:flex;flex-direction:column;gap:1.5rem}.footer__title{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:600;color:#3e3e3e;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.footer__title-icon{font-size:1.25rem;color:#d4a5a5}.footer__contact,.footer__nav{display:flex;flex-direction:column;gap:1rem}.footer__link{display:flex;align-items:center;gap:1rem;color:#6b6b6b;font-size:1rem;transition:all .3s ease;padding:.5rem 0}.footer__link-icon{font-size:1.125rem;color:#d4a5a5;transition:transform .3s ease}.footer__link:hover{color:#d4a5a5;transform:translate(5px)}.footer__link:hover .footer__link-icon{transform:scale(1.2)}.footer__schedule{display:flex;flex-direction:column;gap:1rem}.footer__text{color:#6b6b6b;font-size:1rem;line-height:1.6;margin:0}.footer__text strong{color:#3e3e3e;font-weight:600}.footer__bottom{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.footer__bottom{padding:0 2rem}}.footer__bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(107,107,107,.2);text-align:center}.footer__copyright{color:#9b9b9b;font-size:.875rem}.button{background:none;border:none;padding:0;font-family:inherit;outline:none;display:inline-block;font-weight:500;text-align:center;border-radius:8px;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff80;transform:translate(-50%,-50%);transition:width .6s,height .6s}.button:active:before{width:300px;height:300px}.button--small{padding:.5rem 1.5rem;font-size:.875rem}.button--medium{padding:1rem 2rem;font-size:1rem}.button--large{padding:1.5rem 3rem;font-size:1.125rem}.button--primary{background-color:#d4a5a5;color:#fff;border:2px solid #D4A5A5;box-shadow:0 4px 15px #d4a5a533}.button--primary:hover{background-color:#c78989;border-color:#c78989;transform:translateY(-3px);box-shadow:0 6px 20px #d4a5a566}.button--primary:active{transform:translateY(-1px);box-shadow:0 3px 10px #d4a5a54d}.button--secondary{background-color:#a8b5a0;color:#fff;border:2px solid #A8B5A0;box-shadow:0 4px 15px #a8b5a033}.button--secondary:hover{background-color:#93a389;border-color:#93a389;transform:translateY(-3px);box-shadow:0 6px 20px #a8b5a066}.button--secondary:active{transform:translateY(-1px);box-shadow:0 3px 10px #a8b5a04d}.button--outline{background-color:transparent;color:#d4a5a5;border:2px solid #D4A5A5;position:relative}.button--outline:after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:#d4a5a5;transition:width .3s ease;z-index:-1}.button--outline:hover{color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #d4a5a54d}.button--outline:hover:after{width:100%}.button--outline:active{transform:translateY(-1px)}.button:disabled{opacity:.5;cursor:not-allowed}.button:disabled:hover{transform:none;box-shadow:none}.button:disabled:after{display:none}.home-page{padding:6rem 0}@media(min-width:768px){.home-page{padding:6rem 0}}.home-page .container{max-width:900px}.home-content{display:flex;flex-direction:column;gap:6rem}@media(min-width:768px){.home-content{gap:80px}}.home-hero{text-align:center;display:flex;flex-direction:column;gap:2rem;padding:4rem 0}@media(min-width:768px){.home-hero{padding:6rem 0}}.home-hero__label{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#6b6b6b;background:#f0ebe8;padding:.5rem 1.5rem;border-radius:16px;width:fit-content;margin:0 auto}.home-hero__label .icon{color:#a8b5a0;font-size:1rem}.home-hero__title{font-family:Playfair Display,Georgia,serif;font-size:1.875rem;font-weight:700;color:#3e3e3e;line-height:1.2;margin:0}@media(min-width:768px){.home-hero__title{font-size:3rem}}.home-hero__subtitle{font-size:1rem;color:#6b6b6b;line-height:1.7;max-width:700px;margin:0 auto}@media(min-width:768px){.home-hero__subtitle{font-size:1.125rem}}.home-hero__cta{display:flex;gap:1.5rem;justify-content:center;margin-top:1.5rem;flex-direction:column;align-items:stretch}@media(min-width:640px){.home-hero__cta{flex-direction:row;align-items:center}}.home-about{padding:3rem;background:#faf7f5;border-radius:12px;border-left:4px solid #D4A5A5}@media(min-width:768px){.home-about{padding:4rem}}.home-about__container{display:flex;gap:3rem;flex-direction:column}@media(min-width:768px){.home-about__container{flex-direction:row;align-items:center;gap:4rem}}.home-about__photo{flex-shrink:0;width:100%}@media(min-width:768px){.home-about__photo{width:280px}}.home-about__content{display:flex;flex-direction:column;gap:1.5rem;flex:1}.home-about__title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;color:#3e3e3e;margin:0}@media(min-width:768px){.home-about__title{font-size:1.5rem}}.home-about__text{font-size:.875rem;color:#6b6b6b;line-height:1.7;margin:0}@media(min-width:768px){.home-about__text{font-size:1rem}}.home-about__text:last-of-type{margin-bottom:0}.photo-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#f4e4e8,#f5cba7);border-radius:12px;display:flex;align-items:center;justify-content:center;border:2px solid #F0EBE8;overflow:hidden;position:relative}.photo-placeholder span{font-size:1.125rem;font-weight:600;color:#d4a5a5;opacity:.5}.photo-placeholder img{width:100%;height:100%;object-fit:cover}.home-services{display:flex;flex-direction:column;gap:2rem}.home-services__title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;color:#3e3e3e;text-align:center;margin:0}@media(min-width:768px){.home-services__title{font-size:1.5rem}}.home-services__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.home-services__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.home-services__cta{display:flex;justify-content:center;margin-top:1.5rem}.service-preview{padding:2rem;background:#fff;border:2px solid #F0EBE8;border-radius:12px;text-align:center;transition:all .3s ease}@media(min-width:768px){.service-preview{padding:3rem}}.service-preview:hover{border-color:#d4a5a5;box-shadow:0 8px 24px #d4a5a51f;transform:translateY(-4px)}.service-preview__title{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:600;color:#3e3e3e;margin:0 0 1rem}@media(min-width:768px){.service-preview__title{font-size:1.125rem}}.service-preview__duration{font-size:.875rem;color:#6b6b6b;margin:0 0 .5rem}@media(min-width:768px){.service-preview__duration{font-size:1rem}}.service-preview__price{font-size:1.125rem;font-weight:700;color:#d4a5a5;margin:0}@media(min-width:768px){.service-preview__price{font-size:1.25rem}}.about-page{padding:6rem 0}@media(min-width:768px){.about-page{padding:6rem 0}}.about-page .container{max-width:900px}.about-content{display:flex;flex-direction:column;gap:6rem}@media(min-width:768px){.about-content{gap:80px}}.about-header{text-align:center;display:flex;flex-direction:column;gap:1rem}.about-header__title{font-family:Playfair Display,Georgia,serif;font-size:1.875rem;font-weight:700;color:#3e3e3e;margin:0}@media(min-width:768px){.about-header__title{font-size:2.25rem}}.about-header__subtitle{font-size:1rem;color:#6b6b6b;margin:0}@media(min-width:768px){.about-header__subtitle{font-size:1.125rem}}.about-journey{display:flex;flex-direction:column;gap:2rem}.journey-list{position:relative;display:flex;flex-direction:column;gap:0;padding-left:3rem}@media(min-width:768px){.journey-list{padding-left:60px}}.journey-list:before{content:"";position:absolute;left:25px;top:30px;bottom:30px;width:3px;background:linear-gradient(to bottom,#d4a5a5,#efbba3)}@media(min-width:768px){.journey-list:before{left:30px}}.journey-item{position:relative;display:flex;align-items:flex-start;gap:1.5rem;padding:2rem 2rem 2rem 3rem;background:#fff;border:2px solid #F0EBE8;border-radius:12px;transition:all .3s ease;margin-bottom:2rem}@media(min-width:768px){.journey-item{padding:3rem 3rem 3rem 4rem;gap:2rem}}.journey-item:last-child{margin-bottom:0}.journey-item:hover{border-color:#d4a5a5;box-shadow:0 8px 24px #d4a5a51f}.journey-item:before{content:"";position:absolute;left:-43px;top:50%;transform:translateY(-50%);width:16px;height:16px;background:#d4a5a5;border:4px solid #FFFFFF;border-radius:50%;box-shadow:0 0 0 2px #d4a5a5;z-index:2}@media(min-width:768px){.journey-item:before{left:-48px;width:20px;height:20px}}.journey-item__icon{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4e4e8,#f5cba7);border-radius:50%;color:#d4a5a5;font-size:24px}@media(min-width:768px){.journey-item__icon{width:60px;height:60px;font-size:28px}}.journey-item__content{flex:1}.journey-item__title{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:600;color:#3e3e3e;margin:0 0 .5rem}@media(min-width:768px){.journey-item__title{font-size:1.125rem}}.journey-item__description{font-size:.875rem;color:#6b6b6b;line-height:1.6;margin:0}@media(min-width:768px){.journey-item__description{font-size:1rem}}.about-diplomas{display:flex;flex-direction:column;gap:2rem}.about-diplomas__title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;color:#3e3e3e;text-align:center;margin:0}@media(min-width:768px){.about-diplomas__title{font-size:1.5rem}}.diplomas-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.diplomas-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.diploma-badge{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;background:#fff;border:2px solid #F0EBE8;border-radius:12px;transition:all .3s ease}.diploma-badge:hover{border-color:#d4a5a5;box-shadow:0 8px 24px #d4a5a51f}.diploma-badge__icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4e4e8,#f5cba7);border-radius:50%;color:#d4a5a5;font-size:20px}@media(min-width:768px){.diploma-badge__icon{width:50px;height:50px;font-size:24px}}.diploma-badge__title{font-size:.875rem;font-weight:500;color:#3e3e3e;line-height:1.4}@media(min-width:768px){.diploma-badge__title{font-size:1rem}}.asca-info{display:flex;justify-content:center;margin-top:1.5rem}.asca-info__badge{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;background:linear-gradient(135deg,#c9d5c0,#a8b5a04d);border:2px solid #A8B5A0;border-radius:12px}.asca-info__icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#a8b5a0;color:#fff;border-radius:50%;font-weight:700;font-size:.875rem}.asca-info__text{font-size:1rem;font-weight:700;color:#3e3e3e}@media(min-width:768px){.asca-info__text{font-size:1.125rem}}.about-philosophy{display:flex;flex-direction:column;gap:2rem}.about-philosophy__title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;color:#3e3e3e;text-align:center;margin:0}@media(min-width:768px){.about-philosophy__title{font-size:1.5rem}}.about-philosophy__content{display:flex;flex-direction:column;gap:1.5rem;padding:3rem;background:#faf7f5;border-radius:12px;border-left:4px solid #D4A5A5}@media(min-width:768px){.about-philosophy__content{padding:4rem}}.about-philosophy__text{font-size:.875rem;color:#6b6b6b;line-height:1.7;margin:0}@media(min-width:768px){.about-philosophy__text{font-size:1rem}}.about-philosophy__quote{text-align:center;padding:3rem;background:linear-gradient(135deg,#f4e4e8,#f5cba7);border-radius:12px}@media(min-width:768px){.about-philosophy__quote{padding:4rem}}.about-philosophy__quote p{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-style:italic;color:#3e3e3e;line-height:1.6;margin:0}@media(min-width:768px){.about-philosophy__quote p{font-size:1.125rem}}.services-page{padding:6rem 0}@media(min-width:768px){.services-page{padding:6rem 0}}.services-page .container{max-width:900px}.services-content{display:flex;flex-direction:column;gap:4rem}@media(min-width:768px){.services-content{gap:6rem}}.services-header{text-align:center;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.services-header__title{font-family:Playfair Display,Georgia,serif;font-size:1.875rem;font-weight:700;color:#3e3e3e;margin:0}@media(min-width:768px){.services-header__title{font-size:2.25rem}}.services-header__subtitle{font-size:1rem;color:#6b6b6b;margin:0}@media(min-width:768px){.services-header__subtitle{font-size:1.125rem}}.services-process{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;background:linear-gradient(135deg,#faf7f5,#f4e4e84d);border-radius:12px;flex-direction:column}@media(min-width:768px){.services-process{flex-direction:row;gap:3rem}}.process-step{display:flex;align-items:center;gap:1rem}.process-step__number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#d4a5a5;color:#fff;border-radius:50%;font-weight:700;font-size:1rem;flex-shrink:0}.process-step__text{font-size:.875rem;font-weight:600;color:#3e3e3e}@media(min-width:768px){.process-step__text{font-size:1rem}}.process-arrow{font-size:1.5rem;color:#d4a5a5;font-weight:700;transform:rotate(90deg)}@media(min-width:768px){.process-arrow{transform:rotate(0)}}.services-list{display:flex;flex-direction:column;gap:2rem}.service-item{padding:2rem;background:#fff;border:2px solid #F0EBE8;border-radius:12px;transition:all .3s ease}@media(min-width:768px){.service-item{padding:3rem}}.service-item:hover{border-color:#d4a5a5;box-shadow:0 8px 24px #d4a5a51f}.service-item__header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;flex-direction:column}@media(min-width:768px){.service-item__header{flex-direction:row;align-items:center}}.service-item__icon{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4e4e8,#f5cba7);border-radius:50%;color:#d4a5a5;font-size:24px}@media(min-width:768px){.service-item__icon{width:60px;height:60px;font-size:28px}}.service-item__main{flex:1}.service-item__title{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:600;color:#3e3e3e;margin:0 0 .5rem}@media(min-width:768px){.service-item__title{font-size:1.25rem}}.service-item__meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b6b6b}@media(min-width:768px){.service-item__meta{font-size:1rem}}.service-item__duration{font-weight:500}.service-item__separator{color:#9b9b9b}.service-item__price{font-weight:600;color:#d4a5a5}.service-item__description{font-size:.875rem;color:#6b6b6b;line-height:1.6;margin:0 0 1.5rem}@media(min-width:768px){.service-item__description{font-size:1rem}}.service-item__includes{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding-left:0}.service-item__includes li{font-size:.875rem;color:#6b6b6b;display:flex;align-items:flex-start;gap:1rem}@media(min-width:768px){.service-item__includes li{font-size:1rem}}.service-item__includes li .check{color:#a8b5a0;font-weight:700;flex-shrink:0}.addon-section{display:flex;flex-direction:column;gap:1.5rem}.addon-label{text-align:center;font-size:.875rem;font-weight:600;color:#9b9b9b;text-transform:uppercase;letter-spacing:.5px}.addon-card{padding:2rem;background:linear-gradient(135deg,#faf7f5,#f4e4e84d);border:2px solid #F4E4E8;border-radius:12px;transition:all .3s ease}@media(min-width:768px){.addon-card{padding:3rem}}.addon-card:hover{border-color:#d4a5a5;box-shadow:0 8px 24px #d4a5a51f}.addon-card__header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;flex-direction:column;align-items:flex-start}@media(min-width:768px){.addon-card__header{flex-direction:row;align-items:center}}.addon-card__icon{width:45px;height:45px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4e4e8,#f5cba7);border-radius:50%;color:#d4a5a5;font-size:20px}@media(min-width:768px){.addon-card__icon{width:50px;height:50px;font-size:24px}}.addon-card__main{flex:1;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:100%;flex-direction:column;align-items:flex-start}@media(min-width:768px){.addon-card__main{flex-direction:row}}.addon-card__title{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:600;color:#3e3e3e;margin:0}@media(min-width:768px){.addon-card__title{font-size:1.125rem}}.addon-card__price{font-size:1.125rem;font-weight:700;color:#d4a5a5}@media(min-width:768px){.addon-card__price{font-size:1.25rem}}.addon-card__description{font-size:.875rem;color:#6b6b6b;line-height:1.6;margin:0 0 1rem}@media(min-width:768px){.addon-card__description{font-size:1rem}}.addon-card__note{font-size:.75rem;color:#9b9b9b;font-style:italic;padding:1rem;background:#fff;border-radius:8px;text-align:center}@media(min-width:768px){.addon-card__note{font-size:.875rem}}.services-asca{display:flex;flex-direction:column;gap:1.5rem;padding:3rem;background:linear-gradient(135deg,#c9d5c0,#a8b5a04d);border-radius:12px;border:2px solid #A8B5A0}@media(min-width:768px){.services-asca{padding:4rem}}.services-asca__text{font-size:.875rem;color:#6b6b6b;line-height:1.7;margin:0;text-align:center}@media(min-width:768px){.services-asca__text{font-size:1rem}}.asca-badge{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 2rem;background:#fff;border-radius:8px;width:fit-content;margin:0 auto}.asca-badge__icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#a8b5a0;color:#fff;border-radius:50%;font-weight:700;font-size:.875rem}.asca-badge__text{font-size:1rem;font-weight:700;color:#3e3e3e}@media(min-width:768px){.asca-badge__text{font-size:1.125rem}}.services-note{text-align:center;padding:1.5rem;background:#faf7f5;border-radius:12px;border-left:4px solid #D4A5A5;margin-top:2rem}.services-note p{margin:0;font-size:.875rem;color:#6b6b6b;font-style:italic}@media(min-width:768px){.services-note p{font-size:1rem}}.contact-page{min-height:70vh;display:flex;align-items:center;padding:6rem 0}@media(min-width:768px){.contact-page{padding:6rem 0}}.contact-page .container{max-width:900px}.contact-content{display:flex;flex-direction:column;gap:6rem}@media(min-width:768px){.contact-content{gap:6rem}}.contact-header{text-align:center;display:flex;flex-direction:column;gap:1rem}.contact-header__title{font-family:Playfair Display,Georgia,serif;font-size:1.875rem;font-weight:700;color:#3e3e3e;margin:0}@media(min-width:768px){.contact-header__title{font-size:2.25rem}}.contact-header__subtitle{font-size:1rem;color:#6b6b6b;margin:0;font-weight:400}@media(min-width:768px){.contact-header__subtitle{font-size:1.125rem}}.contact-cards{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.contact-cards{grid-template-columns:repeat(2,1fr);gap:2rem}}.contact-card{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem;background:#fff;border:2px solid #F0EBE8;border-radius:12px;transition:all .3s ease;cursor:pointer;text-decoration:none}.contact-card:hover{border-color:#d4a5a5;box-shadow:0 8px 24px #d4a5a51f}.contact-card--location{cursor:default}.contact-card__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4e4e8,#f5cba7);border-radius:50%;color:#d4a5a5;font-size:28px}@media(min-width:768px){.contact-card__icon{width:70px;height:70px;font-size:32px}}.contact-card__content{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.contact-card__label{font-size:.875rem;font-weight:600;color:#9b9b9b;text-transform:uppercase;letter-spacing:.5px}.contact-card__value{font-size:1rem;font-weight:500;color:#3e3e3e}@media(min-width:768px){.contact-card__value{font-size:1.125rem}}.contact-schedule{display:flex;flex-direction:column;gap:2rem;padding:3rem;background:#fff;border:2px solid #F0EBE8;border-radius:12px}@media(min-width:768px){.contact-schedule{padding:4rem}}.schedule-header{display:flex;align-items:center;justify-content:center;gap:1rem}.schedule-header__icon{font-size:1.5rem;color:#d4a5a5}.schedule-header__title{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:600;color:#3e3e3e;margin:0}@media(min-width:768px){.schedule-header__title{font-size:1.25rem}}.schedule-list{display:flex;flex-direction:column;gap:1rem}.schedule-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #F0EBE8}.schedule-item:last-child{border-bottom:none}.schedule-item__day{font-size:.875rem;font-weight:500;color:#3e3e3e}@media(min-width:768px){.schedule-item__day{font-size:1rem}}.schedule-item__hours{font-size:.875rem;color:#6b6b6b}@media(min-width:768px){.schedule-item__hours{font-size:1rem}}.contact-note{text-align:center;padding:2rem;background:#faf7f5;border-radius:12px;border-left:4px solid #D4A5A5}.contact-note p{margin:0;font-size:.875rem;color:#6b6b6b;font-style:italic}@media(min-width:768px){.contact-note p{font-size:1rem}}.contact-form-wrapper{display:flex;flex-direction:column;gap:1.5rem;padding:3rem;background:#fff;border:2px solid #F0EBE8;border-radius:12px}@media(min-width:768px){.contact-form-wrapper{padding:4rem}}.contact-form-wrapper__title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;color:#3e3e3e;text-align:center;margin:0}@media(min-width:768px){.contact-form-wrapper__title{font-size:1.5rem}}.contact-form-wrapper__subtitle{font-size:.875rem;color:#6b6b6b;text-align:center;margin:0 0 1.5rem;line-height:1.6}@media(min-width:768px){.contact-form-wrapper__subtitle{font-size:1rem}}.contact-form{display:flex;flex-direction:column;gap:2rem}.form-row{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.form-row{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:#3e3e3e}@media(min-width:768px){.form-label{font-size:1rem}}.form-label .required{color:#d4a5a5}.form-input,.form-textarea{padding:1rem 1.5rem;font-size:1rem;color:#3e3e3e;background:#fff;border:2px solid #F0EBE8;border-radius:8px;transition:all .3s ease;font-family:inherit}.form-input::placeholder,.form-textarea::placeholder{color:#9b9b9b}.form-input:focus,.form-textarea:focus{outline:none;border-color:#d4a5a5;box-shadow:0 0 0 3px #d4a5a51a}.form-textarea{resize:vertical;min-height:120px;line-height:1.6}.form-submit{padding:1.5rem 3rem;font-size:1rem;font-weight:600;color:#fff;background:#d4a5a5;border:2px solid #D4A5A5;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}@media(min-width:768px){.form-submit{font-size:1.125rem;padding:1.5rem 4rem}}.form-submit:hover:not(:disabled){background:#c78989;border-color:#c78989;transform:translateY(-2px);box-shadow:0 4px 12px #d4a5a54d}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-submit svg{font-size:1.25rem}.form-message{padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.form-message p{margin:0;font-size:.875rem;line-height:1.6}@media(min-width:768px){.form-message p{font-size:1rem}}.form-message--success{background:linear-gradient(135deg,#c9d5c0,#a8b5a04d);border:2px solid #A8B5A0;color:#3e3e3e}.form-message--error{background:linear-gradient(135deg,#ffe5e5,#fcc);border:2px solid #cc0000;color:#3e3e3e}
