@property --btn-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.lcs-wrapper {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #0d0d0f;
  font-family: "Inter", sans-serif;
  color: #fff;
}

.lcs-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.lcs-hero .lcs-bg {
  position: absolute;
  inset: 0;
  background: url("../images/bg.webp") center bottom/cover no-repeat;
  z-index: 1;
  animation: lcsBgZoom 10s linear infinite alternate;
  will-change: transform;
}
.lcs-hero .lcs-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 32, 0.65);
  z-index: 2;
}
.lcs-hero .lcs-deco {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0.4;
  mix-blend-mode: screen;
}
.lcs-hero .lcs-deco.lcs-deco-1 {
  top: 80px;
  left: 0;
  width: 416px;
  height: 199px;
  opacity: 1;
  mix-blend-mode: Multiply;
}
.lcs-hero .lcs-deco.lcs-deco-2 {
  top: 440.5px;
  right: 0;
  width: 260px;
}
.lcs-hero .lcs-deco.lcs-deco-3 {
  top: 0;
  right: 0;
  width: 326px;
}
.lcs-hero .lcs-deco.lcs-deco-4 {
  bottom: 0;
  left: 0;
  width: 250px;
}
.lcs-hero .lcs-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px 24px 32px;
  border-bottom: 1px solid rgba(249, 225, 176, 0.5);
}
.lcs-hero .lcs-header .lcs-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lcs-hero .lcs-header .lcs-brand {
  display: flex;
  align-items: center;
}
.lcs-hero .lcs-header .lcs-brand .lcs-brand-img {
  width: 265px;
  height: 24px;
  display: block;
  transition: transform 0.3s ease;
}
.lcs-hero .lcs-header .lcs-brand .lcs-brand-img:hover {
  transform: scale(1.02);
}
.lcs-hero .lcs-header .lcs-header-icons {
  display: flex;
  gap: 18px;
  align-items: center;
}
.lcs-hero .lcs-header .lcs-header-icons .lcs-header-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.25s;
  opacity: 0.8;
  padding: 4px;
}
.lcs-hero .lcs-header .lcs-header-icons .lcs-header-icon-link:hover {
  opacity: 1;
  transform: scale(1.1);
}
.lcs-hero .lcs-header .lcs-header-icons .lcs-header-icon-link:focus {
  outline: none;
  box-shadow: none;
}
.lcs-hero .lcs-header .lcs-header-icons .lcs-header-icon-link .lcs-header-icon-img {
  height: 18px;
  width: auto;
  filter: brightness(0) saturate(100%) invert(88%) sepia(21%) saturate(718%) hue-rotate(345deg) brightness(97%) contrast(90%);
}
.lcs-hero .lcs-content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lcs-hero .lcs-content .lcs-content-inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: lcsFadeUp 1.5s ease-out forwards;
}
.lcs-hero .lcs-content .lcs-title {
  position: relative;
  display: flex;
  gap: 24px;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(72px, 9vw, 100px);
  font-weight: 600;
}
.lcs-hero .lcs-content .lcs-title .lcs-flare {
  position: absolute;
  pointer-events: none;
  z-index: 10;
  mix-blend-mode: color-dodge;
  transform: translate(-50%, -50%);
}
.lcs-hero .lcs-content .lcs-title .lcs-flare-c {
  width: 0.45em;
  top: 0.45em;
  left: 0.25em;
}
.lcs-hero .lcs-content .lcs-title .lcs-flare-o {
  width: 0.37em;
  top: 0.7em;
  left: 4.85em;
}
.lcs-hero .lcs-content .lcs-title span {
  position: relative;
  color: transparent;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #FFF0DA 10%, #C88625 22%, #FFF2DB 35%, #EAC885 48%, #FBF5D1 60%, #BD9A4B 73%, #ECD8A3 85%);
  background-size: 220% 100%, 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  animation: lcsTitleShine 5s linear infinite;
  -webkit-text-stroke: 1px #BD9457;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.08), 0 0 18px rgba(238, 197, 107, 0.08);
}
.lcs-hero .lcs-content .lcs-shine-line {
  width: 750px;
  max-width: 95%;
  height: 1px;
  background: linear-gradient(90deg, rgba(251, 245, 209, 0) 0%, rgba(251, 245, 209, 0.4) 20%, rgb(251, 245, 209) 50%, rgba(251, 245, 209, 0.4) 80%, rgba(251, 245, 209, 0) 100%);
  opacity: 1;
  mix-blend-mode: screen;
  z-index: 5;
  pointer-events: none;
  margin: 30px auto;
  position: relative;
  display: block;
}
.lcs-hero .lcs-content .lcs-shine-line::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 8px;
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(251, 245, 209, 0.9) 35%, transparent 70%);
  filter: blur(2px);
  z-index: 6;
  animation: lcsShineSweep 3s ease-in-out infinite;
}
.lcs-hero .lcs-content .lcs-shine-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 35px;
  background: radial-gradient(ellipse at center, rgba(220, 179, 106, 0.6) 0%, transparent 60%);
  filter: blur(6px);
  z-index: -1;
}
.lcs-hero .lcs-content .lcs-phone {
  display: block;
  text-decoration: none !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  font-family: "Archivo", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%), linear-gradient(327.32deg, #EEC56B 2.72%, #FFF1D8 42.8%, #FFDDA7 85.27%);
  background-size: 200% auto, 100% auto;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  animation: lcsGoldMove 5s linear infinite;
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 10px;
}
.lcs-hero .lcs-content .lcs-btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  max-width: 212px;
  height: 46px;
  padding: 12px 19px;
  margin-top: 26px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  transition: transform 0.3s ease, background 0.3s ease;
}
.lcs-hero .lcs-content .lcs-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(327.32deg, #eec56b 2.72%, #fff1d8 42.8%, #ffdda7 85.27%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.lcs-hero .lcs-content .lcs-btn::after {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 3px;
  border-radius: inherit;
  background: conic-gradient(from var(--btn-angle), transparent 0%, transparent 40%, rgba(238, 197, 107, 0.3) 55%, rgba(255, 241, 216, 0.7) 68%, #fff 76%, rgba(255, 241, 216, 0.7) 84%, rgba(238, 197, 107, 0.3) 92%, transparent 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  animation: lcsBorderLight 2.5s linear infinite;
}
.lcs-hero .lcs-content .lcs-btn span {
  position: relative;
  z-index: 2;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  color: transparent;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%), linear-gradient(327.32deg, #eec56b 2.72%, #fff1d8 42.8%, #ffdda7 85.27%);
  background-size: 200% 100%, 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  animation: lcsGoldMove 5s linear infinite;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.15), 0 0 8px rgba(238, 197, 107, 0.12);
}
.lcs-hero .lcs-content .lcs-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.18), 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 12px rgba(238, 197, 107, 0.18);
}
.lcs-hero .lcs-content .lcs-btn:active {
  transform: translateY(0);
}
.lcs-hero .lcs-content .lcs-btn:focus {
  outline: none;
}
.lcs-hero .lcs-content .lcs-mobile-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 25px;
  animation: lcsFadeUp 1.5s ease-out 0.5s forwards;
  opacity: 0;
}
.lcs-hero .lcs-footer {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  height: 81.6px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9.6px;
  padding-top: 12.8px;
  padding-bottom: 12.8px;
}
.lcs-hero .lcs-footer .lcs-footer-label {
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: transparent;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #BDC6CB 0%, #DEC592 100%);
  background-size: 200% auto, 100% auto;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  animation: lcsGoldMove 5s linear infinite;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}
.lcs-hero .lcs-footer .lcs-footer-logos {
  display: flex;
  align-items: center;
  gap: 32px;
  font-weight: 700;
  color: white;
}
.lcs-hero .lcs-footer .lcs-footer-logos .lcs-partner-logo {
  height: 28px;
  width: auto;
  filter: none;
  transition: transform 0.3s;
}
.lcs-hero .lcs-footer .lcs-footer-logos .lcs-partner-logo:hover {
  transform: scale(1.05);
}

@keyframes lcsShineSweep {
  0% {
    left: -10%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes lcsBorderLight {
  to {
    --btn-angle: 360deg;
  }
}
@keyframes lcsBtnGlow {
  0%, 100% {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 4px 16px rgba(0, 0, 0, 0.28), 0 0 8px rgba(238, 197, 107, 0.15);
  }
  50% {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 4px 16px rgba(0, 0, 0, 0.28), 0 0 20px rgba(238, 197, 107, 0.4), 0 0 40px rgba(238, 197, 107, 0.15);
  }
}
@keyframes lcsTitleShine {
  from {
    background-position: -250% 0, 0 0;
  }
  to {
    background-position: 250% 0, 0 0;
  }
}
@keyframes lcsGoldMove {
  from {
    background-position: -200% 0, 0 0;
  }
  to {
    background-position: 200% 0, 0 0;
  }
}
@keyframes lcsGradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 300% center;
  }
}
@keyframes lcsShine {
  100% {
    transform: translateX(100%);
  }
}
@keyframes lcsShineSwipe {
  0% {
    left: -60%;
    opacity: 0;
  }
  20% {
    opacity: 0.9;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
@keyframes lcsFadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lcsBgZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .lcs-hero .lcs-bg {
    background-image: url("../images/bg_mobile.png");
    background-repeat: no-repeat;
    background-position: 38% calc(100% + 5px);
    background-size: 180% auto;
  }
  .lcs-hero .lcs-header {
    padding: 0 20px;
  }
  .lcs-hero .lcs-header .lcs-container {
    justify-content: center;
  }
  .lcs-hero .lcs-header .lcs-brand .lcs-brand-img {
    width: 200px;
    height: auto;
  }
  .lcs-hero .lcs-header .lcs-header-icons {
    display: none;
  }
  .lcs-hero .lcs-content {
    justify-content: flex-start;
    padding-top: 15dvh;
  }
  .lcs-hero .lcs-content .lcs-title {
    font-size: 52.5px;
    font-weight: 600;
    display: block;
    text-align: center;
    white-space: nowrap;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .lcs-hero .lcs-content .lcs-title span {
    display: inline;
  }
  .lcs-hero .lcs-content .lcs-shine-line {
    width: 350px;
    height: 3px;
    margin: 5px auto 0;
  }
  .lcs-hero .lcs-content .lcs-shine-line::before {
    width: 140px;
    height: 6px;
  }
  .lcs-hero .lcs-content .lcs-shine-line::after {
    height: 35px;
  }
  .lcs-hero .lcs-content .lcs-phone {
    font-size: 36px;
    margin-top: 0;
  }
  .lcs-hero .lcs-content .lcs-btn {
    margin-top: 0px;
    padding: 14px 18px;
    font-size: 18px;
  }
  .lcs-hero .lcs-content .lcs-mobile-icons {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 28px;
  }
  .lcs-hero .lcs-content .lcs-mobile-icons .lcs-header-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    transition: 0.3s;
  }
  .lcs-hero .lcs-content .lcs-mobile-icons .lcs-header-icon-link:hover {
    transform: scale(1.1);
  }
  .lcs-hero .lcs-content .lcs-mobile-icons .lcs-header-icon-link .lcs-header-icon-img {
    height: 22px;
    filter: brightness(0) saturate(100%) invert(88%) sepia(21%) saturate(718%) hue-rotate(345deg) brightness(97%) contrast(90%);
  }
  .lcs-hero .lcs-footer {
    bottom: 25px;
    width: 100%;
  }
  .lcs-hero .lcs-footer .lcs-footer-label {
    font-size: 14px;
  }
  .lcs-hero .lcs-footer .lcs-footer-logos {
    gap: 15px;
  }
  .lcs-hero .lcs-footer .lcs-footer-logos .lcs-partner-logo {
    height: 28px;
  }
  .lcs-hero .lcs-deco.lcs-deco-1 {
    content: url("../images/left_top_mb.png");
    width: 200px;
    height: 200px;
    top: 196px;
    left: -109px;
    opacity: 0.4;
    transform: rotate(23.86deg);
    mix-blend-mode: screen;
  }
  .lcs-hero .lcs-deco.lcs-deco-2 {
    content: url("../images/right_bottom_mb.png");
    width: 200px;
    height: 200px;
    top: 550px;
    left: 290px;
    right: auto;
    transform: rotate(-15.61deg);
  }
  .lcs-hero .lcs-deco.lcs-deco-3 {
    display: none;
  }
  .lcs-hero .lcs-deco.lcs-deco-4 {
    content: url("../images/left_bottom_mb.png");
    width: 222px;
    height: 222px;
    top: 680px;
    left: -60px;
    transform: rotate(-0.27deg);
  }
}

/*# sourceMappingURL=main.css.map */
