/* =====================================================
   PYO AFRICA
MAIN STYLESHEET
   ===================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
color: #2A1B13;
    line-height: 1.6;
}
img {
    max-width: 100%;
display: block;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
font-family: inherit;
}
/* =====================================================
   GENERAL
   ===================================================== */
.container {
    width: 92%;
    max-width: 1160px;
    margin: 0 auto;
}
.section {
    padding: 70px 0;
}
.section-heading {
    max-width: 700px;
    margin-bottom: 40px;
}
.section-heading h2 {
    margin-bottom: 12px;
font-size: 38px;
    line-height: 1.15;
}
.section-heading p {
    color: #75685F;
}
/* =====================================================
   HEADER
   ===================================================== */
.site-header {
position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #e6ddd5;
}
.navbar {
    width: 92%;
    max-width: 1160px;
    min-height: 72px;
    margin: 0 auto;
display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand {
display: flex;
    align-items: center;
    gap: 10px;
    color: #5C3A21;
    font-weight: bold;
}
.brand img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
.nav-links {
display: flex;
    align-items: center;
    gap: 20px;
}
.nav-links a {
color: #2A1B13;
    font-size: 14px;
    font-weight: 600;
}
.nav-links a:hover {
    color: #A47551;
}
.nav-button {
    padding: 10px 16px;
    background: #5C3A21;
color: #ffffff !important;
 border-radius: 7px;
}
   
/* =====================================================
   HERO
   ===================================================== */
.hero {
    position: relative;
    min-height: 650px;
display: flex;
    align-items: center;
    background: #5C3A21;
    overflow: hidden;
}
.hero-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
background: rgba(42, 27, 19, 0.35);
}
.hero-content {
    position: relative;
    z-index: 2;
    width: 92%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 90px 0;
    color: #ffffff;
}
.eyebrow {
display: inline-block;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
     text-transform: uppercase;
}
   
.hero h1 {
    max-width: 850px;
    margin-bottom: 20px;
    font-size: 62px;
    line-height: 1.05;
}
.hero p {
    max-width: 650px;
margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
}
.hero-actions {
display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
/* =====================================================
   BUTTONS
   ===================================================== */
.button {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 12px 20px;
    border-radius: 7px;
    border: 1px solid transparent;
    font-weight: bold;
    cursor: pointer;
}
.button-primary {
    background: #ffffff;
    color: #5C3A21;
}
    
.button-secondary {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}
/* =====================================================
   OUR CORE
   ===================================================== */
.core-section {
    background: #ffffff;
}
.core-grid {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.core-card {
    position: relative;
min-height: 230px;
    padding: 75px 26px 25px;
    border-radius: 14px;
    background: #A47551;
    color: #ffffff;
}
.core-card:nth-child(2) {
    background: #5C3A21;
}
.core-card:nth-child(3) {
    background: #4E2B1E;
}
.core-icon {
    position: absolute;
    top: 24px;
    left: 26px;
width: 38px;
height: 38px;
display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
}
.core-card h3 {
    margin-bottom: 8px;
    font-size: 22px;
}
.core-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}
/* =====================================================
   OPPORTUNITY
   ===================================================== */
.opportunity-section {
    background: #F7F1EA;
}
.opportunity-grid {
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.opportunity-card {
    padding: 25px;
    background: #ffffff;
     border: 1px solid #e6ddd5;
    border-radius: 12px;
}
   
.opportunity-card span {
display: block;
    margin-bottom: 15px;
    color: #A47551;
    font-size: 12px;
    font-weight: bold;
}
.opportunity-card h3 {
    margin-bottom: 8px;
    font-size: 17px;
}
.opportunity-card p {
    color: #75685F;
    font-size: 14px;
}
/* =====================================================
   WHAT IS PYO
   ===================================================== */
.pyo-section {
    background: #ffffff;
}
.pyo-content {
display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
}
.pyo-content h2 {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.1;
}
.pyo-content > div > p {
    max-width: 620px;
    color: #75685F;
}
.pyo-points {
display: grid;
    gap: 12px;
}
.pyo-point {
    padding: 18px;
border-left: 3px solid #A47551;
    background: #F7F1EA;
}
.pyo-point h3 {
    margin-bottom: 5px;
    font-size: 16px;
}
.pyo-point p {
    color: #75685F;
    font-size: 14px;
}
/* =====================================================
   HOW IT WORKS
   ===================================================== */
.how-section {
    background: #F7F1EA;
}
.steps {
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.step {
    padding: 25px;
    background: #ffffff;
    border: 1px solid #e6ddd5;
    border-radius: 12px;
}
.step-number {
    margin-bottom: 15px;
    color: #A47551;
    font-size: 12px;
    font-weight: bold;
}
.step h3 {
    margin-bottom: 8px;
    font-size: 17px;
}
.step p {
    color: #75685F;
    font-size: 14px;
}
/* =====================================================
   PRODUCT
   ===================================================== */
.product-section {
    background: #ffffff;
}
.product-carousel {
    position: relative;
}
.product-track {
display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 5px 2px 20px;
    scroll-behavior: smooth;
}

.product-slide {
    flex: 0 0 280px;
    min-width: 280px;
    overflow: hidden;
    background: #F7F1EA;
    border: 1px solid #e6ddd5;
    border-radius: 14px;
}
.product-slide img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    background: #E9DED4;
}
.carousel-controls {
display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}
.carousel-button {
    width: 42px;
    height: 42px;
    border: 1px solid #d8c9bd;
    border-radius: 50%;
    background: #ffffff;
    color: #5C3A21;
    cursor: pointer;
}
.carousel-button:hover {
    background: #5C3A21;
    color: #ffffff;
}
.traction {
    margin-top: 40px;
    padding: 28px;
    border-radius: 14px;
    background: #5C3A21;
    color: #ffffff;
}
.traction strong {
display: block;
    margin-bottom: 5px;
    font-size: 40px;
}
.traction span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}
/* =====================================================
   TEAM
   ===================================================== */
.team-section {
    background: #F7F1EA;
}
.team-grid {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.team-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e6ddd5;
    border-radius: 14px;
}
.team-photo {
    width: 100%;
height: 310px;
    object-fit: cover;
}
.team-photo-placeholder {
    width: 100%;
height: 310px;
display: flex;
    align-items: center;
    justify-content: center;
    background: #5C3A21;
    color: rgba(255, 255, 255, 0.6);
font-size: 32px;
    font-weight: bold;
}
.team-info {
    padding: 20px;
}
.team-info h3 {
    margin-bottom: 4px;
    font-size: 18px;
}
.team-info .team-role {
display: block;
    margin-bottom: 9px;
    color: #A47551;
    font-size: 12px;
    font-weight: bold;
}
.team-info p {
    color: #75685F;
    font-size: 14px;
}
/* =====================================================
   WHY PYO
   ===================================================== */
.why-section {
    background: #ffffff;
}
.why-grid {
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.why-card {
    padding: 24px;
    border: 1px solid #e6ddd5;
    border-radius: 12px;
    background: #ffffff;
}
.why-card span {
display: block;
    margin-bottom: 15px;
    color: #A47551;
    font-size: 12px;
    font-weight: bold;
}
.why-card h3 {
    margin-bottom: 8px;
    font-size: 16px;
}
.why-card p {
    color: #75685F;
    font-size: 14px;
}
/* =====================================================
ROADMAP
   ===================================================== */
.roadmap-section {
    background: #F7F1EA;
}
.roadmap {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.phase {
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e6ddd5;
    border-radius: 14px;
}
.phase-label {
display: inline-block;
    margin-bottom: 18px;
    padding: 5px 10px;
    border-radius: 20px;
    background: #F7F1EA;
    color: #5C3A21;
    font-size: 11px;
    font-weight: bold;
}
.phase h3 {
    margin-bottom: 15px;
    font-size: 19px;
}
.phase ul {
    padding-left: 18px;
}
.phase li {
    margin-bottom: 8px;
    color: #75685F;
    font-size: 14px;
}
/* =====================================================
BUSINESS MODEL
   ===================================================== */
.business-section {
    background: #ffffff;
}
.business-content {
display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 50px;
    align-items: center;
}
.business-content h2 {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.1;
}
.business-content > div > p {
    color: #75685F;
}
.revenue-card {
padding: 35px;
    border-radius: 14px;
    background: #4E2B1E;
    color: #ffffff;
}
.revenue-card span {
display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.7);
font-size: 13px;
}
.revenue-card strong {
display: block;
    margin-bottom: 10px;
    font-size: 46px;
}
.revenue-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}
/* =====================================================
   VISION
   ===================================================== */
.vision-section {
    padding: 90px 0;
    background: #5C3A21;
    color: #ffffff;
}
.vision-section .container {
    max-width: 850px;
    text-align: center;
}
.vision-section .eyebrow {
    color: rgba(255, 255, 255, 0.65);
}
.vision-section h2 {
    margin-bottom: 18px;
    font-size: 48px;
    line-height: 1.08;
}
.vision-section p {
    color: rgba(255, 255, 255, 0.75);
}
/* =====================================================
   CONTACT
   ===================================================== */
.contact-section {
    background: #F7F1EA;
}
.contact-section .container {
    text-align: center;
}
.contact-section h2 {
    margin-bottom: 15px;
    font-size: 40px;
}
.contact-section p {
    max-width: 620px;
    margin: 0 auto 25px;
    color: #75685F;
}
.contact-button {
display: inline-flex;
padding: 13px 22px;
    border-radius: 7px;
    background: #5C3A21;
    color: #ffffff;
    font-weight: bold;
}
/* =====================================================
   FOOTER
   ===================================================== */
.site-footer {
    padding: 45px 0 25px;
    background: #241810;
    color: #ffffff;
}
.footer-content {
display: grid;
    grid-template-columns: 1fr 1fr;
gap: 30px;
padding-bottom: 30px;
}
.footer-brand {
display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-weight: bold;
}
.footer-brand img {
width: 38px;
height: 38px;
}
.footer-content p {
    max-width: 480px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.footer-contact {
display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
    text-align: right;
}
.footer-contact a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}
.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
}
/* =====================================================
   TABLET
   ===================================================== */
@media (max-width: 900px) {
    .core-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .opportunity-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .steps {
        grid-template-columns: repeat(2, 1fr);
    }
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .roadmap {
        grid-template-columns: 1fr;
    }
    .pyo-content {
        grid-template-columns: 1fr;
    }
    .business-content {
        grid-template-columns: 1fr;
    }
    .nav-links {
        gap: 12px;
    }
}
/* =====================================================
MOBILE
   ===================================================== */
@media (max-width: 680px) {
    .section {
        padding: 55px 0;
    }
.navbar {
        width: 94%;
        min-height: 65px;
    }
    .brand span {
display: none;
    }
    .brand img {
width: 38px;
height: 38px;
    }
    .nav-links {
        gap: 9px;
        overflow-x: auto;
        white-space: nowrap;
    }
    .nav-links a {
        font-size: 11px;
    }
    .hero {
        min-height: 570px;
    }
    .hero-content {
        padding: 70px 0;
    }
    .hero h1 {
        font-size: 42px;
    }
    .hero p {
        font-size: 15px;
    }
    .core-grid {
        grid-template-columns: 1fr;
    }
    .opportunity-grid {
        grid-template-columns: 1fr;
    }
    .steps {
        grid-template-columns: 1fr;
    }
    .team-grid {
        grid-template-columns: 1fr;
    }
    .why-grid {
        grid-template-columns: 1fr;
    }
    .pyo-content h2 {
font-size: 34px;
    }
    .business-content h2 {
        font-size: 34px;
    }

    .product-slide {
        flex-basis: 245px;
        min-width: 245px;
    }
    .product-slide img {
        height: 400px;
    }
.vision-section h2 {
font-size: 36px;
    }
    .footer-content {
        grid-template-columns: 1fr;
    }
    .footer-contact {
        align-items: flex-start;
        text-align: left;
    }
}
/* =====================================================
SMALL PHONES
   ===================================================== */
@media (max-width: 430px) {
    .hero h1 {
font-size: 36px;
    }
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .button {
        width: 100%;
    }
    .product-slide {
        flex-basis: 225px;
        min-width: 225px;
    }
}