/* WHAT Page Styles */

.what-page {
  background-color: #f1f4f6;
}

/* Navbar */
.what-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 32px 80px 16px;
  z-index: 999;
  transition: background-color 0.3s ease;
}

.what-navbar.scrolled {
  background-color: rgba(241, 244, 246, 0.95);
  backdrop-filter: blur(10px);
  padding: 20px 80px 12px;
}

.what-navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}

.what-navbar-brand {
  flex: 1;
}

.what-navbar-brand .brand-text {
  color: #3b444a;
  transition: all 0.3s ease;
  text-decoration: none;
}

.what-navbar-brand .brand-text:hover {
  color: #000000;
}

/* Menu Dots Button */
.menu-dots-btn {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4px;
  padding: 0;
  align-items: center;
  justify-items: center;
  transition: all 0.3s ease;
}

.menu-dots-btn .dot {
  width: 4px;
  height: 4px;
  background-color: #3b444a;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.menu-dots-btn:hover .dot {
  background-color: #0f90e5;
}

/* Side Menu */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.side-menu.active {
  transform: translateX(0);
}

.side-menu-content {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.side-menu-header {
  position: absolute;
  top: 30px;
  right: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
}

.side-menu-header .brand-text {
  display: none;
}

.close-menu-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
  z-index: 1001;
}

.close-menu-btn:hover svg {
  stroke: #0f90e5;
}

.close-menu-btn svg {
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}

.side-menu-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.side-menu-item {
  font-family: "Futura LT Pro", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  padding: 10px 0;
  letter-spacing: -0.4px;
}

.side-menu-item.active {
  color: #0f90e5;
}

.side-menu-item:hover {
  color: #0f90e5;
}

.side-menu-cta {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.lets-talk-btn {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #0f90e5;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.lets-talk-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 144, 229, 0.3);
}

.btn-text {
  font-family: "Futura LT Pro", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: white;
  margin: 0;
  padding: 0;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

/* ============================================
   WHAT CONTENT
   ============================================ */

.what-content {
  width: 100%;
  overflow: hidden;
}

/* --- Shared Label Style --- */
.what-hero-label,
.lifecycle-label,
.outcome-label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 3px;
  color: #0f90e5;
  text-transform: uppercase;
}

.label-line {
  width: 40px;
  height: 1px;
  background-color: #0f90e5;
}

/* ============================================
   HERO SECTION
   ============================================ */

.what-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 80px 200px;
  position: relative;
}

.what-hero-inner {
  max-width: 900px;
  padding-bottom: 80px;
}

.what-hero-label {
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
}

.what-hero-title {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(48px, 8vw, 96px);
  color: #3b444a;
  line-height: 1.05;
  margin: 0 0 40px 0;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.4s;
}

.title-outline {
  -webkit-text-stroke: 2px #3b444a;
  color: transparent;
}

.title-accent {
  color: #0f90e5;
}

.what-hero-subtitle {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2.2vw, 24px);
  color: #666666;
  line-height: 1.7;
  max-width: 560px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.6s;
}

.what-hero-scroll-hint {
  position: absolute;
  bottom: 24px;
  left: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-family: "Futura LT Pro", sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  color: #999;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 1s;
}

.scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, #0f90e5, transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

/* ============================================
   LIFECYCLE SECTION
   ============================================ */

.what-lifecycle {
  padding: 120px 80px;
  position: relative;
}

.lifecycle-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.lifecycle-label {
  margin-bottom: 64px;
}

.lifecycle-track {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.lifecycle-stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 36px;
  background: white;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.lifecycle-stage:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.stage-number {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #0f90e5;
  letter-spacing: 2px;
}

.stage-title {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3vw, 32px);
  color: #3b444a;
  line-height: 1.1;
  margin: 0;
}

.stage-line {
  width: 40px;
  height: 2px;
  background: #0f90e5;
}

.stage-text {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #666666;
  line-height: 1.7;
  margin: 0;
}

.lifecycle-connector {
  display: flex;
  align-items: center;
  padding: 0 8px;
  flex-shrink: 0;
  align-self: center;
}

.lifecycle-connector svg {
  width: 48px;
  height: 24px;
}

/* ============================================
   PROOF BANNER
   ============================================ */

.what-proof-banner {
  padding: 80px;
  background-color: #3b444a;
  position: relative;
  overflow: hidden;
}

.what-proof-banner::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, #f1f4f6, transparent);
  z-index: 1;
}

.what-proof-banner::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, #f1f4f6, transparent);
  z-index: 1;
}

.proof-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.proof-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  flex: 1;
}

.proof-number {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 6vw, 64px);
  color: white;
  line-height: 1;
}

.proof-label {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5px;
}

.proof-divider {
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.2), transparent);
  flex-shrink: 0;
}

/* ============================================
   SKILLS DEEP DIVE
   ============================================ */

.what-skills {
  padding: 120px 80px;
}

.skills-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.skill-block {
  padding: 80px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.skill-block:first-child {
  padding-top: 0;
}

.skill-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.skill-header {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 48px;
}

.skill-number {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #0f90e5;
  letter-spacing: 2px;
  padding-top: 8px;
  flex-shrink: 0;
}

.skill-title-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.skill-title {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  color: #3b444a;
  line-height: 1.1;
  margin: 0;
}

.skill-tagline {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #0f90e5;
  font-style: italic;
  margin: 0;
}

.skill-content {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  padding-left: 46px;
}

.skill-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.skill-description p {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #666666;
  line-height: 1.8;
  margin: 0;
}

.skill-description em {
  color: #3b444a;
  font-style: italic;
}

.skill-proof {
  display: flex;
  align-items: flex-start;
}

.proof-card {
  background: linear-gradient(135deg, #f8fafb 0%, #eef2f5 100%);
  border-radius: 20px;
  padding: 32px;
  border-left: 3px solid #0f90e5;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.proof-card-label {
  font-family: "Monument Extended", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #0f90e5;
  letter-spacing: 3px;
}

.proof-card-text {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #3b444a;
  line-height: 1.7;
  margin: 0;
}

/* ============================================
   SYSTEMS PHILOSOPHY
   ============================================ */

.what-systems {
  padding: 100px 80px;
  background-color: #3b444a;
  position: relative;
  overflow: hidden;
}

.what-systems::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, #f1f4f6, transparent);
  z-index: 1;
}

.what-systems::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, #f1f4f6, transparent);
  z-index: 1;
}

.systems-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}

.systems-quote-mark {
  font-family: "Monument Extended", sans-serif;
  font-size: 120px;
  color: #0f90e5;
  opacity: 0.4;
  line-height: 0.6;
  margin-bottom: 20px;
}

.systems-quote {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: clamp(26px, 3.5vw, 38px);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  margin: 0 0 40px 0;
  border: none;
  padding: 0;
}

.quote-accent {
  color: #0f90e5;
}

.systems-body {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  margin: 0;
  max-width: 720px;
}

/* ============================================
   WHAT YOU GET
   ============================================ */

.what-outcome {
  padding: 120px 80px;
}

.outcome-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.outcome-label {
  margin-bottom: 64px;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.outcome-card {
  background: white;
  border-radius: 24px;
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.outcome-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.outcome-icon {
  width: 48px;
  height: 48px;
}

.outcome-icon svg {
  width: 100%;
  height: 100%;
}

.outcome-title {
  font-family: "Monument Extended", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #3b444a;
  letter-spacing: 2px;
  margin: 0;
}

.outcome-text {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #666666;
  line-height: 1.7;
  margin: 0;
}

/* ============================================
   CLOSING CTA
   ============================================ */

.what-closing {
  padding: 120px 80px 140px;
  text-align: center;
}

.closing-inner {
  max-width: 900px;
  margin: 0 auto;
}

.closing-pretext {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #0f90e5;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.closing-title {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 5.5vw, 64px);
  color: #3b444a;
  line-height: 1.15;
  margin: 0 0 48px 0;
}

.closing-cta {
  display: flex;
  justify-content: center;
}

.what-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #0f90e5;
  color: white;
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.what-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 144, 229, 0.35);
}

.what-cta-btn:hover .cta-arrow {
  transform: translateX(4px);
}

.cta-text {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 1px;
}

.cta-arrow {
  transition: transform 0.3s ease;
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scaleY(1);
  }
  50% {
    opacity: 1;
    transform: scaleY(1.2);
  }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .what-navbar {
    padding: 24px 60px 16px;
  }

  .what-hero {
    padding: 140px 60px 80px;
  }

  .what-lifecycle {
    padding: 100px 60px;
  }

  .lifecycle-track {
    flex-direction: column;
    gap: 0;
  }

  .lifecycle-connector {
    padding: 16px 0;
    transform: rotate(90deg);
  }

  .lifecycle-stage {
    padding: 36px 32px;
  }

  .what-proof-banner {
    padding: 80px 60px;
  }

  .what-skills {
    padding: 100px 60px;
  }

  .skill-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .what-systems {
    padding: 80px 60px;
  }

  .what-outcome {
    padding: 100px 60px;
  }

  .what-closing {
    padding: 100px 60px 120px;
  }
}

@media (max-width: 768px) {
  .what-navbar {
    padding: 24px 20px 16px;
  }

  .what-navbar.scrolled {
    padding: 16px 20px 10px;
  }

  .what-hero {
    padding: 120px 24px 60px;
    min-height: 85vh;
  }

  .what-hero-label {
    margin-bottom: 24px;
  }

  .what-hero-title {
    margin-bottom: 24px;
  }

  .what-hero-scroll-hint {
    left: 24px;
    bottom: 24px;
  }

  .hide-mobile {
    display: none;
  }

  .what-lifecycle {
    padding: 80px 24px;
  }

  .lifecycle-track {
    flex-direction: column;
    gap: 0;
  }

  .lifecycle-connector {
    padding: 12px 0;
    transform: rotate(90deg);
  }

  .lifecycle-stage {
    padding: 32px 24px;
  }

  .what-proof-banner {
    padding: 80px 24px;
  }

  .proof-banner-inner {
    flex-direction: column;
    gap: 40px;
  }

  .proof-divider {
    width: 80px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
  }

  .what-skills {
    padding: 80px 24px;
  }

  .skill-block {
    padding: 60px 0;
  }

  .skill-header {
    flex-direction: column;
    gap: 16px;
  }

  .skill-content {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-left: 0;
  }

  .skill-description p {
    font-size: 17px;
  }

  .what-systems {
    padding: 80px 24px;
  }

  .what-systems::before,
  .what-systems::after {
    height: 40px;
  }

  .systems-quote-mark {
    font-size: 80px;
  }

  .systems-body {
    font-size: 17px;
  }

  .what-outcome {
    padding: 80px 24px;
  }

  .outcome-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .outcome-card {
    padding: 36px 28px;
  }

  .what-closing {
    padding: 80px 24px 100px;
  }

  .side-menu {
    max-width: 100%;
  }

  .side-menu-content {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .side-menu-header {
    top: 22px;
    right: 16px;
  }

  .side-menu-item {
    font-size: 28px;
  }

  .what-navbar {
    padding: 24px 20px 16px;
  }

  .what-hero {
    padding: 100px 20px 60px;
  }

  .what-lifecycle {
    padding: 60px 20px;
  }

  .lifecycle-label {
    margin-bottom: 40px;
  }

  .what-proof-banner {
    padding: 60px 20px;
  }

  .what-proof-banner::before,
  .what-proof-banner::after {
    height: 40px;
  }

  .proof-number {
    font-size: 40px;
  }

  .what-skills {
    padding: 60px 20px;
  }

  .skill-block {
    padding: 48px 0;
  }

  .skill-title {
    font-size: 24px;
  }

  .skill-tagline {
    font-size: 16px;
  }

  .skill-description p {
    font-size: 16px;
  }

  .proof-card {
    padding: 24px;
  }

  .proof-card-text {
    font-size: 15px;
  }

  .what-systems {
    padding: 60px 20px;
  }

  .what-outcome {
    padding: 60px 20px;
  }

  .what-closing {
    padding: 60px 20px 80px;
  }

  .closing-pretext {
    font-size: 13px;
  }

  .what-cta-btn {
    padding: 18px 32px;
    width: 100%;
    justify-content: center;
  }
}
