.elementor-15596 .elementor-element.elementor-element-2e948ec{--display:flex;}.elementor-15596 .elementor-element.elementor-element-a3f7678{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ff0bd43 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      sans-serif;
    line-height: 1.6;
    color: #374151;
    background: #ffffff;
    min-height: 100vh;
    padding: 0;
  }

  .container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    padding: 0 20px;
  }

  .header {
    background: white;
    color: #374151;
    text-align: center;
    padding: 60px 20px 40px 20px;
  }

  .logo {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 30px;
    color: #1f2937;
  }

  .subtitle {
    font-size: 28px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px;
    line-height: 1.3;
  }

  .description {
    font-size: 18px;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
  }

  .quiz-content {
    padding: 30px 30px;
  }

  .progress-container {
    margin-bottom: 30px;
  }

  .progress-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .progress-question {
    color: #1f2937;
    font-weight: 600;
  }

  .progress-percentage {
    color: #b08961;
    font-weight: 500;
  }

  .progress-bar {
    width: 100%;
    height: 6px;
    background-color: #e5e7eb;
    border-radius: 3px;
    overflow: hidden;
  }

  .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ba946e 30%, #b08961 100%);
    transition: width 0.5s ease;
    border-radius: 3px;
  }

  .question-card {
    background: white;
    border: 1px solid #b08961;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 32px;
    box-shadow: 0 1px 3px 0 rgba(251, 191, 36, 0.1);
  }

  .question-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 24px;
    line-height: 1.4;
  }

  .options-container {
    margin-top: 20px;
  }

  .option {
    display: flex;
    align-items: center;
    padding: 16px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 16px;
  }

  .option:hover {
    background-color: #f8f9fa;
  }

  .option input[type="radio"] {
    margin-right: 14px;
    margin-top: 0;
    accent-color: #7c3aed;
    transform: scale(1.1);
    flex-shrink: 0;
  }

  .option-text {
    font-size: 16px;
    color: #4b5563;
    cursor: pointer;
    line-height: 1.5;
  }

  .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }

  .btn {
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }

  .btn-primary {
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #303237 !important;
    color: white !important;
  }

  .btn-primary:hover:not(:disabled) {
    background-color: #1d1f22 !important;
    transform: translateY(-1px);
  }

  .btn-contact {
    border: 1px solid #b08961 !important;
    color: #b08961;
    border-radius: 8px;
  }

  .btn-outline {
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    border: 1px solid #d1d5db;
    color: #6b7280;
  }

  .btn-outline:hover:not(:disabled) {
    background-color: #f9fafb;
    border-color: #9ca3af;
  }

  .result-container {
    padding: 0;
    margin-top: 20px;
  }

  .form-container {
    padding: 0;
    margin-top: 20px;
  }

  .form-header {
    background: linear-gradient(135deg, #171f38 0%, #1e293b 100%);
    color: white;
    padding: 30px;
    text-align: center;
  }

  .form-title {
    font-size: 24px;
    font-weight: 700;
    color: #ddbd8b;
    margin-bottom: 12px;
  }

  .form-description {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.6;
  }

  .contact-form {
    padding: 30px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #374151;
    font-size: 14px;
  }

  .form-group input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background-color: white;
  }

  .form-group input:focus {
    outline: none;
    border-color: #b08961;
    box-shadow: 0 0 0 3px rgba(176, 137, 97, 0.1);
  }

  .form-group input:required {
    border-left: 3px solid #b08961;
  }

  .form-submit {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    padding: 16px;
  }

  .error-message {
    display: none;
    color: #dc2626;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 500;
  }

  .form-group.error .error-message {
    display: block;
  }

  .form-group.error input {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
  }

  .result-header {
    background: linear-gradient(135deg, #171f38 0%, #1e293b 100%);
    color: white;
    padding: 30px;
  }

  .result-title {
    font-size: 24px;
    font-weight: 700;
    color: #ddbd8b;
    margin-bottom: 12px;
  }

  .result-description {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.6;
  }

  .result-content {
    padding: 30px;
  }

  .benefits-section {
    margin-bottom: 24px;
  }

  .benefits-title {
    font-size: 18px;
    font-weight: 600;
    color: #171f38;
    margin-bottom: 16px;
  }

  .benefits-list {
    list-style: none;
  }

  .benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    gap: 8px;
  }

  .check-icon {
    color: #b08961;
    margin-top: 2px;
    font-weight: bold;
  }

  .roi-section {
    background-color: rgba(23, 31, 56, 0.05);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .roi-title {
    font-weight: 600;
    color: #171f38;
    margin-bottom: 8px;
  }

  .roi-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .investment-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(221, 189, 139, 0.2);
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .investment-info h3 {
    font-weight: 600;
    color: #171f38;
    margin-bottom: 4px;
  }

  .investment-amount {
    color: #b08961;
    font-weight: 600;
    font-size: 18px;
  }

  .investment-badge {
    background-color: rgba(221, 189, 139, 0.2);
    border-radius: 50%;
    padding: 12px;
  }

  .investment-number {
    background-color: #b08961;
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
  }

  .result-footer {
    background-color: #f9fafb;
    padding: 24px 30px;
    border-top: 1px solid #e5e7eb;
  }

  .footer-text {
    font-weight: 600;
    color: #171f38;
    margin-bottom: 16px;
  }

  .footer-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .btn-contact {
    background-color: transparent;
    border: 2px solid #b08961;
    color: #b08961;
  }

  .btn-contact:hover {
    background-color: rgba(176, 137, 97, 0.1);
  }

  .hidden {
    display: none;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .fade-in {
    animation: fadeIn 0.5s ease-out;
  }

  @media (max-width: 768px) {
    .container {
      margin: 10px;
      border-radius: 12px;
    }

    .header {
      padding: 30px 20px;
    }

    .quiz-content {
      padding: 30px 20px;
    }

    .navigation {
      flex-direction: column;
      gap: 12px;
    }

    .footer-actions {
      flex-direction: column;
    }

    .investment-section {
      flex-direction: column;
      text-align: center;
      gap: 16px;
    }

    .form-header {
      padding: 20px;
    }

    .contact-form {
      padding: 20px;
    }

    .form-title {
      font-size: 20px;
    }
  }/* End custom CSS */