/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(62.9, 62.9, 62.9);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(66.25, 66.25, 66.25);
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/**
 * AI Workforce Landing Page Styles
 */
/* Reset and base styles for AI Workforce page */
.aiworkforce-page {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #6C63FF 0%, #4A90E2 50%, #9C27B0 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

/* Prevent overscroll and ensure background covers everything */
.aiworkforce-page html,
.aiworkforce-page body {
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #6C63FF 0%, #4A90E2 50%, #9C27B0 100%);
  overflow-x: hidden;
}

/* Enable scroll snap on html root */
html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

/* Global background fix for aiworkforce page */
.aiworkforce-page,
.aiworkforce-page html,
.aiworkforce-page body,
.aiworkforce-page .page-content {
  background: linear-gradient(135deg, #6C63FF 0%, #4A90E2 50%, #9C27B0 100%) !important;
  background-attachment: fixed !important;
}

.aiworkforce-page .page-content {
  padding: 0;
}

.aiworkforce-page .wrapper {
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Full viewport sections */
.hero-section,
.challenge-section,
.solution-section,
.fourth-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
}

/* Purple gradient background */
.hero-section {
  background: linear-gradient(135deg, #6C63FF 0%, #4A90E2 50%, #9C27B0 100%);
  color: white;
}

.challenge-section {
  background: linear-gradient(135deg, #6C63FF 0%, #5B4FCF 50%, #8B5CF6 100%);
  color: white;
}

.solution-section {
  background: linear-gradient(135deg, #4A90E2 0%, #6C63FF 50%, #9C27B0 100%);
  color: white;
}

.fourth-section {
  background: linear-gradient(135deg, #6C63FF 0%, #5B4FCF 50%, #8B5CF6 100%);
  color: white;
}

/* Section content layout */
.hero-content,
.section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  gap: 4rem;
}

.hero-text,
.section-text {
  flex: 1;
  max-width: 600px;
}

.hero-graphics,
.section-graphics {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

/* Typography */
.hero-title,
.section-title {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  line-height: 1.1;
  margin-top: 5rem;
}

.hero-tagline {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  font-style: italic;
}

.hero-subtitle {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.section-subtitle {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #2e0098;
}

.highlight {
  color: #00E676;
  font-weight: 600;
}

.hero-description,
.challenge-points p,
.solution-points p,
.fourth-points p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  opacity: 0.95;
}

/* CTA Button */
.cta-button {
  display: inline-block;
  background: linear-gradient(45deg, #00BCD4, #4CAF50);
  color: white !important;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: white !important;
}

/* Decorative elements */
.decorative-elements {
  width: 500px;
  height: 500px;
  position: relative;
  background: url("/assets/img/white-elements.png") no-repeat center;
  background-size: contain;
}

.decorative-elements::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.decorative-elements::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

/* Question marks for challenge section */
.question-marks {
  position: relative;
  width: 400px;
  height: 400px;
}

.question-mark {
  position: absolute;
  font-size: 4rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transform: translateX(200px) scale(0.5);
  transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
}

.question-mark:nth-child(1) {
  top: 20%;
  left: 30%;
  transform: translateX(-200px) scale(0.5);
}

.question-mark:nth-child(2) {
  top: 60%;
  right: 20%;
  font-size: 3rem;
  transform: translateX(200px) scale(0.5);
}

.question-mark:nth-child(3) {
  bottom: 30%;
  left: 20%;
  font-size: 2.5rem;
  transform: translateX(-200px) scale(0.5);
}

.question-mark:nth-child(4) {
  top: 10%;
  right: 30%;
  font-size: 3.5rem;
  color: #00BCD4;
  transform: translateX(200px) scale(0.5);
}

/* Only show question marks when challenge section is visible */
.challenge-section:not(.section-visible) .question-mark {
  opacity: 0 !important;
  transform: translateX(300px) scale(0) !important;
  pointer-events: none;
}

/* Animated state when section is visible */
.challenge-section.section-visible .question-mark {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.challenge-section.section-visible .question-mark:nth-child(1) {
  transition-delay: 0.3s;
  animation: float 3s ease-in-out infinite 1.8s;
}

.challenge-section.section-visible .question-mark:nth-child(2) {
  transition-delay: 0.7s;
  animation: float 3s ease-in-out infinite 2.2s;
}

.challenge-section.section-visible .question-mark:nth-child(3) {
  transition-delay: 1.1s;
  animation: float 3s ease-in-out infinite 2.6s;
}

.challenge-section.section-visible .question-mark:nth-child(4) {
  transition-delay: 1.5s;
  animation: float 3s ease-in-out infinite 3s;
}

/* AI Interface for solution section */
.ai-interface {
  position: relative;
  width: 500px;
  height: 400px;
}

.chat-box {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin: 2rem auto;
  max-width: 400px;
}

.chat-box input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 1.2rem;
  color: #666;
  padding: 1rem 0;
  outline: none;
}

.chat-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

.plus-btn,
.tools-btn,
.mic-btn,
.send-btn {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  background: #f5f5f5;
  color: #666;
  font-size: 0.9rem;
}

.send-btn {
  background: #000;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* Exclamation marks */
.exclamation-marks {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.exclamation-mark {
  position: absolute;
  font-size: 3rem;
  font-weight: 300;
  color: #00BCD4;
  opacity: 0;
  transform: translateX(200px) scale(0.5);
  transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
}

.exclamation-mark:nth-child(1) {
  top: 10%;
  left: 10%;
  transform: translateX(-200px) scale(0.5);
}

.exclamation-mark:nth-child(2) {
  top: 20%;
  right: 15%;
  transform: translateX(200px) scale(0.5);
}

.exclamation-mark:nth-child(3) {
  bottom: 20%;
  left: 20%;
  transform: translateX(-200px) scale(0.5);
}

/* Only show exclamation marks when solution section is visible */
.solution-section:not(.section-visible) .exclamation-mark {
  opacity: 0 !important;
  transform: translateX(300px) scale(0) !important;
  pointer-events: none;
  animation: none !important;
}

/* Animated state when section is visible */
.solution-section.section-visible .exclamation-mark {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.solution-section.section-visible .exclamation-mark:nth-child(1) {
  transition-delay: 0.3s;
  animation: pulse 2s ease-in-out infinite 1.8s;
}

.solution-section.section-visible .exclamation-mark:nth-child(2) {
  transition-delay: 0.7s;
  animation: pulse 2s ease-in-out infinite 2.2s;
}

.solution-section.section-visible .exclamation-mark:nth-child(3) {
  transition-delay: 1.1s;
  animation: pulse 2s ease-in-out infinite 2.6s;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}
/* Responsive design */
@media (max-width: 768px) {
  .hero-content,
  .section-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding: 2rem 1rem;
  }
  .hero-title,
  .section-title {
    font-size: 2.5rem;
  }
  .hero-subtitle {
    font-size: 1.5rem;
  }
  .section-subtitle {
    font-size: 1.5rem;
  }
  .hero-description,
  .challenge-points p,
  .solution-points p,
  .fourth-points p {
    font-size: 1rem;
  }
  .decorative-elements,
  .question-marks,
  .ai-interface {
    width: 300px;
    height: 300px;
  }
  .chat-box {
    max-width: 280px;
  }
}
/**
 * Custom footer styles
 */
.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  transition: all 0.3s ease;
  padding: 1rem 0;
  min-height: auto;
  border-top: none;
}

.aiworkforce-page .site-footer {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  color: white;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  gap: 4rem;
}

.footer-info span {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
}

.aiworkforce-page .footer-info span {
  color: white;
}

.footer-info a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-info a:hover {
  opacity: 0.8;
  color: white;
  text-decoration: underline;
}

.aiworkforce-page .footer-info a {
  color: white;
}

.aiworkforce-page .footer-info a:hover {
  color: white;
}

/* Add bottom padding to page content to account for fixed footer */
.aiworkforce-page .page-content {
  padding-bottom: 80px;
}

/**
 * Custom header and logo styles
 */
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 25px 2rem;
}

.logo-container {
  flex-shrink: 0;
}

.dual-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.duna-logo {
  height: 40px;
  width: auto;
  display: block;
}

.ai-workforce-logo-png {
  height: 35px;
  width: auto;
  display: block;
}

.site-logo {
  max-height: 60px;
  width: auto;
  display: block;
}

.logo-placeholder {
  font-size: 24px;
  font-weight: 600;
  color: rgb(66.25, 66.25, 66.25);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.site-nav {
  margin-left: auto;
}

/* Responsive adjustments */
@media screen and (max-width: 800px) {
  .site-logo {
    max-height: 50px;
  }
  .logo-placeholder {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .site-logo {
    max-height: 40px;
  }
  .logo-placeholder {
    font-size: 18px;
  }
  .header-content {
    position: relative;
  }
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}
/* Clean, minimal header styling */
.site-header {
  border-top: none;
  border-bottom: none;
  min-height: 55.95px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  transition: all 0.3s ease;
}

.aiworkforce-page .site-header {
  background: transparent;
  backdrop-filter: none;
}

.aiworkforce-page .site-header .duna-logo {
  filter: brightness(0) invert(1);
}

/* AI Workforce PNG logo should keep its original colors */
.aiworkforce-page .site-header .ai-workforce-logo-png {
  filter: none;
}

/* Override default site-title styles since we're using logo */
.site-title {
  display: none;
}

/*# sourceMappingURL=main.css.map */