/* ============================================
   ABOUT PAGE 
============================================ */

/* SITE CONTAINER */
#site-main {
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 20px 60px;
}

/* ========================
   WHO AM I SECTION
======================== */

.who-section {
    padding-top: 150px;
}

.about-title {
    font-weight: 500;
    font-family: "Monument Extended", sans-serif;    
    line-height: 0.95;
    letter-spacing: 5px;
    text-align: center;
    margin: 0 0 10px;
    font-size: 80px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

/* ========================
   PHOTO
======================== */

.about-photo-section {
    margin-top: 40px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}

.about-photo {
    width: 100%;
    max-width: 60vw;
    height: 650px;
    object-fit: cover;      
    object-position: center; 

    display: block;
}

/* ========================
   HELLO SECTION
======================== */

.intro-section {
    text-align: center;
    margin-bottom: 60px;
}

.hello-title {
    font-family: "Monument Extended", sans-serif;    
    line-height: 0.95;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 0 10px;
    font-size: 64px;
    text-transform: uppercase;
    padding-top: 30px;
}

.intro-main {
    font-family: "Monument Extended", sans-serif;
    text-transform: uppercase;
    padding-top: 45px;
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 24px;
}

.intro-subb {
    font-family: "Clash Grotesk", sans-serif;
    padding-top: 20px;
    color: #d0d0d0;
    font-size: 22px;
    line-height: 1.5;
    max-width: 780px;
    margin: 0 auto 8px auto;
}

.intro-sub {
    font-family: "Clash Grotesk", sans-serif;
    padding-top: 15px;
    padding-bottom: 50px;
    color: #d0d0d0;
    font-size: 22px;
    line-height: 1.5;
    max-width: 780px;
    margin: 0 auto 8px auto;
}

#divider {
    border: none;
    border-top: 1px solid #333;
    padding-top: 30px;
    width: 80%;
    margin: 40px auto;
}

/* ========================
   WHY ME
======================== */

.why-section {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0 20px;
}

.why-title {
    font-family: "Monument Extended", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.why-text {
    font-family: "Clash Grotesk", sans-serif;
    padding-top: 20px;
    color: #d0d0d0;
    font-size: 22px;
    line-height: 1.5;
    max-width: 785px;
    margin: 0 auto 8px auto;
}

.why-textt {
    font-family: "Clash Grotesk", sans-serif;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #d0d0d0;
    font-size: 22px;
    line-height: 1.5;
    max-width: 785px;
    margin: 0 auto 8px auto;
}


.why-goal {
    margin-top: 35px;
    margin-bottom: 20px;
    font-family: "Clash Grotesk", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: underline;
}

.why-texttt {
    font-family: "Clash Grotesk", sans-serif;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #d0d0d0;
    font-size: 22px;
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto 8px auto;
    padding-bottom: 40px;
}

/* ============================================
   SERVICES SECTION
============================================ */

#services-section {
    text-align: center;
    padding-top: 5px;
}

.services-title {
    font-family: "Monument Extended", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.services-sub {
    font-family: "Clash Grotesk", sans-serif;
    font-size: 24px;
    color: #d0d0d0;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.services-grid {
    max-width: 850px;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.service-card {
    background: #0d0d0d;
    border: 1px solid #333;
    border-radius: 15px;
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
    transition: 0.25s ease;
}

.service-card:hover {
    border-color: #82d199;
    box-shadow: 0 0 20px rgba(130, 209, 153, 0.45);
}

.service-icon {
    width: 80px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.service-name {
    font-family: "Monument Extended", sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

.service-desc {
    font-family: "Clash Grotesk", sans-serif;
    color: #d0d0d0;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

/* ============================================
   SOFTWARES SECTION
============================================ */

.softwares-section {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 40px;
}

.softwares-title {
    font-family: "Monument Extended", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.softwares-sub {
    font-family: "Clash Grotesk", sans-serif;
    font-size: 24px;
    color: #d0d0d0;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.softwares-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 25px;
    row-gap: 80px;
    line-height: 30px;
}

.software-item img {
  width: 100px;
  display: block;
  margin: 0 auto 10px;
}

.software-item span {
    font-family: "Clash Grotesk", sans-serif;
    color: #d0d0d0;
    font-size: 16px;
}

/* ===========================
   BOTTOM CTA SECTION
=========================== */

.cta-section {
    text-align: center;
    padding: 80px 20px 120px; /* adjust spacing if needed */
}

.cta-divider {
    width: 90%;
    border: none;
    border-top: 1px solid #3a3a3a;
    margin: 0 auto 60px;
    padding-bottom: 100px;
}

.cta-title {
    font-family: "Monument Extended", sans-serif;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 1;

    margin-bottom: 50px;
}

.cta-button {
    width: 100%;
    height: 70px;
    background: #ffffff;
    color: #111;
    font-family: "Monument Extended", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;    
    border: 0;
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    text-decoration: none;
    transition: transform .35s ease, filter .35s ease, box-shadow .35s ease;
}

.cta-button:hover {
    transform: translateY(-2px) scale(1.02);
    filter: brightness(.95);
    box-shadow: 0 10px 20px rgba(0,0,0,.25);

    background: #111;
    color: #f2f2f2;
    border: 2px solid #f2f2f2;
}


/* ============================================
   ABOUT PAGE — MOBILE
============================================ */

@media (max-width: 768px) {

    /* PAGE PADDING */
    #site-main {
        padding: 0 16px 60px;
    }

    /* TITLE */
    .about-title {
        font-size: 42px !important;
        letter-spacing: 2px !important;
        padding-top: 40px;
    }

    /* PHOTO */
    .about-photo-section {
        margin: 30px 0 40px;
    }

    .about-photo {
        height: 260px !important;
        max-width: 100% !important;
        object-fit: cover;
    }

    /* HELLO SECTION */
    .hello-title {
        font-size: 38px !important;
        letter-spacing: 1px !important;
        padding-top: 10px;
    }

    .intro-main {
        font-size: 24px !important;
        padding-top: 20px;
    }

    .intro-subb,
    .intro-sub {
        font-size: 18px !important;
        max-width: 100%;
        padding-top: 10px;
    }

    #divider {
        width: 100%;
        margin: 30px auto;
    }

    /* WHY SECTION */
    .why-title {
        font-size: 32px !important;
    }

    .why-text,
    .why-textt,
    .why-texttt {
        font-size: 18px !important;
        padding: 0 4px;
    }

    .why-goal {
        font-size: 20px !important;
        margin: 20px 0;
    }

    /* SERVICES GRID → 1 COLUMN */
    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .service-card {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .service-name {
        font-size: 18px !important;
    }

    .service-desc {
        font-size: 16px !important;
        padding: 0 16px !important;
    }

    /* SOFTWARE GRID → 3 COLUMNS */
    .softwares-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        column-gap: 20px !important;
        row-gap: 40px !important;
        max-width: 100%;
        padding: 0 10px;
    }

    .software-item img {
        width: 60px !important;
    }

    .software-item span {
        font-size: 14px !important;
    }

    /* CTA SECTION */
    .cta-divider {
        width: 100%;
        margin: 40px auto;
        padding-bottom: 40px;
    }

    .cta-title {
        font-size: 38px !important;
        line-height: 1.1 !important;
        margin-bottom: 30px;
    }

    .cta-button {
        height: 60px !important;
        font-size: 18px !important;
        width: 100% !important;
        border-radius: 20px !important;
    }

    /* FOOTER */
    .footer-container {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 12px !important;
    }

    .footer-right {
        text-align: center !important;
    }
}
