@import url("https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Foundation:wght@400..700&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700;1,900&display=swap");

.page2 {
    width: 100%;
    background: #fbfbfc;
    font-family: "Lato", sans-serif;
    padding: 18px 0 28px;
    overflow: hidden;
}

.page2-shell {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 20px;
}

.founder-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0 20px;
}

.hero-copy {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-copy h3 {
    font-family: "Edu NSW ACT Foundation", sans-serif;
    color: var(--accent-color);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 0;
}

.hero-copy h3 span {
    display: block;
    width: 34px;
    height: 2px;
    background: var(--accent-color);
    position: relative;
}

.hero-copy h3 span::before,
.hero-copy h3 span::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: var(--accent-color);
}

.hero-copy h3 span::before {
    top: -7px;
    left: 8px;
    transform: rotate(25deg);
}

.hero-copy h3 span::after {
    top: 7px;
    left: 8px;
    transform: rotate(-25deg);
}

.hero-copy h2 {
    font-size: 50px;
    line-height: 1.02;
    color: #0d1432;
    font-weight: 900;
    margin: 6px auto 8px;
    letter-spacing: -1px;
    max-width: 1180px;
}

.hero-copy h2 span {
    color: #1956f2;
}

.hero-line-1 {
    font-size: 17px;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
}

.hero-line-2 {
    font-size: 17px;
    color: #1a1a1a;
    margin: 2px 0 0;
    line-height: 1.4;
}

.hero-line-2 span {
    color: #1956f2;
    font-weight: 700;
}

.hero-line-2 b {
    color: #2d7a1d;
    font-weight: 700;
}

.hero-decor {
    position: absolute;
    top: 0;
    width: 150px;
    pointer-events: none;
}

.hero-left {
    left: 8px;
}

.hero-right {
    right: 10px;
}

.hero-decor img {
    width: 100px;
    height: auto;
    display: block;
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 8px;
}

.story-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), #ffffff);
    border: 1px solid #d7dbea;
    border-radius: 12px;
    padding: 14px 14px 12px 54px;
    box-shadow:
        0 10px 24px rgba(20, 27, 57, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    min-height: 332px;
    overflow: hidden;
}

.story-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 28px;
    background: linear-gradient(-180deg, #f7f7f7 0%, #fcfdff 100%);
    border-right: 1px solid rgba(20, 27, 57, 0.08);
}

.story-card::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 24px;
    bottom: 18px;
    width: 14px;
    background:
        radial-gradient(
            circle at 7px 0,
            rgba(20, 27, 57, 0.18) 0 6px,
            transparent 6px
        ),
        radial-gradient(
            circle at 7px 44px,
            rgba(20, 27, 57, 0.18) 0 6px,
            transparent 6px
        ),
        radial-gradient(
            circle at 7px 88px,
            rgba(20, 27, 57, 0.18) 0 6px,
            transparent 6px
        ),
        radial-gradient(
            circle at 7px 132px,
            rgba(20, 27, 57, 0.18) 0 6px,
            transparent 6px
        ),
        radial-gradient(
            circle at 7px 176px,
            rgba(20, 27, 57, 0.18) 0 6px,
            transparent 6px
        ),
        radial-gradient(
            circle at 7px 220px,
            rgba(20, 27, 57, 0.18) 0 6px,
            transparent 6px
        ),
        radial-gradient(
            circle at 7px 264px,
            rgba(20, 27, 57, 0.18) 0 6px,
            transparent 6px
        );
    filter: drop-shadow(1px 0 0 rgba(255, 255, 255, 0.95));
    opacity: 0.5;
}

.story-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 2px;
}

.story-badge {
    display: inline-block;
    padding: 6px 14px 5px;
    border-radius: 9px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}

.story-blue .story-badge {
    background: linear-gradient(180deg, #1162ff, #0040c4);
}

.story-green .story-badge {
    background: linear-gradient(180deg, #2f8f08, #1e6e00);
}

.story-purple .story-badge {
    background: linear-gradient(180deg, #7d2cff, #6217c8);
}

.story-red .story-badge {
    background: linear-gradient(180deg, #ff4d1e, #e22700);
}

.story-blue-soft .story-badge {
    background: linear-gradient(180deg, #2166ff, #0050db);
}

.story-amber .story-badge {
    background: linear-gradient(180deg, #e38d07, #ca7000);
}

.story-note {
    width: 110px;
    min-height: 126px;
    border-radius: 2px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    padding: 15px 12px 12px;
    text-align: center;
    transform: rotate(4deg);
    position: relative;
    text-transform: none;
}

.story-note::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 14px;
    height: 22px;
    border-radius: 12px;
    transform: translateX(-50%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.story-note i {
    display: block;
    font-size: 28px;
    margin-bottom: 8px;
    color: #171717;
}

.story-note p {
    font-size: 13px;
    line-height: 1.15;
    margin: 0;
    color: #141414;
    font-weight: 400;
    text-transform: none;
}

.note-yellow {
    background: #f8e989;
}

.note-yellow::before {
    background: #79bb00;
}

.note-green {
    background: #ddefa4;
    transform: rotate(6deg);
}

.note-green::before {
    background: #71b700;
}

.note-purple {
    background: #d7b4ff;
    transform: rotate(1deg);
}

.note-purple::before {
    background: #8500d4;
}

.note-pink {
    background: #ffd0d0;
    transform: rotate(6deg);
}

.note-pink::before {
    background: #ff9d7f;
}

.note-blue {
    background: #cbe0ff;
    transform: rotate(2deg);
}

.note-blue::before {
    background: #2d64ff;
}

.note-amber {
    background: #ffe6a2;
    transform: rotate(4deg);
}

.note-amber::before {
    background: #ffcc54;
}

.story-card h3 {
    font-family: "Edu NSW ACT Foundation", sans-serif;
    font-size: 26px;
    line-height: 1.04;
    font-weight: 700;
    margin: -6px 0 12px;
    color: #171717;
    margin-top: -80px;
}

.story-card h3 span {
    color: #1750d8;
}

.story-green h3 span {
    color: #2d7a1d;
}

.story-purple h3 span {
    color: #7d2cff;
}

.story-red h3 span {
    color: #ef3d1d;
}

.story-blue-soft h3 span {
    color: #1f61ff;
}

.story-amber h3 span {
    color: #d47a00;
}

.story-summary {
    font-size: 14px;
    line-height: 1.45;
    color: #222735;
    margin: 0 0 14px;
    min-height: 44px;
    width: 70%;
}

.story-divider {
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(20, 27, 57, 0.15),
        rgba(20, 27, 57, 0)
    );
    margin-bottom: 12px;
}

.story-flow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
    flex-wrap: nowrap;
}

.story-step {
    min-width: 0;
    text-align: center;
    padding: 0 2px;
    flex: 1 1 0;
}

.step-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 6px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: linear-gradient(180deg, #ffffff, #f5f6fb);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #20242f;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.story-step span {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.story-step p {
    font-size: 11px;
    line-height: 1.35;
    color: #1f2536;
    margin: 0;
}

.story-blue .story-step span,
.story-blue .story-step .step-icon {
    color: #1750d8;
}

.story-green .story-step span,
.story-green .story-step .step-icon {
    color: #2d7a1d;
}

.story-purple .story-step span,
.story-purple .story-step .step-icon {
    color: #7d2cff;
}

.story-red .story-step span,
.story-red .story-step .step-icon {
    color: #e14225;
}

.story-blue-soft .story-step span,
.story-blue-soft .story-step .step-icon {
    color: #1f61ff;
}

.story-amber .story-step span,
.story-amber .story-step .step-icon {
    color: #d47a00;
}

.logo-icon {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #ffffff, #eef4ff);
    position: relative;
    color: #1750d8;
}

.flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 14px;
    color: #20242f;
    font-size: 20px;
    flex: 0 0 18px;
}

.card-arrow {
    position: absolute;
    font-size: 46px;
    line-height: 1;
    opacity: 0.92;
}

.blue-arrow {
    left: 4px;
    bottom: 54px;
    color: #1750f0;
    transform: rotate(-12deg);
}

.green-arrow {
    right: 10px;
    top: 10px;
    color: #2d7a1d;
    transform: rotate(24deg);
}

.purple-arrow {
    right: 8px;
    top: 82px;
    color: #7d2cff;
    transform: rotate(8deg);
}

.red-arrow {
    left: 12px;
    bottom: 12px;
    color: #ef3d1d;
    transform: rotate(5deg);
    font-size: 30px;
}

.blue-soft-arrow {
    right: 6px;
    bottom: 8px;
    color: #1f61ff;
    transform: rotate(10deg);
}

.amber-arrow {
    right: 10px;
    top: 10px;
    color: #5f5f5f;
    transform: rotate(12deg);
    font-size: 34px;
}

.story-hole {
    position: absolute;
    left: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(20, 27, 57, 0.12);
    background: linear-gradient(180deg, #ffffff, #f6f8fc);
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 0.95),
        1px 1px 2px rgba(20, 27, 57, 0.08);
}

.story-hole-top {
    top: 22px;
}

.story-hole-mid {
    top: 62px;
}

.story-footer {
    margin-top: 12px;
    background: linear-gradient(180deg, #ffffff, #f7faff);
    border: 1px solid #d8deef;
    border-radius: 16px;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 1.15fr 2.4fr 1.05fr;
    gap: 10px;
    align-items: stretch;
    box-shadow: 0 10px 22px rgba(20, 27, 57, 0.08);
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 10px;
    border-right: 1px solid rgba(20, 27, 57, 0.12);
}

.quote-mark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(180deg, #1c58f2, #0b43d0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 34px;
    box-shadow: 0 8px 18px rgba(28, 88, 242, 0.25);
    flex: 0 0 auto;
}

.footer-copy h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    color: #171d2c;
    margin: 0 0 10px;
}

.footer-copy p {
    font-family: "Edu NSW ACT Foundation", sans-serif;
    font-size: 20px;
    color: #1956f2;
    margin: 0;
    font-style: italic;
    font-weight: 500;
}

.footer-points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    align-items: center;
    padding: 0 4px;
}

.footer-point {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 6px;
}

.footer-point i {
    font-size: 40px;
    color: #1b2030;
    flex: 0 0 auto;
}

.footer-point h4 {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    color: #171d2c;
}

.footer-point p {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    color: #33384a;
}

.footer-cta {
    background: linear-gradient(135deg, #0c49e0, #0b36b0);
    border-radius: 14px;
    color: #ffffff;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.footer-cta::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -14px;
    width: 84px;
    height: 84px;
    border: 2px dashed rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    transform: rotate(-18deg);
}

.footer-cta p {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
}

.footer-cta h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 900;
    color: #ffffff;
}

.footer-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 175px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #ffffff;
    color: #1650e0;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 1;
}

.footer-cta a i {
    font-size: 22px;
}

@media (max-width: 1450px) {
    .hero-copy h2 {
        font-size: 58px;
    }

    .story-card {
        min-height: 350px;
    }

    .story-card h3 {
        font-size: 30px;
    }

    .footer-copy h3 {
        font-size: 20px;
    }
}

@media (max-width: 1280px) {
    .founder-hero {
        padding-top: 2px;
    }

    .hero-decor {
        width: 116px;
    }

    .hero-copy h2 {
        font-size: 48px;
    }

    .hero-copy h3 {
        font-size: 26px;
    }

    .hero-line-1,
    .hero-line-2 {
        font-size: 17px;
    }

    .story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .story-card {
        min-height: 332px;
    }

    .story-footer {
        grid-template-columns: 1fr;
    }

    .footer-left {
        border-right: none;
        border-bottom: 1px solid rgba(20, 27, 57, 0.12);
        padding-bottom: 12px;
    }
}

@media (max-width: 920px) {
    .page2-shell {
        padding: 0 14px;
    }

    .founder-hero {
        display: block;
        padding-bottom: 12px;
    }

    .hero-decor {
        position: absolute;
        top: 8px;
        width: 74px;
        opacity: 0.85;
        display: none;
    }

    .hero-left {
        left: 0;
    }

    .hero-right {
        right: 0;
    }

    .hero-copy h2 {
        font-size: 34px;
        line-height: 1.08;
        padding: 0 52px;
    }

    .hero-copy h3 {
        font-size: 20px;
        gap: 8px;
    }

    .hero-copy h3 span {
        width: 24px;
        display: none;
    }

    .hero-line-1,
    .hero-line-2 {
        font-size: 15px;
        padding: 0 16px;
    }

    .story-grid {
        grid-template-columns: 1fr;
    }

    .story-card {
        min-height: 0;
        padding-left: 48px;
    }

    .story-card h3 {
        font-size: 28px;
        margin-top: -4px;
    }

    .story-flow {
        gap: 3px;
    }

    .flow-arrow {
        display: none;
    }

    .card-arrow {
        font-size: 28px;
    }

    .footer-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .page2 {
        padding: 12px 0 20px;
    }

    .hero-copy h2 {
        font-size: 28px;
        padding: 0 30px;
    }

    .hero-copy h3 {
        font-size: 17px;
        gap: 6px;
    }

    .hero-copy h3 span {
        width: 18px;
    }

    .hero-line-1,
    .hero-line-2 {
        font-size: 14px;
        padding: 0 8px;
    }

    .story-card {
        padding: 14px 10px 12px 44px;
    }

    .story-card::before {
        width: 24px;
    }

    .story-card::after {
        left: 5px;
    }

    .story-head {
        align-items: flex-start;
    }

    .story-note {
        width: 104px;
        min-height: 114px;
        padding: 12px 8px 10px;
    }

    .story-note p {
        font-size: 13px;
    }

    .story-card h3 {
        font-size: 24px;
        margin-top: -3px;
    }

    .story-summary {
        font-size: 14px;
    }

    .story-flow {
        gap: 2px;
    }

    .story-step span {
        font-size: 10px;
    }

    .story-step p {
        font-size: 11px;
    }

    .step-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .footer-left {
        display: block;
    }

    .quote-mark {
        margin-bottom: 10px;
    }

    .footer-copy h3 {
        font-size: 18px;
    }

    .footer-copy p {
        font-size: 20px;
    }

    .footer-points {
        grid-template-columns: 1fr;
    }

    .footer-point i {
        font-size: 34px;
    }

    .footer-point h4 {
        font-size: 15px;
    }

    .footer-cta {
        align-items: stretch;
    }

    .footer-cta p {
        font-size: 16px;
    }

    .footer-cta h3 {
        font-size: 20px;
    }

    .footer-cta a {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 420px) {
    .hero-copy h2 {
        font-size: 24px;
        padding: 0 16px;
    }

    .hero-line-1,
    .hero-line-2 {
        padding: 0 2px;
        font-size: 13px;
    }

    .story-grid {
        gap: 10px;
    }

    .story-card {
        padding-left: 40px;
    }

    .story-card h3 {
        font-size: 22px;
        margin-top: -2px;
    }

    .story-flow {
        gap: 2px;
    }

    .card-arrow {
        display: none;
    }
}
