.footer {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--padding-30);
  padding-left: 0;
  padding-right: 0;
}

.footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 90px;
  box-sizing: border-box;
  gap: var(--gap-20);
  border-radius: var(--br-40);
  overflow: hidden;
  background-image: url(/public/assets/images/Footer-Container@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-width: calc(100% - 60px);
  text-align: left;
  font-size: var(--fs-36);
  color: var(--color-white);
  margin: 0 30px;
}

.left-container {
  width: 558.6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-48);
}

.lorem-ipsum-dolor {
  align-self: stretch;
  font-size: var(--fs-36);
  letter-spacing: -0.03em;
  line-height: 115%;
  font-weight: 500;
}

.email {
  align-self: stretch;
  height: var(--height-48);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-4);
  font-size: var(--fs-14);
  color: var(--color-gray-200);
}

.email2 {
  font-size: var(--fs-14);
  letter-spacing: -0.02em;
}

.supportmyfinalystcom {
  margin: 0;
  font-size: var(--fs-20);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--color-white);
}

.social-links {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: var(--gap-24);
  font-size: var(--fs-16);
  color: var(--color-gray-100);
}

.linkedin-icon2 {
  width: var(--width-24);
  max-height: 24px;
  object-fit: cover;
}

.privacy-policy {
  font-size: var(--fs-16);
  letter-spacing: -0.02em;
  line-height: 115%;
  cursor: pointer;
}

.right-container {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--gap-24);
  max-width: 500px;
  font-size: var(--fs-20);
}

.certificate-section {
  display: flex;
  gap: 40px;
  padding-bottom: 40px;
}

.certificate-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.certificate-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.certificate-text {
  font-size: 14px;
  line-height: 109%;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.certificate-text span {
  font-weight: 600;
}

.get-started-with {
  align-self: stretch;
  margin-top: 12px;
  font-size: var(--fs-20);
  letter-spacing: -0.02em;
  line-height: 115%;
}

.buttons2 {
  margin-top: 16px;
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  height: var(--height-40);
}

.schedule-button {
  width: 170px;
  cursor: pointer;
  border: 0;
  padding: var(--padding-8) var(--padding-16);
  background-color: var(--RF-Grey-GG-10);
  border-radius: var(--br-10);
  overflow: hidden;
  display: flex;
  height: var(--height-40);
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.schedule-a-demo2 {
  font-size: var(--fs-16);
  letter-spacing: -0.01em;
  font-weight: 500;
  color: var(--Brand-Color-Codes-Rain-Forest);
  text-align: left;
  padding: 2px 8px;
  white-space: nowrap;
}

.watch-how-it-works-button {
  margin-left: -100px;
  cursor: pointer;
  border: 0;
  padding: var(--padding-8) var(--padding-16);
  background-color: transparent;
  height: var(--height-40);
  flex: 1;
  border-radius: var(--br-10);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: var(--gap-4);
}

.play-arrow-filled-icon {
  height: var(--height-24);
  width: var(--width-24);
}

.watch-how-it {
  font-size: var(--fs-16);
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--color-white);
  text-align: left;
}

/* ============================================= */
/* RESPONSIVE ONLY - ORIGINAL DESIGN PRESERVED */
/* ============================================= */

@media screen and (max-width: 1920px) {
  .footer-container {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 1440px) {
  .footer-container {
    width: calc(100% - 60px);
    padding: 50px 70px;
  }
}

@media screen and (max-width: 1200px) {
  .footer-container {
    width: calc(100% - 40px);
    gap: var(--gap-20);
    padding: 50px 50px;
    margin: 0 20px;
  }
  
  .lorem-ipsum-dolor {
    align-self: stretch;
    width: 100%;
  }
  
  .left-container {
    width: 48%;
    min-width: 400px;
  }
  
  .right-container {
    max-width: 48%;
  }
}

@media screen and (max-width: 992px) {
  .footer-container {
    width: calc(100% - 40px);
    flex-direction: column;
    align-items: flex-start;
    padding: 45px 40px;
    gap: 50px;
    margin: 0 20px;
  }
  
  .left-container {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  
  .right-container {
    width: 100%;
    max-width: 100%;
    align-self: stretch;
  }
  
  .lorem-ipsum-dolor {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .footer-container {
    width: calc(100% - 40px);
    padding: 40px 30px;
    gap: 40px;
    border-radius: 30px;
    margin: 0 20px;
  }
  
  .left-container {
    gap: 36px;
  }
  
  .lorem-ipsum-dolor {
    font-size: 28px;
  }
  
  .email {
    height: auto;
  }
  
  .social-links {
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .certificate-section {
    gap: 30px;
    padding-bottom: 30px;
  }
  
  .get-started-with {
    font-size: 18px;
    line-height: 130%;
  }
  
  .buttons2 {
    height: auto;
    flex-wrap: wrap;
  }
  
  .schedule-button,
  .watch-how-it-works-button {
    min-width: 48%;
    height: var(--height-40);
  }
}

@media screen and (max-width: 576px) {
  .footer {
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .footer-container {
    width: calc(100% - 30px);
    padding: 35px 24px;
    gap: 32px;
    border-radius: 24px;
    margin: 0 15px;
  }
  
  .left-container {
    gap: 28px;
  }
  
  .lorem-ipsum-dolor {
    font-size: 24px;
    line-height: 120%;
  }
  
  .supportmyfinalystcom {
    font-size: 18px;
  }
  
  .social-links {
    gap: 12px;
  }
  
  .privacy-policy {
    font-size: 14px;
  }
  
  .certificate-section {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 24px;
  }
  
  .certificate-text {
    font-size: 13px;
  }
  
  .get-started-with {
    font-size: 16px;
    line-height: 140%;
    margin-top: 8px;
  }
  
  .buttons2 {
    margin-top: 12px;
    flex-direction: column;
    gap: 12px;
    height: auto;
  }
  
  .schedule-button,
  .watch-how-it-works-button {
    width: 100%;
    min-width: 100%;
    height: 44px;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .footer-container {
    width: calc(100% - 20px);
    padding: 30px 20px;
    gap: 28px;
    border-radius: 20px;
    margin: 0 10px;
  }
  
  .left-container {
    gap: 24px;
  }
  
  .lorem-ipsum-dolor {
    font-size: 22px;
  }
  
  .email2 {
    font-size: 13px;
  }
  
  .supportmyfinalystcom {
    font-size: 16px;
  }
  
  .linkedin-icon2 {
    width: 20px;
  }
  
  .certificate-img {
    width: 42px;
    height: 42px;
  }
  
  .get-started-with {
    font-size: 15px;
  }
  
  .schedule-a-demo2,
  .watch-how-it {
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  .footer-container {
    padding: 25px 16px;
    gap: 24px;
    border-radius: 16px;
  }
  
  .left-container {
    gap: 20px;
  }
  
  .lorem-ipsum-dolor {
    font-size: 20px;
  }
  
  .certificate-section {
    gap: 16px;
  }
  
  .get-started-with {
    font-size: 14px;
  }
}