/* ===================================
    Crafto - Logistics 
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700;800&display=swap');
/* variable */
:root {      
    --alt-font: "Prompt", sans-serif;
    --primary-font: "Prompt", sans-serif;
    --base-color: #ffc700;
    --dark-gray: #141414;
    --medium-gray: #707070;
    --aluminium-grey: rgba(255, 255, 255, 0.4);
}
/* reset */
body{
    font-size: 18px;
    line-height: 30px;
}
a:hover{
    color: var(--dark-gray);
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}
.navbar .navbar-nav .dropdown.open .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .navbar-brand img {
    max-height: 90px;
}
.header-top-bar div>a {
    color: var(--light-gray);
}
.header-top-bar div>a:hover {
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a i {
    width: 35px;
}
header .btn.btn-box-shadow.btn-base-color,
.btn.btn-base-color {
    color: var(--dark-gray);
}
header .btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}
header .btn.btn-small {
    font-size: 15px; 
    padding: 10px 18px;
}
/* btn */
.btn.btn-hover-animation-switch.btn-link {
    padding-top: 0;
}
.btn { 
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 18px;
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 17px;
    padding: 14px 28px;
}
.btn.btn-medium {
    font-size: 16px; 
    padding: 12px 24px;
}
.btn.btn-small {
    font-size: 15px;
}
.btn.btn-very-small {
    font-size: 14px; 
    padding: 9px 20px;
}

/* counter style */
.counter-style-04 .vertical-counter:after {
    color: var(--base-color);
}
.review-star-icon i {
    color: var(--base-color);
}

/* footer style */
footer ul li {
    margin-bottom: 1px;
}
footer p {
    line-height: 28px;
}
/* page title */
.page-title-double-large h1 {
    font-size: 4.375rem;
    line-height: 4.688rem;
}
.page-title-double-large h2 {
    font-size: 16px;
    line-height: 28px;
}

/* top bottom left right class */
.right-12 {
    right: 12%;
}

.bg-jungle-green {
    background-color: #2ebb79;
}
/* Outside box */
.outside-box-top-205px {
    margin-top: -205px;
}
/* Transparent background color */
.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, #f7f7f7 0%, transparent 100%);
}
@media (max-width: 1399px) {
    .xl-h-180px {
        height: 180px;
    }
    .xl-w-180px {
        width: 180px;
    }
}
@media (max-width: 1199px) {
    .outside-box-top-200px {
        margin-top: -150px;
    }
}
@media (max-width: 991px) {
    .outside-box-top-200px {
        margin-top: 0;
    }
    .navbar .navbar-nav .dropdown.open .dropdown-menu {
        padding-bottom: 15px;
    }

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: unset;
        right: 0px;
        margin-top: var(--bs-dropdown-spacer);
    }
}


.header-navbar-rht {
    margin: 0;
	margin-left: 0;
	padding: 0;
}
.header-navbar-rht >  li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    padding-right: 20px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: relative;
}
.header-navbar-rht li:last-child {
	padding-right:0px;
}
.header-navbar-rht > li > a {
	font-size: 16px;
	font-weight: 500;
	color: #26292c;
}
.header-navbar-rht li .dropdown-menu {
	border: 0;
	box-shadow: 0px 0px 28px 15px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
}
.header-navbar-rht .dropdown-toggle.show + .dropdown-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.header-navbar-rht li .dropdown-menu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	display: block;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.header-navbar-rht .dropdown-toggle::after {
	display: none;
}
.header-navbar-rht li .dropdown-menu .dropdown-item {
	border-top: 1px solid transparent;
	padding: 10px 15px;
}
.header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
	border-top: 0;
	border-radius: 5px 5px 0 0;
}
.header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
	border-radius: 0 0 5px 5px;
}

.img-skillsoft {
    width: 300px;
    padding-right: 50px;
}

@media (min-width: 768px) {
    .nav-mobile {
        display: none;
    }
}



.topcategory-sec {
    padding: 60px 0px 60px;
    /* background: #fcbc2a; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.topcategory-sec .categories-item {
    border: 1px solid #E0EBFF;
	/* box-shadow: 0px 4px 34px #E0EBFF; */
    padding: 30px;
	margin-bottom: 24px;
    border-radius: 10px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.topcategory-sec .categories-item p {
    margin-bottom: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.topcategory-sec .categories-content h3 {
    font-weight: 700;
    font-size: 20px;
    color: #392C7D;
    margin-top: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.topcategory-sec .categories-icon {
    margin-bottom: 20px;
}
.topcategory-sec .categories-icon {
    margin-bottom: 20px;
}
.categories-icon img {
    width: 80px;
}
.swiper-slide {
    display: flex;
    align-items: stretch;
}

.services-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 100%;
    border-radius: 20px;
}

.categories-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.categories-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* bg color */
.bg-cabaret-red {
    background-color: #d94f6f;
}
.bg-ghost-white{
    background-color: #F4F6FF;
}
.bg-cosmic-latte-white{
    background-color: #F2FBF9;
}
.bg-chablis-red{
    background-color: #FEF3F5;
}
.bg-lavender-violet{
    background-color: #F5EDFC;
}
.bg-clear-green {
    background-color: #E9F6F5;
}
.bg-linen-white {
    background-color: #FBF3EE;
}
.bg-lavender-violet-light {
    background-color: #ECF7FC;
}
.bg-midnight-blue {
    background-color: #242e45;
}
.bg-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #E3545C, #c84d9d, #885dd1, #2f86bc, #01a89e);
}
.bg-gradient-very-light-gray {
    background-image: linear-gradient(to bottom, #f9eaec, #f9eaec, #faf5f9, #fcfafc, #ffffff);
}
.bg-gradient-very-ghost-white {
    background-image: linear-gradient(to bottom, #f4f6ff, #f7f8ff, #fafaff, #fdfdff, #ffffff);
}

.feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100%;
    border-radius: 15px; /* ปรับให้กล่องโค้งมน */
}

@media (max-width: 768px) { /* สำหรับมือถือ */
    .banner-main {
        background-position: center top; /* ปรับตำแหน่งภาพให้เหมาะกับจอเล็ก */
    }
    h1, .h1 {
        font-size: 3.375rem;
        line-height: 4.375rem;
    }
    .last-paragraph-no-margin {
        display: block;  /* บังคับให้ขึ้นบรรทัดใหม่ */
        text-align: left; /* จัดกึ่งกลางข้อความ */
    }

    .img-skillsoft {
        display: block;
        margin: 0 auto 20px; /* จัดให้อยู่ตรงกลางและเพิ่มระยะห่าง */
        padding-right: 0px;
        padding-top: 30px;
    }

    .skillsoft{
        flex-direction: column; /* เปลี่ยนการจัดเรียงเป็นแนวตั้ง */
        align-items: center; /* จัดให้อยู่กึ่งกลาง */
        text-align: center; /* จัดเนื้อหาให้อยู่ตรงกลาง */
    }
}

@media (min-width: 769px) and (max-width: 1024px) { /* สำหรับแท็บเล็ต */
    .banner-main {
        background-position: center center;
        height: 450px!important;
    }
    h1, .h1 {
        font-size: 3.375rem;
        line-height: 4.375rem;
    }
    .slider-navigation-style-06 {
        left: 30px;
    }
    .slider-navigation-style-06.swiper-button-next {
        right: 30px;
    }
}

@media (min-width: 1025px) { /* สำหรับโน้ตบุ๊กและพีซี */
    .banner-main {
        background-position: center center;
    }
}

.btn-danger {
    --bs-btn-hover-color: #dc3545;
}

:root {
    --vt-yellow: #ffc700;
    --vt-black: #090909;
    --vt-black-soft: #141414;
    --vt-border: rgba(255, 199, 0, 0.18);
    --vt-copy-dark: #515151;
    --vt-card-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

body.vt-site {
    font-family: "Prompt", sans-serif;
    background: linear-gradient(180deg, #f4f5f7 0%, #ffffff 22%, #f7f7f7 100%);
    color: var(--vt-black);
}

.vt-site h1,
.vt-site h2,
.vt-site h3,
.vt-site h4,
.vt-site h5,
.vt-site h6 {
    font-family: "Space Grotesk", "Prompt", sans-serif;
    letter-spacing: -0.03em;
    color: var(--vt-black);
}

.vt-site p {
    color: var(--vt-copy-dark);
}

.vt-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border: 1px solid var(--vt-border);
    border-radius: 999px;
    background: rgba(255, 199, 0, 0.12);
    color: var(--vt-black);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vt-section,
.vt-page-hero {
    position: relative;
}

.vt-section--dark {
    background: linear-gradient(135deg, #0f1113 0%, #171a1d 100%);
}

.vt-section--muted {
    background: linear-gradient(180deg, #f2f4f7 0%, #ffffff 100%);
}

.vt-section-heading {
    max-width: 780px;
    margin: 0 auto 48px;
}

.vt-section-heading h2,
.vt-copy h2,
.vt-page-hero h1,
.vt-contact-panel h2,
.vt-form-card h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.02;
    margin: 18px 0 16px;
}

.vt-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.vt-btn:hover {
    transform: translateY(-2px);
}

.vt-btn--primary {
    background: var(--vt-yellow);
    border-color: var(--vt-yellow);
    color: var(--vt-black);
    box-shadow: 0 18px 40px rgba(255, 199, 0, 0.24);
}

.vt-btn--primary:hover,
.vt-btn--secondary:hover {
    background: #111;
    color: #fff;
}

.vt-btn--secondary {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.vt-btn--ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.vt-btn--ghost:hover {
    background: #fff;
    color: var(--vt-black);
}

.vt-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--vt-black);
}

.vt-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(20px);
}

.vt-topbar {
    background: rgba(9, 9, 9, 0.96);
    border-bottom: 1px solid rgba(255, 199, 0, 0.12);
    padding: 10px 0;
}

.vt-topbar__info,
.vt-topbar__social {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.vt-topbar__info a,
.vt-topbar__info span,
.vt-topbar__social a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.vt-topbar__tag {
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.vt-topbar__info a:hover,
.vt-topbar__social a:hover {
    color: var(--vt-yellow);
}

.vt-topbar__info i,
.vt-topbar__social i {
    color: var(--vt-yellow);
}

.vt-navbar {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 12px 0;
}

.vt-navbar__brand img {
    max-height: 52px;
}

.vt-brand-lockup {
    display: flex;
    align-items: center;
    gap: 14px;
}

.vt-brand-lockup__text {
    display: flex;
    flex-direction: column;
}

.vt-brand-lockup__text strong {
    color: #111827;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
    line-height: 1.1;
}

.vt-brand-lockup__text small {
    color: #6b7280;
    font-size: 0.78rem;
    line-height: 1.3;
}

.vt-navbar__menu {
    gap: 10px;
}

.vt-navbar__menu .nav-link {
    color: var(--vt-black);
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 12px;
}

.vt-navbar__menu .nav-link.active,
.vt-navbar__menu .nav-link:hover {
    background: rgba(255, 199, 0, 0.12);
    color: var(--vt-black);
}

.vt-navbar__cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.vt-lang-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}

.vt-lang-switch img,
.vt-lang-menu img {
    width: 24px;
    height: 24px;
    /* border-radius: 50%; */
}

.vt-lang-menu {
    border-radius: 16px;
    padding: 8px;
    min-width: 180px;
}

.vt-lang-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}

.vt-navbar__toggler {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    margin-left: 12px;
}

.vt-navbar__toggler span {
    width: 24px;
    height: 2px;
    background: var(--vt-black);
}

.vt-hero {
    position: relative;
    background: var(--vt-black);
}

.vt-hero__slide {
    min-height: 86vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.vt-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(9, 9, 9, 0.9) 0%, rgba(9, 9, 9, 0.68) 46%, rgba(9, 9, 9, 0.44) 100%), linear-gradient(180deg, rgba(255, 199, 0, 0.08), transparent);
}

.vt-hero__content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.vt-hero__content .vt-eyebrow {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 199, 0, 0.16);
}

.vt-hero__content h1 {
    color: #fff;
    font-size: clamp(3rem, 6vw, 5.4rem);
    line-height: 0.98;
    margin: 24px 0 20px;
}

.vt-hero__content p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    max-width: 600px;
}

.vt-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.vt-hero__stats {
    display: grid;
    gap: 16px;
}

.vt-stat-card {
    padding: 24px 26px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.vt-stat-card strong {
    display: block;
    color: var(--vt-yellow);
    font-family: "Space Grotesk", sans-serif;
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 8px;
}

.vt-stat-card span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.96rem;
}

.vt-hero__nav {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    backdrop-filter: blur(12px);
}

.vt-enterprise-strip {
    position: relative;
    margin-top: -68px;
    z-index: 4;
}

.vt-strip-card {
    height: 100%;
    padding: 28px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.vt-strip-card__label {
    display: inline-block;
    margin-bottom: 12px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vt-strip-card strong {
    display: block;
    margin-bottom: 12px;
    color: #111827;
    font-family: "Space Grotesk", sans-serif;
    font-size: 2.4rem;
    line-height: 1;
}

.vt-strip-card p {
    margin-bottom: 0;
    color: #4b5563;
}

.vt-hero__nav:after {
    display: none;
}

.vt-page-hero {
    padding: 110px 0 72px;
    background: linear-gradient(180deg, #111111 0%, #171a1d 100%);
}

.vt-page-hero h1,
.vt-page-hero .vt-eyebrow {
    color: #fff;
}

.vt-page-hero .vt-eyebrow {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 199, 0, 0.14);
}

.vt-page-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.76);
}

.vt-about-media__frame,
.vt-contact-panel,
.vt-form-card,
.vt-service-card,
.vt-project-card,
.vt-footer__panel {
    border-radius: 20px;
    box-shadow: var(--vt-card-shadow);
}

.vt-about-media__frame {
    padding: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f7f8 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.vt-about-media__frame img,
.vt-partner-logo img {
    width: 100%;
    display: block;
}

.vt-copy--light h2,
.vt-copy--light p {
    color: var(--vt-black);
}

.vt-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0 34px;
}

.vt-feature-list__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.vt-feature-list__item i {
    color: var(--vt-yellow);
    margin-top: 4px;
}

.vt-partner-logo {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.vt-service-card {
    position: relative;
    height: 100%;
    padding: 32px 28px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.vt-service-card__icon {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #111827;
    margin-bottom: 22px;
}

.vt-service-card__icon img {
    max-width: 48px;
    max-height: 48px;
}

.vt-service-card h3 {
    font-size: 1.36rem;
    margin-bottom: 12px;
}

.vt-service-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.vt-service-meta span {
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 600;
}

.vt-service-card--enterprise:hover,
.vt-project-card--enterprise:hover {
    transform: translateY(-4px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 28px 50px rgba(15, 23, 42, 0.12);
}

.vt-filter-tabs {
    gap: 10px;
}

.vt-filter-tabs li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    color: var(--vt-black);
}

.vt-filter-tabs li.active a,
.vt-filter-tabs li a:hover {
    background: var(--vt-black);
    border-color: var(--vt-black);
    color: var(--vt-yellow);
}

.vt-project-card {
    overflow: hidden;
    background: #fff;
    height: 100%;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.vt-project-card__image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f4f4f4;
}

.vt-project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.vt-project-card:hover .vt-project-card__image img {
    transform: scale(1.05);
}

.vt-project-card__body {
    padding: 24px;
}

.vt-project-card__tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 199, 0, 0.14);
    color: var(--vt-black);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vt-project-card h3 {
    font-size: 1.2rem;
    margin: 0;
}

.vt-clients-shell {
    padding: 28px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.vt-client-logo {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.vt-client-logo img {
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.82;
}

.vt-contact-panel,
.vt-form-card {
    height: 100%;
    padding: 36px;
}

.vt-contact-panel {
    background: linear-gradient(180deg, #111111 0%, #1f1f1f 100%);
}

.vt-contact-panel .vt-eyebrow,
.vt-contact-panel h2,
.vt-contact-panel .vt-contact-item span {
    color: #fff;
}

.vt-contact-list {
    display: grid;
    gap: 14px;
    margin: 28px 0;
}

.vt-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.vt-contact-item i {
    color: var(--vt-yellow);
    font-size: 1.1rem;
}

.vt-form-card {
    background: #fff;
}

.vt-form-card label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--vt-black);
}

.vt-form-card .form-control {
    min-height: 54px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    padding: 14px 18px;
}

.vt-form-card textarea.form-control {
    min-height: 160px;
}

.vt-footer {
    padding: 0 0 40px;
}

.vt-footer__panel {
    padding: 42px 38px 28px;
    background: linear-gradient(180deg, #0f1113 0%, #171a1d 100%);
    color: #fff;
}

.vt-footer__brand img {
    max-height: 54px;
    margin-bottom: 20px;
}

.vt-footer__brand p,
.vt-footer__block h3,
.vt-footer__contact span,
.vt-footer__contact a,
.vt-footer__bottom p {
    color: rgba(255, 255, 255, 0.78);
}

.vt-footer__block h3 {
    font-family: "Space Grotesk", sans-serif;
    color: #fff;
    margin-bottom: 18px;
}

.vt-footer__contact {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.vt-footer-links {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.vt-footer-links a {
    color: rgba(255, 255, 255, 0.78);
}

.vt-footer-links a:hover {
    color: var(--vt-yellow);
}

.vt-footer__contact li {
    display: flex;
    gap: 12px;
    margin-bottom: 0;
}

.vt-footer__contact i,
.vt-footer__social a {
    color: var(--vt-yellow);
}

.vt-footer__social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.vt-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
}

.vt-footer__cta {
    margin-top: 24px;
}

.vt-info-panel {
    height: 100%;
    padding: 36px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.vt-metric-card {
    height: 100%;
    padding: 28px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.vt-metric-card span {
    display: inline-block;
    margin-bottom: 14px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vt-metric-card strong {
    display: block;
    margin-bottom: 12px;
    color: #111827;
    font-family: "Space Grotesk", sans-serif;
    font-size: 2.1rem;
    line-height: 1;
}

.vt-metric-card p {
    margin-bottom: 0;
}

.vt-list-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    height: 100%;
    padding: 20px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.vt-list-card i {
    color: var(--vt-yellow);
    margin-top: 4px;
}

.vt-list-card span {
    color: #111827;
    font-weight: 500;
}

.vt-enterprise-points {
    display: grid;
    gap: 16px;
    margin: 26px 0 30px;
}

.vt-enterprise-point {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: start;
    padding: 20px 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.vt-enterprise-point:last-child {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.vt-enterprise-point > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #111827;
    color: var(--vt-yellow);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
}

.vt-enterprise-point strong {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 1rem;
}

.vt-enterprise-point p {
    margin-bottom: 0;
}

.vt-section--partner .vt-copy--light h2,
.vt-section--partner .vt-copy--light p,
.vt-section--partner .vt-copy--light .vt-eyebrow {
    color: #fff;
}

.vt-section--partner .vt-copy--light .vt-eyebrow {
    background: rgba(255, 199, 0, 0.14);
    border-color: rgba(255, 199, 0, 0.2);
}

.vt-process-list {
    display: grid;
    gap: 12px;
    margin: 26px 0 0;
}

.vt-process-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.vt-process-card strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--vt-yellow);
    color: #111827;
    font-family: "Space Grotesk", sans-serif;
}

.vt-process-card span {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

.vt-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    color: #6b7280;
}

.vt-breadcrumbs a {
    color: #6b7280;
}

.vt-breadcrumbs strong {
    color: #111827;
}

.vt-richtext p:last-child {
    margin-bottom: 0;
}

.vt-gallery-card {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.vt-gallery-card img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.vt-gallery-card:hover img {
    transform: scale(1.03);
}

.vt-footer__bottom {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
    .vt-topbar {
        display: none;
    }

    .vt-navbar .navbar-collapse {
        margin-top: 18px;
        padding: 18px;
        border-radius: 24px;
        background: #ffffff;
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
    }

    .vt-section {
        padding: 78px 0;
    }

    .vt-enterprise-strip {
        margin-top: 0;
        padding-top: 18px;
    }

    .vt-feature-list {
        grid-template-columns: 1fr;
    }

    .vt-brand-lockup__text {
        display: none;
    }
}

@media (max-width: 767px) {
    .vt-hero__slide {
        min-height: 88vh;
    }

    .vt-hero__content h1 {
        font-size: clamp(2.4rem, 12vw, 4rem);
    }

    .vt-page-hero {
        padding: 88px 0 58px;
    }

    .vt-about-media__frame,
    .vt-info-panel,
    .vt-metric-card,
    .vt-contact-panel,
    .vt-form-card,
    .vt-service-card,
    .vt-project-card,
    .vt-footer__panel {
        border-radius: 18px;
    }

    .vt-contact-panel,
    .vt-form-card,
    .vt-info-panel,
    .vt-footer__panel {
        padding: 28px 22px;
    }

    .vt-clients-shell {
        padding: 20px;
        border-radius: 18px;
    }

    .vt-enterprise-point {
        grid-template-columns: 1fr;
    }
}

/* Verztec modern tech enterprise refresh */
.vt-site {
    --vt-yellow: #f5c400;
    --vt-yellow-strong: #ffcf24;
    --vt-ink: #090909;
    --vt-ink-soft: #141414;
    --vt-surface: #f5f5f1;
    --vt-surface-2: #efeee8;
    --vt-card: #ffffff;
    --vt-text: #171717;
    --vt-muted: #666666;
    --vt-line: rgba(9, 9, 9, 0.1);
    --vt-shadow: 0 28px 70px rgba(0, 0, 0, 0.08);
    background:
        radial-gradient(circle at top left, rgba(245, 196, 0, 0.12), transparent 34%),
        linear-gradient(180deg, #fbfbf8 0%, #f3f2ec 100%);
    color: var(--vt-text);
    font-family: "Prompt", sans-serif;
}

.vt-site main {
    overflow: clip;
}

.vt-site .container,
.vt-site .container-fluid {
    position: relative;
    z-index: 1;
}

.vt-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(18px);
    background: rgba(248, 247, 241, 0.86);
    border-bottom: 1px solid rgba(9, 9, 9, 0.08);
}

.vt-topbar {
    padding: 12px 0;
    background:
        linear-gradient(90deg, rgba(9, 9, 9, 0.98) 0%, rgba(20, 20, 20, 0.94) 72%, rgba(245, 196, 0, 0.95) 140%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vt-topbar__info,
.vt-topbar__social {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.vt-topbar__tag,
.vt-topbar__info a,
.vt-topbar__social a {
    color: rgba(255, 255, 255, 0.88);
}

.vt-topbar__tag {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vt-topbar__info a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.vt-topbar__social {
    justify-content: flex-end;
}

.vt-topbar__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.2s ease, background 0.2s ease;
}

.vt-topbar__social a:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.16);
}

.vt-navbar {
    padding: 18px 0;
}

.vt-navbar .container-fluid {
    gap: 24px;
}

.vt-navbar__brand {
    flex-shrink: 0;
}

.vt-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.vt-brand-lockup img {
    width: auto;
    max-height: 90px;
}

.vt-brand-lockup__text {
    display: grid;
    gap: 2px;
}

.vt-brand-lockup__text strong {
    color: var(--vt-ink);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.vt-brand-lockup__text small {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: 500;
}

.vt-navbar__menu {
    gap: 10px;
}

.vt-navbar__menu .nav-link {
    padding: 0.875rem 16px;
    border-radius: 999px;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease;
}

.vt-navbar__menu .nav-link:hover,
.vt-navbar__menu .nav-link.active {
    color: var(--vt-ink);
    background: rgba(9, 9, 9, 0.06);
}

.vt-navbar__cta,
.vt-navbar__actions {
    align-items: center;
    gap: 12px;
}

.vt-lang-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(9, 9, 9, 0.12);
    /* border-radius: 999px; */
    background: #ffffff;
}

.vt-lang-switch img {
    width: 20px;
    height: 20px;
    /* border-radius: 999px; */
}

.vt-lang-menu {
    padding: 10px;
    border: 1px solid rgba(9, 9, 9, 0.08);
    border-radius: 16px;
    box-shadow: var(--vt-shadow);
}

.vt-lang-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    padding: 10px 12px;
}

.vt-lang-menu .dropdown-item span {
    flex: 1 1 auto;
}

.vt-lang-menu .dropdown-item.is-active {
    background: rgba(245, 196, 0, 0.18);
    color: #111111;
    font-weight: 700;
}

.vt-lang-menu img {
    width: 18px;
    height: 18px;
}

.vt-navbar__toggler {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(9, 9, 9, 0.12);
    border-radius: 14px;
    background: #ffffff;
}

.vt-navbar__toggler span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #1b1b1b;
}

.vt-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.vt-btn:hover {
    transform: translateY(-1px);
}

.vt-btn--primary {
    background: var(--vt-yellow);
    border: 1px solid rgba(9, 9, 9, 0.12);
    color: #111111;
    box-shadow: 0 12px 28px rgba(245, 196, 0, 0.26);
}

.vt-btn--primary:hover {
    background: var(--vt-yellow-strong);
    color: #111111;
}

.vt-btn--outline {
    background: transparent;
    border: 1px solid rgba(9, 9, 9, 0.16);
    color: #111111;
}

.vt-btn--outline:hover {
    background: rgba(9, 9, 9, 0.04);
    color: #111111;
}

.vt-btn--secondary {
    background: #ffffff;
    color: #111111;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.vt-btn--secondary:hover {
    background: var(--vt-yellow);
    color: #111111;
}

.vt-kicker,
.vt-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 244, 237, 0.92) 100%);
    border: 1px solid rgba(9, 9, 9, 0.08);
    color: #232323;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}

.vt-kicker::before,
.vt-eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--vt-yellow);
    box-shadow: 0 0 0 4px rgba(245, 196, 0, 0.14);
}

.vt-hero-shell {
    padding: 46px 0 36px;
}

.vt-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 34px;
    align-items: stretch;
}

.vt-hero-copy,
.vt-hero-showcase {
    min-width: 0;
}

.vt-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px;
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(245, 244, 238, 0.94) 100%);
    border: 1px solid rgba(9, 9, 9, 0.07);
    box-shadow: var(--vt-shadow);
}

.vt-hero-copy h1,
.vt-page-shell__header h1,
.vt-page-hero h1 {
    margin: 22px 0 18px;
    color: #0f0f0f;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.9rem, 4.6vw, 5.8rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.vt-hero-copy p,
.vt-page-shell__header p,
.vt-page-hero p,
.vt-section-heading-left p,
.vt-section-copy p,
.vt-feature-content p,
.vt-solution-card p,
.vt-case-card__body span,
.vt-contact-panel,
.vt-form-card,
.vt-info-panel,
.vt-metric-card {
    color: #fff;
}

.vt-feature-content p, .vt-feature-content h2 {
    color: #fff!important;
}

.vt-hero-copy > p {
    max-width: 650px;
    margin-bottom: 0;
    font-size: 1.05rem;
    line-height: 1.8;
}

.vt-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 28px 0 34px;
}

.vt-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(9, 9, 9, 0.08);
}

.vt-hero-metric {
    display: grid;
    gap: 6px;
}

.vt-hero-metric strong {
    color: #111111;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.6rem, 2.6vw, 2.4rem);
    line-height: 1;
}

.vt-hero-metric span {
    color: #666666;
    font-size: 13px;
    font-weight: 500;
}

.vt-hero-showcase {
    display: grid;
    gap: 18px;
}

.vt-hero-visual {
    position: relative;
    overflow: hidden;
    min-height: 460px;
    border-radius: 36px;
    background:
        linear-gradient(160deg, rgba(12, 12, 12, 0.22) 0%, rgba(35, 35, 35, 0.12) 76%, rgba(58, 48, 4, 0.08) 100%),
        linear-gradient(135deg, #d8a40a 0%, #e0b11b 44%, #c99503 100%);
    box-shadow: var(--vt-shadow);
}

.vt-hero-visual::after {
    content: "";
    position: absolute;
    inset: auto -10% -20% auto;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: rgba(245, 196, 0, 0.4);
    filter: blur(40px);
}

.vt-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.92;
    mix-blend-mode: multiply;
}

.vt-hero-case-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.vt-mini-case {
    display: grid;
    gap: 14px;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(9, 9, 9, 0.08);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.06);
}

.vt-mini-case__image {
    overflow: hidden;
    border-radius: 18px;
}

.vt-mini-case__image img {
    width: 100%;
    aspect-ratio: 1.3 / 1;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.vt-mini-case:hover .vt-mini-case__image img,
.vt-case-card__link:hover .vt-case-card__media img {
    transform: scale(1.03);
}

.vt-mini-case__body {
    display: grid;
    gap: 6px;
}

.vt-mini-case__body span,
.vt-case-card__body span {
    color: #6d6d6d;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vt-mini-case__body strong,
.vt-case-card__body h3,
.vt-section-intro h2,
.vt-feature-content h2,
.vt-section-heading-left h2,
.vt-contact-panel h2,
.vt-form-card h2,
.vt-info-panel h2,
.vt-metric-card strong {
    color: #101010;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -0.03em;
}

.vt-mini-case__body strong,
.vt-case-card__body h3 {
    font-size: 1.08rem;
    line-height: 1.2;
}

.vt-page-shell,
.vt-page-hero {
    padding: 72px 0 24px;
}

.vt-page-shell__header,
.vt-page-hero .container {
    max-width: 980px;
}

.vt-page-shell__header h1,
.vt-page-hero h1 {
    max-width: 820px;
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: clamp(2.7rem, 4.4vw, 4.8rem);
}

.vt-page-shell__header p,
.vt-page-hero p {
    max-width: 760px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.85;
}

.vt-section {
    padding: 44px 0 40px;
}

.vt-section--plain {
    background: transparent;
}

.vt-section--dark {
    position: relative;
}

.vt-section--dark .container {
    padding-top: 0;
}

.vt-section--dark .vt-grid-two--feature {
    /* padding: 38px; */
    border-radius: 36px;
    background: linear-gradient(140deg, #0b0b0b 0%, #1d1d1d 74%, #3b3002 100%);
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.18);
}

.vt-grid-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* gap: 34px; */
    align-items: center;
}

.vt-grid-two--feature {
    align-items: stretch;
}

.vt-grid-two--contact {
    align-items: start;
}

.vt-section-intro h2,
.vt-feature-content h3,
.vt-section-heading-left h2,
.vt-contact-panel h2,
.vt-form-card h2,
.vt-info-panel h2 {
    margin: 18px 0 16px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
}

.vt-feature-content h3 {
    font-size: clamp(1.5rem, 2vw, 2.5rem)!important;
}

.vt-feature-content p {
    color: #000000!important;
}

.vt-feature-content .skill-description {
    color: #fff!important;
}

.vt-feature-image,
.vt-contact-panel,
.vt-form-card,
.vt-info-panel,
.vt-metric-card,
.vt-solution-card,
.vt-case-card,
.vt-footer__panel {
    border-radius: 32px;
}

.vt-feature-image {
    overflow: hidden;
    min-height: 420px;
    /* background: linear-gradient(135deg, #ecebe4 0%, #dedccf 100%); */
    box-shadow: var(--vt-shadow);
}

.vt-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vt-feature-image--dark {
    /* background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08); */
}

.vt-feature-content {
    padding: 18px 0;
}

.vt-feature-content--light h3,
.vt-feature-content--light p,
.vt-feature-content--light .vt-kicker {
    color: #ffffff;
}

.vt-feature-content--light > p {
    max-width: none;
    width: 100%;
    text-wrap: auto;
}

.vt-feature-content--light .vt-kicker {
    /* background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08); */
}

.vt-feature-points {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.vt-feature-point {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(9, 9, 9, 0.06);
}

.vt-feature-content--light .vt-feature-point {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
}

.vt-feature-point > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    gap: 8px;
    min-height: 100%;
}

.vt-feature-point > strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: #101010;
    color: var(--vt-yellow);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.05rem;
}

.vt-feature-content--light .vt-feature-point > strong {
    background: var(--vt-yellow);
    color: #111111;
}

.vt-feature-point h3 {
    margin: 0;
    color: #101010;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.14rem;
}

.vt-feature-point p {
    margin: 0;
}

.vt-feature-content--light .vt-feature-point h3,
.vt-feature-content--light .vt-feature-point p {
    color: #ffffff;
}

.vt-section-heading-left {
    max-width: 760px;
    margin-bottom: 30px;
}

.vt-solution-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.vt-solution-card,
.vt-case-card,
.vt-contact-panel,
.vt-form-card,
.vt-info-panel,
.vt-metric-card {
    padding: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(9, 9, 9, 0.08);
    box-shadow: var(--vt-shadow);
}

.vt-solution-card {
    display: grid;
    gap: 18px;
    min-height: 100%;
}

.vt-solution-card--linked {
    position: relative;
    overflow: hidden;
}

.vt-solution-card--linked::after {
    content: "";
    position: absolute;
    inset: auto 28px 28px auto;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(9, 9, 9, 0.04);
}

.vt-solution-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 20px;
    background: linear-gradient(180deg, #101010 0%, #252525 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.vt-solution-card__icon img {
    max-width: 5rem;
    max-height: 5rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.vt-solution-card__icon--text {
    color: var(--vt-yellow);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
}

.vt-solution-card__icon i {
    color: var(--vt-yellow);
    font-size: 1.5rem;
    line-height: 1;
}

.vt-solution-card h3 {
    margin: 0;
    color: #101010;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.3rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.vt-case-grid,
.portfolio-wrapper.vt-case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.portfolio-wrapper.vt-case-grid > li.grid-item {
    width: auto !important;
    margin: 0 !important;
}

.vt-case-card {
    overflow: hidden;
    padding: 0;
}

.vt-case-card__link {
    display: grid;
    min-height: 100%;
    color: inherit;
}

.vt-case-card__media {
    overflow: hidden;
    background: #d8d6ca;
}

.vt-case-card__media img {
    width: 100%;
    aspect-ratio: 1.28 / 1;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.vt-case-card__body {
    display: grid;
    gap: 10px;
    padding: 24px;
}

.vt-client-wall {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.vt-client-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 122px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(9, 9, 9, 0.08);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.05);
}

.vt-client-tile img {
    max-width: 100%;
    max-height: 52px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.78;
}

.vt-filter-row {
    margin-top: 32px;
}

.vt-filter-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    border: 0;
}

.vt-filter-tabs > li {
    margin: 0;
}

.vt-filter-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(9, 9, 9, 0.08);
    color: #202020;
    font-size: 13px;
    font-weight: 600;
}

.vt-filter-tabs > li.active a,
.vt-filter-tabs a:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.vt-contact-list {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.vt-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(9, 9, 9, 0.03);
    border: 1px solid rgba(9, 9, 9, 0.06);
    color: #1a1a1a;
}

.vt-contact-item i {
    margin-top: 2px;
    color: var(--vt-yellow);
    font-size: 1.05rem;
}

.vt-form-card label {
    margin-bottom: 8px;
    color: #202020;
    font-size: 13px;
    font-weight: 600;
}

.vt-form-card .form-control {
    min-height: 54px;
    border: 1px solid rgba(9, 9, 9, 0.1);
    border-radius: 18px;
    background: #fbfbfb;
    color: #111111;
    box-shadow: none;
}

.vt-form-card textarea.form-control {
    min-height: 160px;
    padding-top: 14px;
}

.vt-form-card .form-control:focus {
    border-color: rgba(245, 196, 0, 0.8);
    box-shadow: 0 0 0 4px rgba(245, 196, 0, 0.12);
}

.vt-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: #101010;
    font-weight: 600;
}

.vt-text-link::after {
    content: "+";
    color: var(--vt-yellow);
}

.vt-section-cta {
    margin-top: 30px;
}

.vt-map-shell {
    overflow: hidden;
    margin: 0 0 96px;
    border-top: 1px solid rgba(9, 9, 9, 0.08);
    border-bottom: 1px solid rgba(9, 9, 9, 0.08);
}

.vt-map-shell iframe {
    display: block;
}

.vt-page-hero,
.vt-breadcrumbs {
    color: #5e5e5e;
}

.vt-breadcrumbs {
    margin-bottom: 30px;
}

.vt-breadcrumbs a {
    color: #5e5e5e;
}

.vt-breadcrumbs strong {
    color: #111111;
}

.vt-gallery-card {
    border-radius: 24px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
}

.vt-footer {
    padding: 0 0 28px;
}

.vt-footer__panel {
    padding: 40px;
    background: linear-gradient(145deg, #0b0b0b 0%, #1a1a1a 72%, #302700 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    box-shadow: 0 36px 80px rgba(0, 0, 0, 0.22);
}

.vt-footer__brand img {
    max-height: 56px;
    margin-bottom: 18px;
}

.vt-footer__brand p,
.vt-footer__bottom p {
    color: rgba(255, 255, 255, 0.64);
}

.vt-footer__block h3 {
    margin-bottom: 18px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.1rem;
}

.vt-footer-links,
.vt-footer__contact {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vt-footer-links a,
.vt-footer__contact a,
.vt-footer__contact span {
    color: rgba(255, 255, 255, 0.7);
}

.vt-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.vt-footer__contact i {
    margin-top: 4px;
    color: var(--vt-yellow);
}

.vt-footer__social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.vt-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vt-footer__cta {
    margin-top: 18px;
}

.vt-footer__bottom {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
    .vt-hero-grid,
    .vt-grid-two,
    .vt-grid-two--feature,
    .vt-grid-two--contact {
        grid-template-columns: 1fr;
    }

    .vt-solution-grid,
    .vt-case-grid,
    .portfolio-wrapper.vt-case-grid,
    .vt-client-wall {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vt-hero-visual {
        min-height: 400px;
    }
}

@media (max-width: 991px) {
    .vt-header {
        position: static;
    }

    .vt-navbar {
        padding: 14px 0;
    }

    .vt-navbar .navbar-collapse {
        margin-top: 18px;
        padding: 16px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(9, 9, 9, 0.08);
        box-shadow: var(--vt-shadow);
    }

    .vt-navbar__menu {
        gap: 6px;
    }

    .vt-navbar__menu .nav-link {
        border-radius: 16px;
    }

    .vt-hero-shell {
        padding-top: 24px;
    }

    .vt-hero-copy,
    .vt-section--dark .vt-grid-two--feature,
    .vt-contact-panel,
    .vt-form-card,
    .vt-info-panel,
    .vt-metric-card,
    .vt-solution-card,
    .vt-footer__panel {
        padding: 24px;
        border-radius: 28px;
    }

    .vt-hero-case-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .vt-brand-lockup__text {
        display: none;
    }

    .vt-hero-copy h1,
    .vt-page-shell__header h1,
    .vt-page-hero h1 {
        font-size: clamp(2.2rem, 13vw, 3.5rem);
    }

    .vt-hero-copy {
        padding: 24px 22px;
    }

    .vt-hero-metrics,
    .vt-solution-grid,
    .vt-case-grid,
    .portfolio-wrapper.vt-case-grid,
    .vt-client-wall {
        grid-template-columns: 1fr;
    }

    .vt-feature-point {
        grid-template-columns: 1fr;
    }

    .vt-feature-image {
        min-height: 300px;
    }

    .vt-filter-tabs {
        gap: 8px;
    }

    .vt-footer__panel {
        padding: 24px 22px;
    }
}

/* Verztec refinement pass */
.vt-hero-grid--editorial {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
}

.vt-hero-stack {
    display: grid;
    gap: 18px;
}

.vt-hero-visual--tall {
    min-height: 560px;
}

.vt-floating-panel {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: grid;
    gap: 8px;
    padding: 20px 22px;
    border-radius: 24px;
    background: rgba(10, 10, 10, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.vt-floating-panel span,
.vt-insight-card span,
.vt-summary-strip__item span,
.vt-card-index {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vt-floating-panel span,
.vt-insight-card span,
.vt-card-index {
    color: rgb(0 0 0 / 56%);
}

.vt-floating-panel strong {
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.18rem;
    letter-spacing: -0.03em;
}

.vt-floating-panel p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
}

.vt-insight-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.vt-insight-card {
    display: grid;
    gap: 10px;
    padding: 22px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(9, 9, 9, 0.08);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.06);
}

.vt-insight-card h3 {
    margin: 0;
    color: #111111;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.28rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.vt-insight-card--accent {
    background: linear-gradient(145deg, #111111 0%, #1d1d1d 100%);
}

.vt-insight-card--accent span {
    color: rgba(255, 255, 255, 0.48);
}

.vt-insight-card--accent h3 {
    color: #ffffff;
}

.vt-logo-band {
    display: grid;
    gap: 18px;
    margin-top: 26px;
    padding: 26px 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(9, 9, 9, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.06);
}

.vt-logo-band > span {
    color: #444444;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vt-logo-band__track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.vt-logo-band__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(9, 9, 9, 0.03);
    border: 1px solid rgba(9, 9, 9, 0.04);
}

.vt-logo-band__item img {
    max-width: 100%;
    max-height: 9rem;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.82;
}

.vt-grid-two--balanced {
    align-items: start;
}

.vt-copy-points {
    display: grid;
    /* gap: 14px; */
    margin-top: 24px;
}

.vt-copy-point {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid rgba(9, 9, 9, 0.08);
}

.vt-copy-point:last-child {
    border-bottom: 1px solid rgba(9, 9, 9, 0.08);
}

.vt-copy-point strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #111111;
    color: var(--vt-yellow);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
}

.vt-copy-point span {
    color: #555555;
    font-size: 15px;
    line-height: 1.7;
}

.vt-solution-grid--wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vt-solution-grid--stacked {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    border-radius: 0;
    overflow: visible;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.vt-solution-card--feature {
    gap: 22px;
    padding: 32px;
}

.vt-solution-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.vt-card-index {
    color: rgba(17, 17, 17, 0.42);
}

.vt-services-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
}

.vt-services-layout__intro {
    display: block;
    padding: 0;
}

.vt-services-layout__intro-copy {
    display: grid;
    gap: 12px;
    max-width: 1080px;
    margin: 0;
    justify-items: start;
    text-align: left;
}

.vt-services-layout__intro-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
    justify-items: start;
}

.vt-section-icon--service-intro,
.vt-section-icon--service-intro i {
    display: none;
}

.vt-services-layout__intro .vt-kicker {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111111;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: none;
}

.vt-services-layout__intro h2,
.vt-cta-banner__copy h2 {
    margin: 0;
    color: #101010;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.6rem, 4.1vw, 4.8rem);
    line-height: 0.92;
    letter-spacing: -0.09em;
    max-width: 13ch;
    text-wrap: balance;
}

.vt-services-layout__intro p,
.vt-cta-banner__copy p {
    display: none;
}

.vt-feature-image--soft {
    background: linear-gradient(160deg, #ebe9dc 0%, #d7d1bb 100%);
}

.vt-feature-image--editorial img {
    object-fit: contain;
    padding: 48px;
}

.vt-work-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.vt-case-grid--featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vt-case-grid--featured .vt-case-card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.vt-case-grid--featured .vt-case-card__media,
.vt-case-grid--featured .vt-case-card__media img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.vt-case-grid--featured .vt-case-card__media img {
    aspect-ratio: 16 / 9;
}

.vt-case-grid--portfolio {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vt-summary-strip {
    display: inline-grid;
    grid-auto-flow: column;
    gap: 18px;
    margin-top: 28px;
}

.vt-summary-strip__item {
    display: grid;
    gap: 6px;
    min-width: 140px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(9, 9, 9, 0.08);
}

.vt-summary-strip__item strong {
    color: #111111;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
}

.vt-summary-strip__item span {
    color: #666666;
}

.vt-process-strip {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.vt-process-strip__item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(9, 9, 9, 0.04);
    border: 1px solid rgba(9, 9, 9, 0.06);
}

.vt-process-strip__item strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #111111;
    color: var(--vt-yellow);
    font-family: "Space Grotesk", sans-serif;
}

.vt-process-strip__item span {
    color: #4f4f4f;
    line-height: 1.6;
}

.vt-cta-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 34px 36px;
    border-radius: 34px;
    background: linear-gradient(145deg, #111111 0%, #1b1b1b 76%, #3a3002 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 72px rgba(0, 0, 0, 0.18);
}

.vt-cta-banner__copy .vt-kicker,
.vt-cta-banner__copy h2 {
    color: #ffffff;
}

.vt-cta-banner__copy .vt-kicker {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
}

.vt-footer__top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vt-footer__top .vt-footer__cta {
    margin-top: 0;
}

.vt-footer__note {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.8;
}

@media (max-width: 1199px) {
    .vt-logo-band__track,
    .vt-solution-grid--stacked,
    .vt-case-grid--featured,
    .vt-case-grid--portfolio {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vt-services-layout {
        grid-template-columns: 1fr;
    }

    .vt-services-layout__intro {
        position: static;
    }
}

@media (max-width: 991px) {
    .vt-hero-grid--editorial,
    .vt-cta-banner {
        grid-template-columns: 1fr;
    }

    .vt-logo-band__track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vt-work-heading,
    .vt-footer__top {
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 767px) {
    .vt-insight-row,
    .vt-logo-band__track,
    .vt-solution-grid--stacked,
    .vt-solution-grid--wide,
    .vt-case-grid--featured,
    .vt-case-grid--portfolio {
        grid-template-columns: 1fr;
    }

    .vt-floating-panel,
    .vt-logo-band,
    .vt-services-layout__intro,
    .vt-cta-banner {
        padding: 22px;
        border-radius: 24px;
    }

    .vt-feature-image--editorial img {
        padding: 28px;
    }

    .vt-summary-strip {
        grid-auto-flow: row;
        width: 100%;
    }
}

/* Verztec polish pass */
.scroll-progress {
    display: none !important;
}

.vt-site::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.025) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 76%);
    opacity: 0.34;
}

.vt-header,
.vt-hero-copy,
.vt-hero-visual,
.vt-insight-card,
.vt-logo-band,
.vt-services-layout__intro,
.vt-solution-card,
.vt-case-card,
.vt-contact-panel,
.vt-form-card,
.vt-info-panel,
.vt-metric-card,
.vt-footer__panel,
.vt-cta-banner {
    position: relative;
    overflow: hidden;
}

.vt-hero-copy::after,
.vt-contact-panel::after,
.vt-form-card::after,
.vt-info-panel::after,
.vt-metric-card::after,
.vt-services-layout__intro::after,
.vt-solution-card::after,
.vt-case-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 36%);
    pointer-events: none;
}

.vt-hero-copy {
    background:
        radial-gradient(circle at top right, rgba(245, 196, 0, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(245, 244, 238, 0.94) 100%);
}

.vt-hero-copy h1 {
    max-width: 760px;
}

.vt-navbar__menu .nav-link,
.vt-btn,
.vt-topbar__social a,
.vt-footer__social a,
.vt-case-card__media img,
.vt-mini-case__image img,
.vt-gallery-card img {
    transition: all 0.24s ease;
}

.vt-logo-band__item,
.vt-insight-card,
.vt-solution-card,
.vt-case-card,
.vt-contact-item,
.vt-process-strip__item {
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.vt-insight-card:hover,
.vt-solution-card:hover,
.vt-case-card:hover,
.vt-logo-band__item:hover,
.vt-contact-item:hover,
.vt-process-strip__item:hover {
    transform: translateY(-3px);
}

.vt-insight-card:hover,
.vt-solution-card:hover,
.vt-case-card:hover {
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.1);
}

.vt-contact-item:hover,
.vt-process-strip__item:hover,
.vt-logo-band__item:hover {
    border-color: rgba(245, 196, 0, 0.4);
    background: rgba(245, 196, 0, 0.08);
}

.vt-navbar__menu .nav-link.active {
    box-shadow: inset 0 0 0 1px rgba(9, 9, 9, 0.06);
}

.vt-breadcrumbs {
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(9, 9, 9, 0.08);
    width: fit-content;
}

.vt-page-hero--detail .container {
    max-width: 1040px;
}

.vt-page-hero--detail {
    padding-bottom: 8px;
}

.vt-service-detail-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.vt-gallery-shell {
    margin-top: 40px;
}

.vt-richtext,
.vt-richtext p,
.vt-richtext li {
    color: #505050;
    line-height: 1.85;
}

.vt-footer {
    position: relative;
    z-index: 1;
    margin-top: 28px;
    padding: 0 0 28px;
    background: transparent;
}

.vt-footer::before,
.vt-footer::after,
.vt-footer__panel::before,
.vt-footer__panel::after {
    content: none !important;
}

.vt-footer__panel {
    overflow: hidden;
    background: linear-gradient(145deg, #0a0a0a 0%, #141414 58%, #1b1b1b 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.18);
}

.vt-footer__brand img {
    filter: drop-shadow(0 10px 30px rgba(245, 196, 0, 0.08));
}

.vt-page-shell--service-detail {
    padding-top: 158px;
    padding-bottom: 24px;
}

.vt-breadcrumbs--service-detail {
    margin-bottom: 24px;
}

.vt-service-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
    gap: 32px;
    align-items: stretch;
}

.vt-service-detail-hero__copy,
.vt-service-detail-hero__panel,
.vt-contact-panel--service-detail {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(9, 9, 9, 0.08);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.08);
}

.vt-service-detail-hero__copy {
    padding: 38px;
    background:
        radial-gradient(circle at top right, rgba(245, 196, 0, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 245, 238, 0.96) 100%);
}

.vt-service-detail-hero__copy h1 {
    max-width: 10ch;
}

.vt-service-detail-hero__copy > p {
    max-width: 35rem;
    font-size: 1rem;
    line-height: 1.88;
    text-wrap: pretty;
}

.vt-service-detail-hero__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.vt-service-detail-hero__metric {
    display: grid;
    gap: 8px;
    min-height: 122px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(9, 9, 9, 0.08);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
}

.vt-service-detail-hero__metric strong {
    color: #111111;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.05;
}

.vt-service-detail-hero__metric span {
    color: #666666;
    font-size: 0.92rem;
    line-height: 1.55;
}

.vt-service-detail-hero__panel {
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 38px;
    background:
        radial-gradient(circle at top left, rgba(245, 196, 0, 0.18), transparent 34%),
        linear-gradient(145deg, #111111 0%, #262626 82%, #4f3d02 100%);
}

.vt-service-detail-hero__panel .vt-kicker,
.vt-service-detail-hero__panel h2,
.vt-service-detail-hero__panel p {
    color: #ffffff;
}

.vt-service-detail-hero__panel .vt-kicker {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
}

.vt-service-detail-hero__panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 102px;
    padding: 18px;
    border-radius: 28px;
    background: rgba(255, 248, 227, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.vt-service-detail-hero__panel-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(79%) sepia(65%) saturate(748%) hue-rotate(360deg) brightness(101%) contrast(94%);
}

.vt-service-detail-hero__panel h2 {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.02;
    text-wrap: balance;
}

.vt-service-detail-hero__panel p {
    margin: 0;
    max-width: 30rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
    text-wrap: pretty;
}

.vt-service-detail-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.vt-service-chip--ghost {
    min-height: 48px;
    padding: 0 18px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff7e0;
    border-color: rgba(255, 255, 255, 0.14);
}

.vt-service-chip--ghost:hover {
    background: #ffffff;
    color: #111111;
    border-color: #ffffff;
}

.vt-section--service-detail-main {
    padding-top: 14px;
}

.vt-service-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.vt-info-panel--service-detail,
.vt-metric-card--service-detail,
.vt-info-panel--gallery-group {
    border-radius: 32px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.vt-info-panel--service-detail {
    position: relative;
    overflow: hidden;
    padding: 34px;
    background:
        radial-gradient(circle at top right, rgba(245, 196, 0, 0.12), transparent 22%),
        radial-gradient(circle at bottom left, rgba(245, 196, 0, 0.06), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(250, 248, 243, 0.98) 100%);
    border: 1px solid rgba(9, 9, 9, 0.06);
}

.vt-info-panel__glow--service-detail {
    position: absolute;
    top: -68px;
    right: -42px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 196, 0, 0.2) 0%, rgba(245, 196, 0, 0) 72%);
    filter: blur(10px);
    pointer-events: none;
}

.vt-info-panel--service-detail h2 {
    max-width: 16ch;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.vt-info-panel--service-detail .vt-kicker,
.vt-info-panel--service-detail .vt-richtext--service-detail {
    position: relative;
    z-index: 1;
}

.vt-richtext--service-detail > *:last-child {
    margin-bottom: 0;
}

.vt-richtext--service-detail h2,
.vt-richtext--service-detail h3,
.vt-richtext--service-detail h4 {
    margin-top: 28px;
    margin-bottom: 14px;
    color: #111111;
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    line-height: 1.24;
}

.vt-richtext--service-detail p {
    max-width: 54ch;
    margin-bottom: 1rem;
    color: #505967;
    font-size: 1.02rem;
    line-height: 1.98;
    text-wrap: pretty;
}

.vt-richtext--service-detail ul,
.vt-richtext--service-detail ol {
    padding-left: 1.2rem;
}

.vt-richtext--service-detail strong {
    color: #151515;
}

.vt-richtext--service-detail li + li {
    margin-top: 10px;
}

.vt-metric-card--service-detail {
    position: sticky;
    overflow: hidden;
    display: grid;
    gap: 20px;
    padding: 30px 28px;
    top: 132px;
    background:
        radial-gradient(circle at top left, rgba(245, 196, 0, 0.18), transparent 30%),
        linear-gradient(145deg, #131313 0%, #1d1d1d 62%, #463502 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 64px rgba(8, 8, 8, 0.18);
}

.vt-metric-card__halo--service-detail {
    position: absolute;
    top: -72px;
    right: -54px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 210, 87, 0.34) 0%, rgba(255, 210, 87, 0) 72%);
    filter: blur(10px);
    pointer-events: none;
}

.vt-metric-card--service-detail > * {
    position: relative;
    z-index: 1;
}

.vt-metric-card__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff5d5;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vt-metric-card--service-detail > span,
.vt-metric-card--service-detail > strong,
.vt-metric-card--service-detail > p {
    color: #ffffff;
}

.vt-metric-card--service-detail > strong {
    max-width: 9ch;
    font-size: clamp(2rem, 3.1vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.vt-metric-card--service-detail > p {
    margin: -4px 0 2px;
    color: rgba(255, 247, 230, 0.76);
    font-size: 0.95rem;
    line-height: 1.82;
    text-wrap: pretty;
}

.vt-process-strip--service-detail {
    display: grid;
    gap: 12px;
}

.vt-process-strip__item--service-detail {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 15px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vt-process-strip__item--service-detail strong {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #f5c400;
    color: #111111;
    font-size: 1rem;
    box-shadow: 0 10px 24px rgba(245, 196, 0, 0.28);
}

.vt-process-strip__item--service-detail span {
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.58;
}

.vt-metric-card--service-detail .btn {
    margin-top: 8px;
    width: 100%;
    justify-content: center;
    box-shadow: 0 18px 36px rgba(245, 196, 0, 0.26);
}

.vt-metric-card--service-detail .btn:hover {
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.vt-gallery-shell--service-detail {
    margin-top: 40px;
}

.vt-section-heading-left--service-detail {
    max-width: 760px;
    margin-bottom: 24px;
}

.vt-section-heading-left--service-detail h2 {
    max-width: 16ch;
}

.vt-section-heading-left--service-detail p {
    margin-top: 10px;
    max-width: 40rem;
}

.vt-info-panel--gallery-group {
    padding: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 245, 238, 0.98) 100%);
}

.vt-gallery-group__head {
    margin-bottom: 18px;
}

.vt-gallery-group__head h3 {
    margin: 0;
    color: #111111;
    font-size: clamp(1.3rem, 2vw, 1.9rem);
    line-height: 1.16;
}

.vt-gallery-card--service-detail {
    height: 100%;
    min-height: 100%;
    border-radius: 24px;
}

.vt-gallery-card--service-detail img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.vt-contact-panel--service-detail {
    margin-top: 40px;
    padding: 34px;
    background:
        radial-gradient(circle at top left, rgba(245, 196, 0, 0.16), transparent 32%),
        linear-gradient(145deg, #121212 0%, #1d1d1d 72%, #4f3d02 100%);
}

.vt-contact-panel--service-detail .vt-kicker,
.vt-contact-panel--service-detail h2 {
    color: #ffffff;
}

.vt-contact-panel--service-detail .vt-kicker {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
}

.vt-contact-panel--service-detail h2 {
    max-width: 18ch;
    margin-bottom: 24px;
}

@media (max-width: 1199px) {
    .vt-service-detail-hero,
    .vt-service-detail-shell {
        grid-template-columns: 1fr;
    }

    .vt-service-detail-layout {
        grid-template-columns: 1fr;
    }

    .vt-metric-card--service-detail {
        position: static;
        top: auto;
    }
}

@media (max-width: 767px) {
    .vt-breadcrumbs {
        width: 100%;
    }

    .vt-page-shell--service-detail {
        padding-top: 124px;
        padding-bottom: 18px;
    }

    .vt-breadcrumbs--service-detail {
        margin-bottom: 18px;
    }

    .vt-service-detail-hero {
        gap: 22px;
    }

    .vt-service-detail-hero__copy,
    .vt-service-detail-hero__panel,
    .vt-info-panel--service-detail,
    .vt-metric-card--service-detail,
    .vt-info-panel--gallery-group,
    .vt-contact-panel--service-detail {
        padding: 22px;
        border-radius: 24px;
    }

    .vt-service-detail-hero__metrics {
        grid-template-columns: 1fr;
    }

    .vt-service-detail-hero__panel-icon {
        width: 86px;
        height: 86px;
        padding: 14px;
        border-radius: 22px;
    }

    .vt-service-detail-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .vt-service-detail-hero__actions .vt-btn,
    .vt-service-detail-hero__actions .vt-service-chip--ghost {
        width: 100%;
        justify-content: center;
    }

    .vt-richtext--service-detail p {
        max-width: none;
        font-size: 0.96rem;
        line-height: 1.84;
    }

    .vt-metric-card__eyebrow {
        min-height: 34px;
        font-size: 0.72rem;
    }

    .vt-metric-card--service-detail > strong {
        max-width: none;
        font-size: clamp(1.8rem, 9vw, 2.6rem);
    }

    .vt-process-strip__item--service-detail {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 14px;
        border-radius: 18px;
    }

    .vt-info-panel--service-detail h2,
    .vt-section-heading-left--service-detail h2,
    .vt-contact-panel--service-detail h2 {
        max-width: none;
    }

    .vt-gallery-card--service-detail {
        border-radius: 18px;
    }
}

/* Header correction */
.vt-header {
    background: rgba(248, 247, 241, 0.98);
    backdrop-filter: blur(20px);
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.05);
}

.vt-topbar {
    position: relative;
    padding: 0;
    background: linear-gradient(90deg, #090909 0%, #121212 66%, #272104 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vt-topbar .container-fluid {
    padding-top: 12px;
    padding-bottom: 12px;
}

.vt-topbar__meta,
.vt-topbar__info {
    display: flex;
    align-items: center;
    min-height: 42px;
}

.vt-topbar__meta {
    gap: 14px;
}

.vt-topbar__chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(245, 196, 0, 0.16);
    border: 1px solid rgba(245, 196, 0, 0.22);
    color: #fff4ba;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.vt-topbar__line {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.vt-topbar__info a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 0 0 18px;
    margin-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-weight: 500;
}

.vt-topbar__info a:first-child {
    margin-left: auto;
}

.vt-topbar__info a i {
    color: var(--vt-yellow);
}

.vt-topbar__info a[aria-label] {
    width: 32px;
    height: 32px;
    justify-content: center;
    padding: 0;
    margin-left: 8px;
    border-left: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: var(--vt-yellow);
}

.vt-topbar__info a[aria-label]:hover {
    background: rgba(245, 196, 0, 0.14);
    color: #111111;
}

.vt-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
}

.vt-navbar .container-fluid {
    min-height: 80px;
}

.vt-navbar__brand {
    padding: 6px 0;
}

.vt-brand-lockup {
    gap: 16px;
}

.vt-brand-lockup img {
    max-height: 60px;
}

.vt-brand-lockup__text strong {
    display: block;
    margin-bottom: 4px;
    font-size: 1.2rem;
    color: #090909;
}

.vt-brand-lockup__text small {
    color: #4b4b4b;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .vt-topbar {
        display: none;
    }

    .vt-navbar {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width: 1199px) {
    .vt-topbar__meta {
        gap: 10px;
    }

    .vt-topbar__line {
        font-size: 10px;
    }

    .vt-topbar__info a {
        padding-left: 14px;
        margin-left: 14px;
        font-size: 12px;
    }
}

/* Hero refinement */
.vt-hero-shell {
    padding-top: 11rem;
}

.vt-hero-grid--editorial {
    gap: 28px;
}

.vt-hero-copy {
    padding: 38px 40px;
}

.vt-hero-copy h1 {
    max-width: 640px;
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.vt-hero-copy > p {
    /* max-width: 560px; */
    font-size: 1rem;
}

.vt-hero-visual--tall {
    min-height: 520px;
}

.vt-floating-panel {
    left: 18px;
    right: 18px;
    bottom: 18px;
    border-radius: 22px;
}

.vt-insight-card {
    min-height: 176px;
}

.vt-insight-card h3 {
    font-size: 1.18rem;
}

@media (max-width: 767px) {
    .vt-hero-copy {
        padding: 24px 22px;
    }

    .vt-hero-copy h1 {
        max-width: none;
        line-height: 1.04;
    }

    .vt-hero-shell {
        padding-top: 44px;
    }
}

/* Executive navbar and hero balance */
.vt-navbar {
    border-top: 1px solid rgba(9, 9, 9, 0.04);
}

.vt-navbar__menu {
    gap: 4px;
}

.vt-navbar__menu .nav-link {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 600;
}

.vt-navbar__menu .nav-link:hover {
    background: rgba(9, 9, 9, 0.05);
    color: #111111;
}

.vt-navbar__menu .nav-link.active {
    background: #f0eee6;
    color: #111111;
    box-shadow:
        inset 0 0 0 1px rgba(9, 9, 9, 0.06),
        0 8px 18px rgba(0, 0, 0, 0.04);
}

.vt-navbar__cta {
    gap: 10px;
}

.vt-lang-switch {
    width: 44px;
    height: 44px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.vt-btn--primary {
    min-width: 210px;
    justify-content: center;
}

.vt-hero-grid--editorial {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 24px;
}

.vt-hero-copy {
    padding: 42px 42px 34px;
}

.vt-hero-copy h1 {
    margin-top: 20px;
    margin-bottom: 18px;
    font-size: clamp(3.2rem, 4.8vw, 5.6rem);
}

.vt-hero-copy__headline {
    max-width: 8.6ch;
    text-wrap: balance;
}

.vt-hero-copy__lead {
    max-width: 34rem;
    text-wrap: pretty;
}

.vt-hero-actions {
    margin-top: 24px;
    margin-bottom: 28px;
}

.vt-hero-metrics {
    gap: 12px;
}

.vt-hero-metric {
    padding-right: 8px;
}

.vt-hero-showcase,
.vt-hero-stack {
    gap: 14px;
}

.vt-hero-visual {
    border-radius: 34px;
}

.vt-hero-visual--tall {
    min-height: 500px;
}

.vt-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 26%),
        linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.22) 100%);
    pointer-events: none;
    z-index: 1;
}

.vt-hero-visual img,
.vt-floating-panel {
    position: relative;
    z-index: 2;
}

.vt-floating-panel {
    padding: 18px 20px;
    background: rgba(15, 15, 15, 0.76);
}

.vt-insight-row {
    gap: 14px;
}

.vt-insight-card {
    min-height: 150px;
    padding: 20px;
    border-radius: 24px;
}

.vt-insight-card h3 {
    font-size: 1.08rem;
    line-height: 1.16;
}

.vt-logo-band {
    margin-top: 22px;
    padding: 22px 26px;
}

@media (max-width: 1199px) {
    .vt-btn--primary {
        min-width: 0;
    }

    .vt-hero-grid--editorial {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .vt-navbar__menu .nav-link {
        min-height: 48px;
        border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .vt-hero-copy {
        padding: 24px 22px 22px;
    }

    .vt-hero-copy h1 {
        font-size: clamp(2.6rem, 13vw, 4rem);
    }

    .vt-floating-panel,
    .vt-insight-card {
        border-radius: 20px;
    }
}

/* Header rebuild */
.vt-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(247, 246, 240, 0.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.05);
    overflow: visible;
}

.vt-topbar {
    padding: 0;
    background: linear-gradient(90deg, #0a0a0a 0%, #141414 68%, #2a2204 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transform: translateY(0);
    transform-origin: top;
    opacity: 1;
    max-height: 80px;
    overflow: hidden;
    transition: transform 0.28s ease, opacity 0.22s ease, max-height 0.28s ease, border-color 0.22s ease;
}

.vt-topbar .container-fluid,
.vt-navbar .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
}

.vt-topbar__row,
.vt-navbar__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-width: 0;
}

.vt-topbar__row {
    min-height: 48px;
}

body.vt-topbar-hidden .vt-topbar {
    transform: translateY(-100%);
    opacity: 0;
    max-height: 0;
    border-bottom-color: transparent;
}

.vt-topbar__meta {
    display: grid;
    align-items: start;
    gap: 6px;
    min-width: 0;
}

.vt-topbar__info {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.vt-topbar__chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(245, 196, 0, 0.16);
    border: 1px solid rgba(245, 196, 0, 0.22);
    color: #fff0b0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vt-topbar__line {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
}

.vt-topbar__info {
    margin-left: auto;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.vt-topbar__info a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1rem;
    font-weight: 600;
}

.vt-topbar__info a i {
    color: var(--vt-yellow);
    font-size: 1rem;
}

.vt-header__main {
    position: relative;
}

.vt-navbar {
    padding: 14px 0;
}

.vt-navbar .container-fluid {
    min-height: 86px;
}

.vt-navbar__row {
    width: 100%;
}

.vt-navbar__brand {
    flex: 0 0 auto;
    padding: 0;
}

.vt-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.vt-brand-lockup img {
    width: auto;
    height: 90px;
    max-height: 90px;
    object-fit: contain;
}

.vt-brand-lockup__text {
    display: grid;
    gap: 3px;
    max-width: 300px;
}

.vt-brand-lockup__text strong {
    display: block;
    color: #101010;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.22rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
}

.vt-brand-lockup__text small {
    color: #575757;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
    text-wrap: balance;
}

.vt-navbar .navbar-collapse {
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    flex: 1 1 auto;
    min-width: 0;
}

.vt-navbar__center {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
}

.vt-navbar__menu {
    display: flex;
    align-items: center;
    gap: 4px;
}

.vt-navbar__menu .nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    color: #363636;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.vt-navbar__menu .nav-link:hover {
    background: rgba(9, 9, 9, 0.05);
    color: #111111;
}

.vt-navbar__menu .nav-link.active {
    background: #f0eee6;
    color: #101010;
    box-shadow:
        inset 0 0 0 1px rgba(9, 9, 9, 0.06),
        0 10px 20px rgba(0, 0, 0, 0.04);
}

.vt-navbar__cta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.vt-navbar__social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vt-navbar__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: rgba(9, 9, 9, 0.04);
    border: 1px solid rgba(9, 9, 9, 0.06);
    color: #2d2d2d;
    transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.vt-navbar__social a:hover {
    transform: translateY(-1px);
    background: #111111;
    color: var(--vt-yellow);
}

.vt-lang-switch {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(9, 9, 9, 0.1);
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
}

.vt-btn--primary {
    min-width: 208px;
    justify-content: center;
}

.vt-navbar__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
    flex: 0 0 auto;
}

.vt-navbar__toggler {
    width: 46px;
    height: 46px;
    border-radius: 14px;
}

@media (max-width: 1199px) {
    .vt-topbar .container-fluid,
    .vt-navbar .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .vt-topbar__line {
        font-size: 10px;
    }

    .vt-navbar__social {
        display: none;
    }

    .vt-btn--primary {
        min-width: 0;
    }
}

@media (max-width: 991px) {
    .vt-header {
        position: sticky;
    }

    .vt-topbar {
        display: none;
    }

    .vt-navbar .container-fluid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .vt-brand-lockup img {
        height: 52px;
        max-height: 52px;
    }

    .vt-brand-lockup__text strong {
        font-size: 1.08rem;
    }

    .vt-brand-lockup__text small {
        max-width: 260px;
        font-size: 11px;
        line-height: 1.3;
    }

    .vt-navbar .navbar-collapse {
        margin-top: 18px;
        padding: 18px;
        border-radius: 26px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(9, 9, 9, 0.08);
        box-shadow: 0 24px 54px rgba(0, 0, 0, 0.08);
    }

    .vt-navbar__center,
    .vt-navbar__menu {
        width: 100%;
    }

    .vt-navbar__menu {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .vt-navbar__menu .nav-link {
        justify-content: center;
        min-height: 48px;
        border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .vt-brand-lockup__text small {
        letter-spacing: 0.1em;
    }
}

/* Navbar rebuild */
.vt-navbar {
    padding: 14px 0;
}

.vt-navbar-shell {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    min-width: 0;
}

.vt-navbar__brand {
    flex: 0 0 auto;
}

.vt-navbar__collapse {
    flex: 1 1 auto;
}

.vt-navbar__panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 74px;
    padding: 10px 12px 10px 18px;
    border-radius: 999px;
    /* background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(9, 9, 9, 0.08);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06); */
}

.vt-navbar__menu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
}

.vt-navbar__menu {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vt-navbar__menu .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.vt-navbar__menu .nav-link:hover {
    background: rgba(9, 9, 9, 0.04);
    color: #111111;
}

.vt-navbar__menu .nav-link.active {
    background: #111111;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.vt-navbar__utilities {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.vt-navbar__mobile-footer {
    display: none;
}

.vt-navbar__social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 2px;
}

.vt-navbar__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    /* border-radius: 999px; */
    background: rgba(9, 9, 9, 0.04);
    border: 1px solid rgba(9, 9, 9, 0.06);
    color: #2d2d2d;
}

.vt-navbar__social a:hover {
    background: #111111;
    color: var(--vt-yellow);
}

.vt-navbar__mobile-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.vt-navbar__mobile-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(9, 9, 9, 0.05);
    border: 1px solid rgba(9, 9, 9, 0.08);
    color: #232323;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.vt-navbar__mobile-social a:hover {
    transform: translateY(-1px);
    background: #111111;
    color: var(--vt-yellow);
}

.vt-btn--primary {
    min-width: 210px;
    justify-content: center;
}

@media (min-width: 1400px) {
    .vt-navbar .navbar-collapse {
        display: flex !important;
    }
}

@media (max-width: 1599px) {
    .vt-navbar .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vt-navbar-shell {
        gap: 14px;
    }

    .vt-navbar__panel {
        gap: 12px;
        min-height: 68px;
        padding: 8px 10px 8px 12px;
    }

    .vt-brand-lockup {
        gap: 10px;
    }

    .vt-brand-lockup img {
        height: 72px;
        max-height: 72px;
    }

    .vt-brand-lockup__text small {
        max-width: 240px;
        font-size: 0.7rem;
        line-height: 1.24;
    }

    .vt-navbar__menu {
        gap: 4px;
    }

    .vt-navbar__menu .nav-link {
        min-height: 42px;
        padding: 0 10px;
        font-size: 12px;
    }

    .vt-navbar__utilities {
        gap: 6px;
    }

    .vt-navbar__social {
        gap: 6px;
    }

    .vt-navbar__social a:nth-child(n+3) {
        display: none;
    }

    .vt-navbar__social a,
    .vt-lang-switch {
        width: 34px;
        height: 34px;
    }

    .vt-btn--primary {
        min-width: 0;
        padding: 10px 14px;
        font-size: 13px;
        white-space: nowrap;
    }
}

@media (max-width: 1399px) {
    .vt-topbar__meta {
        display: none !important;
    }

    .vt-topbar__row {
        justify-content: center;
    }

    .vt-topbar__info {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }

    .vt-topbar__info a:first-child {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .vt-navbar__panel {
        min-height: 70px;
        padding-right: 10px;
        padding-left: 14px;
    }

    .vt-navbar__social {
        display: none;
    }

    .vt-btn--primary {
        min-width: 0;
    }
}

@media (max-width: 1399px) {
    .vt-navbar .navbar-collapse.show {
        display: block;
    }

    .vt-navbar {
        padding: 12px 0;
    }

    .vt-navbar-shell {
        position: relative;
        gap: 12px;
    }

    .vt-navbar__collapse {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        left: auto;
        width: min(420px, calc(100vw - 32px));
        z-index: 40;
    }

    .vt-navbar__panel {
        display: block;
        min-height: auto;
        margin-top: 0;
        padding: 18px;
        border-radius: 30px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 244, 236, 0.98) 100%);
        border: 1px solid rgba(9, 9, 9, 0.08);
        box-shadow: 0 24px 54px rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(14px);
    }

    .vt-navbar__menu-wrap,
    .vt-navbar__menu {
        width: 100%;
    }

    .vt-navbar__menu {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .vt-navbar__menu .nav-item {
        width: 100%;
    }

    .vt-navbar__menu .nav-link {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        min-height: 54px;
        padding: 0 18px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(9, 9, 9, 0.06);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
    }

    .vt-navbar__menu .nav-link:hover,
    .vt-navbar__menu .nav-link.active {
        transform: translateX(4px);
    }

    .vt-navbar__mobile-footer {
        display: grid;
        gap: 16px;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(9, 9, 9, 0.08);
    }

    .vt-btn--mobile-nav {
        width: 100%;
        min-height: 52px;
        justify-content: space-between;
    }

    .vt-navbar__toggler {
        transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .vt-navbar__toggler span {
        transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
    }

    .vt-navbar__toggler[aria-expanded="true"] {
        background: #111111;
        border-color: #111111;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    }

    .vt-navbar__toggler[aria-expanded="true"] span {
        background: #ffffff;
    }

    .vt-navbar__toggler[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .vt-navbar__toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .vt-navbar__toggler[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}

@media (max-width: 767px) {
    .vt-navbar__collapse {
        top: calc(100% + 10px);
        right: 0;
        width: min(100%, calc(100vw - 24px));
    }

    .vt-navbar__panel {
        margin-top: 0;
        padding: 14px;
        border-radius: 24px;
    }

    .vt-navbar__menu .nav-link {
        min-height: 50px;
        padding: 0 16px;
        font-size: 14px;
    }

    .vt-navbar__mobile-footer {
        gap: 12px;
        margin-top: 14px;
        padding-top: 14px;
    }

    .vt-navbar__mobile-social {
        gap: 8px;
    }

    .vt-navbar__mobile-social a {
        width: 40px;
        height: 40px;
    }
}

/* Section visuals */
.vt-section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 18px 0 6px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top left, rgba(245, 196, 0, 0.28), transparent 42%),
        linear-gradient(145deg, #151515 0%, #262626 100%);
    color: var(--vt-yellow);
    font-size: 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.14);
}

.vt-section-icon--light {
    background:
        radial-gradient(circle at top left, rgba(245, 196, 0, 0.2), transparent 42%),
        rgba(255, 255, 255, 0.08);
    color: var(--vt-yellow);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.vt-card-visual {
    overflow: hidden;
    border-radius: 20px;
    background: #e7e3d3;
    border: 1px solid rgba(9, 9, 9, 0.06);
}

.vt-card-visual img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.vt-solution-card--feature .vt-card-visual {
    margin-top: -4px;
}

@media (max-width: 767px) {
    .vt-section-icon {
        width: 50px;
        height: 50px;
        border-radius: 18px;
        font-size: 1.2rem;
    }
}

/* Client logo band refinement */
.vt-logo-band {
    gap: 20px;
    margin-top: 26px;
    padding: 28px 30px;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 245, 238, 0.92) 100%);
    border: 1px solid rgba(9, 9, 9, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.06);
}

.vt-logo-band > span {
    color: #1d1d1d;
    font-size: clamp(1.1rem, 1vw + 0.9rem, 1.55rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: none;
}

.vt-logo-band__viewport {
    position: relative;
    min-height: 262px;
}

.vt-logo-band__pages {
    position: relative;
}

.vt-logo-band__page {
    display: none;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.vt-logo-band__page.is-active {
    display: grid;
}

.vt-logo-band__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 122px;
    padding: 16px 18px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(9, 9, 9, 0.08);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.05);
}

.vt-logo-band__item img {
    width: 100%;
    max-width: 180px;
    max-height: 9rem;
    object-fit: contain;
    filter: none;
    opacity: 1;
}

.vt-logo-band__item:hover {
    background: #ffffff;
    border-color: rgba(9, 9, 9, 0.12);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.08);
}

.vt-logo-band__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.vt-logo-band__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(9, 9, 9, 0.16);
    transition: transform 0.24s ease, background 0.24s ease, width 0.24s ease;
}

.vt-logo-band__dot.is-active {
    width: 30px;
    background: var(--vt-yellow);
}

@media (max-width: 991px) {
    .vt-logo-band__viewport {
        min-height: auto;
    }

    .vt-logo-band__page {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .vt-logo-band {
        padding: 22px;
        border-radius: 24px;
    }

    .vt-logo-band > span {
        font-size: 1rem;
        line-height: 1.3;
        letter-spacing: 0.02em;
    }

    .vt-logo-band__page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .vt-logo-band__item {
        min-height: 98px;
        padding: 16px;
        border-radius: 18px;
    }

    .vt-logo-band__item img {
        max-width: 138px;
        max-height: 50px;
    }

    .vt-logo-band__dots {
        gap: 8px;
    }

    .vt-section-icon {
        width: 52px;
        height: 52px;
        border-radius: 18px;
        font-size: 1.25rem;
    }
}

/* Prompt-only typography */
body.vt-site,
body.vt-site * {
    font-family: "Prompt", sans-serif;
}

.vt-site h1,
.vt-site h2,
.vt-site h3,
.vt-site h4,
.vt-site h5,
.vt-site h6,
.vt-site strong,
.vt-site .vt-brand-lockup__text strong,
.vt-site .vt-brand-lockup__text small,
.vt-site .vt-kicker,
.vt-site .vt-eyebrow,
.vt-site .vt-btn,
.vt-site .vt-navbar__menu .nav-link,
.vt-site .vt-hero-metric strong,
.vt-site .vt-summary-strip__item strong,
.vt-site .vt-metric-card strong,
.vt-site .vt-card-index,
.vt-site .vt-topbar__chip,
.vt-site .vt-topbar__line {
    font-family: "Prompt", sans-serif !important;
}

/* Shared modal design */
.vt-modal .modal-dialog {
    max-width: min(1180px, calc(100vw - 32px));
}

.vt-modal .modal-content {
    border: 1px solid rgba(9, 9, 9, 0.08);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 245, 238, 0.98) 100%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.vt-modal .modal-backdrop.show {
    opacity: 0.6;
}

.vt-modal__header,
.vt-modal__footer {
    /* padding: 22px 28px; */
    border: 0;
}

.vt-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.vt-modal__body {
    padding: 0 28px 28px;
}

.vt-modal__title {
    margin: 0;
    color: #111111;
    font-size: 1.5rem;
    font-weight: 600;
}

.vt-modal__footer {
    justify-content: flex-end;
}

.vt-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(9, 9, 9, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #1b1b1b;
    transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.vt-modal__close:hover {
    background: #111111;
    color: var(--vt-yellow);
    border-color: #111111;
    transform: translateY(-1px);
}

.vt-modal .play-link iframe,
.vt-modal .play-video .plyr,
.vt-modal .play-video video {
    width: 100%;
    min-height: 66vh;
    border-radius: 0;
    border: 1px solid rgba(9, 9, 9, 0.08);
    background: #111111;
}

/* Promotional banner modal */
.vt-modal-banner__content {
    position: relative;
    padding: 0;
}

.vt-modal-banner__close {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 3;
}

.vt-modal-banner__body {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 30px;
}

.vt-modal-banner__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.vt-modal-banner__visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.vt-modal-banner__frame {
    position: relative;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 12px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(11, 22, 55, 0.98) 0%, rgba(6, 14, 34, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.vt-modal-banner__frame img {
    display: block;
    width: 100%;
    max-height: 76vh;
    object-fit: contain;
    border-radius: 18px;
    background: #091224;
}

@media (max-width: 991px) {
    .vt-modal-banner__body {
        gap: 22px;
        padding: 24px;
    }

    .vt-modal .play-link iframe,
    .vt-modal .play-video .plyr,
    .vt-modal .play-video video {
        min-height: 54vh;
    }
}

@media (max-width: 767px) {
    .vt-modal .modal-dialog {
        max-width: calc(100vw - 20px);
        margin: 10px auto;
    }

    .vt-modal .modal-content {
        border-radius: 22px;
    }

    .vt-modal__header,
    .vt-modal__footer {
        padding: 18px 18px 0;
    }

    .vt-modal__body {
        padding: 0 18px 18px;
    }

    .vt-modal-banner__body {
        padding: 18px;
    }

    .vt-modal-banner__frame {
        padding: 12px;
        border-radius: 22px;
    }

    .vt-modal-banner__frame img {
        max-height: 56vh;
        border-radius: 14px;
    }

    .vt-modal__close,
    .vt-modal-banner__close {
        width: 40px;
        height: 40px;
    }

    .vt-modal-banner__close {
        top: 14px;
        right: 14px;
    }

    .vt-modal-banner__actions {
        width: 100%;
    }

    .vt-modal-banner__actions .btn {
        width: 100%;
        justify-content: center;
    }

    .vt-modal .play-link iframe,
    .vt-modal .play-video .plyr,
    .vt-modal .play-video video {
        min-height: 42vh;
        border-radius: 18px;
    }
}

/* About page refresh */
.vt-page-shell--about {
    padding-top: 152px;
    padding-bottom: 30px;
    background:
        radial-gradient(circle at top left, rgba(245, 196, 0, 0.08), transparent 28%),
        linear-gradient(180deg, #f6f4ee 0%, #f2f1eb 100%);
}

.vt-about-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
    gap: 24px;
    align-items: stretch;
    position: relative;
}

.vt-about-hero__copy,
.vt-about-showcase__card,
.vt-about-hero__art {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    border: 1px solid rgba(9, 9, 9, 0.07);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 245, 238, 0.96) 100%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.08);
}

.vt-about-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    min-height: 100%;
    padding: 40px 44px;
}

.vt-about-hero__copy::after,
.vt-about-showcase__card--main::after,
.vt-about-hero__art::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(245, 196, 0, 0.18), transparent 34%),
        linear-gradient(135deg, transparent 62%, rgba(245, 196, 0, 0.08) 100%);
    pointer-events: none;
}

.vt-about-hero__copy > p {
    max-width: 34rem;
    margin-bottom: 0;
    color: #545454;
    font-size: 1rem;
    line-height: 1.8;
}

.vt-about-hero__copy h1 {
    margin: 8px 0 14px;
    max-width: 8ch;
    font-size: clamp(3rem, 4.4vw, 5rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
}

.vt-about-hero__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.vt-about-hero__metric {
    display: grid;
    gap: 8px;
    padding: 16px 14px 18px;
    min-width: 0;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(249, 247, 241, 0.92) 100%);
    border: 1px solid rgba(9, 9, 9, 0.07);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.05);
}

.vt-about-hero__metric strong {
    color: #111111;
    font-size: clamp(1rem, 1.2vw, 1.45rem);
    line-height: 1.1;
    white-space: nowrap;
    word-break: keep-all;
}

.vt-about-hero__metric span {
    color: #5f5f5f;
    font-size: 0.82rem;
    line-height: 1.45;
}

.vt-about-hero__visual {
    position: relative;
    min-height: 100%;
    padding: 0;
}

.vt-about-hero__art {
    min-height: 560px;
    /* background:
        radial-gradient(circle at top left, rgba(245, 196, 0, 0.48), transparent 38%),
        radial-gradient(circle at bottom right, rgba(17, 17, 17, 0.1), transparent 28%),
        linear-gradient(145deg, #f6edc4 0%, #eadb9b 48%, #d8cfb2 100%); */
}

.vt-about-hero__art img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    padding: 36px 28px 0;
    filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.16));
}

.vt-about-hero__panel {
    position: absolute;
    z-index: 2;
    display: grid;
    gap: 9px;
    max-width: 270px;
    padding: 16px 18px;
    border-radius: 22px;
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.12);
}

.vt-about-hero__panel span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vt-about-hero__panel strong {
    font-size: 1.03rem;
    line-height: 1.4;
}

.vt-about-hero__panel--light {
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(9, 9, 9, 0.08);
    color: #151515;
}

.vt-about-hero__panel--dark {
    right: 20px;
    bottom: 20px;
    background: linear-gradient(145deg, rgba(17, 17, 17, 0.96) 0%, rgba(42, 42, 42, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.vt-section--about-intro {
    padding-top: 16px;
}

.vt-about-profile {
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr);
    /* max-width: 920px; */
    margin: 0 auto;
}

.vt-copy-points--cards {
    /* gap: 18px;
    margin-top: 30px; */
}

.vt-copy-points--cards .vt-copy-point {
    padding: 18px 0;
    border-top: 1px solid rgba(9, 9, 9, 0.08);
    align-items: center;
}

.vt-about-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 18px;
    align-items: stretch;
}

.vt-about-showcase__card {
    padding: 24px;
}

.vt-about-showcase__card--main {
    min-height: 100%;
    background:
        radial-gradient(circle at top right, rgba(245, 196, 0, 0.28), transparent 34%),
        linear-gradient(145deg, #f3eee0 0%, #e1d8bf 100%);
}

.vt-about-showcase__card--main img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 26px;
    padding: 18px;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.14));
}

.vt-about-showcase__stack {
    display: grid;
    gap: 18px;
}

.vt-about-showcase__card--accent,
.vt-about-showcase__card--dark {
    display: grid;
    align-content: space-between;
    min-height: 220px;
}

.vt-about-showcase__card--accent {
    background:
        radial-gradient(circle at top left, rgba(245, 196, 0, 0.32), transparent 42%),
        linear-gradient(145deg, #fffaf0 0%, #efe5bc 100%);
}

.vt-about-showcase__card--dark {
    background:
        radial-gradient(circle at top left, rgba(245, 196, 0, 0.18), transparent 42%),
        linear-gradient(145deg, #121212 0%, #232323 100%);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.08);
}

.vt-about-showcase__card i {
    font-size: 1.5rem;
    color: var(--vt-yellow);
}

.vt-about-showcase__card span {
    display: inline-flex;
    margin-bottom: 10px;
    color: rgba(17, 17, 17, 0.64);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vt-about-showcase__card--dark span {
    color: rgba(255, 255, 255, 0.68);
}

.vt-about-showcase__card strong {
    display: block;
    font-size: 1.18rem;
    line-height: 1.42;
}

.vt-solution-grid--about {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.vt-section--about-showcase {
    padding-top: 0;
}

.vt-about-showcase-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 3.4vw, 42px) clamp(22px, 3vw, 40px) clamp(24px, 3vw, 34px);
    /* border-radius: 36px;
    border: 1px solid rgba(9, 9, 9, 0.08);
    background:
        radial-gradient(circle at top, rgba(245, 196, 0, 0.16), transparent 28%),
        radial-gradient(circle at 18% 18%, rgba(245, 196, 0, 0.1), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f7f4eb 100%); */
    text-align: center;
    /* box-shadow: 0 32px 86px rgba(18, 18, 18, 0.08); */
    margin-top: 1.5rem;
}

.vt-about-showcase-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.48), transparent 28%),
        linear-gradient(180deg, transparent 0%, rgba(9, 9, 9, 0.02) 100%); */
    pointer-events: none;
}

.vt-about-showcase-hero__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    margin-bottom: 10px;
    border: 1px solid rgba(245, 196, 0, 0.2);
    border-radius: 999px;
    background: rgba(245, 196, 0, 0.1);
    color: #111111;
    font-size: 0.92rem;
    font-weight: 600;
}

.vt-about-showcase-hero__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--vt-yellow);
    box-shadow: 0 0 0 6px rgba(245, 196, 0, 0.12);
}

.vt-about-showcase-hero__stage img {
    display: block;
    width: 100%;
    height: auto;
}

.vt-about-showcase-hero__copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    max-width: 920px;
    margin: 0 auto;
}

.vt-about-showcase-hero__group {
    display: grid;
    gap: 8px;
}

.vt-about-showcase-hero__group h2 {
    margin: 0 auto;
    max-width: 22ch;
    color: #121212;
    font-family: "Prompt", sans-serif;
    font-size: clamp(1.85rem, 2.8vw, 2.95rem);
    line-height: 1.24;
    letter-spacing: -0.04em;
    font-weight: 700;
    text-wrap: balance;
}

.vt-about-showcase-hero__group p {
    max-width: 42rem;
    margin: 0 auto;
    color: #545454;
    font-size: 0.96rem;
    line-height: 1.7;
    text-wrap: pretty;
}

.vt-about-showcase-hero__stage {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 22px auto 18px;
    padding: 14px 24px 36px;
}

.vt-about-showcase-hero__stage::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(100%, 760px);
    height: 84px;
    transform: translateX(-50%);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(245, 196, 0, 0.22) 0%, rgba(245, 196, 0, 0) 28%),
        linear-gradient(180deg, #242424 0%, #121212 72%, #090909 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 28px 56px rgba(0, 0, 0, 0.18);
}

.vt-about-showcase-hero__stage-mark {
    position: absolute;
    left: 50%;
    bottom: 42px;
    width: min(100%, 620px);
    height: 34px;
    transform: translateX(-50%);
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 0%, rgba(245, 196, 0, 0.34), transparent 55%),
        linear-gradient(180deg, rgba(245, 196, 0, 0.3) 0%, rgba(49, 41, 0, 0.32) 45%, rgba(9, 9, 9, 0) 100%);
    filter: blur(2px);
}

.vt-about-showcase-hero__stage img {
    position: relative;
    z-index: 1;
    max-width: 320px;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.14));
}

.vt-about-showcase-hero__stats {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
}

.vt-about-showcase-hero__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 12px;
}

.vt-about-showcase-hero__metric {
    padding: 8px 12px 0;
}

.vt-about-showcase-hero__metric strong {
    display: block;
    color: var(--vt-yellow);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.7rem, 2.3vw, 2.35rem);
    line-height: 1;
    font-weight: 600;
}

.vt-about-showcase-hero__metric h3 {
    margin: 8px 0 0;
    color: #111111;
    font-family: "Prompt", sans-serif;
    font-size: clamp(1rem, 1.15vw, 1.18rem);
    line-height: 1.25;
    font-weight: 600;
}

.vt-about-showcase-hero__metric span {
    display: block;
    margin-top: 6px;
    color: #666666;
    font-size: 0.9rem;
    line-height: 1.55;
}

.vt-solution-card--about {
    min-height: 100%;
    gap: 20px;
    padding: 30px 28px 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 245, 238, 0.96) 100%);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.06);
}

.vt-solution-card--about h3 {
    max-width: none;
    font-family: "Prompt", sans-serif;
    font-size: 2rem;
    line-height: 1.2;
}

.vt-solution-card--about .vt-solution-card__icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
}

.vt-solution-card--about .vt-solution-card__icon i {
    font-size: 1.55rem;
}

.vt-feature-image--about img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 42px;
    filter: brightness(1.05) drop-shadow(0 24px 36px rgba(0, 0, 0, 0.16));
}

.vt-about-strategy .vt-feature-content--light {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vt-about-strategy .vt-feature-content--light h2 {
    max-width: 12ch;
    font-size: clamp(2.5rem, 3.4vw, 4rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.vt-about-strategy .vt-feature-content--light > p {
    max-width: 40rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.02rem;
}

.vt-section--enterprise-showcase {
    padding-top: 0;
}

.vt-enterprise-showcase {
    margin-top: 4px;
}

.vt-enterprise-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border-radius: 38px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 36px 100px rgba(9, 9, 9, 0.11);
    background: #f3eee4;
}

.vt-enterprise-card {
    position: relative;
    overflow: hidden;
    display: grid;
    align-content: start;
    gap: 18px;
    min-height: 440px;
    padding: clamp(34px, 3.8vw, 52px) clamp(28px, 3.4vw, 48px);
    border: none;
    isolation: isolate;
    text-align: left;
}

.vt-enterprise-card::before,
.vt-enterprise-card::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 999px;
    pointer-events: none;
    z-index: -1;
}

.vt-enterprise-card::before {
    top: auto;
    left: auto;
    right: -52px;
    bottom: -52px;
    width: 240px;
    height: 240px;
    margin: 0;
    border-radius: 999px;
    opacity: 1;
}

.vt-enterprise-card::after {
    top: 26px;
    left: 28px;
    right: 28px;
    width: auto;
    height: 1px;
    border-radius: 0;
    opacity: 1;
}

.vt-enterprise-card__title {
    margin: 0;
    max-width: 10ch;
    font-size: clamp(2.5rem, 4.1vw, 4.9rem);
    line-height: 0.9;
    letter-spacing: -0.07em;
    font-weight: 700;
    text-wrap: balance;
    margin-top: 18px;
}

.vt-enterprise-card__title-brand,
.vt-enterprise-card__title-prefix,
.vt-enterprise-card__title-main {
    display: block;
}

.vt-enterprise-card__title-brand {
    margin-bottom: 8px;
    font-size: 0.3em;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    width: 20rem;
}

.vt-enterprise-card__title-prefix {
    margin-bottom: 2px;
    font-size: 0.62em;
    font-weight: 500;
    letter-spacing: -0.04em;
    opacity: 0.82;
}

.vt-enterprise-card__title-main {
    font-size: 1em;
    line-height: 1!important;
}

.vt-enterprise-card__subtitle {
    margin: 2px 0 0;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.9;
}

.vt-enterprise-card__headline {
    margin: 8px 0 0;
    max-width: 18ch;
    font-family: "Prompt", sans-serif;
    font-size: clamp(1.26rem, 1.75vw, 1.72rem);
    line-height: 1.35;
    letter-spacing: -0.03em;
    font-weight: 500;
}

.vt-enterprise-card__chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: auto;
    padding-top: 8px;
}

.vt-enterprise-card__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 13px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.2;
    border: 1px solid currentColor;
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.vt-enterprise-card__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    min-height: 40px;
    margin: 0;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.12);
}

.vt-enterprise-card--leaders {
    background:
        radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.78), transparent 28%),
        linear-gradient(180deg, #f8f5ef 0%, #f2ede4 100%);
    border-right: 1px solid rgba(17, 17, 17, 0.08);
}

.vt-enterprise-card--leaders::before {
    background: radial-gradient(circle, rgba(199, 160, 78, 0.22) 0%, rgba(199, 160, 78, 0) 70%);
}

.vt-enterprise-card--leaders::after {
    background: rgba(199, 160, 78, 0.28);
}

.vt-enterprise-card--leaders .vt-enterprise-card__title-brand,
.vt-enterprise-card--leaders .vt-enterprise-card__subtitle {
    color: #8f6a17;
}

.vt-enterprise-card--leaders .vt-enterprise-card__title {
    color: #151515;
}

.vt-enterprise-card--leaders .vt-enterprise-card__headline {
    color: #4f4635;
    line-height: 1.3 !important;
}

.vt-enterprise-card--growth {
    background:
        radial-gradient(circle at 82% 20%, rgba(255, 219, 108, 0.18), transparent 24%),
        linear-gradient(180deg, #171411 0%, #211b15 100%);
}

.vt-enterprise-card--growth::before {
    background: radial-gradient(circle, rgba(245, 196, 0, 0.16) 0%, rgba(245, 196, 0, 0) 70%);
}

.vt-enterprise-card--growth::after {
    background: rgba(245, 196, 0, 0.18);
}

.vt-enterprise-card--growth .vt-enterprise-card__title-brand,
.vt-enterprise-card--growth .vt-enterprise-card__subtitle,
.vt-enterprise-card--growth .vt-enterprise-card__headline {
    color: rgba(245, 196, 0, 0.92);
    line-height: 1.3 !important;
}

.vt-enterprise-card--growth .vt-enterprise-card__title {
    color: #f7f1e8;
}

.vt-enterprise-card--leaders .vt-enterprise-card__chips span {
    color: #6c5c36;
    border-color: rgba(199, 160, 78, 0.26);
    background: rgba(255, 255, 255, 0.52);
}

.vt-enterprise-card--growth .vt-enterprise-card__chips span {
    color: rgba(247, 241, 232, 0.92);
    border-color: rgba(245, 196, 0, 0.24);
    background: rgba(255, 255, 255, 0.06);
}

.vt-enterprise-card--leaders .vt-enterprise-card__footer {
    color: #ffffff;
    background: linear-gradient(135deg, #b38727 0%, #d3a642 100%);
}

.vt-enterprise-card--growth .vt-enterprise-card__footer {
    color: #111111;
    background: linear-gradient(135deg, #f1c24b 0%, #f5d16f 100%);
}

@media (max-width: 1199px) {
    .vt-about-hero {
        grid-template-columns: 1fr;
    }

    .vt-about-hero__visual {
        min-height: 500px;
    }

    .vt-about-hero__copy {
        padding: 34px 36px;
    }

    .vt-about-hero__copy h1 {
        max-width: none;
    }

    .vt-about-profile {
        grid-template-columns: 1fr;
    }

    .vt-about-showcase-hero__metrics {
        grid-template-columns: 1fr;
    }

    .vt-enterprise-showcase__grid {
        grid-template-columns: 1fr;
        gap: 1px;
    }
}

@media (max-width: 991px) {
    .vt-page-shell--about {
        padding-top: 138px;
    }

    .vt-about-hero__copy {
        padding: 26px;
    }

    .vt-about-hero__art {
        min-height: 460px;
    }

    .vt-about-hero__metrics {
        grid-template-columns: 1fr;
    }

    .vt-about-showcase {
        grid-template-columns: 1fr;
    }

    .vt-about-showcase-hero {
        border-radius: 30px;
    }

    .vt-about-showcase-hero__group h2 {
        max-width: 20ch;
        font-size: clamp(1.7rem, 3.8vw, 2.35rem);
    }

    .vt-about-showcase-hero__stage {
        padding: 12px 18px 30px;
    }

    .vt-about-showcase-hero__stage::before {
        height: 68px;
    }

    .vt-about-showcase__stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vt-solution-grid--about {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vt-enterprise-card__title {
        max-width: 11ch;
    }
}

@media (max-width: 767px) {
    .vt-page-shell--about {
        padding-top: 124px;
        padding-bottom: 18px;
    }

    .vt-about-hero {
        gap: 22px;
    }

    .vt-enterprise-card {
        gap: 18px;
        min-height: auto;
        padding: 28px 24px 26px;
    }

    .vt-enterprise-card__headline {
        max-width: none;
    }

    .vt-enterprise-showcase__grid {
        border-radius: 28px;
    }

    .vt-enterprise-card__chips {
        gap: 8px;
    }

    .vt-about-hero__copy,
    .vt-about-hero__art,
    .vt-about-showcase__card {
        border-radius: 24px;
    }

    .vt-about-hero__copy {
        padding: 22px;
    }

    .vt-about-hero__copy h1 {
        max-width: none;
        font-size: clamp(2.6rem, 13vw, 4.1rem);
    }

    .vt-about-hero__visual {
        padding: 0;
    }

    .vt-about-hero__art {
        min-height: 360px;
    }

    .vt-about-hero__panel {
        position: static;
        max-width: none;
        margin-top: 14px;
    }

    .vt-about-showcase-hero {
        padding: 20px 16px 24px;
        border-radius: 24px;
    }

    .vt-about-showcase-hero__eyebrow {
        margin-bottom: 14px;
        padding: 8px 14px;
        font-size: 0.82rem;
    }

    .vt-about-showcase-hero__group h2 {
        max-width: none;
        font-size: clamp(1.55rem, 8vw, 2rem);
        line-height: 1.2;
    }

    .vt-about-showcase-hero__group p {
        max-width: 28rem;
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .vt-about-showcase-hero__stage {
        margin: 16px auto 14px;
        padding: 6px 6px 24px;
    }

    .vt-about-showcase-hero__stage::before {
        height: 52px;
    }

    .vt-about-showcase-hero__stage-mark {
        bottom: 26px;
        height: 26px;
    }

    .vt-about-showcase-hero__metric strong {
        font-size: 1.6rem;
    }

    .vt-about-showcase-hero__metric h3 {
        font-size: 0.96rem;
    }

    .vt-about-showcase-hero__metric span {
        font-size: 0.84rem;
    }

    .vt-about-showcase__card--accent,
    .vt-about-showcase__card--dark {
        min-height: 180px;
    }

    .vt-about-showcase__stack,
    .vt-solution-grid--about {
        grid-template-columns: 1fr;
    }

    .vt-feature-image--about img {
        padding: 24px;
    }
}

/* Service page refresh */
.vt-page-shell--service {
    padding-top: 158px;
    padding-bottom: 38px;
}

.vt-service-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 32px;
    align-items: stretch;
}

.vt-service-hero__copy,
.vt-service-hero__panel {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(9, 9, 9, 0.08);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.08);
}

.vt-service-hero__copy {
    padding: 38px;
    background:
        radial-gradient(circle at top right, rgba(245, 196, 0, 0.18), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 245, 238, 0.96) 100%);
}

.vt-service-hero__copy h1 {
    max-width: 8.8ch;
    margin-bottom: 20px;
    line-height: 1.02;
    text-wrap: balance;
}

.vt-service-hero__copy > p {
    max-width: 33rem;
    font-size: 1.02rem;
    line-height: 1.9;
    text-wrap: pretty;
}

.vt-service-hero__panel {
    display: grid;
    align-content: start;
    gap: 20px;
    padding: 38px;
    background:
        radial-gradient(circle at top left, rgba(245, 196, 0, 0.18), transparent 34%),
        linear-gradient(145deg, #111111 0%, #262626 82%, #4f3d02 100%);
}

.vt-service-hero__panel .vt-kicker,
.vt-service-hero__panel h2,
.vt-service-hero__panel p {
    color: #ffffff;
}

.vt-service-hero__panel .vt-kicker {
    /* background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08); */
}

.vt-service-hero__panel h2 {
    margin: 0;
    font-size: 3.563rem;
    line-height: 1.2 !important;
    max-width: 11ch;
    text-wrap: balance;
}

.vt-service-hero__panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.8;
    max-width: 32rem;
    text-wrap: pretty;
}

.vt-service-hero__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.vt-service-hero__metric {
    display: grid;
    gap: 8px;
    min-height: 122px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(9, 9, 9, 0.08);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
}

.vt-service-hero__metric strong {
    color: #111111;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.05;
    text-wrap: balance;
}

.vt-service-hero__metric span {
    color: #666666;
    font-size: 0.92rem;
    line-height: 1.55;
    text-wrap: pretty;
}

.vt-service-hero__list {
    display: grid;
    gap: 14px;
    margin-top: 6px;
}

.vt-service-hero__list-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 74px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.vt-service-hero__list-item strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(245, 196, 0, 0.14);
    color: var(--vt-yellow);
    font-size: 1rem;
}

.vt-service-hero__list-item span {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.55;
    text-wrap: pretty;
}

.vt-section--service-main {
    padding-top: 18px;
}

.vt-services-layout__intro {
    gap: 18px;
}

.vt-services-layout__intro h2 {
    max-width: 13ch;
    line-height: 1.02;
    text-wrap: balance;
}

.vt-services-layout__intro p {
    display: none;
}

.vt-solution-card--service {
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    justify-items: start;
    text-align: left;
    min-height: 100%;
    gap: 14px;
    padding: 22px 18px 18px;
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(20, 20, 20, 0.045);
    border: 1px solid rgba(18, 18, 18, 0.06);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 252, 246, 0.98) 100%);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.vt-solution-card--service::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: #d8b24a;
    opacity: 0.88;
    transform: scaleX(0.24);
    transform-origin: left center;
    transition: transform 0.28s ease;
}

.vt-solution-card--service::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(245, 196, 0, 0.1), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 42%);
    pointer-events: none;
    z-index: -1;
}

.vt-solution-card--service:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(20, 20, 20, 0.08);
    border-color: rgba(216, 178, 74, 0.24);
}

.vt-solution-card--service:hover::after {
    transform: scaleX(1);
}

.vt-solution-card--service-tone-1 {
    background: #ffffff;
}

.vt-solution-card--service-tone-2 {
    background: #ffffff;
}

.vt-solution-card--service-tone-3 {
    background: #ffffff;
}

.vt-solution-card--service-tone-4 {
    background: #ffffff;
}

.vt-solution-card__icon--compact {
    width: 86px;
    height: 86px;
    border-radius: 22px;
    background: #fff7dc;
    box-shadow: none;
    justify-self: start;
    padding: 16px;
    border: 1px solid rgba(245, 196, 0, 0.18);
    transition: transform 0.28s ease, background 0.28s ease;
}

.vt-solution-card--service:hover .vt-solution-card__icon--compact {
    transform: translateY(-2px) scale(1.04);
    background: #fff1c0;
}

.vt-solution-card__icon--compact img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: sepia(1) saturate(5.6) hue-rotate(350deg) brightness(1) contrast(0.96);
}

.vt-solution-card__icon--service {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background:
        radial-gradient(circle at top left, rgba(245, 196, 0, 0.22), transparent 44%),
        linear-gradient(145deg, rgba(255, 250, 240, 0.98) 0%, rgba(241, 236, 222, 0.98) 100%);
    box-shadow: inset 0 0 0 1px rgba(9, 9, 9, 0.06), 0 14px 26px rgba(0, 0, 0, 0.05);
}

.vt-solution-card__icon--service img {
    filter: none;
    max-width: 32px;
    max-height: 32px;
}

.vt-solution-card__icon--service i {
    color: #181818;
    font-size: 1.35rem;
}

.vt-card-visual__eyebrow {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(9, 9, 9, 0.08);
    color: #151515;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.vt-solution-card__body--service {
    display: grid;
    align-content: start;
    gap: 10px;
    min-height: 0;
    justify-items: start;
}

.vt-solution-card--service h3 {
    max-width: none;
    margin: 0;
    color: #181818;
    font-family: "Prompt", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 0;
    text-wrap: pretty;
}

.vt-solution-card--service p {
    max-width: none;
    margin: 0;
    color: #586174;
    font-size: 0.82rem;
    line-height: 1.68;
    text-wrap: pretty;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vt-solution-card--service-tone-2 h3 {
    color: #181818;
}

.vt-solution-card--service-tone-2 p {
    color: #586174;
}

.vt-solution-card--service-tone-3 h3 {
    color: #181818;
}

.vt-solution-card--service-tone-3 p {
    color: #586174;
}

.vt-solution-card--service-tone-4 h3 {
    color: #181818;
}

.vt-solution-card--service-tone-4 p {
    color: #586174;
}

.vt-solution-card__cta--service {
    margin-top: auto;
    justify-self: start;
}

.vt-service-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(255, 246, 217, 0.72);
    color: #9d7408;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    border: 1px solid rgba(212, 168, 44, 0.22);
    transition: gap 0.24s ease, background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.vt-service-chip:hover {
    color: #ffffff;
    background: #d4a82c;
    border-color: #d4a82c;
    gap: 9px;
    transform: translateY(-1px);
}

.vt-service-chip i {
    font-size: 0.72rem;
}

@media (max-width: 1199px) {
    .vt-service-hero {
        grid-template-columns: 1fr;
    }

    .vt-solution-grid--stacked {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .vt-solution-card--service {
        border-radius: 24px;
    }

    .vt-services-layout__intro {
        grid-template-columns: 1fr;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .vt-page-shell--service {
        padding-top: 138px;
    }

    .vt-service-hero__copy,
    .vt-service-hero__panel {
        padding: 28px;
    }

    .vt-solution-grid--stacked {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vt-services-layout__intro h2 {
        max-width: 10ch;
    }

    .vt-solution-card--service {
        padding: 20px 18px 18px;
    }

    .vt-section-icon--service-intro {
        width: 50px;
        height: 50px;
        border-radius: 16px;
    }

    .vt-solution-card__icon--compact {
        width: 78px;
        height: 78px;
        padding: 14px;
    }
}

@media (max-width: 767px) {
    .vt-page-shell--service {
        padding-top: 124px;
        padding-bottom: 18px;
    }

    .vt-service-hero {
        gap: 22px;
    }

    .vt-service-hero__copy,
    .vt-service-hero__panel {
        padding: 22px;
        border-radius: 24px;
    }

    .vt-service-hero__metrics {
        grid-template-columns: 1fr;
    }

    .vt-service-hero__list-item {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 14px;
    }

    .vt-service-hero__list-item strong {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .vt-solution-card--service .vt-card-visual--icon {
        padding: 18px;
    }

    .vt-card-visual__eyebrow {
        top: 16px;
        left: 16px;
    }

    .vt-card-visual__badge {
        width: 72px;
        height: 72px;
        border-radius: 22px;
    }

    .vt-card-visual__badge i {
        font-size: 1.7rem;
    }

    .vt-card-visual__line {
        right: 18px;
        bottom: 24px;
        width: 92px;
    }

    .vt-solution-card__body--service {
        min-height: 0;
        gap: 8px;
    }

    .vt-solution-card--service h3 {
        min-height: 0;
    }

    .vt-solution-grid--stacked {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .vt-solution-card--service {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
        border-radius: 20px;
    }

    .vt-solution-card__icon--compact {
        width: 74px;
        height: 74px;
        border-radius: 18px;
    }

    .vt-services-layout__intro {
        padding: 0;
        border-radius: 0;
    }

    .vt-services-layout__intro-head {
        gap: 8px;
        justify-items: start;
    }

    .vt-services-layout__intro h2 {
        max-width: 12ch;
        font-size: clamp(2rem, 9.6vw, 3.2rem);
        line-height: 0.94;
    }

    .vt-services-layout__intro .vt-kicker {
        font-size: 0.9rem;
    }

    .vt-solution-card__cta--service {
        grid-column: auto;
        justify-self: start;
    }

}

/* Products page refresh */
.vt-page-shell--products {
    padding-top: 158px;
    padding-bottom: 28px;
}

.vt-products-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    gap: 32px;
    align-items: stretch;
}

.vt-products-hero__copy,
.vt-products-hero__panel,
.vt-products-filter-shell {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(9, 9, 9, 0.08);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.08);
}

.vt-products-hero__copy {
    padding: 38px;
    background:
        radial-gradient(circle at top right, rgba(245, 196, 0, 0.18), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 245, 238, 0.96) 100%);
}

.vt-products-hero__copy h1 {
    max-width: 9ch;
}

.vt-products-hero__copy > p {
    max-width: 33rem;
    font-size: 1.02rem;
    line-height: 1.9;
    text-wrap: pretty;
}

.vt-products-hero__panel {
    display: grid;
    align-content: start;
    gap: 20px;
    padding: 38px;
    background:
        radial-gradient(circle at top left, rgba(245, 196, 0, 0.2), transparent 34%),
        linear-gradient(145deg, #121212 0%, #262626 80%, #4b3802 100%);
}

.vt-products-hero__panel .vt-kicker,
.vt-products-hero__panel h2,
.vt-products-hero__panel p {
    color: #ffffff;
}

.vt-products-hero__panel .vt-kicker {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
}

.vt-products-hero__panel h2 {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.02;
    text-wrap: balance;
}

.vt-products-hero__panel p {
    margin: 0;
    max-width: 31rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
    text-wrap: pretty;
}

.vt-products-hero__list {
    display: grid;
    gap: 14px;
    margin-top: 6px;
}

.vt-products-hero__project {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 108px;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: inherit;
    transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.vt-products-hero__project:hover {
    transform: translateY(-2px);
    border-color: rgba(245, 196, 0, 0.24);
    background: rgba(255, 255, 255, 0.11);
}

.vt-products-hero__project-media {
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
}

.vt-products-hero__project-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.vt-products-hero__project-body {
    display: grid;
    gap: 6px;
}

.vt-products-hero__project-body strong {
    color: var(--vt-yellow);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vt-products-hero__project-body span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vt-products-hero__project-body em {
    color: #ffffff;
    font-size: 1.02rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.45;
    text-wrap: pretty;
}

.vt-summary-strip--products {
    margin-top: 30px;
}

.vt-products-filter-shell {
    display: grid;
    gap: 16px;
    margin-top: 28px;
    padding: 24px 28px;
    background: rgba(255, 255, 255, 0.9);
}

.vt-products-filter-shell__label {
    display: flex;
    align-items: center;
}

.vt-products-filter-shell .vt-filter-row {
    margin-top: 0;
}

.vt-products-filter-shell .vt-filter-tabs {
    gap: 12px;
}

.vt-section--products-grid {
    padding-top: 12px;
}

.vt-case-card--portfolio .vt-case-card__body {
    gap: 12px;
    padding: 24px;
}

.vt-case-card--portfolio .vt-case-card__link {
    position: relative;
}

.vt-case-card--portfolio .vt-case-card__body h3 {
    max-width: 18ch;
    font-size: 1.16rem;
    line-height: 1.18;
    text-wrap: balance;
}

.vt-case-card--portfolio .vt-case-card__body span {
    text-wrap: pretty;
}

.vt-case-card--portfolio .vt-case-card__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-top: 2px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.06);
    color: #161616;
    transition: background 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.vt-case-card--portfolio .vt-case-card__link:hover .vt-case-card__arrow {
    background: #111111;
    color: var(--vt-yellow);
    transform: translateY(-1px);
}

@media (max-width: 1199px) {
    .vt-products-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .vt-page-shell--products {
        padding-top: 138px;
    }

    .vt-products-hero__copy,
    .vt-products-hero__panel,
    .vt-products-filter-shell {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .vt-page-shell--products {
        padding-top: 124px;
        padding-bottom: 18px;
    }

    .vt-products-hero {
        gap: 22px;
    }

    .vt-products-hero__copy,
    .vt-products-hero__panel,
    .vt-products-filter-shell {
        padding: 22px;
        border-radius: 24px;
    }

    .vt-products-hero__project {
        grid-template-columns: 86px minmax(0, 1fr);
        padding: 14px;
    }

    .vt-products-hero__project-media {
        border-radius: 16px;
    }
}

/* Products page clean layout override */
.vt-page-shell--products-clean {
    padding-top: 170px;
    padding-bottom: 22px;
}

.vt-products-heading {
    text-align: center;
}

.vt-products-heading h1 {
    margin: 0;
    color: #111111;
    font-size: clamp(2.8rem, 4vw, 4.4rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.05em;
}

.vt-products-tabs {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.vt-products-tabs__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vt-filter-tabs--clean {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    border: 0;
}

.vt-filter-tabs--clean > li {
    margin: 0;
}

.vt-filter-tabs--clean a {
    display: inline-flex;
    align-items: center;
    min-height: auto;
    padding: 0 0 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #7f7f7f;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: none;
}

.vt-filter-tabs--clean > li.active a,
.vt-filter-tabs--clean a:hover {
    background: transparent;
    border-color: transparent;
    color: #111111;
    box-shadow: inset 0 -2px 0 #111111;
}

.vt-section--products-grid-clean {
    padding-top: 18px;
}

.vt-case-grid--portfolio-clean {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.vt-case-card--portfolio-clean {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f8f7f3 100%);
    border: 1px solid rgba(15, 15, 15, 0.08);
    box-shadow: 0 18px 46px rgba(17, 17, 17, 0.08);
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.vt-case-card--portfolio-clean::after {
    content: none;
}

.vt-case-card__link--clean {
    display: block;
    color: inherit;
}

.vt-case-card__media--clean {
    overflow: hidden;
    border-radius: 0;
    background: #f2f2f2;
}

.vt-case-card__media--clean img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.vt-case-grid--portfolio-clean.is-graphic-design .vt-case-card__media--clean img {
    display: block;
    height: auto;
    aspect-ratio: auto;
    object-fit: initial;
    object-position: initial;
    background: transparent;
}

.vt-case-grid--portfolio-clean.is-graphic-design .vt-case-card--portfolio-clean {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.vt-case-grid--portfolio-clean.is-graphic-design .vt-case-card__media--clean,
.vt-case-grid--portfolio-clean.is-graphic-design .vt-case-card__media--clean img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.vt-case-grid--portfolio-clean.is-graphic-design .vt-case-card__media--clean {
    display: block;
    background: transparent;
    max-height: none;
}

.vt-case-grid--portfolio-clean .vt-case-card--portfolio-clean {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.vt-case-grid--portfolio-clean .vt-case-card__media--clean img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.vt-case-grid--portfolio-clean[data-layout-mode="interactive-game"] .vt-case-card__media--clean {
    display: block;
    background: transparent;
}

.vt-case-grid--portfolio-clean[data-layout-mode="interactive-game"] .vt-case-card__media--clean img {
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    background: #f2f2f2;
}

.vt-case-card__body--clean {
    display: grid;
    gap: 14px;
    padding: 18px 20px 20px;
}

.vt-case-card__meta--clean {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vt-case-card__meta--clean span,
.vt-case-card__meta--clean strong {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.vt-case-card__meta--clean span {
    padding: 0 12px;
    background: rgba(245, 196, 0, 0.12);
    color: #6f5700;
}

.vt-case-card__meta--clean strong {
    padding: 0 10px;
    background: rgba(17, 17, 17, 0.05);
    color: #7d7d7d;
}

.vt-case-card__body--clean h3 {
    margin: 0;
    color: #171717;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.4;
    text-wrap: pretty;
}

.vt-case-card__cta--clean {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 6px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.vt-case-card__cta--clean em {
    color: #626262;
    font-size: 0.86rem;
    font-style: normal;
    font-weight: 600;
}

.vt-case-card__cta--clean i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #111111;
    color: #f5c400;
    font-size: 0.92rem;
    transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.vt-case-card--portfolio-clean:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 196, 0, 0.3);
    box-shadow: 0 26px 62px rgba(17, 17, 17, 0.12);
}

.vt-case-card--portfolio-clean:hover .vt-case-card__media--clean img {
    transform: scale(1.04);
}

.vt-case-card--portfolio-clean:hover .vt-case-card__cta--clean i {
    transform: translate(2px, -2px);
    background: #f5c400;
    color: #111111;
}

[data-product-item].is-hidden {
    display: none !important;
}

.vt-products-pager {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.vt-products-pager.is-active {
    display: flex;
}

.vt-products-pager__nav,
.vt-products-pager__page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: rgba(255, 255, 255, 0.96);
    color: #1a1a1a;
    font-size: 0.94rem;
    font-weight: 700;
    transition: all 0.22s ease;
}

.vt-products-pager__nav:hover,
.vt-products-pager__page:hover {
    border-color: rgba(245, 196, 0, 0.34);
    background: rgba(245, 196, 0, 0.12);
}

.vt-products-pager__page.is-active {
    background: #111111;
    border-color: #111111;
    color: #f5c400;
}

.vt-products-pager__nav:disabled {
    opacity: 0.36;
    cursor: default;
}

@media (max-width: 1199px) {
    .vt-case-grid--portfolio-clean {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .vt-page-shell--products-clean {
        padding-top: 144px;
    }

    .vt-filter-tabs--clean {
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .vt-page-shell--products-clean {
        padding-top: 126px;
        padding-bottom: 14px;
    }

    .vt-products-heading h1 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .vt-products-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .vt-filter-tabs--clean {
        flex-wrap: nowrap;
        min-width: max-content;
        gap: 14px;
    }

    .vt-case-grid--portfolio-clean {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .vt-case-card__body--clean {
        padding: 16px 16px 18px;
        gap: 12px;
    }

    .vt-products-pager {
        margin-top: 28px;
        gap: 8px;
    }

    .vt-case-card__media--clean {
        border-radius: 20px 20px 0 0;
    }

    .vt-case-card__body--clean h3 {
        font-size: 1rem;
    }
}

/* Process modal */
.vt-process-modal .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.vt-process-modal__dialog {
    max-width: 420px;
}

.vt-process-modal__content {
    border-radius: 28px;
    background: linear-gradient(160deg, #0c0c0c 0%, #171717 72%, #2e2503 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.26);
    overflow: hidden;
}

.vt-process-modal__body {
    display: grid;
    justify-items: center;
    gap: 18px;
    padding: 36px 32px;
    text-align: center;
}

.vt-process-modal__orb {
    position: relative;
    width: 84px;
    height: 84px;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(245, 196, 0, 0.22) 0%, rgba(245, 196, 0, 0.06) 62%, transparent 64%);
}

.vt-process-modal__orb span {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    border: 2px solid rgba(245, 196, 0, 0.16);
    animation: vtProcessPulse 1.8s infinite ease-out;
}

.vt-process-modal__orb span:nth-child(2) {
    animation-delay: 0.35s;
}

.vt-process-modal__orb span:nth-child(3) {
    animation-delay: 0.7s;
}

.vt-process-modal__brand img {
    max-height: 42px;
    width: auto;
}

.vt-process-modal__body h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.32rem;
    font-weight: 700;
    line-height: 1.3;
}

.vt-process-modal__body p {
    margin: 0;
    max-width: 20rem;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
}

@keyframes vtProcessPulse {
    0% {
        transform: scale(0.64);
        opacity: 0.85;
    }
    100% {
        transform: scale(1.28);
        opacity: 0;
    }
}

/* Footer wow refresh */
.vt-footer {
    position: relative;
    z-index: 1;
    margin-top: 36px;
    padding: 0 0 28px;
    background: transparent;
}

.vt-footer::before,
.vt-footer::after,
.vt-footer__panel::before,
.vt-footer__panel::after {
    content: none !important;
}

.vt-footer__panel {
    overflow: hidden;
    padding: 40px;
    border-radius: 36px;
    background:
        linear-gradient(95deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.72) 30%, rgba(255, 255, 255, 0.38) 56%, rgba(255, 255, 255, 0.16) 74%, rgba(255, 255, 255, 0.08) 100%),
        radial-gradient(circle at 68% 56%, rgba(245, 196, 0, 0.18), rgba(245, 196, 0, 0) 18%),
        var(--vt-footer-bg, linear-gradient(145deg, #080808 0%, #121212 56%, #1f1a05 100%));
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center, 66% 56%, 84% 10%;
    background-size: cover, 42% 42%, auto 130%;
    background-color: #f4f3ef;
    background-blend-mode: normal, multiply, normal;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 24px 56px rgba(66, 74, 84, 0.18);
    color: rgba(17, 17, 17, 0.86);
}

.vt-footer__hero {
    display: grid;
    /* grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr); */
    gap: 28px;
    align-items: end;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.vt-footer__hero-copy {
    display: grid;
    gap: 16px;
}

.vt-footer__hero-copy h2 {
    margin: 0;
    max-width: 23ch;
    color: #111111;
    font-size: clamp(2.2rem, 2.5vw, 3.8rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
    text-wrap: balance;
    text-shadow: none;
}

.vt-footer__hero-copy p {
    margin: 0;
    max-width: 40rem;
    color: rgba(17, 17, 17, 0.7);
    line-height: 1.85;
    font-size: 1.02rem;
}

.vt-footer__hero-actions {
    display: grid;
    gap: 18px;
    justify-items: end;
}

.vt-footer__brand-mark {
    display: grid;
    justify-items: end;
    gap: 12px;
    padding: 18px 20px;
    width: 100%;
    min-height: 150px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 250, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: 0 18px 34px rgba(66, 74, 84, 0.12);
}

.vt-footer__brand-mark img {
    max-height: 92px;
    width: auto;
}

.vt-footer__brand-mark span {
    color: #0f0f0f;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    text-align: right;
}

.vt-footer__hero-actions .vt-btn {
    min-width: 220px;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 17, 17, 0.08);
    color: #111111;
    box-shadow: 0 14px 30px rgba(66, 74, 84, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.vt-footer__hero-actions .vt-btn:hover {
    transform: translateY(-2px);
    background: #f5c400;
    border-color: #f5c400;
    color: #111111;
    box-shadow: 0 20px 40px rgba(245, 196, 0, 0.18);
}

.vt-footer__grid {
    display: grid;
    grid-template-columns: 0.8fr 1.1fr 0.95fr;
    gap: 26px;
}

.vt-footer__column {
    padding: 24px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.26));
    border: 1px solid rgba(17, 17, 17, 0.08);
    backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.vt-footer__column h3 {
    margin: 0 0 18px;
    color: #111111;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.vt-footer-links,
.vt-footer__contact {
    display: grid;
    gap: 1px!important;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vt-footer-links a,
.vt-footer__contact a,
.vt-footer__contact span {
    color: rgba(17, 17, 17, 0.78);
    line-height: 1.7;
    transition: color 0.2s ease, opacity 0.2s ease;
    width: 90%;
}

.vt-footer-links a:hover {
    color: #f5c400;
}

.vt-footer__contact li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.vt-footer__contact li a {
    align-self: center;
}

.vt-footer__contact i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(245, 196, 0, 0.16);
    color: #f5c400;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.vt-footer__social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.vt-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.46);
    color: #f5c400;
    border: 1px solid rgba(17, 17, 17, 0.08);
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vt-footer__social a:hover {
    transform: translateY(-2px);
    background: #f5c400;
    color: #111111;
    border-color: #f5c400;
}

.vt-footer__note {
    margin: 18px 0 0;
    color: rgba(17, 17, 17, 0.66);
    line-height: 1.85;
}

.vt-footer__bottom {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.vt-footer__bottom p {
    margin: 0;
    color: rgba(17, 17, 17, 0.5);
}

@media (max-width: 1199px) {
    .vt-footer__hero,
    .vt-footer__grid {
        grid-template-columns: 1fr;
    }

    .vt-footer__hero-actions {
        justify-items: start;
    }

    .vt-footer__brand-mark span {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .vt-footer {
        margin-top: 26px;
    }

    .vt-footer__panel {
        padding: 24px 22px;
        border-radius: 26px;
        background-position: center, 64% 58%, 78% 14%;
        background-size: cover, 52% 52%, auto 128%;
    }

    .vt-footer__hero {
        gap: 20px;
        padding-bottom: 22px;
        margin-bottom: 22px;
    }

    .vt-footer__column {
        padding: 20px;
        border-radius: 22px;
    }

    .vt-footer__hero-actions .vt-btn,
    .vt-footer__brand-mark {
        min-width: 100%;
        width: 100%;
    }
}

/* Contact page refresh */
.vt-page-shell--contact-clean {
    padding-top: 164px;
    padding-bottom: 26px;
}

.vt-contact-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 32px;
    align-items: stretch;
}

.vt-contact-hero__copy,
.vt-contact-hero__panel,
.vt-contact-panel--clean,
.vt-form-card--clean,
.vt-contact-map {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 26px 68px rgba(17, 17, 17, 0.08);
}

.vt-contact-hero__copy {
    padding: 40px;
    background:
        radial-gradient(circle at top right, rgba(245, 196, 0, 0.18), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 245, 238, 0.96) 100%);
}

.vt-contact-hero__copy h1 {
    max-width: 10ch;
    line-height: 1.2 !important;
}

.vt-contact-hero__copy > p {
    max-width: 38rem;
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.85;
    color: #555555;
}

.vt-contact-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.vt-contact-stat {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(17, 17, 17, 0.06);
}

.vt-contact-stat strong {
    display: block;
    color: #111111;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.vt-contact-stat span {
    color: #646464;
    line-height: 1.6;
}

.vt-contact-hero__panel {
    display: grid;
    align-content: start;
    gap: 16px;
    padding: 40px;
    background: linear-gradient(145deg, #101010 0%, #191919 68%, #2f2603 100%);
}

.vt-contact-hero__panel .vt-kicker,
.vt-contact-hero__panel h2,
.vt-contact-hero__panel p,
.vt-contact-hero__line {
    color: #ffffff;
}

.vt-contact-hero__panel .vt-kicker,
.vt-contact-panel--clean .vt-kicker {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 244, 237, 0.96) 100%);
    border-color: rgba(255, 255, 255, 0.2);
    color: #232323;
}

.vt-contact-hero__panel h2 {
    margin: 0;
    font-size: clamp(2rem, 2.8vw, 3rem);
    line-height: 1.05;
}

.vt-contact-hero__lines {
    display: grid;
    gap: 14px;
}

.vt-contact-hero__line {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.vt-contact-hero__line span {
    color: #f8fafc;
    font-weight: 500;
}

.vt-contact-hero__line:hover,
.vt-contact-hero__line:focus {
    background: rgba(245, 196, 0, 0.14);
    border-color: rgba(245, 196, 0, 0.3);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.vt-contact-hero__line:hover span,
.vt-contact-hero__line:focus span {
    color: #ffffff;
}

.vt-contact-hero__line i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(245, 196, 0, 0.14);
    color: #f5c400;
    font-size: 1.1rem;
}

.vt-contact-hero__line:hover i,
.vt-contact-hero__line:focus i {
    background: rgba(245, 196, 0, 0.22);
    color: #ffd84d;
}

.vt-section--contact-clean {
    padding-top: 12px;
}

.vt-contact-grid {
    display: grid;
    /* grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr); */
    gap: 28px;
}

.vt-contact-panel--clean,
.vt-form-card--clean {
    height: 100%;
    padding: 34px;
}

.vt-contact-panel--clean {
    background: linear-gradient(145deg, #111111 0%, #1a1a1a 74%, #302700 100%);
}

.vt-contact-panel--clean .vt-kicker,
.vt-contact-panel--clean h2,
.vt-contact-panel--clean .vt-contact-panel__desc,
.vt-contact-panel--clean .vt-contact-item--clean span,
.vt-contact-panel--clean .vt-process-strip__item--clean span {
    color: #ffffff;
}

.vt-contact-panel__desc,
.vt-form-card__desc {
    margin: 0;
    line-height: 1.8;
}

.vt-contact-list--clean {
    margin-top: 24px;
}

.vt-contact-item--clean {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
}

.vt-contact-item--clean,
.vt-process-strip--clean .vt-process-strip__item--clean {
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.vt-contact-item--clean:hover,
.vt-contact-item--clean:focus-within,
.vt-process-strip--clean .vt-process-strip__item--clean:hover,
.vt-process-strip--clean .vt-process-strip__item--clean:focus-within {
    background: rgba(245, 196, 0, 0.14);
    border-color: rgba(245, 196, 0, 0.32);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.vt-contact-panel--clean .vt-contact-item--clean:hover span,
.vt-contact-panel--clean .vt-contact-item--clean:focus-within span,
.vt-contact-panel--clean .vt-process-strip__item--clean:hover span,
.vt-contact-panel--clean .vt-process-strip__item--clean:focus-within span {
    color: #ffffff;
}

.vt-contact-item--clean i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(245, 196, 0, 0.14);
}

.vt-process-strip--clean .vt-process-strip__item--clean {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
}

.vt-process-strip--clean .vt-process-strip__item--clean strong {
    background: #f5c400;
    color: #111111;
}

.vt-form-card--clean {
    background:
        radial-gradient(circle at top right, rgba(245, 196, 0, 0.14), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7f5ee 100%);
}

.vt-form-card--clean .form-control {
    background: rgba(255, 255, 255, 0.9);
}

.vt-section--contact-map {
    padding-top: 6px;
}

.vt-contact-map {
    padding: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 245, 238, 0.96) 100%);
}

.vt-contact-map__copy {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.vt-contact-map__copy p {
    margin: 0;
    color: #575757;
    line-height: 1.8;
}

.vt-contact-map__embed {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

@media (max-width: 1199px) {
    .vt-contact-hero,
    .vt-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .vt-page-shell--contact-clean {
        padding-top: 142px;
    }

    .vt-contact-hero__copy,
    .vt-contact-hero__panel,
    .vt-contact-panel--clean,
    .vt-form-card--clean {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .vt-page-shell--contact-clean {
        padding-top: 124px;
        padding-bottom: 16px;
    }

    .vt-contact-hero__copy,
    .vt-contact-hero__panel,
    .vt-contact-panel--clean,
    .vt-form-card--clean,
    .vt-contact-map {
        padding: 22px;
        border-radius: 24px;
    }

    .vt-contact-hero__stats {
        grid-template-columns: 1fr;
    }

    .vt-contact-hero__line {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 14px;
    }

    .vt-contact-hero__line i {
        width: 42px;
        height: 42px;
    }
}

/* Home hero visual refinement */
.vt-hero-stack {
    position: relative;
}

.vt-hero-visual--tall {
    position: relative;
    min-height: 560px;
    padding: 26px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(26, 22, 7, 0.12);
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 209, 61, 0.34) 0%, rgba(255, 209, 61, 0) 34%),
        radial-gradient(circle at 82% 84%, rgba(255, 220, 92, 0.28) 0%, rgba(255, 220, 92, 0) 30%),
        linear-gradient(145deg, #1b1606 0%, #b98600 46%, #f0c037 100%);
    box-shadow: 0 34px 72px rgba(33, 25, 4, 0.22);
}

.vt-hero-visual--video {
    padding: 0;
    isolation: isolate;
    border: 1px solid rgba(26, 22, 7, 0.16);
    background: #110d05;
}

.vt-hero-visual--tall::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 24%),
        linear-gradient(180deg, rgba(17, 17, 17, 0.02) 0%, rgba(17, 17, 17, 0.42) 100%);
}

.vt-hero-visual--video::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 22%),
        linear-gradient(180deg, rgba(17, 17, 17, 0.08) 0%, rgba(17, 17, 17, 0.36) 100%);
}

.vt-hero-visual--tall img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    opacity: 0.78;
    transform: scale(1.045);
    filter: saturate(0.92) contrast(1.02) brightness(0.96);
}

.vt-hero-visual__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.vt-hero-visual__mesh,
.vt-hero-visual__glow,
.vt-hero-visual__curve,
.vt-hero-visual__badge,
.vt-hero-visual__signal,
.vt-hero-visual__microcopy,
.vt-floating-panel {
    position: absolute;
    z-index: 2;
}

.vt-hero-visual__mesh {
    inset: 22px;
    border-radius: 28px;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.16) 56%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.44;
    pointer-events: none;
}

.vt-hero-visual__glow {
    top: -54px;
    right: -28px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 227, 137, 0.92) 0%, rgba(255, 227, 137, 0.18) 36%, rgba(255, 227, 137, 0) 72%);
    filter: blur(6px);
    opacity: 0.82;
    pointer-events: none;
}

.vt-hero-visual__curve {
    right: -86px;
    bottom: -110px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 0 0 42px rgba(255, 255, 255, 0.06),
        0 0 0 96px rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.vt-hero-visual__badge {
    top: 28px;
    left: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 242, 201, 0.22);
    background: rgba(18, 16, 10, 0.78);
    backdrop-filter: blur(16px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
    color: #fff8df;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.vt-hero-visual__badge i {
    color: #ffd243;
    font-size: 0.96rem;
}

.vt-hero-visual__signal {
    top: 92px;
    right: 28px;
    display: grid;
    gap: 4px;
    width: 152px;
    padding: 16px 18px;
    border-radius: 26px;
    background: rgba(255, 251, 241, 0.98);
    box-shadow: 0 18px 42px rgba(37, 28, 3, 0.22);
    color: #141414;
}

.vt-hero-visual__signal strong {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
}

.vt-hero-visual__signal span {
    font-size: 0.84rem;
    line-height: 1.45;
    color: #443f35;
    font-weight: 500;
}

.vt-floating-panel {
    left: 28px;
    right: 28px;
    bottom: 78px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 246, 216, 0.08);
    background: linear-gradient(180deg, rgba(16, 14, 10, 0.94) 0%, rgba(20, 17, 11, 0.88) 100%);
    backdrop-filter: blur(22px);
    box-shadow: 0 24px 44px rgba(11, 11, 11, 0.28);
}

.vt-floating-panel span {
    color: #f2cf53;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-shadow: none;
}

.vt-floating-panel strong {
    max-width: 22rem;
    color: #fffaf0;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.vt-floating-panel p {
    max-width: 25rem;
    color: rgba(255, 247, 220, 0.92);
    font-weight: 500;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

.vt-hero-visual__microcopy {
    left: 28px;
    right: 152px;
    bottom: 28px;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding-left: 16px;
    border-left: 2px solid rgba(255, 210, 67, 0.86);
    color: rgba(255, 249, 232, 0.96);
    font-size: 0.88rem;
    line-height: 1.55;
    font-weight: 500;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1199px) {
    .vt-hero-visual--tall {
        min-height: 520px;
    }
}

@media (max-width: 991px) {
    .vt-hero-visual--tall {
        min-height: 500px;
    }

    .vt-hero-visual__signal {
        width: 138px;
    }
}

@media (max-width: 767px) {
    .vt-hero-visual--tall {
        min-height: 420px;
        padding: 18px;
    }

    .vt-hero-visual__badge,
    .vt-hero-visual__signal,
    .vt-floating-panel,
    .vt-hero-visual__microcopy {
        left: 18px;
        right: 18px;
    }

    .vt-hero-visual__badge {
        top: 18px;
        gap: 8px;
        min-height: 40px;
        padding: 8px 14px;
        font-size: 0.72rem;
    }

    .vt-hero-visual__signal {
        top: 74px;
        width: auto;
        padding: 12px 14px;
        border-radius: 20px;
    }

    .vt-hero-visual__signal strong {
        font-size: 1.5rem;
    }

    .vt-floating-panel {
        bottom: 70px;
        padding: 18px;
        border-radius: 22px;
    }

    .vt-hero-visual__microcopy {
        right: 18px;
        bottom: 18px;
        font-size: 0.76rem;
    }

    .vt-hero-visual__curve {
        right: -130px;
        bottom: -146px;
        width: 260px;
        height: 260px;
        box-shadow:
            0 0 0 26px rgba(255, 255, 255, 0.05),
            0 0 0 58px rgba(255, 255, 255, 0.03);
    }
}

/* Mobile and tablet polish */
@media (max-width: 991px) {
    .vt-navbar {
        padding: 10px 0;
    }

    .vt-navbar .container-fluid {
        padding-left: 14px;
        padding-right: 14px;
    }

    .vt-brand-lockup {
        gap: 10px;
    }

    .vt-brand-lockup img {
        height: 44px;
        max-height: 44px;
    }

    .vt-brand-lockup__text strong {
        font-size: 1rem;
        line-height: 1.1;
    }

    .vt-brand-lockup__text small {
        max-width: 170px;
        font-size: 9px;
        line-height: 1.3;
        letter-spacing: 0.04em;
    }

    .vt-navbar__actions {
        gap: 8px;
    }

    .vt-lang-switch {
        width: 42px;
        height: 42px;
    }

    .vt-navbar__toggler {
        width: 42px;
        height: 42px;
    }

    .vt-hero-shell {
        padding-top: 72px;
    }

    .vt-hero-grid--editorial {
        gap: 18px;
    }

    .vt-hero-copy {
        padding: 28px 24px 24px;
    }

    .vt-hero-copy h1 {
        margin-top: 14px;
        font-size: clamp(2.7rem, 7vw, 4.2rem);
        line-height: 0.98;
        letter-spacing: -0.045em;
    }

    .vt-hero-copy > p {
        font-size: 0.96rem;
        line-height: 1.72;
    }

    .vt-hero-actions {
        margin: 22px 0 26px;
    }

    .vt-hero-metrics {
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .vt-header {
        backdrop-filter: blur(12px);
    }

    .vt-navbar {
        padding: 8px 0;
    }

    .vt-navbar .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .vt-navbar-shell {
        gap: 10px;
    }

    .vt-brand-lockup img {
        height: 38px;
        max-height: 38px;
    }

    .vt-brand-lockup__text strong {
        font-size: 0.92rem;
    }

    .vt-brand-lockup__text small {
        display: none;
    }

    .vt-lang-switch,
    .vt-navbar__toggler {
        width: 40px;
        height: 40px;
    }

    .vt-hero-shell {
        padding-top: 84px;
        padding-bottom: 22px;
    }

    .vt-hero-copy {
        padding: 86px 20px 20px;
    }

    .vt-kicker {
        min-height: 38px;
        padding: 7px 14px;
        font-size: 0.8rem;
        letter-spacing: 0.08em;
    }

    .vt-hero-copy h1 {
        margin: 10px 0 14px;
        font-size: clamp(2.2rem, 11vw, 3.5rem);
        line-height: 1.01;
        letter-spacing: -0.04em;
    }

    .vt-hero-copy > p {
        font-size: 0.9rem;
        line-height: 1.68;
    }

    .vt-hero-actions {
        gap: 10px;
        margin: 18px 0 22px;
    }

    .vt-hero-actions .vt-btn {
        min-height: 46px;
        padding: 0 18px;
        font-size: 1rem;
    }

    .vt-hero-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        padding-top: 14px;
    }

    .vt-hero-metric {
        padding-right: 0;
    }

    .vt-hero-metric strong {
        font-size: 1.7rem;
    }

    .vt-hero-metric span {
        font-size: 0.78rem;
        line-height: 1.4;
    }

    .vt-insight-row {
        gap: 12px;
    }

    .vt-insight-card {
        min-height: 132px;
        padding: 18px;
    }
}

/* Header and products title readability */
.vt-brand-lockup__text {
    gap: 4px;
}

.vt-brand-lockup__text strong {
    font-size: 1.18rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.vt-brand-lockup__text small {
    color: #4b4b4b;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.32;
    letter-spacing: 0.04em;
    text-transform: none;
}

.vt-products-heading h1 {
    max-width: 8.5em;
    margin: 0 auto;
    font-size: clamp(2.6rem, 3.5vw, 4rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

@media (max-width: 991px) {
    .vt-brand-lockup__text strong {
        font-size: 1rem;
    }

    .vt-brand-lockup__text small {
        font-size: 0.7rem;
        line-height: 1.28;
    }

    .vt-products-heading h1 {
        max-width: none;
        font-size: clamp(2.3rem, 6vw, 3.3rem);
        line-height: 1.1;
    }
}

@media (max-width: 767px) {
    .vt-products-heading h1 {
        font-size: clamp(2rem, 9.5vw, 2.8rem);
        line-height: 1.08;
        letter-spacing: -0.03em;
    }
}

body.vt-site.vt-lang-th {
    line-height: 1.95;
}

body.vt-site.vt-lang-th p,
body.vt-site.vt-lang-th li,
body.vt-site.vt-lang-th label,
body.vt-site.vt-lang-th .vt-kicker,
body.vt-site.vt-lang-th .vt-eyebrow,
body.vt-site.vt-lang-th .vt-brand-lockup__text small,
body.vt-site.vt-lang-th .vt-copy-point span,
body.vt-site.vt-lang-th .vt-richtext,
body.vt-site.vt-lang-th .vt-richtext p,
body.vt-site.vt-lang-th .vt-richtext li,
body.vt-site.vt-lang-th .vt-contact-hero__line span,
body.vt-site.vt-lang-th .vt-case-card__body span,
body.vt-site.vt-lang-th .vt-case-card__body em,
body.vt-site.vt-lang-th .vt-products-hero__project-body span {
    line-height: 1.3;
}

body.vt-site.vt-lang-th h1,
body.vt-site.vt-lang-th h2,
body.vt-site.vt-lang-th h3,
body.vt-site.vt-lang-th h4,
body.vt-site.vt-lang-th h5,
body.vt-site.vt-lang-th h6,
body.vt-site.vt-lang-th strong,
body.vt-site.vt-lang-th .vt-btn,
body.vt-site.vt-lang-th .vt-navbar__menu .nav-link,
body.vt-site.vt-lang-th .vt-brand-lockup__text strong,
body.vt-site.vt-lang-th .vt-copy-point strong,
body.vt-site.vt-lang-th .vt-case-card__body h3,
body.vt-site.vt-lang-th .vt-products-hero__project-body strong {
    line-height: 1.5;
}

body.vt-site.vt-lang-th,
body.vt-site.vt-lang-th h1,
body.vt-site.vt-lang-th h2,
body.vt-site.vt-lang-th h3,
body.vt-site.vt-lang-th h4,
body.vt-site.vt-lang-th h5,
body.vt-site.vt-lang-th h6,
body.vt-site.vt-lang-th p,
body.vt-site.vt-lang-th li,
body.vt-site.vt-lang-th a,
body.vt-site.vt-lang-th span,
body.vt-site.vt-lang-th label,
body.vt-site.vt-lang-th strong,
body.vt-site.vt-lang-th em {
    word-break: normal;
    overflow-wrap: break-word;
    line-break: loose;
    hyphens: none;
}

body.vt-site.vt-lang-th :where(
    p,
    li,
    dd,
    dt,
    blockquote,
    figcaption,
    .vt-richtext,
    .vt-richtext p,
    .vt-richtext li,
    .vt-feature-content p,
    .vt-section-intro p,
    .vt-section-heading-left p,
    .vt-section-copy p,
    .vt-copy-point span,
    .vt-case-card__body span,
    .vt-case-card__body em,
    .vt-products-hero__project-body span,
    .vt-contact-hero__line span,
    .vt-page-hero p,
    .vt-solution-card p,
    .vt-insight-card p,
    .vt-service-card p,
    .vt-project-card p,
    .vt-contact-item p,
    .vt-footer p,
    .vt-footer li,
    .vt-about-hero__panel strong,
    .vt-about-hero__panel span
) {
    text-wrap: auto;
    word-break: normal;
    overflow-wrap: normal;
    line-break: loose;
}

body.vt-site.vt-lang-th :where(
    p,
    li,
    dd,
    blockquote,
    figcaption,
    .vt-richtext p,
    .vt-richtext li,
    .vt-feature-content p,
    .vt-section-intro p,
    .vt-section-heading-left p,
    .vt-section-copy p,
    .vt-page-hero p,
    .vt-solution-card p,
    .vt-insight-card p,
    .vt-service-card p,
    .vt-project-card p,
    .vt-contact-item p,
    .vt-footer p,
    .vt-footer li
) {
    /* text-align: justify; */
    text-align-last: left;
    text-justify: inter-word;
}

body.vt-site.vt-lang-th h1,
body.vt-site.vt-lang-th h2,
body.vt-site.vt-lang-th h3,
body.vt-site.vt-lang-th h4,
body.vt-site.vt-lang-th h5,
body.vt-site.vt-lang-th h6,
body.vt-site.vt-lang-th .vt-case-card__body h3,
body.vt-site.vt-lang-th .vt-products-hero__project-body strong {
    letter-spacing: 0;
    text-wrap: auto;
}

body.vt-site.vt-lang-th .vt-hero-copy__headline {
    max-width: 8.2ch;
    line-height: 1.08;
    text-wrap: balance;
}

body.vt-site.vt-lang-th .vt-kicker,
body.vt-site.vt-lang-th .vt-eyebrow,
body.vt-site.vt-lang-th .vt-btn,
body.vt-site.vt-lang-th .vt-navbar__menu .nav-link,
body.vt-site.vt-lang-th .vt-brand-lockup__text small,
body.vt-site.vt-lang-th .vt-brand-lockup__text strong,
body.vt-site.vt-lang-th .vt-copy-point strong,
body.vt-site.vt-lang-th .vt-topbar__tag,
body.vt-site.vt-lang-th .vt-topbar__info a {
    letter-spacing: 0;
    text-transform: none;
}

body.vt-site.vt-lang-th .vt-about-hero__metric {
    min-width: 0;
}

body.vt-site.vt-lang-th .vt-about-hero__metric strong {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    font-size: clamp(1.2rem, 1.45vw, 1.7rem);
    letter-spacing: -0.01em;
}

body.vt-site.vt-lang-th .vt-about-hero__metric span {
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* About hero art direction refresh */
.vt-about-hero__visual {
    isolation: isolate;
}

.vt-about-hero__art {
    min-height: 620px;
    /* background:
        radial-gradient(circle at 18% 16%, rgba(255, 221, 110, 0.42), transparent 26%),
        radial-gradient(circle at 80% 18%, rgba(255, 202, 71, 0.2), transparent 24%),
        linear-gradient(155deg, #0c1015 0%, #14202a 42%, #1f2f38 100%); */
}

.vt-about-hero__art::after {
    background:
        linear-gradient(110deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 22%, transparent 42%),
        radial-gradient(circle at 72% 14%, rgba(255, 198, 62, 0.2), transparent 20%);
}

.vt-about-hero__art img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    padding: 0;
    filter: saturate(1.06) contrast(1.03) brightness(0.92);
    transform: scale(1.02);
    animation: vtAboutTowerFloat 14s ease-in-out infinite alternate,
        vtAboutTowerZoom 22s ease-in-out infinite alternate;
}

.vt-about-hero__glow,
.vt-about-hero__grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.vt-about-hero__glow {
    z-index: 2;
    border-radius: inherit;
    mix-blend-mode: screen;
}

.vt-about-hero__glow--one {
    inset: auto auto 8% 7%;
    width: 34%;
    height: 34%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 200, 72, 0.38) 0%, rgba(255, 200, 72, 0.14) 36%, transparent 74%);
    filter: blur(10px);
    animation: vtAboutPulse 8s ease-in-out infinite;
}

.vt-about-hero__glow--two {
    inset: 10% 8% auto auto;
    width: 42%;
    height: 28%;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 229, 156, 0.28) 48%, transparent 100%);
    filter: blur(20px);
    animation: vtAboutSweep 7s ease-in-out infinite;
}

.vt-about-hero__grid {
    z-index: 2;
    background:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72), transparent 88%);
    opacity: 0.26;
    animation: vtAboutGridDrift 18s linear infinite;
}

.vt-about-hero__panel {
    z-index: 3;
    overflow: hidden;
}

.vt-about-hero__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 42%);
    opacity: 0.6;
    pointer-events: none;
}

.vt-about-hero__panel--light {
    top: 28px;
    left: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(250, 246, 236, 0.86) 100%);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.16);
    animation: vtAboutPanelFloat 9s ease-in-out infinite;
}

.vt-about-hero__panel--dark {
    right: 28px;
    bottom: 28px;
    background: linear-gradient(145deg, rgba(13, 17, 23, 0.94) 0%, rgba(27, 32, 40, 0.94) 100%);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.22);
    animation: vtAboutPanelFloat 10s ease-in-out infinite reverse;
}

@keyframes vtAboutTowerFloat {
    0% {
        transform: translate3d(0, 0, 0) scale(1.02);
    }
    100% {
        transform: translate3d(0, -10px, 0) scale(1.05);
    }
}

@keyframes vtAboutTowerZoom {
    0% {
        object-position: 50% 50%;
    }
    100% {
        object-position: 50% 42%;
    }
}

@keyframes vtAboutPulse {
    0%,
    100% {
        transform: scale(0.96);
        opacity: 0.55;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.9;
    }
}

@keyframes vtAboutSweep {
    0% {
        transform: translate3d(-8%, -2%, 0);
        opacity: 0.24;
    }
    50% {
        transform: translate3d(6%, 2%, 0);
        opacity: 0.5;
    }
    100% {
        transform: translate3d(-8%, -2%, 0);
        opacity: 0.24;
    }
}

@keyframes vtAboutGridDrift {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 34px, 0);
    }
}

@keyframes vtAboutPanelFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -8px, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vt-about-hero__art img,
    .vt-about-hero__glow--one,
    .vt-about-hero__glow--two,
    .vt-about-hero__grid,
    .vt-about-hero__panel--light,
    .vt-about-hero__panel--dark {
        animation: none !important;
    }
}

/* Hero art direction refresh */
.vt-hero-shell {
    padding: 34px 0 36px;
}

.vt-hero-container {
    position: relative;
}

.vt-hero-stage {
    position: relative;
    overflow: hidden;
    padding: 38px;
    border-radius: 40px;
    border: 1px solid rgba(18, 18, 18, 0.08);
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 219, 109, 0.18) 0%, rgba(255, 219, 109, 0) 28%),
        radial-gradient(circle at 82% 84%, rgba(255, 194, 57, 0.2) 0%, rgba(255, 194, 57, 0) 24%),
        linear-gradient(135deg, #0b0c0f 0%, #17191d 34%, #1f1b0d 62%, #0f1013 100%);
    box-shadow: 0 34px 90px rgba(10, 10, 10, 0.16);
}

.vt-hero-stage__ambient {
    position: absolute;
    border-radius: 999px;
    filter: blur(18px);
    pointer-events: none;
}

.vt-hero-stage__ambient--one {
    top: -110px;
    left: -60px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 214, 84, 0.44) 0%, rgba(255, 214, 84, 0) 72%);
    animation: vtHeroFloat 9s ease-in-out infinite;
}

.vt-hero-stage__ambient--two {
    right: -80px;
    bottom: -100px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 193, 34, 0.22) 0%, rgba(255, 193, 34, 0) 74%);
    animation: vtHeroFloat 11s ease-in-out infinite reverse;
}

.vt-hero-grid--editorial {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.98fr);
    gap: 32px;
    align-items: center;
}

.vt-hero-copy {
    padding: 12px 8px 12px 4px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.vt-hero-copy__meta {
    display: grid;
    gap: 18px;
}

.vt-hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 229, 152, 0.16);
    background: rgba(255, 248, 227, 0.08);
    color: #ffe4a0;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    backdrop-filter: blur(16px);
}

.vt-hero-brandline {
    display: grid;
    gap: 6px;
    max-width: 22rem;
}

.vt-hero-brandline strong {
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.12rem;
    letter-spacing: -0.02em;
}

.vt-hero-brandline span {
    color: rgba(255, 249, 232, 0.72);
    font-size: 0.92rem;
    line-height: 1.5;
}

.vt-hero-copy h1 {
    margin-top: 26px;
    margin-bottom: 22px;
    color: #fff8eb;
    font-size: clamp(3.4rem, 5vw, 6rem);
    line-height: 0.92;
}

.vt-hero-copy__headline {
    max-width: 7.4ch;
    text-wrap: balance;
    text-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
}

.vt-hero-copy__lead {
    max-width: 31rem;
    color: rgba(255, 247, 225, 0.78);
    font-size: 1rem;
    line-height: 1.82;
    text-wrap: pretty;
}

.vt-hero-actions {
    margin-top: 28px;
    margin-bottom: 26px;
}

.vt-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.vt-hero-proof span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 247, 227, 0.88);
    font-size: 0.84rem;
    font-weight: 500;
    backdrop-filter: blur(14px);
}

.vt-hero-visual {
    border-radius: 36px;
}

.vt-hero-visual--tall {
    min-height: 560px;
}

.vt-hero-visual--video {
    padding: 0;
    isolation: isolate;
    border: 1px solid rgba(255, 235, 173, 0.12);
    background: #110d05;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
    transform: perspective(1600px) rotateY(-6deg);
    transform-origin: left center;
}

.vt-hero-visual--video::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 18%),
        linear-gradient(180deg, rgba(17, 17, 17, 0.02) 0%, rgba(17, 17, 17, 0.44) 100%);
}

.vt-hero-visual__video {
    transform: scale(1.08);
    filter: saturate(1.06) contrast(1.04) brightness(0.92);
}

.vt-hero-visual__halo,
.vt-hero-visual__ring {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.vt-hero-visual__halo {
    inset: auto auto 12% -4%;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 34, 0.52) 0%, rgba(255, 193, 34, 0.12) 34%, rgba(255, 193, 34, 0) 72%);
    filter: blur(16px);
    animation: vtHeroPulse 6s ease-in-out infinite;
}

.vt-hero-visual__ring {
    top: 8%;
    right: 6%;
    width: 72%;
    height: 72%;
    border-radius: 50%;
    border: 1px solid rgba(255, 239, 196, 0.28);
    box-shadow:
        0 0 0 28px rgba(255, 255, 255, 0.04),
        0 0 0 64px rgba(255, 227, 133, 0.04);
    opacity: 0.72;
}

.vt-hero-visual__caption {
    position: absolute;
    left: 28px;
    top: 28px;
    z-index: 3;
    display: grid;
    gap: 6px;
    max-width: 18rem;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(17, 15, 10, 0.5);
    border: 1px solid rgba(255, 236, 177, 0.14);
    backdrop-filter: blur(16px);
}

.vt-hero-visual__caption strong {
    color: #fff9ec;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
    line-height: 1.2;
}

.vt-hero-visual__caption span {
    color: rgba(255, 244, 214, 0.78);
    font-size: 0.82rem;
    line-height: 1.6;
}

.vt-hero-visual__footer {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 3;
    min-height: 44px;
    padding-left: 16px;
    border-left: 2px solid rgba(255, 205, 72, 0.92);
    color: rgba(255, 247, 225, 0.92);
    font-size: 0.88rem;
    line-height: 1.6;
    font-weight: 500;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

body.vt-site.vt-lang-th .vt-hero-copy__headline {
    max-width: 7ch;
    line-height: 1.02;
}

body.vt-site.vt-lang-th .vt-hero-kicker,
body.vt-site.vt-lang-th .vt-hero-proof span,
body.vt-site.vt-lang-th .vt-hero-brandline span {
    letter-spacing: 0;
}

@keyframes vtHeroFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, 12px, 0);
    }
}

@keyframes vtHeroPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.78;
    }
    50% {
        transform: scale(1.06);
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .vt-hero-stage {
        padding: 26px 22px;
        border-radius: 30px;
    }

    .vt-hero-grid--editorial {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vt-hero-copy {
        padding: 0;
    }

    .vt-hero-copy h1 {
        font-size: clamp(2.8rem, 7vw, 4.4rem);
    }

    .vt-hero-visual--video {
        transform: none;
    }
}

@media (max-width: 767px) {
    .vt-hero-shell {
        padding-top: 22px;
    }

    .vt-hero-stage {
        padding: 18px;
        border-radius: 24px;
    }

    .vt-hero-kicker {
        min-height: 34px;
        padding: 0 12px;
        font-size: 0.72rem;
    }

    .vt-hero-brandline strong {
        font-size: 1rem;
    }

    .vt-hero-brandline span {
        font-size: 0.82rem;
    }

    .vt-hero-copy h1 {
        margin-top: 18px;
        font-size: clamp(2.5rem, 12vw, 3.9rem);
    }

    .vt-hero-copy__lead {
        font-size: 0.92rem;
        line-height: 1.72;
    }

    .vt-hero-proof {
        gap: 10px;
    }

    .vt-hero-proof span {
        min-height: 34px;
        padding: 0 12px;
        font-size: 0.76rem;
    }

    .vt-hero-visual--tall {
        min-height: 420px;
    }

    .vt-hero-visual__caption {
        left: 18px;
        right: 18px;
        top: 18px;
        max-width: none;
        padding: 14px 15px;
        border-radius: 16px;
    }

    .vt-hero-visual__footer {
        left: 18px;
        right: 18px;
        bottom: 18px;
        font-size: 0.76rem;
    }

    .vt-hero-visual__ring {
        top: 18%;
        right: -2%;
        width: 88%;
        height: 66%;
    }
}

/* Hero full-bleed banner override */
.vt-hero-shell {
    padding: 20px 0 36px;
}

.vt-hero-stage {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    width: calc(100vw - 48px);
    margin-left: calc(50% - 50vw + 24px);
    margin-right: calc(50% - 50vw + 24px);
}

.vt-hero-banner {
    position: relative;
}

.vt-hero-banner__media {
    position: relative;
}

.vt-hero-grid--editorial,
.vt-hero-stack {
    display: block;
}

.vt-hero-visual--tall {
    min-height: min(62svh, 720px);
    aspect-ratio: 16 / 9;
    border-radius: 36px;
}

.vt-hero-visual--video {
    transform: none;
    border: 1px solid rgba(255, 235, 173, 0.12);
    background: #07080a;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28);
}

.vt-hero-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(6, 7, 10, 0.88) 0%, rgba(6, 7, 10, 0.58) 34%, rgba(6, 7, 10, 0.2) 58%, rgba(6, 7, 10, 0.08) 100%),
        linear-gradient(180deg, rgba(255, 215, 104, 0.08) 0%, rgba(255, 215, 104, 0) 24%, rgba(6, 7, 10, 0.24) 100%);
}

.vt-hero-banner__content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 40rem) minmax(260px, 20rem);
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    padding: clamp(34px, 4vw, 56px);
}

.vt-hero-copy {
    align-self: end;
    padding: 0;
    max-width: 39rem;
    animation: vtHeroReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vt-hero-copy__meta {
    gap: 14px;
}

.vt-hero-kicker {
    background: rgba(255, 248, 227, 0.1);
}

.vt-hero-copy h1 {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: clamp(2.8rem, 4.2vw, 5rem);
    line-height: 0.98;
}

.vt-hero-copy__headline {
    max-width: 8.8ch;
}

.vt-hero-copy__lead {
    max-width: 32rem;
    font-size: clamp(0.98rem, 1.2vw, 1.08rem);
    line-height: 1.8;
}

.vt-hero-actions {
    margin-top: 24px;
    margin-bottom: 22px;
}

.vt-hero-actions .vt-btn {
    min-width: 0;
    min-height: 56px;
}

.vt-hero-actions .vt-btn--outline {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
    color: #fff7e2;
    backdrop-filter: blur(12px);
}

.vt-hero-actions .vt-btn--outline:hover {
    background: #ffffff;
    color: #111111;
}

.vt-hero-proof {
    gap: 10px;
    padding-left: 6px;
    padding-bottom: 6px;
}

.vt-hero-proof span {
    background: rgba(255, 255, 255, 0.08);
}

.vt-hero-banner__aside {
    display: grid;
    align-self: stretch;
    align-content: space-between;
    justify-items: end;
    gap: 18px;
    animation: vtHeroReveal 1.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vt-hero-visual__caption {
    position: relative;
    left: auto;
    top: auto;
    max-width: 18rem;
    background: rgba(17, 15, 10, 0.42);
}

.vt-hero-visual__footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: 19rem;
    margin-top: auto;
    padding: 14px 0 14px 16px;
    background: linear-gradient(90deg, rgba(12, 11, 9, 0.44) 0%, rgba(12, 11, 9, 0) 100%);
    backdrop-filter: blur(8px);
}

.vt-hero-visual__video {
    transform: scale(1.06);
    filter: saturate(1.04) contrast(1.04) brightness(0.8);
}

.vt-hero-visual__scan {
    position: absolute;
    inset: -12% auto auto -18%;
    z-index: 2;
    width: 42%;
    height: 140%;
    background: linear-gradient(90deg, rgba(255, 214, 104, 0) 0%, rgba(255, 214, 104, 0.16) 50%, rgba(255, 214, 104, 0) 100%);
    transform: rotate(9deg);
    mix-blend-mode: screen;
    animation: vtHeroSweep 10s linear infinite;
    pointer-events: none;
}

.vt-hero-visual__halo {
    inset: auto auto 10% 52%;
    width: 280px;
    height: 280px;
}

.vt-hero-visual__ring {
    top: 10%;
    right: 8%;
    width: 46%;
    height: 74%;
}

body.vt-site.vt-lang-th .vt-hero-copy__headline {
    max-width: 8.1ch;
}

@keyframes vtHeroReveal {
    from {
        opacity: 0;
        transform: translate3d(0, 32px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes vtHeroSweep {
    0% {
        transform: translate3d(-16%, 0, 0) rotate(9deg);
        opacity: 0;
    }
    14% {
        opacity: 1;
    }
    50% {
        transform: translate3d(124%, 0, 0) rotate(9deg);
        opacity: 0.78;
    }
    100% {
        transform: translate3d(124%, 0, 0) rotate(9deg);
        opacity: 0;
    }
}

@media (max-width: 1199px) {
    .vt-hero-banner__content {
        grid-template-columns: minmax(0, 34rem) minmax(220px, 16rem);
    }

    .vt-hero-copy h1 {
        font-size: clamp(2.6rem, 4.8vw, 4.4rem);
    }
}

@media (max-width: 991px) {
    .vt-hero-visual--tall {
        min-height: min(68svh, 620px);
        aspect-ratio: auto;
    }

    .vt-hero-banner__content {
        grid-template-columns: 1fr;
        align-items: end;
    }

    .vt-hero-banner__aside {
        justify-items: start;
        align-content: end;
    }

    .vt-hero-visual__caption,
    .vt-hero-visual__footer {
        max-width: 28rem;
    }

    .vt-hero-visual__ring {
        width: 64%;
        height: 56%;
    }
}

@media (max-width: 767px) {
    .vt-hero-shell {
        padding-top: 16px;
    }

    .vt-hero-stage {
        width: calc(100vw - 24px);
        margin-left: calc(50% - 50vw + 12px);
        margin-right: calc(50% - 50vw + 12px);
    }

    .vt-hero-visual--tall {
        min-height: 520px;
        border-radius: 26px;
    }

    .vt-hero-banner__content {
        padding: 24px 22px;
        gap: 16px;
    }

    .vt-hero-banner__overlay {
        background:
            linear-gradient(180deg, rgba(6, 7, 10, 0.12) 0%, rgba(6, 7, 10, 0.26) 18%, rgba(6, 7, 10, 0.82) 72%, rgba(6, 7, 10, 0.96) 100%);
    }

    .vt-hero-copy h1 {
        font-size: clamp(2.3rem, 11vw, 3.5rem);
        line-height: 0.98;
    }

    .vt-hero-copy__headline,
    body.vt-site.vt-lang-th .vt-hero-copy__headline {
        max-width: none;
    }

    .vt-hero-copy__lead {
        font-size: 0.9rem;
        line-height: 1.72;
    }

    .vt-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .vt-hero-actions .vt-btn {
        width: 100%;
        justify-content: center;
    }

    .vt-hero-proof {
        gap: 8px;
    }

    .vt-hero-proof span {
        min-height: 32px;
        font-size: 0.74rem;
    }

    .vt-hero-banner__aside {
        gap: 12px;
    }

    .vt-hero-visual__caption,
    .vt-hero-visual__footer {
        max-width: none;
    }

    .vt-hero-visual__caption {
        padding: 12px 14px;
    }

    .vt-hero-visual__footer {
        font-size: 0.74rem;
        line-height: 1.55;
    }

    .vt-hero-visual__scan {
        width: 60%;
    }

    .vt-hero-visual__ring {
        top: 8%;
        right: -8%;
        width: 82%;
        height: 44%;
    }
}

/* Header clearance for full hero */
.vt-hero-shell {
    padding-top: 176px;
}

@media (max-width: 991px) {
    .vt-hero-shell {
        padding-top: 44px;
    }
}

/* Viewport-fitted hero */
.vt-hero-shell {
    --vt-hero-top-offset: 176px;
    --vt-hero-bottom-gap: 18px;
    padding-top: var(--vt-hero-top-offset);
    padding-bottom: 0;
}

.vt-hero-stage {
    width: calc(100vw - 32px);
    margin-left: calc(50% - 50vw + 16px);
    margin-right: calc(50% - 50vw + 16px);
}

.vt-hero-visual--tall {
    height: calc(100svh - var(--vt-hero-top-offset) - var(--vt-hero-bottom-gap));
    min-height: 0;
    max-height: calc(100svh - var(--vt-hero-top-offset) - var(--vt-hero-bottom-gap));
    aspect-ratio: auto;
}

.vt-hero-banner__content {
    grid-template-columns: minmax(0, 43rem) minmax(220px, 16rem);
    align-items: end;
    padding: clamp(28px, 3vw, 44px);
}

.vt-hero-copy {
    max-width: 43rem;
    padding-top: 10px;
    padding-left: 10px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.vt-hero-copy::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

.vt-hero-copy h1 {
    font-size: clamp(2.2rem, 3.2vw, 4.1rem);
    line-height: 1;
}

.vt-hero-copy__headline,
body.vt-site.vt-lang-th .vt-hero-copy__headline {
    max-width: 12.5ch;
    text-shadow: none;
}

.vt-hero-copy__headline-line {
    display: block;
    white-space: nowrap;
    margin-bottom: 1rem;
}

.vt-hero-copy__lead {
    max-width: 29rem;
    font-size: clamp(0.92rem, 1vw, 1rem);
    line-height: 1.7;
}

.vt-hero-actions .vt-btn {
    min-height: 52px;
    padding-inline: 22px;
}

.vt-hero-proof span {
    min-height: 34px;
    font-size: 0.78rem;
}

.vt-hero-visual__caption {
    max-width: 16rem;
    padding: 14px 16px;
}

.vt-hero-visual__caption strong {
    font-size: 0.96rem;
}

.vt-hero-visual__caption span,
.vt-hero-visual__footer {
    font-size: 0.8rem;
    line-height: 1.55;
}

@media (max-width: 1199px) {
    .vt-hero-shell {
        --vt-hero-top-offset: 168px;
        --vt-hero-bottom-gap: 16px;
    }

    .vt-hero-banner__content {
        grid-template-columns: minmax(0, 36rem) minmax(210px, 14rem);
        padding: 24px 28px 28px;
    }

    .vt-hero-copy h1 {
        font-size: clamp(2rem, 3.6vw, 3.5rem);
    }
}

@media (max-width: 991px) {
    .vt-hero-shell {
        --vt-hero-top-offset: 44px;
        --vt-hero-bottom-gap: 12px;
        padding-top: var(--vt-hero-top-offset);
    }

    .vt-hero-stage {
        width: calc(100vw - 20px);
        margin-left: calc(50% - 50vw + 10px);
        margin-right: calc(50% - 50vw + 10px);
    }

    .vt-hero-visual--tall {
        height: calc(100svh - var(--vt-hero-top-offset) - var(--vt-hero-bottom-gap));
        max-height: calc(100svh - var(--vt-hero-top-offset) - var(--vt-hero-bottom-gap));
    }

    .vt-hero-banner__content {
        grid-template-columns: 1fr;
        padding: 22px;
        gap: 14px;
    }

    .vt-hero-copy {
        max-width: 30rem;
        padding-top: 6px;
        padding-left: 6px;
    }

    .vt-hero-copy h1 {
        font-size: clamp(2.2rem, 6vw, 3.6rem);
    }

    .vt-hero-copy__headline,
    body.vt-site.vt-lang-th .vt-hero-copy__headline {
        max-width: 11.5ch;
    }

    .vt-hero-copy__headline-line {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .vt-hero-shell {
        --vt-hero-top-offset: 24px;
        --vt-hero-bottom-gap: 10px;
    }

    .vt-hero-stage {
        width: calc(100vw - 12px);
        margin-left: calc(50% - 50vw + 6px);
        margin-right: calc(50% - 50vw + 6px);
    }

    .vt-hero-banner__content {
        padding: 18px 16px;
    }

    .vt-hero-copy h1 {
        font-size: clamp(2rem, 9vw, 3rem);
        line-height: 1;
    }

    .vt-hero-copy__lead {
        font-size: 0.88rem;
        line-height: 1.62;
    }

    .vt-hero-copy {
        padding-top: 4px;
        padding-left: 4px;
    }

    .vt-hero-copy__headline,
    body.vt-site.vt-lang-th .vt-hero-copy__headline {
        max-width: none;
    }

    .vt-hero-copy__headline-line {
        white-space: normal;
    }

    .vt-hero-proof span {
        min-height: 30px;
        font-size: 0.72rem;
    }
}

/* Request update: section topic treatment + contact card alignment */
.vt-kicker,
.vt-eyebrow,
.vt-contact-hero__panel .vt-kicker,
.vt-contact-panel--clean .vt-kicker,
.vt-services-layout__intro .vt-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: clamp(1.15rem, 1.35vw, 1.45rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: none;
}

.vt-kicker::before,
.vt-eyebrow::before {
    content: none;
    display: none;
}

.vt-section-intro,
.vt-section-heading-left,
.vt-work-heading .vt-section-heading-left,
.vt-contact-hero__copy,
.vt-contact-hero__panel,
.vt-form-card,
.vt-contact-map__copy {
    align-items: start;
}

.vt-section-intro .vt-kicker,
.vt-section-heading-left .vt-kicker,
.vt-work-heading .vt-kicker,
.vt-contact-hero__copy .vt-kicker,
.vt-contact-hero__panel .vt-kicker,
.vt-form-card .vt-kicker,
.vt-contact-map__copy .vt-kicker {
    margin-bottom: 12px;
}

.vt-contact-hero__lines {
    gap: 12px;
}

.vt-contact-hero__line {
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 14px;
}

.vt-contact-hero__line span {
    display: flex;
    align-items: center;
    min-height: 46px;
    font-size: 1.02rem;
    line-height: 1.65;
}

.vt-contact-hero__line--address {
    align-items: start;
}

.vt-contact-hero__line--address i {
    margin-top: 2px;
}

.vt-contact-hero__line--address span {
    display: block;
    min-height: 0;
    line-height: 1.72;
}

@media (max-width: 991px) {
    .vt-kicker,
    .vt-eyebrow,
    .vt-contact-hero__panel .vt-kicker,
    .vt-contact-panel--clean .vt-kicker,
    .vt-services-layout__intro .vt-kicker {
        font-size: 1.08rem;
    }
}

@media (max-width: 767px) {
    .vt-kicker,
    .vt-eyebrow,
    .vt-contact-hero__panel .vt-kicker,
    .vt-contact-panel--clean .vt-kicker,
    .vt-services-layout__intro .vt-kicker {
        font-size: 1rem;
    }

    .vt-contact-hero__line {
        padding: 14px 16px;
    }

    .vt-contact-hero__line span {
        font-size: 0.96rem;
    }
}
