@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100&display=swap");.header-section{position:relative;width:100%;height:100vh;overflow:hidden}.header-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background-color:#fff;z-index:2}.header-container{position:relative;width:100%;height:100%;margin:0 auto}.header-background{top:0;left:0;overflow:hidden}.header-background,.header-image{position:absolute;width:100%;height:100%}.header-image{top:50%;left:50%;transform:translate(-50%,-50%);object-fit:cover;opacity:0;transition:opacity 2s ease-in-out;pointer-events:none}.header-image.active{opacity:1;z-index:1}.header-image.next{z-index:0}.header-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(25,36,61,.7),rgba(25,36,61,.5) 20%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.3)),linear-gradient(180deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.3));z-index:2}.header-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;padding:1rem;z-index:3;max-width:1200px;margin:0 auto}.header-text-container{align-self:flex-start;max-width:600px;padding:0 1rem}.header-text{color:#fff;margin-bottom:2rem}.header-title{font-family:Cinzel,serif;color:#ebe7d9;font-size:4rem;font-weight:500;margin-bottom:-.5rem}.header-title2{font-family:Josefin Sans,sans-serif;font-weight:700;color:#ebe7d9;font-size:1.65rem;margin-bottom:1rem;text-align:left}.header-subtitle{font-size:1.25rem;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3);text-align:left;margin-bottom:2rem}.header-buttons{display:flex;gap:.75rem}.header-button{padding:1rem 2.5rem;border-radius:8px;font-weight:600;font-size:1rem;letter-spacing:.025em;transition:all .3s ease;cursor:pointer;text-decoration:none;text-align:center;border:none;white-space:nowrap}.header-button-primary{background-color:var(--primary-color);color:#fff;box-shadow:0 2px 4px rgba(45,211,205,.1)}.header-info{position:absolute;bottom:100px;left:0;right:0;display:flex;justify-content:center;gap:1.5rem;padding:0 1rem;z-index:3}.info-card{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.625rem .875rem;border-radius:8px;color:#fff;text-align:center;transition:all .3s ease}@media (max-width:1400px){.header-image{width:100%;height:100%}}@media (max-width:992px){.header-image{width:100%;height:100%}}@media (max-width:768px){.header-text-container{padding:0;max-width:100%}.header-title{font-size:2.5rem}.header-subtitle{font-size:1.125rem}.header-button{padding:.875rem 2rem;font-size:.875rem}.header-info{flex-direction:column;align-items:center;gap:.5rem;bottom:80px}.info-card{width:100%;max-width:280px}.header-section:after{height:60px}}@media (max-width:576px){.header-image{width:100%;height:100%}}@media (max-width:375px){.header-image{width:100%;height:100%;object-position:center center}}@media (max-width:320px){.header-image{width:100%;height:100%;object-position:center center}}@media (min-width:1024px){.header-title{font-size:4rem}.header-subtitle{font-size:1.25rem}.header-content{padding:2rem}}@media (max-width:768px){.header-title{font-size:2.5rem}.header-title2{font-size:1.03rem}}@media (min-width:1024px){.header-title{font-size:4rem}.header-title2{font-size:1.65rem}}.privacy-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:1100;padding:20px}.privacy-modal-content{background:#19243d;border-radius:12px;border:1px solid rgba(45,211,205,.2);max-width:640px;width:100%;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.6);animation:privacyModalSlideIn .3s ease-out}@keyframes privacyModalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.privacy-modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.privacy-modal-title{margin:0;color:#ebe7d9;font-size:1.125rem;font-weight:600}.privacy-modal-close{background:none;border:none;color:hsla(47,31%,89%,.5);font-size:1.5rem;cursor:pointer;padding:0;line-height:1;transition:color .2s}.privacy-modal-close:hover{color:#ebe7d9}.privacy-modal-body{padding:1.5rem;overflow-y:auto;flex:1 1;color:#c5c1b4;font-size:.875rem;line-height:1.7}.privacy-modal-body h3{color:#ebe7d9;font-size:.95rem;font-weight:600;margin:1.25rem 0 .5rem}.privacy-modal-body h3:first-child{margin-top:0}.privacy-modal-body p{margin:0 0 .75rem}.privacy-modal-body ul{margin:0 0 .75rem;padding-left:1.25rem}.privacy-modal-body li{margin-bottom:.25rem}.privacy-modal-body strong{color:#ebe7d9}.privacy-modal-body a{color:#2dd3cd;text-decoration:underline}.privacy-modal-footer{padding:1rem 1.5rem;border-top:1px solid hsla(0,0%,100%,.08);display:flex;justify-content:flex-end;flex-shrink:0}.privacy-modal-btn{background:#2dd3cd;color:#19243d;border:none;padding:.625rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.privacy-modal-btn:hover{background:#26b8b3;transform:translateY(-1px);box-shadow:0 4px 12px rgba(45,211,205,.3)}.privacy-modal-body::-webkit-scrollbar{width:6px}.privacy-modal-body::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:3px}.privacy-modal-body::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.15);border-radius:3px}.privacy-modal-body::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.25)}@media (max-width:640px){.privacy-modal-overlay{padding:12px}.privacy-modal-content{max-height:90vh}.privacy-modal-header{padding:1rem 1.25rem}.privacy-modal-body{padding:1.25rem}.privacy-modal-footer{padding:.75rem 1.25rem}}.section-spacing{padding:3rem 0}.container-custom{padding:0 2rem;position:relative}.form-wrapper{position:relative;min-height:500px;display:flex;justify-content:flex-end;padding:2rem 0}.form-card{background-color:#19243d;border-radius:12px;padding:6rem;width:57%;position:relative;z-index:1}.form-content{width:100%}.profile-card{position:absolute;left:5%;top:50%;transform:translateY(-50%);width:520px;height:370px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:2;display:none;padding:0}.profile-image{width:100%;height:100%;object-fit:cover;object-position:center 30%}.form-title{color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:.875rem;line-height:1.2}.form-subtitle{color:#fff;opacity:.9;margin-bottom:1.5rem;font-size:1rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-input{width:100%;padding:.75rem 1rem;border-radius:4px;border:1px solid hsla(0,0%,100%,.1);background:#fff;font-size:.875rem}.form-input:focus{outline:none;border-color:#2dd3cd}.radio-group{color:#fff;margin:1rem 0}.radio-title{margin-bottom:1rem;font-size:.95rem}.radio-options{display:flex;flex-direction:row;gap:1.5rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;white-space:nowrap}.radio-label input[type=radio]{width:1rem;height:1rem}.submit-button{width:100%;padding:.875rem;background:#2dd3cd;color:#fff;border:none;border-radius:4px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .2s;text-transform:uppercase}.submit-button:hover{background:#25b5b0}.form-footer{margin-top:1.25rem;font-size:.9rem;color:hsla(0,0%,100%,.8);display:flex;flex-direction:column;gap:.5rem}.privacy-link{color:#2dd3cd;text-decoration:underline;background:none;border:none;padding:0;font:inherit;cursor:pointer}@media (min-width:1024px){.profile-card{display:block}}.success-message{background-color:#4caf50}.error-message,.success-message{color:#fff;padding:1rem;border-radius:4px;margin-bottom:1rem}.error-message{background-color:#f44336}.submit-button:disabled{opacity:.7;cursor:not-allowed}@media (max-width:1023px){.container-custom{padding:0 1rem}.form-card{width:100%;padding:2.5rem}.form-content{margin:0}.profile-card{display:none}}@media (max-width:640px){.form-card{padding:1.5rem}.form-title{font-size:1.5rem}.radio-options{flex-direction:column;gap:.75rem}}.services-section{width:100%;min-height:100vh;padding:6rem 1rem;background-color:var(--background-light)}.services-container{max-width:1280px;margin:0 auto}.experience-title{text-align:center;font-size:2rem;font-weight:600;color:var(--text-dark);margin-bottom:3rem;transition:all .8s ease-out;transform:translateY(0);opacity:1}.experience-title.slide-out{transform:translateY(50px);opacity:0}.experience-title.slide-in{transform:translateY(0);opacity:1}.metrics-container{display:flex;justify-content:space-around;align-items:center;margin-bottom:6rem;padding:2rem 0}.metric-card{text-align:center}.metric-value{font-size:3.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.metric-value.decimal{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.metric-label{font-size:1.25rem;color:var(--text-dark)}.content-wrapper{transition:all .8s ease-out;transform:translateY(0);opacity:1}.content-wrapper.slide-out{transform:translateY(50px);opacity:0}.content-wrapper.slide-in{transform:translateY(0);opacity:1}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:4rem}.services-content{max-width:900px;margin:0 auto}.services-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.card-wrapper{flex:1 1}.card-wrapper.left,.card-wrapper.right{isolation:isolate}.service-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 48px 100px 0 rgba(17,12,46,.15);transition:transform .3s ease}.service-header{display:flex;align-items:flex-start;gap:1rem;cursor:pointer;position:relative}.expand-icon{width:1.5rem;height:1.5rem;min-width:1.5rem;border:2px solid #2dd3cd;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2dd3cd;transition:transform .3s ease;position:absolute;right:0;top:0}.expand-icon svg{width:1rem;height:1rem}.expand-icon.expanded{transform:rotate(45deg)}.service-header h3{font-size:1.125rem;font-weight:600;color:var(--text-dark);line-height:1.4;margin-right:2.5rem;flex:1 1}.service-content{height:0;overflow:hidden;opacity:0;margin-top:0;transition:all .3s ease-out;visibility:hidden}.service-content.expanded{height:auto;opacity:1;margin-top:1.5rem;visibility:visible}.service-content p{color:var(--text-dark);margin-bottom:2rem;line-height:1.6}.cta-button{background-color:#2dd3cd;color:#fff;padding:.875rem 1.5rem;border-radius:.5rem;font-weight:600;text-transform:uppercase;transition:background-color .3s ease;width:100%;cursor:pointer;border:none}.cta-button:hover{background-color:#25b8b3}@media (max-width:768px){.metrics-container,.services-row{flex-direction:column}.metrics-container{gap:3rem}.metric-value{font-size:3rem}.metric-label{font-size:1rem}.section-title{font-size:2rem}.experience-title{font-size:1.75rem;padding:0 1rem;margin-bottom:2rem}}@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-color:#1b2a4a;--primary-light:#2d3f6f;--primary-dark:#111d35;--text-light:#fff;--text-dark:#1b2a4a;--background-light:#f5f5f5;--accent-color:#e63946}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-montserrat),sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}[contenteditable=true],input,textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}body,html{height:100%;width:100%;overflow-x:hidden}body,html{position:relative}body{min-height:100vh;margin:0;padding:0;background-color:var(--background-light);display:flex;flex-direction:column;color:var(--text-dark)}body,h1,h2,h3,h4,h5,h6{font-family:var(--font-montserrat),sans-serif}h1,h2,h3,h4,h5,h6{font-weight:700}main{min-height:100vh;flex:1 0 auto}section{position:relative;z-index:3}.container-custom{max-width:1280px}.container-custom,.container-responsive{width:100%;margin:0 auto;padding:0 1rem}.flex-center{justify-content:center}.flex-between,.flex-center{display:flex;align-items:center}.flex-between{justify-content:space-between}.section-spacing{padding:4rem 1rem}.fade-in{animation:fadeIn .5s ease-in forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-light)}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}@media (min-width:640px){.container-responsive{max-width:640px}}@media (min-width:768px){.container-responsive{max-width:768px}.section-spacing{padding:5rem 2rem}}@media (min-width:1024px){.container-responsive{max-width:1024px}.section-spacing{padding:6rem 2rem}}@media (min-width:1280px){.container-responsive{max-width:1280px}}.back-to-top-button{position:fixed;bottom:1.5rem;right:1.5rem;padding:.75rem;background-color:var(--primary-color);border-radius:9999px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all .3s ease-in-out;z-index:50;animation:float 3s ease-in-out infinite;border:none;cursor:pointer}.back-to-top-button:hover{background-color:var(--primary-light);transform:translateY(-2px);box-shadow:0 15px 20px -3px rgba(0,0,0,.2)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.selectable{-webkit-user-select:text;-moz-user-select:text;user-select:text}.b03-body03-section{width:100%;padding:2rem 1rem}.b03-body03-content{max-width:1280px;margin:0 auto}.b03-content-wrapper{background:linear-gradient(90deg,rgba(0,71,255,.8),#0037c1);padding:2rem;border-radius:2rem;width:100%;display:flex;gap:4rem;min-height:520px;overflow:hidden}.b03-card-wrapper{border:3px solid #fff;border-radius:1.75rem;padding:2px;background:#fff}.b03-card-wrapper.central{max-width:240px}.b03-image-card{width:100%;height:140px;object-fit:cover;border-radius:1.5rem;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.b03-left-column{flex:1 1;display:flex;flex-direction:column;gap:2rem;position:relative}.b03-cards-showcase{display:flex;align-items:center;gap:1rem;justify-content:center;position:relative;z-index:1;width:100%}.b03-side-image{width:195px;height:190px;border-radius:1.25rem;overflow:hidden;flex-shrink:0}.b03-side-image img{width:100%;height:100%;object-fit:cover;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.b03-center-card{width:100%;background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.b03-card-header{position:relative;height:140px}.b03-date-badge{position:absolute;top:1rem;left:1rem;background:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;color:#666;z-index:10}.b03-card-content{padding:1rem}.b03-card-content h3{font-size:1rem;font-weight:500;color:#333;margin-bottom:.5rem}.b03-details,.b03-location{font-size:.875rem;color:#666;margin-bottom:.25rem}.b03-price{margin-top:.75rem}.b03-amount{font-weight:600;color:#333}.b03-period{font-size:.875rem;color:#666}.b03-woman-area{position:relative;height:400px;border-radius:1rem;overflow:visible;margin-top:-60px;z-index:2;background:transparent}.b03-woman-image{width:auto;height:460px;max-width:460px;object-fit:contain;object-position:center;display:block;margin:0 auto}.b03-floating-icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:3}.b03-floating-icon{position:absolute;width:48px;height:48px;background:rgba(0,44,155,.9);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.b03-floating-icon img{width:100%;height:100%;animation:b03-float 3s ease-in-out infinite}.b03-floating-1{top:15%;left:18%}.b03-floating-2{top:35%;left:12%}.b03-floating-3{top:15%;right:18%}.b03-floating-4{top:35%;right:12%}@keyframes b03-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.b03-right-column{flex:0.7 1;display:flex;flex-direction:column;justify-content:center;color:#fff;position:relative;z-index:2}.b03-right-column h2{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.b03-right-column p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.b03-cta-button{background-color:#2dd3cd;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;display:inline-flex;align-items:center;gap:.5rem;font-weight:500;transition:background-color .2s;cursor:pointer;border:none;width:-moz-fit-content;width:fit-content}.b03-cta-button:hover{background-color:#25b8b3}@media (max-width:1200px){.b03-body03-section{padding:0}.b03-content-wrapper{flex-direction:column;padding:2rem;gap:2rem;border-radius:0;min-height:auto;background:linear-gradient(180deg,rgba(0,71,255,.8),#0037c1)}.b03-cards-showcase{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem;margin:0;gap:1rem;width:100%;scroll-behavior:smooth;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-x}.b03-cards-showcase::-webkit-scrollbar{display:none}.b03-card-wrapper{flex:0 0 auto;scroll-snap-align:center;min-width:120px}.b03-card-wrapper.central{scroll-snap-align:center;max-width:220px;flex:0 0 220px}.b03-side-image{width:120px;height:120px;touch-action:pan-x}.b03-woman-area{margin-top:-40px;height:480px;position:relative;overflow:visible;background:transparent}.b03-woman-area:after,.b03-woman-area:before{content:none;display:none;background:none}.b03-woman-image{height:500px;max-width:none;width:auto;position:absolute;top:20px;left:50%;transform:translateX(-50%);object-fit:cover}.b03-floating-icon{width:40px;height:40px;padding:6px}.b03-right-column{text-align:center;align-items:center;margin-top:-180px;position:relative;z-index:3;padding:0 1rem}.b03-right-column h2{font-size:2rem}}@media (max-width:768px){.b03-cards-showcase{flex-direction:row;align-items:center;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem;margin:0;width:100%;scroll-behavior:smooth;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-x}.b03-cards-showcase::-webkit-scrollbar{display:none}.b03-card-wrapper{flex:0 0 auto;scroll-snap-align:center;min-width:100px;max-width:150px}.b03-card-wrapper.central{scroll-snap-align:center;max-width:200px;flex:0 0 200px}.b03-side-image{width:100px;height:100px;touch-action:pan-x}.b03-woman-area{margin-top:-80px;height:auto;position:relative;overflow:visible;background:transparent}.b03-woman-image{height:auto;max-width:100%;width:100%;object-fit:contain;position:relative;top:0;left:0;transform:none}.b03-floating-icons{display:none}}@media (max-width:600px){.b03-content-wrapper{padding:1rem;gap:1rem}.b03-woman-area{margin-top:0;height:320px}.b03-woman-image{height:320px;width:320px;object-fit:contain}.b03-floating-icon{width:36px;height:36px}.b03-right-column{margin-top:-60px;text-align:left;align-items:flex-start}.b03-right-column h2{font-size:1.75rem;line-height:1.3}.b03-right-column p{font-size:1rem}.b03-cta-button{width:100%;justify-content:center}}@media (max-width:500px){.b03-cards-showcase{flex-direction:row;align-items:center;gap:.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem;margin:0;width:100%;scroll-behavior:smooth;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-x}.b03-cards-showcase::-webkit-scrollbar{display:none}.b03-card-wrapper{flex:0 0 auto;scroll-snap-align:center;min-width:90px;max-width:130px}.b03-card-wrapper.central{scroll-snap-align:center;max-width:170px;flex:0 0 170px;height:240px}.b03-side-image{width:90px;height:120px;touch-action:pan-x}.b03-center-card{width:100%;height:auto}.b03-card-content h3{font-size:.75rem}.b03-date-badge,.b03-details,.b03-location,.b03-price{font-size:.625rem}.b03-woman-area{margin-top:-80px;height:auto;position:relative;overflow:visible;background:transparent}.b03-woman-image{height:auto;max-width:100%;width:100%;object-fit:contain;position:relative;top:0;left:0;transform:none}.b03-floating-icons{display:none}}@media (max-width:497px){.b03-side-image{width:100px;height:120px}.b03-center-card{width:150px;height:auto}.b03-card-wrapper.central{width:150px;height:auto;margin:0;padding:0;display:flex;flex-direction:column;align-items:center}.b03-card-content{width:100%;padding:.5rem;box-sizing:border-box}.b03-card-content h3{font-size:.75rem;margin-bottom:.2rem}.b03-details,.b03-location{font-size:.625rem;padding:.2px;margin-bottom:.2rem}.b03-price{margin-top:.2rem}.b03-date-badge,.b03-price{font-size:.625rem}}@media (max-width:500px){.b03-side-image{width:100px;height:120px}.b03-center-card{width:150px;height:auto}.b03-card-wrapper.central{width:150px;height:auto;margin:0;padding:0;display:flex;flex-direction:column;align-items:center}.b03-card-content{width:100%;padding:.5rem;box-sizing:border-box}.b03-card-content h3{font-size:.75rem;margin-bottom:.2rem}.b03-details,.b03-location{font-size:.625rem;padding:.2px;margin-bottom:.2rem}.b03-price{margin-top:.2rem}.b03-date-badge,.b03-price{font-size:.625rem}}@media (max-width:400px){.b03-cards-showcase{flex-direction:row;align-items:center;gap:.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem;margin:0;width:100%;scroll-behavior:smooth;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-x}.b03-cards-showcase::-webkit-scrollbar{display:none}.b03-card-wrapper{flex:0 0 auto;scroll-snap-align:center;min-width:70px;max-width:110px}.b03-card-wrapper.central{scroll-snap-align:center;max-width:150px;flex:0 0 150px;height:auto}.b03-side-image{width:70px;height:100px;touch-action:pan-x}.b03-center-card{width:100%;height:auto}.b03-card-content{width:100%;padding:.5rem;box-sizing:border-box}.b03-card-content h3{font-size:.625rem;margin-bottom:.2rem}.b03-details,.b03-location{font-size:.5rem;padding:.2px;margin-bottom:.2rem}.b03-price{margin-top:.2rem}.b03-date-badge,.b03-price{font-size:.5rem}.b03-woman-area{margin-top:-80px;height:auto;position:relative;overflow:visible;background:transparent}.b03-woman-image{height:auto;max-width:100%;width:100%;object-fit:contain;position:relative;top:0;left:0;transform:none}.b03-floating-icons{display:none}}@media (max-width:399px){.b03-side-image{width:80px;height:100px}.b03-center-card{width:120px;height:160px;margin:5px}.b03-card-content h3,.b03-date-badge,.b03-details,.b03-location,.b03-price{font-size:.5rem}.b03-side-image{width:80px;height:120px}.b03-center-card{width:120px;height:auto;margin:1px;padding:0}.b03-card-wrapper.central{width:120px;height:auto;margin:0;padding:0;display:flex;flex-direction:column;align-items:center}.b03-card-content{width:100%;padding:.5rem;box-sizing:border-box}.b03-card-content h3,.b03-details,.b03-location{font-size:.5rem;margin-bottom:.2rem}.b03-details,.b03-location{padding:.2px}.b03-price{margin-top:.2rem}.b03-date-badge,.b03-price{font-size:.5rem}}.body04-section{width:100%;min-height:100vh;padding:3rem 1rem;background-color:var(--background-light)}.body04-content{max-width:1440px;margin:0 auto}.body04-header{text-align:center;margin-bottom:2rem}.body04-header h2{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.body04-header p{font-size:1.25rem;color:var(--text-dark);max-width:800px;margin:0 auto}.services-content{margin-bottom:2rem}.body04-services-grid{display:grid;grid-template-columns:repeat(4,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;justify-content:center;max-width:1440px;margin:0 auto}.card-wrapper{position:relative;isolation:isolate}.independent-card{position:relative;width:100%}.body04-service-card{background:#fff;border-radius:1rem;padding:2rem .75rem .75rem 2rem;box-shadow:0 48px 100px 0 rgba(17,12,46,.15);transition:transform .3s ease;border:1px solid rgba(0,0,0,.05);min-height:120px;height:100%}.body04-service-header{display:flex;align-items:flex-start;gap:1rem;cursor:pointer;position:relative}.body04-service-icon{width:2.5rem;height:2.5rem;color:#2dd3cd;flex-shrink:0}.body04-service-title{font-size:1.1rem;font-weight:600;color:var(--primary-color);margin-right:2.5rem;flex:1 1}.body04-expand-icon{width:1.5rem;height:1.5rem;min-width:1.5rem;border:2px solid #2dd3cd;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2dd3cd;font-size:1.25rem;transition:transform .3s ease;font-weight:300;position:absolute;right:0;top:0}.body04-expand-icon.expanded{transform:rotate(45deg)}.body04-service-content{height:0;overflow:hidden;opacity:0;margin-top:0;transition:all .3s ease-out;visibility:hidden}.body04-service-content.expanded{height:auto;opacity:1;margin-top:1.5rem;visibility:visible}.body04-service-list{margin:0;padding:0;list-style:none}.body04-service-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;color:var(--text-dark);font-size:1rem}.body04-service-item svg{width:1.25rem;height:1.25rem;color:#2dd3cd;flex-shrink:0;margin-top:.25rem}.plans-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;max-width:900px;margin:0 auto}.plan-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 48px 100px 0 rgba(17,12,46,.15);border:1px solid rgba(0,0,0,.05);height:-moz-fit-content;height:fit-content}.plan-feature-plus{display:flex;justify-content:center;align-items:center;margin:.5rem 0}.plan-feature-plus h2{color:#2dd3cd;margin:0}.plan-header{background:var(--primary-color);color:#fff;padding:2rem;text-align:center}.plan-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.plan-price{font-size:2.5rem;font-weight:700;margin-bottom:.25rem}.plan-period{font-size:.875rem;opacity:.8}.plan-content{padding:2rem}.plan-features{list-style:none;margin:0;padding:0}.plan-feature{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--text-dark);font-size:.875rem}.plan-feature svg{width:1.25rem;height:1.25rem;color:#2dd3cd;flex-shrink:0}.material-costs{font-size:.75rem;color:#817d7d;margin-top:-.5rem;margin-left:1rem;line-height:1.2}.plan-button{display:block;width:100%;background:#2dd3cd;color:#fff;padding:.875rem;border-radius:.5rem;text-align:center;font-weight:500;border:none;cursor:pointer;transition:background-color .2s;margin-top:1.5rem}.plan-button:hover{background:#25b8b3}@media (max-width:1200px){.body04-services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.body04-services-grid,.plans-grid{grid-template-columns:1fr}.plans-grid{max-width:500px}.body04-header h2{font-size:2rem}.body04-section{padding:2rem 1rem}.body04-header p{font-size:1rem}.body04-service-title{font-size:1.125rem}.plan-title{font-size:1.25rem}.plan-price{font-size:2rem}}.body05-section{width:100%;padding:6rem 1rem;background-color:var(--background-light)}.body05-content{max-width:1280px;margin:0 auto}.about-container{display:flex;gap:4rem;align-items:flex-start}.about-text-content{flex:1 1;max-width:720px}.about-text-content h2{font-size:2.25rem;font-weight:700;color:var(--primary-color);margin-bottom:2rem}.about-paragraphs p{color:var(--text-dark);font-size:1rem;line-height:1.7;margin-bottom:1.5rem;text-align:justify}.signature{margin-top:3rem;color:var(--text-dark)}.sign{margin-top:1.5rem;font-style:italic}.about-image{flex:0 0 485px;position:relative;margin-top:2rem}.founder-image{width:100%;height:auto;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}@media (max-width:1200px){.about-image{flex:0 0 400px}}@media (max-width:1024px){.about-container{flex-direction:column-reverse;gap:2rem}.about-image{flex:0 0 auto;width:100%;max-width:485px;margin:0 auto}.about-text-content{text-align:center}.about-paragraphs p{text-align:justify}}@media (max-width:768px){.body05-section{padding:4rem 1rem}.about-text-content h2{font-size:1.875rem}.about-image{max-width:400px}}@media (max-width:640px){.about-image{max-width:300px}.signature{margin-top:2rem}}