/* Newsletter Promo Styles */
.newsletter-promo {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
  background-color: var(--dark, #0a1b2e) !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  z-index: 1 !important;
  padding: 100px 70px !important;
}

.newsletter-promo::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url(/wp-content/uploads/2026/08/bg-grid-dotts.svg) !important;
  background-position: center !important;
  background-repeat: repeat !important;
  background-size: 40px 40px !important;
  opacity: 0.4 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.newsletter-promo-inner {
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 80px !important;
  position: relative !important;
  box-sizing: border-box !important;
  z-index: 2 !important;
}

.newsletter-promo-inner>* {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

/* Left Column: Text & Email Form on Desktop */
.newsletter-promo .newsletter-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 36px !important;
  position: relative !important;
  width: 610px !important;
  max-width: 610px !important;
  flex: 1 !important;
  box-sizing: border-box !important;
}

.newsletter-promo .newsletter-content>* {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.newsletter-promo .newsletter-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 28px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.newsletter-promo .newsletter-text>* {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.newsletter-promo .hero-headline-block,
.newsletter-promo .heading-subtitle {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  gap: 20px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.newsletter-promo .hero-headline-block>* {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.newsletter-promo .hero-content {
  font-family: var(--font-main, "Poppins", sans-serif) !important;
  font-weight: 600 !important;
  color: var(--mint, #00C7BE) !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.newsletter-promo .div {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.newsletter-promo .div>* {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.newsletter-promo .your-guide-to-global {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-main, "Poppins", sans-serif) !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  font-size: 46px !important;
  letter-spacing: -0.3px !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

.newsletter-promo .text-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-main, "Poppins", sans-serif) !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

/* Email Form Container */
.newsletter-promo .email-form-container,
.newsletter-promo .social-links {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 580px !important;
  box-sizing: border-box !important;
}

.newsletter-promo .email-form-container>* {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.newsletter-promo .email-form-wrapper,
.newsletter-promo .email-form {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  width: 100% !important;
  height: 54px !important;
  position: relative !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.newsletter-promo .mail-input,
.newsletter-promo .input-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 18px !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-radius: 8px 0 0 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-right: none !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  flex: 1 !important;
  height: 54px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.newsletter-promo figure.email-icon,
.newsletter-promo .email-icon {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  opacity: 0.7 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
}

.newsletter-promo figure.email-icon img,
.newsletter-promo .email-icon img {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
  display: block !important;
}

.newsletter-promo .email-input,
.newsletter-promo .text-wrapper-6 {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: rgba(255, 255, 255, 0.45) !important;
  font-family: var(--font-main, "Poppins", sans-serif) !important;
  font-size: 15px !important;
  line-height: 54px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.newsletter-promo .newsletter-buttons,
.newsletter-promo .wp-block-buttons {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  height: 54px !important;
}

.newsletter-promo .button-2,
.newsletter-promo .submit-btn,
.newsletter-promo .wp-block-button {
  margin: 0 !important;
  padding: 0 !important;
  height: 54px !important;
  display: flex !important;
}

.newsletter-promo .submit-btn .wp-block-button__link {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 28px !important;
  height: 54px !important;
  background-color: var(--mint, #00C7BE) !important;
  border-radius: 0 8px 8px 0 !important;
  border: 1px solid var(--mint, #00C7BE) !important;
  color: var(--dark, #0a1b2e) !important;
  font-family: var(--font-main, "Poppins", sans-serif) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 54px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.newsletter-promo .submit-btn .wp-block-button__link::after {
  content: "" !important;
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  background-image: url(/wp-content/uploads/2026/08/your-guide-button-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.newsletter-promo .submit-btn .wp-block-button__link:hover {
  background-color: var(--mint-hover, #4dd8d2) !important;
  border-color: var(--mint-hover, #4dd8d2) !important;
  transform: translateY(-1px) !important;
}

.newsletter-promo .no-spam-unsubscribe {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
}

.newsletter-promo .no-spam-unsubscribe::before {
  content: "" !important;
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  background-image: url(/wp-content/uploads/2026/08/your-guide-no-spam.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.newsletter-promo .text-wrapper-3,
.newsletter-promo .text-wrapper-7 {
  font-family: var(--font-main, "Poppins", sans-serif) !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

/* Right Column: Stacked Cards Area */
.newsletter-promo .newsletter-form-area {
  position: relative !important;
  width: 610px !important;
  height: 580px !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

.newsletter-promo .newsletter-form-area::before {
  content: "" !important;
  position: absolute !important;
  top: -30px !important;
  right: -30px !important;
  width: 380px !important;
  height: 380px !important;
  background-image: url(/wp-content/uploads/2026/08/your-guide-dots.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  opacity: 0.7 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

/* June Card (Behind, Rotated) */
.newsletter-promo .newsletter-benefits,
.newsletter-promo .card-june {
  display: flex !important;
  flex-direction: column !important;
  width: 450px !important;
  height: 560px !important;
  align-items: flex-start !important;
  gap: 32px !important;
  padding: 36px 32px !important;
  position: absolute !important;
  top: 0 !important;
  left: 140px !important;
  background-color: rgba(10, 27, 46, 0.92) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 199, 190, 0.35) !important;
  transform: rotate(5deg) !important;
  box-shadow: 17px 17px 50px rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  opacity: 0.7 !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
}

.newsletter-promo .newsletter-benefits::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url(/wp-content/uploads/2026/08/your-guide-bg2.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  opacity: 0.8 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

/* July Card (Front, Active) */
.newsletter-promo .email-signup-form,
.newsletter-promo .card-july {
  display: flex !important;
  flex-direction: column !important;
  width: 450px !important;
  height: 560px !important;
  align-items: flex-start !important;
  gap: 32px !important;
  padding: 36px 32px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  background-color: rgba(10, 27, 46, 0.95) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 199, 190, 0.5) !important;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.4), 0 0 34px rgba(0, 199, 190, 0.2) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
}

.newsletter-promo .email-signup-form::before {
  content: "" !important;
  position: absolute !important;
  top: 200px !important;
  left: -70px !important;
  width: 150% !important;
  height: 100% !important;
  background-image: url(/wp-content/uploads/2026/08/your-guide-bg.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  opacity: 0.85 !important;
  pointer-events: none !important;
  z-index: 0 !important;
  mix-blend-mode: lighten;
}

.newsletter-promo .header-row,
.newsletter-promo .june-item,
.newsletter-promo .july-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  position: relative !important;
  z-index: 2 !important;
  margin: 0 !important;
}

.newsletter-promo figure.logo,
.newsletter-promo .logo {
  position: relative !important;
  width: 120px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.newsletter-promo figure.logo img,
.newsletter-promo .logo img {
  width: 120px !important;
  height: auto !important;
  display: block !important;
}

.newsletter-promo .date-badge,
.newsletter-promo p.date-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: fit-content !important;
  min-width: unset !important;
  flex: 0 0 auto !important;
  padding: 4px 14px !important;
  border-radius: 500px !important;
  border: 1px solid var(--mint, #00C7BE) !important;
  background: rgba(0, 199, 190, 0.08) !important;
  font-family: var(--font-main, "Poppins", sans-serif) !important;
  font-weight: 600 !important;
  color: var(--mint, #00C7BE) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

.newsletter-promo .global-employmenttax,
.newsletter-promo .global-employmenttax-2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 20px !important;
  width: 100% !important;
  position: relative !important;
  z-index: 2 !important;
  margin: 0 !important;
}

.newsletter-promo .global-employment,
.newsletter-promo .p {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-main, "Poppins", sans-serif) !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  font-size: 28px !important;
  line-height: 1.35 !important;
}

.newsletter-promo .bullet-list,
.newsletter-promo .monthly-regulatory,
.newsletter-promo .monthly-regulatory-3 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
}

.newsletter-promo .bullet-item,
.newsletter-promo .monthly-regulatory-2,
.newsletter-promo .country-by-country,
.newsletter-promo .actionable,
.newsletter-promo .monthly-regulatory-4,
.newsletter-promo .country-by-country-2,
.newsletter-promo .actionable-2 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  font-family: var(--font-main, "Poppins", sans-serif) !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.newsletter-promo .bullet-item::before,
.newsletter-promo .monthly-regulatory-2::before,
.newsletter-promo .country-by-country::before,
.newsletter-promo .actionable::before,
.newsletter-promo .monthly-regulatory-4::before,
.newsletter-promo .country-by-country-2::before,
.newsletter-promo .actionable-2::before {
  content: "" !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  background-image: url(/wp-content/uploads/2026/08/your-guide-circle-li-check-i.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  flex-shrink: 0 !important;
}

/* Tablet Responsive (max-width: 1024px) */
@media (max-width: 1024px) {
  .newsletter-promo {
    padding: 70px 30px !important;
  }

  .newsletter-promo-inner {
    flex-direction: column !important;
    gap: 50px !important;
  }

  .newsletter-promo .newsletter-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .newsletter-promo .your-guide-to-global {
    font-size: 36px !important;
  }

  .newsletter-promo .newsletter-form-area {
    width: 100% !important;
    max-width: 520px !important;
    height: 500px !important;
    margin: 0 auto !important;
    position: relative !important;
  }

  .newsletter-promo .newsletter-benefits,
  .newsletter-promo .card-june {
    display: flex !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 420px !important;
    height: 480px !important;
    transform: rotate(5deg) !important;
    opacity: 0.65 !important;
    border-radius: 16px !important;
    padding: 28px 24px !important;
    z-index: 1 !important;
  }

  .newsletter-promo .email-signup-form,
  .newsletter-promo .card-july {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 440px !important;
    height: 480px !important;
    padding: 28px 24px !important;
    border-radius: 16px !important;
    z-index: 2 !important;
  }
}

/* Mobile Responsive (max-width: 768px) */
@media (max-width: 768px) {
  .newsletter-promo {
    padding: 40px 20px !important;
  }

  .newsletter-promo-inner {
    gap: 32px !important;
    flex-direction: column !important;
  }

  .newsletter-promo .newsletter-content {
    width: 100% !important;
    gap: 24px !important;
  }

  .newsletter-promo .hero-headline-block,
  .newsletter-promo .heading-subtitle {
    gap: 12px !important;
  }

  .newsletter-promo .hero-content {
    font-size: 11px !important;
  }

  .newsletter-promo .your-guide-to-global {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }

  .newsletter-promo .text-wrapper {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .newsletter-promo .newsletter-form-area {
    width: 100% !important;
    max-width: 350px !important;
    height: 420px !important;
    margin: 0 auto !important;
    position: relative !important;
  }

  .newsletter-promo .newsletter-benefits,
  .newsletter-promo .card-june {
    display: flex !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 300px !important;
    max-width: 88% !important;
    height: 400px !important;
    transform: rotate(6deg) !important;
    transform-origin: bottom right !important;
    opacity: 0.6 !important;
    z-index: 1 !important;
    border-radius: 16px !important;
    padding: 20px 16px !important;
    gap: 16px !important;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.35) !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  .newsletter-promo .email-signup-form,
  .newsletter-promo .card-july {
    display: flex !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 310px !important;
    max-width: 90% !important;
    height: 400px !important;
    transform: none !important;
    border-radius: 16px !important;
    padding: 20px 18px !important;
    gap: 16px !important;
    z-index: 2 !important;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4), 0 0 25px rgba(0, 199, 190, 0.2) !important;
  }

  .newsletter-promo figure.logo,
  .newsletter-promo .logo {
    width: 90px !important;
  }

  .newsletter-promo figure.logo img,
  .newsletter-promo .logo img {
    width: 90px !important;
  }

  .newsletter-promo .date-badge,
  .newsletter-promo .text-wrapper-2,
  .newsletter-promo .div-wrapper,
  .newsletter-promo .text-wrapper-4 {
    font-size: 10px !important;
    padding: 3px 9px !important;
  }

  .newsletter-promo .global-employment,
  .newsletter-promo .p {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .newsletter-promo .bullet-list {
    gap: 10px !important;
  }

  .newsletter-promo .bullet-item {
    font-size: 12px !important;
    gap: 8px !important;
  }

  .newsletter-promo .bullet-item::before,
  .newsletter-promo .monthly-regulatory-2::before,
  .newsletter-promo .country-by-country::before,
  .newsletter-promo .actionable::before,
  .newsletter-promo .monthly-regulatory-4::before,
  .newsletter-promo .country-by-country-2::before,
  .newsletter-promo .actionable-2::before {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
  }

  /* Form on mobile */
  .newsletter-promo .email-form-wrapper,
  .newsletter-promo .email-form {
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    height: auto !important;
  }

  .newsletter-promo .mail-input,
  .newsletter-promo .input-wrapper {
    border-radius: 8px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
    width: 100% !important;
    height: 48px !important;
  }

  .newsletter-promo .email-input,
  .newsletter-promo .text-wrapper-6 {
    line-height: 48px !important;
  }

  .newsletter-promo .newsletter-buttons,
  .newsletter-promo .wp-block-buttons {
    width: 100% !important;
    height: auto !important;
  }

  .newsletter-promo .submit-btn,
  .newsletter-promo .wp-block-button {
    width: 100% !important;
    height: auto !important;
  }

  .newsletter-promo .submit-btn .wp-block-button__link {
    border-radius: 8px !important;
    width: 100% !important;
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 20px !important;
    justify-content: center !important;
  }

  .newsletter-promo .no-spam-unsubscribe {
    font-size: 12px !important;
  }
}