.tt-webinar-page {
  background: linear-gradient(180deg, #f5fbf7 0%, #ffffff 100%);
  padding: 0.5rem 0 5rem;
}

/* High-visibility regulatory strip — placed at top of main (below site header). */
.tt-webinar-sebi-trust-strip {
  margin: 0 auto 1.35rem;
  background: linear-gradient(90deg, #05220f 0%, #0a3d24 50%, #05220f 100%);
  color: #ecfdf5;
  border-bottom: 1px solid rgba(34, 197, 94, 0.45);
  box-shadow: 0 2px 12px rgba(5, 34, 15, 0.15);
}

.tt-webinar-sebi-trust-strip .container {
  max-width: 1100px;
  padding: 0.65rem 1.25rem;
}

.tt-webinar-sebi-trust-strip__text {
  margin: 0;
  font-size: clamp(0.78rem, 1.9vw, 0.92rem);
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.02em;
}

.tt-webinar-sebi-trust-strip__brand {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6ee7b7;
}

.tt-webinar-sebi-trust-strip__sep {
  margin: 0 0.4rem;
  opacity: 0.65;
  font-weight: 400;
}

.tt-webinar-sebi-trust-strip__text strong {
  color: #fff;
  font-weight: 700;
}

.tt-webinar-hero .container {
  max-width: 1100px;
  padding-inline: 1.25rem;
}

.tt-webinar-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: stretch;
}

.tt-webinar-copy {
  background: linear-gradient(160deg, #020817 0%, #041124 50%, #05220f 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(34, 197, 94, 0.35);
}

.tt-webinar-top-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.tt-webinar-top-tags span {
  border: 1px solid rgba(110, 231, 183, 0.45);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6ee7b7;
}

.tt-webinar-kicker {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #86efac;
  margin-bottom: 0.75rem;
}

.tt-webinar-copy h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.tt-webinar-subtitle {
  font-size: 1rem;
  line-height: 1.7;
  color: #a7f3d0;
  margin-bottom: 1.2rem;
}

.tt-webinar-highlight {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  color: #22c55e;
  margin-bottom: 0.85rem;
}

.tt-webinar-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 0.55rem;
}

.tt-webinar-meta-line {
  color: #cbd5e1;
  margin-bottom: 0.5rem;
}

.tt-webinar-small {
  color: #94a3b8;
  font-size: 0.9rem;
}

.tt-webinar-form-wrap {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid #dcfce7;
  box-shadow: 0 15px 40px rgba(11, 109, 76, 0.12);
}

.tt-webinar-form-wrap h2 {
  margin-bottom: 0.4rem;
  font-family: var(--font-heading);
}

.tt-webinar-form-wrap>p {
  color: var(--gray-600);
  margin-bottom: 1rem;
}

.tt-webinar-period {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #334155;
}

.tt-webinar-alert {
  margin-bottom: 1rem;
  border-radius: 10px;
  padding: 0.8rem 0.9rem;
  font-size: 0.92rem;
  border: 1px solid transparent;
}

.tt-webinar-alert.is-success {
  background: #ecfdf3;
  border-color: #86efac;
  color: #166534;
}

.tt-webinar-alert.is-error {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #991b1b;
}

.tt-webinar-form {
  display: grid;
  gap: 0.5rem;
}

.tt-webinar-form label {
  margin-top: 0.4rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--gray-800);
}

.tt-webinar-form input {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0.72rem 0.8rem;
  font-size: 0.95rem;
}

.tt-webinar-phone-help {
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 0.1rem;
}

.tt-webinar-form .g-recaptcha {
  margin-top: 0.75rem;
  justify-self: start;
}

.tt-webinar-session-field {
  margin-top: 0.35rem;
}

.tt-webinar-session-field select {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0.72rem 0.8rem;
  font-size: 0.95rem;
  background: #ffffff;
}

.tt-webinar-submit {
  margin-top: 0.9rem;
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #16a34a 0%, #0b6d4c 100%);
}

.tt-webinar-submit:hover {
  filter: brightness(1.02);
}

.tt-webinar-submit-statutory {
  margin: 0.65rem 0 0;
  padding: 0;
  font-size: 0.74rem;
  line-height: 1.4;
  color: #475569;
  text-align: center;
}

.tt-webinar-submit-statutory strong {
  font-weight: 700;
  color: #334155;
}

.tt-webinar-compliance {
  padding: 2.5rem 0 0;
}

.tt-webinar-compliance .container {
  max-width: 1100px;
  padding-inline: 1.25rem;
}

.tt-webinar-compliance-inner {
  max-width: 52rem;
  margin-inline: auto;
  padding: 1.5rem 1.35rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #334155;
  font-size: 0.9rem;
  line-height: 1.65;
}

.tt-webinar-compliance-inner .tt-compliance-rich> :first-child {
  margin-top: 0;
}

.tt-webinar-compliance-inner .tt-compliance-rich> :last-child {
  margin-bottom: 0;
}

.tt-webinar-compliance-inner p {
  margin: 0 0 0.75rem;
}

.tt-webinar-compliance-inner ul {
  margin: 0 0 0.85rem;
  padding-left: 1.25rem;
}

.tt-webinar-compliance-inner li {
  margin-bottom: 0.45rem;
}

.tt-webinar-compliance-inner li:last-child {
  margin-bottom: 0;
}

.tt-webinar-compliance-inner a {
  color: #0f766e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tt-webinar-compliance-inner a:hover {
  color: #115e59;
}

@media (max-width: 900px) {
  .tt-webinar-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 768px) {
  .tt-webinar-grid {
    .tt-webinar-copy {
      order: 2;
    }

    .tt-webinar-form-wrap {
      order: 1;
    }
  }
}