/* ===== TURBOFLOW AUTH LOGIN THEME ===== */

html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    padding: 0;
    color: #111827;
    background: #f6f8fc;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  * {
    box-sizing: border-box;
  }
  
  a {
    color: inherit;
  }
  
  .tf-page {
    min-height: 100vh;
    overflow: hidden;
    background:
      radial-gradient(circle at 8% 16%, rgba(37, 99, 235, 0.14), transparent 28%),
      radial-gradient(circle at 92% 12%, rgba(249, 115, 22, 0.16), transparent 28%),
      linear-gradient(135deg, #ffffff 0%, #f6f8fc 50%, #fff7ed 100%);
  }
  
  .tf-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  /* ===== NAVIGATION ===== */
  
  .tf-nav {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 14px 16px;
    background: rgba(246, 248, 252, 0.88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  
  .tf-nav-wrap {
    width: 100%;
    max-width: 1240px;
    min-height: 68px;
    margin: 0 auto;
    padding: 10px 12px 10px 18px;
    border-radius: 26px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
  }
  
  .tf-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #111827;
    text-decoration: none;
    min-width: 0;
  }
  
  .tf-brand-uploaded-logo {
    display: block;
    width: auto;
    max-width: 230px;
    max-height: 52px;
    object-fit: contain;
  }
  
  .tf-brand-mark {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background:
      radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.38), transparent 30%),
      linear-gradient(135deg, #ff6a00, #2563eb);
    box-shadow: 0 14px 34px rgba(37, 99, 235, 0.25);
  }
  
  .tf-brand-mark i {
    font-size: 23px;
  }
  
  .tf-brand-name {
    color: #111827;
    font-size: 23px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -1px;
    white-space: nowrap;
  }
  
  .tf-nav-center {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px;
    border-radius: 20px;
    background: #f1f5f9;
  }
  
  .tf-nav-center a {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #475569;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    transition: all 0.22s ease;
  }
  
  .tf-nav-center a i {
    font-size: 16px;
  }
  
  .tf-nav-center a:hover,
  .tf-nav-center a.active {
    color: #ffffff;
    background: #111827;
    transform: translateY(-2px);
  }
  
  .tf-nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .tf-register-link {
    min-height: 44px;
    padding: 0 17px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff6a00, #2563eb);
    box-shadow: 0 15px 32px rgba(37, 99, 235, 0.24);
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
    transition: all 0.22s ease;
  }
  
  .tf-register-link:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(249, 115, 22, 0.3);
  }
  
  /* ===== MAIN AREA ===== */
  
  .tf-login-main {
    position: relative;
    padding: 76px 0 92px;
  }
  
  .tf-login-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(120deg, transparent 0 47%, rgba(37, 99, 235, 0.06) 47% 48%, transparent 48% 100%),
      linear-gradient(120deg, transparent 0 58%, rgba(249, 115, 22, 0.07) 58% 59%, transparent 59% 100%);
    background-size: 165px 165px;
    pointer-events: none;
  }
  
  .tf-bg-shape {
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    filter: blur(4px);
    pointer-events: none;
  }
  
  .tf-bg-shape-one {
    width: 260px;
    height: 260px;
    left: -80px;
    top: 120px;
    background: rgba(37, 99, 235, 0.11);
  }
  
  .tf-bg-shape-two {
    width: 300px;
    height: 300px;
    right: -110px;
    bottom: 40px;
    background: rgba(249, 115, 22, 0.12);
  }
  
  .tf-login-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 460px);
    gap: 52px;
    align-items: center;
  }
  
  /* ===== COPY SIDE ===== */
  
  .tf-login-copy {
    max-width: 720px;
  }
  
  .tf-eyebrow {
    width: fit-content;
    margin-bottom: 22px;
    padding: 10px 15px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1d4ed8;
    background: #dbeafe;
    border: 1px solid rgba(37, 99, 235, 0.14);
    font-size: 14px;
    font-weight: 950;
  }
  
  .tf-eyebrow i {
    color: #f97316;
    font-size: 18px;
  }
  
  .tf-login-copy h1 {
    max-width: 760px;
    margin: 0 0 22px;
    color: #111827;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -3px;
  }
  
  .tf-login-copy p {
    max-width: 650px;
    margin: 0 0 30px;
    color: #526071;
    font-size: 18px;
    line-height: 1.75;
  }
  
  .tf-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 12px;
    max-width: 760px;
  }
  
  .tf-proof-grid div {
    padding: 18px 16px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
  }
  
  .tf-proof-grid i {
    width: 42px;
    height: 42px;
    margin-bottom: 13px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #ff6a00, #2563eb);
    font-size: 21px;
  }
  
  .tf-proof-grid strong {
    display: block;
    margin-bottom: 5px;
    color: #111827;
    font-size: 24px;
    line-height: 1;
    font-weight: 950;
  }
  
  .tf-proof-grid span {
    color: #64748b;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 850;
  }
  
  /* ===== LOGIN CARD ===== */
  
  .tf-login-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 36px 94px rgba(15, 23, 42, 0.16);
  }
  
  .tf-card-glow {
    position: absolute;
    top: -110px;
    right: -110px;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    background:
      radial-gradient(circle, rgba(249, 115, 22, 0.22), transparent 62%),
      radial-gradient(circle, rgba(37, 99, 235, 0.16), transparent 70%);
    pointer-events: none;
  }
  
  .tf-form-head,
  .tf-alert,
  .tf-form {
    position: relative;
    z-index: 2;
  }
  
  .tf-form-head {
    margin-bottom: 26px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }
  
  .tf-form-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #ff6a00, #2563eb);
    box-shadow: 0 18px 38px rgba(37, 99, 235, 0.24);
  }
  
  .tf-form-icon i {
    font-size: 26px;
  }
  
  .tf-form-head h2 {
    margin: 0 0 7px;
    color: #111827;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -1.1px;
  }
  
  .tf-form-head p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.55;
  }
  
  /* ===== ALERTS ===== */
  
  .tf-alert {
    margin-bottom: 18px;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
  
  .tf-alert-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .tf-alert-icon i {
    font-size: 20px;
  }
  
  .tf-alert-body strong {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 950;
  }
  
  .tf-alert-body p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .tf-alert-body ul {
    margin: 0;
    padding-left: 18px;
  }
  
  .tf-alert-body li {
    margin: 3px 0;
    font-size: 14px;
    line-height: 1.45;
  }
  
  .tf-alert-error {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid rgba(239, 68, 68, 0.18);
  }
  
  .tf-alert-error .tf-alert-icon {
    color: #ffffff;
    background: #ef4444;
  }
  
  .tf-alert-success {
    color: #14532d;
    background: #f0fdf4;
    border: 1px solid rgba(34, 197, 94, 0.18);
  }
  
  .tf-alert-success .tf-alert-icon {
    color: #ffffff;
    background: #22c55e;
  }
  
  /* ===== FORM ===== */
  
  .tf-form {
    display: grid;
    gap: 17px;
  }
  
  .tf-field {
    display: grid;
    gap: 8px;
  }
  
  .tf-field label {
    color: #111827;
    font-size: 13px;
    font-weight: 950;
  }
  
  .tf-input-wrap {
    min-height: 56px;
    padding: 0 16px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 11px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.1);
    transition: all 0.22s ease;
  }
  
  .tf-input-wrap:focus-within {
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.42);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
  }
  
  .tf-input-wrap i {
    color: #2563eb;
    font-size: 20px;
  }
  
  .tf-input-wrap input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #111827;
    background: transparent;
    font-size: 15px;
    font-weight: 800;
  }
  
  .tf-input-wrap input::placeholder {
    color: #94a3b8;
    font-weight: 750;
  }
  
  .tf-recaptcha-box {
    width: 100%;
    overflow: hidden;
    padding: 12px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.1);
  }
  
  .tf-error-text {
    color: #dc2626;
    font-size: 13px;
    font-weight: 800;
  }
  
  .tf-submit-btn {
    width: 100%;
    min-height: 58px;
    margin-top: 4px;
    border: 0;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff6a00, #2563eb);
    box-shadow: 0 20px 48px rgba(37, 99, 235, 0.25);
    cursor: pointer;
    font-size: 15px;
    font-weight: 950;
    transition: all 0.23s ease;
  }
  
  .tf-submit-btn i {
    font-size: 19px;
  }
  
  .tf-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 58px rgba(249, 115, 22, 0.3);
  }
  
  .tf-form-links {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
  }
  
  .tf-form-links a {
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
  }
  
  .tf-form-links a:hover {
    color: #ff6a00;
  }
  
  .tf-form-footer {
    margin-top: 4px;
    padding: 16px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    gap: 6px;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    font-size: 14px;
    font-weight: 800;
    text-align: center;
  }
  
  .tf-form-footer a {
    color: #111827;
    font-weight: 950;
    text-decoration: none;
  }
  
  .tf-form-footer a:hover {
    color: #2563eb;
  }
  
  /* ===== BANNERS ===== */
  
  .tf-banners {
    position: relative;
    z-index: 3;
    margin-top: 46px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: center;
  }
  
  .tf-banner-box {
    width: 100%;
    max-width: 520px;
    padding: 18px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.08);
  }
  
  .tf-banner-adaptive {
    width: 468px;
    max-width: 100%;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .tf-banner-adaptive a,
  .tf-banner-adaptive img,
  .tf-banner-adaptive iframe,
  .tf-banner-adaptive object,
  .tf-banner-adaptive embed {
    display: block;
    width: 468px;
    max-width: 100%;
    height: 60px;
    max-height: 60px;
    margin: 0;
    padding: 0;
    border: 0;
  }
  
  .tf-banner-adaptive img {
    object-fit: fill;
  }
  
  .tf-banner-adaptive iframe {
    overflow: hidden;
  }
  
  /* ===== FOOTER ===== */
  
  .tf-footer {
    position: relative;
    z-index: 3;
    padding: 0 0 28px;
  }
  
  .tf-footer-wrap {
    padding: 20px;
    border-radius: 28px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 22px;
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
  
  .tf-footer-brand {
    min-width: 0;
  }
  
  .tf-footer-logo {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111827;
    font-size: 17px;
    font-weight: 950;
    letter-spacing: -0.4px;
    text-decoration: none;
  }
  
  .tf-footer-uploaded-logo {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 44px;
    object-fit: contain;
  }
  
  .tf-footer-mark {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background:
      radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.38), transparent 30%),
      linear-gradient(135deg, #ff6a00, #2563eb);
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.2);
  }
  
  .tf-footer-mark i {
    font-size: 20px;
  }
  
  .tf-footer-links {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .tf-footer-links a {
    min-height: 38px;
    padding: 0 13px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    color: #475569;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.22s ease;
  }
  
  .tf-footer-links a:hover {
    color: #ffffff;
    background: #111827;
    transform: translateY(-2px);
  }
  
  .tf-footer-powered {
    min-height: 42px;
    padding: 0 15px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    background: #f1f5f9;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
  }
  
  .tf-footer-powered a {
    color: #2563eb;
    font-weight: 950;
    text-decoration: none;
  }
  
  .tf-footer-powered a:hover {
    color: #ff6a00;
  }
  
  /* ===== RESPONSIVE ===== */
  
  @media (max-width: 1040px) {
    .tf-nav-wrap {
      grid-template-columns: 1fr;
      justify-items: center;
    }
  
    .tf-brand {
      justify-content: center;
    }
  
    .tf-nav-actions {
      display: none;
    }
  
    .tf-login-layout {
      grid-template-columns: 1fr;
      gap: 34px;
    }
  
    .tf-login-copy {
      max-width: 820px;
      margin: 0 auto;
      text-align: center;
    }
  
    .tf-eyebrow {
      margin-left: auto;
      margin-right: auto;
    }
  
    .tf-login-copy p {
      margin-left: auto;
      margin-right: auto;
    }
  
    .tf-proof-grid {
      margin: 0 auto;
    }
  
    .tf-login-card {
      max-width: 560px;
      width: 100%;
      margin: 0 auto;
    }
  
    .tf-footer-wrap {
      grid-template-columns: 1fr;
      justify-items: center;
      text-align: center;
    }
  
    .tf-footer-logo {
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  @media (max-width: 760px) {
    .tf-nav {
      padding: 10px;
    }
  
    .tf-nav-wrap {
      padding: 14px;
      border-radius: 22px;
    }
  
    .tf-brand-uploaded-logo {
      max-width: 210px;
      max-height: 46px;
    }
  
    .tf-brand-name {
      font-size: 20px;
    }
  
    .tf-nav-center {
      width: 100%;
      justify-content: center;
      flex-wrap: wrap;
    }
  
    .tf-nav-center a {
      flex: 1 1 auto;
      justify-content: center;
      min-width: 92px;
    }
  
    .tf-login-main {
      padding: 48px 0 64px;
    }
  
    .tf-login-copy h1 {
      font-size: clamp(36px, 12vw, 54px);
      letter-spacing: -2px;
    }
  
    .tf-login-copy p {
      font-size: 16px;
    }
  
    .tf-proof-grid {
      grid-template-columns: 1fr;
    }
  
    .tf-login-card {
      padding: 24px;
      border-radius: 28px;
    }
  
    .tf-form-head {
      display: grid;
      text-align: center;
      justify-items: center;
    }
  
    .tf-form-head h2 {
      font-size: 30px;
    }
  
    .tf-form-links {
      display: grid;
      justify-content: center;
      text-align: center;
    }
  
    .tf-banners {
      margin-top: 34px;
    }
  
    .tf-banner-box {
      max-width: 100%;
      padding: 14px;
      border-radius: 20px;
    }
  
    .tf-footer-links {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  
  @media (max-width: 430px) {
    .tf-container {
      padding: 0 14px;
    }
  
    .tf-brand {
      width: 100%;
      justify-content: center;
    }
  
    .tf-brand-uploaded-logo {
      max-width: 190px;
      max-height: 44px;
    }
  
    .tf-brand-name {
      white-space: normal;
    }
  
    .tf-nav-center a {
      min-width: calc(50% - 6px);
    }
  
    .tf-login-card {
      padding: 20px;
    }
  
    .tf-input-wrap {
      min-height: 54px;
      border-radius: 16px;
    }
  
    .tf-submit-btn {
      min-height: 56px;
      border-radius: 16px;
    }
  
    .tf-form-footer {
      display: grid;
    }
  
    .tf-banner-adaptive {
      transform: scale(0.72);
      transform-origin: center;
    }
  
    .tf-banner-box {
      height: 78px;
    }
  
    .tf-footer-wrap {
      padding: 18px;
      border-radius: 24px;
    }
  
    .tf-footer-uploaded-logo {
      max-width: 190px;
      max-height: 42px;
    }
  
    .tf-footer-links {
      display: grid;
      width: 100%;
    }
  
    .tf-footer-links a,
    .tf-footer-powered {
      width: 100%;
      justify-content: center;
    }
  }

  /* ===== TURBOFLOW PASSWORD RESET REQUEST ===== */

.tf-reset-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 460px);
    gap: 52px;
    align-items: center;
  }
  
  .tf-reset-copy {
    max-width: 720px;
  }
  
  .tf-reset-copy h1 {
    max-width: 760px;
    margin: 0 0 22px;
    color: #111827;
    font-size: clamp(42px, 6vw, 70px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -3px;
  }
  
  .tf-reset-copy > p {
    max-width: 650px;
    margin: 0 0 30px;
    color: #526071;
    font-size: 18px;
    line-height: 1.75;
  }
  
  .tf-reset-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 12px;
    max-width: 760px;
  }
  
  .tf-reset-steps div {
    padding: 18px 16px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
  }
  
  .tf-reset-steps span {
    width: 42px;
    height: 42px;
    margin-bottom: 13px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #ff6a00, #2563eb);
    font-size: 14px;
    font-weight: 950;
  }
  
  .tf-reset-steps strong {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 950;
  }
  
  .tf-reset-steps p {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 800;
  }
  
  .tf-reset-card {
    align-self: center;
  }
  
  .tf-reset-note {
    padding: 15px;
    border-radius: 18px;
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: #475569;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 800;
  }
  
  .tf-reset-note i {
    color: #2563eb;
    font-size: 20px;
    flex: 0 0 auto;
  }
  
  @media (max-width: 1040px) {
    .tf-reset-layout {
      grid-template-columns: 1fr;
      gap: 34px;
    }
  
    .tf-reset-copy {
      max-width: 820px;
      margin: 0 auto;
      text-align: center;
    }
  
    .tf-reset-copy > p {
      margin-left: auto;
      margin-right: auto;
    }
  
    .tf-reset-steps {
      margin: 0 auto;
    }
  
    .tf-reset-card {
      max-width: 560px;
      width: 100%;
      margin: 0 auto;
    }
  }
  
  @media (max-width: 760px) {
    .tf-reset-copy h1 {
      font-size: clamp(36px, 12vw, 54px);
      letter-spacing: -2px;
    }
  
    .tf-reset-copy > p {
      font-size: 16px;
    }
  
    .tf-reset-steps {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 430px) {
    .tf-reset-note {
      display: grid;
      text-align: center;
      justify-items: center;
    }
  }


  /* ===== TURBOFLOW PASSWORD CHANGE ===== */

.tf-change-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 460px);
    gap: 52px;
    align-items: center;
  }
  
  .tf-change-copy {
    max-width: 720px;
  }
  
  .tf-change-copy h1 {
    max-width: 760px;
    margin: 0 0 22px;
    color: #111827;
    font-size: clamp(42px, 6vw, 70px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -3px;
  }
  
  .tf-change-copy > p {
    max-width: 650px;
    margin: 0 0 30px;
    color: #526071;
    font-size: 18px;
    line-height: 1.75;
  }
  
  .tf-change-security {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 12px;
    max-width: 760px;
  }
  
  .tf-change-security div {
    padding: 18px 16px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
  }
  
  .tf-change-security i {
    width: 42px;
    height: 42px;
    margin-bottom: 13px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #ff6a00, #2563eb);
    font-size: 21px;
  }
  
  .tf-change-security strong {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 950;
  }
  
  .tf-change-security span {
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 800;
  }
  
  .tf-change-card {
    align-self: center;
  }
  
  .tf-change-note {
    padding: 15px;
    border-radius: 18px;
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: #475569;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 800;
  }
  
  .tf-change-note i {
    color: #2563eb;
    font-size: 20px;
    flex: 0 0 auto;
  }
  
  @media (max-width: 1040px) {
    .tf-change-layout {
      grid-template-columns: 1fr;
      gap: 34px;
    }
  
    .tf-change-copy {
      max-width: 820px;
      margin: 0 auto;
      text-align: center;
    }
  
    .tf-change-copy > p {
      margin-left: auto;
      margin-right: auto;
    }
  
    .tf-change-security {
      margin: 0 auto;
    }
  
    .tf-change-card {
      max-width: 560px;
      width: 100%;
      margin: 0 auto;
    }
  }
  
  @media (max-width: 760px) {
    .tf-change-copy h1 {
      font-size: clamp(36px, 12vw, 54px);
      letter-spacing: -2px;
    }
  
    .tf-change-copy > p {
      font-size: 16px;
    }
  
    .tf-change-security {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 430px) {
    .tf-change-note {
      display: grid;
      text-align: center;
      justify-items: center;
    }
  }