.elementor-1495 .elementor-element.elementor-element-136e5a8{--display:flex;}@media(min-width:768px){.elementor-1495 .elementor-element.elementor-element-136e5a8{--content-width:1370px;}}/* Start custom CSS for html, class: .elementor-element-a6c1a9a */.dlv-page {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0;
}


/* ═══ HERO ═══ */
.dlv-hero {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
  padding: 60px 48px;
  background: linear-gradient(135deg, #f5ece1, #ebe0d0);
  border: 1px solid rgb(120 90 50 / 29%);
  box-shadow:
	inset 0 1px 0 rgba(255, 255, 255, 0.6),
	0 4px 24px rgba(120, 90, 50, 0.08);
}

/* Стежок по периметру hero */
.dlv-hero::after {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1.5px dashed rgba(120, 90, 50, 0.1);
  border-radius: 3px;
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.5));
}

.dlv-hero-noise, .dlv-section-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  background-size: 200px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: multiply;
}

.dlv-hero-diag {
  position: absolute;
  top: -50%;
  left: -10%;
  width: 120%;
  height: 200%;
  background: linear-gradient(125deg, transparent 46%, rgba(120, 90, 50, 0.02) 46.5%, rgba(120, 90, 50, 0.02) 47%, transparent 47.5%, transparent 53%, rgba(120, 90, 50, 0.015) 53.5%, rgba(120, 90, 50, 0.015) 54%, transparent 54.5%);
  pointer-events: none;
  z-index: 0;
}

.dlv-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  z-index: 0;
  overflow: hidden;
}

.dlv-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #ebe0d0 0%, rgba(235, 224, 208, 0.7) 40%, transparent 100%);
  z-index: 1;
}

.dlv-hero-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dlv-hero-content {
  position: relative;
  z-index: 3;
  max-width: 560px;
}

.dlv-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--a);
  margin-bottom: 16px;
}

.dlv-hero-line { width: 20px; height: 0.5px; background: var(--a); }

.dlv-hero-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--a);
  box-shadow: 0 0 8px rgba(180, 140, 80, 0.4);
  animation: ctaPulse 3s ease-in-out infinite;
}

.dlv-hero-title {
  font-family: var(--fd);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  color: var(--t1);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.dlv-hero-title i { font-style: italic; color: var(--a); }

.dlv-hero-desc {
  font-family: var(--fb);
  font-size: 16px;
  color: var(--t4);
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin: 0 0 28px;
}

.dlv-hero-badges { display: flex; gap: 20px; flex-wrap: wrap; }

.dlv-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  color: var(--t3);
  letter-spacing: 0.03em;
}

.dlv-badge svg { width: 16px; height: 16px; stroke: var(--ad); flex-shrink: 0; }


/* ═══ НАВИГАЦИЯ ═══ */
.dlv-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 32px 0;
  padding: 0 20px;
  position: sticky;
  top: 68px;
  z-index: 50;
  background: linear-gradient(135deg, #f0e6d8, #e6dac8);
  border: 1px solid rgb(120 90 50 / 29%);
  border-radius: 4px;
  box-shadow:
	inset 0 1px 0 rgba(255, 255, 255, 0.5),
	0 4px 16px rgba(120, 90, 50, 0.06);
  /* Стежки сверху и снизу */
  border-top: 1.5px dashed rgb(120 90 50 / 41%);
  border-bottom: 1.5px dashed rgb(120 90 50 / 41%);
}

.dlv-nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.dlv-nav-num {
  font-family: var(--fd);
  font-size: 11px;
  font-weight: 400;
  color: var(--t5);
  letter-spacing: 0.02em;
  transition: color 0.3s;
}

.dlv-nav-label {
  font-family: var(--fb);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--t4);
  transition: color 0.3s;
}

.dlv-nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  height: 1.5px;
  background: var(--a);
  transform: scaleX(0);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.dlv-nav-item:hover .dlv-nav-label { color: var(--t2); }
.dlv-nav-item:hover .dlv-nav-num { color: var(--ad); }
.dlv-nav-item.active .dlv-nav-label { color: var(--t1); }
.dlv-nav-item.active .dlv-nav-num { color: var(--a); }
.dlv-nav-item.active::after { transform: scaleX(1); }

.dlv-nav-sep { width: 1px; height: 20px; background: rgba(120, 90, 50, 0.08); }


/* ═══ СЕКЦИИ ═══ */
.dlv-section { scroll-margin-top: 140px; }

.dlv-section-inner {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding: 48px 40px;
  background: linear-gradient(135deg, #f5ece1, #ebe0d0);
  border: 1px solid rgb(120 90 50 / 29%);
  box-shadow:
	inset 0 1px 0 rgba(255, 255, 255, 0.5),
	0 2px 12px rgba(120, 90, 50, 0.05);
}

/* Стежок по секции */
.dlv-section-inner::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px dashed rgb(120 90 50 / 45%);
  border-radius: 3px;
  pointer-events: none;
  z-index: 1;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.4));
}

.dlv-section-header { position: relative; z-index: 2; margin-bottom: 36px; }

.dlv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--t4);
  margin-bottom: 12px;
}

.dlv-eline { width: 20px; height: 0.5px; background: var(--t4); }
.dlv-enumr { font-family: var(--fd); font-size: 12px; color: var(--a); font-weight: 400; }

.dlv-stitle {
  font-family: var(--fd);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 400;
  color: var(--t1);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}

.dlv-stitle i { font-style: italic; color: var(--a); }

.dlv-sdesc {
  font-family: var(--fb);
  font-size: 15px;
  color: var(--t4);
  line-height: 1.7;
  letter-spacing: 0.02em;
  max-width: 600px;
  margin: 0;
}

.dlv-page-sep {
  height: 1px;
  margin: 24px 0;
  background: linear-gradient(90deg, transparent, rgba(120, 90, 50, 0.08) 20%, rgba(120, 90, 50, 0.12) 50%, rgba(120, 90, 50, 0.08) 80%, transparent);
}


/* ═══ ШАГИ ═══ */
.dlv-steps { position: relative; z-index: 2; display: flex; gap: 0; margin-bottom: 32px; }

.dlv-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.dlv-step-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgb(120 90 50 / 29%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.35s;
  box-shadow:
	inset 0 1px 0 rgba(255, 255, 255, 0.6),
	0 2px 8px rgba(120, 90, 50, 0.06);
}

.dlv-step-icon svg { width: 20px; height: 20px; stroke: var(--ad); }

.dlv-step:hover .dlv-step-icon {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(120, 90, 50, 0.15);
}

.dlv-step:hover .dlv-step-icon svg { stroke: var(--a); }

.dlv-step-line {
  position: absolute;
  top: 24px;
  left: calc(50% + 32px);
  right: calc(-50% + 32px);
  height: 1px;
  /* Стежок вместо сплошной линии */
  border-top: 1px dashed rgba(120, 90, 50, 0.12);
  background: none;
}

.dlv-step:last-child .dlv-step-line { display: none; }

.dlv-step-num {
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--t4);
  margin-bottom: 4px;
}

.dlv-step-title {
  font-family: var(--fd);
  font-size: 17px;
  font-weight: 500;
  color: var(--t1);
  margin-bottom: 6px;
}

.dlv-step-text {
  font-family: var(--fb);
  font-size: 15px;
  color: var(--t4);
  line-height: 1.65;
}


/* ═══ КАРТОЧКИ ═══ */
.dlv-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 32px;
}

.dlv-card {
  padding: 24px 20px;
  border-radius: 4px;
  background: linear-gradient(165deg, #fff8f0, #f0e6d8);
  border: 1px solid rgb(120 90 50 / 29%);
  box-shadow:
	inset 0 1px 0 rgba(255, 255, 255, 0.6),
	0 2px 8px rgba(120, 90, 50, 0.05);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

/* Стежок на карточке при hover */
.dlv-card::after {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(120, 90, 50, 0);
  border-radius: 3px;
  pointer-events: none;
  transition: all 0.5s ease;
}

.dlv-card:hover {
  border-color: rgba(120, 90, 50, 0.15);
  transform: translateY(-3px);
  box-shadow:
	inset 0 1px 0 rgba(255, 255, 255, 0.7),
	0 12px 36px rgba(120, 90, 50, 0.1);
}

.dlv-card:hover::after {
  border-color: rgba(120, 90, 50, 0.12);
  inset: 5px;
}

.dlv-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(120, 90, 50, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: all 0.3s;
}

.dlv-card-icon svg { width: 16px; height: 16px; stroke: var(--ad); }

.dlv-card:hover .dlv-card-icon {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(120, 90, 50, 0.12);
}

.dlv-card:hover .dlv-card-icon svg { stroke: var(--a); }

.dlv-card-title {
  font-family: var(--fb);
  font-size: 16px;
  font-weight: 600;
  color: var(--t1);
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.dlv-card-text {
  font-family: var(--fb);
  font-size: 15px;
  color: var(--t4);
  line-height: 1.45;
}


/* ═══ ОПЛАТА ═══ */
.dlv-pay-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.dlv-pay-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--t4);
  margin-bottom: 14px;
}

.dlv-pay-dot { width: 6px; height: 6px; border-radius: 50%; }
.dlv-pay-dot.retail { background: var(--wb); box-shadow: 0 0 8px rgba(203, 17, 171, 0.3); }
.dlv-pay-dot.wholesale { background: var(--a); box-shadow: 0 0 8px rgba(180, 140, 80, 0.3); }

.dlv-pay-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 12px;
  background: linear-gradient(165deg, #fff8f0, #f0e6d8);
  border: 1px solid rgba(120, 90, 50, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: all 0.35s;
}

.dlv-pay-card:hover { border-color: rgba(120, 90, 50, 0.15); }

.dlv-pay-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(120, 90, 50, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dlv-pay-icon svg { width: 16px; height: 16px; stroke: var(--ad); }
.dlv-pay-method { font-family: var(--fb); font-size: 16px; font-weight: 600; color: var(--t1); margin-bottom: 4px; }
.dlv-pay-detail { font-family: var(--fb); font-size: 15px; color: var(--t4); line-height: 1.65; }


/* ═══ FAQ ═══ */
.dlv-faq-list { position: relative; z-index: 2; max-width: 720px; }

.dlv-faq-item { border-bottom: 1px solid rgba(120, 90, 50, 0.06); }

.dlv-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.dlv-faq-q span {
  font-family: var(--fb);
  font-size: 16px;
  font-weight: 500;
  color: var(--t2);
  transition: color 0.3s;
}

.dlv-faq-q svg {
  width: 16px;
  height: 16px;
  stroke: var(--ad);
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlv-faq-q:hover span { color: var(--t1); }

.dlv-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding 0.4s;
  padding: 0;
}

.dlv-faq-a p {
  font-family: var(--fb);
  font-size: 15px;
  color: var(--t4);
  line-height: 1.75;
  margin: 0;
}

.dlv-faq-item.is-open .dlv-faq-a { max-height: 300px; padding: 0 0 20px 0; }
.dlv-faq-item.is-open .dlv-faq-q svg { transform: rotate(180deg); }
.dlv-faq-item.is-open .dlv-faq-q span { color: var(--t1); }


/* ═══ КОНТАКТНАЯ ФОРМА ═══ */
.dlv-contact-inner { padding: 0; }
.dlv-contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; }

.dlv-contact-info {
  padding: 48px 40px;
  position: relative;
  z-index: 2;
  border-right: 1px dashed rgba(120, 90, 50, 0.1);
}

.dlv-contact-details { margin-top: 32px; }

.dlv-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
}

.dlv-contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(120, 90, 50, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
}

.dlv-contact-icon svg { width: 14px; height: 14px; stroke: var(--ad); }

.dlv-contact-row:hover .dlv-contact-icon {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(120, 90, 50, 0.12);
}

.dlv-contact-row a {
  font-family: var(--fb);
  font-size: 15px;
  font-weight: 500;
  color: var(--t1);
  text-decoration: none;
  transition: color 0.3s;
  line-height: 1.4;
}

.dlv-contact-row a:hover { color: var(--t2); }

.dlv-contact-row small {
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--t4);
  display: block;
  margin-top: 2px;
}

.dlv-contact-form-wrap { padding: 48px 40px; position: relative; z-index: 2; }

/* Форма */
.dlv-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.dlv-field { margin-bottom: 16px; }
.dlv-form-row .dlv-field { margin-bottom: 0; }

.dlv-label {
  display: block;
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--t4);
  margin-bottom: 8px;
}

.dlv-input {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border-radius: 4px;
  font-family: var(--fb);
  font-size: 15px;
  color: var(--t1);
  letter-spacing: 0.02em;
  background: #fff;
  border: 1px solid rgba(120, 90, 50, 0.10);
  box-shadow:
	inset 0 1px 3px rgba(120, 90, 50, 0.04),
	inset 0 0.5px 0 rgba(255, 255, 255, 0.8);
  outline: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}

.dlv-input::placeholder { color: var(--t5); }

.dlv-input:focus {
  border-color: rgba(120, 90, 50, 0.22);
  box-shadow:
	inset 0 1px 3px rgba(120, 90, 50, 0.04),
	0 0 0 3px rgba(180, 140, 80, 0.06);
}

.dlv-textarea {
  height: auto;
  padding: 14px 16px;
  resize: vertical;
  min-height: 80px;
  line-height: 1.6;
}

.dlv-form-footer { display: flex; align-items: center; gap: 16px; }

.dlv-form-note {
  font-family: var(--fb);
  font-size: 10px;
  color: var(--t5);
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dlv-form-note svg { stroke: var(--t5); flex-shrink: 0; }


/* ═══ КНОПКИ — ТЁМНАЯ КОЖА СО СТЕЖКАМИ ═══ */
.dlv-section-cta { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; }
.dlv-cta-group { margin-top: 8px; }

.dlv-btn-primary {
  height: 50px;
  padding: 0 36px;
  border-radius: 3px;
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  text-decoration: none;
  /* Тёмная кожа */
  background: linear-gradient(165deg, #3a2c1e, #281e14);
  border: none;
  color: #f0e6d8;
  box-shadow:
	inset 0 1px 0 rgba(184, 150, 110, 0.08),
	inset 0 -1px 0 rgba(0, 0, 0, 0.4),
	0 4px 20px rgba(26, 18, 11, 0.3);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Текстура кожи */
.dlv-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='bl'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='5' stitchTiles='stitch' seed='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23bl)' opacity='0.07'/%3E%3C/svg%3E");
  background-size: 200px;
  mix-blend-mode: overlay;
  opacity: 0.5;
  pointer-events: none;
}

/* Стежок */
.dlv-btn-primary::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px dashed rgba(184, 150, 110, 0.2);
  border-radius: 2px;
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(0 -1px 0 rgba(0, 0, 0, 0.3));
  transition: border-color 0.4s;
}

.dlv-btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(165deg, #453529, #3a2c1e);
  box-shadow:
	inset 0 1px 0 rgba(184, 150, 110, 0.12),
	0 16px 48px rgba(26, 18, 11, 0.4),
	0 0 30px rgba(184, 150, 110, 0.04);
}

.dlv-btn-primary:hover::after {
  border-color: rgba(184, 150, 110, 0.3);
}

.dlv-btn-primary span,
.dlv-btn-primary svg {
  position: relative;
  z-index: 3;
}

.dlv-btn-primary svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s;
}

.dlv-btn-primary:hover svg { transform: translateX(3px); }

/* Ghost */
.dlv-btn-ghost {
  height: 50px;
  padding: 0 24px;
  border-radius: 3px;
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(120, 90, 50, 0.12);
  color: var(--t2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.dlv-btn-ghost:hover {
  border-color: rgba(120, 90, 50, 0.2);
  color: var(--t1);
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

.dlv-tg-icon {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(0.4);
  transition: filter 0.3s;
}

.dlv-btn-ghost:hover .dlv-tg-icon { filter: brightness(0) invert(0.25); }

/* WB */
.dlv-btn-wb {
  height: 50px;
  padding: 0 28px;
  border-radius: 3px;
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(135deg, var(--wb), #9b0d87);
  border: none;
  color: #fff;
  box-shadow: 0 4px 20px rgba(203, 17, 171, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlv-btn-wb::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, #e014c2, #b00e9a); opacity: 0; transition: opacity 0.4s; }
.dlv-btn-wb:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 12px 36px rgba(203, 17, 171, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15); }
.dlv-btn-wb:hover::before { opacity: 1; }
.dlv-btn-wb span, .dlv-btn-wb svg, .dlv-btn-wb img { position: relative; z-index: 1; }
.dlv-btn-wb svg { width: 14px; height: 14px; }
.dlv-wb-logo { width: 22px; height: 22px; filter: brightness(10); }

/* Ozon */
.dlv-btn-oz {
  height: 50px;
  padding: 0 28px;
  border-radius: 3px;
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(135deg, #005bff, #f91155);
  border: none;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 91, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlv-btn-oz::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, #0066ff, #ff2a6a); opacity: 0; transition: opacity 0.4s; }
.dlv-btn-oz:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 12px 36px rgba(0, 91, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15); }
.dlv-btn-oz:hover::before { opacity: 1; }
.dlv-btn-oz span, .dlv-btn-oz svg, .dlv-btn-oz img { position: relative; z-index: 1; }
.dlv-btn-oz svg { width: 14px; height: 14px; }


/* ═══ SUCCESS ═══ */
.dlv-form-success {
  display: none;
  text-align: center;
  padding: 40px 20px;
}

.dlv-form-success.is-visible { display: block; animation: wsSuccessFade 0.6s cubic-bezier(0.16, 1, 0.3, 1); }

.dlv-success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgb(120 90 50 / 29%);
  box-shadow: 0 0 30px rgba(180, 140, 80, 0.04), 0 4px 16px rgba(120, 90, 50, 0.06);
}

.dlv-success-icon svg { width: 24px; height: 24px; stroke: var(--a); }
.dlv-form-success h3 { font-family: var(--fd); font-size: 20px; font-weight: 400; color: var(--t1); margin: 0 0 6px; }
.dlv-form-success p { font-family: var(--fb); font-size: 15px; color: var(--t4); margin: 0; }


/* ╔══════════════════════════════════════════════════════╗
   ║  АДАПТИВНОСТЬ                                          ║
   ╚══════════════════════════════════════════════════════╝ */

@media (max-width: 960px) {
  .dlv-cards { grid-template-columns: repeat(2, 1fr); }
  .dlv-contact-grid { grid-template-columns: 1fr; }
  .dlv-contact-info { border-right: none; border-bottom: 1px dashed rgba(120, 90, 50, 0.1); }
  .dlv-steps { flex-direction: column; gap: 24px; }
  .dlv-step { flex-direction: row; text-align: left; gap: 16px; padding: 0; }
  .dlv-step-icon { margin-bottom: 0; }
  .dlv-step-line { display: none; }
}

@media (max-width: 768px) {
  .dlv-hero { padding: 40px 24px; min-height: 280px; }
  .dlv-hero::after { inset: 6px; }
  .dlv-hero-bg { width: 45%; }
  .dlv-hero-title { font-size: 28px; }
  .dlv-hero-badges { gap: 12px; }
  .dlv-section-inner { padding: 32px 24px; }
  .dlv-section-inner::after { inset: 6px; }
  .dlv-contact-info, .dlv-contact-form-wrap { padding: 32px 24px; }
  .dlv-pay-grid { grid-template-columns: 1fr; }
  .dlv-nav { overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .dlv-nav::-webkit-scrollbar { display: none; }
  .dlv-cards { grid-template-columns: 1fr 1fr; gap: 12px; }
  .dlv-cta-group { flex-direction: column; }
  .dlv-btn-primary, .dlv-btn-ghost, .dlv-btn-wb, .dlv-btn-oz { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .dlv-hero { padding: 32px 18px; }
  .dlv-hero::after { inset: 5px; border-width: 1px; }
  .dlv-hero-bg { display: none; }
  .dlv-hero-title { font-size: 24px; }
  .dlv-section-inner { padding: 24px 18px; }
  .dlv-section-inner::after { inset: 5px; }
  .dlv-contact-info, .dlv-contact-form-wrap { padding: 24px 18px; }
  .dlv-cards { grid-template-columns: 1fr; }
  .dlv-nav-item { padding: 14px 16px; }
  .dlv-form-row { grid-template-columns: 1fr; }
  .dlv-form-row .dlv-field { margin-bottom: 16px; }
  .dlv-form-footer { flex-direction: column; gap: 12px; }
  .dlv-btn-primary { width: 100%; justify-content: center; }
}/* End custom CSS */