@charset "UTF-8";
.accounts-main {
  background: #f4f4f4;
}

.accounts-hero {
  background: #ffffff;
}
.accounts-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .accounts-hero-container {
    max-width: 100%;
    grid-template-columns: 50% 50%;
    padding: 0 32px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .accounts-hero-container {
    grid-template-columns: 1fr;
  }
}
.accounts-hero-content {
  padding: 60px 48px 60px 95px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .accounts-hero-content {
    padding: 28px 4px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .accounts-hero-content {
    padding: 32px 24px;
    order: 2;
  }
}
.accounts-hero-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 200;
  color: #386880;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .accounts-hero-title {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .accounts-hero-title {
    font-size: 32px;
  }
}
.accounts-hero-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  max-width: 420px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .accounts-hero-text {
    font-size: 15px;
    max-width: 360px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .accounts-hero-image {
    order: 1;
  }
}
.accounts-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.accounts-content {
  background: #f4f4f4;
  padding: 60px 0;
}
@media (min-width: 360px) and (max-width: 767px) {
  .accounts-content {
    padding: 40px 0;
  }
}
.accounts-content-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 345px;
  gap: 60px;
}
@media (max-width: 1024px) {
  .accounts-content-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .accounts-content-container {
    padding: 0 16px;
  }
}

.accounts-left {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.accounts-main-title {
  font-size: 28px;
  font-weight: 300;
  color: #386880;
  border-top: 4px solid #ea7b1b;
  padding: 15px 0 0 12px;
  background-color: #ffffff;
}

.account-card {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.account-info {
  padding: 12px;
}
@media (min-width: 360px) and (max-width: 767px) {
  .account-info {
    padding: 24px 20px;
  }
}

.account-conversion-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.account-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}
.account-table td {
  padding: 2px 16px;
  font-size: 14px;
  color: #333;
}
@media (min-width: 360px) and (max-width: 767px) {
  .account-table td {
    font-size: 12px;
    padding: 10px 12px;
  }
}
.account-table td:first-child {
  font-weight: 500;
  width: 50%;
}
@media (min-width: 360px) and (max-width: 767px) {
  .account-table td:first-child {
    width: 46%;
  }
}

.table-row-highlight {
  background: #e1ded7;
}

.account-terms {
  background-color: #f4f4f4;
  padding: 10px 10px 1px;
}

.terms-title {
  font-size: 14px;
  font-weight: 100;
  color: #333;
}

.terms-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
}
.terms-text strong {
  color: #333;
}

.accounts-right {
  position: relative;
}

.right-sticky {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1024px) {
  .right-sticky {
    position: static;
  }
}

.dates-card {
  background: #ffffff;
  border-top: 4px solid #ea7b1b;
  border-radius: 4px;
  padding: 32px 28px;
  position: static;
}
.dates-card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dates-card-icon img {
  width: 60px;
  height: 60px;
}
.dates-card-title {
  font-size: 24px;
  font-weight: 300;
  color: #386880;
  text-align: center;
  margin-bottom: 32px;
}

.date-item {
  padding-bottom: 28px;
}
.date-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.date-title {
  font-size: 16px;
  font-weight: 100;
  color: #333;
  margin-bottom: 12px;
}

.date-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.date-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.date-list li {
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.date-list li::before {
  content: "•";
  position: absolute;
  left: 6px;
  color: black;
  font-weight: bold;
}

.faq-help-card {
  margin-top: 40px;
  background: linear-gradient(180deg, #ff8e3c 0%, #c56b1f 100%);
  border-radius: 4px;
  padding: 70px 28px;
  text-align: center;
  color: #ffffff;
}

.faq-help-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.faq-help-title {
  font-size: 26px;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 28px;
}

.faq-help-button {
  display: inline-block;
  padding: 12px 28px;
  background: #ffffff;
  color: #386880;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.faq-help-button:hover {
  background: #f4f4f4;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-overlay.active {
  display: flex;
}

.modal {
  width: 615px;
  max-width: 95%;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.modal-header {
  background: #e77c22;
  color: #ffffff;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 600;
}

.modal-body {
  padding: 14px 28px;
  overflow-y: auto;
  flex: 1;
}
.modal-body h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.modal-body h3 {
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.modal-body p {
  font-size: 12px;
  line-height: 1.6;
  color: #333;
}

.modal-footer {
  background: #f2f2f2;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 360px) and (max-width: 767px) {
  .modal-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 20px;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  .modal-checkboxes {
    width: 100%;
  }
}
.modal-checkboxes label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  color: #555;
}
@media (min-width: 360px) and (max-width: 767px) {
  .modal-checkboxes label {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.modal-checkboxes input {
  margin-right: 8px;
}

.btn-submit {
  background: #e77c22;
  color: #ffffff;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media (min-width: 360px) and (max-width: 767px) {
  .btn-submit {
    width: 100%;
    text-align: center;
    padding: 14px 0;
    font-size: 15px;
  }
}
.btn-submit:disabled {
  background: #facba2;
  cursor: not-allowed;
}
.btn-submit:hover:not(:disabled) {
  background: #c96715;
}

/*# sourceMappingURL=styles_welcome.css.map */
