
/* ====================================
FOUNDER PAGE
==================================== */

.founder-header{
    display:flex;
    align-items:center;
    gap:30px;
    margin-bottom:30px;
}

.founder-header img{
    width:160px;
    height:160px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid var(--primary);
}

.resume-container {
    width: 80%;
    margin: 0 auto;
    max-width: var(--max-width);
    padding: 20px;
    border: 1px solid #e9e6e6;
    box-shadow: 0 0 10px rgba(220, 218, 218, 0.1);
}


.highlight {
    background: #f8fafc;
    border-left: 5px solid var(--primary);;
    padding: 16px 20px;
    margin-top: 30px;
    border-radius: 8px;
}

.page_card {
      background: #f8fafc;
      border-left: 5px solid var(--bg-accent);;
      padding: 16px 20px;
      margin-top: 30px;
      border-radius: 8px;
    }
.page_container {
    width: 80%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

/* ======================
product PAGE container
========================= */
.product_page_container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 10 24px;
}
h1 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 10px;
}

h2{
    border-bottom:2px solid var(--primary);
    display:inline-block;
    padding-bottom:6px;
}

.resume_h2{
    border-bottom:2px solid var(--primary);
    padding-bottom:6px;
    margin-top:30px;
    margin-bottom:15px;
    font-size:20px;
    display:block;
}


.product_page_h2{
    padding-top:60px;
}
    
.price_page_h2{
    border-bottom:none;
    padding-bottom:6px;
    padding-top:60px;
    text-align:center;
    color:var(--primary);
    display:block;
    margin-left:auto;
    margin-right:auto;
}

h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
    p {
      margin-top: 16px;
      font-size: 1.05rem;
    }
    ul {
      margin-top: 12px;
      padding-left: 20px;
    }
    li {
      margin-bottom: 10px;
    }
   
/* Class to remove the border on certain section sub-titles/headers */
        .no-border {
            border-bottom: none !important;
        }
        
        .no-border_service {
            border-bottom: none !important;
            color: var(--primary);
            text-align: center;
            display: block;
            margin: 0 auto 10px auto;
            font-size: 32px;
        }

        .contact-info, .job-title {
            margin-bottom: 15px;
        }
        .contact-info p {
            margin: 0;
        }
        .dates {
            font-style: italic;
            float: right;
        }
        .skills-list {
            list-style: none;
            padding: 0;
            margin: 5px 0 10px 0;
        }
        .skills-list li {
            display: inline-block;
            margin-right: 15px;
            padding: 3px 8px;
            background-color: #f0f0f0;
            border-radius: 3px;
            font-size: 14px;
        }
        /* Custom list styling for job/education/certifications */
        .bullet-list {
            list-style-type: disc;
            padding-left: 20px;
            margin-top: 5px;
            margin-bottom: 20px;
        }
        .bullet-list li {
            margin-bottom: 15px;
            line-height: 1.4;
        }
        .bullet-list li strong {
            font-size: 16px;
            font-weight: bold;
        }
        .bullet-list li .dates {
            font-weight: normal; /* To counteract the strong tag */
        }
        /* General bullet list style */
        ul {
            padding-left: 20px;
        }

@media (max-width:768px) {
  .hero h1 { font-size:2.4rem; }
  .nav-links { display:none; }
  }

/* ====================================
EXECUTIVE INTELLIGENCE HUB PAGE
==================================== */

.exec-hub-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 65px 45px;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    background-color: #fff;
}

.exec-hub-container h2 {
    color: #1a1a1a;
    font-size: 28px;
    border-bottom: 3px solid var(--primary);
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 25px;
}

.exec-hub-container h3 {
    color: var(--primary);
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.exec-hub-container h4 {
    color: var(--primary);
    font-size: 18px;
    margin-bottom: 10px;
}

.exec-hub-container p {
    margin-bottom: 18px;
}

.exec-hub-container ul {
    list-style: none;
    padding-left: 0;
}

.exec-hub-container ul li {
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.exec-hub-container ul li::before {
    content: "▶";
    color: var(--primary);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.exec-hub-highlight {
    background-color: #eef6ff;
    border-left: 4px solid var(--primary);
    padding: 12px 18px;
    margin: 25px 0;
    border-radius: 6px;
}

.exec-hub-divider {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin: 40px 0;
}

.exec-hub-footer {
    max-width: 900px;
    margin: 25px auto 0;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #777;
    border-top: 1px solid #eee;
}
/* ====================================
PRICES PAGE UNDER CONSTRUCTION MESSAGE
==================================== */


.implementation-message {
  display: none;
  position: absolute;
  bottom: 70px; /* appears above button */
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  padding: 0.8rem 1rem;
  background: #fff3cd;
  color: #856404;
  border-radius: 8px;
  font-size: 0.9rem;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  z-index: 10;
  animation: fadeIn 0.25s ease;
}

/* optional arrow */
.implementation-message::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #1e293b transparent transparent transparent;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}