
/*AI_Chapter_bannner*/

.AI_Chapter_bannner {
    position: relative;
    overflow: hidden;
    padding: 120px 24px 64px;
    background: radial-gradient(circle at 50% 42%, rgba(42, 73, 142, 0.58) 0%, rgba(25, 45, 92, 0.34) 26%, rgba(17, 31, 67, 0) 52%), linear-gradient(180deg, #16284f 0%, #0f2146 100%);
    color: #f5f0e7;
}

.AI_Chapter_bannner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 48%, rgba(87, 119, 214, 0.14), transparent 38%),
        radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.03), transparent 50%);
    pointer-events: none;
}

.AI_Chapter_bannner_inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.AI_Chapter_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 35px;
    margin-top: 0px;
    padding: 11px 24px;
    border: 1px solid #D89414;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: inset 0 0 0 1px rgba(255, 191, 73, 0.08);
}

.AI_Chapter_badge_icon,
.AI_Chapter_badge_text {
    color: #F5B335;
}

.AI_Chapter_badge_icon {
    font-size: 18px;
    line-height: 1;
}

.AI_Chapter_badge_text {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 3.5px;
}

.AI_Chapter_eyebrow {
    margin: 50px 0 0;
    color: #5B93F8;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4.5px;
    line-height: 0;
}

.AI_Chapter_heading {
    max-width: 530px;
    margin: 40px 0 0;
    color: #f7f1e7;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -1.6px;
}

.AI_Chapter_heading span {
    display: inline;
}

.AI_Chapter_heading_highlight {
    color: #F5B335;
}

.AI_Chapter_heading_secondary {
    display: block;
}

.AI_Chapter_description {
    max-width: 550px;
    margin: 54px 0 54px;
    color: #D7D7D7;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.82;
    letter-spacing: 0.8px;
}

.AI_Chapter_meta {
    width: 100%;
    margin-top: auto;
    padding-top: 40px;
    border-top: 1px solid rgba(146, 168, 212, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
    color: #A2A2A2;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.AI_Chapter_meta_dot {
    color: rgba(212, 162, 61, 0.82);
    font-size: 30px;
    line-height: 1;
}

@media (max-width: 1399px) {
    .AI_Chapter_bannner {
        padding-top: 72px;
    }

    .AI_Chapter_badge {
        margin-top: 88px;
    }

    .AI_Chapter_heading {
        max-width: 720px;
        font-size: 98px;
        letter-spacing: -2.8px;
    }

    .AI_Chapter_description {
        max-width: 760px;
        font-size: 22px;
    }

    .AI_Chapter_meta {
        font-size: 18px;
        gap: 10px 26px;
    }
}

@media (max-width: 991px) {
    .AI_Chapter_bannner {
        padding: 56px 20px 48px;
    }

    .AI_Chapter_bannner_inner {
        min-height: auto;
    }

    .AI_Chapter_badge {
        margin-top: 44px;
        padding: 10px 18px;
        gap: 10px;
    }

    .AI_Chapter_badge_text {
        font-size: 13px;
        letter-spacing: 3.4px;
    }

    .AI_Chapter_eyebrow {
        margin-top: 36px;
        font-size: 14px;
        letter-spacing: 4.8px;
    }

    .AI_Chapter_heading {
        max-width: 100%;
        margin-top: 28px;
        font-size: 72px;
        letter-spacing: -2px;
    }

    .AI_Chapter_description {
        margin-top: 36px;
        max-width: 700px;
        font-size: 20px;
        line-height: 1.65;
    }

    .AI_Chapter_meta {
        margin-top: 70px;
        padding-top: 34px;
        gap: 10px 18px;
        font-size: 16px;
    }

    .AI_Chapter_meta_dot {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .AI_Chapter_bannner {
        padding: 48px 16px 38px;
    }

    .AI_Chapter_badge {
        width: 100%;
        max-width: 320px;
        margin-top: 26px;
        min-height: 42px;
        padding: 10px 16px;
    }

    .AI_Chapter_badge_text {
        font-size: 11px;
        letter-spacing: 2.6px;
    }

    .AI_Chapter_badge_icon {
        font-size: 14px;
    }

    .AI_Chapter_eyebrow {
        margin-top: 28px;
        font-size: 12px;
        letter-spacing: 3.8px;
    }

    .AI_Chapter_heading {
        margin-top: 22px;
        font-size: 52px;
        line-height: 1.02;
        letter-spacing: -1px;
    }

    .AI_Chapter_heading_primary,
    .AI_Chapter_heading_highlight,
    .AI_Chapter_heading_secondary {
        display: block;
    }

    .AI_Chapter_description {
        margin-top: 28px;
        font-size: 17px;
        line-height: 1.75;
    }

    .AI_Chapter_meta {
        margin-top: 54px;
        gap: 8px 12px;
        font-size: 14px;
    }

    .AI_Chapter_meta_dot {
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    .AI_Chapter_heading {
        font-size: 44px;
    }

    .AI_Chapter_description {
        font-size: 16px;
    }

    .AI_Chapter_meta {
        justify-content: center;
    }
}

/*AI_manifesto*/

.AI_manifesto {
    padding: 120px 0 120px;
    background: #f8fafa;
}

.AI_manifesto_inner {
    max-width: 1010px;
    margin: 0 auto;
    text-align: center;
}

.AI_manifesto_eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0;
    color: #CF8700;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3.5px;
}

.AI_manifesto_eyebrow::before,
.AI_manifesto_eyebrow::after {
    content: "";
    width: 28px;
    height: 1px;
    background: rgba(217, 153, 23, 0.55);
}

.AI_manifesto_heading {
    max-width: 930px;
    margin: 35px auto 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.9px;
}

.AI_manifesto_heading span {
    display: block;
}

.AI_manifesto_heading_primary {
    color: #000000;
    font-size: 50px;
}

.AI_manifesto_heading_highlight {
    margin-top: 4px;
    color: #C38206;
    font-weight: 400;
    font-size: 55px;
}

.AI_manifesto_body {
    max-width: 585px;
    margin: 70px auto 0;
    text-align: left;
}

.AI_manifesto_paragraph {
    margin: 0 0 28px;
    color: #000000;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.95;
    letter-spacing: 0px;
}

.AI_manifesto_paragraph strong {
    font-weight: 800;
    color: #202020;
}

.AI_manifesto_paragraph_dropcap::first-letter,
.AI_manifesto_paragraph_dropcap_secondary::first-letter {
    float: left;
    margin: 6px 18px 5px 0;
    color: #D89414;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 80px;
    font-style: italic;
    font-weight: 400;
    line-height: 0.8;
}

.AI_manifesto_quote_wrap {
    margin: 34px 0 34px;
    text-align: center;
}

.AI_manifesto_quote_wrap::before,
.AI_manifesto_quote_wrap::after {
    content: "";
    display: block;
    width: 62px;
    height: 2px;
    margin: 0 auto;
    background: rgba(217, 153, 23, 0.58);
}

.AI_manifesto_quote {
    max-width: 580px;
    margin: 22px auto;
    color: #C38206;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0px;
}

.AI_manifesto_paragraph_last {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .AI_manifesto {
        padding: 88px 0 96px;
    }

    .AI_manifesto_heading {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    .AI_manifesto {
        padding: 72px 0 82px;
    }

    .AI_manifesto_heading {
        max-width: 780px;
        margin-top: 32px;
        font-size: 32px;
        line-height: 1.16;
    }

    .AI_manifesto_body {
        margin-top: 50px;
        max-width: 100%;
    }

    .AI_manifesto_paragraph {
        font-size: 16px;
        line-height: 1.85;
    }

    .AI_manifesto_quote {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .AI_manifesto {
        padding: 58px 0 64px;
    }

    .AI_manifesto_inner {
        max-width: 100%;
    }

    .AI_manifesto_eyebrow {
        font-size: 12px;
        letter-spacing: 3px;
        gap: 10px;
    }

    .AI_manifesto_eyebrow::before,
    .AI_manifesto_eyebrow::after {
        width: 20px;
    }

    .AI_manifesto_heading {
        margin-top: 24px;
        font-size: 25px;
        letter-spacing: -0.3px;
    }

    .AI_manifesto_body {
        margin-top: 40px;
    }

    .AI_manifesto_paragraph {
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.78;
    }

    .AI_manifesto_paragraph_dropcap::first-letter,
    .AI_manifesto_paragraph_dropcap_secondary::first-letter {
        margin: 4px 12px 0 0;
        font-size: 54px;
    }

    .AI_manifesto_quote_wrap {
        margin: 26px 0 28px;
    }

    .AI_manifesto_quote_wrap::before,
    .AI_manifesto_quote_wrap::after {
        width: 52px;
    }

    .AI_manifesto_quote {
        margin: 18px auto;
        font-size: 22px;
        line-height: 1.14;
    }
}

@media (max-width: 479px) {
    .AI_manifesto {
        padding: 48px 0 54px;
    }

    .AI_manifesto_heading {
        font-size: 22px;
    }

    .AI_manifesto_paragraph {
        font-size: 14px;
        line-height: 1.72;
    }

    .AI_manifesto_paragraph_dropcap::first-letter,
    .AI_manifesto_paragraph_dropcap_secondary::first-letter {
        margin-right: 10px;
        font-size: 46px;
    }

    .AI_manifesto_quote {
        font-size: 19px;
    }
}

/*AI_actually_means*/

.AI_actually_means {
    padding: 120px 0 120px;
    background: #ffffff;
}

.AI_actually_means_inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.AI_actually_means_eyebrow {
    margin: 0;
    color: #F5B335;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    line-height: 1.2;
}

.AI_actually_means_heading {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1.1px;
    margin: 30px auto 0;
}


.AI_actually_means_heading_dark {
    color: #08183A;
}

.AI_actually_means_heading_gold {
    color: #D89414;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 55px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -1.3px;
}

.AI_actually_means_intro {
    max-width: 620px;
    margin: 32px auto 0;
    color: #5F5F5F;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.AI_actually_means_list {
    max-width: 900px;
    margin: 72px auto 0;
}

.AI_actually_means_item {
    display: grid;
    grid-template-columns: 100px 1fr;
    column-gap: 0px;
    align-items: start;
    text-align: left;
}

.AI_actually_means_item + .AI_actually_means_item {
    margin-top: 56px;
}

.AI_actually_means_number {
    color: #F5B335;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
}

.AI_actually_means_item_title {
    margin: 0 0 18px;
    color: #08183A;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: 0px;
}

.AI_actually_means_item_text {
    margin: 0 0 18px;
    color: #5F5F5F;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0px;
}

    .AI_actually_means_item_text strong {
        color: #2A3548;
        font-weight: 800;
    }

.AI_actually_means_item_text_last {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .AI_actually_means {
        padding: 96px 0 92px;
    }

    .AI_actually_means_heading {
        font-size: 36px;
    }

    .AI_actually_means_item_title {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .AI_actually_means {
        padding: 74px 0 76px;
    }

    .AI_actually_means_heading {
        max-width: 700px;
        font-size: 31px;
        line-height: 1.16;
    }

    .AI_actually_means_intro {
        font-size: 15px;
    }

    .AI_actually_means_list {
        margin-top: 48px;
    }

    .AI_actually_means_item {
        grid-template-columns: 86px 1fr;
        column-gap: 20px;
    }

    .AI_actually_means_number {
        font-size: 32px;
    }

    .AI_actually_means_item_title {
        font-size: 22px;
    }

    .AI_actually_means_item_text {
        font-size: 16px;
        line-height: 1.78;
    }
}

@media (max-width: 767px) {
    .AI_actually_means {
        padding: 58px 0 60px;
    }

    .AI_actually_means_eyebrow {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .AI_actually_means_heading {
        max-width: 100%;
        margin-top: 22px;
        font-size: 24px;
        letter-spacing: -0.5px;
    }

    .AI_actually_means_intro {
        margin-top: 22px;
        font-size: 14px;
        line-height: 1.7;
    }

    .AI_actually_means_list {
        margin-top: 38px;
    }

    .AI_actually_means_item {
        grid-template-columns: 1fr;
        row-gap: 14px;
    }

    .AI_actually_means_item + .AI_actually_means_item {
        margin-top: 40px;
    }

    .AI_actually_means_number {
        font-size: 30px;
    }

    .AI_actually_means_item_title {
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 1.4;
    }

    .AI_actually_means_item_text {
        margin-bottom: 14px;
        font-size: 15px;
        line-height: 1.72;
    }
}

@media (max-width: 479px) {
    .AI_actually_means_heading {
        font-size: 21px;
    }

    .AI_actually_means_heading_gold {
        font-size: 1.18em;
    }

    .AI_actually_means_item_title {
        font-size: 18px;
    }

    .AI_actually_means_item_text {
        font-size: 14px;
    }
}

/*AI_by_the_numbers*/

.AI_by_the_numbers {
    padding: 120px 0 120px;
    background: #f8fafa;
}

.AI_by_the_numbers_inner {
    text-align: center;
}

.AI_by_the_numbers_eyebrow {
    margin: 0;
    color: #D89414;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    line-height: 1.2;
}

.AI_by_the_numbers_heading {
    margin: 26px 0 0;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.96px;
}

.AI_by_the_numbers_heading_dark {
    color: #0a0a0a;
}

.AI_by_the_numbers_heading_gold {
    color: #D89414;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
}

.AI_by_the_numbers_intro {
    max-width: 610px;
    margin: 26px auto 0;
    color: #5F5F5F;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.16px;
}

.AI_by_the_numbers_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 58px;
}

.AI_by_the_numbers_card {
    min-height: 383px;
    padding: 30px 22px 40px;
    border: 1px solid rgba(223, 226, 230, 0.9);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 6px 20px rgba(18, 34, 68, 0.05);
    text-align: left;
    transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease, background-color 0.28s ease;
}

.AI_by_the_numbers_card:hover {
    border-color: rgba(216, 148, 20, 0.85);
    background: rgba(255, 252, 244, 0.98);
    box-shadow: 0 18px 38px rgba(216, 148, 20, 0.12), 0 10px 18px rgba(18, 34, 68, 0.08);
    transform: translateY(-6px);
}

.AI_by_the_numbers_card_active {
    border-color: rgba(216, 148, 20, 0.9);
    background: rgba(255, 252, 244, 0.98);
    box-shadow: 0 12px 30px rgba(216, 148, 20, 0.08), 0 8px 18px rgba(18, 34, 68, 0.06);
}

.AI_by_the_numbers_card_label {
    display: inline-block;
    padding: 7px 10px 6px;
    border-radius: 3px;
    background: #E8EEF9;
    color: #08183A;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
}

.AI_by_the_numbers_card_label_highlight {
    background: #fbefcf;
    color: #d89414;
}

.AI_by_the_numbers_card_title {
    margin: 20px 0 0;
    color: #08183A;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: 0px;
}

.AI_by_the_numbers_card_subtitle {
    margin: 16px 0 0;
    color: #D89414;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.AI_by_the_numbers_card_list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

    .AI_by_the_numbers_card_list li {
        position: relative;
        padding-left: 16px;
        color: #08183A;
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.55;
    }

.AI_by_the_numbers_card_list li + li {
    margin-top: 14px;
}

.AI_by_the_numbers_card_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #e6a52b;
}

    .AI_by_the_numbers_card_list strong {
        color: #08183A;
        font-weight: 800;
    }

@media (max-width: 1199px) {
    .AI_by_the_numbers {
        padding: 96px 0 104px;
    }

    .AI_by_the_numbers_heading {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .AI_by_the_numbers {
        padding: 78px 0 86px;
    }

    .AI_by_the_numbers_heading {
        font-size: 38px;
        line-height: 1.14;
    }

    .AI_by_the_numbers_intro {
        font-size: 15px;
    }

    .AI_by_the_numbers_grid {
        grid-template-columns: 1fr;
        max-width: 640px;
        margin: 46px auto 0;
        gap: 20px;
    }

    .AI_by_the_numbers_card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .AI_by_the_numbers {
        padding: 58px 0 64px;
    }

    .AI_by_the_numbers_eyebrow {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .AI_by_the_numbers_heading {
        font-size: 29px;
        letter-spacing: -0.8px;
    }

    .AI_by_the_numbers_intro {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.7;
    }

    .AI_by_the_numbers_grid {
        margin-top: 34px;
    }

    .AI_by_the_numbers_card {
        padding: 22px 18px 20px;
        border-radius: 10px;
    }

    .AI_by_the_numbers_card_title {
        margin-top: 16px;
        font-size: 18px;
    }

    .AI_by_the_numbers_card_subtitle {
        font-size: 14px;
    }

    .AI_by_the_numbers_card_list li {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 479px) {
    .AI_by_the_numbers_heading {
        font-size: 24px;
    }

    .AI_by_the_numbers_card_label {
        font-size: 10px;
    }
}

/*AI_the_founder*/

.AI_the_founder {
    padding: 120px 0 116px;
    background: #ffffff;
}

.AI_the_founder_inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.AI_the_founder_eyebrow {
    margin: 0;
    color: #D89414;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    line-height: 1.2;
}

.AI_the_founder_heading {
    margin: 28px auto 0;
    color: #000000;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.96px;
}

.AI_the_founder_heading_highlight {
    color: #d89414;
}

.AI_the_founder_body {
    max-width: 680px;
    margin: 60px auto 0;
    text-align: left;
}

.AI_the_founder_paragraph {
    margin: 0 0 35px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.95;
    letter-spacing: 0;
}

    .AI_the_founder_paragraph strong {
        color: #000000;
        font-weight: 800;
    }

.AI_the_founder_paragraph_last {
    margin-bottom: 32px;
}

.AI_the_founder_signature {
    margin-top: 22px;
    padding-top: 40px;
    border-top: 1px solid #e7edf6;
}

.AI_the_founder_signature img {
    display: block;
    width: auto;
    max-width: 230px;
    height: 45px;
    object-fit: contain;
}

.AI_the_founder_meta {
    margin-top: 30px;
}

.AI_the_founder_name {
    margin: 0;
    color: #101010;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-weight: 800;
    line-height: 1.5;
}

.AI_the_founder_name span {
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 400;
}

.AI_the_founder_cred {
    margin: 6px 0 0;
    color: #d89414;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1.2px;
}

@media (max-width: 1199px) {
    .AI_the_founder {
        padding: 96px 0 100px;
    }
}

@media (max-width: 991px) {
    .AI_the_founder {
        padding: 76px 0 82px;
    }

    .AI_the_founder_heading {
        max-width: 680px;
        font-size: 36px;
    }

    .AI_the_founder_body {
        margin-top: 36px;
        max-width: 100%;
    }

    .AI_the_founder_paragraph {
        font-size: 17px;
        line-height: 1.82;
    }
}

@media (max-width: 767px) {
    .AI_the_founder {
        padding: 58px 0 62px;
    }

    .AI_the_founder_eyebrow {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .AI_the_founder_heading {
        margin-top: 22px;
        font-size: 28px;
        line-height: 1.2;
    }

    .AI_the_founder_body {
        margin-top: 28px;
    }

    .AI_the_founder_paragraph {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.78;
    }

    .AI_the_founder_paragraph_last {
        margin-bottom: 26px;
    }

    .AI_the_founder_signature {
        padding-top: 22px;
    }

    .AI_the_founder_signature img {
        max-width: 180px;
        height: 54px;
    }

    .AI_the_founder_name {
        font-size: 15px;
    }

    .AI_the_founder_name span {
        display: inline-block;
        font-size: 12px;
    }

    .AI_the_founder_cred {
        font-size: 11px;
        line-height: 1.7;
        letter-spacing: 1px;
    }
}

@media (max-width: 479px) {
    .AI_the_founder_heading {
        font-size: 24px;
    }

    .AI_the_founder_paragraph {
        font-size: 14px;
    }
}
/*AI_Ready_when_ur*/

.AI_Ready_when_ur {
    background: radial-gradient(circle at center, #1a336d 0%, #102452 35%, #071633 72%, #041022 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}


.AI_Ready_when_ur_wrap {
    max-width: 920px;
    margin: auto;
    text-align: center;
}

.AI_Ready_when_ur_top_label {
    color: #F5B335;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

.AI_Ready_when_ur_title {
    margin: 0;
    font-size: 48px;
    line-height: 1.32;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 500;
    font-family: Georgia, serif;
}

    .AI_Ready_when_ur_title span {
        color: #F5B335;
    }

.AI_Ready_when_ur_subtitle {
    margin: 35px auto 0;
    max-width: 760px;
    color: #D4D4D4;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.72px;
}

.AI_Ready_when_ur_btn_wrap {
    margin-top: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.AI_Ready_when_ur_btn {
    height: 45px;
    padding: 0 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 16px;
    font-weight: 600;
}

.AI_Ready_when_ur_primary_btn {
    background: #f0b22e;
    color: #0a1632;
    box-shadow: 0 12px 30px rgba(0,0,0,0.20);
}

    .AI_Ready_when_ur_primary_btn span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .AI_Ready_when_ur_primary_btn:hover {
        transform: translateY(-2px);
        background: #f6bc42;
        color: #0a1632;
    }

.AI_Ready_when_ur_secondary_btn {
    border: 2px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.03);
    color: #ffffff;
    backdrop-filter: blur(4px);
}

    .AI_Ready_when_ur_secondary_btn:hover {
        transform: translateY(-2px);
        background: rgba(255,255,255,0.08);
        color: #ffffff;
    }

@media (max-width: 1200px) {

    .AI_Ready_when_ur_btn {
        font-size: 24px;
        height: 72px;
        padding: 0 34px;
    }
}

@media (max-width: 992px) {

    .AI_Ready_when_ur {
        padding: 110px 0;
    }

    .AI_Ready_when_ur_subtitle {
        font-size: 22px;
    }
}

@media (max-width: 768px) {

    .AI_Ready_when_ur {
        padding: 90px 0;
    }

    .AI_Ready_when_ur_wrap {
        max-width: 100%;
    }

    .AI_Ready_when_ur_top_label {
        font-size: 12px;
        letter-spacing: 3px;
        margin-bottom: 24px;
    }

    .AI_Ready_when_ur_title {
        font-size: 52px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .AI_Ready_when_ur_subtitle {
        margin-top: 28px;
        font-size: 17px;
        line-height: 1.8;
    }

    .AI_Ready_when_ur_btn_wrap {
        margin-top: 42px;
        flex-direction: column;
        gap: 18px;
    }

    .AI_Ready_when_ur_btn {
        width: 100%;
        max-width: 420px;
        height: 62px;
        font-size: 18px;
        border-radius: 14px;
        padding: 0 24px;
    }

    .AI_Ready_when_ur_primary_btn span {
        font-size: 18px;
    }
}

@media (max-width: 480px) {

    .AI_Ready_when_ur_title {
        font-size: 42px;
    }

    .AI_Ready_when_ur_subtitle {
        font-size: 16px;
    }

    .AI_Ready_when_ur_btn {
        height: 58px;
        font-size: 16px;
    }
}