/* =============================================
   WEBVORIA LANDING PAGE — Layout & Responsive
   ============================================= */

/* === RESET === */
.wv-landing *,
.wv-landing *::after,
.wv-landing *::before {
  box-sizing: border-box;
}

/* Hide Avada default header on landing pages */
.wv-landing .fusion-tb-header,
.wv-landing .fusion-header-wrapper,
.wv-landing div[data-bg*='topbar-bg.svg'] {
  display: none !important;
}

/* === CONTAINER === */
.wv-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* === STICKY HEADER === */
.wv-header {
  position: sticky;
  top: 0;
  z-index: 9990;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
}

.wv-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 12px 24px;
  gap: 16px;
}

.wv-header__logo {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.wv-header__logo img {
  height: 42px;
  max-width: 200px;
  width: auto;
  display: block;
  object-fit: contain;
}

.wv-header__cta {
  flex-shrink: 0;
  white-space: nowrap;
}

/* === BUTTONS === */
.wv-btn {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease;
  text-align: center;
  line-height: 1.4;
}

.wv-btn--primary {
  background: #3b82f6;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
}

.wv-btn--primary:hover {
  background: #2563eb;
  transform: translateY(-1px);
  color: #fff !important;
  text-decoration: none;
}

.wv-btn--lg {
  padding: 18px 48px;
  font-size: 18px;
}

/* === HERO === */
.wv-hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 500px;
  display: flex;
  align-items: stretch;
}

.wv-hero__overlay {
  width: 100%;
  padding: 120px 0;
  background: rgba(19, 27, 33, .85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wv-hero__title {
  color: #ffffff;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 700;
  text-align: center;
  margin: 0 0 24px;
  line-height: 1.15;
}

.wv-hero__sub {
  color: #f3f4f6;
  font-size: clamp(16px, 2.4vw, 22px);
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.65;
}

.wv-hero__sub strong {
  color: #ffffff;
}

/* === SECTIONS === */
.wv-section {
  padding: 70px 0;
}

.wv-section--white {
  background: #ffffff;
}

.wv-section--gray {
  background: #f3f4f6;
}

.wv-section--dark {
  background: #1e293b;
  border-top: 6px solid #0073e6;
}

.wv-section--cta-mid {
  background: #e0f2fe;
  padding: 44px 0;
}

.wv-section__icon {
  text-align: center;
  font-size: 42px;
  color: #0073e6;
  margin-bottom: 16px;
}

.wv-section__title {
  text-align: center;
  font-size: clamp(24px, 4vw, 40px);
  color: #1e293b;
  font-weight: 700;
  margin: 0 0 24px;
  line-height: 1.2;
}

.wv-section__subtitle {
  text-align: center;
  font-size: 18px;
  color: #475569;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.65;
}

/* === CARDS === */
.wv-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}

.wv-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 32px 28px;
  text-align: center;
}

.wv-card--service {
  background: #ffffff;
  border: none;
  border-top: 4px solid #0073e6;
  border-radius: 10px 10px 4px 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.wv-card__icon {
  font-size: 32px;
  margin-bottom: 16px;
}

.wv-card__icon--red {
  color: #dc2626;
}

.wv-card__icon--orange {
  color: #ea580c;
}

.wv-card__icon--dark {
  color: #991b1b;
}

.wv-card__icon--blue {
  color: #0073e6;
}

.wv-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 12px;
  line-height: 1.3;
}

.wv-card__text {
  font-size: 15px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

/* === MID CTA === */
.wv-cta__title {
  font-size: clamp(22px, 3.5vw, 32px);
  color: #0369a1;
  font-weight: 700;
  margin: 0 0 16px;
}

.wv-cta__steps {
  font-size: 18px;
  color: #0f172a;
  margin: 0 0 28px;
  line-height: 1.65;
}

/* === FORM SECTION === */
.wv-form__heading {
  color: #ffffff;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.2;
}

.wv-form__sub {
  color: #cbd5e1;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.65;
}

.wv-form__wrapper {
  background: #ffffff;
  border-radius: 12px;
  padding: 36px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
}

/* === FORM OVERRIDES (force colors inside Avada) === */
.wv-landing #webvoria-lead-form input,
.wv-landing #webvoria-lead-form select,
.wv-landing #webvoria-lead-form textarea {
  color: #111111 !important;
  opacity: 1 !important;
}

.wv-landing #webvoria-lead-form input::placeholder,
.wv-landing #webvoria-lead-form textarea::placeholder {
  color: #6b7280 !important;
}

/* === FAQ SECTION (PREMIUM DESIGN) === */
.faq-section {
  padding: 80px 0;
  background: #f8fafc;
}

.faq-section .wv-section__title {
  color: #0f172a;
  margin-bottom: 48px;
}

.wv-faq {
  max-width: 800px;
  margin: 0 auto;
}

.wv-faq__item {
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wv-faq__item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.wv-faq__item[open] {
  border-color: #bae6fd;
  box-shadow: 0 10px 25px -5px rgba(3, 105, 161, 0.15);
  transform: translateY(0);
}

.wv-faq__question {
  padding: 24px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  cursor: pointer;
  position: relative;
  list-style: none;
  /* Hide default arrow */
  user-select: none;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

.wv-faq__question:hover {
  color: #0369a1;
}

.wv-faq__question::-webkit-details-marker {
  display: none;
  /* Hide arrow in Safari */
}

/* Custom Icon for + and - */
.wv-faq__question::after {
  content: '\f067';
  /* FontAwesome plus */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #3b82f6;
  background: #eff6ff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.wv-faq__item[open] .wv-faq__question {
  color: #0369a1;
  padding-bottom: 16px;
}

.wv-faq__item[open] .wv-faq__question::after {
  content: '\f068';
  /* FontAwesome minus */
  background: #3b82f6;
  color: #ffffff;
  transform: translateY(-50%) rotate(90deg);
}

.wv-faq__answer {
  padding: 0 30px 24px 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  border-top: 1px solid transparent;
  animation: faq-fade-in 0.4s ease-out forwards;
}

@keyframes faq-fade-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === RELATED LINKS (SEO) === */
.wv-section--related {
  background: #f8fafc;
  padding: 40px 0;
  border-top: 1px solid #e2e8f0;
}

.wv-related__title {
  font-size: 18px;
  font-weight: 600;
  color: #475569;
  margin: 0 0 20px;
  text-align: center;
}

.wv-related__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.wv-related__link {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  padding: 10px 18px;
  border-radius: 6px;
  color: #0369a1 !important;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.wv-related__link:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
  color: #0284c7 !important;
}

/* =============================================
   RESPONSIVE
   ============================================= */

/* --- Tablet (max 960px) --- */
@media (max-width: 960px) {
  .wv-cards {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .wv-hero__overlay {
    padding: 90px 0;
  }

  .wv-section {
    padding: 55px 0;
  }
}

/* --- Mobile (max 640px) --- */
@media (max-width: 640px) {
  .wv-header__inner {
    padding: 8px 12px;
    gap: 10px;
  }

  .wv-header__logo img {
    height: 28px;
    max-width: 130px;
  }

  .wv-header__cta {
    padding: 9px 16px;
    font-size: 13px;
  }

  .wv-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wv-hero {
    min-height: auto;
  }

  .wv-hero__overlay {
    padding: 60px 0;
  }

  .wv-section {
    padding: 40px 0;
  }

  .wv-section--cta-mid {
    padding: 30px 0;
  }

  .wv-btn--lg {
    padding: 14px 28px;
    font-size: 16px;
    width: 100%;
    max-width: 320px;
  }

  .wv-cta__steps {
    font-size: 15px;
  }

  .wv-form__wrapper {
    padding: 20px 16px;
  }

  .wv-container {
    padding: 0 16px;
  }

  .wv-card {
    padding: 24px 20px;
  }
}

/* --- Small phones (max 400px) --- */
@media (max-width: 400px) {
  .wv-header__logo img {
    height: 24px;
    max-width: 100px;
  }

  .wv-header__cta {
    padding: 7px 12px;
    font-size: 12px;
  }

  .wv-hero__overlay {
    padding: 40px 0;
  }
}time: Wed Mar 11 22:25:22 CET 2026
