:root {
  --bg: #f8fafc;
  --text: #1e293b;
  --blue: #2563eb;
  --green: #10b981;
  --green-dark: #059669;
  --sub: #eff6ff;
  --card: #ffffff;
  --line: #e5e7eb;
  --accent: #f59e0b;
  --navy: #1e293b;
  --muted: #64748b;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

/* Final signup reference overrides. Keep these last so old auth styles cannot win. */
.signup-page {
  background:
    radial-gradient(circle at 17px 17px, rgba(37, 99, 235, 0.09) 1px, transparent 1.25px) 0 0 / 24px 24px,
    linear-gradient(115deg, #ffffff 0%, #ffffff 48%, #eef6ff 100%);
  color: #0f172a;
}

.signup-page .marketing-support-chat {
  display: none;
}

.signup-shell {
  align-items: start;
  display: grid;
  gap: 76px;
  grid-template-columns: 860px 600px;
  margin: 0 auto;
  max-width: 1584px;
  min-height: 100vh;
  padding: 34px 46px 30px;
}

.signup-copy {
  display: grid;
  gap: 28px;
}

.signup-text-logo {
  align-items: center;
  color: #0f172a;
  display: inline-flex;
  gap: 16px;
  margin: 0;
  max-width: none;
  width: fit-content;
}

.signup-text-logo strong {
  color: #0f172a;
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.signup-text-logo em {
  color: #0f172a;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  margin-top: 6px;
}

.miniho-icon {
  border: 4px solid #1f5ed8;
  border-radius: 8px;
  display: inline-block;
  height: 72px;
  position: relative;
  width: 47px;
}

.miniho-icon::before {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 13px solid #1f5ed8;
  content: "";
  left: 9px;
  position: absolute;
  top: 16px;
}

.miniho-icon::after {
  background:
    linear-gradient(#1f5ed8, #1f5ed8) 14px 35px / 6px 6px no-repeat,
    linear-gradient(#1f5ed8, #1f5ed8) 25px 35px / 6px 6px no-repeat,
    linear-gradient(#1f5ed8, #1f5ed8) 14px 46px / 6px 6px no-repeat,
    linear-gradient(#1f5ed8, #1f5ed8) 25px 46px / 6px 6px no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}

.signup-copy h1 {
  color: #0f172a;
  font-size: 48px;
  font-weight: 950;
  line-height: 1.42;
  margin: 30px 0 -2px;
  max-width: 760px;
}

.signup-copy h1 span {
  color: #1d5fd7;
}

.signup-copy .lead {
  color: #0f172a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  max-width: 710px;
}

.signup-comparison {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 360px 28px 376px;
  margin-top: 0;
}

.compare-panel {
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.04);
  min-height: 335px;
  padding: 20px;
}

.miniho-panel {
  background: linear-gradient(135deg, #f7fbff, #eaf3ff);
}

.compare-panel h2 {
  align-items: center;
  color: #0f172a;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  gap: 12px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.compare-panel h2 small {
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}

.compare-panel h2 span {
  align-items: center;
  background: #1f5ed8;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.linktree-panel h2 span {
  background: transparent;
  color: #111827;
  font-size: 34px;
  font-weight: 400;
  height: auto;
  width: auto;
}

.compare-body {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 144px 1fr;
}

.simple-phone {
  background: #ffffff;
  border: 4px solid #0f172a;
  border-radius: 24px 24px 4px 4px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  min-height: 260px;
  overflow: hidden;
  padding: 38px 14px 10px;
  position: relative;
}

.phone-notch.small {
  background: #0f172a;
  border-radius: 0 0 12px 12px;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 68px;
}

.avatar-dot {
  background: #e5e7eb;
  border-radius: 999px;
  height: 42px;
  margin: 0 auto 8px;
  width: 42px;
}

.simple-link-phone small {
  color: #0f172a;
  display: block;
  font-size: 8px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.simple-link-phone p {
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  color: #334155;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 7px;
  padding: 7px 6px;
}

.miniho-phone {
  padding: 34px 11px 10px;
}

.miniho-photo {
  background: linear-gradient(135deg, #efe6d7, #ffffff 45%, #d4c0a6);
  border-radius: 4px;
  height: 74px;
  margin-bottom: 10px;
}

.miniho-phone strong {
  color: #0f172a;
  display: block;
  font-size: 11px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.miniho-phone button {
  background: #1f5ed8;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 8px;
  font-weight: 900;
  min-height: 26px;
  width: 100%;
}

.miniho-mini-nav {
  border-top: 1px solid #e2e8f0;
  height: 18px;
  margin-top: 9px;
}

.compare-body ul {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.compare-body li {
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  padding-left: 28px;
  position: relative;
}

.compare-body li::before {
  color: #111827;
  content: "×";
  font-size: 22px;
  font-weight: 400;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}

.miniho-panel .compare-body li::before {
  align-items: center;
  background: #dbeafe;
  border-radius: 999px;
  color: #1f5ed8;
  content: "✓";
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  top: 2px;
  width: 18px;
}

.compare-arrow {
  color: #0f172a;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}

.signup-reasons {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4px;
  max-width: 800px;
  overflow: visible;
}

.signup-reasons article {
  align-items: center;
  border-left: 1px solid #e2e8f0;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 0 28px;
  text-align: center;
}

.signup-reasons article:first-child {
  border-left: 0;
}

.signup-reasons article + article {
  border-left: 1px solid #e2e8f0;
  border-top: 0;
}

.signup-reasons span {
  background: transparent;
  border: 3px solid #1f5ed8;
  border-radius: 8px;
  color: transparent;
  height: 40px;
  position: relative;
  width: 28px;
}

.signup-reasons .reason-calendar {
  border-radius: 6px;
  width: 42px;
}

.signup-reasons .reason-edit {
  border-radius: 4px;
  width: 39px;
}

.signup-reasons strong {
  color: #0f172a;
  font-size: 17px;
  line-height: 1.35;
}

.signup-reasons p {
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  grid-column: auto;
  line-height: 1.45;
  margin: 0;
}

.signup-card {
  align-self: start;
  background: rgba(255, 255, 255, 0.97);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.11);
  margin-top: 26px;
  padding: 36px;
  width: 600px;
}

.auth-tabs {
  background: #f3f4f6;
  border: 0;
  border-radius: 7px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 34px;
  padding: 0;
}

.auth-tabs button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: #0f172a;
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
  min-height: 60px;
}

.auth-tabs button.active {
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
  color: #1d5fd7;
}

.signup-card > h2,
.signup-card > p,
.signup-page .google-auth,
.signup-page .required-badge,
.signup-page .optional-badge {
  display: none;
}

.auth-divider {
  align-items: center;
  color: #475569;
  display: grid;
  font-size: 15px;
  font-weight: 600;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 0 20px;
}

.auth-divider::before,
.auth-divider::after {
  background: #cbd5e1;
  content: "";
  height: 1px;
}

.signup-form {
  border: 0;
  box-shadow: none;
  gap: 16px;
  grid-template-columns: 1fr;
  padding: 0;
}

.signup-form label {
  color: #0f172a;
  display: grid;
  font-size: 16px;
  font-weight: 900;
  gap: 8px;
}

.signup-form input,
.signup-form select {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  color: #0f172a;
  min-height: 56px;
  padding: 12px 16px;
}

.signup-form input::placeholder {
  color: #7c8799;
}

.signup-assurance {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
}

.signup-assurance p {
  color: #0f172a;
  display: grid;
  gap: 1px 14px;
  grid-template-columns: 36px 1fr;
  line-height: 1.35;
  margin: 0;
}

.signup-assurance p::before {
  align-items: center;
  border: 3px solid #1d5fd7;
  border-radius: 4px;
  color: #1d5fd7;
  content: "";
  display: inline-flex;
  height: 30px;
  justify-content: center;
  margin-top: 2px;
  width: 27px;
}

.signup-assurance strong {
  color: #0f172a;
  font-size: 16px;
  line-height: 1.35;
}

.signup-assurance span {
  color: #475569;
  font-size: 13px;
  font-weight: 500;
  grid-column: 2;
  line-height: 1.4;
}

.signup-form .agree {
  align-items: center;
  color: #334155;
  display: flex !important;
  flex-direction: row;
  font-size: 12px;
  font-weight: 600 !important;
  gap: 9px;
  line-height: 1.45;
  margin-top: -2px;
}

.signup-form .agree input {
  min-height: auto;
  width: auto;
}

.signup-main-button {
  align-items: center;
  background: #1d5fd7 !important;
  border-radius: 8px;
  box-shadow: none;
  color: #ffffff;
  display: flex;
  font-size: 20px;
  font-weight: 950;
  justify-content: center;
  min-height: 72px;
  padding: 16px 22px;
  position: relative;
  text-align: center;
}

.signup-main-button::before,
.signup-main-button::after {
  content: none;
}

.signup-form .form-status {
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
  display: none;
}

@media (max-width: 1180px) {
  .signup-shell {
    grid-template-columns: 1fr;
    max-width: 900px;
    padding: 28px 22px 90px;
  }

  .signup-card {
    width: 100%;
  }

  .signup-comparison {
    grid-template-columns: 1fr;
  }

  .compare-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 680px) {
  .signup-shell {
    gap: 28px;
    padding: 20px 16px 98px;
  }

  .signup-text-logo strong {
    font-size: 32px;
  }

  .signup-copy h1 {
    font-size: 32px;
    line-height: 1.34;
  }

  .signup-copy .lead {
    font-size: 15px;
  }

  .compare-panel {
    padding: 16px;
  }

  .compare-body {
    grid-template-columns: 132px 1fr;
  }

  .signup-reasons {
    grid-template-columns: 1fr;
  }

  .signup-reasons article,
  .signup-reasons article + article {
    border-left: 0;
    border-top: 1px solid #e2e8f0;
    padding: 18px 0;
  }

  .signup-reasons article:first-child {
    border-top: 0;
  }

  .signup-card {
    padding: 22px;
  }

  .auth-tabs button {
    font-size: 18px;
    min-height: 54px;
  }

  .signup-form input,
  .signup-form select {
    min-height: 56px;
  }

  .signup-main-button {
    font-size: 17px;
    min-height: 64px;
  }
}

/* Signup form vertical fit overrides. */
.signup-card {
  padding: 36px;
}

.auth-tabs {
  margin-bottom: 34px;
}

.auth-tabs button {
  min-height: 60px;
}

.auth-divider {
  margin: 0 0 20px;
}

.signup-form {
  gap: 16px;
}

.signup-form label {
  font-size: 16px;
  gap: 8px;
}

.signup-form input,
.signup-form select {
  min-height: 56px;
  padding: 12px 16px;
}

.signup-assurance {
  gap: 10px;
  margin: 4px 0 0;
}

.signup-assurance p {
  gap: 1px 14px;
  grid-template-columns: 36px 1fr;
}

.signup-assurance p::before {
  height: 30px;
  width: 27px;
}

.signup-assurance strong {
  font-size: 16px;
}

.signup-assurance span {
  font-size: 13px;
}

.signup-form .agree {
  font-size: 12px;
  margin-top: -2px;
}

.signup-main-button {
  font-size: 20px;
  min-height: 72px;
  padding: 16px 22px;
}

.signup-form .form-status {
  display: none;
}

/* Signup screen v2: match the provided reference image. */
.signup-page {
  background:
    radial-gradient(circle at 17px 17px, rgba(37, 99, 235, 0.09) 1px, transparent 1.25px) 0 0 / 24px 24px,
    linear-gradient(115deg, #ffffff 0%, #ffffff 48%, #eef6ff 100%);
  color: #0f172a;
  overflow-x: hidden;
}

.signup-page .marketing-support-chat {
  display: none;
}

.signup-shell {
  align-items: start;
  display: grid;
  gap: 76px;
  grid-template-columns: 860px 600px;
  margin: 0 auto;
  max-width: 1584px;
  min-height: 100vh;
  padding: 34px 46px 30px;
}

.signup-copy {
  display: grid;
  gap: 28px;
}

.signup-text-logo {
  align-items: center;
  color: #0f172a;
  display: inline-flex;
  gap: 16px;
  margin: 0 0 4px;
  max-width: none;
  width: fit-content;
}

.signup-text-logo > span:last-child {
  display: grid;
  gap: 0;
}

.signup-text-logo strong {
  color: #0f172a;
  font-size: 42px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.signup-text-logo em {
  color: #0f172a;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 6px;
}

.miniho-icon {
  border: 4px solid #1f5ed8;
  border-radius: 8px;
  display: inline-block;
  height: 72px;
  position: relative;
  width: 47px;
}

.miniho-icon::before {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 13px solid #1f5ed8;
  content: "";
  left: 9px;
  position: absolute;
  top: 16px;
}

.miniho-icon::after {
  background:
    linear-gradient(#1f5ed8, #1f5ed8) 14px 35px / 6px 6px no-repeat,
    linear-gradient(#1f5ed8, #1f5ed8) 25px 35px / 6px 6px no-repeat,
    linear-gradient(#1f5ed8, #1f5ed8) 14px 46px / 6px 6px no-repeat,
    linear-gradient(#1f5ed8, #1f5ed8) 25px 46px / 6px 6px no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}

.signup-copy h1 {
  color: #0f172a;
  font-size: 48px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.42;
  margin: 8px 0 -2px;
  max-width: 760px;
}

.signup-copy h1 span {
  color: #1d5fd7;
  display: inline;
}

.signup-copy .lead {
  color: #0f172a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  max-width: 710px;
}

.signup-comparison {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 360px 28px 376px;
  margin-top: 2px;
}

.compare-panel {
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.04);
  min-height: 335px;
  padding: 20px;
}

.miniho-panel {
  background: linear-gradient(135deg, #f7fbff, #eaf3ff);
}

.compare-panel h2 {
  align-items: center;
  color: #0f172a;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  gap: 12px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.compare-panel h2 small {
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}

.compare-panel h2 span {
  align-items: center;
  background: #1f5ed8;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.linktree-panel h2 span {
  background: transparent;
  color: #111827;
  font-size: 34px;
  font-weight: 400;
  height: auto;
  width: auto;
}

.compare-body {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 144px 1fr;
}

.simple-phone {
  background: #ffffff;
  border: 4px solid #0f172a;
  border-radius: 24px 24px 4px 4px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  min-height: 260px;
  overflow: hidden;
  padding: 38px 14px 10px;
  position: relative;
}

.phone-notch.small {
  background: #0f172a;
  border-radius: 0 0 12px 12px;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 68px;
}

.avatar-dot {
  background: #e5e7eb;
  border-radius: 999px;
  height: 42px;
  margin: 0 auto 8px;
  width: 42px;
}

.simple-link-phone small {
  color: #0f172a;
  display: block;
  font-size: 8px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.simple-link-phone p {
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  color: #334155;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 7px;
  padding: 7px 6px;
}

.miniho-phone {
  padding: 34px 11px 10px;
}

.miniho-photo {
  background: linear-gradient(135deg, #efe6d7, #ffffff 45%, #d4c0a6);
  border-radius: 4px;
  height: 74px;
  margin-bottom: 10px;
}

.miniho-phone strong {
  color: #0f172a;
  display: block;
  font-size: 11px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.miniho-phone button {
  background: #1f5ed8;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 8px;
  font-weight: 900;
  min-height: 26px;
  width: 100%;
}

.miniho-mini-nav {
  border-top: 1px solid #e2e8f0;
  height: 18px;
  margin-top: 9px;
}

.compare-body ul {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.compare-body li {
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  padding-left: 28px;
  position: relative;
}

.compare-body li::before {
  color: #111827;
  content: "×";
  font-size: 22px;
  font-weight: 400;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}

.miniho-panel .compare-body li::before {
  align-items: center;
  background: #dbeafe;
  border-radius: 999px;
  color: #1f5ed8;
  content: "✓";
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  top: 2px;
  width: 18px;
}

.compare-arrow {
  color: #0f172a;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}

.signup-reasons {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4px;
  max-width: 800px;
  overflow: visible;
}

.signup-reasons article {
  align-items: center;
  border-left: 1px solid #e2e8f0;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 0 28px;
  text-align: center;
}

.signup-reasons article:first-child {
  border-left: 0;
}

.signup-reasons article + article {
  border-left: 1px solid #e2e8f0;
  border-top: 0;
}

.signup-reasons span {
  background: transparent;
  border: 3px solid #1f5ed8;
  border-radius: 8px;
  color: transparent;
  height: 40px;
  position: relative;
  width: 28px;
}

.signup-reasons .reason-calendar {
  border-radius: 6px;
  width: 42px;
}

.signup-reasons .reason-edit {
  border-radius: 4px;
  transform: rotate(0deg);
  width: 39px;
}

.signup-reasons strong {
  color: #0f172a;
  font-size: 17px;
  line-height: 1.35;
}

.signup-reasons p {
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  grid-column: auto;
  line-height: 1.45;
  margin: 0;
}

.signup-card {
  align-self: start;
  background: rgba(255, 255, 255, 0.97);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.11);
  margin-top: 26px;
  padding: 40px;
  width: 600px;
}

.auth-tabs {
  background: #f3f4f6;
  border: 0;
  border-radius: 7px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 46px;
  padding: 0;
}

.auth-tabs button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: #0f172a;
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
  min-height: 64px;
}

.auth-tabs button.active {
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
  color: #1d5fd7;
}

.signup-card > h2,
.signup-card > p,
.signup-page .google-auth {
  display: none;
}

.auth-divider {
  align-items: center;
  color: #475569;
  display: grid;
  font-size: 15px;
  font-weight: 600;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 0 28px;
}

.auth-divider::before,
.auth-divider::after {
  background: #cbd5e1;
  content: "";
  height: 1px;
}

.signup-form {
  border: 0;
  box-shadow: none;
  gap: 24px;
  grid-template-columns: 1fr;
  padding: 0;
}

.signup-form label {
  color: #0f172a;
  display: grid;
  font-size: 18px;
  font-weight: 900;
  gap: 10px;
}

.signup-page .required-badge,
.signup-page .optional-badge {
  display: none;
}

.signup-form input,
.signup-form select {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  color: #0f172a;
  min-height: 64px;
  padding: 14px 18px;
}

.signup-form input::placeholder {
  color: #7c8799;
}

.signup-assurance {
  display: grid;
  gap: 18px;
  margin: 10px 0 0;
}

.signup-assurance p {
  color: #0f172a;
  display: grid;
  gap: 2px 16px;
  grid-template-columns: 42px 1fr;
  line-height: 1.35;
  margin: 0;
}

.signup-assurance p::before {
  align-items: center;
  border: 3px solid #1d5fd7;
  border-radius: 4px;
  color: #1d5fd7;
  content: "";
  display: inline-flex;
  height: 35px;
  justify-content: center;
  margin-top: 2px;
  width: 31px;
}

.signup-assurance strong {
  color: #0f172a;
  font-size: 17px;
  line-height: 1.35;
}

.signup-assurance span {
  color: #475569;
  font-size: 15px;
  font-weight: 500;
  grid-column: 2;
  line-height: 1.4;
}

.signup-form .agree {
  align-items: center;
  color: #334155;
  display: flex !important;
  flex-direction: row;
  font-size: 14px;
  font-weight: 600 !important;
  gap: 9px;
  line-height: 1.45;
  margin-top: 2px;
}

.signup-form .agree input {
  min-height: auto;
  width: auto;
}

.signup-main-button {
  align-items: center;
  background: #1d5fd7 !important;
  border-radius: 8px;
  box-shadow: none;
  color: #ffffff;
  display: flex;
  font-size: 21px;
  font-weight: 950;
  justify-content: center;
  min-height: 78px;
  padding: 18px 24px;
  position: relative;
  text-align: center;
}

.signup-main-button::before,
.signup-main-button::after {
  content: none;
}

.signup-form .form-status {
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
  margin-top: -6px;
}

@media (max-width: 1180px) {
  .signup-shell {
    grid-template-columns: 1fr;
    max-width: 900px;
    padding: 28px 22px 90px;
  }

  .signup-card {
    width: 100%;
  }

  .signup-comparison {
    grid-template-columns: 1fr;
  }

  .compare-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 680px) {
  .signup-shell {
    gap: 28px;
    padding: 20px 16px 98px;
  }

  .signup-text-logo strong {
    font-size: 32px;
  }

  .signup-copy h1 {
    font-size: 32px;
    line-height: 1.34;
  }

  .signup-copy .lead {
    font-size: 15px;
  }

  .compare-panel {
    padding: 16px;
  }

  .compare-body {
    grid-template-columns: 132px 1fr;
  }

  .signup-reasons {
    grid-template-columns: 1fr;
  }

  .signup-reasons article,
  .signup-reasons article + article {
    border-left: 0;
    border-top: 1px solid #e2e8f0;
    padding: 18px 0;
  }

  .signup-reasons article:first-child {
    border-top: 0;
  }

  .signup-card {
    padding: 22px;
  }

  .auth-tabs button {
    font-size: 18px;
    min-height: 54px;
  }

  .signup-form input,
  .signup-form select {
    min-height: 56px;
  }

  .signup-main-button {
    font-size: 17px;
    min-height: 64px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  line-height: 1.75;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(248, 250, 252, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  left: 0;
  padding: 14px max(20px, calc((100vw - 1120px) / 2));
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  color: var(--blue);
  font-size: 22px;
  font-weight: 800;
}

.logo-brand {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  max-width: min(230px, 48vw);
}

.logo-brand img {
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.lp-logo-brand {
  max-width: min(220px, 44vw);
}

.header-nav {
  display: flex;
  gap: 18px;
  margin-left: auto;
}

.header-nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.header-cta,
.btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  transition: 0.18s ease;
}

.header-cta,
.btn.primary {
  background: var(--green);
  color: var(--white);
}

.header-cta:hover,
.btn.primary:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.btn.line {
  background: var(--navy);
  color: var(--white);
}

.btn.ghost {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--blue);
}

.section {
  margin: 0 auto;
  max-width: 1120px;
  padding: 76px 20px;
}

.hero {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.75fr);
  min-height: calc(100vh - 78px);
}

.eyebrow {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(36px, 6vw, 64px);
  letter-spacing: 0;
  line-height: 1.18;
  margin-bottom: 22px;
}

h1 span,
h2 strong {
  color: var(--blue);
}

h2 {
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: 0;
  line-height: 1.28;
  margin-bottom: 16px;
}

h3 {
  font-size: 19px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.lead {
  color: #334155;
  font-size: 18px;
  margin-bottom: 14px;
}

.support-copy,
.section-heading p,
.note-copy {
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.phone-mock {
  display: flex;
  justify-content: center;
}

.phone-frame {
  background: #f9fbff;
  border: 10px solid var(--navy);
  border-radius: 34px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
  max-width: 310px;
  padding: 18px;
  width: 100%;
}

.mock-hero {
  background: linear-gradient(135deg, #dbeafe, #ecfdf5);
  border-radius: 22px;
  display: grid;
  gap: 8px;
  min-height: 130px;
  padding: 18px;
}

.mock-hero span,
.mock-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.mock-hero strong {
  color: var(--text);
  font-size: 22px;
  line-height: 1.35;
}

.mock-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  display: grid;
  gap: 2px;
  padding: 12px 14px;
}

.mock-card strong {
  font-size: 14px;
}

.mock-buttons {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.mock-buttons a {
  background: var(--green);
  border-radius: 12px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  padding: 10px;
  text-align: center;
}

.section-heading {
  margin: 0 auto 34px;
  max-width: 760px;
  text-align: center;
}

.check-grid,
.feature-grid,
.sample-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-grid p,
.feature-grid article,
.sample-grid article,
.price-grid article,
.flow-grid article {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
  margin: 0;
  padding: 18px;
}

.check-grid p::before,
.check-list li::before {
  color: var(--green);
  content: "✓";
  font-weight: 900;
  margin-right: 8px;
}

.message-box,
.free-consult {
  background: var(--sub);
  border: 1px solid #bfdbfe;
  border-radius: 22px;
  margin-top: 24px;
  padding: 24px;
  text-align: center;
}

.split {
  align-items: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 32px;
  grid-template-columns: 0.85fr 1fr;
  padding: 34px;
}

.split strong {
  color: var(--blue);
  display: block;
  font-size: 22px;
  margin: 18px 0 10px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid article h3 {
  color: var(--blue);
}

.center-cta {
  margin-top: 28px;
  text-align: center;
}

.comparison {
  max-width: 1180px;
}

.compare-table {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.compare-row {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr 1.1fr;
}

.compare-row > div {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  font-size: 14px;
  padding: 14px;
}

.compare-row > div:last-child {
  border-right: 0;
}

.compare-row:last-child > div {
  border-bottom: 0;
}

.compare-row.head > div {
  background: #f1f5f9;
  font-weight: 800;
}

.compare-row .miniho-col {
  background: #ecfdf5;
  color: #065f46;
  font-weight: 800;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.pill-list span {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 13px;
}

.action-links {
  background: var(--sub);
  max-width: none;
}

.action-links > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.button-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.button-grid a {
  background: var(--white);
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  color: var(--blue);
  font-weight: 800;
  padding: 15px;
  text-align: center;
}

.price-grid,
.flow-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-grid article span,
.flow-grid article span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

.price-grid article strong {
  color: var(--blue);
  display: block;
  font-size: 28px;
  margin: 8px 0;
}

.free-consult {
  text-align: left;
}

.free-consult ul {
  columns: 2;
  padding-left: 20px;
}

.flow-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fit-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
}

.fit-grid > div {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
}

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

.check-list.muted li::before {
  color: var(--accent);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 18px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  color: var(--muted);
  margin: 12px 0 0;
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 900px;
  padding: 24px;
}

.contact-form label {
  color: var(--text);
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
}

.label-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.required-badge,
.optional-badge {
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  padding: 5px 8px;
}

.required-badge {
  background: #fee2e2;
  color: #dc2626;
}

.optional-badge {
  background: #f1f5f9;
  color: #64748b;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border: 1px solid var(--line);
  border-radius: 12px;
  min-height: 46px;
  padding: 11px 12px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.lp-chat-form {
  align-items: start;
}

.lp-chat-preview,
.marketing-support-chat-thread {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.lp-chat-preview p,
.marketing-support-chat-thread p {
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 86%;
  padding: 10px 13px;
}

.lp-chat-preview .owner,
.marketing-support-chat-thread .owner {
  background: #ffffff;
  border: 1px solid var(--line);
  color: #475569;
}

.lp-chat-preview .visitor,
.marketing-support-chat-thread .visitor {
  background: var(--blue);
  color: #ffffff;
  justify-self: end;
}

.agree {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  font-weight: 600 !important;
}

.agree input {
  min-height: auto;
  width: auto;
}

.agree a {
  color: var(--blue);
  text-decoration: underline;
}

.form-status {
  color: var(--muted);
  grid-column: 1 / -1;
  margin: 0;
}

.form-status.is-success {
  color: #047857;
  font-weight: 800;
}

.marketing-support-chat {
  bottom: 22px;
  position: fixed;
  right: 22px;
  z-index: 80;
}

.marketing-support-chat-toggle {
  position: relative;
  align-items: center;
  background: var(--navy);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.22);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  gap: 9px;
  min-height: 52px;
  padding: 10px 16px;
}

.marketing-support-chat-toggle span {
  font-weight: 900;
}

.marketing-support-chat-toggle strong {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.marketing-support-chat-badge {
  background: #f59e0b;
  border: 2px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  min-width: 34px;
  padding: 5px 7px;
  position: absolute;
  right: -8px;
  top: -9px;
}

.marketing-support-chat-badge.hidden {
  display: none;
}

.marketing-support-chat-panel {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 22px;
  bottom: 66px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
  display: grid;
  gap: 14px;
  padding: 16px;
  position: absolute;
  right: 0;
  width: min(360px, calc(100vw - 32px));
}

.marketing-support-chat-panel.hidden {
  display: none;
}

.marketing-support-chat-head {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.marketing-support-chat-head strong,
.marketing-support-chat-head span {
  display: block;
}

.marketing-support-chat-head strong {
  color: var(--text);
  font-size: 16px;
}

.marketing-support-chat-head span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 2px;
}

.marketing-support-chat-close {
  background: #f1f5f9;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  height: 32px;
  width: 32px;
}

.marketing-support-chat-form {
  display: grid;
  gap: 10px;
}

.marketing-support-chat-form input,
.marketing-support-chat-form textarea {
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  min-height: 44px;
  padding: 11px 12px;
}

.marketing-support-chat-form button {
  background: var(--green);
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
  min-height: 46px;
}

.marketing-support-chat-status {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.marketing-support-chat-status.is-success {
  color: #047857;
  font-weight: 800;
}

.signup-page .marketing-support-chat {
  bottom: 6px;
  right: 14px;
  transform: scale(0.86);
  transform-origin: bottom right;
}

.final-cta {
  background: var(--navy);
  color: var(--white);
  padding: 76px 20px;
}

.final-cta > div {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.final-cta .cta-row {
  justify-content: center;
}

.final-note {
  margin-top: 18px;
}

.site-footer {
  background: #0f172a;
  color: var(--white);
  display: grid;
  gap: 20px;
  padding: 42px max(20px, calc((100vw - 1120px) / 2)) 88px;
}

.site-footer p,
.site-footer small {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.mobile-fixed-cta {
  display: none;
}

.legal-page {
  min-height: 100vh;
}

.signup-page {
  background:
    radial-gradient(circle at 18px 18px, rgba(37, 99, 235, 0.12) 1.1px, transparent 1.35px) 0 0 / 23px 23px,
    linear-gradient(135deg, #ffffff 0%, #f7fbff 44%, #eef6ff 100%);
  min-height: 100vh;
}

.signup-shell {
  align-items: start;
  display: grid;
  gap: clamp(42px, 4vw, 64px);
  grid-template-columns: minmax(720px, 850px) minmax(500px, 600px);
  margin: 0;
  max-width: none;
  min-height: 100vh;
  padding: clamp(22px, 2vw, 30px) clamp(36px, 3.5vw, 58px);
}

.signup-copy {
  display: grid;
  gap: 18px;
}

.signup-logo {
  display: inline-flex;
  margin-left: -28px;
  margin-top: -12px;
  max-height: 78px;
  max-width: 205px;
  width: min(205px, 54vw);
}

.signup-logo img {
  display: block;
  height: auto;
  max-height: 78px;
  object-fit: contain;
  width: 100%;
}

.signup-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 184, 166, 0.5);
  border-radius: 999px;
  color: #168b96;
  display: inline-flex;
  font-size: clamp(15px, 1.3vw, 20px);
  font-weight: 900;
  justify-content: center;
  margin: 0;
  max-width: 255px;
  min-height: 36px;
  padding: 4px 22px;
}

.signup-copy h1 {
  color: #0b1b43;
  font-size: clamp(30px, 2.95vw, 51px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  max-width: 850px;
}

.signup-copy .lead {
  color: #10264f;
  font-size: clamp(14px, 0.96vw, 17px);
  font-weight: 650;
  line-height: 1.65;
  margin: 0;
  max-width: 820px;
}

.signup-proof {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
}

.signup-proof span {
  align-items: center;
  color: #0b1b43;
  display: inline-flex;
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 900;
  gap: 9px;
}

.signup-proof span::before {
  align-items: center;
  background: #35a8b3;
  border-radius: 999px;
  color: #ffffff;
  content: "✓";
  display: inline-flex;
  font-size: 12px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.signup-preview-area {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: 250px minmax(0, 1fr);
  margin-top: 0;
}

.signup-phone-preview {
  background: #ffffff;
  border: 6px solid #111827;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.18);
  min-height: 386px;
  overflow: hidden;
  position: relative;
}

.phone-notch {
  background: #111827;
  border-radius: 0 0 16px 16px;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 92px;
  z-index: 2;
}

.phone-top {
  display: grid;
  gap: 2px;
  padding: 28px 16px 10px;
}

.phone-top span {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.phone-top strong {
  color: #0f172a;
  font-size: 15px;
}

.phone-photo {
  background:
    radial-gradient(circle at 70% 36%, rgba(255, 255, 255, 0.75), transparent 24%),
    linear-gradient(135deg, #f8d8bf, #8fb6cc 52%, #e8edf5);
  height: 104px;
}

.phone-content {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
}

.phone-content strong {
  color: #0f172a;
  font-size: 16px;
  line-height: 1.45;
}

.phone-content p {
  color: #475569;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.phone-content button {
  background: #22c55e;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  min-height: 30px;
}

.phone-content button.secondary {
  background: #1265d8;
}

.phone-nav {
  border-top: 1px solid #e2e8f0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  left: 0;
  position: absolute;
  right: 0;
}

.phone-nav span {
  color: #334155;
  font-size: 10px;
  font-weight: 800;
  min-height: 42px;
  padding-top: 23px;
  text-align: center;
}

.template-showcase {
  display: grid;
  gap: 14px;
}

.template-showcase > p {
  color: #0b1b43;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
}

.template-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.template-grid article {
  background: #ffffff;
  border: 1px solid #d9e6f7;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
  display: grid;
  gap: 7px;
  min-height: 132px;
  overflow: hidden;
  padding: 9px;
}

.template-grid article::before {
  background: linear-gradient(135deg, #dbeafe, #b7f4df);
  border-radius: 8px;
  content: "";
  height: 52px;
}

.template-grid span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
}

.template-grid strong {
  color: #0f172a;
  font-size: 12px;
  line-height: 1.35;
}

.template-grid em {
  background: #28ad67;
  border-radius: 5px;
  color: #ffffff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  min-height: 24px;
  padding: 4px 6px;
  text-align: center;
}

.signup-compare {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #9bc2f9;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.08);
  display: grid;
  gap: 8px;
  padding: 10px 12px;
}

.signup-compare > strong {
  color: #1265d8;
  font-size: 15px;
  text-align: center;
}

.signup-compare > div {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.signup-compare p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.signup-compare b {
  color: #0f172a;
  font-size: 13px;
}

.signup-compare span {
  color: #334155;
  font-size: 12px;
  font-weight: 700;
}

.signup-reasons {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dbeafe;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.08);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  overflow: hidden;
}

.signup-reasons article {
  align-items: center;
  display: grid;
  gap: 5px 10px;
  grid-template-columns: 34px 1fr;
  padding: 14px 18px;
}

.signup-reasons article + article {
  border-left: 1px solid #dbeafe;
}

.signup-reasons span {
  align-items: center;
  background: #1265d8;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.signup-reasons strong {
  color: #1265d8;
  font-size: 16px;
  line-height: 1.3;
}

.signup-reasons p {
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  grid-column: 2;
  line-height: 1.45;
  margin: 0;
}

.signup-card {
  align-self: start;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d9e2ef;
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.13);
  margin-top: 22px;
  padding: clamp(20px, 2vw, 30px);
}

.auth-tabs {
  background: #f8fafc;
  border: 1px solid #d9e2ef;
  border-radius: 10px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 22px;
  padding: 0;
}

.auth-tabs button {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #334155;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  min-height: 52px;
}

.auth-tabs button.active {
  background: linear-gradient(180deg, #1265e8, #0753c8);
  box-shadow: 0 10px 20px rgba(18, 101, 216, 0.25);
  color: #ffffff;
}

.trial-message {
  align-items: center;
  background: #f7fdff;
  border: 1px solid #b9dfe7;
  border-radius: 10px;
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
  padding: 13px 17px;
}

.trial-message > span {
  align-items: center;
  border: 2px solid #28a6b0;
  border-radius: 8px;
  color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  position: relative;
  width: 34px;
}

.trial-message > span::before,
.trial-message > span::after {
  background: #28a6b0;
  content: "";
  position: absolute;
}

.trial-message > span::before {
  height: 2px;
  left: 5px;
  right: 5px;
  top: 13px;
}

.trial-message > span::after {
  bottom: 4px;
  left: 14px;
  top: 5px;
  width: 2px;
}

.trial-message strong {
  color: #0b1b43;
  display: block;
  font-size: 16px;
  line-height: 1.45;
}

.trial-message p {
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  margin: 2px 0 0;
}

.google-auth {
  align-items: center;
  background: var(--white);
  border: 1px solid #747775;
  border-radius: 999px;
  color: #1f1f1f;
  cursor: pointer;
  display: flex;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 12px;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  transition: background-color 0.15s, box-shadow 0.15s;
  width: 100%;
}

.google-auth:hover {
  background: #f8fafd;
  box-shadow: inset 0 0 0 1px rgba(66, 133, 244, 0.18);
}

.signup-page .google-auth {
  display: none;
}

.google-mark {
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.auth-divider {
  align-items: center;
  color: var(--muted);
  display: grid;
  font-size: 12px;
  gap: 12px;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 2px;
}

.auth-divider::before,
.auth-divider::after {
  background: var(--line);
  content: "";
  height: 1px;
}

.signup-card h2 {
  color: #0b1b43;
  font-size: 24px;
  margin-bottom: 4px;
}

.signup-card > p {
  color: var(--muted);
  margin-bottom: 18px;
}

.signup-card > h2,
.signup-card > p {
  display: none;
}

.signup-form {
  border: 0;
  box-shadow: none;
  gap: 14px;
  grid-template-columns: 1fr;
  padding: 0;
}

.signup-form input,
.signup-form select {
  border-color: #cbd5e1;
  border-radius: 10px;
  color: #0f172a;
  min-height: 52px;
  padding: 12px 15px;
}

.signup-form input::placeholder {
  color: #8090a8;
}

.signup-form label {
  gap: 7px;
}

.signup-form .label-row {
  color: #0b1b43;
  font-size: 14px;
}

.signup-assurance {
  display: grid;
  gap: 8px;
  margin: 2px 0 4px;
}

.signup-assurance p {
  color: #0b1b43;
  display: grid;
  gap: 1px 8px;
  grid-template-columns: 28px 1fr;
  line-height: 1.35;
  margin: 0;
}

.signup-assurance p::before {
  align-items: center;
  color: #1265d8;
  content: "✓";
  display: inline-flex;
  font-size: 22px;
  font-weight: 900;
  justify-content: center;
  padding-top: 1px;
}

.signup-assurance strong {
  font-size: 14px;
  line-height: 1.35;
}

.signup-assurance span {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  grid-column: 2;
  line-height: 1.35;
}

.signup-form .agree {
  font-size: 13px;
  line-height: 1.45;
}

.signup-form .form-status {
  font-size: 12px;
  line-height: 1.45;
}

.signup-main-button {
  align-items: center;
  background: linear-gradient(180deg, #1265e8, #0753c8) !important;
  border-radius: 999px;
  box-shadow: 0 16px 28px rgba(18, 101, 216, 0.26);
  display: flex;
  font-size: 18px;
  justify-content: center;
  min-height: 60px;
  position: relative;
  padding: 14px 58px 14px 28px;
  text-align: center;
}

.signup-main-button::before {
  content: none;
}

.signup-main-button::after {
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  content: "";
  height: 11px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 11px;
}

.hidden {
  display: none !important;
}

.checkout-card {
  display: grid;
  gap: 18px;
}

.checkout-card > p {
  margin: 0;
}

.checkout-summary {
  display: grid;
  gap: 10px;
}

.checkout-summary div {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}

.checkout-summary span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.checkout-summary strong {
  color: var(--text);
}

.payment-methods {
  display: grid;
  gap: 10px;
}

.payment-methods button {
  background: var(--navy);
  border: 0;
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 50px;
  padding: 13px 16px;
  transition: 0.18s ease;
}

.payment-methods button:hover {
  background: #334155;
  transform: translateY(-1px);
}

.legal-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 16px 20px;
}

.legal-header a {
  color: var(--blue);
  font-weight: 800;
}

.legal-content {
  margin: 0 auto;
  max-width: 880px;
  padding: 64px 20px;
}

.legal-content h1 {
  font-size: clamp(32px, 5vw, 48px);
}

.legal-card,
.legal-table {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 24px;
}

.legal-card ul {
  padding-left: 20px;
}

.legal-card h2 {
  border-top: 1px solid var(--line);
  font-size: 22px;
  line-height: 1.45;
  margin: 28px 0 10px;
  padding-top: 22px;
}

.legal-card h2:first-of-type {
  border-top: 0;
  margin-top: 18px;
  padding-top: 0;
}

.legal-card p,
.legal-card li {
  color: #334155;
}

.legal-card li + li {
  margin-top: 6px;
}

.legal-table {
  display: grid;
  padding: 0;
  overflow: hidden;
}

.legal-row {
  display: grid;
  grid-template-columns: 220px 1fr;
}

.legal-row dt,
.legal-row dd {
  border-bottom: 1px solid var(--line);
  margin: 0;
  padding: 15px 18px;
}

.legal-row dt {
  background: #f1f5f9;
  font-weight: 800;
}

.legal-row:last-child dt,
.legal-row:last-child dd {
  border-bottom: 0;
}

@media (max-width: 980px) {
  .header-nav {
    display: none;
  }

  .hero,
  .split,
  .fit-grid,
  .signup-shell {
    grid-template-columns: 1fr;
  }

  .signup-shell {
    min-height: auto;
    padding: 32px 20px 104px;
  }

  .signup-preview-area {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  }

  .hero {
    min-height: auto;
    padding-top: 52px;
  }

  .feature-grid,
  .price-grid,
  .flow-grid,
  .button-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 78px;
  }

  .site-header {
    gap: 12px;
    padding: 12px 16px;
  }

  .brand {
    font-size: 20px;
  }

  .logo-brand {
    max-width: min(180px, 46vw);
  }

  .header-cta {
    font-size: 13px;
    min-height: 42px;
    padding: 9px 14px;
  }

  .section {
    padding: 54px 16px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  .signup-shell {
    gap: 28px;
    padding: 24px 20px 112px;
  }

  .signup-copy {
    gap: 14px;
  }

  .signup-copy h1 {
    font-size: 31px;
  }

  .signup-logo {
    width: min(180px, 58vw);
  }

  .signup-preview-area {
    grid-template-columns: 1fr;
  }

  .signup-phone-preview {
    justify-self: center;
    max-width: 280px;
    width: 100%;
  }

  .template-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signup-compare > div,
  .signup-reasons {
    grid-template-columns: 1fr;
  }

  .signup-reasons article + article {
    border-left: 0;
    border-top: 1px solid #dbeafe;
  }

  .auth-tabs button {
    font-size: 16px;
    min-height: 50px;
  }

  .trial-message {
    align-items: flex-start;
  }

  .signup-main-button {
    font-size: 16px;
    min-height: 60px;
    padding-left: 18px;
    padding-right: 44px;
  }

  .lead {
    font-size: 16px;
  }

  .cta-row,
  .btn {
    width: 100%;
  }

  .check-grid,
  .feature-grid,
  .sample-grid,
  .price-grid,
  .flow-grid,
  .button-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .split,
  .contact-form,
  .fit-grid > div {
    padding: 20px;
  }

  .compare-table {
    overflow-x: auto;
  }

  .compare-row {
    min-width: 780px;
  }

  .free-consult ul {
    columns: 1;
  }

  .legal-row {
    grid-template-columns: 1fr;
  }

  .legal-row dt {
    border-bottom: 0;
  }

  .marketing-support-chat {
    bottom: 84px;
    right: 12px;
  }

  .mobile-fixed-cta {
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 10px 12px 12px;
    position: fixed;
    right: 0;
    z-index: 20;
  }

  .mobile-fixed-cta a {
    border-radius: 999px;
    color: var(--white);
    font-size: 14px;
    font-weight: 800;
    min-height: 48px;
    padding: 12px 10px;
    text-align: center;
  }

  .mobile-fixed-cta a:first-child {
    background: var(--navy);
  }

  .mobile-fixed-cta a:last-child {
    background: var(--green);
  }
}

/* Final signup reference overrides. Keep these at EOF. */
.signup-page {
  background:
    radial-gradient(circle at 17px 17px, rgba(37, 99, 235, 0.09) 1px, transparent 1.25px) 0 0 / 24px 24px,
    linear-gradient(115deg, #ffffff 0%, #ffffff 48%, #eef6ff 100%);
}

.signup-page .marketing-support-chat,
.signup-card > h2,
.signup-card > p,
.signup-page .google-auth,
.signup-page .required-badge,
.signup-page .optional-badge,
.signup-logo img,
.signup-pill,
.signup-proof,
.signup-preview-area {
  display: none !important;
}

.signup-shell {
  align-items: start;
  display: grid;
  gap: 76px;
  grid-template-columns: 860px 600px;
  margin: 0 auto;
  max-width: 1584px;
  min-height: 100vh;
  padding: 34px 46px 30px;
}

.signup-copy {
  display: grid;
  gap: 28px;
}

.signup-text-logo {
  align-items: center;
  color: #0f172a;
  display: inline-flex;
  gap: 16px;
  margin: 0;
  max-height: none;
  max-width: none;
  width: fit-content;
}

.signup-text-logo strong {
  color: #0f172a;
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.signup-text-logo em {
  color: #0f172a;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  margin-top: 6px;
}

.miniho-icon {
  border: 4px solid #1f5ed8;
  border-radius: 8px;
  display: inline-block;
  height: 72px;
  position: relative;
  width: 47px;
}

.miniho-icon::before {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 13px solid #1f5ed8;
  content: "";
  left: 9px;
  position: absolute;
  top: 16px;
}

.miniho-icon::after {
  background:
    linear-gradient(#1f5ed8, #1f5ed8) 14px 35px / 6px 6px no-repeat,
    linear-gradient(#1f5ed8, #1f5ed8) 25px 35px / 6px 6px no-repeat,
    linear-gradient(#1f5ed8, #1f5ed8) 14px 46px / 6px 6px no-repeat,
    linear-gradient(#1f5ed8, #1f5ed8) 25px 46px / 6px 6px no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}

.signup-copy h1 {
  color: #0f172a;
  font-size: 48px;
  font-weight: 950;
  line-height: 1.42;
  margin: 30px 0 -2px;
  max-width: 760px;
}

.signup-copy h1 span {
  color: #1d5fd7;
}

.signup-copy .lead {
  color: #0f172a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  max-width: 710px;
}

.signup-comparison {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 360px 28px 376px;
  margin-top: 0;
}

.compare-panel {
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.04);
  min-height: 335px;
  padding: 20px;
}

.miniho-panel {
  background: linear-gradient(135deg, #f7fbff, #eaf3ff);
}

.compare-panel h2 {
  align-items: center;
  color: #0f172a;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  gap: 12px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.compare-panel h2 small {
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}

.compare-panel h2 span {
  align-items: center;
  background: #1f5ed8;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.linktree-panel h2 span {
  background: transparent;
  color: #111827;
  font-size: 34px;
  font-weight: 400;
  height: auto;
  width: auto;
}

.compare-body {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 144px 1fr;
}

.simple-phone {
  background: #ffffff;
  border: 4px solid #0f172a;
  border-radius: 24px 24px 4px 4px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  min-height: 260px;
  overflow: hidden;
  padding: 38px 14px 10px;
  position: relative;
}

.phone-notch.small {
  background: #0f172a;
  border-radius: 0 0 12px 12px;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 68px;
}

.avatar-dot {
  background: #e5e7eb;
  border-radius: 999px;
  height: 42px;
  margin: 0 auto 8px;
  width: 42px;
}

.simple-link-phone small {
  color: #0f172a;
  display: block;
  font-size: 8px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.simple-link-phone p {
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  color: #334155;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 7px;
  padding: 7px 6px;
}

.miniho-phone {
  padding: 34px 11px 10px;
}

.miniho-photo {
  background: linear-gradient(135deg, #efe6d7, #ffffff 45%, #d4c0a6);
  border-radius: 4px;
  height: 74px;
  margin-bottom: 10px;
}

.miniho-phone strong {
  color: #0f172a;
  display: block;
  font-size: 11px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.miniho-phone button {
  background: #1f5ed8;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 8px;
  font-weight: 900;
  min-height: 26px;
  width: 100%;
}

.miniho-mini-nav {
  border-top: 1px solid #e2e8f0;
  height: 18px;
  margin-top: 9px;
}

.compare-body ul {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.compare-body li {
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  padding-left: 28px;
  position: relative;
}

.compare-body li::before {
  color: #111827;
  content: "×";
  font-size: 22px;
  font-weight: 400;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}

.miniho-panel .compare-body li::before {
  align-items: center;
  background: #dbeafe;
  border-radius: 999px;
  color: #1f5ed8;
  content: "✓";
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  top: 2px;
  width: 18px;
}

.compare-arrow {
  color: #0f172a;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}

.signup-reasons {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4px;
  max-width: 800px;
  overflow: visible;
}

.signup-reasons article {
  align-items: center;
  border-left: 1px solid #e2e8f0;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 0 28px;
  text-align: center;
}

.signup-reasons article:first-child {
  border-left: 0;
}

.signup-reasons article + article {
  border-left: 1px solid #e2e8f0;
  border-top: 0;
}

.signup-reasons span {
  background: transparent;
  border: 3px solid #1f5ed8;
  border-radius: 8px;
  color: transparent;
  height: 40px;
  position: relative;
  width: 28px;
}

.signup-reasons .reason-calendar {
  border-radius: 6px;
  width: 42px;
}

.signup-reasons .reason-edit {
  border-radius: 4px;
  width: 39px;
}

.signup-reasons strong {
  color: #0f172a;
  font-size: 17px;
  line-height: 1.35;
}

.signup-reasons p {
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  grid-column: auto;
  line-height: 1.45;
  margin: 0;
}

.signup-card {
  align-self: start;
  background: rgba(255, 255, 255, 0.97);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.11);
  margin-top: 26px;
  padding: 40px;
  width: 600px;
}

.auth-tabs {
  background: #f3f4f6;
  border: 0;
  border-radius: 7px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 46px;
  padding: 0;
}

.auth-tabs button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: #0f172a;
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
  min-height: 64px;
}

.auth-tabs button.active {
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
  color: #1d5fd7;
}

.auth-divider {
  align-items: center;
  color: #475569;
  display: grid;
  font-size: 15px;
  font-weight: 600;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 0 28px;
}

.auth-divider::before,
.auth-divider::after {
  background: #cbd5e1;
  content: "";
  height: 1px;
}

.signup-form {
  border: 0;
  box-shadow: none;
  gap: 24px;
  grid-template-columns: 1fr;
  padding: 0;
}

.signup-form label {
  color: #0f172a;
  display: grid;
  font-size: 18px;
  font-weight: 900;
  gap: 10px;
}

.signup-form input,
.signup-form select {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  color: #0f172a;
  min-height: 64px;
  padding: 14px 18px;
}

.signup-form input::placeholder {
  color: #7c8799;
}

.signup-assurance {
  display: grid;
  gap: 18px;
  margin: 10px 0 0;
}

.signup-assurance p {
  color: #0f172a;
  display: grid;
  gap: 2px 16px;
  grid-template-columns: 42px 1fr;
  line-height: 1.35;
  margin: 0;
}

.signup-assurance p::before {
  align-items: center;
  border: 3px solid #1d5fd7;
  border-radius: 4px;
  color: #1d5fd7;
  content: "";
  display: inline-flex;
  height: 35px;
  justify-content: center;
  margin-top: 2px;
  width: 31px;
}

.signup-assurance strong {
  color: #0f172a;
  font-size: 17px;
  line-height: 1.35;
}

.signup-assurance span {
  color: #475569;
  font-size: 15px;
  font-weight: 500;
  grid-column: 2;
  line-height: 1.4;
}

.signup-form .agree {
  align-items: center;
  color: #334155;
  display: flex !important;
  flex-direction: row;
  font-size: 14px;
  font-weight: 600 !important;
  gap: 9px;
  line-height: 1.45;
  margin-top: 2px;
}

.signup-form .agree input {
  min-height: auto;
  width: auto;
}

.signup-main-button {
  align-items: center;
  background: #1d5fd7 !important;
  border-radius: 8px;
  box-shadow: none;
  color: #ffffff;
  display: flex;
  font-size: 21px;
  font-weight: 950;
  justify-content: center;
  min-height: 78px;
  padding: 18px 24px;
  position: relative;
  text-align: center;
}

.signup-main-button::before,
.signup-main-button::after {
  content: none;
}

.signup-form .form-status {
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
  margin-top: -6px;
}

@media (max-width: 1180px) {
  .signup-shell {
    grid-template-columns: 1fr;
    max-width: 900px;
    padding: 28px 22px 90px;
  }

  .signup-card {
    width: 100%;
  }

  .signup-comparison {
    grid-template-columns: 1fr;
  }

  .compare-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 680px) {
  .signup-shell {
    gap: 28px;
    padding: 20px 16px 98px;
  }

  .signup-text-logo strong {
    font-size: 32px;
  }

  .signup-copy h1 {
    font-size: 32px;
    line-height: 1.34;
  }

  .signup-copy .lead {
    font-size: 15px;
  }

  .compare-panel {
    padding: 16px;
  }

  .compare-body {
    grid-template-columns: 132px 1fr;
  }

  .signup-reasons {
    grid-template-columns: 1fr;
  }

  .signup-reasons article,
  .signup-reasons article + article {
    border-left: 0;
    border-top: 1px solid #e2e8f0;
    padding: 18px 0;
  }

  .signup-reasons article:first-child {
    border-top: 0;
  }

  .signup-card {
    padding: 22px;
  }

  .auth-tabs button {
    font-size: 18px;
    min-height: 54px;
  }

  .signup-form input,
  .signup-form select {
    min-height: 56px;
  }

  .signup-main-button {
    font-size: 17px;
    min-height: 64px;
  }
}
