:root {
  --eboard-ink: #0d1b2a;
  --eboard-muted: #4c5c6a;
  --eboard-accent: #0f766e;
  --eboard-accent-2: #2b8ed6;
  --eboard-light: #f5f9fc;
  --eboard-card: #ffffff;
  --eboard-border: #dbe7f0;
  --eboard-shadow: 0 18px 50px rgba(13, 27, 42, 0.12);
}

.eboard-planofree {
  color: var(--eboard-ink);
  background: linear-gradient(145deg, #f8fbff 0%, #eef6fb 45%, #f8fafc 100%);
}

.eboard-container {
  width: min(1160px, 90%);
  margin: 0 auto;
}

.eboard-hero {
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

.eboard-hero::before,
.eboard-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
}

.eboard-hero::before {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(43, 142, 214, 0.4), transparent 70%);
  top: -180px;
  right: -120px;
}

.eboard-hero::after {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.45), transparent 70%);
  bottom: -160px;
  left: -120px;
}

.eboard-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.eboard-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.12);
  color: var(--eboard-accent);
  font-size: 0.95rem;
  font-weight: 600;
}

.eboard-hero h1 {
  font-size: clamp(2.4rem, 3vw + 1.2rem, 3.6rem);
  line-height: 1.1;
  margin: 20px 0 16px;
}

.eboard-hero p {
  font-size: 1.1rem;
  color: var(--eboard-muted);
  margin-bottom: 24px;
}

.eboard-highlight {
  color: var(--eboard-accent-2);
}

.eboard-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}

.eboard-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: var(--eboard-ink);
}

.eboard-hero-card {
  background: var(--eboard-card);
  border-radius: 24px;
  padding: 24px 28px;
  box-shadow: var(--eboard-shadow);
  border: 1px solid rgba(13, 27, 42, 0.05);
}

.eboard-form-title {
  font-size: 1.4rem;
  margin: 0 0 12px;
}

.eboard-form-subtitle {
  color: var(--eboard-muted);
  margin-bottom: 20px;
}

.eboard-form-grid {
  display: grid;
  gap: 16px;
}

.eboard-input {
  border: 1px solid var(--eboard-border);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 1rem;
  background: #fff;
}

.iti {
  width: 100%;
}

.iti__selected-flag {
  border-radius: 12px 0 0 12px;
}

.eboard-input:focus {
  border-color: var(--eboard-accent-2);
  outline: none;
  box-shadow: 0 0 0 3px rgba(43, 142, 214, 0.15);
}

.eboard-checkbox {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--eboard-muted);
  grid-column: 1 / -1;
}

.eboard-checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.eboard-checkbox a {
  color: var(--eboard-accent);
  text-decoration: underline;
}

.eboard-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #467FF7;
  color: #fff;
  padding: 14px 22px;
  border-radius: 12px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.eboard-cta:hover {
  transform: translateY(-1px);
  background: #2ea44f;
  box-shadow: 0 12px 26px rgba(70, 127, 247, 0.3);
}

.eboard-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--eboard-accent);
  border: 1px solid rgba(15, 118, 110, 0.25);
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  background: #fff;
}

.eboard-form-message {
  display: none;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.95rem;
}

.eboard-form-message.is-visible {
  display: block;
}

.eboard-form-message.is-success {
  background: #e7f8f1;
  color: #136f57;
  border: 1px solid #bfe9d7;
}

.eboard-form-message.is-error {
  background: #fdecec;
  color: #9f2b2b;
  border: 1px solid #f7b9b9;
}

/* Ensure Elementor hero columns stay side-by-side on desktop for the trial page. */
@media (min-width: 768px) {
  .elementor-page-1124 .elementor-element-f588c03 > .e-con-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
    align-items: center;
  }

  .elementor-page-1124 .elementor-element-f588c03 {
    --content-width: 1240px;
    --width: 100%;
    padding-left: clamp(20px, 4vw, 48px);
    padding-right: clamp(20px, 4vw, 48px);
    padding-top: 16px;
    height: 100vh;
    min-height: 100vh;
  }

  .elementor-page-1124 .elementor-element-f588c03 > .e-con-inner {
    max-width: 1240px;
    width: min(92%, 1240px);
    height: 100vh;
    min-height: 100vh;
    align-items: center;
  }
}

.elementor-page-1124 .elementor-element-112629b p {
  font-size: clamp(1.05rem, 0.8vw + 0.8rem, 1.3rem);
}

.elementor-page-1124 .elementor-element-112629b strong {
  font-size: clamp(1.6rem, 1.5vw + 1rem, 2.2rem);
  display: inline-block;
}

.elementor-page-1124 .eboard-hero-meta {
  font-size: clamp(1rem, 0.6vw + 0.8rem, 1.2rem);
}

@media (max-width: 767px) {
  .elementor-page-1124 .elementor-element-f588c03 > .e-con-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
}

.eboard-section {
  padding: 60px 0;
}

.eboard-section-title {
  font-size: clamp(1.8rem, 2vw + 1rem, 2.6rem);
  margin-bottom: 16px;
}

.eboard-section-subtitle {
  color: var(--eboard-muted);
  margin-bottom: 32px;
  font-size: 1.05rem;
}

.eboard-grid {
  display: grid;
  gap: 24px;
}

.eboard-grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.eboard-card {
  background: var(--eboard-card);
  border-radius: 20px;
  padding: 24px;
  border: 1px solid var(--eboard-border);
  box-shadow: 0 12px 30px rgba(13, 27, 42, 0.08);
}

.eboard-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eboard-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--eboard-muted);
}

.eboard-list li strong {
  color: var(--eboard-ink);
}

.eboard-step {
  border-left: 2px solid rgba(43, 142, 214, 0.2);
  padding-left: 16px;
}

.eboard-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #f0f7ff;
  color: #1d4ed8;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
}

.eboard-advisors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.eboard-advisors span {
  background: #ffffff;
  border: 1px dashed rgba(15, 118, 110, 0.35);
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 600;
  color: var(--eboard-accent);
}

.eboard-cta-section {
  padding: 70px 0;
  background: linear-gradient(120deg, rgba(15, 118, 110, 0.1), rgba(43, 142, 214, 0.12));
}

.eboard-cta-box {
  display: grid;
  gap: 24px;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.eboard-footer-note {
  color: var(--eboard-muted);
  font-size: 0.95rem;
}

.eboard-planofree-widget__card {
  width: 100%;
  height: auto;
  max-height: none;
}

@media (max-width: 768px) {
  .eboard-hero {
    padding: 60px 0 40px;
  }

  .eboard-hero-meta {
    flex-direction: column;
  }
}
