* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* 1st Section  */
/* Container */
.hero-container {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

/* Hero Section Background */
.hero-section {
  position: relative;
  display: grid;
  align-items: center;
  /* background:
    radial-gradient(1200px 600px at 70% 40%, rgba(0, 93, 233, 0.4), transparent 0%),
    radial-gradient(800px 400px at 20% 20%, rgba(0, 112, 192, 0.06), transparent 40%),
    linear-gradient(180deg, #ffffff, #eef3f9 40%, #eaf0f7); */
    background: url("./assests/hero-Section.png");
    background-size: cover;
    background-position: center;
}

/* Sub Title (Top Small Line) */
.hero-subtitle {


  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #0b74b3;
  margin-bottom: 1rem;
}

/* Main Title */
.hero-title {
  line-height: 64px;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.highlight {
  white-space: nowrap;
}

/* Question Section */
.hero-question {

  color: #525252;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 1.5rem;
}

.hero-question-secondary {
  display: block;
  color: #525252;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}


/* Supporting Description */
.hero-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #525252;
  margin-bottom: 10px;

}

/* Button */
.hero-button {
  align-content: center;
  background: #0070C0;
  color: white;
  font-weight: 400;
  padding: 16px 41px;
  border-radius: 8px;
  cursor: pointer;
}

/* .hero-button:hover {
  background: #dff1ff;
  border: 1px solid #0070C0;
  color: #0070C0;
} */

/* Responsive Design for Hero Section */
@media (max-width: 768px) {


  .hero-title {
    font-size: 32px;
    line-height: 40px;
  }

  .highlight {
    white-space: normal;
  }

  .hero-subtitle,
  .hero-question,
  .hero-description {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-button {
    padding: 12px 24px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {


  .hero-title {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-subtitle,
  .hero-question,
  .hero-description {
    font-size: 13px;
    line-height: 22px;
  }

  .hero-button {
    padding: 10px 20px;
    font-size: 13px;
    width: 100%;
    justify-content: center;
  }
}


/* 2nd Section  */
/* Section wrapper */
.framework-section {
  padding-top: 80px;
  text-align: center;
}

/* Container for content */
.framework-container {
  width: 619px;
  margin: 0 auto;

}

.framework-header {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

/* Heading styles */
.framework-heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
  margin-bottom: 20px;
  color: #121212;
  text-align: center;
}

/* Blue highlighted text */
.framework-highlight {
  display: block;
  color: #0070C0;
  /* Blue like in your image */
  margin-top: 8px;
}

/* Description text */
.framework-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #525252;
  max-width: 619px;
  text-align: center;
}


/* 3rd Section  */

/* Section Layout */
.four-factor-section {
  padding-top: 20px;
}

.four-factor-container {

  display: flex;
  align-items: start;
  justify-content: start;
  gap: 200px;
  max-width: 1200px;
  margin: 0 auto;
}



/* Right Content */
.framework-details {
  padding-top: 30px;
  max-width: 545px;
}

.framework-intro {
  color: #525252;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* Framework Items */
.framework-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

/* Framework Icons */

.framework-icon {
  width: 44px;
  height: 44px;
  margin-right: 15px;
}


.framework-item h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
}

.framework-item p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
  color: #525252;
}

/* Learn More Link */
.learn-more {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #0070C0;
  text-decoration: none;
}

.learn-more i {
  margin-left: 5px;
}

/* 4th section */
/* Hidden Cost Section */
.hidden-cost-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.hidden-cost-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #121212;
  line-height: 47px;
}

.hidden-cost-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #525252;
  line-height: 26px;
}

/* 5th section - Bootstrap Enhanced */
.hidden-cost-section {
  padding: 60px 0;
}

.tab {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0px solid #e9ecef !important;
}

.tab:hover {
  border: 1px solid #0E4366 !important;
  transform: translateX(4px);
}

.tab.active {
  border: 1px solid #0E4366 !important;
  /* transform: translateX(8px); */
  box-shadow: 0px 0px 7.4px 0px #00000040;
}

.tab.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
  pointer-events: none;
}

.content-section {
  background-color: #f8f9fa;
  z-index: 1;
  min-height: 400px;
}

.content-item {
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.content-item.active {
  opacity: 1;
  z-index: 2;
}

.content-image {
  object-fit: cover;
}

.content-overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
}

/* Tab Icon Sizing */
.tab-icon {
  width: 39px;
  height: 39px;
}

/* Individual Career Lens Styles */
.career-lens-section {
  padding: 60px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.lens-container {
  max-width: 1163px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 160px;
  padding: 0 20px;
  min-height: 500px;
  position: relative;
}

.left-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-end;
  flex-shrink: 0;
}

.right-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  flex-shrink: 0;
}

.background-circle {
  width: 320px;
  height: 320px;
  background: linear-gradient(135deg, #E7EAEB 15.01%, #F3F7F7 85.64%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border: 2px solid rgba(0, 122, 159, 0.1);
}

.center-circle {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #ffffff 15.01%, #F3F7F7 85.64%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 122, 159, 0.2);
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}

.center-icon {
  width: 60px;
  height: 60px;
  color: #007A9F;
  font-size: 28px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #2d3436;
  line-height: 1.2;
}

.strategy-item {
  width: 320px;
  height: 130px;
  background: #f1f3f4;
  border-radius: 50px;
  padding: 12px 15px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex-direction: row-reverse;
}

.strategy-item:hover {
  transform: translateY(-5px);
  border: 1px solid #007A9F;
}

.right-column .strategy-item {
  flex-direction: row;
}

.strategy-icon {
  width: 80px;
  height: 80px;
  background: #007A9F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  flex-shrink: 0;
}

.strategy-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.left-column .strategy-content {
  text-align: left;
}

.right-column .strategy-content {
  text-align: left;
}

.strategy-title {
  font-size: 16px;
  font-weight: 600;
  color: #2d3436;
  margin-bottom: 5px;
  line-height: 1.2;
}

.strategy-subtitle {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
}

.strategy-description {
  font-size: 11px;
  color: #6c757d;
  line-height: 1.3;
  margin: 0px;
}

.left-column .strategy-item:nth-child(2)::after {
  content: '';
  position: absolute;
  right: -180px;
  top: 50%;
  width: 180px;
  height: 1.5px;
  background: linear-gradient(90deg, #007A9F 0%, #007A9F 90%, transparent 100%);
  transform: translateY(-50%);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.left-column .strategy-item:nth-child(2)::before {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #007A9F;
  border-radius: 50%;
  transform: translate(50%, -50%);
  z-index: 6;
  animation: pulse-dot 2s ease-in-out infinite;
}

.right-column .strategy-item:nth-child(2)::after {
  content: '';
  position: absolute;
  left: -180px;
  top: 50%;
  width: 180px;
  height: 1.5px;
  background: linear-gradient(-90deg, #007A9F 0%, #007A9F 90%, transparent 100%);
  transform: translateY(-50%);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.right-column .strategy-item:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #007A9F;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  animation: pulse-dot 2s ease-in-out infinite;
}

.left-column .strategy-item:nth-child(1)::after {
  content: '';
  position: absolute;
  right: -100px;
  top: 50%;
  width: 100px;
  height: 1.5px;
  background: #007A9F;
  transform: translateY(-50%);
  border-radius: 2px;
}

.left-column .strategy-item:nth-child(1)::before {
  content: '';
  position: absolute;
  right: -150px;
  top: 32%;
  width: 1.5px;
  height: 130px;
  rotate: -50deg;
  background: linear-gradient(180deg, #007A9F 0%, #007A9F 80%, transparent 100%);
  border-radius: 2px;
  transform: translateX(50%);
}

.right-column .strategy-item:nth-child(1)::after {
  content: '';
  position: absolute;
  left: -100px;
  top: 50%;
  width: 100px;
  height: 1.5px;
  background: #007A9F;
  transform: translateY(-50%);
  border-radius: 2px;
}

.right-column .strategy-item:nth-child(1)::before {
  content: '';
  position: absolute;
  left: -150px;
  top: 32%;
  width: 1.5px;
  height: 132px;
  rotate: 50deg;
  background: linear-gradient(180deg, #007A9F 0%, #007A9F 80%, transparent 100%);
  border-radius: 2px;
  transform: translateX(-50%);
}

.left-column .strategy-item:nth-child(3)::after {
  content: '';
  position: absolute;
  right: -100px;
  top: 50%;
  width: 100px;
  height: 1.5px;
  background: #007A9F;
  transform: translateY(-50%);
  border-radius: 2px;
}

.left-column .strategy-item:nth-child(3)::before {
  content: '';
  position: absolute;
  right: -40px;
  top: 24.8%;
  width: 1.5px;
  height: 142px;
  rotate: 56.888deg;
  background: linear-gradient(0deg, #007A9F 0%, #007A9F 80%, transparent 100%);
  border-radius: 2px;
  transform: translateX(50%) translateY(-100%);
}

.right-column .strategy-item:nth-child(3)::after {
  content: '';
  position: absolute;
  left: -100px;
  top: 50%;
  width: 100px;
  height: 1.5px;
  background: #007A9F;
  transform: translateY(-50%);
  border-radius: 2px;
}

.right-column .strategy-item:nth-child(3)::before {
  content: '';
  position: absolute;
  left: -50px;
  top: 32%;
  width: 1.5px;
  height: 131px;
  rotate: -48.888deg;
  background: linear-gradient(0deg, #007A9F 0%, #007A9F 80%, transparent 100%);
  border-radius: 2px;
  transform: translateX(-50%) translateY(-100%);
}

.left-column .strategy-item:nth-child(1) .corner-dot,
.left-column .strategy-item:nth-child(3) .corner-dot {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #007A9F;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 7;
}

.right-column .strategy-item:nth-child(1) .corner-dot {
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #007A9F;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 7;
}

.right-column .strategy-item:nth-child(3) .corner-dot {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #007A9F;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 7;
}

.strategy-item:hover::after {
  background: #007A9F !important;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1.3);
  }
}

.left-column .strategy-item:nth-child(2):hover::before {
  transform: translate(50%, -50%) scale(1.2) !important;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3436;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.left-column .strategy-item {
  animation: fadeInLeft 0.6s ease forwards;
  opacity: 0;
}

.right-column .strategy-item {
  animation: fadeInRight 0.6s ease forwards;
  opacity: 0;
}

.left-column .strategy-item:nth-child(1) {
  animation-delay: 0.1s;
}

.left-column .strategy-item:nth-child(2) {
  animation-delay: 0.3s;
}

.left-column .strategy-item:nth-child(3) {
  animation-delay: 0.5s;
}

.right-column .strategy-item:nth-child(1) {
  animation-delay: 0.2s;
}

.right-column .strategy-item:nth-child(2) {
  animation-delay: 0.4s;
}

.right-column .strategy-item:nth-child(3) {
  animation-delay: 0.6s;
}

.center-circle {
  animation: fadeInUp 0.8s ease 0.3s forwards;
  opacity: 0;
}

@media (max-width: 1163px) {
  .lens-container {
    gap: 120px;
  }

  .strategy-item {
    width: 280px;
    height: 120px;
    padding: 15px 20px;
  }

  .background-circle {
    width: 280px;
    height: 280px;
  }

  .center-circle {
    width: 180px;
    height: 180px;
  }

  .left-column .strategy-item:nth-child(2)::after {
    width: 90px;
    right: -90px;
  }

  .right-column .strategy-item:nth-child(2)::after {
    width: 90px;
    left: -90px;
  }
}

@media (max-width: 992px) {
  .career-lens-section {
    padding: 0;
  }

  .lens-container {
    flex-direction: column;
    gap: 70px;
    align-items: center;
  }

  .background-circle {
    width: 240px;
    height: 240px;
  }

  .left-column,
  .right-column {
    align-items: center;
    width: 100%;
    max-width: 400px;
  }

  .strategy-item {
    width: 100%;
    flex-direction: row !important;
  }

  .strategy-content {
    text-align: left !important;
  }

  .left-column .strategy-item::after,
  .left-column .strategy-item::before,
  .right-column .strategy-item::after,
  .right-column .strategy-item::before {
    display: none;
  }

  .corner-dot {
    display: none;
  }

  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .center-circle {
    width: 160px;
    height: 160px;
  }

  .center-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .center-text {
    font-size: 14px;
  }

  .strategy-item {
    height: 110px;
    padding: 15px 20px;
  }


  .strategy-title {
    font-size: 16px;
  }

  .section-title {
    font-size: 1.8rem;
  }
}

/* Responsive Design for Tabs Section */
@media (max-width: 992px) {
  .container .wrong-skills {
    gap: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tab-title {
    font-size: 20px;
  }

  .content-section {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .container .wrong-skills {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tabs-section {
    order: 2;
  }

  .content-section {
    order: 1;
    height: 300px;
  }

  .tab {
    padding: 18px 20px;
    gap: 12px;
  }

  .tab-icon {
    width: 32px;
    height: 32px;
  }

  .tab-title {
    font-size: 18px;
    line-height: 24px;
  }

  .tab:hover,
  .tab.active {
    transform: translateX(0);
  }

  .content-text {
    padding: 20px 25px;
    width: 100%;
    height: auto;
  }

  .content-text p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .container .wrong-skills {
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tab {
    padding: 15px 18px;
    gap: 10px;
    flex-direction: column;
    text-align: center;
  }

  .tab-icon {
    width: 28px;
    height: 28px;
  }

  .tab-title {
    font-size: 16px;
    line-height: 20px;
  }

  .content-section {
    height: 250px;
  }

  .content-text {
    padding: 15px 20px;
  }

  .content-text p {
    font-size: 14px;
    line-height: 20px;
  }
}

.skill-card {
  background-color: #F6F6F6;
  border-radius: 12px;
  padding: 20px 12px;
  width: 100%;
  max-width: 318px;
  display: grid;
  gap: 13px;
  align-content: space-between;
}

.skill-card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
}

.skill-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

/*  6th section */

.three-lenses h2 {

  font-size: 28px;
  font-weight: bold;
  color: #222;

}

.three-lenses h2 .highlight {
  color: #0070C0;
  /* Blue color for emphasis */
}

.three-lenses p {
  font-size: 16px;
  color: #525252;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 1239px;
}


/* 7th section */
.organizational-strategy {
  text-align: center;
  margin: 40px auto;

}

.organizational-strategy h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 47px;
  color: #000000;
  margin-bottom: 8px;
}

.organizational-strategy p {
  font-size: 16px;
  color: #525252;
  line-height: 26px;
  font-weight: 400;
}

/* 8th ssection */
section.timeline-section {
  padding: 60px 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #f9f9f9;
  position: relative;
}

.timeline {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  position: relative;
  max-width: 1200px;
}

/* Dotted line connector */
.timeline::before {
  content: "";
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  height: 2px;
  background-image: repeating-linear-gradient(to right,
      #bbb,
      #bbb 6px,
      transparent 6px,
      transparent 12px);
  z-index: 0;
}

.step {
  text-align: center;
  width: 160px;
  position: relative;
  z-index: 1;
}

.circle {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.circle img {
  width: 35px;
  height: 35px;
  margin-bottom: 8px;
}

.circle span {
  display: block;
  font-size: 16px;
}

/* Specific circle colors */
.invest {
  background: #0080a7;
}

.maintain {
  background: #6c7a89;
}

.monitor {
  background: #9aa3ad;
}

.migrate {
  background: #2f3a4c;
}

.obsolete {
  background: #b0b0b0;
}

/* Small circle connector below each big circle */
.small-circle {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 3px solid #bbb;
  border-radius: 50%;
  margin: 20px auto;
}

.text {
  font-size: 16px;
  color: rebeccapurple;
  line-height: 26px;
  font-weight: 400;
}

.text strong {
  display: block;
  margin-bottom: 5px;
}



/* 9th section */
/* Section Styling */
.career-intro {
  text-align: center;
  margin: 10px auto;
}

.career-intro h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 47px;
  color: #000000;
  margin-bottom: 5px;
}

.career-intro p {
  font-size: 16px;
  color: #525252;
  font-weight: 400;
  line-height: 26px;
}



/* 10th section */
.Market-Investment-Lens {
  text-align: center;
  width: 415px;
  height: 47px;
  margin: 70px auto;

}

.Market-Investment-Lens h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 47px;
  color: #000000;
  margin-bottom: 2px;
}

.Market-Investment-Lens p {
  font-size: 16px;
  color: #525252;
  line-height: 26px;
  font-weight: 400;
}

.badge {
  /* background: #0070C0; */
  color: var(--text-light);
}

/* .decision-content,.strategy-column{
  background: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;;
} */

/* ── Strategy Column Cards (Figma match) ── */
.strategy-column {
  background: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) !important;
  border: none !important;
  overflow: visible;
  padding: 25px !important;
  font-family: 'Roboto', sans-serif;
}

.column-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  margin-bottom: 10px !important;
}

.strategy-column p,
.strategy-column li,
.strategy-column span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #525252;
  line-height: 20px;
}

.strategy-column p strong {
  font-weight: 700;
  color: #525252;
}

.strategy-column a {
  color: #0070C0;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.02em;
}

.strategy-column a:hover {
  color: #005a9e;
}

.decision-content {
  background-color: #F6F6F6;
  padding: 10px 13px;
  border-radius: 12px;
}

.decision-content .btn {
  color: var(--text-light);
  border: 1px solid var(--text-light);
}

/* Demo note text - 12px per Figma */
.strategy-column .demo-note p.small,
.strategy-column .demo-note .text-muted {
  font-size: 12px !important;
  color: #525252 !important;
  line-height: 20px;
}

/* Recommendation inline text */
.strategy-column .demo-note p:not(.small):not(.text-muted) {
  font-size: 14px;
  color: #525252;
  line-height: 20px;
}

/* Playbook steps */
.playbook-steps {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.playbook-steps li {
  font-size: 14px;
  font-weight: 400;
  color: #525252;
  line-height: 20px;
}

.advisor-details {
  background-color: #F6F6F6;
  padding: 10px 13px;
  border-radius: 12px;
}

.chart-container {
  display: flex;
  justify-content: center;
}

/* Skill Search Input - matches Figma specs */
.skill-search-input {
  width: 256px;
  height: 36px;
  padding: 6px 10px;
  border-radius: 8px;
  outline: 1px solid #525252;
  outline-offset: -1px;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #525252;
  background: transparent;
}

.skill-search-input::placeholder {
  opacity: 0.7;
  color: #525252;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
}

.skill-search-input:focus {
  outline: 1px solid #0070C0;
  outline-offset: -1px;
}

/* Skill Search Button - matches Figma specs */
.skill-search-btn {
  width: 96px;
  height: 36px;
  border-radius: 8px;
  background-color: #0070C0;
  border: 1px solid #0070C0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.skill-search-btn:hover {
  background-color: #005a9e;
  border-color: #005a9e;
}

/* ── Recommendation Detail Cards (Figma match) ── */
.rec-detail-row {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.rec-detail-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 25px;
  font-family: 'Roboto', sans-serif;
}

.rec-detail-card--main {
  width: 650px;
  min-height: 288px;
  flex-shrink: 0;
}

.rec-detail-card--next {
  width: 384px;
  min-height: 288px;
  display: flex;
  flex-direction: column;
}

.rec-detail-card-inner {
  display: flex;
  gap: 24px;
  height: 100%;
}

.rec-detail-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.rec-detail-skill-name {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  margin: 0 0 12px 0;
}

.rec-detail-desc {
  font-size: 14px;
  font-weight: 400;
  color: #525252;
  line-height: 20px;
  margin: 0 0 auto 0;
  max-width: 288px;
}

.rec-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #0070C0;
  text-decoration: none;
  letter-spacing: 0.02em;
  margin-top: 20px;
}

.rec-detail-link:hover {
  text-decoration: underline;
  color: #005a9e;
}

.rec-detail-right {
  width: 256px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rec-detail-gauge {
  margin: 0 auto 8px auto;
}

.rec-detail-rec-label {
  font-size: 14px;
  color: #525252;
  line-height: 20px;
  margin: 0 0 4px 0;
}

.rec-detail-rec-label strong {
  font-weight: 700;
}

.rec-detail-rec-value {
  font-weight: 400;
}

.rec-detail-rec-desc {
  font-size: 14px;
  font-weight: 400;
  color: #525252;
  line-height: 20px;
  margin: 0;
  max-width: 288px;
}

/* What happens next card */
.rec-detail-next-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  margin: 0 0 12px 0;
}

.rec-detail-next-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: auto;
}

.rec-detail-next-list p {
  font-size: 14px;
  font-weight: 400;
  color: #525252;
  line-height: 20px;
  margin: 0;
}

/* Responsive: stack on small screens */
@media (max-width: 1100px) {
  .rec-detail-row {
    flex-direction: column;
  }

  .rec-detail-card--main,
  .rec-detail-card--next {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .rec-detail-card-inner {
    flex-direction: column;
  }

  .rec-detail-right {
    width: 100%;
  }
}