.elementor-3510 .elementor-element.elementor-element-eb22d7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3510 .elementor-element.elementor-element-eb22d7c{--content-width:760px;}}@media(max-width:1024px){.elementor-3510 .elementor-element.elementor-element-eb22d7c{--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}}@media(max-width:767px){.elementor-3510 .elementor-element.elementor-element-eb22d7c{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-40b5a83 */.verification-form-block {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 25, 90, 0.12);
}

.verification-form-block h1 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 600;
  color: #00195A;
}

.form-description {
  margin: 0 0 15px;
  color: #6b7280;
  font-size: 15px;
}

.verification-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group input {
  padding: 15px!important;
  border: 1px solid #4ADBFE!important;
  border-radius: 5px;
  font-size: 16px;
  color: #282828;
  font-family: 'SF Mono', 'Courier New', monospace;
  transition: all 0.2s ease;
}

.form-group input:focus {
  outline: none;
  border-color: #4ADBFE;
  box-shadow: 0 0 0 3px rgba(74, 219, 254, 0.1);
  background: #f0fbff;
}

.form-group input::placeholder {
  color: #9ca3af;
}

.btn-verify {
  padding: 14px 28px;
  background: #4ADBFE!important;
  color: #00195A!important;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 16px rgba(74, 219, 254, 0.35);
  min-height: 50px;
}

.btn-verify:hover {
  background: #605BE5!important;
  color: #fff!important;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(96, 91, 229, 0.45);
}

.form-hint {
  margin-top: 16px;
  padding: 12px 16px;
  background: #f0f9ff;
  border-radius: 8px;
  border-left: 3px solid #4ADBFE;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  color: #0369a1;
}

.form-hint svg {
  flex-shrink: 0;
  margin-top: 2px;
}

/* РЕЗУЛЬТАТ */
.verification-result {
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* PRINT CARD */
.result-card-print {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 25, 90, 0.12);
  overflow: hidden;
}

.print-header {
  background: white;
  border-bottom: 2px solid #4ADBFE;
  padding: 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.print-logo-section {
  display: flex;
  align-items: center;
}

.print-logo {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: #f9fafb;
  padding: 8px;
  object-fit: contain;
}

.print-title-section {
  text-align: left;
}

.print-title-section h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #00195A;
}

.print-subtitle {
  margin: 0;
  font-size: 12px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.print-meta-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.print-status {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(72, 219, 126, 0.2);
  color: #0f766e;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.print-cert-num {
  font-size: 13px;
  font-family: 'SF Mono', 'Courier New', monospace;
  color: #6b7280;
}

.print-content {
  padding: 40px 32px;
}

.print-section {
  text-align: center;
  margin-bottom: 32px;
}

.print-text {
  margin: 0 0 8px;
  font-size: 16px;
  color: #64748b;
}

.print-recipient {
  margin: 12px 0 12px;
  font-size: 28px;
  font-weight: 700;
  color: #00195A;
}

.print-course-box {
  background: linear-gradient(135deg, #f0fbff 0%, #f8fafc 100%);
  border-left: 4px solid #4ADBFE;
  padding: 20px 24px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 28px;
}

.print-label {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #64748b;
  font-weight: 600;
}

.print-course {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #00195A;
}

.print-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.print-cell {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.print-cell-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #64748b;
  margin-bottom: 8px;
  font-weight: 600;
}

.print-cell-value {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #00195A;
}

.print-institute {
  background: #f0f6fb;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.print-inst-logo {
  flex-shrink: 0;
}

.print-inst-logo img {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background: white;
  padding: 4px;
  object-fit: contain;
}

.print-inst-info {
  flex: 1;
}

.print-inst-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  color: #00195A;
  line-height: 1.4;
}

.print-inst-edrpou {
  margin: 4px 0;
  font-size: 13px;
  color: #4ADBFE;
  font-weight: 600;
}

.print-inst-addr {
  margin: 4px 0;
  font-size: 13px;
  color: #64748b;
}

.print-inst-en {
  margin: 6px 0 0;
  font-size: 12px;
  color: #6b7280;
  font-style: italic;
}

.print-footer {
  padding: 24px 32px;
  background: #f9fafb;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #e5e7eb;
}

.btn-new-check, .btn-download {
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-new-check {
  background: white;
  color: #00195A;
  border: 1px solid #d1d5db;
}

.btn-new-check:hover {
  border-color: #605BE5;
  color: #605BE5;
  background: #f3f4f6;
}

.btn-download {
  background: #4ADBFE!important;
  color: #00195A!important;
  box-shadow: 0 4px 16px rgba(74, 219, 254, 0.35);
  text-decoration: none!important;
}

.btn-download:hover {
  background: #605BE5!important;
  color: white!important;
  box-shadow: 0 4px 16px rgba(74, 219, 254, 0.35);
}

/* RESPONSIVE */
@media (max-width: 720px) {
  .verification-form-block {
    padding: 28px 20px;
  }
  .print-title-section {
  text-align: center!important;
}

  .print-header {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 16px;
  }

  .print-logo-section {
    justify-content: center;
  }

  .print-meta-section {
    align-items: center;
  }

  .print-grid {
    grid-template-columns: 1fr;
  }

  .print-institute {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .print-footer {
    flex-direction: column;
  }

  .btn-new-check, .btn-download {
    width: 100%;
  }
}/* End custom CSS */