.header{z-index:1000;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0b0e1af2;border-bottom:1px solid #c9a84c1a;padding:.5rem 0;box-shadow:0 4px 30px #0006}.header__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.header__logo-img{width:auto;height:50px;transition:transform .3s}.header__logo-img:hover{transform:scale(1.05)}.header--scrolled .header__logo-img{height:40px}.header__nav{align-items:center;gap:2rem;display:flex}.header__link{color:var(--gray-400);font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.header__link:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.header__link:hover{color:var(--primary-light)}.header__link:hover:after{width:100%}.header__cta{background:linear-gradient(135deg, var(--primary), var(--accent));color:var(--dark);border-radius:50px;padding:.6rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #c9a84c40}.header__cta:hover{transform:translateY(-2px);box-shadow:0 6px 25px #c9a84c66}.header__menu-btn{color:var(--white);background:0 0;padding:.5rem;display:none}@media (width<=768px){.header__menu-btn{display:block}.header__nav{background:var(--dark-light);flex-direction:column;justify-content:center;gap:2rem;width:75%;max-width:320px;height:100vh;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #00000080}.header__nav--open{right:0}.header__link{font-size:1.1rem}}.hero{align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__gradient{background:radial-gradient(at 50% 30%,#c9a84c1a 0%,#0000 60%),radial-gradient(at 80% 80%,#d4af370d 0%,#0000 50%);position:absolute;inset:0}.hero__particles{position:absolute;inset:0}.hero__particle{background:var(--primary-light);opacity:0;border-radius:50%;width:3px;height:3px;animation:5s ease-in-out infinite particleFloat;position:absolute}@keyframes particleFloat{0%,to{opacity:0;transform:translateY(0)scale(0)}50%{opacity:.4;transform:translateY(-30px)scale(1)}}.hero__container{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:1200px;margin:0 auto;padding:5rem 1.25rem 2rem;display:flex;position:relative}.hero__visual{justify-content:center;align-items:center;animation:.6s fadeInUp;display:flex;position:relative}.hero__logo-wrapper{z-index:1;justify-content:center;align-items:center;width:500px;height:260px;display:flex;position:relative;overflow:visible}.hero__logo-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#c9a84c26 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:3s ease-in-out infinite pulse;position:absolute}.hero__logo{object-fit:contain;z-index:1;width:500px;height:500px;position:relative}.hero__badge{color:var(--primary-light);background:#c9a84c14;border:1px solid #c9a84c40;border-radius:50px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.4rem .8rem;font-size:.75rem;font-weight:500;animation:.6s .1s both fadeInUp;display:inline-flex}.hero__title{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.2rem;font-weight:800;line-height:1.15;animation:.6s .15s both fadeInUp}.hero__title-highlight{background:linear-gradient(135deg, var(--primary), var(--primary-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:var(--gray-400);max-width:400px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;animation:.6s .2s both fadeInUp}.hero__actions{flex-direction:column;align-items:center;gap:.75rem;width:100%;margin-bottom:2rem;animation:.6s .25s both fadeInUp;display:flex}.hero__btn{-webkit-tap-highlight-color:transparent;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;width:80%;max-width:300px;padding:.9rem 2.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.hero__btn--primary{background:linear-gradient(135deg, var(--primary), var(--accent));color:var(--dark);box-shadow:0 4px 20px #c9a84c4d}.hero__btn--primary:active{transform:scale(.97)}.hero__btn--secondary{color:var(--gray-300);background:#ffffff0a;border:1px solid #c9a84c33}.hero__stats{justify-content:center;align-items:center;gap:1.2rem;animation:.6s .3s both fadeInUp;display:flex}.hero__stat-number{color:var(--primary-light);align-items:center;gap:.2rem;font-size:1.2rem;font-weight:800;display:flex}.hero__star{color:var(--primary);fill:var(--primary)}.hero__stat-label{color:var(--gray-400);margin-top:.1rem;font-size:.7rem}.hero__stat-divider{background:var(--gray-700);width:1px;height:30px}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width>=769px){.hero__container{text-align:left;grid-template-columns:1fr 1fr;gap:3rem;padding:8rem 1.5rem 4rem;display:grid}.hero__visual{order:2}.hero__content{flex-direction:column;order:1;align-items:flex-start;display:flex}.hero__logo-wrapper{width:700px;height:400px}.hero__logo-glow,.hero__logo{width:700px;height:700px}.hero__title{font-size:clamp(2.5rem,4.5vw,3.8rem)}.hero__actions{flex-direction:row;width:auto;max-width:none}.hero__btn--primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #c9a84c80}.hero__btn--secondary:hover{border-color:var(--primary);color:var(--primary-light);background:#c9a84c14}.hero__stats{justify-content:flex-start;gap:2rem}.hero__stat-number{font-size:1.5rem}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.services{padding:1.5rem 0 3rem;position:relative}.services__container{max-width:1200px;margin:0 auto}.services__header{text-align:center;margin-bottom:2rem;padding:0 1.25rem}.services__tag{color:var(--primary-light);text-transform:uppercase;letter-spacing:1px;background:#c9a84c14;border:1px solid #c9a84c40;border-radius:50px;margin-bottom:.8rem;padding:.35rem .8rem;font-size:.7rem;font-weight:600;display:inline-block}.services__title{margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:800}.services__title-highlight{background:linear-gradient(135deg, var(--primary), var(--primary-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.services__subtitle{color:var(--gray-400);max-width:450px;margin:0 auto;font-size:.9rem;line-height:1.5}.services__carousel{padding:0 0 2.5rem}.services__carousel .swiper{padding-bottom:2.5rem}.services__carousel .swiper-pagination-bullet{background:var(--gray-600);opacity:1;width:8px;height:8px;transition:all .3s}.services__carousel .swiper-pagination-bullet-active{background:var(--primary);border-radius:4px;width:24px}.service-card{-webkit-tap-highlight-color:transparent;background:#ffffff05;border:1px solid #c9a84c14;border-radius:20px;min-height:180px;padding:1.5rem;transition:all .3s}.service-card__icon{width:48px;height:48px;color:var(--primary);background:#c9a84c1a;border-radius:14px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.service-card__title{margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.service-card__desc{color:var(--gray-400);font-size:.85rem;line-height:1.5}@media (width>=769px){.services{padding:6rem 0}.services__header{margin-bottom:3rem}.services__title{font-size:clamp(2rem,4vw,3rem)}.services__carousel{padding:0 1.5rem 2.5rem}.service-card{padding:2rem}.service-card:hover{background:#c9a84c0a;border-color:#c9a84c40;transform:translateY(-5px)}.service-card:hover .service-card__icon{background:linear-gradient(135deg, var(--primary), var(--accent));color:var(--dark);transform:scale(1.1)}}.results{background:linear-gradient(#0000,#c9a84c05,#0000);padding:2rem 0 3rem}.results__container{max-width:1200px;margin:0 auto}.results__header{text-align:center;margin-bottom:2rem;padding:0 1.25rem}.results__tag{color:var(--primary-light);text-transform:uppercase;letter-spacing:1px;background:#c9a84c14;border:1px solid #c9a84c40;border-radius:50px;align-items:center;gap:.4rem;margin-bottom:.8rem;padding:.35rem .8rem;font-size:.7rem;font-weight:600;display:inline-flex}.results__title{margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:800}.results__title-highlight{background:linear-gradient(135deg, var(--primary), var(--primary-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.results__subtitle{color:var(--gray-400);max-width:400px;margin:0 auto;font-size:.9rem;line-height:1.5}.results__carousel{margin-bottom:2rem}.results__carousel .swiper{padding-bottom:2.5rem}.results__carousel .swiper-pagination-bullet{background:var(--gray-600);opacity:1;width:8px;height:8px;transition:all .3s}.results__carousel .swiper-pagination-bullet-active{background:var(--primary);border-radius:4px;width:24px}.result-card{aspect-ratio:3/4;background:var(--dark-light);border-radius:16px;position:relative;overflow:hidden}.result-card__badge{letter-spacing:1px;z-index:2;border-radius:50px;padding:.3rem .8rem;font-size:.65rem;font-weight:800;position:absolute;top:12px;left:12px}.result-card__badge--antes{color:#fff;background:#ef4444e6}.result-card__badge--depois{color:#fff;background:#22c55ee6}.result-card__img{object-fit:cover;width:100%;height:100%}.result-card__placeholder{width:100%;height:100%;color:var(--gray-600);border:2px dashed var(--gray-700);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.result-card__placeholder span{font-size:.8rem;font-weight:500}.result-card__label{color:var(--white);z-index:2;background:linear-gradient(#0000,#000c);padding:2.5rem .8rem .8rem;font-size:.8rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.results__cta{text-align:center;flex-direction:column;align-items:center;gap:.8rem;padding:0 1.25rem;display:flex}.results__cta p{color:var(--gray-400);font-size:.9rem}.results__btn{background:linear-gradient(135deg, var(--primary), var(--accent));color:var(--dark);-webkit-tap-highlight-color:transparent;border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:.9rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #c9a84c40}.results__btn:active{transform:scale(.97)}@media (width>=769px){.results{padding:6rem 0}.results__header{margin-bottom:3rem}.results__title{font-size:clamp(2rem,4vw,3rem)}.results__btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #c9a84c66}}.about{padding:2rem 0 4rem}.about__container{text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.25rem;display:flex}.about__image-wrapper{border-radius:20px;display:inline-block;position:relative;overflow:hidden}.about__img{z-index:1;object-fit:cover;object-position:70% center;border-radius:20px;width:100%;max-width:400px;height:280px;position:relative;transform:scale(1.4);box-shadow:0 20px 50px #0006}.about__image-accent{display:none}.about__tag{color:var(--primary-light);text-transform:uppercase;letter-spacing:1px;background:#c9a84c14;border:1px solid #c9a84c40;border-radius:50px;margin-bottom:.8rem;padding:.35rem .8rem;font-size:.7rem;font-weight:600;display:inline-block}.about__title{margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:800}.about__title-highlight{background:linear-gradient(135deg, var(--primary), var(--primary-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about__text{color:var(--gray-400);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.about__features{grid-template-columns:1fr 1fr;gap:.8rem;width:100%;display:grid}.about__feature{text-align:center;background:#ffffff05;border:1px solid #c9a84c14;border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .6rem;display:flex}.about__feature-icon{width:40px;min-width:40px;height:40px;color:var(--primary);background:#c9a84c1a;border-radius:12px;justify-content:center;align-items:center;display:flex}.about__feature-title{margin-bottom:.4rem;font-size:.85rem;font-weight:700}.about__feature-desc{color:var(--gray-400);font-size:.75rem;line-height:1.4}@media (width>=769px){.about{padding:6rem 0}.about__container{text-align:left;grid-template-columns:1fr 1fr;gap:4rem;padding:0 1.5rem;display:grid}.about__img{object-position:70% center;border-radius:20px;max-width:100%;height:400px;transform:scale(1.3)}.about__title{font-size:clamp(1.8rem,3.5vw,2.5rem)}.about__feature{text-align:left;flex-direction:row;gap:.8rem;padding:1rem}.about__feature:hover{background:#c9a84c0a;border-color:#c9a84c33}}.contact{background:linear-gradient(#0000,#c9a84c08,#0000);padding:4rem 0}.contact__container{text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.25rem;display:flex}.contact__tag{color:var(--primary-light);text-transform:uppercase;letter-spacing:1px;background:#c9a84c14;border:1px solid #c9a84c40;border-radius:50px;margin-bottom:.8rem;padding:.35rem .8rem;font-size:.7rem;font-weight:600;display:inline-block}.contact__title{margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:800}.contact__title-highlight{background:linear-gradient(135deg, var(--primary), var(--primary-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact__subtitle{color:var(--gray-400);max-width:400px;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.contact__whatsapp-btn{color:var(--white);-webkit-tap-highlight-color:transparent;background:#25d366;border-radius:50px;justify-content:center;align-items:center;gap:.6rem;width:100%;max-width:320px;margin-bottom:1.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #25d3664d}.contact__whatsapp-btn:active{transform:scale(.97)}.contact__info{flex-direction:column;align-items:center;gap:.6rem;display:flex}.contact__info-item{color:var(--gray-400);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.contact__info-item svg{color:var(--primary);min-width:18px}.contact__card{justify-content:center;width:100%;display:flex}.contact__card-inner{text-align:center;background:#c9a84c08;border:1px solid #c9a84c1f;border-radius:20px;width:100%;max-width:320px;padding:2rem 1.5rem;position:relative;overflow:hidden}.contact__card-glow{pointer-events:none;background:radial-gradient(circle,#c9a84c0a 0%,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.contact__card-logo{width:60px;height:60px;margin:0 auto .8rem}.contact__card-inner h3{color:var(--primary-light);margin-bottom:.2rem;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:800}.contact__card-inner>p{color:var(--gray-400);font-size:.8rem}.contact__card-divider{background:linear-gradient(90deg, var(--primary), var(--primary-light));border-radius:2px;width:50px;height:2px;margin:1rem auto}.contact__card-text{color:var(--gray-400);margin-bottom:1.2rem;font-size:.85rem;line-height:1.5}.contact__card-btn{background:linear-gradient(135deg, var(--primary), var(--accent));color:var(--dark);-webkit-tap-highlight-color:transparent;border-radius:50px;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #c9a84c40}.contact__card-btn:active{transform:scale(.97)}@media (width>=769px){.contact{padding:6rem 0}.contact__container{text-align:left;grid-template-columns:1fr 1fr;gap:4rem;padding:0 1.5rem;display:grid}.contact__title{font-size:clamp(1.8rem,3.5vw,2.5rem)}.contact__whatsapp-btn{justify-content:center;width:auto;max-width:none}.contact__whatsapp-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #25d36680}.contact__info{align-items:flex-start}.contact__card-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #c9a84c66}}.footer{background:var(--dark-light);border-top:1px solid #c9a84c1a;padding:2.5rem 0 1.5rem}.footer__container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.footer__top{text-align:center;border-bottom:1px solid #c9a84c14;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:1.5rem;display:grid}.footer__logo{width:45px;height:45px;margin:0 auto .8rem}.footer__desc{color:var(--gray-400);max-width:280px;margin:0 auto;font-size:.8rem;line-height:1.5}.footer__links{flex-direction:column;gap:.5rem;display:flex}.footer__links h4{color:var(--primary-light);margin-bottom:.3rem;font-size:.85rem;font-weight:700}.footer__links a,.footer__links span{color:var(--gray-400);font-size:.8rem;transition:color .3s}.footer__links a:hover{color:var(--primary)}.footer__social{align-items:center;gap:.5rem;display:inline-flex}.footer__bottom{color:var(--gray-600);text-align:center;flex-direction:column;align-items:center;gap:.4rem;font-size:.75rem;display:flex}.footer__made{align-items:center;gap:.3rem;display:flex}.footer__heart{color:var(--primary);fill:var(--primary)}@media (width>=769px){.footer{padding:3rem 0 1.5rem}.footer__container{padding:0 1.5rem}.footer__top{text-align:left;grid-template-columns:2fr 1fr 1fr 1fr}.footer__logo{margin:0 0 .8rem}.footer__desc{margin:0}.footer__bottom{flex-direction:row;justify-content:space-between}}.whatsapp-float{color:#fff;z-index:999;-webkit-tap-highlight-color:transparent;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;animation:3s ease-in-out infinite floatBounce;display:flex;position:fixed;bottom:1.2rem;right:1.2rem;box-shadow:0 4px 20px #25d36666}.whatsapp-float:active{transform:scale(.95)}.whatsapp-float__pulse{border:2px solid #25d366;border-radius:50%;animation:2s ease-in-out infinite whatsappPulse;position:absolute;inset:-4px}@keyframes whatsappPulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}@keyframes floatBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (width>=769px){.whatsapp-float{width:60px;height:60px;bottom:2rem;right:2rem}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 30px #25d36699}}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.promo{background:var(--dark);min-height:100vh;color:var(--white);font-family:Inter,sans-serif}.promo__header{border-bottom:1px solid #c9a84c1a;justify-content:center;padding:1.2rem;display:flex}.promo__logo{width:auto;height:60px}.promo__urgency-bar{color:#fca5a5;text-align:center;background:linear-gradient(135deg,#7f1d1d,#991b1b);justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.8rem;font-weight:600;animation:2s ease-in-out infinite pulse-bar;display:flex}.promo__urgency-bar strong{color:#fff}@keyframes pulse-bar{0%,to{opacity:1}50%{opacity:.85}}.promo__hero{text-align:center;max-width:600px;margin:0 auto;padding:2.5rem 1.25rem 2rem}.promo__badge{color:var(--primary-light);background:#c9a84c1f;border:1px solid #c9a84c4d;border-radius:50px;margin-bottom:1.2rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.promo__title{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:800;line-height:1.2}.promo__title-highlight{background:linear-gradient(135deg, var(--primary), var(--primary-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.promo__subtitle{color:var(--gray-400);margin-bottom:1.8rem;font-size:.95rem;line-height:1.6}.promo__offer-box{text-align:left;background:#c9a84c0f;border:1px solid #c9a84c40;border-radius:16px;align-items:center;gap:1rem;margin-bottom:1.8rem;padding:1.2rem;display:flex;position:relative}.promo__offer-icon{text-align:center;min-width:40px;font-size:2rem}.promo__offer-text{flex-direction:column;gap:.3rem;display:flex}.promo__offer-text strong{color:var(--primary-light);font-size:1rem}.promo__offer-text span{color:var(--gray-400);font-size:.82rem;line-height:1.4}.promo__offer-badge{background:linear-gradient(135deg, var(--primary), var(--accent));color:var(--dark);letter-spacing:.5px;border-radius:50px;padding:.25rem .6rem;font-size:.65rem;font-weight:800;position:absolute;top:-10px;right:12px}.promo__coupon{text-align:center;width:100%;margin-bottom:1.8rem}.promo__coupon-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:1px;margin-bottom:.6rem;font-size:.8rem}.promo__coupon-box{background:var(--dark-light);border:2px dashed var(--primary);border-radius:14px;align-items:center;display:flex;overflow:hidden}.promo__coupon-left{border-right:2px dashed var(--primary);background:#c9a84c1a;padding:1rem .8rem;font-size:1.4rem}.promo__coupon-code{text-align:center;letter-spacing:3px;color:var(--primary-light);flex:1;padding:.8rem .5rem;font-size:1.4rem;font-weight:900}.promo__coupon-copy{color:var(--primary);cursor:pointer;border:none;border-left:2px dashed var(--primary);-webkit-tap-highlight-color:transparent;background:#c9a84c1a;padding:1rem .8rem;transition:all .2s}.promo__coupon-copy:active{background:#c9a84c33}.promo__coupon-copied{color:#22c55e;margin-top:.5rem;font-size:.8rem}.promo__coupon-hint{color:var(--gray-600);margin-top:.5rem;font-size:.75rem}.promo__cta{color:#fff;-webkit-tap-highlight-color:transparent;background:#25d366;border-radius:50px;justify-content:center;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;animation:2s ease-in-out infinite ctaPulse;display:flex;box-shadow:0 4px 20px #25d36659}.promo__cta:active{transform:scale(.97)}.promo__cta--large{width:100%;max-width:380px;margin:0 auto;padding:1.1rem 2rem;font-size:1.05rem}@keyframes ctaPulse{0%,to{box-shadow:0 4px 20px #25d36659}50%{box-shadow:0 4px 35px #25d36699}}.promo__cta-hint{color:var(--gray-400);margin-top:.8rem;font-size:.8rem}.promo__countdown-section{text-align:center;background:#c9a84c0a;border-top:1px solid #c9a84c1a;border-bottom:1px solid #c9a84c1a;padding:2rem 1.25rem}.promo__countdown-label{color:var(--gray-400);justify-content:center;align-items:center;gap:.4rem;margin-bottom:1.2rem;font-size:.85rem;display:flex}.promo__countdown{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.2rem;display:flex}.promo__countdown-item{background:var(--dark-light);border:1px solid #c9a84c26;border-radius:12px;flex-direction:column;align-items:center;min-width:64px;padding:.8rem 1rem;display:flex}.promo__countdown-number{color:var(--primary-light);font-variant-numeric:tabular-nums;font-size:2rem;font-weight:900;line-height:1}.promo__countdown-unit{color:var(--gray-400);text-transform:uppercase;letter-spacing:1px;margin-top:.3rem;font-size:.65rem}.promo__countdown-sep{color:var(--primary);margin-bottom:1rem;font-size:1.8rem;font-weight:900}.promo__vagas{color:var(--gray-400);justify-content:center;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.promo__vagas strong{color:#ef4444}.promo__vagas-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.promo__includes{max-width:600px;margin:0 auto;padding:2rem 1.25rem}.promo__section-title{text-align:center;margin-bottom:1.2rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:800}.promo__list{flex-direction:column;gap:.8rem;display:flex}.promo__list-item{background:#ffffff05;border:1px solid #c9a84c14;border-radius:12px;align-items:center;gap:.8rem;padding:.8rem 1rem;font-size:.9rem;display:flex}.promo__check{color:#22c55e;min-width:18px}.promo__testimonials{background:#c9a84c05;max-width:600px;margin:0 auto;padding:2rem 1.25rem}.promo__testimonials-grid{flex-direction:column;gap:1rem;display:flex}.promo__testimonial{background:#ffffff05;border:1px solid #c9a84c1a;border-radius:16px;padding:1.2rem}.promo__stars{gap:.2rem;margin-bottom:.6rem;display:flex}.promo__testimonial-text{color:var(--gray-300);margin-bottom:.5rem;font-size:.9rem;font-style:italic;line-height:1.5}.promo__testimonial-name{color:var(--primary-light);font-size:.8rem;font-weight:600}.promo__final-cta{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:600px;margin:0 auto;padding:2.5rem 1.25rem;display:flex}.promo__final-urgency{color:#fca5a5;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;display:flex}.promo__final-title{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:800}.promo__final-hint{color:var(--gray-600);font-size:.8rem}.promo__footer{text-align:center;border-top:1px solid #c9a84c1a;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;display:flex}.promo__footer-logo{width:auto;height:40px}.promo__footer p{color:var(--gray-600);font-size:.75rem}@media (width>=769px){.promo__title{font-size:2.8rem}.promo__countdown-item{min-width:80px;padding:1rem 1.2rem}.promo__countdown-number{font-size:2.5rem}.promo__testimonials-grid{grid-template-columns:repeat(3,1fr);display:grid}}.promo__photos{background:#c9a84c05;padding:2rem 0}.promo__photos .promo__section-title{margin-bottom:1.2rem;padding:0 1.25rem}.promo__photos-carousel .swiper{padding-bottom:2.5rem}.promo__photos-carousel .swiper-pagination-bullet{background:var(--gray-600);opacity:1;width:8px;height:8px;transition:all .3s}.promo__photos-carousel .swiper-pagination-bullet-active{background:var(--primary);border-radius:4px;width:24px}.promo__photo-card{aspect-ratio:3/4;border-radius:16px;position:relative;overflow:hidden}.promo__photo-badge{letter-spacing:1px;z-index:2;border-radius:50px;padding:.25rem .7rem;font-size:.65rem;font-weight:800;position:absolute;top:10px;left:10px}.promo__photo-badge--antes{color:#fff;background:#ef4444e6}.promo__photo-badge--depois{color:#fff;background:#22c55ee6}.promo__photo-img{object-fit:cover;width:100%;height:100%}:root{--primary:#c9a84c;--primary-dark:#a8893a;--primary-light:#e2cc7e;--accent:#d4af37;--accent-dark:#b8962e;--dark:#0b0e1a;--dark-light:#111631;--dark-mid:#161b38;--gray-900:#111827;--gray-800:#1a1f3a;--gray-700:#2a2f4a;--gray-600:#4b5573;--gray-400:#9ca3bf;--gray-300:#d1d5eb;--gray-100:#f3f4f6;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--dark);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}ul{list-style:none}::selection{background:var(--primary);color:var(--dark)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:var(--primary-dark);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
