/* ============================================================
   KWANG GROUP — COMPACT FOUNDER HERO
   ============================================================ */

:root {
    --founder-purple: #6947ff;
    --founder-purple-dark: #6040ef;
    --founder-purple-light: #9279ff;

    --founder-dark: #101c39;
    --founder-text: #17233f;
    --founder-muted: #5c6782;

    --founder-border: rgba(91, 71, 190, 0.08);
}


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

.founder-hero {
    position: relative;

    width: 100%;
    height: 620px;
    min-height: 620px;

    padding: 0 30px;

    overflow: hidden;

    background:
        radial-gradient(
            ellipse 520px 360px at 5% 100%,
            rgba(105, 71, 255, 0.18),
            rgba(105, 71, 255, 0.07) 40%,
            transparent 72%
        ),
        radial-gradient(
            ellipse 450px 350px at 98% 0%,
            rgba(105, 71, 255, 0.035),
            transparent 70%
        ),
        #ffffff;

    isolation: isolate;
}


/* ============================================================
   TOP RIGHT CURVED RINGS
   ============================================================ */

.founder-hero::before {
    content: "";

    position: absolute;

    top: -230px;
    right: -120px;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    background:
        repeating-radial-gradient(
            ellipse at center,
            transparent 0,
            transparent 11px,
            rgba(105, 71, 255, 0.055) 12px,
            rgba(105, 71, 255, 0.055) 13px,
            transparent 15px
        );

    transform: rotate(-18deg);

    pointer-events: none;

    z-index: -1;
}


/* ============================================================
   LEFT DOT PATTERN
   ============================================================ */

.founder-hero::after {
    content: "";

    position: absolute;

    left: 58px;
    top: 170px;

    width: 68px;
    height: 80px;

    background-image:
        radial-gradient(
            circle,
            rgba(105, 71, 255, 0.14) 2px,
            transparent 2.7px
        );

    background-size: 20px 22px;

    opacity: 0.8;

    pointer-events: none;

    z-index: -1;
}


/* ============================================================
   MAIN CONTENT
   ============================================================ */

.founder-hero-content {
    position: relative;

    z-index: 2;

    width: min(1320px, 100%);

    height: 100%;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        540px
        minmax(0, 1fr);

    column-gap: 18px;

    align-items: center;
}


/* ============================================================
   LEFT IMAGE AREA
   ============================================================ */

.founder-hero-image {
    position: relative;

    width: 540px;
    height: 100%;

    display: flex;

    align-items: flex-end;
    justify-content: center;

    margin: 0;

    transform: translateX(25px);

    isolation: isolate;
}


/* ============================================================
   LARGE PURPLE IMAGE HALO
   ============================================================ */

.founder-hero-image::before {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 20px;

    width: 480px;
    height: 480px;

    transform: translateX(-50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(112, 78, 255, 0.18) 0%,
            rgba(112, 78, 255, 0.09) 45%,
            rgba(112, 78, 255, 0.035) 63%,
            transparent 74%
        );

    z-index: -2;
}


/* ============================================================
   BOTTOM PURPLE GLOW
   ============================================================ */

.founder-hero-image::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: -45px;

    width: 610px;
    height: 140px;

    transform: translateX(-50%);

    background:
        radial-gradient(
            ellipse,
            rgba(105, 71, 255, 0.23),
            rgba(105, 71, 255, 0.08) 35%,
            transparent 72%
        );

    filter: blur(20px);

    z-index: -3;

    pointer-events: none;
}


/* ============================================================
   IMAGE GLOW ELEMENT
   ============================================================ */

.founder-image-glow {
    position: absolute;

    left: 50%;
    bottom: 0;

    width: 460px;
    height: 460px;

    transform: translateX(-50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(105, 71, 255, 0.055),
            transparent 70%
        );

    filter: blur(8px);

    z-index: -1;

    pointer-events: none;
}


/* ============================================================
   AKSHIT IMAGE
   ============================================================ */

.founder-hero-image > img {
    position: relative;

    z-index: 4;

    display: block;

    width: 540px;
    height: 600px;

    object-fit: contain;

    object-position: center bottom;

    margin: 0 0 -1px 0;

    filter:
        drop-shadow(
            0 15px 23px rgba(20, 27, 59, 0.075)
        );

    user-select: none;

    -webkit-user-drag: none;
}


/* ============================================================
   SIGNATURE
   ============================================================ */

.founder-signature {
    position: absolute;

    left: -5px;
    top: 195px;

    z-index: 10;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    color: #9279ff;

    font-family:
        "Brush Script MT",
        "Segoe Script",
        "Lucida Handwriting",
        cursive;

    font-size: 21px;

    line-height: 0.94;

    font-weight: 400;

    letter-spacing: 0.2px;

    transform: rotate(-8deg);

    opacity: 0.83;

    white-space: nowrap;

    pointer-events: none;

    user-select: none;
}


/* Signature first name */

.founder-signature span:first-child {
    margin-left: 1px;
}


/* Signature surname */

.founder-signature span:last-child {
    margin-top: 3px;

    margin-left: 8px;
}


/* Signature underline */

.founder-signature::after {
    content: "";

    position: absolute;

    left: 4px;
    bottom: -9px;

    width: 68px;
    height: 8px;

    border-bottom:
        1.5px solid
        rgba(145, 120, 255, 0.58);

    border-radius: 50%;

    transform: rotate(-4deg);

    opacity: 0.75;
}


/* ============================================================
   RIGHT CONTENT
   ============================================================ */

.founder-hero-info {
    position: relative;

    width: 100%;
    max-width: 780px;

    padding-bottom: 75px;

    margin-left: -5px;
}


/* ============================================================
   BADGE
   ============================================================ */

.founder-badge {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    height: 43px;

    padding: 0 19px;

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            #f1edff,
            #f8f6ff
        );

    border:
        1px solid
        rgba(105, 71, 255, 0.045);

    color: #6947ff;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.15px;

    text-transform: uppercase;

    box-shadow:
        0 6px 18px rgba(88, 66, 190, 0.035);

    white-space: nowrap;
}


/* Badge star */

.founder-badge::before {
    content: "✦";

    color: #6947ff;

    font-size: 17px;

    line-height: 1;
}


/* ============================================================
   NAME
   ============================================================ */

.founder-hero-info h1 {
    margin: 20px 0 7px;

    padding: 0;

    color: #101c39;

    font-size: 67px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: -3.5px;

    white-space: nowrap;
}


/* ============================================================
   SUBTITLE
   ============================================================ */

.founder-subtitle {
    position: relative;

    display: inline-block;

    margin: 0;

    padding-bottom: 17px;

    color: #6947ff;

    font-size: 25px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: -0.4px;
}


/* Subtitle line */

.founder-subtitle::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 68px;
    height: 3px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #6947ff,
            #7857ff
        );
}


/* ============================================================
   TAGLINE
   ============================================================ */

.hero-tagline {
    max-width: 670px;

    margin: 23px 0 14px;

    padding: 0;

    color: #17233f;

    font-size: 31px;

    line-height: 1.28;

    font-weight: 700;

    letter-spacing: -1px;
}


/* Purple highlight */

.hero-tagline span {
    color: #6947ff;

    font-weight: 700;
}


/* ============================================================
   DESCRIPTION
   ============================================================ */

.hero-description {
    max-width: 690px;

    margin: 0;

    padding: 0;

    color: #5c6782;

    font-size: 14px;

    line-height: 1.78;

    font-weight: 400;

    letter-spacing: 0.05px;
}


/* ============================================================
   EXPERTISE
   ============================================================ */

.hero-expertise {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 9px;

    max-width: 720px;

    margin-top: 20px;
}


/* Individual pills */

.hero-expertise span {
    position: relative;

    display: inline-flex;

    align-items: center;

    height: 40px;

    padding:
        0
        17px
        0
        40px;

    border-radius: 999px;

    background:
        rgba(255, 255, 255, 0.98);

    border:
        1px solid
        rgba(30, 40, 75, 0.055);

    color: #18223d;

    font-size: 13px;

    line-height: 1;

    font-weight: 600;

    white-space: nowrap;

    box-shadow:
        0 5px 16px rgba(28, 34, 70, 0.065);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


/* Pill icons */

.hero-expertise span::before {
    position: absolute;

    left: 14px;

    top: 50%;

    transform: translateY(-50%);

    color: #6947ff;

    font-weight: 700;

    line-height: 1;
}


/* Web Development */

.hero-expertise span:nth-child(1)::before {
    content: "</>";

    font-size: 14px;
}


/* UI/UX */

.hero-expertise span:nth-child(2)::before {
    content: "✎";

    font-size: 18px;
}


/* Web Applications */

.hero-expertise span:nth-child(3)::before {
    content: "▱";

    font-size: 20px;
}


/* Automation */

.hero-expertise span:nth-child(4)::before {
    content: "⚙";

    font-size: 17px;
}


/* Branding */

.hero-expertise span:nth-child(5)::before {
    content: "◉";

    font-size: 17px;
}


/* Pill hover */

.hero-expertise span:hover {
    transform: translateY(-2px);

    border-color:
        rgba(105, 71, 255, 0.14);

    box-shadow:
        0 10px 24px rgba(43, 39, 90, 0.10);
}


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

.hero-actions {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 23px;
}


.hero-actions a {
    position: relative;

    height: 53px;

    min-width: 195px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 0 20px;

    border-radius: 10px;

    text-decoration: none;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: -0.1px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


/* ============================================================
   PRIMARY CTA
   ============================================================ */

.hero-actions a:first-child {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #6844ff 0%,
            #7650ff 100%
        );

    border:
        1px solid
        rgba(91, 58, 235, 0.18);

    box-shadow:
        0 10px 23px rgba(100, 66, 255, 0.25);
}


/* Primary icon */

.hero-actions a:first-child::before {
    content: "➤";

    margin-right: 10px;

    font-size: 17px;

    transform: rotate(-18deg);
}


/* ============================================================
   SECONDARY CTA
   ============================================================ */

.hero-actions a:last-child {
    color: #6947ff;

    background: #ffffff;

    border:
        2px solid
        #704cff;

    box-shadow:
        0 5px 15px rgba(74, 55, 165, 0.035);
}


/* Secondary icon */

.hero-actions a:last-child::before {
    content: "↗";

    margin-right: 10px;

    font-size: 20px;

    font-weight: 700;
}


/* ============================================================
   BUTTON HOVER
   ============================================================ */

.hero-actions a:hover {
    transform: translateY(-2px);
}

.hero-actions a:first-child:hover {
    box-shadow:
        0 15px 30px rgba(100, 66, 255, 0.32);
}

.hero-actions a:last-child:hover {
    background: #faf8ff;
}


/* ============================================================
   CREDIBILITY BAR
   ============================================================ */

.hero-credibility {
    position: absolute;

    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    z-index: 30;

    width: 1000px;
    height: 76px;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    align-items: center;

    padding: 0 18px;

    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.98),
            rgba(248, 247, 255, 0.96)
        );

    border:
        1px solid
        rgba(92, 71, 190, 0.08);

    box-shadow:
        0 12px 30px rgba(35, 39, 80, 0.07);

    backdrop-filter: blur(15px);

    -webkit-backdrop-filter: blur(15px);
}


/* ============================================================
   CREDIBILITY ITEM
   ============================================================ */

.cred-item {
    position: relative;

    height: 48px;

    display: flex;

    align-items: center;

    padding-left: 52px;
}


/* Vertical separator */

.cred-item:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;

    top: 2px;

    width: 1px;

    height: 44px;

    background:
        linear-gradient(
            transparent,
            rgba(101, 79, 195, 0.13),
            transparent
        );
}


/* ============================================================
   CREDIBILITY ICON
   ============================================================ */

.cred-icon {
    position: absolute;

    left: 3px;

    top: 50%;

    transform: translateY(-50%);

    width: 35px;
    height: 35px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #704cff;

    font-size: 22px;

    line-height: 1;

    border-radius: 10px;

    background:
        rgba(105, 72, 255, 0.045);
}


.cred-icon.code-icon {
    font-size: 15px;

    font-weight: 700;
}


/* ============================================================
   CREDIBILITY CONTENT
   ============================================================ */

.cred-content {
    display: flex;

    flex-direction: column;

    justify-content: center;

    min-width: 0;
}


.cred-content strong {
    display: block;

    color: #15203c;

    font-size: 14px;

    line-height: 1.2;

    font-weight: 700;
}


.cred-content small {
    display: block;

    margin-top: 3px;

    color: #66708a;

    font-size: 11px;

    line-height: 1.2;

    white-space: nowrap;
}


/* ============================================================
   LARGE DESKTOP
   ============================================================ */

@media (min-width: 1500px) {

    .founder-hero-content {
        width: 1380px;

        grid-template-columns:
            600px
            minmax(0, 1fr);

        column-gap: 15px;
    }

    .founder-hero-image {
        width: 600px;

        transform: translateX(30px);
    }

    .founder-hero-image > img {
        width: 600px;
        height: 650px;
    }

    .founder-hero-info h1 {
        font-size: 72px;
    }

    .hero-tagline {
        font-size: 33px;
    }
}


/* ============================================================
   1200–1499px
   ============================================================ */

@media (max-width: 1499px) and (min-width: 1051px) {

    .founder-hero-content {
        width: min(1280px, 100%);

        grid-template-columns:
            420px
            minmax(0, 1fr);

        column-gap: 12px;
    }

    .founder-hero-image {
        width: 420px;

        transform: translateX(25px);
    }

    .founder-hero-image > img {
        width: 420px;
    }

    .founder-hero-info {
        margin-left: 0;
    }
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1050px) {

    .founder-hero {
        height: 700px;
        min-height: 700px;

        padding: 0 25px;
    }

    .founder-hero-content {
        width: 100%;

        grid-template-columns:
            360px
            minmax(0, 1fr);

        column-gap: 10px;
    }

    .founder-hero-image {
        width: 360px;

        transform: translateX(20px);
    }

    .founder-hero-image > img {
        width: 360px;
        height: 680px;
    }

    .founder-hero-info {
        margin-left: 0;

        padding-bottom: 80px;
    }

    .founder-hero-info h1 {
        font-size: 51px;

        letter-spacing: -2.5px;
    }

    .founder-subtitle {
        font-size: 22px;
    }

    .hero-tagline {
        font-size: 26px;
    }

    .hero-description {
        font-size: 13px;
    }

    .hero-credibility {
        width: calc(100% - 50px);
    }

    .cred-item {
        padding-left: 47px;
    }

    .cred-content strong {
        font-size: 13px;
    }

    .cred-content small {
        font-size: 10px;
    }

    .founder-signature {
        left: 0;

        top: 245px;

        font-size: 19px;
    }
}


/* ============================================================
   MOBILE - WITH INCREASED MARGIN TOP ON IMAGE
   ============================================================ */

@media (max-width: 768px) {

    .founder-hero {
        position: relative;

        height: auto;
        min-height: auto;

        padding: 30px 16px 20px;

        margin-top: 30px;

        margin-bottom: 0;

        top: auto;

        overflow: visible;
    }


    /* Decorative rings - repositioned to not interfere */

    .founder-hero::before {
        top: -60px;
        right: -100px;

        width: 200px;
        height: 200px;

        opacity: 0.4;
    }


    /* Dots - repositioned */

    .founder-hero::after {
        left: 10px;
        top: 80px;

        transform: scale(0.5);

        transform-origin: left top;

        opacity: 0.3;
    }


    /* Main layout - stacked with proper flow */

    .founder-hero-content {
        width: 100%;

        height: auto;

        display: flex;

        flex-direction: column;

        gap: 0;

        transform: none;

        position: relative;

        top: auto;
    }


    /* Image area - with increased top margin */

    .founder-hero-image {
        position: relative;

        width: 100%;
        height: 320px;

        transform: none;

        margin: 0;

        /* INCREASED: Top margin on the image container */
        margin-top: 40px;

        top: auto;

        display: flex;

        align-items: flex-end;
        justify-content: center;

        overflow: visible;
    }

    .founder-hero-image > img {
        position: relative;

        width: 100%;
        height: 320px;

        object-fit: contain;

        object-position: center bottom;

        margin: 0;

        top: auto;

        transform: none;
    }


    /* Image glow - scaled and repositioned */

    .founder-hero-image::before {
        width: 280px;
        height: 280px;

        bottom: 20px;

        transform: translateX(-50%);

        opacity: 0.7;
    }

    .founder-hero-image::after {
        width: 380px;
        height: 100px;

        bottom: -20px;

        filter: blur(15px);

        opacity: 0.6;
    }


    /* Signature - properly positioned within image */

    .founder-signature {
        position: absolute;

        left: 5%;
        top: 140px;

        font-size: 18px;

        transform: rotate(-6deg);

        z-index: 10;

        opacity: 0.8;
    }

    .founder-signature::after {
        width: 55px;
        bottom: -7px;
    }


    /* Content - with proper spacing below image */

    .founder-hero-info {
        position: relative;

        width: 100%;

        max-width: none;

        padding: 20px 0 0;

        margin: 0;

        text-align: center;

        margin-top: 0;

        top: auto;
    }


    /* Badge */

    .founder-badge {
        height: 38px;

        padding: 0 16px;

        font-size: 10px;

        letter-spacing: 0.8px;

        gap: 6px;
    }

    .founder-badge::before {
        font-size: 15px;
    }


    /* Name */

    .founder-hero-info h1 {
        margin-top: 16px;
        margin-bottom: 6px;

        font-size: clamp(34px, 9vw, 50px);

        line-height: 1.05;

        letter-spacing: -1.5px;

        white-space: normal;
    }


    /* Subtitle */

    .founder-subtitle {
        font-size: 18px;

        padding-bottom: 15px;
    }

    .founder-subtitle::after {
        left: 50%;

        transform: translateX(-50%);

        width: 50px;
        height: 2.5px;
    }


    /* Tagline */

    .hero-tagline {
        margin-top: 18px;
        margin-bottom: 12px;

        font-size: clamp(20px, 4.5vw, 26px);

        line-height: 1.3;

        letter-spacing: -0.3px;
    }


    /* Description */

    .hero-description {
        max-width: 100%;

        margin: 0 auto;

        font-size: 13px;

        line-height: 1.7;
    }


    /* Expertise */

    .hero-expertise {
        justify-content: center;

        gap: 7px;

        margin-top: 16px;
    }

    .hero-expertise span {
        height: 34px;

        padding: 0 14px 0 34px;

        font-size: 11px;

        border-radius: 999px;
    }

    .hero-expertise span::before {
        left: 11px;

        font-size: 12px !important;
    }


    /* Buttons */

    .hero-actions {
        justify-content: center;

        flex-wrap: wrap;

        gap: 10px;

        margin-top: 18px;
    }

    .hero-actions a {
        height: 48px;

        min-width: 170px;

        font-size: 14px;

        padding: 0 18px;
    }

    .hero-actions a:first-child::before {
        font-size: 15px;
    }

    .hero-actions a:last-child::before {
        font-size: 18px;
    }


    /* Credibility - properly positioned at bottom */

    .hero-credibility {
        position: relative;

        left: auto;
        bottom: auto;

        transform: none;

        width: 100%;

        height: auto;

        margin-top: 30px;

        grid-template-columns: repeat(2, 1fr);

        gap: 4px;

        padding: 12px 14px;

        border-radius: 12px;

        box-shadow: 0 8px 20px rgba(35, 39, 80, 0.06);
    }

    .cred-item {
        min-height: 50px;

        padding-left: 42px;

        height: auto;
    }

    .cred-item:not(:last-child)::after {
        display: none;
    }

    .cred-icon {
        width: 30px;
        height: 30px;

        font-size: 17px;

        border-radius: 8px;

        left: 0;
    }

    .cred-icon.code-icon {
        font-size: 13px;
    }

    .cred-content strong {
        font-size: 12px;
    }

    .cred-content small {
        font-size: 10px;

        margin-top: 2px;
    }
}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 500px) {

    .founder-hero {
        padding: 20px 12px 16px;

        margin-top: 20px;
    }


    /* Image - with increased top margin */

    .founder-hero-image {
        height: 250px;

        /* INCREASED: Top margin on image container */
        margin-top: 35px;
    }

    .founder-hero-image > img {
        height: 250px;
    }

    .founder-hero-image::before {
        width: 220px;
        height: 220px;

        bottom: 15px;
    }

    .founder-hero-image::after {
        width: 300px;
        height: 80px;

        bottom: -15px;
    }


    /* Signature */

    .founder-signature {
        top: 110px;
        font-size: 16px;
    }

    .founder-signature::after {
        width: 48px;
    }


    /* Name */

    .founder-hero-info h1 {
        font-size: clamp(30px, 8vw, 40px);
    }


    /* Subtitle */

    .founder-subtitle {
        font-size: 16px;
    }


    /* Tagline */

    .hero-tagline {
        font-size: clamp(17px, 4vw, 22px);
    }


    /* Description */

    .hero-description {
        font-size: 12.5px;

        line-height: 1.65;
    }


    /* Expertise */

    .hero-expertise span {
        height: 30px;

        padding: 0 10px 0 30px;

        font-size: 10px;
    }

    .hero-expertise span::before {
        left: 9px;

        font-size: 10px !important;
    }


    /* Buttons - stacked */

    .hero-actions {
        flex-direction: column;

        width: 100%;

        gap: 8px;
    }

    .hero-actions a {
        width: 100%;

        min-width: 0;

        height: 44px;

        font-size: 13px;
    }


    /* Credibility - single column */

    .hero-credibility {
        grid-template-columns: 1fr;

        gap: 0;

        padding: 8px 12px;

        margin-top: 22px;
    }

    .cred-item {
        min-height: 44px;

        padding-left: 36px;

        border-bottom: 1px solid rgba(100, 80, 200, 0.06);
    }

    .cred-item:last-child {
        border-bottom: none;
    }

    .cred-content strong {
        font-size: 11px;
    }

    .cred-content small {
        font-size: 9px;
    }
}


/* ============================================================
   VERY SMALL MOBILE
   ============================================================ */

@media (max-width: 360px) {

    .founder-hero {
        padding: 16px 8px 12px;

        margin-top: 15px;
    }

    .founder-hero-image {
        height: 200px;

        /* INCREASED: Top margin on image container */
        margin-top: 25px;
    }

    .founder-hero-image > img {
        height: 200px;
    }

    .founder-hero-image::before {
        width: 180px;
        height: 180px;

        bottom: 10px;
    }

    .founder-hero-image::after {
        width: 240px;
        height: 60px;

        bottom: -10px;
    }

    .founder-signature {
        top: 90px;
        font-size: 14px;
    }

    .founder-signature::after {
        width: 40px;
    }

    .founder-hero-info h1 {
        font-size: clamp(26px, 7vw, 34px);
    }

    .founder-subtitle {
        font-size: 14px;
        padding-bottom: 12px;
    }

    .hero-tagline {
        font-size: clamp(15px, 3.5vw, 19px);
    }

    .hero-description {
        font-size: 11.5px;
    }

    .hero-expertise span {
        height: 26px;
        padding: 0 8px 0 26px;
        font-size: 9px;
    }

    .hero-expertise span::before {
        font-size: 9px !important;
        left: 8px;
    }

    .hero-actions a {
        height: 40px;
        font-size: 12px;
    }

    .hero-credibility {
        padding: 6px 10px;
    }

    .cred-item {
        min-height: 38px;
        padding-left: 32px;
    }

    .cred-icon {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .cred-content strong {
        font-size: 10px;
    }

    .cred-content small {
        font-size: 8px;
    }
}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .hero-expertise span,
    .hero-actions a {
        transition: none;
    }
}

.founder-introduction {
    --paper: #ffffff;
    --ink: #0a0a0a;
    --ink-soft: #4a4a4a;
    --blue: #2563eb;
    --blue-soft: rgba(37, 99, 235, 0.08);
    --amber: #d97706;
    --line: #e5e7eb;
    --panel: #0a0a0a;
    --panel-text: #f9fafb;

    --font-display: 'Spectral', serif;
    --font-body: 'Inter', sans-serif;
    --font-mono: 'Space Mono', monospace;

    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    padding: clamp(40px, 6vw, 80px) 0 0;
    -webkit-font-smoothing: antialiased;
}

.founder-introduction * {
    box-sizing: border-box;
}

.founder-introduction-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 40px);
}

.founder-introduction a:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 3px;
}

/* ---------- section label (blueprint tag) ---------- */
.founder-introduction-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: clamp(32px, 5vw, 56px);
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}

.founder-introduction-label span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--blue);
    border-radius: 50%;
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--blue);
    position: relative;
    flex-shrink: 0;
}

.founder-introduction-label span::before,
.founder-introduction-label span::after {
    content: "";
    position: absolute;
    background: var(--blue);
    opacity: 0.45;
}

.founder-introduction-label span::before {
    width: 1px;
    height: 8px;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.founder-introduction-label span::after {
    width: 8px;
    height: 1px;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
}

.founder-introduction-label p {
    margin: 0;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    color: var(--ink-soft);
}

/* ---------- main two-column intro ---------- */
.founder-introduction-main {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.founder-introduction-title {
    position: sticky;
    top: 28px;
}

.founder-introduction-title h2 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(28px, 3.8vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.01em;
    color: var(--ink);
}

.founder-introduction-title h2 span {
    font-style: italic;
    color: var(--blue);
}

/* dimension-line rule under the headline */
.founder-introduction-title h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: var(--ink);
    margin-top: 22px;
    position: relative;
}

.founder-introduction-content {
    padding-top: 6px;
}

.founder-introduction-lead {
    font-size: 17px;
    line-height: 1.65;
    color: var(--ink);
    margin: 0 0 16px;
}

.founder-introduction-content p {
    font-size: 14.5px;
    line-height: 1.8;
    color: var(--ink-soft);
    margin: 0 0 16px;
}

.founder-introduction-content strong {
    color: var(--ink);
    font-weight: 600;
}

.founder-introduction-lead strong {
    color: var(--blue);
    font-weight: 600;
}

/* ---------- CTA link ---------- */
.founder-introduction-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    padding: 8px 14px;
    border: 1px solid var(--ink);
    border-radius: 4px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.03em;
    color: var(--ink);
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.founder-introduction-link:hover {
    background: var(--ink);
    color: var(--paper);
}

.founder-introduction-arrow {
    display: inline-block;
    transition: transform 0.25s ease;
}

.founder-introduction-link:hover .founder-introduction-arrow {
    transform: translate(2px, -2px);
}

@media (prefers-reduced-motion: reduce) {
    .founder-introduction-link,
    .founder-introduction-arrow {
        transition: none;
    }
}

/* ---------- bottom philosophy band (inverted panel) ---------- */
.founder-introduction-bottom {
    margin-top: clamp(44px, 6vw, 76px);
    background: var(--panel);
    color: var(--panel-text);
    border-radius: 16px 16px 0 0;
    padding: clamp(36px, 5vw, 56px) clamp(24px, 5vw, 44px);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: end;
    position: relative;
    overflow: hidden;
}

/* faint blueprint grid texture on the dark panel */
.founder-introduction-bottom::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(249, 250, 251, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(249, 250, 251, 0.04) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: radial-gradient(ellipse 80% 100% at 0% 100%, black, transparent 70%);
    pointer-events: none;
}

.founder-introduction-philosophy {
    position: relative;
    max-width: 600px;
}

.founder-introduction-philosophy span {
    display: block;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    color: var(--amber);
    margin-bottom: 14px;
}

.founder-introduction-philosophy h3 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 500;
    font-style: italic;
    font-size: clamp(20px, 2.6vw, 26px);
    line-height: 1.4;
    color: var(--panel-text);
}

.founder-introduction-signature {
    position: relative;
    text-align: right;
    padding-left: 28px;
    border-left: 1px solid rgba(249, 250, 251, 0.15);
    white-space: nowrap;
}

.founder-introduction-signature strong {
    display: block;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 500;
    color: var(--panel-text);
    margin-bottom: 4px;
}

.founder-introduction-signature span {
    display: block;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.04em;
    color: rgba(249, 250, 251, 0.5);
}

/* ---------- responsive ---------- */
@media (max-width: 860px) {
    .founder-introduction-main {
        grid-template-columns: 1fr;
    }
    .founder-introduction-title {
        position: static;
    }
    .founder-introduction-bottom {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 24px;
        border-radius: 12px;
    }
    .founder-introduction-signature {
        text-align: left;
        padding-left: 0;
        border-left: none;
        padding-top: 16px;
        border-top: 1px solid rgba(249, 250, 251, 0.15);
    }
}

@media (max-width: 520px) {
    .founder-introduction-label {
        gap: 8px;
    }
    .founder-introduction-lead {
        font-size: 15px;
    }
}


.founder-vision {
    --paper: #ffffff;
    --ink: #0a0a0a;
    --ink-soft: #4a4a4a;
    --blue: #2563eb;
    --blue-soft: rgba(37, 99, 235, 0.06);
    --amber: #d97706;
    --line: #e5e7eb;

    --font-display: 'Spectral', serif;
    --font-body: 'Inter', sans-serif;
    --font-mono: 'Space Mono', monospace;

    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    padding: clamp(40px, 6vw, 80px) 0;
    -webkit-font-smoothing: antialiased;
}

.founder-vision * {
    box-sizing: border-box;
}

.founder-vision-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 40px);
}

/* ---------- section label (matches founder-introduction) ---------- */
.founder-vision-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: clamp(32px, 5vw, 56px);
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}

.founder-vision-label span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--blue);
    border-radius: 50%;
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--blue);
    position: relative;
    flex-shrink: 0;
}

.founder-vision-label span::before,
.founder-vision-label span::after {
    content: "";
    position: absolute;
    background: var(--blue);
    opacity: 0.45;
}

.founder-vision-label span::before {
    width: 1px;
    height: 8px;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.founder-vision-label span::after {
    width: 8px;
    height: 1px;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
}

.founder-vision-label p {
    margin: 0;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    color: var(--ink-soft);
}

/* ---------- main vision statement ---------- */
.founder-vision-main {
    max-width: 840px;
    margin-bottom: clamp(32px, 5vw, 52px);
}

.founder-vision-main h2 {
    margin: 0 0 14px;
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(26px, 3.4vw, 38px);
    line-height: 1.1;
    color: var(--ink-soft);
}

.founder-vision-main h2 span {
    font-style: italic;
    color: var(--ink);
}

.founder-vision-main h3 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(20px, 2.6vw, 28px);
    line-height: 1.4;
    color: var(--ink);
}

.founder-vision-main h3 span {
    font-style: italic;
    color: var(--blue);
}

/* ---------- vision content: spacer + text ---------- */
.founder-vision-content {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: clamp(20px, 3.5vw, 32px);
    padding-bottom: clamp(40px, 6vw, 64px);
    border-bottom: 1px solid var(--line);
}

.founder-vision-spacer {
    position: relative;
}

.founder-vision-spacer::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 1px;
    height: calc(100% - 12px);
    background: var(--line);
}

.founder-vision-spacer::after {
    content: "THE PLAN";
    position: absolute;
    top: 0;
    left: 14px;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    color: var(--ink-soft);
}

.founder-vision-text p {
    font-size: 14.5px;
    line-height: 1.85;
    color: var(--ink-soft);
    margin: 0 0 16px;
    max-width: 640px;
}

.founder-vision-text p:last-child {
    margin-bottom: 0;
}

.founder-vision-text strong {
    color: var(--ink);
    font-weight: 600;
}

/* ---------- vision principles grid ---------- */
.founder-vision-principles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    margin-top: clamp(40px, 6vw, 64px);
    border: 1px solid var(--line);
}

.vision-principle {
    background: var(--paper);
    padding: clamp(20px, 2.4vw, 26px) clamp(16px, 2vw, 22px);
    transition: background 0.25s ease;
}

.vision-principle:hover {
    background: var(--blue-soft);
}

.vision-principle span {
    display: block;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    color: var(--amber);
    margin-bottom: 16px;
}

.vision-principle h4 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    color: var(--ink);
}

.vision-principle p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: var(--ink-soft);
}

/* ---------- closing pull-quote ---------- */
.founder-vision-closing {
    margin-top: clamp(44px, 6vw, 76px);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: end;
    padding-top: clamp(28px, 4vw, 40px);
    border-top: 1px solid var(--line);
}

.founder-vision-closing p {
    margin: 0;
    max-width: 640px;
    font-family: var(--font-display);
    font-weight: 500;
    font-style: italic;
    font-size: clamp(20px, 2.6vw, 26px);
    line-height: 1.4;
    color: var(--ink);
}

.founder-vision-closing p span {
    color: var(--blue);
    font-size: 1.3em;
    line-height: 0;
    vertical-align: -0.08em;
}

.founder-vision-closing p strong {
    font-style: normal;
    font-weight: 600;
    color: var(--blue);
}

.founder-vision-signature {
    text-align: right;
    padding-left: 28px;
    border-left: 1px solid var(--line);
    white-space: nowrap;
}

.founder-vision-signature strong {
    display: block;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 4px;
}

.founder-vision-signature span {
    display: block;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.04em;
    color: var(--ink-soft);
}

/* ---------- responsive ---------- */
@media (max-width: 860px) {
    .founder-vision-content {
        grid-template-columns: 1fr;
    }
    .founder-vision-spacer {
        display: none;
    }
    .founder-vision-principles {
        grid-template-columns: repeat(2, 1fr);
    }
    .founder-vision-closing {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .founder-vision-signature {
        text-align: left;
        padding-left: 0;
        border-left: none;
        padding-top: 16px;
        border-top: 1px solid var(--line);
    }
}

@media (max-width: 520px) {
    .founder-vision-principles {
        grid-template-columns: 1fr;
    }
}

/* ==================================================
   WHY I STARTED KWANG GROUP
   White Theme · Clean Design · Fully Responsive
   ================================================== */

.founder-why {
    --paper: #ffffff;
    --ink: #0a0a0a;
    --ink-soft: #4a4a4a;
    --blue: #2563eb;
    --blue-soft: rgba(37, 99, 235, 0.06);
    --amber: #d97706;
    --line: #e5e7eb;

    --font-display: 'Spectral', serif;
    --font-body: 'Inter', sans-serif;
    --font-mono: 'Space Mono', monospace;

    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    padding: clamp(40px, 6vw, 80px) 0;
    -webkit-font-smoothing: antialiased;
}

.founder-why * {
    box-sizing: border-box;
}

.founder-why-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 40px);
}

/* ---------- section label ---------- */
.founder-why-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: clamp(32px, 5vw, 56px);
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}

.founder-why-label span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--blue);
    border-radius: 50%;
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--blue);
    position: relative;
    flex-shrink: 0;
}

.founder-why-label span::before,
.founder-why-label span::after {
    content: "";
    position: absolute;
    background: var(--blue);
    opacity: 0.45;
}

.founder-why-label span::before {
    width: 1px;
    height: 8px;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.founder-why-label span::after {
    width: 8px;
    height: 1px;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
}

.founder-why-label p {
    margin: 0;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    color: var(--ink-soft);
}

/* ---------- section heading ---------- */
.founder-why-heading {
    max-width: 780px;
    margin-bottom: clamp(44px, 6vw, 72px);
}

.founder-why-eyebrow {
    margin: 0 0 10px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    color: var(--amber);
}

.founder-why-heading h2 {
    margin: 0 0 14px;
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    color: var(--ink);
}

.founder-why-heading h2 span {
    font-style: italic;
    color: var(--blue);
}

.founder-why-intro {
    margin: 0;
    font-size: 17px;
    line-height: 1.65;
    color: var(--ink-soft);
    max-width: 620px;
}

.founder-why-intro strong {
    color: var(--ink);
    font-weight: 600;
}

/* ---------- three-step story grid ---------- */
.founder-why-story {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    margin-bottom: clamp(48px, 7vw, 80px);
}

.founder-why-step {
    background: var(--paper);
    padding: clamp(24px, 3vw, 36px) clamp(20px, 2.4vw, 28px);
    transition: background 0.25s ease;
}

.founder-why-step:hover {
    background: var(--blue-soft);
}

.founder-why-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.founder-why-number {
    font-family: var(--font-mono);
    font-size: 13px;
    letter-spacing: 0.08em;
    color: var(--blue);
    opacity: 0.4;
}

.founder-why-tag {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.12em;
    color: var(--amber);
    background: rgba(217, 119, 6, 0.08);
    padding: 4px 10px;
    border-radius: 3px;
}

.founder-why-step h3 {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(18px, 2.2vw, 24px);
    line-height: 1.3;
    color: var(--ink);
}

.founder-why-step h3 span {
    font-style: italic;
    color: var(--blue);
}

.founder-why-step p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--ink-soft);
}

/* ---------- closing statement ---------- */
.founder-why-closing {
    text-align: center;
    padding-top: clamp(28px, 4vw, 40px);
    border-top: 1px solid var(--line);
    position: relative;
}

.founder-why-closing-line {
    width: 40px;
    height: 2px;
    background: var(--blue);
    margin: 0 auto 18px;
    opacity: 0.3;
}

.founder-why-closing p {
    margin: 0 0 6px;
    font-family: var(--font-display);
    font-size: clamp(18px, 2.4vw, 26px);
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
}

.founder-why-closing p span {
    color: var(--ink);
}

.founder-why-closing p strong {
    color: var(--blue);
    font-weight: 700;
}

.founder-why-closing small {
    display: block;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    color: var(--ink-soft);
    opacity: 0.6;
}

/* ---------- responsive ---------- */
@media (max-width: 860px) {
    .founder-why-story {
        grid-template-columns: 1fr;
        gap: 1px;
        border: none;
        background: transparent;
    }

    .founder-why-step {
        border: 1px solid var(--line);
        margin-bottom: 1px;
    }

    .founder-why-step:last-child {
        margin-bottom: 0;
    }

    .founder-why-step:hover {
        background: transparent;
    }

    .founder-why-step-top {
        margin-bottom: 14px;
    }
}

@media (max-width: 520px) {
    .founder-why-label {
        gap: 8px;
    }

    .founder-why-intro {
        font-size: 15px;
    }

    .founder-why-step {
        padding: 20px 16px;
    }

    .founder-why-step-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 12px;
    }

    .founder-why-tag {
        font-size: 9px;
        padding: 3px 8px;
    }

    .founder-why-closing p {
        font-size: 18px;
    }
}

/* ==================================================
   SOCIAL / PROFESSIONAL LINKS — FOUNDER SECTION
   ================================================== */

.founder-social {
  background-color: #f8fafc;
  padding: 5rem 1.5rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #0b1120;
}

.founder-social-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---- Header ---- */
.founder-social-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}

.founder-social-heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.founder-social-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4b5563;
  margin: 0;
}

.founder-social-heading h2 {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0;
}

.founder-social-heading h2 span {
  color: #2563eb;
}

.founder-social-intro {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #334155;
  max-width: 560px;
  margin: 0;
}

/* ---- Links List ---- */
.founder-social-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.founder-social-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  text-decoration: none;
  color: #0b1120;
  border: 1px solid #e9edf2;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.founder-social-link:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.founder-social-link-featured {
  background: #eef2ff;
  border-color: #b9c8ff;
}

.founder-social-link-featured:hover {
  background: #e0e7ff;
  border-color: #8ba1ff;
}

.founder-social-link-left {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.founder-social-number {
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  width: 2rem;
  flex-shrink: 0;
}

.founder-social-link-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.founder-social-link-info h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.01em;
}

.founder-social-link-info p {
  font-size: 0.875rem;
  color: #475569;
  margin: 0;
}

.founder-social-arrow {
  font-size: 1.25rem;
  color: #64748b;
  transition: transform 0.2s ease, color 0.2s ease;
}

.founder-social-link:hover .founder-social-arrow {
  transform: translate(2px, -2px);
  color: #0b1120;
}

.founder-social-link-featured .founder-social-arrow {
  color: #2563eb;
}

/* ---- Bottom bar ---- */
.founder-social-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

/* ---- Responsive ---- */
@media (max-width: 640px) {
  .founder-social {
    padding: 3rem 1rem;
  }

  .founder-social-heading h2 {
    font-size: 1.75rem;
  }

  .founder-social-intro {
    font-size: 1rem;
  }

  .founder-social-link {
    flex-wrap: wrap;
    padding: 1rem 1.25rem;
    gap: 0.5rem 0;
  }

  .founder-social-link-left {
    gap: 0.75rem;
    flex: 1 1 100%;
  }

  .founder-social-number {
    width: 1.75rem;
    font-size: 0.75rem;
  }

  .founder-social-link-info h3 {
    font-size: 1rem;
  }

  .founder-social-arrow {
    margin-left: auto;
  }

  .founder-social-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.65rem;
  }
}

@media (min-width: 768px) {
  .founder-social-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .founder-social-intro {
    max-width: 420px;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .founder-social-heading h2 {
    font-size: 2.75rem;
  }

  .founder-social-link {
    padding: 1.5rem 2rem;
  }

  .founder-social-link-info h3 {
    font-size: 1.25rem;
  }
}