     
:root {
    --background: 0 0% 96.08%;
    --foreground: 0 0% 0%;
    --card: 0 0% 100%;
    --card-foreground: 0 0% 0%;
    --popover: 0 0% 100%;
    --popover-foreground: 0 0% 0%;
    --primary: 351 86% 46%;
    --primary-foreground: 0 0% 100%;
    --secondary: 0 0% 96%;
    --secondary-foreground: 0 0% 0%;
    --muted: 0 0% 96%;
    --muted-foreground: 0 0% 45%;
    --accent: 351 86% 46%;
    --accent-foreground: 0 0% 100%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 100%;
    --border: 0 0% 90%;
    --input: 0 0% 90%;
    --ring: 351 86% 46%;
    --radius: .75rem;
    --thrive-red: 353deg 50.85% 46.27%;
    --thrive-black: 0 0% 0%;
    --thrive-white: 0 0% 100%;
    --thrive-gray: 0 0% 96%;
    --thrive-red-dark: 353deg 50.85% 46.27%;
    --thrive-red-light: 351 86% 55%;
    --thrive-red-bg: 351 86% 46%;
    --font-display: "Inter", system-ui, sans-serif;
    --font-body: "Inter", system-ui, sans-serif;
    --font-mono: "JetBrains Mono", monospace;
    --space-hero: 8rem;
    --space-section: 6rem;
    --space-component: 3rem;
    --shadow-hero: 0 25px 50px -12px hsl(var(--thrive-red) / .25);
    --shadow-card: 0 10px 25px -5px hsl(0 0% 0% / .1);
    --shadow-feature: 0 20px 40px -10px hsl(var(--thrive-red) / .15);
    --gradient-hero: linear-gradient(135deg, hsl(var(--thrive-red)), hsl(var(--thrive-red-dark)));
    --gradient-impact: linear-gradient(135deg, hsl(var(--thrive-red)), hsl(var(--thrive-red-light)));
    --gradient-card: linear-gradient(135deg, hsl(var(--background)), hsl(var(--thrive-gray)));
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%
}

.dark {
    --background: 222.2 84% 4.9%;
    --foreground: 210 40% 98%;
    --card: 222.2 84% 4.9%;
    --card-foreground: 210 40% 98%;
    --popover: 222.2 84% 4.9%;
    --popover-foreground: 210 40% 98%;
    --primary: 210 40% 98%;
    --primary-foreground: 222.2 47.4% 11.2%;
    --secondary: 217.2 32.6% 17.5%;
    --secondary-foreground: 210 40% 98%;
    --muted: 217.2 32.6% 17.5%;
    --muted-foreground: 215 20.2% 65.1%;
    --accent: 217.2 32.6% 17.5%;
    --accent-foreground: 210 40% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 210 40% 98%;
    --border: 217.2 32.6% 17.5%;
    --input: 217.2 32.6% 17.5%;
    --ring: 212.7 26.8% 83.9%;
    --sidebar-background: 240 5.9% 10%;
    --sidebar-foreground: 240 4.8% 95.9%;
    --sidebar-primary: 224.3 76.3% 48%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 240 3.7% 15.9%;
    --sidebar-accent-foreground: 240 4.8% 95.9%;
    --sidebar-border: 240 3.7% 15.9%;
    --sidebar-ring: 217.2 91.2% 59.8%
}


.w-20 {
    width: 5rem;
}

.h-20 {
    height: 5rem;
}



.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.break-words {
    overflow-wrap: break-word
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-\[2px\] {
    border-radius: 2px
}

.rounded-\[inherit\] {
    border-radius: inherit
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: var(--radius)
}

.rounded-md {
    border-radius: calc(var(--radius) - 2px)
}

.rounded-sm {
    border-radius: calc(var(--radius) - 4px)
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.rounded-tl-sm {
    border-top-left-radius: calc(var(--radius) - 4px)
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-\[1\.5px\] {
    border-width: 1.5px
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-l {
    border-left-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-dashed {
    border-style: dashed
}

.border-\[--color-border\] {
    border-color: var(--color-border)
}

.border-border {
    border-color: hsl(var(--border))
}

.border-border\/50 {
    border-color: hsl(var(--border) / .5)
}

.border-destructive {
    border-color: hsl(var(--destructive))
}

.border-destructive\/50 {
    border-color: hsl(var(--destructive) / .5)
}

.border-input {
    border-color: hsl(var(--input))
}

.border-primary {
    border-color: hsl(var(--primary))
}

.border-sidebar-border {
    border-color: hsl(var(--sidebar-border))
}

.border-thrive-red {
    border-color: hsl(var(--thrive-red))
}

.border-thrive-red\/20 {
    border-color: hsl(var(--thrive-red) / .2)
}

.border-transparent {
    border-color: transparent
}

.border-l-transparent {
    border-left-color: transparent
}

.border-t-transparent {
    border-top-color: transparent
}

.bg-\[--color-bg\] {
    background-color: var(--color-bg)
}

.bg-accent {
    background-color: hsl(var(--accent))
}

.bg-background {
    background-color: hsl(var(--background))
}

.bg-black\/80 {
    background-color: #000c
}

.bg-border {
    background-color: hsl(var(--border))
}


.bg-destructive {
    background-color: hsl(var(--destructive))
}

.bg-foreground {
    background-color: hsl(var(--foreground))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.bg-muted {
    background-color: hsl(var(--muted))
}

.bg-muted\/10 {
    background-color: hsl(var(--muted) / .1)
}

.bg-muted\/20 {
    background-color: hsl(var(--muted) / .2)
}

.bg-muted\/50 {
    background-color: hsl(var(--muted) / .5)
}

.bg-popover {
    background-color: hsl(var(--popover))
}

.bg-primary {
    background-color: hsl(var(--primary))
}

.bg-secondary {
    background-color: hsl(var(--secondary))
}

.bg-sidebar {
    background-color: hsl(var(--sidebar-background))
}

.bg-sidebar-border {
    background-color: hsl(var(--sidebar-border))
}

.bg-thrive-black {
    background-color: hsl(var(--thrive-black))
}

.bg-thrive-red {
    background-color: hsl(var(--thrive-red))
}

.bg-thrive-white {
    background-color: hsl(var(--thrive-white))
}

.bg-transparent {
    background-color: transparent
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.from-background {
    --tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-muted\/30 {
    --tw-gradient-from: hsl(var(--muted) / .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-thrive-red {
    --tw-gradient-from: hsl(var(--thrive-red)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--thrive-red) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-thrive-red\/10 {
    --tw-gradient-from: hsl(var(--thrive-red) / .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--thrive-red) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-thrive-red\/5 {
    --tw-gradient-from: hsl(var(--thrive-red) / .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--thrive-red) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-background {
    --tw-gradient-to: hsl(var(--background)) var(--tw-gradient-to-position)
}

.to-muted\/30 {
    --tw-gradient-to: hsl(var(--muted) / .3) var(--tw-gradient-to-position)
}

.to-thrive-red-dark {
    --tw-gradient-to: hsl(var(--thrive-red-dark)) var(--tw-gradient-to-position)
}

.to-thrive-red\/10 {
    --tw-gradient-to: hsl(var(--thrive-red) / .1) var(--tw-gradient-to-position)
}

.to-thrive-red\/5 {
    --tw-gradient-to: hsl(var(--thrive-red) / .05) var(--tw-gradient-to-position)
}

.to-thrive-red\/80 {
    --tw-gradient-to: hsl(var(--thrive-red) / .8) var(--tw-gradient-to-position)
}

.fill-current {
    fill: currentColor
}


.text-accent-foreground {
    color: hsl(var(--accent-foreground))
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1))
}

.text-card-foreground {
    color: hsl(var(--card-foreground))
}

.text-current {
    color: currentColor
}

.text-destructive {
    color: hsl(var(--destructive))
}

.text-destructive-foreground {
    color: hsl(var(--destructive-foreground))
}

.text-foreground {
    color: hsl(var(--foreground))
}

.text-foreground\/50 {
    color: hsl(var(--foreground) / .5)
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.text-muted-foreground {
    color: hsl(var(--muted-foreground))
}

.text-popover-foreground {
    color: hsl(var(--popover-foreground))
}

.text-primary {
    color: hsl(var(--primary))
}

.text-primary-foreground {
    color: hsl(var(--primary-foreground))
}

.text-secondary-foreground {
    color: hsl(var(--secondary-foreground))
}

.text-sidebar-foreground {
    color: hsl(var(--sidebar-foreground))
}

.text-sidebar-foreground\/70 {
    color: hsl(var(--sidebar-foreground) / .7)
}

.text-thrive-red {
    color: hsl(var(--thrive-red))
}

.text-thrive-white {
    color: hsl(var(--thrive-white))
}

.text-thrive-white\/60 {
    color: hsl(var(--thrive-white) / .6)
}

.text-thrive-white\/90 {
    color: hsl(var(--thrive-white) / .9)
}

.underline {
    text-decoration-line: underline
}

.hover\:border-thrive-red\/30:hover {
    border-color: hsl(var(--thrive-red) / .3);
}

.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x)
0
, var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}




@media (min-width: 1024px) {
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .lg\:text-right {
        text-align: right
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }

    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }

    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.timeline {
  margin: auto;
  position: relative;
}

.timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 80%;
  background: linear-gradient(180deg, #b23a48, #8b2e2e);
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}

.timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

.timeline-icon {
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  border: 3px solid #b23a48;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #b23a48;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-weight: 700;
}

.timeline-content {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px 25px;
  border-radius: 15px;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  width: 40%;
  position: relative;
}

.timeline-content h3 {
  margin-bottom: 8px;
  color: #b23a48;
}

.timeline-content p{
  line-height:1.5;
}

.timeline-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

/* Alternate positioning */
.timeline-item:nth-child(odd) .timeline-content {
  right: -55%;
}

.timeline-item:nth-child(even) .timeline-content {
  left: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline-line {
    left: 30px;
  }
  .timeline-icon {
    left: 0;
    transform: translateX(0);
  }
  .timeline-content {
    width: calc(100% - 80px);
    left: 75px !important;
  }
}