/* Homepage-only visual pass. Remove the link and home-polished class to disable. */
.home-page.home-polished {
    --site-font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    --site-brand: #03a9f4;
    --site-link: #0086c4;
    --site-heading: #142236;
    --site-text: #5f6b7a;
    --site-muted: #7a8796;
    --site-surface: #f5f9fd;
    --site-border: #e3ebf2;
    --site-shadow: 0 12px 32px -22px rgba(27, 57, 85, .22);
    --site-width: calc(100% - 144px);
    --site-section-title: 32px;
    --site-card-title: 24px;
    --site-section-space: 72px;
    font-family: var(--site-font);
    color: var(--site-text);
    font-size: 16px;
    line-height: 1.75;
}
.home-polished :is(.hero, .hero-tabs, .product-proof, .business-flow, .product-showcase, .industry-solutions, .service-assurance) {
    font-family: inherit;
}
.home-polished :is(button, input, select, textarea) {
    font-family: inherit;
}
.home-page.home-polished :is(h1, h2, h3) {
    color: var(--site-heading);
    font-style: normal;
}
.home-page.home-polished :is(.customer-label, .business-flow h2, .industry-solutions h2, .capability-group__header h2, .workshop-showcase__heading h3, .evaluate > .title, .logo-group-title, .service-assurance > h2) {
    font-size: var(--site-section-title) !important;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}
.home-page.home-polished :is(.pain-points h3, .industry-card h3, .capability-copy h3, .service-assurance__card h3) {
    font-size: var(--site-card-title);
    font-weight: 600;
    line-height: 1.5;
}
.home-page.home-polished :is(.slogan-desc, .gr4div, .business-flow__benefit p, .industry-card__problem, .capability-points, .service-assurance__card p, .evaluate-cont, .implementation-steps__description, .contact-us .desc2) {
    color: var(--site-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}
.home-page.home-polished :is(.hero, .product-proof, .pain-points, .business-flow__inner, .industry-solutions__inner, .capability-group__inner, .functionality-content, .customer-stories, .logo-case, .credentials-list, .service-assurance, .footer-nav) {
    box-sizing: border-box;
    width: var(--site-width);
    max-width: 1280px;
    margin-inline: auto;
}
.home-page.home-polished :is(.business-flow, .industry-solutions, .capability-group, .functionality, .implementation-steps) {
    padding: var(--site-section-space) 0;
}
.home-page.home-polished :is(.hero-section, .business-flow, .capability-group:nth-child(2), .functionality, .implementation-steps, .contact-us) {
    background-color: var(--site-surface);
}
.home-page.home-polished .hero-section {
    isolation: isolate;
    background-image: linear-gradient(110deg, #f5f9fd 25%, #edf6fc 100%);
}
.home-page.home-polished .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(72, 118, 158, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(72, 118, 158, .08) 1px, transparent 1px);
    background-size: 40px 40px;
    -webkit-mask-image: linear-gradient(90deg, transparent 25%, #000 75%);
    mask-image: linear-gradient(90deg, transparent 25%, #000 75%);
}
.home-page.home-polished .hero-visual::before {
    content: none;
}
.home-page.home-polished .tips .back-to-top {
    box-sizing: border-box;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
    padding: 10px 4px;
    border: 1px solid var(--site-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(20, 34, 54, .12);
    color: var(--site-text);
    font: inherit;
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
    cursor: pointer;
}
.home-page.home-polished .tips .back-to-top[hidden] {
    display: none;
}
.home-page.home-polished .tips .back-to-top svg {
    width: 24px;
    height: 24px;
    color: var(--site-link);
}
.home-page.home-polished .tips .back-to-top:hover {
    color: var(--site-link);
    background: #e4f3ff;
}
.home-page.home-polished .tips .back-to-top:focus-visible {
    outline: 2px solid var(--site-brand);
    outline-offset: -4px;
}
@media (max-width: 768px) {
    .home-page.home-polished .tips .back-to-top {
        top: calc(100% + 10px);
        gap: 2px;
        padding: 6px 4px;
    }
    .home-page.home-polished .tips .back-to-top svg {
        width: 20px;
        height: 20px;
    }
}
.home-page.home-polished :is(.industry-solutions, .product-showcase, .business-flow, .functionality, .customer-stories, .logo-case, .implementation-steps, .service-assurance) {
    scroll-margin-top: 80px;
}
.home-page.home-polished .hero-section .slogan {
    color: var(--site-heading);
    font-size: 44px;
    font-weight: 700;
    line-height: 1.45;
}
.home-page.home-polished .hero-section .slogan-desc {
    min-height: 3.5em;
}
.home-page.home-polished .hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 24px 0 0;
    padding: 0;
    color: var(--site-text);
    font-size: 14px;
    line-height: 1.6;
    list-style: none;
}
.home-page.home-polished .hero-benefits li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    list-style: none;
}
.home-page.home-polished .hero-benefits li::before {
    content: "✓";
    color: var(--site-brand);
    font-size: 13px;
    font-weight: 700;
}
.home-page.home-polished .hero-benefits strong {
    color: var(--site-link);
    font-weight: 600;
}
.home-page.home-polished .product-proof h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
.home-page.home-polished .product-proof__value {
    color: var(--site-brand);
}
.home-page.home-polished .product-proof__label {
    color: var(--site-text);
    font-size: 16px;
}
.home-page.home-polished :is(.hero-actions button, .contact-us .contact-btn) {
    font-size: 16px;
    font-weight: 500;
}
.home-page.home-polished :is(.free-btn, .contact-us .contact-btn, .service-assurance__action--primary) {
    background: var(--site-brand);
    color: #fff;
}
.home-page.home-polished :is(.free-btn, .contact-us .contact-btn, .service-assurance__action--primary):hover {
    background: #0096db;
}
.home-page.home-polished .appointment-btn {
    border-color: var(--site-brand);
    color: var(--site-link);
}
.home-page.home-polished .hero-tab[aria-selected="true"] {
    background: var(--site-heading);
}
.home-page.home-polished :is(.capability-tab[aria-selected="true"], .industry-solutions__link, .service-assurance__action:not(.service-assurance__action--primary)) {
    color: var(--site-link);
}
.home-page.home-polished .hero-window__title {
    color: var(--site-muted);
    font-size: 12px;
}
.home-page.home-polished .hero-window {
    border-color: #d2dfeb;
    border-radius: 18px;
    box-shadow: var(--site-shadow);
}
.home-page.home-polished .pain-section-title {
    width: var(--site-width);
    max-width: 1280px;
    margin: var(--site-section-space) auto 0 !important;
    color: var(--site-heading);
    text-align: center;
}
.home-page.home-polished .pain-points {
    gap: 24px;
    margin-block: 36px var(--site-section-space);
}
.home-page.home-polished .pain-points > .gr4 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 80px;
    column-gap: 28px;
    padding: 28px 32px;
    border: 1px solid var(--site-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--site-shadow);
}
.home-page.home-polished .pain-points > .gr4 > h3,
.home-page.home-polished .pain-points > .gr4 > .gr4div {
    grid-column: 1;
    min-width: 0;
}
.home-page.home-polished .pain-points__icon {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
    display: block;
    width: 80px;
    height: 80px;
    color: var(--site-brand);
    fill: currentColor;
}
.home-page.home-polished :is(.pain-points__icon, .business-flow__icon) {
    color: #399fcc;
    opacity: .9;
    transform: scale(.85);
    transform-origin: center;
}
.home-page.home-polished .gr4div {
    margin-top: 16px;
}
.home-page.home-polished .business-flow {
    margin-top: 0;
    border-color: var(--site-border);
}
.home-page.home-polished :is(.business-flow__steps > li, .business-flow__benefit h3) {
    color: var(--site-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
.home-page.home-polished .business-flow h2 {
    margin-bottom: 40px;
}
.home-page.home-polished .business-flow__benefit {
    padding-inline: 20px;
}
.home-page.home-polished .business-flow__benefit p {
    max-width: 19em;
}
.home-page.home-polished .industry-solutions {
    padding-bottom: 0;
}
.home-page.home-polished .industry-solutions__inner {
    padding-bottom: 48px;
    border-color: var(--site-border);
}
.home-page.home-polished .industry-card {
    border-color: var(--site-border);
    border-radius: 18px;
    background: var(--site-surface);
    box-shadow: var(--site-shadow);
}
.home-page.home-polished .industry-card__value {
    color: var(--site-heading);
}
.home-page.home-polished .capability-group__header {
    margin-bottom: 36px;
}
.home-page.home-polished .capability-group__header h2 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.home-page.home-polished .capability-group__icon {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #399fcc;
    fill: currentColor;
    opacity: .9;
}
.home-page.home-polished .capability-copy h3 {
    margin-bottom: 24px;
}
.home-page.home-polished .capability-panel {
    min-height: 340px;
}
.home-page.home-polished .capability-points {
    gap: 14px;
}
.home-page.home-polished .workshop-showcase {
    margin-top: var(--site-section-space);
    padding-top: var(--site-section-space);
    border-top: 1px solid var(--site-border);
}
.home-page.home-polished .functionality {
    margin-top: 0;
    border-block: 1px solid var(--site-border);
}
.home-page.home-polished .functionality > .customer-label {
    width: var(--site-width);
    max-width: 1280px;
    margin: 0 auto !important;
    text-align: center;
}
.home-page.home-polished .functionality-content {
    display: grid;
    grid-template-columns: 236px minmax(0, 1fr);
    align-items: start;
    gap: 40px;
    margin-top: 40px;
}
.home-page.home-polished .functionality-left {
    width: 100%;
    padding: 0;
    gap: 6px;
}
.home-page.home-polished .functionality-menu-item {
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 10px 16px;
    gap: 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent !important;
    color: var(--site-text);
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.5;
    box-shadow: none;
    text-align: left;
}
.home-page.home-polished .functionality-menu-item:focus-visible {
    outline: 2px solid var(--site-brand);
    outline-offset: 3px;
}
.home-page.home-polished .functionality-menu-item.active {
    border-color: #d8ebf6 !important;
    background: #fff !important;
    color: var(--site-link);
    box-shadow: var(--site-shadow);
}
.home-page.home-polished .functionality-menu-item:hover {
    color: var(--site-link);
}
.home-page.home-polished .functionality-menu-item img {
    display: none;
}
.home-page.home-polished .functionality-menu-item::before {
    content: "";
    flex: 0 0 28px;
    height: 28px;
    background: center / contain no-repeat var(--feature-icon);
}
.home-page.home-polished .functionality-right {
    min-width: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home-page.home-polished .functionality-right .swiper-slide {
    display: none !important;
    border: 1px solid var(--site-border);
    border-radius: 18px;
    padding: 20px;
    background: #fff;
    box-shadow: var(--site-shadow);
}
.home-page.home-polished .functionality-right .swiper-slide[style*="display: flex"] {
    display: flex !important;
}
.home-page.home-polished .functionality-right .swiper-pagination {
    display: none;
}
.home-page.home-polished .functionality-right .functionality-pic {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 2.03;
    margin: 0;
    border-radius: 10px;
    object-fit: cover;
    object-position: center top;
}
.home-page.home-polished .functionality-right .go-detail {
    width: auto;
    height: 44px;
    margin-top: 20px;
    padding: 0 4px;
    border-radius: 8px;
    background: transparent;
    color: var(--site-link);
    font-size: 16px;
    font-weight: 500;
    align-self: flex-start;
}
.home-page.home-polished .customer-stories {
    padding-block: var(--site-section-space) 0;
}
.home-page.home-polished .customer-stories > .title {
    margin: 0 0 32px;
}
.home-page.home-polished .customer-stories .swiper-container {
    width: 100%;
    max-width: none;
    height: auto;
    padding: 8px 0 44px;
}
.home-page.home-polished .customer-stories .swiper-slide {
    min-height: 320px;
    height: auto;
    padding: 28px 24px;
    border: 1px solid var(--site-border);
    border-radius: 18px;
    box-shadow: var(--site-shadow);
}
.home-page.home-polished .evaluate-cont {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
}
.home-page.home-polished .evaluate-user-wrapper {
    margin-top: auto;
    padding-top: 24px;
    align-items: flex-start;
}
.home-page.home-polished .evaluate-user-img {
    width: 44px;
    height: 44px;
    margin-right: 14px;
}
.home-page.home-polished .evaluate-user-name {
    color: var(--site-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.home-page.home-polished .evaluate-user-position {
    margin-top: 4px;
    color: var(--site-muted);
    font-size: 14px;
    line-height: 1.6;
}
.home-page.home-polished .evaluate .tag2 {
    margin: 10px 0 0;
    padding: 3px 9px;
    border-radius: 6px;
    background: #e8f4fc;
    color: var(--site-link);
    font-size: 12px;
    line-height: 1.5;
}
.home-page.home-polished .swiper-pagination-bullet-active {
    background: var(--site-brand);
}
.home-page.home-polished .logo-case {
    margin-block: 56px 0;
    overflow: visible;
}
.home-page.home-polished .logo-group-title {
    height: auto;
    padding: 0;
    margin: 0 0 36px;
}
.home-page.home-polished .logo-group-title .title-num {
    color: inherit;
    font-size: inherit;
}
.home-page.home-polished .images-box {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
}
.home-page.home-polished .images-box .image-item {
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0;
    height: 64px !important;
    padding: 6px 8px;
    border: 1px solid var(--site-border);
    border-radius: 10px;
    background: #fff;
}
.home-page.home-polished .images-box .image-item img {
    display: block;
    width: 100% !important;
    height: 50px !important;
    max-width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    object-fit: contain;
}
.home-page.home-polished #security-credentials {
    margin: var(--site-section-space) auto 36px !important;
    text-align: center;
}
.home-page.home-polished .credentials-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
    margin-block: 0 var(--site-section-space);
}
.home-page.home-polished .credentials-list > img {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1;
    margin: 0;
    padding: 8px;
    border: 1px solid var(--site-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--site-shadow) !important;
    object-fit: contain;
}
.home-page.home-polished .implementation-steps {
    margin-top: 0;
    text-align: center;
}
.home-page.home-polished .implementation-steps > .title {
    margin: 0 24px 20px;
}
.home-page.home-polished .implementation-steps__description {
    width: var(--site-width);
    max-width: 1280px;
    margin: 0 auto 32px;
}
.home-page.home-polished .implementation-steps > img {
    display: block;
    width: var(--site-width) !important;
    max-width: 1280px;
    height: auto;
}
.home-page.home-polished .service-assurance {
    margin-block: var(--site-section-space);
}
.home-page.home-polished .service-assurance > h2 {
    margin-bottom: 40px;
}
.home-page.home-polished .service-assurance__card {
    min-height: 440px;
    padding: 30px 28px 28px;
    border-radius: 18px;
}
.home-page.home-polished .service-assurance__card--engineer {
    background: linear-gradient(160deg, #e0f4ed, #f3fbf7);
}
.home-page.home-polished .service-assurance__card--security {
    background: linear-gradient(160deg, #e1f1fb, #f3f9fd);
}
.home-page.home-polished .service-assurance__card--demo {
    background: linear-gradient(160deg, #fbf0d4, #fffaf0);
}
.home-page.home-polished .service-assurance__card p {
    min-height: 5.25em;
}
.home-page.home-polished .contact-us {
    box-sizing: border-box;
    height: auto;
    min-height: 260px;
    margin-top: 0;
    padding: 56px 24px;
    border-top: 1px solid var(--site-border);
    gap: 16px;
    text-align: center;
}
.home-page.home-polished .contact-us .desc1 {
    padding: 0;
    color: var(--site-heading);
    font-size: var(--site-card-title);
    font-weight: 600;
    line-height: 1.5;
}
.home-page.home-polished .contact-us .desc2 {
    margin: 0 0 8px;
}
.home-page.home-polished .contact-us .contact-btn {
    width: 156px;
    height: 48px;
}
.home-page.home-polished .footer {
    padding: 0;
    border-top: 1px solid var(--site-border);
    background: #fff;
    color: var(--site-muted);
    font-size: 14px;
}
.home-page.home-polished .footer-nav {
    gap: 48px;
    padding-top: 32px;
    line-height: 1.75;
}
.home-page.home-polished .footer-nav .title {
    color: var(--site-heading);
    font-size: 16px;
    font-weight: 600;
}
.home-page.home-polished .footer-right {
    min-width: 0;
    flex: 1;
    gap: 32px;
    overflow: visible;
}
.home-page.home-polished .footer-right > div,
.home-page.home-polished .footer-right-menu > div:nth-child(2) {
    min-width: 0;
    margin: 0;
}
.home-page.home-polished .footer-right > div:first-child {
    flex: 1;
}
.home-page.home-polished .footer-right p {
    margin-block: 10px;
    line-height: 1.75;
    white-space: normal;
    overflow-wrap: anywhere;
}
.home-page.home-polished .footer-right a {
    color: var(--site-text);
}
.home-page.home-polished .footer-right a:hover {
    color: var(--site-link);
}
.home-page.home-polished .footer-right-menu {
    flex-shrink: 0;
    gap: 24px;
}
.home-page.home-polished .copyright {
    margin: 0;
    padding: 28px 24px;
    color: var(--site-muted);
    line-height: 1.8;
}
@media (max-width: 1200px) {
    .home-page.home-polished .functionality-content {
        display: block;
    }
    .home-page.home-polished .functionality-left {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 24px;
    }
    .home-page.home-polished .functionality-menu-item {
        padding: 10px;
        font-size: 14px;
        gap: 8px;
    }
    .home-page.home-polished .functionality-right .swiper-slide {
        padding-bottom: 36px;
    }
}
@media (max-width: 1100px) {
    .home-page.home-polished {
        --site-width: calc(100% - 80px);
    }
    .home-page.home-polished .hero-section .slogan {
        font-size: 36px;
    }
    .home-page.home-polished .pain-points > .gr4 {
        grid-template-columns: minmax(0, 1fr) 52px;
        column-gap: 16px;
    }
    .home-page.home-polished .pain-points > .gr4 > h3 {
        align-self: center;
    }
    .home-page.home-polished .pain-points > .gr4 > .gr4div {
        grid-column: 1 / -1;
        grid-row: 2;
    }
    .home-page.home-polished .pain-points__icon {
        grid-row: 1;
        width: 52px;
        height: 52px;
    }
    .home-page.home-polished .images-box {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    .home-page.home-polished {
        --site-width: calc(100% - 48px);
        --site-section-title: 28px;
        --site-card-title: 22px;
        --site-section-space: 48px;
    }
    .home-page.home-polished .hero-section .slogan {
        font-size: clamp(30px, 5vw, 40px);
    }
    .home-page.home-polished .product-proof h2 {
        font-size: 22px;
    }
    .home-page.home-polished .business-flow__benefit {
        padding-inline: 12px;
    }
    .home-page.home-polished .credentials-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
    .home-page.home-polished .footer-nav {
        gap: 24px;
    }
}
@media (max-width: 640px) {
    .home-page.home-polished {
        --site-section-title: 26px;
    }
    .home-page.home-polished :is(.hero-tab, .capability-tab) {
        font-size: 14px;
    }
    .home-page.home-polished .hero-tab {
        font-size: 13px;
    }
    .home-page.home-polished .product-proof h2 {
        font-size: 20px;
    }
    .home-page.home-polished .functionality-left {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-page.home-polished .functionality-right .swiper-slide {
        padding: 12px;
    }
    .home-page.home-polished .functionality-right .go-detail {
        margin-top: 12px;
        font-size: 14px;
    }
    .home-page.home-polished .product-proof__label {
        font-size: 14px;
    }
    .home-page.home-polished .pain-points > .gr4 {
        padding: 24px;
    }
    .home-page.home-polished .business-flow__benefit {
        padding: 24px 0;
    }
    .home-page.home-polished .capability-panel {
        min-height: 0;
    }
    .home-page.home-polished .capability-copy {
        padding-right: 40px;
    }
    .home-page.home-polished .images-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .home-page.home-polished .customer-stories .swiper-slide {
        min-height: 332px;
        padding: 24px;
    }
    .home-page.home-polished .service-assurance__card {
        min-height: 0;
        padding: 28px;
    }
    .home-page.home-polished .service-assurance__card p {
        min-height: 0;
    }
    .home-page.home-polished .footer-nav {
        padding-right: 40px;
    }
}

/* Compact, consistent icons for the existing feature menu. */
.home-page.home-polished .functionality-menu-item:nth-child(1) {
    --feature-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M6%203v18M18%203v18M12%203v18%22%20stroke%3D%22%2303a9f4%22%20stroke-width%3D%221.8%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%226%22%20height%3D%225%22%20rx%3D%222%22%20fill%3D%22%2303a9f4%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2213%22%20width%3D%226%22%20height%3D%225%22%20rx%3D%222%22%20fill%3D%22%237dd3f6%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%227%22%20width%3D%226%22%20height%3D%225%22%20rx%3D%222%22%20fill%3D%22%2303a9f4%22%2F%3E%3C%2Fsvg%3E");
}
.home-page.home-polished .functionality-menu-item:nth-child(2) {
    --feature-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%227%22%20height%3D%227%22%20rx%3D%222%22%20fill%3D%22%237dd3f6%22%2F%3E%3Crect%20x%3D%2214%22%20y%3D%2214%22%20width%3D%227%22%20height%3D%227%22%20rx%3D%222%22%20fill%3D%22%2303a9f4%22%2F%3E%3Cpath%20d%3D%22M13%206h5v5M11%2018H6v-5%22%20fill%3D%22none%22%20stroke%3D%22%2303a9f4%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22m15%208%203%203%203-3M3%2016l3-3%203%203%22%20fill%3D%22none%22%20stroke%3D%22%2303a9f4%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.home-page.home-polished .functionality-menu-item:nth-child(3) {
    --feature-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%228.5%22%20fill%3D%22%23d9f2fd%22%20stroke%3D%22%237dd3f6%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M12%203.5a8.5%208.5%200%200%201%208.5%208.5M12%207v5l3%202%22%20fill%3D%22none%22%20stroke%3D%22%2303a9f4%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.home-page.home-polished .functionality-menu-item:nth-child(4) {
    --feature-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22m12%202%209%205v10l-9%205-9-5V7z%22%20fill%3D%22%237dd3f6%22%2F%3E%3Cpath%20d%3D%22m12%2012%209-5v10l-9%205z%22%20fill%3D%22%2303a9f4%22%2F%3E%3Cpath%20d%3D%22m3%207%209%205%209-5M12%2012v10M7.5%204.5l9%205V14%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
}
.home-page.home-polished .functionality-menu-item:nth-child(5) {
    --feature-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%228%22%20height%3D%2211%22%20rx%3D%222%22%20fill%3D%22%237dd3f6%22%2F%3E%3Crect%20x%3D%2214%22%20y%3D%228%22%20width%3D%228%22%20height%3D%2211%22%20rx%3D%222%22%20fill%3D%22%2303a9f4%22%2F%3E%3Cpath%20d%3D%22M8%2010h8M12%207l4%203-4%203M16%2016H8m4-3-4%203%204%203%22%20fill%3D%22none%22%20stroke%3D%22%230086c4%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.home-page.home-polished .functionality-menu-item:nth-child(6) {
    --feature-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M5%2016V10a7%207%200%200%201%2014%200v6l2%203H3z%22%20fill%3D%22%237dd3f6%22%2F%3E%3Cpath%20d%3D%22M12%203a7%207%200%200%201%207%207v6l2%203h-9z%22%20fill%3D%22%2303a9f4%22%2F%3E%3Cpath%20d%3D%22M9%2021h6%22%20stroke%3D%22%2303a9f4%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M12%207v5m0%203h.01%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.home-page.home-polished .functionality-menu-item:nth-child(7) {
    --feature-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22m12%202%209%204v6c0%205-5%209-9%2011-4-2-9-6-9-11V6z%22%20fill%3D%22%237dd3f6%22%2F%3E%3Cpath%20d%3D%22m12%202%209%204v6c0%205-5%209-9%2011z%22%20fill%3D%22%2303a9f4%22%2F%3E%3Cpath%20d%3D%22m7%2012%203%203%207-7%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222.3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
