/* ===========================
   RESET & BASE
   =========================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #FFFFFF;
    color: #29303B;
    line-height: 1.5;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ===========================
   PAGE CONTAINER
   =========================== */

.page-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #FFFFFF;
}

/* ===========================
   HEADER
   =========================== */

.header {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 65px 94px 40px;
}

.logo {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.56px;
    color: #29303B;
}

.logo-light {
    font-weight: 500;
}

.nav {
    display: flex;
    gap: 39px;
}

.nav a {
    font-size: 18px;
    font-weight: 700;
    color: #29303B;
    letter-spacing: -0.36px;
    transition: color 0.3s;
}

.nav a:hover {
    color: #777777;
}

/* ===========================
   HERO SECTION
   =========================== */

.hero-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px;
    padding-left: 5%;
    padding-right: 5%;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 37px;
}

.hero-text {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-left: 5%;
    padding-bottom: 5%;
}

.hero-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    color: #29303B;
    min-height: 288px;
}

.highlight {
    color: #EE3916;
}

.hero-subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    max-width: 432px;
}

.hero-image {
    width: 40%;
    flex-shrink: 0;
}

.hero-image img {
    width: 100%;
    height: auto;
}

/* Partners Bar */
.partners-bar {
    background: #F4EEE6;
    border-radius: 24px;
    padding: 24px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    align-items: center;
    gap: 26px;
}

.partners-label {
    font-size: 16px;
    font-weight: 500;
    color: #8F8A83;
    line-height: 1.4;
    min-width: 120px;
}

.partners-logos {
    display: flex;
    align-items: center;
    gap: 54px;
    flex-wrap: wrap;
}

.partners-logos img {
    height: 40px;
    width: auto;
}

/* ===========================
   STATS SECTION
   =========================== */

.stats-section {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
    min-width: 154px;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.64px;
}

.stat-label {
    font-size: 16px;
    font-weight: 400;
    color: #8F8A83;
    letter-spacing: -0.32px;
}

.stat-divider {
    width: 2px;
    height: 97px;
    background: #F4EEE6;
}

/* ===========================
   WHAT I BRING SECTION
   =========================== */

.what-i-bring-section {
    width: 100%;
    padding: 80px 20px 60px;
    text-align: center;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1.16px;
    color: #29303B;
}

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

.services-section {
    width: 100%;
    max-width: 932px;
    margin: 0 auto;
    padding: 0 20px 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 84px 116px;
}

.service-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-icon {
    width: 96px;
    height: 96px;
    color: #121212;
    margin-bottom: 8px;
}

.service-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.64px;
    color: #29303B;
}

.service-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
}

/* ===========================
   MARKETING SECTION
   =========================== */

.marketing-section {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 100px 146px;
    display: flex;
    gap: 89px;
}

.marketing-image {
    width: 472px;
    flex-shrink: 0;
}

.marketing-image img {
    width: 100%;
    height: 827px;
    object-fit: cover;
    border-radius: 23.406px;
    background: #F4EEE6;
}

.marketing-content {
    max-width: 575px;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.divider-red {
    width: 536px;
    height: 8px;
    position: relative;
}

.divider-red::before,
.divider-red::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #EE3916;
}

.divider-red::before {
    top: 0;
}

.divider-red::after {
    top: 6px;
}

.marketing-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1.16px;
    color: #29303B;
}

.marketing-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 16px;
}

/* ===========================
   BUTTONS
   =========================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9.544px;
    padding: 20px 24px;
    border-radius: 32px;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
}

.btn-primary {
    background: #EE3916;
    color: #FFFFFF;
    height: 54px;
}

.btn-primary:hover {
    background: #d32f12;
    transform: translateY(-2px);
}

.btn-hero {
    font-size: 24px;
    min-width: 420px;
    width: 90%;
}

.btn-linkedin {
    background: #0A67BE;
    color: #FFFFFF;
    min-width: 391px;
}

.btn-linkedin:hover {
    background: #0956a5;
}

.btn-linkedin svg {
    width: 32px;
    height: 32px;
}

.cta-button-1,
.cta-button-2,
.cta-button-3 {
    width: 100%;
    padding: 80px 20px;
    padding-top: 0px;
    text-align: center;
}

.cta-button-1 .btn,
.cta-button-2 .btn,
.cta-button-3 .btn {
    min-width: 303px;
}

/* ===========================
   JOURNEY SECTION
   =========================== */

.journey-section {
    width: 100%;
    max-width: 939px;
    margin: 0 auto;
    padding: 80px 20px 60px;
    text-align: center;
}

.section-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.48px;
    color: #000000;
    margin-top: 24px;
}

/* ===========================
   PROJECT CARDS
   =========================== */

.project-card-section {
    width: 100%;
    max-width: 1147px;
    margin: 0 auto;
    padding: 80px 146px;
    display: flex;
    gap: 67px;
    align-items: flex-start;
}


.project-avail,
.project-pragmatic,
.project-zwoeins {
    flex-direction: row-reverse;
}

.project-card {
    width: 50%;
    background: #FFFFFF;
    border: 2px solid #F4EEE6;
    border-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
    padding-bottom: 24px;
}

.card-header {
    padding: 37.5px 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.card-logo {
    max-height: 72px;
    max-width: 250px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.card-badge {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -0.54px;
    color: #000000;
    text-align: center;
    white-space: nowrap;
}

.card-body {
    padding: 0 37.5px 37.5px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
    gap: 13.5px;
}

.card-label {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.42px;
    color: #373737;
}

.card-value {
    font-size: 42px;
    font-weight: 700;
    line-height: normal;
    color: #001219;
}

.card-text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.75px;
    color: #000000;
}

.card-chart {
    height: 230px;
    width: 100%;
    overflow: hidden;
}

.card-chart svg {
    width: 100%;
    height: 100%;
}

.project-info {
    max-width: 432px;
    display: flex;
    flex-direction: column;
    gap: 33px;
    flex: 1;
}

.project-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #EE3916;
    text-transform: uppercase;
}

.project-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.64px;
    color: #29303B;
}

.project-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
}

/* ===========================
   CONSULTANT TITLE SECTION
   =========================== */

.consultant-title-section {
    width: 100%;
    max-width: 939px;
    margin: 0 auto;
    padding: 80px 20px 60px;
    text-align: center;
}

/* ===========================
   PODCAST SECTION
   =========================== */

.podcast-section {
    width: 100%;
    background: #F4EEE6;
    padding: 125px 271px;
    text-align: center;
}

.podcast-section .section-title {
    margin-bottom: 40px;
}

.podcast-section .divider-red {
    margin: 0 auto 40px;
    max-width: 318px;
}

.podcast-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    max-width: 883px;
    margin: 0 auto 60px;
}

.podcast-image {
    max-width: 986px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
}

.podcast-image img {
    width: 100%;
    height: auto;
}

/* ===========================
   REFERENCES SECTION
   =========================== */

.references-section {
    max-width: 1440px;
    margin: auto;
    width: 100%;
    padding: 80px 185px;
}

.references-section .section-title {
    text-align: center;
    margin-bottom: 24px;
}

.references-section .section-subtitle {
    text-align: center;
    margin-bottom: 100px;
}

.reference-item {
    display: flex;
    gap: 67px;
    align-items: flex-start;
    margin-bottom: 100px;
}

.reference-image {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
}

.reference-image img {
    width: 100%;
    height: 100%;
    border-radius: 130px;
    object-fit: cover;
    background: #F4EEE6;
}

.reference-content {
    max-width: 742px;
    flex: 1;
}

.reference-name {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.64px;
    color: #29303B;
    margin-bottom: 8px;
}

.reference-role {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #777777;
    margin-bottom: 24px;
}

.reference-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
}

.see-more {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.references-cta {
    width: 100%;
    padding: 40px 20px 80px;
    padding-top: 0px;
    text-align: center;
}

/* ===========================
   ABOUT SECTION
   =========================== */

.about-section {
    width: 100%;
    padding: 100px 174px;
    display: flex;
    gap: 67px;
    margin: auto;
    max-width: 1440px;
}

.about-text {
    max-width: 685px;
    flex: 1;
}

.about-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    color: #29303B;
    margin-bottom: 40px;
}

.about-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 16px;
}

.about-image {
    width: 280px;
    height: 280px;
    flex-shrink: 0;
}

.about-image img {
    width: 100%;
    height: 100%;
    border-radius: 235px;
    object-fit: cover;
}

.about-section .btn-linkedin {
    margin-top: 40px;
}

/* ===========================
   FOOTER
   =========================== */

.footer {
    width: 100%;
    background: #252527;
    color: #FFFFFF;
    padding: 100px 90px 60px;
}

.footer-brand {
    margin-bottom: 40px;
}

.footer-logo {
    color: #FFFFFF;
    margin-bottom: 30px;
}

.footer .logo {
    font-size: 24px;
    letter-spacing: 0.48px;
}

.footer-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #BBBBBB;
    margin-bottom: 40px;
}

.footer-logos {
    display: flex;
    align-items: center;
    gap: 58px;
    margin-bottom: 92px;
    flex-wrap: wrap;
}

.footer-logos img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #BBBBBB;
}


/* ===========================
   CONTACT SECTION
   =========================== */

.contact-section {
    width: 100%;
    background: #F4EEE6;
    padding: 100px 146px;
    padding-bottom: 0px;
}

.contact-section-center {
    width: 100%;
    max-width: 1040px;
    margin: auto;
    display: flex;
    gap: 89px;
    align-items: top;
}

.contact-content {
    max-width: 575px;
    display: flex;
    flex-direction: column;
    gap: 29px;
    flex: 1;
}

.contact-content .btn {
    max-width: 300px;
}

.contact-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1.16px;
    color: #29303B;
    padding-top: 20%;
}

.contact-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
}

.contact-image {
    width: 35%;
    flex-shrink: 0;
}

.contact-image img {
    width: 100%;
    height: auto;
    border-radius: 23.406px;
}



/* ===========================
   MOBILE RESPONSIVE
   =========================== */

@media screen and (max-width: 1024px) {

    .logo {
        font-size: 24px;
    }


    /* Header */
    .header {
        padding: 40px 5%;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }

    .nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    /* Hero */
    .hero-section {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 0px;
    }

    .hero-content {
        flex-direction: column;
        gap: 24px;
    }

    .hero-text {
        max-width: 100%;
        padding-left: 0px;
        gap: 24px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 16px;
        max-width: 100%;
    }

    .hero-image {
        width: 90%;
        padding-left: 10%;
    }


    .btn-hero {
        font-size: 20px;
        min-width: auto;
        width: 100%;
    }

    .partners-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .partners-logos {
        justify-content: center;
        width: 100%;
    }

    .partners-logos img {
        height: 30px;
    }

    /* Stats */
    .stats-section {
        padding: 60px 5%;
        flex-wrap: wrap;
        gap: 30px;
    }

    .stat-divider {
        display: none;
    }

    .stat {
        flex: 0 0 calc(50% - 15px);
    }

    /* Sections */
    .what-i-bring-section {
        padding: 60px 5%;
    }

    .section-title {
        font-size: 36px;
    }

    .section-subtitle {
        font-size: 20px;
    }

    /* Services */
    .services-section {
        padding: 0 5% 60px;
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .service-title {
        font-size: 24px;
        text-align: center;
    }

    .service-description {
        font-size: 16px;
    }

    .service-icon {
        width: 100%;
        display: flex;
        justify-content: center;
        /* horizontal */
        align-items: center;
        /* vertical */
    }

    /* Marketing */
    .marketing-section {
        padding: 60px 5%;
        flex-direction: column;
        gap: 40px;
    }

    .marketing-image {
        display: none;
    }

    .marketing-image img {
        height: auto;
    }

    .marketing-content {
        max-width: 100%;
    }

    .divider-red {
        width: 100%;
    }

    .marketing-title {
        font-size: 36px;
        text-align: center;
    }

    .marketing-text p {
        font-size: 16px;
    }

    /* CTA Buttons */
    .cta-button-1,
    .cta-button-2,
    .cta-button-3 {
        padding: 40px 5%;
        padding-top: 0px;
    }

    .cta-button-1 .btn,
    .cta-button-2 .btn,
    .cta-button-3 .btn {
        width: 100%;
        max-width: 400px;
        min-width: auto;
    }

    /* Journey */
    .journey-section {
        padding: 60px 5%;
    }

    /* Project Cards */
    .project-card-section {
        padding: 24px 5%;
        flex-direction: column;
        gap: 40px;
    }

    .project-repulinks,
    .project-stripe {
        flex-direction: column;
    }

    .project-card {
        width: 100%;
    }

    .project-info {
        max-width: 100%;
    }

    .card-logo {
        max-height: 50px;
    }

    .card-badge {
        font-size: 20px;
    }

    .card-label {
        font-size: 16px;
    }

    .card-value {
        font-size: 24px;
    }

    .card-text {
        font-size: 16px;
    }

    .project-title {
        font-size: 24px;
        text-align: center;
    }

    .project-label,
    .project-description {
        font-size: 16px;
    }

    .project-label{
        text-align: center;
    }

    .card-chart {
        height: 200px;
        width: 100%;
        overflow: hidden;
    }


    /* Consultant */
    .consultant-title-section {
        padding: 60px 5%;
    }

    /* Podcast */
    .podcast-section {
        padding: 60px 5%;
    }

    .podcast-content {
        font-size: 16px;
    }

    /* References */
    .references-section {
        padding: 60px 5%;
    }

    .references-section .section-subtitle {
        margin-bottom: 60px;
    }

    .reference-item {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
    }

    .reference-content {
        max-width: 100%;
    }

    .reference-name {
        font-size: 24px;
    }

    .reference-role,
    .reference-text {
        font-size: 16px;
    }

    .references-cta {
        padding: 40px 5%;
    }

    .references-cta .btn {
        width: 100%;
        max-width: 400px;
        min-width: auto;
    }

    /* About */
    .about-section {
        padding: 60px 5%;
        flex-direction: column-reverse;
        gap: 40px;
        max-width: 1440px;
        margin: auto;
    }

    .about-text {
        max-width: 100%;
    }

    .about-title {
        font-size: 36px;
        text-align: center;
    }

    .about-content p {
        font-size: 16px;
    }

    .about-image {
        width: 100%;
        height: 200px;
        aspect-ratio: 1;
      display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
    }

    .about-image img {
        width: 200px;
        height: 200px;

    }

    .about-section .btn-linkedin {
        width: 100%;
        max-width: 400px;
        min-width: auto;
        font-size: 16px;
    }

    /* Footer */
    .footer {
        padding: 60px 5%;
    }

    .footer-logos {
        gap: 30px;
        margin-bottom: 60px;
    }

    .footer-logos img {
        height: 30px;
    }


    /*contact */

    .contact-section {
        padding: 60px 5%;
        padding-bottom: 0px;
        gap: 40px;
    }

    .contact-content {
        max-width: 100%;
    }

    .contact-title {
        font-size: 36px;
        text-align: center;
    }

    .contact-text {
        font-size: 16px;
    }

    .contact-image {
        width: 50%;
    }

    .contact-content .btn {
        max-width: 480px;
    }

    .cta-button-2, .cta-button-3{
        padding-top: 32px;
    }

    .references-cta{
        padding-top: 8px;
    }

}




@media screen and (max-width: 480px) {
    .stat {
        flex: 0 0 100%;
    }

    .btn {
        width: 100%;
        font-size: 18px;
    }

    .reference-image {
        width: 100%;
        height: 200px;
        aspect-ratio: 1;
          display: flex;
        justify-content: center;
        align-items: center;
    }

    .reference-image img {
        width: 200px;
        height: auto;
    }

    .reference-name {
        text-align: center;
    }

    .reference-role{
         text-align: center;
    }

    .contact-section-center {
        flex-direction: column;
    }

    .contact-image {
        width: 70%;
        padding-left: 20%;
    }
}












/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.hamburger span {
    width: 28px;
    height: 3px;
    background: #29303B;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

@media screen and (max-width: 1024px) {
    .hamburger {
        display: flex;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #FFFFFF;
        flex-direction: column;
        padding: 100px 40px 40px;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 1000;
    }

    .nav.active {
        right: 0;
    }

    .nav a {
        font-size: 20px;
        padding: 12px 0;
        border-bottom: 1px solid #F4EEE6;
    }
}






/* Typewriter Effect */
.typewriter {
    display: inline-block;
    position: relative;
    min-width: 400px;
    /* Prevents width jumping - adjust as needed */
    text-align: left;
}

.cursor {
    display: inline-block;
    width: 3px;
    height: 1em;
    background-color: #29303B;
    margin-left: 2px;
    animation: blink 1s infinite;
    vertical-align: middle;
}

@keyframes blink {

    0%,
    49% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

/* Optional: Different colors for different roles */
.typewriter.digital-marketing {
    color: #29303B;
}

.typewriter.growth-consultant {
    color: #29303B;
}

.typewriter.fractional-cmo {
    color: #29303B;
}

/* Mobile adjustments */
@media screen and (max-width: 1024px) {
    .hero-title {
        min-height: 283px;
    }

    .typewriter {
        min-width: 250px;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        min-height: 164px;
    }

    .typewriter {
        min-width: 200px;
    }
}






/* Reference expand/collapse functionality */
.extra-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out;
    opacity: 0;
    display: inline-block;
}

.extra-text.visible {
    max-height: 1000px;
    /* Large enough to fit content */
    opacity: 1;
}

.see-more {
    color: #29303B;
    transition: color 0.3s;
}

.see-more:hover {
    color: #EE3916;
}










/* SVG Path Animation - Initial State */
.card-chart svg path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

/* Animated state */
.project-card.animated .card-chart svg path {
    transition: stroke-dashoffset 7s ease-out;
    stroke-dashoffset: 0;
}