:root{
  --vtt-bg: #ffffff;
  --vtt-bg-soft: #fbfaf7;
  --vtt-text: #232323;
  --vtt-text-soft: #666666;
  --vtt-line: #ece7db;
  --vtt-gold: #c79a3c;
  --vtt-gold-dark: #a97d27;
  --vtt-green: #57c6ab;
  --vtt-green-dark: #35b294;
  --vtt-shadow: 0 20px 50px rgba(27, 31, 35, 0.07);
  --vtt-wrap: 1220px;
  --vtt-mobile-nav-h: 92px;
}

*,
*::before,
*::after{
  box-sizing: border-box;
  min-width: 0;
}

html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.vtt-page{
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  font-family: 'Inter', Arial, sans-serif !important;
  background: var(--vtt-bg) !important;
  color: var(--vtt-text) !important;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.vtt-page,
.vtt-page main,
.vtt-page section,
.vtt-page header,
.vtt-page footer{
  max-width: 100%;
  overflow-x: clip;
}

.vtt-page img{
  max-width: 100%;
  height: auto;
  display: block;
}

.vtt-page a{
  text-decoration: none;
  color: inherit;
}

.vtt-page button{
  font: inherit;
}

.vtt-wrap{
  width: 100%;
  max-width: var(--vtt-wrap);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* HEADER */
.vtt-header{
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(199,154,60,0.12);
  box-shadow: 0 8px 30px rgba(20, 20, 20, 0.04);
}

.vtt-header-inner{
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.vtt-brand{
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.vtt-brand-logo{
  width: min(310px, 24vw);
  min-width: 210px;
  max-width: 310px;
  height: auto;
  object-fit: contain;
}

.vtt-nav{
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.vtt-nav-link{
  position: relative;
  font-size: 15px;
  font-weight: 800;
  color: #3f3f3f;
  padding: 8px 0;
  transition: color .25s ease;
  white-space: nowrap;
}

.vtt-nav-link::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vtt-gold-dark), #e0bc67, var(--vtt-gold-dark));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}

.vtt-nav-link:hover,
.vtt-nav-link.is-active{
  color: var(--vtt-gold-dark);
}

.vtt-nav-link:hover::after,
.vtt-nav-link.is-active::after{
  transform: scaleX(1);
}

/* TOP BANNER */
.vtt-top-banner{
  padding: 12px 0 6px;
  background: #fff;
}

.vtt-top-banner-box{
  overflow: hidden;
  border-radius: 22px;
  background: #0f0f0f;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.vtt-top-banner-box img{
  width: 100%;
}

.vtt-mobile-quick-actions{
  display: none;
}

/* SHARED */
.vtt-section{
  padding: 82px 0;
}

.vtt-section-soft{
  background: linear-gradient(180deg, #fff 0%, #fcfbf8 100%);
}

.vtt-kicker{
  display: inline-block;
  margin-bottom: 14px;
  color: var(--vtt-gold-dark);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vtt-title-lg{
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.vtt-text{
  margin: 0;
  color: var(--vtt-text-soft);
  font-size: 16px;
}

.vtt-btn{
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  transition: .28s ease;
}

.vtt-btn-gold{
  background: linear-gradient(135deg, var(--vtt-gold) 0%, #e2bf68 100%);
  color: #fff;
  box-shadow: 0 16px 28px rgba(199,154,60,0.24);
}

.vtt-btn-gold:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(199,154,60,0.30);
}

.vtt-btn-outline{
  background: #fff;
  color: #333;
  border: 1px solid rgba(199,154,60,0.22);
}

.vtt-btn-outline:hover{
  border-color: var(--vtt-gold);
  color: var(--vtt-gold-dark);
  transform: translateY(-2px);
}

.vtt-section-head{
  max-width: 860px;
  margin: 0 auto 40px;
}

.vtt-center{
  text-align: center;
}

/* FACEBOOK ADS */
.vtt-ads-section{
  padding-top: 24px;
  padding-bottom: 58px;
  background: linear-gradient(180deg, #fff 0%, #fcfbf8 100%);
}

.vtt-ads-shell{
  background: linear-gradient(180deg, #ffffff 0%, #fcfbf8 100%);
  border: 1px solid rgba(199,154,60,0.12);
  border-radius: 30px;
  padding: 32px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.05);
}

.vtt-ads-top{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  margin-bottom: 28px;
}

.vtt-ads-top-right{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.vtt-ads-layout{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  align-items: start;
}

.vtt-image-card{
  background: linear-gradient(180deg, #fff 0%, #fcfbf8 100%);
  border: 1px solid rgba(199,154,60,0.14);
  border-radius: 28px;
  padding: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  overflow: hidden;
}

.vtt-image-card img{
  width: 100%;
  border-radius: 18px;
}

.vtt-ads-benefits{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vtt-mini-card{
  background: #fff;
  border: 1px solid rgba(199,154,60,0.12);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.04);
  height: 100%;
}

.vtt-mini-card i{
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--vtt-gold) 0%, #e3bf68 100%);
  color: #fff;
  font-size: 20px;
  margin-bottom: 14px;
}

.vtt-mini-card h3{
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.35;
}

.vtt-mini-card p{
  margin: 0;
  color: var(--vtt-text-soft);
  font-size: 15px;
}

/* HERO */
.vtt-hero{
  position: relative;
  overflow: hidden;
  padding: 56px 0 48px;
  background:
    radial-gradient(circle at top left, rgba(247,237,215,0.9), transparent 28%),
    radial-gradient(circle at right center, rgba(199,154,60,0.10), transparent 22%),
    linear-gradient(180deg, #fff 0%, #fcfbf8 100%);
}

.vtt-hero-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 40px;
  align-items: center;
}

.vtt-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(199,154,60,0.16);
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
  color: var(--vtt-gold-dark);
  font-weight: 700;
  font-size: 14px;
}

.vtt-hero-title{
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 22px 0 16px;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.vtt-hero-title span{
  color: var(--vtt-gold-dark);
}

.vtt-hero-desc{
  max-width: 720px;
  margin: 0 0 28px;
  font-size: 17px;
  color: var(--vtt-text-soft);
}

.vtt-hero-actions{
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.vtt-hero-list{
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
}

.vtt-hero-list-item{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #555;
  font-weight: 600;
}

.vtt-hero-list-item i{
  color: var(--vtt-gold-dark);
}

/* SHOWCASE */
.vtt-showcase{
  position: relative;
  min-height: 560px;
  width: 100%;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(199,154,60,0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  border: 1px solid rgba(199,154,60,0.14);
  box-shadow: 0 20px 50px rgba(27, 31, 35, 0.07);
  padding: 28px;
  overflow: hidden;
}

.vtt-showcase-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(199,154,60,0.16);
  color: var(--vtt-gold-dark);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

.vtt-showcase-head{
  margin-top: 18px;
  margin-bottom: 24px;
}

.vtt-showcase-head h3{
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #2f2f2f;
}

.vtt-showcase-head p{
  margin: 0;
  color: #666;
  font-size: 15px;
}

.vtt-slider-mask{
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 26px;
  padding: 8px 0 10px;
}

.vtt-slider-mask::before,
.vtt-slider-mask::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 54px;
  z-index: 2;
  pointer-events: none;
}

.vtt-slider-mask::before{
  left: 0;
  background: linear-gradient(90deg, #fbfaf7 0%, rgba(251,250,247,0) 100%);
}

.vtt-slider-mask::after{
  right: 0;
  background: linear-gradient(270deg, #fbfaf7 0%, rgba(251,250,247,0) 100%);
}

.vtt-slider-track{
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
  animation: vttMarquee 42s linear infinite;
  will-change: transform;
}

.vtt-slider-mask:hover .vtt-slider-track{
  animation-play-state: paused;
}

.vtt-slide{
  flex: 0 0 310px;
  width: 310px;
  height: 210px;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(199,154,60,0.14);
  box-shadow: 0 14px 30px rgba(0,0,0,0.05);
  transition: transform .28s ease, box-shadow .28s ease;
}

.vtt-slide:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(0,0,0,0.10);
}

.vtt-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes vttMarquee{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}

/* STATS */
.vtt-stats{
  padding: 10px 0 0;
}

.vtt-stats-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vtt-stat-card{
  background: #fff;
  border: 1px solid rgba(199,154,60,0.12);
  border-radius: 24px;
  padding: 26px 22px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.04);
}

.vtt-stat-number{
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  line-height: 1;
  color: var(--vtt-gold-dark);
  margin-bottom: 12px;
}

.vtt-stat-label{
  color: var(--vtt-text-soft);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.45;
}

/* ABOUT */
.vtt-about-horizontal{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vtt-info-card{
  background: linear-gradient(180deg, #fff 0%, #fcfbf8 100%);
  border: 1px solid rgba(199,154,60,0.12);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.04);
  min-height: 100%;
}

.vtt-info-card i{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--vtt-gold) 0%, #e3bf68 100%);
  color: #fff;
  font-size: 22px;
  margin-bottom: 18px;
}

.vtt-info-card h3{
  margin: 0 0 10px;
  font-size: 22px;
}

.vtt-info-card p{
  margin: 0;
  color: var(--vtt-text-soft);
}

/* SERVICES */
.vtt-services-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vtt-service-card{
  background: #fff;
  border: 1px solid rgba(199,154,60,0.12);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 30px rgba(0,0,0,0.04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.vtt-service-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(0,0,0,0.08);
  border-color: rgba(199,154,60,0.25);
}

.vtt-service-icon{
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--vtt-gold) 0%, #e3bf68 100%);
  color: #fff;
  font-size: 24px;
  margin-bottom: 18px;
}

.vtt-service-card h3{
  margin: 0 0 10px;
  font-size: 22px;
}

.vtt-service-card p{
  margin: 0;
  color: var(--vtt-text-soft);
}

/* PRICING */
.vtt-pricing-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.vtt-pricing-title{
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.vtt-pricing-desc{
  margin: 0 0 22px;
  color: var(--vtt-text-soft);
  font-size: 16px;
}

.vtt-pricing-note-list{
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.vtt-pricing-note-item{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555;
  font-weight: 600;
}

.vtt-pricing-note-item i{
  color: var(--vtt-gold-dark);
  font-size: 18px;
}

.vtt-pricing-image-box{
  background: linear-gradient(180deg, #fff 0%, #fcfbf8 100%);
  border: 1px solid rgba(199,154,60,0.14);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  overflow: hidden;
}

.vtt-pricing-image-box img{
  width: 100%;
  border-radius: 20px;
}

/* FANPAGE */
.vtt-fp-section{
  background: linear-gradient(180deg, #fff 0%, #fcfbf8 100%);
}

.vtt-fp-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.vtt-fp-left{
  display: grid;
  gap: 14px;
}

.vtt-fp-tab{
  width: 100%;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(199,154,60,0.14);
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.04);
  text-align: left;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.vtt-fp-tab:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0,0,0,0.07);
  border-color: rgba(199,154,60,0.26);
}

.vtt-fp-tab.is-active{
  background: linear-gradient(180deg, #fffdf8 0%, #fbf5e9 100%);
  border-color: rgba(199,154,60,0.28);
  box-shadow: 0 18px 36px rgba(199,154,60,0.10);
}

.vtt-fp-tab-icon{
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--vtt-gold) 0%, #e3bf68 100%);
  color: #fff;
  font-size: 24px;
  box-shadow: 0 10px 22px rgba(199,154,60,0.20);
}

.vtt-fp-tab-content strong{
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  color: #2b2b2b;
}

.vtt-fp-tab-content small{
  display: block;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.5;
}

.vtt-fp-preview{
  position: relative;
  min-height: 640px;
  background:
    radial-gradient(circle at top right, rgba(199,154,60,0.12), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  border: 1px solid rgba(199,154,60,0.14);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  padding: 26px;
  overflow: hidden;
}

.vtt-fp-preview-top{
  margin-bottom: 14px;
}

.vtt-fp-badge{
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(199,154,60,0.16);
  color: var(--vtt-gold-dark);
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

.vtt-fp-title{
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #2f2f2f;
}

.vtt-fp-desc{
  margin: 0 0 18px;
  color: #666;
  font-size: 15px;
}

.vtt-fp-points{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.vtt-fp-point{
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid rgba(199,154,60,0.14);
  color: #555;
  font-size: 14px;
  font-weight: 600;
}

.vtt-fp-point i{
  color: var(--vtt-gold-dark);
}

.vtt-fp-slider-mask{
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 24px;
  padding: 8px 0 10px;
}

.vtt-fp-slider-mask::before,
.vtt-fp-slider-mask::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  z-index: 2;
  pointer-events: none;
}

.vtt-fp-slider-mask::before{
  left: 0;
  background: linear-gradient(90deg, #fbfaf7 0%, rgba(251,250,247,0) 100%);
}

.vtt-fp-slider-mask::after{
  right: 0;
  background: linear-gradient(270deg, #fbfaf7 0%, rgba(251,250,247,0) 100%);
}

.vtt-fp-slider-track{
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: max-content;
  will-change: transform;
  animation: vttFpMarquee 38s linear infinite;
}

.vtt-fp-slider-mask:hover .vtt-fp-slider-track{
  animation-play-state: paused;
}

.vtt-fp-slide{
  flex: 0 0 170px;
  width: 170px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(199,154,60,0.14);
  box-shadow: 0 14px 28px rgba(0,0,0,0.05);
  transition: transform .28s ease, box-shadow .28s ease;
}

.vtt-fp-slide:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(0,0,0,0.10);
}

.vtt-fp-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@keyframes vttFpMarquee{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}

/* PORTFOLIO */
.vtt-portfolio-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vtt-portfolio-card{
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(199,154,60,0.12);
  box-shadow: 0 14px 28px rgba(0,0,0,0.05);
  background: #fff;
}

.vtt-portfolio-card img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform .35s ease;
}

.vtt-portfolio-card:hover img{
  transform: scale(1.04);
}

/* CONTACT */
.vtt-cta-section{
  padding-top: 24px;
}

.vtt-cta-box{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(199,154,60,0.16), transparent 20%),
    linear-gradient(180deg, #fff 0%, #fcfbf7 100%);
  border: 1px solid rgba(199,154,60,0.16);
  border-radius: 32px;
  padding: 36px;
  box-shadow: var(--vtt-shadow);
}

.vtt-cta-title{
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.14;
}

.vtt-cta-desc{
  margin: 0;
  color: var(--vtt-text-soft);
}

.vtt-cta-actions{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* FOOTER */
.vtt-footer{
  margin-top: 90px;
  background: #181818;
  color: rgba(255,255,255,0.88);
}

.vtt-footer-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, .95fr);
  gap: 28px;
  padding: 54px 0 34px;
}

.vtt-footer-logo{
  height: 44px;
  width: auto;
}

.vtt-footer-desc{
  max-width: 420px;
  color: rgba(255,255,255,0.72);
  margin-top: 16px;
}

.vtt-footer h4{
  margin: 0 0 16px;
  font-size: 18px;
  color: #fff;
}

.vtt-footer-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.vtt-footer-list li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,0.72);
}

.vtt-footer-list i{
  color: #e2bf68;
  margin-top: 4px;
  font-size: 15px;
  flex: 0 0 auto;
}

.vtt-footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 0;
}

.vtt-footer-bottom p{
  margin: 0;
  text-align: center;
  color: rgba(255,255,255,0.58);
  font-size: 14px;
}

/* MOBILE NAV */
.vtt-mobile-nav{
  display: none;
}

/* BACK TO TOP */
.vtt-backtop{
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--vtt-gold) 0%, #e2bf68 100%);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 12px 24px rgba(199,154,60,0.24);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: .28s ease;
  z-index: 999;
}

.vtt-backtop.is-show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* LIVE TOAST */
.vtt-live-toast{
  position: fixed;
  left: 18px;
  bottom: 22px;
  z-index: 1101;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(340px, calc(100vw - 32px));
  background: rgba(24,24,24,0.96);
  color: #fff;
  border: 1px solid rgba(226,191,104,0.18);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  padding: 14px 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) translateX(-12px);
  transition: .35s ease;
  pointer-events: none;
}

.vtt-live-toast.is-show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(0);
}

.vtt-live-icon{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--vtt-gold) 0%, #e2bf68 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 0 0 auto;
}

.vtt-live-body{
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.vtt-live-body strong{
  font-size: 14px;
  line-height: 1.35;
}

.vtt-live-body span{
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,0.78);
}

/* REVEAL */
.vtt-reveal{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}

.vtt-reveal.is-show{
  opacity: 1;
  transform: translateY(0);
}

.vtt-delay-1{ transition-delay: .08s; }
.vtt-delay-2{ transition-delay: .16s; }
.vtt-delay-3{ transition-delay: .24s; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  .vtt-reveal,
  .vtt-slider-track,
  .vtt-fp-slider-track,
  .vtt-mobile-call-ring,
  .vtt-live-toast{
    transition: none !important;
    animation: none !important;
  }
}

/* TABLET */
@media (max-width: 1100px){
  .vtt-ads-top,
  .vtt-ads-layout,
  .vtt-hero-grid,
  .vtt-pricing-grid,
  .vtt-fp-grid,
  .vtt-cta-box{
    grid-template-columns: 1fr;
  }

  .vtt-about-horizontal,
  .vtt-services-grid,
  .vtt-portfolio-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vtt-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vtt-footer-grid{
    grid-template-columns: 1fr 1fr;
  }

  .vtt-ads-top-right{
    justify-content: flex-start;
  }
}

/* MOBILE */
@media (max-width: 860px){
  body.vtt-page{
    padding-bottom: calc(var(--vtt-mobile-nav-h) + 18px) !important;
  }

  .vtt-header-inner{
    min-height: 72px;
  }

  .vtt-brand-logo{
    width: 210px;
    min-width: unset;
    max-width: 100%;
  }

  .vtt-nav{
    display: none;
  }

  .vtt-top-banner{
    padding: 8px 0 0;
  }

  .vtt-top-banner-box{
    border-radius: 16px;
  }

  .vtt-mobile-quick-actions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
  }

  .vtt-ads-shell{
    padding: 20px;
    border-radius: 22px;
  }

  .vtt-ads-top{
    margin-bottom: 18px;
    gap: 16px;
  }

  .vtt-ads-benefits,
  .vtt-about-horizontal,
  .vtt-services-grid,
  .vtt-portfolio-grid,
  .vtt-footer-grid{
    grid-template-columns: 1fr;
  }

  .vtt-hero{
    padding-top: 32px;
  }

  .vtt-hero-actions{
    display: none;
  }

  .vtt-showcase{
    min-height: 430px;
    padding: 22px;
  }

  .vtt-slide{
    flex: 0 0 240px;
    width: 240px;
    height: 165px;
    border-radius: 18px;
  }

  .vtt-stats-grid{
    grid-template-columns: 1fr;
  }

  .vtt-fp-tab{
    grid-template-columns: 50px 1fr;
    padding: 16px;
    border-radius: 18px;
  }

  .vtt-fp-tab-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
    font-size: 21px;
  }

  .vtt-fp-preview{
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .vtt-fp-slide{
    flex: 0 0 145px;
    width: 145px;
    height: 255px;
    border-radius: 18px;
  }

  .vtt-section{
    padding: 58px 0;
  }

  .vtt-mobile-nav{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    display: grid;
    grid-template-columns: 1fr 1fr 1.15fr 1fr 1fr;
    align-items: end;
    padding: 8px 8px 10px;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(199,154,60,0.14);
    box-shadow: 0 -10px 28px rgba(0,0,0,0.06);
  }

  .vtt-mobile-nav-link{
    min-height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #536171;
    font-size: 11px;
    font-weight: 600;
  }

  .vtt-mobile-nav-link i{
    font-size: 20px;
    line-height: 1;
  }

  .vtt-mobile-nav-link.is-active{
    color: var(--vtt-gold-dark);
  }

  .vtt-mobile-call{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 72px;
    color: #2f4a58;
    font-size: 11px;
    font-weight: 700;
  }

  .vtt-mobile-call-ring{
    position: absolute;
    top: -18px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(87,198,171,0.28);
    animation: vttPulse 1.8s infinite;
  }

  .vtt-mobile-call-btn{
    position: absolute;
    top: -10px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #65d3ba 0%, var(--vtt-green-dark) 100%);
    color: #fff;
    box-shadow: 0 8px 18px rgba(53,178,148,0.35);
    border: 3px solid #fff;
    font-size: 24px;
    z-index: 2;
  }

  .vtt-mobile-call-text{
    margin-top: 42px;
  }

  .vtt-live-toast{
    left: 12px;
    bottom: calc(var(--vtt-mobile-nav-h) + 16px);
    width: min(320px, calc(100vw - 24px));
  }

  @keyframes vttPulse{
    0%{ transform: scale(1); opacity: .9; }
    70%{ transform: scale(1.22); opacity: 0; }
    100%{ transform: scale(1.22); opacity: 0; }
  }
}

@media (max-width: 640px){
  .vtt-wrap{
    padding-left: 14px;
    padding-right: 14px;
  }

  .vtt-title-lg{
    font-size: 28px;
  }

  .vtt-text{
    font-size: 15px;
  }

  .vtt-mobile-quick-actions{
    grid-template-columns: 1fr;
  }

  .vtt-hero-title{
    font-size: 34px;
  }

  .vtt-hero-desc{
    font-size: 15px;
  }

  .vtt-hero-list{
    flex-direction: column;
    align-items: flex-start;
  }

  .vtt-cta-box{
    padding: 24px;
  }

  .vtt-showcase{
    min-height: 380px;
    padding: 18px;
    border-radius: 24px;
  }

  .vtt-showcase-head h3{
    font-size: 24px;
  }

  .vtt-slide{
    flex: 0 0 210px;
    width: 210px;
    height: 145px;
  }

  .vtt-fp-title{
    font-size: 26px;
  }

  .vtt-fp-desc{
    font-size: 14px;
  }

  .vtt-fp-point{
    font-size: 13px;
    padding: 0 12px;
  }

  .vtt-fp-slide{
    flex: 0 0 125px;
    width: 125px;
    height: 220px;
    border-radius: 16px;
  }

  .vtt-btn{
    width: 100%;
  }

  .vtt-ads-top-right{
    display: grid;
    grid-template-columns: 1fr;
  }
}