.elementor .e-5784a85{padding-block-start:0px;padding-block-end:0px;padding-inline-start:0px;padding-inline-end:0px;flex-direction:column;.vs-hero * {
box-sizing: border-box;
margin: 0;
padding: 0;
}

.vs-hero {
position: relative;
width: 100%;
height: 100vh;
min-height: 600px;
overflow: hidden;
font-family: var(--vs-sans);
}

.vs-hero-bg {
position: absolute;
inset: 0;
z-index: 1;
}

.vs-hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
display: block;
}

.vs-hero-bg::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(
  105deg,
  rgba(26,20,16,0.98) 0%,
  rgba(26,20,16,0.92) 30%,
  rgba(26,20,16,0.75) 55%,
  rgba(26,20,16,0.82) 100%
);
z-index: 2;
}

.vs-hero-bg::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 45%;
background: linear-gradient(to top, rgba(26,20,16,0.97) 0%, transparent 100%);
z-index: 3;
}

.vs-hero-bar {
position: absolute;
left: 36px;
top: 50%;
transform: translateY(-50%);
z-index: 20;
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
}

.vs-hero-bar-line {
width: 1px;
height: 80px;
background: linear-gradient(to bottom, transparent, var(--vs-bronze));
}

.vs-hero-bar-text {
font-size: 9px;
font-weight: 600;
letter-spacing: 0.35em;
text-transform: uppercase;
color: var(--vs-bronze);
writing-mode: vertical-rl;
text-orientation: mixed;
transform: rotate(180deg);
}

.vs-hero-bar-line-bottom {
width: 1px;
height: 80px;
background: linear-gradient(to top, transparent, var(--vs-bronze));
}

.vs-hero-topbar {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 20;
padding: 32px 80px;
display: flex;
align-items: center;
justify-content: space-between;
}

.vs-logo-img {
height: 48px;
width: auto;
display: block;
}

.vs-crm-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(196,149,106,0.1);
border: 1px solid rgba(196,149,106,0.35);
padding: 8px 18px;
}

.vs-crm-badge span {
font-family: var(--vs-sans);
font-size: 10px;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--vs-bronze);
}

.vs-hero-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 20;
padding: 0 80px 64px;
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 40px;
}

.vs-hero-left {
max-width: 520px;
}

.vs-overline {
display: inline-flex;
align-items: center;
gap: 12px;
font-family: var(--vs-sans);
font-size: 10px;
font-weight: 600;
letter-spacing: 0.35em;
text-transform: uppercase;
color: var(--vs-bronze);
margin-bottom: 20px;
}

.vs-overline-line {
width: 28px;
height: 1px;
background: var(--vs-bronze);
display: inline-block;
flex-shrink: 0;
}

.vs-headline {
font-family: var(--vs-serif);
font-weight: 300;
line-height: 1.08;
color: var(--vs-white);
margin: 0 0 24px 0;
}

.vs-hl-main {
display: block;
font-size: 54px;
font-weight: 400;
line-height: 1.08;
}

.vs-headline em {
font-style: italic;
color: var(--vs-bronze);
font-weight: 300;
}

.vs-subtitle {
font-family: var(--vs-sans);
font-size: 15px;
line-height: 1.8;
color: rgba(255,255,255,0.55);
font-weight: 300;
margin: 0 0 36px 0;
max-width: 440px;
}

.vs-btn {
display: inline-flex;
align-items: center;
gap: 12px;
background: var(--vs-bronze);
color: var(--vs-dark);
padding: 16px 32px;
font-family: var(--vs-sans);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.2em;
text-transform: uppercase;
border: 2px solid var(--vs-bronze);
cursor: pointer;
transition: all 0.3s ease;
}

.vs-btn:hover {
background: transparent;
color: var(--vs-bronze);
}

.vs-hero-right {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 20px;
padding-bottom: 8px;
}

.vs-cred-card {
text-align: right;
border-right: 2px solid rgba(196,149,106,0.4);
padding: 10px 20px 10px 24px;
background: rgba(26,20,16,0.65);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}

.vs-cred-num {
font-family: var(--vs-serif);
font-size: 38px;
font-weight: 400;
color: var(--vs-bronze);
line-height: 1;
display: block;
}

.vs-cred-label {
font-family: var(--vs-sans);
font-size: 9px;
font-weight: 500;
letter-spacing: 0.18em;
text-transform: uppercase;
color: rgba(255,255,255,0.45);
margin-top: 4px;
display: block;
line-height: 1.5;
}

.vs-float-wrap {
position: fixed;
bottom: 28px;
right: 28px;
z-index: 99999;
}

.vs-float-btn {
width: 56px;
height: 56px;
background: #25D366;
border: none;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(37,211,102,0.45);
animation: vsPulse 2.5s ease-in-out infinite;
transition: transform 0.2s ease;
}

.vs-float-btn:hover {
transform: scale(1.08);
}

@keyframes vsPulse {
0%,100% {
  box-shadow: 0 4px 20px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0.5);
}
60% {
  box-shadow: 0 4px 20px rgba(37,211,102,0.45), 0 0 0 18px rgba(37,211,102,0);
}
}

@media (max-width: 900px) {
.vs-hero {
  height: auto;
  min-height: 100vh;
}

.vs-hero-bg {
  position: absolute;
  height: 100%;
}

.vs-hero-bg::before {
  background: linear-gradient(
    to bottom,
    rgba(26,20,16,0.6) 0%,
    rgba(26,20,16,0.85) 50%,
    rgba(26,20,16,0.98) 100%
  );
}

.vs-hero-bar {
  display: none;
}

.vs-hero-topbar {
  padding: 24px;
}

.vs-logo-img {
  height: 36px;
}

.vs-hero-content {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding: 260px 24px 48px;
  gap: 28px;
}

.vs-hl-main {
  font-size: 36px;
}

.vs-subtitle {
  font-size: 14px;
}

.vs-hero-right {
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.vs-cred-card {
  text-align: left;
  border-right: none;
  border-left: 2px solid rgba(196,149,106,0.4);
  padding: 10px 16px 10px 14px;
  flex: 1;
  min-width: 90px;
}

.vs-cred-num {
  font-size: 26px;
}

.vs-btn {
  width: 100%;
  justify-content: center;
}
}\n}