/* ==================================================
   CYBRINIX "ABOUT US" REDESIGN STYLES
   Minimal, Modern, Trustworthy Editorial Aesthetic
   ================================================== */

.about-page-wrap {
  position: relative;
  overflow: hidden;
}

/* Eyebrow Label - Minimalist Editorial Style */

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: var(--font-subheading, 'Manrope', sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #e2e8f0;
  margin-bottom: 1.5rem;
}

.about-eyebrow::before,
.about-eyebrow::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5));
  border-radius: 1px;
}

.about-eyebrow::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), transparent);
}


.about-eyebrow::before,
.about-eyebrow::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #60a5fa);
  border-radius: 1px;
}

.about-eyebrow::after {
  background: linear-gradient(90deg, #60a5fa, transparent);
}

.about-eyebrow .eyebrow-dot {
  display: none !important;
}

/* Section Titles */
.about-headline {
  font-family: var(--font-heading, 'DM Serif Display', Georgia, serif);
  font-size: clamp(2.5rem, 5.2vw, 4.3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-primary, #ffffff);
  margin-bottom: 1.5rem;
}

.about-headline-sub {
  font-family: var(--font-subheading, 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif);
  font-size: clamp(2.1rem, 3.4vw, 2.85rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.025em;
  color: #f8fafc;
  margin-bottom: 1.25rem;
}

.about-lead-text {
  font-size: clamp(1.05rem, 1.25vw, 1.15rem);
  line-height: 1.75;
  color: #cbd5e1;
  max-width: 680px;
}

.text-center .about-lead-text,
.about-lead-text.mx-auto {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.max-w-2xl {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-3xl {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

/* Split Layout Hero Section */
.about-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12, 48px);
  align-items: center;
}

@media (min-width: 992px) {
  .about-hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: var(--space-16, 64px);
  }
}

/* Minimalist Studio Card Visual */
.about-visual-card {
  position: relative;
  border-radius: 24px;
  background: #090c12;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(37, 99, 235, 0.08);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
}

.about-visual-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.25);
}

.about-visual-image-box {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.about-visual-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(110%) brightness(65%) saturate(85%);
  transition: transform 0.6s ease;
}

.about-visual-card:hover .about-visual-image-box img {
  transform: scale(1.03);
}

.about-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 12, 18, 0.2) 0%, rgba(9, 12, 18, 0.88) 100%);
  pointer-events: none;
}

/* Floating Badges on the Visual */
.about-visual-top-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(9, 12, 18, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #e2e8f0;
  z-index: 2;
}

.about-visual-top-badge .badge-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 6px #10b981;
}

.about-visual-body {
  padding: 24px;
  background: #090c12;
}

.about-metrics-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 16px;
}

.about-metric-item {
  display: flex;
  flex-direction: column;
}

.about-metric-num {
  font-family: var(--font-subheading, 'Manrope', sans-serif);
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 2px;
}

.about-metric-lbl {
  font-size: 0.75rem;
  color: var(--text-tertiary, #64748b);
  line-height: 1.3;
}

/* 4-Card Value Grid */
.about-values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: var(--space-8, 32px);
}

@media (min-width: 768px) {
  .about-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about-value-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: clamp(24px, 3.5vw, 36px);
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.about-value-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.about-value-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 24px rgba(255, 255, 255, 0.04);
}

.about-value-card:hover::before {
  opacity: 1;
}


.about-value-icon-box {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}



.about-value-card:hover .about-value-icon-box {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
  transform: scale(1.06);
}


.about-value-title {
  font-family: var(--font-subheading, 'Manrope', sans-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary, #ffffff);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-value-desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-secondary, #94a3b8);
  margin-bottom: 0;
}

/* Timeline: How We Work */
.about-timeline-section {
  position: relative;
}

.about-timeline-container {
  position: relative;
  margin-top: var(--space-12, 48px);
}

/* Desktop Horizontal Timeline */
@media (min-width: 992px) {
  .timeline-steps-track {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
  }

  .timeline-connecting-line {
    position: absolute;
    top: 24px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.15) 100%);
    z-index: 0;
  }

  .timeline-step-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
  }

  .timeline-step-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .timeline-step-dot {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #090c12;
    border: 2px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: var(--font-subheading, 'Manrope', sans-serif);
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
  }

  
.timeline-step-item:hover .timeline-step-dot {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
  transform: scale(1.1);
}


  .timeline-step-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 22px 20px;
    height: 100%;
    transition: all 0.3s ease;
  }

  .timeline-step-item:hover .timeline-step-card {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-3px);
  }
}

/* Mobile & Tablet Vertical Timeline */
@media (max-width: 991px) {
  .timeline-steps-track {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding-left: 42px;
  }

  .timeline-connecting-line {
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 17px;
    width: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.15) 100%);
    z-index: 0;
  }

  .timeline-step-item {
    position: relative;
    z-index: 1;
  }

  .timeline-step-dot {
    position: absolute;
    left: -42px;
    top: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #090c12;
    border: 2px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: var(--font-subheading, 'Manrope', sans-serif);
    font-size: 0.78rem;
    font-weight: 700;
  }

  .timeline-step-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 20px;
  }
}

.timeline-step-name {
  font-family: var(--font-subheading, 'Manrope', sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary, #ffffff);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.timeline-step-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-secondary, #94a3b8);
  margin-bottom: 0;
}

/* ==================================================
   CLIENT REVIEWS SECTION & CAROUSEL SLIDER
   ================================================== */
.about-reviews-carousel-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.about-reviews-slider {
  display: flex;
  align-items: stretch;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 16px 4px 20px 4px;
  width: 100%;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.about-reviews-slider::-webkit-scrollbar {
  display: none;
}

.about-reviews-slider.grabbing {
  cursor: grabbing;
  scroll-behavior: auto;
}

.about-reviews-slider .about-review-card {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 320px;
  max-width: 420px;
  box-sizing: border-box;
  margin: 0;
}

@media (max-width: 1024px) {
  .about-reviews-slider .about-review-card {
    flex: 0 0 calc((100% - 24px) / 2);
    min-width: 300px;
  }
}

@media (max-width: 680px) {
  .about-reviews-slider .about-review-card {
    flex: 0 0 92%;
    min-width: 270px;
  }
}

.reviews-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(10, 14, 23, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
}

.reviews-nav-btn:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.25);
}

.reviews-nav-btn:active {
  transform: translateY(-50%) scale(0.96);
}

.reviews-nav-prev {
  left: -24px;
}

.reviews-nav-next {
  right: -24px;
}

@media (max-width: 1100px) {
  .reviews-nav-prev {
    left: 4px;
  }
  .reviews-nav-next {
    right: 4px;
  }
  .reviews-nav-btn {
    width: 42px;
    height: 42px;
  }
}

.reviews-dots-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 1.75rem;
}

.reviews-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.reviews-dot.active {
  width: 26px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
}

.about-review-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: clamp(24px, 3.5vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.about-review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.about-review-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 24px rgba(255, 255, 255, 0.03);
}

.about-review-card:hover::before {
  opacity: 1;
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
  gap: 10px;
}

.review-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.review-star-icon {
  width: 16px;
  height: 16px;
  fill: #fbbf24;
  stroke: #fbbf24;
  color: #fbbf24;
}

.review-project-badge {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  border-radius: 9999px;
  text-transform: uppercase;
}

.review-quote-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #cbd5e1;
  margin-bottom: 1.75rem;
  flex-grow: 1;
  font-style: italic;
}

.review-author-box {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-subheading, 'Manrope', sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}

.review-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.review-author-name {
  font-family: var(--font-subheading, 'Manrope', sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
}

.review-author-role {
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 500;
  line-height: 1.35;
}

.review-author-company {
  font-size: 0.78rem;
  color: var(--text-tertiary, #64748b);
  line-height: 1.35;
}

/* Finishing Statement & CTA */
.about-statement-cta-card {
  text-align: center;
  padding: clamp(48px, 6vw, 72px) 24px;
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.05) 0%, rgba(9, 12, 18, 0.5) 70%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.finish-headline {
  font-family: var(--font-heading, 'DM Serif Display', Georgia, serif);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--text-primary, #ffffff);
  margin-bottom: 1.25rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}


.text-gradient-blue, .text-gradient-silver {
  background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 60%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.finish-subtext {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--text-secondary, #94a3b8);
  max-width: 580px;
  margin: 0 auto 2.5rem auto;
}

.about-cta-action-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cta-question-prompt {
  font-family: var(--font-subheading, 'Manrope', sans-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: #cbd5e1;
  margin-bottom: 0;
}


.btn-cta-blue {
  background: #ffffff !important;
  color: #000000 !important;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
  transition: all 0.25s ease;
}



.btn-cta-blue:hover {
  background: #e2e8f0 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 26px rgba(255, 255, 255, 0.25);
}



/* ==================================================
   FULL-BLEED HERO SECTION WITH CLEAR TEAM BACKGROUND (NEUTRAL THEME)
   ================================================== */
.about-hero-full-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(150px, 17vw, 210px) 0 clamp(80px, 10vw, 130px) 0;
  overflow: hidden;
  background-color: #050505;
}

.about-hero-full-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.about-hero-bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
  transform: translate(-50%, -50%) scale(1.02);
  opacity: 0.88;
  filter: contrast(105%) brightness(98%);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.about-hero-full-section:hover .about-hero-bg-img {
  transform: translate(-50%, -50%) scale(1.04);
}

.about-hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.76) 45%, rgba(5, 5, 5, 0.94) 85%, #050505 100%);
}

.about-hero-radial-glow {
  display: none !important;
}

.about-hero-content-wrap {
  position: relative;
  z-index: 2;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-hero-title {
  font-family: var(--font-heading, 'DM Serif Display', Georgia, serif);
  font-size: clamp(2.8rem, 6.2vw, 5rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.95);
}

.about-hero-desc {
  font-size: clamp(1.08rem, 1.4vw, 1.25rem);
  line-height: 1.78;
  color: #e2e8f0;
  max-width: 820px;
  margin: 0 auto 2.25rem auto;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.98);
}

.about-hero-badges-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 16px;
  margin-bottom: 2.5rem;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease;
}

.about-hero-badge:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.about-hero-badge .badge-icon {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.btn-hero-primary {
  background: #ffffff !important;
  color: #000000 !important;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
}

.btn-hero-primary:hover {
  background: #e2e8f0 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 32px rgba(255, 255, 255, 0.3);
}

.btn-hero-outline {
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff !important;
  padding: 16px 32px;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.btn-hero-outline:hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  transform: translateY(-2px);
}
