
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz\,wght.ttf') format('truetype-variations');
    font-weight: 100 900; 
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Italic-VariableFont_opsz\,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
  }
  

  @supports not (font-variation-settings: normal) {
    @font-face {
      font-family: 'Inter';
      src: url('../fonts/static/Inter_18pt-Regular.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }
    
    @font-face {
      font-family: 'Inter';
      src: url('../fonts/static/Inter_18pt-Bold.ttf') format('truetype');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }
    
    @font-face {
      font-family: 'Inter';
      src: url('../fonts/static/Inter_18pt-Italic.ttf') format('truetype');
      font-weight: 400;
      font-style: italic;
      font-display: swap;
    }
  }
  
  @font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 400 700; 
    font-style: normal;
    font-display: swap;
  }
  

  @supports not (font-variation-settings: normal) {

    @font-face {
      font-family: 'Caveat';
      src: url('../fonts/static/Caveat-Regular.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }
    

    @font-face {
      font-family: 'Caveat';
      src: url('../fonts/static/Caveat-Medium.ttf') format('truetype');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Caveat';
      src: url('../fonts/static/Caveat-SemiBold.ttf') format('truetype');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }
    

    @font-face {
      font-family: 'Caveat';
      src: url('../fonts/static/Caveat-Bold.ttf') format('truetype');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }
  }
  

  .highlight {
    font-family: 'Caveat', cursive;
    color: var(--gold);
    font-weight: 700;
    font-size: 1.5em;
    position: relative;
    display: inline-block;
    transform: rotate(-2deg);
    margin: 0 0.1em;
    padding: 0 0.1em;
    text-shadow: 1px 1px 2px rgba(0, 112, 243, 0.3);
  }
  

  .highlight::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    opacity: 0.7;
    border-radius: 4px;
    transform: scaleX(1.05) translateY(-1px);
  }
  

  @keyframes handwriting {
    0% {
      transform: rotate(-2deg);
    }
    50% {
      transform: rotate(-1deg);
    }
    100% {
      transform: rotate(-2deg);
    }
  }
  
  .highlight {
    animation: handwriting 4s ease-in-out infinite;
  }
  
  /* Logo styles */
  .logo {
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    margin-bottom: 3rem;
    position: relative;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0.5rem;
  }
  
  .logo:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 3px;
  }
  
  h1 {
    font-size: calc(2rem + 3vw);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, var(--light), rgba(249, 250, 251, 0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .tagline {
    font-size: calc(1rem + 0.5vw);
    font-weight: 400;
    line-height: 1.5;
    max-width: 700px;
    margin-bottom: 3rem;
    color: rgba(249, 250, 251, 0.8);
  }
  
  .card-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    position: relative;
    color: #111827;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  }
  
  .card-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
  }
  
  .card-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    color: #1f2937;
    font-weight: 500;
  }
  
  .coming-soon-text {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 5px;
    line-height: 1.4;
  }
  
  .coming-soon-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 12px;
    line-height: 1.4;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .tool-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-right: 100px;
    background: linear-gradient(90deg, white, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    position: relative;
    z-index: 5;
  }
  
  .tool-description {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(249, 250, 251, 0.9);
    margin-bottom: 1.5rem;
    flex-grow: 1;
  }