
@import url('../css/styles.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #0A3246;
  background: #fff;
}

.container {
  max-width: -webkit-fill-available;
  margin: 0 5%;
  padding: 0 0;
}

h1, h2, h3 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

::-webkit-scrollbar-track {
    background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.24);
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f9f9f9;
}

.modal::-webkit-scrollbar-track {
    background-color: none;
}

.modal::-webkit-scrollbar-thumb {
   background-color: none;
}

.modal::-webkit-scrollbar {
    background-color: none;
        width: 0px;
    height: 0px;
}

h2 { font-size: 48px; color: #0A3246; }
h3 { font-size: 22px; color: #44A083; }
p { font-size: 16px; line-height: 1.8; margin-bottom: 20px; }
strong { font-weight: 700; color: #44A083; }

.btn-primary {
  background: #44A083;
  color: #fff;
  width: 95%;
  border: none;
  border-radius: 11px;
  padding: 24px 80px;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-primary:hover {
  background: #3a8a70;
  transform: translateY(-2px);
}

.header {
  background: #44A083;
  padding: 20px 0;
}

.logo {
  width: 170px;
  height: 72px;
  background: url('../assets/desktop/images/logo-aureain.png') center/cover no-repeat;
}

.hero {
  padding-top: 80px;
  position: relative;
  background: url('../assets/desktop/images/hero-bg.png') center/cover no-repeat;
}

.hero .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.hero-content {
  flex: 1;
  max-width: 500px;
  position: relative;
  top: -40px;
}

.hero-content h1 {
  font-size: 39px !important;
}

.hero-content h1 span {
  display: block;
  font-size: 39px !important;
  font-weight: 400;
  color: #0A3246;
}

.hero-content h1 strong {
  font-size: 39px !important;
  color: #44A083;
  margin-top: 10px;
}

.hero-image {
  width: 100%;
  max-width: 479px;
  height: 661px;
  background: url('../assets/desktop/images/hero-person.png') center/cover no-repeat;
  border-radius: 8px;
  place-content: end;
  justify-items: start;
}

.evolution-div {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 16px;
    width: 100%;
    height: 100%;
    align-content: end;
    justify-content: flex-start;
}


.ogfi-hero-image {
    grid-column: 1;
    margin-bottom: -33px;
    margin-left: -28px;
    grid-row: 1;
    width: 99px;
    height: 75px;
    z-index: 50;
    border: 0px;
    filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
    border-radius: 0px;
    background-image: url(https://cdn.landingpage.app.br/lp.aureain.com.br/1768931258/imagens/desktop/3443223_1_176531173142394463.png);
    background-repeat: no-repeat;
}

.arrow-hero-image {
    grid-column: 1;
    margin-top: 35px;
    justify-self: center;
    grid-row: 2;
    width: 50px;
    height: 42px;
    z-index: 54;
    border: 0px;
    filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
    border-radius: 0px;
    background-image: url(https://cdn.landingpage.app.br/lp.aureain.com.br/1768931258/imagens/desktop/3443223_1_176531173142390083.png);
    background-repeat: no-repeat;
}

.aureain-hero-image {
    width: 161px;
    margin-bottom: 98px;
    grid-column: 2;
    grid-row: 2;
    height: 130px;
    z-index: 54;
    border: 0px;
    filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
    border-radius: 0px;
    background-image: url(https://cdn.landingpage.app.br/lp.aureain.com.br/1768931258/imagens/desktop/3443223_1_176531173142309912.png);
    background-repeat: no-repeat;
}


.aureain-about-image {
    width: 48px;
    justify-self: center;
    height: 47px;
    border: 0px;
    filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
    border-radius: 0px;
    background-image: url(https://cdn.landingpage.app.br/lp.aureain.com.br/1768931258/imagens/desktop/3443223_1_176531173142471196.png);
    background-repeat: no-repeat;
}
.about .container {
    place-items: center;
}

.about h2 span {
  color: #0A3246;
}

.about p {
  max-width: 770px;
  text-align: center;
  color: #0A3246;
}

.services {
  padding-bottom: 120px;
  background: #fff;
}
.services .container {
    margin: 0;
    max-width: 100%;
}

.services-header {
  margin-bottom: 60px;
}

.services-header h2 {
  margin-bottom: 20px;
}

.services-header p {
  max-width: 800px;
  font-size: 15px;
  color: #0A3246;
}

.services-grid {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.service-card {
  background: #273B4D;
  border-radius: 16px;
  padding: 10px;
  color: #fff;
  max-width: 318px;
  min-height: 490px;
}

.service-card h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

.service-card p {
  color: #F6F6F6;
  font-size: 16px;
  margin-top: 15px;
  text-align: -webkit-center;
  line-height: 1.7;
  margin-bottom: 0;
}

.brand-div{
  justify-self: center;
  margin-bottom: 37px;
}

.ogfi-card {
  height: 400px;
  border-radius: 16px;
    align-content: flex-end;
  background-image: url('../assets/desktop/images/brands-ogfi-gove-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 162;
}

.ogfi-card .brand-div{
  width: 236px;
  height: 63px;
  margin-bottom: 28px;
}

.ogfi-brand {
  background: url('../assets/desktop/images/brands-ogfi-gove.png') center/cover no-repeat;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.obrass-card {
  height: 400px;
    align-content: flex-end;
  border-radius: 16px;
  background-image: url('../assets/desktop/images/brands-obrass-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 162;
}

.obrass-card .brand-div {
  width: 226px;
  height: 44px;
}

.obrass-brand {
  background: url('../assets/desktop/images/brands-obrass.png') center/cover no-repeat;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.servihaus-card {
  height: 400px;
    align-content: flex-end;
  border-radius: 16px;
  background-image: url('../assets/desktop/images/brands-servihaus-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 162;
}

.servihaus-card .brand-div{
  width: 234px;
  height: 49px;
  margin-bottom: 27px;
}

.servihaus-brand {
  background: url('../assets/desktop/images/brands-servihaus.png' ) center/cover no-repeat;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nortem-card {
  height: 400px;
  align-content: flex-end;
  border-radius: 16px;
  background-image: url('../assets/desktop/images/brands-nortem-capital-bg.png') ;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 162;
}

.nortem-card .brand-div {
  width: 191px;
  height: 40px;
  margin-bottom: 37px;
}

.nortem-brand {
  background: url('../assets/desktop/images/brands-nortem-capital.png') center/cover no-repeat;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.solutions {
  padding: 80px 0;
  background: #F1F1F1;
  height: auto;
}

.solutions .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}

.solutions-content {
  max-width: 30vw;
  flex: 1;
}

.solutions-content span {
  font-size: 20px;
}

.solutions-content h2 span {
  color: #0A3246;
  display: block;
}

.solutions-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  gap: 45px;
  width: 100%;
  max-width: 480px;
}


.solutions-card h3 {
  margin-bottom: 10px;
  color: #44A083;
}

.solutions-card p {
  color: #0A3246;
  font-size: 16px;
}

.solution-item {
  display: grid;
  grid-template-columns: 75px 1fr;
  height: 100px;
  gap: 20px;
  align-items: flex-start;
}


.solutions-description {
  color: #0A3246;
}

.aureain-solutions-image {
    margin-bottom: 20px;
    width: 48px;
    height: 47px;
    border: 0px;
    filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
    border-radius: 0px;
    background-image: url(https://cdn.landingpage.app.br/lp.aureain.com.br/1768931258/imagens/desktop/3443223_1_176531173142471196.png);
    background-repeat: no-repeat;
}

.services-detail {
  padding: 80px 0;
  background: #fff;
}

.services-detail .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}

.images-card {
  width: 75px;
  height: 75px;
  background-color: #0A3246;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-text h3 {
  margin: 0 0 8px;
  color: #44A083;
  font-size: 18px;
}

.solution-text p {
  margin: 0;
  color: #0A3246;
  font-size: 16px;
  line-height: 1.4;
}


.gestao-image {
  width: 51px;
  left: 591px;
  height: 51px;
  top: 108px;
  z-index: 120;
  background-image: url('../assets/desktop/gifs/expertise-money-gif.gif');
  background-size: 51px 51px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.incorporadora-image {
  width: 51px;
  left: 591px;
  height: 51px;
  top: 108px;
  z-index: 120;
  background-image: url('../assets/desktop/gifs/expertise-building-gif.gif');
  background-size: 51px 51px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.investidor-image {
  width: 51px;
  left: 591px;
  height: 51px;
  top: 108px;
  z-index: 120;
  background-image: url('../assets/desktop/gifs/expertise-coins-gif.gif');
  background-size: 51px 51px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.empresas-image {
  width: 51px;
  left: 591px;
  height: 51px;
  top: 108px;
  z-index: 120;
  background-image: url('../assets/desktop/gifs/expertise-service-companies-gif.gif');
  background-size: 51px 51px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.detail-content {
  flex: 1;
}

.detail-content h2 {
  margin-bottom: 25px;
}

.detail-info {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}

.detail-icon {
  width: 75px;
  height: 75px;
  background: #0A3246;
  border-radius: 14px;
  flex-shrink: 0;
}

.values {
  padding: 80px 0;
}

.values-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 200px
}


.values-image {
  position: relative;
  width: 506px;
  height: 437px;
  background: url('../assets/desktop/images/innovation-main.png') no-repeat;
  background-size: cover;
  border-radius: 32px;
}

.value-icon {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #0A3246;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.obrass-icon {
  position: absolute;
    width: 75px;
  height: 75px;
  left: 0px;
  background-image: url('../assets/desktop/images/innovation-obrass-logo.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.ogfi-icon {
  top: 60px;
  right: 110px;
  width: 75px;
  height: 75px;
  background-image: url('../assets/desktop/images/innovation-ogfi-gove-logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.servihaus-icon {
  bottom: -20px;
  right: -20px;
  background-image: url('../assets/desktop/images/innovation-servihaus-logo.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.nortem-icon {
    bottom: 60px;
  left: 90px;
  background-image: url('../assets/desktop/images/innovation-nortem-capital-logo.svg');
  background-repeat: no-repeat;
  background-position: center;
}


.values-text-div h2 {
  font-size: 48px;
  text-align: right;
  line-height: 1.1;
  margin-bottom: 24px;
}

.values-text-div p {
  font-size: 18px;
  color: #0A3246;
  text-align: right;
  line-height: 1.6;
}


.contact {
    padding: 80px 0;
    background-color: rgba(255, 255, 255, 0);
    border-width: 0px;
    border-style: none;
    border-color: rgb(0, 0, 0);
    background-image: url('../assets/desktop/images/contact-bg.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact .container {
  text-align: left;
  margin: 0 8%;
  max-width: 35vw;
}

.contact strong {
  margin-bottom: 30px;
  color: #44A083;
  line-height: 1.3;
}

.contact h2 {
    color: #0A3246;
    font-size: 40px;
}

.contact p {
    width: 440px;
  margin-bottom: 40px;
  font-size: 20px;
  color: #0A3246;
}


.footer {
  background: #44A083;
  text-align: center;
}

.footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.footer-logo {
  width: 224px;
  height: 64px;
  background: url('../assets/desktop/images/logo-aureain.png') center/cover no-repeat;
}

.footer p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 50, 70, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal {
  background: #fff;
  border-radius: 16px;
  padding: 50px 60px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(50px);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  font-size: 32px;
  color: #0A3246;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.modal-close:hover {
  color: #44A083;
}

.modal-header {
  margin-bottom: 30px;
}

.modal-header h3 {
  color: #0A3246;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.popup-message {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 80px;
  max-width: 90%;
  padding: 8px 12px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  font-size: 12px;
  color: rgb(10,50,70);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  z-index: 1000;
  display: none; 
  word-break: break-word;
}

.popup-message::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 4px;
  border-radius: 2px;
}

.popup-error::after {
  background-color: red;
}

.popup-success::after {
  background-color: rgb(68,160,131);
}


.modal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-input,
.form-textarea {
  width: 100%;
  min-height: 75px;
  min-width: 480px;
  max-width: 480px;
  max-height: 150px;
  padding: 16px 20px;
  border: 2px solid #E0E0E0;
  border-radius: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  color: #0A3246;
  transition: border-color 0.3s;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #44A083;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #999;
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.btn-full {
  width: 100%;
  margin-top: 10px;
}