
.tah-v2-widget {
  --tah-black: #0a0a0a;
  --tah-white: #ffffff;
  --tah-gold: #b78932;
  --tah-gold-light: #f1e6cf;
  --tah-cream: #f7f5f0;
  --tah-border: #dedbd4;
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-family: Arial, Helvetica, sans-serif;
}

.tah-v2-widget.is-visible {
  display: flex;
}

.tah-v2-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.68);
  backdrop-filter: blur(5px);
}

.tah-v2-popup {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  border-radius: 24px;
  background: var(--tah-white);
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
  animation: tahV2In .36s ease;
}

@keyframes tahV2In {
  from {
    opacity: 0;
    transform: translateY(24px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.tah-v2-close {
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: 4;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.tah-v2-close:hover {
  color: #000;
}

.tah-v2-left {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 48px;
  background:
    radial-gradient(circle at 15% 15%, rgba(183,137,50,.16), transparent 35%),
    linear-gradient(135deg, #faf8f4 0%, #f4efe6 100%);
  border-top: 8px solid #000;
}

.tah-v2-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.tah-v2-brand-mark {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
}

.tah-v2-brand-name {
  color: #000 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.tah-v2-left h2 {
  max-width: 520px;
  margin: 0 0 22px;
  color: #000 !important;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.tah-v2-lead {
  max-width: 520px;
  margin: 0;
  color: #000 !important;
  font-size: 17px;
  line-height: 1.75;
}

.tah-v2-proof {
  max-width: 480px;
  margin-top: 30px;
  padding-left: 16px;
  border-left: 4px solid var(--tah-gold);
  color: #000 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.tah-v2-guide-badge {
  align-self: flex-start;
  margin-top: 30px;
  border: 1px solid var(--tah-gold);
  border-radius: 999px;
  background: var(--tah-gold-light);
  color: #000 !important;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tah-v2-right {
  padding: 62px 48px 44px;
  background: #fff;
}

.tah-v2-kicker {
  margin-bottom: 10px;
  color: var(--tah-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tah-v2-right h3 {
  margin: 0 0 14px;
  color: #0a0a0a;
  font-size: 34px;
  line-height: 1.1;
}

.tah-v2-right-copy {
  margin: 0 0 28px;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.7;
}

#tah-v2-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#tah-v2-form label:not(.tah-v2-consent) {
  margin-top: 5px;
  color: #222;
  font-size: 13px;
  font-weight: 700;
}

#tah-v2-form input[type="text"],
#tah-v2-form input[type="email"] {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--tah-border);
  border-radius: 10px;
  background: #fafafa;
  padding: 0 15px;
  color: #111;
  font-size: 15px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

#tah-v2-form input:focus {
  border-color: var(--tah-gold);
  box-shadow: 0 0 0 3px rgba(183,137,50,.12);
}

.tah-v2-submit {
  min-height: 56px;
  margin-top: 8px;
  border: 0;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.tah-v2-submit:hover {
  background: var(--tah-gold);
  transform: translateY(-2px);
}

.tah-v2-submit:disabled {
  opacity: .65;
  cursor: wait;
  transform: none;
}

.tah-v2-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 8px;
  color: #666;
  font-size: 11px;
  line-height: 1.45;
}

.tah-v2-consent input {
  margin-top: 3px;
  accent-color: var(--tah-gold);
}

.tah-v2-privacy {
  margin: 0;
  color: #999;
  font-size: 11px;
  text-align: center;
}

.tah-v2-message {
  display: none;
  margin-top: 6px;
  border-radius: 8px;
  padding: 10px;
  font-size: 13px;
  text-align: center;
}

.tah-v2-message.success {
  display: block;
  background: #edf9f2;
  color: #167344;
}

.tah-v2-message.error {
  display: block;
  background: #fff1f1;
  color: #a92c2c;
}

@media (max-width: 820px) {
  .tah-v2-widget {
    padding: 14px;
  }

  .tah-v2-popup {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 28px);
    overflow-y: auto;
  }

  .tah-v2-left {
    min-height: auto;
    padding: 38px 26px 32px;
  }

  .tah-v2-left h2 {
    font-size: 36px;
  }

  .tah-v2-right {
    padding: 34px 26px 28px;
  }
}

@media (max-width: 520px) {
  .tah-v2-widget {
    align-items: flex-end;
    padding: 0;
  }

  .tah-v2-popup {
    width: 100%;
    max-height: 94vh;
    border-radius: 22px 22px 0 0;
  }

  .tah-v2-left {
    padding: 32px 22px 26px;
  }

  .tah-v2-left h2 {
    font-size: 31px;
  }

  .tah-v2-lead {
    font-size: 15px;
  }

  .tah-v2-right {
    padding: 30px 22px 24px;
  }
}
