.navbar{padding:16px;display:flex;gap:16px;justify-content:center}.teste-layout{padding:24px}.home{display:flex;justify-content:center}.home__cards-skeleton{min-height:80vh;width:100%;background:linear-gradient(180deg,#0f0f0f,#050505)}.hero-section{width:100%;min-height:80vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.hero-section__overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#00000080;width:100%;min-height:90vh;padding:2rem;text-align:center;gap:2rem}.hero-section__title{margin:0;color:#dfd9c3;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;font-family:Fraunces,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:.02em;line-height:1.2;max-width:800px;text-shadow:0 2px 12px rgba(0,0,0,.5)}.hero-section__subtitle{font-family:Epilogue,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(.95rem,1.8vw,1.2rem);font-weight:400;color:#c8c0ab;letter-spacing:.06em;margin:0;text-shadow:0 1px 6px rgba(0,0,0,.5)}.hero-section__cta{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;font-family:Epilogue,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#dfd9c3;background-color:transparent;border:2px solid #DFD9C3;border-radius:12px;cursor:pointer;letter-spacing:.05em;transition:background-color .25s ease,color .25s ease;transform:translateY(50px)}.hero-section__cta:hover{background-color:#dfd9c3;color:#222}.scroll-arrow{width:100%;display:flex;align-items:center;justify-content:center;padding:.5rem 0;background-color:#dfd9c30f;border:none;cursor:pointer;color:#dfd9c3;transition:background-color .2s ease}.scroll-arrow:hover{background-color:#dfd9c31a}.scroll-arrow__icon{width:1.25rem;height:1.25rem}.split-section{display:flex;align-items:stretch;width:100%;min-height:60vh;background-color:#dfd9c3}.split-section__half{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 3rem;text-align:center;gap:1.25rem}.split-section__divider{width:1px;background-color:#d6cfc4;align-self:stretch;margin:3rem 0}.split-section__title{font-size:clamp(1.5rem,3vw,2.25rem);font-family:Fraunces,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;color:#122617;margin:0;letter-spacing:.01em}.split-section__text{font-size:clamp(.95rem,1.5vw,1.1rem);font-family:Epilogue,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#122617;max-width:380px;line-height:1.7;margin:0}@media(max-width:640px){.split-section{flex-direction:column}.split-section__divider{width:auto;height:1px;margin:0 3rem;align-self:auto}}.footer{width:100%;background-color:#122617;color:#dfd9c3}.footer__inner{max-width:1100px;margin:0 auto;padding:3rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.footer__brand{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center}.footer__name{font-family:Fraunces,serif;font-size:1.5rem;font-weight:600;letter-spacing:.02em;color:#dfd9c3}.footer__role{font-size:.85rem;color:#a89f8c;letter-spacing:.05em}.footer__cta{display:inline-flex;align-items:center;gap:.6rem;line-height:1;padding:1rem 2.5rem;font-family:Epilogue,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.05em;color:#dfd9c3;text-decoration:none;background-color:transparent;border:2px solid #dfd9c3;border-radius:12px;transition:background-color .25s ease,color .25s ease}.footer__cta:hover{background-color:#dfd9c3;color:#222}.footer__cta-icon{font-size:1.2rem;flex-shrink:0;display:block}.footer__cta-label{position:relative;top:2.3px}.footer__socials{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer__social-link{display:flex;flex-direction:column;align-items:center;gap:.4rem;color:#dfd9c3;text-decoration:none;font-size:.78rem;letter-spacing:.04em;transition:color .2s ease,transform .2s ease}.footer__social-link svg{font-size:1.6rem}.footer__social-link:hover{color:#fff}.footer__copy{font-size:.75rem;color:#6b6357;margin:0;border-top:1px solid #1e3a23;width:100%;text-align:center;padding-top:1.5rem}.services,.contacts{display:flex;justify-content:center}*{box-sizing:border-box}html,body{margin:0;padding:0;background-color:#000;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}#root{min-height:100vh}a{color:#61dafb;text-decoration:none;transition:color .2s ease}a:hover{color:#4fa3d1}
