/*--------------------------------------------------------------
# Landing Page - Workable-Inspired Styles
# Uses existing color variables from main.css
--------------------------------------------------------------*/

/* Hero Pill Badge */
.hero-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Section Pill */
.section-pill,
.module-pill {
  display: inline-block;
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  color: var(--accent-color);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-subheading {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  max-width: 600px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Trusted By Bar
--------------------------------------------------------------*/
.trusted-by {
  padding: 40px 0;
  background: var(--surface-color);
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.trusted-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.trusted-stat {
  text-align: center;
  padding: 10px 25px;
}

.trusted-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent-color);
  line-height: 1.2;
}

.trusted-label {
  display: block;
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
  margin-top: 4px;
}

.trusted-divider {
  width: 1px;
  height: 40px;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
}

@media (max-width: 768px) {
  .trusted-bar {
    gap: 10px;
  }

  .trusted-stat {
    padding: 8px 15px;
  }

  .trusted-number {
    font-size: 1.5rem;
  }

  .trusted-divider {
    display: none;
  }
}

/*--------------------------------------------------------------
# Feature Module Sections
--------------------------------------------------------------*/
.feature-module {
  padding: 80px 0;
}

.feature-module-header {
  max-width: 650px;
  margin-bottom: 20px;
}

.feature-module-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

.feature-module-header p {
  font-size: 1.05rem;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.6;
}

/*--------------------------------------------------------------
# Feature Cards
--------------------------------------------------------------*/
.feature-card {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 53, 0.08);
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.feature-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 10px;
  margin-bottom: 16px;
}

.feature-card-icon i {
  font-size: 22px;
  color: var(--accent-color);
}

.feature-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.feature-card p {
  font-size: 0.92rem;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.6;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Built For Section
--------------------------------------------------------------*/
.built-for {
  padding: 80px 0;
}

.built-for h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.built-for-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
}

.built-for-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
}

.built-for-card i {
  font-size: 28px;
  color: #fff;
  margin-bottom: 16px;
  display: block;
}

.built-for-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.built-for-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Philosophy / Our Take Section
--------------------------------------------------------------*/
.our-take {
  padding: 80px 0;
}

.philosophy-card {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 35px;
  height: 100%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  position: relative;
  transition: all 0.3s ease;
}

.philosophy-card:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
  box-shadow: 0 8px 30px rgba(0, 0, 53, 0.06);
}

.philosophy-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: color-mix(in srgb, var(--accent-color), transparent 80%);
  margin-bottom: 12px;
  line-height: 1;
}

.philosophy-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--heading-color);
}

.philosophy-card p {
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.7;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# All Features List Section
--------------------------------------------------------------*/
.all-features {
  padding: 80px 0;
}

.feature-list-group {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 28px;
  height: 100%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.3s ease;
}

.feature-list-group:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
  box-shadow: 0 4px 20px rgba(0, 0, 53, 0.05);
}

.feature-list-group h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-list-group h5 i {
  font-size: 18px;
  color: var(--accent-color);
}

.feature-list-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list-group ul li {
  padding: 6px 0;
  font-size: 0.88rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  position: relative;
  padding-left: 18px;
}

.feature-list-group ul li:last-child {
  border-bottom: none;
}

.feature-list-group ul li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 10px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# CTA Banner
--------------------------------------------------------------*/
.cta-banner {
  padding: 80px 0;
}

.cta-banner h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
}

.cta-banner p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-banner-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-banner-buttons .btn-light {
  background: #fff;
  color: var(--accent-color);
  font-weight: 600;
  border: none;
  padding: 12px 32px;
  border-radius: 8px;
}

.cta-banner-buttons .btn-light:hover {
  background: #f0f0f0;
}

.cta-banner-buttons .btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 8px;
}

.cta-banner-buttons .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

/*--------------------------------------------------------------
# Features Overview Intro
--------------------------------------------------------------*/
.features-overview {
  padding: 80px 0 20px;
}

/*--------------------------------------------------------------
# Hero Adjustments
--------------------------------------------------------------*/
.hero .btn-lg {
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
}

.hero .btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.hero .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.hero .hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/*--------------------------------------------------------------
# Responsive Adjustments
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .section-heading {
    font-size: 2rem;
  }

  .feature-module-header h2 {
    font-size: 1.8rem;
  }

  .built-for h2 {
    font-size: 1.8rem;
  }

  .cta-banner h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 1.6rem;
  }

  .feature-module-header h2 {
    font-size: 1.5rem;
  }

  .feature-module {
    padding: 50px 0;
  }

  .built-for {
    padding: 50px 0;
  }

  .our-take {
    padding: 50px 0;
  }

  .all-features {
    padding: 50px 0;
  }

  .cta-banner {
    padding: 50px 0;
  }

  .cta-banner h2 {
    font-size: 1.6rem;
  }
}
