@import url(reset.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*,
*::before,
*::after {
    box-sizing: border-box;
}

body{
    font-family: 'Open Sans', sans-serif;
    color: #4A4949;
    margin: 0;
}

h1{
    font-size: 42px;
    font-weight: 700;
    line-height: 1.6;
}

h2{
    font-size: 14px;
    color: #9D9B9B;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    line-height: 1.5;
}

h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.57;
}

h4{
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-size: 38px;
    font-weight: 100;
    line-height: 1.4;
}

.gap-50{
    margin-top: 50px;
}

h5{
    font-size: 13px;
    color: #9D9B9B;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
}

h6{
    font-size: 14px;
    color: #4A4949;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    line-height: 1.5;
}

p, ul, li{
    font-size: 15px;
    line-height: 1.8;
}

b{
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #4A4949;
}

.gap-80{
    margin-bottom: 80px;
}

.gap-140{
    margin-bottom: 140px;
}

/*--------------------------------- Landing Page ---------------------------------*/
    .hero{
        max-width: 1170px;
        width: 100%;
        margin: 0 auto;
        margin-top: 60px;
    }

    .hero img{
        width: 100%;
        border-radius: 10px;
    }

    .landing_header2{
        max-width: 790px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 40px;
    }

    .landing_header2 p{
        margin-top: 30px;
    }
        
        .landing_header_wrapper2{
            animation: marginUp 1.2s 1 forwards;
        }

        @keyframes marginUp {
            0% {
                padding-top: 300px;
                opacity: 0;
                color: white;
            } 
            100% {
                margin-top: 0px;
                opacity: 1;
            }	
        }

/*--------------------------------- Body ---------------------------------*/
.twoboxes {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap; /* Makes it responsive on smaller screens */
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.twoboxes > section {
    flex: 1;
    min-width: 300px;
    background-color: #f0f0f0;
    padding: 34px;
    border-radius: 8px;
}

.onebox{
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
    background-color: #f0f0f0;
    padding: 34px;
    border-radius: 8px;
}

/* Remove list styling */
.twoboxes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.myrole ul {
    list-style: disc;
    padding-left: 20px;
}

.myrole li::marker {
  color: #9D9B9B;
}

.twoboxes li, .onebox p{
    color: #3E3E3E;
    margin-bottom: 10px;
    line-height: 24px;
}

.twoboxes p{
    color: #3E3E3E;
    line-height: 24px;
}

.twoboxes li:last-child{
    margin-bottom: 0;
}

.newsection{
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    overflow: hidden;
}

.blackcontainer{
    background-color: #1E1F20;
    padding-top: 140px;
    padding-bottom: 140px;
    width: 100%;
}

.blackcontent{
    color: white;
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    box-sizing: border-box;
}

.solution{
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.solution2{
    display: block;
    margin: 0 auto;
    width: 70%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.checklist3 {
    list-style: disc;          
    padding-left: 1.5em;
    margin: 0;
}

.checklist3 li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.8;
}


.matrix{
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.flow{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 6px;
}

.blackcontainer2{
    background-color: #1E1F20;
    padding-top: 140px;
    padding-bottom: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center;
    gap: 2.5rem;
}

.blackcontent2{
    color: white;
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
}

.blackcontent2 p{
    margin-top: 14px;
}

.metrics{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1170px;
    gap: 3rem;
}

.bigger{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    gap: 3rem;
}

.bigger img{
    width: 100%;
}

.metrics img{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 140px;
}

.metrics .ia{
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 10px;
}


.metrics section {
    flex: 1 1 30%;                     /* Each section takes equal width */
    background-color: #1a1a1a;   /* Example background to see the boxes */
    color: white;                /* Text color for contrast */
    padding: 2rem;
    box-sizing: border-box;    
    text-align: left;         
    border-radius: 8px;     
}

.metrics h3{
    margin-bottom: 0px;
}

.mocks p{
    line-height: 1.6;
    margin-top: 30px;
}


.pill{
display: inline-block;
  background-color: white; 
  color: #1E1F20;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px !important;
  text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    margin-top: 10px !important;
}

.pill2{
display: inline-block;
  background-color: #C8D4EE; 
  color: #1E1F20;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px !important;
  text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.pillcon p{
    font-weight: 700 !important;
}

.mocks .checklist li::before{
    content: "→";
}

.fullimage{
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .fullimage img{
        width: 100%;
    }



.newsection2{
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
}

.newleft,
.newright {
    flex: 1;           /* Makes both take equal space */
}

.newright {
    display: flex;
    align-items: center; /* Align content (image) to the bottom */
}

.newright img {
    width: 100%;       /* Make image responsive */
    height: auto;
    display: block;
}

.priority{
    width: 64%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.imgsplit {
    display: flex;
    gap: 1.5rem; /* Optional: space between images */
}

.imgsplit img {
    flex: 1;
    width: 50%;
    height: auto;
    object-fit: cover;    /* Ensures both images crop/scale uniformly */
    display: block;
    border-radius: 6px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.checklist {
    list-style: none;              /* Remove default bullets */
    padding: 0;
    margin: 0;
}

.checklist li {
    position: relative;
    padding-left: 1.5em;           /* Space for checkmark */
    margin-bottom: 10px;
    line-height: 1.8;
}

.checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #F19500;
}

.mocks .checklist li{
    margin-bottom: 0;
}

.smallfont .checklist li::before{
    content: "🔍";
}

.thinking .checklist li{
    padding-left: 1.9em; 
    font-size: 13px;
}

.thinking .checklist li::before{
    content: "💬";
}

.thinking{
    margin-top: 44px;
    background-color: #ffffff;
    border-radius: 8px;
    color: #1E1F20;
    padding: 28px;
}

.lessbold{
    font-weight: 500;
    font-size: 32px;
}

.smallfont .checklist li{
    padding-left: 2em;  
}

.mocks{
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
}

.mocks img{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
}

.risk{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 6px;
}

/*--------------------------------- About ---------------------------------*/
.abouthero{
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    margin-top: 100px;
    margin-bottom: 100px;
}

.about{
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 6px;
}

.checklist2 {
    list-style: none;              /* Remove default bullets */
    padding: 0;
    margin: 0;
    margin-bottom: 140px;
}

.checklist2 li {
    position: relative;
    padding-left: 4.2em;           /* Space for checkmark */
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.checklist2 li::before {
    position: absolute;
    left: 0;
    top: 0.15em;              /* Adjust vertical alignment */
    font-size: 2.6em;         /* Make emoji/icon larger */
    line-height: 1;
}

.checklist2 li:first-child::before {
    content: "🇰🇷";
}

.checklist2 li:nth-child(2)::before {
    content: "💻";
}

.checklist2 li:nth-child(3)::before {
    content: "🛠";
}