/* Page heroes */
.page-hero {
    padding: clamp(4rem, 7vw, 5.5rem) clamp(1.75rem, 7vw, 5rem);
  }
  
  .page-hero h1 {
    font-size: clamp(2.1rem, 3vw, 2.8rem);
    letter-spacing: -0.03em;
    margin-bottom: 0.75rem;
  }
  
  .page-hero-subcopy {
    max-width: 42rem;
    color: #6b7280;
    font-size: 0.98rem;
    margin: 0.25rem 0 0;
  }
  
  /* Generic page section wrapper */
  .page-section {
    padding: clamp(3.5rem, 5vw, 4.5rem) clamp(1.75rem, 7vw, 5rem);
  }
  
  /* About page bits */
  .about-highlight-card {
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15,23,42,0.06);
  }
  
  .about-highlight-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
  }
  
  .about-highlight-card ul {
    padding-left: 1.1rem;
    margin: 0;
    font-size: 0.9rem;
    color: #4b5563;
  }
  
  .founder-card {
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15,23,42,0.06);
  }
  
  .founder-card h3 {
    margin-bottom: 0.25rem;
  }
  
  .founder-role {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #6b7280;
    margin-bottom: 0.75rem;
  }
  
  /* Process steps */
  .process-step {
    border-radius: 1rem;
    padding: 1.5rem;
    background: #020617;
    color: #e5e7eb;
    box-shadow: 0 24px 60px rgba(15,23,42,0.45);
  }
  
  .process-step-number {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #f59e0b;
    color: #111827;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
  }
  
  /* Pricing tiers */
  .pricing-section {
    background: #0b1120;
    color: #e5e7eb;
  }
  
  .pricing-section.light-bg {
    background: #f9fafb;
    color: #111827;
  }
  
  .pricing-section.light-bg .section-subcopy {
    color: #6b7280;
  }
  
  .pricing-tier {
    border-radius: 1.25rem;
    padding: 1.6rem 1.8rem;
    background: #020617;
    box-shadow: 0 26px 70px rgba(15,23,42,0.65);
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .pricing-section.light-bg .pricing-tier {
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15,23,42,0.08);
  }
  
  .pricing-tier-featured {
    border: 1px solid rgba(245, 158, 11, 0.6);
  }
  
  .tier-badge {
    position: absolute;
    top: 1.1rem;
    right: 1.2rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.12);
    color: #fbbf24;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  
  .tier-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #9ca3af;
    margin-bottom: 0.4rem;
  }
  
  .tier-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
  
  .tier-price {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
  }
  
  .tier-tagline {
    font-size: 0.9rem;
    color: #9ca3af;
    margin-bottom: 0.75rem;
  }
  
  .tier-list {
    padding-left: 1.1rem;
    font-size: 0.9rem;
    color: #d1d5db;
    margin-bottom: 0.75rem;
  }
  
  .pricing-section.light-bg .tier-list {
    color: #4b5563;
  }
  
  .tier-note {
    font-size: 0.8rem;
    color: #9ca3af;
  }
  
  .small-tier {
    padding: 1.4rem 1.5rem;
  }
  
  /* FAQ */
  .faq-list {
    max-width: 44rem;
    margin-inline: auto;
  }
  
  .faq-item + .faq-item {
    margin-top: 1.75rem;
  }
  
  .faq-item h3 {
    font-size: 1rem;
    margin-bottom: 0.4rem;
  }
  
  .faq-item p {
    font-size: 0.95rem;
    color: #4b5563;
  }
  
  /* Pricing CTA */
  .pricing-cta {
    background: radial-gradient(circle at top, #0b1120 0, #020617 45%, #000000 100%);
    color: #e5e7eb;
  }
  
  .pricing-cta .section-subcopy {
    color: #9ca3af;
  }
  
  .services-grid-section .service-card-main {
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15,23,42,0.06);
    height: 100%;
  }
  
  .service-card-main h3 {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
  }
  
  .service-card-main p {
    font-size: 0.95rem;
    color: #4b5563;
  }
  
  .service-card-main ul {
    margin: 0.75rem 0 0.5rem;
    padding-left: 1.1rem;
    font-size: 0.9rem;
    color: #4b5563;
  }
  
  .service-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    background: rgba(15,23,42,0.05);
    color: #6b7280;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 0.5rem;
  }
  
  .service-verticals-list {
    padding-left: 1.1rem;
    margin-top: 0.75rem;
    font-size: 0.95rem;
    color: #4b5563;
  }
  
  /* Service detail cards */
  .service-detail-card {
    border-radius: 1rem;
    padding: 1.5rem 1.6rem;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15,23,42,0.06);
    height: 100%;
  }
  
  .service-detail-card h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  
  .service-detail-card ul {
    padding-left: 1.1rem;
    margin: 0;
    font-size: 0.9rem;
    color: #4b5563;
  }


.btn-hero {
    border-radius: 999px;
    padding: 0.7rem 1.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  }
  
  .btn-hero-primary {
    background: linear-gradient(135deg, #f4b728, #f59e0b);
    color: #111827;
    box-shadow: 0 12px 30px rgba(180, 106, 10, 0.35);
  }
  .btn-hero-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(180, 106, 10, 0.4);
  }
  
  .btn-hero-secondary {
    background: #0b1530;
    color: #f9fafb;
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.32);
  }
  .btn-hero-secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  }
  
  .stack-section {
    background: #060f28; /* or your dark/brand background */
    color: #f7f7fb;
  }
  
  .stack-title {
    font-size: clamp(1.9rem, 3vw, 2.25rem);
    font-weight: 600;
  }
  
  .stack-intro {
    max-width: 40rem;
    margin-inline: auto;
    opacity: 0.85;
  }
  
  .stack-card {
    border-radius: 1rem;
    padding: 1.75rem 1.5rem;
    background: rgba(10, 20, 50, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease,
      background 0.2s ease;
  }
  
  .stack-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.45);
    border-color: rgba(253, 241, 0, 0.4); /* your gold accent */
    background: rgba(12, 26, 70, 0.98);
  }
  
  .stack-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  .stack-card-text {
    font-size: 0.95rem;
    opacity: 0.9;
    margin-bottom: 0.9rem;
  }
  
  .stack-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0.95rem;
  }
  
  .stack-list li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.35rem;
  }
  
  .stack-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #fdf100; /* accent */
  }
  .stack-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
  }
  
  .tool-icon-lg {
    width: 28px;
    height: 28px;
    opacity: 0.9;
    filter: grayscale(100%) brightness(1.4); /* keeps them subtle on dark bg */
    transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
  }
  
  .tool-icon-lg:hover {
    opacity: 1;
    transform: translateY(-1px) scale(1.03);
    filter: grayscale(0%) brightness(1);
  }
  
  /* if you want to keep the bullet styling you had: */
  .stack-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0.95rem;
  }
  
  .stack-list li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.35rem;
  }
  
  .stack-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #fdf100;
  }

  .tool-icon-lg {
    width: 28px;
    height: 28px;
    opacity: 0.95;
  
    /* recolor black SVG icons to #f5ac1c */
    filter: invert(78%) sepia(79%) saturate(1870%) hue-rotate(-4deg) brightness(101%) contrast(103%);
  
    transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
  }
  
  .tool-icon-lg:hover {
    opacity: 1;
    transform: translateY(-1px) scale(1.06);
    filter: invert(78%) sepia(79%) saturate(2100%) hue-rotate(-4deg) brightness(110%) contrast(110%);
  }

  .light-bg {
    background: #fdf8f1;
  }


.social-icons {
    display: flex;
  justify-content: flex-start; /* Keeps icons together */
  align-items: center;
  gap: 20px;
  /* margin-bottom: 20px; */
  margin-inline: 20px;
  flex-wrap: wrap; /* Optional: helpful for small screens */
  /* padding: 0 10%; */
  }
  
  .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fdd100;
    color: #1c2e50;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  
  .social-icons a:hover {
    background-color: #D69E2E;
  }
  
  .social-icons i {
    font-size: 20px;
  }

  .icons-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    
  }

  
.text-link,
.text-link-sm {
  text-decoration: none;
  font-weight: 500;
  color: #f59e0b;
}

.text-link-sm {
  font-size: 0.9rem;
}

.text-link:hover,
.text-link-sm:hover {
  text-decoration: underline;
}
