:root {
    --primary-teal: #14b8a6;
    --primary-orange: #f15a29;
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --bg-gradient-start: #f8fafc;
    --bg-gradient-end: #eef2f3;
    --bg-section: #F2F4F5;
    --eyebrow-color: #17B3C4;
    --heading-color: #14181F;
    --subtext-color: #5C6570;
    --step-circle-bg: #E8562A;
    --step-circle-text: #FFFFFF;
    --step-title-color: #14181F;
    --step-desc-color: #6B7280;
    --arrow-color: #14181F;
    --teal:#00B6B8;
    --black:#000000;
    --gray:#535353;
    --orange:#F04D23;
    --bg:#F2F5F5;
    --bg-teal: #00B6B8;
    --border-teal: #00DDDF;
    --card-teal: #03C6C8;
    --white: #FFFFFF;
    --bg:#F2F5F5;
    --teal:#00B6B8;
    --orange:#F04D23;
    --border:#E9E9E9;
    --text-dark:#14181A;
    --text-body:#6B7378;
    --card-bg:#FFFFFF;
}


.main-banner {
    /* font-family: 'Inter', sans-serif; */
    background: linear-gradient(135deg, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    line-height: 1.5;
}

.main-banner .container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-banner .content-section { flex: 1.3; }

.main-banner .video-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-self: baseline;
}

.main-banner .badge {
    color: var(--primary-teal);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    font-family: 'Inter', sans-serif;
}

.main-banner h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 24px;
    letter-spacing: 0%;
}

.main-banner .highlight { color: var(--primary-teal); }

.main-banner .description {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 40px;
    max-width: 540px;
    line-height: 1.6;
    font-weight: 400;
}

.main-banner .cta-group {
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
}

.main-banner .btn {
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    display: inline-block;
}

.main-banner .btn-primary {
    background-color: var(--primary-orange);
    color: white;
    border: none;
}

.main-banner .btn-secondary {
    background-color: rgba(241, 90, 41, 0.05);
    color: var(--primary-orange);
    border: 1px solid var(--primary-orange);
}

.main-banner .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.main-banner .stats-row {
    display: flex;
    gap: 40px;
}

.main-banner .stat-item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}

.main-banner .stat-item p {
    font-size: 13px;
    color: var(--text-muted);
    white-space: nowrap;
    font-weight: 400;
}

.main-banner .video-container {
    background: white;
    width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    position: relative;
}

.main-banner .video-placeholder-text {
    font-weight: 700;
    font-size: 1.25rem;
    color: #000;
}

.gf-problem-grid2 {
    grid-template-columns: repeat(3, 1fr);
}
.gf-problem{
    padding: 77px 0 ;
}

.how-it-works{
    background: #F2F5F5;
    padding: 96px 24px;
}

.how-it-works__inner{
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.how-it-works__eyebrow{
    display:block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing:8%;
    text-transform: uppercase;
    color: #00B6B8;
    margin-bottom: 16px;
    line-height: 100%;
}

.how-it-works__heading{
    font-size: 38px;
    line-height: 100%;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0 0 16px;
    letter-spacing: 0%;
}

.how-it-works__subtext{
    font-size: 16px;
    color: var(--subtext-color);
    max-width: 620px;
    margin: 0 auto 64px;
    line-height:28px;
    font-weight: 400;
    letter-spacing: 0%;
}

.steps{
    display:flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

.step{
    display:flex;
    flex-direction:column;
    align-items:center;
    width: 240px;
    padding: 0 12px;
}

.step__circle{
    width: 60px;
    height: 60px;
    min-width: 62px;
    border-radius: 50%;
    background: #F04D23;
    color: var(--step-circle-text);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 24px;
 
}

.step__title{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 10px;
    line-height: 22px;
    letter-spacing: 0%;
}

.step__desc{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #535353;
    margin: 0;
}

.step-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    width: 64px;
    height: 62px;
    margin-top: 0;
    flex-shrink: 0;
}

.step-arrow svg{
    width: 32px;
    height: 32px;
}

.step-arrow path,
.step-arrow line,
.step-arrow polyline{
    stroke: var(--arrow-color);
}
.gf-industry-row{
    /* margin-bottom: 0px; */
    min-height: 380px;
}

.industries{
    background-color:var(--bg);
    padding:100px 24px;
}

.industries__inner{
    max-width:1300px;
    margin:0 auto;
}

.industries__header{
    text-align:center;
    
    margin:0 auto 56px;
}

.industries__eyebrow{
    display:block;
    font-size:14px;
    font-weight:500;
    letter-spacing:8%;
    line-height:100%;
    text-transform:uppercase;
    color:var(--teal);
    margin-bottom:14px;
}

.industries__title{
    font-size:38px;
    font-weight:700;
    line-height:100%;
    letter-spacing:0%;
    color:var(--black);
    
    margin-bottom:18px;
}

.industries__subtitle{
    font-size:16px;
    font-weight:400;
    line-height:28px;
    letter-spacing:0%;
    color:var(--gray);
}

.industries__grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:24px;
}

.industry-card{
    background-color:#ffffff;
    border-radius:14px;
    padding:32px 28px;
    box-shadow:0 1px 2px rgba(0,0,0,0.04);
    transition:transform 0.25s ease, box-shadow 0.25s ease;
}

.industry-card:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 32px rgba(0,0,0,0.08);
}

.industry-card__icon{
    width:56px;
    height:56px;
    border-radius:12px;
    background-color:var(--teal);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
}

.industry-card__icon svg{
    width:26px;
    height:26px;
    stroke:#ffffff;
    fill:none;
}

.industry-card__title{
    font-size:16px;
    font-weight:600;
    color:var(--black);
    margin-bottom:10px;
    letter-spacing:0%;
    line-height:100%;
    font-family: 'Inter', sans-serif;
}

.industry-card__desc{
    font-size:15px;
    font-weight:400;
    line-height:24px;
    color:var(--gray);
    margin-bottom:20px;
    font-family: 'Inter', sans-serif;
}

.industry-card__link{
    display:inline-block;
    font-size:14px;
    font-weight:500;
    color:var(--orange);
    text-decoration:underline;
    text-underline-offset:3px;
    line-height:100%;
    letter-spacing:0%;
    font-family: 'Inter', sans-serif;
}

.industry-card__link:hover{
    color:#c93e1a;
}

.why-section {
    max-width: 1140px;
    margin: 80px auto;
    background-color: var(--bg-teal);
    border: 1px solid var(--border-teal);
    border-radius: 28px;
    padding: 56px 56px;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

/* Left column */
.why-eyebrow {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.why-heading {
    color: var(--white);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin-bottom: 32px;
}

.why-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 0px;
}

.why-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin: 0px;
}

.why-number {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.22);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.why-item-title {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.why-item-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

/* Right column - stats grid */
.why-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.stat-card {
    background-color: var(--card-teal);
    border-radius: 16px;
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: space-around;
}

.stat-number {
    color: var(--white);
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1;
    text-align: center;
}

.stat-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 18.2px;
}

  

.journeys-section{
    background:var(--bg);
    color:var(--text-dark);
    padding:80px 24px;
    font-family: 'Inter', sans-serif;
}

.journeys-header{
  text-align:center;
  margin-bottom:56px;
}

.eyebrow{
    display:block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 8%;
    text-transform:uppercase;
    color:var(--teal);
    margin-bottom:14px;
}

.journeys-header h1{
    font-size:38px;
    font-weight:700;
    letter-spacing:-0.02em;
    color:var(--text-dark);
}

.journeys-columns{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:48px;
    align-items: center;
}

.journey-column h2{
    font-size:18px;
    font-weight:600;
    margin-bottom:20px;
}

.journey-column.coordinators h2{ color:var(--teal); }
.journey-column.workers h2{ color:var(--orange); }

.step-list{
    display:flex;
    flex-direction:column;
    gap:16px;
    list-style:none;
    margin: 0px;

}

.step-card{
    background:var(--card-bg);
    border:1px solid var(--border);
    border-left:4px solid var(--teal);
    border-radius:10px;
    padding:20px 22px;
    box-shadow:0 1px 2px rgba(20,24,26,0.03);
    transition:transform .18s ease, box-shadow .18s ease;
    margin: 0px;
}

.journey-column.workers .step-card{
    border-left-color:var(--orange);
}

.step-card:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(20,24,26,0.06);
}

.step-card p{
    font-size:14.5px;
    line-height:1.55;
    color:var(--text-body);
}

.step-card strong{
    color:var(--text-dark);
    font-weight:600;
}
.gf-industry-row figure{
    height: 380px;
}
.gf-industry-row figure img{
    box-shadow: none;
    height: 380px;
}

.gf-industry-row h3{
    margin: 0 0 10px;
}
/* Responsive */

@media (max-width: 1024px) {
    .main-banner{
        min-height: 1250px;
    }
    .main-banner .container {
        flex-direction: column;
        text-align: center;
        gap:0;
    }
    .main-banner .stats-row{
        flex-direction: column;justify-content: center;
    }
    .main-banner .description {
        margin-left: auto;
        margin-right: auto;
    }

    .main-banner .video-section{
        padding-top: 0px;
    }

    .main-banner .cta-group { justify-content: center;flex-direction: column; }

    .main-banner h1 { 
        font-size: 30px;
        line-height: 3.5rem;
    }

    .industries__grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 900px){
    .steps{ 
        gap: 32px;
        flex-direction: column;
    }
    .step-arrow{ display:none; }
    .how-it-works__heading{ font-size: 30px; }
    .gf-figma h2{
        margin-bottom: 40px;
    }
}

@media (max-width: 800px) {
    .why-section {
        grid-template-columns: 1fr;
        padding: 40px 28px;
        border-radius: 20px;
    }

    .why-heading {
        font-size: 26px;
    }

    .why-stats {
        order: -1;
    }

    .gf-industry-row, .gf-industry-row.reverse{
        gap: 0px;
        margin-bottom: 65px;
    }

    .gf-industry-row figure, .gf-industry-row figure img {
        height: auto;
    }
    
}


@media (max-width:720px){
    
    .journeys-columns{
        grid-template-columns:1fr;
        gap:36px;
    }
    .journeys-header h1{ font-size:26px; }
    .testimonial-slider .owl-dots{
        left: 30%;
    }
}

@media (max-width: 600px){
    .how-it-works{ padding: 64px 20px; }
    .step{ width: 100%; max-width: 320px; }
}

@media (max-width:560px){
    .industries{ padding:64px 20px; }
    .industries__grid{
        grid-template-columns:1fr;
    }
    .industries__title{
        font-size:30px;
    }
    .gf-problem-grid2 {
        grid-template-columns:  1fr;
    }
}

@media (max-width: 420px) {
    
    .why-stats {
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

    .stat-card {
      padding: 20px 16px;
    }

    .stat-number {
      font-size: 28px;
    }

    .gf-problem-grid2 {
        grid-template-columns: 1fr;
    }

    .steps{
        flex-direction: column;
    }
}
