/* Start custom CSS for html, class: .elementor-element-3f826fb */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --vl-bg-start: #FCFAF7;
  --vl-bg-end: #F7F4EF;
  --vl-main: #4A3A33;
  --vl-secondary: #6F625A;
  --vl-gold: #C6A77D;
  --vl-button: #7B6354;
  --vl-soft-gold: rgba(198, 167, 125, 0.08);
  --vl-border: rgba(198, 167, 125, 0.22);
}

* {
  box-sizing: border-box;
}

.vl-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 120px 24px 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 16%, rgba(198,167,125,0.13), transparent 32%),
    linear-gradient(180deg, var(--vl-bg-start) 0%, var(--vl-bg-end) 100%);
  color: var(--vl-main);
  isolation: isolate;
}

.vl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(74, 58, 51, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 58, 51, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
  pointer-events: none;
  z-index: -3;
}

.vl-ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.55;
  pointer-events: none;
  z-index: -2;
}

.vl-ambient-one {
  width: 460px;
  height: 460px;
  top: 12%;
  left: 8%;
  background: rgba(198, 167, 125, 0.14);
  animation: vlFloatOne 12s ease-in-out infinite;
}

.vl-ambient-two {
  width: 520px;
  height: 520px;
  right: 4%;
  bottom: 2%;
  background: rgba(123, 99, 84, 0.08);
  animation: vlFloatTwo 14s ease-in-out infinite;
}

.vl-lines span {
  position: absolute;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(198, 167, 125, 0.16);
  border-radius: 44% 56% 52% 48% / 46% 42% 58% 54%;
  pointer-events: none;
  z-index: -1;
}

.vl-lines span:first-child {
  top: 10%;
  left: 50%;
  transform: translateX(-50%) rotate(-8deg);
  animation: vlRotate 28s linear infinite;
}

.vl-lines span:last-child {
  width: 820px;
  height: 820px;
  top: 2%;
  left: 50%;
  transform: translateX(-50%) rotate(12deg);
  opacity: 0.45;
  animation: vlRotateReverse 34s linear infinite;
}

.vl-particles i {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--vl-gold);
  border-radius: 999px;
  opacity: 0.24;
  box-shadow: 0 0 18px rgba(198, 167, 125, 0.6);
  animation: vlParticle 9s ease-in-out infinite;
}

.vl-particles i:nth-child(1) { top: 24%; left: 18%; }
.vl-particles i:nth-child(2) { top: 35%; right: 17%; animation-delay: 1.4s; }
.vl-particles i:nth-child(3) { bottom: 24%; left: 27%; animation-delay: 2.2s; }
.vl-particles i:nth-child(4) { bottom: 30%; right: 29%; animation-delay: 3.1s; }
.vl-particles i:nth-child(5) { top: 18%; right: 39%; animation-delay: 4s; }

.vl-hero-inner {
  position: relative;
  width: min(100%, 1120px);
  margin: 0 auto;
  text-align: center;
  animation: vlEnter 1.15s cubic-bezier(.2,.75,.25,1) both;
}

.vl-glass-mark {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(820px, 86vw);
  height: 360px;
  border: 1px solid rgba(198, 167, 125, 0.16);
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.34),
    rgba(255,255,255,0.06)
  );
  backdrop-filter: blur(4px);
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 72px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: rgba(198, 167, 125, 0.32);
  z-index: -1;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.8),
    0 40px 120px rgba(74,58,51,0.06);
}

.vl-eyebrow {
  margin: 0 0 26px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--vl-gold);
}

.vl-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(54px, 8vw, 116px);
  line-height: 0.88;
  font-weight: 600;
  letter-spacing: -0.055em;
  color: var(--vl-main);
}

.vl-hero h1 em {
  display: block;
  margin-top: 12px;
  font-style: italic;
  font-weight: 500;
}

.vl-subtitle {
  max-width: 660px;
  margin: 34px auto 0;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.8;
  color: var(--vl-secondary);
}

.vl-topics {
  margin: 34px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  font-family: 'Manrope', sans-serif;
  color: var(--vl-secondary);
}

.vl-topics span {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.vl-topics span:not(:last-child)::after {
  content: "•";
  margin-left: 14px;
  color: var(--vl-gold);
}

.vl-action {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.vl-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 34px 0 38px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #82695A 0%, var(--vl-button) 48%, #604C41 100%);
  color: #fff;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  box-shadow:
    0 18px 42px rgba(123, 99, 84, 0.24),
    0 0 0 1px rgba(255,255,255,0.18) inset,
    0 0 34px rgba(198,167,125,0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.vl-button span {
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 0.35s ease;
}

.vl-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 24px 54px rgba(123, 99, 84, 0.3),
    0 0 0 1px rgba(255,255,255,0.2) inset,
    0 0 46px rgba(198,167,125,0.24);
}

.vl-button:hover span {
  transform: translate(4px, -1px);
}

.vl-action small {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: var(--vl-secondary);
}

@keyframes vlEnter {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes vlFloatOne {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(26px, -22px, 0); }
}

@keyframes vlFloatTwo {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(-24px, 18px, 0); }
}

@keyframes vlRotate {
  to { transform: translateX(-50%) rotate(352deg); }
}

@keyframes vlRotateReverse {
  to { transform: translateX(-50%) rotate(-348deg); }
}

@keyframes vlParticle {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.16;
  }
  50% {
    transform: translateY(-16px);
    opacity: 0.38;
  }
}

@media (max-width: 768px) {
  .vl-hero {
    min-height: 100svh;
    padding: 92px 20px 70px;
  }

  .vl-eyebrow {
    font-size: 10px;
    letter-spacing: 0.2em;
    margin-bottom: 22px;
  }

  .vl-hero h1 {
    font-size: clamp(48px, 15vw, 72px);
    line-height: 0.94;
  }

  .vl-subtitle {
    margin-top: 28px;
    font-size: 15px;
    line-height: 1.75;
  }

  .vl-topics {
    max-width: 300px;
    gap: 10px;
  }

  .vl-topics span {
    font-size: 12px;
  }

  .vl-glass-mark {
    width: 92vw;
    height: 280px;
    padding: 0 30px;
    font-size: 9px;
    opacity: 0.72;
  }

  .vl-lines span:first-child {
    width: 430px;
    height: 430px;
  }

  .vl-lines span:last-child {
    width: 560px;
    height: 560px;
  }

  .vl-button {
    width: 100%;
    max-width: 320px;
    min-height: 56px;
  }
}

@media (max-width: 420px) {
  .vl-hero {
    padding-inline: 18px;
  }

  .vl-hero h1 {
    font-size: 48px;
  }

  .vl-subtitle {
    max-width: 320px;
  }

  .vl-topics span:not(:last-child)::after {
    margin-left: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4193413 */.vl-method-section {
  position: relative;
  background: #FCFAF7;
  padding: 132px 24px;
  color: #4A3A33;
  overflow: hidden;
}

.vl-method-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -180px;
  top: 20%;
  background: rgba(198,167,125,0.07);
  filter: blur(90px);
  border-radius: 999px;
  pointer-events: none;
}

.vl-method-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 88px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.vl-method-copy {
  max-width: 520px;
}

.vl-method-eyebrow {
  margin: 0 0 24px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #C6A77D;
}

.vl-method-copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.vl-method-panel {
  padding: 44px;
  background: rgba(255,255,255,0.58);
  border: 1px solid rgba(198,167,125,0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 32px 90px rgba(74,58,51,0.055),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

.vl-method-panel > p {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #6F625A;
}

.vl-method-list {
  margin-top: 42px;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(198,167,125,0.16);
}

.vl-method-list div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(198,167,125,0.16);
}

.vl-method-list span {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #C6A77D;
}

.vl-method-list strong {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #4A3A33;
}

@media (max-width: 900px) {
  .vl-method-section {
    padding: 96px 20px;
  }

  .vl-method-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .vl-method-copy {
    max-width: 100%;
  }

  .vl-method-panel {
    padding: 34px 28px;
  }
}

@media (max-width: 520px) {
  .vl-method-copy h2 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .vl-method-panel > p {
    font-size: 15px;
  }

  .vl-method-list div {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71526e2 */.vl-strategy-section {
  position: relative;
  background: #F7F4EF;
  padding: 118px 24px 132px;
  color: #4A3A33;
  overflow: hidden;
}

.vl-strategy-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: 18%;
  background: rgba(198,167,125,0.08);
  filter: blur(90px);
  border-radius: 999px;
  pointer-events: none;
}

.vl-tension-container {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  animation: vlSoftReveal .9s ease both;
}

.vl-eyebrow {
  margin: 0 0 22px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #C6A77D;
}

.vl-tension-container h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.vl-tension-text {
  max-width: 560px;
  margin: 28px auto 0;
  font-family: 'Manrope', sans-serif;
  font-size: 15.5px;
  line-height: 1.85;
  color: #6F625A;
}

.vl-gaps-container {
  max-width: 1200px;
  margin: 86px auto 0;
  position: relative;
  z-index: 1;
}

.vl-gaps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.vl-gap-card {
  position: relative;
  min-height: 300px;
  padding: 32px 28px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(198,167,125,0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 26px 80px rgba(74,58,51,0.045),
    inset 0 1px 0 rgba(255,255,255,0.7);
  overflow: hidden;
  transition: all .45s ease;
  animation: vlCardReveal .85s ease both;
}

.vl-gap-card:nth-child(2) { animation-delay: .08s; }
.vl-gap-card:nth-child(3) { animation-delay: .16s; }
.vl-gap-card:nth-child(4) { animation-delay: .24s; }

.vl-gap-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 12%, rgba(198,167,125,0.12), transparent 34%);
  opacity: 0;
  transition: opacity .45s ease;
}

.vl-gap-card:hover {
  transform: translateY(-7px);
  border-color: rgba(198,167,125,0.28);
  box-shadow:
    0 34px 96px rgba(74,58,51,0.075),
    0 0 38px rgba(198,167,125,0.07),
    inset 0 1px 0 rgba(255,255,255,0.82);
}

.vl-gap-card:hover::before {
  opacity: 1;
}

.vl-gap-card span {
  display: block;
  margin-bottom: 54px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #C6A77D;
}

.vl-gap-card h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #4A3A33;
}

.vl-gap-card p {
  margin: 20px 0 0;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #6F625A;
}

.vl-strategy-final {
  max-width: 680px;
  margin: 72px auto 0;
  text-align: center;
}

.vl-strategy-final p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #4A3A33;
}

.vl-strategy-final em {
  display: block;
  margin-top: 8px;
  font-style: italic;
  color: #7B6354;
}

@keyframes vlSoftReveal {
  from {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes vlCardReveal {
  from {
    opacity: 0;
    transform: translateY(28px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 1024px) {
  .vl-gaps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vl-gap-card {
    min-height: 260px;
  }
}

@media (max-width: 680px) {
  .vl-strategy-section {
    padding: 86px 20px 96px;
  }

  .vl-tension-container {
    max-width: 100%;
  }

  .vl-eyebrow {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .vl-tension-container h2 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .vl-tension-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .vl-gaps-container {
    margin-top: 64px;
  }

  .vl-gaps-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vl-gap-card {
    min-height: auto;
    padding: 30px 26px;
  }

  .vl-gap-card span {
    margin-bottom: 38px;
  }

  .vl-strategy-final {
    margin-top: 56px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e3cd92 */.vl-mentoria-process {
  position: relative;
  overflow: hidden;
  padding: 128px 24px 136px;
  background: linear-gradient(180deg, #FCFAF7 0%, #F7F4EF 100%);
  color: #4A3A33;
}

.vl-mentoria-process::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  left: 50%;
  top: 22%;
  transform: translateX(-50%);
  background: rgba(198,167,125,0.08);
  filter: blur(100px);
  border-radius: 999px;
  pointer-events: none;
}

.vl-process-intro {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  animation: vlProcessReveal .9s ease both;
}

.vl-process-eyebrow {
  margin: 0 0 22px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #C6A77D;
}

.vl-process-intro h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5.6vw, 74px);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.vl-process-intro > p:not(.vl-process-eyebrow) {
  max-width: 620px;
  margin: 30px auto 0;
  font-family: 'Manrope', sans-serif;
  font-size: 15.5px;
  line-height: 1.85;
  color: #6F625A;
}

.vl-process-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 88px auto 0;
}

.vl-process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.vl-process-card {
  position: relative;
  grid-column: span 2;
  min-height: 300px;
  padding: 34px 30px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(198,167,125,0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 28px 84px rgba(74,58,51,0.045),
    inset 0 1px 0 rgba(255,255,255,0.76);
  overflow: hidden;
  transition: all .45s ease;
  animation: vlProcessCardIn .9s ease both;
}

.vl-process-card:nth-child(2) { animation-delay: .08s; }
.vl-process-card:nth-child(3) { animation-delay: .16s; }
.vl-process-card:nth-child(4) { animation-delay: .24s; }
.vl-process-card:nth-child(5) { animation-delay: .32s; }

.vl-process-card:nth-child(4),
.vl-process-card:nth-child(5) {
  grid-column: span 3;
}

.vl-process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 14%, rgba(198,167,125,0.13), transparent 36%);
  opacity: 0;
  transition: opacity .45s ease;
}

.vl-process-card::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,167,125,0.5), transparent);
  opacity: 0;
  transition: opacity .45s ease;
}

.vl-process-card:hover {
  transform: translateY(-7px);
  border-color: rgba(198,167,125,0.28);
  box-shadow:
    0 36px 104px rgba(74,58,51,0.075),
    0 0 42px rgba(198,167,125,0.07),
    inset 0 1px 0 rgba(255,255,255,0.86);
}

.vl-process-card:hover::before,
.vl-process-card:hover::after {
  opacity: 1;
}

.vl-process-card span {
  display: block;
  margin-bottom: 58px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #C6A77D;
}

.vl-process-card h3 {
  position: relative;
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 31px;
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #4A3A33;
}

.vl-process-card p {
  position: relative;
  margin: 22px 0 0;
  max-width: 440px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #6F625A;
}

.vl-process-card-featured {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.68), rgba(255,255,255,0.42)),
    rgba(198,167,125,0.035);
}

.vl-process-final {
  max-width: 640px;
  margin: 78px auto 0;
  text-align: center;
}

.vl-process-final p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #4A3A33;
}

.vl-process-final em {
  display: block;
  margin-top: 8px;
  font-style: italic;
  color: #7B6354;
}

@keyframes vlProcessReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes vlProcessCardIn {
  from {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 980px) {
  .vl-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vl-process-card,
  .vl-process-card:nth-child(4),
  .vl-process-card:nth-child(5) {
    grid-column: span 1;
  }

  .vl-process-card-featured {
    grid-column: span 2 !important;
  }
}

@media (max-width: 680px) {
  .vl-mentoria-process {
    padding: 92px 20px 100px;
  }

  .vl-process-eyebrow {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .vl-process-intro h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .vl-process-intro > p:not(.vl-process-eyebrow) {
    font-size: 15px;
    line-height: 1.75;
  }

  .vl-process-container {
    margin-top: 64px;
  }

  .vl-process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vl-process-card,
  .vl-process-card-featured {
    grid-column: span 1 !important;
    min-height: auto;
    padding: 30px 26px;
  }

  .vl-process-card span {
    margin-bottom: 38px;
  }

  .vl-process-card h3 {
    font-size: 29px;
  }

  .vl-process-final {
    margin-top: 56px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6ad0b8 */.vl-journey-section {
  position: relative;
  overflow: hidden;
  padding: 128px 24px 140px;
  background: linear-gradient(180deg, #F7F4EF 0%, #FCFAF7 100%);
  color: #4A3A33;
}

.vl-journey-section::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  left: 50%;
  top: 34%;
  transform: translateX(-50%);
  background: rgba(198,167,125,0.075);
  filter: blur(110px);
  border-radius: 999px;
  pointer-events: none;
}

.vl-journey-intro {
  position: relative;
  z-index: 1;
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
  animation: vlJourneyReveal .9s ease both;
}

.vl-journey-eyebrow {
  margin: 0 0 22px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #C6A77D;
}

.vl-journey-intro h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.vl-journey-intro > p:not(.vl-journey-eyebrow) {
  max-width: 620px;
  margin: 30px auto 0;
  font-family: 'Manrope', sans-serif;
  font-size: 15.5px;
  line-height: 1.85;
  color: #6F625A;
}

.vl-timeline-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 92px auto 0;
}

.vl-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, minmax(220px, 1fr));
  gap: 18px;
  overflow-x: auto;
  padding: 22px 4px 34px;
  scrollbar-width: thin;
  scrollbar-color: rgba(198,167,125,0.45) transparent;
}

.vl-timeline::-webkit-scrollbar {
  height: 6px;
}

.vl-timeline::-webkit-scrollbar-track {
  background: transparent;
}

.vl-timeline::-webkit-scrollbar-thumb {
  background: rgba(198,167,125,0.35);
  border-radius: 999px;
}

.vl-timeline::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 78px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(198,167,125,0.25),
    transparent
  );
  pointer-events: none;
}

.vl-week-card {
  position: relative;
  min-height: 330px;
  padding: 34px 26px 30px;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(198,167,125,0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 26px 82px rgba(74,58,51,0.045),
    inset 0 1px 0 rgba(255,255,255,0.75);
  overflow: hidden;
  transition: all .45s ease;
  animation: vlWeekCardIn .9s ease both;
}

.vl-week-card:nth-child(2) { animation-delay: .06s; }
.vl-week-card:nth-child(3) { animation-delay: .12s; }
.vl-week-card:nth-child(4) { animation-delay: .18s; }
.vl-week-card:nth-child(5) { animation-delay: .24s; }
.vl-week-card:nth-child(6) { animation-delay: .30s; }
.vl-week-card:nth-child(7) { animation-delay: .36s; }
.vl-week-card:nth-child(8) { animation-delay: .42s; }

.vl-week-card::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: 28px;
  top: 52px;
  border-radius: 999px;
  background: #C6A77D;
  box-shadow: 0 0 22px rgba(198,167,125,0.55);
  z-index: 2;
}

.vl-week-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 12%, rgba(198,167,125,0.13), transparent 34%);
  opacity: 0;
  transition: opacity .45s ease;
}

.vl-week-card:hover {
  transform: translateY(-8px);
  border-color: rgba(198,167,125,0.28);
  box-shadow:
    0 36px 104px rgba(74,58,51,0.075),
    0 0 42px rgba(198,167,125,0.075),
    inset 0 1px 0 rgba(255,255,255,0.86);
}

.vl-week-card:hover::after {
  opacity: 1;
}

.vl-week-card span {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: 20px;
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #C6A77D;
}

.vl-week-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 58px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 74px;
  line-height: 0.82;
  font-weight: 500;
  letter-spacing: -0.06em;
  color: rgba(198,167,125,0.34);
}

.vl-week-card h3 {
  position: relative;
  z-index: 1;
  margin: 30px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 29px;
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #4A3A33;
}

.vl-week-card p {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  line-height: 1.7;
  color: #6F625A;
}

.vl-journey-final {
  max-width: 680px;
  margin: 78px auto 0;
  text-align: center;
  animation: vlJourneyReveal .9s .12s ease both;
}

.vl-journey-final p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #4A3A33;
}

.vl-journey-final em {
  display: block;
  margin-top: 8px;
  font-style: italic;
  color: #7B6354;
}

@keyframes vlJourneyReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes vlWeekCardIn {
  from {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 900px) {
  .vl-journey-section {
    padding: 96px 20px 106px;
  }

  .vl-timeline-container {
    margin-top: 68px;
  }

  .vl-timeline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    overflow: visible;
    padding: 0;
  }

  .vl-timeline::before {
    left: 31px;
    right: auto;
    top: 18px;
    bottom: 18px;
    width: 1px;
    height: auto;
    background: linear-gradient(
      180deg,
      transparent,
      rgba(198,167,125,0.25),
      transparent
    );
  }

  .vl-week-card {
    min-height: auto;
    padding: 30px 26px 30px 64px;
  }

  .vl-week-card::before {
    left: 27px;
    top: 36px;
  }

  .vl-week-card span {
    margin-left: 0;
  }

  .vl-week-card strong {
    margin-top: 36px;
    font-size: 62px;
  }
}

@media (max-width: 560px) {
  .vl-journey-eyebrow {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .vl-journey-intro h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .vl-journey-intro > p:not(.vl-journey-eyebrow) {
    font-size: 15px;
    line-height: 1.75;
  }

  .vl-week-card {
    padding: 28px 24px 28px 58px;
  }

  .vl-week-card h3 {
    font-size: 28px;
  }

  .vl-journey-final {
    margin-top: 56px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e48b8e9 */.vl-deliverables-section {
  position: relative;
  overflow: hidden;
  padding: 128px 24px 138px;
  background: linear-gradient(180deg, #FCFAF7 0%, #F7F4EF 100%);
  color: #4A3A33;
}

.vl-deliverables-section::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -180px;
  top: 22%;
  background: rgba(198,167,125,0.08);
  filter: blur(110px);
  border-radius: 999px;
  pointer-events: none;
}

.vl-deliverables-section::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  left: -260px;
  bottom: 4%;
  border: 1px solid rgba(198,167,125,0.1);
  border-radius: 48% 52% 56% 44% / 45% 48% 52% 55%;
  pointer-events: none;
  animation: vlDeliverablesShape 34s linear infinite;
}

.vl-deliverables-intro {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  animation: vlDeliverablesReveal .9s ease both;
}

.vl-deliverables-eyebrow {
  margin: 0 0 22px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #C6A77D;
}

.vl-deliverables-intro h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5.5vw, 74px);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.vl-deliverables-intro > p:not(.vl-deliverables-eyebrow) {
  max-width: 650px;
  margin: 30px auto 0;
  font-family: 'Manrope', sans-serif;
  font-size: 15.5px;
  line-height: 1.85;
  color: #6F625A;
}

.vl-deliverables-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 88px auto 0;
}

.vl-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.vl-deliverable-card {
  position: relative;
  min-height: 285px;
  padding: 34px 30px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(198,167,125,0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 28px 86px rgba(74,58,51,0.045),
    inset 0 1px 0 rgba(255,255,255,0.76);
  overflow: hidden;
  transition: all .45s ease;
  animation: vlDeliverablesCardIn .9s ease both;
}

.vl-deliverable-card:nth-child(2) { animation-delay: .06s; }
.vl-deliverable-card:nth-child(3) { animation-delay: .12s; }
.vl-deliverable-card:nth-child(4) { animation-delay: .18s; }
.vl-deliverable-card:nth-child(5) { animation-delay: .24s; }
.vl-deliverable-card:nth-child(6) { animation-delay: .30s; }

.vl-deliverable-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 14%, rgba(198,167,125,0.13), transparent 36%);
  opacity: 0;
  transition: opacity .45s ease;
}

.vl-deliverable-card::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,167,125,0.52), transparent);
  opacity: 0;
  transition: opacity .45s ease;
}

.vl-deliverable-card:hover {
  transform: translateY(-7px);
  border-color: rgba(198,167,125,0.3);
  box-shadow:
    0 36px 108px rgba(74,58,51,0.075),
    0 0 42px rgba(198,167,125,0.075),
    inset 0 1px 0 rgba(255,255,255,0.86);
}

.vl-deliverable-card:hover::before,
.vl-deliverable-card:hover::after {
  opacity: 1;
}

.vl-deliverable-card span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 52px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #C6A77D;
}

.vl-deliverable-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 31px;
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #4A3A33;
}

.vl-deliverable-card p {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #6F625A;
}

.vl-deliverables-final {
  max-width: 760px;
  margin: 78px auto 0;
  text-align: center;
  animation: vlDeliverablesReveal .9s .12s ease both;
}

.vl-deliverables-final p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #4A3A33;
}

@keyframes vlDeliverablesReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes vlDeliverablesCardIn {
  from {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes vlDeliverablesShape {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .vl-deliverables-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vl-deliverable-card {
    min-height: 260px;
  }
}

@media (max-width: 680px) {
  .vl-deliverables-section {
    padding: 92px 20px 100px;
  }

  .vl-deliverables-eyebrow {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .vl-deliverables-intro h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .vl-deliverables-intro > p:not(.vl-deliverables-eyebrow) {
    font-size: 15px;
    line-height: 1.75;
  }

  .vl-deliverables-container {
    margin-top: 64px;
  }

  .vl-deliverables-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vl-deliverable-card {
    min-height: auto;
    padding: 30px 26px;
  }

  .vl-deliverable-card span {
    margin-bottom: 38px;
  }

  .vl-deliverable-card h3 {
    font-size: 29px;
  }

  .vl-deliverables-final {
    margin-top: 56px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74e2192 */.vl-cta-section {
  position: relative;
  overflow: hidden;
  padding: 138px 24px 148px;
  background: linear-gradient(180deg, #FCFAF7 0%, #F7F4EF 100%);
  color: #4A3A33;
}

.vl-cta-section::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(198,167,125,0.12);
  border-radius: 48% 52% 55% 45% / 45% 48% 52% 55%;
  pointer-events: none;
  animation: vlCtaShape 38s linear infinite;
}

.vl-cta-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  background: rgba(198,167,125,0.08);
  filter: blur(110px);
  border-radius: 999px;
  pointer-events: none;
}

.vl-cta-card {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 82px 72px 76px;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.66), rgba(255,255,255,0.34));
  border: 1px solid rgba(198,167,125,0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 38px 120px rgba(74,58,51,0.07),
    inset 0 1px 0 rgba(255,255,255,0.82);
  animation: vlCtaReveal .95s ease both;
}

.vl-cta-line {
  display: block;
  width: 86px;
  height: 1px;
  margin: 0 auto 30px;
  background: linear-gradient(
    90deg,
    transparent,
    #C6A77D,
    transparent
  );
}

.vl-cta-eyebrow {
  margin: 0 0 24px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #C6A77D;
}

.vl-cta-card h2 {
  max-width: 760px;
  margin: 0 auto;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 5.7vw, 76px);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.045em;
  color: #4A3A33;
}

.vl-cta-card h2 em {
  display: block;
  margin-top: 8px;
  font-style: italic;
  font-weight: 500;
  color: #7B6354;
}

.vl-cta-text {
  max-width: 610px;
  margin: 32px auto 0;
  font-family: 'Manrope', sans-serif;
  font-size: 15.5px;
  line-height: 1.85;
  color: #6F625A;
}

.vl-cta-action {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.vl-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 34px 0 38px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #82695A 0%, #7B6354 52%, #604C41 100%);
  color: #FCFAF7;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  box-shadow:
    0 18px 42px rgba(123,99,84,0.24),
    0 0 34px rgba(198,167,125,0.16),
    inset 0 1px 0 rgba(255,255,255,0.18);
  transition: transform .35s ease, box-shadow .35s ease;
}

.vl-cta-button span {
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform .35s ease;
}

.vl-cta-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 24px 54px rgba(123,99,84,0.3),
    0 0 46px rgba(198,167,125,0.22),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

.vl-cta-button:hover span {
  transform: translate(4px, -1px);
}

.vl-cta-action small {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: #6F625A;
}

.vl-cta-final {
  max-width: 560px;
  margin: 48px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(198,167,125,0.18);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #4A3A33;
}

@keyframes vlCtaReveal {
  from {
    opacity: 0;
    transform: translateY(28px) scale(.985);
    filter: blur(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes vlCtaShape {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 760px) {
  .vl-cta-section {
    padding: 96px 20px 106px;
  }

  .vl-cta-card {
    padding: 62px 28px 58px;
  }

  .vl-cta-eyebrow {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .vl-cta-card h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .vl-cta-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .vl-cta-button {
    width: 100%;
    max-width: 320px;
  }

  .vl-cta-final {
    margin-top: 40px;
    padding-top: 24px;
  }
}/* End custom CSS */