*{
  font-family:"Courier Prime", monospace;
}
body {
  background: #fff;
}
p,a{
  font-weight: 200;
  font-size: 0.95rem;
}
b{
  font-size: 0.95rem;
  font-weight: 700;
}
.cta-card {
  border-radius: 1.5rem;
  padding: 3rem 2rem 2.5rem 2rem;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.cta-title {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  word-break: break-word;
}
.cta-subtitle {
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
  word-break: break-word;
  font-weight: 400;
}
.cta-form-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin: 6rem 0 4rem;
  flex-wrap: wrap;
  width: 100%;
}
.cta-form-row .form-control {
  background: #e7e7e7;
  color: #000;
  border: none;
  border-radius: 0.375rem 0 0 0.375rem;
  min-width: 320px;
  font-size: 1.1rem;
  padding: 0.75rem 1rem;
  flex: 1 1 220px;
  width: 100%;
  max-width: 400px;
}
.cta-form-row .form-control:focus {
  background: #e7e7e7;
  color: #000;
  border: none;
}
input.form-control:active,input.form-control:focus{
  outline: 1px solid #000!important;
  outline-offset: -1px!important;
} 

.cta-form-row .btn {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0 0.375rem 0.375rem 0;
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  transition: background 0.2s;
  margin-left: 1px;
  flex-shrink: 0;
}
.cta-form-row .btn:hover {
  background: #b8b8b8;
  color: #000;
}
.feature-list {
  color: #000;
  font-size: 1.05rem;
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
.feature-list svg {
  color: #000;
  margin-right: 0.5rem;
  min-width: 18px;
}
.feature-list span {
  max-width: 310px;
  word-break: break-word;
}
.footer{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  text-align: center; margin-top: 2rem;
}
.niche-focus {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.niche-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  gap: 1rem;
  color: #000;
}
.niche-list span{
  max-width: 230px;
}

/* Custom Tabs Styles */
.custom-tabs { 
  width: 100%; 
}
.custom-tab-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 1.5rem;
  gap: 0.2rem;
}
.custom-tab {
  background: none;
  border: none;
  outline: none;
  padding: 0.8rem 1.3rem;
  font-size: 1.08rem;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  border-bottom: 2px solid transparent;
}
.custom-tab.active {
  background: #f8f8f8;
  color: #000;
  border-bottom: 2px solid #000;
  z-index: 2;
}
.custom-tab:not(.active):hover {
  background: #ececec;
  color: #000;
}
.custom-tab-content {
  position: relative;
  z-index: 1;
}
.tab-section { 
  display: none; 
}
.tab-section[style*='display:block'] { 
  display: block; 
}

/* Tab section headings to match feature list style */
.tab-section h3 {
  font-weight: 700;
  color: #000;
  margin-bottom: 1.2rem;
  font-size: inherit;
}

@media (max-width: 900px) {
  .cta-card { 
    padding: 2rem 0.5rem; 
  }
  .feature-list { 
    flex-direction: column; 
    gap: 1.2rem;
    align-items: flex-start; 
  }
  .feature-list span { 
    max-width: 100%;
    text-align: left; 
  }
  .footer {
    flex-direction: column;
  }
  .niche-focus{
    align-items: center;
  }
  .niche-list{
    justify-content:center ;
  }
  /* Mobile responsive tabs */
  .custom-tab-list {
    flex-direction: column;
    border-bottom: none;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .custom-tab {
    border-radius: 0.5rem;
    border-bottom: none;
    text-align: left;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
  }
  .custom-tab.active {
    background: #000;
    color: #fff;
    border-color: #000;
  }
  .custom-tab:not(.active):hover {
    background: #e0e0e0;
    color: #000;
  }
  .custom-tab-content {
    padding: 1.5rem 1rem !important;
    min-height: auto !important;
  }
}
@media (max-width: 600px) {
  .cta-card { 
    padding: 1.2rem 0.2rem; 
  }
  .cta-form-row { 
    flex-direction: column; 
    gap: 0.5rem; 
    align-items: stretch; 
  }
  .cta-form-row .form-control, 
  .cta-form-row .btn { 
    border-radius: 0.375rem; 
    min-width: 0; 
    max-width: 100%; 
    width: 100%; 
  }
  .cta-form-row .form-control{
    max-height: 22px;
  }
  .feature-list { 
    flex-direction: column; 
    gap: 1.2rem;
    align-items: flex-start; 
  }
  .feature-list span { 
    max-width: 100%;
    text-align: left; 
  }
  .footer {
    flex-direction: column;
  }
  .niche-focus{
    align-items: flex-start;
  }
  .niche-list{
    justify-content:left ;
  }
  .niche-list span {
    max-width: 100%;
  }
  /* Mobile responsive tabs for smaller screens */
  .custom-tab {
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
  }
  .custom-tab-content {
    padding: 1rem 0.5rem !important;
  }
  .tab-section h3 {
    font-size: 1.3rem !important;
  }
  .tab-section p {
    font-size: 0.95rem !important;
  }
}
@media (max-width: 400px) {
  .cta-card { 
    padding: 0.5rem 0.1rem; 
  }
  .feature-list { 
    flex-direction: column; 
    gap: 1.2rem;
    align-items: flex-start; 
  }
  .footer {
    flex-direction: column;
  }
} 