/* Setu AI — route-scoped v2 design pass (Useful Links -> Setu AI, Figma 5113:79303).
   The page already carried the v2 section structure; this file corrects the shared
   section-virtualization behaviour and adds small polish. Verify against node 5113:79303
   when the Figma Dev Mode MCP is available again. */

/* The shared stylesheet applies `content-visibility:auto` + a fixed
   `contain-intrinsic-size` to every <section>. On tall mobile sections that makes the
   placeholder height wrong and can leave a section blank or overlapped while it is
   off-screen. Force real layout for this route's sections. */
.setu-ai-page section,
.setu-ai-page .setu-newhero-section,
.setu-ai-page .setu-meet-section,
.setu-ai-page .ai-ecosystem-section,
.setu-ai-page .tried-solution-section,
.setu-ai-page .new-faqs-section {
    content-visibility: visible;
    contain-intrinsic-size: auto;
    contain: none;
}

/* Figma 1936:23162 / 4012:40695 — "Just Ask, It's Done". */
.setu-ai-page .setu-meet-section {
    position: relative;
    isolation: isolate;
    overflow: hidden !important;
    padding: 100px 0;
    background: #021134 url("/images/figma-setu-ai/chatbot-background.png") center / cover no-repeat;
}

.setu-ai-page .setu-meet-section .container {
    position: relative;
    z-index: 1;
    width: min(100%, 1440px);
    max-width: 1440px;
}

.setu-ai-page .setu-meet-section .row,
.setu-ai-page .setu-meet-section .col-sm-12 {
    min-width: 0;
}

.setu-ai-page .setu-meet-section .jad-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 1206px;
    margin: 0 auto 30px;
    text-align: center;
}

.setu-ai-page .setu-meet-section .glossary-badge {
    display: inline-flex;
    flex: none;
    margin: 0;
    padding: 10px 16px;
    border: 2px solid transparent;
    border-radius: 100px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ff6bc9, #7c58ff) border-box;
}

.setu-ai-page .setu-meet-section .glossary-badge img {
    display: block;
    width: 16px;
    height: 16px;
}

.setu-ai-page .setu-meet-section .glossary-badge span {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.setu-ai-page .setu-meet-section .jad-title {
    margin: 0;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -.92px;
    line-height: normal;
}

.setu-ai-page .setu-meet-section .jad-subtitle {
    max-width: 1092px;
    margin: 0;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.setu-ai-page .setu-meet-section .jad-content {
    display: grid;
    grid-template-columns: 425px minmax(0, 1fr);
    align-items: center;
    gap: 30px;
    width: 100%;
}

.setu-ai-page .setu-meet-section .jad-phone-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 720px !important;
    overflow: hidden;
}

.setu-ai-page .setu-meet-section .jad-phone-wrap img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 720px;
    margin: 0;
    object-fit: contain;
}

.setu-ai-page .jad-features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    min-width: 0;
}

.setu-ai-page .jad-feature {
    min-width: 0;
    margin: 0;
    padding: 0 0 24px;
    border: 0;
    border-bottom: 1px solid rgb(217 217 217 / 30%);
    border-radius: 0;
    background: transparent;
}

.setu-ai-page .jad-feature:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.setu-ai-page .jad-feature h3 {
    margin: 0;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.64px;
    line-height: normal;
    text-transform: none;
    transition: color .2s ease;
}

.setu-ai-page .jad-feature:first-child h3,
.setu-ai-page .jad-feature:hover h3 {
    color: #60a5fa;
}

.setu-ai-page .jad-feature h4 {
    margin: 15px 0 0;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
}

.setu-ai-page .jad-feature p {
    margin: 15px 0 0;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.setu-ai-page .setu-meet-section .jad-bloom {
    position: absolute;
    z-index: 0;
    right: 42px;
    bottom: -16px;
    width: 286px;
    height: auto;
    opacity: 1;
    pointer-events: none;
    transform: rotate(-157.56deg);
}

@media (max-width: 1199.98px) {
    .setu-ai-page .setu-meet-section .jad-content {
        grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
        gap: 24px;
    }

    .setu-ai-page .setu-meet-section .jad-phone-wrap,
    .setu-ai-page .setu-meet-section .jad-phone-wrap img {
        height: 620px !important;
    }

    .setu-ai-page .jad-feature h3 {
        font-size: 28px;
    }

    .setu-ai-page .jad-feature h4 {
        font-size: 19px;
    }
}

@media (max-width: 991.98px) {
    .setu-ai-page .setu-meet-section {
        padding: 72px 0 !important;
    }

    .setu-ai-page .setu-meet-section .jad-content {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

    .setu-ai-page .setu-meet-section .jad-phone-wrap,
    .setu-ai-page .setu-meet-section .jad-phone-wrap img {
        height: 560px !important;
    }

    .setu-ai-page .jad-features {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .setu-ai-page .setu-meet-section .jad-bloom {
        right: -55px;
        bottom: -70px;
        width: 230px;
    }
}

/* Figma 1936:23162 / 3579:12647 — privacy and trust section. */
.setu-ai-page .ai-ecosystem-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #f3f1fd;
}

.setu-ai-page .ai-ecosystem-section .container {
    max-width: 1320px;
}

.setu-ai-page .ai-ecosystem-section .eco-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
}

.setu-ai-page .ai-ecosystem-section .glossary-badge {
    display: inline-flex;
    flex: none;
    margin: 0 0 15px;
    padding: 10px 16px;
    border: 2px solid transparent;
    border-radius: 100px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ff6bc9, #7c58ff) border-box;
}

.setu-ai-page .ai-ecosystem-section .glossary-badge img {
    display: block;
    width: 16px;
    height: 16px;
}

.setu-ai-page .ai-ecosystem-section .glossary-badge span {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.setu-ai-page .ai-ecosystem-section .eco-heading {
    margin: 0;
    color: #343a40;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -.92px;
    line-height: normal;
}

.setu-ai-page .ai-ecosystem-section .eco-heading .accent {
    color: #1e40af;
}

.setu-ai-page .ai-ecosystem-section .eco-subtext {
    margin: 16px 0 0;
    color: #343a40;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.setu-ai-page .ai-ecosystem-section .eco-hub {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 111px;
    margin: 0 0 -56px !important;
    position: relative;
    z-index: 2;
}

.setu-ai-page .ai-ecosystem-section .eco-logo-image {
    width: 170px;
    height: 72px;
    filter: none;
}

.setu-ai-page .ai-ecosystem-section .eco-connectors {
    width: min(100%, 904px);
    height: 55px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.setu-ai-page .ai-ecosystem-section .eco-connectors img {
    display: block;
    width: 100%;
    height: 100%;
}

.setu-ai-page .ai-ecosystem-section .eco-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 30px;
    width: 100%;
    margin: 0;
}

.setu-ai-page .ai-ecosystem-section .eco-card {
    min-width: 0;
    min-height: 376px;
    margin: 0;
    padding: 71px 41px 41px;
    border: 1px solid #d6dffd;
    border-radius: 24px;
    background: #fff;
    text-align: center;
}

.setu-ai-page .ai-ecosystem-section .eco-card.transparent {
    border-color: #c9f1ea;
    background: #fafdfe;
}

.setu-ai-page .ai-ecosystem-section .eco-card.scalable {
    border-color: #e3d8fd;
    background: #fcfbff;
}

.setu-ai-page .ai-ecosystem-section .eco-card .icon-circle {
    position: absolute;
    top: -31px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    margin: 0;
    border: 1px solid rgb(63 103 244 / 20%);
    border-radius: 50px;
    background: linear-gradient(#fff, #dbe7fd);
    box-shadow: 0 5px 8px rgb(153 179 255 / 36%);
    transform: translateX(-50%);
}

.setu-ai-page .ai-ecosystem-section .eco-card.transparent .icon-circle {
    border-color: rgb(36 204 167 / 20%);
    background: linear-gradient(#fff, #bee6ed);
}

.setu-ai-page .ai-ecosystem-section .eco-card.scalable .icon-circle {
    border-color: rgb(140 74 247 / 20%);
    background: linear-gradient(#fff, #e6d6ff);
    box-shadow: 0 5px 8px rgb(210 182 255 / 36%);
}

.setu-ai-page .ai-ecosystem-section .eco-card .icon-circle img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.setu-ai-page .ai-ecosystem-section .eco-card h3 {
    margin: 0 0 15px;
    color: #1a0b54;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.setu-ai-page .ai-ecosystem-section .eco-card p {
    min-height: 72px;
    margin: 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #d9d9d9;
    color: #364969;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.setu-ai-page .ai-ecosystem-section .eco-card ul {
    display: grid;
    gap: 10px;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.setu-ai-page .ai-ecosystem-section .eco-card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #364969;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.setu-ai-page .ai-ecosystem-section .eco-card ul li img {
    flex: 0 0 18px;
    width: 18px;
    height: 20px;
    object-fit: contain;
}

.setu-ai-page .ai-ecosystem-section .eco-banner {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    min-height: 135px;
    margin: 0;
    padding: 30px;
    border-radius: 24px;
    background: #06064d url("/images/figma-setu-ai/privacy-trust-background.png") center / cover no-repeat;
    overflow: hidden;
}

.setu-ai-page .ai-ecosystem-section .eco-banner .banner-icon {
    display: flex;
    flex: 0 0 75px;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    margin: 0;
}

.setu-ai-page .ai-ecosystem-section .eco-banner .banner-icon img {
    display: block;
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.setu-ai-page .ai-ecosystem-section .eco-banner h4 {
    margin: 0;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 31px;
    font-weight: 700;
    line-height: 40px;
}

.setu-ai-page .ai-ecosystem-section .eco-banner p {
    margin: 10px 0 0;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.setu-ai-page .ai-ecosystem-section .eco-banner-flower {
    position: absolute;
    right: -39px;
    bottom: -35px;
    width: 223px;
    height: 220px;
    pointer-events: none;
    transform: rotate(45deg);
}

@media (max-width: 991.98px) {
    .setu-ai-page .ai-ecosystem-section {
        padding: 72px 0;
    }

    .setu-ai-page .ai-ecosystem-section .eco-cards {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .setu-ai-page .ai-ecosystem-section .eco-card {
        min-height: 0;
    }

    .setu-ai-page .ai-ecosystem-section .eco-connectors {
        display: none;
    }

    .setu-ai-page .ai-ecosystem-section .eco-hub {
        height: 72px;
        margin-bottom: 0 !important;
    }
}

/* tidy the comparison-card icons now that the malformed inline SVG markup is removed */
.setu-ai-page .ts-card .ts-icon img {
    display: block;
    width: 28px;
    height: 28px;
}

/* Figma 3572:10336 — point-solutions comparison. */
.setu-ai-page .tried-solution-section {
    padding: 100px 0;
    background: #fff;
    text-align: center;
}

.setu-ai-page .tried-solution-section .container {
    max-width: 1320px;
}

.setu-ai-page .tried-solution-section .eco-heading {
    margin: 0;
    color: #343a40;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -.92px;
    line-height: normal;
}

.setu-ai-page .tried-solution-section .eco-heading .accent {
    color: inherit;
}

.setu-ai-page .tried-solution-section .eco-subtext {
    margin: 16px 0 30px;
    color: #656971;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.setu-ai-page .tried-solution-section .ts-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 30px;
}

.setu-ai-page .tried-solution-section .ts-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    min-height: 0;
    padding: 41px;
    border: 1px solid #e1e6f4;
    border-radius: 20px;
    background: #f9f9f9;
    text-align: left;
}

.setu-ai-page .tried-solution-section .ts-card.lavender {
    background: #ffeeeb;
}

.setu-ai-page .tried-solution-section .ts-card.dark {
    border-color: #2563eb;
    background: #1e40af;
    box-shadow: 20px 20px 15.3px rgb(24 72 212 / 10%);
}

.setu-ai-page .tried-solution-section .ts-icon {
    display: none;
}

.setu-ai-page .tried-solution-section .ts-card .ts-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.setu-ai-page .tried-solution-section .ts-card h4 {
    margin: 0;
    color: #1a0b54;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.setu-ai-page .tried-solution-section .ts-card.dark h4 {
    color: #fff;
}

.setu-ai-page .tried-solution-section .ts-card ul {
    display: grid;
    gap: 15px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.setu-ai-page .tried-solution-section .ts-card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #364969;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.setu-ai-page .tried-solution-section .ts-card.dark ul li {
    color: #fff;
}

.setu-ai-page .tried-solution-section .ts-card ul li img {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .setu-ai-page .tried-solution-section {
        padding: 72px 0;
    }

    .setu-ai-page .tried-solution-section .ts-cards {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }
}

/* Figma 1936:23162 / 1936:27188 — Setu AI FAQ. */
.setu-ai-page .new-faqs-section {
    padding: 100px 0;
    background: #fff !important;
}

.setu-ai-page .new-faqs-section .container {
    max-width: 1320px;
}

.setu-ai-page .new-faqs-section .setu-spreadsheet-heading-box {
    max-width: none;
    margin: 0;
    text-align: left;
}

.setu-ai-page .new-faqs-section .cheque-headline {
    margin: 0;
    color: #343a40;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -.92px;
    line-height: normal;
    text-align: left;
}

.setu-ai-page .new-faqs-section .new-faqs-accordion {
    margin-top: 32px;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.setu-ai-page .new-faqs-section .new-faqs-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    border-radius: 0;
    background: transparent;
}

.setu-ai-page .new-faqs-section .new-faqs-accordion .accordion-button {
    min-height: 66px;
    padding: 24px 0;
    color: rgb(0 0 0 / 90%);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px !important;
    font-weight: 700;
    line-height: normal;
}

.setu-ai-page .new-faqs-section .new-faqs-accordion .accordion-button::after {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin: 4px 0 0 16px;
    background: none;
    color: rgb(0 0 0 / 90%);
    content: "+";
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.setu-ai-page .new-faqs-section .new-faqs-accordion .accordion-button:not(.collapsed) {
    color: rgb(0 0 0 / 90%);
    background: transparent;
}

.setu-ai-page .new-faqs-section .new-faqs-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
}

.setu-ai-page .new-faqs-section .new-faqs-accordion .accordion-button:focus-visible {
    outline: 3px solid rgb(30 64 175 / 28%);
    outline-offset: -3px;
}

.setu-ai-page .new-faqs-section .new-faqs-accordion .accordion-body {
    padding: 0 36px 25px 0;
    color: rgb(0 0 0 / 90%);
    font-family: Inter, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .setu-ai-page .new-faqs-section {
        padding: 56px 0;
    }

    .setu-ai-page .new-faqs-section .cheque-headline {
        font-size: clamp(30px, 9vw, 38px);
        letter-spacing: -.04em;
        line-height: 1.12;
    }

    .setu-ai-page .new-faqs-section .new-faqs-accordion {
        margin-top: 28px;
    }

    .setu-ai-page .new-faqs-section .new-faqs-accordion .accordion-button {
        min-height: 62px;
        padding: 20px 0;
        font-size: 16px !important;
        line-height: 1.35;
    }

    .setu-ai-page .new-faqs-section .new-faqs-accordion .accordion-body {
        padding: 0 0 20px;
        font-size: 15px !important;
        line-height: 23px;
    }
}

/* Figma 1754:771 / 1775:10765 — Setu AI hero and customer proof. */
.setu-ai-page .setu-newhero-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 200px 0 100px;
    background:
        linear-gradient(180deg, rgb(255 255 255 / 0%) 68%, #fff 100%),
        url("/images/figma-setu-ai/hero-background.png") center / cover no-repeat;
}

.setu-ai-page .setu-newhero-section .container {
    position: relative;
    z-index: 1;
}

.setu-ai-page .setu-newhero-section .row {
    align-items: center;
}

.setu-ai-page .setu-newhero-section .enterprise-title {
    max-width: 824px;
    margin: 0;
    color: #343a40;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(42px, 4.05vw, 70px);
    font-weight: 800;
    letter-spacing: -1.24px;
    line-height: 1.129;
}

.setu-ai-page .setu-newhero-section .setu-logo {
    width: 192px;
    margin: 0 4px 6px 0;
    vertical-align: baseline;
}

.setu-ai-page .setu-newhero-section .enterprise-text {
    max-width: 813px;
    margin: 30px 0 0;
    color: #343a40;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
}

.setu-ai-page .setu-newhero-section .company-btns {
    display: flex !important;
    width: auto;
    margin: 30px 0 0 !important;
    padding: 0;
}

.setu-ai-page .setu-newhero-section .company-btns .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 58px;
    padding: 14px 30px !important;
    border: 0;
    border-radius: 52px !important;
    background: #1e40af;
    box-shadow: none;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: background-color .2s ease, transform .2s ease;
}

.setu-ai-page .setu-newhero-section .company-btns .btn:hover,
.setu-ai-page .setu-newhero-section .company-btns .btn:focus-visible {
    background: #17348e;
    color: #fff;
    transform: translateY(-2px);
}

.setu-ai-page .setu-newhero-section .company-btns .btn:focus-visible {
    outline: 3px solid rgb(30 64 175 / 30%);
    outline-offset: 3px;
}

.setu-ai-page .setu-ai-avtar-right {
    position: relative;
    width: min(100%, 450px);
    aspect-ratio: 450 / 650;
    margin-left: auto;
}

.setu-ai-page .setu-ai-avtar-right::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #dbdbf0;
    content: "";
}

.setu-ai-page .setu-ai-art-crop {
    position: absolute;
    top: 0;
    left: 9.333%;
    width: 78.222%;
    height: 100%;
    overflow: hidden;
}

.setu-ai-page .setu-ai-hero-art {
    position: absolute;
    top: -105.81%;
    left: -374.3%;
    display: block;
    width: 528.17%;
    max-width: none;
    height: 214.29%;
}

.setu-ai-page .setu-ai-message {
    display: block;
    position: absolute;
    z-index: 1;
    top: 11px;
    left: -202px;
    width: 214px;
    margin: 0;
    padding: 10px 15px;
    border-radius: 16px;
    background: #fff;
    color: #343a40;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.setu-ai-page .setu-ai-message::after {
    right: -1px;
    bottom: -12px;
}

.setu-ai-proof {
    padding: 0 15px 54px;
    background: #fff;
    text-align: center;
}

.setu-ai-proof > p {
    margin: 0 0 30px;
    color: #606367;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.setu-ai-proof > p strong {
    color: #343a40;
    font-weight: 700;
}

.setu-ai-proof .brand-section {
    padding: 0;
    background: transparent;
}

.setu-ai-proof .brand-section .container {
    max-width: 1320px;
}

@media (max-width: 767.98px) {
    .setu-ai-page .setu-meet-section {
        padding: 56px 0 !important;
    }

    .setu-ai-page .setu-meet-section .jad-heading {
        gap: 14px;
        margin-bottom: 32px;
    }

    .setu-ai-page .setu-meet-section .glossary-badge {
        padding: 8px 12px;
    }

    .setu-ai-page .setu-meet-section .glossary-badge img {
        display: block;
    }

    .setu-ai-page .setu-meet-section .glossary-badge span {
        font-size: 13px !important;
        line-height: 18px;
    }

    .setu-ai-page .setu-meet-section .jad-title {
        font-size: clamp(30px, 9vw, 38px);
        letter-spacing: -.04em;
        line-height: 1.12;
    }

    .setu-ai-page .setu-meet-section .jad-subtitle {
        font-size: 16px;
        line-height: 23px;
    }

    .setu-ai-page .setu-meet-section .jad-content {
        gap: 34px;
    }

    .setu-ai-page .setu-meet-section .jad-phone-wrap,
    .setu-ai-page .setu-meet-section .jad-phone-wrap img {
        height: min(132vw, 520px) !important;
    }

    .setu-ai-page .jad-features {
        gap: 20px;
        padding: 0 !important;
    }

    .setu-ai-page .jad-feature {
        padding: 0 0 20px !important;
        margin: 0 !important;
    }

    .setu-ai-page .jad-feature h3 {
        font-size: 26px !important;
    }

    .setu-ai-page .jad-feature h4 {
        margin-top: 12px;
        font-size: 18px !important;
        line-height: 1.25;
    }

    .setu-ai-page .jad-feature p {
        margin-top: 12px;
        font-size: 16px !important;
        line-height: 24px;
    }

    .setu-ai-page .setu-meet-section .jad-bloom {
        right: -74px;
        bottom: -82px;
        width: 190px;
    }

    .setu-ai-page .ai-ecosystem-section {
        padding: 56px 0;
    }

    .setu-ai-page .ai-ecosystem-section .eco-inner {
        gap: 26px;
    }

    .setu-ai-page .ai-ecosystem-section .glossary-badge {
        margin-bottom: 12px;
        padding: 8px 12px;
    }

    .setu-ai-page .ai-ecosystem-section .glossary-badge span {
        font-size: 13px !important;
        line-height: 18px;
    }

    .setu-ai-page .ai-ecosystem-section .eco-heading {
        font-size: clamp(30px, 9vw, 38px);
        letter-spacing: -.04em;
        line-height: 1.12;
    }

    .setu-ai-page .ai-ecosystem-section .eco-subtext {
        margin-top: 14px;
        font-size: 16px;
        line-height: 23px;
    }

    .setu-ai-page .ai-ecosystem-section .eco-subtext br {
        display: none;
    }

    .setu-ai-page .ai-ecosystem-section .eco-cards {
        gap: 42px;
    }

    .setu-ai-page .ai-ecosystem-section .eco-card {
        padding: 64px 24px 28px;
        border-radius: 20px;
    }

    .setu-ai-page .ai-ecosystem-section .eco-card h3 {
        font-size: 21px;
    }

    .setu-ai-page .ai-ecosystem-section .eco-card p {
        min-height: 0;
        font-size: 15px;
        line-height: 23px;
    }

    .setu-ai-page .ai-ecosystem-section .eco-card ul li {
        font-size: 15px;
        line-height: 22px;
    }

    .setu-ai-page .ai-ecosystem-section .eco-banner {
        align-items: center;
        min-height: 0;
        padding: 24px;
        border-radius: 20px;
    }

    .setu-ai-page .ai-ecosystem-section .eco-banner .banner-icon,
    .setu-ai-page .ai-ecosystem-section .eco-banner .banner-icon img {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
    }

    .setu-ai-page .ai-ecosystem-section .eco-banner h4 {
        font-size: 24px;
        line-height: 1.2;
    }

    .setu-ai-page .ai-ecosystem-section .eco-banner p {
        margin-top: 8px;
        font-size: 15px;
        line-height: 22px;
    }

    .setu-ai-page .ai-ecosystem-section .eco-banner-flower {
        right: -94px;
        bottom: -95px;
        width: 190px;
        height: 187px;
    }

    .setu-ai-page .tried-solution-section {
        padding: 56px 0;
    }

    .setu-ai-page .tried-solution-section .eco-heading {
        font-size: clamp(30px, 9vw, 38px);
        letter-spacing: -.04em;
        line-height: 1.12;
    }

    .setu-ai-page .tried-solution-section .eco-subtext {
        margin: 14px 0 28px;
        font-size: 16px;
        line-height: 23px;
    }

    .setu-ai-page .tried-solution-section .eco-subtext br {
        display: none;
    }

    .setu-ai-page .tried-solution-section .ts-cards {
        gap: 18px;
    }

    .setu-ai-page .tried-solution-section .ts-card {
        min-height: 0;
        padding: 26px;
        border-radius: 20px;
    }

    .setu-ai-page .tried-solution-section .ts-icon {
        width: 72px;
        height: 72px;
    }

    .setu-ai-page .tried-solution-section .ts-card .ts-icon img {
        width: 34px;
        height: 34px;
    }

    .setu-ai-page .tried-solution-section .ts-card h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .setu-ai-page .tried-solution-section .ts-card ul li {
        font-size: 15px;
        line-height: 22px;
    }

    .setu-ai-page .setu-newhero-section {
        padding: 126px 0 56px;
    }

    .setu-ai-page .setu-newhero-section .enterprise-title {
        font-size: clamp(36px, 10.65vw, 44px) !important;
        letter-spacing: -.75px;
        line-height: 1.16 !important;
    }

    .setu-ai-page .setu-newhero-section .setu-logo {
        width: 145px;
        margin-bottom: 3px;
    }

    .setu-ai-page .setu-newhero-section .enterprise-text {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.65;
    }

    .setu-ai-page .setu-newhero-section .company-btns,
    .setu-ai-page .setu-newhero-section .company-btns .btn {
        width: 100%;
    }

    .setu-ai-page .setu-newhero-section .company-btns .btn {
        min-height: 54px;
    }

    .setu-ai-page .setu-ai-avtar-right {
        width: min(100%, 390px);
        margin: 42px auto 0;
    }

    .setu-ai-page .setu-ai-message {
        display: block;
        top: 7%;
        left: 15px;
        width: min(214px, 62%);
        font-size: 13px;
        line-height: 18px;
        transform: none !important;
    }

    .setu-ai-proof {
        padding-bottom: 38px;
    }

    .setu-ai-proof > p {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 22px;
    }
}
