/* ------------------- */
/* Hero Section        */
/* ------------------- */
.hero {
    padding: 6rem 0; /* Creates vertical space */
    text-align: center; /* Centers all the content */
}

.hero-title {
    font-family: var(--ff-headings);
    font-size: clamp(2.5rem, 5vw, 4rem); /* Responsive font size */
    line-height: 1.1;
    max-width: 20ch; /* Limits the line length for readability */
    margin: 0 auto; /* Centers the title */
}

.hero-subtitle {
    font-size: 1.25rem;
    max-width: 60ch;
    margin: 1.5rem auto 2.5rem; /* Top, horizontal, bottom margin */
    color: rgba(245, 245, 245, 0.85); /* Slightly less bright than pure white */
}

.hero-highlights {
    margin: 3rem auto 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    max-width: 900px;
    text-align: left;
}

.hero-highlights li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 24px 30px rgba(15, 23, 42, 0.2);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.hero-highlights li:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 215, 0, 0.35);
}

.hero-highlight-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--clr-accent-gold);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 215, 0, 0.12);
    border-radius: 50%;
    padding: 8px;
}

.hero-highlight-icon svg {
    width: 100%;
    height: 100%;
}

.hero-highlight-copy strong {
    display: block;
    font-family: var(--ff-headings);
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
}

.hero-highlight-copy span {
    color: rgba(245, 245, 245, 0.75);
    font-size: 0.95rem;
    line-height: 1.5;
}

.trust-bar {
    padding: 2.5rem 0;
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.trust-bar-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.trust-bar-title {
    font-family: var(--ff-headings);
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(245, 245, 245, 0.7);
}

.trust-bar-chips {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.trust-bar-chips li {
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(15, 23, 55, 0.45);
    font-size: 0.9rem;
    color: rgba(245, 245, 245, 0.85);
    letter-spacing: 0.01em;
}

/* ------------------------ */
/* Industries Section (Home)*/
/* ------------------------ */
.industries {
    padding: 6rem 0;
}

.section-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.section-intro h2 {
    font-family: var(--ff-headings);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-intro p {
    font-size: 1.1rem;
    max-width: 60ch;
    margin: 0 auto;
    color: rgba(245, 245, 245, 0.85);
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.industry-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 2rem;
    transition: background 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.industry-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.card-icon {
    color: var(--clr-accent-gold);
    margin-bottom: 1rem;
    height: 40px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.lucide-icon {
    width: 100%;
    height: 100%;
}

.industry-card h3 {
    font-family: var(--ff-headings);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

/* ------------------------ */
/* Services Section (Home)  */
/* ------------------------ */
.services {
    padding: 6rem 0;
    background-color: #000;
}

.services-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    align-items: center;
}

.services-content h2 {
    font-family: var(--ff-headings);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.services-content p {
    font-size: 1.1rem;
    color: rgba(245, 245, 245, 0.85);
    max-width: 50ch;
}

.services-list ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.services-list li {
    padding-left: 1.5rem;
    border-left: 3px solid var(--clr-accent-orange);
}

.services-list h3 {
    font-family: var(--ff-headings);
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

/* ------------------------ */
/* CTA Section              */
/* ------------------------ */
.cta {
    padding: 6rem 0;
    text-align: center;
    background: linear-gradient(90deg, var(--clr-accent-orange), var(--clr-accent-gold));
    color: var(--clr-dark);
}

.cta h2 {
    font-family: var(--ff-headings);
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.cta p {
    font-size: 1.15rem;
    max-width: 55ch;
    margin: 0 auto 2.5rem;
}

.button-secondary {
    background: var(--clr-dark);
    color: var(--clr-light);
    font-family: var(--ff-headings);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    display: inline-block;
    transition: transform 0.3s ease, background 0.3s ease;
}

.button-secondary:hover {
    background: #000;
    transform: scale(1.05);
}

.journey {
    padding: 6rem 0 5rem;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.6), rgba(24, 33, 54, 0.85));
}

.journey-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.journey-header h2 {
    font-family: var(--ff-headings);
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}

.journey-header p {
    color: rgba(245, 245, 245, 0.8);
    font-size: 1.05rem;
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
}

.journey-step {
    background: rgba(8, 11, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 2.25rem 2rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 30px 45px rgba(9, 14, 23, 0.35);
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.journey-step::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 215, 0, 0.15), transparent 60%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.journey-step:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 215, 0, 0.28);
}

.journey-step:hover::after {
    opacity: 1;
}

.journey-step-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: rgba(255, 140, 0, 0.14);
    color: var(--clr-accent-gold);
}

.journey-step-icon svg {
    width: 24px;
    height: 24px;
}

.journey-step h3 {
    font-family: var(--ff-headings);
    font-size: 1.35rem;
}

.journey-step p {
    color: rgba(245, 245, 245, 0.76);
    line-height: 1.6;
}

/* ------------------------ */
/* Contact Page */
.contact-content {
    padding: 6rem 0;
}

/* ==============================
   Eos Bubble (Preview Chat)
   ============================== */
#eos-bubble-root { position: fixed; right: 16px; bottom: calc(16px + 16px); z-index: 9999; }
@supports (right: max(16px, env(safe-area-inset-right))) {
  #eos-bubble-root {
    right: max(16px, env(safe-area-inset-right));
    bottom: calc(max(16px, env(safe-area-inset-bottom)) + 16px);
  }
}
.bubble-debug #eos-bubble-root {
    outline: 2px dashed #facc15;
}
.bubble-debug .eos-bubble-btn {
    box-shadow: 0 0 0 2px rgba(250, 204, 21, 0.6), 0 6px 20px rgba(0,0,0,0.15);
}
.bubble-debug .eos-bubble-panel {
    outline: 2px dashed rgba(59, 130, 246, 0.7);
}
.bubble-debug .mobile-nav {
    outline: 2px dashed rgba(248, 113, 113, 0.6);
}
.eos-bubble-btn { width: 56px; height: 56px; border-radius: 999px; background: linear-gradient(90deg, var(--clr-accent-orange), var(--clr-accent-gold)); color: var(--clr-dark); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 6px 20px rgba(0,0,0,0.15); font-size: 24px; }
.mobile-nav.active ~ #eos-bubble-root { display: none; }
.eos-bubble-btn:hover { filter: brightness(1.05); }
.eos-bubble-panel {
    position: absolute;
    right: 0;
    bottom: 72px;
    width: 320px;
    max-height: 60vh;
    background: rgba(15, 23, 42, 0.96);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(2, 6, 23, 0.6);
    display: none;
    overflow: hidden;
    backdrop-filter: blur(12px);
}
.eos-bubble-panel[aria-expanded="true"] { display: flex; flex-direction: column; }
.eos-bubble-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: rgba(15, 23, 42, 0.92);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}
.eos-bubble-title {
    font-weight: 600;
    font-size: 14px;
    color: #f8fafc;
    letter-spacing: 0.02em;
}
.eos-bubble-close {
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 999px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    cursor: pointer;
    color: #f1f5f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.eos-bubble-close:hover,
.eos-bubble-close:focus-visible {
    background: rgba(59, 130, 246, 0.3);
    border-color: rgba(59, 130, 246, 0.5);
}
.eos-bubble-disclaimer {
    padding: 10px 16px;
    font-size: 12px;
    color: rgba(226, 232, 240, 0.72);
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(10, 18, 32, 0.9);
}
.eos-bubble-messages {
    padding: 14px 16px;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.eos-bubble-msg {
    max-width: 85%;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.5;
    color: #e5e7eb;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(30, 41, 59, 0.82);
    backdrop-filter: blur(4px);
}
.eos-bubble-msg.user {
    align-self: flex-end;
    background: linear-gradient(135deg, rgba(253, 186, 116, 0.32), rgba(249, 115, 22, 0.38));
    color: #111827;
    border-color: rgba(248, 196, 89, 0.4);
}
.eos-bubble-msg.bot {
    align-self: flex-start;
    color: #e2e8f0;
}
.eos-bubble-msg.sys {
    align-self: center;
    background: rgba(250, 204, 21, 0.2);
    color: #facc15;
    border: 1px solid rgba(250, 204, 21, 0.35);
}
.eos-bubble-msg.typing { background: transparent; border: none; padding: 4px 0; }
.typing-container {
  display: inline-block;
  background: rgba(30, 41, 59, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 20px;
  padding: 10px 14px;
}
.typing-dots { display: inline-flex; gap: 4px; }
.typing-dots span { width: 7px; height: 7px; border-radius: 50%; background: #94a3b8; opacity: 0.5; animation: typing-bounce 1.4s infinite ease-in-out; }
.typing-dots span:nth-child(2) { animation-delay: .2s; }
.typing-dots span:nth-child(3) { animation-delay: .4s; }

@keyframes typing-bounce {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.4; }
  40% { transform: translateY(-3px); opacity: 0.9; }
}
.eos-bubble-input {
    display: flex;
    gap: 8px;
    padding: 12px 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(10, 18, 32, 0.92);
}
.eos-bubble-input input {
    flex: 1;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 15px;
    background: rgba(30, 41, 59, 0.85);
    color: #f8fafc;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.eos-bubble-input input::placeholder { color: rgba(226, 232, 240, 0.55); }
.eos-bubble-input input:focus-visible {
    border-color: rgba(248, 196, 89, 0.7);
    box-shadow: 0 0 0 2px rgba(248, 196, 89, 0.2);
    outline: none;
}
.eos-bubble-send {
    background: linear-gradient(135deg, var(--clr-accent-orange), var(--clr-accent-gold));
    color: var(--clr-dark);
    border: none;
    border-radius: 10px;
    padding: 10px 14px;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(248, 196, 89, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.eos-bubble-send:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(248, 196, 89, 0.42);
}
.eos-bubble-footer {
    display: flex;
    gap: 8px;
    padding: 10px 16px 16px;
    background: rgba(10, 18, 32, 0.92);
}
.eos-bubble-cta {
    background: rgba(30, 41, 59, 0.85);
    color: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.28);
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 12px;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.eos-bubble-cta:hover {
    border-color: rgba(248, 196, 89, 0.55);
    transform: translateY(-1px);
}
.eos-bubble-contact {
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    padding: 12px 16px 16px;
    display: block;
    background: rgba(10, 18, 32, 0.94);
}
.eos-bubble-contact[hidden] { display: none !important; }
.eos-bubble-contact-row { margin-bottom: 10px; }
.eos-bubble-contact-row input, .eos-bubble-contact-row textarea {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 13px;
    background: rgba(30, 41, 59, 0.85);
    color: #f8fafc;
}
.eos-bubble-contact-row textarea { resize: vertical; }
.eos-bubble-contact-actions { display: flex; gap: 8px; margin-top: 10px; }
.eos-bubble-contact-status { font-size: 12px; color: rgba(226, 232, 240, 0.7); margin-top: 8px; }

/* FAQ Quick Replies */
.eos-bubble-quick-replies {
    padding: 12px 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(10, 18, 32, 0.9);
}
.eos-quick-replies-title {
    font-size: 12px;
    color: rgba(226, 232, 240, 0.75);
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.eos-quick-replies-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.eos-quick-reply-btn {
    background: rgba(30, 41, 59, 0.85);
    color: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1.4;
}
.eos-quick-reply-btn:hover {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.5);
    transform: translateY(-1px);
}
.eos-quick-reply-btn:active {
    transform: translateY(0);
}
.eos-bubble-cta-primary {
    background: linear-gradient(135deg, rgba(253, 186, 116, 0.32), rgba(249, 115, 22, 0.38));
    color: #111827;
    border: 1px solid rgba(248, 196, 89, 0.4);
    font-weight: 600;
}
.eos-bubble-cta-primary:hover {
    background: linear-gradient(135deg, rgba(253, 186, 116, 0.42), rgba(249, 115, 22, 0.48));
    border-color: rgba(248, 196, 89, 0.6);
}
.eos-bubble-cta-secondary {
    background: rgba(30, 41, 59, 0.85);
    color: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.28);
}

@media (max-width: 600px) {
  #eos-bubble-root {
    right: 12px;
  }
  @supports (right: max(16px, env(safe-area-inset-right))) {
    #eos-bubble-root {
      right: max(12px, env(safe-area-inset-right));
    }
  }
  .journey {
    padding: 5rem 0 4rem;
  }
  .journey-header p {
    font-size: 1rem;
  }
  .journey-step {
    padding: 1.75rem 1.5rem;
  }
  .trust-bar-layout {
    align-items: stretch;
  }
  .trust-bar-chips li {
    flex: 1 1 48%;
    text-align: center;
  }
}

/* Mobile: Full-screen chat modal (Claude-style) */
@media (max-width: 768px) {
  /* Bubble button: Keep bottom-right with safe-area */
  #eos-bubble-root {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(24px, env(safe-area-inset-bottom));
  }

  /* Panel: Full-screen modal when open */
  .eos-bubble-panel[aria-expanded="true"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh; /* Dynamic viewport height */
    max-height: none;
    border-radius: 0;
    border: none;
    z-index: 9999;
    animation: slideUpModal 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  /* Slide-up animation */
  @keyframes slideUpModal {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* Header: Full-width with safe-area */
  .eos-bubble-header {
    padding: max(16px, env(safe-area-inset-top) + 8px) 20px 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  }

  /* Title: Larger for mobile */
  .eos-bubble-title {
    font-size: 18px;
    font-weight: 600;
  }

  /* Close button: Larger tap target (44px+) */
  .eos-bubble-close {
    width: 44px;
    height: 44px;
    font-size: 24px;
    border-radius: 50%;
  }

  /* Disclaimer: Better padding and font size */
  .eos-bubble-disclaimer {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  /* Messages area: Full height, touch scrolling */
  .eos-bubble-messages {
    flex: 1;
    padding: 16px 20px;
    gap: 12px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Messages: Larger, more readable */
  .eos-bubble-msg {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 16px;
    max-width: 85%;
    border-radius: 18px;
  }

  /* User messages: Better contrast */
  .eos-bubble-msg.user {
    background: linear-gradient(135deg, rgba(253, 186, 116, 0.4), rgba(249, 115, 22, 0.45));
    color: #0a0a0a;
    font-weight: 500;
  }

  /* Bot messages: Improved styling */
  .eos-bubble-msg.bot {
    background: rgba(30, 41, 59, 0.9);
    color: #f1f5f9;
  }

  /* Typing indicator: Compact and visible on mobile */
  .typing-container {
    background: rgba(30, 41, 59, 0.9);
    padding: 8px 12px;
    border-radius: 16px;
  }
  .typing-dots { gap: 5px; }
  .typing-dots span {
    width: 7px;
    height: 7px;
    opacity: 0.6;
    background: #fb923c;
  }

  /* Input area: Safe-area padding, larger targets */
  .eos-bubble-input {
    padding: 12px 20px max(20px, env(safe-area-inset-bottom) + 12px);
    gap: 10px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
  }

  /* Input field: 16px to prevent iOS zoom */
  .eos-bubble-input input {
    font-size: 16px;
    padding: 13px 16px;
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.35);
  }

  /* Send button: Larger tap target (44px+) */
  .eos-bubble-send {
    min-height: 48px;
    min-width: 70px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
  }

  /* Footer CTAs: Better spacing */
  .eos-bubble-footer {
    padding: 12px 20px 16px;
    gap: 10px;
  }

  .eos-bubble-cta {
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 12px;
    min-height: 44px;
  }

  /* Contact form: Improved mobile layout */
  .eos-bubble-contact {
    padding: 16px 20px max(20px, env(safe-area-inset-bottom) + 12px);
  }

  .eos-bubble-contact-row input,
  .eos-bubble-contact-row textarea {
    font-size: 16px; /* Prevent zoom */
    padding: 13px 16px;
    min-height: 48px;
    border-radius: 12px;
  }

  .eos-bubble-contact-row textarea {
    min-height: 96px;
  }

  /* Hero and other elements (preserve existing) */
  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .trust-bar-chips li {
    flex: 1 1 100%;
  }
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.contact-info h3 {
    font-family: var(--ff-headings);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.contact-info p {
    margin-bottom: 2rem;
    color: rgba(245, 245, 245, 0.85);
}

.contact-info ul {
    list-style: none;
}

.contact-info li {
    margin-bottom: 1rem;
    color: rgba(245, 245, 245, 0.85);
}

.contact-info strong {
    color: var(--clr-light);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: var(--clr-light);
    font-family: var(--ff-body);
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--clr-accent-gold);
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.2);
}

.form-submit-btn {
    width: 100%;
    border: none;
    cursor: pointer;
}

#form-status {
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
}

#form-status:not(:empty) {
    background: rgba(255, 255, 255, 0.1);
}

/* Industries Page (Parallax) */
/* ------------------------ */
/* Blog Page Styles         */
/* ------------------------ */

.blog-list-section {
    padding: 6rem 0;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.post-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: var(--clr-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.post-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-card-content {
    padding: 1.5rem;
}

.post-card-title {
    font-family: var(--ff-headings);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.post-card-date {
    font-size: 0.9rem;
    color: rgba(245, 245, 245, 0.7);
}

/* ------------------------ */
/* Single Post Page Styles  */
/* ------------------------ */

.post-section {
    padding: 6rem 0;
}

.post-container {
    max-width: 800px;
    margin: 0 auto;
}

.post-container h1 {
    font-family: var(--ff-headings);
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.post-date {
    color: rgba(245, 245, 245, 0.7);
    margin-bottom: 2rem;
}

.post-main-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.post-body p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.7;
}
/* ==================== */
/* PRICING PAGE STYLES */
/* ==================== */

.pricing-section {
    padding: 6rem 0;
    background: #000;
}

.pricing-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.pricing-intro h1 {
    font-family: var(--ff-headings);
    font-size: 3rem;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, var(--clr-accent-orange), var(--clr-accent-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-intro p {
    font-size: 1.2rem;
    color: rgba(245, 245, 245, 0.85);
}

.pricing-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: 3rem 0;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 2.5rem;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.pricing-card:hover { transform: translateY(-6px); }
.pricing-card.highlighted { border-color: var(--clr-accent-gold); box-shadow: 0 8px 24px rgba(255, 215, 0, 0.15); }
.pricing-card .plan-title { font-family: var(--ff-headings); font-size: 1.4rem; margin-bottom: 0.25rem; }
.pricing-card .plan-price { font-size: 2rem; font-weight: 700; margin-bottom: 0.5rem; background: linear-gradient(90deg, var(--clr-accent-orange), var(--clr-accent-gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.pricing-card .plan-desc { color: rgba(245,245,245,0.85); margin-bottom: 1rem; min-height: 2.5em; }

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.pricing-card.popular {
    border: 2px solid var(--clr-accent-gold);
    position: relative;
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--clr-accent-gold);
    color: var(--clr-dark);
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: var(--ff-headings);
}

.launch-badge {
    position: absolute;
    top: -12px;
    right: 1rem;
    background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    font-family: var(--ff-headings);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.4);
}

.plan-price .regular-price {
    text-decoration: line-through;
    opacity: 0.6;
    font-size: 0.8em;
    margin-right: 0.5rem;
    color: rgba(245, 245, 245, 0.7) !important;
    -webkit-text-fill-color: rgba(245, 245, 245, 0.7) !important;
}

.plan-name {
    font-family: var(--ff-headings);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--clr-light);
}

.plan-price {
    font-family: var(--ff-headings);
    font-size: 2.5rem;
    margin: 1rem 0;
    background: linear-gradient(90deg, var(--clr-accent-orange), var(--clr-accent-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.plan-price span {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(245, 245, 245, 0.7);
}

.label-hint {
    display: block;
    font-weight: normal;
    font-size: 0.85em;
    color: rgba(245, 245, 245, 0.6);
    font-style: italic;
    margin-top: 4px;
    line-height: 1.4;
}

.plan-description {
    color: rgba(245, 245, 245, 0.85);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.plan-features {
    margin: 2rem 0;
    padding: 0;
    list-style: none;
}

.plan-features li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    color: rgba(245, 245, 245, 0.9);
}

.plan-features li:before {
    content: "✓";
    color: var(--clr-accent-gold);
    font-weight: bold;
    margin-right: 0.5rem;
}

.pricing-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem 1.5rem;
    background: linear-gradient(90deg, var(--clr-accent-orange), var(--clr-accent-gold));
    color: var(--clr-dark);
    border: none;
    border-radius: 8px;
    font-family: var(--ff-headings);
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.pricing-button:hover {
    transform: scale(1.05);
}

.pricing-button.secondary {
    background: transparent;
    color: var(--clr-light);
    border: 2px solid var(--clr-accent-gold);
}

.pricing-button.secondary:hover {
    background: var(--clr-accent-gold);
    color: var(--clr-dark);
}

.signup-section {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 3rem;
    margin: 4rem auto;
    max-width: 600px;
}

.signup-section h2 {
    font-family: var(--ff-headings);
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
    color: var(--clr-light);
}

.signup-section p {
    text-align: center;
    color: rgba(245, 245, 245, 0.85);
    margin-bottom: 2rem;
}

.terms-text {
    text-align: center;
    color: rgba(245, 245, 245, 0.7);
    margin-top: 1.5rem;
    font-size: 0.875rem;
}

.terms-text a {
    color: var(--clr-accent-gold);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .pricing-cards {
        flex-direction: column;
        align-items: center;
    }
    
    .pricing-card {
        width: 100%;
        max-width: none;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-intro h1 {
        font-size: 2.5rem;
    }
    
    .signup-section {
        padding: 2rem;
        margin: 2rem auto;
    }
}
.recent-item-date {
  font-weight: 600;
  color: rgba(248, 196, 89, 0.78);
}

.admin-table tbody tr:hover {
  background: rgba(30, 41, 59, 0.55);
}

.admin-table tbody tr:focus-within {
  outline: 2px solid rgba(248, 196, 89, 0.45);
  outline-offset: -2px;
}

/* Free Tier Usage Warning Banner - Brand Orange/Gold */
.free-usage-warning {
  background: rgba(255, 140, 0, 0.05);
  border: 1px solid rgba(255, 140, 0, 0.3);
  border-radius: 12px;
  padding: 14px 16px;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.free-usage-warning::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--grad);
  transition: background 0.3s ease;
}

/* Dismiss button */
.free-warning-dismiss {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  color: var(--muted);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.free-warning-dismiss:hover {
  background: rgba(148, 163, 184, 0.1);
  color: var(--text);
}

.free-warning-dismiss i {
  width: 18px;
  height: 18px;
}

.free-warning-content {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding-right: 32px;
}

.free-warning-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #f97316;
  stroke-width: 2;
}

.free-warning-text {
  flex: 1;
}

.free-warning-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #f97316;
  margin-bottom: 4px;
}

.free-warning-subtitle {
  font-size: 0.85rem;
  color: #fb923c;
}

.free-warning-value-prop {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 8px 0 0 0;
  line-height: 1.5;
}

.free-warning-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

/* Inline pricing within warning banner buttons */
.tier-price-inline {
  font-size: 0.75rem;
  opacity: 0.9;
  font-weight: 500;
  margin-left: 4px;
}

/* Alternative styling for Pro button in warning banner */
.tier-upgrade-btn--alt {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.15), rgba(147, 51, 234, 0.15));
  color: #c084fc;
  border: 1px solid rgba(168, 85, 247, 0.3);
}

.tier-upgrade-btn--alt:hover {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.25), rgba(147, 51, 234, 0.25));
  border-color: rgba(168, 85, 247, 0.5);
}

/* Brand button styling for upgrade CTAs */
.btn-brand {
  background: var(--grad);
  color: #111;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-brand:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.btn-brand i {
  width: 14px;
  height: 14px;
  stroke-width: 2.5;
}

.btn-sm {
  padding: 8px 14px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* FOMO discount banner */
.fomo-discount-banner {
  margin-top: 12px;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.12) 0%, rgba(168, 85, 247, 0.12) 100%);
  border: 1.5px solid rgba(236, 72, 153, 0.3);
  border-radius: 10px;
  text-align: center;
  animation: fomo-pulse 2s ease-in-out infinite;
  box-shadow: 0 4px 16px rgba(236, 72, 153, 0.15);
}

.fomo-icon {
  font-size: 1.2rem;
  margin-right: 8px;
  display: inline-block;
  animation: fomo-bounce 1.5s ease-in-out infinite;
}

.fomo-text {
  font-size: 0.95rem;
  color: #be185d;
  font-weight: 500;
}

.fomo-text strong {
  color: #9d174d;
  font-weight: 700;
}

@keyframes fomo-pulse {
  0%, 100% {
    box-shadow: 0 4px 16px rgba(236, 72, 153, 0.15);
  }
  50% {
    box-shadow: 0 6px 24px rgba(236, 72, 153, 0.25);
  }
}

@keyframes fomo-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

/* Mobile responsiveness for warning banner */
@media (max-width: 768px) {
  .free-warning-content {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .free-warning-actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
  }

  .free-warning-dismiss {
    top: 8px;
    right: 8px;
  }

  .fomo-discount-banner {
    padding: 10px 12px;
  }

  .fomo-text {
    font-size: 0.85rem;
  }
}

/* ========================= */
/* About Page Styles         */
/* ========================= */

.about-content {
    padding: 6rem 0;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    align-items: center;
}

.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    height: 100%;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.about-text h2 {
    font-family: var(--ff-headings);
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--clr-accent-gold);
}

.about-text p {
    margin-bottom: 1rem;
    color: rgba(245, 245, 245, 0.9);
}

/* ========================= */
/* Industries Page (Parallax)*/
/* ========================= */

.parallax-bg {
    height: 60vh;
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-content {
    padding: 6rem 0;
    background-color: #000;
    margin-bottom: 6rem;
}

.industry-text-box {
    background: rgba(17, 17, 17, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 2.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.industry-text-box h2 {
    font-family: var(--ff-headings);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.industry-text-box p {
    margin-bottom: 1.5rem;
    color: rgba(245, 245, 245, 0.85);
}

.industry-applications {
    list-style: none;
    padding-left: 0;
}

.industry-applications li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.industry-applications li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--clr-accent-gold);
}

/* ----------------------------- */
/* Services Page Styles          */
/* ----------------------------- */

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    min-height: 400px;
}

.service-card {
    background: rgba(255, 255, 255, 0.05);
    border-top: 4px solid var(--clr-accent-orange);
    border-radius: 8px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.service-card h3 {
    font-family: var(--ff-headings);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.service-description {
    color: rgba(245, 245, 245, 0.85);
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.service-features {
    list-style: none;
    padding-left: 0;
}

.service-features li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--clr-accent-gold);
}

