
.cta-container {
  position: relative;
  display: flex;
  gap: 16px; 
}
  
/* CTA buttons */

#sendMessageBtn {
  position: relative;
  overflow: hidden;
}

#sendMessageBtn span {
  display: inline-block;
  position: relative;
}

@keyframes slideOutInCenter {
  0%   { transform: translateY(0); opacity: 1; }
  20%  { transform: translateY(0); opacity: 0; }   
  21%  { transform: translateY(100%); opacity: 0; } 
  100% { transform: translateY(0); opacity: 1; }    
}

#sendMessageBtn:hover  {
  background-color: #FFFFFF;
}

#sendMessageBtn:hover span {
  animation: slideOutInCenter 0.3s ease-in-out forwards;
}

  
#sendMessageBtn {
  width: 168px;
  height: 72px;
  background: #75FFC0;
  border-radius: 49px;
  border: none;
  color: #121216;
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;  
  align-items: center;  
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.2s ease, background-color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 11px; 
}
  
#sendMessageBtn:active {
  opacity: 0.6;
  transform: scale(0.97);
}  
 

.smile .mouth {
  transform-origin: center;
  transition: transform 0.5s ease;
}

#sendMessageBtn:hover .mouth {
  transform: scaleX(1.3);
}
  


.popup-form.active {
  display: flex;
}

/* Modal box */
.popup-form {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.2);
  justify-content: center;   
  align-items: center;       
  z-index: 10000;
  overflow-y: auto;
}

#lets-talk-popup-form .popup-content {
  position: relative; /* místo absolute */
  background: 
    linear-gradient(0deg, #121216, #121216),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
  box-shadow: 0px 24px 36px 0px rgba(0, 0, 0, 0.5);
  max-width: 1194px;
  width: 90%;
  border-radius: 20px;
  overflow: visible;
  animation: scaleIn 0.3s ease;
  padding: 0;
}

.popup-content {
  width: 90%;
  max-width: 900px;
  border-radius: 20px;
  position: relative;
  padding: 0;
  overflow: hidden;
  animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
  from { transform: scale(0.9); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

/* Two columns */
.popup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  min-height: 500px;
}

/* Left column */
.popup-left {
  background: linear-gradient(0deg, #121216, #121216), linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
  padding: 40px 0 40px 71px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-left h2 {
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 68px;
  line-height: 72px;
  margin-bottom: 0;
}
  
.popup-left h2 span {
  color: #D8C5A4;
}  
  
.popup-left p.perex-proven {  
  font-weight: 400;
  font-size: 19px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.75;
}   
  
.profile img {
  width: 96px;
  height: 96px;
}  
  

.profile {
  display: flex;
  align-items: center;
  gap: 24px; 
}
  
.profile-info {  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap; 
}


.profile-info .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
}

.profile-info .position {
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
  margin-top: 0;
}

.contact {
  margin-top: auto; 
}
  
.contact span {
  font-family: Martian Mono;
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.03em; 
  text-transform: uppercase;
  opacity: 0.75;
}

.contact .phone,
.contact .email {
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin: 8px 0;
}  

.popup-left p {
  font-size: 16px;
  color: #444;
}

/* Right column (HubSpot form) */
.popup-right {
  background: linear-gradient(0deg, #121216, #121216), linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HubSpot form */
#lets-talk-hubspot-form-container {
  width: 80%;
  padding-top: 18px;
}

#hbspt-form-c867cfe8-e300-4ceb-860a-880022399752 input[type="submit"]  {
  font-size: 13px;
  color: #121216 !important;
  background-color: red !important;
  width: 214px !important;
  height: 60px !important;
  border-radius: 49px !important;
}
  
  #message-c121901c-d586-40c3-b98e-4f5d351de0f9.hs-input.hs-fieldtype-textarea, .hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  
  background-color: red !important;
  }

/* Close button */
.popup-close {
  content:"";
  background: url(https://146347193.fs1.hubspotusercontent-eu1.net/hubfs/146347193/2025-Eywo-page-templates/icons/x.svg) no-repeat;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 18px;
}
  
.popup-close:hover {
  content:"";
  background: url(https://146347193.fs1.hubspotusercontent-eu1.net/hubfs/146347193/2025-Eywo-page-templates/icons/x.svg) no-repeat;
  border: none;
  cursor: pointer;
}
  
.popup-close button:active {
  background-color: none;
}
  
.popup-close button:hover {
  background-color: none;
  color: none;
  display: none;
}

  

@keyframes slideUpIn {
  0% {
    transform: translateY(100%); 
    opacity: 0;
  }
  100% {
    transform: translateY(0); 
    opacity: 1;
  }
}

#lets-talk-popup-form .popup-content {
  animation: slideUpIn 0.2s ease-out forwards; /
}
  

.cta-module-container {
  width: 100%;
  max-width: 1440px;
  height: 624px;
  margin: 0 auto;
  margin-bottom: 60px;
  background-color: #121216;
  background: url("https://146347193.fs1.hubspotusercontent-eu1.net/hubfs/146347193/2025-Eywo-page-templates/images/shape_blurred_image.png") no-repeat no-repeat center center;;
  background-size: contain;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
}

.cta-small-heading {
  font-family: Martian Mono;
  font-weight: 300;
  font-style: Light;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #FFFFFF;
  opacity: 0.5;
}

.cta-icons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-icon img {
  width: 48px;
  height: 48px;
}

.cta-large-heading {
  font-family: 'PPNeueMontreal-Medium', sans-serif;
  font-weight: 500;
  font-size: 68px;
  line-height: 72px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.cta-btn {
  display: inline-block;
  color: #121216;
  text-decoration: none;
  margin: 48px 0;
}


/* Responsive */
@media (max-width: 1024px) {
  .cta-large-heading {
    font-size: 36px;
    line-height: 44px;
  }
  .cta-icons {
    gap: 12px;
  }
  
  .popup-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .popup-left,
  .popup-right {
    padding: 20px;
  }

  .popup-left h2 {
    font-size: 42px;
    line-height: 48px;
  }
  
  .popup-form {  
    z-index: 10000;
  }
}

@media (max-width: 768px) {
  .cta-module-container {
    height: auto;
    padding: 80px 0 86px 0;
    background-size: cover;
    width: 95%;
    border-radius: 12px;
  }
  .cta-large-heading {
    font-weight: 500;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -.08em;
    padding: 0;
  }
  .cta-icons {
     gap: 6px;
   }
  .cta-icons img {
    width: 48px;
    height: 48px;
  }
  .cta-btn {
    padding: 0.5rem 1rem;
  }
  
  .popup-close {
    top: 0;
    right: 0;
  }
  
  .popup-form {  
     z-index: 10000;
    overflow: ;
  }
  
  .cta-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    bottom: 20px;
    padding: 0;
    gap: 12px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
  }

   #allPositionsBtn{
    width: 100%;
    border-radius: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.36px;
    text-align: center;
     
     padding: 12px 24px; 
    width: auto;
    max-width: 150px; 
  }
  
  #sendMessageBtn {
    width: 90%;
    max-width: 168px;
    margin-top: 41px;
    border-radius: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.36px;
    text-align: center;
  }
  
  #lets-talk-popup-form .popup-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 0;
  }

  .popup-left, .popup-right {
    padding: 10px 18px;
  }

  .popup-left h2 {
    font-size: 36px;
    line-height: 42px;
    text-align: left;
  }

  .profile {
    flex-direction: column;
    align-items: start;
    text-align: left;
  }

  .contact {
    margin-top: 20px;
    text-align: left;
  }

  #lets-talk-hubspot-form-container {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cta-large-heading {
    font-size: 38px;
    line-height: 42px;
  }
  .cta-small-heading {
    font-size: 14px;
  }
  .cta-icons {
     gap: 6px;
   }
  .cta-icons img {
    width: 48px;
    height: 48px;
  }
}
