.ft-parent-joins{
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
}
.ft-parent-joins p{
    margin-bottom: 0;
}
.ft-parent-joins .ft-back-link{
    align-self: center;
}
#ft-auth-wrap {
  font-family: 'Questrial', sans-serif;

}

/* ── WELCOME LANDING ── */
#ft-welcome-page {

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.ft-welcome-card {
  background: #fff;
  border-radius: 28px;
  padding: 44px 40px 40px;
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08);
}

/* Logo */
.ft-welcome-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft-welcome-logo img {
  height: 64px;
  object-fit: contain;
}
.ft-logo-fallback {
  align-items: center;
  gap: 6px;
}
.ft-logo-text {
  font-family: 'Londrina Solid', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #4778e5;
}
.ft-logo-heart {
  font-size: 24px;
  color: #e74c3c;
}
.ft-back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ft-back a{
    align-self: center;
}

/* Headline */
.ft-welcome-headline {
  text-align: center;
}
.ft-welcome-headline h1 {
    color: #29377F;
    margin-bottom: 10px;
    font-family: Londrina Solid;
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}
.ft-welcome-headline p {
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}

/* Welcome buttons */
.ft-welcome-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.ft-welcome-sub {
  font-family: 'Grandstander', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #9ca3af;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
}

.ft-btn-outline {
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
  background: #fff;
  color: #29377f;
  font-family: 'Grandstander', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: border-color .2s, color .2s;
}
.ft-btn-outline:hover { border-color: #4778e5; background: #4778e5; }


/* TWO-COLUMN PAGE */
.ft-page {
    display: grid;
    grid-template-columns: 1fr 320px;
    box-shadow: 0px 25px 50px -12px #00000040;
    border-radius: 20px;
}

.form-reg-p{
font-family: Questrial;
font-weight: 400;
font-size: 22px;
line-height: 24px;
letter-spacing: 0px;
color: #000;

}
@media (max-width: 820px) {
  .ft-page { grid-template-columns: 1fr; }
  .ft-right { display: none; }
}

/* LEFT COLUMN */
.ft-left {
  padding: 48px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  border-radius: 22px 0px 0px 20px;
    background: #fff;
}
.ft-divider span {
    font-family: Grandstander;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #979797;
}
@media (max-width: 600px) {
  .ft-left { padding: 32px 24px; }
  .ft-form-head h3 {

    font-size: 30px;

}
  .ft-form-head h2 {

    font-size: 30px;

}
}
#ft-welcome-page {
  
    padding: 0;
}

.ft-back-link {
  font-size: 12px;
  font-family: 'Grandstander', sans-serif;
  font-weight: 700;
  color: #6b7280;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  align-self: flex-start;
}
.ft-back-link:hover { color: #5b5fe5; }

.ft-form-head h1 {
  font-family: 'Londrina Solid', sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #29377f;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 6px;
}
.ft-form-head p {
  font-size: 14px;
  color: #6b7280;
}
.ft-form-head h2 {
    font-family: Londrina Solid;
    font-weight: 900;
    font-size: 40px;
    line-height: 36px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
}

.ft-form-head h3 {
    font-family: Londrina Solid;
    font-weight: 900;
    font-size: 40px;
    line-height: 36px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
}

/* SITTER CHIP */
.ft-sitter-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  color: #3730a3;
}

/* MESSAGES */
.ft-msg {
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
}
.ft-msg-error   { background: #fee2e2; border: 1px solid #fca5a5; color: #dc2626; }
.ft-msg-success { background: #dcfce7; border: 1px solid #86efac; color: #16a34a; }

/* FORM */
.ft-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ft-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ft-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ft-field label {
  font-size: 10px;
  font-family: 'Grandstander', sans-serif;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.ft-field input {
  padding: 13px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-family: 'Questrial', sans-serif;
  font-size: 15px;
  color: #1f2a44;
  background: #fff;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  width: 100%;
}
.ft-field input:focus {
  border-color: #5b5fe5;
  box-shadow: 0 0 0 3px rgba(91,95,229,0.1);
}
.ft-field input.ft-error {
  border-color: #e53935;
  background: #fff8f8;
}
.ft-field input::placeholder { color: #c4c8d8; }

/* CHECKBOX */
.ft-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #6b7280;
  cursor: pointer;
  line-height: 1.5;
}
.ft-checkbox-label input[type="checkbox"] { display: none; }
.ft-checkmark {
  width: 18px;
  height: 18px;
  border: 1.5px solid #d1d5db;
  border-radius: 5px;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all .2s;
  position: relative;
  background: #fff;
}
.ft-checkbox-label input:checked + .ft-checkmark {
  background: #5b5fe5;
  border-color: #5b5fe5;
}
.ft-checkbox-label input:checked + .ft-checkmark::after {
  content: '';
  position: absolute;
  left: 5px; top: 2px;
  width: 5px; height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  color: #979797;
}

/* BUTTONS */
.ft-btn-primary {
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  border: none;
  background: #4778e5;
  color: #fff;
  font-family: 'Grandstander', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: background .2s, box-shadow .2s;
  box-shadow: 0 4px 14px rgba(71,120,229,0.3);
}
.ft-btn-primary:hover:not(:disabled) {
  background: #3a65d4;
  box-shadow: 0 6px 20px rgba(71,120,229,0.42);
}
.ft-btn-primary:disabled { opacity: .6; cursor: not-allowed; }

.ft-btn-google {
    width: 100%;
    padding: 13px;
    border-radius: 12px;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    color: #374151;
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: border-color .2s, box-shadow .2s;
    font-weight: 700;
}
.ft-btn-google:hover {
  border-color: #c7d2fe;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  background: #4778e5;
}

/* DIVIDER */
.ft-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d1d5db;
  font-size: 12px;
}
.ft-divider::before,
.ft-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.ft-switch-text {
    font-size: 14px;
    color: #99A1AF;
    text-align: left;
    font-family: 'Questrial';
    font-weight: 400;
}
.ft-link { color: #5b5fe5; text-decoration: none; font-weight: 700; }
.ft-link:hover { text-decoration: underline; }

/* RIGHT COLUMN */
.ft-right {
  background: linear-gradient(160deg, #4778e5 0%, #29377f 100%);
  overflow-y: auto;
  border-radius: 0 20px 0 20px;
}
.ft-right-inner {
  padding: 52px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.ft-shield-icon {
  width: 64px;
  height: 64px;
  background: rgba(255,255,255,0.15);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-right-badge {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ft-right-badge span {
  font-family: 'Grandstander', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ft-right-desc {
  font-family: 'Questrial', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  max-width: 280px;
}

/* STATS */
.ft-stats {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
}
.ft-stat {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ft-stat-icon {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ft-stat-num {
  font-family: 'Grandstander', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.ft-stat-label {
  font-family: 'Questrial', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

/* REVIEWS */
.ft-reviews {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
}
.ft-review {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 14px;
}
.ft-stars {
  color: #fbbf24;
  font-size: 13px;
  margin-bottom: 6px;
  letter-spacing: 1px;
}
.ft-review p {
  font-family: 'Questrial', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  line-height: 1.55;
  margin-bottom: 4px;
}
.ft-review span {
  font-family: 'Grandstander', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
}