/* Verolux luxury mobile-first landing */
.vl-page {
  margin: 0;
  color: #101820;
  background: #f4f1ec;
  font-family: Arial, Helvetica, sans-serif;
}

.vl-page * {
  box-sizing: border-box;
}

.vl-page img {
  display: block;
  width: 100%;
  height: auto;
}

.vl-page picture {
  display: block;
}

.vl-page a {
  color: inherit;
  text-decoration: none;
}

.vl-page h1,
.vl-page h2,
.vl-page p {
  margin: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.vl-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  background: rgba(244, 241, 236, 0.92);
  border-bottom: 1px solid rgba(16, 24, 32, 0.12);
  backdrop-filter: blur(14px);
}

.vl-logo {
  color: #101820;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

.vl-header-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  background: #101820;
  font-size: 14px;
  font-weight: 800;
}

.vl-page .vl-header-cta {
  color: #fff;
}

.vl-hero {
  padding: 14px 14px 32px;
}

.vl-hero-media {
  overflow: hidden;
  border-radius: 18px;
  background: #d7dce2;
  box-shadow: 0 20px 50px rgba(16, 24, 32, 0.16);
}

.vl-hero-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vl-hero-content {
  margin: -30px 14px 0;
  position: relative;
  z-index: 2;
  padding: 24px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 55px rgba(16, 24, 32, 0.14);
}

.vl-eyebrow {
  color: #F26A21;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vl-page h1 {
  margin-top: 12px;
  font-size: 38px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.vl-lead,
.vl-project-copy p,
.vl-final p {
  margin-top: 14px;
  color: #4f5c66;
  font-size: 17px;
  line-height: 1.52;
}

.vl-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.vl-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 850;
  text-align: center;
  line-height: 1.1;
}

.vl-btn-primary {
  color: #fff;
  background: #F26A21;
  box-shadow: 0 14px 30px rgba(242, 106, 33, 0.26);
}

.vl-btn-secondary {
  color: #101820;
  background: #fff;
  border-color: rgba(16, 24, 32, 0.18);
}

.vl-trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0 18px 34px;
}

.vl-trust div,
.vl-reasons article,
.vl-process li {
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(16, 24, 32, 0.1);
}

.vl-trust strong {
  display: block;
  color: #F26A21;
  font-size: 13px;
}

.vl-trust span {
  display: block;
  margin-top: 4px;
  font-weight: 800;
}

.vl-section,
.vl-project,
.vl-process,
.vl-region,
.vl-final {
  padding: 46px 18px;
}

.vl-section-head {
  margin-bottom: 22px;
}

.vl-page h2 {
  margin-top: 10px;
  font-size: 31px;
  line-height: 1.08;
  font-weight: 900;
}

.vl-products {
  display: grid;
  gap: 14px;
}

.vl-product {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(16, 24, 32, 0.1);
  box-shadow: 0 16px 40px rgba(16, 24, 32, 0.08);
}

.vl-product img,
.vl-product-abstract {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.vl-product-abstract {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38) 0 1px, transparent 1px 54px),
    linear-gradient(120deg, #101820, #263744);
}

.vl-product span {
  display: block;
  padding: 18px 18px 6px;
  font-size: 19px;
  font-weight: 900;
}

.vl-product small {
  display: block;
  padding: 0 18px 20px;
  color: #5b6670;
  font-size: 15px;
  line-height: 1.42;
}

.vl-project {
  background: #fff;
}

.vl-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  padding: 18px;
  border-radius: 18px;
  background: #f4f1ec;
  border: 1px solid rgba(16, 24, 32, 0.12);
}

.vl-form label {
  display: grid;
  gap: 7px;
  color: #101820;
  font-size: 13px;
  font-weight: 850;
}

.vl-form input,
.vl-form select {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(16, 24, 32, 0.16);
  border-radius: 12px;
  background: #fff;
  color: #101820;
  font-size: 15px;
}

.vl-form p {
  color: #6a747d;
  font-size: 12px;
  line-height: 1.42;
}

.vl-why {
  background: #101820;
  color: #fff;
}

.vl-why .vl-section-head h2,
.vl-why .vl-reasons strong {
  color: #fff;
}

.vl-reasons {
  display: grid;
  gap: 12px;
}

.vl-reasons article {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
}

.vl-reasons strong,
.vl-process strong {
  display: block;
  font-size: 18px;
}

.vl-reasons span,
.vl-process span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
}

.vl-process {
  background: #f8f7f4;
}

.vl-process ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.vl-process li {
  counter-increment: steps;
  position: relative;
  padding-left: 64px;
}

.vl-process li::before {
  content: counter(steps);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #F26A21;
  font-weight: 900;
}

.vl-process span {
  color: #5b6670;
}

.vl-region {
  background: #fff;
}

.vl-region-copy {
  margin-top: 12px;
  color: #4f5c66;
  line-height: 1.52;
}

.vl-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.vl-cities span {
  padding: 9px 11px;
  border-radius: 999px;
  background: #f4f1ec;
  border: 1px solid rgba(16, 24, 32, 0.1);
  font-size: 13px;
  font-weight: 800;
}

.vl-final {
  background: #101820;
  color: #fff;
}

.vl-faq {
  padding: 46px 18px;
  background: #f8f7f4;
}

.vl-faq details {
  border-top: 1px solid rgba(16, 24, 32, 0.14);
  background: #fff;
}

.vl-faq details:last-child {
  border-bottom: 1px solid rgba(16, 24, 32, 0.14);
}

.vl-faq summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 16px;
  color: #101820;
  font-weight: 850;
}

.vl-faq details p {
  padding: 0 16px 18px;
  color: #4f5c66;
  line-height: 1.5;
}

.vl-final h2 {
  color: #fff;
}

.vl-final .vl-btn {
  width: 100%;
  margin-top: 24px;
}

.vl-sticky {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 50;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: #F26A21;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(16, 24, 32, 0.24);
}

.vl-footer {
  display: grid;
  gap: 8px;
  padding: 34px 18px 88px;
  color: rgba(255, 255, 255, 0.72);
  background: #101820;
}

.vl-footer strong {
  color: #fff;
  font-size: 24px;
}

.vl-footer small {
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.4;
}

.vl-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.vl-legal-links a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vl-legal {
  max-width: 860px;
  margin: 0 auto;
  padding: 46px 18px 64px;
}

.vl-legal h1 {
  margin-top: 10px;
  font-size: 42px;
  line-height: 1.05;
}

.vl-legal-note {
  margin-top: 16px;
  padding: 16px;
  border-left: 4px solid #F26A21;
  background: #fff;
  color: #4f5c66;
  line-height: 1.5;
}

.vl-legal section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(16, 24, 32, 0.12);
}

.vl-legal h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.vl-legal p {
  color: #4f5c66;
  line-height: 1.6;
}

@media (min-width: 720px) {
  .vl-header {
    padding: 0 34px;
  }

  .vl-hero,
  .vl-section,
  .vl-project,
  .vl-process,
  .vl-region,
  .vl-faq,
  .vl-final,
  .vl-footer {
    padding-left: 34px;
    padding-right: 34px;
  }

  .vl-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 24px;
    align-items: center;
    padding-top: 32px;
  }

  .vl-hero-content {
    margin: 0;
  }

  .vl-hero-media img {
    aspect-ratio: 4 / 5;
  }

  .vl-actions,
  .vl-trust,
  .vl-reasons,
  .vl-process ol {
    grid-template-columns: repeat(3, 1fr);
  }

  .vl-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .vl-project {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
    align-items: center;
  }

  .vl-form {
    margin-top: 0;
  }

  .vl-final {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
  }

  .vl-final .vl-btn {
    width: auto;
    margin-top: 0;
  }
}

@media (min-width: 1080px) {
  .vl-header,
  .vl-hero,
  .vl-trust,
  .vl-section,
  .vl-project,
  .vl-process,
  .vl-region,
  .vl-faq,
  .vl-final,
  .vl-footer {
    padding-left: max(48px, calc((100vw - 1180px) / 2));
    padding-right: max(48px, calc((100vw - 1180px) / 2));
  }

  .vl-page h1 {
    font-size: 60px;
  }

  .vl-page h2 {
    font-size: 42px;
  }

  .vl-products {
    grid-template-columns: repeat(4, 1fr);
  }

  .vl-sticky {
    display: none;
  }
}
