.home-v2-page {
    background: linear-gradient(180deg, var(--trust-home-bg) 0%, #f8fcfe 56%, var(--trust-home-bg-soft) 100%);
    overflow-x: hidden;
    max-width: 100vw;
}

.home-v2-page .home-header-v2,
.home-v2-page .home-hero-v2,
.home-v2-page .home-clients-v2 {
    max-width: 100vw;
}

.home-v2-page.is-video-modal-open {
    overflow: hidden;
}

.home-header-v2 {
    position: fixed;
    top: 0;
    inset-inline: 0;
    width: 100%;
    z-index: 60;
    background: transparent;
    transition: background-color 0.3s ease;
}

.home-header-v2__spacer {
    height: 134px;
    pointer-events: none;
}

.home-header-v2.is-measuring,
.home-header-v2.is-measuring * {
    transition: none !important;
}

.home-header-v2__topbar {
    background: var(--trust-home-brand-deep);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    max-height: 64px;
    overflow: hidden;
    opacity: 1;
    transition: max-height 0.34s ease, opacity 0.2s ease, border-color 0.2s ease;
}

.home-header-v2__topbar-inner {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.home-header-v2__topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 0.84rem;
    line-height: 1.4;
}

.home-header-v2__topbar-link--ghost {
    visibility: hidden;
}

.home-header-v2__topbar-link strong {
    color: #ffd6a5;
}

.home-header-v2__topbar-side {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    gap: 16px;
}

.home-header-v2__topbar-side--contact {
    justify-content: flex-start;
    direction: rtl;
}

.home-header-v2__topbar-side--social {
    justify-content: flex-start;
    direction: ltr;
}

.home-header-v2__topbar-iconlink,
.home-header-v2__topbar-contact,
.home-header-v2__topbar-lang {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 0.84rem;
}

.home-header-v2__topbar-lang {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
}

.home-header-v2__topbar-iconlink i,
.home-header-v2__topbar-contact i,
.home-header-v2__topbar-link i,
.home-header-v2__topbar-lang i {
    color: #ffbe75;
}

.home-header-v2__topbar-link:hover,
.home-header-v2__topbar-iconlink:hover,
.home-header-v2__topbar-contact:hover,
.home-header-v2__topbar-lang:hover {
    color: #ffffff;
}

.home-header-v2__topbar-link:hover strong {
    color: #ffffff;
}

.home-header-v2__shell {
    padding-top: 14px;
    position: relative;
    z-index: 45;
    transition: padding 0.3s ease;
}

.home-header-v2__shell > .container {
    transition: max-width 0.3s ease, padding 0.3s ease;
}

.home-header-v2__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    min-height: 74px;
    padding: 0 22px;
    border-radius: 26px;
    border: 1px solid rgba(24, 53, 68, 0.08);
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 55px rgba(16, 47, 62, 0.08);
    transition: min-height 0.3s ease, padding 0.3s ease, border-radius 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.home-header-v2.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
}

.home-header-v2.is-condensed .home-header-v2__topbar {
    max-height: 0;
    opacity: 0;
    border-bottom-width: 0;
    border-bottom-color: transparent;
    pointer-events: none;
}

.home-header-v2.is-condensed .home-header-v2__shell {
    padding-top: 0;
}

.home-header-v2.is-condensed .home-header-v2__shell > .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.home-header-v2.is-condensed .home-header-v2__inner {
    min-height: 68px;
    padding: 0 28px;
    border-radius: 0;
    border: 0;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
}

.home-header-v2__brand img {
    width: 156px;
    height: auto;
}

.home-header-v2__brand {
    flex: 0 0 auto;
}

.home-header-v2__panel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    gap: 22px;
    min-width: 0;
}

.home-header-v2__nav ul {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-header-v2__nav a,
.home-header-v2__meta-link {
    color: var(--trust-home-ink);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}

.home-header-v2__nav a.is-active,
.home-header-v2__nav a:hover,
.home-header-v2__meta-link:hover {
    color: var(--trust-home-brand);
}

.home-header-v2__actions {
    display: none;
    align-items: center;
    gap: 10px;
    margin-inline-start: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.home-header-v2__left {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-inline-start: auto;
}

.home-header-v2.is-condensed .home-header-v2__actions {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.home-header-v2__video-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(24, 53, 68, 0.12);
    background: rgba(255, 255, 255, 0.88);
    color: var(--trust-home-brand);
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.home-header-v2__video-trigger i {
    font-size: 0.78rem;
}

.home-header-v2__video-trigger:hover {
    transform: translateY(-1px);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.home-header-v2__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.home-header-v2__button:hover,
.home-hero-v2__button:hover {
    transform: translateY(-1px);
}

.home-header-v2__button--primary,
.home-hero-v2__button--primary {
    background: var(--trust-home-brand);
    background-color: var(--trust-home-brand);
    background-image: none;
    background-repeat: no-repeat;
    color: #fff;
    box-shadow: 0 16px 34px rgba(242, 140, 40, 0.22);
}

.home-hero-v2__button--primary:hover,
.home-hero-v2__button--primary:focus-visible {
    color: #fff;
    background-color: var(--trust-home-brand);
    background-image: linear-gradient(135deg, #163A68 0%, #2C5EA0 50%, #1B4B84 100%);
    box-shadow: 0 18px 38px rgba(27, 75, 132, 0.26), 0 10px 20px rgba(6, 145, 178, 0.14);
}

.home-header-v2__button--ghost,
.home-hero-v2__button--secondary {
    background: transparent;
    color: var(--trust-home-ink);
    border-color: rgba(24, 53, 68, 0.16);
}

.home-hero-v2__button--secondary:hover,
.home-hero-v2__button--secondary:focus-visible {
    color: var(--trust-home-brand-deep);
    background: rgba(27, 75, 132, 0.05);
    border-color: rgba(27, 75, 132, 0.24);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.home-header-v2__toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 38px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--trust-home-ink);
    padding: 0;
    font-size: 1.08rem;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

.home-header-v2__toggle i {
    line-height: 1;
}

.home-header-v2__toggle:hover {
    color: var(--trust-home-brand);
    transform: translateY(-1px);
}

.home-header-v2__quick {
    display: none;
    position: relative;
}

.home-header-v2__quick-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 38px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--trust-home-ink);
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

.home-header-v2__quick-toggle:hover,
.home-header-v2__quick.is-open .home-header-v2__quick-toggle {
    color: var(--trust-home-brand);
    transform: translateY(-1px);
}

.home-header-v2__quick-menu {
    position: absolute;
    left: 0;
    right: auto;
    top: calc(100% + 10px);
    min-width: 196px;
    max-width: calc(100vw - 32px);
    padding: 8px;
    border-radius: 16px;
    border: 1px solid rgba(19, 57, 73, 0.08);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.home-header-v2__quick.is-open .home-header-v2__quick-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.home-header-v2__quick-menu a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 38px;
    padding: 9px 10px;
    border-radius: 12px;
    color: var(--trust-home-ink);
    text-decoration: none;
    font-size: 0.88rem;
    line-height: 1;
    text-align: start;
    white-space: nowrap;
}

.home-header-v2__quick-menu a:hover {
    background: #f3f8fb;
    color: var(--trust-home-brand);
}

.home-header-v2__mobile-lang {
    display: none;
}

.home-header-v2__video-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    padding: 28px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0.24s ease;
}

.home-header-v2__video-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.home-header-v2__video-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(7, 13, 24, 0.72);
    backdrop-filter: blur(12px);
}

.home-header-v2__video-dialog {
    position: relative;
    z-index: 1;
    width: min(940px, 100%);
    border-radius: 24px;
    background: #050b14;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
    overflow: hidden;
    transform: translateY(12px) scale(0.98);
    transition: transform 0.24s ease;
}

.home-header-v2__video-modal.is-open .home-header-v2__video-dialog {
    transform: translateY(0) scale(1);
}

.home-header-v2__video-close {
    position: absolute;
    top: 12px;
    inset-inline-end: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.home-header-v2__video-frame {
    aspect-ratio: 16 / 9;
    background: #050b14;
}

.home-header-v2__video-frame iframe,
.home-header-v2__video-frame video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.home-v2-page .section-title h3 {
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: 0;
    background: linear-gradient(135deg, #163A68 0%, #2C5EA0 50%, #1B4B84 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.home-v2-page #features {
    padding: 0 0 72px;
}

.home-v2-page #features .section-title {
    padding-bottom: 48px;
}

.home-v2-page #features .section-title h3 {
    font-size: 54px;
    line-height: 1.22;
}

.home-v2-page #features .section-title p {
    margin-top: 14px;
    line-height: 1.7;
}

.home-v2-page #services .section-title h3,
.home-v2-page #support .section-title h3,
.home-v2-page #blog .section-title h3,
.home-v2-page #contact .section-title h3 {
    font-size: 54px;
    line-height: 1.22;
}

.home-v2-page #services .section-title p,
.home-v2-page #support .section-title p,
.home-v2-page #blog .section-title p,
.home-v2-page #contact .section-title p,
.home-v2-page #features .section-title p {
    margin-top: 14px;
    color: #8d99a6;
    font-size: 18px;
    line-height: 1.7;
}

.home-v2-page #blog > .container {
    padding-top: 72px;
    padding-bottom: 58px;
}

.home-v2-page #blog .section-title {
    padding-bottom: 36px;
}

.home-v2-page #blog .blog-home {
    align-items: stretch;
    row-gap: 28px;
}

.home-v2-page #blog .blog-home > [class*="col-"] {
    display: flex;
}

.home-v2-page #blog .blog-col {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(27, 75, 132, 0.08);
}

.home-v2-page #blog .blog-col > p {
    position: relative;
    margin: 0 !important;
}

.home-v2-page #blog .blog-col > p > a {
    border-radius: 0;
}

.home-v2-page #blog .blog-img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.home-v2-page #blog .blog-wrapper {
    display: flex;
    flex: 1;
    padding-top: 0;
}

.home-v2-page #blog .blog-text {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 18px 18px 16px;
}

.home-v2-page #blog .blog-about {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 0;
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.6;
}

.home-v2-page #blog .blog-about span:after {
    content: none;
}

.home-v2-page #blog .blog-text h4 {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.45;
}

.home-v2-page #blog .blog-text h4 a {
    display: block;
    overflow: hidden;
    color: #0f172a;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-v2-page #blog .blog-excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.85;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-v2-page #blog .btn-read-more {
    width: max-content;
    margin-top: auto;
    margin-inline-start: auto;
    padding: 14px 0 0;
    color: var(--trust-home-blue, var(--trust-home-brand));
    font-size: 14px;
    line-height: 1.6;
}

.home-v2-page #blog .blog-col:hover .btn-read-more {
    padding-left: 0;
    color: var(--trust-home-blue, var(--trust-home-brand));
}

.home-v2-page #blog .btn-read-more:before {
    content: none;
}

.home-v2-page #contact > .container {
    padding-top: 58px;
    padding-bottom: 78px;
}

.home-v2-page #blog + #contact > .container {
    padding-top: 44px;
}

.home-v2-page #contact-form {
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 22px;
    background: #f8fafc;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.home-v2-page #contact-form .form-group {
    position: relative;
}

.home-v2-page #contact-form .form-control {
    text-align: right;
    direction: rtl;
}

.home-v2-page #contact .home-contact-v2__phone-field {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    direction: ltr;
}

.home-v2-page #contact .home-contact-v2__phone-prefix {
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    padding: 0 14px;
    border-right: 1px solid rgba(27, 75, 132, 0.12);
    background: #edf8fb;
    color: var(--trust-home-blue, var(--trust-home-brand));
    font-size: 14px;
    font-weight: 800;
}

.home-v2-page #contact .home-contact-v2__phone-field .field-phone {
    border: 0;
    box-shadow: none;
    text-align: left;
    direction: ltr;
}

.home-v2-page #contact .home-contact-v2__phone-field:focus-within {
    border-color: rgba(6, 182, 212, 0.55);
    box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.1);
}

.home-v2-page #contact #contact-submit {
    display: flex;
    margin-inline-start: auto;
    justify-content: center;
}

.home-footer-v2 {
    position: relative;
    overflow: hidden;
    clear: both;
    color: var(--trust-home-muted);
    background:
        radial-gradient(circle at 18% 18%, rgba(6, 182, 212, 0.14), transparent 30%),
        radial-gradient(circle at 86% 72%, rgba(27, 75, 132, 0.12), transparent 34%),
        linear-gradient(180deg, #f8fafc 0%, #edf8fb 100%);
}

.home-footer-v2::before {
    content: '';
    position: absolute;
    inset: 18px 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(27, 75, 132, 0.18), transparent);
}

.home-footer-v2 > .container {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 28px;
}

.home-footer-v2__shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(320px, 0.95fr);
    gap: 20px;
    align-items: stretch;
    padding: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 24px 70px rgba(27, 75, 132, 0.11);
    backdrop-filter: blur(16px);
}

.home-footer-v2__brand-card,
.home-footer-v2__links-card,
.home-footer-v2__cta-card {
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.68);
}

.home-footer-v2__brand-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
}

.home-footer-v2__brand {
    display: inline-flex;
    width: max-content;
    max-width: 180px;
    align-items: center;
}

.home-footer-v2__brand img {
    display: block;
    max-width: 100%;
    height: 42px;
    object-fit: contain;
}

.home-footer-v2__brand span {
    color: var(--trust-home-ink);
    font-size: 24px;
    font-weight: 900;
}

.home-footer-v2 p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.9;
}

.home-footer-v2__contact-row {
    display: grid;
    gap: 10px;
    margin-top: auto;
}

.home-footer-v2__contact-row a {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
    gap: 9px;
    color: var(--trust-home-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.home-footer-v2__contact-row i {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ecfeff;
    color: var(--trust-home-brand);
    font-size: 13px;
}

.home-footer-v2__links-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 24px;
}

.home-footer-v2__nav h6 {
    margin: 0 0 16px;
    color: var(--trust-home-ink);
    font-size: 15px;
    line-height: 1.5;
}

.home-footer-v2__nav ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-footer-v2__nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    transition: color 0.2s ease, transform 0.2s ease;
}

.home-footer-v2__nav a::before {
    content: '';
    width: 6px;
    height: 6px;
    margin-inline-end: 8px;
    border-radius: 999px;
    background: rgba(6, 182, 212, 0.58);
    transform: scale(0.85);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.home-footer-v2__nav a:hover {
    color: var(--trust-home-brand);
    transform: translateX(-2px);
}

.home-footer-v2__nav a:hover::before {
    background: var(--trust-home-brand);
    transform: scale(1);
}

.home-footer-v2__cta-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    background:
        radial-gradient(circle at 20% 20%, rgba(6, 182, 212, 0.18), transparent 40%),
        linear-gradient(135deg, #163a68 0%, #2c5ea0 52%, #1b4b84 100%);
    color: #fff;
}

.home-footer-v2__cta-card::after {
    content: '';
    position: absolute;
    inset: auto -28px -36px auto;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.home-footer-v2__eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #dffafe;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.home-footer-v2__cta-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: #fff;
    font-size: 24px;
    line-height: 1.45;
}

.home-footer-v2__cta-card p {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.home-footer-v2__actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.home-footer-v2__button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.home-footer-v2__button:hover {
    transform: translateY(-2px);
}

.home-footer-v2__button--primary {
    background: #fff;
    color: var(--trust-home-brand);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.home-footer-v2__button--linkedin {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.home-footer-v2__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 6px 0;
}

.home-footer-v2__bottom p {
    color: #64748b;
    font-size: 13px;
}

.home-footer-v2__bottom a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--trust-home-brand);
    font-size: 13px;
    font-weight: 900;
}

.home-footer-v2__button--ghost {
    border: 1px solid rgba(27, 75, 132, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.home-testimonials-v2 {
    position: relative;
    overflow: hidden;
}

.home-testimonials-v2 > .container {
    padding-top: 92px;
    padding-bottom: 96px;
}

.home-testimonials-v2 .section-title {
    padding-bottom: 36px;
}

.home-testimonials-v2__shell {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    gap: 24px;
    align-items: stretch;
}

.home-testimonials-v2__shell::after {
    content: '';
    position: absolute;
    inset-inline: 0;
    bottom: -1px;
    height: clamp(64px, 7vw, 104px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.52) 45%, rgba(255, 255, 255, 0.88) 78%, #ffffff 100%);
    pointer-events: none;
    z-index: 3;
}

.home-testimonials-v2__lead {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 100%;
    padding: 28px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 12%, rgba(6, 182, 212, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fcfe 100%);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.home-testimonials-v2__eyebrow {
    display: inline-flex;
    width: max-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(27, 75, 132, 0.08);
    color: var(--trust-home-brand);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.home-testimonials-v2__lead h4 {
    margin: 0;
    color: var(--trust-home-ink);
    font-size: 28px;
    line-height: 1.35;
}

.home-testimonials-v2__lead > p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.9;
}

.home-testimonials-v2__quote-mark {
    position: absolute;
    inset-inline-end: 18px;
    bottom: 8px;
    color: rgba(27, 75, 132, 0.12);
    font-size: 120px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.home-testimonials-v2__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: auto;
}

.home-testimonials-v2__metrics div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(27, 75, 132, 0.04);
}

.home-testimonials-v2__metrics strong {
    color: var(--trust-home-ink);
    font-size: 24px;
    line-height: 1;
}

.home-testimonials-v2__metrics span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.home-testimonials-v2__summary {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.8;
}

.home-testimonials-v2__slider {
    position: relative;
    overflow: hidden;
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(14px);
}

.home-testimonials-v2__slider .swiper-container {
    overflow: hidden;
}

.home-testimonials-v2__card {
    display: flex;
    height: auto;
    min-height: 292px;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
    border: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 255, 0.92) 100%);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}

.home-testimonials-v2__card-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.home-testimonials-v2__card-head img {
    display: block;
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.home-testimonials-v2__identity h4 {
    margin: 0 0 4px;
    color: var(--trust-home-ink);
    font-size: 18px;
    line-height: 1.35;
}

.home-testimonials-v2__identity span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.home-testimonials-v2__text {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.95;
}

.home-v2-page #support #accordion .accordion-header {
    padding-right: 22px;
    padding-left: 22px;
}

.home-v2-page #support #accordion .accordion-button {
    padding: 0 42px 0 0;
    text-align: right !important;
    direction: rtl;
}

.home-v2-page #support #accordion .accordion-button::after {
    right: 0;
    left: auto;
}

.home-v2-page #support #accordion .accordion-body {
    padding-right: 22px;
    padding-left: 22px;
}

.home-v2-page #overview .overview-list li p strong {
    color: #0f172a;
    font-weight: 900;
}

.home-v2-page #counters .row {
    row-gap: 22px;
}

.home-v2-page #counters .counter .icon {
    margin: 0 0 16px;
    font-size: 44px;
    line-height: 44px;
}

.home-v2-page #counters .counter-content h5 {
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 1;
}

.home-v2-page #counters .counter-content p {
    font-size: 15px;
    line-height: 1.5;
}

.home-hero-v2 {
    position: relative;
    overflow: hidden;
    padding: 10px 0 0;
    background: linear-gradient(180deg, #fbfdfd 0%, #f6fbfc 58%, #eff6f7 100%);
    isolation: isolate;
}

.home-hero-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--hero-background-image) center top / cover no-repeat;
    z-index: 0;
}

.home-hero-v2__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.34;
    pointer-events: none;
    z-index: 1;
}

.home-hero-v2__glow--one {
    inset-inline-start: -120px;
    top: 96px;
    width: 260px;
    height: 260px;
    background: rgba(6, 182, 212, 0.32);
}

.home-hero-v2__glow--two {
    inset-inline-end: -80px;
    top: 70px;
    width: 220px;
    height: 220px;
    background: rgba(27, 75, 132, 0.22);
}

.home-hero-v2 .container {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-hero-v2__stage {
    position: relative;
    min-height: min(47vh, 470px);
    /* border: 1px solid red; */
    padding: 18px 0 58px;
}

.home-hero-v2__content {
    /* border: 1px solid yellow; */
    min-height: min(39vh, 470px);
    display: flex;
    flex-direction: column;
    justify-items: self-end;
    justify-content: space-evenly !important;
}

.home-hero-v2__content,
.home-hero-v2__cards {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.home-hero-v2.is-revealed .home-hero-v2__content,
.home-hero-v2.is-revealed .home-hero-v2__cards {
    opacity: 1;
    transform: translateY(0);
}

.home-hero-v2__content {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.home-clients-v2__eyebrow {
    margin: 0 0 5px;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--trust-home-brand);
}

.home-hero-v2__title {
    max-width: 820px;
    margin: 0 auto;
    color: var(--trust-home-ink);
    line-height: 1.35;
    letter-spacing: 0;
}

.home-hero-v2__title-line {
    display: block;
    font-size: 54px;
    line-height: 1.22;
}

.home-hero-v2__title-line--primary {
    position: relative;
    padding-bottom: 10px;
    background: linear-gradient(135deg, #163A68 0%, #2C5EA0 50%, #1B4B84 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.home-hero-v2__title-text {
    display: block;
}

.home-hero-v2__title-underline {
    display: block;
    width: min(100%, 600px);
    height: auto;
    margin: 4px auto 0;
    color: var(--trust-home-brand);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    will-change: clip-path, opacity;
}

.home-hero-v2.is-revealed .home-hero-v2__title-underline {
    animation: heroUnderlineDraw 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
}

.home-hero-v2__title-line--secondary {
    margin-top: 8px;
    color: #445f75;
    font-size: 22px;
}

.home-hero-v2__subtitle {
    max-width: 620px;
    margin: 18px auto 0;
    color: var(--trust-home-muted);
    font-size: clamp(1rem, 1.15vw, 1.14rem);
    line-height: 1.68;
    letter-spacing: -0.01em;
}

.home-hero-v2__proof {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 620px;
    margin: 18px auto 0;
    padding: 10px 16px;
    border-radius: 18px;
    border: 1px solid rgba(27, 75, 132, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(246, 250, 252, 0.94));
    box-shadow: 0 8px 18px rgba(16, 47, 62, 0.04);
    color: #587082;
    font-size: 0.94rem;
    line-height: 1.6;
}

.home-hero-v2__proof-mark {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #06B6D4 0%, #1B4B84 100%);
    box-shadow: 0 0 0 6px rgba(8, 145, 178, 0.08);
}

.home-hero-v2__proof-text {
    min-width: 0;
    flex: 1 1 auto;
    text-align: center;
}

.home-hero-v2__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.home-hero-v2__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid transparent;
}

.home-hero-v2__cards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.8fr);
    gap: 18px;
    max-width: 1080px;
    margin: 42px auto 0;
}

.home-hero-v2__card {
    border-radius: 28px;
    border: 1px solid rgba(19, 57, 73, 0.08);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 24px 50px rgba(16, 47, 62, 0.08);
    backdrop-filter: blur(16px);
    padding: 22px 24px;
}

.home-hero-v2__card--soft {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 244, 232, 0.92));
}

.home-hero-v2__card-label {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(242, 140, 40, 0.12);
    color: var(--trust-home-brand-deep);
    font-size: 0.8rem;
    font-weight: 800;
}

.home-hero-v2__card h3 {
    margin: 14px 0 0;
    color: var(--trust-home-ink);
    font-size: 1.3rem;
    line-height: 1.5;
}

.home-hero-v2__card ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.home-hero-v2__card li {
    position: relative;
    padding-inline-start: 22px;
    color: var(--trust-home-muted);
}

.home-hero-v2__card li::before {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    top: 0.8em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--trust-home-brand);
    transform: translateY(-50%);
}

.home-hero-v2__card--metric {
    display: grid;
    align-content: center;
    gap: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fff5ea 100%);
}

.home-hero-v2__metric strong {
    display: block;
    color: var(--trust-home-ink);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1;
}

.home-hero-v2__metric span {
    display: block;
    margin-top: 8px;
    color: var(--trust-home-muted);
}

.home-hero-v2__curve {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    line-height: 0;
    z-index: 2;
}

.home-hero-v2__curve svg {
    width: 100%;
    height: 124px;
    display: block;
}

.home-clients-v2 {
    position: relative;
    background: #ffffff;
    /* padding: 10px 0 54px; */
    margin-top: -2px;
    overflow: hidden;
}

.home-clients-v2__wrap {
    max-width: 100%;
    padding: 12px 0 14px;
}

.home-clients-v2__intro {
    padding: 0 24px 10px;
    text-align: center;
}

.home-clients-v2__intro h2 {
    margin: 0;
    color: var(--trust-home-ink);
    font-size: clamp(1.15rem, 1.8vw, 1.7rem);
    line-height: 1.45;
}

.home-clients-v2__marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: clamp(124px, 9vw, 166px);
    padding: 14px 0 28px;
    direction: ltr;
    mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.home-clients-v2__track {
    align-items: center;
    transition-timing-function: linear !important;
}

.home-clients-v2 .swiper-slide {
    width: clamp(220px, 18vw, 320px);
    flex: 0 0 auto;
}

.home-clients-v2 .swiper-slide {
    margin-top: 15px;
    width: auto !important;
}

.home-clients-v2__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 96px;
    padding: 4px 12px;
    text-decoration: none;
    white-space: nowrap;
}

.home-clients-v2__logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 72px;
    object-fit: contain;
    opacity: 1;
    filter: none;
    transition: transform 0.5s ease;
}

.home-clients-v2__logo:hover img {
    transform: scale(1.15);
}

@media (max-width: 1199.98px) {
    .home-header-v2__panel {
        gap: 14px;
    }

    .home-header-v2__nav ul {
        gap: 12px;
    }

    .home-hero-v2__stage {
        min-height: min(45vh, 430px);
        padding-bottom: 62px;
    }
}

@media (max-width: 991.98px) {
    .home-header-v2__spacer {
        height: 128px;
    }

    .home-header-v2__inner {
        padding: 0 18px;
        min-height: 68px;
        gap: 10px;
    }

    .home-header-v2__toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        order: 1;
        flex: 0 0 auto;
    }

    .home-header-v2__brand {
        order: 2;
    }

    .home-header-v2__quick {
        display: block;
        order: 3;
        margin-inline-start: auto;
    }

    .home-header-v2__panel {
        order: 4;
        position: absolute;
        inset-inline: 16px;
        top: calc(100% + 12px);
        z-index: 30;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 18px;
        border-radius: 24px;
        border: 1px solid rgba(19, 57, 73, 0.08);
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 20px 48px rgba(16, 47, 62, 0.12);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    }

    .home-header-v2.is-menu-open .home-header-v2__panel,
    .home-header-v2.is-menu-open [data-home-v2-menu-panel] {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
        transform: translateY(0) !important;
    }

    .home-header-v2__nav ul,
    .home-header-v2__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-header-v2__left {
        width: 100%;
        margin-inline-start: 0;
    }

    .home-header-v2__mobile-lang {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        padding: 12px 14px;
        border-radius: 18px;
        border: 1px solid rgba(8, 145, 178, 0.16);
        background:
            radial-gradient(circle at 12% 18%, rgba(6, 182, 212, 0.18), transparent 32%),
            linear-gradient(135deg, rgba(27, 75, 132, 0.08), rgba(255, 255, 255, 0.96));
        color: var(--trust-home-ink);
        text-decoration: none;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
    }

    .home-header-v2__mobile-lang-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 14px;
        background: linear-gradient(135deg, #163A68 0%, #2C5EA0 50%, #1B4B84 100%);
        color: #ffffff;
        flex: 0 0 auto;
    }

    .home-header-v2__mobile-lang-copy {
        display: grid;
        gap: 2px;
        flex: 1 1 auto;
        text-align: start;
    }

    .home-header-v2__mobile-lang-copy small {
        color: #61788a;
        font-size: 0.75rem;
        line-height: 1.3;
    }

    .home-header-v2__mobile-lang-copy strong {
        color: var(--trust-home-brand);
        font-size: 0.94rem;
        line-height: 1.3;
    }

    .home-header-v2__mobile-lang > .fas:last-child {
        color: #7d93a3;
        font-size: 0.74rem;
    }

    .home-header-v2__video-trigger {
        display: none;
    }

    .home-header-v2__actions {
        display: flex;
        padding-top: 8px;
        margin-inline-start: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
    }

    .home-header-v2__button {
        width: 100%;
    }

    .home-header-v2__meta-link,
    .home-header-v2__nav a {
        display: block;
        padding: 8px 0;
    }

    .home-header-v2__quick-menu {
        left: 0;
        right: auto;
        top: calc(100% + 8px);
        min-width: 176px;
    }

    .home-hero-v2__stage {
        min-height: auto;
        padding: 12px 0 54px;
    }

    .home-hero-v2__cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .home-header-v2__spacer {
        height: 78px;
    }

    .home-header-v2__topbar {
        display: none;
        max-height: none;
        opacity: 1;
        overflow: visible;
        transition: none;
    }

    .home-header-v2__topbar-inner {
        min-height: 54px;
        padding: 0 14px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-header-v2__topbar-link {
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 0.84rem;
    }

    .home-header-v2__topbar-side {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .home-header-v2__shell {
        padding-top: 10px;
    }

    .home-header-v2__inner {
        gap: 12px;
        border-radius: 22px;
    }

    .home-header-v2.is-condensed .home-header-v2__inner {
        padding: 0 16px;
    }

    .home-header-v2__brand img {
        width: 132px;
    }

    .home-hero-v2 {
        padding-top: 8px;
    }

    .home-hero-v2__stage {
        padding: 8px 0 36px;
    }

    .home-hero-v2__title {
        max-width: 100%;
        line-height: 1.35;
    }

    .home-hero-v2__title-line {
        font-size: 24px;
        line-height: 1.45;
    }

    .home-hero-v2__title-line--primary {
        padding-bottom: 10px;
    }

    .home-hero-v2__title-line--secondary {
        font-size: 22px;
    }

    .home-hero-v2__title-underline {
        width: min(92%, 420px);
        margin-top: 3px;
    }

    .home-hero-v2__curve svg {
        height: 98px;
    }

    .home-hero-v2__subtitle {
        max-width: 34ch;
        margin-top: 14px;
        font-size: 0.96rem;
        line-height: 1.72;
    }

    .home-hero-v2__proof {
        max-width: 100%;
        margin-top: 14px;
        padding: 9px 14px;
        gap: 8px;
        font-size: 0.9rem;
        line-height: 1.55;
        border-radius: 16px;
    }

    .home-hero-v2__actions {
        flex-direction: column;
        margin-top: 16px;
    }

    .home-hero-v2__button,
    .home-header-v2__button {
        width: 100%;
    }

    .home-hero-v2__card {
        padding: 20px;
        border-radius: 24px;
    }

    .home-clients-v2 {
        padding: 4px 0 44px;
    }

    .home-clients-v2__wrap {
        padding: 8px 0 12px;
    }

    .home-clients-v2__marquee {
        min-height: 118px;
        padding: 8px 0 26px;
        mask-image: none;
    }

    .home-clients-v2__intro {
        padding: 0 18px 8px;
    }

    .home-clients-v2__logo {
        min-width: 0;
        height: 84px;
        padding: 6px 10px;
    }

    .home-clients-v2 .swiper-slide {
        width: 176px;
    }

    .home-v2-page #features .container {
        padding-top: 0;
    }

    .home-v2-page #features {
        padding: 0 0 44px;
    }

    .home-v2-page #features .section-title {
        padding-bottom: 24px;
    }

    .home-v2-page #features .section-title h3 {
        font-size: 24px;
        line-height: 1.45;
    }

    .home-v2-page #features .section-title p {
        margin-top: 8px;
        font-size: 22px;
        line-height: 1.55;
    }

    .home-v2-page #features .features-item {
        display: grid;
        gap: 12px;
        overflow: visible;
    }

    .home-v2-page #features .feature-box {
        align-items: flex-start;
        margin-bottom: 0;
        padding: 12px;
        border-radius: 14px;
        background: rgba(248, 250, 252, 0.92);
        border: 1px solid rgba(15, 23, 42, 0.04);
    }

    .home-v2-page #features .feature-box .box-icon {
        width: 16px !important;
        min-width: 16px !important;
        height: 16px;
        margin: 3px 0 0 8px !important;
        text-align: center;
    }

    .home-v2-page #features .feature-box .box-icon .feature-box-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        font-size: 16px !important;
        line-height: 16px !important;
        text-align: center;
    }

    .home-v2-page #features .feature-box .box-icon .feature-box-icon::before {
        display: block;
        width: 16px;
        line-height: 16px;
        text-align: center;
    }

    .home-v2-page #features .feature-box .box-text {
        align-self: flex-start !important;
    }

    .home-v2-page #features .feature-box .box-text > h4 {
        margin: 0 0 6px;
        font-size: 16px;
        line-height: 1.45;
    }

    .home-v2-page #features .feature-box .box-text > p {
        margin: 0;
        color: #8b98a7;
        font-size: 14px;
        line-height: 1.75;
    }

    .home-v2-page #services {
        padding: 50px 0 38px;
    }

    .home-v2-page #services .section-title {
        padding-bottom: 22px;
    }

    .home-v2-page #services .section-title h3,
    .home-v2-page #overview .section-title h3 {
        font-size: 24px;
        line-height: 1.45;
    }

    .home-v2-page #services .section-title p,
    .home-v2-page #overview .section-title p,
    .home-v2-page #features .section-title p {
        margin-top: 8px;
        color: #929eaa;
        font-size: 16px;
        line-height: 1.75;
    }

    .home-v2-page #services .res-margin {
        margin-bottom: 12px;
    }

    .home-v2-page #services .service-single {
        padding: 18px 16px;
        border-radius: 18px;
        box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
    }

    .home-v2-page #services .service-single .icon {
        width: 54px;
        height: 54px;
        font-size: 24px;
        line-height: 54px;
    }

    .home-v2-page #services .service-single .icon::before {
        line-height: 54px;
    }

    .home-v2-page #services .service-single h5 {
        margin: 14px 0 8px;
        font-size: 16px;
        line-height: 1.45;
    }

    .home-v2-page #services .service-single p {
        margin: 0;
        color: #8b98a7;
        font-size: 14px;
        line-height: 1.75;
    }

    .home-v2-page #overview {
        padding: 0;
    }

    .home-v2-page #overview > .container {
        padding-top: 48px;
        padding-bottom: 28px;
    }

    .home-v2-page #overview .section-title {
        padding-bottom: 22px;
    }

    .home-v2-page #overview .section-title h3,
    .home-v2-page #overview .section-title p {
        text-align: center !important;
    }

    .home-v2-page #overview .text-sm-center img {
        display: none;
    }

    .home-v2-page #overview .overview-item {
        display: grid;
        gap: 12px;
    }

    .home-v2-page #overview .overview-box {
        flex-wrap: nowrap !important;
        align-items: flex-start;
        margin-bottom: 0;
        padding: 14px;
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
    }

    .home-v2-page #overview .overview-box .icon {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        font-size: 18px;
        line-height: 38px;
        color: #ffffff;
        background: #0f172a !important;
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
    }

    .home-v2-page #overview .overview-box .icon::before {
        line-height: 38px;
    }

    .home-v2-page #overview .overview-box .content {
        width: auto;
        flex: 1 1 auto;
        padding: 0;
        margin-inline-start: 10px;
    }

    .home-v2-page #overview .overview-box .content h6 {
        margin: 0 0 6px !important;
        font-size: 16px;
        line-height: 1.45;
    }

    .home-v2-page #overview .overview-box .content p {
        margin: 0;
        color: #8b98a7;
        font-size: 14px;
        line-height: 1.75;
    }

    .home-v2-page #overview .empty-100 {
        height: 34px;
    }

    .home-v2-page #overview .overview-list {
        display: grid;
        gap: 12px;
        margin: 0;
        padding: 0;
    }

    .home-v2-page #overview .overview-list li {
        list-style: none;
    }

    .home-v2-page #overview .overview-list li p {
        position: relative;
        margin: 0;
        padding: 12px 14px;
        padding-inline-start: 40px;
        border-radius: 16px;
        background:
            radial-gradient(circle at 90% 12%, rgba(6, 182, 212, 0.1), transparent 34%),
            #ffffff;
        color: #687789;
        font-size: 14px;
        line-height: 1.8;
        box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
    }

    .home-v2-page #overview .overview-list .fa-li {
        position: absolute;
        right: auto;
        left: auto;
        inset-inline-start: 14px;
        top: 15px;
        width: 16px;
        color: var(--trust-home-brand);
        font-size: 14px;
        line-height: 16px;
    }

    .home-testimonials-v2 > .container {
        padding-top: 44px;
        padding-bottom: 52px;
    }

    .home-testimonials-v2 .section-title {
        padding-bottom: 22px;
    }

    .home-testimonials-v2__shell {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-testimonials-v2__lead {
        gap: 10px;
        padding: 4px 0 6px;
        border-radius: 0;
    }

    .home-testimonials-v2__lead h4 {
        font-size: 21px;
        line-height: 1.45;
    }

    .home-testimonials-v2__lead > p {
        font-size: 13px;
        line-height: 1.85;
    }

    .home-testimonials-v2__meta {
        padding-top: 6px;
    }

    .home-testimonials-v2__slider {
        padding: 14px;
        border-radius: 22px;
    }

    .home-testimonials-v2__shell::after {
        height: 72px;
    }

    .home-testimonials-v2__card {
        min-height: 240px;
        gap: 14px;
        padding: 18px;
        border-radius: 18px;
        border: 0;
    }

    .home-testimonials-v2__card-head {
        gap: 12px;
    }

    .home-testimonials-v2__card-head img {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
        border-radius: 16px;
    }

    .home-testimonials-v2__identity h4 {
        font-size: 16px;
    }

    .home-testimonials-v2__identity span {
        font-size: 12px;
    }

    .home-testimonials-v2__text {
        font-size: 14px;
        line-height: 1.85;
    }

    .home-v2-page #counters > .container {
        padding-top: 42px;
        padding-bottom: 46px;
    }

    .home-v2-page #counters .row {
        display: flex;
        gap: 0;
        row-gap: 12px;
    }

    .home-v2-page #counters .row > [class*="col-"] {
        flex: 0 0 50%;
        width: 50%;
        padding-right: 6px;
        padding-left: 6px;
    }

    .home-v2-page #counters .counter {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 154px;
        aspect-ratio: 1 / 1;
        padding: 14px 10px;
        border-radius: 22px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(8px);
    }

    .home-v2-page #counters .counter .icon {
        margin: 0 0 10px;
        font-size: 26px;
        line-height: 26px;
    }

    .home-v2-page #counters .counter-content h5 {
        margin: 0 0 8px;
        font-size: 30px;
        line-height: 1;
    }

    .home-v2-page #counters .counter-content p {
        font-size: 12px;
        line-height: 1.55;
    }

    .home-v2-page #blog > .container {
        padding-top: 42px;
        padding-bottom: 36px;
    }

    .home-v2-page #blog .section-title {
        padding-bottom: 22px;
    }

    .home-v2-page #blog .section-title h3,
    .home-v2-page #contact .section-title h3 {
        font-size: 24px;
        line-height: 1.45;
    }

    .home-v2-page #blog .section-title p,
    .home-v2-page #contact .section-title p {
        margin-top: 8px;
        font-size: 16px;
        line-height: 1.75;
    }

    .home-v2-page #blog .blog-home {
        row-gap: 16px;
    }

    .home-v2-page #blog .res-margin {
        margin-bottom: 0;
    }

    .home-v2-page #blog .blog-col {
        border-radius: 18px;
        box-shadow: 0 12px 32px rgba(27, 75, 132, 0.07);
    }

    .home-v2-page #blog .blog-img {
        height: 176px;
    }

    .home-v2-page #blog .blog-category {
        right: 14px;
        top: 14px;
        padding: 7px 10px;
        font-size: 12px;
        line-height: 12px;
    }

    .home-v2-page #blog .blog-text {
        padding: 14px;
    }

    .home-v2-page #blog .blog-about {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .home-v2-page #blog .blog-text h4 {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.5;
    }

    .home-v2-page #blog .blog-excerpt {
        font-size: 14px;
        line-height: 1.75;
    }

    .home-v2-page #blog .btn-read-more {
        margin-top: auto;
        padding-top: 10px;
        font-size: 13px;
    }

    .home-v2-page #contact {
        background:
            radial-gradient(circle at 88% 12%, rgba(6, 182, 212, 0.1), transparent 32%),
            linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    }

    .home-v2-page #contact > .container,
    .home-v2-page #blog + #contact > .container {
        padding-top: 34px;
        padding-bottom: 48px;
    }

    .home-v2-page #contact .section-title {
        padding-bottom: 22px;
    }

    .home-v2-page #contact .contact-info {
        margin-bottom: 16px;
        padding: 16px;
        border: 1px solid rgba(15, 23, 42, 0.06);
        border-radius: 20px;
        background: #fff;
        text-align: right;
        box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
    }

    .home-v2-page #contact .contact-info h5 {
        display: flex;
        gap: 8px;
        align-items: center;
        margin: 0 0 6px;
        color: var(--trust-home-ink);
        font-size: 15px;
        line-height: 1.5;
    }

    .home-v2-page #contact .contact-info .icon {
        display: inline-flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        margin: 0;
        border-radius: 10px;
        background: #edf8fb;
        color: var(--trust-home-blue, var(--trust-home-brand));
        font-size: 15px;
        line-height: 30px;
    }

    .home-v2-page #contact .contact-info p {
        margin: 0 0 14px;
        margin-inline-start: 38px;
        color: #64748b;
        font-size: 14px;
        line-height: 1.8;
        text-align: right;
    }

    .home-v2-page #contact .contact-info p a {
        display: inline-block;
        color: var(--trust-home-ink);
        font-weight: 800;
        direction: ltr;
        unicode-bidi: isolate;
    }

    .home-v2-page #contact-form {
        padding: 16px;
        border-radius: 20px;
        background: rgba(248, 250, 252, 0.96);
    }

    .home-v2-page #contact-form .form-group {
        margin-bottom: 12px !important;
    }

    .home-v2-page #contact-form .form-control {
        min-height: 48px;
        padding: 0 14px;
        border-color: rgba(15, 23, 42, 0.12);
        border-radius: 14px;
        background: #fff;
        font-size: 14px;
    }

    .home-v2-page #contact-form textarea.form-control {
        min-height: 124px;
        padding-top: 12px;
    }

    .home-v2-page #contact .home-contact-v2__phone-field {
        border-color: rgba(15, 23, 42, 0.12);
        border-radius: 14px;
    }

    .home-v2-page #contact .home-contact-v2__phone-prefix {
        min-height: 48px;
        padding: 0 12px;
    }

    .home-v2-page #contact #contact-submit {
        min-width: 146px;
        min-height: 48px;
        border-radius: 14px;
    }

    .home-footer-v2 > .container {
        padding-top: 34px;
        padding-bottom: 20px;
    }

    .home-footer-v2__shell {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
        border-radius: 26px;
        box-shadow: 0 16px 46px rgba(27, 75, 132, 0.1);
    }

    .home-footer-v2__brand-card,
    .home-footer-v2__links-card,
    .home-footer-v2__cta-card {
        border-radius: 20px;
    }

    .home-footer-v2__brand-card {
        gap: 14px;
        padding: 18px;
    }

    .home-footer-v2__brand img {
        height: 36px;
    }

    .home-footer-v2 p {
        font-size: 14px;
        line-height: 1.8;
    }

    .home-footer-v2__contact-row {
        gap: 8px;
    }

    .home-footer-v2__contact-row a {
        font-size: 13px;
    }

    .home-footer-v2__links-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        padding: 18px;
    }

    .home-footer-v2__nav h6 {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .home-footer-v2__nav ul {
        gap: 8px;
    }

    .home-footer-v2__nav a {
        font-size: 13px;
        line-height: 1.7;
    }

    .home-footer-v2__cta-card {
        padding: 18px;
    }

    .home-footer-v2__eyebrow {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .home-footer-v2__cta-card h3 {
        font-size: 20px;
        line-height: 1.55;
    }

    .home-footer-v2__cta-card p {
        font-size: 13px;
        line-height: 1.8;
    }

    .home-footer-v2__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 18px;
    }

    .home-footer-v2__button {
        min-height: 42px;
        padding: 0 12px;
        border-radius: 13px;
        font-size: 13px;
    }

    .home-footer-v2__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding-top: 14px;
    }

    .home-footer-v2__bottom p,
    .home-footer-v2__bottom a {
        font-size: 12px;
    }

    .home-v2-page #support > .container {
        padding-top: 52px;
        padding-bottom: 56px;
    }

    .home-v2-page #support .section-title {
        padding-bottom: 24px;
    }

    .home-v2-page #support .section-title h3 {
        font-size: 24px;
        line-height: 1.45;
    }

    .home-v2-page #support .section-title p {
        margin-top: 8px;
        font-size: 16px;
        line-height: 1.75;
    }

    .home-v2-page #support #accordion .accordion-header {
        padding: 18px 14px;
    }

    .home-v2-page #support #accordion .accordion-button {
        display: block;
        padding: 0 34px 0 0;
        color: var(--trust-home-ink);
        font-size: 16px;
        line-height: 1.55;
        text-align: right !important;
        direction: rtl;
    }

    .home-v2-page #support #accordion .accordion-button::after {
        right: 4px;
        left: auto;
        top: 3px;
        font-size: 14px;
    }

    .home-v2-page #support #accordion .accordion-body {
        padding: 0 14px 18px;
    }

    .home-v2-page #support #accordion .accordion-body p {
        margin: 0;
        color: #7b8998;
        font-size: 14px;
        line-height: 1.85;
        text-align: justify;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-v2__title-underline {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        will-change: auto;
    }

    .home-header-v2__topbar,
    .home-header-v2__shell,
    .home-header-v2__shell > .container,
    .home-header-v2__inner,
    .home-header-v2__button,
    .home-hero-v2__button,
    .home-clients-v2__logo img,
    .home-hero-v2__title-underline,
    .home-hero-v2__content,
    .home-hero-v2__cards {
        transition: none !important;
        animation: none !important;
    }
}

@keyframes heroUnderlineDraw {
    0% {
        opacity: 1;
        clip-path: inset(0 100% 0 0);
    }

    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}
