/* ==========================================================================
   GETYOURGUIDE-INSPIRED LUXURY ABOUT US PAGE STYLES
   ========================================================================== */

/* Root & Global Overrides */
.about-page-wrapper {
  background-color: #f8fafc;
  color: #0f172a;
  overflow-x: hidden;
}

/* --------------------------------------------------------------------------
   1. HERO HEADER SECTION
   -------------------------------------------------------------------------- */
.about-hero-section {
  position: relative;
  background: linear-gradient(135deg, #001b44 0%, #002b66 45%, #00afa9 100%);
  padding: 120px 0 140px 0;
  color: #ffffff;
  overflow: hidden;
}

.about-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.4;
  pointer-events: none;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.about-hero-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 20px;
}

.about-hero-subtitle {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  max-width: 720px;
  margin: 0 auto 40px auto;
}

/* Floating Metrics Bar in Hero */
.about-hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  padding: 28px 32px;
  box-shadow: 0 20px 40px rgba(0, 27, 68, 0.25);
  margin-top: 20px;
}

.metric-item {
  text-align: center;
}

.metric-item .metric-number {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 4px;
}

.metric-item .metric-label {
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* --------------------------------------------------------------------------
   2. OUR STORY & MISSION SECTION
   -------------------------------------------------------------------------- */
.about-story-section {
  padding: 100px 0;
  background: #ffffff;
}

.story-image-wrap {
  position: relative;
  padding-right: 20px;
}

.story-main-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 27, 68, 0.1);
}

.story-floating-card {
  position: absolute;
  bottom: -30px;
  right: 0;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: 0 12px 32px rgba(0, 27, 68, 0.14);
  border: 1px solid rgba(0, 27, 68, 0.06);
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 280px;
}

.story-floating-card .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 175, 169, 0.1);
  color: var(--brand-teal, #00afa9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.story-floating-card .text-content h6 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 2px 0;
}

.story-floating-card .text-content p {
  font-size: 12.5px;
  color: #64748b;
  margin: 0;
}

.story-content .eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-teal, #00afa9);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  display: block;
}

.story-content .story-title {
  font-size: 38px;
  font-weight: 800;
  color: #001b44;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.story-content .story-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 30px;
}

/* Highlight Features */
.story-highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.highlight-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.highlight-box:hover {
  transform: translateX(6px);
  border-color: rgba(0, 175, 169, 0.4);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 27, 68, 0.05);
}

.highlight-box .box-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--brand-navy, #001b44);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.highlight-box .box-info h6 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px 0;
}

.highlight-box .box-info p {
  font-size: 13.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   3. CORE VALUES GRID SECTION
   -------------------------------------------------------------------------- */
.about-values-section {
  padding: 100px 0;
  background: #f1f5f9;
}

.values-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px auto;
}

.values-header .eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-teal, #00afa9);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
  display: block;
}

.values-header .title {
  font-size: 38px;
  font-weight: 800;
  color: #001b44;
  letter-spacing: -0.01em;
}

.value-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px;
  border: 1px solid rgba(0, 27, 68, 0.06);
  box-shadow: 0 4px 16px rgba(0, 27, 68, 0.04);
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 36px rgba(0, 27, 68, 0.09);
  border-color: rgba(0, 175, 169, 0.3);
}

.value-card .value-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(0, 175, 169, 0.08);
  color: var(--brand-teal, #00afa9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.value-card h5 {
  font-size: 20px;
  font-weight: 700;
  color: #001b44;
  margin-bottom: 12px;
}

.value-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

/* --------------------------------------------------------------------------
   4. HOW IT WORKS / 3-STEP PROCESS
   -------------------------------------------------------------------------- */
.about-process-section {
  padding: 100px 0;
  background: #ffffff;
}

.process-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 36px 30px;
  height: 100%;
  transition: all 0.3s ease;
}

.process-card:hover {
  border-color: var(--brand-teal, #00afa9);
  box-shadow: 0 12px 32px rgba(0, 175, 169, 0.12);
  transform: translateY(-4px);
}

.process-step-num {
  font-size: 14px;
  font-weight: 800;
  color: var(--brand-teal, #00afa9);
  background: rgba(0, 175, 169, 0.08);
  padding: 4px 14px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 20px;
}

.process-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #001b44;
  margin-bottom: 12px;
}

.process-card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
}

/* --------------------------------------------------------------------------
   5. CALL TO ACTION BANNER
   -------------------------------------------------------------------------- */
.about-cta-section {
  padding: 80px 0;
  background: #ffffff;
}

.about-cta-box {
  background: linear-gradient(135deg, #001b44 0%, #002d70 60%, #00afa9 100%);
  border-radius: 28px;
  padding: 60px 48px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 27, 68, 0.2);
}

.about-cta-box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

.about-cta-title {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.about-cta-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: 0 auto 32px auto;
  line-height: 1.6;
}

.about-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-cta-primary {
  background: var(--brand-teal, #00afa9);
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  box-shadow: 0 6px 20px rgba(0, 175, 169, 0.35);
  transition: all 0.25s ease;
}

.btn-cta-primary:hover {
  background: #ffffff;
  color: var(--brand-navy, #001b44);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3);
}

.btn-cta-secondary {
  background: transparent;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  transition: all 0.25s ease;
}

.btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   RESPONSIVE ADJUSTMENTS
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .about-hero-title {
    font-size: 38px;
  }
  .about-hero-subtitle {
    font-size: 16px;
  }
  .about-hero-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .story-image-wrap {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .story-content .story-title {
    font-size: 30px;
  }
  .values-header .title {
    font-size: 30px;
  }
  .about-cta-box {
    padding: 40px 24px;
  }
  .about-cta-title {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  .about-hero-section {
    padding: 80px 0 100px 0;
  }
  .about-hero-title {
    font-size: 30px;
  }
  .about-hero-metrics {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .metric-item .metric-number {
    font-size: 28px;
  }
  .story-floating-card {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 100%;
    margin-top: -30px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
