    .content {
        text-align: center;
        color: white;
        padding-top: 200px;
        position: relative;
    }
    
    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .d-flex.justify-content-between {
            flex-direction: column;
            align-items: flex-start;
        }
        .form-check {
            margin-bottom: 0.5rem;
            width: 100%;
        }
        .form-check.me-3 {
            margin-right: 0 !important;
        }
        .row.justify-content-around {
            padding-left: 15px;
            padding-right: 15px;
        }
        .col-12 {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
        .justify-content-center.mx-3 {
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 0 10px;
        }
        .form-check-input {
            width: 20px;
            height: 20px;
            margin-top: 0.2rem;
        }
        .form-control {
            padding: 10px;
            margin-bottom: 10px;
            font-size: 16px; /* Prevents auto-zoom on iOS Safari */
        }
        .form-label {
            margin-bottom: 8px;
            font-weight: 500;
        }
    }
    
    /* Ensure long strings break properly on mobile */
    a[href*="inchikey"] {
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
        display: inline-block;
    }
    
    .tab-pane p {
        padding-right: 5px;
        margin-bottom: 1rem;
        word-break: break-word;
    }
    
    .tab-pane {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    @media (max-width: 576px) {
        .display-6 {
            font-size: 1.5rem;
        }
    }
    
    @media (max-width: 768px) {
        .tab-pane {
            padding: 10px !important;
        }
        .tab-pane.py-3.pt-5 {
            padding-top: 15px !important;
        }
        .col-12.col-md-5.mb-5 {
            margin-bottom: 2rem !important;
        }
        .mb-3 {
            margin-bottom: 1.5rem !important;
        }
    }

/* =========================================
   Home Hero Component
   ========================================= */
.home-hero{
  border-radius: 18px;
  background:
    radial-gradient(1100px 420px at 12% 0%, rgba(40,128,194,.16), transparent 55%),
    radial-gradient(900px 360px at 88% 10%, rgba(239,75,61,.10), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.72));
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 55px rgba(15,23,42,.08);
  overflow: hidden;
}

.home-hero-inner{
  padding: 18px 18px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.home-hero-brand{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: -22px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-hero-logos{
  display:flex;
  align-items:center;
  gap: 12px;
}

.home-hero-logo{
  height: 42px;
  width: auto;
  object-fit: contain;
}
.home-hero-logo--uni{ height: 120px; }

.home-hero-sep{
  width: 1px;
  height: 34px;
  background: rgba(15,23,42,.18);
}

.home-hero-titlewrap{
  flex: 1;
  min-width: 280px;
}

.home-hero-title{
  margin: 0;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: 2.05rem;
  background: linear-gradient(to right, #2880c2, #81c241, #f79a4a, #ef4b3d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-hero-subtitle{
  margin: 6px 0 0;
  color: rgba(15,23,42,.72);
  font-weight: 500;
  font-size: 0.98rem;
  max-width: 900px;
}

.home-hero-typed{
  font-weight: 600;
  color: rgba(15,23,42,.80);
  font-size: 0.98rem;
  padding-top: 2px;
}

.typed-text{ display: inline; }

.typed-caret{
  display: inline-block;
  width: 10px;
  margin-left: 2px;
  border-right: 2px solid rgba(15,23,42,.55);
  height: 1.05em;
  transform: translateY(2px);
  animation: caretBlink 900ms step-end infinite;
}

@keyframes caretBlink{
  0%, 55%{ opacity: 1; }
  56%, 100%{ opacity: 0; }
}

@media (max-width: 768px){
  .home-hero-inner{ padding: 14px 14px; min-height: 160px; }
  .home-hero-title{ font-size: 1.8rem; }
  .home-hero-logo{ height: 36px; }
  .home-hero-logo--uni{ height: 42px; }
}

/* =========================================
   Home Panels (Search Tools)
   ========================================= */
.home-panel{
  position: relative;
  overflow: hidden;
  border-radius: 45px !important;
  border: 10px solid rgba(255,255,255,.22);
  border-color: color-mix(in srgb, var(--card-bg, rgba(255,255,255,.22)) 78%, white 22%);
  background-color: color-mix(in srgb, var(--card-bg, #ffffff) 86%, white 14%) !important;
  box-shadow: 0 12px 32px rgba(15,23,42,.14);
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, filter 180ms ease;
}

/* Subtitle animation */
.home-panel h3{ position: relative; }
.home-panel h3::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-8px;
  width:0;
  height:3px;
  border-radius:999px;
  background: rgba(255,255,255,.55);
  transition: width 220ms ease;
}

@media (hover:hover){
  .home-panel::before{
    content:"";
    position:absolute;
    inset:-40%;
    background:
      radial-gradient(circle at 28% 18%, rgba(255,255,255,.22), transparent 55%),
      radial-gradient(circle at 88% 6%, rgba(255,255,255,.14), transparent 60%);
    opacity:0;
    transition: opacity 220ms ease;
    pointer-events:none;
  }
  .home-panel:hover,
  .home-panel:focus-within{
    transform: translateY(-5px) scale(1.012);
    box-shadow: 0 24px 60px rgba(15,23,42,.26) !important;
    border-color: rgba(255,255,255,.42);
    filter: saturate(1.03);
  }
  .home-panel:hover::before,
  .home-panel:focus-within::before{ opacity:1; }
  .home-panel:hover h3::after,
  .home-panel:focus-within h3::after{ width: 78px; }
}

@media (prefers-reduced-motion: reduce){
  .home-panel, .home-panel::before, .home-panel::after, .home-panel h3::after{
    transition:none !important;
    animation:none !important;
  }
}

/* =========================================
   Example Chips Styling
   ========================================= */
.example-row{
  margin: .35rem 0 1rem;
  display:flex;
  flex-wrap:wrap;
  gap:.45rem .6rem;
  align-items:center;
}
.example-label{ font-weight: 700; font-size: .92rem; color: rgba(255,255,255,.92); }
.example-name{ font-size: .92rem; color: rgba(255,255,255,.90); }

.cx-example{
  margin: .65rem 0 1.1rem;
  padding: .75rem .85rem;
  border-radius: 12px;
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 12px 26px rgba(15,23,42,.12);
}
.bg-green .cx-example,
.bg-orange .cx-example,
.bg-red .cx-example{
  background: rgba(255,255,255,.38);
  border-color: rgba(15,23,42,.14);
}

.cx-example-head{
  display:flex; align-items:center; justify-content:space-between;
  gap:.75rem; flex-wrap:wrap; margin-bottom: .55rem;
}
.cx-example-title{
  font-weight: 800; letter-spacing: -.01em; color: rgba(15,23,42,.92);
  display:flex; align-items:center; gap:.5rem;
}

.cx-chips{ display:flex; flex-wrap:wrap; gap:.5rem .6rem; }
.cx-chip{
  display:inline-flex; align-items:center; gap:.5rem;
  padding: .45rem .6rem; border-radius: 999px; text-decoration: none;
  border: 1px solid rgba(15,23,42,.18); background: rgba(255,255,255,.80);
  color: rgba(15,23,42,.92) !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
  max-width: 100%;
}
.cx-chip:hover{
  transform: translateY(-1px); border-color: rgba(15,23,42,.28);
  background: rgba(255,255,255,.92); box-shadow: 0 14px 28px rgba(15,23,42,.14);
  color: var(--brand-blue, #2880c2) !important;
}
.cx-chip code, .cx-chip i{ color: inherit !important; }
.cx-chip-badge{
  font-weight: 800; font-size: .80rem; padding: .14rem .45rem;
  border-radius: 999px; background: rgba(40,128,194,.10);
  border: 1px solid rgba(40,128,194,.20); white-space: nowrap;
}
.cx-chip code{
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .86rem; letter-spacing: -.01em; overflow-wrap: anywhere;
}

/* Flash animation for inputs */
.cx-input-flash{ animation: cxFlash 650ms ease-out 1; }
@keyframes cxFlash{
  0%{ box-shadow: 0 0 0 0 rgba(255,255,255,.0); }
  30%{ box-shadow: 0 0 0 .25rem rgba(255,255,255,.35); }
  100%{ box-shadow: 0 0 0 0 rgba(255,255,255,.0); }
}

.home-panel .btn.btn-dark{ border-radius: 10px !important; }


.cx-hero-actions {
    margin-top: -25px; /
    display: flex;
    gap: 12px;
}
