/* /Components/Layout/ContactModal.razor.rz.scp.css */
.demo-thanks[b-3hie3e05p4] {
    text-align: center;
    padding: 2rem 1rem;
}

    .demo-thanks i[b-3hie3e05p4] {
        font-size: 3rem;
        color: #4caf7d;
        margin-bottom: 1rem;
    }

    .demo-thanks h2[b-3hie3e05p4] {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 1.75rem;
        color: #111;
        margin-bottom: 0.5rem;
    }

    .demo-thanks p[b-3hie3e05p4] {
        color: #6b7a74;
        margin-bottom: 1.5rem;
    }

@media (max-width: 540px) {
    .demo-modal[b-3hie3e05p4] {
        padding: 1.75rem 1.25rem;
    }

    .demo-row[b-3hie3e05p4] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
/* ── Footer ───────────────────────────────────────── */
.footer[b-80gvzpvq4j] {
    background-color: #0d1a14;
    color: #ffffff;
    width: 100%;
}

.footer-main[b-80gvzpvq4j] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem 3rem;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 5rem;
    align-items: start;
}

/* Brand */
.footer-logo-tagline[b-80gvzpvq4j] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.footer-logo[b-80gvzpvq4j] {
    height: 52px;
    width: 52px;
    flex-shrink: 0;
}

.footer-heading[b-80gvzpvq4j] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    max-width: 260px;
    margin: 0;
}

.footer-rule[b-80gvzpvq4j] {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 0 1.25rem;
    max-width: 320px;
}

.footer-subtitle[b-80gvzpvq4j] {
    font-size: 0.9rem;
    color: #7a9e90;
    line-height: 1.6;
    max-width: 300px;
    margin: 0;
}

/* Nav columns */
.footer-nav[b-80gvzpvq4j] {
    display: flex;
    gap: 4rem;
}

.footer-col h4[b-80gvzpvq4j] {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 1.25rem;
    letter-spacing: 0.02em;
}

.footer-col a[b-80gvzpvq4j] {
    display: block;
    color: #7a9e90;
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    transition: color 0.2s ease;
}

.footer-col a:hover[b-80gvzpvq4j] {
    color: #ffffff;
}

/* CTA */
.footer-cta[b-80gvzpvq4j] {
    display: flex;
    align-items: flex-start;
}

.btn-book-demo[b-80gvzpvq4j] {
    color: #ffffff;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50px;
    padding: 0.55rem 1.5rem;
    font-family: inherit;
    font-size: 0.9rem;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-book-demo:hover[b-80gvzpvq4j] {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: #ffffff;
}

/* Bottom bar */
.footer-bottom[b-80gvzpvq4j] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-inner[b-80gvzpvq4j] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-motto[b-80gvzpvq4j],
.footer-legal[b-80gvzpvq4j] {
    font-size: 0.85rem;
    color: #7a9e90;
}

.footer-legal a[b-80gvzpvq4j] {
    color: #7a9e90;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-legal a:hover[b-80gvzpvq4j] {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 900px) {
    .footer-main[b-80gvzpvq4j] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .footer-nav[b-80gvzpvq4j] {
        gap: 2rem;
    }
}

@media (max-width: 600px) {
    .footer-bottom-inner[b-80gvzpvq4j] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}


.footer-inner-container[b-80gvzpvq4j] {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%; /* Ensures alignment works throughout the container */
    display: flex;
    flex-direction: column; /* Stack rows vertically */
    justify-content: space-between; /* Distribute items in container evenly */
}

.row[b-80gvzpvq4j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.top-middle[b-80gvzpvq4j] {
    justify-content: center;
    margin-bottom: auto;
}

.bottom[b-80gvzpvq4j] {
    justify-content: space-between;
    
}

.col-4[b-80gvzpvq4j] {
    flex: 1;
    text-align: center;
}

.col-left[b-80gvzpvq4j] {
    text-align: left;
}

.col-right[b-80gvzpvq4j] {
    text-align: right;
}

.col-4 i[b-80gvzpvq4j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0; /* Background color of the icon */
    color: #333; /* Icon color */
    margin: 0 5px;
    font-size: 18px; /* Icon size */
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Specific hover effects for each icon */
.face:hover[b-80gvzpvq4j] {
    background-color: #3b5998; /* Facebook blue */
    color: white;
}

.link:hover[b-80gvzpvq4j] {
    background-color: #0077b5; /* LinkedIn blue */
    color: white;
}

.insta:hover[b-80gvzpvq4j] {
    background-color: #e4405f; /* Instagram pink */
    color: white;
}

.twit:hover[b-80gvzpvq4j] {
    background-color: #272222; /* Twitter blue */
    color: white;
}

.line[b-80gvzpvq4j] {
    width: 50px; /* Length of the line */
    height: 1px;
    background-color: #ccc; /* Line color */
    display: inline-block; /* Make lines inline to align with icons */
    vertical-align: middle; /* Align lines with the middle of the icons */
    margin: 0 10px; /* Space between lines and icons */
}

.site-by[b-80gvzpvq4j] {
    text-align: right;
}

.privacy[b-80gvzpvq4j] {
    text-align: left;
}

@media screen and (max-width: 600px) {
    .line[b-80gvzpvq4j] {
        display: none;
    }

    .site-by[b-80gvzpvq4j] {
        display: none;
    }

    .privacy[b-80gvzpvq4j] {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .top-middle[b-80gvzpvq4j] {
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
        text-align: center; 
    }

    .col-4[b-80gvzpvq4j] {
        flex: none; 
        width: 100%; 
    }

        .col-4 i[b-80gvzpvq4j] {
            margin: 10px 0; 
        }

    .line[b-80gvzpvq4j] {
        display: none; 
    }
}

.modal[b-80gvzpvq4j] {
    display: none; 
    position: fixed;
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.5); 
    overflow: hidden; 
}

.modal-content[b-80gvzpvq4j] {
    background-color: white;
    margin: 10% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 50%; 
    max-height: 70vh; 
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden; 
    display: flex;
    flex-direction: column;
}

.modal-body[b-80gvzpvq4j] {
    overflow-y: auto; 
    max-height: calc(70vh - 50px); 
    padding: 10px; 
}

.close-button[b-80gvzpvq4j] {
    position: fixed;
    right: 26%;
    float: right;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close-button:hover[b-80gvzpvq4j],
    .close-button:focus[b-80gvzpvq4j] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
main[b-otvby2m1th] {
    flex: 1;
}

.main-container[b-otvby2m1th] {
    margin: 0;
    padding: 0;
}

.content[b-otvby2m1th] {
    margin: 0;
    padding: 0;
}

#blazor-error-ui[b-otvby2m1th] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-otvby2m1th] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-dnynpyptbw] {
    background-color: #151a19;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-container[b-dnynpyptbw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 2rem;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.navbar-logo[b-dnynpyptbw] {
    display: flex;
    align-items: center;
    z-index: 1;
}

.navbar-logo img[b-dnynpyptbw] {
    height: 44px;
    display: block;
}

.navbar-links[b-dnynpyptbw] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.navbar-links .nav-link[b-dnynpyptbw] {
    color: #c8c8c8;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.navbar-links .nav-link:hover[b-dnynpyptbw] {
    color: #ffffff;
}

.navbar-right[b-dnynpyptbw] {
    display: flex;
    align-items: center;
}

.btn-contact-sales[b-dnynpyptbw] {
    color: #ffffff;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50px;
    padding: 0.45rem 1.3rem;
    font-family: inherit;
    font-size: 0.9rem;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-contact-sales[b-dnynpyptbw]::after {
    content: "\203A";
    font-size: 1.1rem;
    line-height: 1;
}

.btn-contact-sales:hover[b-dnynpyptbw] {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: #ffffff;
}

/* Hamburger */
.hamburger[b-dnynpyptbw] {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
}

.hamburger span[b-dnynpyptbw] {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
}

/* Mobile menu */
.mobile-menu[b-dnynpyptbw] {
    display: none;
    flex-direction: column;
    padding: 1rem 2rem 1.5rem;
    gap: 0.25rem;
    background-color: #0d0d0d;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu.open[b-dnynpyptbw] {
    display: flex;
}

.mobile-nav-link[b-dnynpyptbw] {
    color: #c8c8c8;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: color 0.2s ease;
}

.mobile-nav-link:hover[b-dnynpyptbw] {
    color: #ffffff;
}

.contact-mobile[b-dnynpyptbw] {
    margin-top: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar-links[b-dnynpyptbw] {
        display: none;
    }

    .btn-contact-sales[b-dnynpyptbw] {
        display: none;
    }

    .hamburger[b-dnynpyptbw] {
        display: flex;
    }
}

.navbar-links .nav-link[b-dnynpyptbw] {
    color: #c8c8c8;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.navbar-links .nav-link:hover[b-dnynpyptbw],
.navbar-links .nav-link.active[b-dnynpyptbw] {
    color: #ffffff;
}

.btn-contact-sales[b-dnynpyptbw] {
    color: #ffffff;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50px;
    padding: 0.45rem 1.3rem;
    font-family: inherit;
    font-size: 0.9rem;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-contact-sales[b-dnynpyptbw]::after {
    content: "\203A";
    font-size: 1.1rem;
    line-height: 1;
}

.btn-contact-sales:hover[b-dnynpyptbw] {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: #ffffff;
}

/* Hamburger */
.hamburger[b-dnynpyptbw] {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
}

.hamburger span[b-dnynpyptbw] {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
}

/* Mobile menu */
.mobile-menu[b-dnynpyptbw] {
    display: none;
    flex-direction: column;
    padding: 1rem 2rem 1.5rem;
    gap: 0.25rem;
    background-color: #0d0d0d;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu.open[b-dnynpyptbw] {
    display: flex;
}

.mobile-nav-link[b-dnynpyptbw] {
    color: #c8c8c8;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: color 0.2s ease;
}

.mobile-nav-link:hover[b-dnynpyptbw],
.mobile-nav-link.active[b-dnynpyptbw] {
    color: #ffffff;
}

.contact-mobile[b-dnynpyptbw] {
    margin-top: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar-links[b-dnynpyptbw],
    .btn-contact-sales[b-dnynpyptbw] {
        display: none;
    }

    .hamburger[b-dnynpyptbw] {
        display: flex;
    }
}

@media (max-width: 768px) {
    .links[b-dnynpyptbw] {
        display: none;
    }

    .hamburger[b-dnynpyptbw] {
        display: flex;
        padding-right: 25px;
    }

    .navbar.open .dropdown[b-dnynpyptbw] {
        visibility: visible;
        opacity: 1;
        max-height: 500px;
        padding: 10px;
        transition: visibility 0s 0s, opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease;
    }

    .logo img[b-dnynpyptbw] {
        padding-left: 25px;
    }
}

.navbar.open .dropdown .nav-item .nav-link > hr[b-dnynpyptbw] {
    width: 120px;
    margin-top: 0px;
    color: #2bb2cb;
}

.nav-link > hr[b-dnynpyptbw] {
    visibility: hidden;
    border: none;
    background-color: #2bb2cb;
    height: 5px;
    margin-top: 0px;
    margin-bottom: 0;
    position: relative;
}

.nav-item .nav-link.active > hr[b-dnynpyptbw] {
    visibility: visible;
    margin-top: -50px;
    opacity: 0.3;
}

.nav-item[b-dnynpyptbw] {
    font-size: 1.4rem;
    color: black;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.about-leader-linkedin[b-031u36vvmj] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.3rem;
    font-size: 0.98rem;
    color: #0a66c2;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s;
}
.about-leader-linkedin i[b-031u36vvmj] {
    font-size: 1.1rem;
    color: #0a66c2;
}
.about-leader-linkedin:hover[b-031u36vvmj],
.about-leader-linkedin:focus[b-031u36vvmj] {
    color: #004182;
    text-decoration: underline;
}
/* ── About / Leadership Section ─────────────────────────────── */
.about-section[b-031u36vvmj] {
    background: #f6f3ee;
    padding: 5.5rem 0 4.5rem;
    text-align: center;
}
.about-inner[b-031u36vvmj] {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.about-label[b-031u36vvmj] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #b05e43;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}
.about-heading[b-031u36vvmj] {
    font-family: 'IBM Plex Serif', serif;
    font-size: clamp(2.1rem, 4vw, 2.8rem);
    font-weight: 400;
    color: #23231f;
    margin-bottom: 0.5rem;
    line-height: 1.13;
}
.about-accent[b-031u36vvmj] {
    color: #c16a58;
    font-style: italic;
    font-family: inherit;
}
.about-sub[b-031u36vvmj] {
    color: #7a7a7a;
    font-size: 1.08rem;
    margin-bottom: 2.2rem;
}
.about-card[b-031u36vvmj] {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
    padding: 2.1rem 2rem 1.7rem;
    margin-bottom: 2.8rem;
    text-align: left;
    font-size: 1.08rem;
    color: #23231f;
    border: 1px solid #ede8e1;
}
.about-card strong[b-031u36vvmj] {
    font-weight: 700;
}
.about-leadership[b-031u36vvmj] {
    margin-bottom: 2.2rem;
}
.about-leadership-title[b-031u36vvmj] {
    font-family: 'IBM Plex Serif', serif;
    font-size: 1.35rem;
    font-weight: 400;
    color: #23231f;
    margin-bottom: 2.1rem;
}
.about-leadership-list[b-031u36vvmj] {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}
.about-leader[b-031u36vvmj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 140px;
}
.about-leader-avatar[b-031u36vvmj] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.7rem;
    margin-top: 0.2rem;
}
.about-leader-avatar-jb[b-031u36vvmj] { background: #4a5e56; }
.about-leader-avatar-ls[b-031u36vvmj] { background: #495a74; }
.about-leader-avatar-la[b-031u36vvmj] { background: #7a8a9a; }
.about-leader-name[b-031u36vvmj] {
    font-family: 'IBM Plex Serif', serif;
    font-size: 1.08rem;
    font-weight: 600;
    color: #23231f;
    margin-bottom: 0.18rem;
}
.about-leader-role[b-031u36vvmj] {
    font-size: 0.98rem;
    color: #8a8a8a;
    margin-bottom: 0.2rem;
}
.about-quote[b-031u36vvmj] {
    font-family: 'IBM Plex Serif', serif;
    font-size: 1.18rem;
    color: #b05e43;
    font-style: italic;
    margin: 2.2rem 0 1.1rem;
}
.about-location[b-031u36vvmj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    color: #b05e43;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.38rem 1.1rem;
    border: 1px solid #ede8e1;
    margin-bottom: 0.2rem;
}
.about-location i[b-031u36vvmj] {
    color: #b05e43;
    font-size: 1.1rem;
}

@media (max-width: 700px) {
    .about-section[b-031u36vvmj] {
        padding: 3.2rem 0 2.5rem;
    }
    .about-card[b-031u36vvmj] {
        padding: 1.2rem 0.7rem 1.1rem;
    }
    .about-leadership-list[b-031u36vvmj] {
        gap: 1.2rem;
    }
    .about-leader[b-031u36vvmj] {
        min-width: 110px;
    }
}

/* ── Hero ─────────────────────────────────────────── */
.hero[b-031u36vvmj] {
    width: 100%;
    min-height: 620px;
    background: url('Images/homebackground01.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero[b-031u36vvmj]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #151a19 0%, rgba(21, 26, 25, 0.9) 30%, rgba(18, 50, 38, 0.82) 100%);
}

.hero-inner[b-031u36vvmj] {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 5rem 2rem;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-badge[b-031u36vvmj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50px;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    color: #b8cec7;
    margin-bottom: 2rem;
}

.hero-badge i[b-031u36vvmj] {
    color: #4caf7d;
    font-size: 0.9rem;
}

.hero-heading[b-031u36vvmj] {
    font-family: 'IBM Plex Serif', serif;
    font-size: clamp(2.8rem, 5.5vw, 4.2rem);
    font-weight: 300;
    color: #ffffff;
    line-height: 1.05;
    margin-bottom: 1.75rem;
    letter-spacing: -0.02em;
}

.hero-heading em[b-031u36vvmj] {
    font-style: italic;
}

.hero-sub[b-031u36vvmj] {
    font-size: 1.05rem;
    color: #7a9e90;
    line-height: 1.75;
    margin-bottom: 2.5rem;
    max-width: 520px;
}

.btn-hero-cta[b-031u36vvmj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background-color: #c0584a;
    color: #ffffff;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1.1rem 3.25rem;
    border: none;
    border-radius: 50px;
    margin-bottom: 2rem;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-hero-cta:hover[b-031u36vvmj] {
    background-color: #a84840;
    color: #ffffff;
    transform: translateY(-1px);
}

.hero-trust[b-031u36vvmj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #5a8070;
}

.hero-trust i[b-031u36vvmj] {
    font-size: 0.9rem;
    color: #5a8070;
}

@media (max-width: 768px) {
    .hero[b-031u36vvmj] {
        min-height: 500px;
    }

    .hero-inner[b-031u36vvmj] {
        padding: 3.5rem 1.5rem;
    }

    .hero-sub br[b-031u36vvmj] {
        display: none;
    }
}

/* ── Crisis Section ───────────────────────────────── */
.crisis-section[b-031u36vvmj] {
    background-color: #ede8e1;
    padding: 6rem 2rem;
}

.crisis-inner[b-031u36vvmj] {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.crisis-label[b-031u36vvmj] {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #c0584a;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.crisis-heading[b-031u36vvmj] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.2vw, 2.6rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 1.1rem;
}

.crisis-heading em[b-031u36vvmj] {
    font-style: italic;
    color: #c0584a;
}

.crisis-sub[b-031u36vvmj] {
    font-size: 1rem;
    color: #6b6560;
    margin-bottom: 3.5rem;
}

.crisis-cards[b-031u36vvmj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.crisis-card[b-031u36vvmj] {
    background: #ffffff;
    border-radius: 14px;
    padding: 2rem 2rem 1.75rem;
    text-align: left;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.crisis-region[b-031u36vvmj] {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #4a3f38;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.crisis-region--pill[b-031u36vvmj] {
    background-color: #f5d5d0;
    color: #c0584a;
    border-radius: 50px;
    padding: 0.2rem 0.65rem;
    letter-spacing: 0.06em;
}

.crisis-stat[b-031u36vvmj] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 0.75rem;
}

.crisis-desc[b-031u36vvmj] {
    font-size: 0.95rem;
    color: #2e2a27;
    line-height: 1.55;
    margin-bottom: 0.6rem;
}

.crisis-source[b-031u36vvmj] {
    font-size: 0.8rem;
    color: #9e9690;
    margin: 0;
}

@media (max-width: 860px) {
    .crisis-cards[b-031u36vvmj] {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin: 0 auto;
    }
}

/* ── Features / Industries Section ────────────────── */
.feat-section[b-031u36vvmj] {
    background: #ede8e1;
    padding: 5rem 2rem;
}

.feat-inner[b-031u36vvmj] {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.feat-heading[b-031u36vvmj] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.2vw, 2.6rem);
    font-weight: 400;
    color: #1a1a18;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.feat-heading em[b-031u36vvmj] {
    color: #c0584a;
    font-style: italic;
}

.feat-sub[b-031u36vvmj] {
    font-size: 1rem;
    color: #6b6560;
    margin-bottom: 3rem;
    line-height: 1.6;
}

.feat-cards[b-031u36vvmj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    text-align: left;
}

.feat-card[b-031u36vvmj] {
    background: #ffffff;
    border: 1px solid #e8e0d8;
    border-radius: 16px;
    padding: 2rem 2.25rem;
}

.feat-card-header[b-031u36vvmj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.feat-icon[b-031u36vvmj] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.feat-icon--grey[b-031u36vvmj] {
    background: #e8eaed;
    color: #6b7280;
}

.feat-icon--coral[b-031u36vvmj] {
    background: #fce8e4;
    color: #c0584a;
}

.feat-title[b-031u36vvmj] {
    font-family: 'IBM Plex Serif', serif;
    font-size: 1.2rem;
    font-weight: 200;
    color: #1a1a18;
}

.feat-list[b-031u36vvmj] {
    list-style: disc;
    padding-left: 1.1rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.feat-list li[b-031u36vvmj] {
    font-size: 0.92rem;
    color: #4a4540;
    line-height: 1.45;
}

.feat-list--coral[b-031u36vvmj] {
    color: #c0584a;
}

.feat-list--coral li[b-031u36vvmj] {
    color: #4a4540;
}

.feat-list--coral li[b-031u36vvmj]::marker {
    color: #c0584a;
}

@media (max-width: 768px) {
    .feat-cards[b-031u36vvmj] {
        grid-template-columns: 1fr;
    }
}

/* ── Why T11 Section ─────────────────────────────── */
.why-section[b-031u36vvmj] {
    background: #ede8e1;
    padding: 3.5rem 2rem;
}

.why-inner[b-031u36vvmj] {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.why-label[b-031u36vvmj] {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    color: #c0584a;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.why-heading[b-031u36vvmj] {
    font-family: 'IBM Plex Serif', serif;
    font-size: clamp(1.6rem, 3.2vw, 2.6rem);
    font-weight: 400;
    color: #1a1a18;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.why-heading em[b-031u36vvmj] {
    color: #c0584a;
    font-style: italic;
}

.why-sub[b-031u36vvmj] {
    font-size: 1rem;
    color: #6b6560;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Standalone Why intro section */
.why-intro-section[b-031u36vvmj] {
    background: #ede8e1;
    padding: 2.25rem 2rem 0.75rem;
}

.why-intro-inner[b-031u36vvmj] {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.why-intro-heading[b-031u36vvmj] {
    font-family: 'IBM Plex Serif', serif;
    font-size: clamp(1.6rem, 3.2vw, 2.6rem);
    font-weight: 400;
    color: #1a1a18;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.why-intro-sub[b-031u36vvmj] {
    font-size: 1rem;
    color: #6b6560;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

#features.feat-section[b-031u36vvmj] {
    padding-top: 2.25rem;
}

.why-br[b-031u36vvmj] {
    display: block;
}

.why-cards[b-031u36vvmj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    text-align: left;
}

.why-card[b-031u36vvmj] {
    border-radius: 16px;
    padding: 2.25rem 2.5rem 2rem;
    display: flex;
    flex-direction: column;
}

.why-card--before[b-031u36vvmj] {
    background: #ffffff;
    border: 1px solid #e8e0d8;
}

.why-card--after[b-031u36vvmj] {
    background: #2a3630;
    position: relative;
}

.why-card-logos[b-031u36vvmj] {
    position: absolute;
    top: 1.75rem;
    right: 2rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.why-logo-t11[b-031u36vvmj] {
    height: 36px;
    width: auto;
    opacity: 0.9;
}

.why-logo-vigil[b-031u36vvmj] {
    height: 28px;
    width: auto;
    opacity: 0.75;
    filter: brightness(0) invert(1);
}

.why-badge[b-031u36vvmj] {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    margin-bottom: 1.75rem;
    align-self: flex-start;
}

.why-badge--before[b-031u36vvmj] {
    background: #fce8e4;
    color: #c0584a;
}

.why-badge--after[b-031u36vvmj] {
    background: #3a4d44;
    color: #a8c8b0;
}

.why-list[b-031u36vvmj] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.why-list li[b-031u36vvmj] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

.why-card--before .why-list li[b-031u36vvmj] {
    color: #3a3530;
}

.why-card--after .why-list li[b-031u36vvmj] {
    color: #c8dcd0;
}

.why-card--before .why-list li i[b-031u36vvmj] {
    color: #c0584a;
    font-size: 1rem;
    flex-shrink: 0;
}

.why-card--after .why-list li i[b-031u36vvmj] {
    color: #5aaa70;
    font-size: 1rem;
    flex-shrink: 0;
}

.why-result[b-031u36vvmj] {
    font-size: 0.9rem;
    font-weight: 600;
    padding-top: 1.5rem;
    border-top: 1px solid;
}

.why-result--before[b-031u36vvmj] {
    color: #c0584a;
    border-color: #f0d8d0;
}

.why-result--after[b-031u36vvmj] {
    color: #a8c8b0;
    border-color: #3a4d44;
}

@media (max-width: 768px) {
    .why-cards[b-031u36vvmj] {
        grid-template-columns: 1fr;
    }

    .why-br[b-031u36vvmj] {
        display: none;
    }
}

/* ── T11 Platform Section ─────────────────────────── */
.platform-section[b-031u36vvmj] {
    background: #151a19;
    padding: 5rem 2rem;
    color: #ffffff;
}

.platform-inner[b-031u36vvmj] {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.platform-heading[b-031u36vvmj] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.2vw, 2.6rem);
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0.75rem;
    line-height: 1.25;
}

.platform-heading em[b-031u36vvmj] {
    color: #c0584a;
    font-style: italic;
}

.platform-sub[b-031u36vvmj] {
    font-size: 1.05rem;
    color: #7d9080;
    margin-bottom: 3rem;
}

.platform-cards[b-031u36vvmj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    text-align: left;
}

.platform-card[b-031u36vvmj] {
    background: #1f2d28;
    border-radius: 16px;
    padding: 2rem;
    overflow: hidden;
}

.platform-card--wide[b-031u36vvmj] {
    grid-column: 1 / -1;
}

.pcard-title[b-031u36vvmj] {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #e0e8e0;
    margin-bottom: 0.4rem;
}

.pcard-desc[b-031u36vvmj] {
    font-size: 0.88rem;
    color: #6a8870;
    margin-bottom: 1.5rem;
    line-height: 1.55;
}

/* Mock Dashboard */
.mock-dashboard[b-031u36vvmj] {
    background: #172520;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.mock-row[b-031u36vvmj] {
    display: grid;
    grid-template-columns: 130px 1fr auto;
    align-items: center;
    gap: 0.75rem;
}

.mock-name[b-031u36vvmj] {
    font-size: 0.73rem;
    color: #8aaa90;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mock-bar-track[b-031u36vvmj] {
    height: 8px;
    background: #2a3d35;
    border-radius: 4px;
    overflow: hidden;
}

.mock-bar[b-031u36vvmj] {
    height: 8px;
    background: #4d8a6a;
    border-radius: 4px;
}

.mock-amount[b-031u36vvmj] {
    font-size: 0.73rem;
    color: #c8e0d0;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

/* Mock Workflows */
.mock-workflows[b-031u36vvmj] {
    background: #172520;
    border-radius: 10px;
    padding: 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.mock-workflow-row[b-031u36vvmj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.85rem;
    border-radius: 8px;
    background: #1f2d28;
}

.mock-workflow-row--warning[b-031u36vvmj] {
    background: #2a2515;
}

.mock-dot[b-031u36vvmj] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.mock-dot.green[b-031u36vvmj] { background: #5aaa70; }
.mock-dot.amber[b-031u36vvmj] { background: #c49a3a; }
.mock-dot.grey[b-031u36vvmj]  { background: #4a6055; }

.mock-wf-label[b-031u36vvmj] {
    flex: 1;
    font-size: 0.8rem;
    color: #b8cfc0;
}

.mock-wf-time[b-031u36vvmj] {
    font-size: 0.75rem;
    color: #607860;
}

.mock-wf-badge[b-031u36vvmj] {
    font-size: 0.7rem;
    color: #c49a3a;
    background: #3a3018;
    border-radius: 4px;
    padding: 0.15rem 0.5rem;
}

/* Mock Audit Trail */
.mock-audit[b-031u36vvmj] {
    background: #172520;
    border-radius: 10px;
    padding: 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.mock-audit-row[b-031u36vvmj] {
    display: grid;
    grid-template-columns: auto 1fr 2fr 1.2fr auto;
    align-items: center;
    gap: 1rem;
    padding: 0.7rem 1rem;
    background: #1f2d28;
    border-radius: 8px;
}

.mock-avatar[b-031u36vvmj] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.63rem;
    font-weight: 700;
    flex-shrink: 0;
}

.mock-avatar--bm[b-031u36vvmj] { background: #3a5070; color: #b0c8e8; }
.mock-avatar--gm[b-031u36vvmj] { background: #703030; color: #f0b8b8; }
.mock-avatar--ek[b-031u36vvmj] { background: #3a4878; color: #b8c8f0; }
.mock-avatar--rt[b-031u36vvmj] { background: #703050; color: #f0b8d0; }

.mock-audit-name[b-031u36vvmj] {
    font-size: 0.82rem;
    color: #d8e8d8;
    font-weight: 500;
}

.mock-audit-event[b-031u36vvmj] {
    font-size: 0.78rem;
    color: #7a9880;
}

.mock-audit-date[b-031u36vvmj] {
    font-size: 0.75rem;
    color: #506858;
}

.mock-badge[b-031u36vvmj] {
    font-size: 0.7rem;
    padding: 0.2rem 0.65rem;
    border-radius: 4px;
    font-weight: 600;
    white-space: nowrap;
}

.mock-badge--verified[b-031u36vvmj] {
    background: #213830;
    color: #55a870;
    border: 1px solid #305840;
}

.mock-badge--held[b-031u36vvmj] {
    background: #382a14;
    color: #c49a40;
    border: 1px solid #50401a;
}

@media (max-width: 768px) {
    .platform-cards[b-031u36vvmj] {
        grid-template-columns: 1fr;
    }

    .mock-audit-row[b-031u36vvmj] {
        grid-template-columns: auto 1fr auto;
    }

    .mock-audit-event[b-031u36vvmj],
    .mock-audit-date[b-031u36vvmj] {
        display: none;
    }

    .mock-row[b-031u36vvmj] {
        grid-template-columns: 100px 1fr auto;
    }
}

/* ── Demo Modal ───────────────────────────────────── */
.demo-backdrop[b-031u36vvmj] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.demo-modal[b-031u36vvmj] {
    background: #ffffff;
    border-radius: 12px;
    padding: 2.5rem;
    width: 100%;
    max-width: 620px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.demo-close[b-031u36vvmj] {
    position: absolute;
    top: 1.1rem;
    right: 1.25rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
}

.demo-close:hover[b-031u36vvmj] {
    color: #111;
}

.demo-title[b-031u36vvmj] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 0.35rem;
}

.demo-subtitle[b-031u36vvmj] {
    font-size: 0.95rem;
    color: #6b7a74;
    margin: 0 0 1.25rem;
}

.demo-divider[b-031u36vvmj] {
    border: none;
    border-top: 1px solid #e2e8e5;
    margin: 0 0 1.75rem;
}

.demo-row[b-031u36vvmj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.demo-field[b-031u36vvmj] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.demo-field-full[b-031u36vvmj] {
    margin-bottom: 1rem;
}

.demo-field label[b-031u36vvmj] {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #4a5a54;
}


.demo-input[b-031u36vvmj] {
    border: 1px solid #ddd8d0 !important;
    border-radius: 8px !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.95rem !important;
    color: #111 !important;
    background: #f5f0e8 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: border-color 0.15s ease !important;
}


.demo-input:focus[b-031u36vvmj] {
    outline: none !important;
    border-color: #a09080 !important;
    background: #faf7f2 !important;
}

.demo-select[b-031u36vvmj] {
    appearance: auto !important;
}

.demo-textarea[b-031u36vvmj] {
    resize: vertical !important;
    min-height: 110px !important;
}

.demo-recaptcha[b-031u36vvmj] {
    margin: 0.25rem 0 1rem;
}

.demo-recaptcha-message[b-031u36vvmj] {
    color: #b42318;
    font-size: 0.9rem;
    margin: 0 0 0.9rem;
}

.demo-actions[b-031u36vvmj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.btn-demo-cancel[b-031u36vvmj] {
    background: none;
    border: 1.5px solid #c0b8b0;
    color: #4a3f38;
    border-radius: 50px;
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.btn-demo-cancel:hover[b-031u36vvmj] {
    border-color: #4a3f38;
    color: #111;
}

.btn-demo-submit[b-031u36vvmj] {
    background: #c0584a;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s ease;
}

.btn-demo-submit:hover[b-031u36vvmj] {
    background: #a84840;
}



/* ── How It Works Section ─────────────────────────── */
.how-section[b-031u36vvmj] {
    background-color: #e8e8e8;
    padding: 3rem 2rem;
}

.how-inner[b-031u36vvmj] {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.how-heading[b-031u36vvmj] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.2vw, 2.6rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.how-heading-em[b-031u36vvmj] {
    color: #3d7a69;
}

.how-sub[b-031u36vvmj] {
    font-size: 1rem;
    color: #5a5a5a;
    max-width: 580px;
    margin: 0 auto 3rem;
    line-height: 1.65;
}

.how-panel[b-031u36vvmj] {
    background: #181e1a;
    border-radius: 18px;
    padding: 2.5rem 2rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.how-col-label[b-031u36vvmj] {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #7a9e90;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.how-records[b-031u36vvmj],
.how-payments[b-031u36vvmj] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.how-record[b-031u36vvmj],
.how-payment[b-031u36vvmj] {
    background: #232b27;
    border-radius: 8px;
    padding: 0.65rem 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.how-avatar[b-031u36vvmj] {
    background: #2e3a34;
    color: #8aafa5;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 700;
    flex-shrink: 0;
}

.how-record-lines[b-031u36vvmj] {
    flex: 1;
    height: 26px;
    background:
        linear-gradient(#4a5e56, #4a5e56) 0 28% / 78% 5px no-repeat,
        linear-gradient(#3a4842, #3a4842) 0 72% / 52% 5px no-repeat;
    border-radius: 2px;
}

.how-payment-lines[b-031u36vvmj] {
    flex: 1;
    height: 26px;
    background:
        linear-gradient(#4a5e56, #4a5e56) 0 28% / 70% 5px no-repeat,
        linear-gradient(#3a4842, #3a4842) 0 72% / 45% 5px no-repeat;
    border-radius: 2px;
}

.how-dot[b-031u36vvmj] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.how-dot--green[b-031u36vvmj] { background: #4caf7d; }
.how-dot--red[b-031u36vvmj]   { background: #e05a4a; }

.how-arrow[b-031u36vvmj] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #4caf7d;
    padding: 0 0.75rem;
}

.how-arrow-dots[b-031u36vvmj] {
    display: block;
    width: 64px;
    height: 16px;
    background: radial-gradient(circle at center, rgba(76, 175, 125, 0.8) 2.5px, transparent 2.5px);
    background-size: 12px 16px;
    background-repeat: repeat-x;
    background-position: left center;
}

.how-arrow-head[b-031u36vvmj] {
    font-size: 1rem;
}

.how-verify[b-031u36vvmj] {
    background: #1e2b23;
    border: 1.5px solid rgba(76, 175, 125, 0.6);
    border-radius: 14px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    box-shadow: 0 0 32px rgba(76, 175, 125, 0.12);
}

.how-verify-logo[b-031u36vvmj] {
    margin: 0 auto 1rem;
}

.how-verify-logo img[b-031u36vvmj] {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.how-verify-label[b-031u36vvmj] {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #4caf7d;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.how-verify-list[b-031u36vvmj] {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.how-verify-list li[b-031u36vvmj] {
    font-size: 0.88rem;
    color: #d0e0da;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.how-verify-list li i[b-031u36vvmj] {
    color: #4caf7d;
    font-size: 0.88rem;
}

.how-payment > i[b-031u36vvmj] {
    color: #6a8078;
    font-size: 1rem;
    flex-shrink: 0;
}

.how-amount[b-031u36vvmj] {
    font-size: 0.78rem;
    color: #c8d8d2;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.how-status[b-031u36vvmj] {
    flex-shrink: 0;
    font-size: 1.05rem;
    line-height: 1;
}

.how-status--green i[b-031u36vvmj] { color: #4caf7d; }
.how-status--red i[b-031u36vvmj]   { color: #e05a4a; }
.how-status--amber i[b-031u36vvmj] { color: #e09530; }

.how-caption[b-031u36vvmj] {
    font-size: 0.95rem;
    color: #5a5a5a;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.65;
}

.how-badge[b-031u36vvmj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #1a1e1b;
    color: #c8d8d2;
    border-radius: 50px;
    padding: 0.55rem 1.4rem;
    font-size: 0.88rem;
}

.how-badge i[b-031u36vvmj] {
    color: #4caf7d;
    font-size: 0.9rem;
}

@media (max-width: 900px) {
    .how-panel[b-031u36vvmj] {
        grid-template-columns: 1fr;
    }

    .how-arrow[b-031u36vvmj] {
        justify-content: center;
        transform: rotate(90deg);
        margin: 0.5rem 0;
    }
}

/* ── Steps Section ────────────────────────────────── */
.steps-section[b-031u36vvmj] {
    background-color: #ede8e1;
    padding: 6rem 2rem;
}

.steps-inner[b-031u36vvmj] {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.steps-heading[b-031u36vvmj] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.2vw, 2.6rem);
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.steps-sub[b-031u36vvmj] {
    font-size: 1rem;
    color: #6b6560;
    margin-bottom: 3rem;
}

.steps-cards[b-031u36vvmj] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    text-align: left;
}

.steps-card[b-031u36vvmj] {
    background: #ffffff;
    border-radius: 14px;
    padding: 2rem 1.75rem;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

.steps-num[b-031u36vvmj] {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #c0584a;
    line-height: 1;
    margin-bottom: 1rem;
}

.steps-title[b-031u36vvmj] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.6rem;
}

.steps-desc[b-031u36vvmj] {
    font-size: 0.9rem;
    color: #6b6560;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 860px) {
    .steps-cards[b-031u36vvmj] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .steps-cards[b-031u36vvmj] {
        grid-template-columns: 1fr;
    }
}

/* ── Industries Section ─────────────────────────────────────────── */
.industries-section[b-031u36vvmj] {
    background: radial-gradient(circle at 20% 15%, rgba(12, 64, 56, 0.2) 0%, rgba(5, 21, 20, 0) 46%),
                linear-gradient(180deg, #051a1a 0%, #031313 100%);
    color: #d9e4df;
    padding: 6.8rem 1.25rem 7.25rem;
    text-align: center;
}

.industries-inner[b-031u36vvmj] {
    max-width: 1120px;
    margin: 0 auto;
}

.industries-label[b-031u36vvmj] {
    font-size: 1rem;
    font-weight: 700;
    color: #a8b9ad;
    margin-bottom: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.34em;
}

.industries-heading[b-031u36vvmj] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.2vw, 2.6rem);
    font-weight: 400;
    color: #edf3ee;
    line-height: 1.16;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.industries-heading em[b-031u36vvmj] {
    font-style: italic;
    color: #b5a584;
}

.industries-sub[b-031u36vvmj] {
    font-size: 1.02rem;
    color: #8ea39b;
    margin-bottom: 3rem;
}

.industries-cards[b-031u36vvmj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}

.industries-card[b-031u36vvmj] {
    background: linear-gradient(180deg, rgba(16, 42, 39, 0.72) 0%, rgba(9, 31, 28, 0.72) 100%);
    border: 1px solid rgba(145, 173, 156, 0.14);
    border-radius: 1.1rem;
    padding: 2.4rem 2rem 2rem;
    box-shadow: inset 0 1px 0 rgba(209, 236, 223, 0.05);
    text-align: left;
}

.industries-title[b-031u36vvmj] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.7rem;
    font-weight: 200;
    color: #e2e8e3;
    margin-bottom: 0.6rem;
    line-height: 1.1;
}

.industries-subtitle[b-031u36vvmj] {
    font-size: 0.8rem;
    color: #7f978d;
    margin-bottom: 1.45rem;
}

.industries-list[b-031u36vvmj] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1.05rem;
}

.industries-item[b-031u36vvmj] {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.industries-check[b-031u36vvmj] {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 0.56rem;
    background: rgba(95, 137, 119, 0.24);
    border: 1px solid rgba(151, 196, 178, 0.22);
    color: #a6d4bf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.05rem;
    font-size: 0.85rem;
}

.industries-copy[b-031u36vvmj] {
    display: grid;
    gap: 0.36rem;
}

.industries-item-title[b-031u36vvmj] {
    margin: 0;
    font-size: 1rem;
    color: #e5ece7;
    line-height: 1.1;
    font-weight: 400;
    font-family: inherit;
}

.industries-item-desc[b-031u36vvmj] {
    margin: 0;
    color: #8ea39b;
    font-size: 0.8rem;
    line-height: 1.5;
}

.industries-stats[b-031u36vvmj] {
    margin-top: 1.55rem;
    background: linear-gradient(100deg, rgba(27, 47, 44, 0.78) 0%, rgba(22, 39, 37, 0.76) 100%);
    border: 1px solid rgba(154, 182, 167, 0.12);
    padding: 1rem 1.05rem 1.15rem;
    border-radius: 0.72rem;
}

.industries-stats-label[b-031u36vvmj] {
    margin: 0;
    font-size: 1rem;
    color: #82968d;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
}

.industries-stats-meta[b-031u36vvmj] {
    margin: 0.55rem 0 0.9rem;
    font-size: 1.06rem;
    color: #8ea39b;
    line-height: 1.4;
}

.industries-stats-value[b-031u36vvmj] {
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.05rem, 3vw, 2rem);
    font-weight: 400;
    line-height: 1.08;
    color: #b9a987;
}

@media (max-width: 1050px) {
    .industries-cards[b-031u36vvmj] {
        grid-template-columns: 1fr;
        max-width: 690px;
        margin: 0 auto;
    }
}

@media (max-width: 700px) {
    .industries-section[b-031u36vvmj] {
        padding: 4.6rem 1rem 5.2rem;
    }

    .industries-sub[b-031u36vvmj] {
        font-size: 1rem;
        margin-bottom: 2.1rem;
    }

    .industries-card[b-031u36vvmj] {
        padding: 1.7rem 1.2rem 1.45rem;
    }

}

/* ── Get Started Section ─────────────────────────────────────────── */
.get-started-section[b-031u36vvmj] {
    background-color: #eceae4;
    color: #303634;
    padding: 6.7rem 1.4rem 7.2rem;
    text-align: center;
}

.get-started-inner[b-031u36vvmj] {
    max-width: 1290px;
    margin: 0 auto;
}

.get-started-label[b-031u36vvmj] {
    font-size: 1rem;
    font-weight: 700;
    color: #c16a58;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.24em;
}

.get-started-heading[b-031u36vvmj] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.2vw, 2.6rem);
    font-weight: 400;
    color: #222b29;
    line-height: 1.05;
    margin-bottom: 1.1rem;
    letter-spacing: -0.02em;
}

.get-started-heading em[b-031u36vvmj] {
    color: #c16a58;
    font-style: italic;
}

.get-started-sub[b-031u36vvmj] {
    font-size: clamp(1.22rem, 1.9vw, 2rem);
    color: #6f7e7a;
    margin-bottom: 3.65rem;
}

.get-started-cards[b-031u36vvmj] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.45rem;
}

.get-started-card[b-031u36vvmj] {
    background-color: #f4f4f4;
    border: 1px solid #d7d2cb;
    border-radius: 1rem;
    padding: 1.8rem 2rem;
    min-height: 226px;
    text-align: left;
}

.get-started-step[b-031u36vvmj] {
    margin: 0 0 0.72rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.25rem, 3vw, 3rem);
    font-weight: 400;
    color: #c16a58;
    line-height: 1;
}

.get-started-title[b-031u36vvmj] {
    margin: 0 0 0.5rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 2.6vw, 2.8rem);
    font-weight: 400;
    color: #2f3735;
    line-height: 1.1;
}

.get-started-description[b-031u36vvmj] {
    margin: 0;
    color: #6f7e7a;
    font-size: 1rem;
    line-height: 1.5;
}

.get-started-cta[b-031u36vvmj] {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-button[b-031u36vvmj] {
    background-color: #bf6453;
    color: #fff;
    padding: 0.95rem 2.5rem;
    border: none;
    border-radius: 999px;
    font-size: 1.06rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.cta-button:hover[b-031u36vvmj] {
    background-color: #ab5445;
    transform: translateY(-1px);
}

.cta-note[b-031u36vvmj] {
    margin: 0;
    font-size: 1.1rem;
    color: #74817d;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

@media (max-width: 1040px) {
    .get-started-cards[b-031u36vvmj] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .get-started-section[b-031u36vvmj] {
        padding: 4.8rem 1rem 5.2rem;
    }

    .get-started-cards[b-031u36vvmj] {
        grid-template-columns: 1fr;
    }

    .get-started-card[b-031u36vvmj] {
        min-height: 0;
        padding: 1.45rem 1.2rem;
    }

    .get-started-sub[b-031u36vvmj] {
        margin-bottom: 2.3rem;
    }

    .get-started-cta[b-031u36vvmj] {
        margin-top: 2.2rem;
    }

    .cta-button[b-031u36vvmj] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/PrivacyPolicy/PrivacyPolicy.razor.rz.scp.css */
.custom-container-privacy-policy[b-iiynpwha69] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

h1[b-iiynpwha69]{
    font-size: 38px;
    color: grey;
}

.paragraph1[b-iiynpwha69]{
    color: grey;
    font-size: 18px;
}
.paragraph2[b-iiynpwha69] {
    margin-top: 25px;
    margin-bottom: 25px;
    color: grey;
    font-size: 18px;
}

ol.roman[b-iiynpwha69] {
    list-style-type: upper-roman;
}
