nav {
    display: none !important;
}

#ttai-redeem-join,
#ttai-redeem-join * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: montserrat;
}

html {
    min-height: 100%;
    background-color: rgba(42, 35, 88, 1);
}

body.ttai-com-bg, body {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #6b73ff 0%, #000dff 100%);
    /* background-image: url('https://readocracy-img.s3.us-east-1.amazonaws.com/thinkingthrough/landing/ttai-top-bg.png'); */
    background-image: url('https://readocracy-img.s3.us-east-1.amazonaws.com/thinkingthrough/ttai-bg-sitbot-small.jpg');
    background-size: cover;
    background-position: center;

    background-attachment: fixed;
}

body.ttai-com-bg::before, body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(184, 226, 255, 0.46) 0%, rgba(83, 63, 199, 1) 60%, rgba(15, 15, 59, 1) 100%);
    z-index: 0;
}

body.ttai-quiz-bg {
    min-height: 100vh;
    background-color: rgba(42, 35, 88, 1);
    background-image: none;
}

body.ttai-quiz-bg::before {
    display: none;
}

#ttai-redeem-join {
    position: relative;
    z-index: 1;
}

#ttai-com {
    position: relative;
    min-height: 100vh;
}

#ttai-com .container {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

#ttai-com .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

#ttai-com .header-logo {
    width: 205px;
    margin-left: -17px;
}

#ttai-com .nav-buttons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

#ttai-com .nav-btn {
    border: 1px solid rgba(63, 64, 199, 1);
    color: white;
    padding: 12px 12px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: fit-content;
}

#ttai-com .main-content {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: center;
}

#ttai-com.holiday .main-content {
    align-items: start;
}

#ttai-com .content-left {
    color: white;
}

#ttai-com .thinking-through {
    font-size: 48px;
    font-weight: bold;
    color: #6b73ff;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#ttai-com .ai-title {
    font-size: 180px;
    font-weight: bold;
    color: #ff1744;
    line-height: 0.8;
    margin-bottom: 30px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#ttai-com .unlock-text {
    font-size: 20px;
    margin-bottom: 2px;
    font-weight: 400;
    line-height: 1.2;
    background: rgba(63, 64, 199, 1);
    width: fit-content;
    padding: 2px 5px;
    margin-left: -5px;
}

#ttai-com .unlock-text a {
    color: white;
    text-decoration: underline;
}

#ttai-com .description {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.4;
}

#ttai-com .logos-section {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

#ttai-com .partner-logo {
    height: 68px;
}

#ttai-com .tagline {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 700;
    font-style: bold;
    margin-bottom: 10px;
}

#ttai-com .tagline-links {
    text-decoration: underline;
    color: white;
}

#ttai-com .join-form .form-group {
    margin-bottom: 20px;
}

#ttai-com .join-form .form-input {
    width: 100%;
    padding: 16px;
    border: none;
    color: white;
    height: 59px;
    border-radius: 3px;
    background-color: rgba(42, 24, 55, 1);
    font-size: 20px;
}

#ttai-com .join-form .form-input::placeholder {
    color: rgba(108, 108, 108, 1);
}

#ttai-com .join-form .checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
}

#ttai-com .join-form .checkbox {
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
    width: 27px;
    height: 27px;
    border: 4px solid rgba(151, 151, 151, 1);
    border-radius: 8px;
}

#ttai-com .join-form .checkbox-group .checkbox.checked {
    background-color: rgb(224, 9, 134) !important;
}

#ttai-com .join-form .checkbox-label {
    color: white;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
}

#ttai-com .join-form .checkbox-label a {
    color: white;
    text-decoration: underline;
}

#ttai-com .start-btn {
    width: 100%;
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s ease;
    height: 90px;
    border-radius: 8px;
    background: linear-gradient(123deg, rgba(236, 6, 92, 1) 0%, rgba(70, 9, 224, 1) 100%);
    font-size: 36px;
    font-weight: 700;
    border: none;
    margin-bottom: 20px;
    padding: 0 20px;
}

#ttai-com .start-btn:hover {
    transform: translateY(-2px);
}

#ttai-com .login-note {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}

#ttai-com .login-note a {
    color: #f80353;
    font-weight: 600;
    text-decoration: underline;
}

#ttai-com .form-section {
    margin-top: 16px;
}

@media (max-width: 1024px) {
    #ttai-com .main-content {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    #ttai-com .thinking-through {
        font-size: 36px;
    }

    #ttai-com .ai-title {
        font-size: 120px;
    }
}

@media (max-width: 768px) {
    #ttai-com .container {
        padding: 30px;
    }

    #ttai-com .header {
        flex-direction: column;
        gap: 20px;
    }

    #ttai-com .nav-buttons {
        width: 100%;
    }

    #ttai-com .nav-btn {
        flex: 1;
        max-width: 150px;
    }

    #ttai-com .thinking-through {
        font-size: 24px;
    }

    #ttai-com .ai-title {
        font-size: 80px;
    }

    #ttai-com .unlock-text {
        font-size: 24px;
    }

    #ttai-com .description {
        font-size: 16px;
    }

    #ttai-com .logos-section {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    #ttai-com .thinking-through {
        font-size: 18px;
    }

    #ttai-com .ai-title {
        font-size: 60px;
    }

    #ttai-com .unlock-text {
        font-size: 20px;
    }

    #ttai-com .unlock-highlight {
        display: block;
        margin: 8px 0;
    }
}

/* ========== QUIZ SECTION (formerly quiz.tpl) ========== */
#ttai-quiz .ct {
    min-height: 100vh;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    background-color: transparent;
}

#ttai-quiz .header {
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    max-width: 600px;
}

#ttai-quiz .ttai-logo {
    height: 49px;
    margin-bottom: 14px;
}

#ttai-quiz .main-title {
    color: rgba(195, 195, 195, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
}

#ttai-quiz .survey-container {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(151, 151, 151, 1);
    border-radius: 8px;
    padding: 25px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

#ttai-quiz .line {
    height: 1px;
    width: 100%;
    background-color: rgba(151, 151, 151, 1);
    margin-bottom: 30px;
}

#ttai-quiz .logos-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

#ttai-quiz .hp-logo {
    height: 45px;
}

#ttai-quiz .jobs-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

#ttai-quiz .jobs-icon {
    height: 40px;
}

#ttai-quiz .jobs-text {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

#ttai-quiz .survey-intro {
    color: rgba(195, 195, 195, 1);
    font-size: 18px;
    margin-bottom: 30px;
}

#ttai-quiz .confidential-text {
    font-weight: 700;
    color: #fff;
}

#ttai-quiz .progress-container {
    margin-bottom: 30px;
}

#ttai-quiz .progress-bar {
    width: 100%;
    height: 19px;
    border-radius: 6px;
    background-color: rgba(14, 0, 53, 1);
    overflow: hidden;
}

#ttai-quiz .progress-fill {
    width: 20%;
    height: 100%;
    background: rgba(213, 6, 109, 1);
    border-radius: 4px;
}

#ttai-quiz .form-group {
    margin-bottom: 25px;
}

#ttai-quiz .form-label,
#ttai-quiz .form-checkbox {
    color: #e2e8f0;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
}

#ttai-quiz .form-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    margin-right: 10px;
}

#ttai-quiz select.form-input,
#ttai-quiz .other-extra input.form-input {
    width: 154px;
    padding: 12px 16px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    color: #374151;
    outline: none;
    transition: all 0.2s ease;
}

#ttai-quiz select.form-input:focus,
#ttai-quiz .other-extra input.form-input:focus {
    background: white;
    border-color: #ec4899;
    box-shadow: 0 0 0 2px rgba(236, 72, 153, 0.2);
}

#ttai-quiz .other-extra {
    margin-bottom: 12px;
    display: none;
}

#ttai-quiz .next-button {
    width: 100%;
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s ease;
    height: 90px;
    border-radius: 8px;
    background: linear-gradient(123deg, rgba(236, 6, 92, 1) 0%, rgba(70, 9, 224, 1) 100%);
    font-size: 36px;
    font-weight: 700;
    border: none;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ttai-quiz .form-input {
    width: 100%;
}

#ttai-quiz .join-form .form-group {
    margin-bottom: 20px;
}

#ttai-quiz .join-form .form-input {
    width: 100%;
    padding: 16px;
    border: none;
    color: white;
    height: 59px;
    border-radius: 3px;
    background-color: rgba(42, 24, 55, 1);
    font-size: 20px;
}

#ttai-quiz .join-form .form-input::placeholder {
    color: rgba(108, 108, 108, 1);
}

#ttai-quiz .join-form .checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
}

#ttai-quiz .join-form .checkbox {
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
    width: 27px;
    height: 27px;
    border: 4px solid rgba(151, 151, 151, 1);
    border-radius: 8px;
}

#ttai-quiz .join-form .checkbox-group .checkbox.checked {
    background-color: rgba(70, 9, 224, 1) !important;
}

#ttai-quiz .join-form .checkbox-label {
    color: white;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
}

#ttai-quiz .join-form .checkbox-label a {
    color: white;
    text-decoration: underline;
}

#ttai-quiz .util-form-error {
    margin-top: 8px;
    display: none;
}

#ttai-quiz #termsError {
    margin-top: -23px;
    margin-bottom: 25px;
}

#ttai-quiz #errorTextError {
    margin-top: 25px;
    font-size: 16px;
    margin-bottom: -10px;
}

#ttai-quiz .success-ct {
    display: none;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(151, 151, 151, 1);
    border-radius: 8px;
    padding: 25px;
    width: 100%;
    max-width: 600px;
    /* width: 600px; */
    margin-top: 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#ttai-quiz .success-ct h2 {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}


#ttai-quiz .success-ct p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

#ttai-quiz .success-ct .resend-link {
    padding-top: 20px;
}

#ttai-quiz .success-ct .resend-link a:link, #ttai-quiz .success-ct .resend-link a:visited {
    color: #ff005c;
}

#ttai-quiz .success-ct .mb-20 {
    margin-bottom: 20px;
}

#ttai-quiz .success-ct .single-platform h2 {
  display: none;
}


@media (max-width: 768px) {
    #ttai-quiz .survey-container {
        padding: 25px;
        margin: 0 10px;
        margin-bottom: 25px;
    }
}

@media (min-width: 600px) {
    #ttai-quiz .next-button {
        margin-top: 25px;
        width: 400px;
    }
}



/* TTAI Get App Modal Styling */

  
  #ttai-redeem-join .success-ct .flex-ct {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  
  #ttai-redeem-join .success-ct .ios-col,
  #ttai-redeem-join .success-ct .android-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  #ttai-redeem-join .success-ct h2 {
    color: white;
    font-family: 'proxima-nova', sans-serif;
    font-size: 24px;
    font-weight: 700;
  }
  
  #ttai-redeem-join .success-ct .get-btn {
    background: transparent;
    border: none;
    padding: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 15px;
  }
  
  #ttai-redeem-join .success-ct .get-btn:hover {
    transform: translateY(-3px);
  }
  
  #ttai-redeem-join .success-ct .get-btn img {
    height: 37px;
    width: auto;
    transition: all 0.3s ease;
    margin-top: 8px;
    margin-bottom: 9px;
  }
  
  #ttai-redeem-join .success-ct .get-btn img.android {
    height: 55px;
  }
  
  #ttai-redeem-join .success-ct .qr-link {
    font-family: 'proxima-nova', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #02DB73;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    display: inline-block;
  }
  
  #ttai-redeem-join .success-ct .qr-link:hover {
    color: #45CAFF;
    transform: translateY(-1px);
  }
  
  #ttai-redeem-join .success-ct .qr-img {
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    /* display: none; */
    transition: all 0.3s ease;
    margin: 0 auto;
  }
  
  /* #ttai-redeem-join .success-ct .qr-img[style*="display: block"] {
    display: block !important;
    animation: fadeInScale 0.5s ease-out;
  } */
  
  @keyframes fadeInScale {
    from {
      opacity: 0;
      transform: scale(0.8);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  #ttai-redeem-join .success-ct .util-line.vertical {
    width: 2px;
    height: 120px;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    margin: 0 20px;
  }
  
  #ttai-redeem-join .success-ct .closeModal {
    background: linear-gradient(
      130deg,
      rgba(244, 3, 86, 1) 0%,
      rgba(70, 58, 191, 1) 100%
    );
    color: #ffffff;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255, 27, 107, 0.3);
  }
  
  #ttai-redeem-join .success-ct .closeModal:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 27, 107, 0.4);
  }
  
  #ttai-redeem-join .success-ct .closeModal:active {
    transform: translateY(0);
  }
  
  #ttai-redeem-join .success-ct h3  {
    font-family: 'proxima-nova', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  #ttai-redeem-join .success-ct > p {
    text-align: center;
    max-width: 390px;
  }
  
  /* Mobile Responsive for Get App Modal */
  @media (max-width: 600px) {
   
    #ttai-redeem-join .success-ct .flex-ct {
      flex-direction: column;
      gap: 25px;
    }
    
    #ttai-redeem-join .success-ct .util-line.vertical {
      display: none;
    }
    
    #ttai-redeem-join .success-ct h2 {
      font-size: 20px;
      margin-bottom: 0;
    }
    
    #ttai-redeem-join .success-ct .get-btn {
      margin-bottom: 0;
    }
    
    #ttai-redeem-join .success-ct .get-btn img {
      height: 90px;
    }
    
    #ttai-redeem-join .success-ct .get-btn img.android {
      height: 98px;
    }
    
    #ttai-redeem-join .success-ct .qr-img {
      width: 100px;
      height: 100px;
    }
    
    #ttai-redeem-join .success-ct .closeModal {
      font-size: 14px;
      padding: 10px 25px;
    }
  }
  
  @media (max-width: 400px) {
   
    
    #ttai-redeem-join .success-ct h2 {
      font-size: 18px;
    }
    
    #ttai-redeem-join .success-ct .get-btn img {
      height: 35px;
    }
    
    #ttai-redeem-join .success-ct .get-btn img.android {
      height: 45px;
    }
    
    #ttai-redeem-join .success-ct .qr-img {
      width: 90px;
      height: 90px;
    }
  }

/* =========================================
   HOLIDAY PROMO STYLES (Added)
   ========================================= */

:root {
  --infinity-red: hsl(343, 100%, 50%);
  --infinity-blue: hsl(218, 97%, 47%);
  --background: hsl(225, 25%, 6%);
  --foreground: hsl(0, 0%, 98%);
  --primary: hsl(343, 100%, 50%);
  --primary-foreground: hsl(0, 0%, 100%);
  --secondary: hsl(218, 97%, 47%);
  --secondary-foreground: hsl(0, 0%, 100%);
  --muted: hsl(225, 15%, 15%);
  --muted-foreground: hsl(220, 10%, 60%);
  --border: hsl(225, 15%, 18%);
  --radius: 0.75rem;
  --gradient-primary: linear-gradient(135deg, hsl(343, 100%, 50%) 0%, hsl(218, 97%, 47%) 100%);
  --shadow-glow-red: 0 0 60px hsla(343, 100%, 50%, 0.3);
}

/* Utilities */
.container { width: 100%; max-width: 1400px; margin: 0 auto; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.pt-24 { padding-top: 6rem; }
.relative { position: relative; }
.absolute { position: absolute; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.overflow-hidden { overflow: hidden; }
.z-10 { z-index: 10; }
.w-full { width: 100%; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.gap-6 { gap: 1.5rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-2xl { max-width: 42rem; }
.font-heading { font-family: 'Montserrat', system-ui, sans-serif; font-weight: 700; }
.font-bold { font-weight: 700; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-foreground { color: var(--foreground); }
.text-muted-foreground { color: var(--muted-foreground); }
.text-gradient { background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.border-b { border-bottom-width: 1px; }
.border-border-50 { border-color: hsla(225, 15%, 18%, 0.5); }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.text-center { text-align: center; }
.mr-3 { margin-right: 0.75rem; }
.w-6 { width: 1.5rem; }
.h-6 { height: 1.5rem; }
.w-4 { width: 1rem; }
.h-4 { height: 1rem; }
.hidden { display: none; }
.block { display: block; }

/* Responsive */
@media (min-width: 768px) {
  .md\:pt-28 { padding-top: 7rem; }
  .md\:gap-8 { gap: 2rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
  .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
}
@media (min-width: 1024px) {
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
  .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .lg\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
}
@media (min-width: 640px) {
  .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
}

/* Holiday Promo Specifics */
.holiday-promo {
  background: linear-gradient(to bottom right, var(--background), var(--background), hsla(218, 97%, 47%, 0.2));
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 160px;
}
.promo-description {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #6d768e; /* Even darker */
  max-width: 100%;
  margin-top: -10px; /* Pull it closer to the first paragraph */
}
@media (min-width: 1024px) {
  .holiday-promo h2 {
    font-size: 3.75rem;
    line-height: 1.1;
    max-width: 90%;
  }
  .holiday-promo p:not(.promo-description) {
     font-size: 1.35rem;
     line-height: 1.6;
     max-width: 700px;
     color: #e6f1ff;
  }
  .promo-description {
    font-size: 1rem;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .holiday-promo {
    padding-top: 140px;
  }
  .holiday-promo h2 {
    font-size: 2.2rem; /* Bigger mobile heading */
    line-height: 1.2;
    margin-bottom: 20px; /* More margin bottom */
  }
}
.bg-radial-primary-tr { background: radial-gradient(ellipse at top right, hsla(343, 100%, 50%, 0.15), transparent 50%); }
.bg-radial-secondary-bl { background: radial-gradient(ellipse at bottom left, hsla(218, 97%, 47%, 0.1), transparent 50%); }
.ribbon-accent { position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, hsla(343, 100%, 50%, 0.5), transparent); }
.bottom-accent { position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, hsla(343, 100%, 50%, 0.3), transparent); }
.promo-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: hsla(343, 100%, 50%, 0.1); backdrop-filter: blur(4px); border-radius: 9999px; color: var(--primary); font-size: 0.875rem; font-weight: 500; border: 1px solid hsla(343, 100%, 50%, 0.3); width: fit-content; }

.btn-promo { position: relative; overflow: hidden; display: inline-flex; align-items: center; background: var(--primary); color: var(--primary-foreground); font-weight: 700; font-size: 1.125rem; padding: 0.75rem 1.25rem; border-radius: 0.5rem; letter-spacing: 0.025em; box-shadow: 0 25px 50px -12px hsla(343, 100%, 50%, 0.25); transition: all 0.3s ease; text-decoration: none; margin-top: 35px; }
@media (min-width: 768px) {
  .btn-promo { padding: 1rem 2rem; margin-top: 25px; }
}
.btn-promo:hover { transform: scale(1.03); background: hsla(343, 100%, 45%, 1); }
.btn-promo.shimmer::before { content: ''; position: absolute; top: 0; left: -100%; width: 200%; height: 100%; background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.3), transparent); transform: skewX(-12deg); animation: shimmer 2s ease-in-out infinite; }
@keyframes shimmer { 0% { left: -100%; } 50%, 100% { left: 100%; } }

.sparkle { position: absolute; color: hsla(343, 100%, 50%, 0.3); animation: sparkle-float 4s ease-in-out infinite; }
.sparkle-1 { top: 8rem; }
.sparkle-1.left { left: 15%; }
.sparkle-2 { bottom: 3rem; left: 10%; color: hsla(218, 97%, 47%, 0.2); animation-delay: 1s; animation-duration: 5s; }
.sparkle-2.right { right: 10%; left: auto; }
@keyframes sparkle-float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(10deg); } }

/* Phone Mockup */
.phone-mockup-bg { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 300px; height: 400px; pointer-events: none; opacity: 0.3; }
@media (min-width: 768px) { .phone-mockup-bg { width: 400px; height: 500px; } }
@media (min-width: 1024px) { .phone-mockup-bg { width: 500px; height: 600px; } }
.phone-frame-iso { position: absolute; right: 0; top: 50%; transform: translateY(-50%) perspective(1000px) rotateY(-15deg) rotateX(5deg) rotateZ(2deg); width: 180px; height: 360px; background: linear-gradient(to bottom right, hsla(343, 100%, 50%, 0.2), hsla(218, 97%, 47%, 0.1)); border-radius: 40px; border: 1px solid hsla(343, 100%, 50%, 0.3); backdrop-filter: blur(4px); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5); }
@media (min-width: 768px) { .phone-frame-iso { width: 220px; height: 440px; } }
@media (min-width: 1024px) { .phone-frame-iso { width: 260px; height: 520px; } }
.phone-screen-iso { position: absolute; inset: 12px; border-radius: 32px; background: linear-gradient(to bottom right, hsla(343, 100%, 50%, 0.1), transparent); overflow: hidden; }
@media (min-width: 768px) { .phone-screen-iso { inset: 16px; } }
.screen-content { width: 100%; height: 100%; display: flex; flex-direction: column; gap: 0.75rem; padding: 1rem; }
.placeholder-icon { width: 4rem; height: 4rem; border-radius: 1rem; background: hsla(343, 100%, 50%, 0.2); }
.placeholder-line { height: 0.75rem; border-radius: 9999px; background: hsla(0, 0%, 98%, 0.15); }
.placeholder-line.w-75 { width: 75%; }
.placeholder-line.w-50 { width: 50%; }
.placeholder-cards { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }
.placeholder-card { width: 100%; height: 3rem; border-radius: 0.75rem; background: hsla(343, 100%, 50%, 0.1); }
.placeholder-card:nth-child(2) { background: hsla(343, 100%, 50%, 0.08); }
.placeholder-card:nth-child(3) { background: hsla(343, 100%, 50%, 0.06); }
.phone-notch { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 5rem; height: 1.25rem; background: hsla(225, 25%, 6%, 0.5); border-radius: 9999px; }

/* SVG */
.fill-current { fill: currentColor; }

/* Added utilities */
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.text-foreground-80 { color: hsla(0, 0%, 98%, 1); }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.max-w-2xl { max-width: 42rem; }
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 640px) {
  .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
}
@media (min-width: 768px) {
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
}
@media (min-width: 1024px) {
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

.leading-tight { line-height: 1.25; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }

/* ===== Moved Sections Styles ===== */

:root {
  --glass-bg: hsla(225, 20%, 10%, 0.7);
  --glass-border: hsla(225, 15%, 25%, 0.5);
  --card: hsl(225, 20%, 9%);
  --card-foreground: hsl(0, 0%, 98%);
  --accent: hsl(225, 15%, 12%);
  --accent-foreground: hsl(0, 0%, 98%);
  --destructive: hsl(0, 84%, 60%);
  --destructive-foreground: hsl(0, 0%, 98%);
  --gradient-primary-hover: linear-gradient(135deg, hsl(343, 100%, 55%) 0%, hsl(218, 97%, 52%) 100%);
  --shadow-glow-blue: 0 0 60px hsla(218, 97%, 47%, 0.3);
  --shadow-card: 0 25px 50px -12px hsla(0, 0%, 0%, 0.5);
}

.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
@media (min-width: 768px) {
  .md\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
}

.grid { display: grid; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gap-4 { gap: 1rem; }
.w-full { width: 100%; }
.max-w-3xl { max-width: 48rem; }
.max-w-xl { max-width: 36rem; }
.mt-8 { margin-top: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.gap-6 { gap: 1.5rem; }

@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .sm\:gap-6 { gap: 1.5rem; }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.tool-logos-section,
.product-showcase {
  width: 100%;
  font-family: 'Inter', system-ui, sans-serif;
}

.tool-logo-card {
  aspect-ratio: 1;
  border-radius: 1rem;
  background: hsla(225, 15%, 15%, 0.5);
  border: 1px solid hsla(225, 15%, 18%, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.tool-logo-card:hover {
  background: hsla(225, 15%, 15%, 0.8);
}

.tool-logo-card:hover .tool-logo-icon {
  transform: scale(1.1);
}

.tool-logo-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  transition: transform 0.3s ease;
}

@media (min-width: 640px) {
  .tool-logo-icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.tool-logo-icon span {
  font-size: 1.125rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .tool-logo-icon span {
    font-size: 1.25rem;
  }
}

.tool-logo-name {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--muted-foreground);
  text-align: center;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .tool-logo-name {
    font-size: 0.875rem;
  }
}

.showcase-card {
  border-radius: 1.5rem;
  padding: 2rem;
  transition: all 0.3s ease;
}

.showcase-card:hover {
  border-color: hsla(343, 100%, 50%, 0.3);
}

.showcase-card:hover .showcase-icon {
  transform: scale(1.1);
}

.showcase-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--primary-foreground);
  transition: transform 0.3s ease;
}

.gradient-primary-secondary {
  background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.gradient-secondary {
  background: linear-gradient(to bottom right, var(--secondary), hsla(218, 97%, 47%, 0.7));
}

.gradient-secondary-primary {
  background: linear-gradient(to bottom right, var(--secondary), var(--primary));
}

.gradient-primary-80 {
  background: linear-gradient(to bottom right, hsla(343, 100%, 50%, 0.8), hsla(218, 97%, 47%, 0.8));
}

.text-primary { color: var(--primary); }
.font-semibold { font-weight: 600; }

.banner-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#ttai-redeem-join .header-logo-holiday {
    width: 140px;
    margin-bottom: 50px;
}

@media (max-width: 600px) {
  #ttai-redeem-join .header-logo-holiday {
    margin-bottom: 0px;
  }
}